powerpc: Update AT_HWCAP[2] bits
[glibc.git] / configure
blob97a2dadf2dd8c451b5da0409043cbe2144c6b847
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for GNU C Library (see version.h).
5 # Report bugs to <http://sourceware.org/bugzilla/>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201 if (eval "$as_required") 2>/dev/null; then :
202 as_have_required=yes
203 else
204 as_have_required=no
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208 else
209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=.
215 as_found=:
216 case $as_dir in #(
218 for as_base in sh bash ksh sh5; do
219 # Try only shells that exist, to save several forks.
220 as_shell=$as_dir/$as_base
221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 CONFIG_SHELL=$as_shell as_have_required=yes
224 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225 break 2
228 done;;
229 esac
230 as_found=false
231 done
232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234 CONFIG_SHELL=$SHELL as_have_required=yes
235 fi; }
236 IFS=$as_save_IFS
239 if test "x$CONFIG_SHELL" != x; then :
240 export CONFIG_SHELL
241 # We cannot yet assume a decent shell, so we have to provide a
242 # neutralization value for shells without unset; and this also
243 # works around shells that cannot unset nonexistent variables.
244 # Preserve -v and -x to the replacement shell.
245 BASH_ENV=/dev/null
246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # ((((
249 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v* ) as_opts=-v ;;
251 *x* ) as_opts=-x ;;
252 * ) as_opts= ;;
253 esac
254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255 # Admittedly, this is quite paranoid, since all the known shells bail
256 # out after a failed `exec'.
257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258 exit 255
261 if test x$as_have_required = xno; then :
262 $as_echo "$0: This script requires a shell more modern than all"
263 $as_echo "$0: the shells that I found on your system."
264 if test x${ZSH_VERSION+set} = xset ; then
265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 else
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: http://sourceware.org/bugzilla/ about your system,
270 $0: including any error possibly output before this
271 $0: message. Then install a modern shell, or manually run
272 $0: the script under such a shell if you do have one."
274 exit 1
278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
292 { eval $1=; unset $1;}
294 as_unset=as_fn_unset
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
301 return $1
302 } # as_fn_set_status
304 # as_fn_exit STATUS
305 # -----------------
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307 as_fn_exit ()
309 set +e
310 as_fn_set_status $1
311 exit $1
312 } # as_fn_exit
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
320 case $as_dir in #(
321 -*) as_dir=./$as_dir;;
322 esac
323 test -d "$as_dir" || eval $as_mkdir_p || {
324 as_dirs=
325 while :; do
326 case $as_dir in #(
327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 *) as_qdir=$as_dir;;
329 esac
330 as_dirs="'$as_qdir' $as_dirs"
331 as_dir=`$as_dirname -- "$as_dir" ||
332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333 X"$as_dir" : 'X\(//\)[^/]' \| \
334 X"$as_dir" : 'X\(//\)$' \| \
335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336 $as_echo X"$as_dir" |
337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338 s//\1/
341 /^X\(\/\/\)[^/].*/{
342 s//\1/
345 /^X\(\/\/\)$/{
346 s//\1/
349 /^X\(\/\).*/{
350 s//\1/
353 s/.*/./; q'`
354 test -d "$as_dir" && break
355 done
356 test -z "$as_dirs" || eval "mkdir $as_dirs"
357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
360 } # as_fn_mkdir_p
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
367 test -f "$1" && test -x "$1"
368 } # as_fn_executable_p
369 # as_fn_append VAR VALUE
370 # ----------------------
371 # Append the text in VALUE to the end of the definition contained in VAR. Take
372 # advantage of any shell optimizations that allow amortized linear growth over
373 # repeated appends, instead of the typical quadratic growth present in naive
374 # implementations.
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376 eval 'as_fn_append ()
378 eval $1+=\$2
380 else
381 as_fn_append ()
383 eval $1=\$$1\$2
385 fi # as_fn_append
387 # as_fn_arith ARG...
388 # ------------------
389 # Perform arithmetic evaluation on the ARGs, and store the result in the
390 # global $as_val. Take advantage of shells that can avoid forks. The arguments
391 # must be portable across $(()) and expr.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393 eval 'as_fn_arith ()
395 as_val=$(( $* ))
397 else
398 as_fn_arith ()
400 as_val=`expr "$@" || test $? -eq 1`
402 fi # as_fn_arith
405 # as_fn_error STATUS ERROR [LINENO LOG_FD]
406 # ----------------------------------------
407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409 # script with STATUS, using 1 if that was 0.
410 as_fn_error ()
412 as_status=$1; test $as_status -eq 0 && as_status=1
413 if test "$4"; then
414 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status
419 } # as_fn_error
421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422 test "X`expr 00001 : '.*\(...\)'`" = X001; then
423 as_expr=expr
424 else
425 as_expr=false
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename
430 else
431 as_basename=false
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435 as_dirname=dirname
436 else
437 as_dirname=false
440 as_me=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442 X"$0" : 'X\(//\)$' \| \
443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444 $as_echo X/"$0" |
445 sed '/^.*\/\([^/][^/]*\)\/*$/{
446 s//\1/
449 /^X\/\(\/\/\)$/{
450 s//\1/
453 /^X\/\(\/\).*/{
454 s//\1/
457 s/.*/./; q'`
459 # Avoid depending upon Character Ranges.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789'
464 as_cr_alnum=$as_cr_Letters$as_cr_digits
467 as_lineno_1=$LINENO as_lineno_1a=$LINENO
468 as_lineno_2=$LINENO as_lineno_2a=$LINENO
469 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
472 sed -n '
474 /[$]LINENO/=
475 ' <$as_myself |
476 sed '
477 s/[$]LINENO.*/&-/
478 t lineno
480 :lineno
482 :loop
483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 t loop
485 s/-\n.*//
486 ' >$as_me.lineno &&
487 chmod +x "$as_me.lineno" ||
488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491 # already done that, so ensure we don't try to do so again and fall
492 # in an infinite loop. This has already happened in practice.
493 _as_can_reexec=no; export _as_can_reexec
494 # Don't try to exec as it changes $[0], causing all sort of problems
495 # (the dirname of $[0] is not the place where we might find the
496 # original and so on. Autoconf is especially sensitive to this).
497 . "./$as_me.lineno"
498 # Exit status is that of the last command.
499 exit
502 ECHO_C= ECHO_N= ECHO_T=
503 case `echo -n x` in #(((((
504 -n*)
505 case `echo 'xy\c'` in
506 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
507 xy) ECHO_C='\c';;
508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
509 ECHO_T=' ';;
510 esac;;
512 ECHO_N='-n';;
513 esac
515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then
517 rm -f conf$$.dir/conf$$.file
518 else
519 rm -f conf$$.dir
520 mkdir conf$$.dir 2>/dev/null
522 if (echo >conf$$.file) 2>/dev/null; then
523 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 as_ln_s='ln -s'
525 # ... but there are two gotchas:
526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528 # In both cases, we have to default to `cp -pR'.
529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530 as_ln_s='cp -pR'
531 elif ln conf$$.file conf$$ 2>/dev/null; then
532 as_ln_s=ln
533 else
534 as_ln_s='cp -pR'
536 else
537 as_ln_s='cp -pR'
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
542 if mkdir -p . 2>/dev/null; then
543 as_mkdir_p='mkdir -p "$as_dir"'
544 else
545 test -d ./-p && rmdir ./-p
546 as_mkdir_p=false
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
552 # Sed expression to map a string onto a valid CPP name.
553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555 # Sed expression to map a string onto a valid variable name.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
562 # Name of the host.
563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564 # so uname gets run too.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
568 # Initializations.
570 ac_default_prefix=/usr/local
571 ac_clean_files=
572 ac_config_libobj_dir=.
573 LIBOBJS=
574 cross_compiling=no
575 subdirs=
576 MFLAGS=
577 MAKEFLAGS=
579 # Identity of this package.
580 PACKAGE_NAME='GNU C Library'
581 PACKAGE_TARNAME='glibc'
582 PACKAGE_VERSION='(see version.h)'
583 PACKAGE_STRING='GNU C Library (see version.h)'
584 PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
585 PACKAGE_URL='http://www.gnu.org/software/glibc/'
587 ac_unique_file="include/features.h"
588 enable_option_checking=no
589 ac_subst_vars='LTLIBOBJS
590 LIBOBJS
591 RELEASE
592 VERSION
593 mach_interface_list
594 DEFINES
595 static_nss
596 profile
597 libc_cv_pie_default
598 libc_cv_pic_default
599 shared
600 static
601 ldd_rewrite_script
602 use_ldconfig
603 libc_cv_rootsbindir
604 libc_cv_localstatedir
605 libc_cv_sysconfdir
606 libc_cv_complocaledir
607 libc_cv_rtlddir
608 libc_cv_slibdir
609 use_nscd
610 libc_cv_gcc_unwind_find_fde
611 libc_extra_cppflags
612 libc_extra_cflags
613 libc_cv_cxx_thread_local
614 CPPUNDEFS
615 have_selinux
616 have_libcap
617 have_libaudit
618 LIBGD
619 libc_cv_cc_loop_to_function
620 libc_cv_cc_submachine
621 libc_cv_cc_nofma
622 libc_cv_mtls_dialect_gnu2
623 fno_unit_at_a_time
624 libc_cv_output_format
625 libc_cv_has_glob_dat
626 libc_cv_hashstyle
627 libc_cv_fpie
628 libc_cv_z_execstack
629 libc_cv_z_combreloc
630 ASFLAGS_config
631 libc_cv_cc_with_libunwind
632 libc_cv_protected_data
633 BISON
634 INSTALL_INFO
635 PERL
636 BASH_SHELL
637 CXX_BITS_STD_ABS_H
638 CXX_CMATH_HEADER
639 CXX_CSTDLIB_HEADER
640 CXX_SYSINCLUDES
641 SYSINCLUDES
642 PYTHON
643 PYTHON_PROG
644 AUTOCONF
648 MAKEINFO
649 MSGFMT
650 MAKE
653 OBJCOPY
654 OBJDUMP
656 LN_S
657 INSTALL_DATA
658 INSTALL_SCRIPT
659 INSTALL_PROGRAM
660 sysdeps_add_ons
661 sysnames
662 submachine
663 multi_arch
664 no_stack_protector
665 stack_protector
666 libc_cv_ssp
667 base_machine
668 add_on_subdirs
669 add_ons
670 have_tunables
671 build_pt_chown
672 build_nscd
673 build_obsolete_nsl
674 link_obsolete_rpc
675 libc_cv_static_nss_crypt
676 libc_cv_nss_crypt
677 enable_werror
678 all_warnings
679 force_install
680 bindnow
681 enable_lock_elision
682 hardcoded_path_in_tests
683 enable_timezone_tools
684 use_default_link
685 sysheaders
686 with_fp
687 ac_ct_CXX
688 CXXFLAGS
690 READELF
692 cross_compiling
693 BUILD_CC
694 OBJEXT
695 ac_ct_CC
696 CPPFLAGS
697 LDFLAGS
698 CFLAGS
700 host_os
701 host_vendor
702 host_cpu
703 host
704 build_os
705 build_vendor
706 build_cpu
707 build
708 subdirs
709 REPORT_BUGS_TEXI
710 REPORT_BUGS_TO
711 PKGVERSION_TEXI
712 PKGVERSION
713 target_alias
714 host_alias
715 build_alias
716 LIBS
717 ECHO_T
718 ECHO_N
719 ECHO_C
720 DEFS
721 mandir
722 localedir
723 libdir
724 psdir
725 pdfdir
726 dvidir
727 htmldir
728 infodir
729 docdir
730 oldincludedir
731 includedir
732 localstatedir
733 sharedstatedir
734 sysconfdir
735 datadir
736 datarootdir
737 libexecdir
738 sbindir
739 bindir
740 program_transform_name
741 prefix
742 exec_prefix
743 PACKAGE_URL
744 PACKAGE_BUGREPORT
745 PACKAGE_STRING
746 PACKAGE_VERSION
747 PACKAGE_TARNAME
748 PACKAGE_NAME
749 PATH_SEPARATOR
750 SHELL'
751 ac_subst_files=''
752 ac_user_opts='
753 enable_option_checking
754 with_pkgversion
755 with_bugurl
756 with_gd
757 with_gd_include
758 with_gd_lib
759 with_fp
760 with_binutils
761 with_selinux
762 with_headers
763 with_default_link
764 enable_sanity_checks
765 enable_shared
766 enable_profile
767 enable_timezone_tools
768 enable_hardcoded_path_in_tests
769 enable_stackguard_randomization
770 enable_lock_elision
771 enable_add_ons
772 enable_hidden_plt
773 enable_bind_now
774 enable_stack_protector
775 enable_static_nss
776 enable_force_install
777 enable_maintainer_mode
778 enable_kernel
779 enable_all_warnings
780 enable_werror
781 enable_multi_arch
782 enable_nss_crypt
783 enable_obsolete_rpc
784 enable_obsolete_nsl
785 enable_systemtap
786 enable_build_nscd
787 enable_nscd
788 enable_pt_chown
789 enable_tunables
790 enable_mathvec
791 with_cpu
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
803 CXXFLAGS
804 CCC'
805 ac_subdirs_all='
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 ac_unrecognized_opts=
812 ac_unrecognized_sep=
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *=) ac_optarg= ;;
870 *) ac_optarg=yes ;;
871 esac
873 # Accept the important Cygnus configure options, so we can diagnose typos.
875 case $ac_dashdash$ac_option in
877 ac_dashdash=yes ;;
879 -bindir | --bindir | --bindi | --bind | --bin | --bi)
880 ac_prev=bindir ;;
881 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
882 bindir=$ac_optarg ;;
884 -build | --build | --buil | --bui | --bu)
885 ac_prev=build_alias ;;
886 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
887 build_alias=$ac_optarg ;;
889 -cache-file | --cache-file | --cache-fil | --cache-fi \
890 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
891 ac_prev=cache_file ;;
892 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
893 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
894 cache_file=$ac_optarg ;;
896 --config-cache | -C)
897 cache_file=config.cache ;;
899 -datadir | --datadir | --datadi | --datad)
900 ac_prev=datadir ;;
901 -datadir=* | --datadir=* | --datadi=* | --datad=*)
902 datadir=$ac_optarg ;;
904 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
905 | --dataroo | --dataro | --datar)
906 ac_prev=datarootdir ;;
907 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
908 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
909 datarootdir=$ac_optarg ;;
911 -disable-* | --disable-*)
912 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
913 # Reject names that are not valid shell variable names.
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error $? "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
920 "enable_$ac_useropt"
921 "*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
924 esac
925 eval enable_$ac_useropt=no ;;
927 -docdir | --docdir | --docdi | --doc | --do)
928 ac_prev=docdir ;;
929 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
930 docdir=$ac_optarg ;;
932 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
933 ac_prev=dvidir ;;
934 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
935 dvidir=$ac_optarg ;;
937 -enable-* | --enable-*)
938 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
939 # Reject names that are not valid shell variable names.
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 as_fn_error $? "invalid feature name: $ac_useropt"
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
946 "enable_$ac_useropt"
947 "*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
950 esac
951 eval enable_$ac_useropt=\$ac_optarg ;;
953 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
954 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
955 | --exec | --exe | --ex)
956 ac_prev=exec_prefix ;;
957 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
958 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
959 | --exec=* | --exe=* | --ex=*)
960 exec_prefix=$ac_optarg ;;
962 -gas | --gas | --ga | --g)
963 # Obsolete; use --with-gas.
964 with_gas=yes ;;
966 -help | --help | --hel | --he | -h)
967 ac_init_help=long ;;
968 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
969 ac_init_help=recursive ;;
970 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
971 ac_init_help=short ;;
973 -host | --host | --hos | --ho)
974 ac_prev=host_alias ;;
975 -host=* | --host=* | --hos=* | --ho=*)
976 host_alias=$ac_optarg ;;
978 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
979 ac_prev=htmldir ;;
980 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
981 | --ht=*)
982 htmldir=$ac_optarg ;;
984 -includedir | --includedir | --includedi | --included | --include \
985 | --includ | --inclu | --incl | --inc)
986 ac_prev=includedir ;;
987 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
988 | --includ=* | --inclu=* | --incl=* | --inc=*)
989 includedir=$ac_optarg ;;
991 -infodir | --infodir | --infodi | --infod | --info | --inf)
992 ac_prev=infodir ;;
993 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
994 infodir=$ac_optarg ;;
996 -libdir | --libdir | --libdi | --libd)
997 ac_prev=libdir ;;
998 -libdir=* | --libdir=* | --libdi=* | --libd=*)
999 libdir=$ac_optarg ;;
1001 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1002 | --libexe | --libex | --libe)
1003 ac_prev=libexecdir ;;
1004 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1005 | --libexe=* | --libex=* | --libe=*)
1006 libexecdir=$ac_optarg ;;
1008 -localedir | --localedir | --localedi | --localed | --locale)
1009 ac_prev=localedir ;;
1010 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1011 localedir=$ac_optarg ;;
1013 -localstatedir | --localstatedir | --localstatedi | --localstated \
1014 | --localstate | --localstat | --localsta | --localst | --locals)
1015 ac_prev=localstatedir ;;
1016 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1017 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1018 localstatedir=$ac_optarg ;;
1020 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1021 ac_prev=mandir ;;
1022 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1023 mandir=$ac_optarg ;;
1025 -nfp | --nfp | --nf)
1026 # Obsolete; use --without-fp.
1027 with_fp=no ;;
1029 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1030 | --no-cr | --no-c | -n)
1031 no_create=yes ;;
1033 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1034 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1035 no_recursion=yes ;;
1037 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1038 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1039 | --oldin | --oldi | --old | --ol | --o)
1040 ac_prev=oldincludedir ;;
1041 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1042 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1043 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1044 oldincludedir=$ac_optarg ;;
1046 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1047 ac_prev=prefix ;;
1048 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1049 prefix=$ac_optarg ;;
1051 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1052 | --program-pre | --program-pr | --program-p)
1053 ac_prev=program_prefix ;;
1054 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1055 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1056 program_prefix=$ac_optarg ;;
1058 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1059 | --program-suf | --program-su | --program-s)
1060 ac_prev=program_suffix ;;
1061 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1062 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1063 program_suffix=$ac_optarg ;;
1065 -program-transform-name | --program-transform-name \
1066 | --program-transform-nam | --program-transform-na \
1067 | --program-transform-n | --program-transform- \
1068 | --program-transform | --program-transfor \
1069 | --program-transfo | --program-transf \
1070 | --program-trans | --program-tran \
1071 | --progr-tra | --program-tr | --program-t)
1072 ac_prev=program_transform_name ;;
1073 -program-transform-name=* | --program-transform-name=* \
1074 | --program-transform-nam=* | --program-transform-na=* \
1075 | --program-transform-n=* | --program-transform-=* \
1076 | --program-transform=* | --program-transfor=* \
1077 | --program-transfo=* | --program-transf=* \
1078 | --program-trans=* | --program-tran=* \
1079 | --progr-tra=* | --program-tr=* | --program-t=*)
1080 program_transform_name=$ac_optarg ;;
1082 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1083 ac_prev=pdfdir ;;
1084 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1085 pdfdir=$ac_optarg ;;
1087 -psdir | --psdir | --psdi | --psd | --ps)
1088 ac_prev=psdir ;;
1089 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1090 psdir=$ac_optarg ;;
1092 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1093 | -silent | --silent | --silen | --sile | --sil)
1094 silent=yes ;;
1096 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1097 ac_prev=sbindir ;;
1098 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1099 | --sbi=* | --sb=*)
1100 sbindir=$ac_optarg ;;
1102 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1103 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1104 | --sharedst | --shareds | --shared | --share | --shar \
1105 | --sha | --sh)
1106 ac_prev=sharedstatedir ;;
1107 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1108 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1109 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1110 | --sha=* | --sh=*)
1111 sharedstatedir=$ac_optarg ;;
1113 -site | --site | --sit)
1114 ac_prev=site ;;
1115 -site=* | --site=* | --sit=*)
1116 site=$ac_optarg ;;
1118 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1119 ac_prev=srcdir ;;
1120 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1121 srcdir=$ac_optarg ;;
1123 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1124 | --syscon | --sysco | --sysc | --sys | --sy)
1125 ac_prev=sysconfdir ;;
1126 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1127 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1128 sysconfdir=$ac_optarg ;;
1130 -target | --target | --targe | --targ | --tar | --ta | --t)
1131 ac_prev=target_alias ;;
1132 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1133 target_alias=$ac_optarg ;;
1135 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1136 verbose=yes ;;
1138 -version | --version | --versio | --versi | --vers | -V)
1139 ac_init_version=: ;;
1141 -with-* | --with-*)
1142 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1143 # Reject names that are not valid shell variable names.
1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1145 as_fn_error $? "invalid package name: $ac_useropt"
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1150 "with_$ac_useropt"
1151 "*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
1154 esac
1155 eval with_$ac_useropt=\$ac_optarg ;;
1157 -without-* | --without-*)
1158 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1159 # Reject names that are not valid shell variable names.
1160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1161 as_fn_error $? "invalid package name: $ac_useropt"
1162 ac_useropt_orig=$ac_useropt
1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164 case $ac_user_opts in
1166 "with_$ac_useropt"
1167 "*) ;;
1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1169 ac_unrecognized_sep=', ';;
1170 esac
1171 eval with_$ac_useropt=no ;;
1173 --x)
1174 # Obsolete; use --with-x.
1175 with_x=yes ;;
1177 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1178 | --x-incl | --x-inc | --x-in | --x-i)
1179 ac_prev=x_includes ;;
1180 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1181 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1182 x_includes=$ac_optarg ;;
1184 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1185 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1186 ac_prev=x_libraries ;;
1187 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1188 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1189 x_libraries=$ac_optarg ;;
1191 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1192 Try \`$0 --help' for more information"
1195 *=*)
1196 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1197 # Reject names that are not valid shell variable names.
1198 case $ac_envvar in #(
1199 '' | [0-9]* | *[!_$as_cr_alnum]* )
1200 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1201 esac
1202 eval $ac_envvar=\$ac_optarg
1203 export $ac_envvar ;;
1206 # FIXME: should be removed in autoconf 3.0.
1207 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1208 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1209 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1210 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1213 esac
1214 done
1216 if test -n "$ac_prev"; then
1217 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1218 as_fn_error $? "missing argument to $ac_option"
1221 if test -n "$ac_unrecognized_opts"; then
1222 case $enable_option_checking in
1223 no) ;;
1224 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1225 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1226 esac
1229 # Check all directory arguments for consistency.
1230 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1231 datadir sysconfdir sharedstatedir localstatedir includedir \
1232 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1233 libdir localedir mandir
1235 eval ac_val=\$$ac_var
1236 # Remove trailing slashes.
1237 case $ac_val in
1238 */ )
1239 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1240 eval $ac_var=\$ac_val;;
1241 esac
1242 # Be sure to have absolute directory names.
1243 case $ac_val in
1244 [\\/$]* | ?:[\\/]* ) continue;;
1245 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1246 esac
1247 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1248 done
1250 # There might be people who depend on the old broken behavior: `$host'
1251 # used to hold the argument of --host etc.
1252 # FIXME: To remove some day.
1253 build=$build_alias
1254 host=$host_alias
1255 target=$target_alias
1257 # FIXME: To remove some day.
1258 if test "x$host_alias" != x; then
1259 if test "x$build_alias" = x; then
1260 cross_compiling=maybe
1261 elif test "x$build_alias" != "x$host_alias"; then
1262 cross_compiling=yes
1266 ac_tool_prefix=
1267 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1269 test "$silent" = yes && exec 6>/dev/null
1272 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1273 ac_ls_di=`ls -di .` &&
1274 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1275 as_fn_error $? "working directory cannot be determined"
1276 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1277 as_fn_error $? "pwd does not report name of working directory"
1280 # Find the source files, if location was not specified.
1281 if test -z "$srcdir"; then
1282 ac_srcdir_defaulted=yes
1283 # Try the directory containing this script, then the parent directory.
1284 ac_confdir=`$as_dirname -- "$as_myself" ||
1285 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1286 X"$as_myself" : 'X\(//\)[^/]' \| \
1287 X"$as_myself" : 'X\(//\)$' \| \
1288 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1289 $as_echo X"$as_myself" |
1290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1291 s//\1/
1294 /^X\(\/\/\)[^/].*/{
1295 s//\1/
1298 /^X\(\/\/\)$/{
1299 s//\1/
1302 /^X\(\/\).*/{
1303 s//\1/
1306 s/.*/./; q'`
1307 srcdir=$ac_confdir
1308 if test ! -r "$srcdir/$ac_unique_file"; then
1309 srcdir=..
1311 else
1312 ac_srcdir_defaulted=no
1314 if test ! -r "$srcdir/$ac_unique_file"; then
1315 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1316 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1318 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1319 ac_abs_confdir=`(
1320 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1321 pwd)`
1322 # When building in place, set srcdir=.
1323 if test "$ac_abs_confdir" = "$ac_pwd"; then
1324 srcdir=.
1326 # Remove unnecessary trailing slashes from srcdir.
1327 # Double slashes in file names in object file debugging info
1328 # mess up M-x gdb in Emacs.
1329 case $srcdir in
1330 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1331 esac
1332 for ac_var in $ac_precious_vars; do
1333 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1334 eval ac_env_${ac_var}_value=\$${ac_var}
1335 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1337 done
1340 # Report the --help message.
1342 if test "$ac_init_help" = "long"; then
1343 # Omit some internal or obsolete options to make the list less imposing.
1344 # This message is too long to be a string in the A/UX 3.1 sh.
1345 cat <<_ACEOF
1346 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1348 Usage: $0 [OPTION]... [VAR=VALUE]...
1350 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1351 VAR=VALUE. See below for descriptions of some of the useful variables.
1353 Defaults for the options are specified in brackets.
1355 Configuration:
1356 -h, --help display this help and exit
1357 --help=short display options specific to this package
1358 --help=recursive display the short help of all the included packages
1359 -V, --version display version information and exit
1360 -q, --quiet, --silent do not print \`checking ...' messages
1361 --cache-file=FILE cache test results in FILE [disabled]
1362 -C, --config-cache alias for \`--cache-file=config.cache'
1363 -n, --no-create do not create output files
1364 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1366 Installation directories:
1367 --prefix=PREFIX install architecture-independent files in PREFIX
1368 [$ac_default_prefix]
1369 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1370 [PREFIX]
1372 By default, \`make install' will install all the files in
1373 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1374 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1375 for instance \`--prefix=\$HOME'.
1377 For better control, use the options below.
1379 Fine tuning of the installation directories:
1380 --bindir=DIR user executables [EPREFIX/bin]
1381 --sbindir=DIR system admin executables [EPREFIX/sbin]
1382 --libexecdir=DIR program executables [EPREFIX/libexec]
1383 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1384 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1385 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1386 --libdir=DIR object code libraries [EPREFIX/lib]
1387 --includedir=DIR C header files [PREFIX/include]
1388 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1389 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1390 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1391 --infodir=DIR info documentation [DATAROOTDIR/info]
1392 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1393 --mandir=DIR man documentation [DATAROOTDIR/man]
1394 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1395 --htmldir=DIR html documentation [DOCDIR]
1396 --dvidir=DIR dvi documentation [DOCDIR]
1397 --pdfdir=DIR pdf documentation [DOCDIR]
1398 --psdir=DIR ps documentation [DOCDIR]
1399 _ACEOF
1401 cat <<\_ACEOF
1403 System types:
1404 --build=BUILD configure for building on BUILD [guessed]
1405 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1406 _ACEOF
1409 if test -n "$ac_init_help"; then
1410 case $ac_init_help in
1411 short | recursive ) echo "Configuration of GNU C Library (see version.h):";;
1412 esac
1413 cat <<\_ACEOF
1415 Optional Features:
1416 --disable-option-checking ignore unrecognized --enable/--with options
1417 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1418 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1419 --disable-sanity-checks really do not use threads (should not be used except
1420 in special situations) [default=yes]
1421 --enable-shared build shared library [default=yes if GNU ld]
1422 --enable-profile build profiled library [default=no]
1423 --disable-timezone-tools
1424 do not install timezone tools [default=install]
1425 --enable-hardcoded-path-in-tests
1426 hardcode newly built glibc path in tests
1427 [default=no]
1428 --enable-stackguard-randomization
1429 initialize __stack_chk_guard canary with a random
1430 number at program start
1431 --enable-lock-elision=yes/no
1432 Enable lock elision for pthread mutexes by default
1433 --enable-add-ons[=DIRS...]
1434 configure and build add-ons in DIR1,DIR2,... search
1435 for add-ons if no parameter given
1436 --disable-hidden-plt do not hide internal function calls to avoid PLT
1437 --enable-bind-now disable lazy relocations in DSOs
1438 --enable-stack-protector=[yes|no|all|strong]
1439 Use -fstack-protector[-all|-strong] to detect glibc
1440 buffer overflows
1441 --enable-static-nss build static NSS modules [default=no]
1442 --disable-force-install don't force installation of files from this package,
1443 even if they are older than the installed files
1444 --enable-maintainer-mode
1445 enable make rules and dependencies not useful (and
1446 sometimes confusing) to the casual installer
1447 --enable-kernel=VERSION compile for compatibility with kernel not older than
1448 VERSION
1449 --enable-all-warnings enable all useful warnings gcc can issue
1450 --disable-werror do not build with -Werror
1451 --enable-multi-arch enable single DSO with optimizations for multiple
1452 architectures
1453 --enable-nss-crypt enable libcrypt to use nss
1454 --enable-obsolete-rpc build and install the obsolete RPC code for
1455 link-time usage
1456 --enable-obsolete-nsl build and install the obsolete libnsl library and
1457 depending NSS modules
1458 --enable-systemtap enable systemtap static probe points [default=no]
1459 --disable-build-nscd disable building and installing the nscd daemon
1460 --disable-nscd library functions will not contact the nscd daemon
1461 --enable-pt_chown Enable building and installing pt_chown
1462 --enable-tunables Enable tunables support. Known values are 'yes',
1463 'no' and 'valstring'
1464 --enable-mathvec Enable building and installing mathvec [default
1465 depends on architecture]
1467 Optional Packages:
1468 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1469 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1470 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1471 --with-bugurl=URL Direct users to URL to report a bug
1472 --with-gd=DIR find libgd include dir and library with prefix DIR
1473 --with-gd-include=DIR find libgd include files in DIR
1474 --with-gd-lib=DIR find libgd library files in DIR
1475 --with-fp if using floating-point hardware [default=yes]
1476 --with-binutils=PATH specify location of binutils (as and ld)
1477 --with-selinux if building with SELinux support
1478 --with-headers=PATH location of system headers to use (for example
1479 /usr/src/linux/include) [default=compiler default]
1480 --with-default-link do not use explicit linker scripts
1481 --with-cpu=CPU select code for CPU variant
1483 Some influential environment variables:
1484 CC C compiler command
1485 CFLAGS C compiler flags
1486 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1487 nonstandard directory <lib dir>
1488 LIBS libraries to pass to the linker, e.g. -l<library>
1489 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1490 you have headers in a nonstandard directory <include dir>
1491 CPP C preprocessor
1492 CXX C++ compiler command
1493 CXXFLAGS C++ compiler flags
1495 Use these variables to override the choices made by `configure' or to help
1496 it to find libraries and programs with nonstandard names/locations.
1498 Report bugs to <http://sourceware.org/bugzilla/>.
1499 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
1500 General help using GNU software: <http://www.gnu.org/gethelp/>.
1501 _ACEOF
1502 ac_status=$?
1505 if test "$ac_init_help" = "recursive"; then
1506 # If there are subdirs, report their specific --help.
1507 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1508 test -d "$ac_dir" ||
1509 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1510 continue
1511 ac_builddir=.
1513 case "$ac_dir" in
1514 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1516 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1517 # A ".." for each directory in $ac_dir_suffix.
1518 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1519 case $ac_top_builddir_sub in
1520 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1521 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1522 esac ;;
1523 esac
1524 ac_abs_top_builddir=$ac_pwd
1525 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1526 # for backward compatibility:
1527 ac_top_builddir=$ac_top_build_prefix
1529 case $srcdir in
1530 .) # We are building in place.
1531 ac_srcdir=.
1532 ac_top_srcdir=$ac_top_builddir_sub
1533 ac_abs_top_srcdir=$ac_pwd ;;
1534 [\\/]* | ?:[\\/]* ) # Absolute name.
1535 ac_srcdir=$srcdir$ac_dir_suffix;
1536 ac_top_srcdir=$srcdir
1537 ac_abs_top_srcdir=$srcdir ;;
1538 *) # Relative name.
1539 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1540 ac_top_srcdir=$ac_top_build_prefix$srcdir
1541 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1542 esac
1543 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1545 cd "$ac_dir" || { ac_status=$?; continue; }
1546 # Check for guested configure.
1547 if test -f "$ac_srcdir/configure.gnu"; then
1548 echo &&
1549 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1550 elif test -f "$ac_srcdir/configure"; then
1551 echo &&
1552 $SHELL "$ac_srcdir/configure" --help=recursive
1553 else
1554 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1555 fi || ac_status=$?
1556 cd "$ac_pwd" || { ac_status=$?; break; }
1557 done
1560 test -n "$ac_init_help" && exit $ac_status
1561 if $ac_init_version; then
1562 cat <<\_ACEOF
1563 GNU C Library configure (see version.h)
1564 generated by GNU Autoconf 2.69
1566 Copyright (C) 2012 Free Software Foundation, Inc.
1567 This configure script is free software; the Free Software Foundation
1568 gives unlimited permission to copy, distribute and modify it.
1569 _ACEOF
1570 exit
1573 ## ------------------------ ##
1574 ## Autoconf initialization. ##
1575 ## ------------------------ ##
1577 # ac_fn_c_try_compile LINENO
1578 # --------------------------
1579 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1580 ac_fn_c_try_compile ()
1582 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1583 rm -f conftest.$ac_objext
1584 if { { ac_try="$ac_compile"
1585 case "(($ac_try" in
1586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1587 *) ac_try_echo=$ac_try;;
1588 esac
1589 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590 $as_echo "$ac_try_echo"; } >&5
1591 (eval "$ac_compile") 2>conftest.err
1592 ac_status=$?
1593 if test -s conftest.err; then
1594 grep -v '^ *+' conftest.err >conftest.er1
1595 cat conftest.er1 >&5
1596 mv -f conftest.er1 conftest.err
1598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599 test $ac_status = 0; } && {
1600 test -z "$ac_c_werror_flag" ||
1601 test ! -s conftest.err
1602 } && test -s conftest.$ac_objext; then :
1603 ac_retval=0
1604 else
1605 $as_echo "$as_me: failed program was:" >&5
1606 sed 's/^/| /' conftest.$ac_ext >&5
1608 ac_retval=1
1610 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1611 as_fn_set_status $ac_retval
1613 } # ac_fn_c_try_compile
1615 # ac_fn_cxx_try_compile LINENO
1616 # ----------------------------
1617 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1618 ac_fn_cxx_try_compile ()
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 rm -f conftest.$ac_objext
1622 if { { ac_try="$ac_compile"
1623 case "(($ac_try" in
1624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1625 *) ac_try_echo=$ac_try;;
1626 esac
1627 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1628 $as_echo "$ac_try_echo"; } >&5
1629 (eval "$ac_compile") 2>conftest.err
1630 ac_status=$?
1631 if test -s conftest.err; then
1632 grep -v '^ *+' conftest.err >conftest.er1
1633 cat conftest.er1 >&5
1634 mv -f conftest.er1 conftest.err
1636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637 test $ac_status = 0; } && {
1638 test -z "$ac_cxx_werror_flag" ||
1639 test ! -s conftest.err
1640 } && test -s conftest.$ac_objext; then :
1641 ac_retval=0
1642 else
1643 $as_echo "$as_me: failed program was:" >&5
1644 sed 's/^/| /' conftest.$ac_ext >&5
1646 ac_retval=1
1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649 as_fn_set_status $ac_retval
1651 } # ac_fn_cxx_try_compile
1653 # ac_fn_cxx_try_link LINENO
1654 # -------------------------
1655 # Try to link conftest.$ac_ext, and return whether this succeeded.
1656 ac_fn_cxx_try_link ()
1658 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1659 rm -f conftest.$ac_objext conftest$ac_exeext
1660 if { { ac_try="$ac_link"
1661 case "(($ac_try" in
1662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1663 *) ac_try_echo=$ac_try;;
1664 esac
1665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666 $as_echo "$ac_try_echo"; } >&5
1667 (eval "$ac_link") 2>conftest.err
1668 ac_status=$?
1669 if test -s conftest.err; then
1670 grep -v '^ *+' conftest.err >conftest.er1
1671 cat conftest.er1 >&5
1672 mv -f conftest.er1 conftest.err
1674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1675 test $ac_status = 0; } && {
1676 test -z "$ac_cxx_werror_flag" ||
1677 test ! -s conftest.err
1678 } && test -s conftest$ac_exeext && {
1679 test "$cross_compiling" = yes ||
1680 test -x conftest$ac_exeext
1681 }; then :
1682 ac_retval=0
1683 else
1684 $as_echo "$as_me: failed program was:" >&5
1685 sed 's/^/| /' conftest.$ac_ext >&5
1687 ac_retval=1
1689 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1690 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1691 # interfere with the next link command; also delete a directory that is
1692 # left behind by Apple's compiler. We do this before executing the actions.
1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1694 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1695 as_fn_set_status $ac_retval
1697 } # ac_fn_cxx_try_link
1699 # ac_fn_c_try_link LINENO
1700 # -----------------------
1701 # Try to link conftest.$ac_ext, and return whether this succeeded.
1702 ac_fn_c_try_link ()
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 rm -f conftest.$ac_objext conftest$ac_exeext
1706 if { { ac_try="$ac_link"
1707 case "(($ac_try" in
1708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1710 esac
1711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712 $as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_link") 2>conftest.err
1714 ac_status=$?
1715 if test -s conftest.err; then
1716 grep -v '^ *+' conftest.err >conftest.er1
1717 cat conftest.er1 >&5
1718 mv -f conftest.er1 conftest.err
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && {
1722 test -z "$ac_c_werror_flag" ||
1723 test ! -s conftest.err
1724 } && test -s conftest$ac_exeext && {
1725 test "$cross_compiling" = yes ||
1726 test -x conftest$ac_exeext
1727 }; then :
1728 ac_retval=0
1729 else
1730 $as_echo "$as_me: failed program was:" >&5
1731 sed 's/^/| /' conftest.$ac_ext >&5
1733 ac_retval=1
1735 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1736 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1737 # interfere with the next link command; also delete a directory that is
1738 # left behind by Apple's compiler. We do this before executing the actions.
1739 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1741 as_fn_set_status $ac_retval
1743 } # ac_fn_c_try_link
1744 cat >config.log <<_ACEOF
1745 This file contains any messages produced by compilers while
1746 running configure, to aid debugging if configure makes a mistake.
1748 It was created by GNU C Library $as_me (see version.h), which was
1749 generated by GNU Autoconf 2.69. Invocation command line was
1751 $ $0 $@
1753 _ACEOF
1754 exec 5>>config.log
1756 cat <<_ASUNAME
1757 ## --------- ##
1758 ## Platform. ##
1759 ## --------- ##
1761 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1762 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1763 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1764 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1765 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1767 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1768 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1770 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1771 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1772 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1773 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1774 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1775 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1776 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1778 _ASUNAME
1780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1781 for as_dir in $PATH
1783 IFS=$as_save_IFS
1784 test -z "$as_dir" && as_dir=.
1785 $as_echo "PATH: $as_dir"
1786 done
1787 IFS=$as_save_IFS
1789 } >&5
1791 cat >&5 <<_ACEOF
1794 ## ----------- ##
1795 ## Core tests. ##
1796 ## ----------- ##
1798 _ACEOF
1801 # Keep a trace of the command line.
1802 # Strip out --no-create and --no-recursion so they do not pile up.
1803 # Strip out --silent because we don't want to record it for future runs.
1804 # Also quote any args containing shell meta-characters.
1805 # Make two passes to allow for proper duplicate-argument suppression.
1806 ac_configure_args=
1807 ac_configure_args0=
1808 ac_configure_args1=
1809 ac_must_keep_next=false
1810 for ac_pass in 1 2
1812 for ac_arg
1814 case $ac_arg in
1815 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1816 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1817 | -silent | --silent | --silen | --sile | --sil)
1818 continue ;;
1819 *\'*)
1820 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1821 esac
1822 case $ac_pass in
1823 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1825 as_fn_append ac_configure_args1 " '$ac_arg'"
1826 if test $ac_must_keep_next = true; then
1827 ac_must_keep_next=false # Got value, back to normal.
1828 else
1829 case $ac_arg in
1830 *=* | --config-cache | -C | -disable-* | --disable-* \
1831 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1832 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1833 | -with-* | --with-* | -without-* | --without-* | --x)
1834 case "$ac_configure_args0 " in
1835 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1836 esac
1838 -* ) ac_must_keep_next=true ;;
1839 esac
1841 as_fn_append ac_configure_args " '$ac_arg'"
1843 esac
1844 done
1845 done
1846 { ac_configure_args0=; unset ac_configure_args0;}
1847 { ac_configure_args1=; unset ac_configure_args1;}
1849 # When interrupted or exit'd, cleanup temporary files, and complete
1850 # config.log. We remove comments because anyway the quotes in there
1851 # would cause problems or look ugly.
1852 # WARNING: Use '\'' to represent an apostrophe within the trap.
1853 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1854 trap 'exit_status=$?
1855 # Save into config.log some information that might help in debugging.
1857 echo
1859 $as_echo "## ---------------- ##
1860 ## Cache variables. ##
1861 ## ---------------- ##"
1862 echo
1863 # The following way of writing the cache mishandles newlines in values,
1865 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1866 eval ac_val=\$$ac_var
1867 case $ac_val in #(
1868 *${as_nl}*)
1869 case $ac_var in #(
1870 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1871 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1872 esac
1873 case $ac_var in #(
1874 _ | IFS | as_nl) ;; #(
1875 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1876 *) { eval $ac_var=; unset $ac_var;} ;;
1877 esac ;;
1878 esac
1879 done
1880 (set) 2>&1 |
1881 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1882 *${as_nl}ac_space=\ *)
1883 sed -n \
1884 "s/'\''/'\''\\\\'\'''\''/g;
1885 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1886 ;; #(
1888 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1890 esac |
1891 sort
1893 echo
1895 $as_echo "## ----------------- ##
1896 ## Output variables. ##
1897 ## ----------------- ##"
1898 echo
1899 for ac_var in $ac_subst_vars
1901 eval ac_val=\$$ac_var
1902 case $ac_val in
1903 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1904 esac
1905 $as_echo "$ac_var='\''$ac_val'\''"
1906 done | sort
1907 echo
1909 if test -n "$ac_subst_files"; then
1910 $as_echo "## ------------------- ##
1911 ## File substitutions. ##
1912 ## ------------------- ##"
1913 echo
1914 for ac_var in $ac_subst_files
1916 eval ac_val=\$$ac_var
1917 case $ac_val in
1918 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1919 esac
1920 $as_echo "$ac_var='\''$ac_val'\''"
1921 done | sort
1922 echo
1925 if test -s confdefs.h; then
1926 $as_echo "## ----------- ##
1927 ## confdefs.h. ##
1928 ## ----------- ##"
1929 echo
1930 cat confdefs.h
1931 echo
1933 test "$ac_signal" != 0 &&
1934 $as_echo "$as_me: caught signal $ac_signal"
1935 $as_echo "$as_me: exit $exit_status"
1936 } >&5
1937 rm -f core *.core core.conftest.* &&
1938 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1939 exit $exit_status
1941 for ac_signal in 1 2 13 15; do
1942 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1943 done
1944 ac_signal=0
1946 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1947 rm -f -r conftest* confdefs.h
1949 $as_echo "/* confdefs.h */" > confdefs.h
1951 # Predefined preprocessor variables.
1953 cat >>confdefs.h <<_ACEOF
1954 #define PACKAGE_NAME "$PACKAGE_NAME"
1955 _ACEOF
1957 cat >>confdefs.h <<_ACEOF
1958 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1959 _ACEOF
1961 cat >>confdefs.h <<_ACEOF
1962 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1963 _ACEOF
1965 cat >>confdefs.h <<_ACEOF
1966 #define PACKAGE_STRING "$PACKAGE_STRING"
1967 _ACEOF
1969 cat >>confdefs.h <<_ACEOF
1970 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1971 _ACEOF
1973 cat >>confdefs.h <<_ACEOF
1974 #define PACKAGE_URL "$PACKAGE_URL"
1975 _ACEOF
1978 # Let the site file select an alternate cache file if it wants to.
1979 # Prefer an explicitly selected file to automatically selected ones.
1980 ac_site_file1=NONE
1981 ac_site_file2=NONE
1982 if test -n "$CONFIG_SITE"; then
1983 # We do not want a PATH search for config.site.
1984 case $CONFIG_SITE in #((
1985 -*) ac_site_file1=./$CONFIG_SITE;;
1986 */*) ac_site_file1=$CONFIG_SITE;;
1987 *) ac_site_file1=./$CONFIG_SITE;;
1988 esac
1989 elif test "x$prefix" != xNONE; then
1990 ac_site_file1=$prefix/share/config.site
1991 ac_site_file2=$prefix/etc/config.site
1992 else
1993 ac_site_file1=$ac_default_prefix/share/config.site
1994 ac_site_file2=$ac_default_prefix/etc/config.site
1996 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1998 test "x$ac_site_file" = xNONE && continue
1999 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2000 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2001 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2002 sed 's/^/| /' "$ac_site_file" >&5
2003 . "$ac_site_file" \
2004 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2005 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2006 as_fn_error $? "failed to load site script $ac_site_file
2007 See \`config.log' for more details" "$LINENO" 5; }
2009 done
2011 if test -r "$cache_file"; then
2012 # Some versions of bash will fail to source /dev/null (special files
2013 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2014 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2015 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2016 $as_echo "$as_me: loading cache $cache_file" >&6;}
2017 case $cache_file in
2018 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2019 *) . "./$cache_file";;
2020 esac
2022 else
2023 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2024 $as_echo "$as_me: creating cache $cache_file" >&6;}
2025 >$cache_file
2028 # Check that the precious variables saved in the cache have kept the same
2029 # value.
2030 ac_cache_corrupted=false
2031 for ac_var in $ac_precious_vars; do
2032 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2033 eval ac_new_set=\$ac_env_${ac_var}_set
2034 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2035 eval ac_new_val=\$ac_env_${ac_var}_value
2036 case $ac_old_set,$ac_new_set in
2037 set,)
2038 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2039 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2040 ac_cache_corrupted=: ;;
2041 ,set)
2042 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2043 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2044 ac_cache_corrupted=: ;;
2045 ,);;
2047 if test "x$ac_old_val" != "x$ac_new_val"; then
2048 # differences in whitespace do not lead to failure.
2049 ac_old_val_w=`echo x $ac_old_val`
2050 ac_new_val_w=`echo x $ac_new_val`
2051 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2052 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2053 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2054 ac_cache_corrupted=:
2055 else
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2057 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2058 eval $ac_var=\$ac_old_val
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2061 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2062 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2063 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2064 fi;;
2065 esac
2066 # Pass precious variables to config.status.
2067 if test "$ac_new_set" = set; then
2068 case $ac_new_val in
2069 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2070 *) ac_arg=$ac_var=$ac_new_val ;;
2071 esac
2072 case " $ac_configure_args " in
2073 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2074 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2075 esac
2077 done
2078 if $ac_cache_corrupted; then
2079 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2081 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2082 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2083 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2085 ## -------------------- ##
2086 ## Main body of script. ##
2087 ## -------------------- ##
2089 ac_ext=c
2090 ac_cpp='$CPP $CPPFLAGS'
2091 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2092 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2093 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2097 ac_config_headers="$ac_config_headers config.h"
2099 ac_aux_dir=
2100 for ac_dir in scripts "$srcdir"/scripts; do
2101 if test -f "$ac_dir/install-sh"; then
2102 ac_aux_dir=$ac_dir
2103 ac_install_sh="$ac_aux_dir/install-sh -c"
2104 break
2105 elif test -f "$ac_dir/install.sh"; then
2106 ac_aux_dir=$ac_dir
2107 ac_install_sh="$ac_aux_dir/install.sh -c"
2108 break
2109 elif test -f "$ac_dir/shtool"; then
2110 ac_aux_dir=$ac_dir
2111 ac_install_sh="$ac_aux_dir/shtool install -c"
2112 break
2114 done
2115 if test -z "$ac_aux_dir"; then
2116 as_fn_error $? "cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2119 # These three variables are undocumented and unsupported,
2120 # and are intended to be withdrawn in a future Autoconf release.
2121 # They can cause serious problems if a builder's source tree is in a directory
2122 # whose full name contains unusual characters.
2123 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2124 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2125 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2131 # Check whether --with-pkgversion was given.
2132 if test "${with_pkgversion+set}" = set; then :
2133 withval=$with_pkgversion; case "$withval" in
2134 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
2135 no) PKGVERSION= ;;
2136 *) PKGVERSION="($withval) " ;;
2137 esac
2138 else
2139 PKGVERSION="(GNU libc) "
2143 PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2149 # Check whether --with-bugurl was given.
2150 if test "${with_bugurl+set}" = set; then :
2151 withval=$with_bugurl; case "$withval" in
2152 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
2153 no) BUGURL=
2155 *) BUGURL="$withval"
2157 esac
2158 else
2159 BUGURL="http://www.gnu.org/software/libc/bugs.html"
2163 case ${BUGURL} in
2165 REPORT_BUGS_TO=
2166 REPORT_BUGS_TEXI=
2169 REPORT_BUGS_TO="<$BUGURL>"
2170 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2172 esac;
2177 cat >>confdefs.h <<_ACEOF
2178 #define PKGVERSION "$PKGVERSION"
2179 _ACEOF
2182 cat >>confdefs.h <<_ACEOF
2183 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2184 _ACEOF
2187 # Glibc should not depend on any header files
2190 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2191 # here to work around the Autoconf issue discussed in
2192 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2193 # AC_PROG_CPP
2195 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2196 # issue discussed in
2197 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2202 subdirs="$subdirs "
2205 # Make sure we can run config.sub.
2206 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2207 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2210 $as_echo_n "checking build system type... " >&6; }
2211 if ${ac_cv_build+:} false; then :
2212 $as_echo_n "(cached) " >&6
2213 else
2214 ac_build_alias=$build_alias
2215 test "x$ac_build_alias" = x &&
2216 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2217 test "x$ac_build_alias" = x &&
2218 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2219 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2220 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2224 $as_echo "$ac_cv_build" >&6; }
2225 case $ac_cv_build in
2226 *-*-*) ;;
2227 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2228 esac
2229 build=$ac_cv_build
2230 ac_save_IFS=$IFS; IFS='-'
2231 set x $ac_cv_build
2232 shift
2233 build_cpu=$1
2234 build_vendor=$2
2235 shift; shift
2236 # Remember, the first character of IFS is used to create $*,
2237 # except with old shells:
2238 build_os=$*
2239 IFS=$ac_save_IFS
2240 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2244 $as_echo_n "checking host system type... " >&6; }
2245 if ${ac_cv_host+:} false; then :
2246 $as_echo_n "(cached) " >&6
2247 else
2248 if test "x$host_alias" = x; then
2249 ac_cv_host=$ac_cv_build
2250 else
2251 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2252 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2257 $as_echo "$ac_cv_host" >&6; }
2258 case $ac_cv_host in
2259 *-*-*) ;;
2260 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2261 esac
2262 host=$ac_cv_host
2263 ac_save_IFS=$IFS; IFS='-'
2264 set x $ac_cv_host
2265 shift
2266 host_cpu=$1
2267 host_vendor=$2
2268 shift; shift
2269 # Remember, the first character of IFS is used to create $*,
2270 # except with old shells:
2271 host_os=$*
2272 IFS=$ac_save_IFS
2273 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2277 ac_ext=c
2278 ac_cpp='$CPP $CPPFLAGS'
2279 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2280 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2281 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2282 if test -n "$ac_tool_prefix"; then
2283 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2284 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2286 $as_echo_n "checking for $ac_word... " >&6; }
2287 if ${ac_cv_prog_CC+:} false; then :
2288 $as_echo_n "(cached) " >&6
2289 else
2290 if test -n "$CC"; then
2291 ac_cv_prog_CC="$CC" # Let the user override the test.
2292 else
2293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2294 for as_dir in $PATH
2296 IFS=$as_save_IFS
2297 test -z "$as_dir" && as_dir=.
2298 for ac_exec_ext in '' $ac_executable_extensions; do
2299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2300 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2302 break 2
2304 done
2305 done
2306 IFS=$as_save_IFS
2310 CC=$ac_cv_prog_CC
2311 if test -n "$CC"; then
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2313 $as_echo "$CC" >&6; }
2314 else
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2316 $as_echo "no" >&6; }
2321 if test -z "$ac_cv_prog_CC"; then
2322 ac_ct_CC=$CC
2323 # Extract the first word of "gcc", so it can be a program name with args.
2324 set dummy gcc; ac_word=$2
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2326 $as_echo_n "checking for $ac_word... " >&6; }
2327 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2328 $as_echo_n "(cached) " >&6
2329 else
2330 if test -n "$ac_ct_CC"; then
2331 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2332 else
2333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2334 for as_dir in $PATH
2336 IFS=$as_save_IFS
2337 test -z "$as_dir" && as_dir=.
2338 for ac_exec_ext in '' $ac_executable_extensions; do
2339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2340 ac_cv_prog_ac_ct_CC="gcc"
2341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2342 break 2
2344 done
2345 done
2346 IFS=$as_save_IFS
2350 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2351 if test -n "$ac_ct_CC"; then
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2353 $as_echo "$ac_ct_CC" >&6; }
2354 else
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2356 $as_echo "no" >&6; }
2359 if test "x$ac_ct_CC" = x; then
2360 CC=""
2361 else
2362 case $cross_compiling:$ac_tool_warned in
2363 yes:)
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2365 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2366 ac_tool_warned=yes ;;
2367 esac
2368 CC=$ac_ct_CC
2370 else
2371 CC="$ac_cv_prog_CC"
2374 if test -z "$CC"; then
2375 if test -n "$ac_tool_prefix"; then
2376 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2377 set dummy ${ac_tool_prefix}cc; ac_word=$2
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2379 $as_echo_n "checking for $ac_word... " >&6; }
2380 if ${ac_cv_prog_CC+:} false; then :
2381 $as_echo_n "(cached) " >&6
2382 else
2383 if test -n "$CC"; then
2384 ac_cv_prog_CC="$CC" # Let the user override the test.
2385 else
2386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2387 for as_dir in $PATH
2389 IFS=$as_save_IFS
2390 test -z "$as_dir" && as_dir=.
2391 for ac_exec_ext in '' $ac_executable_extensions; do
2392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2393 ac_cv_prog_CC="${ac_tool_prefix}cc"
2394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2395 break 2
2397 done
2398 done
2399 IFS=$as_save_IFS
2403 CC=$ac_cv_prog_CC
2404 if test -n "$CC"; then
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2406 $as_echo "$CC" >&6; }
2407 else
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2409 $as_echo "no" >&6; }
2415 if test -z "$CC"; then
2416 # Extract the first word of "cc", so it can be a program name with args.
2417 set dummy cc; ac_word=$2
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if ${ac_cv_prog_CC+:} false; then :
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 ac_prog_rejected=no
2427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428 for as_dir in $PATH
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
2432 for ac_exec_ext in '' $ac_executable_extensions; do
2433 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2434 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2435 ac_prog_rejected=yes
2436 continue
2438 ac_cv_prog_CC="cc"
2439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2446 if test $ac_prog_rejected = yes; then
2447 # We found a bogon in the path, so make sure we never use it.
2448 set dummy $ac_cv_prog_CC
2449 shift
2450 if test $# != 0; then
2451 # We chose a different compiler from the bogus one.
2452 # However, it has the same basename, so the bogon will be chosen
2453 # first if we set CC to just the basename; use the full file name.
2454 shift
2455 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2460 CC=$ac_cv_prog_CC
2461 if test -n "$CC"; then
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2463 $as_echo "$CC" >&6; }
2464 else
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2466 $as_echo "no" >&6; }
2471 if test -z "$CC"; then
2472 if test -n "$ac_tool_prefix"; then
2473 for ac_prog in cl.exe
2475 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2476 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2478 $as_echo_n "checking for $ac_word... " >&6; }
2479 if ${ac_cv_prog_CC+:} false; then :
2480 $as_echo_n "(cached) " >&6
2481 else
2482 if test -n "$CC"; then
2483 ac_cv_prog_CC="$CC" # Let the user override the test.
2484 else
2485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2486 for as_dir in $PATH
2488 IFS=$as_save_IFS
2489 test -z "$as_dir" && as_dir=.
2490 for ac_exec_ext in '' $ac_executable_extensions; do
2491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2492 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2494 break 2
2496 done
2497 done
2498 IFS=$as_save_IFS
2502 CC=$ac_cv_prog_CC
2503 if test -n "$CC"; then
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2505 $as_echo "$CC" >&6; }
2506 else
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2508 $as_echo "no" >&6; }
2512 test -n "$CC" && break
2513 done
2515 if test -z "$CC"; then
2516 ac_ct_CC=$CC
2517 for ac_prog in cl.exe
2519 # Extract the first word of "$ac_prog", so it can be a program name with args.
2520 set dummy $ac_prog; ac_word=$2
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2522 $as_echo_n "checking for $ac_word... " >&6; }
2523 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2524 $as_echo_n "(cached) " >&6
2525 else
2526 if test -n "$ac_ct_CC"; then
2527 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2528 else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530 for as_dir in $PATH
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
2534 for ac_exec_ext in '' $ac_executable_extensions; do
2535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2536 ac_cv_prog_ac_ct_CC="$ac_prog"
2537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2538 break 2
2540 done
2541 done
2542 IFS=$as_save_IFS
2546 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2547 if test -n "$ac_ct_CC"; then
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2549 $as_echo "$ac_ct_CC" >&6; }
2550 else
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2552 $as_echo "no" >&6; }
2556 test -n "$ac_ct_CC" && break
2557 done
2559 if test "x$ac_ct_CC" = x; then
2560 CC=""
2561 else
2562 case $cross_compiling:$ac_tool_warned in
2563 yes:)
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2566 ac_tool_warned=yes ;;
2567 esac
2568 CC=$ac_ct_CC
2575 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2576 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2577 as_fn_error $? "no acceptable C compiler found in \$PATH
2578 See \`config.log' for more details" "$LINENO" 5; }
2580 # Provide some information about the compiler.
2581 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2582 set X $ac_compile
2583 ac_compiler=$2
2584 for ac_option in --version -v -V -qversion; do
2585 { { ac_try="$ac_compiler $ac_option >&5"
2586 case "(($ac_try" in
2587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2588 *) ac_try_echo=$ac_try;;
2589 esac
2590 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2591 $as_echo "$ac_try_echo"; } >&5
2592 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2593 ac_status=$?
2594 if test -s conftest.err; then
2595 sed '10a\
2596 ... rest of stderr output deleted ...
2597 10q' conftest.err >conftest.er1
2598 cat conftest.er1 >&5
2600 rm -f conftest.er1 conftest.err
2601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2602 test $ac_status = 0; }
2603 done
2605 EXEEXT=
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2607 $as_echo_n "checking for suffix of object files... " >&6; }
2608 if ${ac_cv_objext+:} false; then :
2609 $as_echo_n "(cached) " >&6
2610 else
2611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2612 /* end confdefs.h. */
2615 main ()
2619 return 0;
2621 _ACEOF
2622 rm -f conftest.o conftest.obj
2623 if { { ac_try="$ac_compile"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2629 $as_echo "$ac_try_echo"; } >&5
2630 (eval "$ac_compile") 2>&5
2631 ac_status=$?
2632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2633 test $ac_status = 0; }; then :
2634 for ac_file in conftest.o conftest.obj conftest.*; do
2635 test -f "$ac_file" || continue;
2636 case $ac_file in
2637 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2638 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2639 break;;
2640 esac
2641 done
2642 else
2643 $as_echo "$as_me: failed program was:" >&5
2644 sed 's/^/| /' conftest.$ac_ext >&5
2646 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2647 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2648 as_fn_error $? "cannot compute suffix of object files: cannot compile
2649 See \`config.log' for more details" "$LINENO" 5; }
2651 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2654 $as_echo "$ac_cv_objext" >&6; }
2655 OBJEXT=$ac_cv_objext
2656 ac_objext=$OBJEXT
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2658 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2659 if ${ac_cv_c_compiler_gnu+:} false; then :
2660 $as_echo_n "(cached) " >&6
2661 else
2662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2663 /* end confdefs.h. */
2666 main ()
2668 #ifndef __GNUC__
2669 choke me
2670 #endif
2673 return 0;
2675 _ACEOF
2676 if ac_fn_c_try_compile "$LINENO"; then :
2677 ac_compiler_gnu=yes
2678 else
2679 ac_compiler_gnu=no
2681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2682 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2686 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2687 if test $ac_compiler_gnu = yes; then
2688 GCC=yes
2689 else
2690 GCC=
2692 ac_test_CFLAGS=${CFLAGS+set}
2693 ac_save_CFLAGS=$CFLAGS
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2695 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2696 if ${ac_cv_prog_cc_g+:} false; then :
2697 $as_echo_n "(cached) " >&6
2698 else
2699 ac_save_c_werror_flag=$ac_c_werror_flag
2700 ac_c_werror_flag=yes
2701 ac_cv_prog_cc_g=no
2702 CFLAGS="-g"
2703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2704 /* end confdefs.h. */
2707 main ()
2711 return 0;
2713 _ACEOF
2714 if ac_fn_c_try_compile "$LINENO"; then :
2715 ac_cv_prog_cc_g=yes
2716 else
2717 CFLAGS=""
2718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2719 /* end confdefs.h. */
2722 main ()
2726 return 0;
2728 _ACEOF
2729 if ac_fn_c_try_compile "$LINENO"; then :
2731 else
2732 ac_c_werror_flag=$ac_save_c_werror_flag
2733 CFLAGS="-g"
2734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2735 /* end confdefs.h. */
2738 main ()
2742 return 0;
2744 _ACEOF
2745 if ac_fn_c_try_compile "$LINENO"; then :
2746 ac_cv_prog_cc_g=yes
2748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2753 ac_c_werror_flag=$ac_save_c_werror_flag
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2756 $as_echo "$ac_cv_prog_cc_g" >&6; }
2757 if test "$ac_test_CFLAGS" = set; then
2758 CFLAGS=$ac_save_CFLAGS
2759 elif test $ac_cv_prog_cc_g = yes; then
2760 if test "$GCC" = yes; then
2761 CFLAGS="-g -O2"
2762 else
2763 CFLAGS="-g"
2765 else
2766 if test "$GCC" = yes; then
2767 CFLAGS="-O2"
2768 else
2769 CFLAGS=
2773 ac_ext=c
2774 ac_cpp='$CPP $CPPFLAGS'
2775 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2776 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2777 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2779 if test $host != $build; then
2780 for ac_prog in gcc cc
2782 # Extract the first word of "$ac_prog", so it can be a program name with args.
2783 set dummy $ac_prog; ac_word=$2
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2785 $as_echo_n "checking for $ac_word... " >&6; }
2786 if ${ac_cv_prog_BUILD_CC+:} false; then :
2787 $as_echo_n "(cached) " >&6
2788 else
2789 if test -n "$BUILD_CC"; then
2790 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
2791 else
2792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2793 for as_dir in $PATH
2795 IFS=$as_save_IFS
2796 test -z "$as_dir" && as_dir=.
2797 for ac_exec_ext in '' $ac_executable_extensions; do
2798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2799 ac_cv_prog_BUILD_CC="$ac_prog"
2800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2801 break 2
2803 done
2804 done
2805 IFS=$as_save_IFS
2809 BUILD_CC=$ac_cv_prog_BUILD_CC
2810 if test -n "$BUILD_CC"; then
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
2812 $as_echo "$BUILD_CC" >&6; }
2813 else
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815 $as_echo "no" >&6; }
2819 test -n "$BUILD_CC" && break
2820 done
2824 # On Suns, sometimes $CPP names a directory.
2825 if test -n "$CPP" && test -d "$CPP"; then
2826 CPP=
2828 if test -z "$CPP"; then
2829 CPP="$CC -E"
2832 if test -n "$ac_tool_prefix"; then
2833 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2834 set dummy ${ac_tool_prefix}readelf; ac_word=$2
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2836 $as_echo_n "checking for $ac_word... " >&6; }
2837 if ${ac_cv_prog_READELF+:} false; then :
2838 $as_echo_n "(cached) " >&6
2839 else
2840 if test -n "$READELF"; then
2841 ac_cv_prog_READELF="$READELF" # Let the user override the test.
2842 else
2843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2844 for as_dir in $PATH
2846 IFS=$as_save_IFS
2847 test -z "$as_dir" && as_dir=.
2848 for ac_exec_ext in '' $ac_executable_extensions; do
2849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2850 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
2851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2852 break 2
2854 done
2855 done
2856 IFS=$as_save_IFS
2860 READELF=$ac_cv_prog_READELF
2861 if test -n "$READELF"; then
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
2863 $as_echo "$READELF" >&6; }
2864 else
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2866 $as_echo "no" >&6; }
2871 if test -z "$ac_cv_prog_READELF"; then
2872 ac_ct_READELF=$READELF
2873 # Extract the first word of "readelf", so it can be a program name with args.
2874 set dummy readelf; ac_word=$2
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876 $as_echo_n "checking for $ac_word... " >&6; }
2877 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
2878 $as_echo_n "(cached) " >&6
2879 else
2880 if test -n "$ac_ct_READELF"; then
2881 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
2882 else
2883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884 for as_dir in $PATH
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2890 ac_cv_prog_ac_ct_READELF="readelf"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2894 done
2895 done
2896 IFS=$as_save_IFS
2900 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
2901 if test -n "$ac_ct_READELF"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
2903 $as_echo "$ac_ct_READELF" >&6; }
2904 else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906 $as_echo "no" >&6; }
2909 if test "x$ac_ct_READELF" = x; then
2910 READELF="false"
2911 else
2912 case $cross_compiling:$ac_tool_warned in
2913 yes:)
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2915 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2916 ac_tool_warned=yes ;;
2917 esac
2918 READELF=$ac_ct_READELF
2920 else
2921 READELF="$ac_cv_prog_READELF"
2925 # We need the C++ compiler only for testing.
2926 ac_ext=cpp
2927 ac_cpp='$CXXCPP $CPPFLAGS'
2928 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2929 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2930 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2931 if test -z "$CXX"; then
2932 if test -n "$CCC"; then
2933 CXX=$CCC
2934 else
2935 if test -n "$ac_tool_prefix"; then
2936 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2938 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2939 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2941 $as_echo_n "checking for $ac_word... " >&6; }
2942 if ${ac_cv_prog_CXX+:} false; then :
2943 $as_echo_n "(cached) " >&6
2944 else
2945 if test -n "$CXX"; then
2946 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2947 else
2948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2949 for as_dir in $PATH
2951 IFS=$as_save_IFS
2952 test -z "$as_dir" && as_dir=.
2953 for ac_exec_ext in '' $ac_executable_extensions; do
2954 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2955 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2957 break 2
2959 done
2960 done
2961 IFS=$as_save_IFS
2965 CXX=$ac_cv_prog_CXX
2966 if test -n "$CXX"; then
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2968 $as_echo "$CXX" >&6; }
2969 else
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2971 $as_echo "no" >&6; }
2975 test -n "$CXX" && break
2976 done
2978 if test -z "$CXX"; then
2979 ac_ct_CXX=$CXX
2980 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2982 # Extract the first word of "$ac_prog", so it can be a program name with args.
2983 set dummy $ac_prog; ac_word=$2
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2985 $as_echo_n "checking for $ac_word... " >&6; }
2986 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2987 $as_echo_n "(cached) " >&6
2988 else
2989 if test -n "$ac_ct_CXX"; then
2990 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2991 else
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 for as_dir in $PATH
2995 IFS=$as_save_IFS
2996 test -z "$as_dir" && as_dir=.
2997 for ac_exec_ext in '' $ac_executable_extensions; do
2998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2999 ac_cv_prog_ac_ct_CXX="$ac_prog"
3000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3001 break 2
3003 done
3004 done
3005 IFS=$as_save_IFS
3009 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3010 if test -n "$ac_ct_CXX"; then
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3012 $as_echo "$ac_ct_CXX" >&6; }
3013 else
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3015 $as_echo "no" >&6; }
3019 test -n "$ac_ct_CXX" && break
3020 done
3022 if test "x$ac_ct_CXX" = x; then
3023 CXX="g++"
3024 else
3025 case $cross_compiling:$ac_tool_warned in
3026 yes:)
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3028 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3029 ac_tool_warned=yes ;;
3030 esac
3031 CXX=$ac_ct_CXX
3037 # Provide some information about the compiler.
3038 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3039 set X $ac_compile
3040 ac_compiler=$2
3041 for ac_option in --version -v -V -qversion; do
3042 { { ac_try="$ac_compiler $ac_option >&5"
3043 case "(($ac_try" in
3044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3045 *) ac_try_echo=$ac_try;;
3046 esac
3047 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3048 $as_echo "$ac_try_echo"; } >&5
3049 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3050 ac_status=$?
3051 if test -s conftest.err; then
3052 sed '10a\
3053 ... rest of stderr output deleted ...
3054 10q' conftest.err >conftest.er1
3055 cat conftest.er1 >&5
3057 rm -f conftest.er1 conftest.err
3058 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3059 test $ac_status = 0; }
3060 done
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3063 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3064 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3065 $as_echo_n "(cached) " >&6
3066 else
3067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3068 /* end confdefs.h. */
3071 main ()
3073 #ifndef __GNUC__
3074 choke me
3075 #endif
3078 return 0;
3080 _ACEOF
3081 if ac_fn_cxx_try_compile "$LINENO"; then :
3082 ac_compiler_gnu=yes
3083 else
3084 ac_compiler_gnu=no
3086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3087 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3091 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3092 if test $ac_compiler_gnu = yes; then
3093 GXX=yes
3094 else
3095 GXX=
3097 ac_test_CXXFLAGS=${CXXFLAGS+set}
3098 ac_save_CXXFLAGS=$CXXFLAGS
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3100 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3101 if ${ac_cv_prog_cxx_g+:} false; then :
3102 $as_echo_n "(cached) " >&6
3103 else
3104 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3105 ac_cxx_werror_flag=yes
3106 ac_cv_prog_cxx_g=no
3107 CXXFLAGS="-g"
3108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3109 /* end confdefs.h. */
3112 main ()
3116 return 0;
3118 _ACEOF
3119 if ac_fn_cxx_try_compile "$LINENO"; then :
3120 ac_cv_prog_cxx_g=yes
3121 else
3122 CXXFLAGS=""
3123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 if ac_fn_cxx_try_compile "$LINENO"; then :
3136 else
3137 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3138 CXXFLAGS="-g"
3139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3140 /* end confdefs.h. */
3143 main ()
3147 return 0;
3149 _ACEOF
3150 if ac_fn_cxx_try_compile "$LINENO"; then :
3151 ac_cv_prog_cxx_g=yes
3153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3158 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3161 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3162 if test "$ac_test_CXXFLAGS" = set; then
3163 CXXFLAGS=$ac_save_CXXFLAGS
3164 elif test $ac_cv_prog_cxx_g = yes; then
3165 if test "$GXX" = yes; then
3166 CXXFLAGS="-g -O2"
3167 else
3168 CXXFLAGS="-g"
3170 else
3171 if test "$GXX" = yes; then
3172 CXXFLAGS="-O2"
3173 else
3174 CXXFLAGS=
3177 ac_ext=c
3178 ac_cpp='$CPP $CPPFLAGS'
3179 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3180 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3181 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3183 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3186 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3187 if ${libc_cv_cxx_link_ok+:} false; then :
3188 $as_echo_n "(cached) " >&6
3189 else
3190 ac_ext=cpp
3191 ac_cpp='$CXXCPP $CPPFLAGS'
3192 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3193 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3194 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3196 # Default, dynamic case.
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h. */
3201 main ()
3205 return 0;
3207 _ACEOF
3208 if ac_fn_cxx_try_link "$LINENO"; then :
3209 libc_cv_cxx_link_ok=yes
3210 else
3211 libc_cv_cxx_link_ok=no
3213 rm -f core conftest.err conftest.$ac_objext \
3214 conftest$ac_exeext conftest.$ac_ext
3215 # Static case.
3216 old_LDFLAGS="$LDFLAGS"
3217 LDFLAGS="$LDFLAGS -static"
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h. */
3221 #include <iostream>
3224 main()
3226 std::cout << "Hello, world!";
3227 return 0;
3230 _ACEOF
3231 if ac_fn_cxx_try_link "$LINENO"; then :
3233 else
3234 libc_cv_cxx_link_ok=no
3236 rm -f core conftest.err conftest.$ac_objext \
3237 conftest$ac_exeext conftest.$ac_ext
3238 LDFLAGS="$old_LDFLAGS"
3239 ac_ext=c
3240 ac_cpp='$CPP $CPPFLAGS'
3241 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3242 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3243 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3247 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3248 if test $libc_cv_cxx_link_ok != yes; then :
3249 CXX=
3252 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
3253 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3256 # This will get text that should go into config.make.
3257 config_vars=
3259 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3261 # Check whether --with-gd was given.
3262 if test "${with_gd+set}" = set; then :
3263 withval=$with_gd; case "$with_gd" in
3264 yes|''|no) ;;
3265 *) libgd_include="-I$withval/include"
3266 libgd_ldflags="-L$withval/lib" ;;
3267 esac
3272 # Check whether --with-gd-include was given.
3273 if test "${with_gd_include+set}" = set; then :
3274 withval=$with_gd_include; case "$with_gd_include" in
3275 ''|no) ;;
3276 *) libgd_include="-I$withval" ;;
3277 esac
3282 # Check whether --with-gd-lib was given.
3283 if test "${with_gd_lib+set}" = set; then :
3284 withval=$with_gd_lib; case "$with_gd_lib" in
3285 ''|no) ;;
3286 *) libgd_ldflags="-L$withval" ;;
3287 esac
3292 if test -n "$libgd_include"; then
3293 config_vars="$config_vars
3294 CFLAGS-memusagestat.c = $libgd_include"
3296 if test -n "$libgd_ldflags"; then
3297 config_vars="$config_vars
3298 libgd-LDFLAGS = $libgd_ldflags"
3302 # Check whether --with-fp was given.
3303 if test "${with_fp+set}" = set; then :
3304 withval=$with_fp; with_fp=$withval
3305 else
3306 with_fp=yes
3311 # Check whether --with-binutils was given.
3312 if test "${with_binutils+set}" = set; then :
3313 withval=$with_binutils; path_binutils=$withval
3314 else
3315 path_binutils=''
3319 # Check whether --with-selinux was given.
3320 if test "${with_selinux+set}" = set; then :
3321 withval=$with_selinux; with_selinux=$withval
3322 else
3323 with_selinux=auto
3328 # Check whether --with-headers was given.
3329 if test "${with_headers+set}" = set; then :
3330 withval=$with_headers; sysheaders=$withval
3331 else
3332 sysheaders=''
3339 # Check whether --with-default-link was given.
3340 if test "${with_default_link+set}" = set; then :
3341 withval=$with_default_link; use_default_link=$withval
3342 else
3343 use_default_link=default
3347 # Check whether --enable-sanity-checks was given.
3348 if test "${enable_sanity_checks+set}" = set; then :
3349 enableval=$enable_sanity_checks; enable_sanity=$enableval
3350 else
3351 enable_sanity=yes
3355 # Check whether --enable-shared was given.
3356 if test "${enable_shared+set}" = set; then :
3357 enableval=$enable_shared; shared=$enableval
3358 else
3359 shared=yes
3362 # Check whether --enable-profile was given.
3363 if test "${enable_profile+set}" = set; then :
3364 enableval=$enable_profile; profile=$enableval
3365 else
3366 profile=no
3369 # Check whether --enable-timezone-tools was given.
3370 if test "${enable_timezone_tools+set}" = set; then :
3371 enableval=$enable_timezone_tools; enable_timezone_tools=$enableval
3372 else
3373 enable_timezone_tools=yes
3378 # Check whether --enable-hardcoded-path-in-tests was given.
3379 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3380 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3381 else
3382 hardcoded_path_in_tests=no
3387 # Check whether --enable-stackguard-randomization was given.
3388 if test "${enable_stackguard_randomization+set}" = set; then :
3389 enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3390 else
3391 enable_stackguard_randomize=no
3394 if test "$enable_stackguard_randomize" = yes; then
3395 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3399 # Check whether --enable-lock-elision was given.
3400 if test "${enable_lock_elision+set}" = set; then :
3401 enableval=$enable_lock_elision; enable_lock_elision=$enableval
3402 else
3403 enable_lock_elision=no
3407 if test "$enable_lock_elision" = yes ; then
3408 $as_echo "#define ENABLE_LOCK_ELISION 1" >>confdefs.h
3412 # Check whether --enable-add-ons was given.
3413 if test "${enable_add_ons+set}" = set; then :
3414 enableval=$enable_add_ons;
3415 else
3416 enable_add_ons=yes
3420 # Check whether --enable-hidden-plt was given.
3421 if test "${enable_hidden_plt+set}" = set; then :
3422 enableval=$enable_hidden_plt; hidden=$enableval
3423 else
3424 hidden=yes
3427 if test "x$hidden" = xno; then
3428 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3432 # Check whether --enable-bind-now was given.
3433 if test "${enable_bind_now+set}" = set; then :
3434 enableval=$enable_bind_now; bindnow=$enableval
3435 else
3436 bindnow=no
3440 if test "x$bindnow" = xyes; then
3441 $as_echo "#define BIND_NOW 1" >>confdefs.h
3445 # Check whether --enable-stack-protector was given.
3446 if test "${enable_stack_protector+set}" = set; then :
3447 enableval=$enable_stack_protector; enable_stack_protector=$enableval
3448 else
3449 enable_stack_protector=no
3452 case "$enable_stack_protector" in
3453 all|yes|no|strong) ;;
3454 *) as_fn_error $? "Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"" "$LINENO" 5;;
3455 esac
3457 # Check whether --enable-static-nss was given.
3458 if test "${enable_static_nss+set}" = set; then :
3459 enableval=$enable_static_nss; static_nss=$enableval
3460 else
3461 static_nss=no
3464 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3465 static_nss=yes
3466 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3470 # Check whether --enable-force-install was given.
3471 if test "${enable_force_install+set}" = set; then :
3472 enableval=$enable_force_install; force_install=$enableval
3473 else
3474 force_install=yes
3479 # Check whether --enable-maintainer-mode was given.
3480 if test "${enable_maintainer_mode+set}" = set; then :
3481 enableval=$enable_maintainer_mode; maintainer=$enableval
3482 else
3483 maintainer=no
3487 # Check whether --enable-kernel was given.
3488 if test "${enable_kernel+set}" = set; then :
3489 enableval=$enable_kernel; minimum_kernel=$enableval
3492 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3493 # Better nothing than this.
3494 minimum_kernel=""
3495 else
3496 if test "$minimum_kernel" = current; then
3497 minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
3501 # Check whether --enable-all-warnings was given.
3502 if test "${enable_all_warnings+set}" = set; then :
3503 enableval=$enable_all_warnings; all_warnings=$enableval
3508 # Check whether --enable-werror was given.
3509 if test "${enable_werror+set}" = set; then :
3510 enableval=$enable_werror; enable_werror=$enableval
3511 else
3512 enable_werror=yes
3517 # Check whether --enable-multi-arch was given.
3518 if test "${enable_multi_arch+set}" = set; then :
3519 enableval=$enable_multi_arch; multi_arch=$enableval
3520 else
3521 multi_arch=default
3525 # Check whether --enable-nss-crypt was given.
3526 if test "${enable_nss_crypt+set}" = set; then :
3527 enableval=$enable_nss_crypt; nss_crypt=$enableval
3528 else
3529 nss_crypt=no
3532 if test x$nss_crypt = xyes; then
3533 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3534 if test $? -ne 0; then
3535 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3537 old_CFLAGS="$CFLAGS"
3538 CFLAGS="$CFLAGS $nss_includes"
3540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3541 /* end confdefs.h. */
3542 typedef int PRBool;
3543 #include <hasht.h>
3544 #include <nsslowhash.h>
3545 void f (void) { NSSLOW_Init (); }
3547 main ()
3551 return 0;
3553 _ACEOF
3554 if ac_fn_c_try_compile "$LINENO"; then :
3555 libc_cv_nss_crypt=yes
3556 else
3557 as_fn_error $? "
3558 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3561 old_LIBS="$LIBS"
3562 old_LDFLAGS="$LDFLAGS"
3563 LIBS="$LIBS -lfreebl3"
3564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3565 /* end confdefs.h. */
3566 typedef int PRBool;
3567 #include <hasht.h>
3568 #include <nsslowhash.h>
3570 main ()
3572 NSSLOW_Init();
3574 return 0;
3576 _ACEOF
3577 if ac_fn_c_try_link "$LINENO"; then :
3578 libc_cv_nss_crypt=yes
3579 else
3580 as_fn_error $? "
3581 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3583 rm -f core conftest.err conftest.$ac_objext \
3584 conftest$ac_exeext conftest.$ac_ext
3585 # Check to see if there is a static NSS cryptographic library.
3586 # If there isn't then we can't link anything with libcrypt.a,
3587 # and that might mean disabling some static tests.
3588 LDFLAGS="$LDFLAGS -static"
3589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3590 /* end confdefs.h. */
3591 typedef int PRBool;
3592 #include <hasht.h>
3593 #include <nsslowhash.h>
3595 main ()
3597 NSSLOW_Init();
3599 return 0;
3601 _ACEOF
3602 if ac_fn_c_try_link "$LINENO"; then :
3603 libc_cv_static_nss_crypt=yes
3604 else
3605 libc_cv_static_nss_crypt=no
3607 rm -f core conftest.err conftest.$ac_objext \
3608 conftest$ac_exeext conftest.$ac_ext
3609 LDFLAGS="$old_LDFLAGS"
3610 CFLAGS="$old_CFLAGS"
3611 LIBS="$old_LIBS"
3612 else
3613 libc_cv_nss_crypt=no
3614 libc_cv_static_nss_crypt=no
3620 # Check whether --enable-obsolete-rpc was given.
3621 if test "${enable_obsolete_rpc+set}" = set; then :
3622 enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3623 else
3624 link_obsolete_rpc=no
3629 if test "$link_obsolete_rpc" = yes; then
3630 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3634 # Check whether --enable-obsolete-nsl was given.
3635 if test "${enable_obsolete_nsl+set}" = set; then :
3636 enableval=$enable_obsolete_nsl; build_obsolete_nsl=$enableval
3637 else
3638 build_obsolete_nsl=no
3643 if test "$build_obsolete_nsl" = yes; then
3644 $as_echo "#define LINK_OBSOLETE_NSL 1" >>confdefs.h
3648 # Check whether --enable-systemtap was given.
3649 if test "${enable_systemtap+set}" = set; then :
3650 enableval=$enable_systemtap; systemtap=$enableval
3651 else
3652 systemtap=no
3655 if test "x$systemtap" != xno; then
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3657 $as_echo_n "checking for systemtap static probe support... " >&6; }
3658 if ${libc_cv_sdt+:} false; then :
3659 $as_echo_n "(cached) " >&6
3660 else
3661 old_CFLAGS="$CFLAGS"
3662 CFLAGS="-std=gnu11 $CFLAGS"
3663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3664 /* end confdefs.h. */
3665 #include <sys/sdt.h>
3666 void foo (int i, void *p)
3668 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3669 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3671 _ACEOF
3672 if ac_fn_c_try_compile "$LINENO"; then :
3673 libc_cv_sdt=yes
3674 else
3675 libc_cv_sdt=no
3677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3678 CFLAGS="$old_CFLAGS"
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3681 $as_echo "$libc_cv_sdt" >&6; }
3682 if test $libc_cv_sdt = yes; then
3683 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3685 elif test "x$systemtap" != xauto; then
3686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3688 as_fn_error $? "systemtap support needs sys/sdt.h with asm support
3689 See \`config.log' for more details" "$LINENO" 5; }
3693 # Check whether --enable-build-nscd was given.
3694 if test "${enable_build_nscd+set}" = set; then :
3695 enableval=$enable_build_nscd; build_nscd=$enableval
3696 else
3697 build_nscd=default
3702 # Note the use of $use_nscd is near the bottom of the file.
3703 # Check whether --enable-nscd was given.
3704 if test "${enable_nscd+set}" = set; then :
3705 enableval=$enable_nscd; use_nscd=$enableval
3706 else
3707 use_nscd=yes
3711 # Check whether --enable-pt_chown was given.
3712 if test "${enable_pt_chown+set}" = set; then :
3713 enableval=$enable_pt_chown; build_pt_chown=$enableval
3714 else
3715 build_pt_chown=no
3719 if test "$build_pt_chown" = yes; then
3720 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3724 # Check whether --enable-tunables was given.
3725 if test "${enable_tunables+set}" = set; then :
3726 enableval=$enable_tunables; have_tunables=$enableval
3727 else
3728 have_tunables=yes
3732 if test "$have_tunables" = yes; then
3733 $as_echo "#define HAVE_TUNABLES 1" >>confdefs.h
3737 # The abi-tags file uses a fairly simplistic model for name recognition that
3738 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3739 # $host_os of `gnu*' here to be `gnu-gnu*' just so that it can tell.
3740 # This doesn't get used much beyond that, so it's fairly safe.
3741 case "$host_os" in
3742 linux*)
3744 gnu*)
3745 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3747 esac
3749 # Check whether --enable-mathvec was given.
3750 if test "${enable_mathvec+set}" = set; then :
3751 enableval=$enable_mathvec; build_mathvec=$enableval
3752 else
3753 build_mathvec=notset
3757 # We keep the original values in `$config_*' and never modify them, so we
3758 # can write them unchanged into config.make. Everything else uses
3759 # $machine, $vendor, and $os, and changes them whenever convenient.
3760 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
3762 # Don't allow vendor == "unknown"
3763 test "$config_vendor" = unknown && config_vendor=
3764 config_os="`echo $config_os | sed 's/^unknown-//'`"
3766 # Some configurations imply other options.
3767 elf=yes
3769 # The configure fragment of an add-on port can modify these to supplement
3770 # or override the table in the case statement below. No fragment should
3771 # ever change the config_* variables, however.
3772 machine=$config_machine
3773 vendor=$config_vendor
3774 os=$config_os
3775 base_os=''
3777 submachine=
3779 # Check whether --with-cpu was given.
3780 if test "${with_cpu+set}" = set; then :
3781 withval=$with_cpu; case "$withval" in
3782 yes|'') as_fn_error $? "--with-cpu requires an argument" "$LINENO" 5 ;;
3783 no) ;;
3784 *) submachine="$withval" ;;
3785 esac
3790 # An preconfigure script can set this when it wants to disable the sanity
3791 # check below.
3792 libc_config_ok=no
3794 if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3795 then
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3797 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3798 for frag in $frags; do
3799 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3800 echo $ECHO_N "$name $ECHO_C" >&6
3801 . "$frag"
3802 done
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3804 $as_echo "" >&6; }
3807 subdirs="$subdirs "
3810 case "$enable_add_ons" in
3811 ''|no) add_ons= ;;
3812 yes|'*')
3813 add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps |
3814 sed 's@/[^/]*$@@' | sort | uniq`
3815 add_ons_automatic=yes
3817 *) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'`
3818 add_ons_automatic=no ;;
3819 esac
3821 configured_add_ons=
3822 add_ons_sfx=
3823 add_ons_pfx=
3824 if test x"$add_ons" != x; then
3825 for f in $add_ons; do
3826 # Some sanity checks
3827 case "$f" in
3828 crypt)
3829 as_fn_error $? "
3830 *** It seems that you're using an old \`crypt' add-on. crypt is now
3831 *** part of glibc and using the old add-on will not work with this
3832 *** release. Start again with fresh sources and without the old
3833 *** \`crypt' add-on." "$LINENO" 5
3835 localedata)
3836 as_fn_error $? "
3837 *** It seems that you're using an old \`localedata' add-on. localedata
3838 *** is now part of glibc and using the old add-on will not work with
3839 *** this release. Start again with fresh sources and without the old
3840 *** \`localedata' add-on." "$LINENO" 5
3842 esac
3843 done
3845 # Now source each add-on's configure fragment.
3846 # The fragments can use $srcdir/$libc_add_on to find themselves,
3847 # and test $add_ons_automatic to see if they were explicitly requested.
3848 # A fragment can clear (or even change) $libc_add_on to affect
3849 # whether it goes into the list to be actually used in the build.
3850 use_add_ons=
3851 for libc_add_on in $add_ons; do
3852 # Test whether such a directory really exists.
3853 # It can be absolute, or relative to $srcdir, or relative to the build dir.
3854 case "$libc_add_on" in
3856 libc_add_on_srcdir=$libc_add_on
3859 test -d "$srcdir/$libc_add_on" || {
3860 if test -d "$libc_add_on"; then
3861 libc_add_on="`pwd`/$libc_add_on"
3862 else
3863 as_fn_error $? "add-on directory \"$libc_add_on\" does not exist" "$LINENO" 5
3866 libc_add_on_srcdir=$srcdir/$libc_add_on
3868 esac
3870 libc_add_on_frag=$libc_add_on_srcdir/configure
3871 libc_add_on_canonical=
3872 libc_add_on_config_subdirs=
3873 if test -r "$libc_add_on_frag"; then
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: running configure fragment for add-on $libc_add_on" >&5
3875 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;}
3876 libc_add_on_canonical=unknown
3877 libc_add_on_subdirs=
3878 . "$libc_add_on_frag"
3879 test -z "$libc_add_on" || {
3880 configured_add_ons="$configured_add_ons $libc_add_on"
3881 if test "x$libc_add_on_canonical" = xunknown; then
3882 as_fn_error $? "fragment must set \$libc_add_on_canonical" "$LINENO" 5
3884 for d in $libc_add_on_subdirs; do
3885 case "$libc_add_on" in
3886 /*) subdir_srcdir="$libc_add_on" ;;
3887 *) subdir_srcdir="\$(..)$libc_add_on" ;;
3888 esac
3889 case "$d" in
3891 d="${libc_add_on_canonical:-$libc_add_on}"
3894 subdir_srcdir="$d"
3897 subdir_srcdir="$subdir_srcdir/$d"
3899 esac
3900 d=`echo "$d" | sed 's@/*$@@;s@^.*/@@'`
3901 add_on_subdirs="$add_on_subdirs $d"
3902 test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars
3903 $d-srcdir = $subdir_srcdir"
3904 done
3905 for d in $libc_add_on_config_subdirs; do
3906 case "$d" in
3907 /*) as_fn_error $? "fragment uses absolute path in \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3908 esac
3909 if test ! -d "$libc_add_on_srcdir/$d"; then
3910 as_fn_error $? "fragment wants to configure missing directory $d" "$LINENO" 5
3912 case "$libc_add_on" in
3913 /*) as_fn_error $? "relative path required for add-on using \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3914 esac
3915 subdirs="$subdirs $libc_add_on/$d"
3916 done
3919 if test -n "$libc_add_on"; then
3920 if frags=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null`
3921 then
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking add-on $libc_add_on for preconfigure fragments" >&5
3923 $as_echo_n "checking add-on $libc_add_on for preconfigure fragments... " >&6; }
3924 for frag in $frags; do
3925 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3926 echo $ECHO_N "$name $ECHO_C" >&6
3927 . "$frag"
3928 done
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3930 $as_echo "" >&6; }
3932 use_add_ons="$use_add_ons $libc_add_on"
3933 add_ons_pfx="$add_ons_pfx $libc_add_on/"
3934 test -z "$libc_add_on_canonical" ||
3935 add_ons_sfx="$add_ons_sfx /$libc_add_on_canonical"
3937 done
3938 # Use echo to strip excess whitespace.
3939 add_ons="`echo $use_add_ons`"
3946 ### By using the undocumented --enable-hacker-mode option for configure
3947 ### one can skip this test to make the configuration not fail for unsupported
3948 ### platforms.
3950 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
3951 case "$machine-$host_os" in
3952 *-linux* | *-gnu*)
3955 as_fn_error $? "
3956 *** The GNU C library is currently unavailable for this platform.
3957 *** If you are interested in seeing glibc on this platform visit
3958 *** the \"How to submit a new port\" in the wiki:
3959 *** https://sourceware.org/glibc/wiki/#Development
3960 *** and join the community!" "$LINENO" 5
3962 esac
3965 # Set base_machine if not set by a preconfigure fragment.
3966 test -n "$base_machine" || base_machine=$machine
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
3970 $as_echo_n "checking for -fstack-protector... " >&6; }
3971 if ${libc_cv_ssp+:} false; then :
3972 $as_echo_n "(cached) " >&6
3973 else
3974 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
3975 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3976 (eval $ac_try) 2>&5
3977 ac_status=$?
3978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3979 test $ac_status = 0; }; }; then :
3980 libc_cv_ssp=yes
3981 else
3982 libc_cv_ssp=no
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
3987 $as_echo "$libc_cv_ssp" >&6; }
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-strong" >&5
3990 $as_echo_n "checking for -fstack-protector-strong... " >&6; }
3991 if ${libc_cv_ssp_strong+:} false; then :
3992 $as_echo_n "(cached) " >&6
3993 else
3994 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null'
3995 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3996 (eval $ac_try) 2>&5
3997 ac_status=$?
3998 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3999 test $ac_status = 0; }; }; then :
4000 libc_cv_ssp_strong=yes
4001 else
4002 libc_cv_ssp_strong=no
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_strong" >&5
4007 $as_echo "$libc_cv_ssp_strong" >&6; }
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-all" >&5
4010 $as_echo_n "checking for -fstack-protector-all... " >&6; }
4011 if ${libc_cv_ssp_all+:} false; then :
4012 $as_echo_n "(cached) " >&6
4013 else
4014 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null'
4015 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4016 (eval $ac_try) 2>&5
4017 ac_status=$?
4018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4019 test $ac_status = 0; }; }; then :
4020 libc_cv_ssp_all=yes
4021 else
4022 libc_cv_ssp_all=no
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_all" >&5
4027 $as_echo "$libc_cv_ssp_all" >&6; }
4029 stack_protector=
4030 no_stack_protector=
4031 if test "$libc_cv_ssp" = yes; then
4032 no_stack_protector="-fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0"
4033 $as_echo "#define HAVE_CC_NO_STACK_PROTECTOR 1" >>confdefs.h
4037 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
4038 stack_protector="-fstack-protector"
4039 $as_echo "#define STACK_PROTECTOR_LEVEL 1" >>confdefs.h
4041 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
4042 stack_protector="-fstack-protector-all"
4043 $as_echo "#define STACK_PROTECTOR_LEVEL 2" >>confdefs.h
4045 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then
4046 stack_protector="-fstack-protector-strong"
4047 $as_echo "#define STACK_PROTECTOR_LEVEL 3" >>confdefs.h
4049 else
4050 stack_protector="-fno-stack-protector"
4051 $as_echo "#define STACK_PROTECTOR_LEVEL 0" >>confdefs.h
4058 if test -n "$stack_protector"; then
4059 no_ssp=-fno-stack-protector
4060 else
4061 no_ssp=
4063 if test "$enable_stack_protector" != no; then
4064 as_fn_error $? "--enable-stack-protector=$enable_stack_protector specified, but specified level of stack protection is not supported by the compiler." "$LINENO" 5
4068 # For the multi-arch option we need support in the assembler & linker.
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
4070 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
4071 if ${libc_cv_ld_gnu_indirect_function+:} false; then :
4072 $as_echo_n "(cached) " >&6
4073 else
4074 cat > conftest.S <<EOF
4075 .type foo,%gnu_indirect_function
4076 foo:
4077 .globl _start
4078 _start:
4079 .globl __start
4080 __start:
4081 .data
4082 #ifdef _LP64
4083 .quad foo
4084 #else
4085 .long foo
4086 #endif
4088 libc_cv_ld_gnu_indirect_function=no
4089 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4090 -nostartfiles -nostdlib $no_ssp \
4091 -o conftest conftest.S 1>&5 2>&5; then
4092 # Do a link to see if the backend supports IFUNC relocs.
4093 $READELF -r conftest 1>&5
4094 LC_ALL=C $READELF -r conftest | grep 'no relocations' >/dev/null || {
4095 libc_cv_ld_gnu_indirect_function=yes
4098 rm -f conftest*
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4101 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4103 # Check if gcc supports attribute ifunc as it is used in libc_ifunc macro.
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc attribute ifunc support" >&5
4105 $as_echo_n "checking for gcc attribute ifunc support... " >&6; }
4106 if ${libc_cv_gcc_indirect_function+:} false; then :
4107 $as_echo_n "(cached) " >&6
4108 else
4109 cat > conftest.c <<EOF
4110 extern int func (int);
4111 int used_func (int a)
4113 return a;
4115 static void *resolver ()
4117 return &used_func;
4119 extern __typeof (func) func __attribute__ ((ifunc ("resolver")));
4121 libc_cv_gcc_indirect_function=no
4122 if ${CC-cc} -c conftest.c -o conftest.o 1>&5 \
4123 2>&5 ; then
4124 if $READELF -s conftest.o | grep IFUNC >/dev/null 2>&5; then
4125 libc_cv_gcc_indirect_function=yes
4128 rm -f conftest*
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_indirect_function" >&5
4131 $as_echo "$libc_cv_gcc_indirect_function" >&6; }
4133 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
4134 if test x"$multi_arch" = xyes; then
4135 as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4136 else
4137 multi_arch=no
4140 if test x"$libc_cv_gcc_indirect_function" != xyes &&
4141 test x"$multi_arch" = xyes; then
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4143 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&5
4144 $as_echo "$as_me: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4145 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&2;}
4147 multi_arch_d=
4148 if test x"$multi_arch" != xno; then
4149 multi_arch_d=/multiarch
4152 # Compute the list of sysdep directories for this configuration.
4153 # This can take a while to compute.
4154 sysdep_dir=$srcdir/sysdeps
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4156 $as_echo_n "checking sysdep dirs... " >&6; }
4157 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4158 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4160 test "x$base_os" != x || case "$os" in
4161 gnu*)
4162 base_os=mach/hurd ;;
4163 linux*)
4164 base_os=unix/sysv ;;
4165 esac
4167 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4168 tail=$os
4169 ostry=$os
4170 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4171 ostry="$ostry /$o"
4172 tail=$o
4173 done
4174 o=`echo $tail | sed 's/[0-9]*$//'`
4175 if test $o != $tail; then
4176 ostry="$ostry /$o"
4178 # For linux-gnu, try linux-gnu, then linux.
4179 o=`echo $tail | sed 's/-.*$//'`
4180 if test $o != $tail; then
4181 ostry="$ostry /$o"
4184 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4185 base=
4186 tail=$base_os
4187 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4188 set $b
4189 base="$base /$1"
4190 tail="$2"
4191 done
4193 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4194 mach=
4195 tail=$machine${submachine:+/$submachine}
4196 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4197 set $m
4198 # Prepend the machine's FPU directory unless --without-fp.
4199 if test "$with_fp" = yes; then
4200 maybe_fpu=/fpu
4201 else
4202 maybe_fpu=/nofpu
4204 # For each machine term, try it with and then without /multiarch.
4205 for try_fpu in $maybe_fpu ''; do
4206 for try_multi in $multi_arch_d ''; do
4207 mach="$mach /$1$try_fpu$try_multi"
4208 done
4209 done
4210 tail="$2"
4211 done
4214 # Find what sysdep directories exist.
4215 sysnames_add_ons=
4216 sysnames=
4217 for b in $base ''; do
4218 for m0 in $mach ''; do
4219 for v in /$vendor ''; do
4220 test "$v" = / && continue
4221 for o in /$ostry ''; do
4222 test "$o" = / && continue
4223 for m in $mach ''; do
4224 for d in $add_ons_pfx ''; do
4225 for a in $add_ons_sfx ''; do
4226 try_suffix="$m0$b$v$o$m"
4227 if test -n "$try_suffix"; then
4228 try_srcdir="${srcdir}/"
4229 case "$d" in
4230 /*) try_srcdir= ;;
4231 esac
4232 try="${d}sysdeps$try_suffix$a"
4233 test -n "$enable_debug_configure" &&
4234 echo "$0 DEBUG: try $try" >&2
4235 if test -d "$try_srcdir$try"; then
4236 sysnames="$sysnames $try"
4237 { test -n "$o" || test -n "$b"; } && os_used=t
4238 { test -n "$m" || test -n "$m0"; } && machine_used=t
4239 case x${m0:-$m} in
4240 x*/$submachine) submachine_used=t ;;
4241 esac
4242 if test -n "$d"; then
4243 case "$sysnames_add_ons" in
4244 *" $d "*) ;;
4245 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4246 esac
4250 done
4251 done
4252 done
4253 done
4254 done
4255 done
4256 done
4258 # If the assembler supports gnu_indirect_function symbol type and the
4259 # architecture supports multi-arch, we enable multi-arch by default.
4260 case $sysnames_add_ons$sysnames in
4261 *"$multi_arch_d"*)
4264 test x"$multi_arch" = xdefault && multi_arch=no
4266 esac
4267 if test x"$multi_arch" != xno; then
4268 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4273 if test -z "$os_used" && test "$os" != none; then
4274 as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4276 if test -z "$machine_used" && test "$machine" != none; then
4277 as_fn_error $? "The $machine is not supported." "$LINENO" 5
4279 if test -z "$submachine_used" && test -n "$submachine"; then
4280 as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4284 # We have now validated the configuration.
4286 # Expand the list of system names into a full list of directories
4287 # from each element's parent name and Implies file (if present).
4288 set $sysnames
4289 names=
4290 while test $# -gt 0; do
4291 name=$1
4292 shift
4294 case " $names " in *" $name "*)
4295 # Already in the list.
4296 continue
4297 esac
4299 # Report each name as we discover it, so there is no long pause in output.
4300 echo $ECHO_N "$name $ECHO_C" >&6
4302 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4304 case $name in
4305 /*) xsrcdir= ;;
4306 *) xsrcdir=$srcdir/ ;;
4307 esac
4308 test -n "$enable_debug_configure" &&
4309 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4311 for implies_file in Implies Implies-before Implies-after; do
4312 implies_type=`echo $implies_file | sed s/-/_/`
4313 eval ${implies_type}=
4314 if test -f $xsrcdir$name/$implies_file; then
4315 # Collect more names from the `Implies' file (removing comments).
4316 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4317 for x in $implied_candidate; do
4318 found=no
4319 if test -d $xsrcdir$name_base/$x; then
4320 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4321 found=yes
4323 for d in $add_ons_pfx ''; do
4324 try="${d}sysdeps/$x"
4325 case $d in
4326 /*) try_srcdir= ;;
4327 *) try_srcdir=$srcdir/ ;;
4328 esac
4329 test -n "$enable_debug_configure" &&
4330 echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4331 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4332 then
4333 eval "${implies_type}=\"\$${implies_type} \$try\""
4334 found=yes
4335 case "$sysnames_add_ons" in
4336 *" $d "*) ;;
4337 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4338 esac
4340 done
4341 if test $found = no; then
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4343 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4345 done
4347 done
4349 # Add NAME to the list of names.
4350 names="$names $name"
4352 # Find the parent of NAME, using the empty string if it has none.
4353 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4355 test -n "$enable_debug_configure" &&
4356 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4357 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4359 # Add the names implied by NAME, and NAME's parent (if it has one), to
4360 # the list of names to be processed (the argument list). We prepend the
4361 # implied names to the list and append the parent. We want implied
4362 # directories to come before further directories inferred from the
4363 # configuration components; this ensures that for sysv4, unix/common
4364 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4365 # after sysv4).
4366 sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4367 test -n "$sysnames" && set $sysnames
4368 done
4370 # Add the default directories.
4371 default_sysnames="sysdeps/generic"
4372 sysnames="$names $default_sysnames"
4374 # The other names were emitted during the scan.
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4376 $as_echo "$default_sysnames" >&6; }
4378 # Collect the list of add-ons that supply partial sysdeps trees.
4379 sysdeps_add_ons=
4380 for add_on in $add_ons; do
4381 case "$add_on" in
4382 /*) xsrcdir= ;;
4383 *) xsrcdir="$srcdir/" ;;
4384 esac
4386 test -d "$xsrcdir$add_on/sysdeps" || {
4387 case "$configured_add_ons " in
4388 *" $add_on "*) ;;
4389 *|'')
4390 as_fn_error $? "add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4392 esac
4393 continue
4396 sysdeps_add_ons="$sysdeps_add_ons $add_on"
4397 case "$sysnames_add_ons" in
4398 *" $add_on/ "*) ;;
4399 *|'')
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4401 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4402 continue ;;
4403 esac
4405 found=no
4406 for d in $sysnames; do
4407 case "$d" in
4408 $add_on/sysdeps/*) ;;
4409 *) continue ;;
4410 esac
4411 (cd "$xsrcdir$d" && for f in *[!~]; do
4412 case "$f" in
4413 sys|bits)
4414 for ff in $f/*.h; do
4415 test -d "$ff" || { test -e "$ff" && exit 88; }
4416 done
4419 test -d "$f" || { test -e "$f" && exit 88; }
4421 esac
4422 done)
4423 if test $? -eq 88; then
4424 found=yes
4425 break
4427 done
4428 if test $found = no; then
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4430 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4432 done
4436 ### Locate tools.
4438 # Find a good install program. We prefer a C program (faster),
4439 # so one script is as good as another. But avoid the broken or
4440 # incompatible versions:
4441 # SysV /etc/install, /usr/sbin/install
4442 # SunOS /usr/etc/install
4443 # IRIX /sbin/install
4444 # AIX /bin/install
4445 # AmigaOS /C/install, which installs bootblocks on floppy discs
4446 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4447 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4448 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4449 # OS/2's system install, which has a completely different semantic
4450 # ./install, which can be erroneously created by make from ./install.sh.
4451 # Reject install programs that cannot install multiple files.
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4453 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4454 if test -z "$INSTALL"; then
4455 if ${ac_cv_path_install+:} false; then :
4456 $as_echo_n "(cached) " >&6
4457 else
4458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4459 for as_dir in $PATH
4461 IFS=$as_save_IFS
4462 test -z "$as_dir" && as_dir=.
4463 # Account for people who put trailing slashes in PATH elements.
4464 case $as_dir/ in #((
4465 ./ | .// | /[cC]/* | \
4466 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4467 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4468 /usr/ucb/* ) ;;
4470 # OSF1 and SCO ODT 3.0 have their own names for install.
4471 # Don't use installbsd from OSF since it installs stuff as root
4472 # by default.
4473 for ac_prog in ginstall scoinst install; do
4474 for ac_exec_ext in '' $ac_executable_extensions; do
4475 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4476 if test $ac_prog = install &&
4477 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4478 # AIX install. It has an incompatible calling convention.
4480 elif test $ac_prog = install &&
4481 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4482 # program-specific install script used by HP pwplus--don't use.
4484 else
4485 rm -rf conftest.one conftest.two conftest.dir
4486 echo one > conftest.one
4487 echo two > conftest.two
4488 mkdir conftest.dir
4489 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4490 test -s conftest.one && test -s conftest.two &&
4491 test -s conftest.dir/conftest.one &&
4492 test -s conftest.dir/conftest.two
4493 then
4494 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4495 break 3
4499 done
4500 done
4502 esac
4504 done
4505 IFS=$as_save_IFS
4507 rm -rf conftest.one conftest.two conftest.dir
4510 if test "${ac_cv_path_install+set}" = set; then
4511 INSTALL=$ac_cv_path_install
4512 else
4513 # As a last resort, use the slow shell script. Don't cache a
4514 # value for INSTALL within a source directory, because that will
4515 # break other packages using the cache if that directory is
4516 # removed, or if the value is a relative name.
4517 INSTALL=$ac_install_sh
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4521 $as_echo "$INSTALL" >&6; }
4523 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4524 # It thinks the first close brace ends the variable substitution.
4525 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4527 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4529 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4531 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4532 # The makefiles need to use a different form to find it in $srcdir.
4533 INSTALL='\$(..)./scripts/install-sh -c'
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4536 $as_echo_n "checking whether ln -s works... " >&6; }
4537 LN_S=$as_ln_s
4538 if test "$LN_S" = "ln -s"; then
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4540 $as_echo "yes" >&6; }
4541 else
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4543 $as_echo "no, using $LN_S" >&6; }
4547 # Was a --with-binutils option given?
4548 if test -n "$path_binutils"; then
4549 # Make absolute; ensure a single trailing slash.
4550 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4551 CC="$CC -B$path_binutils"
4553 AS=`$CC -print-prog-name=as`
4554 LD=`$CC -print-prog-name=ld`
4555 AR=`$CC -print-prog-name=ar`
4557 OBJDUMP=`$CC -print-prog-name=objdump`
4559 OBJCOPY=`$CC -print-prog-name=objcopy`
4562 # Determine whether we are using GNU binutils.
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4564 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4565 if ${libc_cv_prog_as_gnu+:} false; then :
4566 $as_echo_n "(cached) " >&6
4567 else
4568 # Most GNU programs take a -v and spit out some text including
4569 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4570 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4571 libc_cv_prog_as_gnu=yes
4572 else
4573 libc_cv_prog_as_gnu=no
4575 rm -fr contest*
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4578 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4579 rm -f a.out
4580 gnu_as=$libc_cv_prog_as_gnu
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4583 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4584 if ${libc_cv_prog_ld_gnu+:} false; then :
4585 $as_echo_n "(cached) " >&6
4586 else
4587 # Most GNU programs take a -v and spit out some text including
4588 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4589 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4590 libc_cv_prog_ld_gnu=yes
4591 else
4592 libc_cv_prog_ld_gnu=no
4594 rm -fr contest*
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4597 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4598 gnu_ld=$libc_cv_prog_ld_gnu
4601 # Accept binutils 2.22 or newer.
4602 for ac_prog in $AS
4604 # Extract the first word of "$ac_prog", so it can be a program name with args.
4605 set dummy $ac_prog; ac_word=$2
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4607 $as_echo_n "checking for $ac_word... " >&6; }
4608 if ${ac_cv_prog_AS+:} false; then :
4609 $as_echo_n "(cached) " >&6
4610 else
4611 if test -n "$AS"; then
4612 ac_cv_prog_AS="$AS" # Let the user override the test.
4613 else
4614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615 for as_dir in $PATH
4617 IFS=$as_save_IFS
4618 test -z "$as_dir" && as_dir=.
4619 for ac_exec_ext in '' $ac_executable_extensions; do
4620 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4621 ac_cv_prog_AS="$ac_prog"
4622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4623 break 2
4625 done
4626 done
4627 IFS=$as_save_IFS
4631 AS=$ac_cv_prog_AS
4632 if test -n "$AS"; then
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4634 $as_echo "$AS" >&6; }
4635 else
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4637 $as_echo "no" >&6; }
4641 test -n "$AS" && break
4642 done
4644 if test -z "$AS"; then
4645 ac_verc_fail=yes
4646 else
4647 # Found it, now check the version.
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4649 $as_echo_n "checking version of $AS... " >&6; }
4650 ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4651 case $ac_prog_version in
4652 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4653 2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4654 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4655 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4657 esac
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4659 $as_echo "$ac_prog_version" >&6; }
4661 if test $ac_verc_fail = yes; then
4662 AS=: critic_missing="$critic_missing as"
4665 for ac_prog in $LD
4667 # Extract the first word of "$ac_prog", so it can be a program name with args.
4668 set dummy $ac_prog; ac_word=$2
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4670 $as_echo_n "checking for $ac_word... " >&6; }
4671 if ${ac_cv_prog_LD+:} false; then :
4672 $as_echo_n "(cached) " >&6
4673 else
4674 if test -n "$LD"; then
4675 ac_cv_prog_LD="$LD" # Let the user override the test.
4676 else
4677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4678 for as_dir in $PATH
4680 IFS=$as_save_IFS
4681 test -z "$as_dir" && as_dir=.
4682 for ac_exec_ext in '' $ac_executable_extensions; do
4683 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4684 ac_cv_prog_LD="$ac_prog"
4685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4686 break 2
4688 done
4689 done
4690 IFS=$as_save_IFS
4694 LD=$ac_cv_prog_LD
4695 if test -n "$LD"; then
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4697 $as_echo "$LD" >&6; }
4698 else
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4700 $as_echo "no" >&6; }
4704 test -n "$LD" && break
4705 done
4707 if test -z "$LD"; then
4708 ac_verc_fail=yes
4709 else
4710 # Found it, now check the version.
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4712 $as_echo_n "checking version of $LD... " >&6; }
4713 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4714 case $ac_prog_version in
4715 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4716 2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4717 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4718 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4720 esac
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4722 $as_echo "$ac_prog_version" >&6; }
4724 if test $ac_verc_fail = yes; then
4725 LD=: critic_missing="$critic_missing ld"
4729 # These programs are version sensitive.
4731 for ac_prog in gnumake gmake make
4733 # Extract the first word of "$ac_prog", so it can be a program name with args.
4734 set dummy $ac_prog; ac_word=$2
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4736 $as_echo_n "checking for $ac_word... " >&6; }
4737 if ${ac_cv_prog_MAKE+:} false; then :
4738 $as_echo_n "(cached) " >&6
4739 else
4740 if test -n "$MAKE"; then
4741 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4742 else
4743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744 for as_dir in $PATH
4746 IFS=$as_save_IFS
4747 test -z "$as_dir" && as_dir=.
4748 for ac_exec_ext in '' $ac_executable_extensions; do
4749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4750 ac_cv_prog_MAKE="$ac_prog"
4751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4752 break 2
4754 done
4755 done
4756 IFS=$as_save_IFS
4760 MAKE=$ac_cv_prog_MAKE
4761 if test -n "$MAKE"; then
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4763 $as_echo "$MAKE" >&6; }
4764 else
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4766 $as_echo "no" >&6; }
4770 test -n "$MAKE" && break
4771 done
4773 if test -z "$MAKE"; then
4774 ac_verc_fail=yes
4775 else
4776 # Found it, now check the version.
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4778 $as_echo_n "checking version of $MAKE... " >&6; }
4779 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4780 case $ac_prog_version in
4781 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4782 3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*)
4783 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4784 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4786 esac
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4788 $as_echo "$ac_prog_version" >&6; }
4790 if test $ac_verc_fail = yes; then
4791 critic_missing="$critic_missing make"
4795 for ac_prog in gnumsgfmt gmsgfmt msgfmt
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_MSGFMT+:} false; then :
4802 $as_echo_n "(cached) " >&6
4803 else
4804 if test -n "$MSGFMT"; then
4805 ac_cv_prog_MSGFMT="$MSGFMT" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4814 ac_cv_prog_MSGFMT="$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 MSGFMT=$ac_cv_prog_MSGFMT
4825 if test -n "$MSGFMT"; then
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
4827 $as_echo "$MSGFMT" >&6; }
4828 else
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4834 test -n "$MSGFMT" && break
4835 done
4837 if test -z "$MSGFMT"; 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 $MSGFMT" >&5
4842 $as_echo_n "checking version of $MSGFMT... " >&6; }
4843 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4844 case $ac_prog_version in
4845 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4846 0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-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 MSGFMT=: aux_missing="$aux_missing msgfmt"
4858 for ac_prog in makeinfo
4860 # Extract the first word of "$ac_prog", so it can be a program name with args.
4861 set dummy $ac_prog; ac_word=$2
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863 $as_echo_n "checking for $ac_word... " >&6; }
4864 if ${ac_cv_prog_MAKEINFO+:} false; then :
4865 $as_echo_n "(cached) " >&6
4866 else
4867 if test -n "$MAKEINFO"; then
4868 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
4869 else
4870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4871 for as_dir in $PATH
4873 IFS=$as_save_IFS
4874 test -z "$as_dir" && as_dir=.
4875 for ac_exec_ext in '' $ac_executable_extensions; do
4876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4877 ac_cv_prog_MAKEINFO="$ac_prog"
4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4879 break 2
4881 done
4882 done
4883 IFS=$as_save_IFS
4887 MAKEINFO=$ac_cv_prog_MAKEINFO
4888 if test -n "$MAKEINFO"; then
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4890 $as_echo "$MAKEINFO" >&6; }
4891 else
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893 $as_echo "no" >&6; }
4897 test -n "$MAKEINFO" && break
4898 done
4900 if test -z "$MAKEINFO"; then
4901 ac_verc_fail=yes
4902 else
4903 # Found it, now check the version.
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
4905 $as_echo_n "checking version of $MAKEINFO... " >&6; }
4906 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4907 case $ac_prog_version in
4908 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4909 4.[7-9]*|4.[1-9][0-9]*|[5-9].*)
4910 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4911 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4913 esac
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4915 $as_echo "$ac_prog_version" >&6; }
4917 if test $ac_verc_fail = yes; then
4918 MAKEINFO=: aux_missing="$aux_missing makeinfo"
4921 for ac_prog in sed
4923 # Extract the first word of "$ac_prog", so it can be a program name with args.
4924 set dummy $ac_prog; ac_word=$2
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4926 $as_echo_n "checking for $ac_word... " >&6; }
4927 if ${ac_cv_prog_SED+:} false; then :
4928 $as_echo_n "(cached) " >&6
4929 else
4930 if test -n "$SED"; then
4931 ac_cv_prog_SED="$SED" # Let the user override the test.
4932 else
4933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4934 for as_dir in $PATH
4936 IFS=$as_save_IFS
4937 test -z "$as_dir" && as_dir=.
4938 for ac_exec_ext in '' $ac_executable_extensions; do
4939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4940 ac_cv_prog_SED="$ac_prog"
4941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4942 break 2
4944 done
4945 done
4946 IFS=$as_save_IFS
4950 SED=$ac_cv_prog_SED
4951 if test -n "$SED"; then
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4953 $as_echo "$SED" >&6; }
4954 else
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4956 $as_echo "no" >&6; }
4960 test -n "$SED" && break
4961 done
4963 if test -z "$SED"; then
4964 ac_verc_fail=yes
4965 else
4966 # Found it, now check the version.
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
4968 $as_echo_n "checking version of $SED... " >&6; }
4969 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4970 case $ac_prog_version in
4971 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4972 3.0[2-9]*|3.[1-9]*|[4-9]*)
4973 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4974 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4976 esac
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4978 $as_echo "$ac_prog_version" >&6; }
4980 if test $ac_verc_fail = yes; then
4981 SED=: aux_missing="$aux_missing sed"
4984 for ac_prog in gawk
4986 # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if ${ac_cv_prog_AWK+:} false; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 if test -n "$AWK"; then
4994 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5003 ac_cv_prog_AWK="$ac_prog"
5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005 break 2
5007 done
5008 done
5009 IFS=$as_save_IFS
5013 AWK=$ac_cv_prog_AWK
5014 if test -n "$AWK"; then
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5016 $as_echo "$AWK" >&6; }
5017 else
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5023 test -n "$AWK" && break
5024 done
5026 if test -z "$AWK"; then
5027 ac_verc_fail=yes
5028 else
5029 # Found it, now check the version.
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
5031 $as_echo_n "checking version of $AWK... " >&6; }
5032 ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
5033 case $ac_prog_version in
5034 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5035 3.1.[2-9]*|3.[2-9]*|[4-9]*)
5036 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5037 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5039 esac
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5041 $as_echo "$ac_prog_version" >&6; }
5043 if test $ac_verc_fail = yes; then
5044 critic_missing="$critic_missing gawk"
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
5049 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
5050 if ${libc_cv_compiler_ok+:} false; then :
5051 $as_echo_n "(cached) " >&6
5052 else
5054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5055 /* end confdefs.h. */
5058 main ()
5061 #if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 9)
5062 #error insufficient compiler
5063 #endif
5065 return 0;
5067 _ACEOF
5068 if ac_fn_c_try_compile "$LINENO"; then :
5069 libc_cv_compiler_ok=yes
5070 else
5071 libc_cv_compiler_ok=no
5073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
5076 $as_echo "$libc_cv_compiler_ok" >&6; }
5077 if test $libc_cv_compiler_ok != yes; then :
5078 critic_missing="$critic_missing compiler"
5081 if test -n "$ac_tool_prefix"; then
5082 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5083 set dummy ${ac_tool_prefix}nm; ac_word=$2
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5085 $as_echo_n "checking for $ac_word... " >&6; }
5086 if ${ac_cv_prog_NM+:} false; then :
5087 $as_echo_n "(cached) " >&6
5088 else
5089 if test -n "$NM"; then
5090 ac_cv_prog_NM="$NM" # Let the user override the test.
5091 else
5092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093 for as_dir in $PATH
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5099 ac_cv_prog_NM="${ac_tool_prefix}nm"
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5101 break 2
5103 done
5104 done
5105 IFS=$as_save_IFS
5109 NM=$ac_cv_prog_NM
5110 if test -n "$NM"; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5112 $as_echo "$NM" >&6; }
5113 else
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5120 if test -z "$ac_cv_prog_NM"; then
5121 ac_ct_NM=$NM
5122 # Extract the first word of "nm", so it can be a program name with args.
5123 set dummy nm; ac_word=$2
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5125 $as_echo_n "checking for $ac_word... " >&6; }
5126 if ${ac_cv_prog_ac_ct_NM+:} false; then :
5127 $as_echo_n "(cached) " >&6
5128 else
5129 if test -n "$ac_ct_NM"; then
5130 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5131 else
5132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5133 for as_dir in $PATH
5135 IFS=$as_save_IFS
5136 test -z "$as_dir" && as_dir=.
5137 for ac_exec_ext in '' $ac_executable_extensions; do
5138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5139 ac_cv_prog_ac_ct_NM="nm"
5140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5141 break 2
5143 done
5144 done
5145 IFS=$as_save_IFS
5149 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5150 if test -n "$ac_ct_NM"; then
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5152 $as_echo "$ac_ct_NM" >&6; }
5153 else
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5155 $as_echo "no" >&6; }
5158 if test "x$ac_ct_NM" = x; then
5159 NM="false"
5160 else
5161 case $cross_compiling:$ac_tool_warned in
5162 yes:)
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5165 ac_tool_warned=yes ;;
5166 esac
5167 NM=$ac_ct_NM
5169 else
5170 NM="$ac_cv_prog_NM"
5174 if test "x$maintainer" = "xyes"; then
5175 for ac_prog in autoconf
5177 # Extract the first word of "$ac_prog", so it can be a program name with args.
5178 set dummy $ac_prog; ac_word=$2
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5180 $as_echo_n "checking for $ac_word... " >&6; }
5181 if ${ac_cv_prog_AUTOCONF+:} false; then :
5182 $as_echo_n "(cached) " >&6
5183 else
5184 if test -n "$AUTOCONF"; then
5185 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5186 else
5187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188 for as_dir in $PATH
5190 IFS=$as_save_IFS
5191 test -z "$as_dir" && as_dir=.
5192 for ac_exec_ext in '' $ac_executable_extensions; do
5193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5194 ac_cv_prog_AUTOCONF="$ac_prog"
5195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 break 2
5198 done
5199 done
5200 IFS=$as_save_IFS
5204 AUTOCONF=$ac_cv_prog_AUTOCONF
5205 if test -n "$AUTOCONF"; then
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5207 $as_echo "$AUTOCONF" >&6; }
5208 else
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5210 $as_echo "no" >&6; }
5214 test -n "$AUTOCONF" && break
5215 done
5216 test -n "$AUTOCONF" || AUTOCONF="no"
5218 case "x$AUTOCONF" in
5219 xno|x|x:) AUTOCONF=no ;;
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5222 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5223 if ${libc_cv_autoconf_works+:} false; then :
5224 $as_echo_n "(cached) " >&6
5225 else
5226 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then
5227 libc_cv_autoconf_works=yes
5228 else
5229 libc_cv_autoconf_works=no
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5233 $as_echo "$libc_cv_autoconf_works" >&6; }
5234 test $libc_cv_autoconf_works = yes || AUTOCONF=no
5236 esac
5237 if test "x$AUTOCONF" = xno; then
5238 aux_missing="$aux_missing autoconf"
5240 else
5241 AUTOCONF=no
5244 # Check for python3 if available, or else python.
5245 for ac_prog in python3 python
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy $ac_prog; ac_word=$2
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5250 $as_echo_n "checking for $ac_word... " >&6; }
5251 if ${ac_cv_prog_PYTHON_PROG+:} false; then :
5252 $as_echo_n "(cached) " >&6
5253 else
5254 if test -n "$PYTHON_PROG"; then
5255 ac_cv_prog_PYTHON_PROG="$PYTHON_PROG" # Let the user override the test.
5256 else
5257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5258 for as_dir in $PATH
5260 IFS=$as_save_IFS
5261 test -z "$as_dir" && as_dir=.
5262 for ac_exec_ext in '' $ac_executable_extensions; do
5263 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5264 ac_cv_prog_PYTHON_PROG="$ac_prog"
5265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5266 break 2
5268 done
5269 done
5270 IFS=$as_save_IFS
5274 PYTHON_PROG=$ac_cv_prog_PYTHON_PROG
5275 if test -n "$PYTHON_PROG"; then
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_PROG" >&5
5277 $as_echo "$PYTHON_PROG" >&6; }
5278 else
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5280 $as_echo "no" >&6; }
5284 test -n "$PYTHON_PROG" && break
5285 done
5286 test -n "$PYTHON_PROG" || PYTHON_PROG="no"
5288 case "x$PYTHON_PROG" in
5289 xno|x|x:) PYTHON_PROG=no ;;
5290 *) ;;
5291 esac
5293 if test "x$PYTHON_PROG" = xno; then
5294 aux_missing="$aux_missing python"
5295 else
5296 PYTHON="$PYTHON_PROG -B"
5300 test -n "$critic_missing" && as_fn_error $? "
5301 *** These critical programs are missing or too old:$critic_missing
5302 *** Check the INSTALL file for required versions." "$LINENO" 5
5304 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5305 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5306 *** some features or tests will be disabled.
5307 *** Check the INSTALL file for required versions." >&5
5308 $as_echo "$as_me: WARNING:
5309 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5310 *** some features or tests will be disabled.
5311 *** Check the INSTALL file for required versions." >&2;}
5313 # if using special system headers, find out the compiler's sekrit
5314 # header directory and add that to the list. NOTE: Only does the right
5315 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5316 if test -n "$sysheaders"; then
5317 SYSINCLUDES=-nostdinc
5318 for d in include include-fixed; do
5319 i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5320 SYSINCLUDES="$SYSINCLUDES -isystem $i"
5321 done
5322 SYSINCLUDES="$SYSINCLUDES \
5323 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5324 if test -n "$CXX"; then
5325 CXX_SYSINCLUDES=
5326 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5327 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5328 test "x$cxxheaders" != x &&
5329 CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders"
5330 done
5336 # Obtain some C++ header file paths. This is used to make a local
5337 # copy of those headers in Makerules.
5338 if test -n "$CXX"; then
5339 find_cxx_header () {
5340 echo "#include <$1>" | $CXX -M -MP -x c++ - 2>/dev/null \
5341 | sed -n "\,$1:,{s/:\$//;p}"
5343 CXX_CSTDLIB_HEADER="$(find_cxx_header cstdlib)"
5344 CXX_CMATH_HEADER="$(find_cxx_header cmath)"
5345 CXX_BITS_STD_ABS_H="$(find_cxx_header bits/std_abs.h)"
5351 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5352 # since this would lead to problems installing/building glibc.
5353 # LD_LIBRARY_PATH contains the current directory if one of the following
5354 # is true:
5355 # - one of the terminals (":" and ";") is the first or last sign
5356 # - two terminals occur directly after each other
5357 # - the path contains an element with a dot in it
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5359 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5360 case ${LD_LIBRARY_PATH} in
5361 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5362 ld_library_path_setting="contains current directory"
5365 ld_library_path_setting="ok"
5367 esac
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5369 $as_echo "$ld_library_path_setting" >&6; }
5370 if test "$ld_library_path_setting" != "ok"; then
5371 as_fn_error $? "
5372 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5373 *** building glibc. Please change the environment variable
5374 *** and run configure again." "$LINENO" 5
5377 # Extract the first word of "bash", so it can be a program name with args.
5378 set dummy bash; ac_word=$2
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5380 $as_echo_n "checking for $ac_word... " >&6; }
5381 if ${ac_cv_path_BASH_SHELL+:} false; then :
5382 $as_echo_n "(cached) " >&6
5383 else
5384 case $BASH_SHELL in
5385 [\\/]* | ?:[\\/]*)
5386 ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5390 for as_dir in $PATH
5392 IFS=$as_save_IFS
5393 test -z "$as_dir" && as_dir=.
5394 for ac_exec_ext in '' $ac_executable_extensions; do
5395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5396 ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5398 break 2
5400 done
5401 done
5402 IFS=$as_save_IFS
5404 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5406 esac
5408 BASH_SHELL=$ac_cv_path_BASH_SHELL
5409 if test -n "$BASH_SHELL"; then
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5411 $as_echo "$BASH_SHELL" >&6; }
5412 else
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5414 $as_echo "no" >&6; }
5419 # Extract the first word of "perl", so it can be a program name with args.
5420 set dummy perl; ac_word=$2
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5422 $as_echo_n "checking for $ac_word... " >&6; }
5423 if ${ac_cv_path_PERL+:} false; then :
5424 $as_echo_n "(cached) " >&6
5425 else
5426 case $PERL in
5427 [\\/]* | ?:[\\/]*)
5428 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5432 for as_dir in $PATH
5434 IFS=$as_save_IFS
5435 test -z "$as_dir" && as_dir=.
5436 for ac_exec_ext in '' $ac_executable_extensions; do
5437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5438 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5440 break 2
5442 done
5443 done
5444 IFS=$as_save_IFS
5446 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5448 esac
5450 PERL=$ac_cv_path_PERL
5451 if test -n "$PERL"; then
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5453 $as_echo "$PERL" >&6; }
5454 else
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5456 $as_echo "no" >&6; }
5460 if test "$PERL" != no &&
5461 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5462 PERL=no
5464 # Extract the first word of "install-info", so it can be a program name with args.
5465 set dummy install-info; ac_word=$2
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5467 $as_echo_n "checking for $ac_word... " >&6; }
5468 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5469 $as_echo_n "(cached) " >&6
5470 else
5471 case $INSTALL_INFO in
5472 [\\/]* | ?:[\\/]*)
5473 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5477 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5478 for as_dir in $as_dummy
5480 IFS=$as_save_IFS
5481 test -z "$as_dir" && as_dir=.
5482 for ac_exec_ext in '' $ac_executable_extensions; do
5483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5484 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5486 break 2
5488 done
5489 done
5490 IFS=$as_save_IFS
5492 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5494 esac
5496 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5497 if test -n "$INSTALL_INFO"; then
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5499 $as_echo "$INSTALL_INFO" >&6; }
5500 else
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5502 $as_echo "no" >&6; }
5506 for ac_prog in bison
5508 # Extract the first word of "$ac_prog", so it can be a program name with args.
5509 set dummy $ac_prog; ac_word=$2
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5511 $as_echo_n "checking for $ac_word... " >&6; }
5512 if ${ac_cv_prog_BISON+:} false; then :
5513 $as_echo_n "(cached) " >&6
5514 else
5515 if test -n "$BISON"; then
5516 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5517 else
5518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5519 for as_dir in $PATH
5521 IFS=$as_save_IFS
5522 test -z "$as_dir" && as_dir=.
5523 for ac_exec_ext in '' $ac_executable_extensions; do
5524 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5525 ac_cv_prog_BISON="$ac_prog"
5526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5527 break 2
5529 done
5530 done
5531 IFS=$as_save_IFS
5535 BISON=$ac_cv_prog_BISON
5536 if test -n "$BISON"; then
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5538 $as_echo "$BISON" >&6; }
5539 else
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5541 $as_echo "no" >&6; }
5545 test -n "$BISON" && break
5546 done
5548 if test -z "$BISON"; then
5549 ac_verc_fail=yes
5550 else
5551 # Found it, now check the version.
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5553 $as_echo_n "checking version of $BISON... " >&6; }
5554 ac_prog_version=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5555 case $ac_prog_version in
5556 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5557 2.7*|[3-9].*|[1-9][0-9]*)
5558 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5559 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5561 esac
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5563 $as_echo "$ac_prog_version" >&6; }
5565 if test $ac_verc_fail = yes; then
5566 BISON=no
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5571 $as_echo_n "checking for .set assembler directive... " >&6; }
5572 if ${libc_cv_asm_set_directive+:} false; then :
5573 $as_echo_n "(cached) " >&6
5574 else
5575 cat > conftest.s <<EOF
5576 .text
5577 foo:
5578 .set glibc_conftest_frobozz,foo
5579 .globl glibc_conftest_frobozz
5581 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5582 # (but it doesn't work), so we must do a linking check to be sure.
5583 cat > conftest1.c <<\EOF
5584 extern int glibc_conftest_frobozz;
5585 void _start() { glibc_conftest_frobozz = 1; }
5587 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5588 -nostartfiles -nostdlib $no_ssp \
5589 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5590 libc_cv_asm_set_directive=yes
5591 else
5592 libc_cv_asm_set_directive=no
5594 rm -f conftest*
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5597 $as_echo "$libc_cv_asm_set_directive" >&6; }
5598 if test $libc_cv_asm_set_directive = yes; then
5599 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5604 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5605 if ${libc_cv_protected_data+:} false; then :
5606 $as_echo_n "(cached) " >&6
5607 else
5608 cat > conftest.c <<EOF
5609 int bar __attribute__ ((visibility ("protected"))) = 1;
5611 libc_cv_protected_data=no
5612 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp -fPIC -shared conftest.c -o conftest.so'
5613 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5614 (eval $ac_try) 2>&5
5615 ac_status=$?
5616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5617 test $ac_status = 0; }; }; then
5618 cat > conftest.c <<EOF
5619 extern int bar;
5620 int main (void) { return bar; }
5622 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp conftest.c -o conftest conftest.so'
5623 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5624 (eval $ac_try) 2>&5
5625 ac_status=$?
5626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5627 test $ac_status = 0; }; }; then
5628 libc_cv_protected_data=yes
5631 rm -f conftest.*
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5635 $as_echo "$libc_cv_protected_data" >&6; }
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5639 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5640 if ${libc_cv_broken_alias_attribute+:} false; then :
5641 $as_echo_n "(cached) " >&6
5642 else
5643 cat > conftest.c <<EOF
5644 extern int foo (int x) __asm ("xyzzy");
5645 int bar (int x) { return x; }
5646 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5647 extern int dfoo;
5648 extern __typeof (dfoo) dfoo __asm ("abccb");
5649 int dfoo = 1;
5651 libc_cv_broken_alias_attribute=yes
5652 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5653 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5654 (eval $ac_try) 2>&5
5655 ac_status=$?
5656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5657 test $ac_status = 0; }; }; then
5658 if grep 'xyzzy' conftest.s >/dev/null &&
5659 grep 'abccb' conftest.s >/dev/null; then
5660 libc_cv_broken_alias_attribute=no
5663 rm -f conftest.c conftest.s
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5667 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5668 if test $libc_cv_broken_alias_attribute = yes; then
5669 as_fn_error $? "working alias attribute support required" "$LINENO" 5
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5673 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5674 if ${libc_cv_have_sdata_section+:} false; then :
5675 $as_echo_n "(cached) " >&6
5676 else
5677 echo "int i;" > conftest.c
5678 libc_cv_have_sdata_section=no
5679 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
5680 | grep '\.sdata' >/dev/null; then
5681 libc_cv_have_sdata_section=yes
5683 rm -f conftest.c conftest.so
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5687 $as_echo "$libc_cv_have_sdata_section" >&6; }
5688 if test $libc_cv_have_sdata_section = yes; then
5689 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
5694 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
5695 if ${libc_cv_ctors_header+:} false; then :
5696 $as_echo_n "(cached) " >&6
5697 else
5698 libc_cv_ctors_header=yes
5699 cat > conftest.c <<EOF
5700 int _start (void) { return 0; }
5701 int __start (void) { return 0; }
5703 __attribute__ ((constructor)) void ctor (void) { asm (""); }
5704 __attribute__ ((destructor)) void dtor (void) { asm (""); }
5707 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -o conftest
5708 conftest.c -static -nostartfiles -nostdlib
5709 1>&5'
5710 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5711 (eval $ac_try) 2>&5
5712 ac_status=$?
5713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5714 test $ac_status = 0; }; }; then :
5715 if $READELF -WS conftest$ac_exeext | $AWK '
5716 { gsub(/\[ */, "[") }
5717 $2 == ".ctors" || $2 == ".dtors" {
5718 size = strtonum("0x" $6)
5719 align = strtonum("0x" $NF)
5720 seen[$2] = 1
5721 stub[$2] = size == align * 2
5723 END {
5724 ctors_ok = !seen[".ctors"] || stub[".ctors"]
5725 dtors_ok = !seen[".dtors"] || stub[".dtors"]
5726 exit ((ctors_ok && dtors_ok) ? 0 : 1)
5728 '; then :
5729 libc_cv_ctors_header=no
5732 else
5733 as_fn_error $? "missing __attribute__ ((constructor)) support??" "$LINENO" 5
5736 rm -f conftest*
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
5740 $as_echo "$libc_cv_ctors_header" >&6; }
5741 if test $libc_cv_ctors_header = no; then
5742 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5747 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5748 if ${libc_cv_cc_with_libunwind+:} false; then :
5749 $as_echo_n "(cached) " >&6
5750 else
5752 cat > conftest.c <<EOF
5753 int main (void) { return 0; }
5755 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5756 conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
5757 libc_cv_cc_with_libunwind=yes
5758 else
5759 libc_cv_cc_with_libunwind=no
5761 rm -f conftest*
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5764 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5766 if test $libc_cv_cc_with_libunwind = yes; then
5767 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5771 ASFLAGS_config=
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
5773 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
5774 if ${libc_cv_as_noexecstack+:} false; then :
5775 $as_echo_n "(cached) " >&6
5776 else
5777 cat > conftest.c <<EOF
5778 void foo (void) { }
5780 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
5781 -S -o conftest.s conftest.c 1>&5'
5782 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5783 (eval $ac_try) 2>&5
5784 ac_status=$?
5785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5786 test $ac_status = 0; }; } \
5787 && grep .note.GNU-stack conftest.s >/dev/null \
5788 && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
5789 -c -o conftest.o conftest.s 1>&5'
5790 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5791 (eval $ac_try) 2>&5
5792 ac_status=$?
5793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5794 test $ac_status = 0; }; }
5795 then
5796 libc_cv_as_noexecstack=yes
5797 else
5798 libc_cv_as_noexecstack=no
5800 rm -f conftest*
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
5803 $as_echo "$libc_cv_as_noexecstack" >&6; }
5804 if test $libc_cv_as_noexecstack = yes; then
5805 ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
5810 $as_echo_n "checking for -z combreloc... " >&6; }
5811 if ${libc_cv_z_combreloc+:} false; then :
5812 $as_echo_n "(cached) " >&6
5813 else
5814 cat > conftest.c <<EOF
5815 extern int bar (int);
5816 extern int mumble;
5817 int foo (void) { return bar (mumble); }
5819 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5820 -fPIC -shared $no_ssp -o conftest.so conftest.c
5821 -nostdlib -nostartfiles
5822 -Wl,-z,combreloc 1>&5'
5823 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5824 (eval $ac_try) 2>&5
5825 ac_status=$?
5826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5827 test $ac_status = 0; }; }
5828 then
5829 if $READELF -S conftest.so | grep -E '.rela?.dyn' > /dev/null; then
5830 libc_cv_z_combreloc=yes
5831 else
5832 libc_cv_z_combreloc=no
5834 else
5835 libc_cv_z_combreloc=no
5837 rm -f conftest*
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
5840 $as_echo "$libc_cv_z_combreloc" >&6; }
5841 if test "$libc_cv_z_combreloc" = yes; then
5842 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
5848 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
5849 libc_linker_feature=no
5850 if test x"$gnu_ld" = x"yes"; then
5851 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
5852 if test -n "$libc_linker_check"; then
5853 cat > conftest.c <<EOF
5854 int _start (void) { return 42; }
5856 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
5857 -Wl,-z,execstack -nostdlib -nostartfiles
5858 -fPIC -shared -o conftest.so conftest.c
5859 1>&5'
5860 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5861 (eval $ac_try) 2>&5
5862 ac_status=$?
5863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5864 test $ac_status = 0; }; }
5865 then
5866 libc_linker_feature=yes
5868 rm -f conftest*
5871 if test $libc_linker_feature = yes; then
5872 libc_cv_z_execstack=yes
5873 else
5874 libc_cv_z_execstack=no
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5877 $as_echo "$libc_linker_feature" >&6; }
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
5881 $as_echo_n "checking for -fpie... " >&6; }
5882 if ${libc_cv_fpie+:} false; then :
5883 $as_echo_n "(cached) " >&6
5884 else
5885 if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
5886 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5887 (eval $ac_try) 2>&5
5888 ac_status=$?
5889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5890 test $ac_status = 0; }; }; then :
5891 libc_cv_fpie=yes
5892 else
5893 libc_cv_fpie=no
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
5898 $as_echo "$libc_cv_fpie" >&6; }
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
5903 $as_echo_n "checking for --hash-style option... " >&6; }
5904 if ${libc_cv_hashstyle+:} false; then :
5905 $as_echo_n "(cached) " >&6
5906 else
5907 cat > conftest.c <<EOF
5908 int _start (void) { return 42; }
5910 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
5911 -fPIC -shared -o conftest.so conftest.c
5912 -Wl,--hash-style=both -nostdlib 1>&5'
5913 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5914 (eval $ac_try) 2>&5
5915 ac_status=$?
5916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5917 test $ac_status = 0; }; }
5918 then
5919 libc_cv_hashstyle=yes
5920 else
5921 libc_cv_hashstyle=no
5923 rm -f conftest*
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
5926 $as_echo "$libc_cv_hashstyle" >&6; }
5929 # The linker's default -shared behavior is good enough if it
5930 # does these things that our custom linker scripts ensure that
5931 # all allocated NOTE sections come first.
5932 if test "$use_default_link" = default; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
5934 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
5935 if ${libc_cv_use_default_link+:} false; then :
5936 $as_echo_n "(cached) " >&6
5937 else
5938 libc_cv_use_default_link=no
5939 cat > conftest.s <<\EOF
5940 .section .note.a,"a",%note
5941 .balign 4
5942 .long 4,4,9
5943 .string "GNU"
5944 .string "foo"
5945 .section .note.b,"a",%note
5946 .balign 4
5947 .long 4,4,9
5948 .string "GNU"
5949 .string "bar"
5951 if { ac_try=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
5952 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5953 (eval $ac_try) 2>&5
5954 ac_status=$?
5955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5956 test $ac_status = 0; }; } &&
5957 ac_try=`$READELF -S conftest.so | sed -n \
5958 '${x;p;}
5959 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
5964 then
5965 libc_seen_a=no libc_seen_b=no
5966 set -- $ac_try
5967 while test $# -ge 2 -a "$1" = NOTE; do
5968 case "$2" in
5969 .note.a) libc_seen_a=yes ;;
5970 .note.b) libc_seen_b=yes ;;
5971 esac
5972 shift 2
5973 done
5974 case "$libc_seen_a$libc_seen_b" in
5975 yesyes)
5976 libc_cv_use_default_link=yes
5979 echo >&5 "\
5980 $libc_seen_a$libc_seen_b from:
5981 $ac_try"
5983 esac
5985 rm -f conftest*
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
5988 $as_echo "$libc_cv_use_default_link" >&6; }
5989 use_default_link=$libc_cv_use_default_link
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLOB_DAT reloc" >&5
5993 $as_echo_n "checking for GLOB_DAT reloc... " >&6; }
5994 if ${libc_cv_has_glob_dat+:} false; then :
5995 $as_echo_n "(cached) " >&6
5996 else
5997 cat > conftest.c <<EOF
5998 extern int mumble;
5999 int foo (void) { return mumble; }
6001 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6002 -fPIC -shared -o conftest.so conftest.c
6003 -nostdlib -nostartfiles $no_ssp
6004 1>&5'
6005 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6006 (eval $ac_try) 2>&5
6007 ac_status=$?
6008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6009 test $ac_status = 0; }; }
6010 then
6011 if $READELF -rW conftest.so | grep '_GLOB_DAT' > /dev/null; then
6012 libc_cv_has_glob_dat=yes
6013 else
6014 libc_cv_has_glob_dat=no
6016 else
6017 libc_cv_has_glob_dat=no
6019 rm -f conftest*
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_has_glob_dat" >&5
6022 $as_echo "$libc_cv_has_glob_dat" >&6; }
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
6026 $as_echo_n "checking linker output format... " >&6; }
6027 if ${libc_cv_output_format+:} false; then :
6028 $as_echo_n "(cached) " >&6
6029 else
6030 if libc_cv_output_format=`
6031 ${CC-cc} -nostartfiles -nostdlib $no_ssp -Wl,--print-output-format 2>&5`
6032 then
6034 else
6035 libc_cv_output_format=
6037 test -n "$libc_cv_output_format" || libc_cv_output_format=unknown
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
6040 $as_echo "$libc_cv_output_format" >&6; }
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
6044 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
6045 if ${libc_cv_fno_toplevel_reorder+:} false; then :
6046 $as_echo_n "(cached) " >&6
6047 else
6048 cat > conftest.c <<EOF
6049 int foo;
6051 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
6052 conftest.c 1>&5'
6053 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6054 (eval $ac_try) 2>&5
6055 ac_status=$?
6056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6057 test $ac_status = 0; }; }
6058 then
6059 libc_cv_fno_toplevel_reorder=yes
6060 else
6061 libc_cv_fno_toplevel_reorder=no
6063 rm -f conftest*
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6066 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6067 if test $libc_cv_fno_toplevel_reorder = yes; then
6068 fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
6069 else
6070 fno_unit_at_a_time=-fno-unit-at-a-time
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mtls-dialect=gnu2" >&5
6075 $as_echo_n "checking for -mtls-dialect=gnu2... " >&6; }
6076 if ${libc_cv_mtls_dialect_gnu2+:} false; then :
6077 $as_echo_n "(cached) " >&6
6078 else
6079 cat > conftest.c <<EOF
6080 __thread int i;
6081 void foo (void)
6083 i = 10;
6086 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fPIC -mtls-dialect=gnu2
6087 conftest.c 1>&5'
6088 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6089 (eval $ac_try) 2>&5
6090 ac_status=$?
6091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6092 test $ac_status = 0; }; }
6093 then
6094 libc_cv_mtls_dialect_gnu2=yes
6095 else
6096 libc_cv_mtls_dialect_gnu2=no
6098 rm -f conftest*
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mtls_dialect_gnu2" >&5
6101 $as_echo "$libc_cv_mtls_dialect_gnu2" >&6; }
6103 config_vars="$config_vars
6104 have-mtls-dialect-gnu2 = $libc_cv_mtls_dialect_gnu2"
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6107 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6108 if ${libc_cv_have_section_quotes+:} false; then :
6109 $as_echo_n "(cached) " >&6
6110 else
6111 cat > conftest.c <<EOF
6112 static const int foo
6113 __attribute__ ((section ("bar"))) = 1;
6115 if ${CC-cc} -S conftest.c -o conftest.s; then
6116 if grep '\.section.*"bar"' conftest.s >/dev/null; then
6117 libc_cv_have_section_quotes=yes
6118 else
6119 libc_cv_have_section_quotes=no
6121 else
6122 libc_cv_have_section_quotes=unknown
6124 rm -f conftest.{c,s}
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6128 $as_echo "$libc_cv_have_section_quotes" >&6; }
6129 if test $libc_cv_have_section_quotes = yes; then
6130 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
6135 $as_echo_n "checking for __builtin_memset... " >&6; }
6136 if ${libc_cv_gcc_builtin_memset+:} false; then :
6137 $as_echo_n "(cached) " >&6
6138 else
6139 cat > conftest.c <<\EOF
6140 void zero (void *x)
6142 __builtin_memset (x, 0, 1000);
6145 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | grep -F "memset" > /dev/null'
6146 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6147 (eval $ac_try) 2>&5
6148 ac_status=$?
6149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6150 test $ac_status = 0; }; };
6151 then
6152 libc_cv_gcc_builtin_memset=no
6153 else
6154 libc_cv_gcc_builtin_memset=yes
6156 rm -f conftest*
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
6159 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
6160 if test "$libc_cv_gcc_builtin_memset" = yes ; then
6161 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
6166 $as_echo_n "checking for redirection of built-in functions... " >&6; }
6167 if ${libc_cv_gcc_builtin_redirection+:} false; then :
6168 $as_echo_n "(cached) " >&6
6169 else
6170 cat > conftest.c <<\EOF
6171 extern char *strstr (const char *, const char *) __asm ("my_strstr");
6172 char *foo (const char *a, const char *b)
6174 return __builtin_strstr (a, b);
6177 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | grep -F "my_strstr" > /dev/null'
6178 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6179 (eval $ac_try) 2>&5
6180 ac_status=$?
6181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6182 test $ac_status = 0; }; };
6183 then
6184 libc_cv_gcc_builtin_redirection=yes
6185 else
6186 libc_cv_gcc_builtin_redirection=no
6188 rm -f conftest*
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
6191 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
6192 if test "$libc_cv_gcc_builtin_redirection" = no; then
6193 as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
6197 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
6198 if ${libc_cv_cc_nofma+:} false; then :
6199 $as_echo_n "(cached) " >&6
6200 else
6201 libc_cv_cc_nofma=
6202 for opt in -ffp-contract=off -mno-fused-madd; do
6203 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6204 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6205 (eval $ac_try) 2>&5
6206 ac_status=$?
6207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6208 test $ac_status = 0; }; }; then :
6209 libc_cv_cc_nofma=$opt; break
6211 done
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
6214 $as_echo "$libc_cv_cc_nofma" >&6; }
6217 if test -n "$submachine"; then
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
6219 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
6220 if ${libc_cv_cc_submachine+:} false; then :
6221 $as_echo_n "(cached) " >&6
6222 else
6223 libc_cv_cc_submachine=no
6224 for opt in "-march=$submachine" "-mcpu=$submachine"; do
6225 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6226 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6227 (eval $ac_try) 2>&5
6228 ac_status=$?
6229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6230 test $ac_status = 0; }; }; then :
6232 libc_cv_cc_submachine="$opt"
6233 break
6235 done
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6238 $as_echo "$libc_cv_cc_submachine" >&6; }
6239 if test "x$libc_cv_cc_submachine" = xno; then
6240 as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6246 __attribute__ ((__optimize__))" >&5
6247 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6248 __attribute__ ((__optimize__))... " >&6; }
6249 if ${libc_cv_cc_loop_to_function+:} false; then :
6250 $as_echo_n "(cached) " >&6
6251 else
6252 cat > conftest.c <<EOF
6253 void
6254 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
6255 foo (void) {}
6257 libc_cv_cc_loop_to_function=no
6258 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c'
6259 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6260 (eval $ac_try) 2>&5
6261 ac_status=$?
6262 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6263 test $ac_status = 0; }; }
6264 then
6265 libc_cv_cc_loop_to_function=yes
6267 rm -f conftest*
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
6270 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
6271 if test $libc_cv_cc_loop_to_function = yes; then
6272 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
6278 $as_echo_n "checking for libgd... " >&6; }
6279 if test "$with_gd" != "no"; then
6280 old_CFLAGS="$CFLAGS"
6281 CFLAGS="$CFLAGS $libgd_include"
6282 old_LDFLAGS="$LDFLAGS"
6283 LDFLAGS="$LDFLAGS $libgd_ldflags"
6284 old_LIBS="$LIBS"
6285 LIBS="$LIBS -lgd -lpng -lz -lm"
6286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6287 /* end confdefs.h. */
6288 #include <gd.h>
6290 main ()
6292 gdImagePng (0, 0)
6294 return 0;
6296 _ACEOF
6297 if ac_fn_c_try_link "$LINENO"; then :
6298 LIBGD=yes
6299 else
6300 LIBGD=no
6302 rm -f core conftest.err conftest.$ac_objext \
6303 conftest$ac_exeext conftest.$ac_ext
6304 CFLAGS="$old_CFLAGS"
6305 LDFLAGS="$old_LDFLAGS"
6306 LIBS="$old_LIBS"
6307 else
6308 LIBGD=no
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6311 $as_echo "$LIBGD" >&6; }
6314 # SELinux detection
6315 if test x$with_selinux = xno ; then
6316 have_selinux=no;
6317 else
6318 # See if we have the SELinux library
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6320 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6321 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
6322 $as_echo_n "(cached) " >&6
6323 else
6324 ac_check_lib_save_LIBS=$LIBS
6325 LIBS="-lselinux $LIBS"
6326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6327 /* end confdefs.h. */
6329 /* Override any GCC internal prototype to avoid an error.
6330 Use char because int might match the return type of a GCC
6331 builtin and then its argument prototype would still apply. */
6332 #ifdef __cplusplus
6333 extern "C"
6334 #endif
6335 char is_selinux_enabled ();
6337 main ()
6339 return is_selinux_enabled ();
6341 return 0;
6343 _ACEOF
6344 if ac_fn_c_try_link "$LINENO"; then :
6345 ac_cv_lib_selinux_is_selinux_enabled=yes
6346 else
6347 ac_cv_lib_selinux_is_selinux_enabled=no
6349 rm -f core conftest.err conftest.$ac_objext \
6350 conftest$ac_exeext conftest.$ac_ext
6351 LIBS=$ac_check_lib_save_LIBS
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6354 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6355 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
6356 have_selinux=yes
6357 else
6358 have_selinux=no
6361 if test x$with_selinux = xyes ; then
6362 if test x$have_selinux = xno ; then
6363 as_fn_error $? "SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6367 # Check if we're building with SELinux support.
6368 if test "x$have_selinux" = xyes; then
6370 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6373 # See if we have the libaudit library
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6375 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6376 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
6377 $as_echo_n "(cached) " >&6
6378 else
6379 ac_check_lib_save_LIBS=$LIBS
6380 LIBS="-laudit $LIBS"
6381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6382 /* end confdefs.h. */
6384 /* Override any GCC internal prototype to avoid an error.
6385 Use char because int might match the return type of a GCC
6386 builtin and then its argument prototype would still apply. */
6387 #ifdef __cplusplus
6388 extern "C"
6389 #endif
6390 char audit_log_user_avc_message ();
6392 main ()
6394 return audit_log_user_avc_message ();
6396 return 0;
6398 _ACEOF
6399 if ac_fn_c_try_link "$LINENO"; then :
6400 ac_cv_lib_audit_audit_log_user_avc_message=yes
6401 else
6402 ac_cv_lib_audit_audit_log_user_avc_message=no
6404 rm -f core conftest.err conftest.$ac_objext \
6405 conftest$ac_exeext conftest.$ac_ext
6406 LIBS=$ac_check_lib_save_LIBS
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6409 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6410 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
6411 have_libaudit=yes
6412 else
6413 have_libaudit=no
6416 if test "x$have_libaudit" = xyes; then
6418 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6423 # See if we have the libcap library
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6425 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6426 if ${ac_cv_lib_cap_cap_init+:} false; then :
6427 $as_echo_n "(cached) " >&6
6428 else
6429 ac_check_lib_save_LIBS=$LIBS
6430 LIBS="-lcap $LIBS"
6431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6432 /* end confdefs.h. */
6434 /* Override any GCC internal prototype to avoid an error.
6435 Use char because int might match the return type of a GCC
6436 builtin and then its argument prototype would still apply. */
6437 #ifdef __cplusplus
6438 extern "C"
6439 #endif
6440 char cap_init ();
6442 main ()
6444 return cap_init ();
6446 return 0;
6448 _ACEOF
6449 if ac_fn_c_try_link "$LINENO"; then :
6450 ac_cv_lib_cap_cap_init=yes
6451 else
6452 ac_cv_lib_cap_cap_init=no
6454 rm -f core conftest.err conftest.$ac_objext \
6455 conftest$ac_exeext conftest.$ac_ext
6456 LIBS=$ac_check_lib_save_LIBS
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6459 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6460 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
6461 have_libcap=yes
6462 else
6463 have_libcap=no
6466 if test "x$have_libcap" = xyes; then
6468 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6475 CPPUNDEFS=
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
6477 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
6478 if ${libc_cv_predef_fortify_source+:} false; then :
6479 $as_echo_n "(cached) " >&6
6480 else
6481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6482 /* end confdefs.h. */
6485 main ()
6488 #ifdef _FORTIFY_SOURCE
6489 # error bogon
6490 #endif
6492 return 0;
6494 _ACEOF
6495 if ac_fn_c_try_compile "$LINENO"; then :
6496 libc_cv_predef_fortify_source=no
6497 else
6498 libc_cv_predef_fortify_source=yes
6500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
6503 $as_echo "$libc_cv_predef_fortify_source" >&6; }
6504 if test $libc_cv_predef_fortify_source = yes; then
6505 CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
6509 # Some linkers on some architectures support __ehdr_start but with
6510 # bugs. Make sure usage of it does not create relocations in the
6511 # output (as the linker should resolve them all for us).
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker provides working __ehdr_start" >&5
6513 $as_echo_n "checking whether the linker provides working __ehdr_start... " >&6; }
6514 if ${libc_cv_ehdr_start+:} false; then :
6515 $as_echo_n "(cached) " >&6
6516 else
6518 old_CFLAGS="$CFLAGS"
6519 old_LDFLAGS="$LDFLAGS"
6520 old_LIBS="$LIBS"
6521 CFLAGS="$CFLAGS -fPIC"
6522 LDFLAGS="$LDFLAGS -nostdlib -nostartfiles -shared $no_ssp"
6523 LIBS=
6524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6525 /* end confdefs.h. */
6527 typedef struct {
6528 char foo;
6529 long val;
6530 } Ehdr;
6531 extern const Ehdr __ehdr_start __attribute__ ((visibility ("hidden")));
6532 long ehdr (void) { return __ehdr_start.val; }
6534 _ACEOF
6535 if ac_fn_c_try_link "$LINENO"; then :
6536 if $READELF -r conftest | grep -F __ehdr_start >/dev/null; then
6537 libc_cv_ehdr_start=broken
6538 else
6539 libc_cv_ehdr_start=yes
6541 else
6542 libc_cv_ehdr_start=no
6544 rm -f core conftest.err conftest.$ac_objext \
6545 conftest$ac_exeext conftest.$ac_ext
6546 CFLAGS="$old_CFLAGS"
6547 LDFLAGS="$old_LDFLAGS"
6548 LIBS="$old_LIBS"
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ehdr_start" >&5
6552 $as_echo "$libc_cv_ehdr_start" >&6; }
6553 if test "$libc_cv_ehdr_start" = yes; then
6554 $as_echo "#define HAVE_EHDR_START 1" >>confdefs.h
6556 elif test "$libc_cv_ehdr_start" = broken; then
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linker is broken -- you should upgrade" >&5
6558 $as_echo "$as_me: WARNING: linker is broken -- you should upgrade" >&2;}
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_trap with no external dependencies" >&5
6562 $as_echo_n "checking for __builtin_trap with no external dependencies... " >&6; }
6563 if ${libc_cv_builtin_trap+:} false; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 libc_cv_builtin_trap=no
6567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6568 /* end confdefs.h. */
6571 main ()
6573 __builtin_trap ()
6575 return 0;
6577 _ACEOF
6578 if ac_fn_c_try_compile "$LINENO"; then :
6580 libc_undefs=`$NM -u conftest.o |
6581 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6582 2>&5` || {
6583 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
6585 echo >&5 "libc_undefs='$libc_undefs'"
6586 if test -z "$libc_undefs"; then
6587 libc_cv_builtin_trap=yes
6590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_builtin_trap" >&5
6593 $as_echo "$libc_cv_builtin_trap" >&6; }
6594 if test $libc_cv_builtin_trap = yes; then
6595 $as_echo "#define HAVE_BUILTIN_TRAP 1" >>confdefs.h
6599 ac_ext=cpp
6600 ac_cpp='$CXXCPP $CPPFLAGS'
6601 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6602 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6603 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler supports thread_local" >&5
6607 $as_echo_n "checking whether the C++ compiler supports thread_local... " >&6; }
6608 if ${libc_cv_cxx_thread_local+:} false; then :
6609 $as_echo_n "(cached) " >&6
6610 else
6612 old_CXXFLAGS="$CXXFLAGS"
6613 CXXFLAGS="$CXXFLAGS -std=gnu++11"
6614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6615 /* end confdefs.h. */
6617 #include <thread>
6619 // Compiler support.
6620 struct S
6622 S ();
6623 ~S ();
6625 thread_local S s;
6626 S * get () { return &s; }
6628 // libstdc++ support.
6629 #ifndef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL
6630 #error __cxa_thread_atexit_impl not supported
6631 #endif
6633 _ACEOF
6634 if ac_fn_cxx_try_compile "$LINENO"; then :
6635 libc_cv_cxx_thread_local=yes
6636 else
6637 libc_cv_cxx_thread_local=no
6639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6640 CXXFLAGS="$old_CXXFLAGS"
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_thread_local" >&5
6644 $as_echo "$libc_cv_cxx_thread_local" >&6; }
6647 ac_ext=c
6648 ac_cpp='$CPP $CPPFLAGS'
6649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6654 ### End of automated tests.
6655 ### Now run sysdeps configure fragments.
6657 # They also can set these variables.
6658 use_ldconfig=no
6659 ldd_rewrite_script=no
6660 libc_cv_sysconfdir=$sysconfdir
6661 libc_cv_localstatedir=$localstatedir
6662 libc_cv_gcc_unwind_find_fde=no
6663 libc_cv_idn=no
6665 # Iterate over all the sysdep directories we will use, running their
6666 # configure fragments.
6667 for dir in $sysnames; do
6668 case $dir in
6669 /*) dest=$dir ;;
6670 *) dest=$srcdir/$dir ;;
6671 esac
6672 if test -r $dest/configure; then
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
6674 $as_echo "running configure fragment for $dir" >&6; }
6675 . $dest/configure
6677 done
6679 if test x"$build_mathvec" = xnotset; then
6680 build_mathvec=no
6682 config_vars="$config_vars
6683 build-mathvec = $build_mathvec"
6688 if test x$libc_cv_gcc_unwind_find_fde = xyes; then
6689 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
6694 # A sysdeps configure fragment can reset this if IFUNC is not actually
6695 # usable even though the assembler knows how to generate the symbol type.
6696 if test x"$libc_cv_ld_gnu_indirect_function" = xyes; then
6697 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
6701 if test x"$libc_cv_gcc_indirect_function" = xyes; then
6702 $as_echo "#define HAVE_GCC_IFUNC 1" >>confdefs.h
6706 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
6707 # configure fragment can override the value to prevent this AC_DEFINE.
6709 if test "x$use_nscd" != xno; then
6710 $as_echo "#define USE_NSCD 1" >>confdefs.h
6713 if test "x$build_nscd" = xdefault; then
6714 build_nscd=$use_nscd
6724 if test x$use_ldconfig = xyes; then
6725 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
6735 $as_echo_n "checking whether -fPIC is default... " >&6; }
6736 if ${libc_cv_pic_default+:} false; then :
6737 $as_echo_n "(cached) " >&6
6738 else
6739 libc_cv_pic_default=yes
6740 cat > conftest.c <<EOF
6741 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
6742 # error PIC is default.
6743 #endif
6745 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6746 libc_cv_pic_default=no
6748 rm -f conftest.*
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
6751 $as_echo "$libc_cv_pic_default" >&6; }
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIE is default" >&5
6755 $as_echo_n "checking whether -fPIE is default... " >&6; }
6756 if ${libc_cv_pie_default+:} false; then :
6757 $as_echo_n "(cached) " >&6
6758 else
6759 libc_cv_pie_default=yes
6760 cat > conftest.c <<EOF
6761 #if defined __PIE__ || defined __pie__ || defined PIE || defined pie
6762 # error PIE is default.
6763 #endif
6765 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6766 libc_cv_pie_default=no
6768 rm -f conftest.*
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pie_default" >&5
6771 $as_echo "$libc_cv_pie_default" >&6; }
6781 VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
6782 RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
6786 ac_config_files="$ac_config_files config.make Makefile"
6788 ac_config_commands="$ac_config_commands default"
6790 cat >confcache <<\_ACEOF
6791 # This file is a shell script that caches the results of configure
6792 # tests run on this system so they can be shared between configure
6793 # scripts and configure runs, see configure's option --config-cache.
6794 # It is not useful on other systems. If it contains results you don't
6795 # want to keep, you may remove or edit it.
6797 # config.status only pays attention to the cache file if you give it
6798 # the --recheck option to rerun configure.
6800 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6801 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6802 # following values.
6804 _ACEOF
6806 # The following way of writing the cache mishandles newlines in values,
6807 # but we know of no workaround that is simple, portable, and efficient.
6808 # So, we kill variables containing newlines.
6809 # Ultrix sh set writes to stderr and can't be redirected directly,
6810 # and sets the high bit in the cache file unless we assign to the vars.
6812 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6813 eval ac_val=\$$ac_var
6814 case $ac_val in #(
6815 *${as_nl}*)
6816 case $ac_var in #(
6817 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6818 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6819 esac
6820 case $ac_var in #(
6821 _ | IFS | as_nl) ;; #(
6822 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6823 *) { eval $ac_var=; unset $ac_var;} ;;
6824 esac ;;
6825 esac
6826 done
6828 (set) 2>&1 |
6829 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6830 *${as_nl}ac_space=\ *)
6831 # `set' does not quote correctly, so add quotes: double-quote
6832 # substitution turns \\\\ into \\, and sed turns \\ into \.
6833 sed -n \
6834 "s/'/'\\\\''/g;
6835 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6836 ;; #(
6838 # `set' quotes correctly as required by POSIX, so do not add quotes.
6839 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6841 esac |
6842 sort
6844 sed '
6845 /^ac_cv_env_/b end
6846 t clear
6847 :clear
6848 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6849 t end
6850 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6851 :end' >>confcache
6852 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6853 if test -w "$cache_file"; then
6854 if test "x$cache_file" != "x/dev/null"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6856 $as_echo "$as_me: updating cache $cache_file" >&6;}
6857 if test ! -f "$cache_file" || test -h "$cache_file"; then
6858 cat confcache >"$cache_file"
6859 else
6860 case $cache_file in #(
6861 */* | ?:*)
6862 mv -f confcache "$cache_file"$$ &&
6863 mv -f "$cache_file"$$ "$cache_file" ;; #(
6865 mv -f confcache "$cache_file" ;;
6866 esac
6869 else
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6871 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6874 rm -f confcache
6876 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6877 # Let make expand exec_prefix.
6878 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6880 DEFS=-DHAVE_CONFIG_H
6882 ac_libobjs=
6883 ac_ltlibobjs=
6885 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6886 # 1. Remove the extension, and $U if already installed.
6887 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6888 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6889 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6890 # will be set to the directory where LIBOBJS objects are built.
6891 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6892 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6893 done
6894 LIBOBJS=$ac_libobjs
6896 LTLIBOBJS=$ac_ltlibobjs
6900 : "${CONFIG_STATUS=./config.status}"
6901 ac_write_fail=0
6902 ac_clean_files_save=$ac_clean_files
6903 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6905 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6906 as_write_fail=0
6907 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6908 #! $SHELL
6909 # Generated by $as_me.
6910 # Run this file to recreate the current configuration.
6911 # Compiler output produced by configure, useful for debugging
6912 # configure, is in config.log if it exists.
6914 debug=false
6915 ac_cs_recheck=false
6916 ac_cs_silent=false
6918 SHELL=\${CONFIG_SHELL-$SHELL}
6919 export SHELL
6920 _ASEOF
6921 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6922 ## -------------------- ##
6923 ## M4sh Initialization. ##
6924 ## -------------------- ##
6926 # Be more Bourne compatible
6927 DUALCASE=1; export DUALCASE # for MKS sh
6928 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6929 emulate sh
6930 NULLCMD=:
6931 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6932 # is contrary to our usage. Disable this feature.
6933 alias -g '${1+"$@"}'='"$@"'
6934 setopt NO_GLOB_SUBST
6935 else
6936 case `(set -o) 2>/dev/null` in #(
6937 *posix*) :
6938 set -o posix ;; #(
6939 *) :
6941 esac
6945 as_nl='
6947 export as_nl
6948 # Printing a long string crashes Solaris 7 /usr/bin/printf.
6949 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6950 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6951 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6952 # Prefer a ksh shell builtin over an external printf program on Solaris,
6953 # but without wasting forks for bash or zsh.
6954 if test -z "$BASH_VERSION$ZSH_VERSION" \
6955 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6956 as_echo='print -r --'
6957 as_echo_n='print -rn --'
6958 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6959 as_echo='printf %s\n'
6960 as_echo_n='printf %s'
6961 else
6962 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6963 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6964 as_echo_n='/usr/ucb/echo -n'
6965 else
6966 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6967 as_echo_n_body='eval
6968 arg=$1;
6969 case $arg in #(
6970 *"$as_nl"*)
6971 expr "X$arg" : "X\\(.*\\)$as_nl";
6972 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6973 esac;
6974 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6976 export as_echo_n_body
6977 as_echo_n='sh -c $as_echo_n_body as_echo'
6979 export as_echo_body
6980 as_echo='sh -c $as_echo_body as_echo'
6983 # The user is always right.
6984 if test "${PATH_SEPARATOR+set}" != set; then
6985 PATH_SEPARATOR=:
6986 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6987 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6988 PATH_SEPARATOR=';'
6993 # IFS
6994 # We need space, tab and new line, in precisely that order. Quoting is
6995 # there to prevent editors from complaining about space-tab.
6996 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6997 # splitting by setting IFS to empty value.)
6998 IFS=" "" $as_nl"
7000 # Find who we are. Look in the path if we contain no directory separator.
7001 as_myself=
7002 case $0 in #((
7003 *[\\/]* ) as_myself=$0 ;;
7004 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7005 for as_dir in $PATH
7007 IFS=$as_save_IFS
7008 test -z "$as_dir" && as_dir=.
7009 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7010 done
7011 IFS=$as_save_IFS
7014 esac
7015 # We did not find ourselves, most probably we were run as `sh COMMAND'
7016 # in which case we are not to be found in the path.
7017 if test "x$as_myself" = x; then
7018 as_myself=$0
7020 if test ! -f "$as_myself"; then
7021 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7022 exit 1
7025 # Unset variables that we do not need and which cause bugs (e.g. in
7026 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7027 # suppresses any "Segmentation fault" message there. '((' could
7028 # trigger a bug in pdksh 5.2.14.
7029 for as_var in BASH_ENV ENV MAIL MAILPATH
7030 do eval test x\${$as_var+set} = xset \
7031 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7032 done
7033 PS1='$ '
7034 PS2='> '
7035 PS4='+ '
7037 # NLS nuisances.
7038 LC_ALL=C
7039 export LC_ALL
7040 LANGUAGE=C
7041 export LANGUAGE
7043 # CDPATH.
7044 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7047 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7048 # ----------------------------------------
7049 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7050 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7051 # script with STATUS, using 1 if that was 0.
7052 as_fn_error ()
7054 as_status=$1; test $as_status -eq 0 && as_status=1
7055 if test "$4"; then
7056 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7057 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7059 $as_echo "$as_me: error: $2" >&2
7060 as_fn_exit $as_status
7061 } # as_fn_error
7064 # as_fn_set_status STATUS
7065 # -----------------------
7066 # Set $? to STATUS, without forking.
7067 as_fn_set_status ()
7069 return $1
7070 } # as_fn_set_status
7072 # as_fn_exit STATUS
7073 # -----------------
7074 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7075 as_fn_exit ()
7077 set +e
7078 as_fn_set_status $1
7079 exit $1
7080 } # as_fn_exit
7082 # as_fn_unset VAR
7083 # ---------------
7084 # Portably unset VAR.
7085 as_fn_unset ()
7087 { eval $1=; unset $1;}
7089 as_unset=as_fn_unset
7090 # as_fn_append VAR VALUE
7091 # ----------------------
7092 # Append the text in VALUE to the end of the definition contained in VAR. Take
7093 # advantage of any shell optimizations that allow amortized linear growth over
7094 # repeated appends, instead of the typical quadratic growth present in naive
7095 # implementations.
7096 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7097 eval 'as_fn_append ()
7099 eval $1+=\$2
7101 else
7102 as_fn_append ()
7104 eval $1=\$$1\$2
7106 fi # as_fn_append
7108 # as_fn_arith ARG...
7109 # ------------------
7110 # Perform arithmetic evaluation on the ARGs, and store the result in the
7111 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7112 # must be portable across $(()) and expr.
7113 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7114 eval 'as_fn_arith ()
7116 as_val=$(( $* ))
7118 else
7119 as_fn_arith ()
7121 as_val=`expr "$@" || test $? -eq 1`
7123 fi # as_fn_arith
7126 if expr a : '\(a\)' >/dev/null 2>&1 &&
7127 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7128 as_expr=expr
7129 else
7130 as_expr=false
7133 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7134 as_basename=basename
7135 else
7136 as_basename=false
7139 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7140 as_dirname=dirname
7141 else
7142 as_dirname=false
7145 as_me=`$as_basename -- "$0" ||
7146 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7147 X"$0" : 'X\(//\)$' \| \
7148 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7149 $as_echo X/"$0" |
7150 sed '/^.*\/\([^/][^/]*\)\/*$/{
7151 s//\1/
7154 /^X\/\(\/\/\)$/{
7155 s//\1/
7158 /^X\/\(\/\).*/{
7159 s//\1/
7162 s/.*/./; q'`
7164 # Avoid depending upon Character Ranges.
7165 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7166 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7167 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7168 as_cr_digits='0123456789'
7169 as_cr_alnum=$as_cr_Letters$as_cr_digits
7171 ECHO_C= ECHO_N= ECHO_T=
7172 case `echo -n x` in #(((((
7173 -n*)
7174 case `echo 'xy\c'` in
7175 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7176 xy) ECHO_C='\c';;
7177 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7178 ECHO_T=' ';;
7179 esac;;
7181 ECHO_N='-n';;
7182 esac
7184 rm -f conf$$ conf$$.exe conf$$.file
7185 if test -d conf$$.dir; then
7186 rm -f conf$$.dir/conf$$.file
7187 else
7188 rm -f conf$$.dir
7189 mkdir conf$$.dir 2>/dev/null
7191 if (echo >conf$$.file) 2>/dev/null; then
7192 if ln -s conf$$.file conf$$ 2>/dev/null; then
7193 as_ln_s='ln -s'
7194 # ... but there are two gotchas:
7195 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7196 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7197 # In both cases, we have to default to `cp -pR'.
7198 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7199 as_ln_s='cp -pR'
7200 elif ln conf$$.file conf$$ 2>/dev/null; then
7201 as_ln_s=ln
7202 else
7203 as_ln_s='cp -pR'
7205 else
7206 as_ln_s='cp -pR'
7208 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7209 rmdir conf$$.dir 2>/dev/null
7212 # as_fn_mkdir_p
7213 # -------------
7214 # Create "$as_dir" as a directory, including parents if necessary.
7215 as_fn_mkdir_p ()
7218 case $as_dir in #(
7219 -*) as_dir=./$as_dir;;
7220 esac
7221 test -d "$as_dir" || eval $as_mkdir_p || {
7222 as_dirs=
7223 while :; do
7224 case $as_dir in #(
7225 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7226 *) as_qdir=$as_dir;;
7227 esac
7228 as_dirs="'$as_qdir' $as_dirs"
7229 as_dir=`$as_dirname -- "$as_dir" ||
7230 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7231 X"$as_dir" : 'X\(//\)[^/]' \| \
7232 X"$as_dir" : 'X\(//\)$' \| \
7233 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7234 $as_echo X"$as_dir" |
7235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7236 s//\1/
7239 /^X\(\/\/\)[^/].*/{
7240 s//\1/
7243 /^X\(\/\/\)$/{
7244 s//\1/
7247 /^X\(\/\).*/{
7248 s//\1/
7251 s/.*/./; q'`
7252 test -d "$as_dir" && break
7253 done
7254 test -z "$as_dirs" || eval "mkdir $as_dirs"
7255 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
7258 } # as_fn_mkdir_p
7259 if mkdir -p . 2>/dev/null; then
7260 as_mkdir_p='mkdir -p "$as_dir"'
7261 else
7262 test -d ./-p && rmdir ./-p
7263 as_mkdir_p=false
7267 # as_fn_executable_p FILE
7268 # -----------------------
7269 # Test if FILE is an executable regular file.
7270 as_fn_executable_p ()
7272 test -f "$1" && test -x "$1"
7273 } # as_fn_executable_p
7274 as_test_x='test -x'
7275 as_executable_p=as_fn_executable_p
7277 # Sed expression to map a string onto a valid CPP name.
7278 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7280 # Sed expression to map a string onto a valid variable name.
7281 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7284 exec 6>&1
7285 ## ----------------------------------- ##
7286 ## Main body of $CONFIG_STATUS script. ##
7287 ## ----------------------------------- ##
7288 _ASEOF
7289 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
7291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7292 # Save the log message, to keep $0 and so on meaningful, and to
7293 # report actual input values of CONFIG_FILES etc. instead of their
7294 # values after options handling.
7295 ac_log="
7296 This file was extended by GNU C Library $as_me (see version.h), which was
7297 generated by GNU Autoconf 2.69. Invocation command line was
7299 CONFIG_FILES = $CONFIG_FILES
7300 CONFIG_HEADERS = $CONFIG_HEADERS
7301 CONFIG_LINKS = $CONFIG_LINKS
7302 CONFIG_COMMANDS = $CONFIG_COMMANDS
7303 $ $0 $@
7305 on `(hostname || uname -n) 2>/dev/null | sed 1q`
7308 _ACEOF
7310 case $ac_config_files in *"
7311 "*) set x $ac_config_files; shift; ac_config_files=$*;;
7312 esac
7314 case $ac_config_headers in *"
7315 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
7316 esac
7319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7320 # Files that config.status was made for.
7321 config_files="$ac_config_files"
7322 config_headers="$ac_config_headers"
7323 config_commands="$ac_config_commands"
7325 _ACEOF
7327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7328 ac_cs_usage="\
7329 \`$as_me' instantiates files and other configuration actions
7330 from templates according to the current configuration. Unless the files
7331 and actions are specified as TAGs, all are instantiated by default.
7333 Usage: $0 [OPTION]... [TAG]...
7335 -h, --help print this help, then exit
7336 -V, --version print version number and configuration settings, then exit
7337 --config print configuration, then exit
7338 -q, --quiet, --silent
7339 do not print progress messages
7340 -d, --debug don't remove temporary files
7341 --recheck update $as_me by reconfiguring in the same conditions
7342 --file=FILE[:TEMPLATE]
7343 instantiate the configuration file FILE
7344 --header=FILE[:TEMPLATE]
7345 instantiate the configuration header FILE
7347 Configuration files:
7348 $config_files
7350 Configuration headers:
7351 $config_headers
7353 Configuration commands:
7354 $config_commands
7356 Report bugs to <http://sourceware.org/bugzilla/>.
7357 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
7358 General help using GNU software: <http://www.gnu.org/gethelp/>."
7360 _ACEOF
7361 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7362 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7363 ac_cs_version="\\
7364 GNU C Library config.status (see version.h)
7365 configured by $0, generated by GNU Autoconf 2.69,
7366 with options \\"\$ac_cs_config\\"
7368 Copyright (C) 2012 Free Software Foundation, Inc.
7369 This config.status script is free software; the Free Software Foundation
7370 gives unlimited permission to copy, distribute and modify it."
7372 ac_pwd='$ac_pwd'
7373 srcdir='$srcdir'
7374 INSTALL='$INSTALL'
7375 test -n "\$AWK" || AWK=awk
7376 _ACEOF
7378 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7379 # The default lists apply if the user does not specify any file.
7380 ac_need_defaults=:
7381 while test $# != 0
7383 case $1 in
7384 --*=?*)
7385 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7386 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7387 ac_shift=:
7389 --*=)
7390 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7391 ac_optarg=
7392 ac_shift=:
7395 ac_option=$1
7396 ac_optarg=$2
7397 ac_shift=shift
7399 esac
7401 case $ac_option in
7402 # Handling of the options.
7403 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7404 ac_cs_recheck=: ;;
7405 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7406 $as_echo "$ac_cs_version"; exit ;;
7407 --config | --confi | --conf | --con | --co | --c )
7408 $as_echo "$ac_cs_config"; exit ;;
7409 --debug | --debu | --deb | --de | --d | -d )
7410 debug=: ;;
7411 --file | --fil | --fi | --f )
7412 $ac_shift
7413 case $ac_optarg in
7414 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7415 '') as_fn_error $? "missing file argument" ;;
7416 esac
7417 as_fn_append CONFIG_FILES " '$ac_optarg'"
7418 ac_need_defaults=false;;
7419 --header | --heade | --head | --hea )
7420 $ac_shift
7421 case $ac_optarg in
7422 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7423 esac
7424 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
7425 ac_need_defaults=false;;
7426 --he | --h)
7427 # Conflict between --help and --header
7428 as_fn_error $? "ambiguous option: \`$1'
7429 Try \`$0 --help' for more information.";;
7430 --help | --hel | -h )
7431 $as_echo "$ac_cs_usage"; exit ;;
7432 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7433 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7434 ac_cs_silent=: ;;
7436 # This is an error.
7437 -*) as_fn_error $? "unrecognized option: \`$1'
7438 Try \`$0 --help' for more information." ;;
7440 *) as_fn_append ac_config_targets " $1"
7441 ac_need_defaults=false ;;
7443 esac
7444 shift
7445 done
7447 ac_configure_extra_args=
7449 if $ac_cs_silent; then
7450 exec 6>/dev/null
7451 ac_configure_extra_args="$ac_configure_extra_args --silent"
7454 _ACEOF
7455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7456 if \$ac_cs_recheck; then
7457 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7458 shift
7459 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7460 CONFIG_SHELL='$SHELL'
7461 export CONFIG_SHELL
7462 exec "\$@"
7465 _ACEOF
7466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7467 exec 5>>config.log
7469 echo
7470 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7471 ## Running $as_me. ##
7472 _ASBOX
7473 $as_echo "$ac_log"
7474 } >&5
7476 _ACEOF
7477 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7479 # INIT-COMMANDS
7481 config_vars='$config_vars'
7483 _ACEOF
7485 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7487 # Handling of arguments.
7488 for ac_config_target in $ac_config_targets
7490 case $ac_config_target in
7491 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7492 "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;;
7493 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7494 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
7496 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7497 esac
7498 done
7501 # If the user did not use the arguments to specify the items to instantiate,
7502 # then the envvar interface is used. Set only those that are not.
7503 # We use the long form for the default assignment because of an extremely
7504 # bizarre bug on SunOS 4.1.3.
7505 if $ac_need_defaults; then
7506 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7507 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7508 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7511 # Have a temporary directory for convenience. Make it in the build tree
7512 # simply because there is no reason against having it here, and in addition,
7513 # creating and moving files from /tmp can sometimes cause problems.
7514 # Hook for its removal unless debugging.
7515 # Note that there is a small window in which the directory will not be cleaned:
7516 # after its creation but before its name has been assigned to `$tmp'.
7517 $debug ||
7519 tmp= ac_tmp=
7520 trap 'exit_status=$?
7521 : "${ac_tmp:=$tmp}"
7522 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7524 trap 'as_fn_exit 1' 1 2 13 15
7526 # Create a (secure) tmp directory for tmp files.
7529 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7530 test -d "$tmp"
7531 } ||
7533 tmp=./conf$$-$RANDOM
7534 (umask 077 && mkdir "$tmp")
7535 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7536 ac_tmp=$tmp
7538 # Set up the scripts for CONFIG_FILES section.
7539 # No need to generate them if there are no CONFIG_FILES.
7540 # This happens for instance with `./config.status config.h'.
7541 if test -n "$CONFIG_FILES"; then
7544 ac_cr=`echo X | tr X '\015'`
7545 # On cygwin, bash can eat \r inside `` if the user requested igncr.
7546 # But we know of no other shell where ac_cr would be empty at this
7547 # point, so we can use a bashism as a fallback.
7548 if test "x$ac_cr" = x; then
7549 eval ac_cr=\$\'\\r\'
7551 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7552 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7553 ac_cs_awk_cr='\\r'
7554 else
7555 ac_cs_awk_cr=$ac_cr
7558 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7559 _ACEOF
7563 echo "cat >conf$$subs.awk <<_ACEOF" &&
7564 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7565 echo "_ACEOF"
7566 } >conf$$subs.sh ||
7567 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7568 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7569 ac_delim='%!_!# '
7570 for ac_last_try in false false false false false :; do
7571 . ./conf$$subs.sh ||
7572 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7574 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7575 if test $ac_delim_n = $ac_delim_num; then
7576 break
7577 elif $ac_last_try; then
7578 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7579 else
7580 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7582 done
7583 rm -f conf$$subs.sh
7585 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7586 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7587 _ACEOF
7588 sed -n '
7590 s/^/S["/; s/!.*/"]=/
7593 s/^[^!]*!//
7594 :repl
7595 t repl
7596 s/'"$ac_delim"'$//
7597 t delim
7600 s/\(.\{148\}\)..*/\1/
7601 t more1
7602 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7605 b repl
7606 :more1
7607 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7610 s/.\{148\}//
7611 t nl
7612 :delim
7614 s/\(.\{148\}\)..*/\1/
7615 t more2
7616 s/["\\]/\\&/g; s/^/"/; s/$/"/
7619 :more2
7620 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7623 s/.\{148\}//
7624 t delim
7625 ' <conf$$subs.awk | sed '
7626 /^[^""]/{
7628 s/\n//
7630 ' >>$CONFIG_STATUS || ac_write_fail=1
7631 rm -f conf$$subs.awk
7632 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7633 _ACAWK
7634 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7635 for (key in S) S_is_set[key] = 1
7636 FS = "\a"
7640 line = $ 0
7641 nfields = split(line, field, "@")
7642 substed = 0
7643 len = length(field[1])
7644 for (i = 2; i < nfields; i++) {
7645 key = field[i]
7646 keylen = length(key)
7647 if (S_is_set[key]) {
7648 value = S[key]
7649 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7650 len += length(value) + length(field[++i])
7651 substed = 1
7652 } else
7653 len += 1 + keylen
7656 print line
7659 _ACAWK
7660 _ACEOF
7661 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7662 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7663 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7664 else
7666 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7667 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7668 _ACEOF
7670 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7671 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7672 # trailing colons and then remove the whole line if VPATH becomes empty
7673 # (actually we leave an empty line to preserve line numbers).
7674 if test "x$srcdir" = x.; then
7675 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7677 s///
7678 s/^/:/
7679 s/[ ]*$/:/
7680 s/:\$(srcdir):/:/g
7681 s/:\${srcdir}:/:/g
7682 s/:@srcdir@:/:/g
7683 s/^:*//
7684 s/:*$//
7686 s/\(=[ ]*\).*/\1/
7688 s/\n//
7689 s/^[^=]*=[ ]*$//
7693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7694 fi # test -n "$CONFIG_FILES"
7696 # Set up the scripts for CONFIG_HEADERS section.
7697 # No need to generate them if there are no CONFIG_HEADERS.
7698 # This happens for instance with `./config.status Makefile'.
7699 if test -n "$CONFIG_HEADERS"; then
7700 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
7701 BEGIN {
7702 _ACEOF
7704 # Transform confdefs.h into an awk script `defines.awk', embedded as
7705 # here-document in config.status, that substitutes the proper values into
7706 # config.h.in to produce config.h.
7708 # Create a delimiter string that does not exist in confdefs.h, to ease
7709 # handling of long lines.
7710 ac_delim='%!_!# '
7711 for ac_last_try in false false :; do
7712 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
7713 if test -z "$ac_tt"; then
7714 break
7715 elif $ac_last_try; then
7716 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
7717 else
7718 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7720 done
7722 # For the awk script, D is an array of macro values keyed by name,
7723 # likewise P contains macro parameters if any. Preserve backslash
7724 # newline sequences.
7726 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7727 sed -n '
7728 s/.\{148\}/&'"$ac_delim"'/g
7729 t rset
7730 :rset
7731 s/^[ ]*#[ ]*define[ ][ ]*/ /
7732 t def
7734 :def
7735 s/\\$//
7736 t bsnl
7737 s/["\\]/\\&/g
7738 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7739 D["\1"]=" \3"/p
7740 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7742 :bsnl
7743 s/["\\]/\\&/g
7744 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7745 D["\1"]=" \3\\\\\\n"\\/p
7746 t cont
7747 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7748 t cont
7750 :cont
7752 s/.\{148\}/&'"$ac_delim"'/g
7753 t clear
7754 :clear
7755 s/\\$//
7756 t bsnlc
7757 s/["\\]/\\&/g; s/^/"/; s/$/"/p
7759 :bsnlc
7760 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7761 b cont
7762 ' <confdefs.h | sed '
7763 s/'"$ac_delim"'/"\\\
7764 "/g' >>$CONFIG_STATUS || ac_write_fail=1
7766 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7767 for (key in D) D_is_set[key] = 1
7768 FS = "\a"
7770 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7771 line = \$ 0
7772 split(line, arg, " ")
7773 if (arg[1] == "#") {
7774 defundef = arg[2]
7775 mac1 = arg[3]
7776 } else {
7777 defundef = substr(arg[1], 2)
7778 mac1 = arg[2]
7780 split(mac1, mac2, "(") #)
7781 macro = mac2[1]
7782 prefix = substr(line, 1, index(line, defundef) - 1)
7783 if (D_is_set[macro]) {
7784 # Preserve the white space surrounding the "#".
7785 print prefix "define", macro P[macro] D[macro]
7786 next
7787 } else {
7788 # Replace #undef with comments. This is necessary, for example,
7789 # in the case of _POSIX_SOURCE, which is predefined and required
7790 # on some systems where configure will not decide to define it.
7791 if (defundef == "undef") {
7792 print "/*", prefix defundef, macro, "*/"
7793 next
7797 { print }
7798 _ACAWK
7799 _ACEOF
7800 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7801 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
7802 fi # test -n "$CONFIG_HEADERS"
7805 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7806 shift
7807 for ac_tag
7809 case $ac_tag in
7810 :[FHLC]) ac_mode=$ac_tag; continue;;
7811 esac
7812 case $ac_mode$ac_tag in
7813 :[FHL]*:*);;
7814 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7815 :[FH]-) ac_tag=-:-;;
7816 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7817 esac
7818 ac_save_IFS=$IFS
7819 IFS=:
7820 set x $ac_tag
7821 IFS=$ac_save_IFS
7822 shift
7823 ac_file=$1
7824 shift
7826 case $ac_mode in
7827 :L) ac_source=$1;;
7828 :[FH])
7829 ac_file_inputs=
7830 for ac_f
7832 case $ac_f in
7833 -) ac_f="$ac_tmp/stdin";;
7834 *) # Look for the file first in the build tree, then in the source tree
7835 # (if the path is not absolute). The absolute path cannot be DOS-style,
7836 # because $ac_f cannot contain `:'.
7837 test -f "$ac_f" ||
7838 case $ac_f in
7839 [\\/$]*) false;;
7840 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7841 esac ||
7842 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7843 esac
7844 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7845 as_fn_append ac_file_inputs " '$ac_f'"
7846 done
7848 # Let's still pretend it is `configure' which instantiates (i.e., don't
7849 # use $as_me), people would be surprised to read:
7850 # /* config.h. Generated by config.status. */
7851 configure_input='Generated from '`
7852 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7853 `' by configure.'
7854 if test x"$ac_file" != x-; then
7855 configure_input="$ac_file. $configure_input"
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7857 $as_echo "$as_me: creating $ac_file" >&6;}
7859 # Neutralize special characters interpreted by sed in replacement strings.
7860 case $configure_input in #(
7861 *\&* | *\|* | *\\* )
7862 ac_sed_conf_input=`$as_echo "$configure_input" |
7863 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7864 *) ac_sed_conf_input=$configure_input;;
7865 esac
7867 case $ac_tag in
7868 *:-:* | *:-) cat >"$ac_tmp/stdin" \
7869 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7870 esac
7872 esac
7874 ac_dir=`$as_dirname -- "$ac_file" ||
7875 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7876 X"$ac_file" : 'X\(//\)[^/]' \| \
7877 X"$ac_file" : 'X\(//\)$' \| \
7878 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7879 $as_echo X"$ac_file" |
7880 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7881 s//\1/
7884 /^X\(\/\/\)[^/].*/{
7885 s//\1/
7888 /^X\(\/\/\)$/{
7889 s//\1/
7892 /^X\(\/\).*/{
7893 s//\1/
7896 s/.*/./; q'`
7897 as_dir="$ac_dir"; as_fn_mkdir_p
7898 ac_builddir=.
7900 case "$ac_dir" in
7901 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7903 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7904 # A ".." for each directory in $ac_dir_suffix.
7905 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7906 case $ac_top_builddir_sub in
7907 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7908 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7909 esac ;;
7910 esac
7911 ac_abs_top_builddir=$ac_pwd
7912 ac_abs_builddir=$ac_pwd$ac_dir_suffix
7913 # for backward compatibility:
7914 ac_top_builddir=$ac_top_build_prefix
7916 case $srcdir in
7917 .) # We are building in place.
7918 ac_srcdir=.
7919 ac_top_srcdir=$ac_top_builddir_sub
7920 ac_abs_top_srcdir=$ac_pwd ;;
7921 [\\/]* | ?:[\\/]* ) # Absolute name.
7922 ac_srcdir=$srcdir$ac_dir_suffix;
7923 ac_top_srcdir=$srcdir
7924 ac_abs_top_srcdir=$srcdir ;;
7925 *) # Relative name.
7926 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7927 ac_top_srcdir=$ac_top_build_prefix$srcdir
7928 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7929 esac
7930 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7933 case $ac_mode in
7936 # CONFIG_FILE
7939 case $INSTALL in
7940 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7941 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7942 esac
7943 _ACEOF
7945 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7946 # If the template does not know about datarootdir, expand it.
7947 # FIXME: This hack should be removed a few years after 2.60.
7948 ac_datarootdir_hack=; ac_datarootdir_seen=
7949 ac_sed_dataroot='
7950 /datarootdir/ {
7954 /@datadir@/p
7955 /@docdir@/p
7956 /@infodir@/p
7957 /@localedir@/p
7958 /@mandir@/p'
7959 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7960 *datarootdir*) ac_datarootdir_seen=yes;;
7961 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7963 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7964 _ACEOF
7965 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7966 ac_datarootdir_hack='
7967 s&@datadir@&$datadir&g
7968 s&@docdir@&$docdir&g
7969 s&@infodir@&$infodir&g
7970 s&@localedir@&$localedir&g
7971 s&@mandir@&$mandir&g
7972 s&\\\${datarootdir}&$datarootdir&g' ;;
7973 esac
7974 _ACEOF
7976 # Neutralize VPATH when `$srcdir' = `.'.
7977 # Shell code in configure.ac might set extrasub.
7978 # FIXME: do we really want to maintain this feature?
7979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7980 ac_sed_extra="$ac_vpsub
7981 $extrasub
7982 _ACEOF
7983 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7985 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7986 s|@configure_input@|$ac_sed_conf_input|;t t
7987 s&@top_builddir@&$ac_top_builddir_sub&;t t
7988 s&@top_build_prefix@&$ac_top_build_prefix&;t t
7989 s&@srcdir@&$ac_srcdir&;t t
7990 s&@abs_srcdir@&$ac_abs_srcdir&;t t
7991 s&@top_srcdir@&$ac_top_srcdir&;t t
7992 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7993 s&@builddir@&$ac_builddir&;t t
7994 s&@abs_builddir@&$ac_abs_builddir&;t t
7995 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7996 s&@INSTALL@&$ac_INSTALL&;t t
7997 $ac_datarootdir_hack
7999 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8000 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8002 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8003 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8004 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8005 "$ac_tmp/out"`; test -z "$ac_out"; } &&
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8007 which seems to be undefined. Please make sure it is defined" >&5
8008 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8009 which seems to be undefined. Please make sure it is defined" >&2;}
8011 rm -f "$ac_tmp/stdin"
8012 case $ac_file in
8013 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8014 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8015 esac \
8016 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8020 # CONFIG_HEADER
8022 if test x"$ac_file" != x-; then
8024 $as_echo "/* $configure_input */" \
8025 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8026 } >"$ac_tmp/config.h" \
8027 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8028 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8030 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8031 else
8032 rm -f "$ac_file"
8033 mv "$ac_tmp/config.h" "$ac_file" \
8034 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8036 else
8037 $as_echo "/* $configure_input */" \
8038 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8039 || as_fn_error $? "could not create -" "$LINENO" 5
8043 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8044 $as_echo "$as_me: executing $ac_file commands" >&6;}
8046 esac
8049 case $ac_file$ac_mode in
8050 "default":C)
8051 case $CONFIG_FILES in *config.make*)
8052 echo "$config_vars" >> config.make;;
8053 esac
8054 test -d bits || mkdir bits ;;
8056 esac
8057 done # for ac_tag
8060 as_fn_exit 0
8061 _ACEOF
8062 ac_clean_files=$ac_clean_files_save
8064 test $ac_write_fail = 0 ||
8065 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8068 # configure is writing to config.log, and then calls config.status.
8069 # config.status does its own redirection, appending to config.log.
8070 # Unfortunately, on DOS this fails, as config.log is still kept open
8071 # by configure, so config.status won't be able to write to it; its
8072 # output is simply discarded. So we exec the FD to /dev/null,
8073 # effectively closing config.log, so it can be properly (re)opened and
8074 # appended to by config.status. When coming back to configure, we
8075 # need to make the FD available again.
8076 if test "$no_create" != yes; then
8077 ac_cs_success=:
8078 ac_config_status_args=
8079 test "$silent" = yes &&
8080 ac_config_status_args="$ac_config_status_args --quiet"
8081 exec 5>/dev/null
8082 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8083 exec 5>>config.log
8084 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8085 # would make configure fail if this is the last instruction.
8086 $ac_cs_success || as_fn_exit 1
8090 # CONFIG_SUBDIRS section.
8092 if test "$no_recursion" != yes; then
8094 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
8095 # so they do not pile up.
8096 ac_sub_configure_args=
8097 ac_prev=
8098 eval "set x $ac_configure_args"
8099 shift
8100 for ac_arg
8102 if test -n "$ac_prev"; then
8103 ac_prev=
8104 continue
8106 case $ac_arg in
8107 -cache-file | --cache-file | --cache-fil | --cache-fi \
8108 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8109 ac_prev=cache_file ;;
8110 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8111 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
8112 | --c=*)
8114 --config-cache | -C)
8116 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8117 ac_prev=srcdir ;;
8118 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8120 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
8121 ac_prev=prefix ;;
8122 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
8124 --disable-option-checking)
8127 case $ac_arg in
8128 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8129 esac
8130 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
8131 esac
8132 done
8134 # Always prepend --prefix to ensure using the same prefix
8135 # in subdir configurations.
8136 ac_arg="--prefix=$prefix"
8137 case $ac_arg in
8138 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8139 esac
8140 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
8142 # Pass --silent
8143 if test "$silent" = yes; then
8144 ac_sub_configure_args="--silent $ac_sub_configure_args"
8147 # Always prepend --disable-option-checking to silence warnings, since
8148 # different subdirs can have different --enable and --with options.
8149 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
8151 ac_popdir=`pwd`
8152 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
8154 # Do not complain, so a configure script can configure whichever
8155 # parts of a large source tree are present.
8156 test -d "$srcdir/$ac_dir" || continue
8158 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
8159 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
8160 $as_echo "$ac_msg" >&6
8161 as_dir="$ac_dir"; as_fn_mkdir_p
8162 ac_builddir=.
8164 case "$ac_dir" in
8165 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8167 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8168 # A ".." for each directory in $ac_dir_suffix.
8169 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8170 case $ac_top_builddir_sub in
8171 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8172 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8173 esac ;;
8174 esac
8175 ac_abs_top_builddir=$ac_pwd
8176 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8177 # for backward compatibility:
8178 ac_top_builddir=$ac_top_build_prefix
8180 case $srcdir in
8181 .) # We are building in place.
8182 ac_srcdir=.
8183 ac_top_srcdir=$ac_top_builddir_sub
8184 ac_abs_top_srcdir=$ac_pwd ;;
8185 [\\/]* | ?:[\\/]* ) # Absolute name.
8186 ac_srcdir=$srcdir$ac_dir_suffix;
8187 ac_top_srcdir=$srcdir
8188 ac_abs_top_srcdir=$srcdir ;;
8189 *) # Relative name.
8190 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8191 ac_top_srcdir=$ac_top_build_prefix$srcdir
8192 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8193 esac
8194 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8197 cd "$ac_dir"
8199 # Check for guested configure; otherwise get Cygnus style configure.
8200 if test -f "$ac_srcdir/configure.gnu"; then
8201 ac_sub_configure=$ac_srcdir/configure.gnu
8202 elif test -f "$ac_srcdir/configure"; then
8203 ac_sub_configure=$ac_srcdir/configure
8204 elif test -f "$ac_srcdir/configure.in"; then
8205 # This should be Cygnus configure.
8206 ac_sub_configure=$ac_aux_dir/configure
8207 else
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
8209 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
8210 ac_sub_configure=
8213 # The recursion is here.
8214 if test -n "$ac_sub_configure"; then
8215 # Make the cache file name correct relative to the subdirectory.
8216 case $cache_file in
8217 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
8218 *) # Relative name.
8219 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
8220 esac
8222 { $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
8223 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
8224 # The eval makes quoting arguments work.
8225 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
8226 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
8227 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8230 cd "$ac_popdir"
8231 done
8233 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8235 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}