Cast to __intptr_t before casting pointer to int64
[glibc.git] / configure
blob8799b7de785e813e5a6d458153213876a5a9a741
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).
5 # Report bugs to <http://sourceware.org/bugzilla/>.
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.
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 ## -------------------- ##
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 *) :
34 esac
38 as_nl='
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"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
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
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
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
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
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='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
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 *) :
153 esac
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; }
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 :
169 else
170 exitcode=1; echo positional parameters were not saved.
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
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
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
190 IFS=$as_save_IFS
191 test -z "$as_dir" && as_dir=.
192 as_found=:
193 case $as_dir in #(
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
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
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+"$@"}
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."
247 exit 1
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
257 ## --------------------- ##
258 ## M4sh Shell Functions. ##
259 ## --------------------- ##
260 # as_fn_unset VAR
261 # ---------------
262 # Portably unset VAR.
263 as_fn_unset ()
265 { eval $1=; unset $1;}
267 as_unset=as_fn_unset
269 # as_fn_set_status STATUS
270 # -----------------------
271 # Set $? to STATUS, without forking.
272 as_fn_set_status ()
274 return $1
275 } # as_fn_set_status
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 ()
282 set +e
283 as_fn_set_status $1
284 exit $1
285 } # as_fn_exit
287 # as_fn_mkdir_p
288 # -------------
289 # Create "$as_dir" as a directory, including parents if necessary.
290 as_fn_mkdir_p ()
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/
314 /^X\(\/\/\)[^/].*/{
315 s//\1/
318 /^X\(\/\/\)$/{
319 s//\1/
322 /^X\(\/\).*/{
323 s//\1/
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"
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 ()
343 eval $1+=\$2
345 else
346 as_fn_append ()
348 eval $1=\$$1\$2
350 fi # as_fn_append
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 ()
360 as_val=$(( $* ))
362 else
363 as_fn_arith ()
365 as_val=`expr "$@" || test $? -eq 1`
367 fi # as_fn_arith
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 ()
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
382 $as_echo "$as_me: error: $2" >&2
383 as_fn_exit $as_status
384 } # as_fn_error
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
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 as_basename=basename
395 else
396 as_basename=false
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
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/
414 /^X\/\(\/\/\)$/{
415 s//\1/
418 /^X\/\(\/\).*/{
419 s//\1/
422 s/.*/./; q'`
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
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 '
439 /[$]LINENO/=
440 ' <$as_myself |
441 sed '
442 s/[$]LINENO.*/&-/
443 t lineno
445 :lineno
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; }
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
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;;
473 ECHO_N='-n';;
474 esac
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
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'
497 else
498 as_ln_s='cp -p'
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501 rmdir conf$$.dir 2>/dev/null
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
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=
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
531 as_executable_p=$as_test_x
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'"
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'"
540 test -n "$DJDIR" || exec 7<&0 </dev/null
541 exec 6>&1
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`
549 # Initializations.
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=
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/'
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
627 libc_cv_have_bash2
628 BASH_SHELL
629 libc_cv_gcc_static_libgcc
630 CXX_SYSINCLUDES
631 SYSINCLUDES
632 AUTOCONF
636 MAKEINFO
637 MSGFMT
638 MAKE
642 OBJCOPY
643 OBJDUMP
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
671 cross_compiling
672 BUILD_CC
673 OBJEXT
674 ac_ct_CC
675 CPPFLAGS
676 LDFLAGS
677 CFLAGS
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
764 ac_precious_vars='build_alias
765 host_alias
766 target_alias
768 CFLAGS
769 LDFLAGS
770 LIBS
771 CPPFLAGS
774 CXXFLAGS
775 CCC'
776 ac_subdirs_all='
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
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'
827 ac_prev=
828 ac_dashdash=
829 for ac_option
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
838 case $ac_option in
839 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840 *=) ac_optarg= ;;
841 *) ac_optarg=yes ;;
842 esac
844 # Accept the important Cygnus configure options, so we can diagnose typos.
846 case $ac_dashdash$ac_option in
848 ac_dashdash=yes ;;
850 -bindir | --bindir | --bindi | --bind | --bin | --bi)
851 ac_prev=bindir ;;
852 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
853 bindir=$ac_optarg ;;
855 -build | --build | --buil | --bui | --bu)
856 ac_prev=build_alias ;;
857 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
858 build_alias=$ac_optarg ;;
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 ;;
867 --config-cache | -C)
868 cache_file=config.cache ;;
870 -datadir | --datadir | --datadi | --datad)
871 ac_prev=datadir ;;
872 -datadir=* | --datadir=* | --datadi=* | --datad=*)
873 datadir=$ac_optarg ;;
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 ;;
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
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 ;;
898 -docdir | --docdir | --docdi | --doc | --do)
899 ac_prev=docdir ;;
900 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
901 docdir=$ac_optarg ;;
903 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
904 ac_prev=dvidir ;;
905 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
906 dvidir=$ac_optarg ;;
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
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 ;;
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 ;;
933 -gas | --gas | --ga | --g)
934 # Obsolete; use --with-gas.
935 with_gas=yes ;;
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 ;;
944 -host | --host | --hos | --ho)
945 ac_prev=host_alias ;;
946 -host=* | --host=* | --hos=* | --ho=*)
947 host_alias=$ac_optarg ;;
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 ;;
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 ;;
962 -infodir | --infodir | --infodi | --infod | --info | --inf)
963 ac_prev=infodir ;;
964 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
965 infodir=$ac_optarg ;;
967 -libdir | --libdir | --libdi | --libd)
968 ac_prev=libdir ;;
969 -libdir=* | --libdir=* | --libdi=* | --libd=*)
970 libdir=$ac_optarg ;;
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 ;;
979 -localedir | --localedir | --localedi | --localed | --locale)
980 ac_prev=localedir ;;
981 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
982 localedir=$ac_optarg ;;
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 ;;
991 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
992 ac_prev=mandir ;;
993 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
994 mandir=$ac_optarg ;;
996 -nfp | --nfp | --nf)
997 # Obsolete; use --without-fp.
998 with_fp=no ;;
1000 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1001 | --no-cr | --no-c | -n)
1002 no_create=yes ;;
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 ;;
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 ;;
1017 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1018 ac_prev=prefix ;;
1019 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1020 prefix=$ac_optarg ;;
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 ;;
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 ;;
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 ;;
1053 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1054 ac_prev=pdfdir ;;
1055 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1056 pdfdir=$ac_optarg ;;
1058 -psdir | --psdir | --psdi | --psd | --ps)
1059 ac_prev=psdir ;;
1060 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1061 psdir=$ac_optarg ;;
1063 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1064 | -silent | --silent | --silen | --sile | --sil)
1065 silent=yes ;;
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 ;;
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 ;;
1084 -site | --site | --sit)
1085 ac_prev=site ;;
1086 -site=* | --site=* | --sit=*)
1087 site=$ac_optarg ;;
1089 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1090 ac_prev=srcdir ;;
1091 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1092 srcdir=$ac_optarg ;;
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 ;;
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 ;;
1106 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1107 verbose=yes ;;
1109 -version | --version | --versio | --versi | --vers | -V)
1110 ac_init_version=: ;;
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
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 ;;
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
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 ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
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 ;;
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 ;;
1162 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1163 Try \`$0 --help' for more information"
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 ;;
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}"
1184 esac
1185 done
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"
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
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
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
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
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
1239 ac_tool_prefix=
1240 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1242 test "$silent" = yes && exec 6>/dev/null
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"
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/
1267 /^X\(\/\/\)[^/].*/{
1268 s//\1/
1271 /^X\(\/\/\)$/{
1272 s//\1/
1275 /^X\(\/\).*/{
1276 s//\1/
1279 s/.*/./; q'`
1280 srcdir=$ac_confdir
1281 if test ! -r "$srcdir/$ac_unique_file"; then
1282 srcdir=..
1284 else
1285 ac_srcdir_defaulted=no
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"
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=.
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
1313 # Report the --help message.
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.
1321 Usage: $0 [OPTION]... [VAR=VALUE]...
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.
1326 Defaults for the options are specified in brackets.
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 \`..']
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]
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'.
1350 For better control, use the options below.
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
1374 cat <<\_ACEOF
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
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
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
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
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
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.
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=$?
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=.
1469 case "$ac_dir" in
1470 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
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
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
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
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
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
1529 ## ------------------------ ##
1530 ## Autoconf initialization. ##
1531 ## ------------------------ ##
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 ()
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
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
1564 ac_retval=1
1566 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1567 as_fn_set_status $ac_retval
1569 } # ac_fn_c_try_compile
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 ()
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
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
1601 ac_retval=1
1603 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1604 as_fn_set_status $ac_retval
1606 } # ac_fn_c_try_cpp
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 ()
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
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
1639 ac_retval=1
1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642 as_fn_set_status $ac_retval
1644 } # ac_fn_cxx_try_compile
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 ()
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
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
1680 ac_retval=1
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
1690 } # ac_fn_c_try_link
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 ()
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
1726 ac_retval=$ac_status
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
1732 } # ac_fn_c_try_run
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 ()
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. */
1748 main ()
1750 static int test_array [1 - 2 * !(($2) >= 0)];
1751 test_array [0] = 0
1754 return 0;
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. */
1764 main ()
1766 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1767 test_array [0] = 0
1770 return 0;
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
1781 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
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. */
1790 main ()
1792 static int test_array [1 - 2 * !(($2) < 0)];
1793 test_array [0] = 0
1796 return 0;
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. */
1806 main ()
1808 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1809 test_array [0] = 0
1812 return 0;
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
1823 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1826 done
1827 else
1828 ac_lo= ac_hi=
1830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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. */
1840 main ()
1842 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1843 test_array [0] = 0
1846 return 0;
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
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. */
1864 static long int longval () { return $2; }
1865 static unsigned long int ulongval () { return $2; }
1866 #include <stdio.h>
1867 #include <stdlib.h>
1869 main ()
1872 FILE *f = fopen ("conftest.val", "w");
1873 if (! f)
1874 return 1;
1875 if (($2) < 0)
1877 long int i = longval ();
1878 if (i != ($2))
1879 return 1;
1880 fprintf (f, "%ld", i);
1882 else
1884 unsigned long int i = ulongval ();
1885 if (i != ($2))
1886 return 1;
1887 fprintf (f, "%lu", i);
1889 /* Do not output a trailing newline, as this causes \r\n confusion
1890 on some platforms. */
1891 return ferror (f) || fclose (f) != 0;
1894 return 0;
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
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
1907 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1908 as_fn_set_status $ac_retval
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.
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
1918 $ $0 $@
1920 _ACEOF
1921 exec 5>>config.log
1923 cat <<_ASUNAME
1924 ## --------- ##
1925 ## Platform. ##
1926 ## --------- ##
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`
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`
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`
1945 _ASUNAME
1947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948 for as_dir in $PATH
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
1956 } >&5
1958 cat >&5 <<_ACEOF
1961 ## ----------- ##
1962 ## Core tests. ##
1963 ## ----------- ##
1965 _ACEOF
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
1979 for ac_arg
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'" ;;
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
2005 -* ) ac_must_keep_next=true ;;
2006 esac
2008 as_fn_append ac_configure_args " '$ac_arg'"
2010 esac
2011 done
2012 done
2013 { ac_configure_args0=; unset ac_configure_args0;}
2014 { ac_configure_args1=; unset ac_configure_args1;}
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.
2024 echo
2026 $as_echo "## ---------------- ##
2027 ## Cache variables. ##
2028 ## ---------------- ##"
2029 echo
2030 # The following way of writing the cache mishandles newlines in values,
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 ;; #(
2055 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2057 esac |
2058 sort
2060 echo
2062 $as_echo "## ----------------- ##
2063 ## Output variables. ##
2064 ## ----------------- ##"
2065 echo
2066 for ac_var in $ac_subst_vars
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
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
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
2092 if test -s confdefs.h; then
2093 $as_echo "## ----------- ##
2094 ## confdefs.h. ##
2095 ## ----------- ##"
2096 echo
2097 cat confdefs.h
2098 echo
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
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
2113 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2114 rm -f -r conftest* confdefs.h
2116 $as_echo "/* confdefs.h */" > confdefs.h
2118 # Predefined preprocessor variables.
2120 cat >>confdefs.h <<_ACEOF
2121 #define PACKAGE_NAME "$PACKAGE_NAME"
2122 _ACEOF
2124 cat >>confdefs.h <<_ACEOF
2125 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126 _ACEOF
2128 cat >>confdefs.h <<_ACEOF
2129 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2130 _ACEOF
2132 cat >>confdefs.h <<_ACEOF
2133 #define PACKAGE_STRING "$PACKAGE_STRING"
2134 _ACEOF
2136 cat >>confdefs.h <<_ACEOF
2137 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138 _ACEOF
2140 cat >>confdefs.h <<_ACEOF
2141 #define PACKAGE_URL "$PACKAGE_URL"
2142 _ACEOF
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
2163 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
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; }
2176 done
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
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
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 ,);;
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
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
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
2252 ## -------------------- ##
2253 ## Main body of script. ##
2254 ## -------------------- ##
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
2264 ac_config_headers="$ac_config_headers config.h"
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
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
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.
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) "
2310 PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
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=
2322 *) BUGURL="$withval"
2324 esac
2325 else
2326 BUGURL="http://www.gnu.org/software/libc/bugs.html"
2330 case ${BUGURL} in
2332 REPORT_BUGS_TO=
2333 REPORT_BUGS_TEXI=
2336 REPORT_BUGS_TO="<$BUGURL>"
2337 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2339 esac;
2344 cat >>confdefs.h <<_ACEOF
2345 #define PKGVERSION "$PKGVERSION"
2346 _ACEOF
2349 cat >>confdefs.h <<_ACEOF
2350 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2351 _ACEOF
2354 # Glibc should not depend on any header files
2359 subdirs="$subdirs "
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
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
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
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
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
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
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
2461 done
2462 done
2463 IFS=$as_save_IFS
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; }
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
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
2501 done
2502 done
2503 IFS=$as_save_IFS
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; }
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
2527 else
2528 CC="$ac_cv_prog_CC"
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
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
2554 done
2555 done
2556 IFS=$as_save_IFS
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; }
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
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
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
2599 done
2600 done
2601 IFS=$as_save_IFS
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+' '}$@"
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; }
2628 if test -z "$CC"; then
2629 if test -n "$ac_tool_prefix"; then
2630 for ac_prog in cl.exe
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
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
2653 done
2654 done
2655 IFS=$as_save_IFS
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; }
2669 test -n "$CC" && break
2670 done
2672 if test -z "$CC"; then
2673 ac_ct_CC=$CC
2674 for ac_prog in cl.exe
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
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
2697 done
2698 done
2699 IFS=$as_save_IFS
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; }
2713 test -n "$ac_ct_CC" && break
2714 done
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
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; }
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
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
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. */
2772 main ()
2776 return 0;
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
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; }
2808 rm -f conftest.$ac_cv_objext conftest.$ac_ext
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. */
2823 main ()
2825 #ifndef __GNUC__
2826 choke me
2827 #endif
2830 return 0;
2832 _ACEOF
2833 if ac_fn_c_try_compile "$LINENO"; then :
2834 ac_compiler_gnu=yes
2835 else
2836 ac_compiler_gnu=no
2838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2839 ac_cv_c_compiler_gnu=$ac_compiler_gnu
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=
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. */
2864 main ()
2868 return 0;
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. */
2879 main ()
2883 return 0;
2885 _ACEOF
2886 if ac_fn_c_try_compile "$LINENO"; then :
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. */
2895 main ()
2899 return 0;
2901 _ACEOF
2902 if ac_fn_c_try_compile "$LINENO"; then :
2903 ac_cv_prog_cc_g=yes
2905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2910 ac_c_werror_flag=$ac_save_c_werror_flag
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"
2922 else
2923 if test "$GCC" = yes; then
2924 CFLAGS="-O2"
2925 else
2926 CFLAGS=
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;
2949 return p[i];
2951 static char *f (char * (*g) (char **, int), char **p, ...)
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;
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];
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];
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;
2982 main ()
2984 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2986 return 0;
2988 _ACEOF
2989 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2990 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2992 CC="$ac_save_CC $ac_arg"
2993 if ac_fn_c_try_compile "$LINENO"; then :
2994 ac_cv_prog_cc_c89=$ac_arg
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
3003 # AC_CACHE_VAL
3004 case "x$ac_cv_prog_cc_c89" in
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; } ;;
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 :
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
3026 if test $host != $build; then
3027 for ac_prog in gcc cc
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
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
3050 done
3051 done
3052 IFS=$as_save_IFS
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; }
3066 test -n "$BUILD_CC" && break
3067 done
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=
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"
3089 ac_preproc_ok=false
3090 for ac_c_preproc_warn_flag in '' yes
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 :
3109 else
3110 # Broken: fails on valid input.
3111 continue
3113 rm -f conftest.err conftest.i conftest.$ac_ext
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
3129 rm -f conftest.err conftest.i conftest.$ac_ext
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
3138 done
3139 ac_cv_prog_CPP=$CPP
3142 CPP=$ac_cv_prog_CPP
3143 else
3144 ac_cv_prog_CPP=$CPP
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
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 :
3168 else
3169 # Broken: fails on valid input.
3170 continue
3172 rm -f conftest.err conftest.i conftest.$ac_ext
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
3188 rm -f conftest.err conftest.i conftest.$ac_ext
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 :
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; }
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
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
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
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
3242 done
3243 done
3244 IFS=$as_save_IFS
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; }
3258 test -n "$CXX" && break
3259 done
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
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
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
3286 done
3287 done
3288 IFS=$as_save_IFS
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; }
3302 test -n "$ac_ct_CXX" && break
3303 done
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
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
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
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. */
3354 main ()
3356 #ifndef __GNUC__
3357 choke me
3358 #endif
3361 return 0;
3363 _ACEOF
3364 if ac_fn_cxx_try_compile "$LINENO"; then :
3365 ac_compiler_gnu=yes
3366 else
3367 ac_compiler_gnu=no
3369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3370 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
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=
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. */
3395 main ()
3399 return 0;
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. */
3410 main ()
3414 return 0;
3416 _ACEOF
3417 if ac_fn_cxx_try_compile "$LINENO"; then :
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. */
3426 main ()
3430 return 0;
3432 _ACEOF
3433 if ac_fn_cxx_try_compile "$LINENO"; then :
3434 ac_cv_prog_cxx_g=yes
3436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3441 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
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"
3453 else
3454 if test "$GXX" = yes; then
3455 CXXFLAGS="-O2"
3456 else
3457 CXXFLAGS=
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
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
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
3488 done
3489 done
3490 IFS=$as_save_IFS
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; }
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
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
3528 done
3529 done
3530 IFS=$as_save_IFS
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; }
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
3554 else
3555 READELF="$ac_cv_prog_READELF"
3559 if test "`cd $srcdir; /bin/pwd`" = "`/bin/pwd`"; then
3560 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3563 # This will get text that should go into config.make.
3564 config_vars=
3566 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
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
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
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
3599 if test -n "$libgd_include"; then
3600 config_vars="$config_vars
3601 CFLAGS-memusagestat.c = $libgd_include"
3603 if test -n "$libgd_ldflags"; then
3604 config_vars="$config_vars
3605 libgd-LDFLAGS = $libgd_ldflags"
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
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=''
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
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=''
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
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
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
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
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
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
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
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
3708 if test "$enable_stackguard_randomize" = yes; then
3709 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
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
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
3728 if test "x$hidden" = xno; then
3729 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
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
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
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
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
3764 # Check whether --enable-kernel was given.
3765 if test "${enable_kernel+set}" = set; then :
3766 enableval=$enable_kernel; minimum_kernel=$enableval
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=
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
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
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
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
3805 old_CFLAGS="$CFLAGS"
3806 CFLAGS="$CFLAGS $nss_includes"
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 (); }
3815 main ()
3819 return 0;
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
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>
3837 main ()
3839 NSSLOW_Init();
3841 return 0;
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
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
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
3869 if test "$link_obsolete_rpc" = yes; then
3870 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
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
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)
3894 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3895 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3897 _ACEOF
3898 if ac_fn_c_try_compile "$LINENO"; then :
3899 libc_cv_sdt=yes
3900 else
3901 libc_cv_sdt=no
3903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3904 CFLAGS="$old_CFLAGS"
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
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; }
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
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
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*)
3945 gnu*)
3946 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3948 esac
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
3955 # Don't allow vendor == "unknown"
3956 test "$config_vendor" = unknown && config_vendor=
3957 config_os="`echo $config_os | sed 's/^unknown-//'`"
3959 # Some configurations imply other options.
3960 elf=yes
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=''
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"
3976 # Braindead PowerPC box with absolutely no FPU.
3977 case "$machine-$host_os" in
3978 powerpc*-*soft)
3979 with_fp=no
3981 esac
3983 submachine=
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
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; }
4009 # An add-on can set this when it wants to disable the sanity check below.
4010 libc_config_ok=no
4012 subdirs="$subdirs "
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
4022 *) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'`
4023 add_ons_automatic=no ;;
4024 esac
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
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
4047 esac
4048 done
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
4061 libc_add_on_srcdir=$libc_add_on
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
4071 libc_add_on_srcdir=$srcdir/$libc_add_on
4073 esac
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
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
4096 d="${libc_add_on_canonical:-$libc_add_on}"
4099 subdir_srcdir="$d"
4102 subdir_srcdir="$subdir_srcdir/$d"
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
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
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; }
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"
4142 done
4143 # Use echo to strip excess whitespace.
4144 add_ons="`echo $use_add_ons`"
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
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.
4158 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
4159 case "$machine-$host_os" in
4160 *-linux* | *-gnu*)
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
4171 esac
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
4209 if test "$base_machine" = "i386"; then
4210 $as_echo "#define USE_REGPARMS 1" >>confdefs.h
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 #ifdef _LP64
4229 .quad foo
4230 #else
4231 .long foo
4232 #endif
4234 libc_cv_ld_gnu_indirect_function=no
4235 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4236 -nostartfiles -nostdlib \
4237 -o conftest conftest.S 1>&5 2>&5; then
4238 # Do a link to see if the backend supports IFUNC relocs.
4239 $READELF -r conftest 1>&5
4240 LC_ALL=C $READELF -r conftest | grep 'no relocations' >/dev/null || {
4241 libc_cv_ld_gnu_indirect_function=yes
4244 rm -f conftest*
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4247 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .text pseudo-op must be used" >&5
4250 $as_echo_n "checking whether .text pseudo-op must be used... " >&6; }
4251 if ${libc_cv_dot_text+:} false; then :
4252 $as_echo_n "(cached) " >&6
4253 else
4254 cat > conftest.s <<EOF
4255 .text
4257 libc_cv_dot_text=
4258 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
4259 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4260 (eval $ac_try) 2>&5
4261 ac_status=$?
4262 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4263 test $ac_status = 0; }; }; then
4264 libc_cv_dot_text=.text
4266 rm -f conftest*
4269 if test -z "$libc_cv_dot_text"; then
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4271 $as_echo "no" >&6; }
4272 else
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4274 $as_echo "yes" >&6; }
4277 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
4278 if test x"$multi_arch" = xyes; then
4279 as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4280 else
4281 multi_arch=no
4284 if test x"$multi_arch" != xno; then
4285 multi_arch_d=/multiarch
4288 # Compute the list of sysdep directories for this configuration.
4289 # This can take a while to compute.
4290 sysdep_dir=$srcdir/sysdeps
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4292 $as_echo_n "checking sysdep dirs... " >&6; }
4293 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4294 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4296 test "x$base_os" != x || case "$os" in
4297 gnu*)
4298 base_os=mach/hurd ;;
4299 linux*)
4300 base_os=unix/sysv ;;
4301 esac
4303 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4304 tail=$os
4305 ostry=$os
4306 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4307 ostry="$ostry /$o"
4308 tail=$o
4309 done
4310 o=`echo $tail | sed 's/[0-9]*$//'`
4311 if test $o != $tail; then
4312 ostry="$ostry /$o"
4314 # For linux-gnu, try linux-gnu, then linux.
4315 o=`echo $tail | sed 's/-.*$//'`
4316 if test $o != $tail; then
4317 ostry="$ostry /$o"
4320 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4321 base=
4322 tail=$base_os
4323 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4324 set $b
4325 base="$base /$1"
4326 tail="$2"
4327 done
4329 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4330 mach=
4331 tail=$machine${submachine:+/$submachine}
4332 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4333 set $m
4334 # Prepend the machine's FPU directory unless --without-fp.
4335 if test "$with_fp" = yes; then
4336 mach="$mach /$1/fpu"
4337 else
4338 mach="$mach /$1/nofpu"
4340 mach="$mach /$1"
4341 tail="$2"
4342 done
4345 # Find what sysdep directories exist.
4346 sysnames_add_ons=
4347 sysnames=
4348 for b in $base ''; do
4349 for m0 in $mach ''; do
4350 for v in /$vendor ''; do
4351 test "$v" = / && continue
4352 for o in /$ostry ''; do
4353 test "$o" = / && continue
4354 for m in $multi_arch_d $mach ''; do
4355 for d in $add_ons_pfx ''; do
4356 for a in $add_ons_sfx ''; do
4357 if test -n "$m0$m0sub$b$v$o$m$msub"; then
4358 try_srcdir="${srcdir}/"
4359 case "$d" in
4360 /*) try_srcdir= ;;
4361 esac
4362 try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
4363 test -n "$enable_debug_configure" &&
4364 echo "$0 DEBUG: try $try" >&2
4365 if test -d "$try_srcdir$try"; then
4366 sysnames="$sysnames $try"
4367 { test -n "$o" || test -n "$b"; } && os_used=t
4368 { test -n "$m" || test -n "$m0"; } && machine_used=t
4369 case x${m0:-$m} in
4370 x*/$submachine) submachine_used=t ;;
4371 esac
4372 if test -n "$d"; then
4373 case "$sysnames_add_ons" in
4374 *" $d "*) ;;
4375 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4376 esac
4380 done
4381 done
4382 done
4383 done
4384 done
4385 done
4386 done
4388 # If the assembler supports gnu_indirect_function symbol type and the
4389 # architecture supports multi-arch, we enable multi-arch by default.
4390 case $sysnames_add_ons$sysnames in
4391 *"$multi_arch_d"*)
4394 test x"$multi_arch" = xdefault && multi_arch=no
4396 esac
4397 if test x"$multi_arch" != xno; then
4398 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4403 if test -z "$os_used" && test "$os" != none; then
4404 as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4406 if test -z "$machine_used" && test "$machine" != none; then
4407 as_fn_error $? "The $machine is not supported." "$LINENO" 5
4409 if test -z "$submachine_used" && test -n "$submachine"; then
4410 as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4414 # We have now validated the configuration.
4416 # Expand the list of system names into a full list of directories
4417 # from each element's parent name and Implies file (if present).
4418 set $sysnames
4419 names=
4420 while test $# -gt 0; do
4421 name=$1
4422 shift
4424 case " $names " in *" $name "*)
4425 # Already in the list.
4426 continue
4427 esac
4429 # Report each name as we discover it, so there is no long pause in output.
4430 echo $ECHO_N "$name $ECHO_C" >&6
4432 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4434 case $name in
4435 /*) xsrcdir= ;;
4436 *) xsrcdir=$srcdir/ ;;
4437 esac
4438 test -n "$enable_debug_configure" &&
4439 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4441 for implies_file in Implies Implies-before Implies-after; do
4442 implies_type=`echo $implies_file | sed s/-/_/`
4443 eval ${implies_type}=
4444 if test -f $xsrcdir$name/$implies_file; then
4445 # Collect more names from the `Implies' file (removing comments).
4446 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4447 for x in $implied_candidate; do
4448 found=no
4449 if test -d $xsrcdir$name_base/$x; then
4450 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4451 found=yes
4453 for d in $add_ons_pfx ''; do
4454 try="${d}sysdeps/$x"
4455 case $d in
4456 /*) try_srcdir= ;;
4457 *) try_srcdir=$srcdir/ ;;
4458 esac
4459 test -n "$enable_debug_configure" &&
4460 echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4461 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4462 then
4463 eval "${implies_type}=\"\$${implies_type} \$try\""
4464 found=yes
4465 case "$sysnames_add_ons" in
4466 *" $d "*) ;;
4467 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4468 esac
4470 done
4471 if test $found = no; then
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4473 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4475 done
4477 done
4479 # Add NAME to the list of names.
4480 names="$names $name"
4482 # Find the parent of NAME, using the empty string if it has none.
4483 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4485 test -n "$enable_debug_configure" &&
4486 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4487 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4489 # Add the names implied by NAME, and NAME's parent (if it has one), to
4490 # the list of names to be processed (the argument list). We prepend the
4491 # implied names to the list and append the parent. We want implied
4492 # directories to come before further directories inferred from the
4493 # configuration components; this ensures that for sysv4, unix/common
4494 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4495 # after sysv4).
4496 sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4497 test -n "$sysnames" && set $sysnames
4498 done
4500 # Add the default directories.
4501 default_sysnames="sysdeps/generic"
4502 sysnames="$names $default_sysnames"
4504 # The other names were emitted during the scan.
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4506 $as_echo "$default_sysnames" >&6; }
4508 # Collect the list of add-ons that supply partial sysdeps trees.
4509 sysdeps_add_ons=
4510 for add_on in $add_ons; do
4511 case "$add_on" in
4512 /*) xsrcdir= ;;
4513 *) xsrcdir="$srcdir/" ;;
4514 esac
4516 test -d "$xsrcdir$add_on/sysdeps" || {
4517 case "$configured_add_ons " in
4518 *" $add_on "*) ;;
4519 *|'')
4520 as_fn_error $? "add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4522 esac
4523 continue
4526 sysdeps_add_ons="$sysdeps_add_ons $add_on"
4527 case "$sysnames_add_ons" in
4528 *" $add_on/ "*) ;;
4529 *|'')
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4531 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4532 continue ;;
4533 esac
4535 found=no
4536 for d in $sysnames; do
4537 case "$d" in
4538 $add_on/sysdeps/*) ;;
4539 *) continue ;;
4540 esac
4541 (cd "$xsrcdir$d" && for f in *[!~]; do
4542 case "$f" in
4543 sys|bits)
4544 for ff in $f/*.h; do
4545 test -d "$ff" || { test -e "$ff" && exit 88; }
4546 done
4549 test -d "$f" || { test -e "$f" && exit 88; }
4551 esac
4552 done)
4553 if test $? -eq 88; then
4554 found=yes
4555 break
4557 done
4558 if test $found = no; then
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4560 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4562 done
4566 ### Locate tools.
4568 # Find a good install program. We prefer a C program (faster),
4569 # so one script is as good as another. But avoid the broken or
4570 # incompatible versions:
4571 # SysV /etc/install, /usr/sbin/install
4572 # SunOS /usr/etc/install
4573 # IRIX /sbin/install
4574 # AIX /bin/install
4575 # AmigaOS /C/install, which installs bootblocks on floppy discs
4576 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4577 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4578 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4579 # OS/2's system install, which has a completely different semantic
4580 # ./install, which can be erroneously created by make from ./install.sh.
4581 # Reject install programs that cannot install multiple files.
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4583 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4584 if test -z "$INSTALL"; then
4585 if ${ac_cv_path_install+:} false; then :
4586 $as_echo_n "(cached) " >&6
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 # Account for people who put trailing slashes in PATH elements.
4594 case $as_dir/ in #((
4595 ./ | .// | /[cC]/* | \
4596 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4597 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4598 /usr/ucb/* ) ;;
4600 # OSF1 and SCO ODT 3.0 have their own names for install.
4601 # Don't use installbsd from OSF since it installs stuff as root
4602 # by default.
4603 for ac_prog in ginstall scoinst install; do
4604 for ac_exec_ext in '' $ac_executable_extensions; do
4605 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4606 if test $ac_prog = install &&
4607 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4608 # AIX install. It has an incompatible calling convention.
4610 elif test $ac_prog = install &&
4611 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4612 # program-specific install script used by HP pwplus--don't use.
4614 else
4615 rm -rf conftest.one conftest.two conftest.dir
4616 echo one > conftest.one
4617 echo two > conftest.two
4618 mkdir conftest.dir
4619 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4620 test -s conftest.one && test -s conftest.two &&
4621 test -s conftest.dir/conftest.one &&
4622 test -s conftest.dir/conftest.two
4623 then
4624 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4625 break 3
4629 done
4630 done
4632 esac
4634 done
4635 IFS=$as_save_IFS
4637 rm -rf conftest.one conftest.two conftest.dir
4640 if test "${ac_cv_path_install+set}" = set; then
4641 INSTALL=$ac_cv_path_install
4642 else
4643 # As a last resort, use the slow shell script. Don't cache a
4644 # value for INSTALL within a source directory, because that will
4645 # break other packages using the cache if that directory is
4646 # removed, or if the value is a relative name.
4647 INSTALL=$ac_install_sh
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4651 $as_echo "$INSTALL" >&6; }
4653 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4654 # It thinks the first close brace ends the variable substitution.
4655 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4657 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4659 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4661 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4662 # The makefiles need to use a different form to find it in $srcdir.
4663 INSTALL='\$(..)./scripts/install-sh -c'
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4666 $as_echo_n "checking whether ln -s works... " >&6; }
4667 LN_S=$as_ln_s
4668 if test "$LN_S" = "ln -s"; then
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4670 $as_echo "yes" >&6; }
4671 else
4672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4673 $as_echo "no, using $LN_S" >&6; }
4677 # Was a --with-binutils option given?
4678 if test -n "$path_binutils"; then
4679 # Make absolute; ensure a single trailing slash.
4680 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4681 CC="$CC -B$path_binutils"
4683 AS=`$CC -print-prog-name=as`
4684 LD=`$CC -print-prog-name=ld`
4685 AR=`$CC -print-prog-name=ar`
4687 OBJDUMP=`$CC -print-prog-name=objdump`
4689 OBJCOPY=`$CC -print-prog-name=objcopy`
4692 # Determine whether we are using GNU binutils.
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4694 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4695 if ${libc_cv_prog_as_gnu+:} false; then :
4696 $as_echo_n "(cached) " >&6
4697 else
4698 # Most GNU programs take a -v and spit out some text including
4699 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4700 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4701 libc_cv_prog_as_gnu=yes
4702 else
4703 libc_cv_prog_as_gnu=no
4705 rm -fr contest*
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4708 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4709 rm -f a.out
4710 gnu_as=$libc_cv_prog_as_gnu
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4713 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4714 if ${libc_cv_prog_ld_gnu+:} false; then :
4715 $as_echo_n "(cached) " >&6
4716 else
4717 # Most GNU programs take a -v and spit out some text including
4718 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4719 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4720 libc_cv_prog_ld_gnu=yes
4721 else
4722 libc_cv_prog_ld_gnu=no
4724 rm -fr contest*
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4727 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4728 gnu_ld=$libc_cv_prog_ld_gnu
4731 # Accept binutils 2.20 or newer.
4732 for ac_prog in $AS
4734 # Extract the first word of "$ac_prog", so it can be a program name with args.
4735 set dummy $ac_prog; ac_word=$2
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4737 $as_echo_n "checking for $ac_word... " >&6; }
4738 if ${ac_cv_prog_AS+:} false; then :
4739 $as_echo_n "(cached) " >&6
4740 else
4741 if test -n "$AS"; then
4742 ac_cv_prog_AS="$AS" # Let the user override the test.
4743 else
4744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH
4747 IFS=$as_save_IFS
4748 test -z "$as_dir" && as_dir=.
4749 for ac_exec_ext in '' $ac_executable_extensions; do
4750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4751 ac_cv_prog_AS="$ac_prog"
4752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4753 break 2
4755 done
4756 done
4757 IFS=$as_save_IFS
4761 AS=$ac_cv_prog_AS
4762 if test -n "$AS"; then
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4764 $as_echo "$AS" >&6; }
4765 else
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4767 $as_echo "no" >&6; }
4771 test -n "$AS" && break
4772 done
4774 if test -z "$AS"; then
4775 ac_verc_fail=yes
4776 else
4777 # Found it, now check the version.
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4779 $as_echo_n "checking version of $AS... " >&6; }
4780 ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4781 case $ac_prog_version in
4782 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4783 2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
4784 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4785 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4787 esac
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4789 $as_echo "$ac_prog_version" >&6; }
4791 if test $ac_verc_fail = yes; then
4792 AS=: critic_missing="$critic_missing as"
4795 for ac_prog in $LD
4797 # Extract the first word of "$ac_prog", so it can be a program name with args.
4798 set dummy $ac_prog; ac_word=$2
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4800 $as_echo_n "checking for $ac_word... " >&6; }
4801 if ${ac_cv_prog_LD+:} false; then :
4802 $as_echo_n "(cached) " >&6
4803 else
4804 if test -n "$LD"; then
4805 ac_cv_prog_LD="$LD" # Let the user override the test.
4806 else
4807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4808 for as_dir in $PATH
4810 IFS=$as_save_IFS
4811 test -z "$as_dir" && as_dir=.
4812 for ac_exec_ext in '' $ac_executable_extensions; do
4813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4814 ac_cv_prog_LD="$ac_prog"
4815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4816 break 2
4818 done
4819 done
4820 IFS=$as_save_IFS
4824 LD=$ac_cv_prog_LD
4825 if test -n "$LD"; then
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4827 $as_echo "$LD" >&6; }
4828 else
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4834 test -n "$LD" && break
4835 done
4837 if test -z "$LD"; then
4838 ac_verc_fail=yes
4839 else
4840 # Found it, now check the version.
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4842 $as_echo_n "checking version of $LD... " >&6; }
4843 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4844 case $ac_prog_version in
4845 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4846 2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
4847 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4848 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4850 esac
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4852 $as_echo "$ac_prog_version" >&6; }
4854 if test $ac_verc_fail = yes; then
4855 LD=: critic_missing="$critic_missing ld"
4859 # These programs are version sensitive.
4861 for ac_prog in ${ac_tool_prefix}gcc ${ac_tool_prefix}cc
4863 # Extract the first word of "$ac_prog", so it can be a program name with args.
4864 set dummy $ac_prog; ac_word=$2
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4866 $as_echo_n "checking for $ac_word... " >&6; }
4867 if ${ac_cv_prog_CC+:} false; then :
4868 $as_echo_n "(cached) " >&6
4869 else
4870 if test -n "$CC"; then
4871 ac_cv_prog_CC="$CC" # Let the user override the test.
4872 else
4873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4874 for as_dir in $PATH
4876 IFS=$as_save_IFS
4877 test -z "$as_dir" && as_dir=.
4878 for ac_exec_ext in '' $ac_executable_extensions; do
4879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4880 ac_cv_prog_CC="$ac_prog"
4881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4882 break 2
4884 done
4885 done
4886 IFS=$as_save_IFS
4890 CC=$ac_cv_prog_CC
4891 if test -n "$CC"; then
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4893 $as_echo "$CC" >&6; }
4894 else
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4896 $as_echo "no" >&6; }
4900 test -n "$CC" && break
4901 done
4903 if test -z "$CC"; then
4904 ac_verc_fail=yes
4905 else
4906 # Found it, now check the version.
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $CC" >&5
4908 $as_echo_n "checking version of $CC... " >&6; }
4909 ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
4910 case $ac_prog_version in
4911 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4912 4.[3-9].* | 4.[1-9][0-9].* | [5-9].* )
4913 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4914 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4916 esac
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4918 $as_echo "$ac_prog_version" >&6; }
4920 if test $ac_verc_fail = yes; then
4921 critic_missing="$critic_missing gcc"
4924 for ac_prog in gnumake gmake make
4926 # Extract the first word of "$ac_prog", so it can be a program name with args.
4927 set dummy $ac_prog; ac_word=$2
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4929 $as_echo_n "checking for $ac_word... " >&6; }
4930 if ${ac_cv_prog_MAKE+:} false; then :
4931 $as_echo_n "(cached) " >&6
4932 else
4933 if test -n "$MAKE"; then
4934 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4935 else
4936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4937 for as_dir in $PATH
4939 IFS=$as_save_IFS
4940 test -z "$as_dir" && as_dir=.
4941 for ac_exec_ext in '' $ac_executable_extensions; do
4942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4943 ac_cv_prog_MAKE="$ac_prog"
4944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4945 break 2
4947 done
4948 done
4949 IFS=$as_save_IFS
4953 MAKE=$ac_cv_prog_MAKE
4954 if test -n "$MAKE"; then
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4956 $as_echo "$MAKE" >&6; }
4957 else
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4959 $as_echo "no" >&6; }
4963 test -n "$MAKE" && break
4964 done
4966 if test -z "$MAKE"; then
4967 ac_verc_fail=yes
4968 else
4969 # Found it, now check the version.
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4971 $as_echo_n "checking version of $MAKE... " >&6; }
4972 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4973 case $ac_prog_version in
4974 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4975 3.79* | 3.[89]*)
4976 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4977 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4979 esac
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4981 $as_echo "$ac_prog_version" >&6; }
4983 if test $ac_verc_fail = yes; then
4984 critic_missing="$critic_missing make"
4988 for ac_prog in gnumsgfmt gmsgfmt msgfmt
4990 # Extract the first word of "$ac_prog", so it can be a program name with args.
4991 set dummy $ac_prog; ac_word=$2
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4993 $as_echo_n "checking for $ac_word... " >&6; }
4994 if ${ac_cv_prog_MSGFMT+:} false; then :
4995 $as_echo_n "(cached) " >&6
4996 else
4997 if test -n "$MSGFMT"; then
4998 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4999 else
5000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5001 for as_dir in $PATH
5003 IFS=$as_save_IFS
5004 test -z "$as_dir" && as_dir=.
5005 for ac_exec_ext in '' $ac_executable_extensions; do
5006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5007 ac_cv_prog_MSGFMT="$ac_prog"
5008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5009 break 2
5011 done
5012 done
5013 IFS=$as_save_IFS
5017 MSGFMT=$ac_cv_prog_MSGFMT
5018 if test -n "$MSGFMT"; then
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5020 $as_echo "$MSGFMT" >&6; }
5021 else
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5023 $as_echo "no" >&6; }
5027 test -n "$MSGFMT" && break
5028 done
5030 if test -z "$MSGFMT"; then
5031 ac_verc_fail=yes
5032 else
5033 # Found it, now check the version.
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
5035 $as_echo_n "checking version of $MSGFMT... " >&6; }
5036 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
5037 case $ac_prog_version in
5038 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5039 0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*)
5040 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5041 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5043 esac
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5045 $as_echo "$ac_prog_version" >&6; }
5047 if test $ac_verc_fail = yes; then
5048 MSGFMT=: aux_missing="$aux_missing msgfmt"
5051 for ac_prog in makeinfo
5053 # Extract the first word of "$ac_prog", so it can be a program name with args.
5054 set dummy $ac_prog; ac_word=$2
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5056 $as_echo_n "checking for $ac_word... " >&6; }
5057 if ${ac_cv_prog_MAKEINFO+:} false; then :
5058 $as_echo_n "(cached) " >&6
5059 else
5060 if test -n "$MAKEINFO"; then
5061 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
5062 else
5063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5064 for as_dir in $PATH
5066 IFS=$as_save_IFS
5067 test -z "$as_dir" && as_dir=.
5068 for ac_exec_ext in '' $ac_executable_extensions; do
5069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5070 ac_cv_prog_MAKEINFO="$ac_prog"
5071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5072 break 2
5074 done
5075 done
5076 IFS=$as_save_IFS
5080 MAKEINFO=$ac_cv_prog_MAKEINFO
5081 if test -n "$MAKEINFO"; then
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
5083 $as_echo "$MAKEINFO" >&6; }
5084 else
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5086 $as_echo "no" >&6; }
5090 test -n "$MAKEINFO" && break
5091 done
5093 if test -z "$MAKEINFO"; then
5094 ac_verc_fail=yes
5095 else
5096 # Found it, now check the version.
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
5098 $as_echo_n "checking version of $MAKEINFO... " >&6; }
5099 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
5100 case $ac_prog_version in
5101 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5102 4.[5-9]*|4.[1-9][0-9]*|[5-9].*)
5103 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5104 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5106 esac
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5108 $as_echo "$ac_prog_version" >&6; }
5110 if test $ac_verc_fail = yes; then
5111 MAKEINFO=: aux_missing="$aux_missing makeinfo"
5114 for ac_prog in sed
5116 # Extract the first word of "$ac_prog", so it can be a program name with args.
5117 set dummy $ac_prog; ac_word=$2
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5119 $as_echo_n "checking for $ac_word... " >&6; }
5120 if ${ac_cv_prog_SED+:} false; then :
5121 $as_echo_n "(cached) " >&6
5122 else
5123 if test -n "$SED"; then
5124 ac_cv_prog_SED="$SED" # Let the user override the test.
5125 else
5126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5127 for as_dir in $PATH
5129 IFS=$as_save_IFS
5130 test -z "$as_dir" && as_dir=.
5131 for ac_exec_ext in '' $ac_executable_extensions; do
5132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5133 ac_cv_prog_SED="$ac_prog"
5134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5135 break 2
5137 done
5138 done
5139 IFS=$as_save_IFS
5143 SED=$ac_cv_prog_SED
5144 if test -n "$SED"; then
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
5146 $as_echo "$SED" >&6; }
5147 else
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5149 $as_echo "no" >&6; }
5153 test -n "$SED" && break
5154 done
5156 if test -z "$SED"; then
5157 ac_verc_fail=yes
5158 else
5159 # Found it, now check the version.
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
5161 $as_echo_n "checking version of $SED... " >&6; }
5162 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
5163 case $ac_prog_version in
5164 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5165 3.0[2-9]*|3.[1-9]*|[4-9]*)
5166 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5167 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5169 esac
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5171 $as_echo "$ac_prog_version" >&6; }
5173 if test $ac_verc_fail = yes; then
5174 SED=: aux_missing="$aux_missing sed"
5177 for ac_prog in gawk
5179 # Extract the first word of "$ac_prog", so it can be a program name with args.
5180 set dummy $ac_prog; ac_word=$2
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5182 $as_echo_n "checking for $ac_word... " >&6; }
5183 if ${ac_cv_prog_AWK+:} false; then :
5184 $as_echo_n "(cached) " >&6
5185 else
5186 if test -n "$AWK"; then
5187 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5188 else
5189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5190 for as_dir in $PATH
5192 IFS=$as_save_IFS
5193 test -z "$as_dir" && as_dir=.
5194 for ac_exec_ext in '' $ac_executable_extensions; do
5195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5196 ac_cv_prog_AWK="$ac_prog"
5197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5198 break 2
5200 done
5201 done
5202 IFS=$as_save_IFS
5206 AWK=$ac_cv_prog_AWK
5207 if test -n "$AWK"; then
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5209 $as_echo "$AWK" >&6; }
5210 else
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5212 $as_echo "no" >&6; }
5216 test -n "$AWK" && break
5217 done
5219 if test -z "$AWK"; then
5220 ac_verc_fail=yes
5221 else
5222 # Found it, now check the version.
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
5224 $as_echo_n "checking version of $AWK... " >&6; }
5225 ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
5226 case $ac_prog_version in
5227 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5228 [3-9].*)
5229 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5230 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5232 esac
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5234 $as_echo "$ac_prog_version" >&6; }
5236 if test $ac_verc_fail = yes; then
5237 critic_missing="$critic_missing gawk"
5241 if test -n "$ac_tool_prefix"; then
5242 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5243 set dummy ${ac_tool_prefix}nm; ac_word=$2
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5245 $as_echo_n "checking for $ac_word... " >&6; }
5246 if ${ac_cv_prog_NM+:} false; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 if test -n "$NM"; then
5250 ac_cv_prog_NM="$NM" # Let the user override the test.
5251 else
5252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5253 for as_dir in $PATH
5255 IFS=$as_save_IFS
5256 test -z "$as_dir" && as_dir=.
5257 for ac_exec_ext in '' $ac_executable_extensions; do
5258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5259 ac_cv_prog_NM="${ac_tool_prefix}nm"
5260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5261 break 2
5263 done
5264 done
5265 IFS=$as_save_IFS
5269 NM=$ac_cv_prog_NM
5270 if test -n "$NM"; then
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5272 $as_echo "$NM" >&6; }
5273 else
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5275 $as_echo "no" >&6; }
5280 if test -z "$ac_cv_prog_NM"; then
5281 ac_ct_NM=$NM
5282 # Extract the first word of "nm", so it can be a program name with args.
5283 set dummy nm; ac_word=$2
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5285 $as_echo_n "checking for $ac_word... " >&6; }
5286 if ${ac_cv_prog_ac_ct_NM+:} false; then :
5287 $as_echo_n "(cached) " >&6
5288 else
5289 if test -n "$ac_ct_NM"; then
5290 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5291 else
5292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5293 for as_dir in $PATH
5295 IFS=$as_save_IFS
5296 test -z "$as_dir" && as_dir=.
5297 for ac_exec_ext in '' $ac_executable_extensions; do
5298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5299 ac_cv_prog_ac_ct_NM="nm"
5300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5301 break 2
5303 done
5304 done
5305 IFS=$as_save_IFS
5309 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5310 if test -n "$ac_ct_NM"; then
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5312 $as_echo "$ac_ct_NM" >&6; }
5313 else
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5315 $as_echo "no" >&6; }
5318 if test "x$ac_ct_NM" = x; then
5319 NM="false"
5320 else
5321 case $cross_compiling:$ac_tool_warned in
5322 yes:)
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5324 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5325 ac_tool_warned=yes ;;
5326 esac
5327 NM=$ac_ct_NM
5329 else
5330 NM="$ac_cv_prog_NM"
5334 for ac_prog in autoconf
5336 # Extract the first word of "$ac_prog", so it can be a program name with args.
5337 set dummy $ac_prog; ac_word=$2
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5339 $as_echo_n "checking for $ac_word... " >&6; }
5340 if ${ac_cv_prog_AUTOCONF+:} false; then :
5341 $as_echo_n "(cached) " >&6
5342 else
5343 if test -n "$AUTOCONF"; then
5344 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5345 else
5346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5347 for as_dir in $PATH
5349 IFS=$as_save_IFS
5350 test -z "$as_dir" && as_dir=.
5351 for ac_exec_ext in '' $ac_executable_extensions; do
5352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5353 ac_cv_prog_AUTOCONF="$ac_prog"
5354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5355 break 2
5357 done
5358 done
5359 IFS=$as_save_IFS
5363 AUTOCONF=$ac_cv_prog_AUTOCONF
5364 if test -n "$AUTOCONF"; then
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5366 $as_echo "$AUTOCONF" >&6; }
5367 else
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5369 $as_echo "no" >&6; }
5373 test -n "$AUTOCONF" && break
5374 done
5375 test -n "$AUTOCONF" || AUTOCONF="no"
5377 case "x$AUTOCONF" in
5378 xno|x|x:) AUTOCONF=no ;;
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5381 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5382 if ${libc_cv_autoconf_works+:} false; then :
5383 $as_echo_n "(cached) " >&6
5384 else
5385 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.in > /dev/null 2>&1); then
5386 libc_cv_autoconf_works=yes
5387 else
5388 libc_cv_autoconf_works=no
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5392 $as_echo "$libc_cv_autoconf_works" >&6; }
5393 test $libc_cv_autoconf_works = yes || AUTOCONF=no
5395 esac
5396 if test "x$AUTOCONF" = xno; then
5397 aux_missing="$aux_missing autoconf"
5400 test -n "$critic_missing" && as_fn_error $? "
5401 *** These critical programs are missing or too old:$critic_missing
5402 *** Check the INSTALL file for required versions." "$LINENO" 5
5404 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: 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." >&5
5408 $as_echo "$as_me: WARNING:
5409 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5410 *** some features will be disabled.
5411 *** Check the INSTALL file for required versions." >&2;}
5413 # if using special system headers, find out the compiler's sekrit
5414 # header directory and add that to the list. NOTE: Only does the right
5415 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5416 if test -n "$sysheaders"; then
5417 SYSINCLUDES=-nostdinc
5418 for d in include include-fixed; do
5419 i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5420 SYSINCLUDES="$SYSINCLUDES -isystem $i"
5421 done
5422 SYSINCLUDES="$SYSINCLUDES \
5423 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5424 if test -n "$CXX"; then
5425 CXX_SYSINCLUDES=
5426 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5427 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5428 test "x$cxxheaders" != x &&
5429 CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders"
5430 done
5436 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5437 # since this would lead to problems installing/building glibc.
5438 # LD_LIBRARY_PATH contains the current directory if one of the following
5439 # is true:
5440 # - one of the terminals (":" and ";") is the first or last sign
5441 # - two terminals occur directly after each other
5442 # - the path contains an element with a dot in it
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5444 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5445 case ${LD_LIBRARY_PATH} in
5446 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5447 ld_library_path_setting="contains current directory"
5450 ld_library_path_setting="ok"
5452 esac
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5454 $as_echo "$ld_library_path_setting" >&6; }
5455 if test "$ld_library_path_setting" != "ok"; then
5456 as_fn_error $? "
5457 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5458 *** building glibc. Please change the environment variable
5459 *** and run configure again." "$LINENO" 5
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC supports -static-libgcc" >&5
5463 $as_echo_n "checking whether GCC supports -static-libgcc... " >&6; }
5464 if ${libc_cv_gcc_static_libgcc+:} false; then :
5465 $as_echo_n "(cached) " >&6
5466 else
5467 if $CC -v -static-libgcc 2>&1 | grep 'unrecognized option.*static-libgcc' >/dev/null; then
5468 libc_cv_gcc_static_libgcc=
5469 else
5470 libc_cv_gcc_static_libgcc=-static-libgcc
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_static_libgcc" >&5
5474 $as_echo "$libc_cv_gcc_static_libgcc" >&6; }
5477 # Extract the first word of "bash", so it can be a program name with args.
5478 set dummy bash; ac_word=$2
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5480 $as_echo_n "checking for $ac_word... " >&6; }
5481 if ${ac_cv_path_BASH_SHELL+:} false; then :
5482 $as_echo_n "(cached) " >&6
5483 else
5484 case $BASH_SHELL in
5485 [\\/]* | ?:[\\/]*)
5486 ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5490 for as_dir in $PATH
5492 IFS=$as_save_IFS
5493 test -z "$as_dir" && as_dir=.
5494 for ac_exec_ext in '' $ac_executable_extensions; do
5495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5496 ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5498 break 2
5500 done
5501 done
5502 IFS=$as_save_IFS
5504 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5506 esac
5508 BASH_SHELL=$ac_cv_path_BASH_SHELL
5509 if test -n "$BASH_SHELL"; then
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5511 $as_echo "$BASH_SHELL" >&6; }
5512 else
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5514 $as_echo "no" >&6; }
5518 if test "$BASH_SHELL" != no &&
5519 $BASH_SHELL -c 'test "$BASH_VERSINFO" \
5520 && test "$BASH_VERSINFO" -ge 2 >&/dev/null'; then
5521 libc_cv_have_bash2=yes
5522 else
5523 libc_cv_have_bash2=no
5527 if test "$BASH_SHELL" = no; then
5528 # Extract the first word of "ksh", so it can be a program name with args.
5529 set dummy ksh; ac_word=$2
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5531 $as_echo_n "checking for $ac_word... " >&6; }
5532 if ${ac_cv_path_KSH+:} false; then :
5533 $as_echo_n "(cached) " >&6
5534 else
5535 case $KSH in
5536 [\\/]* | ?:[\\/]*)
5537 ac_cv_path_KSH="$KSH" # Let the user override the test with a path.
5540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5541 for as_dir in $PATH
5543 IFS=$as_save_IFS
5544 test -z "$as_dir" && as_dir=.
5545 for ac_exec_ext in '' $ac_executable_extensions; do
5546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5547 ac_cv_path_KSH="$as_dir/$ac_word$ac_exec_ext"
5548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5549 break 2
5551 done
5552 done
5553 IFS=$as_save_IFS
5555 test -z "$ac_cv_path_KSH" && ac_cv_path_KSH="no"
5557 esac
5559 KSH=$ac_cv_path_KSH
5560 if test -n "$KSH"; then
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KSH" >&5
5562 $as_echo "$KSH" >&6; }
5563 else
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5565 $as_echo "no" >&6; }
5569 if test "$KSH" = no; then
5570 libc_cv_have_ksh=no
5571 else
5572 libc_cv_have_ksh=yes
5574 else
5575 KSH="$BASH_SHELL"
5577 libc_cv_have_ksh=yes
5581 # Extract the first word of "perl", so it can be a program name with args.
5582 set dummy perl; ac_word=$2
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5584 $as_echo_n "checking for $ac_word... " >&6; }
5585 if ${ac_cv_path_PERL+:} false; then :
5586 $as_echo_n "(cached) " >&6
5587 else
5588 case $PERL in
5589 [\\/]* | ?:[\\/]*)
5590 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594 for as_dir in $PATH
5596 IFS=$as_save_IFS
5597 test -z "$as_dir" && as_dir=.
5598 for ac_exec_ext in '' $ac_executable_extensions; do
5599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5600 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5602 break 2
5604 done
5605 done
5606 IFS=$as_save_IFS
5608 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5610 esac
5612 PERL=$ac_cv_path_PERL
5613 if test -n "$PERL"; then
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5615 $as_echo "$PERL" >&6; }
5616 else
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5618 $as_echo "no" >&6; }
5622 if test "$PERL" != no &&
5623 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5624 PERL=no
5626 # Extract the first word of "install-info", so it can be a program name with args.
5627 set dummy install-info; ac_word=$2
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5629 $as_echo_n "checking for $ac_word... " >&6; }
5630 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5631 $as_echo_n "(cached) " >&6
5632 else
5633 case $INSTALL_INFO in
5634 [\\/]* | ?:[\\/]*)
5635 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5639 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5640 for as_dir in $as_dummy
5642 IFS=$as_save_IFS
5643 test -z "$as_dir" && as_dir=.
5644 for ac_exec_ext in '' $ac_executable_extensions; do
5645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5646 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5648 break 2
5650 done
5651 done
5652 IFS=$as_save_IFS
5654 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5656 esac
5658 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5659 if test -n "$INSTALL_INFO"; then
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5661 $as_echo "$INSTALL_INFO" >&6; }
5662 else
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5664 $as_echo "no" >&6; }
5668 # Extract the first word of "bison", so it can be a program name with args.
5669 set dummy bison; ac_word=$2
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5671 $as_echo_n "checking for $ac_word... " >&6; }
5672 if ${ac_cv_path_BISON+:} false; then :
5673 $as_echo_n "(cached) " >&6
5674 else
5675 case $BISON in
5676 [\\/]* | ?:[\\/]*)
5677 ac_cv_path_BISON="$BISON" # Let the user override the test with a path.
5680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5681 as_dummy="$PATH:/usr/local/bin:/usr/bin:/bin"
5682 for as_dir in $as_dummy
5684 IFS=$as_save_IFS
5685 test -z "$as_dir" && as_dir=.
5686 for ac_exec_ext in '' $ac_executable_extensions; do
5687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5688 ac_cv_path_BISON="$as_dir/$ac_word$ac_exec_ext"
5689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5690 break 2
5692 done
5693 done
5694 IFS=$as_save_IFS
5696 test -z "$ac_cv_path_BISON" && ac_cv_path_BISON="no"
5698 esac
5700 BISON=$ac_cv_path_BISON
5701 if test -n "$BISON"; then
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5703 $as_echo "$BISON" >&6; }
5704 else
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5706 $as_echo "no" >&6; }
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc-friendly stddef.h" >&5
5712 $as_echo_n "checking for libc-friendly stddef.h... " >&6; }
5713 if ${libc_cv_friendly_stddef+:} false; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5717 /* end confdefs.h. */
5718 #define __need_size_t
5719 #define __need_wchar_t
5720 #include <stddef.h>
5721 #define __need_NULL
5722 #include <stddef.h>
5724 main ()
5726 size_t size; wchar_t wchar;
5727 #ifdef offsetof
5728 #error stddef.h ignored __need_*
5729 #endif
5730 if (&size == NULL || &wchar == NULL) abort ();
5732 return 0;
5734 _ACEOF
5735 if ac_fn_c_try_compile "$LINENO"; then :
5736 libc_cv_friendly_stddef=yes
5737 else
5738 libc_cv_friendly_stddef=no
5740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_friendly_stddef" >&5
5743 $as_echo "$libc_cv_friendly_stddef" >&6; }
5744 if test $libc_cv_friendly_stddef = yes; then
5745 config_vars="$config_vars
5746 override stddef.h = # The installed <stddef.h> seems to be libc-friendly."
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to use -P to assemble .S files" >&5
5750 $as_echo_n "checking whether we need to use -P to assemble .S files... " >&6; }
5751 if ${libc_cv_need_minus_P+:} false; then :
5752 $as_echo_n "(cached) " >&6
5753 else
5754 cat > conftest.S <<EOF
5755 #include "confdefs.h"
5756 /* Nothing whatsoever. */
5758 if { ac_try='${CC-cc} $CPPFLAGS $ASFLAGS -c conftest.S 1>&5'
5759 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5760 (eval $ac_try) 2>&5
5761 ac_status=$?
5762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5763 test $ac_status = 0; }; }; then
5764 libc_cv_need_minus_P=no
5765 else
5766 libc_cv_need_minus_P=yes
5768 rm -f conftest*
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_need_minus_P" >&5
5771 $as_echo "$libc_cv_need_minus_P" >&6; }
5772 if test $libc_cv_need_minus_P = yes; then
5773 config_vars="$config_vars
5774 asm-CPPFLAGS = -P # The assembler can't grok cpp's # line directives."
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5778 $as_echo_n "checking for .set assembler directive... " >&6; }
5779 if ${libc_cv_asm_set_directive+:} false; then :
5780 $as_echo_n "(cached) " >&6
5781 else
5782 cat > conftest.s <<EOF
5783 ${libc_cv_dot_text}
5784 foo:
5785 .set glibc_conftest_frobozz,foo
5786 .globl glibc_conftest_frobozz
5788 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5789 # (but it doesn't work), so we must do a linking check to be sure.
5790 cat > conftest1.c <<\EOF
5791 extern int glibc_conftest_frobozz;
5792 void _start() { glibc_conftest_frobozz = 1; }
5794 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5795 -nostartfiles -nostdlib \
5796 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5797 libc_cv_asm_set_directive=yes
5798 else
5799 libc_cv_asm_set_directive=no
5801 rm -f conftest*
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5804 $as_echo "$libc_cv_asm_set_directive" >&6; }
5805 if test $libc_cv_asm_set_directive = yes; then
5806 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler gnu_unique_object symbol type" >&5
5811 $as_echo_n "checking for assembler gnu_unique_object symbol type... " >&6; }
5812 if ${libc_cv_asm_unique_object+:} false; then :
5813 $as_echo_n "(cached) " >&6
5814 else
5815 cat > conftest.s <<EOF
5816 ${libc_cv_dot_text}
5817 _sym:
5818 .type _sym, %gnu_unique_object
5820 if ${CC-cc} -c $ASFLAGS conftest.s 1>&5 2>&5; then
5821 libc_cv_asm_unique_object=yes
5822 else
5823 libc_cv_asm_unique_object=no
5825 rm -f conftest*
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_unique_object" >&5
5828 $as_echo "$libc_cv_asm_unique_object" >&6; }
5829 if test $libc_cv_asm_unique_object = yes; then
5830 $as_echo "#define HAVE_ASM_UNIQUE_OBJECT 1" >>confdefs.h
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .symver assembler directive" >&5
5835 $as_echo_n "checking for .symver assembler directive... " >&6; }
5836 if ${libc_cv_asm_symver_directive+:} false; then :
5837 $as_echo_n "(cached) " >&6
5838 else
5839 cat > conftest.s <<EOF
5840 ${libc_cv_dot_text}
5841 _sym:
5842 .symver _sym,sym@VERS
5844 if ${CC-cc} -c $ASFLAGS conftest.s 1>&5 2>&5; then
5845 libc_cv_asm_symver_directive=yes
5846 else
5847 libc_cv_asm_symver_directive=no
5849 rm -f conftest*
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_symver_directive" >&5
5852 $as_echo "$libc_cv_asm_symver_directive" >&6; }
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld --version-script" >&5
5854 $as_echo_n "checking for ld --version-script... " >&6; }
5855 if ${libc_cv_ld_version_script_option+:} false; then :
5856 $as_echo_n "(cached) " >&6
5857 else
5858 if test $libc_cv_asm_symver_directive = yes; then
5859 cat > conftest.s <<EOF
5860 ${libc_cv_dot_text}
5861 _sym:
5862 .symver _sym,sym@VERS
5864 cat > conftest.map <<EOF
5865 VERS_1 {
5866 global: sym;
5869 VERS_2 {
5870 global: sym;
5871 } VERS_1;
5873 if ${CC-cc} -c $ASFLAGS conftest.s 1>&5 2>&5; then
5874 if { ac_try='${CC-cc} $CFLAGS $LDFLAGS -shared
5875 -o conftest.so conftest.o
5876 -nostartfiles -nostdlib
5877 -Wl,--version-script,conftest.map
5878 1>&5'
5879 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5880 (eval $ac_try) 2>&5
5881 ac_status=$?
5882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5883 test $ac_status = 0; }; };
5884 then
5885 libc_cv_ld_version_script_option=yes
5886 else
5887 libc_cv_ld_version_script_option=no
5889 else
5890 libc_cv_ld_version_script_option=no
5892 else
5893 libc_cv_ld_version_script_option=no
5895 rm -f conftest*
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_version_script_option" >&5
5898 $as_echo "$libc_cv_ld_version_script_option" >&6; }
5899 if test $shared != no &&
5900 test $libc_cv_asm_symver_directive = yes &&
5901 test $libc_cv_ld_version_script_option = yes &&
5902 test $enable_versioning = yes; then
5903 VERSIONING=yes
5904 $as_echo "#define DO_VERSIONING 1" >>confdefs.h
5906 else
5907 VERSIONING=no
5911 if test $shared != no && test $VERSIONING = no; then
5912 echo "\
5913 *** WARNING: You should not compile GNU libc without versioning. Not using
5914 *** versioning will introduce incompatibilities so that old binaries
5915 *** will not run anymore.
5916 *** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer)."
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .previous assembler directive" >&5
5919 $as_echo_n "checking for .previous assembler directive... " >&6; }
5920 if ${libc_cv_asm_previous_directive+:} false; then :
5921 $as_echo_n "(cached) " >&6
5922 else
5923 cat > conftest.s <<EOF
5924 .section foo_section
5925 .previous
5927 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5928 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5929 (eval $ac_try) 2>&5
5930 ac_status=$?
5931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5932 test $ac_status = 0; }; }; then
5933 libc_cv_asm_previous_directive=yes
5934 else
5935 libc_cv_asm_previous_directive=no
5937 rm -f conftest*
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_previous_directive" >&5
5940 $as_echo "$libc_cv_asm_previous_directive" >&6; }
5941 if test $libc_cv_asm_previous_directive = yes; then
5942 $as_echo "#define HAVE_ASM_PREVIOUS_DIRECTIVE 1" >>confdefs.h
5944 else
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .popsection assembler directive" >&5
5946 $as_echo_n "checking for .popsection assembler directive... " >&6; }
5947 if ${libc_cv_asm_popsection_directive+:} false; then :
5948 $as_echo_n "(cached) " >&6
5949 else
5950 cat > conftest.s <<EOF
5951 .pushsection foo_section
5952 .popsection
5954 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5955 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5956 (eval $ac_try) 2>&5
5957 ac_status=$?
5958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5959 test $ac_status = 0; }; }; then
5960 libc_cv_asm_popsection_directive=yes
5961 else
5962 libc_cv_asm_popsection_directive=no
5964 rm -f conftest*
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_popsection_directive" >&5
5967 $as_echo "$libc_cv_asm_popsection_directive" >&6; }
5968 if test $libc_cv_asm_popsection_directive = yes; then
5969 $as_echo "#define HAVE_ASM_POPSECTION_DIRECTIVE 1" >>confdefs.h
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .protected and .hidden assembler directive" >&5
5974 $as_echo_n "checking for .protected and .hidden assembler directive... " >&6; }
5975 if ${libc_cv_asm_protected_directive+:} false; then :
5976 $as_echo_n "(cached) " >&6
5977 else
5978 cat > conftest.s <<EOF
5979 .protected foo
5980 foo:
5981 .hidden bar
5982 bar:
5984 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5985 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5986 (eval $ac_try) 2>&5
5987 ac_status=$?
5988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5989 test $ac_status = 0; }; }; then
5990 libc_cv_asm_protected_directive=yes
5991 else
5992 as_fn_error $? "assembler support for symbol visibility is required" "$LINENO" 5
5994 rm -f conftest*
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_protected_directive" >&5
5997 $as_echo "$libc_cv_asm_protected_directive" >&6; }
5999 if test $libc_cv_asm_protected_directive = yes; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((visibility())) is supported" >&5
6001 $as_echo_n "checking whether __attribute__((visibility())) is supported... " >&6; }
6002 if ${libc_cv_visibility_attribute+:} false; then :
6003 $as_echo_n "(cached) " >&6
6004 else
6005 cat > conftest.c <<EOF
6006 int foo __attribute__ ((visibility ("hidden"))) = 1;
6007 int bar __attribute__ ((visibility ("protected"))) = 1;
6009 libc_cv_visibility_attribute=no
6010 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
6011 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6012 (eval $ac_try) 2>&5
6013 ac_status=$?
6014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6015 test $ac_status = 0; }; }; then
6016 if grep '\.hidden.*foo' conftest.s >/dev/null; then
6017 if grep '\.protected.*bar' conftest.s >/dev/null; then
6018 libc_cv_visibility_attribute=yes
6022 rm -f conftest.{c,s}
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_visibility_attribute" >&5
6026 $as_echo "$libc_cv_visibility_attribute" >&6; }
6027 if test $libc_cv_visibility_attribute != yes; then
6028 as_fn_error $? "compiler support for visibility attribute is required" "$LINENO" 5
6032 if test $libc_cv_visibility_attribute = yes; then
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((visibility()))" >&5
6034 $as_echo_n "checking for broken __attribute__((visibility()))... " >&6; }
6035 if ${libc_cv_broken_visibility_attribute+:} false; then :
6036 $as_echo_n "(cached) " >&6
6037 else
6038 cat > conftest.c <<EOF
6039 int foo (int x);
6040 int bar (int x) __asm__ ("foo") __attribute__ ((visibility ("hidden")));
6041 int bar (int x) { return x; }
6043 libc_cv_broken_visibility_attribute=yes
6044 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
6045 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6046 (eval $ac_try) 2>&5
6047 ac_status=$?
6048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6049 test $ac_status = 0; }; }; then
6050 if grep '\.hidden[ _]foo' conftest.s >/dev/null; then
6051 libc_cv_broken_visibility_attribute=no
6054 rm -f conftest.c conftest.s
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_visibility_attribute" >&5
6058 $as_echo "$libc_cv_broken_visibility_attribute" >&6; }
6059 if test $libc_cv_broken_visibility_attribute = yes; then
6060 as_fn_error $? "working compiler support for visibility attribute is required" "$LINENO" 5
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
6065 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
6066 if ${libc_cv_broken_alias_attribute+:} false; then :
6067 $as_echo_n "(cached) " >&6
6068 else
6069 cat > conftest.c <<EOF
6070 extern int foo (int x) __asm ("xyzzy");
6071 int bar (int x) { return x; }
6072 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
6073 extern int dfoo;
6074 extern __typeof (dfoo) dfoo __asm ("abccb");
6075 int dfoo = 1;
6077 libc_cv_broken_alias_attribute=yes
6078 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
6079 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6080 (eval $ac_try) 2>&5
6081 ac_status=$?
6082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6083 test $ac_status = 0; }; }; then
6084 if grep 'xyzzy' conftest.s >/dev/null &&
6085 grep 'abccb' conftest.s >/dev/null; then
6086 libc_cv_broken_alias_attribute=no
6089 rm -f conftest.c conftest.s
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
6093 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
6094 if test $libc_cv_broken_alias_attribute = yes; then
6095 as_fn_error $? "working alias attribute support required" "$LINENO" 5
6098 if test $libc_cv_visibility_attribute = yes; then
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
6100 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
6101 if ${libc_cv_have_sdata_section+:} false; then :
6102 $as_echo_n "(cached) " >&6
6103 else
6104 echo "int i;" > conftest.c
6105 libc_cv_have_sdata_section=no
6106 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
6107 | grep '\.sdata' >/dev/null; then
6108 libc_cv_have_sdata_section=yes
6110 rm -f conftest.c conftest.so
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
6114 $as_echo "$libc_cv_have_sdata_section" >&6; }
6115 if test $libc_cv_have_sdata_section = yes; then
6116 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
6122 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
6123 if ${libc_cv_initfini_array+:} false; then :
6124 $as_echo_n "(cached) " >&6
6125 else
6126 cat > conftest.c <<EOF
6127 int _start (void) { return 0; }
6128 int __start (void) { return 0; }
6130 int foo (void) { return 1; }
6131 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
6134 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
6135 conftest.c -static -nostartfiles -nostdlib
6136 1>&5'
6137 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6138 (eval $ac_try) 2>&5
6139 ac_status=$?
6140 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6141 test $ac_status = 0; }; }; then :
6142 if $READELF -S conftest | fgrep INIT_ARRAY > /dev/null; then
6143 libc_cv_initfini_array=yes
6144 else
6145 libc_cv_initfini_array=no
6147 else
6148 libc_cv_initfini_array=no
6150 rm -f conftest*
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_initfini_array" >&5
6154 $as_echo "$libc_cv_initfini_array" >&6; }
6155 if test $libc_cv_initfini_array != yes; then
6156 as_fn_error $? "Need linker with .init_array/.fini_array support." "$LINENO" 5
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
6160 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
6161 if ${libc_cv_ctors_header+:} false; then :
6162 $as_echo_n "(cached) " >&6
6163 else
6164 libc_cv_ctors_header=yes
6165 cat > conftest.c <<EOF
6166 int _start (void) { return 0; }
6167 int __start (void) { return 0; }
6169 __attribute__ ((constructor)) void ctor (void) { asm (""); }
6170 __attribute__ ((destructor)) void dtor (void) { asm (""); }
6173 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
6174 conftest.c -static -nostartfiles -nostdlib
6175 1>&5'
6176 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6177 (eval $ac_try) 2>&5
6178 ac_status=$?
6179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6180 test $ac_status = 0; }; }; then :
6181 if $READELF -WS conftest$ac_exeext | $AWK '
6182 { gsub(/\[ */, "[") }
6183 $2 == ".ctors" || $2 == ".dtors" {
6184 size = strtonum("0x" $6)
6185 align = strtonum("0x" $NF)
6186 seen[$2] = 1
6187 stub[$2] = size == align * 2
6189 END {
6190 ctors_ok = !seen[".ctors"] || stub[".ctors"]
6191 dtors_ok = !seen[".dtors"] || stub[".dtors"]
6192 exit ((ctors_ok && dtors_ok) ? 0 : 1)
6194 '; then :
6195 libc_cv_ctors_header=no
6198 else
6199 as_fn_error $? "missing __attribute__ ((constructor)) support??" "$LINENO" 5
6202 rm -f conftest*
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
6206 $as_echo "$libc_cv_ctors_header" >&6; }
6207 if test $libc_cv_ctors_header = no; then
6208 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
6213 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
6214 if ${libc_cv_cc_with_libunwind+:} false; then :
6215 $as_echo_n "(cached) " >&6
6216 else
6218 cat > conftest.c <<EOF
6219 int main (void) { return 0; }
6221 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
6222 conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
6223 libc_cv_cc_with_libunwind=yes
6224 else
6225 libc_cv_cc_with_libunwind=no
6227 rm -f conftest*
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
6230 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
6232 if test $libc_cv_cc_with_libunwind = yes; then
6233 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z nodelete" >&5
6238 $as_echo_n "checking for linker that supports -z nodelete... " >&6; }
6239 libc_linker_feature=no
6240 if test x"$gnu_ld" = x"yes"; then
6241 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z nodelete"`
6242 if test -n "$libc_linker_check"; then
6243 cat > conftest.c <<EOF
6244 int _start (void) { return 42; }
6246 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6247 -Wl,--enable-new-dtags,-z,nodelete -nostdlib -nostartfiles
6248 -fPIC -shared -o conftest.so conftest.c
6249 1>&5'
6250 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6251 (eval $ac_try) 2>&5
6252 ac_status=$?
6253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6254 test $ac_status = 0; }; }
6255 then
6256 libc_linker_feature=yes
6258 rm -f conftest*
6261 if test $libc_linker_feature = yes; then
6262 libc_cv_z_nodelete=yes
6263 else
6264 as_fn_error $? "linker with -z nodelete support required" "$LINENO" 5
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6267 $as_echo "$libc_linker_feature" >&6; }
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z nodlopen" >&5
6270 $as_echo_n "checking for linker that supports -z nodlopen... " >&6; }
6271 libc_linker_feature=no
6272 if test x"$gnu_ld" = x"yes"; then
6273 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z nodlopen"`
6274 if test -n "$libc_linker_check"; then
6275 cat > conftest.c <<EOF
6276 int _start (void) { return 42; }
6278 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6279 -Wl,--enable-new-dtags,-z,nodlopen -nostdlib -nostartfiles
6280 -fPIC -shared -o conftest.so conftest.c
6281 1>&5'
6282 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6283 (eval $ac_try) 2>&5
6284 ac_status=$?
6285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6286 test $ac_status = 0; }; }
6287 then
6288 libc_linker_feature=yes
6290 rm -f conftest*
6293 if test $libc_linker_feature = yes; then
6294 libc_cv_z_nodlopen=yes
6295 else
6296 as_fn_error $? "linker with -z nodlopen support required" "$LINENO" 5
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6299 $as_echo "$libc_linker_feature" >&6; }
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z initfirst" >&5
6302 $as_echo_n "checking for linker that supports -z initfirst... " >&6; }
6303 libc_linker_feature=no
6304 if test x"$gnu_ld" = x"yes"; then
6305 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z initfirst"`
6306 if test -n "$libc_linker_check"; then
6307 cat > conftest.c <<EOF
6308 int _start (void) { return 42; }
6310 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6311 -Wl,--enable-new-dtags,-z,initfirst -nostdlib -nostartfiles
6312 -fPIC -shared -o conftest.so conftest.c
6313 1>&5'
6314 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6315 (eval $ac_try) 2>&5
6316 ac_status=$?
6317 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6318 test $ac_status = 0; }; }
6319 then
6320 libc_linker_feature=yes
6322 rm -f conftest*
6325 if test $libc_linker_feature = yes; then
6326 libc_cv_z_initfirst=yes
6327 else
6328 as_fn_error $? "linker with -z initfirst support required" "$LINENO" 5
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6331 $as_echo "$libc_linker_feature" >&6; }
6333 # Add-on fragments can set these for other machines.
6334 libc_commonpagesize=${libc_commonpagesize:-no}
6335 libc_relro_required=${libc_relro_required:-no}
6336 case "$base_machine" in
6337 i[34567]86 | x86_64 | powerpc* | s390*)
6338 libc_commonpagesize=0x1000
6339 libc_relro_required=yes
6341 sparc*)
6342 libc_commonpagesize=0x2000
6343 libc_relro_required=yes
6345 esac
6347 if test $libc_commonpagesize != no; then
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z relro option" >&5
6349 $as_echo_n "checking for -z relro option... " >&6; }
6350 if ${libc_cv_z_relro+:} false; then :
6351 $as_echo_n "(cached) " >&6
6352 else
6353 libc_cv_z_relro=no
6354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6355 /* end confdefs.h. */
6357 int _start (void) { return 42; }
6358 extern void _exit (int);
6359 /* Since these pointers are const, they should go in rodata.
6360 Since they refer to functions that have to be resolved by
6361 dynamic linking, they should instead go in RELRO data. */
6362 const void *const relro[] = { &_start, &_exit, 0 };
6363 /* GNU ld fails to produce RELRO data when it's very small and there is no
6364 normal writable data following it, or if only uninitialized (.bss) data
6365 follows it, or only very small writable data. */
6366 int data[0x10000] = { 1, };
6368 _ACEOF
6369 cat > conftest.awk <<\EOF
6370 BEGIN {
6371 result = "no"
6372 commonpagesize = strtonum(commonpagesize)
6374 { print "LINE:", $0 > "/dev/stderr" }
6375 $1 == "GNU_RELRO" {
6376 vaddr = strtonum($3)
6377 memsz = strtonum($6)
6378 end = vaddr + memsz
6379 printf "vaddr %#x memsz %#x end %#x commonpagesize %#x\n", \
6380 vaddr, memsz, end, commonpagesize > "/dev/stderr"
6381 result = (end % commonpagesize == 0) ? "yes" : "broken"
6383 END { print result }
6385 { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6386 -fPIC -shared -o conftest.so conftest.c
6387 -nostartfiles -nostdlib
6388 -Wl,-z,relro 1>&5'
6389 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6390 (eval $ac_try) 2>&5
6391 ac_status=$?
6392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6393 test $ac_status = 0; }; } &&
6394 { ac_try='$READELF -Wl conftest.so > conftest.ph'
6395 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6396 (eval $ac_try) 2>&5
6397 ac_status=$?
6398 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6399 test $ac_status = 0; }; } &&
6400 { ac_try='
6401 $AWK -v commonpagesize=$libc_commonpagesize -f conftest.awk
6402 conftest.ph > conftest.cps
6404 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6405 (eval $ac_try) 2>&5
6406 ac_status=$?
6407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6408 test $ac_status = 0; }; } &&
6409 libc_cv_z_relro=`cat conftest.cps 2>&5`
6410 rm -f conftest*
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_relro" >&5
6413 $as_echo "$libc_cv_z_relro" >&6; }
6414 if { test "x$libc_relro_required" = xyes &&
6415 test "x$libc_cv_z_relro" != xyes
6417 then
6418 as_fn_error $? "linker with -z relro support required" "$LINENO" 5
6420 else
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: missing architecture parameter to check for working -z relro" >&5
6422 $as_echo "$as_me: WARNING: missing architecture parameter to check for working -z relro" >&2;}
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Bgroup option" >&5
6426 $as_echo_n "checking for -Bgroup option... " >&6; }
6427 if ${libc_cv_Bgroup+:} false; then :
6428 $as_echo_n "(cached) " >&6
6429 else
6430 cat > conftest.c <<EOF
6431 int _start (void) { return 42; }
6433 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6434 -fPIC -shared -o conftest.so conftest.c
6435 -Wl,-Bgroup -nostdlib 1>&5'
6436 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6437 (eval $ac_try) 2>&5
6438 ac_status=$?
6439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6440 test $ac_status = 0; }; }
6441 then
6442 libc_cv_Bgroup=yes
6443 else
6444 libc_cv_Bgroup=no
6446 rm -f conftest*
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_Bgroup" >&5
6449 $as_echo "$libc_cv_Bgroup" >&6; }
6452 ASFLAGS_config=
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
6454 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
6455 if ${libc_cv_as_noexecstack+:} false; then :
6456 $as_echo_n "(cached) " >&6
6457 else
6458 cat > conftest.c <<EOF
6459 void foo (void) { }
6461 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
6462 -S -o conftest.s conftest.c 1>&5'
6463 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6464 (eval $ac_try) 2>&5
6465 ac_status=$?
6466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6467 test $ac_status = 0; }; } \
6468 && grep .note.GNU-stack conftest.s >/dev/null \
6469 && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
6470 -c -o conftest.o conftest.s 1>&5'
6471 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6472 (eval $ac_try) 2>&5
6473 ac_status=$?
6474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6475 test $ac_status = 0; }; }
6476 then
6477 libc_cv_as_noexecstack=yes
6478 else
6479 libc_cv_as_noexecstack=no
6481 rm -f conftest*
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
6484 $as_echo "$libc_cv_as_noexecstack" >&6; }
6485 if test $libc_cv_as_noexecstack = yes; then
6486 ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
6491 $as_echo_n "checking for -z combreloc... " >&6; }
6492 if ${libc_cv_z_combreloc+:} false; then :
6493 $as_echo_n "(cached) " >&6
6494 else
6495 cat > conftest.c <<EOF
6496 extern int bar (int);
6497 extern int mumble;
6498 int foo (void) { return bar (mumble); }
6500 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6501 -fPIC -shared -o conftest.so conftest.c
6502 -nostdlib -nostartfiles
6503 -Wl,-z,combreloc 1>&5'
6504 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6505 (eval $ac_try) 2>&5
6506 ac_status=$?
6507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6508 test $ac_status = 0; }; }
6509 then
6510 if $READELF -S conftest.so | grep '\.rel\(a\|\)\.dyn' > /dev/null; then
6511 libc_cv_z_combreloc=yes
6512 else
6513 libc_cv_z_combreloc=no
6515 else
6516 libc_cv_z_combreloc=no
6518 rm -f conftest*
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
6521 $as_echo "$libc_cv_z_combreloc" >&6; }
6522 if test "$libc_cv_z_combreloc" = yes; then
6523 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
6529 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
6530 libc_linker_feature=no
6531 if test x"$gnu_ld" = x"yes"; then
6532 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
6533 if test -n "$libc_linker_check"; then
6534 cat > conftest.c <<EOF
6535 int _start (void) { return 42; }
6537 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6538 -Wl,-z,execstack -nostdlib -nostartfiles
6539 -fPIC -shared -o conftest.so conftest.c
6540 1>&5'
6541 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6542 (eval $ac_try) 2>&5
6543 ac_status=$?
6544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6545 test $ac_status = 0; }; }
6546 then
6547 libc_linker_feature=yes
6549 rm -f conftest*
6552 if test $libc_linker_feature = yes; then
6553 libc_cv_z_execstack=yes
6554 else
6555 libc_cv_z_execstack=no
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6558 $as_echo "$libc_linker_feature" >&6; }
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
6562 $as_echo_n "checking for -fpie... " >&6; }
6563 if ${libc_cv_fpie+:} false; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
6567 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6568 (eval $ac_try) 2>&5
6569 ac_status=$?
6570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6571 test $ac_status = 0; }; }; then :
6572 libc_cv_fpie=yes
6573 else
6574 libc_cv_fpie=no
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
6579 $as_echo "$libc_cv_fpie" >&6; }
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
6584 $as_echo_n "checking for --hash-style option... " >&6; }
6585 if ${libc_cv_hashstyle+:} false; then :
6586 $as_echo_n "(cached) " >&6
6587 else
6588 cat > conftest.c <<EOF
6589 int _start (void) { return 42; }
6591 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6592 -fPIC -shared -o conftest.so conftest.c
6593 -Wl,--hash-style=both -nostdlib 1>&5'
6594 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6595 (eval $ac_try) 2>&5
6596 ac_status=$?
6597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6598 test $ac_status = 0; }; }
6599 then
6600 libc_cv_hashstyle=yes
6601 else
6602 libc_cv_hashstyle=no
6604 rm -f conftest*
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
6607 $as_echo "$libc_cv_hashstyle" >&6; }
6610 # The linker's default -shared behavior is good enough if it
6611 # does these things that our custom linker scripts ensure that
6612 # all allocated NOTE sections come first.
6613 if test "$use_default_link" = default; then
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
6615 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
6616 if ${libc_cv_use_default_link+:} false; then :
6617 $as_echo_n "(cached) " >&6
6618 else
6619 libc_cv_use_default_link=no
6620 cat > conftest.s <<\EOF
6621 .section .note.a,"a",%note
6622 .balign 4
6623 .long 4,4,9
6624 .string "GNU"
6625 .string "foo"
6626 .section .note.b,"a",%note
6627 .balign 4
6628 .long 4,4,9
6629 .string "GNU"
6630 .string "bar"
6632 if { ac_try=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
6633 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6634 (eval $ac_try) 2>&5
6635 ac_status=$?
6636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6637 test $ac_status = 0; }; } &&
6638 ac_try=`$READELF -S conftest.so | sed -n \
6639 '${x;p;}
6640 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
6645 then
6646 libc_seen_a=no libc_seen_b=no
6647 set -- $ac_try
6648 while test $# -ge 2 -a "$1" = NOTE; do
6649 case "$2" in
6650 .note.a) libc_seen_a=yes ;;
6651 .note.b) libc_seen_b=yes ;;
6652 esac
6653 shift 2
6654 done
6655 case "$libc_seen_a$libc_seen_b" in
6656 yesyes)
6657 libc_cv_use_default_link=yes
6660 echo >&5 "\
6661 $libc_seen_a$libc_seen_b from:
6662 $ac_try"
6664 esac
6666 rm -f conftest*
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
6669 $as_echo "$libc_cv_use_default_link" >&6; }
6670 use_default_link=$libc_cv_use_default_link
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
6674 $as_echo_n "checking linker output format... " >&6; }
6675 if ${libc_cv_output_format+:} false; then :
6676 $as_echo_n "(cached) " >&6
6677 else
6678 if libc_cv_output_format=`
6679 ${CC-cc} -nostartfiles -nostdlib -Wl,--print-output-format 2>&5`
6680 then
6682 else
6683 libc_cv_output_format=
6685 test -n "$libc_cv_output_format" || libc_cv_output_format=unknown
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
6688 $as_echo "$libc_cv_output_format" >&6; }
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
6692 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
6693 if ${libc_cv_fno_toplevel_reorder+:} false; then :
6694 $as_echo_n "(cached) " >&6
6695 else
6696 cat > conftest.c <<EOF
6697 int foo;
6699 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
6700 conftest.c 1>&5'
6701 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6702 (eval $ac_try) 2>&5
6703 ac_status=$?
6704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6705 test $ac_status = 0; }; }
6706 then
6707 libc_cv_fno_toplevel_reorder=yes
6708 else
6709 libc_cv_fno_toplevel_reorder=no
6711 rm -f conftest*
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6714 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6715 if test $libc_cv_fno_toplevel_reorder = yes; then
6716 fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
6717 else
6718 fno_unit_at_a_time=-fno-unit-at-a-time
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
6723 $as_echo_n "checking for -fstack-protector... " >&6; }
6724 if ${libc_cv_ssp+:} false; then :
6725 $as_echo_n "(cached) " >&6
6726 else
6727 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
6728 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6729 (eval $ac_try) 2>&5
6730 ac_status=$?
6731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6732 test $ac_status = 0; }; }; then :
6733 libc_cv_ssp=yes
6734 else
6735 libc_cv_ssp=no
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
6740 $as_echo "$libc_cv_ssp" >&6; }
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fgnu89-inline" >&5
6744 $as_echo_n "checking for -fgnu89-inline... " >&6; }
6745 if ${libc_cv_gnu89_inline+:} false; then :
6746 $as_echo_n "(cached) " >&6
6747 else
6748 cat > conftest.c <<EOF
6749 int foo;
6750 #ifdef __GNUC_GNU_INLINE__
6751 main () { return 0;}
6752 #else
6753 #error
6754 #endif
6756 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -std=gnu99 -fgnu89-inline
6757 -o conftest.s conftest.c 1>&5'
6758 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6759 (eval $ac_try) 2>&5
6760 ac_status=$?
6761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6762 test $ac_status = 0; }; }
6763 then
6764 libc_cv_gnu89_inline=yes
6765 else
6766 libc_cv_gnu89_inline=no
6768 rm -f conftest*
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gnu89_inline" >&5
6771 $as_echo "$libc_cv_gnu89_inline" >&6; }
6772 if test $libc_cv_gnu89_inline = yes; then
6773 gnu89_inline=-fgnu89-inline
6774 else
6775 gnu89_inline=
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6780 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6781 if ${libc_cv_have_section_quotes+:} false; then :
6782 $as_echo_n "(cached) " >&6
6783 else
6784 cat > conftest.c <<EOF
6785 static const int foo
6786 __attribute__ ((section ("bar"))) = 1;
6788 if ${CC-cc} -S conftest.c -o conftest.s; then
6789 if grep '\.section.*"bar"' conftest.s >/dev/null; then
6790 libc_cv_have_section_quotes=yes
6791 else
6792 libc_cv_have_section_quotes=no
6794 else
6795 libc_cv_have_section_quotes=unknown
6797 rm -f conftest.{c,s}
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6801 $as_echo "$libc_cv_have_section_quotes" >&6; }
6802 if test $libc_cv_have_section_quotes = yes; then
6803 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler .weak directive" >&5
6808 $as_echo_n "checking for assembler .weak directive... " >&6; }
6809 if ${libc_cv_asm_weak_directive+:} false; then :
6810 $as_echo_n "(cached) " >&6
6811 else
6812 cat > conftest.s <<EOF
6813 ${libc_cv_dot_text}
6814 .globl foo
6815 foo:
6816 .weak foo
6817 .weak bar; bar = foo
6819 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6820 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6821 (eval $ac_try) 2>&5
6822 ac_status=$?
6823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6824 test $ac_status = 0; }; }; then
6825 libc_cv_asm_weak_directive=yes
6826 else
6827 libc_cv_asm_weak_directive=no
6829 rm -f conftest*
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_weak_directive" >&5
6832 $as_echo "$libc_cv_asm_weak_directive" >&6; }
6834 if test $libc_cv_asm_weak_directive = no; then
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler .weakext directive" >&5
6836 $as_echo_n "checking for assembler .weakext directive... " >&6; }
6837 if ${libc_cv_asm_weakext_directive+:} false; then :
6838 $as_echo_n "(cached) " >&6
6839 else
6840 cat > conftest.s <<EOF
6841 ${libc_cv_dot_text}
6842 .globl foo
6843 foo:
6844 .weakext bar foo
6845 .weakext baz
6846 .globl baz
6847 baz:
6849 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6850 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6851 (eval $ac_try) 2>&5
6852 ac_status=$?
6853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6854 test $ac_status = 0; }; }; then
6855 libc_cv_asm_weakext_directive=yes
6856 else
6857 libc_cv_asm_weakext_directive=no
6859 rm -f conftest*
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_weakext_directive" >&5
6862 $as_echo "$libc_cv_asm_weakext_directive" >&6; }
6864 fi # no .weak
6866 if test $libc_cv_asm_weak_directive = yes; then
6867 $as_echo "#define HAVE_ASM_WEAK_DIRECTIVE 1" >>confdefs.h
6869 elif test $libc_cv_asm_weakext_directive = yes; then
6870 $as_echo "#define HAVE_ASM_WEAKEXT_DIRECTIVE 1" >>confdefs.h
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported" >&5
6875 $as_echo_n "checking whether CFI directives are supported... " >&6; }
6876 if ${libc_cv_asm_cfi_directives+:} false; then :
6877 $as_echo_n "(cached) " >&6
6878 else
6879 case $machine in
6880 sparc/sparc64*) cfi_offset=2047;;
6881 *) cfi_offset=0;;
6882 esac
6883 cat > conftest.s <<EOF
6884 .text
6885 .type func,%function
6886 func:
6887 .cfi_startproc
6888 .cfi_remember_state
6889 .cfi_rel_offset 1, $cfi_offset
6890 .cfi_endproc
6892 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6893 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6894 (eval $ac_try) 2>&5
6895 ac_status=$?
6896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6897 test $ac_status = 0; }; }; then
6898 libc_cv_asm_cfi_directives=yes
6899 else
6900 libc_cv_asm_cfi_directives=no
6902 rm -f conftest*
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_cfi_directives" >&5
6905 $as_echo "$libc_cv_asm_cfi_directives" >&6; }
6906 if test $libc_cv_asm_cfi_directives = yes; then
6907 $as_echo "#define HAVE_ASM_CFI_DIRECTIVES 1" >>confdefs.h
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld --no-whole-archive" >&5
6912 $as_echo_n "checking for ld --no-whole-archive... " >&6; }
6913 if ${libc_cv_ld_no_whole_archive+:} false; then :
6914 $as_echo_n "(cached) " >&6
6915 else
6916 cat > conftest.c <<\EOF
6917 _start () {}
6918 int __eh_pc;
6919 __throw () {}
6921 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6922 -nostdlib -nostartfiles -Wl,--no-whole-archive
6923 -o conftest conftest.c 1>&5'
6924 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6925 (eval $ac_try) 2>&5
6926 ac_status=$?
6927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6928 test $ac_status = 0; }; }; then
6929 libc_cv_ld_no_whole_archive=yes
6930 else
6931 libc_cv_ld_no_whole_archive=no
6933 rm -f conftest*
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_no_whole_archive" >&5
6936 $as_echo "$libc_cv_ld_no_whole_archive" >&6; }
6937 if test $libc_cv_ld_no_whole_archive = no; then
6938 as_fn_error $? "support for --no-whole-archive is needed" "$LINENO" 5
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc -fexceptions" >&5
6942 $as_echo_n "checking for gcc -fexceptions... " >&6; }
6943 if ${libc_cv_gcc_exceptions+:} false; then :
6944 $as_echo_n "(cached) " >&6
6945 else
6946 cat > conftest.c <<\EOF
6947 _start () {}
6948 int __eh_pc;
6949 __throw () {}
6951 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6952 -nostdlib -nostartfiles -fexceptions
6953 -o conftest conftest.c 1>&5'
6954 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6955 (eval $ac_try) 2>&5
6956 ac_status=$?
6957 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6958 test $ac_status = 0; }; }; then
6959 libc_cv_gcc_exceptions=yes
6960 else
6961 libc_cv_gcc_exceptions=no
6963 rm -f conftest*
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_exceptions" >&5
6966 $as_echo "$libc_cv_gcc_exceptions" >&6; }
6967 if test $libc_cv_gcc_exceptions = yes; then
6968 exceptions=-fexceptions
6971 if test "$host_cpu" = powerpc ; then
6972 # Check for a bug present in at least versions 2.8.x of GCC
6973 # and versions 1.0.x of EGCS.
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether clobbering cr0 causes problems" >&5
6975 $as_echo_n "checking whether clobbering cr0 causes problems... " >&6; }
6976 if ${libc_cv_c_asmcr0_bug+:} false; then :
6977 $as_echo_n "(cached) " >&6
6978 else
6979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6980 /* end confdefs.h. */
6981 int tester(int x) { asm ("" : : : "cc"); return x & 123; }
6983 main ()
6987 return 0;
6989 _ACEOF
6990 if ac_fn_c_try_compile "$LINENO"; then :
6991 libc_cv_c_asmcr0_bug='no'
6992 else
6993 libc_cv_c_asmcr0_bug='yes'
6995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_c_asmcr0_bug" >&5
6998 $as_echo "$libc_cv_c_asmcr0_bug" >&6; }
6999 if test "$libc_cv_c_asmcr0_bug" != 'no'; then
7000 $as_echo "#define BROKEN_PPC_ASM_CR0 1" >>confdefs.h
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
7006 $as_echo_n "checking for __builtin_memset... " >&6; }
7007 if ${libc_cv_gcc_builtin_memset+:} false; then :
7008 $as_echo_n "(cached) " >&6
7009 else
7010 cat > conftest.c <<\EOF
7011 void zero (void *x)
7013 __builtin_memset (x, 0, 1000);
7016 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "memset" > /dev/null'
7017 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7018 (eval $ac_try) 2>&5
7019 ac_status=$?
7020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7021 test $ac_status = 0; }; };
7022 then
7023 libc_cv_gcc_builtin_memset=no
7024 else
7025 libc_cv_gcc_builtin_memset=yes
7027 rm -f conftest*
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
7030 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
7031 if test "$libc_cv_gcc_builtin_memset" = yes ; then
7032 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
7037 $as_echo_n "checking for redirection of built-in functions... " >&6; }
7038 if ${libc_cv_gcc_builtin_redirection+:} false; then :
7039 $as_echo_n "(cached) " >&6
7040 else
7041 cat > conftest.c <<\EOF
7042 extern char *strstr (const char *, const char *) __asm ("my_strstr");
7043 char *foo (const char *a, const char *b)
7045 return __builtin_strstr (a, b);
7048 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "my_strstr" > /dev/null'
7049 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7050 (eval $ac_try) 2>&5
7051 ac_status=$?
7052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7053 test $ac_status = 0; }; };
7054 then
7055 libc_cv_gcc_builtin_redirection=yes
7056 else
7057 libc_cv_gcc_builtin_redirection=no
7059 rm -f conftest*
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
7062 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
7063 if test "$libc_cv_gcc_builtin_redirection" = no; then
7064 as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread" >&5
7068 $as_echo_n "checking for __thread... " >&6; }
7069 if ${libc_cv_gcc___thread+:} false; then :
7070 $as_echo_n "(cached) " >&6
7071 else
7072 cat > conftest.c <<\EOF
7073 __thread int a = 42;
7075 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c >&5'
7076 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7077 (eval $ac_try) 2>&5
7078 ac_status=$?
7079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7080 test $ac_status = 0; }; }; then
7081 libc_cv_gcc___thread=yes
7082 else
7083 libc_cv_gcc___thread=no
7085 rm -f conftest*
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc___thread" >&5
7088 $as_echo "$libc_cv_gcc___thread" >&6; }
7089 if test "$libc_cv_gcc___thread" = no; then
7090 as_fn_error $? "support for the __thread keyword is required" "$LINENO" 5
7093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tls_model attribute" >&5
7094 $as_echo_n "checking for tls_model attribute... " >&6; }
7095 if ${libc_cv_gcc_tls_model_attr+:} false; then :
7096 $as_echo_n "(cached) " >&6
7097 else
7098 cat > conftest.c <<\EOF
7099 extern __thread int a __attribute__((tls_model ("initial-exec")));
7101 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -Werror conftest.c >&5'
7102 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7103 (eval $ac_try) 2>&5
7104 ac_status=$?
7105 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7106 test $ac_status = 0; }; }; then
7107 libc_cv_gcc_tls_model_attr=yes
7108 else
7109 libc_cv_gcc_tls_model_attr=no
7111 rm -f conftest*
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_tls_model_attr" >&5
7114 $as_echo "$libc_cv_gcc_tls_model_attr" >&6; }
7115 if test "$libc_cv_gcc_tls_model_attr" = no; then
7116 as_fn_error $? "support for the tls_model attribute is required" "$LINENO" 5
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
7120 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
7121 if ${libc_cv_cc_nofma+:} false; then :
7122 $as_echo_n "(cached) " >&6
7123 else
7124 libc_cv_cc_nofma=
7125 for opt in -ffp-contract=off -mno-fused-madd; do
7126 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
7127 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7128 (eval $ac_try) 2>&5
7129 ac_status=$?
7130 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7131 test $ac_status = 0; }; }; then :
7132 libc_cv_cc_nofma=$opt; break
7134 done
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
7137 $as_echo "$libc_cv_cc_nofma" >&6; }
7139 if test -n "$submachine"; then
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
7141 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
7142 if ${libc_cv_cc_submachine+:} false; then :
7143 $as_echo_n "(cached) " >&6
7144 else
7145 libc_cv_cc_submachine=no
7146 for opt in "-march=$submachine" "-mcpu=$submachine"; do
7147 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
7148 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7149 (eval $ac_try) 2>&5
7150 ac_status=$?
7151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7152 test $ac_status = 0; }; }; then :
7154 libc_cv_cc_submachine="$opt"
7155 break
7157 done
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
7160 $as_echo "$libc_cv_cc_submachine" >&6; }
7161 if test "x$libc_cv_cc_submachine" = xno; then
7162 as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
7168 $as_echo_n "checking for libgd... " >&6; }
7169 if test "$with_gd" != "no"; then
7170 old_CFLAGS="$CFLAGS"
7171 CFLAGS="$CFLAGS $libgd_include"
7172 old_LDFLAGS="$LDFLAGS"
7173 LDFLAGS="$LDFLAGS $libgd_ldflags"
7174 old_LIBS="$LIBS"
7175 LIBS="$LIBS -lgd -lpng -lz -lm"
7176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7177 /* end confdefs.h. */
7178 #include <gd.h>
7180 main ()
7182 gdImagePng (0, 0)
7184 return 0;
7186 _ACEOF
7187 if ac_fn_c_try_link "$LINENO"; then :
7188 LIBGD=yes
7189 else
7190 LIBGD=no
7192 rm -f core conftest.err conftest.$ac_objext \
7193 conftest$ac_exeext conftest.$ac_ext
7194 CFLAGS="$old_CFLAGS"
7195 LDFLAGS="$old_LDFLAGS"
7196 LIBS="$old_LIBS"
7197 else
7198 LIBGD=no
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
7201 $as_echo "$LIBGD" >&6; }
7204 # SELinux detection
7205 if test x$with_selinux = xno ; then
7206 have_selinux=no;
7207 else
7208 # See if we have the SELinux library
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
7210 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
7211 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
7212 $as_echo_n "(cached) " >&6
7213 else
7214 ac_check_lib_save_LIBS=$LIBS
7215 LIBS="-lselinux $LIBS"
7216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7217 /* end confdefs.h. */
7219 /* Override any GCC internal prototype to avoid an error.
7220 Use char because int might match the return type of a GCC
7221 builtin and then its argument prototype would still apply. */
7222 #ifdef __cplusplus
7223 extern "C"
7224 #endif
7225 char is_selinux_enabled ();
7227 main ()
7229 return is_selinux_enabled ();
7231 return 0;
7233 _ACEOF
7234 if ac_fn_c_try_link "$LINENO"; then :
7235 ac_cv_lib_selinux_is_selinux_enabled=yes
7236 else
7237 ac_cv_lib_selinux_is_selinux_enabled=no
7239 rm -f core conftest.err conftest.$ac_objext \
7240 conftest$ac_exeext conftest.$ac_ext
7241 LIBS=$ac_check_lib_save_LIBS
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
7244 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
7245 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
7246 have_selinux=yes
7247 else
7248 have_selinux=no
7251 # See if we have the SELinux header with the NSCD permissions in it.
7252 if test x$have_selinux = xyes ; then
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NSCD Flask permissions in selinux/av_permissions.h" >&5
7254 $as_echo_n "checking for NSCD Flask permissions in selinux/av_permissions.h... " >&6; }
7255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7256 /* end confdefs.h. */
7257 #include <selinux/av_permissions.h>
7259 main ()
7261 #ifdef NSCD__SHMEMHOST
7262 return 0;
7263 #else
7264 #error NSCD__SHMEMHOST not defined
7265 #endif
7267 return 0;
7269 _ACEOF
7270 if ac_fn_c_try_compile "$LINENO"; then :
7271 have_selinux=yes
7272 else
7273 have_selinux=no
7275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_selinux" >&5
7277 $as_echo "$have_selinux" >&6; }
7280 if test x$with_selinux = xyes ; then
7281 if test x$have_selinux = xno ; then
7282 as_fn_error $? "SELinux explicitly required, but sufficiently recent SELinux library not found" "$LINENO" 5
7286 # Check if we're building with SELinux support.
7287 if test "x$have_selinux" = xyes; then
7289 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
7292 # See if we have the libaudit library
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
7294 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
7295 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
7296 $as_echo_n "(cached) " >&6
7297 else
7298 ac_check_lib_save_LIBS=$LIBS
7299 LIBS="-laudit $LIBS"
7300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7301 /* end confdefs.h. */
7303 /* Override any GCC internal prototype to avoid an error.
7304 Use char because int might match the return type of a GCC
7305 builtin and then its argument prototype would still apply. */
7306 #ifdef __cplusplus
7307 extern "C"
7308 #endif
7309 char audit_log_user_avc_message ();
7311 main ()
7313 return audit_log_user_avc_message ();
7315 return 0;
7317 _ACEOF
7318 if ac_fn_c_try_link "$LINENO"; then :
7319 ac_cv_lib_audit_audit_log_user_avc_message=yes
7320 else
7321 ac_cv_lib_audit_audit_log_user_avc_message=no
7323 rm -f core conftest.err conftest.$ac_objext \
7324 conftest$ac_exeext conftest.$ac_ext
7325 LIBS=$ac_check_lib_save_LIBS
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
7328 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
7329 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
7330 have_libaudit=yes
7331 else
7332 have_libaudit=no
7335 if test "x$have_libaudit" = xyes; then
7337 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
7342 # See if we have the libcap library
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
7344 $as_echo_n "checking for cap_init in -lcap... " >&6; }
7345 if ${ac_cv_lib_cap_cap_init+:} false; then :
7346 $as_echo_n "(cached) " >&6
7347 else
7348 ac_check_lib_save_LIBS=$LIBS
7349 LIBS="-lcap $LIBS"
7350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7351 /* end confdefs.h. */
7353 /* Override any GCC internal prototype to avoid an error.
7354 Use char because int might match the return type of a GCC
7355 builtin and then its argument prototype would still apply. */
7356 #ifdef __cplusplus
7357 extern "C"
7358 #endif
7359 char cap_init ();
7361 main ()
7363 return cap_init ();
7365 return 0;
7367 _ACEOF
7368 if ac_fn_c_try_link "$LINENO"; then :
7369 ac_cv_lib_cap_cap_init=yes
7370 else
7371 ac_cv_lib_cap_cap_init=no
7373 rm -f core conftest.err conftest.$ac_objext \
7374 conftest$ac_exeext conftest.$ac_ext
7375 LIBS=$ac_check_lib_save_LIBS
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
7378 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
7379 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
7380 have_libcap=yes
7381 else
7382 have_libcap=no
7385 if test "x$have_libcap" = xyes; then
7387 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
7395 # The cast to long int works around a bug in the HP C Compiler
7396 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7397 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7398 # This bug is HP SR number 8606223364.
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
7400 $as_echo_n "checking size of long double... " >&6; }
7401 if ${ac_cv_sizeof_long_double+:} false; then :
7402 $as_echo_n "(cached) " >&6
7403 else
7404 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then :
7406 else
7407 if test "$ac_cv_type_long_double" = yes; then
7408 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7409 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7410 as_fn_error 77 "cannot compute sizeof (long double)
7411 See \`config.log' for more details" "$LINENO" 5; }
7412 else
7413 ac_cv_sizeof_long_double=0
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
7419 $as_echo "$ac_cv_sizeof_long_double" >&6; }
7423 cat >>confdefs.h <<_ACEOF
7424 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
7425 _ACEOF
7428 sizeof_long_double=$ac_cv_sizeof_long_double
7431 CPPUNDEFS=
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
7433 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
7434 if ${libc_cv_predef_fortify_source+:} false; then :
7435 $as_echo_n "(cached) " >&6
7436 else
7437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7438 /* end confdefs.h. */
7441 main ()
7444 #ifdef _FORTIFY_SOURCE
7445 # error bogon
7446 #endif
7448 return 0;
7450 _ACEOF
7451 if ac_fn_c_try_compile "$LINENO"; then :
7452 libc_cv_predef_fortify_source=no
7453 else
7454 libc_cv_predef_fortify_source=yes
7456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
7459 $as_echo "$libc_cv_predef_fortify_source" >&6; }
7460 if test $libc_cv_predef_fortify_source = yes; then
7461 CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC implicitly enables -fstack-protector" >&5
7466 $as_echo_n "checking whether $CC implicitly enables -fstack-protector... " >&6; }
7467 if ${libc_cv_predef_stack_protector+:} false; then :
7468 $as_echo_n "(cached) " >&6
7469 else
7471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7472 /* end confdefs.h. */
7473 extern void foobar (char *);
7475 main ()
7477 char large_array[2048]; foobar (large_array);
7479 return 0;
7481 _ACEOF
7482 if ac_fn_c_try_compile "$LINENO"; then :
7484 libc_undefs=`$NM -u conftest.o |
7485 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
7486 2>&5` || {
7487 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
7489 echo >&5 "libc_undefs='$libc_undefs'"
7490 # On some architectures, there are architecture-specific undefined
7491 # symbols (resolved by the linker), so filter out unknown symbols.
7492 # This will fail to produce the correct result if the compiler
7493 # defaults to -fstack-protector but this produces an undefined symbol
7494 # other than __stack_chk_fail. However, compilers like that have not
7495 # been encountered in practice.
7496 libc_undefs=`echo "$libc_undefs" | egrep '^(foobar|__stack_chk_fail)$'`
7497 case "$libc_undefs" in
7498 foobar) libc_cv_predef_stack_protector=no ;;
7499 '__stack_chk_fail
7500 foobar') libc_cv_predef_stack_protector=yes ;;
7501 *) as_fn_error $? "unexpected symbols in test: $libc_undefs" "$LINENO" 5 ;;
7502 esac
7503 else
7504 as_fn_error $? "test compilation failed" "$LINENO" 5
7506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_stack_protector" >&5
7510 $as_echo "$libc_cv_predef_stack_protector" >&6; }
7511 libc_extra_cflags=
7512 if test $libc_cv_predef_stack_protector = yes; then
7513 libc_extra_cflags=-fno-stack-protector
7517 ### End of automated tests.
7518 ### Now run sysdeps configure fragments.
7520 # They also can set these variables.
7521 use_ldconfig=no
7522 ldd_rewrite_script=no
7523 libc_cv_sysconfdir=$sysconfdir
7524 libc_cv_localstatedir=$localstatedir
7525 libc_cv_gcc_unwind_find_fde=no
7526 libc_cv_idn=no
7528 # Iterate over all the sysdep directories we will use, running their
7529 # configure fragments.
7530 for dir in $sysnames; do
7531 case $dir in
7532 /*) dest=$dir ;;
7533 *) dest=$srcdir/$dir ;;
7534 esac
7535 if test -r $dest/configure; then
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
7537 $as_echo "running configure fragment for $dir" >&6; }
7538 . $dest/configure
7540 done
7542 if test x$libc_cv_gcc_unwind_find_fde = xyes; then
7543 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
7548 # A sysdeps configure fragment can reset this if IFUNC is not actually
7549 # usable even though the assembler knows how to generate the symbol type.
7550 if test x"$libc_cv_ld_gnu_indirect_function" = xyes; then
7551 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
7555 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
7556 # configure fragment can override the value to prevent this AC_DEFINE.
7558 if test "x$use_nscd" != xno; then
7559 $as_echo "#define USE_NSCD 1" >>confdefs.h
7562 if test "x$build_nscd" = xdefault; then
7563 build_nscd=$use_nscd
7566 # Test for old glibc 2.0.x headers so that they can be removed properly
7567 # Search only in includedir.
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for old glibc 2.0.x headers" >&5
7569 $as_echo_n "checking for old glibc 2.0.x headers... " >&6; }
7570 if eval test -f "${includedir}/elfclass.h" -a -f "${includedir}/fcntlbits.h"
7571 then
7572 old_glibc_headers=yes
7573 else
7574 old_glibc_headers=no
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $old_glibc_headers" >&5
7577 $as_echo "$old_glibc_headers" >&6; }
7578 if test ${old_glibc_headers} = yes; then
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** During \"make install\" old headers from glibc 2.0.x will" >&5
7580 $as_echo "$as_me: WARNING: *** During \"make install\" old headers from glibc 2.0.x will" >&2;}
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** be removed." >&5
7582 $as_echo "$as_me: WARNING: *** be removed." >&2;}
7602 if test x$use_ldconfig = xyes; then
7603 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
7613 $as_echo_n "checking whether -fPIC is default... " >&6; }
7614 if ${libc_cv_pic_default+:} false; then :
7615 $as_echo_n "(cached) " >&6
7616 else
7617 libc_cv_pic_default=yes
7618 cat > conftest.c <<EOF
7619 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
7620 # error PIC is default.
7621 #endif
7623 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
7624 libc_cv_pic_default=no
7626 rm -f conftest.*
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
7629 $as_echo "$libc_cv_pic_default" >&6; }
7639 VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
7640 RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
7644 ac_config_files="$ac_config_files config.make Makefile"
7646 ac_config_commands="$ac_config_commands default"
7648 cat >confcache <<\_ACEOF
7649 # This file is a shell script that caches the results of configure
7650 # tests run on this system so they can be shared between configure
7651 # scripts and configure runs, see configure's option --config-cache.
7652 # It is not useful on other systems. If it contains results you don't
7653 # want to keep, you may remove or edit it.
7655 # config.status only pays attention to the cache file if you give it
7656 # the --recheck option to rerun configure.
7658 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7659 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7660 # following values.
7662 _ACEOF
7664 # The following way of writing the cache mishandles newlines in values,
7665 # but we know of no workaround that is simple, portable, and efficient.
7666 # So, we kill variables containing newlines.
7667 # Ultrix sh set writes to stderr and can't be redirected directly,
7668 # and sets the high bit in the cache file unless we assign to the vars.
7670 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7671 eval ac_val=\$$ac_var
7672 case $ac_val in #(
7673 *${as_nl}*)
7674 case $ac_var in #(
7675 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7676 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7677 esac
7678 case $ac_var in #(
7679 _ | IFS | as_nl) ;; #(
7680 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7681 *) { eval $ac_var=; unset $ac_var;} ;;
7682 esac ;;
7683 esac
7684 done
7686 (set) 2>&1 |
7687 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7688 *${as_nl}ac_space=\ *)
7689 # `set' does not quote correctly, so add quotes: double-quote
7690 # substitution turns \\\\ into \\, and sed turns \\ into \.
7691 sed -n \
7692 "s/'/'\\\\''/g;
7693 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7694 ;; #(
7696 # `set' quotes correctly as required by POSIX, so do not add quotes.
7697 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7699 esac |
7700 sort
7702 sed '
7703 /^ac_cv_env_/b end
7704 t clear
7705 :clear
7706 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7707 t end
7708 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7709 :end' >>confcache
7710 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7711 if test -w "$cache_file"; then
7712 if test "x$cache_file" != "x/dev/null"; then
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7714 $as_echo "$as_me: updating cache $cache_file" >&6;}
7715 if test ! -f "$cache_file" || test -h "$cache_file"; then
7716 cat confcache >"$cache_file"
7717 else
7718 case $cache_file in #(
7719 */* | ?:*)
7720 mv -f confcache "$cache_file"$$ &&
7721 mv -f "$cache_file"$$ "$cache_file" ;; #(
7723 mv -f confcache "$cache_file" ;;
7724 esac
7727 else
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7729 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7732 rm -f confcache
7734 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7735 # Let make expand exec_prefix.
7736 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7738 DEFS=-DHAVE_CONFIG_H
7740 ac_libobjs=
7741 ac_ltlibobjs=
7743 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7744 # 1. Remove the extension, and $U if already installed.
7745 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7746 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7747 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7748 # will be set to the directory where LIBOBJS objects are built.
7749 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7750 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
7751 done
7752 LIBOBJS=$ac_libobjs
7754 LTLIBOBJS=$ac_ltlibobjs
7758 : "${CONFIG_STATUS=./config.status}"
7759 ac_write_fail=0
7760 ac_clean_files_save=$ac_clean_files
7761 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7763 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7764 as_write_fail=0
7765 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
7766 #! $SHELL
7767 # Generated by $as_me.
7768 # Run this file to recreate the current configuration.
7769 # Compiler output produced by configure, useful for debugging
7770 # configure, is in config.log if it exists.
7772 debug=false
7773 ac_cs_recheck=false
7774 ac_cs_silent=false
7776 SHELL=\${CONFIG_SHELL-$SHELL}
7777 export SHELL
7778 _ASEOF
7779 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7780 ## -------------------- ##
7781 ## M4sh Initialization. ##
7782 ## -------------------- ##
7784 # Be more Bourne compatible
7785 DUALCASE=1; export DUALCASE # for MKS sh
7786 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
7787 emulate sh
7788 NULLCMD=:
7789 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7790 # is contrary to our usage. Disable this feature.
7791 alias -g '${1+"$@"}'='"$@"'
7792 setopt NO_GLOB_SUBST
7793 else
7794 case `(set -o) 2>/dev/null` in #(
7795 *posix*) :
7796 set -o posix ;; #(
7797 *) :
7799 esac
7803 as_nl='
7805 export as_nl
7806 # Printing a long string crashes Solaris 7 /usr/bin/printf.
7807 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7808 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7809 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7810 # Prefer a ksh shell builtin over an external printf program on Solaris,
7811 # but without wasting forks for bash or zsh.
7812 if test -z "$BASH_VERSION$ZSH_VERSION" \
7813 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7814 as_echo='print -r --'
7815 as_echo_n='print -rn --'
7816 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7817 as_echo='printf %s\n'
7818 as_echo_n='printf %s'
7819 else
7820 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7821 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7822 as_echo_n='/usr/ucb/echo -n'
7823 else
7824 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7825 as_echo_n_body='eval
7826 arg=$1;
7827 case $arg in #(
7828 *"$as_nl"*)
7829 expr "X$arg" : "X\\(.*\\)$as_nl";
7830 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7831 esac;
7832 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7834 export as_echo_n_body
7835 as_echo_n='sh -c $as_echo_n_body as_echo'
7837 export as_echo_body
7838 as_echo='sh -c $as_echo_body as_echo'
7841 # The user is always right.
7842 if test "${PATH_SEPARATOR+set}" != set; then
7843 PATH_SEPARATOR=:
7844 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7845 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7846 PATH_SEPARATOR=';'
7851 # IFS
7852 # We need space, tab and new line, in precisely that order. Quoting is
7853 # there to prevent editors from complaining about space-tab.
7854 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7855 # splitting by setting IFS to empty value.)
7856 IFS=" "" $as_nl"
7858 # Find who we are. Look in the path if we contain no directory separator.
7859 as_myself=
7860 case $0 in #((
7861 *[\\/]* ) as_myself=$0 ;;
7862 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7863 for as_dir in $PATH
7865 IFS=$as_save_IFS
7866 test -z "$as_dir" && as_dir=.
7867 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7868 done
7869 IFS=$as_save_IFS
7872 esac
7873 # We did not find ourselves, most probably we were run as `sh COMMAND'
7874 # in which case we are not to be found in the path.
7875 if test "x$as_myself" = x; then
7876 as_myself=$0
7878 if test ! -f "$as_myself"; then
7879 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7880 exit 1
7883 # Unset variables that we do not need and which cause bugs (e.g. in
7884 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7885 # suppresses any "Segmentation fault" message there. '((' could
7886 # trigger a bug in pdksh 5.2.14.
7887 for as_var in BASH_ENV ENV MAIL MAILPATH
7888 do eval test x\${$as_var+set} = xset \
7889 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7890 done
7891 PS1='$ '
7892 PS2='> '
7893 PS4='+ '
7895 # NLS nuisances.
7896 LC_ALL=C
7897 export LC_ALL
7898 LANGUAGE=C
7899 export LANGUAGE
7901 # CDPATH.
7902 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7905 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7906 # ----------------------------------------
7907 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7908 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7909 # script with STATUS, using 1 if that was 0.
7910 as_fn_error ()
7912 as_status=$1; test $as_status -eq 0 && as_status=1
7913 if test "$4"; then
7914 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7915 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7917 $as_echo "$as_me: error: $2" >&2
7918 as_fn_exit $as_status
7919 } # as_fn_error
7922 # as_fn_set_status STATUS
7923 # -----------------------
7924 # Set $? to STATUS, without forking.
7925 as_fn_set_status ()
7927 return $1
7928 } # as_fn_set_status
7930 # as_fn_exit STATUS
7931 # -----------------
7932 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7933 as_fn_exit ()
7935 set +e
7936 as_fn_set_status $1
7937 exit $1
7938 } # as_fn_exit
7940 # as_fn_unset VAR
7941 # ---------------
7942 # Portably unset VAR.
7943 as_fn_unset ()
7945 { eval $1=; unset $1;}
7947 as_unset=as_fn_unset
7948 # as_fn_append VAR VALUE
7949 # ----------------------
7950 # Append the text in VALUE to the end of the definition contained in VAR. Take
7951 # advantage of any shell optimizations that allow amortized linear growth over
7952 # repeated appends, instead of the typical quadratic growth present in naive
7953 # implementations.
7954 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7955 eval 'as_fn_append ()
7957 eval $1+=\$2
7959 else
7960 as_fn_append ()
7962 eval $1=\$$1\$2
7964 fi # as_fn_append
7966 # as_fn_arith ARG...
7967 # ------------------
7968 # Perform arithmetic evaluation on the ARGs, and store the result in the
7969 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7970 # must be portable across $(()) and expr.
7971 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7972 eval 'as_fn_arith ()
7974 as_val=$(( $* ))
7976 else
7977 as_fn_arith ()
7979 as_val=`expr "$@" || test $? -eq 1`
7981 fi # as_fn_arith
7984 if expr a : '\(a\)' >/dev/null 2>&1 &&
7985 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7986 as_expr=expr
7987 else
7988 as_expr=false
7991 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7992 as_basename=basename
7993 else
7994 as_basename=false
7997 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7998 as_dirname=dirname
7999 else
8000 as_dirname=false
8003 as_me=`$as_basename -- "$0" ||
8004 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8005 X"$0" : 'X\(//\)$' \| \
8006 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
8007 $as_echo X/"$0" |
8008 sed '/^.*\/\([^/][^/]*\)\/*$/{
8009 s//\1/
8012 /^X\/\(\/\/\)$/{
8013 s//\1/
8016 /^X\/\(\/\).*/{
8017 s//\1/
8020 s/.*/./; q'`
8022 # Avoid depending upon Character Ranges.
8023 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8024 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8025 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8026 as_cr_digits='0123456789'
8027 as_cr_alnum=$as_cr_Letters$as_cr_digits
8029 ECHO_C= ECHO_N= ECHO_T=
8030 case `echo -n x` in #(((((
8031 -n*)
8032 case `echo 'xy\c'` in
8033 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
8034 xy) ECHO_C='\c';;
8035 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
8036 ECHO_T=' ';;
8037 esac;;
8039 ECHO_N='-n';;
8040 esac
8042 rm -f conf$$ conf$$.exe conf$$.file
8043 if test -d conf$$.dir; then
8044 rm -f conf$$.dir/conf$$.file
8045 else
8046 rm -f conf$$.dir
8047 mkdir conf$$.dir 2>/dev/null
8049 if (echo >conf$$.file) 2>/dev/null; then
8050 if ln -s conf$$.file conf$$ 2>/dev/null; then
8051 as_ln_s='ln -s'
8052 # ... but there are two gotchas:
8053 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8054 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8055 # In both cases, we have to default to `cp -p'.
8056 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8057 as_ln_s='cp -p'
8058 elif ln conf$$.file conf$$ 2>/dev/null; then
8059 as_ln_s=ln
8060 else
8061 as_ln_s='cp -p'
8063 else
8064 as_ln_s='cp -p'
8066 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8067 rmdir conf$$.dir 2>/dev/null
8070 # as_fn_mkdir_p
8071 # -------------
8072 # Create "$as_dir" as a directory, including parents if necessary.
8073 as_fn_mkdir_p ()
8076 case $as_dir in #(
8077 -*) as_dir=./$as_dir;;
8078 esac
8079 test -d "$as_dir" || eval $as_mkdir_p || {
8080 as_dirs=
8081 while :; do
8082 case $as_dir in #(
8083 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8084 *) as_qdir=$as_dir;;
8085 esac
8086 as_dirs="'$as_qdir' $as_dirs"
8087 as_dir=`$as_dirname -- "$as_dir" ||
8088 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8089 X"$as_dir" : 'X\(//\)[^/]' \| \
8090 X"$as_dir" : 'X\(//\)$' \| \
8091 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8092 $as_echo X"$as_dir" |
8093 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8094 s//\1/
8097 /^X\(\/\/\)[^/].*/{
8098 s//\1/
8101 /^X\(\/\/\)$/{
8102 s//\1/
8105 /^X\(\/\).*/{
8106 s//\1/
8109 s/.*/./; q'`
8110 test -d "$as_dir" && break
8111 done
8112 test -z "$as_dirs" || eval "mkdir $as_dirs"
8113 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
8116 } # as_fn_mkdir_p
8117 if mkdir -p . 2>/dev/null; then
8118 as_mkdir_p='mkdir -p "$as_dir"'
8119 else
8120 test -d ./-p && rmdir ./-p
8121 as_mkdir_p=false
8124 if test -x / >/dev/null 2>&1; then
8125 as_test_x='test -x'
8126 else
8127 if ls -dL / >/dev/null 2>&1; then
8128 as_ls_L_option=L
8129 else
8130 as_ls_L_option=
8132 as_test_x='
8133 eval sh -c '\''
8134 if test -d "$1"; then
8135 test -d "$1/.";
8136 else
8137 case $1 in #(
8138 -*)set "./$1";;
8139 esac;
8140 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8141 ???[sx]*):;;*)false;;esac;fi
8142 '\'' sh
8145 as_executable_p=$as_test_x
8147 # Sed expression to map a string onto a valid CPP name.
8148 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8150 # Sed expression to map a string onto a valid variable name.
8151 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8154 exec 6>&1
8155 ## ----------------------------------- ##
8156 ## Main body of $CONFIG_STATUS script. ##
8157 ## ----------------------------------- ##
8158 _ASEOF
8159 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8161 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8162 # Save the log message, to keep $0 and so on meaningful, and to
8163 # report actual input values of CONFIG_FILES etc. instead of their
8164 # values after options handling.
8165 ac_log="
8166 This file was extended by GNU C Library $as_me (see version.h), which was
8167 generated by GNU Autoconf 2.68. Invocation command line was
8169 CONFIG_FILES = $CONFIG_FILES
8170 CONFIG_HEADERS = $CONFIG_HEADERS
8171 CONFIG_LINKS = $CONFIG_LINKS
8172 CONFIG_COMMANDS = $CONFIG_COMMANDS
8173 $ $0 $@
8175 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8178 _ACEOF
8180 case $ac_config_files in *"
8181 "*) set x $ac_config_files; shift; ac_config_files=$*;;
8182 esac
8184 case $ac_config_headers in *"
8185 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8186 esac
8189 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8190 # Files that config.status was made for.
8191 config_files="$ac_config_files"
8192 config_headers="$ac_config_headers"
8193 config_commands="$ac_config_commands"
8195 _ACEOF
8197 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8198 ac_cs_usage="\
8199 \`$as_me' instantiates files and other configuration actions
8200 from templates according to the current configuration. Unless the files
8201 and actions are specified as TAGs, all are instantiated by default.
8203 Usage: $0 [OPTION]... [TAG]...
8205 -h, --help print this help, then exit
8206 -V, --version print version number and configuration settings, then exit
8207 --config print configuration, then exit
8208 -q, --quiet, --silent
8209 do not print progress messages
8210 -d, --debug don't remove temporary files
8211 --recheck update $as_me by reconfiguring in the same conditions
8212 --file=FILE[:TEMPLATE]
8213 instantiate the configuration file FILE
8214 --header=FILE[:TEMPLATE]
8215 instantiate the configuration header FILE
8217 Configuration files:
8218 $config_files
8220 Configuration headers:
8221 $config_headers
8223 Configuration commands:
8224 $config_commands
8226 Report bugs to <http://sourceware.org/bugzilla/>.
8227 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
8228 General help using GNU software: <http://www.gnu.org/gethelp/>."
8230 _ACEOF
8231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8232 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8233 ac_cs_version="\\
8234 GNU C Library config.status (see version.h)
8235 configured by $0, generated by GNU Autoconf 2.68,
8236 with options \\"\$ac_cs_config\\"
8238 Copyright (C) 2010 Free Software Foundation, Inc.
8239 This config.status script is free software; the Free Software Foundation
8240 gives unlimited permission to copy, distribute and modify it."
8242 ac_pwd='$ac_pwd'
8243 srcdir='$srcdir'
8244 INSTALL='$INSTALL'
8245 test -n "\$AWK" || AWK=awk
8246 _ACEOF
8248 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8249 # The default lists apply if the user does not specify any file.
8250 ac_need_defaults=:
8251 while test $# != 0
8253 case $1 in
8254 --*=?*)
8255 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8256 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8257 ac_shift=:
8259 --*=)
8260 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8261 ac_optarg=
8262 ac_shift=:
8265 ac_option=$1
8266 ac_optarg=$2
8267 ac_shift=shift
8269 esac
8271 case $ac_option in
8272 # Handling of the options.
8273 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8274 ac_cs_recheck=: ;;
8275 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8276 $as_echo "$ac_cs_version"; exit ;;
8277 --config | --confi | --conf | --con | --co | --c )
8278 $as_echo "$ac_cs_config"; exit ;;
8279 --debug | --debu | --deb | --de | --d | -d )
8280 debug=: ;;
8281 --file | --fil | --fi | --f )
8282 $ac_shift
8283 case $ac_optarg in
8284 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8285 '') as_fn_error $? "missing file argument" ;;
8286 esac
8287 as_fn_append CONFIG_FILES " '$ac_optarg'"
8288 ac_need_defaults=false;;
8289 --header | --heade | --head | --hea )
8290 $ac_shift
8291 case $ac_optarg in
8292 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8293 esac
8294 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8295 ac_need_defaults=false;;
8296 --he | --h)
8297 # Conflict between --help and --header
8298 as_fn_error $? "ambiguous option: \`$1'
8299 Try \`$0 --help' for more information.";;
8300 --help | --hel | -h )
8301 $as_echo "$ac_cs_usage"; exit ;;
8302 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8303 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8304 ac_cs_silent=: ;;
8306 # This is an error.
8307 -*) as_fn_error $? "unrecognized option: \`$1'
8308 Try \`$0 --help' for more information." ;;
8310 *) as_fn_append ac_config_targets " $1"
8311 ac_need_defaults=false ;;
8313 esac
8314 shift
8315 done
8317 ac_configure_extra_args=
8319 if $ac_cs_silent; then
8320 exec 6>/dev/null
8321 ac_configure_extra_args="$ac_configure_extra_args --silent"
8324 _ACEOF
8325 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8326 if \$ac_cs_recheck; then
8327 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8328 shift
8329 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8330 CONFIG_SHELL='$SHELL'
8331 export CONFIG_SHELL
8332 exec "\$@"
8335 _ACEOF
8336 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8337 exec 5>>config.log
8339 echo
8340 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8341 ## Running $as_me. ##
8342 _ASBOX
8343 $as_echo "$ac_log"
8344 } >&5
8346 _ACEOF
8347 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8349 # INIT-COMMANDS
8351 config_vars='$config_vars'
8353 _ACEOF
8355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8357 # Handling of arguments.
8358 for ac_config_target in $ac_config_targets
8360 case $ac_config_target in
8361 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
8362 "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;;
8363 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8364 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
8366 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8367 esac
8368 done
8371 # If the user did not use the arguments to specify the items to instantiate,
8372 # then the envvar interface is used. Set only those that are not.
8373 # We use the long form for the default assignment because of an extremely
8374 # bizarre bug on SunOS 4.1.3.
8375 if $ac_need_defaults; then
8376 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8377 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8378 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8381 # Have a temporary directory for convenience. Make it in the build tree
8382 # simply because there is no reason against having it here, and in addition,
8383 # creating and moving files from /tmp can sometimes cause problems.
8384 # Hook for its removal unless debugging.
8385 # Note that there is a small window in which the directory will not be cleaned:
8386 # after its creation but before its name has been assigned to `$tmp'.
8387 $debug ||
8389 tmp= ac_tmp=
8390 trap 'exit_status=$?
8391 : "${ac_tmp:=$tmp}"
8392 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8394 trap 'as_fn_exit 1' 1 2 13 15
8396 # Create a (secure) tmp directory for tmp files.
8399 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8400 test -d "$tmp"
8401 } ||
8403 tmp=./conf$$-$RANDOM
8404 (umask 077 && mkdir "$tmp")
8405 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8406 ac_tmp=$tmp
8408 # Set up the scripts for CONFIG_FILES section.
8409 # No need to generate them if there are no CONFIG_FILES.
8410 # This happens for instance with `./config.status config.h'.
8411 if test -n "$CONFIG_FILES"; then
8414 ac_cr=`echo X | tr X '\015'`
8415 # On cygwin, bash can eat \r inside `` if the user requested igncr.
8416 # But we know of no other shell where ac_cr would be empty at this
8417 # point, so we can use a bashism as a fallback.
8418 if test "x$ac_cr" = x; then
8419 eval ac_cr=\$\'\\r\'
8421 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8422 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8423 ac_cs_awk_cr='\\r'
8424 else
8425 ac_cs_awk_cr=$ac_cr
8428 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8429 _ACEOF
8433 echo "cat >conf$$subs.awk <<_ACEOF" &&
8434 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8435 echo "_ACEOF"
8436 } >conf$$subs.sh ||
8437 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8438 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8439 ac_delim='%!_!# '
8440 for ac_last_try in false false false false false :; do
8441 . ./conf$$subs.sh ||
8442 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8444 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8445 if test $ac_delim_n = $ac_delim_num; then
8446 break
8447 elif $ac_last_try; then
8448 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8449 else
8450 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8452 done
8453 rm -f conf$$subs.sh
8455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8456 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8457 _ACEOF
8458 sed -n '
8460 s/^/S["/; s/!.*/"]=/
8463 s/^[^!]*!//
8464 :repl
8465 t repl
8466 s/'"$ac_delim"'$//
8467 t delim
8470 s/\(.\{148\}\)..*/\1/
8471 t more1
8472 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8475 b repl
8476 :more1
8477 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8480 s/.\{148\}//
8481 t nl
8482 :delim
8484 s/\(.\{148\}\)..*/\1/
8485 t more2
8486 s/["\\]/\\&/g; s/^/"/; s/$/"/
8489 :more2
8490 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8493 s/.\{148\}//
8494 t delim
8495 ' <conf$$subs.awk | sed '
8496 /^[^""]/{
8498 s/\n//
8500 ' >>$CONFIG_STATUS || ac_write_fail=1
8501 rm -f conf$$subs.awk
8502 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8503 _ACAWK
8504 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8505 for (key in S) S_is_set[key] = 1
8506 FS = "\a"
8510 line = $ 0
8511 nfields = split(line, field, "@")
8512 substed = 0
8513 len = length(field[1])
8514 for (i = 2; i < nfields; i++) {
8515 key = field[i]
8516 keylen = length(key)
8517 if (S_is_set[key]) {
8518 value = S[key]
8519 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8520 len += length(value) + length(field[++i])
8521 substed = 1
8522 } else
8523 len += 1 + keylen
8526 print line
8529 _ACAWK
8530 _ACEOF
8531 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8532 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8533 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8534 else
8536 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8537 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8538 _ACEOF
8540 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8541 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8542 # trailing colons and then remove the whole line if VPATH becomes empty
8543 # (actually we leave an empty line to preserve line numbers).
8544 if test "x$srcdir" = x.; then
8545 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8547 s///
8548 s/^/:/
8549 s/[ ]*$/:/
8550 s/:\$(srcdir):/:/g
8551 s/:\${srcdir}:/:/g
8552 s/:@srcdir@:/:/g
8553 s/^:*//
8554 s/:*$//
8556 s/\(=[ ]*\).*/\1/
8558 s/\n//
8559 s/^[^=]*=[ ]*$//
8563 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8564 fi # test -n "$CONFIG_FILES"
8566 # Set up the scripts for CONFIG_HEADERS section.
8567 # No need to generate them if there are no CONFIG_HEADERS.
8568 # This happens for instance with `./config.status Makefile'.
8569 if test -n "$CONFIG_HEADERS"; then
8570 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8571 BEGIN {
8572 _ACEOF
8574 # Transform confdefs.h into an awk script `defines.awk', embedded as
8575 # here-document in config.status, that substitutes the proper values into
8576 # config.h.in to produce config.h.
8578 # Create a delimiter string that does not exist in confdefs.h, to ease
8579 # handling of long lines.
8580 ac_delim='%!_!# '
8581 for ac_last_try in false false :; do
8582 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8583 if test -z "$ac_tt"; then
8584 break
8585 elif $ac_last_try; then
8586 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8587 else
8588 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8590 done
8592 # For the awk script, D is an array of macro values keyed by name,
8593 # likewise P contains macro parameters if any. Preserve backslash
8594 # newline sequences.
8596 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8597 sed -n '
8598 s/.\{148\}/&'"$ac_delim"'/g
8599 t rset
8600 :rset
8601 s/^[ ]*#[ ]*define[ ][ ]*/ /
8602 t def
8604 :def
8605 s/\\$//
8606 t bsnl
8607 s/["\\]/\\&/g
8608 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8609 D["\1"]=" \3"/p
8610 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8612 :bsnl
8613 s/["\\]/\\&/g
8614 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8615 D["\1"]=" \3\\\\\\n"\\/p
8616 t cont
8617 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8618 t cont
8620 :cont
8622 s/.\{148\}/&'"$ac_delim"'/g
8623 t clear
8624 :clear
8625 s/\\$//
8626 t bsnlc
8627 s/["\\]/\\&/g; s/^/"/; s/$/"/p
8629 :bsnlc
8630 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8631 b cont
8632 ' <confdefs.h | sed '
8633 s/'"$ac_delim"'/"\\\
8634 "/g' >>$CONFIG_STATUS || ac_write_fail=1
8636 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8637 for (key in D) D_is_set[key] = 1
8638 FS = "\a"
8640 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8641 line = \$ 0
8642 split(line, arg, " ")
8643 if (arg[1] == "#") {
8644 defundef = arg[2]
8645 mac1 = arg[3]
8646 } else {
8647 defundef = substr(arg[1], 2)
8648 mac1 = arg[2]
8650 split(mac1, mac2, "(") #)
8651 macro = mac2[1]
8652 prefix = substr(line, 1, index(line, defundef) - 1)
8653 if (D_is_set[macro]) {
8654 # Preserve the white space surrounding the "#".
8655 print prefix "define", macro P[macro] D[macro]
8656 next
8657 } else {
8658 # Replace #undef with comments. This is necessary, for example,
8659 # in the case of _POSIX_SOURCE, which is predefined and required
8660 # on some systems where configure will not decide to define it.
8661 if (defundef == "undef") {
8662 print "/*", prefix defundef, macro, "*/"
8663 next
8667 { print }
8668 _ACAWK
8669 _ACEOF
8670 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8671 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8672 fi # test -n "$CONFIG_HEADERS"
8675 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
8676 shift
8677 for ac_tag
8679 case $ac_tag in
8680 :[FHLC]) ac_mode=$ac_tag; continue;;
8681 esac
8682 case $ac_mode$ac_tag in
8683 :[FHL]*:*);;
8684 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8685 :[FH]-) ac_tag=-:-;;
8686 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8687 esac
8688 ac_save_IFS=$IFS
8689 IFS=:
8690 set x $ac_tag
8691 IFS=$ac_save_IFS
8692 shift
8693 ac_file=$1
8694 shift
8696 case $ac_mode in
8697 :L) ac_source=$1;;
8698 :[FH])
8699 ac_file_inputs=
8700 for ac_f
8702 case $ac_f in
8703 -) ac_f="$ac_tmp/stdin";;
8704 *) # Look for the file first in the build tree, then in the source tree
8705 # (if the path is not absolute). The absolute path cannot be DOS-style,
8706 # because $ac_f cannot contain `:'.
8707 test -f "$ac_f" ||
8708 case $ac_f in
8709 [\\/$]*) false;;
8710 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8711 esac ||
8712 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8713 esac
8714 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8715 as_fn_append ac_file_inputs " '$ac_f'"
8716 done
8718 # Let's still pretend it is `configure' which instantiates (i.e., don't
8719 # use $as_me), people would be surprised to read:
8720 # /* config.h. Generated by config.status. */
8721 configure_input='Generated from '`
8722 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8723 `' by configure.'
8724 if test x"$ac_file" != x-; then
8725 configure_input="$ac_file. $configure_input"
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8727 $as_echo "$as_me: creating $ac_file" >&6;}
8729 # Neutralize special characters interpreted by sed in replacement strings.
8730 case $configure_input in #(
8731 *\&* | *\|* | *\\* )
8732 ac_sed_conf_input=`$as_echo "$configure_input" |
8733 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8734 *) ac_sed_conf_input=$configure_input;;
8735 esac
8737 case $ac_tag in
8738 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8739 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8740 esac
8742 esac
8744 ac_dir=`$as_dirname -- "$ac_file" ||
8745 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8746 X"$ac_file" : 'X\(//\)[^/]' \| \
8747 X"$ac_file" : 'X\(//\)$' \| \
8748 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8749 $as_echo X"$ac_file" |
8750 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8751 s//\1/
8754 /^X\(\/\/\)[^/].*/{
8755 s//\1/
8758 /^X\(\/\/\)$/{
8759 s//\1/
8762 /^X\(\/\).*/{
8763 s//\1/
8766 s/.*/./; q'`
8767 as_dir="$ac_dir"; as_fn_mkdir_p
8768 ac_builddir=.
8770 case "$ac_dir" in
8771 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8773 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8774 # A ".." for each directory in $ac_dir_suffix.
8775 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8776 case $ac_top_builddir_sub in
8777 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8778 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8779 esac ;;
8780 esac
8781 ac_abs_top_builddir=$ac_pwd
8782 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8783 # for backward compatibility:
8784 ac_top_builddir=$ac_top_build_prefix
8786 case $srcdir in
8787 .) # We are building in place.
8788 ac_srcdir=.
8789 ac_top_srcdir=$ac_top_builddir_sub
8790 ac_abs_top_srcdir=$ac_pwd ;;
8791 [\\/]* | ?:[\\/]* ) # Absolute name.
8792 ac_srcdir=$srcdir$ac_dir_suffix;
8793 ac_top_srcdir=$srcdir
8794 ac_abs_top_srcdir=$srcdir ;;
8795 *) # Relative name.
8796 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8797 ac_top_srcdir=$ac_top_build_prefix$srcdir
8798 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8799 esac
8800 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8803 case $ac_mode in
8806 # CONFIG_FILE
8809 case $INSTALL in
8810 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8811 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
8812 esac
8813 _ACEOF
8815 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8816 # If the template does not know about datarootdir, expand it.
8817 # FIXME: This hack should be removed a few years after 2.60.
8818 ac_datarootdir_hack=; ac_datarootdir_seen=
8819 ac_sed_dataroot='
8820 /datarootdir/ {
8824 /@datadir@/p
8825 /@docdir@/p
8826 /@infodir@/p
8827 /@localedir@/p
8828 /@mandir@/p'
8829 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8830 *datarootdir*) ac_datarootdir_seen=yes;;
8831 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8833 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8834 _ACEOF
8835 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8836 ac_datarootdir_hack='
8837 s&@datadir@&$datadir&g
8838 s&@docdir@&$docdir&g
8839 s&@infodir@&$infodir&g
8840 s&@localedir@&$localedir&g
8841 s&@mandir@&$mandir&g
8842 s&\\\${datarootdir}&$datarootdir&g' ;;
8843 esac
8844 _ACEOF
8846 # Neutralize VPATH when `$srcdir' = `.'.
8847 # Shell code in configure.ac might set extrasub.
8848 # FIXME: do we really want to maintain this feature?
8849 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8850 ac_sed_extra="$ac_vpsub
8851 $extrasub
8852 _ACEOF
8853 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8855 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8856 s|@configure_input@|$ac_sed_conf_input|;t t
8857 s&@top_builddir@&$ac_top_builddir_sub&;t t
8858 s&@top_build_prefix@&$ac_top_build_prefix&;t t
8859 s&@srcdir@&$ac_srcdir&;t t
8860 s&@abs_srcdir@&$ac_abs_srcdir&;t t
8861 s&@top_srcdir@&$ac_top_srcdir&;t t
8862 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8863 s&@builddir@&$ac_builddir&;t t
8864 s&@abs_builddir@&$ac_abs_builddir&;t t
8865 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8866 s&@INSTALL@&$ac_INSTALL&;t t
8867 $ac_datarootdir_hack
8869 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8870 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8872 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8873 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8874 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8875 "$ac_tmp/out"`; test -z "$ac_out"; } &&
8876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8877 which seems to be undefined. Please make sure it is defined" >&5
8878 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8879 which seems to be undefined. Please make sure it is defined" >&2;}
8881 rm -f "$ac_tmp/stdin"
8882 case $ac_file in
8883 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8884 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8885 esac \
8886 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8890 # CONFIG_HEADER
8892 if test x"$ac_file" != x-; then
8894 $as_echo "/* $configure_input */" \
8895 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8896 } >"$ac_tmp/config.h" \
8897 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8898 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8900 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8901 else
8902 rm -f "$ac_file"
8903 mv "$ac_tmp/config.h" "$ac_file" \
8904 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8906 else
8907 $as_echo "/* $configure_input */" \
8908 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8909 || as_fn_error $? "could not create -" "$LINENO" 5
8913 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8914 $as_echo "$as_me: executing $ac_file commands" >&6;}
8916 esac
8919 case $ac_file$ac_mode in
8920 "default":C)
8921 case $CONFIG_FILES in *config.make*)
8922 echo "$config_vars" >> config.make;;
8923 esac
8924 test -d bits || mkdir bits ;;
8926 esac
8927 done # for ac_tag
8930 as_fn_exit 0
8931 _ACEOF
8932 ac_clean_files=$ac_clean_files_save
8934 test $ac_write_fail = 0 ||
8935 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8938 # configure is writing to config.log, and then calls config.status.
8939 # config.status does its own redirection, appending to config.log.
8940 # Unfortunately, on DOS this fails, as config.log is still kept open
8941 # by configure, so config.status won't be able to write to it; its
8942 # output is simply discarded. So we exec the FD to /dev/null,
8943 # effectively closing config.log, so it can be properly (re)opened and
8944 # appended to by config.status. When coming back to configure, we
8945 # need to make the FD available again.
8946 if test "$no_create" != yes; then
8947 ac_cs_success=:
8948 ac_config_status_args=
8949 test "$silent" = yes &&
8950 ac_config_status_args="$ac_config_status_args --quiet"
8951 exec 5>/dev/null
8952 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8953 exec 5>>config.log
8954 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8955 # would make configure fail if this is the last instruction.
8956 $ac_cs_success || as_fn_exit 1
8960 # CONFIG_SUBDIRS section.
8962 if test "$no_recursion" != yes; then
8964 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
8965 # so they do not pile up.
8966 ac_sub_configure_args=
8967 ac_prev=
8968 eval "set x $ac_configure_args"
8969 shift
8970 for ac_arg
8972 if test -n "$ac_prev"; then
8973 ac_prev=
8974 continue
8976 case $ac_arg in
8977 -cache-file | --cache-file | --cache-fil | --cache-fi \
8978 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8979 ac_prev=cache_file ;;
8980 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8981 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
8982 | --c=*)
8984 --config-cache | -C)
8986 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8987 ac_prev=srcdir ;;
8988 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8990 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
8991 ac_prev=prefix ;;
8992 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
8994 --disable-option-checking)
8997 case $ac_arg in
8998 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8999 esac
9000 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
9001 esac
9002 done
9004 # Always prepend --prefix to ensure using the same prefix
9005 # in subdir configurations.
9006 ac_arg="--prefix=$prefix"
9007 case $ac_arg in
9008 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
9009 esac
9010 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
9012 # Pass --silent
9013 if test "$silent" = yes; then
9014 ac_sub_configure_args="--silent $ac_sub_configure_args"
9017 # Always prepend --disable-option-checking to silence warnings, since
9018 # different subdirs can have different --enable and --with options.
9019 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
9021 ac_popdir=`pwd`
9022 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
9024 # Do not complain, so a configure script can configure whichever
9025 # parts of a large source tree are present.
9026 test -d "$srcdir/$ac_dir" || continue
9028 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
9029 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
9030 $as_echo "$ac_msg" >&6
9031 as_dir="$ac_dir"; as_fn_mkdir_p
9032 ac_builddir=.
9034 case "$ac_dir" in
9035 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
9037 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
9038 # A ".." for each directory in $ac_dir_suffix.
9039 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
9040 case $ac_top_builddir_sub in
9041 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
9042 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
9043 esac ;;
9044 esac
9045 ac_abs_top_builddir=$ac_pwd
9046 ac_abs_builddir=$ac_pwd$ac_dir_suffix
9047 # for backward compatibility:
9048 ac_top_builddir=$ac_top_build_prefix
9050 case $srcdir in
9051 .) # We are building in place.
9052 ac_srcdir=.
9053 ac_top_srcdir=$ac_top_builddir_sub
9054 ac_abs_top_srcdir=$ac_pwd ;;
9055 [\\/]* | ?:[\\/]* ) # Absolute name.
9056 ac_srcdir=$srcdir$ac_dir_suffix;
9057 ac_top_srcdir=$srcdir
9058 ac_abs_top_srcdir=$srcdir ;;
9059 *) # Relative name.
9060 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
9061 ac_top_srcdir=$ac_top_build_prefix$srcdir
9062 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
9063 esac
9064 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
9067 cd "$ac_dir"
9069 # Check for guested configure; otherwise get Cygnus style configure.
9070 if test -f "$ac_srcdir/configure.gnu"; then
9071 ac_sub_configure=$ac_srcdir/configure.gnu
9072 elif test -f "$ac_srcdir/configure"; then
9073 ac_sub_configure=$ac_srcdir/configure
9074 elif test -f "$ac_srcdir/configure.in"; then
9075 # This should be Cygnus configure.
9076 ac_sub_configure=$ac_aux_dir/configure
9077 else
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
9079 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
9080 ac_sub_configure=
9083 # The recursion is here.
9084 if test -n "$ac_sub_configure"; then
9085 # Make the cache file name correct relative to the subdirectory.
9086 case $cache_file in
9087 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
9088 *) # Relative name.
9089 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
9090 esac
9092 { $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
9093 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
9094 # The eval makes quoting arguments work.
9095 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
9096 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
9097 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
9100 cd "$ac_popdir"
9101 done
9103 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9105 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}