Regenerate configure.
[glibc.git] / configure
blob00dc638388b45b7dfd4a77a85a8780cbc1f888a2
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 <https://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: https://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='https://sourceware.org/bugzilla/'
585 PACKAGE_URL='https://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 pthread_in_libc
592 RELEASE
593 VERSION
594 mach_interface_list
595 DEFINES
596 static_nss
597 profile
598 libc_cv_multidir
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_has_glob_dat
625 libc_cv_hashstyle
626 libc_cv_fpie
627 libc_cv_z_execstack
628 libc_cv_z_combreloc
629 ASFLAGS_config
630 libc_cv_cc_with_libunwind
631 libc_cv_insert
632 libc_cv_protected_data
633 INSTALL_INFO
634 PERL
635 BASH_SHELL
636 CXX_BITS_STD_ABS_H
637 CXX_CMATH_HEADER
638 CXX_CSTDLIB_HEADER
639 CXX_SYSINCLUDES
640 SYSINCLUDES
641 PYTHON
642 PYTHON_PROG
643 AUTOCONF
645 BISON
648 MAKEINFO
649 MSGFMT
650 MAKE
653 GPROF
654 OBJCOPY
655 OBJDUMP
657 LN_S
658 INSTALL_DATA
659 INSTALL_SCRIPT
660 INSTALL_PROGRAM
661 sysnames
662 submachine
663 multi_arch
664 libc_cv_textrel_ifunc
665 no_stack_protector
666 stack_protector
667 libc_cv_ssp
668 libc_cv_with_fp
669 base_machine
670 have_tunables
671 build_pt_chown
672 build_nscd
673 libc_cv_static_nss_crypt
674 libc_cv_nss_crypt
675 build_crypt
676 memory_tagging
677 experimental_malloc
678 enable_werror
679 all_warnings
680 force_install
681 bindnow
682 hardcoded_path_in_tests
683 enable_timezone_tools
684 rtld_early_cflags
685 extra_nonshared_cflags
686 use_default_link
687 sysheaders
688 ac_ct_CXX
689 CXXFLAGS
691 READELF
693 cross_compiling
694 BUILD_CC
695 OBJEXT
696 ac_ct_CC
697 CPPFLAGS
698 LDFLAGS
699 CFLAGS
701 host_os
702 host_vendor
703 host_cpu
704 host
705 build_os
706 build_vendor
707 build_cpu
708 build
709 subdirs
710 REPORT_BUGS_TEXI
711 REPORT_BUGS_TO
712 PKGVERSION_TEXI
713 PKGVERSION
714 target_alias
715 host_alias
716 build_alias
717 LIBS
718 ECHO_T
719 ECHO_N
720 ECHO_C
721 DEFS
722 mandir
723 localedir
724 libdir
725 psdir
726 pdfdir
727 dvidir
728 htmldir
729 infodir
730 docdir
731 oldincludedir
732 includedir
733 runstatedir
734 localstatedir
735 sharedstatedir
736 sysconfdir
737 datadir
738 datarootdir
739 libexecdir
740 sbindir
741 bindir
742 program_transform_name
743 prefix
744 exec_prefix
745 PACKAGE_URL
746 PACKAGE_BUGREPORT
747 PACKAGE_STRING
748 PACKAGE_VERSION
749 PACKAGE_TARNAME
750 PACKAGE_NAME
751 PATH_SEPARATOR
752 SHELL'
753 ac_subst_files=''
754 ac_user_opts='
755 enable_option_checking
756 with_pkgversion
757 with_bugurl
758 with_gd
759 with_gd_include
760 with_gd_lib
761 with_binutils
762 with_selinux
763 with_headers
764 with_default_link
765 with_nonshared_cflags
766 with_rtld_early_cflags
767 with_timeoutfactor
768 enable_sanity_checks
769 enable_shared
770 enable_profile
771 enable_default_pie
772 enable_timezone_tools
773 enable_hardcoded_path_in_tests
774 enable_hidden_plt
775 enable_bind_now
776 enable_stack_protector
777 enable_static_nss
778 enable_force_install
779 enable_maintainer_mode
780 enable_kernel
781 enable_all_warnings
782 enable_werror
783 enable_multi_arch
784 enable_experimental_malloc
785 enable_memory_tagging
786 enable_crypt
787 enable_nss_crypt
788 enable_systemtap
789 enable_build_nscd
790 enable_nscd
791 enable_pt_chown
792 enable_tunables
793 enable_mathvec
794 enable_cet
795 enable_scv
796 with_cpu
798 ac_precious_vars='build_alias
799 host_alias
800 target_alias
802 CFLAGS
803 LDFLAGS
804 LIBS
805 CPPFLAGS
808 CXXFLAGS
809 CCC'
810 ac_subdirs_all=''
812 # Initialize some variables set by options.
813 ac_init_help=
814 ac_init_version=false
815 ac_unrecognized_opts=
816 ac_unrecognized_sep=
817 # The variables have the same names as the options, with
818 # dashes changed to underlines.
819 cache_file=/dev/null
820 exec_prefix=NONE
821 no_create=
822 no_recursion=
823 prefix=NONE
824 program_prefix=NONE
825 program_suffix=NONE
826 program_transform_name=s,x,x,
827 silent=
828 site=
829 srcdir=
830 verbose=
831 x_includes=NONE
832 x_libraries=NONE
834 # Installation directory options.
835 # These are left unexpanded so users can "make install exec_prefix=/foo"
836 # and all the variables that are supposed to be based on exec_prefix
837 # by default will actually change.
838 # Use braces instead of parens because sh, perl, etc. also accept them.
839 # (The list follows the same order as the GNU Coding Standards.)
840 bindir='${exec_prefix}/bin'
841 sbindir='${exec_prefix}/sbin'
842 libexecdir='${exec_prefix}/libexec'
843 datarootdir='${prefix}/share'
844 datadir='${datarootdir}'
845 sysconfdir='${prefix}/etc'
846 sharedstatedir='${prefix}/com'
847 localstatedir='${prefix}/var'
848 runstatedir='${localstatedir}/run'
849 includedir='${prefix}/include'
850 oldincludedir='/usr/include'
851 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
852 infodir='${datarootdir}/info'
853 htmldir='${docdir}'
854 dvidir='${docdir}'
855 pdfdir='${docdir}'
856 psdir='${docdir}'
857 libdir='${exec_prefix}/lib'
858 localedir='${datarootdir}/locale'
859 mandir='${datarootdir}/man'
861 ac_prev=
862 ac_dashdash=
863 for ac_option
865 # If the previous option needs an argument, assign it.
866 if test -n "$ac_prev"; then
867 eval $ac_prev=\$ac_option
868 ac_prev=
869 continue
872 case $ac_option in
873 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
874 *=) ac_optarg= ;;
875 *) ac_optarg=yes ;;
876 esac
878 # Accept the important Cygnus configure options, so we can diagnose typos.
880 case $ac_dashdash$ac_option in
882 ac_dashdash=yes ;;
884 -bindir | --bindir | --bindi | --bind | --bin | --bi)
885 ac_prev=bindir ;;
886 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
887 bindir=$ac_optarg ;;
889 -build | --build | --buil | --bui | --bu)
890 ac_prev=build_alias ;;
891 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
892 build_alias=$ac_optarg ;;
894 -cache-file | --cache-file | --cache-fil | --cache-fi \
895 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
896 ac_prev=cache_file ;;
897 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
898 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
899 cache_file=$ac_optarg ;;
901 --config-cache | -C)
902 cache_file=config.cache ;;
904 -datadir | --datadir | --datadi | --datad)
905 ac_prev=datadir ;;
906 -datadir=* | --datadir=* | --datadi=* | --datad=*)
907 datadir=$ac_optarg ;;
909 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
910 | --dataroo | --dataro | --datar)
911 ac_prev=datarootdir ;;
912 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
913 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
914 datarootdir=$ac_optarg ;;
916 -disable-* | --disable-*)
917 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
918 # Reject names that are not valid shell variable names.
919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
920 as_fn_error $? "invalid feature name: $ac_useropt"
921 ac_useropt_orig=$ac_useropt
922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 case $ac_user_opts in
925 "enable_$ac_useropt"
926 "*) ;;
927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
928 ac_unrecognized_sep=', ';;
929 esac
930 eval enable_$ac_useropt=no ;;
932 -docdir | --docdir | --docdi | --doc | --do)
933 ac_prev=docdir ;;
934 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
935 docdir=$ac_optarg ;;
937 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
938 ac_prev=dvidir ;;
939 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
940 dvidir=$ac_optarg ;;
942 -enable-* | --enable-*)
943 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
944 # Reject names that are not valid shell variable names.
945 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
946 as_fn_error $? "invalid feature name: $ac_useropt"
947 ac_useropt_orig=$ac_useropt
948 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
949 case $ac_user_opts in
951 "enable_$ac_useropt"
952 "*) ;;
953 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
954 ac_unrecognized_sep=', ';;
955 esac
956 eval enable_$ac_useropt=\$ac_optarg ;;
958 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
959 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
960 | --exec | --exe | --ex)
961 ac_prev=exec_prefix ;;
962 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
963 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
964 | --exec=* | --exe=* | --ex=*)
965 exec_prefix=$ac_optarg ;;
967 -gas | --gas | --ga | --g)
968 # Obsolete; use --with-gas.
969 with_gas=yes ;;
971 -help | --help | --hel | --he | -h)
972 ac_init_help=long ;;
973 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
974 ac_init_help=recursive ;;
975 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
976 ac_init_help=short ;;
978 -host | --host | --hos | --ho)
979 ac_prev=host_alias ;;
980 -host=* | --host=* | --hos=* | --ho=*)
981 host_alias=$ac_optarg ;;
983 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
984 ac_prev=htmldir ;;
985 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
986 | --ht=*)
987 htmldir=$ac_optarg ;;
989 -includedir | --includedir | --includedi | --included | --include \
990 | --includ | --inclu | --incl | --inc)
991 ac_prev=includedir ;;
992 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
993 | --includ=* | --inclu=* | --incl=* | --inc=*)
994 includedir=$ac_optarg ;;
996 -infodir | --infodir | --infodi | --infod | --info | --inf)
997 ac_prev=infodir ;;
998 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
999 infodir=$ac_optarg ;;
1001 -libdir | --libdir | --libdi | --libd)
1002 ac_prev=libdir ;;
1003 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1004 libdir=$ac_optarg ;;
1006 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1007 | --libexe | --libex | --libe)
1008 ac_prev=libexecdir ;;
1009 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1010 | --libexe=* | --libex=* | --libe=*)
1011 libexecdir=$ac_optarg ;;
1013 -localedir | --localedir | --localedi | --localed | --locale)
1014 ac_prev=localedir ;;
1015 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1016 localedir=$ac_optarg ;;
1018 -localstatedir | --localstatedir | --localstatedi | --localstated \
1019 | --localstate | --localstat | --localsta | --localst | --locals)
1020 ac_prev=localstatedir ;;
1021 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1022 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1023 localstatedir=$ac_optarg ;;
1025 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1026 ac_prev=mandir ;;
1027 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1028 mandir=$ac_optarg ;;
1030 -nfp | --nfp | --nf)
1031 # Obsolete; use --without-fp.
1032 with_fp=no ;;
1034 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1035 | --no-cr | --no-c | -n)
1036 no_create=yes ;;
1038 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1039 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1040 no_recursion=yes ;;
1042 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1043 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1044 | --oldin | --oldi | --old | --ol | --o)
1045 ac_prev=oldincludedir ;;
1046 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1047 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1048 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1049 oldincludedir=$ac_optarg ;;
1051 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1052 ac_prev=prefix ;;
1053 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1054 prefix=$ac_optarg ;;
1056 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1057 | --program-pre | --program-pr | --program-p)
1058 ac_prev=program_prefix ;;
1059 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1060 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1061 program_prefix=$ac_optarg ;;
1063 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1064 | --program-suf | --program-su | --program-s)
1065 ac_prev=program_suffix ;;
1066 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1067 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1068 program_suffix=$ac_optarg ;;
1070 -program-transform-name | --program-transform-name \
1071 | --program-transform-nam | --program-transform-na \
1072 | --program-transform-n | --program-transform- \
1073 | --program-transform | --program-transfor \
1074 | --program-transfo | --program-transf \
1075 | --program-trans | --program-tran \
1076 | --progr-tra | --program-tr | --program-t)
1077 ac_prev=program_transform_name ;;
1078 -program-transform-name=* | --program-transform-name=* \
1079 | --program-transform-nam=* | --program-transform-na=* \
1080 | --program-transform-n=* | --program-transform-=* \
1081 | --program-transform=* | --program-transfor=* \
1082 | --program-transfo=* | --program-transf=* \
1083 | --program-trans=* | --program-tran=* \
1084 | --progr-tra=* | --program-tr=* | --program-t=*)
1085 program_transform_name=$ac_optarg ;;
1087 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1088 ac_prev=pdfdir ;;
1089 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1090 pdfdir=$ac_optarg ;;
1092 -psdir | --psdir | --psdi | --psd | --ps)
1093 ac_prev=psdir ;;
1094 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1095 psdir=$ac_optarg ;;
1097 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1098 | -silent | --silent | --silen | --sile | --sil)
1099 silent=yes ;;
1101 -runstatedir | --runstatedir | --runstatedi | --runstated \
1102 | --runstate | --runstat | --runsta | --runst | --runs \
1103 | --run | --ru | --r)
1104 ac_prev=runstatedir ;;
1105 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1106 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1107 | --run=* | --ru=* | --r=*)
1108 runstatedir=$ac_optarg ;;
1110 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1111 ac_prev=sbindir ;;
1112 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1113 | --sbi=* | --sb=*)
1114 sbindir=$ac_optarg ;;
1116 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1117 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1118 | --sharedst | --shareds | --shared | --share | --shar \
1119 | --sha | --sh)
1120 ac_prev=sharedstatedir ;;
1121 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1122 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1123 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1124 | --sha=* | --sh=*)
1125 sharedstatedir=$ac_optarg ;;
1127 -site | --site | --sit)
1128 ac_prev=site ;;
1129 -site=* | --site=* | --sit=*)
1130 site=$ac_optarg ;;
1132 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1133 ac_prev=srcdir ;;
1134 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1135 srcdir=$ac_optarg ;;
1137 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1138 | --syscon | --sysco | --sysc | --sys | --sy)
1139 ac_prev=sysconfdir ;;
1140 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1141 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1142 sysconfdir=$ac_optarg ;;
1144 -target | --target | --targe | --targ | --tar | --ta | --t)
1145 ac_prev=target_alias ;;
1146 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1147 target_alias=$ac_optarg ;;
1149 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1150 verbose=yes ;;
1152 -version | --version | --versio | --versi | --vers | -V)
1153 ac_init_version=: ;;
1155 -with-* | --with-*)
1156 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1157 # Reject names that are not valid shell variable names.
1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1159 as_fn_error $? "invalid package name: $ac_useropt"
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1164 "with_$ac_useropt"
1165 "*) ;;
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
1168 esac
1169 eval with_$ac_useropt=\$ac_optarg ;;
1171 -without-* | --without-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error $? "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=no ;;
1187 --x)
1188 # Obsolete; use --with-x.
1189 with_x=yes ;;
1191 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1192 | --x-incl | --x-inc | --x-in | --x-i)
1193 ac_prev=x_includes ;;
1194 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1195 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1196 x_includes=$ac_optarg ;;
1198 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1199 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1200 ac_prev=x_libraries ;;
1201 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1202 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1203 x_libraries=$ac_optarg ;;
1205 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1206 Try \`$0 --help' for more information"
1209 *=*)
1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211 # Reject names that are not valid shell variable names.
1212 case $ac_envvar in #(
1213 '' | [0-9]* | *[!_$as_cr_alnum]* )
1214 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1215 esac
1216 eval $ac_envvar=\$ac_optarg
1217 export $ac_envvar ;;
1220 # FIXME: should be removed in autoconf 3.0.
1221 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1222 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1223 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1224 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1227 esac
1228 done
1230 if test -n "$ac_prev"; then
1231 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1232 as_fn_error $? "missing argument to $ac_option"
1235 if test -n "$ac_unrecognized_opts"; then
1236 case $enable_option_checking in
1237 no) ;;
1238 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1239 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1240 esac
1243 # Check all directory arguments for consistency.
1244 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1245 datadir sysconfdir sharedstatedir localstatedir includedir \
1246 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1247 libdir localedir mandir runstatedir
1249 eval ac_val=\$$ac_var
1250 # Remove trailing slashes.
1251 case $ac_val in
1252 */ )
1253 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1254 eval $ac_var=\$ac_val;;
1255 esac
1256 # Be sure to have absolute directory names.
1257 case $ac_val in
1258 [\\/$]* | ?:[\\/]* ) continue;;
1259 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1260 esac
1261 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1262 done
1264 # There might be people who depend on the old broken behavior: `$host'
1265 # used to hold the argument of --host etc.
1266 # FIXME: To remove some day.
1267 build=$build_alias
1268 host=$host_alias
1269 target=$target_alias
1271 # FIXME: To remove some day.
1272 if test "x$host_alias" != x; then
1273 if test "x$build_alias" = x; then
1274 cross_compiling=maybe
1275 elif test "x$build_alias" != "x$host_alias"; then
1276 cross_compiling=yes
1280 ac_tool_prefix=
1281 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1283 test "$silent" = yes && exec 6>/dev/null
1286 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1287 ac_ls_di=`ls -di .` &&
1288 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1289 as_fn_error $? "working directory cannot be determined"
1290 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1291 as_fn_error $? "pwd does not report name of working directory"
1294 # Find the source files, if location was not specified.
1295 if test -z "$srcdir"; then
1296 ac_srcdir_defaulted=yes
1297 # Try the directory containing this script, then the parent directory.
1298 ac_confdir=`$as_dirname -- "$as_myself" ||
1299 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1300 X"$as_myself" : 'X\(//\)[^/]' \| \
1301 X"$as_myself" : 'X\(//\)$' \| \
1302 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1303 $as_echo X"$as_myself" |
1304 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1305 s//\1/
1308 /^X\(\/\/\)[^/].*/{
1309 s//\1/
1312 /^X\(\/\/\)$/{
1313 s//\1/
1316 /^X\(\/\).*/{
1317 s//\1/
1320 s/.*/./; q'`
1321 srcdir=$ac_confdir
1322 if test ! -r "$srcdir/$ac_unique_file"; then
1323 srcdir=..
1325 else
1326 ac_srcdir_defaulted=no
1328 if test ! -r "$srcdir/$ac_unique_file"; then
1329 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1330 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1332 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1333 ac_abs_confdir=`(
1334 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1335 pwd)`
1336 # When building in place, set srcdir=.
1337 if test "$ac_abs_confdir" = "$ac_pwd"; then
1338 srcdir=.
1340 # Remove unnecessary trailing slashes from srcdir.
1341 # Double slashes in file names in object file debugging info
1342 # mess up M-x gdb in Emacs.
1343 case $srcdir in
1344 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1345 esac
1346 for ac_var in $ac_precious_vars; do
1347 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1348 eval ac_env_${ac_var}_value=\$${ac_var}
1349 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1350 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1351 done
1354 # Report the --help message.
1356 if test "$ac_init_help" = "long"; then
1357 # Omit some internal or obsolete options to make the list less imposing.
1358 # This message is too long to be a string in the A/UX 3.1 sh.
1359 cat <<_ACEOF
1360 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1362 Usage: $0 [OPTION]... [VAR=VALUE]...
1364 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1365 VAR=VALUE. See below for descriptions of some of the useful variables.
1367 Defaults for the options are specified in brackets.
1369 Configuration:
1370 -h, --help display this help and exit
1371 --help=short display options specific to this package
1372 --help=recursive display the short help of all the included packages
1373 -V, --version display version information and exit
1374 -q, --quiet, --silent do not print \`checking ...' messages
1375 --cache-file=FILE cache test results in FILE [disabled]
1376 -C, --config-cache alias for \`--cache-file=config.cache'
1377 -n, --no-create do not create output files
1378 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1380 Installation directories:
1381 --prefix=PREFIX install architecture-independent files in PREFIX
1382 [$ac_default_prefix]
1383 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1384 [PREFIX]
1386 By default, \`make install' will install all the files in
1387 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1388 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1389 for instance \`--prefix=\$HOME'.
1391 For better control, use the options below.
1393 Fine tuning of the installation directories:
1394 --bindir=DIR user executables [EPREFIX/bin]
1395 --sbindir=DIR system admin executables [EPREFIX/sbin]
1396 --libexecdir=DIR program executables [EPREFIX/libexec]
1397 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1398 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1399 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1400 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1401 --libdir=DIR object code libraries [EPREFIX/lib]
1402 --includedir=DIR C header files [PREFIX/include]
1403 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1404 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1405 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1406 --infodir=DIR info documentation [DATAROOTDIR/info]
1407 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1408 --mandir=DIR man documentation [DATAROOTDIR/man]
1409 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1410 --htmldir=DIR html documentation [DOCDIR]
1411 --dvidir=DIR dvi documentation [DOCDIR]
1412 --pdfdir=DIR pdf documentation [DOCDIR]
1413 --psdir=DIR ps documentation [DOCDIR]
1414 _ACEOF
1416 cat <<\_ACEOF
1418 System types:
1419 --build=BUILD configure for building on BUILD [guessed]
1420 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1421 _ACEOF
1424 if test -n "$ac_init_help"; then
1425 case $ac_init_help in
1426 short | recursive ) echo "Configuration of GNU C Library (see version.h):";;
1427 esac
1428 cat <<\_ACEOF
1430 Optional Features:
1431 --disable-option-checking ignore unrecognized --enable/--with options
1432 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1433 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1434 --disable-sanity-checks really do not use threads (should not be used except
1435 in special situations) [default=yes]
1436 --enable-shared build shared library [default=yes if GNU ld]
1437 --enable-profile build profiled library [default=no]
1438 --disable-default-pie Do not build glibc programs and the testsuite as PIE
1439 [default=no]
1440 --disable-timezone-tools
1441 do not install timezone tools [default=install]
1442 --enable-hardcoded-path-in-tests
1443 hardcode newly built glibc path in tests
1444 [default=no]
1445 --disable-hidden-plt do not hide internal function calls to avoid PLT
1446 --enable-bind-now disable lazy relocations in DSOs
1447 --enable-stack-protector=[yes|no|all|strong]
1448 Use -fstack-protector[-all|-strong] to detect glibc
1449 buffer overflows
1450 --enable-static-nss build static NSS modules [default=no]
1451 --disable-force-install don't force installation of files from this package,
1452 even if they are older than the installed files
1453 --enable-maintainer-mode
1454 enable make rules and dependencies not useful (and
1455 sometimes confusing) to the casual installer
1456 --enable-kernel=VERSION compile for compatibility with kernel not older than
1457 VERSION
1458 --enable-all-warnings enable all useful warnings gcc can issue
1459 --disable-werror do not build with -Werror
1460 --enable-multi-arch enable single DSO with optimizations for multiple
1461 architectures
1462 --disable-experimental-malloc
1463 disable experimental malloc features
1464 --enable-memory-tagging enable memory tagging if supported by the
1465 architecture [default=no]
1466 --disable-crypt do not build nor install the passphrase hashing
1467 library, libcrypt
1468 --enable-nss-crypt enable libcrypt to use nss
1469 --enable-systemtap enable systemtap static probe points [default=no]
1470 --disable-build-nscd disable building and installing the nscd daemon
1471 --disable-nscd library functions will not contact the nscd daemon
1472 --enable-pt_chown Enable building and installing pt_chown
1473 --enable-tunables Enable tunables support. Known values are 'yes',
1474 'no' and 'valstring'
1475 --enable-mathvec Enable building and installing mathvec [default
1476 depends on architecture]
1477 --enable-cet enable Intel Control-flow Enforcement Technology
1478 (CET), x86 only
1479 --disable-scv syscalls will not use scv instruction, even if the
1480 kernel supports it, powerpc only
1482 Optional Packages:
1483 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1484 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1485 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1486 --with-bugurl=URL Direct users to URL to report a bug
1487 --with-gd=DIR find libgd include dir and library with prefix DIR
1488 --with-gd-include=DIR find libgd include files in DIR
1489 --with-gd-lib=DIR find libgd library files in DIR
1490 --with-binutils=PATH specify location of binutils (as and ld)
1491 --with-selinux if building with SELinux support
1492 --with-headers=PATH location of system headers to use (for example
1493 /usr/src/linux/include) [default=compiler default]
1494 --with-default-link do not use explicit linker scripts
1495 --with-nonshared-cflags=CFLAGS
1496 build nonshared libraries with additional CFLAGS
1497 --with-rtld-early-cflags=CFLAGS
1498 build early initialization with additional CFLAGS
1499 --with-timeoutfactor=NUM
1500 specify an integer to scale the timeout
1501 --with-cpu=CPU select code for CPU variant
1503 Some influential environment variables:
1504 CC C compiler command
1505 CFLAGS C compiler flags
1506 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1507 nonstandard directory <lib dir>
1508 LIBS libraries to pass to the linker, e.g. -l<library>
1509 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1510 you have headers in a nonstandard directory <include dir>
1511 CPP C preprocessor
1512 CXX C++ compiler command
1513 CXXFLAGS C++ compiler flags
1515 Use these variables to override the choices made by `configure' or to help
1516 it to find libraries and programs with nonstandard names/locations.
1518 Report bugs to <https://sourceware.org/bugzilla/>.
1519 GNU C Library home page: <https://www.gnu.org/software/glibc/>.
1520 General help using GNU software: <http://www.gnu.org/gethelp/>.
1521 _ACEOF
1522 ac_status=$?
1525 if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
1527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
1531 ac_builddir=.
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537 # A ".." for each directory in $ac_dir_suffix.
1538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1549 case $srcdir in
1550 .) # We are building in place.
1551 ac_srcdir=.
1552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
1555 ac_srcdir=$srcdir$ac_dir_suffix;
1556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
1567 if test -f "$ac_srcdir/configure.gnu"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure" --help=recursive
1573 else
1574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
1577 done
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582 cat <<\_ACEOF
1583 GNU C Library configure (see version.h)
1584 generated by GNU Autoconf 2.69
1586 Copyright (C) 2012 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590 exit
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624 else
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1628 ac_retval=1
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631 as_fn_set_status $ac_retval
1633 } # ac_fn_c_try_compile
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_cxx_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1661 ac_retval=0
1662 else
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1666 ac_retval=1
1668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1669 as_fn_set_status $ac_retval
1671 } # ac_fn_cxx_try_compile
1673 # ac_fn_cxx_try_link LINENO
1674 # -------------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_cxx_try_link ()
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 rm -f conftest.$ac_objext conftest$ac_exeext
1680 if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_link") 2>conftest.err
1688 ac_status=$?
1689 if test -s conftest.err; then
1690 grep -v '^ *+' conftest.err >conftest.er1
1691 cat conftest.er1 >&5
1692 mv -f conftest.er1 conftest.err
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; } && {
1696 test -z "$ac_cxx_werror_flag" ||
1697 test ! -s conftest.err
1698 } && test -s conftest$ac_exeext && {
1699 test "$cross_compiling" = yes ||
1700 test -x conftest$ac_exeext
1701 }; then :
1702 ac_retval=0
1703 else
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1707 ac_retval=1
1709 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711 # interfere with the next link command; also delete a directory that is
1712 # left behind by Apple's compiler. We do this before executing the actions.
1713 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1715 as_fn_set_status $ac_retval
1717 } # ac_fn_cxx_try_link
1719 # ac_fn_c_try_link LINENO
1720 # -----------------------
1721 # Try to link conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_link ()
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 rm -f conftest.$ac_objext conftest$ac_exeext
1726 if { { ac_try="$ac_link"
1727 case "(($ac_try" in
1728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1729 *) ac_try_echo=$ac_try;;
1730 esac
1731 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1732 $as_echo "$ac_try_echo"; } >&5
1733 (eval "$ac_link") 2>conftest.err
1734 ac_status=$?
1735 if test -s conftest.err; then
1736 grep -v '^ *+' conftest.err >conftest.er1
1737 cat conftest.er1 >&5
1738 mv -f conftest.er1 conftest.err
1740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741 test $ac_status = 0; } && {
1742 test -z "$ac_c_werror_flag" ||
1743 test ! -s conftest.err
1744 } && test -s conftest$ac_exeext && {
1745 test "$cross_compiling" = yes ||
1746 test -x conftest$ac_exeext
1747 }; then :
1748 ac_retval=0
1749 else
1750 $as_echo "$as_me: failed program was:" >&5
1751 sed 's/^/| /' conftest.$ac_ext >&5
1753 ac_retval=1
1755 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1756 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1757 # interfere with the next link command; also delete a directory that is
1758 # left behind by Apple's compiler. We do this before executing the actions.
1759 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1760 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1761 as_fn_set_status $ac_retval
1763 } # ac_fn_c_try_link
1765 # ac_fn_c_try_cpp LINENO
1766 # ----------------------
1767 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1768 ac_fn_c_try_cpp ()
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 if { { ac_try="$ac_cpp conftest.$ac_ext"
1772 case "(($ac_try" in
1773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1774 *) ac_try_echo=$ac_try;;
1775 esac
1776 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1777 $as_echo "$ac_try_echo"; } >&5
1778 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1779 ac_status=$?
1780 if test -s conftest.err; then
1781 grep -v '^ *+' conftest.err >conftest.er1
1782 cat conftest.er1 >&5
1783 mv -f conftest.er1 conftest.err
1785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1786 test $ac_status = 0; } > conftest.i && {
1787 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1788 test ! -s conftest.err
1789 }; then :
1790 ac_retval=0
1791 else
1792 $as_echo "$as_me: failed program was:" >&5
1793 sed 's/^/| /' conftest.$ac_ext >&5
1795 ac_retval=1
1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1798 as_fn_set_status $ac_retval
1800 } # ac_fn_c_try_cpp
1801 cat >config.log <<_ACEOF
1802 This file contains any messages produced by compilers while
1803 running configure, to aid debugging if configure makes a mistake.
1805 It was created by GNU C Library $as_me (see version.h), which was
1806 generated by GNU Autoconf 2.69. Invocation command line was
1808 $ $0 $@
1810 _ACEOF
1811 exec 5>>config.log
1813 cat <<_ASUNAME
1814 ## --------- ##
1815 ## Platform. ##
1816 ## --------- ##
1818 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1819 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1820 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1821 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1822 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1824 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1825 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1827 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1828 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1829 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1830 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1831 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1832 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1833 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1835 _ASUNAME
1837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1838 for as_dir in $PATH
1840 IFS=$as_save_IFS
1841 test -z "$as_dir" && as_dir=.
1842 $as_echo "PATH: $as_dir"
1843 done
1844 IFS=$as_save_IFS
1846 } >&5
1848 cat >&5 <<_ACEOF
1851 ## ----------- ##
1852 ## Core tests. ##
1853 ## ----------- ##
1855 _ACEOF
1858 # Keep a trace of the command line.
1859 # Strip out --no-create and --no-recursion so they do not pile up.
1860 # Strip out --silent because we don't want to record it for future runs.
1861 # Also quote any args containing shell meta-characters.
1862 # Make two passes to allow for proper duplicate-argument suppression.
1863 ac_configure_args=
1864 ac_configure_args0=
1865 ac_configure_args1=
1866 ac_must_keep_next=false
1867 for ac_pass in 1 2
1869 for ac_arg
1871 case $ac_arg in
1872 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1873 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1874 | -silent | --silent | --silen | --sile | --sil)
1875 continue ;;
1876 *\'*)
1877 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1878 esac
1879 case $ac_pass in
1880 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1882 as_fn_append ac_configure_args1 " '$ac_arg'"
1883 if test $ac_must_keep_next = true; then
1884 ac_must_keep_next=false # Got value, back to normal.
1885 else
1886 case $ac_arg in
1887 *=* | --config-cache | -C | -disable-* | --disable-* \
1888 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1889 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1890 | -with-* | --with-* | -without-* | --without-* | --x)
1891 case "$ac_configure_args0 " in
1892 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1893 esac
1895 -* ) ac_must_keep_next=true ;;
1896 esac
1898 as_fn_append ac_configure_args " '$ac_arg'"
1900 esac
1901 done
1902 done
1903 { ac_configure_args0=; unset ac_configure_args0;}
1904 { ac_configure_args1=; unset ac_configure_args1;}
1906 # When interrupted or exit'd, cleanup temporary files, and complete
1907 # config.log. We remove comments because anyway the quotes in there
1908 # would cause problems or look ugly.
1909 # WARNING: Use '\'' to represent an apostrophe within the trap.
1910 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1911 trap 'exit_status=$?
1912 # Save into config.log some information that might help in debugging.
1914 echo
1916 $as_echo "## ---------------- ##
1917 ## Cache variables. ##
1918 ## ---------------- ##"
1919 echo
1920 # The following way of writing the cache mishandles newlines in values,
1922 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1923 eval ac_val=\$$ac_var
1924 case $ac_val in #(
1925 *${as_nl}*)
1926 case $ac_var in #(
1927 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1928 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1929 esac
1930 case $ac_var in #(
1931 _ | IFS | as_nl) ;; #(
1932 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1933 *) { eval $ac_var=; unset $ac_var;} ;;
1934 esac ;;
1935 esac
1936 done
1937 (set) 2>&1 |
1938 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1939 *${as_nl}ac_space=\ *)
1940 sed -n \
1941 "s/'\''/'\''\\\\'\'''\''/g;
1942 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1943 ;; #(
1945 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1947 esac |
1948 sort
1950 echo
1952 $as_echo "## ----------------- ##
1953 ## Output variables. ##
1954 ## ----------------- ##"
1955 echo
1956 for ac_var in $ac_subst_vars
1958 eval ac_val=\$$ac_var
1959 case $ac_val in
1960 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1961 esac
1962 $as_echo "$ac_var='\''$ac_val'\''"
1963 done | sort
1964 echo
1966 if test -n "$ac_subst_files"; then
1967 $as_echo "## ------------------- ##
1968 ## File substitutions. ##
1969 ## ------------------- ##"
1970 echo
1971 for ac_var in $ac_subst_files
1973 eval ac_val=\$$ac_var
1974 case $ac_val in
1975 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1976 esac
1977 $as_echo "$ac_var='\''$ac_val'\''"
1978 done | sort
1979 echo
1982 if test -s confdefs.h; then
1983 $as_echo "## ----------- ##
1984 ## confdefs.h. ##
1985 ## ----------- ##"
1986 echo
1987 cat confdefs.h
1988 echo
1990 test "$ac_signal" != 0 &&
1991 $as_echo "$as_me: caught signal $ac_signal"
1992 $as_echo "$as_me: exit $exit_status"
1993 } >&5
1994 rm -f core *.core core.conftest.* &&
1995 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1996 exit $exit_status
1998 for ac_signal in 1 2 13 15; do
1999 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2000 done
2001 ac_signal=0
2003 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2004 rm -f -r conftest* confdefs.h
2006 $as_echo "/* confdefs.h */" > confdefs.h
2008 # Predefined preprocessor variables.
2010 cat >>confdefs.h <<_ACEOF
2011 #define PACKAGE_NAME "$PACKAGE_NAME"
2012 _ACEOF
2014 cat >>confdefs.h <<_ACEOF
2015 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2016 _ACEOF
2018 cat >>confdefs.h <<_ACEOF
2019 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2020 _ACEOF
2022 cat >>confdefs.h <<_ACEOF
2023 #define PACKAGE_STRING "$PACKAGE_STRING"
2024 _ACEOF
2026 cat >>confdefs.h <<_ACEOF
2027 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2028 _ACEOF
2030 cat >>confdefs.h <<_ACEOF
2031 #define PACKAGE_URL "$PACKAGE_URL"
2032 _ACEOF
2035 # Let the site file select an alternate cache file if it wants to.
2036 # Prefer an explicitly selected file to automatically selected ones.
2037 ac_site_file1=NONE
2038 ac_site_file2=NONE
2039 if test -n "$CONFIG_SITE"; then
2040 # We do not want a PATH search for config.site.
2041 case $CONFIG_SITE in #((
2042 -*) ac_site_file1=./$CONFIG_SITE;;
2043 */*) ac_site_file1=$CONFIG_SITE;;
2044 *) ac_site_file1=./$CONFIG_SITE;;
2045 esac
2046 elif test "x$prefix" != xNONE; then
2047 ac_site_file1=$prefix/share/config.site
2048 ac_site_file2=$prefix/etc/config.site
2049 else
2050 ac_site_file1=$ac_default_prefix/share/config.site
2051 ac_site_file2=$ac_default_prefix/etc/config.site
2053 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2055 test "x$ac_site_file" = xNONE && continue
2056 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2058 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2059 sed 's/^/| /' "$ac_site_file" >&5
2060 . "$ac_site_file" \
2061 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2062 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2063 as_fn_error $? "failed to load site script $ac_site_file
2064 See \`config.log' for more details" "$LINENO" 5; }
2066 done
2068 if test -r "$cache_file"; then
2069 # Some versions of bash will fail to source /dev/null (special files
2070 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2071 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2072 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2073 $as_echo "$as_me: loading cache $cache_file" >&6;}
2074 case $cache_file in
2075 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2076 *) . "./$cache_file";;
2077 esac
2079 else
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2081 $as_echo "$as_me: creating cache $cache_file" >&6;}
2082 >$cache_file
2085 # Check that the precious variables saved in the cache have kept the same
2086 # value.
2087 ac_cache_corrupted=false
2088 for ac_var in $ac_precious_vars; do
2089 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2090 eval ac_new_set=\$ac_env_${ac_var}_set
2091 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2092 eval ac_new_val=\$ac_env_${ac_var}_value
2093 case $ac_old_set,$ac_new_set in
2094 set,)
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2096 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2097 ac_cache_corrupted=: ;;
2098 ,set)
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2100 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2101 ac_cache_corrupted=: ;;
2102 ,);;
2104 if test "x$ac_old_val" != "x$ac_new_val"; then
2105 # differences in whitespace do not lead to failure.
2106 ac_old_val_w=`echo x $ac_old_val`
2107 ac_new_val_w=`echo x $ac_new_val`
2108 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2109 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2110 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2111 ac_cache_corrupted=:
2112 else
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2114 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2115 eval $ac_var=\$ac_old_val
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2118 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2120 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2121 fi;;
2122 esac
2123 # Pass precious variables to config.status.
2124 if test "$ac_new_set" = set; then
2125 case $ac_new_val in
2126 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2127 *) ac_arg=$ac_var=$ac_new_val ;;
2128 esac
2129 case " $ac_configure_args " in
2130 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2131 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2132 esac
2134 done
2135 if $ac_cache_corrupted; then
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2137 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2139 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2140 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2142 ## -------------------- ##
2143 ## Main body of script. ##
2144 ## -------------------- ##
2146 ac_ext=c
2147 ac_cpp='$CPP $CPPFLAGS'
2148 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2150 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2154 ac_config_headers="$ac_config_headers config.h"
2156 ac_aux_dir=
2157 for ac_dir in scripts "$srcdir"/scripts; do
2158 if test -f "$ac_dir/install-sh"; then
2159 ac_aux_dir=$ac_dir
2160 ac_install_sh="$ac_aux_dir/install-sh -c"
2161 break
2162 elif test -f "$ac_dir/install.sh"; then
2163 ac_aux_dir=$ac_dir
2164 ac_install_sh="$ac_aux_dir/install.sh -c"
2165 break
2166 elif test -f "$ac_dir/shtool"; then
2167 ac_aux_dir=$ac_dir
2168 ac_install_sh="$ac_aux_dir/shtool install -c"
2169 break
2171 done
2172 if test -z "$ac_aux_dir"; then
2173 as_fn_error $? "cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2176 # These three variables are undocumented and unsupported,
2177 # and are intended to be withdrawn in a future Autoconf release.
2178 # They can cause serious problems if a builder's source tree is in a directory
2179 # whose full name contains unusual characters.
2180 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2181 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2182 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2188 # Check whether --with-pkgversion was given.
2189 if test "${with_pkgversion+set}" = set; then :
2190 withval=$with_pkgversion; case "$withval" in
2191 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
2192 no) PKGVERSION= ;;
2193 *) PKGVERSION="($withval) " ;;
2194 esac
2195 else
2196 PKGVERSION="(GNU libc) "
2200 PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2206 # Check whether --with-bugurl was given.
2207 if test "${with_bugurl+set}" = set; then :
2208 withval=$with_bugurl; case "$withval" in
2209 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
2210 no) BUGURL=
2212 *) BUGURL="$withval"
2214 esac
2215 else
2216 BUGURL="https://www.gnu.org/software/libc/bugs.html"
2220 case ${BUGURL} in
2222 REPORT_BUGS_TO=
2223 REPORT_BUGS_TEXI=
2226 REPORT_BUGS_TO="<$BUGURL>"
2227 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2229 esac;
2234 cat >>confdefs.h <<_ACEOF
2235 #define PKGVERSION "$PKGVERSION"
2236 _ACEOF
2239 cat >>confdefs.h <<_ACEOF
2240 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2241 _ACEOF
2244 # Glibc should not depend on any header files
2247 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2248 # here to work around the Autoconf issue discussed in
2249 # <https://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2250 # AC_PROG_CPP
2252 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2253 # issue discussed in
2254 # <https://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2259 subdirs="$subdirs "
2262 # Make sure we can run config.sub.
2263 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2264 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2267 $as_echo_n "checking build system type... " >&6; }
2268 if ${ac_cv_build+:} false; then :
2269 $as_echo_n "(cached) " >&6
2270 else
2271 ac_build_alias=$build_alias
2272 test "x$ac_build_alias" = x &&
2273 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2274 test "x$ac_build_alias" = x &&
2275 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2276 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2277 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2281 $as_echo "$ac_cv_build" >&6; }
2282 case $ac_cv_build in
2283 *-*-*) ;;
2284 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2285 esac
2286 build=$ac_cv_build
2287 ac_save_IFS=$IFS; IFS='-'
2288 set x $ac_cv_build
2289 shift
2290 build_cpu=$1
2291 build_vendor=$2
2292 shift; shift
2293 # Remember, the first character of IFS is used to create $*,
2294 # except with old shells:
2295 build_os=$*
2296 IFS=$ac_save_IFS
2297 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2301 $as_echo_n "checking host system type... " >&6; }
2302 if ${ac_cv_host+:} false; then :
2303 $as_echo_n "(cached) " >&6
2304 else
2305 if test "x$host_alias" = x; then
2306 ac_cv_host=$ac_cv_build
2307 else
2308 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2309 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2314 $as_echo "$ac_cv_host" >&6; }
2315 case $ac_cv_host in
2316 *-*-*) ;;
2317 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2318 esac
2319 host=$ac_cv_host
2320 ac_save_IFS=$IFS; IFS='-'
2321 set x $ac_cv_host
2322 shift
2323 host_cpu=$1
2324 host_vendor=$2
2325 shift; shift
2326 # Remember, the first character of IFS is used to create $*,
2327 # except with old shells:
2328 host_os=$*
2329 IFS=$ac_save_IFS
2330 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2334 ac_ext=c
2335 ac_cpp='$CPP $CPPFLAGS'
2336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2339 if test -n "$ac_tool_prefix"; then
2340 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2341 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2343 $as_echo_n "checking for $ac_word... " >&6; }
2344 if ${ac_cv_prog_CC+:} false; then :
2345 $as_echo_n "(cached) " >&6
2346 else
2347 if test -n "$CC"; then
2348 ac_cv_prog_CC="$CC" # Let the user override the test.
2349 else
2350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2351 for as_dir in $PATH
2353 IFS=$as_save_IFS
2354 test -z "$as_dir" && as_dir=.
2355 for ac_exec_ext in '' $ac_executable_extensions; do
2356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2357 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2359 break 2
2361 done
2362 done
2363 IFS=$as_save_IFS
2367 CC=$ac_cv_prog_CC
2368 if test -n "$CC"; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2370 $as_echo "$CC" >&6; }
2371 else
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2373 $as_echo "no" >&6; }
2378 if test -z "$ac_cv_prog_CC"; then
2379 ac_ct_CC=$CC
2380 # Extract the first word of "gcc", so it can be a program name with args.
2381 set dummy gcc; ac_word=$2
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2383 $as_echo_n "checking for $ac_word... " >&6; }
2384 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2385 $as_echo_n "(cached) " >&6
2386 else
2387 if test -n "$ac_ct_CC"; then
2388 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2389 else
2390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2391 for as_dir in $PATH
2393 IFS=$as_save_IFS
2394 test -z "$as_dir" && as_dir=.
2395 for ac_exec_ext in '' $ac_executable_extensions; do
2396 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2397 ac_cv_prog_ac_ct_CC="gcc"
2398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2399 break 2
2401 done
2402 done
2403 IFS=$as_save_IFS
2407 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2408 if test -n "$ac_ct_CC"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2410 $as_echo "$ac_ct_CC" >&6; }
2411 else
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2413 $as_echo "no" >&6; }
2416 if test "x$ac_ct_CC" = x; then
2417 CC=""
2418 else
2419 case $cross_compiling:$ac_tool_warned in
2420 yes:)
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2422 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2423 ac_tool_warned=yes ;;
2424 esac
2425 CC=$ac_ct_CC
2427 else
2428 CC="$ac_cv_prog_CC"
2431 if test -z "$CC"; then
2432 if test -n "$ac_tool_prefix"; then
2433 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2434 set dummy ${ac_tool_prefix}cc; ac_word=$2
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2436 $as_echo_n "checking for $ac_word... " >&6; }
2437 if ${ac_cv_prog_CC+:} false; then :
2438 $as_echo_n "(cached) " >&6
2439 else
2440 if test -n "$CC"; then
2441 ac_cv_prog_CC="$CC" # Let the user override the test.
2442 else
2443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2444 for as_dir in $PATH
2446 IFS=$as_save_IFS
2447 test -z "$as_dir" && as_dir=.
2448 for ac_exec_ext in '' $ac_executable_extensions; do
2449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2450 ac_cv_prog_CC="${ac_tool_prefix}cc"
2451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2452 break 2
2454 done
2455 done
2456 IFS=$as_save_IFS
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; }
2472 if test -z "$CC"; then
2473 # Extract the first word of "cc", so it can be a program name with args.
2474 set dummy cc; ac_word=$2
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2476 $as_echo_n "checking for $ac_word... " >&6; }
2477 if ${ac_cv_prog_CC+:} false; then :
2478 $as_echo_n "(cached) " >&6
2479 else
2480 if test -n "$CC"; then
2481 ac_cv_prog_CC="$CC" # Let the user override the test.
2482 else
2483 ac_prog_rejected=no
2484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485 for as_dir in $PATH
2487 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=.
2489 for ac_exec_ext in '' $ac_executable_extensions; do
2490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2491 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2492 ac_prog_rejected=yes
2493 continue
2495 ac_cv_prog_CC="cc"
2496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2497 break 2
2499 done
2500 done
2501 IFS=$as_save_IFS
2503 if test $ac_prog_rejected = yes; then
2504 # We found a bogon in the path, so make sure we never use it.
2505 set dummy $ac_cv_prog_CC
2506 shift
2507 if test $# != 0; then
2508 # We chose a different compiler from the bogus one.
2509 # However, it has the same basename, so the bogon will be chosen
2510 # first if we set CC to just the basename; use the full file name.
2511 shift
2512 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2517 CC=$ac_cv_prog_CC
2518 if test -n "$CC"; then
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2520 $as_echo "$CC" >&6; }
2521 else
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2523 $as_echo "no" >&6; }
2528 if test -z "$CC"; then
2529 if test -n "$ac_tool_prefix"; then
2530 for ac_prog in cl.exe
2532 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2533 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2535 $as_echo_n "checking for $ac_word... " >&6; }
2536 if ${ac_cv_prog_CC+:} false; then :
2537 $as_echo_n "(cached) " >&6
2538 else
2539 if test -n "$CC"; then
2540 ac_cv_prog_CC="$CC" # Let the user override the test.
2541 else
2542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2543 for as_dir in $PATH
2545 IFS=$as_save_IFS
2546 test -z "$as_dir" && as_dir=.
2547 for ac_exec_ext in '' $ac_executable_extensions; do
2548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2549 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2551 break 2
2553 done
2554 done
2555 IFS=$as_save_IFS
2559 CC=$ac_cv_prog_CC
2560 if test -n "$CC"; then
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2562 $as_echo "$CC" >&6; }
2563 else
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2565 $as_echo "no" >&6; }
2569 test -n "$CC" && break
2570 done
2572 if test -z "$CC"; then
2573 ac_ct_CC=$CC
2574 for ac_prog in cl.exe
2576 # Extract the first word of "$ac_prog", so it can be a program name with args.
2577 set dummy $ac_prog; ac_word=$2
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2579 $as_echo_n "checking for $ac_word... " >&6; }
2580 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2581 $as_echo_n "(cached) " >&6
2582 else
2583 if test -n "$ac_ct_CC"; then
2584 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2585 else
2586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2587 for as_dir in $PATH
2589 IFS=$as_save_IFS
2590 test -z "$as_dir" && as_dir=.
2591 for ac_exec_ext in '' $ac_executable_extensions; do
2592 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2593 ac_cv_prog_ac_ct_CC="$ac_prog"
2594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2595 break 2
2597 done
2598 done
2599 IFS=$as_save_IFS
2603 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2604 if test -n "$ac_ct_CC"; then
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2606 $as_echo "$ac_ct_CC" >&6; }
2607 else
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2609 $as_echo "no" >&6; }
2613 test -n "$ac_ct_CC" && break
2614 done
2616 if test "x$ac_ct_CC" = x; then
2617 CC=""
2618 else
2619 case $cross_compiling:$ac_tool_warned in
2620 yes:)
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2622 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2623 ac_tool_warned=yes ;;
2624 esac
2625 CC=$ac_ct_CC
2632 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2633 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2634 as_fn_error $? "no acceptable C compiler found in \$PATH
2635 See \`config.log' for more details" "$LINENO" 5; }
2637 # Provide some information about the compiler.
2638 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2639 set X $ac_compile
2640 ac_compiler=$2
2641 for ac_option in --version -v -V -qversion; do
2642 { { ac_try="$ac_compiler $ac_option >&5"
2643 case "(($ac_try" in
2644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2645 *) ac_try_echo=$ac_try;;
2646 esac
2647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2648 $as_echo "$ac_try_echo"; } >&5
2649 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2650 ac_status=$?
2651 if test -s conftest.err; then
2652 sed '10a\
2653 ... rest of stderr output deleted ...
2654 10q' conftest.err >conftest.er1
2655 cat conftest.er1 >&5
2657 rm -f conftest.er1 conftest.err
2658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2659 test $ac_status = 0; }
2660 done
2662 EXEEXT=
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2664 $as_echo_n "checking for suffix of object files... " >&6; }
2665 if ${ac_cv_objext+:} false; then :
2666 $as_echo_n "(cached) " >&6
2667 else
2668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2669 /* end confdefs.h. */
2672 main ()
2676 return 0;
2678 _ACEOF
2679 rm -f conftest.o conftest.obj
2680 if { { ac_try="$ac_compile"
2681 case "(($ac_try" in
2682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2683 *) ac_try_echo=$ac_try;;
2684 esac
2685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2686 $as_echo "$ac_try_echo"; } >&5
2687 (eval "$ac_compile") 2>&5
2688 ac_status=$?
2689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2690 test $ac_status = 0; }; then :
2691 for ac_file in conftest.o conftest.obj conftest.*; do
2692 test -f "$ac_file" || continue;
2693 case $ac_file in
2694 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2695 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2696 break;;
2697 esac
2698 done
2699 else
2700 $as_echo "$as_me: failed program was:" >&5
2701 sed 's/^/| /' conftest.$ac_ext >&5
2703 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2704 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2705 as_fn_error $? "cannot compute suffix of object files: cannot compile
2706 See \`config.log' for more details" "$LINENO" 5; }
2708 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2711 $as_echo "$ac_cv_objext" >&6; }
2712 OBJEXT=$ac_cv_objext
2713 ac_objext=$OBJEXT
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2715 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2716 if ${ac_cv_c_compiler_gnu+:} false; then :
2717 $as_echo_n "(cached) " >&6
2718 else
2719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2720 /* end confdefs.h. */
2723 main ()
2725 #ifndef __GNUC__
2726 choke me
2727 #endif
2730 return 0;
2732 _ACEOF
2733 if ac_fn_c_try_compile "$LINENO"; then :
2734 ac_compiler_gnu=yes
2735 else
2736 ac_compiler_gnu=no
2738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2739 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2743 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2744 if test $ac_compiler_gnu = yes; then
2745 GCC=yes
2746 else
2747 GCC=
2749 ac_test_CFLAGS=${CFLAGS+set}
2750 ac_save_CFLAGS=$CFLAGS
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2752 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2753 if ${ac_cv_prog_cc_g+:} false; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 ac_save_c_werror_flag=$ac_c_werror_flag
2757 ac_c_werror_flag=yes
2758 ac_cv_prog_cc_g=no
2759 CFLAGS="-g"
2760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2761 /* end confdefs.h. */
2764 main ()
2768 return 0;
2770 _ACEOF
2771 if ac_fn_c_try_compile "$LINENO"; then :
2772 ac_cv_prog_cc_g=yes
2773 else
2774 CFLAGS=""
2775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2776 /* end confdefs.h. */
2779 main ()
2783 return 0;
2785 _ACEOF
2786 if ac_fn_c_try_compile "$LINENO"; then :
2788 else
2789 ac_c_werror_flag=$ac_save_c_werror_flag
2790 CFLAGS="-g"
2791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2792 /* end confdefs.h. */
2795 main ()
2799 return 0;
2801 _ACEOF
2802 if ac_fn_c_try_compile "$LINENO"; then :
2803 ac_cv_prog_cc_g=yes
2805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2810 ac_c_werror_flag=$ac_save_c_werror_flag
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2813 $as_echo "$ac_cv_prog_cc_g" >&6; }
2814 if test "$ac_test_CFLAGS" = set; then
2815 CFLAGS=$ac_save_CFLAGS
2816 elif test $ac_cv_prog_cc_g = yes; then
2817 if test "$GCC" = yes; then
2818 CFLAGS="-g -O2"
2819 else
2820 CFLAGS="-g"
2822 else
2823 if test "$GCC" = yes; then
2824 CFLAGS="-O2"
2825 else
2826 CFLAGS=
2830 ac_ext=c
2831 ac_cpp='$CPP $CPPFLAGS'
2832 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2833 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2834 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2836 if test $host != $build; then
2837 for ac_prog in gcc cc
2839 # Extract the first word of "$ac_prog", so it can be a program name with args.
2840 set dummy $ac_prog; ac_word=$2
2841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2842 $as_echo_n "checking for $ac_word... " >&6; }
2843 if ${ac_cv_prog_BUILD_CC+:} false; then :
2844 $as_echo_n "(cached) " >&6
2845 else
2846 if test -n "$BUILD_CC"; then
2847 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
2848 else
2849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2850 for as_dir in $PATH
2852 IFS=$as_save_IFS
2853 test -z "$as_dir" && as_dir=.
2854 for ac_exec_ext in '' $ac_executable_extensions; do
2855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2856 ac_cv_prog_BUILD_CC="$ac_prog"
2857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2858 break 2
2860 done
2861 done
2862 IFS=$as_save_IFS
2866 BUILD_CC=$ac_cv_prog_BUILD_CC
2867 if test -n "$BUILD_CC"; then
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
2869 $as_echo "$BUILD_CC" >&6; }
2870 else
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2872 $as_echo "no" >&6; }
2876 test -n "$BUILD_CC" && break
2877 done
2881 # On Suns, sometimes $CPP names a directory.
2882 if test -n "$CPP" && test -d "$CPP"; then
2883 CPP=
2885 if test -z "$CPP"; then
2886 CPP="$CC -E"
2889 if test -n "$ac_tool_prefix"; then
2890 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2891 set dummy ${ac_tool_prefix}readelf; ac_word=$2
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2893 $as_echo_n "checking for $ac_word... " >&6; }
2894 if ${ac_cv_prog_READELF+:} false; then :
2895 $as_echo_n "(cached) " >&6
2896 else
2897 if test -n "$READELF"; then
2898 ac_cv_prog_READELF="$READELF" # Let the user override the test.
2899 else
2900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2901 for as_dir in $PATH
2903 IFS=$as_save_IFS
2904 test -z "$as_dir" && as_dir=.
2905 for ac_exec_ext in '' $ac_executable_extensions; do
2906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2907 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
2908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2909 break 2
2911 done
2912 done
2913 IFS=$as_save_IFS
2917 READELF=$ac_cv_prog_READELF
2918 if test -n "$READELF"; then
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
2920 $as_echo "$READELF" >&6; }
2921 else
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2923 $as_echo "no" >&6; }
2928 if test -z "$ac_cv_prog_READELF"; then
2929 ac_ct_READELF=$READELF
2930 # Extract the first word of "readelf", so it can be a program name with args.
2931 set dummy readelf; ac_word=$2
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2933 $as_echo_n "checking for $ac_word... " >&6; }
2934 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
2935 $as_echo_n "(cached) " >&6
2936 else
2937 if test -n "$ac_ct_READELF"; then
2938 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
2939 else
2940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2941 for as_dir in $PATH
2943 IFS=$as_save_IFS
2944 test -z "$as_dir" && as_dir=.
2945 for ac_exec_ext in '' $ac_executable_extensions; do
2946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2947 ac_cv_prog_ac_ct_READELF="readelf"
2948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2949 break 2
2951 done
2952 done
2953 IFS=$as_save_IFS
2957 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
2958 if test -n "$ac_ct_READELF"; then
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
2960 $as_echo "$ac_ct_READELF" >&6; }
2961 else
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2963 $as_echo "no" >&6; }
2966 if test "x$ac_ct_READELF" = x; then
2967 READELF="false"
2968 else
2969 case $cross_compiling:$ac_tool_warned in
2970 yes:)
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2972 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2973 ac_tool_warned=yes ;;
2974 esac
2975 READELF=$ac_ct_READELF
2977 else
2978 READELF="$ac_cv_prog_READELF"
2982 # We need the C++ compiler only for testing.
2983 ac_ext=cpp
2984 ac_cpp='$CXXCPP $CPPFLAGS'
2985 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2986 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2987 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2988 if test -z "$CXX"; then
2989 if test -n "$CCC"; then
2990 CXX=$CCC
2991 else
2992 if test -n "$ac_tool_prefix"; then
2993 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2995 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2996 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if ${ac_cv_prog_CXX+:} false; then :
3000 $as_echo_n "(cached) " >&6
3001 else
3002 if test -n "$CXX"; then
3003 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3004 else
3005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3006 for as_dir in $PATH
3008 IFS=$as_save_IFS
3009 test -z "$as_dir" && as_dir=.
3010 for ac_exec_ext in '' $ac_executable_extensions; do
3011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3012 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3014 break 2
3016 done
3017 done
3018 IFS=$as_save_IFS
3022 CXX=$ac_cv_prog_CXX
3023 if test -n "$CXX"; then
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3025 $as_echo "$CXX" >&6; }
3026 else
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3028 $as_echo "no" >&6; }
3032 test -n "$CXX" && break
3033 done
3035 if test -z "$CXX"; then
3036 ac_ct_CXX=$CXX
3037 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3039 # Extract the first word of "$ac_prog", so it can be a program name with args.
3040 set dummy $ac_prog; ac_word=$2
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3042 $as_echo_n "checking for $ac_word... " >&6; }
3043 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3044 $as_echo_n "(cached) " >&6
3045 else
3046 if test -n "$ac_ct_CXX"; then
3047 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3048 else
3049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3050 for as_dir in $PATH
3052 IFS=$as_save_IFS
3053 test -z "$as_dir" && as_dir=.
3054 for ac_exec_ext in '' $ac_executable_extensions; do
3055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3056 ac_cv_prog_ac_ct_CXX="$ac_prog"
3057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3058 break 2
3060 done
3061 done
3062 IFS=$as_save_IFS
3066 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3067 if test -n "$ac_ct_CXX"; then
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3069 $as_echo "$ac_ct_CXX" >&6; }
3070 else
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3072 $as_echo "no" >&6; }
3076 test -n "$ac_ct_CXX" && break
3077 done
3079 if test "x$ac_ct_CXX" = x; then
3080 CXX="g++"
3081 else
3082 case $cross_compiling:$ac_tool_warned in
3083 yes:)
3084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3085 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3086 ac_tool_warned=yes ;;
3087 esac
3088 CXX=$ac_ct_CXX
3094 # Provide some information about the compiler.
3095 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3096 set X $ac_compile
3097 ac_compiler=$2
3098 for ac_option in --version -v -V -qversion; do
3099 { { ac_try="$ac_compiler $ac_option >&5"
3100 case "(($ac_try" in
3101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3102 *) ac_try_echo=$ac_try;;
3103 esac
3104 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3105 $as_echo "$ac_try_echo"; } >&5
3106 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3107 ac_status=$?
3108 if test -s conftest.err; then
3109 sed '10a\
3110 ... rest of stderr output deleted ...
3111 10q' conftest.err >conftest.er1
3112 cat conftest.er1 >&5
3114 rm -f conftest.er1 conftest.err
3115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3116 test $ac_status = 0; }
3117 done
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3120 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3121 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3122 $as_echo_n "(cached) " >&6
3123 else
3124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3125 /* end confdefs.h. */
3128 main ()
3130 #ifndef __GNUC__
3131 choke me
3132 #endif
3135 return 0;
3137 _ACEOF
3138 if ac_fn_cxx_try_compile "$LINENO"; then :
3139 ac_compiler_gnu=yes
3140 else
3141 ac_compiler_gnu=no
3143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3144 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3148 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3149 if test $ac_compiler_gnu = yes; then
3150 GXX=yes
3151 else
3152 GXX=
3154 ac_test_CXXFLAGS=${CXXFLAGS+set}
3155 ac_save_CXXFLAGS=$CXXFLAGS
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3157 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3158 if ${ac_cv_prog_cxx_g+:} false; then :
3159 $as_echo_n "(cached) " >&6
3160 else
3161 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3162 ac_cxx_werror_flag=yes
3163 ac_cv_prog_cxx_g=no
3164 CXXFLAGS="-g"
3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3166 /* end confdefs.h. */
3169 main ()
3173 return 0;
3175 _ACEOF
3176 if ac_fn_cxx_try_compile "$LINENO"; then :
3177 ac_cv_prog_cxx_g=yes
3178 else
3179 CXXFLAGS=""
3180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3181 /* end confdefs.h. */
3184 main ()
3188 return 0;
3190 _ACEOF
3191 if ac_fn_cxx_try_compile "$LINENO"; then :
3193 else
3194 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3195 CXXFLAGS="-g"
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 if ac_fn_cxx_try_compile "$LINENO"; then :
3208 ac_cv_prog_cxx_g=yes
3210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3215 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3218 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3219 if test "$ac_test_CXXFLAGS" = set; then
3220 CXXFLAGS=$ac_save_CXXFLAGS
3221 elif test $ac_cv_prog_cxx_g = yes; then
3222 if test "$GXX" = yes; then
3223 CXXFLAGS="-g -O2"
3224 else
3225 CXXFLAGS="-g"
3227 else
3228 if test "$GXX" = yes; then
3229 CXXFLAGS="-O2"
3230 else
3231 CXXFLAGS=
3234 ac_ext=c
3235 ac_cpp='$CPP $CPPFLAGS'
3236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3238 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3240 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3243 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3244 if ${libc_cv_cxx_link_ok+:} false; then :
3245 $as_echo_n "(cached) " >&6
3246 else
3247 ac_ext=cpp
3248 ac_cpp='$CXXCPP $CPPFLAGS'
3249 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3250 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3251 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3253 # Default, dynamic case.
3254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3255 /* end confdefs.h. */
3258 main ()
3262 return 0;
3264 _ACEOF
3265 if ac_fn_cxx_try_link "$LINENO"; then :
3266 libc_cv_cxx_link_ok=yes
3267 else
3268 libc_cv_cxx_link_ok=no
3270 rm -f core conftest.err conftest.$ac_objext \
3271 conftest$ac_exeext conftest.$ac_ext
3272 # Static case.
3273 old_LDFLAGS="$LDFLAGS"
3274 LDFLAGS="$LDFLAGS -static"
3275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3276 /* end confdefs.h. */
3278 #include <iostream>
3281 main()
3283 std::cout << "Hello, world!";
3284 return 0;
3287 _ACEOF
3288 if ac_fn_cxx_try_link "$LINENO"; then :
3290 else
3291 libc_cv_cxx_link_ok=no
3293 rm -f core conftest.err conftest.$ac_objext \
3294 conftest$ac_exeext conftest.$ac_ext
3295 LDFLAGS="$old_LDFLAGS"
3296 ac_ext=c
3297 ac_cpp='$CPP $CPPFLAGS'
3298 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3299 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3300 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3304 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3305 if test $libc_cv_cxx_link_ok != yes; then :
3306 CXX=
3309 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
3310 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3313 # This will get text that should go into config.make.
3314 config_vars=
3316 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3318 # Check whether --with-gd was given.
3319 if test "${with_gd+set}" = set; then :
3320 withval=$with_gd; case "$with_gd" in
3321 yes|''|no) ;;
3322 *) libgd_include="-I$withval/include"
3323 libgd_ldflags="-L$withval/lib" ;;
3324 esac
3329 # Check whether --with-gd-include was given.
3330 if test "${with_gd_include+set}" = set; then :
3331 withval=$with_gd_include; case "$with_gd_include" in
3332 ''|no) ;;
3333 *) libgd_include="-I$withval" ;;
3334 esac
3339 # Check whether --with-gd-lib was given.
3340 if test "${with_gd_lib+set}" = set; then :
3341 withval=$with_gd_lib; case "$with_gd_lib" in
3342 ''|no) ;;
3343 *) libgd_ldflags="-L$withval" ;;
3344 esac
3349 if test -n "$libgd_include"; then
3350 config_vars="$config_vars
3351 CFLAGS-memusagestat.c = $libgd_include"
3353 if test -n "$libgd_ldflags"; then
3354 config_vars="$config_vars
3355 libgd-LDFLAGS = $libgd_ldflags"
3359 # Check whether --with-binutils was given.
3360 if test "${with_binutils+set}" = set; then :
3361 withval=$with_binutils; path_binutils=$withval
3362 else
3363 path_binutils=''
3367 # Check whether --with-selinux was given.
3368 if test "${with_selinux+set}" = set; then :
3369 withval=$with_selinux; with_selinux=$withval
3370 else
3371 with_selinux=auto
3376 # Check whether --with-headers was given.
3377 if test "${with_headers+set}" = set; then :
3378 withval=$with_headers; sysheaders=$withval
3379 else
3380 sysheaders=''
3387 # Check whether --with-default-link was given.
3388 if test "${with_default_link+set}" = set; then :
3389 withval=$with_default_link; use_default_link=$withval
3390 else
3391 use_default_link=default
3396 # Check whether --with-nonshared-cflags was given.
3397 if test "${with_nonshared_cflags+set}" = set; then :
3398 withval=$with_nonshared_cflags; extra_nonshared_cflags=$withval
3399 else
3400 extra_nonshared_cflags=
3405 # Check whether --with-rtld-early-cflags was given.
3406 if test "${with_rtld_early_cflags+set}" = set; then :
3407 withval=$with_rtld_early_cflags; rtld_early_cflags=$withval
3408 else
3409 rtld_early_cflags=
3415 # Check whether --with-timeoutfactor was given.
3416 if test "${with_timeoutfactor+set}" = set; then :
3417 withval=$with_timeoutfactor; timeoutfactor=$withval
3418 else
3419 timeoutfactor=1
3422 cat >>confdefs.h <<_ACEOF
3423 #define TIMEOUTFACTOR $timeoutfactor
3424 _ACEOF
3427 # Check whether --enable-sanity-checks was given.
3428 if test "${enable_sanity_checks+set}" = set; then :
3429 enableval=$enable_sanity_checks; enable_sanity=$enableval
3430 else
3431 enable_sanity=yes
3435 # Check whether --enable-shared was given.
3436 if test "${enable_shared+set}" = set; then :
3437 enableval=$enable_shared; shared=$enableval
3438 else
3439 shared=yes
3442 # Check whether --enable-profile was given.
3443 if test "${enable_profile+set}" = set; then :
3444 enableval=$enable_profile; profile=$enableval
3445 else
3446 profile=no
3449 # Check whether --enable-default-pie was given.
3450 if test "${enable_default_pie+set}" = set; then :
3451 enableval=$enable_default_pie; default_pie=$enableval
3452 else
3453 default_pie=yes
3456 # Check whether --enable-timezone-tools was given.
3457 if test "${enable_timezone_tools+set}" = set; then :
3458 enableval=$enable_timezone_tools; enable_timezone_tools=$enableval
3459 else
3460 enable_timezone_tools=yes
3465 # Check whether --enable-hardcoded-path-in-tests was given.
3466 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3467 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3468 else
3469 hardcoded_path_in_tests=no
3474 # Check whether --enable-hidden-plt was given.
3475 if test "${enable_hidden_plt+set}" = set; then :
3476 enableval=$enable_hidden_plt; hidden=$enableval
3477 else
3478 hidden=yes
3481 if test "x$hidden" = xno; then
3482 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3486 # Check whether --enable-bind-now was given.
3487 if test "${enable_bind_now+set}" = set; then :
3488 enableval=$enable_bind_now; bindnow=$enableval
3489 else
3490 bindnow=no
3494 if test "x$bindnow" = xyes; then
3495 $as_echo "#define BIND_NOW 1" >>confdefs.h
3499 # Check whether --enable-stack-protector was given.
3500 if test "${enable_stack_protector+set}" = set; then :
3501 enableval=$enable_stack_protector; enable_stack_protector=$enableval
3502 else
3503 enable_stack_protector=no
3506 case "$enable_stack_protector" in
3507 all|yes|no|strong) ;;
3508 *) as_fn_error $? "Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"" "$LINENO" 5;;
3509 esac
3511 # Check whether --enable-static-nss was given.
3512 if test "${enable_static_nss+set}" = set; then :
3513 enableval=$enable_static_nss; static_nss=$enableval
3514 else
3515 static_nss=no
3518 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3519 static_nss=yes
3520 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3524 # Check whether --enable-force-install was given.
3525 if test "${enable_force_install+set}" = set; then :
3526 enableval=$enable_force_install; force_install=$enableval
3527 else
3528 force_install=yes
3533 # Check whether --enable-maintainer-mode was given.
3534 if test "${enable_maintainer_mode+set}" = set; then :
3535 enableval=$enable_maintainer_mode; maintainer=$enableval
3536 else
3537 maintainer=no
3541 # Check whether --enable-kernel was given.
3542 if test "${enable_kernel+set}" = set; then :
3543 enableval=$enable_kernel; minimum_kernel=$enableval
3546 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3547 # Better nothing than this.
3548 minimum_kernel=""
3549 else
3550 if test "$minimum_kernel" = current; then
3551 minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
3555 # Check whether --enable-all-warnings was given.
3556 if test "${enable_all_warnings+set}" = set; then :
3557 enableval=$enable_all_warnings; all_warnings=$enableval
3562 # Check whether --enable-werror was given.
3563 if test "${enable_werror+set}" = set; then :
3564 enableval=$enable_werror; enable_werror=$enableval
3565 else
3566 enable_werror=yes
3571 # Check whether --enable-multi-arch was given.
3572 if test "${enable_multi_arch+set}" = set; then :
3573 enableval=$enable_multi_arch; multi_arch=$enableval
3574 else
3575 multi_arch=default
3579 # Check whether --enable-experimental-malloc was given.
3580 if test "${enable_experimental_malloc+set}" = set; then :
3581 enableval=$enable_experimental_malloc; experimental_malloc=$enableval
3582 else
3583 experimental_malloc=yes
3588 # Check whether --enable-memory-tagging was given.
3589 if test "${enable_memory_tagging+set}" = set; then :
3590 enableval=$enable_memory_tagging; memory_tagging=$enableval
3591 else
3592 memory_tagging=no
3595 if test "$memory_tagging" = yes; then
3596 # Only enable this on architectures that support it.
3597 case $host_cpu in
3598 aarch64)
3599 $as_echo "#define USE_MTAG 1" >>confdefs.h
3602 esac
3606 # Check whether --enable-crypt was given.
3607 if test "${enable_crypt+set}" = set; then :
3608 enableval=$enable_crypt; build_crypt=$enableval
3609 else
3610 build_crypt=yes
3615 # Check whether --enable-nss-crypt was given.
3616 if test "${enable_nss_crypt+set}" = set; then :
3617 enableval=$enable_nss_crypt; nss_crypt=$enableval
3618 else
3619 nss_crypt=no
3622 if test x$build_libcrypt = xno && test x$nss_crypt = xyes; then
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-nss-crypt has no effect when libcrypt is disabled" >&5
3624 $as_echo "$as_me: WARNING: --enable-nss-crypt has no effect when libcrypt is disabled" >&2;}
3625 nss_crypt=no
3627 if test x$nss_crypt = xyes; then
3628 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3629 if test $? -ne 0; then
3630 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3632 nspr_includes=-I$(nspr-config --includedir 2>/dev/null)
3633 if test $? -ne 0; then
3634 as_fn_error $? "cannot find include directory with nspr-config" "$LINENO" 5
3636 old_CFLAGS="$CFLAGS"
3637 CFLAGS="$CFLAGS $nss_includes $nspr_includes"
3639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3640 /* end confdefs.h. */
3641 typedef int PRBool;
3642 #include <hasht.h>
3643 #include <nsslowhash.h>
3644 void f (void) { NSSLOW_Init (); }
3646 main ()
3650 return 0;
3652 _ACEOF
3653 if ac_fn_c_try_compile "$LINENO"; then :
3654 libc_cv_nss_crypt=yes
3655 else
3656 as_fn_error $? "
3657 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3660 old_LIBS="$LIBS"
3661 old_LDFLAGS="$LDFLAGS"
3662 LIBS="$LIBS -lfreebl3"
3663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3664 /* end confdefs.h. */
3665 typedef int PRBool;
3666 #include <hasht.h>
3667 #include <nsslowhash.h>
3669 main ()
3671 NSSLOW_Init();
3673 return 0;
3675 _ACEOF
3676 if ac_fn_c_try_link "$LINENO"; then :
3677 libc_cv_nss_crypt=yes
3678 else
3679 as_fn_error $? "
3680 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3682 rm -f core conftest.err conftest.$ac_objext \
3683 conftest$ac_exeext conftest.$ac_ext
3684 # Check to see if there is a static NSS cryptographic library.
3685 # If there isn't then we can't link anything with libcrypt.a,
3686 # and that might mean disabling some static tests.
3687 LDFLAGS="$LDFLAGS -static"
3688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3689 /* end confdefs.h. */
3690 typedef int PRBool;
3691 #include <hasht.h>
3692 #include <nsslowhash.h>
3694 main ()
3696 NSSLOW_Init();
3698 return 0;
3700 _ACEOF
3701 if ac_fn_c_try_link "$LINENO"; then :
3702 libc_cv_static_nss_crypt=yes
3703 else
3704 libc_cv_static_nss_crypt=no
3706 rm -f core conftest.err conftest.$ac_objext \
3707 conftest$ac_exeext conftest.$ac_ext
3708 LDFLAGS="$old_LDFLAGS"
3709 CFLAGS="$old_CFLAGS"
3710 LIBS="$old_LIBS"
3711 else
3712 libc_cv_nss_crypt=no
3713 libc_cv_static_nss_crypt=no
3719 # Check whether --enable-systemtap was given.
3720 if test "${enable_systemtap+set}" = set; then :
3721 enableval=$enable_systemtap; systemtap=$enableval
3722 else
3723 systemtap=no
3726 if test "x$systemtap" != xno; then
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3728 $as_echo_n "checking for systemtap static probe support... " >&6; }
3729 if ${libc_cv_sdt+:} false; then :
3730 $as_echo_n "(cached) " >&6
3731 else
3732 old_CFLAGS="$CFLAGS"
3733 CFLAGS="-std=gnu11 $CFLAGS"
3734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3735 /* end confdefs.h. */
3736 #include <sys/sdt.h>
3737 void foo (int i, void *p)
3739 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3740 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3742 _ACEOF
3743 if ac_fn_c_try_compile "$LINENO"; then :
3744 libc_cv_sdt=yes
3745 else
3746 libc_cv_sdt=no
3748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3749 CFLAGS="$old_CFLAGS"
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3752 $as_echo "$libc_cv_sdt" >&6; }
3753 if test $libc_cv_sdt = yes; then
3754 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3756 elif test "x$systemtap" != xauto; then
3757 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3758 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3759 as_fn_error $? "systemtap support needs sys/sdt.h with asm support
3760 See \`config.log' for more details" "$LINENO" 5; }
3764 # Check whether --enable-build-nscd was given.
3765 if test "${enable_build_nscd+set}" = set; then :
3766 enableval=$enable_build_nscd; build_nscd=$enableval
3767 else
3768 build_nscd=default
3773 # Note the use of $use_nscd is near the bottom of the file.
3774 # Check whether --enable-nscd was given.
3775 if test "${enable_nscd+set}" = set; then :
3776 enableval=$enable_nscd; use_nscd=$enableval
3777 else
3778 use_nscd=yes
3782 # Check whether --enable-pt_chown was given.
3783 if test "${enable_pt_chown+set}" = set; then :
3784 enableval=$enable_pt_chown; build_pt_chown=$enableval
3785 else
3786 build_pt_chown=no
3790 if test "$build_pt_chown" = yes; then
3791 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3795 # Check whether --enable-tunables was given.
3796 if test "${enable_tunables+set}" = set; then :
3797 enableval=$enable_tunables; have_tunables=$enableval
3798 else
3799 have_tunables=yes
3803 if test "$have_tunables" = yes; then
3804 $as_echo "#define HAVE_TUNABLES 1" >>confdefs.h
3808 # The abi-tags file uses a fairly simplistic model for name recognition that
3809 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3810 # $host_os of `gnu*' here to be `gnu-gnu*' just so that it can tell.
3811 # This doesn't get used much beyond that, so it's fairly safe.
3812 case "$host_os" in
3813 linux*)
3815 gnu*)
3816 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3818 esac
3820 # Check whether --enable-mathvec was given.
3821 if test "${enable_mathvec+set}" = set; then :
3822 enableval=$enable_mathvec; build_mathvec=$enableval
3823 else
3824 build_mathvec=notset
3829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3830 /* end confdefs.h. */
3833 main ()
3836 #ifndef __CET__
3837 # error no CET compiler support
3838 #endif
3840 return 0;
3842 _ACEOF
3843 if ac_fn_c_try_cpp "$LINENO"; then :
3844 libc_cv_compiler_default_cet=yes
3845 else
3846 libc_cv_compiler_default_cet=no
3848 rm -f conftest.err conftest.i conftest.$ac_ext
3850 # Check whether --enable-cet was given.
3851 if test "${enable_cet+set}" = set; then :
3852 enableval=$enable_cet; enable_cet=$enableval
3853 else
3854 enable_cet=$libc_cv_compiler_default_cet
3858 # Check whether --enable-scv was given.
3859 if test "${enable_scv+set}" = set; then :
3860 enableval=$enable_scv; use_scv=$enableval
3861 else
3862 use_scv=yes
3866 if test "$use_scv" != "no"; then :
3867 $as_echo "#define USE_PPC_SCV 1" >>confdefs.h
3871 # We keep the original values in `$config_*' and never modify them, so we
3872 # can write them unchanged into config.make. Everything else uses
3873 # $machine, $vendor, and $os, and changes them whenever convenient.
3874 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
3876 # Don't allow vendor == "unknown"
3877 test "$config_vendor" = unknown && config_vendor=
3878 config_os="`echo $config_os | sed 's/^unknown-//'`"
3880 # Some configurations imply other options.
3881 elf=yes
3883 # The configure fragment of a port can modify these to supplement
3884 # or override the table in the case statement below. No fragment should
3885 # ever change the config_* variables, however.
3886 machine=$config_machine
3887 vendor=$config_vendor
3888 os=$config_os
3889 base_os=''
3891 submachine=
3893 # Check whether --with-cpu was given.
3894 if test "${with_cpu+set}" = set; then :
3895 withval=$with_cpu; case "$withval" in
3896 yes|'') as_fn_error $? "--with-cpu requires an argument" "$LINENO" 5 ;;
3897 no) ;;
3898 *) submachine="$withval" ;;
3899 esac
3904 # An preconfigure script can set this when it wants to disable the sanity
3905 # check below.
3906 libc_config_ok=no
3908 # A preconfigure script for a system that may or may not use fpu
3909 # sysdeps directories sets this to a preprocessor conditional for
3910 # whether to use such directories.
3911 with_fp_cond=1
3913 if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3914 then
3915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3916 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3917 for frag in $frags; do
3918 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3919 echo $ECHO_N "$name $ECHO_C" >&6
3920 . "$frag"
3921 done
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3923 $as_echo "" >&6; }
3928 ### By using the undocumented --enable-hacker-mode option for configure
3929 ### one can skip this test to make the configuration not fail for unsupported
3930 ### platforms.
3932 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
3933 case "$machine-$host_os" in
3934 *-linux* | *-gnu*)
3937 as_fn_error $? "
3938 *** The GNU C library is currently unavailable for this platform.
3939 *** If you are interested in seeing glibc on this platform visit
3940 *** the \"How to submit a new port\" in the wiki:
3941 *** https://sourceware.org/glibc/wiki/#Development
3942 *** and join the community!" "$LINENO" 5
3944 esac
3947 # Set base_machine if not set by a preconfigure fragment.
3948 test -n "$base_machine" || base_machine=$machine
3951 # Determine whether to use fpu or nofpu sysdeps directories.
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for use of fpu sysdeps directories" >&5
3953 $as_echo_n "checking for use of fpu sysdeps directories... " >&6; }
3954 if ${libc_cv_with_fp+:} false; then :
3955 $as_echo_n "(cached) " >&6
3956 else
3957 cat > conftest.c <<EOF
3958 #if $with_fp_cond
3959 int dummy;
3960 #else
3961 # error "no hardware floating point"
3962 #endif
3964 libc_cv_with_fp=no
3965 if ${CC-cc} $CFLAGS $CPPFLAGS -S conftest.c -o conftest.s \
3966 1>&5 2>&5 ; then
3967 libc_cv_with_fp=yes
3969 rm -f conftest*
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_with_fp" >&5
3972 $as_echo "$libc_cv_with_fp" >&6; }
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
3976 $as_echo_n "checking for -fstack-protector... " >&6; }
3977 if ${libc_cv_ssp+:} false; then :
3978 $as_echo_n "(cached) " >&6
3979 else
3980 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
3981 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3982 (eval $ac_try) 2>&5
3983 ac_status=$?
3984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3985 test $ac_status = 0; }; }; then :
3986 libc_cv_ssp=yes
3987 else
3988 libc_cv_ssp=no
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
3993 $as_echo "$libc_cv_ssp" >&6; }
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-strong" >&5
3996 $as_echo_n "checking for -fstack-protector-strong... " >&6; }
3997 if ${libc_cv_ssp_strong+:} false; then :
3998 $as_echo_n "(cached) " >&6
3999 else
4000 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null'
4001 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4002 (eval $ac_try) 2>&5
4003 ac_status=$?
4004 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4005 test $ac_status = 0; }; }; then :
4006 libc_cv_ssp_strong=yes
4007 else
4008 libc_cv_ssp_strong=no
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_strong" >&5
4013 $as_echo "$libc_cv_ssp_strong" >&6; }
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-all" >&5
4016 $as_echo_n "checking for -fstack-protector-all... " >&6; }
4017 if ${libc_cv_ssp_all+:} false; then :
4018 $as_echo_n "(cached) " >&6
4019 else
4020 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null'
4021 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4022 (eval $ac_try) 2>&5
4023 ac_status=$?
4024 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4025 test $ac_status = 0; }; }; then :
4026 libc_cv_ssp_all=yes
4027 else
4028 libc_cv_ssp_all=no
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_all" >&5
4033 $as_echo "$libc_cv_ssp_all" >&6; }
4035 stack_protector=
4036 no_stack_protector=
4037 if test "$libc_cv_ssp" = yes; then
4038 no_stack_protector="-fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0"
4039 $as_echo "#define HAVE_CC_NO_STACK_PROTECTOR 1" >>confdefs.h
4043 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
4044 stack_protector="-fstack-protector"
4045 $as_echo "#define STACK_PROTECTOR_LEVEL 1" >>confdefs.h
4047 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
4048 stack_protector="-fstack-protector-all"
4049 $as_echo "#define STACK_PROTECTOR_LEVEL 2" >>confdefs.h
4051 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then
4052 stack_protector="-fstack-protector-strong"
4053 $as_echo "#define STACK_PROTECTOR_LEVEL 3" >>confdefs.h
4055 else
4056 stack_protector="-fno-stack-protector"
4057 $as_echo "#define STACK_PROTECTOR_LEVEL 0" >>confdefs.h
4064 if test -n "$stack_protector"; then
4065 no_ssp=-fno-stack-protector
4066 else
4067 no_ssp=
4069 if test "$enable_stack_protector" != no; then
4070 as_fn_error $? "--enable-stack-protector=$enable_stack_protector specified, but specified level of stack protection is not supported by the compiler." "$LINENO" 5
4074 # For the multi-arch option we need support in the assembler & linker.
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
4076 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
4077 if ${libc_cv_ld_gnu_indirect_function+:} false; then :
4078 $as_echo_n "(cached) " >&6
4079 else
4080 cat > conftest.S <<EOF
4081 .type foo,%gnu_indirect_function
4082 foo:
4083 .globl _start
4084 _start:
4085 .globl __start
4086 __start:
4087 .data
4088 #ifdef _LP64
4089 .quad foo
4090 #else
4091 .long foo
4092 #endif
4094 libc_cv_ld_gnu_indirect_function=no
4095 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4096 -nostartfiles -nostdlib $no_ssp \
4097 -o conftest conftest.S 1>&5 2>&5; then
4098 # Do a link to see if the backend supports IFUNC relocs.
4099 $READELF -r conftest 1>&5
4100 LC_ALL=C $READELF -Wr conftest | grep -q 'IRELATIVE\|R_SPARC_JMP_IREL' && {
4101 libc_cv_ld_gnu_indirect_function=yes
4104 rm -f conftest*
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4107 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4109 # Check if gcc supports attribute ifunc as it is used in libc_ifunc macro.
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc attribute ifunc support" >&5
4111 $as_echo_n "checking for gcc attribute ifunc support... " >&6; }
4112 if ${libc_cv_gcc_indirect_function+:} false; then :
4113 $as_echo_n "(cached) " >&6
4114 else
4115 cat > conftest.c <<EOF
4116 extern int func (int);
4117 int used_func (int a)
4119 return a;
4121 static void *resolver ()
4123 return &used_func;
4125 extern __typeof (func) func __attribute__ ((ifunc ("resolver")));
4127 libc_cv_gcc_indirect_function=no
4128 if ${CC-cc} -c conftest.c -o conftest.o 1>&5 \
4129 2>&5 ; then
4130 if $READELF -s conftest.o | grep IFUNC >/dev/null 2>&5; then
4131 libc_cv_gcc_indirect_function=yes
4134 rm -f conftest*
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_indirect_function" >&5
4137 $as_echo "$libc_cv_gcc_indirect_function" >&6; }
4139 # Check if linker supports textrel relocation with ifunc (used on elf/tests).
4140 # Note that it relies on libc_cv_ld_gnu_indirect_function test above.
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker supports textrels along with ifunc" >&5
4142 $as_echo_n "checking whether the linker supports textrels along with ifunc... " >&6; }
4143 if ${libc_cv_textrel_ifunc+:} false; then :
4144 $as_echo_n "(cached) " >&6
4145 else
4146 cat > conftest.S <<EOF
4147 .type foo,%gnu_indirect_function
4148 foo:
4149 .globl _start
4150 _start:
4151 .globl __start
4152 __start:
4153 .data
4154 #ifdef _LP64
4155 .quad foo
4156 #else
4157 .long foo
4158 #endif
4159 .text
4160 .globl address
4161 address:
4162 #ifdef _LP64
4163 .quad address
4164 #else
4165 .long address
4166 #endif
4168 libc_cv_textrel_ifunc=no
4169 if test $libc_cv_ld_gnu_indirect_function = yes; then
4170 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -nostartfiles -nostdlib $no_ssp -pie -o conftest conftest.S'
4171 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4172 (eval $ac_try) 2>&5
4173 ac_status=$?
4174 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4175 test $ac_status = 0; }; }; then
4176 libc_cv_textrel_ifunc=yes
4179 rm -f conftest*
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_textrel_ifunc" >&5
4182 $as_echo "$libc_cv_textrel_ifunc" >&6; }
4185 # Check if CC supports attribute retain as it is used in attribute_used_retain macro.
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU attribute retain support" >&5
4187 $as_echo_n "checking for GNU attribute retain support... " >&6; }
4188 if ${libc_cv_gnu_retain+:} false; then :
4189 $as_echo_n "(cached) " >&6
4190 else
4191 cat > conftest.c <<EOF
4192 static int var __attribute__ ((used, retain, section ("__libc_atexit")));
4194 libc_cv_gnu_retain=no
4195 if ${CC-cc} -Werror -c conftest.c -o /dev/null 1>&5 \
4196 2>&5 ; then
4197 libc_cv_gnu_retain=yes
4199 rm -f conftest*
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gnu_retain" >&5
4202 $as_echo "$libc_cv_gnu_retain" >&6; }
4203 if test $libc_cv_gnu_retain = yes; then
4204 $as_echo "#define HAVE_GNU_RETAIN 1" >>confdefs.h
4207 config_vars="$config_vars
4208 have-gnu-retain = $libc_cv_gnu_retain"
4210 # Check if gcc warns about alias for function with incompatible types.
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler warns about alias for function with incompatible types" >&5
4212 $as_echo_n "checking if compiler warns about alias for function with incompatible types... " >&6; }
4213 if ${libc_cv_gcc_incompatible_alias+:} false; then :
4214 $as_echo_n "(cached) " >&6
4215 else
4216 cat > conftest.c <<EOF
4217 int __redirect_foo (const void *s, int c);
4219 __typeof (__redirect_foo) *foo_impl (void) __asm__ ("foo");
4220 __typeof (__redirect_foo) *foo_impl (void)
4222 return 0;
4225 extern __typeof (__redirect_foo) foo_alias __attribute__ ((alias ("foo")));
4227 libc_cv_gcc_incompatible_alias=yes
4228 if ${CC-cc} -Werror -c conftest.c -o conftest.o 1>&5 2>&5 ; then
4229 libc_cv_gcc_incompatible_alias=no
4231 rm -f conftest*
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_incompatible_alias" >&5
4234 $as_echo "$libc_cv_gcc_incompatible_alias" >&6; }
4236 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
4237 if test x"$multi_arch" = xyes; then
4238 as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4239 else
4240 multi_arch=no
4243 if test x"$libc_cv_gcc_indirect_function" != xyes; then
4244 # GCC 8+ emits a warning for alias with incompatible types and it might
4245 # fail to build ifunc resolvers aliases to either weak or internal
4246 # symbols. Disables multiarch build in this case.
4247 if test x"$libc_cv_gcc_incompatible_alias" == xyes; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gcc emits a warning for alias between functions of incompatible types" >&5
4249 $as_echo "$as_me: WARNING: gcc emits a warning for alias between functions of incompatible types" >&2;}
4250 if test x"$multi_arch" = xyes; then
4251 as_fn_error $? "--enable-multi-arch support requires a gcc with gnu-indirect-function support" "$LINENO" 5
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Multi-arch is disabled." >&5
4254 $as_echo "$as_me: WARNING: Multi-arch is disabled." >&2;}
4255 multi_arch=no
4256 elif test x"$multi_arch" = xyes; then
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4258 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&5
4259 $as_echo "$as_me: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4260 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&2;}
4263 multi_arch_d=
4264 if test x"$multi_arch" != xno; then
4265 multi_arch_d=/multiarch
4268 # Compute the list of sysdep directories for this configuration.
4269 # This can take a while to compute.
4270 sysdep_dir=$srcdir/sysdeps
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4272 $as_echo_n "checking sysdep dirs... " >&6; }
4273 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4274 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4276 test "x$base_os" != x || case "$os" in
4277 gnu*)
4278 base_os=mach/hurd ;;
4279 linux*)
4280 base_os=unix/sysv ;;
4281 esac
4283 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4284 tail=$os
4285 ostry=$os
4286 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4287 ostry="$ostry /$o"
4288 tail=$o
4289 done
4290 o=`echo $tail | sed 's/[0-9]*$//'`
4291 if test $o != $tail; then
4292 ostry="$ostry /$o"
4294 # For linux-gnu, try linux-gnu, then linux.
4295 o=`echo $tail | sed 's/-.*$//'`
4296 if test $o != $tail; then
4297 ostry="$ostry /$o"
4300 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4301 base=
4302 tail=$base_os
4303 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4304 set $b
4305 base="$base /$1"
4306 tail="$2"
4307 done
4309 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4310 mach=
4311 tail=$machine${submachine:+/$submachine}
4312 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4313 set $m
4314 # Prepend the machine's FPU directory unless the architecture specific
4315 # preconfigure disables it.
4316 if test "$libc_cv_with_fp" = yes; then
4317 maybe_fpu=/fpu
4318 else
4319 maybe_fpu=/nofpu
4321 # For each machine term, try it with and then without /multiarch.
4322 for try_fpu in $maybe_fpu ''; do
4323 for try_multi in $multi_arch_d ''; do
4324 mach="$mach /$1$try_fpu$try_multi"
4325 done
4326 done
4327 tail="$2"
4328 done
4331 # Find what sysdep directories exist.
4332 sysnames=
4333 for b in $base ''; do
4334 for m0 in $mach ''; do
4335 for v in /$vendor ''; do
4336 test "$v" = / && continue
4337 for o in /$ostry ''; do
4338 test "$o" = / && continue
4339 for m in $mach ''; do
4340 try_suffix="$m0$b$v$o$m"
4341 if test -n "$try_suffix"; then
4342 try_srcdir="${srcdir}/"
4343 try="sysdeps$try_suffix"
4344 test -n "$enable_debug_configure" &&
4345 echo "$0 DEBUG: try $try" >&2
4346 if test -d "$try_srcdir$try"; then
4347 sysnames="$sysnames $try"
4348 { test -n "$o" || test -n "$b"; } && os_used=t
4349 { test -n "$m" || test -n "$m0"; } && machine_used=t
4350 case x${m0:-$m} in
4351 x*/$submachine) submachine_used=t ;;
4352 esac
4355 done
4356 done
4357 done
4358 done
4359 done
4361 # If the assembler supports gnu_indirect_function symbol type and the
4362 # architecture supports multi-arch, we enable multi-arch by default.
4363 case $sysnames in
4364 *"$multi_arch_d"*)
4367 test x"$multi_arch" = xdefault && multi_arch=no
4369 esac
4370 if test x"$multi_arch" != xno; then
4371 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4376 if test -z "$os_used" && test "$os" != none; then
4377 as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4379 if test -z "$machine_used" && test "$machine" != none; then
4380 as_fn_error $? "The $machine is not supported." "$LINENO" 5
4382 if test -z "$submachine_used" && test -n "$submachine"; then
4383 as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4387 # We have now validated the configuration.
4389 # Expand the list of system names into a full list of directories
4390 # from each element's parent name and Implies file (if present).
4391 set $sysnames
4392 names=
4393 while test $# -gt 0; do
4394 name=$1
4395 shift
4397 case " $names " in *" $name "*)
4398 # Already in the list.
4399 continue
4400 esac
4402 # Report each name as we discover it, so there is no long pause in output.
4403 echo $ECHO_N "$name $ECHO_C" >&6
4405 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4407 case $name in
4408 /*) xsrcdir= ;;
4409 *) xsrcdir=$srcdir/ ;;
4410 esac
4411 test -n "$enable_debug_configure" &&
4412 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4414 for implies_file in Implies Implies-before Implies-after; do
4415 implies_type=`echo $implies_file | sed s/-/_/`
4416 eval ${implies_type}=
4417 if test -f $xsrcdir$name/$implies_file; then
4418 # Collect more names from the `Implies' file (removing comments).
4419 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4420 for x in $implied_candidate; do
4421 found=no
4422 if test -d $xsrcdir$name_base/$x; then
4423 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4424 found=yes
4426 try="sysdeps/$x"
4427 try_srcdir=$srcdir/
4428 test -n "$enable_debug_configure" &&
4429 echo "DEBUG: $name $implies_file $x try() {$try_srcdir}$try" >&2
4430 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4431 then
4432 eval "${implies_type}=\"\$${implies_type} \$try\""
4433 found=yes
4435 if test $found = no; then
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4437 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4439 done
4441 done
4443 # Add NAME to the list of names.
4444 names="$names $name"
4446 # Find the parent of NAME, using the empty string if it has none.
4447 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4449 test -n "$enable_debug_configure" &&
4450 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4451 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4453 # Add the names implied by NAME, and NAME's parent (if it has one), to
4454 # the list of names to be processed (the argument list). We prepend the
4455 # implied names to the list and append the parent. We want implied
4456 # directories to come before further directories inferred from the
4457 # configuration components; this ensures that for sysv4, unix/common
4458 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4459 # after sysv4).
4460 sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4461 test -n "$sysnames" && set $sysnames
4462 done
4464 # Add the default directories.
4465 default_sysnames="sysdeps/generic"
4466 sysnames="$names $default_sysnames"
4468 # The other names were emitted during the scan.
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4470 $as_echo "$default_sysnames" >&6; }
4473 ### Locate tools.
4475 # Find a good install program. We prefer a C program (faster),
4476 # so one script is as good as another. But avoid the broken or
4477 # incompatible versions:
4478 # SysV /etc/install, /usr/sbin/install
4479 # SunOS /usr/etc/install
4480 # IRIX /sbin/install
4481 # AIX /bin/install
4482 # AmigaOS /C/install, which installs bootblocks on floppy discs
4483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4486 # OS/2's system install, which has a completely different semantic
4487 # ./install, which can be erroneously created by make from ./install.sh.
4488 # Reject install programs that cannot install multiple files.
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4491 if test -z "$INSTALL"; then
4492 if ${ac_cv_path_install+:} false; then :
4493 $as_echo_n "(cached) " >&6
4494 else
4495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4496 for as_dir in $PATH
4498 IFS=$as_save_IFS
4499 test -z "$as_dir" && as_dir=.
4500 # Account for people who put trailing slashes in PATH elements.
4501 case $as_dir/ in #((
4502 ./ | .// | /[cC]/* | \
4503 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4504 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4505 /usr/ucb/* ) ;;
4507 # OSF1 and SCO ODT 3.0 have their own names for install.
4508 # Don't use installbsd from OSF since it installs stuff as root
4509 # by default.
4510 for ac_prog in ginstall scoinst install; do
4511 for ac_exec_ext in '' $ac_executable_extensions; do
4512 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4513 if test $ac_prog = install &&
4514 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4515 # AIX install. It has an incompatible calling convention.
4517 elif test $ac_prog = install &&
4518 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4519 # program-specific install script used by HP pwplus--don't use.
4521 else
4522 rm -rf conftest.one conftest.two conftest.dir
4523 echo one > conftest.one
4524 echo two > conftest.two
4525 mkdir conftest.dir
4526 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4527 test -s conftest.one && test -s conftest.two &&
4528 test -s conftest.dir/conftest.one &&
4529 test -s conftest.dir/conftest.two
4530 then
4531 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4532 break 3
4536 done
4537 done
4539 esac
4541 done
4542 IFS=$as_save_IFS
4544 rm -rf conftest.one conftest.two conftest.dir
4547 if test "${ac_cv_path_install+set}" = set; then
4548 INSTALL=$ac_cv_path_install
4549 else
4550 # As a last resort, use the slow shell script. Don't cache a
4551 # value for INSTALL within a source directory, because that will
4552 # break other packages using the cache if that directory is
4553 # removed, or if the value is a relative name.
4554 INSTALL=$ac_install_sh
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4558 $as_echo "$INSTALL" >&6; }
4560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4561 # It thinks the first close brace ends the variable substitution.
4562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4568 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4569 # The makefiles need to use a different form to find it in $srcdir.
4570 INSTALL='\$(..)./scripts/install-sh -c'
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4573 $as_echo_n "checking whether ln -s works... " >&6; }
4574 LN_S=$as_ln_s
4575 if test "$LN_S" = "ln -s"; then
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4577 $as_echo "yes" >&6; }
4578 else
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4580 $as_echo "no, using $LN_S" >&6; }
4584 # Was a --with-binutils option given?
4585 if test -n "$path_binutils"; then
4586 # Make absolute; ensure a single trailing slash.
4587 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4588 CC="$CC -B$path_binutils"
4590 case "$CC" in
4591 *fuse-ld=lld*) LDNAME=ld.lld;;
4592 *) LDNAME=ld;;
4593 esac
4594 AS=`$CC -print-prog-name=as`
4595 LD=`$CC -print-prog-name=$LDNAME`
4596 AR=`$CC -print-prog-name=ar`
4598 OBJDUMP=`$CC -print-prog-name=objdump`
4600 OBJCOPY=`$CC -print-prog-name=objcopy`
4602 GPROF=`$CC -print-prog-name=gprof`
4605 # Determine whether we are using GNU binutils.
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4607 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4608 if ${libc_cv_prog_as_gnu+:} false; then :
4609 $as_echo_n "(cached) " >&6
4610 else
4611 # Most GNU programs take a -v and spit out some text including
4612 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4613 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4614 libc_cv_prog_as_gnu=yes
4615 else
4616 libc_cv_prog_as_gnu=no
4618 rm -fr contest*
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4621 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4622 rm -f a.out
4623 gnu_as=$libc_cv_prog_as_gnu
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4626 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4627 if ${libc_cv_prog_ld_gnu+:} false; then :
4628 $as_echo_n "(cached) " >&6
4629 else
4630 # Most GNU programs take a -v and spit out some text including
4631 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4632 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4633 libc_cv_prog_ld_gnu=yes
4634 else
4635 libc_cv_prog_ld_gnu=no
4637 rm -fr contest*
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4640 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4641 gnu_ld=$libc_cv_prog_ld_gnu
4644 # Accept binutils 2.25 or newer.
4645 for ac_prog in $AS
4647 # Extract the first word of "$ac_prog", so it can be a program name with args.
4648 set dummy $ac_prog; ac_word=$2
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4650 $as_echo_n "checking for $ac_word... " >&6; }
4651 if ${ac_cv_prog_AS+:} false; then :
4652 $as_echo_n "(cached) " >&6
4653 else
4654 if test -n "$AS"; then
4655 ac_cv_prog_AS="$AS" # Let the user override the test.
4656 else
4657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658 for as_dir in $PATH
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4664 ac_cv_prog_AS="$ac_prog"
4665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4666 break 2
4668 done
4669 done
4670 IFS=$as_save_IFS
4674 AS=$ac_cv_prog_AS
4675 if test -n "$AS"; then
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4677 $as_echo "$AS" >&6; }
4678 else
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4680 $as_echo "no" >&6; }
4684 test -n "$AS" && break
4685 done
4687 if test -z "$AS"; then
4688 ac_verc_fail=yes
4689 else
4690 # Found it, now check the version.
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4692 $as_echo_n "checking version of $AS... " >&6; }
4693 ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4694 case $ac_prog_version in
4695 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4696 2.1[0-9][0-9]*|2.2[5-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4697 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4698 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4700 esac
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4702 $as_echo "$ac_prog_version" >&6; }
4704 if test $ac_verc_fail = yes; then
4705 AS=: critic_missing="$critic_missing as"
4709 libc_cv_with_lld=no
4710 case $($LD --version) in
4711 "GNU gold"*)
4712 # Accept gold 1.14 or higher
4713 for ac_prog in $LD
4715 # Extract the first word of "$ac_prog", so it can be a program name with args.
4716 set dummy $ac_prog; ac_word=$2
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4718 $as_echo_n "checking for $ac_word... " >&6; }
4719 if ${ac_cv_prog_LD+:} false; then :
4720 $as_echo_n "(cached) " >&6
4721 else
4722 if test -n "$LD"; then
4723 ac_cv_prog_LD="$LD" # Let the user override the test.
4724 else
4725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4726 for as_dir in $PATH
4728 IFS=$as_save_IFS
4729 test -z "$as_dir" && as_dir=.
4730 for ac_exec_ext in '' $ac_executable_extensions; do
4731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4732 ac_cv_prog_LD="$ac_prog"
4733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 break 2
4736 done
4737 done
4738 IFS=$as_save_IFS
4742 LD=$ac_cv_prog_LD
4743 if test -n "$LD"; then
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4745 $as_echo "$LD" >&6; }
4746 else
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4748 $as_echo "no" >&6; }
4752 test -n "$LD" && break
4753 done
4755 if test -z "$LD"; then
4756 ac_verc_fail=yes
4757 else
4758 # Found it, now check the version.
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4760 $as_echo_n "checking version of $LD... " >&6; }
4761 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU gold.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4762 case $ac_prog_version in
4763 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4764 1.1[4-9]*|1.[2-9][0-9]*|1.1[0-9][0-9]*|[2-9].*|[1-9][0-9]*)
4765 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4766 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4768 esac
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4770 $as_echo "$ac_prog_version" >&6; }
4772 if test $ac_verc_fail = yes; then
4773 LD=: critic_missing="$critic_missing GNU gold"
4777 "LLD"*)
4778 # Accept LLD 13.0.0 or higher
4779 for ac_prog in $LD
4781 # Extract the first word of "$ac_prog", so it can be a program name with args.
4782 set dummy $ac_prog; ac_word=$2
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4784 $as_echo_n "checking for $ac_word... " >&6; }
4785 if ${ac_cv_prog_LD+:} false; then :
4786 $as_echo_n "(cached) " >&6
4787 else
4788 if test -n "$LD"; then
4789 ac_cv_prog_LD="$LD" # Let the user override the test.
4790 else
4791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792 for as_dir in $PATH
4794 IFS=$as_save_IFS
4795 test -z "$as_dir" && as_dir=.
4796 for ac_exec_ext in '' $ac_executable_extensions; do
4797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4798 ac_cv_prog_LD="$ac_prog"
4799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4800 break 2
4802 done
4803 done
4804 IFS=$as_save_IFS
4808 LD=$ac_cv_prog_LD
4809 if test -n "$LD"; then
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4811 $as_echo "$LD" >&6; }
4812 else
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4814 $as_echo "no" >&6; }
4818 test -n "$LD" && break
4819 done
4821 if test -z "$LD"; then
4822 ac_verc_fail=yes
4823 else
4824 # Found it, now check the version.
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4826 $as_echo_n "checking version of $LD... " >&6; }
4827 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*LLD.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4828 case $ac_prog_version in
4829 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4830 1[3-9].*|[2-9][0-9].*)
4831 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4832 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4834 esac
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4836 $as_echo "$ac_prog_version" >&6; }
4838 if test $ac_verc_fail = yes; then
4839 LD=: critic_missing="$critic_missing LLD"
4842 libc_cv_with_lld=yes
4845 for ac_prog in $LD
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy $ac_prog; ac_word=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if ${ac_cv_prog_LD+:} false; then :
4852 $as_echo_n "(cached) " >&6
4853 else
4854 if test -n "$LD"; then
4855 ac_cv_prog_LD="$LD" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4860 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4864 ac_cv_prog_LD="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4866 break 2
4868 done
4869 done
4870 IFS=$as_save_IFS
4874 LD=$ac_cv_prog_LD
4875 if test -n "$LD"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4877 $as_echo "$LD" >&6; }
4878 else
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$LD" && break
4885 done
4887 if test -z "$LD"; then
4888 ac_verc_fail=yes
4889 else
4890 # Found it, now check the version.
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4892 $as_echo_n "checking version of $LD... " >&6; }
4893 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4894 case $ac_prog_version in
4895 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4896 2.1[0-9][0-9]*|2.2[5-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4897 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4898 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4900 esac
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4902 $as_echo "$ac_prog_version" >&6; }
4904 if test $ac_verc_fail = yes; then
4905 LD=: critic_missing="$critic_missing GNU ld"
4909 esac
4910 config_vars="$config_vars
4911 with-lld = $libc_cv_with_lld"
4913 # These programs are version sensitive.
4914 for ac_prog in gnumake gmake make
4916 # Extract the first word of "$ac_prog", so it can be a program name with args.
4917 set dummy $ac_prog; ac_word=$2
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 $as_echo_n "checking for $ac_word... " >&6; }
4920 if ${ac_cv_prog_MAKE+:} false; then :
4921 $as_echo_n "(cached) " >&6
4922 else
4923 if test -n "$MAKE"; then
4924 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4925 else
4926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in $PATH
4929 IFS=$as_save_IFS
4930 test -z "$as_dir" && as_dir=.
4931 for ac_exec_ext in '' $ac_executable_extensions; do
4932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4933 ac_cv_prog_MAKE="$ac_prog"
4934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935 break 2
4937 done
4938 done
4939 IFS=$as_save_IFS
4943 MAKE=$ac_cv_prog_MAKE
4944 if test -n "$MAKE"; then
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4946 $as_echo "$MAKE" >&6; }
4947 else
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4953 test -n "$MAKE" && break
4954 done
4956 if test -z "$MAKE"; then
4957 ac_verc_fail=yes
4958 else
4959 # Found it, now check the version.
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4961 $as_echo_n "checking version of $MAKE... " >&6; }
4962 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4963 case $ac_prog_version in
4964 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4965 [4-9].* | [1-9][0-9]*)
4966 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4967 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4969 esac
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4971 $as_echo "$ac_prog_version" >&6; }
4973 if test $ac_verc_fail = yes; then
4974 critic_missing="$critic_missing make"
4978 for ac_prog in gnumsgfmt gmsgfmt msgfmt
4980 # Extract the first word of "$ac_prog", so it can be a program name with args.
4981 set dummy $ac_prog; ac_word=$2
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4983 $as_echo_n "checking for $ac_word... " >&6; }
4984 if ${ac_cv_prog_MSGFMT+:} false; then :
4985 $as_echo_n "(cached) " >&6
4986 else
4987 if test -n "$MSGFMT"; then
4988 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4989 else
4990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4991 for as_dir in $PATH
4993 IFS=$as_save_IFS
4994 test -z "$as_dir" && as_dir=.
4995 for ac_exec_ext in '' $ac_executable_extensions; do
4996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4997 ac_cv_prog_MSGFMT="$ac_prog"
4998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4999 break 2
5001 done
5002 done
5003 IFS=$as_save_IFS
5007 MSGFMT=$ac_cv_prog_MSGFMT
5008 if test -n "$MSGFMT"; then
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5010 $as_echo "$MSGFMT" >&6; }
5011 else
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; }
5017 test -n "$MSGFMT" && break
5018 done
5020 if test -z "$MSGFMT"; then
5021 ac_verc_fail=yes
5022 else
5023 # Found it, now check the version.
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
5025 $as_echo_n "checking version of $MSGFMT... " >&6; }
5026 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
5027 case $ac_prog_version in
5028 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5029 0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*)
5030 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5031 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5033 esac
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5035 $as_echo "$ac_prog_version" >&6; }
5037 if test $ac_verc_fail = yes; then
5038 MSGFMT=: aux_missing="$aux_missing msgfmt"
5041 for ac_prog in makeinfo
5043 # Extract the first word of "$ac_prog", so it can be a program name with args.
5044 set dummy $ac_prog; ac_word=$2
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5046 $as_echo_n "checking for $ac_word... " >&6; }
5047 if ${ac_cv_prog_MAKEINFO+:} false; then :
5048 $as_echo_n "(cached) " >&6
5049 else
5050 if test -n "$MAKEINFO"; then
5051 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
5052 else
5053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5054 for as_dir in $PATH
5056 IFS=$as_save_IFS
5057 test -z "$as_dir" && as_dir=.
5058 for ac_exec_ext in '' $ac_executable_extensions; do
5059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5060 ac_cv_prog_MAKEINFO="$ac_prog"
5061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5062 break 2
5064 done
5065 done
5066 IFS=$as_save_IFS
5070 MAKEINFO=$ac_cv_prog_MAKEINFO
5071 if test -n "$MAKEINFO"; then
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
5073 $as_echo "$MAKEINFO" >&6; }
5074 else
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5076 $as_echo "no" >&6; }
5080 test -n "$MAKEINFO" && break
5081 done
5083 if test -z "$MAKEINFO"; then
5084 ac_verc_fail=yes
5085 else
5086 # Found it, now check the version.
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
5088 $as_echo_n "checking version of $MAKEINFO... " >&6; }
5089 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
5090 case $ac_prog_version in
5091 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5092 4.[7-9]*|4.[1-9][0-9]*|[5-9].*)
5093 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5094 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5096 esac
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5098 $as_echo "$ac_prog_version" >&6; }
5100 if test $ac_verc_fail = yes; then
5101 MAKEINFO=: aux_missing="$aux_missing makeinfo"
5104 for ac_prog in sed
5106 # Extract the first word of "$ac_prog", so it can be a program name with args.
5107 set dummy $ac_prog; ac_word=$2
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5109 $as_echo_n "checking for $ac_word... " >&6; }
5110 if ${ac_cv_prog_SED+:} false; then :
5111 $as_echo_n "(cached) " >&6
5112 else
5113 if test -n "$SED"; then
5114 ac_cv_prog_SED="$SED" # Let the user override the test.
5115 else
5116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5117 for as_dir in $PATH
5119 IFS=$as_save_IFS
5120 test -z "$as_dir" && as_dir=.
5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5123 ac_cv_prog_SED="$ac_prog"
5124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5125 break 2
5127 done
5128 done
5129 IFS=$as_save_IFS
5133 SED=$ac_cv_prog_SED
5134 if test -n "$SED"; then
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
5136 $as_echo "$SED" >&6; }
5137 else
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5139 $as_echo "no" >&6; }
5143 test -n "$SED" && break
5144 done
5146 if test -z "$SED"; then
5147 ac_verc_fail=yes
5148 else
5149 # Found it, now check the version.
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
5151 $as_echo_n "checking version of $SED... " >&6; }
5152 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
5153 case $ac_prog_version in
5154 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5155 3.0[2-9]*|3.[1-9]*|[4-9]*)
5156 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5157 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5159 esac
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5161 $as_echo "$ac_prog_version" >&6; }
5163 if test $ac_verc_fail = yes; then
5164 SED=: aux_missing="$aux_missing sed"
5167 for ac_prog in gawk
5169 # Extract the first word of "$ac_prog", so it can be a program name with args.
5170 set dummy $ac_prog; ac_word=$2
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5172 $as_echo_n "checking for $ac_word... " >&6; }
5173 if ${ac_cv_prog_AWK+:} false; then :
5174 $as_echo_n "(cached) " >&6
5175 else
5176 if test -n "$AWK"; then
5177 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5178 else
5179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5180 for as_dir in $PATH
5182 IFS=$as_save_IFS
5183 test -z "$as_dir" && as_dir=.
5184 for ac_exec_ext in '' $ac_executable_extensions; do
5185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5186 ac_cv_prog_AWK="$ac_prog"
5187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5188 break 2
5190 done
5191 done
5192 IFS=$as_save_IFS
5196 AWK=$ac_cv_prog_AWK
5197 if test -n "$AWK"; then
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5199 $as_echo "$AWK" >&6; }
5200 else
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5202 $as_echo "no" >&6; }
5206 test -n "$AWK" && break
5207 done
5209 if test -z "$AWK"; then
5210 ac_verc_fail=yes
5211 else
5212 # Found it, now check the version.
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
5214 $as_echo_n "checking version of $AWK... " >&6; }
5215 ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
5216 case $ac_prog_version in
5217 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5218 3.1.[2-9]*|3.[2-9]*|[4-9]*)
5219 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5220 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5222 esac
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5224 $as_echo "$ac_prog_version" >&6; }
5226 if test $ac_verc_fail = yes; then
5227 critic_missing="$critic_missing gawk"
5230 for ac_prog in bison
5232 # Extract the first word of "$ac_prog", so it can be a program name with args.
5233 set dummy $ac_prog; ac_word=$2
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5235 $as_echo_n "checking for $ac_word... " >&6; }
5236 if ${ac_cv_prog_BISON+:} false; then :
5237 $as_echo_n "(cached) " >&6
5238 else
5239 if test -n "$BISON"; then
5240 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5241 else
5242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5243 for as_dir in $PATH
5245 IFS=$as_save_IFS
5246 test -z "$as_dir" && as_dir=.
5247 for ac_exec_ext in '' $ac_executable_extensions; do
5248 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5249 ac_cv_prog_BISON="$ac_prog"
5250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5251 break 2
5253 done
5254 done
5255 IFS=$as_save_IFS
5259 BISON=$ac_cv_prog_BISON
5260 if test -n "$BISON"; then
5261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5262 $as_echo "$BISON" >&6; }
5263 else
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5265 $as_echo "no" >&6; }
5269 test -n "$BISON" && break
5270 done
5272 if test -z "$BISON"; then
5273 ac_verc_fail=yes
5274 else
5275 # Found it, now check the version.
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5277 $as_echo_n "checking version of $BISON... " >&6; }
5278 ac_prog_version=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5279 case $ac_prog_version in
5280 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5281 2.7*|[3-9].*|[1-9][0-9]*)
5282 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5283 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5285 esac
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5287 $as_echo "$ac_prog_version" >&6; }
5289 if test $ac_verc_fail = yes; then
5290 critic_missing="$critic_missing bison"
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
5295 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
5296 if ${libc_cv_compiler_ok+:} false; then :
5297 $as_echo_n "(cached) " >&6
5298 else
5300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5301 /* end confdefs.h. */
5304 main ()
5307 #if !defined __GNUC__ || __GNUC__ < 6 || (__GNUC__ == 6 && __GNUC_MINOR__ < 2)
5308 #error insufficient compiler
5309 #endif
5311 return 0;
5313 _ACEOF
5314 if ac_fn_c_try_cpp "$LINENO"; then :
5315 libc_cv_compiler_ok=yes
5316 else
5317 libc_cv_compiler_ok=no
5319 rm -f conftest.err conftest.i conftest.$ac_ext
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
5322 $as_echo "$libc_cv_compiler_ok" >&6; }
5323 if test $libc_cv_compiler_ok != yes; then :
5324 critic_missing="$critic_missing compiler"
5327 if test -n "$ac_tool_prefix"; then
5328 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5329 set dummy ${ac_tool_prefix}nm; ac_word=$2
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5331 $as_echo_n "checking for $ac_word... " >&6; }
5332 if ${ac_cv_prog_NM+:} false; then :
5333 $as_echo_n "(cached) " >&6
5334 else
5335 if test -n "$NM"; then
5336 ac_cv_prog_NM="$NM" # Let the user override the test.
5337 else
5338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5339 for as_dir in $PATH
5341 IFS=$as_save_IFS
5342 test -z "$as_dir" && as_dir=.
5343 for ac_exec_ext in '' $ac_executable_extensions; do
5344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5345 ac_cv_prog_NM="${ac_tool_prefix}nm"
5346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5347 break 2
5349 done
5350 done
5351 IFS=$as_save_IFS
5355 NM=$ac_cv_prog_NM
5356 if test -n "$NM"; then
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5358 $as_echo "$NM" >&6; }
5359 else
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5361 $as_echo "no" >&6; }
5366 if test -z "$ac_cv_prog_NM"; then
5367 ac_ct_NM=$NM
5368 # Extract the first word of "nm", so it can be a program name with args.
5369 set dummy nm; ac_word=$2
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5371 $as_echo_n "checking for $ac_word... " >&6; }
5372 if ${ac_cv_prog_ac_ct_NM+:} false; then :
5373 $as_echo_n "(cached) " >&6
5374 else
5375 if test -n "$ac_ct_NM"; then
5376 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5377 else
5378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5379 for as_dir in $PATH
5381 IFS=$as_save_IFS
5382 test -z "$as_dir" && as_dir=.
5383 for ac_exec_ext in '' $ac_executable_extensions; do
5384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5385 ac_cv_prog_ac_ct_NM="nm"
5386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5387 break 2
5389 done
5390 done
5391 IFS=$as_save_IFS
5395 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5396 if test -n "$ac_ct_NM"; then
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5398 $as_echo "$ac_ct_NM" >&6; }
5399 else
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5401 $as_echo "no" >&6; }
5404 if test "x$ac_ct_NM" = x; then
5405 NM="false"
5406 else
5407 case $cross_compiling:$ac_tool_warned in
5408 yes:)
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5411 ac_tool_warned=yes ;;
5412 esac
5413 NM=$ac_ct_NM
5415 else
5416 NM="$ac_cv_prog_NM"
5420 if test "x$maintainer" = "xyes"; then
5421 for ac_prog in autoconf
5423 # Extract the first word of "$ac_prog", so it can be a program name with args.
5424 set dummy $ac_prog; ac_word=$2
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5426 $as_echo_n "checking for $ac_word... " >&6; }
5427 if ${ac_cv_prog_AUTOCONF+:} false; then :
5428 $as_echo_n "(cached) " >&6
5429 else
5430 if test -n "$AUTOCONF"; then
5431 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5432 else
5433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5434 for as_dir in $PATH
5436 IFS=$as_save_IFS
5437 test -z "$as_dir" && as_dir=.
5438 for ac_exec_ext in '' $ac_executable_extensions; do
5439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5440 ac_cv_prog_AUTOCONF="$ac_prog"
5441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5442 break 2
5444 done
5445 done
5446 IFS=$as_save_IFS
5450 AUTOCONF=$ac_cv_prog_AUTOCONF
5451 if test -n "$AUTOCONF"; then
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5453 $as_echo "$AUTOCONF" >&6; }
5454 else
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5456 $as_echo "no" >&6; }
5460 test -n "$AUTOCONF" && break
5461 done
5462 test -n "$AUTOCONF" || AUTOCONF="no"
5464 case "x$AUTOCONF" in
5465 xno|x|x:) AUTOCONF=no ;;
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5468 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5469 if ${libc_cv_autoconf_works+:} false; then :
5470 $as_echo_n "(cached) " >&6
5471 else
5472 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then
5473 libc_cv_autoconf_works=yes
5474 else
5475 libc_cv_autoconf_works=no
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5479 $as_echo "$libc_cv_autoconf_works" >&6; }
5480 test $libc_cv_autoconf_works = yes || AUTOCONF=no
5482 esac
5483 if test "x$AUTOCONF" = xno; then
5484 aux_missing="$aux_missing autoconf"
5486 else
5487 AUTOCONF=no
5490 # Check for python3 if available, or else python.
5491 for ac_prog in python3 python
5493 # Extract the first word of "$ac_prog", so it can be a program name with args.
5494 set dummy $ac_prog; ac_word=$2
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5496 $as_echo_n "checking for $ac_word... " >&6; }
5497 if ${ac_cv_prog_PYTHON_PROG+:} false; then :
5498 $as_echo_n "(cached) " >&6
5499 else
5500 if test -n "$PYTHON_PROG"; then
5501 ac_cv_prog_PYTHON_PROG="$PYTHON_PROG" # Let the user override the test.
5502 else
5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504 for as_dir in $PATH
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5510 ac_cv_prog_PYTHON_PROG="$ac_prog"
5511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 break 2
5514 done
5515 done
5516 IFS=$as_save_IFS
5520 PYTHON_PROG=$ac_cv_prog_PYTHON_PROG
5521 if test -n "$PYTHON_PROG"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_PROG" >&5
5523 $as_echo "$PYTHON_PROG" >&6; }
5524 else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5526 $as_echo "no" >&6; }
5530 test -n "$PYTHON_PROG" && break
5531 done
5533 if test -z "$PYTHON_PROG"; then
5534 ac_verc_fail=yes
5535 else
5536 # Found it, now check the version.
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $PYTHON_PROG" >&5
5538 $as_echo_n "checking version of $PYTHON_PROG... " >&6; }
5539 ac_prog_version=`$PYTHON_PROG --version 2>&1 | sed -n 's/^.*Python \([0-9][0-9.]*\).*$/\1/p'`
5540 case $ac_prog_version in
5541 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5542 3.[4-9]*|3.[1-9][0-9]*|[4-9].*|[1-9][0-9]*)
5543 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5544 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5546 esac
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5548 $as_echo "$ac_prog_version" >&6; }
5550 if test $ac_verc_fail = yes; then
5551 critic_missing="$critic_missing python"
5554 PYTHON="$PYTHON_PROG -B"
5557 test -n "$critic_missing" && as_fn_error $? "
5558 *** These critical programs are missing or too old:$critic_missing
5559 *** Check the INSTALL file for required versions." "$LINENO" 5
5561 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5562 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5563 *** some features or tests will be disabled.
5564 *** Check the INSTALL file for required versions." >&5
5565 $as_echo "$as_me: WARNING:
5566 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5567 *** some features or tests will be disabled.
5568 *** Check the INSTALL file for required versions." >&2;}
5570 # if using special system headers, find out the compiler's sekrit
5571 # header directory and add that to the list. NOTE: Only does the right
5572 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5573 if test -n "$sysheaders"; then
5574 SYSINCLUDES=-nostdinc
5575 for d in include include-fixed; do
5576 i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5577 SYSINCLUDES="$SYSINCLUDES -isystem $i"
5578 done
5579 SYSINCLUDES="$SYSINCLUDES \
5580 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5581 if test -n "$CXX"; then
5582 CXX_SYSINCLUDES=
5583 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5584 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5585 test "x$cxxheaders" != x &&
5586 CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders"
5587 done
5593 # Obtain some C++ header file paths. This is used to make a local
5594 # copy of those headers in Makerules.
5595 if test -n "$CXX"; then
5596 find_cxx_header () {
5597 echo "#include <$1>" | $CXX -M -MP -x c++ - 2>/dev/null \
5598 | sed -n "\,$1:,{s/:\$//;p}"
5600 CXX_CSTDLIB_HEADER="$(find_cxx_header cstdlib)"
5601 CXX_CMATH_HEADER="$(find_cxx_header cmath)"
5602 CXX_BITS_STD_ABS_H="$(find_cxx_header bits/std_abs.h)"
5608 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5609 # since this would lead to problems installing/building glibc.
5610 # LD_LIBRARY_PATH contains the current directory if one of the following
5611 # is true:
5612 # - one of the terminals (":" and ";") is the first or last sign
5613 # - two terminals occur directly after each other
5614 # - the path contains an element with a dot in it
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5616 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5617 case ${LD_LIBRARY_PATH} in
5618 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5619 ld_library_path_setting="contains current directory"
5622 ld_library_path_setting="ok"
5624 esac
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5626 $as_echo "$ld_library_path_setting" >&6; }
5627 if test "$ld_library_path_setting" != "ok"; then
5628 as_fn_error $? "
5629 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5630 *** building glibc. Please change the environment variable
5631 *** and run configure again." "$LINENO" 5
5634 # Extract the first word of "bash", so it can be a program name with args.
5635 set dummy bash; ac_word=$2
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5637 $as_echo_n "checking for $ac_word... " >&6; }
5638 if ${ac_cv_path_BASH_SHELL+:} false; then :
5639 $as_echo_n "(cached) " >&6
5640 else
5641 case $BASH_SHELL in
5642 [\\/]* | ?:[\\/]*)
5643 ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5647 for as_dir in $PATH
5649 IFS=$as_save_IFS
5650 test -z "$as_dir" && as_dir=.
5651 for ac_exec_ext in '' $ac_executable_extensions; do
5652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5653 ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5655 break 2
5657 done
5658 done
5659 IFS=$as_save_IFS
5661 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5663 esac
5665 BASH_SHELL=$ac_cv_path_BASH_SHELL
5666 if test -n "$BASH_SHELL"; then
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5668 $as_echo "$BASH_SHELL" >&6; }
5669 else
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5671 $as_echo "no" >&6; }
5676 # Extract the first word of "perl", so it can be a program name with args.
5677 set dummy perl; ac_word=$2
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5679 $as_echo_n "checking for $ac_word... " >&6; }
5680 if ${ac_cv_path_PERL+:} false; then :
5681 $as_echo_n "(cached) " >&6
5682 else
5683 case $PERL in
5684 [\\/]* | ?:[\\/]*)
5685 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5689 for as_dir in $PATH
5691 IFS=$as_save_IFS
5692 test -z "$as_dir" && as_dir=.
5693 for ac_exec_ext in '' $ac_executable_extensions; do
5694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5695 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5697 break 2
5699 done
5700 done
5701 IFS=$as_save_IFS
5703 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5705 esac
5707 PERL=$ac_cv_path_PERL
5708 if test -n "$PERL"; then
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5710 $as_echo "$PERL" >&6; }
5711 else
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5713 $as_echo "no" >&6; }
5717 if test "$PERL" != no &&
5718 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5719 PERL=no
5721 # Extract the first word of "install-info", so it can be a program name with args.
5722 set dummy install-info; ac_word=$2
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5724 $as_echo_n "checking for $ac_word... " >&6; }
5725 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5726 $as_echo_n "(cached) " >&6
5727 else
5728 case $INSTALL_INFO in
5729 [\\/]* | ?:[\\/]*)
5730 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5734 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5735 for as_dir in $as_dummy
5737 IFS=$as_save_IFS
5738 test -z "$as_dir" && as_dir=.
5739 for ac_exec_ext in '' $ac_executable_extensions; do
5740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5741 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5743 break 2
5745 done
5746 done
5747 IFS=$as_save_IFS
5749 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5751 esac
5753 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5754 if test -n "$INSTALL_INFO"; then
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5756 $as_echo "$INSTALL_INFO" >&6; }
5757 else
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5759 $as_echo "no" >&6; }
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5765 $as_echo_n "checking for .set assembler directive... " >&6; }
5766 if ${libc_cv_asm_set_directive+:} false; then :
5767 $as_echo_n "(cached) " >&6
5768 else
5769 cat > conftest.s <<EOF
5770 .text
5771 foo:
5772 .set glibc_conftest_frobozz,foo
5773 .globl glibc_conftest_frobozz
5775 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5776 # (but it doesn't work), so we must do a linking check to be sure.
5777 cat > conftest1.c <<\EOF
5778 extern int glibc_conftest_frobozz;
5779 void _start() { glibc_conftest_frobozz = 1; }
5781 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5782 -nostartfiles -nostdlib $no_ssp \
5783 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5784 libc_cv_asm_set_directive=yes
5785 else
5786 libc_cv_asm_set_directive=no
5788 rm -f conftest*
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5791 $as_echo "$libc_cv_asm_set_directive" >&6; }
5792 if test $libc_cv_asm_set_directive = yes; then
5793 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5798 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5799 if ${libc_cv_protected_data+:} false; then :
5800 $as_echo_n "(cached) " >&6
5801 else
5802 cat > conftest.c <<EOF
5803 int bar __attribute__ ((visibility ("protected"))) = 1;
5805 libc_cv_protected_data=no
5806 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp -fPIC -shared conftest.c -o conftest.so'
5807 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5808 (eval $ac_try) 2>&5
5809 ac_status=$?
5810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5811 test $ac_status = 0; }; }; then
5812 cat > conftest.c <<EOF
5813 extern int bar;
5814 int main (void) { return bar; }
5816 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp conftest.c -o conftest conftest.so'
5817 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5818 (eval $ac_try) 2>&5
5819 ac_status=$?
5820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5821 test $ac_status = 0; }; }; then
5822 libc_cv_protected_data=yes
5825 rm -f conftest.*
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5829 $as_echo "$libc_cv_protected_data" >&6; }
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for INSERT in linker script" >&5
5833 $as_echo_n "checking linker support for INSERT in linker script... " >&6; }
5834 if ${libc_cv_insert+:} false; then :
5835 $as_echo_n "(cached) " >&6
5836 else
5837 cat > conftest.c <<EOF
5838 int __attribute__ ((section(".bar"))) bar = 0x12345678;
5839 int test (void) { return bar; }
5841 cat > conftest.t <<EOF
5842 SECTIONS
5844 .bar : { *(.bar) }
5846 INSERT AFTER .rela.dyn;
5848 libc_cv_insert=no
5849 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp -fPIC -shared conftest.c -Wl,-T,conftest.t -o conftest.so'
5850 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5851 (eval $ac_try) 2>&5
5852 ac_status=$?
5853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5854 test $ac_status = 0; }; }; then
5855 libc_cv_insert=yes
5857 rm -f conftest.*
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_insert" >&5
5861 $as_echo "$libc_cv_insert" >&6; }
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5865 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5866 if ${libc_cv_broken_alias_attribute+:} false; then :
5867 $as_echo_n "(cached) " >&6
5868 else
5869 cat > conftest.c <<EOF
5870 extern int foo (int x) __asm ("xyzzy");
5871 int bar (int x) { return x; }
5872 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5873 extern int dfoo;
5874 extern __typeof (dfoo) dfoo __asm ("abccb");
5875 int dfoo = 1;
5877 libc_cv_broken_alias_attribute=yes
5878 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5879 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5880 (eval $ac_try) 2>&5
5881 ac_status=$?
5882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5883 test $ac_status = 0; }; }; then
5884 if grep 'xyzzy' conftest.s >/dev/null &&
5885 grep 'abccb' conftest.s >/dev/null; then
5886 libc_cv_broken_alias_attribute=no
5889 rm -f conftest.c conftest.s
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5893 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5894 if test $libc_cv_broken_alias_attribute = yes; then
5895 as_fn_error $? "working alias attribute support required" "$LINENO" 5
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5899 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5900 if ${libc_cv_have_sdata_section+:} false; then :
5901 $as_echo_n "(cached) " >&6
5902 else
5903 echo "int i;" > conftest.c
5904 libc_cv_have_sdata_section=no
5905 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
5906 | grep '\.sdata' >/dev/null; then
5907 libc_cv_have_sdata_section=yes
5909 rm -f conftest.c conftest.so
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5913 $as_echo "$libc_cv_have_sdata_section" >&6; }
5914 if test $libc_cv_have_sdata_section = yes; then
5915 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5920 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5921 if ${libc_cv_cc_with_libunwind+:} false; then :
5922 $as_echo_n "(cached) " >&6
5923 else
5925 cat > conftest.c <<EOF
5926 int main (void) { return 0; }
5928 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5929 conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
5930 libc_cv_cc_with_libunwind=yes
5931 else
5932 libc_cv_cc_with_libunwind=no
5934 rm -f conftest*
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5937 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5939 if test $libc_cv_cc_with_libunwind = yes; then
5940 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5944 ASFLAGS_config=
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
5946 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
5947 if ${libc_cv_as_noexecstack+:} false; then :
5948 $as_echo_n "(cached) " >&6
5949 else
5950 cat > conftest.c <<EOF
5951 void foo (void) { }
5953 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
5954 -S -o conftest.s conftest.c 1>&5'
5955 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5956 (eval $ac_try) 2>&5
5957 ac_status=$?
5958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5959 test $ac_status = 0; }; } \
5960 && grep .note.GNU-stack conftest.s >/dev/null \
5961 && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
5962 -c -o conftest.o conftest.s 1>&5'
5963 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5964 (eval $ac_try) 2>&5
5965 ac_status=$?
5966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5967 test $ac_status = 0; }; }
5968 then
5969 libc_cv_as_noexecstack=yes
5970 else
5971 libc_cv_as_noexecstack=no
5973 rm -f conftest*
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
5976 $as_echo "$libc_cv_as_noexecstack" >&6; }
5977 if test $libc_cv_as_noexecstack = yes; then
5978 ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
5983 $as_echo_n "checking for -z combreloc... " >&6; }
5984 if ${libc_cv_z_combreloc+:} false; then :
5985 $as_echo_n "(cached) " >&6
5986 else
5987 cat > conftest.c <<EOF
5988 extern int bar (int);
5989 extern int mumble;
5990 int foo (void) { return bar (mumble); }
5992 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5993 -fPIC -shared $no_ssp -o conftest.so conftest.c
5994 -nostdlib -nostartfiles
5995 -Wl,-z,combreloc 1>&5'
5996 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5997 (eval $ac_try) 2>&5
5998 ac_status=$?
5999 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6000 test $ac_status = 0; }; }
6001 then
6002 if $READELF -S conftest.so | grep -E '.rela?.dyn' > /dev/null; then
6003 libc_cv_z_combreloc=yes
6004 else
6005 libc_cv_z_combreloc=no
6007 else
6008 libc_cv_z_combreloc=no
6010 rm -f conftest*
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
6013 $as_echo "$libc_cv_z_combreloc" >&6; }
6014 if test "$libc_cv_z_combreloc" = yes; then
6015 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
6021 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
6022 libc_linker_feature=no
6023 if test x"$gnu_ld" = x"yes"; then
6024 cat > conftest.c <<EOF
6025 int _start (void) { return 42; }
6027 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
6028 -Wl,-z,execstack -nostdlib -nostartfiles
6029 -fPIC -shared -o conftest.so conftest.c
6030 1>&5'
6031 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6032 (eval $ac_try) 2>&5
6033 ac_status=$?
6034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6035 test $ac_status = 0; }; }
6036 then
6037 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -Wl,-z,execstack -nostdlib \
6038 -nostartfiles -fPIC -shared -o conftest.so conftest.c 2>&1 \
6039 | grep "warning: -z execstack ignored" > /dev/null 2>&1; then
6040 true
6041 else
6042 libc_linker_feature=yes
6045 rm -f conftest*
6047 if test $libc_linker_feature = yes; then
6048 libc_cv_z_execstack=yes
6049 else
6050 libc_cv_z_execstack=no
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6053 $as_echo "$libc_linker_feature" >&6; }
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z start-stop-gc" >&5
6057 $as_echo_n "checking for linker that supports -z start-stop-gc... " >&6; }
6058 libc_linker_feature=no
6059 if test x"$gnu_ld" = x"yes"; then
6060 cat > conftest.c <<EOF
6061 int _start (void) { return 42; }
6063 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
6064 -Wl,-z,start-stop-gc -nostdlib -nostartfiles
6065 -fPIC -shared -o conftest.so conftest.c
6066 1>&5'
6067 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6068 (eval $ac_try) 2>&5
6069 ac_status=$?
6070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6071 test $ac_status = 0; }; }
6072 then
6073 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -Wl,-z,start-stop-gc -nostdlib \
6074 -nostartfiles -fPIC -shared -o conftest.so conftest.c 2>&1 \
6075 | grep "warning: -z start-stop-gc ignored" > /dev/null 2>&1; then
6076 true
6077 else
6078 libc_linker_feature=yes
6081 rm -f conftest*
6083 if test $libc_linker_feature = yes; then
6084 libc_cv_z_start_stop_gc=yes
6085 else
6086 libc_cv_z_start_stop_gc=no
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6089 $as_echo "$libc_linker_feature" >&6; }
6090 config_vars="$config_vars
6091 have-z-start-stop-gc = $libc_cv_z_start_stop_gc"
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports --depaudit" >&5
6094 $as_echo_n "checking for linker that supports --depaudit... " >&6; }
6095 libc_linker_feature=no
6096 if test x"$gnu_ld" = x"yes"; then
6097 cat > conftest.c <<EOF
6098 int _start (void) { return 42; }
6100 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
6101 -Wl,--depaudit,x -nostdlib -nostartfiles
6102 -fPIC -shared -o conftest.so conftest.c
6103 1>&5'
6104 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6105 (eval $ac_try) 2>&5
6106 ac_status=$?
6107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6108 test $ac_status = 0; }; }
6109 then
6110 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -Wl,--depaudit,x -nostdlib \
6111 -nostartfiles -fPIC -shared -o conftest.so conftest.c 2>&1 \
6112 | grep "warning: --depaudit ignored" > /dev/null 2>&1; then
6113 true
6114 else
6115 libc_linker_feature=yes
6118 rm -f conftest*
6120 if test $libc_linker_feature = yes; then
6121 libc_cv_depaudit=yes
6122 else
6123 libc_cv_depaudit=no
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6126 $as_echo "$libc_linker_feature" >&6; }
6127 config_vars="$config_vars
6128 have-depaudit = $libc_cv_depaudit"
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports --no-dynamic-linker" >&5
6131 $as_echo_n "checking for linker that supports --no-dynamic-linker... " >&6; }
6132 libc_linker_feature=no
6133 if test x"$gnu_ld" = x"yes"; then
6134 cat > conftest.c <<EOF
6135 int _start (void) { return 42; }
6137 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
6138 -Wl,--no-dynamic-linker -nostdlib -nostartfiles
6139 -fPIC -shared -o conftest.so conftest.c
6140 1>&5'
6141 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6142 (eval $ac_try) 2>&5
6143 ac_status=$?
6144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6145 test $ac_status = 0; }; }
6146 then
6147 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -Wl,--no-dynamic-linker -nostdlib \
6148 -nostartfiles -fPIC -shared -o conftest.so conftest.c 2>&1 \
6149 | grep "warning: --no-dynamic-linker ignored" > /dev/null 2>&1; then
6150 true
6151 else
6152 libc_linker_feature=yes
6155 rm -f conftest*
6157 if test $libc_linker_feature = yes; then
6158 libc_cv_no_dynamic_linker=yes
6159 else
6160 libc_cv_no_dynamic_linker=no
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6163 $as_echo "$libc_linker_feature" >&6; }
6164 config_vars="$config_vars
6165 have-no-dynamic-linker = $libc_cv_no_dynamic_linker"
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -static-pie" >&5
6168 $as_echo_n "checking for -static-pie... " >&6; }
6169 if ${libc_cv_static_pie+:} false; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172 if { ac_try='${CC-cc} -static-pie -xc /dev/null -S -o /dev/null'
6173 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6174 (eval $ac_try) 2>&5
6175 ac_status=$?
6176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6177 test $ac_status = 0; }; }; then :
6178 libc_cv_static_pie=yes
6179 else
6180 libc_cv_static_pie=no
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_static_pie" >&5
6185 $as_echo "$libc_cv_static_pie" >&6; }
6186 config_vars="$config_vars
6187 have-static-pie = $libc_cv_static_pie"
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
6190 $as_echo_n "checking for -fpie... " >&6; }
6191 if ${libc_cv_fpie+:} false; then :
6192 $as_echo_n "(cached) " >&6
6193 else
6194 if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
6195 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6196 (eval $ac_try) 2>&5
6197 ac_status=$?
6198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6199 test $ac_status = 0; }; }; then :
6200 libc_cv_fpie=yes
6201 else
6202 libc_cv_fpie=no
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
6207 $as_echo "$libc_cv_fpie" >&6; }
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
6212 $as_echo_n "checking for --hash-style option... " >&6; }
6213 if ${libc_cv_hashstyle+:} false; then :
6214 $as_echo_n "(cached) " >&6
6215 else
6216 cat > conftest.c <<EOF
6217 int _start (void) { return 42; }
6219 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
6220 -fPIC -shared -o conftest.so conftest.c
6221 -Wl,--hash-style=both -nostdlib 1>&5'
6222 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6223 (eval $ac_try) 2>&5
6224 ac_status=$?
6225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6226 test $ac_status = 0; }; }
6227 then
6228 libc_cv_hashstyle=yes
6229 else
6230 libc_cv_hashstyle=no
6232 rm -f conftest*
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
6235 $as_echo "$libc_cv_hashstyle" >&6; }
6238 # The linker's default -shared behavior is good enough if it
6239 # does these things that our custom linker scripts ensure that
6240 # all allocated NOTE sections come first.
6241 if test "$use_default_link" = default; then
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
6243 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
6244 if ${libc_cv_use_default_link+:} false; then :
6245 $as_echo_n "(cached) " >&6
6246 else
6247 libc_cv_use_default_link=no
6248 cat > conftest.s <<\EOF
6249 .section .note.a,"a",%note
6250 .balign 4
6251 .long 4,4,9
6252 .string "GNU"
6253 .string "foo"
6254 .section .note.b,"a",%note
6255 .balign 4
6256 .long 4,4,9
6257 .string "GNU"
6258 .string "bar"
6260 if { ac_try=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
6261 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6262 (eval $ac_try) 2>&5
6263 ac_status=$?
6264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6265 test $ac_status = 0; }; } &&
6266 ac_try=`$READELF -S conftest.so | sed -n \
6267 '${x;p;}
6268 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
6273 then
6274 libc_seen_a=no libc_seen_b=no
6275 set -- $ac_try
6276 while test $# -ge 2 -a "$1" = NOTE; do
6277 case "$2" in
6278 .note.a) libc_seen_a=yes ;;
6279 .note.b) libc_seen_b=yes ;;
6280 esac
6281 shift 2
6282 done
6283 case "$libc_seen_a$libc_seen_b" in
6284 yesyes)
6285 libc_cv_use_default_link=yes
6288 echo >&5 "\
6289 $libc_seen_a$libc_seen_b from:
6290 $ac_try"
6292 esac
6294 rm -f conftest*
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
6297 $as_echo "$libc_cv_use_default_link" >&6; }
6298 use_default_link=$libc_cv_use_default_link
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLOB_DAT reloc" >&5
6302 $as_echo_n "checking for GLOB_DAT reloc... " >&6; }
6303 if ${libc_cv_has_glob_dat+:} false; then :
6304 $as_echo_n "(cached) " >&6
6305 else
6306 cat > conftest.c <<EOF
6307 extern int mumble;
6308 int foo (void) { return mumble; }
6310 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6311 -fPIC -shared -o conftest.so conftest.c
6312 -nostdlib -nostartfiles $no_ssp
6313 1>&5'
6314 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6315 (eval $ac_try) 2>&5
6316 ac_status=$?
6317 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6318 test $ac_status = 0; }; }
6319 then
6320 if $READELF -rW conftest.so | grep '_GLOB_DAT' > /dev/null; then
6321 libc_cv_has_glob_dat=yes
6322 else
6323 libc_cv_has_glob_dat=no
6325 else
6326 libc_cv_has_glob_dat=no
6328 rm -f conftest*
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_has_glob_dat" >&5
6331 $as_echo "$libc_cv_has_glob_dat" >&6; }
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
6335 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
6336 if ${libc_cv_fno_toplevel_reorder+:} false; then :
6337 $as_echo_n "(cached) " >&6
6338 else
6339 cat > conftest.c <<EOF
6340 int foo;
6342 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
6343 conftest.c 1>&5'
6344 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6345 (eval $ac_try) 2>&5
6346 ac_status=$?
6347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6348 test $ac_status = 0; }; }
6349 then
6350 libc_cv_fno_toplevel_reorder=yes
6351 else
6352 libc_cv_fno_toplevel_reorder=no
6354 rm -f conftest*
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6357 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6358 if test $libc_cv_fno_toplevel_reorder = yes; then
6359 fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
6360 else
6361 fno_unit_at_a_time=-fno-unit-at-a-time
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mtls-dialect=gnu2" >&5
6366 $as_echo_n "checking for -mtls-dialect=gnu2... " >&6; }
6367 if ${libc_cv_mtls_dialect_gnu2+:} false; then :
6368 $as_echo_n "(cached) " >&6
6369 else
6370 cat > conftest.c <<EOF
6371 __thread int i;
6372 void foo (void)
6374 i = 10;
6377 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -fPIC -mtls-dialect=gnu2 -nostdlib -nostartfiles
6378 conftest.c -o conftest 1>&5'
6379 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6380 (eval $ac_try) 2>&5
6381 ac_status=$?
6382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6383 test $ac_status = 0; }; }
6384 then
6385 libc_cv_mtls_dialect_gnu2=yes
6386 else
6387 libc_cv_mtls_dialect_gnu2=no
6389 rm -f conftest*
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mtls_dialect_gnu2" >&5
6392 $as_echo "$libc_cv_mtls_dialect_gnu2" >&6; }
6394 config_vars="$config_vars
6395 have-mtls-dialect-gnu2 = $libc_cv_mtls_dialect_gnu2"
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6398 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6399 if ${libc_cv_have_section_quotes+:} false; then :
6400 $as_echo_n "(cached) " >&6
6401 else
6402 cat > conftest.c <<EOF
6403 static const int foo
6404 __attribute__ ((section ("bar"))) = 1;
6406 if ${CC-cc} -S conftest.c -o conftest.s; then
6407 if grep '\.section.*"bar"' conftest.s >/dev/null; then
6408 libc_cv_have_section_quotes=yes
6409 else
6410 libc_cv_have_section_quotes=no
6412 else
6413 libc_cv_have_section_quotes=unknown
6415 rm -f conftest.{c,s}
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6419 $as_echo "$libc_cv_have_section_quotes" >&6; }
6420 if test $libc_cv_have_section_quotes = yes; then
6421 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
6426 $as_echo_n "checking for __builtin_memset... " >&6; }
6427 if ${libc_cv_gcc_builtin_memset+:} false; then :
6428 $as_echo_n "(cached) " >&6
6429 else
6430 cat > conftest.c <<\EOF
6431 void zero (void *x)
6433 __builtin_memset (x, 0, 1000);
6436 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | grep -F "memset" > /dev/null'
6437 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6438 (eval $ac_try) 2>&5
6439 ac_status=$?
6440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6441 test $ac_status = 0; }; };
6442 then
6443 libc_cv_gcc_builtin_memset=no
6444 else
6445 libc_cv_gcc_builtin_memset=yes
6447 rm -f conftest*
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
6450 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
6451 if test "$libc_cv_gcc_builtin_memset" = yes ; then
6452 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
6457 $as_echo_n "checking for redirection of built-in functions... " >&6; }
6458 if ${libc_cv_gcc_builtin_redirection+:} false; then :
6459 $as_echo_n "(cached) " >&6
6460 else
6461 cat > conftest.c <<\EOF
6462 extern char *strstr (const char *, const char *) __asm ("my_strstr");
6463 char *foo (const char *a, const char *b)
6465 return __builtin_strstr (a, b);
6468 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | grep -F "my_strstr" > /dev/null'
6469 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6470 (eval $ac_try) 2>&5
6471 ac_status=$?
6472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6473 test $ac_status = 0; }; };
6474 then
6475 libc_cv_gcc_builtin_redirection=yes
6476 else
6477 libc_cv_gcc_builtin_redirection=no
6479 rm -f conftest*
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
6482 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
6483 if test "$libc_cv_gcc_builtin_redirection" = no; then
6484 as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
6488 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
6489 if ${libc_cv_cc_nofma+:} false; then :
6490 $as_echo_n "(cached) " >&6
6491 else
6492 libc_cv_cc_nofma=
6493 for opt in -ffp-contract=off -mno-fused-madd; do
6494 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6495 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6496 (eval $ac_try) 2>&5
6497 ac_status=$?
6498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6499 test $ac_status = 0; }; }; then :
6500 libc_cv_cc_nofma=$opt; break
6502 done
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
6505 $as_echo "$libc_cv_cc_nofma" >&6; }
6508 if test -n "$submachine"; then
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
6510 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
6511 if ${libc_cv_cc_submachine+:} false; then :
6512 $as_echo_n "(cached) " >&6
6513 else
6514 libc_cv_cc_submachine=no
6515 for opt in "-march=$submachine" "-mcpu=$submachine"; do
6516 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6517 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6518 (eval $ac_try) 2>&5
6519 ac_status=$?
6520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6521 test $ac_status = 0; }; }; then :
6523 libc_cv_cc_submachine="$opt"
6524 break
6526 done
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6529 $as_echo "$libc_cv_cc_submachine" >&6; }
6530 if test "x$libc_cv_cc_submachine" = xno; then
6531 as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6537 __attribute__ ((__optimize__))" >&5
6538 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6539 __attribute__ ((__optimize__))... " >&6; }
6540 if ${libc_cv_cc_loop_to_function+:} false; then :
6541 $as_echo_n "(cached) " >&6
6542 else
6543 cat > conftest.c <<EOF
6544 void
6545 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
6546 foo (void) {}
6548 libc_cv_cc_loop_to_function=no
6549 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c'
6550 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6551 (eval $ac_try) 2>&5
6552 ac_status=$?
6553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6554 test $ac_status = 0; }; }
6555 then
6556 libc_cv_cc_loop_to_function=yes
6558 rm -f conftest*
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
6561 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
6562 if test $libc_cv_cc_loop_to_function = yes; then
6563 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
6569 $as_echo_n "checking for libgd... " >&6; }
6570 if test "$with_gd" != "no"; then
6571 old_CFLAGS="$CFLAGS"
6572 CFLAGS="$CFLAGS $libgd_include"
6573 old_LDFLAGS="$LDFLAGS"
6574 LDFLAGS="$LDFLAGS $libgd_ldflags"
6575 old_LIBS="$LIBS"
6576 LIBS="$LIBS -lgd -lpng -lz -lm"
6577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6578 /* end confdefs.h. */
6579 #include <gd.h>
6581 main ()
6583 gdImagePng (0, 0)
6585 return 0;
6587 _ACEOF
6588 if ac_fn_c_try_link "$LINENO"; then :
6589 LIBGD=yes
6590 else
6591 LIBGD=no
6593 rm -f core conftest.err conftest.$ac_objext \
6594 conftest$ac_exeext conftest.$ac_ext
6595 CFLAGS="$old_CFLAGS"
6596 LDFLAGS="$old_LDFLAGS"
6597 LIBS="$old_LIBS"
6598 else
6599 LIBGD=no
6601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6602 $as_echo "$LIBGD" >&6; }
6605 # SELinux detection
6606 if test x$with_selinux = xno ; then
6607 have_selinux=no;
6608 else
6609 # See if we have the SELinux library
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6611 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6612 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
6613 $as_echo_n "(cached) " >&6
6614 else
6615 ac_check_lib_save_LIBS=$LIBS
6616 LIBS="-lselinux $LIBS"
6617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6618 /* end confdefs.h. */
6620 /* Override any GCC internal prototype to avoid an error.
6621 Use char because int might match the return type of a GCC
6622 builtin and then its argument prototype would still apply. */
6623 #ifdef __cplusplus
6624 extern "C"
6625 #endif
6626 char is_selinux_enabled ();
6628 main ()
6630 return is_selinux_enabled ();
6632 return 0;
6634 _ACEOF
6635 if ac_fn_c_try_link "$LINENO"; then :
6636 ac_cv_lib_selinux_is_selinux_enabled=yes
6637 else
6638 ac_cv_lib_selinux_is_selinux_enabled=no
6640 rm -f core conftest.err conftest.$ac_objext \
6641 conftest$ac_exeext conftest.$ac_ext
6642 LIBS=$ac_check_lib_save_LIBS
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6645 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6646 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
6647 have_selinux=yes
6648 else
6649 have_selinux=no
6652 if test x$with_selinux = xyes ; then
6653 if test x$have_selinux = xno ; then
6654 as_fn_error $? "SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6658 # Check if we're building with SELinux support.
6659 if test "x$have_selinux" = xyes; then
6661 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6664 # See if we have the libaudit library
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6666 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6667 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
6668 $as_echo_n "(cached) " >&6
6669 else
6670 ac_check_lib_save_LIBS=$LIBS
6671 LIBS="-laudit $LIBS"
6672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6673 /* end confdefs.h. */
6675 /* Override any GCC internal prototype to avoid an error.
6676 Use char because int might match the return type of a GCC
6677 builtin and then its argument prototype would still apply. */
6678 #ifdef __cplusplus
6679 extern "C"
6680 #endif
6681 char audit_log_user_avc_message ();
6683 main ()
6685 return audit_log_user_avc_message ();
6687 return 0;
6689 _ACEOF
6690 if ac_fn_c_try_link "$LINENO"; then :
6691 ac_cv_lib_audit_audit_log_user_avc_message=yes
6692 else
6693 ac_cv_lib_audit_audit_log_user_avc_message=no
6695 rm -f core conftest.err conftest.$ac_objext \
6696 conftest$ac_exeext conftest.$ac_ext
6697 LIBS=$ac_check_lib_save_LIBS
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6700 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6701 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
6702 have_libaudit=yes
6703 else
6704 have_libaudit=no
6707 if test "x$have_libaudit" = xyes; then
6709 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6714 # See if we have the libcap library
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6716 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6717 if ${ac_cv_lib_cap_cap_init+:} false; then :
6718 $as_echo_n "(cached) " >&6
6719 else
6720 ac_check_lib_save_LIBS=$LIBS
6721 LIBS="-lcap $LIBS"
6722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6723 /* end confdefs.h. */
6725 /* Override any GCC internal prototype to avoid an error.
6726 Use char because int might match the return type of a GCC
6727 builtin and then its argument prototype would still apply. */
6728 #ifdef __cplusplus
6729 extern "C"
6730 #endif
6731 char cap_init ();
6733 main ()
6735 return cap_init ();
6737 return 0;
6739 _ACEOF
6740 if ac_fn_c_try_link "$LINENO"; then :
6741 ac_cv_lib_cap_cap_init=yes
6742 else
6743 ac_cv_lib_cap_cap_init=no
6745 rm -f core conftest.err conftest.$ac_objext \
6746 conftest$ac_exeext conftest.$ac_ext
6747 LIBS=$ac_check_lib_save_LIBS
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6750 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6751 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
6752 have_libcap=yes
6753 else
6754 have_libcap=no
6757 if test "x$have_libcap" = xyes; then
6759 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6766 CPPUNDEFS=
6767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
6768 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
6769 if ${libc_cv_predef_fortify_source+:} false; then :
6770 $as_echo_n "(cached) " >&6
6771 else
6772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6773 /* end confdefs.h. */
6776 main ()
6779 #ifdef _FORTIFY_SOURCE
6780 # error bogon
6781 #endif
6783 return 0;
6785 _ACEOF
6786 if ac_fn_c_try_compile "$LINENO"; then :
6787 libc_cv_predef_fortify_source=no
6788 else
6789 libc_cv_predef_fortify_source=yes
6791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
6794 $as_echo "$libc_cv_predef_fortify_source" >&6; }
6795 if test $libc_cv_predef_fortify_source = yes; then
6796 CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the assembler requires one version per symbol" >&5
6801 $as_echo_n "checking whether the assembler requires one version per symbol... " >&6; }
6802 if ${libc_cv_symver_needs_alias+:} false; then :
6803 $as_echo_n "(cached) " >&6
6804 else
6805 cat > conftest.s <<EOF
6806 .text
6807 testfunc:
6808 .globl testfunc
6809 .symver testfunc, testfunc1@VERSION1
6810 .symver testfunc, testfunc1@VERSION2
6812 libc_cv_symver_needs_alias=no
6813 if ${CC-cc} $ASFLAGS -c conftest.s 2>&5; then
6814 libc_cv_symver_needs_alias=no
6815 else
6816 libc_cv_symver_needs_alias=yes
6818 rm conftest.*
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_symver_needs_alias" >&5
6822 $as_echo "$libc_cv_symver_needs_alias" >&6; }
6823 if test "$libc_cv_symver_needs_alias" = yes; then
6824 $as_echo "#define SYMVER_NEEDS_ALIAS 1" >>confdefs.h
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_trap with no external dependencies" >&5
6829 $as_echo_n "checking for __builtin_trap with no external dependencies... " >&6; }
6830 if ${libc_cv_builtin_trap+:} false; then :
6831 $as_echo_n "(cached) " >&6
6832 else
6833 libc_cv_builtin_trap=no
6834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6835 /* end confdefs.h. */
6838 main ()
6840 __builtin_trap ()
6842 return 0;
6844 _ACEOF
6845 if ac_fn_c_try_compile "$LINENO"; then :
6847 libc_undefs=`$NM -u conftest.o |
6848 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6849 2>&5` || {
6850 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
6852 echo >&5 "libc_undefs='$libc_undefs'"
6853 if test -z "$libc_undefs"; then
6854 libc_cv_builtin_trap=yes
6857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_builtin_trap" >&5
6860 $as_echo "$libc_cv_builtin_trap" >&6; }
6861 if test $libc_cv_builtin_trap = yes; then
6862 $as_echo "#define HAVE_BUILTIN_TRAP 1" >>confdefs.h
6866 ac_ext=cpp
6867 ac_cpp='$CXXCPP $CPPFLAGS'
6868 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6869 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6870 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler supports thread_local" >&5
6874 $as_echo_n "checking whether the C++ compiler supports thread_local... " >&6; }
6875 if ${libc_cv_cxx_thread_local+:} false; then :
6876 $as_echo_n "(cached) " >&6
6877 else
6879 old_CXXFLAGS="$CXXFLAGS"
6880 CXXFLAGS="$CXXFLAGS -std=gnu++11"
6881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6882 /* end confdefs.h. */
6884 #include <thread>
6886 // Compiler support.
6887 struct S
6889 S ();
6890 ~S ();
6892 thread_local S s;
6893 S * get () { return &s; }
6895 // libstdc++ support.
6896 #ifndef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL
6897 #error __cxa_thread_atexit_impl not supported
6898 #endif
6900 _ACEOF
6901 if ac_fn_cxx_try_compile "$LINENO"; then :
6902 libc_cv_cxx_thread_local=yes
6903 else
6904 libc_cv_cxx_thread_local=no
6906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6907 CXXFLAGS="$old_CXXFLAGS"
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_thread_local" >&5
6911 $as_echo "$libc_cv_cxx_thread_local" >&6; }
6914 ac_ext=c
6915 ac_cpp='$CPP $CPPFLAGS'
6916 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6917 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6918 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6921 ### End of automated tests.
6922 ### Now run sysdeps configure fragments.
6924 # They also can set these variables.
6925 use_ldconfig=no
6926 ldd_rewrite_script=no
6927 libc_cv_sysconfdir=$sysconfdir
6928 libc_cv_localstatedir=$localstatedir
6929 libc_cv_gcc_unwind_find_fde=no
6930 libc_cv_idn=no
6931 pthread_in_libc=yes
6933 # Iterate over all the sysdep directories we will use, running their
6934 # configure fragments.
6935 for dir in $sysnames; do
6936 case $dir in
6937 /*) dest=$dir ;;
6938 *) dest=$srcdir/$dir ;;
6939 esac
6940 if test -r $dest/configure; then
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
6942 $as_echo "running configure fragment for $dir" >&6; }
6943 . $dest/configure
6945 done
6947 if test x"$build_mathvec" = xnotset; then
6948 build_mathvec=no
6950 config_vars="$config_vars
6951 build-mathvec = $build_mathvec"
6956 if test x$libc_cv_gcc_unwind_find_fde = xyes; then
6957 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
6962 # A sysdeps configure fragment can reset this if IFUNC is not actually
6963 # usable even though the assembler knows how to generate the symbol type.
6964 if test x"$libc_cv_ld_gnu_indirect_function" = xyes; then
6965 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
6968 config_vars="$config_vars
6969 have-ifunc = $libc_cv_ld_gnu_indirect_function"
6971 if test x"$libc_cv_gcc_indirect_function" = xyes; then
6972 $as_echo "#define HAVE_GCC_IFUNC 1" >>confdefs.h
6975 config_vars="$config_vars
6976 have-gcc-ifunc = $libc_cv_gcc_indirect_function"
6978 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
6979 # configure fragment can override the value to prevent this AC_DEFINE.
6981 if test "x$use_nscd" != xno; then
6982 $as_echo "#define USE_NSCD 1" >>confdefs.h
6985 if test "x$build_nscd" = xdefault; then
6986 build_nscd=$use_nscd
6996 if test x$use_ldconfig = xyes; then
6997 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
7007 $as_echo_n "checking whether -fPIC is default... " >&6; }
7008 if ${libc_cv_pic_default+:} false; then :
7009 $as_echo_n "(cached) " >&6
7010 else
7011 libc_cv_pic_default=yes
7012 cat > conftest.c <<EOF
7013 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
7014 # error PIC is default.
7015 #endif
7017 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
7018 libc_cv_pic_default=no
7020 rm -f conftest.*
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
7023 $as_echo "$libc_cv_pic_default" >&6; }
7024 config_vars="$config_vars
7025 build-pic-default = $libc_cv_pic_default"
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIE is default" >&5
7028 $as_echo_n "checking whether -fPIE is default... " >&6; }
7029 if ${libc_cv_cc_pie_default+:} false; then :
7030 $as_echo_n "(cached) " >&6
7031 else
7032 libc_cv_cc_pie_default=yes
7033 cat > conftest.c <<EOF
7034 #if defined __PIE__ || defined __pie__ || defined PIE || defined pie
7035 # error PIE is default.
7036 #endif
7038 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
7039 libc_cv_cc_pie_default=no
7041 rm -f conftest.*
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_pie_default" >&5
7044 $as_echo "$libc_cv_cc_pie_default" >&6; }
7045 config_vars="$config_vars
7046 cc-pie-default = $libc_cv_cc_pie_default"
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can build programs as PIE" >&5
7049 $as_echo_n "checking if we can build programs as PIE... " >&6; }
7050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7051 /* end confdefs.h. */
7052 #ifdef PIE_UNSUPPORTED
7053 # error PIE is not supported
7054 #endif
7055 _ACEOF
7056 if ac_fn_c_try_compile "$LINENO"; then :
7057 libc_cv_pie_supported=yes
7058 else
7059 libc_cv_pie_supported=no
7061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pie_supported" >&5
7063 $as_echo "$libc_cv_pie_supported" >&6; }
7064 # Disable build-pie-default if target does not support it or glibc is
7065 # configured with --disable-default-pie.
7066 if test "x$default_pie" = xno; then
7067 build_pie_default=no
7068 else
7069 build_pie_default=$libc_cv_pie_supported
7071 config_vars="$config_vars
7072 build-pie-default = $build_pie_default"
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can build static PIE programs" >&5
7075 $as_echo_n "checking if we can build static PIE programs... " >&6; }
7076 libc_cv_static_pie_supported=$libc_cv_pie_supported
7077 if test "x$libc_cv_pie_supported" != xno \
7078 -a "$libc_cv_no_dynamic_linker" = yes; then
7079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7080 /* end confdefs.h. */
7081 #ifndef SUPPORT_STATIC_PIE
7082 # error static PIE is not supported
7083 #endif
7084 _ACEOF
7085 if ac_fn_c_try_compile "$LINENO"; then :
7086 libc_cv_static_pie_supported=yes
7087 else
7088 libc_cv_static_pie_supported=no
7090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_static_pie_supported" >&5
7093 $as_echo "$libc_cv_static_pie_supported" >&6; }
7095 # Enable static-pie only if it is available and glibc isn't configured
7096 # with --disable-default-pie.
7097 if test "x$default_pie" = xno; then
7098 libc_cv_static_pie=no
7099 else
7100 libc_cv_static_pie=$libc_cv_static_pie_supported
7102 if test "$libc_cv_static_pie" = "yes"; then
7103 $as_echo "#define ENABLE_STATIC_PIE 1" >>confdefs.h
7106 config_vars="$config_vars
7107 enable-static-pie = $libc_cv_static_pie"
7109 # Set the `multidir' variable by grabbing the variable from the compiler.
7110 # We do it once and save the result in a generated makefile.
7111 libc_cv_multidir=`${CC-cc} $CFLAGS $CPPFLAGS -print-multi-directory`
7121 VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
7122 RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
7126 if test "$pthread_in_libc" = yes; then
7127 $as_echo "#define PTHREAD_IN_LIBC 1" >>confdefs.h
7132 ac_config_files="$ac_config_files config.make Makefile"
7134 ac_config_commands="$ac_config_commands default"
7136 cat >confcache <<\_ACEOF
7137 # This file is a shell script that caches the results of configure
7138 # tests run on this system so they can be shared between configure
7139 # scripts and configure runs, see configure's option --config-cache.
7140 # It is not useful on other systems. If it contains results you don't
7141 # want to keep, you may remove or edit it.
7143 # config.status only pays attention to the cache file if you give it
7144 # the --recheck option to rerun configure.
7146 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7147 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7148 # following values.
7150 _ACEOF
7152 # The following way of writing the cache mishandles newlines in values,
7153 # but we know of no workaround that is simple, portable, and efficient.
7154 # So, we kill variables containing newlines.
7155 # Ultrix sh set writes to stderr and can't be redirected directly,
7156 # and sets the high bit in the cache file unless we assign to the vars.
7158 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7159 eval ac_val=\$$ac_var
7160 case $ac_val in #(
7161 *${as_nl}*)
7162 case $ac_var in #(
7163 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7164 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7165 esac
7166 case $ac_var in #(
7167 _ | IFS | as_nl) ;; #(
7168 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7169 *) { eval $ac_var=; unset $ac_var;} ;;
7170 esac ;;
7171 esac
7172 done
7174 (set) 2>&1 |
7175 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7176 *${as_nl}ac_space=\ *)
7177 # `set' does not quote correctly, so add quotes: double-quote
7178 # substitution turns \\\\ into \\, and sed turns \\ into \.
7179 sed -n \
7180 "s/'/'\\\\''/g;
7181 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7182 ;; #(
7184 # `set' quotes correctly as required by POSIX, so do not add quotes.
7185 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7187 esac |
7188 sort
7190 sed '
7191 /^ac_cv_env_/b end
7192 t clear
7193 :clear
7194 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7195 t end
7196 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7197 :end' >>confcache
7198 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7199 if test -w "$cache_file"; then
7200 if test "x$cache_file" != "x/dev/null"; then
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7202 $as_echo "$as_me: updating cache $cache_file" >&6;}
7203 if test ! -f "$cache_file" || test -h "$cache_file"; then
7204 cat confcache >"$cache_file"
7205 else
7206 case $cache_file in #(
7207 */* | ?:*)
7208 mv -f confcache "$cache_file"$$ &&
7209 mv -f "$cache_file"$$ "$cache_file" ;; #(
7211 mv -f confcache "$cache_file" ;;
7212 esac
7215 else
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7217 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7220 rm -f confcache
7222 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7223 # Let make expand exec_prefix.
7224 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7226 DEFS=-DHAVE_CONFIG_H
7228 ac_libobjs=
7229 ac_ltlibobjs=
7231 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7232 # 1. Remove the extension, and $U if already installed.
7233 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7234 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7235 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7236 # will be set to the directory where LIBOBJS objects are built.
7237 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7238 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
7239 done
7240 LIBOBJS=$ac_libobjs
7242 LTLIBOBJS=$ac_ltlibobjs
7246 : "${CONFIG_STATUS=./config.status}"
7247 ac_write_fail=0
7248 ac_clean_files_save=$ac_clean_files
7249 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7251 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7252 as_write_fail=0
7253 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
7254 #! $SHELL
7255 # Generated by $as_me.
7256 # Run this file to recreate the current configuration.
7257 # Compiler output produced by configure, useful for debugging
7258 # configure, is in config.log if it exists.
7260 debug=false
7261 ac_cs_recheck=false
7262 ac_cs_silent=false
7264 SHELL=\${CONFIG_SHELL-$SHELL}
7265 export SHELL
7266 _ASEOF
7267 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7268 ## -------------------- ##
7269 ## M4sh Initialization. ##
7270 ## -------------------- ##
7272 # Be more Bourne compatible
7273 DUALCASE=1; export DUALCASE # for MKS sh
7274 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
7275 emulate sh
7276 NULLCMD=:
7277 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7278 # is contrary to our usage. Disable this feature.
7279 alias -g '${1+"$@"}'='"$@"'
7280 setopt NO_GLOB_SUBST
7281 else
7282 case `(set -o) 2>/dev/null` in #(
7283 *posix*) :
7284 set -o posix ;; #(
7285 *) :
7287 esac
7291 as_nl='
7293 export as_nl
7294 # Printing a long string crashes Solaris 7 /usr/bin/printf.
7295 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7296 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7297 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7298 # Prefer a ksh shell builtin over an external printf program on Solaris,
7299 # but without wasting forks for bash or zsh.
7300 if test -z "$BASH_VERSION$ZSH_VERSION" \
7301 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7302 as_echo='print -r --'
7303 as_echo_n='print -rn --'
7304 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7305 as_echo='printf %s\n'
7306 as_echo_n='printf %s'
7307 else
7308 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7309 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7310 as_echo_n='/usr/ucb/echo -n'
7311 else
7312 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7313 as_echo_n_body='eval
7314 arg=$1;
7315 case $arg in #(
7316 *"$as_nl"*)
7317 expr "X$arg" : "X\\(.*\\)$as_nl";
7318 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7319 esac;
7320 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7322 export as_echo_n_body
7323 as_echo_n='sh -c $as_echo_n_body as_echo'
7325 export as_echo_body
7326 as_echo='sh -c $as_echo_body as_echo'
7329 # The user is always right.
7330 if test "${PATH_SEPARATOR+set}" != set; then
7331 PATH_SEPARATOR=:
7332 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7333 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7334 PATH_SEPARATOR=';'
7339 # IFS
7340 # We need space, tab and new line, in precisely that order. Quoting is
7341 # there to prevent editors from complaining about space-tab.
7342 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7343 # splitting by setting IFS to empty value.)
7344 IFS=" "" $as_nl"
7346 # Find who we are. Look in the path if we contain no directory separator.
7347 as_myself=
7348 case $0 in #((
7349 *[\\/]* ) as_myself=$0 ;;
7350 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7351 for as_dir in $PATH
7353 IFS=$as_save_IFS
7354 test -z "$as_dir" && as_dir=.
7355 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7356 done
7357 IFS=$as_save_IFS
7360 esac
7361 # We did not find ourselves, most probably we were run as `sh COMMAND'
7362 # in which case we are not to be found in the path.
7363 if test "x$as_myself" = x; then
7364 as_myself=$0
7366 if test ! -f "$as_myself"; then
7367 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7368 exit 1
7371 # Unset variables that we do not need and which cause bugs (e.g. in
7372 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7373 # suppresses any "Segmentation fault" message there. '((' could
7374 # trigger a bug in pdksh 5.2.14.
7375 for as_var in BASH_ENV ENV MAIL MAILPATH
7376 do eval test x\${$as_var+set} = xset \
7377 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7378 done
7379 PS1='$ '
7380 PS2='> '
7381 PS4='+ '
7383 # NLS nuisances.
7384 LC_ALL=C
7385 export LC_ALL
7386 LANGUAGE=C
7387 export LANGUAGE
7389 # CDPATH.
7390 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7393 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7394 # ----------------------------------------
7395 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7396 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7397 # script with STATUS, using 1 if that was 0.
7398 as_fn_error ()
7400 as_status=$1; test $as_status -eq 0 && as_status=1
7401 if test "$4"; then
7402 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7403 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7405 $as_echo "$as_me: error: $2" >&2
7406 as_fn_exit $as_status
7407 } # as_fn_error
7410 # as_fn_set_status STATUS
7411 # -----------------------
7412 # Set $? to STATUS, without forking.
7413 as_fn_set_status ()
7415 return $1
7416 } # as_fn_set_status
7418 # as_fn_exit STATUS
7419 # -----------------
7420 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7421 as_fn_exit ()
7423 set +e
7424 as_fn_set_status $1
7425 exit $1
7426 } # as_fn_exit
7428 # as_fn_unset VAR
7429 # ---------------
7430 # Portably unset VAR.
7431 as_fn_unset ()
7433 { eval $1=; unset $1;}
7435 as_unset=as_fn_unset
7436 # as_fn_append VAR VALUE
7437 # ----------------------
7438 # Append the text in VALUE to the end of the definition contained in VAR. Take
7439 # advantage of any shell optimizations that allow amortized linear growth over
7440 # repeated appends, instead of the typical quadratic growth present in naive
7441 # implementations.
7442 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7443 eval 'as_fn_append ()
7445 eval $1+=\$2
7447 else
7448 as_fn_append ()
7450 eval $1=\$$1\$2
7452 fi # as_fn_append
7454 # as_fn_arith ARG...
7455 # ------------------
7456 # Perform arithmetic evaluation on the ARGs, and store the result in the
7457 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7458 # must be portable across $(()) and expr.
7459 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7460 eval 'as_fn_arith ()
7462 as_val=$(( $* ))
7464 else
7465 as_fn_arith ()
7467 as_val=`expr "$@" || test $? -eq 1`
7469 fi # as_fn_arith
7472 if expr a : '\(a\)' >/dev/null 2>&1 &&
7473 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7474 as_expr=expr
7475 else
7476 as_expr=false
7479 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7480 as_basename=basename
7481 else
7482 as_basename=false
7485 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7486 as_dirname=dirname
7487 else
7488 as_dirname=false
7491 as_me=`$as_basename -- "$0" ||
7492 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7493 X"$0" : 'X\(//\)$' \| \
7494 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7495 $as_echo X/"$0" |
7496 sed '/^.*\/\([^/][^/]*\)\/*$/{
7497 s//\1/
7500 /^X\/\(\/\/\)$/{
7501 s//\1/
7504 /^X\/\(\/\).*/{
7505 s//\1/
7508 s/.*/./; q'`
7510 # Avoid depending upon Character Ranges.
7511 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7512 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7513 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7514 as_cr_digits='0123456789'
7515 as_cr_alnum=$as_cr_Letters$as_cr_digits
7517 ECHO_C= ECHO_N= ECHO_T=
7518 case `echo -n x` in #(((((
7519 -n*)
7520 case `echo 'xy\c'` in
7521 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7522 xy) ECHO_C='\c';;
7523 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7524 ECHO_T=' ';;
7525 esac;;
7527 ECHO_N='-n';;
7528 esac
7530 rm -f conf$$ conf$$.exe conf$$.file
7531 if test -d conf$$.dir; then
7532 rm -f conf$$.dir/conf$$.file
7533 else
7534 rm -f conf$$.dir
7535 mkdir conf$$.dir 2>/dev/null
7537 if (echo >conf$$.file) 2>/dev/null; then
7538 if ln -s conf$$.file conf$$ 2>/dev/null; then
7539 as_ln_s='ln -s'
7540 # ... but there are two gotchas:
7541 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7542 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7543 # In both cases, we have to default to `cp -pR'.
7544 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7545 as_ln_s='cp -pR'
7546 elif ln conf$$.file conf$$ 2>/dev/null; then
7547 as_ln_s=ln
7548 else
7549 as_ln_s='cp -pR'
7551 else
7552 as_ln_s='cp -pR'
7554 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7555 rmdir conf$$.dir 2>/dev/null
7558 # as_fn_mkdir_p
7559 # -------------
7560 # Create "$as_dir" as a directory, including parents if necessary.
7561 as_fn_mkdir_p ()
7564 case $as_dir in #(
7565 -*) as_dir=./$as_dir;;
7566 esac
7567 test -d "$as_dir" || eval $as_mkdir_p || {
7568 as_dirs=
7569 while :; do
7570 case $as_dir in #(
7571 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7572 *) as_qdir=$as_dir;;
7573 esac
7574 as_dirs="'$as_qdir' $as_dirs"
7575 as_dir=`$as_dirname -- "$as_dir" ||
7576 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7577 X"$as_dir" : 'X\(//\)[^/]' \| \
7578 X"$as_dir" : 'X\(//\)$' \| \
7579 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7580 $as_echo X"$as_dir" |
7581 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7582 s//\1/
7585 /^X\(\/\/\)[^/].*/{
7586 s//\1/
7589 /^X\(\/\/\)$/{
7590 s//\1/
7593 /^X\(\/\).*/{
7594 s//\1/
7597 s/.*/./; q'`
7598 test -d "$as_dir" && break
7599 done
7600 test -z "$as_dirs" || eval "mkdir $as_dirs"
7601 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
7604 } # as_fn_mkdir_p
7605 if mkdir -p . 2>/dev/null; then
7606 as_mkdir_p='mkdir -p "$as_dir"'
7607 else
7608 test -d ./-p && rmdir ./-p
7609 as_mkdir_p=false
7613 # as_fn_executable_p FILE
7614 # -----------------------
7615 # Test if FILE is an executable regular file.
7616 as_fn_executable_p ()
7618 test -f "$1" && test -x "$1"
7619 } # as_fn_executable_p
7620 as_test_x='test -x'
7621 as_executable_p=as_fn_executable_p
7623 # Sed expression to map a string onto a valid CPP name.
7624 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7626 # Sed expression to map a string onto a valid variable name.
7627 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7630 exec 6>&1
7631 ## ----------------------------------- ##
7632 ## Main body of $CONFIG_STATUS script. ##
7633 ## ----------------------------------- ##
7634 _ASEOF
7635 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
7637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7638 # Save the log message, to keep $0 and so on meaningful, and to
7639 # report actual input values of CONFIG_FILES etc. instead of their
7640 # values after options handling.
7641 ac_log="
7642 This file was extended by GNU C Library $as_me (see version.h), which was
7643 generated by GNU Autoconf 2.69. Invocation command line was
7645 CONFIG_FILES = $CONFIG_FILES
7646 CONFIG_HEADERS = $CONFIG_HEADERS
7647 CONFIG_LINKS = $CONFIG_LINKS
7648 CONFIG_COMMANDS = $CONFIG_COMMANDS
7649 $ $0 $@
7651 on `(hostname || uname -n) 2>/dev/null | sed 1q`
7654 _ACEOF
7656 case $ac_config_files in *"
7657 "*) set x $ac_config_files; shift; ac_config_files=$*;;
7658 esac
7660 case $ac_config_headers in *"
7661 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
7662 esac
7665 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7666 # Files that config.status was made for.
7667 config_files="$ac_config_files"
7668 config_headers="$ac_config_headers"
7669 config_commands="$ac_config_commands"
7671 _ACEOF
7673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7674 ac_cs_usage="\
7675 \`$as_me' instantiates files and other configuration actions
7676 from templates according to the current configuration. Unless the files
7677 and actions are specified as TAGs, all are instantiated by default.
7679 Usage: $0 [OPTION]... [TAG]...
7681 -h, --help print this help, then exit
7682 -V, --version print version number and configuration settings, then exit
7683 --config print configuration, then exit
7684 -q, --quiet, --silent
7685 do not print progress messages
7686 -d, --debug don't remove temporary files
7687 --recheck update $as_me by reconfiguring in the same conditions
7688 --file=FILE[:TEMPLATE]
7689 instantiate the configuration file FILE
7690 --header=FILE[:TEMPLATE]
7691 instantiate the configuration header FILE
7693 Configuration files:
7694 $config_files
7696 Configuration headers:
7697 $config_headers
7699 Configuration commands:
7700 $config_commands
7702 Report bugs to <https://sourceware.org/bugzilla/>.
7703 GNU C Library home page: <https://www.gnu.org/software/glibc/>.
7704 General help using GNU software: <http://www.gnu.org/gethelp/>."
7706 _ACEOF
7707 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7708 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7709 ac_cs_version="\\
7710 GNU C Library config.status (see version.h)
7711 configured by $0, generated by GNU Autoconf 2.69,
7712 with options \\"\$ac_cs_config\\"
7714 Copyright (C) 2012 Free Software Foundation, Inc.
7715 This config.status script is free software; the Free Software Foundation
7716 gives unlimited permission to copy, distribute and modify it."
7718 ac_pwd='$ac_pwd'
7719 srcdir='$srcdir'
7720 INSTALL='$INSTALL'
7721 test -n "\$AWK" || AWK=awk
7722 _ACEOF
7724 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7725 # The default lists apply if the user does not specify any file.
7726 ac_need_defaults=:
7727 while test $# != 0
7729 case $1 in
7730 --*=?*)
7731 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7732 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7733 ac_shift=:
7735 --*=)
7736 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7737 ac_optarg=
7738 ac_shift=:
7741 ac_option=$1
7742 ac_optarg=$2
7743 ac_shift=shift
7745 esac
7747 case $ac_option in
7748 # Handling of the options.
7749 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7750 ac_cs_recheck=: ;;
7751 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7752 $as_echo "$ac_cs_version"; exit ;;
7753 --config | --confi | --conf | --con | --co | --c )
7754 $as_echo "$ac_cs_config"; exit ;;
7755 --debug | --debu | --deb | --de | --d | -d )
7756 debug=: ;;
7757 --file | --fil | --fi | --f )
7758 $ac_shift
7759 case $ac_optarg in
7760 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7761 '') as_fn_error $? "missing file argument" ;;
7762 esac
7763 as_fn_append CONFIG_FILES " '$ac_optarg'"
7764 ac_need_defaults=false;;
7765 --header | --heade | --head | --hea )
7766 $ac_shift
7767 case $ac_optarg in
7768 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7769 esac
7770 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
7771 ac_need_defaults=false;;
7772 --he | --h)
7773 # Conflict between --help and --header
7774 as_fn_error $? "ambiguous option: \`$1'
7775 Try \`$0 --help' for more information.";;
7776 --help | --hel | -h )
7777 $as_echo "$ac_cs_usage"; exit ;;
7778 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7779 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7780 ac_cs_silent=: ;;
7782 # This is an error.
7783 -*) as_fn_error $? "unrecognized option: \`$1'
7784 Try \`$0 --help' for more information." ;;
7786 *) as_fn_append ac_config_targets " $1"
7787 ac_need_defaults=false ;;
7789 esac
7790 shift
7791 done
7793 ac_configure_extra_args=
7795 if $ac_cs_silent; then
7796 exec 6>/dev/null
7797 ac_configure_extra_args="$ac_configure_extra_args --silent"
7800 _ACEOF
7801 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7802 if \$ac_cs_recheck; then
7803 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7804 shift
7805 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7806 CONFIG_SHELL='$SHELL'
7807 export CONFIG_SHELL
7808 exec "\$@"
7811 _ACEOF
7812 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7813 exec 5>>config.log
7815 echo
7816 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7817 ## Running $as_me. ##
7818 _ASBOX
7819 $as_echo "$ac_log"
7820 } >&5
7822 _ACEOF
7823 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7825 # INIT-COMMANDS
7827 config_vars='$config_vars'
7829 _ACEOF
7831 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7833 # Handling of arguments.
7834 for ac_config_target in $ac_config_targets
7836 case $ac_config_target in
7837 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7838 "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;;
7839 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7840 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
7842 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7843 esac
7844 done
7847 # If the user did not use the arguments to specify the items to instantiate,
7848 # then the envvar interface is used. Set only those that are not.
7849 # We use the long form for the default assignment because of an extremely
7850 # bizarre bug on SunOS 4.1.3.
7851 if $ac_need_defaults; then
7852 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7853 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7854 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7857 # Have a temporary directory for convenience. Make it in the build tree
7858 # simply because there is no reason against having it here, and in addition,
7859 # creating and moving files from /tmp can sometimes cause problems.
7860 # Hook for its removal unless debugging.
7861 # Note that there is a small window in which the directory will not be cleaned:
7862 # after its creation but before its name has been assigned to `$tmp'.
7863 $debug ||
7865 tmp= ac_tmp=
7866 trap 'exit_status=$?
7867 : "${ac_tmp:=$tmp}"
7868 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7870 trap 'as_fn_exit 1' 1 2 13 15
7872 # Create a (secure) tmp directory for tmp files.
7875 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7876 test -d "$tmp"
7877 } ||
7879 tmp=./conf$$-$RANDOM
7880 (umask 077 && mkdir "$tmp")
7881 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7882 ac_tmp=$tmp
7884 # Set up the scripts for CONFIG_FILES section.
7885 # No need to generate them if there are no CONFIG_FILES.
7886 # This happens for instance with `./config.status config.h'.
7887 if test -n "$CONFIG_FILES"; then
7890 ac_cr=`echo X | tr X '\015'`
7891 # On cygwin, bash can eat \r inside `` if the user requested igncr.
7892 # But we know of no other shell where ac_cr would be empty at this
7893 # point, so we can use a bashism as a fallback.
7894 if test "x$ac_cr" = x; then
7895 eval ac_cr=\$\'\\r\'
7897 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7898 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7899 ac_cs_awk_cr='\\r'
7900 else
7901 ac_cs_awk_cr=$ac_cr
7904 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7905 _ACEOF
7909 echo "cat >conf$$subs.awk <<_ACEOF" &&
7910 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7911 echo "_ACEOF"
7912 } >conf$$subs.sh ||
7913 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7914 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7915 ac_delim='%!_!# '
7916 for ac_last_try in false false false false false :; do
7917 . ./conf$$subs.sh ||
7918 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7920 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7921 if test $ac_delim_n = $ac_delim_num; then
7922 break
7923 elif $ac_last_try; then
7924 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7925 else
7926 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7928 done
7929 rm -f conf$$subs.sh
7931 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7932 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7933 _ACEOF
7934 sed -n '
7936 s/^/S["/; s/!.*/"]=/
7939 s/^[^!]*!//
7940 :repl
7941 t repl
7942 s/'"$ac_delim"'$//
7943 t delim
7946 s/\(.\{148\}\)..*/\1/
7947 t more1
7948 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7951 b repl
7952 :more1
7953 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7956 s/.\{148\}//
7957 t nl
7958 :delim
7960 s/\(.\{148\}\)..*/\1/
7961 t more2
7962 s/["\\]/\\&/g; s/^/"/; s/$/"/
7965 :more2
7966 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7969 s/.\{148\}//
7970 t delim
7971 ' <conf$$subs.awk | sed '
7972 /^[^""]/{
7974 s/\n//
7976 ' >>$CONFIG_STATUS || ac_write_fail=1
7977 rm -f conf$$subs.awk
7978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7979 _ACAWK
7980 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7981 for (key in S) S_is_set[key] = 1
7982 FS = "\a"
7986 line = $ 0
7987 nfields = split(line, field, "@")
7988 substed = 0
7989 len = length(field[1])
7990 for (i = 2; i < nfields; i++) {
7991 key = field[i]
7992 keylen = length(key)
7993 if (S_is_set[key]) {
7994 value = S[key]
7995 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7996 len += length(value) + length(field[++i])
7997 substed = 1
7998 } else
7999 len += 1 + keylen
8002 print line
8005 _ACAWK
8006 _ACEOF
8007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8008 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8009 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8010 else
8012 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8013 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8014 _ACEOF
8016 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8017 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8018 # trailing colons and then remove the whole line if VPATH becomes empty
8019 # (actually we leave an empty line to preserve line numbers).
8020 if test "x$srcdir" = x.; then
8021 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8023 s///
8024 s/^/:/
8025 s/[ ]*$/:/
8026 s/:\$(srcdir):/:/g
8027 s/:\${srcdir}:/:/g
8028 s/:@srcdir@:/:/g
8029 s/^:*//
8030 s/:*$//
8032 s/\(=[ ]*\).*/\1/
8034 s/\n//
8035 s/^[^=]*=[ ]*$//
8039 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8040 fi # test -n "$CONFIG_FILES"
8042 # Set up the scripts for CONFIG_HEADERS section.
8043 # No need to generate them if there are no CONFIG_HEADERS.
8044 # This happens for instance with `./config.status Makefile'.
8045 if test -n "$CONFIG_HEADERS"; then
8046 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8047 BEGIN {
8048 _ACEOF
8050 # Transform confdefs.h into an awk script `defines.awk', embedded as
8051 # here-document in config.status, that substitutes the proper values into
8052 # config.h.in to produce config.h.
8054 # Create a delimiter string that does not exist in confdefs.h, to ease
8055 # handling of long lines.
8056 ac_delim='%!_!# '
8057 for ac_last_try in false false :; do
8058 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8059 if test -z "$ac_tt"; then
8060 break
8061 elif $ac_last_try; then
8062 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8063 else
8064 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8066 done
8068 # For the awk script, D is an array of macro values keyed by name,
8069 # likewise P contains macro parameters if any. Preserve backslash
8070 # newline sequences.
8072 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8073 sed -n '
8074 s/.\{148\}/&'"$ac_delim"'/g
8075 t rset
8076 :rset
8077 s/^[ ]*#[ ]*define[ ][ ]*/ /
8078 t def
8080 :def
8081 s/\\$//
8082 t bsnl
8083 s/["\\]/\\&/g
8084 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8085 D["\1"]=" \3"/p
8086 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8088 :bsnl
8089 s/["\\]/\\&/g
8090 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8091 D["\1"]=" \3\\\\\\n"\\/p
8092 t cont
8093 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8094 t cont
8096 :cont
8098 s/.\{148\}/&'"$ac_delim"'/g
8099 t clear
8100 :clear
8101 s/\\$//
8102 t bsnlc
8103 s/["\\]/\\&/g; s/^/"/; s/$/"/p
8105 :bsnlc
8106 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8107 b cont
8108 ' <confdefs.h | sed '
8109 s/'"$ac_delim"'/"\\\
8110 "/g' >>$CONFIG_STATUS || ac_write_fail=1
8112 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8113 for (key in D) D_is_set[key] = 1
8114 FS = "\a"
8116 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8117 line = \$ 0
8118 split(line, arg, " ")
8119 if (arg[1] == "#") {
8120 defundef = arg[2]
8121 mac1 = arg[3]
8122 } else {
8123 defundef = substr(arg[1], 2)
8124 mac1 = arg[2]
8126 split(mac1, mac2, "(") #)
8127 macro = mac2[1]
8128 prefix = substr(line, 1, index(line, defundef) - 1)
8129 if (D_is_set[macro]) {
8130 # Preserve the white space surrounding the "#".
8131 print prefix "define", macro P[macro] D[macro]
8132 next
8133 } else {
8134 # Replace #undef with comments. This is necessary, for example,
8135 # in the case of _POSIX_SOURCE, which is predefined and required
8136 # on some systems where configure will not decide to define it.
8137 if (defundef == "undef") {
8138 print "/*", prefix defundef, macro, "*/"
8139 next
8143 { print }
8144 _ACAWK
8145 _ACEOF
8146 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8147 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8148 fi # test -n "$CONFIG_HEADERS"
8151 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
8152 shift
8153 for ac_tag
8155 case $ac_tag in
8156 :[FHLC]) ac_mode=$ac_tag; continue;;
8157 esac
8158 case $ac_mode$ac_tag in
8159 :[FHL]*:*);;
8160 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8161 :[FH]-) ac_tag=-:-;;
8162 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8163 esac
8164 ac_save_IFS=$IFS
8165 IFS=:
8166 set x $ac_tag
8167 IFS=$ac_save_IFS
8168 shift
8169 ac_file=$1
8170 shift
8172 case $ac_mode in
8173 :L) ac_source=$1;;
8174 :[FH])
8175 ac_file_inputs=
8176 for ac_f
8178 case $ac_f in
8179 -) ac_f="$ac_tmp/stdin";;
8180 *) # Look for the file first in the build tree, then in the source tree
8181 # (if the path is not absolute). The absolute path cannot be DOS-style,
8182 # because $ac_f cannot contain `:'.
8183 test -f "$ac_f" ||
8184 case $ac_f in
8185 [\\/$]*) false;;
8186 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8187 esac ||
8188 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8189 esac
8190 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8191 as_fn_append ac_file_inputs " '$ac_f'"
8192 done
8194 # Let's still pretend it is `configure' which instantiates (i.e., don't
8195 # use $as_me), people would be surprised to read:
8196 # /* config.h. Generated by config.status. */
8197 configure_input='Generated from '`
8198 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8199 `' by configure.'
8200 if test x"$ac_file" != x-; then
8201 configure_input="$ac_file. $configure_input"
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8203 $as_echo "$as_me: creating $ac_file" >&6;}
8205 # Neutralize special characters interpreted by sed in replacement strings.
8206 case $configure_input in #(
8207 *\&* | *\|* | *\\* )
8208 ac_sed_conf_input=`$as_echo "$configure_input" |
8209 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8210 *) ac_sed_conf_input=$configure_input;;
8211 esac
8213 case $ac_tag in
8214 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8215 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8216 esac
8218 esac
8220 ac_dir=`$as_dirname -- "$ac_file" ||
8221 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8222 X"$ac_file" : 'X\(//\)[^/]' \| \
8223 X"$ac_file" : 'X\(//\)$' \| \
8224 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8225 $as_echo X"$ac_file" |
8226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8227 s//\1/
8230 /^X\(\/\/\)[^/].*/{
8231 s//\1/
8234 /^X\(\/\/\)$/{
8235 s//\1/
8238 /^X\(\/\).*/{
8239 s//\1/
8242 s/.*/./; q'`
8243 as_dir="$ac_dir"; as_fn_mkdir_p
8244 ac_builddir=.
8246 case "$ac_dir" in
8247 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8249 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8250 # A ".." for each directory in $ac_dir_suffix.
8251 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8252 case $ac_top_builddir_sub in
8253 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8254 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8255 esac ;;
8256 esac
8257 ac_abs_top_builddir=$ac_pwd
8258 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8259 # for backward compatibility:
8260 ac_top_builddir=$ac_top_build_prefix
8262 case $srcdir in
8263 .) # We are building in place.
8264 ac_srcdir=.
8265 ac_top_srcdir=$ac_top_builddir_sub
8266 ac_abs_top_srcdir=$ac_pwd ;;
8267 [\\/]* | ?:[\\/]* ) # Absolute name.
8268 ac_srcdir=$srcdir$ac_dir_suffix;
8269 ac_top_srcdir=$srcdir
8270 ac_abs_top_srcdir=$srcdir ;;
8271 *) # Relative name.
8272 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8273 ac_top_srcdir=$ac_top_build_prefix$srcdir
8274 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8275 esac
8276 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8279 case $ac_mode in
8282 # CONFIG_FILE
8285 case $INSTALL in
8286 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8287 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
8288 esac
8289 _ACEOF
8291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8292 # If the template does not know about datarootdir, expand it.
8293 # FIXME: This hack should be removed a few years after 2.60.
8294 ac_datarootdir_hack=; ac_datarootdir_seen=
8295 ac_sed_dataroot='
8296 /datarootdir/ {
8300 /@datadir@/p
8301 /@docdir@/p
8302 /@infodir@/p
8303 /@localedir@/p
8304 /@mandir@/p'
8305 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8306 *datarootdir*) ac_datarootdir_seen=yes;;
8307 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8309 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8310 _ACEOF
8311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8312 ac_datarootdir_hack='
8313 s&@datadir@&$datadir&g
8314 s&@docdir@&$docdir&g
8315 s&@infodir@&$infodir&g
8316 s&@localedir@&$localedir&g
8317 s&@mandir@&$mandir&g
8318 s&\\\${datarootdir}&$datarootdir&g' ;;
8319 esac
8320 _ACEOF
8322 # Neutralize VPATH when `$srcdir' = `.'.
8323 # Shell code in configure.ac might set extrasub.
8324 # FIXME: do we really want to maintain this feature?
8325 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8326 ac_sed_extra="$ac_vpsub
8327 $extrasub
8328 _ACEOF
8329 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8331 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8332 s|@configure_input@|$ac_sed_conf_input|;t t
8333 s&@top_builddir@&$ac_top_builddir_sub&;t t
8334 s&@top_build_prefix@&$ac_top_build_prefix&;t t
8335 s&@srcdir@&$ac_srcdir&;t t
8336 s&@abs_srcdir@&$ac_abs_srcdir&;t t
8337 s&@top_srcdir@&$ac_top_srcdir&;t t
8338 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8339 s&@builddir@&$ac_builddir&;t t
8340 s&@abs_builddir@&$ac_abs_builddir&;t t
8341 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8342 s&@INSTALL@&$ac_INSTALL&;t t
8343 $ac_datarootdir_hack
8345 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8346 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8348 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8349 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8350 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8351 "$ac_tmp/out"`; test -z "$ac_out"; } &&
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8353 which seems to be undefined. Please make sure it is defined" >&5
8354 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8355 which seems to be undefined. Please make sure it is defined" >&2;}
8357 rm -f "$ac_tmp/stdin"
8358 case $ac_file in
8359 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8360 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8361 esac \
8362 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8366 # CONFIG_HEADER
8368 if test x"$ac_file" != x-; then
8370 $as_echo "/* $configure_input */" \
8371 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8372 } >"$ac_tmp/config.h" \
8373 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8374 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8376 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8377 else
8378 rm -f "$ac_file"
8379 mv "$ac_tmp/config.h" "$ac_file" \
8380 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8382 else
8383 $as_echo "/* $configure_input */" \
8384 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8385 || as_fn_error $? "could not create -" "$LINENO" 5
8389 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8390 $as_echo "$as_me: executing $ac_file commands" >&6;}
8392 esac
8395 case $ac_file$ac_mode in
8396 "default":C)
8397 case $CONFIG_FILES in *config.make*)
8398 echo "$config_vars" >> config.make;;
8399 esac
8400 test -d bits || mkdir bits ;;
8402 esac
8403 done # for ac_tag
8406 as_fn_exit 0
8407 _ACEOF
8408 ac_clean_files=$ac_clean_files_save
8410 test $ac_write_fail = 0 ||
8411 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8414 # configure is writing to config.log, and then calls config.status.
8415 # config.status does its own redirection, appending to config.log.
8416 # Unfortunately, on DOS this fails, as config.log is still kept open
8417 # by configure, so config.status won't be able to write to it; its
8418 # output is simply discarded. So we exec the FD to /dev/null,
8419 # effectively closing config.log, so it can be properly (re)opened and
8420 # appended to by config.status. When coming back to configure, we
8421 # need to make the FD available again.
8422 if test "$no_create" != yes; then
8423 ac_cs_success=:
8424 ac_config_status_args=
8425 test "$silent" = yes &&
8426 ac_config_status_args="$ac_config_status_args --quiet"
8427 exec 5>/dev/null
8428 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8429 exec 5>>config.log
8430 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8431 # would make configure fail if this is the last instruction.
8432 $ac_cs_success || as_fn_exit 1
8436 # CONFIG_SUBDIRS section.
8438 if test "$no_recursion" != yes; then
8440 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
8441 # so they do not pile up.
8442 ac_sub_configure_args=
8443 ac_prev=
8444 eval "set x $ac_configure_args"
8445 shift
8446 for ac_arg
8448 if test -n "$ac_prev"; then
8449 ac_prev=
8450 continue
8452 case $ac_arg in
8453 -cache-file | --cache-file | --cache-fil | --cache-fi \
8454 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8455 ac_prev=cache_file ;;
8456 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8457 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
8458 | --c=*)
8460 --config-cache | -C)
8462 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8463 ac_prev=srcdir ;;
8464 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8466 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
8467 ac_prev=prefix ;;
8468 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
8470 --disable-option-checking)
8473 case $ac_arg in
8474 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8475 esac
8476 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
8477 esac
8478 done
8480 # Always prepend --prefix to ensure using the same prefix
8481 # in subdir configurations.
8482 ac_arg="--prefix=$prefix"
8483 case $ac_arg in
8484 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8485 esac
8486 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
8488 # Pass --silent
8489 if test "$silent" = yes; then
8490 ac_sub_configure_args="--silent $ac_sub_configure_args"
8493 # Always prepend --disable-option-checking to silence warnings, since
8494 # different subdirs can have different --enable and --with options.
8495 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
8497 ac_popdir=`pwd`
8498 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
8500 # Do not complain, so a configure script can configure whichever
8501 # parts of a large source tree are present.
8502 test -d "$srcdir/$ac_dir" || continue
8504 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
8505 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
8506 $as_echo "$ac_msg" >&6
8507 as_dir="$ac_dir"; as_fn_mkdir_p
8508 ac_builddir=.
8510 case "$ac_dir" in
8511 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8513 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8514 # A ".." for each directory in $ac_dir_suffix.
8515 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8516 case $ac_top_builddir_sub in
8517 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8518 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8519 esac ;;
8520 esac
8521 ac_abs_top_builddir=$ac_pwd
8522 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8523 # for backward compatibility:
8524 ac_top_builddir=$ac_top_build_prefix
8526 case $srcdir in
8527 .) # We are building in place.
8528 ac_srcdir=.
8529 ac_top_srcdir=$ac_top_builddir_sub
8530 ac_abs_top_srcdir=$ac_pwd ;;
8531 [\\/]* | ?:[\\/]* ) # Absolute name.
8532 ac_srcdir=$srcdir$ac_dir_suffix;
8533 ac_top_srcdir=$srcdir
8534 ac_abs_top_srcdir=$srcdir ;;
8535 *) # Relative name.
8536 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8537 ac_top_srcdir=$ac_top_build_prefix$srcdir
8538 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8539 esac
8540 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8543 cd "$ac_dir"
8545 # Check for guested configure; otherwise get Cygnus style configure.
8546 if test -f "$ac_srcdir/configure.gnu"; then
8547 ac_sub_configure=$ac_srcdir/configure.gnu
8548 elif test -f "$ac_srcdir/configure"; then
8549 ac_sub_configure=$ac_srcdir/configure
8550 elif test -f "$ac_srcdir/configure.in"; then
8551 # This should be Cygnus configure.
8552 ac_sub_configure=$ac_aux_dir/configure
8553 else
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
8555 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
8556 ac_sub_configure=
8559 # The recursion is here.
8560 if test -n "$ac_sub_configure"; then
8561 # Make the cache file name correct relative to the subdirectory.
8562 case $cache_file in
8563 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
8564 *) # Relative name.
8565 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
8566 esac
8568 { $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
8569 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
8570 # The eval makes quoting arguments work.
8571 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
8572 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
8573 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8576 cd "$ac_popdir"
8577 done
8579 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8581 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}