2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for GNU C Library (see version.h).
5 # Report bugs to <http://sourceware.org/bugzilla/>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
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+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
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
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
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'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
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.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
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 ||
:
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.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
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
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 :
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+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
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; }
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 :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || 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 :
206 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
209 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
211 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
214 test -z "$as_dir" && as_dir
=.
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 :
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
239 if test "x$CONFIG_SHELL" != x
; then :
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.
247 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
249 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
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
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."
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: http://sourceware.org/bugzilla/ about your system,
270 $0: including any error possibly output before this
271 $0: message. Then install a modern shell, or manually run
272 $0: the script under such a shell if you do have one."
278 SHELL
=${CONFIG_SHELL-/bin/sh}
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 ## --------------------- ##
289 # Portably unset VAR.
292 { eval $1=; unset $1;}
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316 # Create "$as_dir" as a directory, including parents if necessary.
321 -*) as_dir
=.
/$as_dir;;
323 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
327 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
354 test -d "$as_dir" && break
356 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
357 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
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
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
376 eval 'as_fn_append ()
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 :
400 as_val
=`expr "$@" || test $? -eq 1`
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.
412 as_status
=$1; test $as_status -eq 0 && as_status
=1
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
421 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
422 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
428 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
434 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
440 as_me
=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442 X"$0" : 'X\(//\)$' \| \
443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 sed '/^.*\/\([^/][^/]*\)\/*$/{
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. :-)
483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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).
498 # Exit status is that of the last command.
502 ECHO_C
= ECHO_N
= ECHO_T
=
503 case `echo -n x` in #(((((
505 case `echo 'xy\c'` in
506 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
508 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
515 rm -f conf$$ conf$$.exe conf$$.
file
516 if test -d conf$$.dir
; then
517 rm -f conf$$.dir
/conf$$.
file
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
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 ||
531 elif ln conf$$.
file conf$$
2>/dev
/null
; then
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"'
545 test -d .
/-p && rmdir .
/-p
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
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`
570 ac_default_prefix
=/usr
/local
572 ac_config_libobj_dir
=.
579 # Identity of this package.
580 PACKAGE_NAME
='GNU C Library'
581 PACKAGE_TARNAME
='glibc'
582 PACKAGE_VERSION
='(see version.h)'
583 PACKAGE_STRING
='GNU C Library (see version.h)'
584 PACKAGE_BUGREPORT
='http://sourceware.org/bugzilla/'
585 PACKAGE_URL
='http://www.gnu.org/software/glibc/'
587 ac_unique_file
="include/features.h"
588 enable_option_checking
=no
589 ac_subst_vars
='LTLIBOBJS
604 libc_cv_localstatedir
606 libc_cv_complocaledir
610 libc_cv_gcc_unwind_find_fde
613 libc_cv_cxx_thread_local
619 libc_cv_cc_loop_to_function
620 libc_cv_cc_submachine
624 libc_cv_output_format
631 libc_cv_cc_with_libunwind
632 libc_cv_protected_data
671 hardcoded_path_in_tests
672 enable_timezone_tools
729 program_transform_name
742 enable_option_checking
756 enable_timezone_tools
757 enable_hardcoded_path_in_tests
758 enable_stackguard_randomization
765 enable_maintainer_mode
779 ac_precious_vars
='build_alias
794 # Initialize some variables set by options.
796 ac_init_version
=false
797 ac_unrecognized_opts
=
799 # The variables have the same names as the options, with
800 # dashes changed to underlines.
808 program_transform_name
=s
,x
,x
,
816 # Installation directory options.
817 # These are left unexpanded so users can "make install exec_prefix=/foo"
818 # and all the variables that are supposed to be based on exec_prefix
819 # by default will actually change.
820 # Use braces instead of parens because sh, perl, etc. also accept them.
821 # (The list follows the same order as the GNU Coding Standards.)
822 bindir
='${exec_prefix}/bin'
823 sbindir
='${exec_prefix}/sbin'
824 libexecdir
='${exec_prefix}/libexec'
825 datarootdir
='${prefix}/share'
826 datadir
='${datarootdir}'
827 sysconfdir
='${prefix}/etc'
828 sharedstatedir
='${prefix}/com'
829 localstatedir
='${prefix}/var'
830 includedir
='${prefix}/include'
831 oldincludedir
='/usr/include'
832 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
833 infodir
='${datarootdir}/info'
838 libdir
='${exec_prefix}/lib'
839 localedir
='${datarootdir}/locale'
840 mandir
='${datarootdir}/man'
846 # If the previous option needs an argument, assign it.
847 if test -n "$ac_prev"; then
848 eval $ac_prev=\
$ac_option
854 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859 # Accept the important Cygnus configure options, so we can diagnose typos.
861 case $ac_dashdash$ac_option in
865 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
867 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
870 -build |
--build |
--buil |
--bui |
--bu)
871 ac_prev
=build_alias
;;
872 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
873 build_alias
=$ac_optarg ;;
875 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
876 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
877 ac_prev
=cache_file
;;
878 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
879 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
880 cache_file
=$ac_optarg ;;
883 cache_file
=config.cache
;;
885 -datadir |
--datadir |
--datadi |
--datad)
887 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
888 datadir
=$ac_optarg ;;
890 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
891 |
--dataroo |
--dataro |
--datar)
892 ac_prev
=datarootdir
;;
893 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
894 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
895 datarootdir
=$ac_optarg ;;
897 -disable-* |
--disable-*)
898 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
899 # Reject names that are not valid shell variable names.
900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
901 as_fn_error $?
"invalid feature name: $ac_useropt"
902 ac_useropt_orig
=$ac_useropt
903 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904 case $ac_user_opts in
908 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
909 ac_unrecognized_sep
=', ';;
911 eval enable_
$ac_useropt=no
;;
913 -docdir |
--docdir |
--docdi |
--doc |
--do)
915 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
918 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
920 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
923 -enable-* |
--enable-*)
924 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925 # Reject names that are not valid shell variable names.
926 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
927 as_fn_error $?
"invalid feature name: $ac_useropt"
928 ac_useropt_orig
=$ac_useropt
929 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
930 case $ac_user_opts in
934 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
935 ac_unrecognized_sep
=', ';;
937 eval enable_
$ac_useropt=\
$ac_optarg ;;
939 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
940 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
941 |
--exec |
--exe |
--ex)
942 ac_prev
=exec_prefix
;;
943 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
944 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
945 |
--exec=* |
--exe=* |
--ex=*)
946 exec_prefix
=$ac_optarg ;;
948 -gas |
--gas |
--ga |
--g)
949 # Obsolete; use --with-gas.
952 -help |
--help |
--hel |
--he |
-h)
954 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
955 ac_init_help
=recursive
;;
956 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
957 ac_init_help
=short
;;
959 -host |
--host |
--hos |
--ho)
960 ac_prev
=host_alias
;;
961 -host=* |
--host=* |
--hos=* |
--ho=*)
962 host_alias
=$ac_optarg ;;
964 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
966 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
968 htmldir
=$ac_optarg ;;
970 -includedir |
--includedir |
--includedi |
--included |
--include \
971 |
--includ |
--inclu |
--incl |
--inc)
972 ac_prev
=includedir
;;
973 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
974 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
975 includedir
=$ac_optarg ;;
977 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
979 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
980 infodir
=$ac_optarg ;;
982 -libdir |
--libdir |
--libdi |
--libd)
984 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
987 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
988 |
--libexe |
--libex |
--libe)
989 ac_prev
=libexecdir
;;
990 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
991 |
--libexe=* |
--libex=* |
--libe=*)
992 libexecdir
=$ac_optarg ;;
994 -localedir |
--localedir |
--localedi |
--localed |
--locale)
996 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
997 localedir
=$ac_optarg ;;
999 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1000 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1001 ac_prev
=localstatedir
;;
1002 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1003 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1004 localstatedir
=$ac_optarg ;;
1006 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1008 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1009 mandir
=$ac_optarg ;;
1011 -nfp |
--nfp |
--nf)
1012 # Obsolete; use --without-fp.
1015 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1016 |
--no-cr |
--no-c |
-n)
1019 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1020 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1023 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1024 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1025 |
--oldin |
--oldi |
--old |
--ol |
--o)
1026 ac_prev
=oldincludedir
;;
1027 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1028 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1029 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1030 oldincludedir
=$ac_optarg ;;
1032 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1034 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1035 prefix
=$ac_optarg ;;
1037 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1038 |
--program-pre |
--program-pr |
--program-p)
1039 ac_prev
=program_prefix
;;
1040 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1041 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1042 program_prefix
=$ac_optarg ;;
1044 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1045 |
--program-suf |
--program-su |
--program-s)
1046 ac_prev
=program_suffix
;;
1047 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1048 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1049 program_suffix
=$ac_optarg ;;
1051 -program-transform-name |
--program-transform-name \
1052 |
--program-transform-nam |
--program-transform-na \
1053 |
--program-transform-n |
--program-transform- \
1054 |
--program-transform |
--program-transfor \
1055 |
--program-transfo |
--program-transf \
1056 |
--program-trans |
--program-tran \
1057 |
--progr-tra |
--program-tr |
--program-t)
1058 ac_prev
=program_transform_name
;;
1059 -program-transform-name=* |
--program-transform-name=* \
1060 |
--program-transform-nam=* |
--program-transform-na=* \
1061 |
--program-transform-n=* |
--program-transform-=* \
1062 |
--program-transform=* |
--program-transfor=* \
1063 |
--program-transfo=* |
--program-transf=* \
1064 |
--program-trans=* |
--program-tran=* \
1065 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1066 program_transform_name
=$ac_optarg ;;
1068 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1070 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1071 pdfdir
=$ac_optarg ;;
1073 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1075 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1078 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1079 |
-silent |
--silent |
--silen |
--sile |
--sil)
1082 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1084 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1086 sbindir
=$ac_optarg ;;
1088 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1089 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1090 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1092 ac_prev
=sharedstatedir
;;
1093 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1094 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1095 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1097 sharedstatedir
=$ac_optarg ;;
1099 -site |
--site |
--sit)
1101 -site=* |
--site=* |
--sit=*)
1104 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1106 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1107 srcdir
=$ac_optarg ;;
1109 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1110 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1111 ac_prev
=sysconfdir
;;
1112 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1113 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1114 sysconfdir
=$ac_optarg ;;
1116 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1117 ac_prev
=target_alias
;;
1118 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1119 target_alias
=$ac_optarg ;;
1121 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1124 -version |
--version |
--versio |
--versi |
--vers |
-V)
1125 ac_init_version
=: ;;
1128 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1129 # Reject names that are not valid shell variable names.
1130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1131 as_fn_error $?
"invalid package name: $ac_useropt"
1132 ac_useropt_orig
=$ac_useropt
1133 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134 case $ac_user_opts in
1138 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1139 ac_unrecognized_sep
=', ';;
1141 eval with_
$ac_useropt=\
$ac_optarg ;;
1143 -without-* |
--without-*)
1144 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1145 # Reject names that are not valid shell variable names.
1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1147 as_fn_error $?
"invalid package name: $ac_useropt"
1148 ac_useropt_orig
=$ac_useropt
1149 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1154 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1155 ac_unrecognized_sep
=', ';;
1157 eval with_
$ac_useropt=no
;;
1160 # Obsolete; use --with-x.
1163 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1164 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1165 ac_prev
=x_includes
;;
1166 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1167 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1168 x_includes
=$ac_optarg ;;
1170 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1171 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1172 ac_prev
=x_libraries
;;
1173 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1174 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1175 x_libraries
=$ac_optarg ;;
1177 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1178 Try \`$0 --help' for more information"
1182 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1183 # Reject names that are not valid shell variable names.
1184 case $ac_envvar in #(
1185 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1186 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1188 eval $ac_envvar=\
$ac_optarg
1189 export $ac_envvar ;;
1192 # FIXME: should be removed in autoconf 3.0.
1193 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1194 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1195 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1196 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1202 if test -n "$ac_prev"; then
1203 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1204 as_fn_error $?
"missing argument to $ac_option"
1207 if test -n "$ac_unrecognized_opts"; then
1208 case $enable_option_checking in
1210 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1211 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1215 # Check all directory arguments for consistency.
1216 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1217 datadir sysconfdir sharedstatedir localstatedir includedir \
1218 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1219 libdir localedir mandir
1221 eval ac_val
=\$
$ac_var
1222 # Remove trailing slashes.
1225 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1226 eval $ac_var=\
$ac_val;;
1228 # Be sure to have absolute directory names.
1230 [\\/$
]* | ?
:[\\/]* ) continue;;
1231 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1233 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1236 # There might be people who depend on the old broken behavior: `$host'
1237 # used to hold the argument of --host etc.
1238 # FIXME: To remove some day.
1241 target
=$target_alias
1243 # FIXME: To remove some day.
1244 if test "x$host_alias" != x
; then
1245 if test "x$build_alias" = x
; then
1246 cross_compiling
=maybe
1247 elif test "x$build_alias" != "x$host_alias"; then
1253 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1255 test "$silent" = yes && exec 6>/dev
/null
1258 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1259 ac_ls_di
=`ls -di .` &&
1260 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1261 as_fn_error $?
"working directory cannot be determined"
1262 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1263 as_fn_error $?
"pwd does not report name of working directory"
1266 # Find the source files, if location was not specified.
1267 if test -z "$srcdir"; then
1268 ac_srcdir_defaulted
=yes
1269 # Try the directory containing this script, then the parent directory.
1270 ac_confdir
=`$as_dirname -- "$as_myself" ||
1271 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1272 X"$as_myself" : 'X\(//\)[^/]' \| \
1273 X"$as_myself" : 'X\(//\)$' \| \
1274 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1275 $as_echo X"$as_myself" |
1276 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1294 if test ! -r "$srcdir/$ac_unique_file"; then
1298 ac_srcdir_defaulted
=no
1300 if test ! -r "$srcdir/$ac_unique_file"; then
1301 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1302 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1304 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1306 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1308 # When building in place, set srcdir=.
1309 if test "$ac_abs_confdir" = "$ac_pwd"; then
1312 # Remove unnecessary trailing slashes from srcdir.
1313 # Double slashes in file names in object file debugging info
1314 # mess up M-x gdb in Emacs.
1316 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1318 for ac_var
in $ac_precious_vars; do
1319 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1320 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1321 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1322 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1326 # Report the --help message.
1328 if test "$ac_init_help" = "long"; then
1329 # Omit some internal or obsolete options to make the list less imposing.
1330 # This message is too long to be a string in the A/UX 3.1 sh.
1332 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1334 Usage: $0 [OPTION]... [VAR=VALUE]...
1336 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1337 VAR=VALUE. See below for descriptions of some of the useful variables.
1339 Defaults for the options are specified in brackets.
1342 -h, --help display this help and exit
1343 --help=short display options specific to this package
1344 --help=recursive display the short help of all the included packages
1345 -V, --version display version information and exit
1346 -q, --quiet, --silent do not print \`checking ...' messages
1347 --cache-file=FILE cache test results in FILE [disabled]
1348 -C, --config-cache alias for \`--cache-file=config.cache'
1349 -n, --no-create do not create output files
1350 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1352 Installation directories:
1353 --prefix=PREFIX install architecture-independent files in PREFIX
1354 [$ac_default_prefix]
1355 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1358 By default, \`make install' will install all the files in
1359 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1360 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1361 for instance \`--prefix=\$HOME'.
1363 For better control, use the options below.
1365 Fine tuning of the installation directories:
1366 --bindir=DIR user executables [EPREFIX/bin]
1367 --sbindir=DIR system admin executables [EPREFIX/sbin]
1368 --libexecdir=DIR program executables [EPREFIX/libexec]
1369 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1370 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1371 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1372 --libdir=DIR object code libraries [EPREFIX/lib]
1373 --includedir=DIR C header files [PREFIX/include]
1374 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1375 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1376 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1377 --infodir=DIR info documentation [DATAROOTDIR/info]
1378 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1379 --mandir=DIR man documentation [DATAROOTDIR/man]
1380 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1381 --htmldir=DIR html documentation [DOCDIR]
1382 --dvidir=DIR dvi documentation [DOCDIR]
1383 --pdfdir=DIR pdf documentation [DOCDIR]
1384 --psdir=DIR ps documentation [DOCDIR]
1390 --build=BUILD configure
for building on BUILD
[guessed
]
1391 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1395 if test -n "$ac_init_help"; then
1396 case $ac_init_help in
1397 short | recursive
) echo "Configuration of GNU C Library (see version.h):";;
1402 --disable-option-checking ignore unrecognized
--enable/--with options
1403 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1404 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1405 --disable-sanity-checks really
do not use threads
(should not be used except
1406 in special situations
) [default
=yes]
1407 --enable-shared build shared library
[default
=yes if GNU ld
]
1408 --enable-profile build profiled library
[default
=no
]
1409 --disable-timezone-tools
1410 do not
install timezone tools
[default
=install]
1411 --enable-hardcoded-path-in-tests
1412 hardcode newly built glibc path
in tests
1414 --enable-stackguard-randomization
1415 initialize __stack_chk_guard canary with a random
1416 number
at program start
1417 --enable-lock-elision=yes
/no
1418 Enable lock elision
for pthread mutexes by default
1419 --enable-add-ons[=DIRS...
]
1420 configure and build add-ons
in DIR1
,DIR2
,... search
1421 for add-ons
if no parameter given
1422 --disable-hidden-plt do not hide internal
function calls to avoid PLT
1423 --enable-bind-now disable lazy relocations
in DSOs
1424 --enable-static-nss build static NSS modules
[default
=no
]
1425 --disable-force-install don
't force installation of files from this package,
1426 even if they are older than the installed files
1427 --enable-maintainer-mode
1428 enable make rules and dependencies not useful (and
1429 sometimes confusing) to the casual installer
1430 --enable-kernel=VERSION compile for compatibility with kernel not older than
1432 --enable-all-warnings enable all useful warnings gcc can issue
1433 --disable-werror do not build with -Werror
1434 --enable-multi-arch enable single DSO with optimizations for multiple
1436 --enable-nss-crypt enable libcrypt to use nss
1437 --enable-obsolete-rpc build and install the obsolete RPC code for
1439 --enable-systemtap enable systemtap static probe points [default=no]
1440 --disable-build-nscd disable building and installing the nscd daemon
1441 --disable-nscd library functions will not contact the nscd daemon
1442 --enable-pt_chown Enable building and installing pt_chown
1443 --enable-mathvec Enable building and installing mathvec [default
1444 depends on architecture]
1447 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1448 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1449 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1450 --with-bugurl=URL Direct users to URL to report a bug
1451 --with-gd=DIR find libgd include dir and library with prefix DIR
1452 --with-gd-include=DIR find libgd include files in DIR
1453 --with-gd-lib=DIR find libgd library files in DIR
1454 --with-fp if using floating-point hardware [default=yes]
1455 --with-binutils=PATH specify location of binutils (as and ld)
1456 --with-selinux if building with SELinux support
1457 --with-headers=PATH location of system headers to use (for example
1458 /usr/src/linux/include) [default=compiler default]
1459 --with-default-link do not use explicit linker scripts
1460 --with-cpu=CPU select code for CPU variant
1462 Some influential environment variables:
1463 CC C compiler command
1464 CFLAGS C compiler flags
1465 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1466 nonstandard directory <lib dir>
1467 LIBS libraries to pass to the linker, e.g. -l<library>
1468 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1469 you have headers in a nonstandard directory <include dir>
1471 CXX C++ compiler command
1472 CXXFLAGS C++ compiler flags
1474 Use these variables to override the choices made by `configure' or to
help
1475 it to
find libraries and programs with nonstandard names
/locations.
1477 Report bugs to
<http
://sourceware.org
/bugzilla
/>.
1478 GNU C Library home page
: <http
://www.gnu.org
/software
/glibc
/>.
1479 General
help using GNU software
: <http
://www.gnu.org
/gethelp
/>.
1484 if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
1486 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1493 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1495 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1500 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1503 ac_abs_top_builddir
=$ac_pwd
1504 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1505 # for backward compatibility:
1506 ac_top_builddir
=$ac_top_build_prefix
1509 .
) # We are building in place.
1511 ac_top_srcdir
=$ac_top_builddir_sub
1512 ac_abs_top_srcdir
=$ac_pwd ;;
1513 [\\/]* | ?
:[\\/]* ) # Absolute name.
1514 ac_srcdir
=$srcdir$ac_dir_suffix;
1515 ac_top_srcdir
=$srcdir
1516 ac_abs_top_srcdir
=$srcdir ;;
1518 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1522 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1524 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1531 $SHELL "$ac_srcdir/configure" --help=recursive
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1539 test -n "$ac_init_help" && exit $ac_status
1540 if $ac_init_version; then
1542 GNU C Library configure
(see version.h
)
1543 generated by GNU Autoconf
2.69
1545 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1546 This configure
script is free software
; the Free Software Foundation
1547 gives unlimited permission to copy
, distribute and modify it.
1552 ## ------------------------ ##
1553 ## Autoconf initialization. ##
1554 ## ------------------------ ##
1556 # ac_fn_c_try_compile LINENO
1557 # --------------------------
1558 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1559 ac_fn_c_try_compile
()
1561 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1562 rm -f conftest.
$ac_objext
1563 if { { ac_try
="$ac_compile"
1565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569 $as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_compile") 2>conftest.err
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.$ac_objext; then :
1584 $as_echo "$as_me: failed program was:" >&5
1585 sed 's/^/| /' conftest.$ac_ext >&5
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status $ac_retval
1592 } # ac_fn_c_try_compile
1594 # ac_fn_cxx_try_compile LINENO
1595 # ----------------------------
1596 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1597 ac_fn_cxx_try_compile ()
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 rm -f conftest.$ac_objext
1601 if { { ac_try="$ac_compile"
1603 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1604 *) ac_try_echo
=$ac_try;;
1606 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_compile") 2>conftest.err
1610 if test -s conftest.err
; then
1611 grep -v '^ *+' conftest.err
>conftest.er1
1612 cat conftest.er1
>&5
1613 mv -f conftest.er1 conftest.err
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_cxx_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest.
$ac_objext; then :
1622 $as_echo "$as_me: failed program was:" >&5
1623 sed 's/^/| /' conftest.
$ac_ext >&5
1627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1628 as_fn_set_status
$ac_retval
1630 } # ac_fn_cxx_try_compile
1632 # ac_fn_cxx_try_link LINENO
1633 # -------------------------
1634 # Try to link conftest.$ac_ext, and return whether this succeeded.
1635 ac_fn_cxx_try_link
()
1637 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1638 rm -f conftest.
$ac_objext conftest
$ac_exeext
1639 if { { ac_try
="$ac_link"
1641 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1642 *) ac_try_echo=$ac_try;;
1644 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1645 $as_echo "$ac_try_echo"; } >&5
1646 (eval "$ac_link") 2>conftest.err
1648 if test -s conftest.err; then
1649 grep -v '^ *+' conftest.err >conftest.er1
1650 cat conftest.er1 >&5
1651 mv -f conftest.er1 conftest.err
1653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1654 test $ac_status = 0; } && {
1655 test -z "$ac_cxx_werror_flag" ||
1656 test ! -s conftest.err
1657 } && test -s conftest$ac_exeext && {
1658 test "$cross_compiling" = yes ||
1659 test -x conftest$ac_exeext
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1668 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1669 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1670 # interfere with the next link command; also delete a directory that is
1671 # left behind by Apple's compiler. We do this before executing the actions.
1672 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 as_fn_set_status $ac_retval
1676 } # ac_fn_cxx_try_link
1678 # ac_fn_c_try_link LINENO
1679 # -----------------------
1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
1683 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 rm -f conftest.$ac_objext conftest$ac_exeext
1685 if { { ac_try="$ac_link"
1687 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1688 *) ac_try_echo
=$ac_try;;
1690 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_link") 2>conftest.err
1694 if test -s conftest.err
; then
1695 grep -v '^ *+' conftest.err
>conftest.er1
1696 cat conftest.er1
>&5
1697 mv -f conftest.er1 conftest.err
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && {
1701 test -z "$ac_c_werror_flag" ||
1702 test ! -s conftest.err
1703 } && test -s conftest
$ac_exeext && {
1704 test "$cross_compiling" = yes ||
1705 test -x conftest
$ac_exeext
1709 $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.
$ac_ext >&5
1714 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716 # interfere with the next link command; also delete a directory that is
1717 # left behind by Apple's compiler. We do this before executing the actions.
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1720 as_fn_set_status
$ac_retval
1722 } # ac_fn_c_try_link
1723 cat >config.log
<<_ACEOF
1724 This file contains any messages produced by compilers while
1725 running configure, to aid debugging if configure makes a mistake.
1727 It was created by GNU C Library $as_me (see version.h), which was
1728 generated by GNU Autoconf 2.69. Invocation command line was
1740 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1741 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1742 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1743 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1744 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1746 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1747 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1749 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1750 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1751 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1752 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1753 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1754 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1755 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1759 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1763 test -z "$as_dir" && as_dir
=.
1764 $as_echo "PATH: $as_dir"
1780 # Keep a trace of the command line.
1781 # Strip out --no-create and --no-recursion so they do not pile up.
1782 # Strip out --silent because we don't want to record it for future runs.
1783 # Also quote any args containing shell meta-characters.
1784 # Make two passes to allow for proper duplicate-argument suppression.
1788 ac_must_keep_next
=false
1794 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1795 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1796 |
-silent |
--silent |
--silen |
--sile |
--sil)
1799 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1802 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1804 as_fn_append ac_configure_args1
" '$ac_arg'"
1805 if test $ac_must_keep_next = true
; then
1806 ac_must_keep_next
=false
# Got value, back to normal.
1809 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1810 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1811 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1812 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1813 case "$ac_configure_args0 " in
1814 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1817 -* ) ac_must_keep_next
=true
;;
1820 as_fn_append ac_configure_args
" '$ac_arg'"
1825 { ac_configure_args0
=; unset ac_configure_args0
;}
1826 { ac_configure_args1
=; unset ac_configure_args1
;}
1828 # When interrupted or exit'd, cleanup temporary files, and complete
1829 # config.log. We remove comments because anyway the quotes in there
1830 # would cause problems or look ugly.
1831 # WARNING: Use '\'' to represent an apostrophe within the trap.
1832 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1833 trap 'exit_status=$?
1834 # Save into config.log some information that might help in debugging.
1838 $as_echo "## ---------------- ##
1839 ## Cache variables. ##
1840 ## ---------------- ##"
1842 # The following way of writing the cache mishandles newlines in values,
1844 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1845 eval ac_val=\$$ac_var
1849 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1850 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1853 _ | IFS | as_nl) ;; #(
1854 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1855 *) { eval $ac_var=; unset $ac_var;} ;;
1860 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1861 *${as_nl}ac_space=\ *)
1863 "s/'\''/'\''\\\\'\'''\''/g;
1864 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1867 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1874 $as_echo "## ----------------- ##
1875 ## Output variables. ##
1876 ## ----------------- ##"
1878 for ac_var in $ac_subst_vars
1880 eval ac_val=\$$ac_var
1882 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1884 $as_echo "$ac_var='\''$ac_val'\''"
1888 if test -n "$ac_subst_files"; then
1889 $as_echo "## ------------------- ##
1890 ## File substitutions. ##
1891 ## ------------------- ##"
1893 for ac_var
in $ac_subst_files
1895 eval ac_val
=\$
$ac_var
1897 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1899 $as_echo "$ac_var='\''$ac_val'\''"
1904 if test -s confdefs.h; then
1905 $as_echo "## ----------- ##
1912 test "$ac_signal" != 0 &&
1913 $as_echo "$as_me: caught signal $ac_signal"
1914 $as_echo "$as_me: exit $exit_status"
1916 rm -f core *.core core.conftest.* &&
1917 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1920 for ac_signal
in 1 2 13 15; do
1921 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1925 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1926 rm -f -r conftest
* confdefs.h
1928 $as_echo "/* confdefs.h */" > confdefs.h
1930 # Predefined preprocessor variables.
1932 cat >>confdefs.h
<<_ACEOF
1933 #define PACKAGE_NAME "$PACKAGE_NAME"
1936 cat >>confdefs.h
<<_ACEOF
1937 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1940 cat >>confdefs.h
<<_ACEOF
1941 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1944 cat >>confdefs.h
<<_ACEOF
1945 #define PACKAGE_STRING "$PACKAGE_STRING"
1948 cat >>confdefs.h
<<_ACEOF
1949 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1952 cat >>confdefs.h
<<_ACEOF
1953 #define PACKAGE_URL "$PACKAGE_URL"
1957 # Let the site file select an alternate cache file if it wants to.
1958 # Prefer an explicitly selected file to automatically selected ones.
1961 if test -n "$CONFIG_SITE"; then
1962 # We do not want a PATH search for config.site.
1963 case $CONFIG_SITE in #((
1964 -*) ac_site_file1
=.
/$CONFIG_SITE;;
1965 */*) ac_site_file1
=$CONFIG_SITE;;
1966 *) ac_site_file1
=.
/$CONFIG_SITE;;
1968 elif test "x$prefix" != xNONE
; then
1969 ac_site_file1
=$prefix/share
/config.site
1970 ac_site_file2
=$prefix/etc
/config.site
1972 ac_site_file1
=$ac_default_prefix/share
/config.site
1973 ac_site_file2
=$ac_default_prefix/etc
/config.site
1975 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
1977 test "x$ac_site_file" = xNONE
&& continue
1978 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1980 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1981 sed 's/^/| /' "$ac_site_file" >&5
1983 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1984 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1985 as_fn_error $?
"failed to load site script $ac_site_file
1986 See \`config.log' for more details" "$LINENO" 5; }
1990 if test -r "$cache_file"; then
1991 # Some versions of bash will fail to source /dev/null (special files
1992 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1993 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
1994 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1995 $as_echo "$as_me: loading cache $cache_file" >&6;}
1997 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1998 *) .
"./$cache_file";;
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2003 $as_echo "$as_me: creating cache $cache_file" >&6;}
2007 # Check that the precious variables saved in the cache have kept the same
2009 ac_cache_corrupted
=false
2010 for ac_var
in $ac_precious_vars; do
2011 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2012 eval ac_new_set
=\
$ac_env_${ac_var}_set
2013 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2014 eval ac_new_val
=\
$ac_env_${ac_var}_value
2015 case $ac_old_set,$ac_new_set in
2017 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2018 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2019 ac_cache_corrupted
=: ;;
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2022 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2023 ac_cache_corrupted
=: ;;
2026 if test "x$ac_old_val" != "x$ac_new_val"; then
2027 # differences in whitespace do not lead to failure.
2028 ac_old_val_w
=`echo x $ac_old_val`
2029 ac_new_val_w
=`echo x $ac_new_val`
2030 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2032 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2033 ac_cache_corrupted
=:
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2036 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2037 eval $ac_var=\
$ac_old_val
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2040 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2042 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2045 # Pass precious variables to config.status.
2046 if test "$ac_new_set" = set; then
2048 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2049 *) ac_arg
=$ac_var=$ac_new_val ;;
2051 case " $ac_configure_args " in
2052 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2053 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2057 if $ac_cache_corrupted; then
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2059 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2061 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2062 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2064 ## -------------------- ##
2065 ## Main body of script. ##
2066 ## -------------------- ##
2069 ac_cpp
='$CPP $CPPFLAGS'
2070 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2071 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2072 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2076 ac_config_headers
="$ac_config_headers config.h"
2079 for ac_dir
in scripts
"$srcdir"/scripts
; do
2080 if test -f "$ac_dir/install-sh"; then
2082 ac_install_sh
="$ac_aux_dir/install-sh -c"
2084 elif test -f "$ac_dir/install.sh"; then
2086 ac_install_sh
="$ac_aux_dir/install.sh -c"
2088 elif test -f "$ac_dir/shtool"; then
2090 ac_install_sh
="$ac_aux_dir/shtool install -c"
2094 if test -z "$ac_aux_dir"; then
2095 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2098 # These three variables are undocumented and unsupported,
2099 # and are intended to be withdrawn in a future Autoconf release.
2100 # They can cause serious problems if a builder's source tree is in a directory
2101 # whose full name contains unusual characters.
2102 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2103 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2104 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2110 # Check whether --with-pkgversion was given.
2111 if test "${with_pkgversion+set}" = set; then :
2112 withval
=$with_pkgversion; case "$withval" in
2113 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
2115 *) PKGVERSION
="($withval) " ;;
2118 PKGVERSION
="(GNU libc) "
2122 PKGVERSION_TEXI
=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2128 # Check whether --with-bugurl was given.
2129 if test "${with_bugurl+set}" = set; then :
2130 withval
=$with_bugurl; case "$withval" in
2131 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
2134 *) BUGURL
="$withval"
2138 BUGURL
="http://www.gnu.org/software/libc/bugs.html"
2148 REPORT_BUGS_TO
="<$BUGURL>"
2149 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
2156 cat >>confdefs.h
<<_ACEOF
2157 #define PKGVERSION "$PKGVERSION"
2161 cat >>confdefs.h
<<_ACEOF
2162 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2166 # Glibc should not depend on any header files
2169 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2170 # here to work around the Autoconf issue discussed in
2171 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2174 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2175 # issue discussed in
2176 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2184 # Make sure we can run config.sub.
2185 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2186 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2189 $as_echo_n "checking build system type... " >&6; }
2190 if ${ac_cv_build+:} false
; then :
2191 $as_echo_n "(cached) " >&6
2193 ac_build_alias
=$build_alias
2194 test "x$ac_build_alias" = x
&&
2195 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2196 test "x$ac_build_alias" = x
&&
2197 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2198 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2199 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2203 $as_echo "$ac_cv_build" >&6; }
2204 case $ac_cv_build in
2206 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2209 ac_save_IFS
=$IFS; IFS
='-'
2215 # Remember, the first character of IFS is used to create $*,
2216 # except with old shells:
2219 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2223 $as_echo_n "checking host system type... " >&6; }
2224 if ${ac_cv_host+:} false
; then :
2225 $as_echo_n "(cached) " >&6
2227 if test "x$host_alias" = x
; then
2228 ac_cv_host
=$ac_cv_build
2230 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2231 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2236 $as_echo "$ac_cv_host" >&6; }
2239 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2242 ac_save_IFS
=$IFS; IFS
='-'
2248 # Remember, the first character of IFS is used to create $*,
2249 # except with old shells:
2252 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2257 ac_cpp
='$CPP $CPPFLAGS'
2258 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2261 if test -n "$ac_tool_prefix"; then
2262 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2263 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2265 $as_echo_n "checking for $ac_word... " >&6; }
2266 if ${ac_cv_prog_CC+:} false
; then :
2267 $as_echo_n "(cached) " >&6
2269 if test -n "$CC"; then
2270 ac_cv_prog_CC
="$CC" # Let the user override the test.
2272 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2276 test -z "$as_dir" && as_dir
=.
2277 for ac_exec_ext
in '' $ac_executable_extensions; do
2278 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2279 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2290 if test -n "$CC"; then
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2292 $as_echo "$CC" >&6; }
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2295 $as_echo "no" >&6; }
2300 if test -z "$ac_cv_prog_CC"; then
2302 # Extract the first word of "gcc", so it can be a program name with args.
2303 set dummy gcc
; ac_word
=$2
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2305 $as_echo_n "checking for $ac_word... " >&6; }
2306 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2307 $as_echo_n "(cached) " >&6
2309 if test -n "$ac_ct_CC"; then
2310 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2312 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2316 test -z "$as_dir" && as_dir
=.
2317 for ac_exec_ext
in '' $ac_executable_extensions; do
2318 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2319 ac_cv_prog_ac_ct_CC
="gcc"
2320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2329 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2330 if test -n "$ac_ct_CC"; then
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2332 $as_echo "$ac_ct_CC" >&6; }
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2335 $as_echo "no" >&6; }
2338 if test "x$ac_ct_CC" = x
; then
2341 case $cross_compiling:$ac_tool_warned in
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2344 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2345 ac_tool_warned
=yes ;;
2353 if test -z "$CC"; then
2354 if test -n "$ac_tool_prefix"; then
2355 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2356 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2358 $as_echo_n "checking for $ac_word... " >&6; }
2359 if ${ac_cv_prog_CC+:} false
; then :
2360 $as_echo_n "(cached) " >&6
2362 if test -n "$CC"; then
2363 ac_cv_prog_CC
="$CC" # Let the user override the test.
2365 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2369 test -z "$as_dir" && as_dir
=.
2370 for ac_exec_ext
in '' $ac_executable_extensions; do
2371 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2372 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 if test -n "$CC"; then
2384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2385 $as_echo "$CC" >&6; }
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2388 $as_echo "no" >&6; }
2394 if test -z "$CC"; then
2395 # Extract the first word of "cc", so it can be a program name with args.
2396 set dummy cc
; ac_word
=$2
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2398 $as_echo_n "checking for $ac_word... " >&6; }
2399 if ${ac_cv_prog_CC+:} false
; then :
2400 $as_echo_n "(cached) " >&6
2402 if test -n "$CC"; then
2403 ac_cv_prog_CC
="$CC" # Let the user override the test.
2406 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2410 test -z "$as_dir" && as_dir
=.
2411 for ac_exec_ext
in '' $ac_executable_extensions; do
2412 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2413 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2414 ac_prog_rejected
=yes
2418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2425 if test $ac_prog_rejected = yes; then
2426 # We found a bogon in the path, so make sure we never use it.
2427 set dummy
$ac_cv_prog_CC
2429 if test $# != 0; then
2430 # We chose a different compiler from the bogus one.
2431 # However, it has the same basename, so the bogon will be chosen
2432 # first if we set CC to just the basename; use the full file name.
2434 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2440 if test -n "$CC"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2442 $as_echo "$CC" >&6; }
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2445 $as_echo "no" >&6; }
2450 if test -z "$CC"; then
2451 if test -n "$ac_tool_prefix"; then
2452 for ac_prog
in cl.exe
2454 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2455 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2457 $as_echo_n "checking for $ac_word... " >&6; }
2458 if ${ac_cv_prog_CC+:} false
; then :
2459 $as_echo_n "(cached) " >&6
2461 if test -n "$CC"; then
2462 ac_cv_prog_CC
="$CC" # Let the user override the test.
2464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2468 test -z "$as_dir" && as_dir
=.
2469 for ac_exec_ext
in '' $ac_executable_extensions; do
2470 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2471 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2482 if test -n "$CC"; then
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2484 $as_echo "$CC" >&6; }
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2487 $as_echo "no" >&6; }
2491 test -n "$CC" && break
2494 if test -z "$CC"; then
2496 for ac_prog
in cl.exe
2498 # Extract the first word of "$ac_prog", so it can be a program name with args.
2499 set dummy
$ac_prog; ac_word
=$2
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2501 $as_echo_n "checking for $ac_word... " >&6; }
2502 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2503 $as_echo_n "(cached) " >&6
2505 if test -n "$ac_ct_CC"; then
2506 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2512 test -z "$as_dir" && as_dir
=.
2513 for ac_exec_ext
in '' $ac_executable_extensions; do
2514 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2515 ac_cv_prog_ac_ct_CC
="$ac_prog"
2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2526 if test -n "$ac_ct_CC"; then
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2528 $as_echo "$ac_ct_CC" >&6; }
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2531 $as_echo "no" >&6; }
2535 test -n "$ac_ct_CC" && break
2538 if test "x$ac_ct_CC" = x
; then
2541 case $cross_compiling:$ac_tool_warned in
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2544 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2545 ac_tool_warned
=yes ;;
2554 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2555 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2556 as_fn_error $?
"no acceptable C compiler found in \$PATH
2557 See \`config.log' for more details" "$LINENO" 5; }
2559 # Provide some information about the compiler.
2560 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2563 for ac_option
in --version -v -V -qversion; do
2564 { { ac_try
="$ac_compiler $ac_option >&5"
2566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2567 *) ac_try_echo=$ac_try;;
2569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2570 $as_echo "$ac_try_echo"; } >&5
2571 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2573 if test -s conftest.err; then
2575 ... rest of stderr output deleted ...
2576 10q' conftest.err >conftest.er1
2577 cat conftest.er1 >&5
2579 rm -f conftest.er1 conftest.err
2580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2581 test $ac_status = 0; }
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2586 $as_echo_n "checking for suffix of object files... " >&6; }
2587 if ${ac_cv_objext+:} false; then :
2588 $as_echo_n "(cached) " >&6
2590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2591 /* end confdefs.h. */
2601 rm -f conftest.o conftest.obj
2602 if { { ac_try="$ac_compile"
2604 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2605 *) ac_try_echo
=$ac_try;;
2607 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2608 $as_echo "$ac_try_echo"; } >&5
2609 (eval "$ac_compile") 2>&5
2611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2612 test $ac_status = 0; }; then :
2613 for ac_file
in conftest.o conftest.obj conftest.
*; do
2614 test -f "$ac_file" ||
continue;
2616 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM
) ;;
2617 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2622 $as_echo "$as_me: failed program was:" >&5
2623 sed 's/^/| /' conftest.
$ac_ext >&5
2625 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2626 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2627 as_fn_error $?
"cannot compute suffix of object files: cannot compile
2628 See \`config.log' for more details" "$LINENO" 5; }
2630 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2633 $as_echo "$ac_cv_objext" >&6; }
2634 OBJEXT
=$ac_cv_objext
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2637 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2638 if ${ac_cv_c_compiler_gnu+:} false
; then :
2639 $as_echo_n "(cached) " >&6
2641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2642 /* end confdefs.h. */
2655 if ac_fn_c_try_compile
"$LINENO"; then :
2660 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2661 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2665 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2666 if test $ac_compiler_gnu = yes; then
2671 ac_test_CFLAGS
=${CFLAGS+set}
2672 ac_save_CFLAGS
=$CFLAGS
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2674 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2675 if ${ac_cv_prog_cc_g+:} false
; then :
2676 $as_echo_n "(cached) " >&6
2678 ac_save_c_werror_flag
=$ac_c_werror_flag
2679 ac_c_werror_flag
=yes
2682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2683 /* end confdefs.h. */
2693 if ac_fn_c_try_compile
"$LINENO"; then :
2697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2698 /* end confdefs.h. */
2708 if ac_fn_c_try_compile
"$LINENO"; then :
2711 ac_c_werror_flag
=$ac_save_c_werror_flag
2713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2714 /* end confdefs.h. */
2724 if ac_fn_c_try_compile
"$LINENO"; then :
2727 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2729 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2731 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2732 ac_c_werror_flag
=$ac_save_c_werror_flag
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2735 $as_echo "$ac_cv_prog_cc_g" >&6; }
2736 if test "$ac_test_CFLAGS" = set; then
2737 CFLAGS
=$ac_save_CFLAGS
2738 elif test $ac_cv_prog_cc_g = yes; then
2739 if test "$GCC" = yes; then
2745 if test "$GCC" = yes; then
2753 ac_cpp
='$CPP $CPPFLAGS'
2754 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2755 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2756 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2758 if test $host != $build; then
2759 for ac_prog
in gcc cc
2761 # Extract the first word of "$ac_prog", so it can be a program name with args.
2762 set dummy
$ac_prog; ac_word
=$2
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2764 $as_echo_n "checking for $ac_word... " >&6; }
2765 if ${ac_cv_prog_BUILD_CC+:} false
; then :
2766 $as_echo_n "(cached) " >&6
2768 if test -n "$BUILD_CC"; then
2769 ac_cv_prog_BUILD_CC
="$BUILD_CC" # Let the user override the test.
2771 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2775 test -z "$as_dir" && as_dir
=.
2776 for ac_exec_ext
in '' $ac_executable_extensions; do
2777 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2778 ac_cv_prog_BUILD_CC
="$ac_prog"
2779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2788 BUILD_CC
=$ac_cv_prog_BUILD_CC
2789 if test -n "$BUILD_CC"; then
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
2791 $as_echo "$BUILD_CC" >&6; }
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2794 $as_echo "no" >&6; }
2798 test -n "$BUILD_CC" && break
2803 # On Suns, sometimes $CPP names a directory.
2804 if test -n "$CPP" && test -d "$CPP"; then
2807 if test -z "$CPP"; then
2811 if test -n "$ac_tool_prefix"; then
2812 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2813 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2815 $as_echo_n "checking for $ac_word... " >&6; }
2816 if ${ac_cv_prog_READELF+:} false
; then :
2817 $as_echo_n "(cached) " >&6
2819 if test -n "$READELF"; then
2820 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
2822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2826 test -z "$as_dir" && as_dir
=.
2827 for ac_exec_ext
in '' $ac_executable_extensions; do
2828 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2829 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
2830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2839 READELF
=$ac_cv_prog_READELF
2840 if test -n "$READELF"; then
2841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
2842 $as_echo "$READELF" >&6; }
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2845 $as_echo "no" >&6; }
2850 if test -z "$ac_cv_prog_READELF"; then
2851 ac_ct_READELF
=$READELF
2852 # Extract the first word of "readelf", so it can be a program name with args.
2853 set dummy readelf
; ac_word
=$2
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855 $as_echo_n "checking for $ac_word... " >&6; }
2856 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
2857 $as_echo_n "(cached) " >&6
2859 if test -n "$ac_ct_READELF"; then
2860 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
2862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2866 test -z "$as_dir" && as_dir
=.
2867 for ac_exec_ext
in '' $ac_executable_extensions; do
2868 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2869 ac_cv_prog_ac_ct_READELF
="readelf"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2879 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
2880 if test -n "$ac_ct_READELF"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
2882 $as_echo "$ac_ct_READELF" >&6; }
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885 $as_echo "no" >&6; }
2888 if test "x$ac_ct_READELF" = x
; then
2891 case $cross_compiling:$ac_tool_warned in
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2894 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2895 ac_tool_warned
=yes ;;
2897 READELF
=$ac_ct_READELF
2900 READELF
="$ac_cv_prog_READELF"
2904 # We need the C++ compiler only for testing.
2906 ac_cpp
='$CXXCPP $CPPFLAGS'
2907 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2908 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2909 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
2910 if test -z "$CXX"; then
2911 if test -n "$CCC"; then
2914 if test -n "$ac_tool_prefix"; then
2915 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
2917 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2918 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2920 $as_echo_n "checking for $ac_word... " >&6; }
2921 if ${ac_cv_prog_CXX+:} false
; then :
2922 $as_echo_n "(cached) " >&6
2924 if test -n "$CXX"; then
2925 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
2927 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2931 test -z "$as_dir" && as_dir
=.
2932 for ac_exec_ext
in '' $ac_executable_extensions; do
2933 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2934 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
2935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2945 if test -n "$CXX"; then
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2947 $as_echo "$CXX" >&6; }
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2950 $as_echo "no" >&6; }
2954 test -n "$CXX" && break
2957 if test -z "$CXX"; then
2959 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
2961 # Extract the first word of "$ac_prog", so it can be a program name with args.
2962 set dummy
$ac_prog; ac_word
=$2
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2964 $as_echo_n "checking for $ac_word... " >&6; }
2965 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
2966 $as_echo_n "(cached) " >&6
2968 if test -n "$ac_ct_CXX"; then
2969 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
2971 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2975 test -z "$as_dir" && as_dir
=.
2976 for ac_exec_ext
in '' $ac_executable_extensions; do
2977 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2978 ac_cv_prog_ac_ct_CXX
="$ac_prog"
2979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2988 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
2989 if test -n "$ac_ct_CXX"; then
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2991 $as_echo "$ac_ct_CXX" >&6; }
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2994 $as_echo "no" >&6; }
2998 test -n "$ac_ct_CXX" && break
3001 if test "x$ac_ct_CXX" = x
; then
3004 case $cross_compiling:$ac_tool_warned in
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3007 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3008 ac_tool_warned
=yes ;;
3016 # Provide some information about the compiler.
3017 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3020 for ac_option
in --version -v -V -qversion; do
3021 { { ac_try
="$ac_compiler $ac_option >&5"
3023 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3024 *) ac_try_echo=$ac_try;;
3026 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3027 $as_echo "$ac_try_echo"; } >&5
3028 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3030 if test -s conftest.err; then
3032 ... rest of stderr output deleted ...
3033 10q' conftest.err >conftest.er1
3034 cat conftest.er1 >&5
3036 rm -f conftest.er1 conftest.err
3037 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3038 test $ac_status = 0; }
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3042 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3043 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3044 $as_echo_n "(cached) " >&6
3046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3047 /* end confdefs.h. */
3060 if ac_fn_cxx_try_compile "$LINENO"; then :
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3070 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3071 if test $ac_compiler_gnu = yes; then
3076 ac_test_CXXFLAGS=${CXXFLAGS+set}
3077 ac_save_CXXFLAGS=$CXXFLAGS
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3079 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3080 if ${ac_cv_prog_cxx_g+:} false; then :
3081 $as_echo_n "(cached) " >&6
3083 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3084 ac_cxx_werror_flag=yes
3087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3088 /* end confdefs.h. */
3098 if ac_fn_cxx_try_compile "$LINENO"; then :
3099 ac_cv_prog_cxx_g=yes
3102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3103 /* end confdefs.h. */
3113 if ac_fn_cxx_try_compile "$LINENO"; then :
3116 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3119 /* end confdefs.h. */
3129 if ac_fn_cxx_try_compile "$LINENO"; then :
3130 ac_cv_prog_cxx_g=yes
3132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3137 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3140 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3141 if test "$ac_test_CXXFLAGS" = set; then
3142 CXXFLAGS=$ac_save_CXXFLAGS
3143 elif test $ac_cv_prog_cxx_g = yes; then
3144 if test "$GXX" = yes; then
3150 if test "$GXX" = yes; then
3157 ac_cpp='$CPP $CPPFLAGS'
3158 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3159 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3160 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3162 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3165 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3166 if ${libc_cv_cxx_link_ok+:} false; then :
3167 $as_echo_n "(cached) " >&6
3170 ac_cpp='$CXXCPP $CPPFLAGS'
3171 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3172 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3173 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3175 # Default, dynamic case.
3176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3177 /* end confdefs.h. */
3187 if ac_fn_cxx_try_link "$LINENO"; then :
3188 libc_cv_cxx_link_ok=yes
3190 libc_cv_cxx_link_ok=no
3192 rm -f core conftest.err conftest.$ac_objext \
3193 conftest$ac_exeext conftest.$ac_ext
3195 old_LDFLAGS="$LDFLAGS"
3196 LDFLAGS="$LDFLAGS -static"
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h. */
3205 std::cout << "Hello, world!";
3210 if ac_fn_cxx_try_link "$LINENO"; then :
3213 libc_cv_cxx_link_ok=no
3215 rm -f core conftest.err conftest.$ac_objext \
3216 conftest$ac_exeext conftest.$ac_ext
3217 LDFLAGS="$old_LDFLAGS"
3219 ac_cpp='$CPP $CPPFLAGS'
3220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3226 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3227 if test $libc_cv_cxx_link_ok != yes; then :
3231 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
3232 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3235 # This will get text that should go into config.make.
3238 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3240 # Check whether --with-gd was given.
3241 if test "${with_gd+set}" = set; then :
3242 withval=$with_gd; case "$with_gd" in
3244 *) libgd_include="-I$withval/include"
3245 libgd_ldflags="-L$withval/lib" ;;
3251 # Check whether --with-gd-include was given.
3252 if test "${with_gd_include+set}" = set; then :
3253 withval=$with_gd_include; case "$with_gd_include" in
3255 *) libgd_include="-I$withval" ;;
3261 # Check whether --with-gd-lib was given.
3262 if test "${with_gd_lib+set}" = set; then :
3263 withval=$with_gd_lib; case "$with_gd_lib" in
3265 *) libgd_ldflags="-L$withval" ;;
3271 if test -n "$libgd_include"; then
3272 config_vars="$config_vars
3273 CFLAGS-memusagestat.c = $libgd_include"
3275 if test -n "$libgd_ldflags"; then
3276 config_vars="$config_vars
3277 libgd-LDFLAGS = $libgd_ldflags"
3281 # Check whether --with-fp was given.
3282 if test "${with_fp+set}" = set; then :
3283 withval=$with_fp; with_fp=$withval
3290 # Check whether --with-binutils was given.
3291 if test "${with_binutils+set}" = set; then :
3292 withval=$with_binutils; path_binutils=$withval
3298 # Check whether --with-selinux was given.
3299 if test "${with_selinux+set}" = set; then :
3300 withval=$with_selinux; with_selinux=$withval
3307 # Check whether --with-headers was given.
3308 if test "${with_headers+set}" = set; then :
3309 withval=$with_headers; sysheaders=$withval
3318 # Check whether --with-default-link was given.
3319 if test "${with_default_link+set}" = set; then :
3320 withval=$with_default_link; use_default_link=$withval
3322 use_default_link=default
3326 # Check whether --enable-sanity-checks was given.
3327 if test "${enable_sanity_checks+set}" = set; then :
3328 enableval=$enable_sanity_checks; enable_sanity=$enableval
3334 # Check whether --enable-shared was given.
3335 if test "${enable_shared+set}" = set; then :
3336 enableval=$enable_shared; shared=$enableval
3341 # Check whether --enable-profile was given.
3342 if test "${enable_profile+set}" = set; then :
3343 enableval=$enable_profile; profile=$enableval
3348 # Check whether --enable-timezone-tools was given.
3349 if test "${enable_timezone_tools+set}" = set; then :
3350 enableval=$enable_timezone_tools; enable_timezone_tools=$enableval
3352 enable_timezone_tools=yes
3357 # Check whether --enable-hardcoded-path-in-tests was given.
3358 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3359 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3361 hardcoded_path_in_tests=no
3366 # Check whether --enable-stackguard-randomization was given.
3367 if test "${enable_stackguard_randomization+set}" = set; then :
3368 enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3370 enable_stackguard_randomize=no
3373 if test "$enable_stackguard_randomize" = yes; then
3374 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3378 # Check whether --enable-lock-elision was given.
3379 if test "${enable_lock_elision+set}" = set; then :
3380 enableval=$enable_lock_elision; enable_lock_elision=$enableval
3382 enable_lock_elision=no
3386 if test "$enable_lock_elision" = yes ; then
3387 $as_echo "#define ENABLE_LOCK_ELISION 1" >>confdefs.h
3391 # Check whether --enable-add-ons was given.
3392 if test "${enable_add_ons+set}" = set; then :
3393 enableval=$enable_add_ons;
3399 # Check whether --enable-hidden-plt was given.
3400 if test "${enable_hidden_plt+set}" = set; then :
3401 enableval=$enable_hidden_plt; hidden=$enableval
3406 if test "x$hidden" = xno; then
3407 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3411 # Check whether --enable-bind-now was given.
3412 if test "${enable_bind_now+set}" = set; then :
3413 enableval=$enable_bind_now; bindnow=$enableval
3419 if test "x$bindnow" = xyes; then
3420 $as_echo "#define BIND_NOW 1" >>confdefs.h
3424 # Check whether --enable-static-nss was given.
3425 if test "${enable_static_nss+set}" = set; then :
3426 enableval=$enable_static_nss; static_nss=$enableval
3431 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3433 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3437 # Check whether --enable-force-install was given.
3438 if test "${enable_force_install+set}" = set; then :
3439 enableval=$enable_force_install; force_install=$enableval
3446 # Check whether --enable-maintainer-mode was given.
3447 if test "${enable_maintainer_mode+set}" = set; then :
3448 enableval=$enable_maintainer_mode; maintainer=$enableval
3454 # Check whether --enable-kernel was given.
3455 if test "${enable_kernel+set}" = set; then :
3456 enableval=$enable_kernel; minimum_kernel=$enableval
3459 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3460 # Better nothing than this.
3463 if test "$minimum_kernel" = current; then
3464 minimum_kernel=`uname
-r 2>/dev
/null
` || minimum_kernel=
3468 # Check whether --enable-all-warnings was given.
3469 if test "${enable_all_warnings+set}" = set; then :
3470 enableval=$enable_all_warnings; all_warnings=$enableval
3475 # Check whether --enable-werror was given.
3476 if test "${enable_werror+set}" = set; then :
3477 enableval=$enable_werror; enable_werror=$enableval
3484 # Check whether --enable-multi-arch was given.
3485 if test "${enable_multi_arch+set}" = set; then :
3486 enableval=$enable_multi_arch; multi_arch=$enableval
3492 # Check whether --enable-nss-crypt was given.
3493 if test "${enable_nss_crypt+set}" = set; then :
3494 enableval=$enable_nss_crypt; nss_crypt=$enableval
3499 if test x$nss_crypt = xyes; then
3500 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3501 if test $? -ne 0; then
3502 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3504 old_CFLAGS="$CFLAGS"
3505 CFLAGS="$CFLAGS $nss_includes"
3507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3508 /* end confdefs.h. */
3511 #include <nsslowhash.h>
3512 void f (void) { NSSLOW_Init (); }
3521 if ac_fn_c_try_compile "$LINENO"; then :
3522 libc_cv_nss_crypt=yes
3525 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3529 LIBS="$LIBS -lfreebl3"
3530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3531 /* end confdefs.h. */
3534 #include <nsslowhash.h>
3543 if ac_fn_c_try_link "$LINENO"; then :
3544 libc_cv_nss_crypt=yes
3547 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3549 rm -f core conftest.err conftest.$ac_objext \
3550 conftest$ac_exeext conftest.$ac_ext
3551 CFLAGS="$old_CFLAGS"
3554 libc_cv_nss_crypt=no
3559 # Check whether --enable-obsolete-rpc was given.
3560 if test "${enable_obsolete_rpc+set}" = set; then :
3561 enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3563 link_obsolete_rpc=no
3568 if test "$link_obsolete_rpc" = yes; then
3569 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3573 # Check whether --enable-systemtap was given.
3574 if test "${enable_systemtap+set}" = set; then :
3575 enableval=$enable_systemtap; systemtap=$enableval
3580 if test "x$systemtap" != xno; then
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3582 $as_echo_n "checking for systemtap static probe support... " >&6; }
3583 if ${libc_cv_sdt+:} false; then :
3584 $as_echo_n "(cached) " >&6
3586 old_CFLAGS="$CFLAGS"
3587 CFLAGS="-std=gnu11 $CFLAGS"
3588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3589 /* end confdefs.h. */
3590 #include <sys/sdt.h>
3591 void foo (int i, void *p)
3593 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3594 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3597 if ac_fn_c_try_compile "$LINENO"; then :
3602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3603 CFLAGS="$old_CFLAGS"
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3606 $as_echo "$libc_cv_sdt" >&6; }
3607 if test $libc_cv_sdt = yes; then
3608 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3610 elif test "x$systemtap" != xauto; then
3611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3612 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3613 as_fn_error $? "systemtap support needs sys
/sdt.h with asm support
3614 See \
`config.log' for more details" "$LINENO" 5; }
3618 # Check whether --enable-build-nscd was given.
3619 if test "${enable_build_nscd+set}" = set; then :
3620 enableval=$enable_build_nscd; build_nscd=$enableval
3627 # Note the use of $use_nscd is near the bottom of the file.
3628 # Check whether --enable-nscd was given.
3629 if test "${enable_nscd+set}" = set; then :
3630 enableval=$enable_nscd; use_nscd=$enableval
3636 # Check whether --enable-pt_chown was given.
3637 if test "${enable_pt_chown+set}" = set; then :
3638 enableval=$enable_pt_chown; build_pt_chown=$enableval
3644 if test "$build_pt_chown" = yes; then
3645 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3649 # The abi-tags file uses a fairly simplistic model for name recognition that
3650 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3651 # $host_os of `gnu
*' here to be `gnu-gnu*' just so that it can tell.
3652 # This doesn't get used much beyond that, so it's fairly safe.
3657 host_os
=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3661 # Check whether --enable-mathvec was given.
3662 if test "${enable_mathvec+set}" = set; then :
3663 enableval
=$enable_mathvec; build_mathvec
=$enableval
3665 build_mathvec
=notset
3669 # We keep the original values in `$config_*' and never modify them, so we
3670 # can write them unchanged into config.make. Everything else uses
3671 # $machine, $vendor, and $os, and changes them whenever convenient.
3672 config_machine
=$host_cpu config_vendor
=$host_vendor config_os
=$host_os
3674 # Don't allow vendor == "unknown"
3675 test "$config_vendor" = unknown
&& config_vendor
=
3676 config_os
="`echo $config_os | sed 's/^unknown-//'`"
3678 # Some configurations imply other options.
3681 # The configure fragment of an add-on port can modify these to supplement
3682 # or override the table in the case statement below. No fragment should
3683 # ever change the config_* variables, however.
3684 machine
=$config_machine
3685 vendor
=$config_vendor
3691 # Check whether --with-cpu was given.
3692 if test "${with_cpu+set}" = set; then :
3693 withval
=$with_cpu; case "$withval" in
3694 yes|
'') as_fn_error $?
"--with-cpu requires an argument" "$LINENO" 5 ;;
3696 *) submachine
="$withval" ;;
3702 # An preconfigure script can set this when it wants to disable the sanity
3706 if frags
=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3709 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3710 for frag
in $frags; do
3711 name
=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3712 echo $ECHO_N "$name $ECHO_C" >&6
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3722 case "$enable_add_ons" in
3725 add_ons
=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps |
3726 sed 's@/[^/]*$@@' | sort | uniq`
3727 add_ons_automatic
=yes
3729 *) add_ons
=`echo "$enable_add_ons" | sed 's/,/ /g'`
3730 add_ons_automatic
=no
;;
3736 if test x
"$add_ons" != x
; then
3737 for f
in $add_ons; do
3738 # Some sanity checks
3742 *** It seems that you're using an old \`crypt' add-on. crypt is now
3743 *** part of glibc and using the old add-on will not work with this
3744 *** release. Start again with fresh sources and without the old
3745 *** \`crypt' add-on." "$LINENO" 5
3749 *** It seems that you're using an old \`localedata' add-on. localedata
3750 *** is now part of glibc and using the old add-on will not work with
3751 *** this release. Start again with fresh sources and without the old
3752 *** \`localedata' add-on." "$LINENO" 5
3757 # Now source each add-on's configure fragment.
3758 # The fragments can use $srcdir/$libc_add_on to find themselves,
3759 # and test $add_ons_automatic to see if they were explicitly requested.
3760 # A fragment can clear (or even change) $libc_add_on to affect
3761 # whether it goes into the list to be actually used in the build.
3763 for libc_add_on
in $add_ons; do
3764 # Test whether such a directory really exists.
3765 # It can be absolute, or relative to $srcdir, or relative to the build dir.
3766 case "$libc_add_on" in
3768 libc_add_on_srcdir
=$libc_add_on
3771 test -d "$srcdir/$libc_add_on" ||
{
3772 if test -d "$libc_add_on"; then
3773 libc_add_on
="`pwd`/$libc_add_on"
3775 as_fn_error $?
"add-on directory \"$libc_add_on\" does not exist" "$LINENO" 5
3778 libc_add_on_srcdir
=$srcdir/$libc_add_on
3782 libc_add_on_frag
=$libc_add_on_srcdir/configure
3783 libc_add_on_canonical
=
3784 libc_add_on_config_subdirs
=
3785 if test -r "$libc_add_on_frag"; then
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: running configure fragment for add-on $libc_add_on" >&5
3787 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;}
3788 libc_add_on_canonical
=unknown
3789 libc_add_on_subdirs
=
3790 .
"$libc_add_on_frag"
3791 test -z "$libc_add_on" ||
{
3792 configured_add_ons
="$configured_add_ons $libc_add_on"
3793 if test "x$libc_add_on_canonical" = xunknown
; then
3794 as_fn_error $?
"fragment must set \$libc_add_on_canonical" "$LINENO" 5
3796 for d
in $libc_add_on_subdirs; do
3797 case "$libc_add_on" in
3798 /*) subdir_srcdir
="$libc_add_on" ;;
3799 *) subdir_srcdir
="\$(..)$libc_add_on" ;;
3803 d
="${libc_add_on_canonical:-$libc_add_on}"
3809 subdir_srcdir
="$subdir_srcdir/$d"
3812 d
=`echo "$d" | sed 's@/*$@@;s@^.*/@@'`
3813 add_on_subdirs
="$add_on_subdirs $d"
3814 test "$subdir_srcdir" = "\$(..)$d" || config_vars
="$config_vars
3815 $d-srcdir = $subdir_srcdir"
3817 for d
in $libc_add_on_config_subdirs; do
3819 /*) as_fn_error $?
"fragment uses absolute path in \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3821 if test ! -d "$libc_add_on_srcdir/$d"; then
3822 as_fn_error $?
"fragment wants to configure missing directory $d" "$LINENO" 5
3824 case "$libc_add_on" in
3825 /*) as_fn_error $?
"relative path required for add-on using \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3827 subdirs
="$subdirs $libc_add_on/$d"
3831 if test -n "$libc_add_on"; then
3832 if frags
=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null`
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking add-on $libc_add_on for preconfigure fragments" >&5
3835 $as_echo_n "checking add-on $libc_add_on for preconfigure fragments... " >&6; }
3836 for frag
in $frags; do
3837 name
=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3838 echo $ECHO_N "$name $ECHO_C" >&6
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3844 use_add_ons
="$use_add_ons $libc_add_on"
3845 add_ons_pfx
="$add_ons_pfx $libc_add_on/"
3846 test -z "$libc_add_on_canonical" ||
3847 add_ons_sfx
="$add_ons_sfx /$libc_add_on_canonical"
3850 # Use echo to strip excess whitespace.
3851 add_ons
="`echo $use_add_ons`"
3858 ### By using the undocumented --enable-hacker-mode option for configure
3859 ### one can skip this test to make the configuration not fail for unsupported
3862 if test -z "$enable_hacker_mode" && test x
"$libc_config_ok" != xyes
; then
3863 case "$machine-$host_os" in
3868 *** The GNU C library is currently unavailable for this platform.
3869 *** If you are interested in seeing glibc on this platform visit
3870 *** the \"How to submit a new port\" in the wiki:
3871 *** https://sourceware.org/glibc/wiki/#Development
3872 *** and join the community!" "$LINENO" 5
3877 # Set base_machine if not set by a preconfigure fragment.
3878 test -n "$base_machine" || base_machine
=$machine
3881 # For the multi-arch option we need support in the assembler & linker.
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
3883 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
3884 if ${libc_cv_ld_gnu_indirect_function+:} false
; then :
3885 $as_echo_n "(cached) " >&6
3887 cat > conftest.S
<<EOF
3888 .type foo,%gnu_indirect_function
3901 libc_cv_ld_gnu_indirect_function
=no
3902 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
3903 -nostartfiles -nostdlib \
3904 -o conftest conftest.S
1>&5 2>&5; then
3905 # Do a link to see if the backend supports IFUNC relocs.
3906 $READELF -r conftest
1>&5
3907 LC_ALL
=C
$READELF -r conftest |
grep 'no relocations' >/dev
/null ||
{
3908 libc_cv_ld_gnu_indirect_function
=yes
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
3914 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
3916 if test x
"$libc_cv_ld_gnu_indirect_function" != xyes
; then
3917 if test x
"$multi_arch" = xyes
; then
3918 as_fn_error $?
"--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
3924 if test x
"$multi_arch" != xno
; then
3925 multi_arch_d
=/multiarch
3928 # Compute the list of sysdep directories for this configuration.
3929 # This can take a while to compute.
3930 sysdep_dir
=$srcdir/sysdeps
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
3932 $as_echo_n "checking sysdep dirs... " >&6; }
3933 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
3934 os
="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
3936 test "x$base_os" != x ||
case "$os" in
3938 base_os
=mach
/hurd
;;
3940 base_os
=unix
/sysv
;;
3943 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
3946 while o
=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
3950 o
=`echo $tail | sed 's/[0-9]*$//'`
3951 if test $o != $tail; then
3954 # For linux-gnu, try linux-gnu, then linux.
3955 o
=`echo $tail | sed 's/-.*$//'`
3956 if test $o != $tail; then
3960 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
3963 while b
=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
3969 # For sparc/sparc32, try sparc/sparc32 and then sparc.
3971 tail=$machine${submachine:+/$submachine}
3972 while m
=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
3974 # Prepend the machine's FPU directory unless --without-fp.
3975 if test "$with_fp" = yes; then
3980 # For each machine term, try it with and then without /multiarch.
3981 for try_fpu
in $maybe_fpu ''; do
3982 for try_multi
in $multi_arch_d ''; do
3983 mach
="$mach /$1$try_fpu$try_multi"
3990 # Find what sysdep directories exist.
3993 for b
in $base ''; do
3994 for m0
in $mach ''; do
3995 for v
in /$vendor ''; do
3996 test "$v" = / && continue
3997 for o
in /$ostry ''; do
3998 test "$o" = / && continue
3999 for m
in $mach ''; do
4000 for d
in $add_ons_pfx ''; do
4001 for a
in $add_ons_sfx ''; do
4002 try_suffix
="$m0$b$v$o$m"
4003 if test -n "$try_suffix"; then
4004 try_srcdir
="${srcdir}/"
4008 try
="${d}sysdeps$try_suffix$a"
4009 test -n "$enable_debug_configure" &&
4010 echo "$0 DEBUG: try $try" >&2
4011 if test -d "$try_srcdir$try"; then
4012 sysnames
="$sysnames $try"
4013 { test -n "$o" ||
test -n "$b"; } && os_used
=t
4014 { test -n "$m" ||
test -n "$m0"; } && machine_used
=t
4016 x
*/$submachine) submachine_used
=t
;;
4018 if test -n "$d"; then
4019 case "$sysnames_add_ons" in
4021 *|
'') sysnames_add_ons
="$sysnames_add_ons $d" ;;
4034 # If the assembler supports gnu_indirect_function symbol type and the
4035 # architecture supports multi-arch, we enable multi-arch by default.
4036 case $sysnames_add_ons$sysnames in
4040 test x
"$multi_arch" = xdefault
&& multi_arch
=no
4043 if test x
"$multi_arch" != xno
; then
4044 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4049 if test -z "$os_used" && test "$os" != none
; then
4050 as_fn_error $?
"Operating system $os is not supported." "$LINENO" 5
4052 if test -z "$machine_used" && test "$machine" != none
; then
4053 as_fn_error $?
"The $machine is not supported." "$LINENO" 5
4055 if test -z "$submachine_used" && test -n "$submachine"; then
4056 as_fn_error $?
"The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4060 # We have now validated the configuration.
4062 # Expand the list of system names into a full list of directories
4063 # from each element's parent name and Implies file (if present).
4066 while test $# -gt 0; do
4070 case " $names " in *" $name "*)
4071 # Already in the list.
4075 # Report each name as we discover it, so there is no long pause in output.
4076 echo $ECHO_N "$name $ECHO_C" >&6
4078 name_base
=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4082 *) xsrcdir
=$srcdir/ ;;
4084 test -n "$enable_debug_configure" &&
4085 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4087 for implies_file
in Implies Implies-before Implies-after
; do
4088 implies_type
=`echo $implies_file | sed s/-/_/`
4089 eval ${implies_type}=
4090 if test -f $xsrcdir$name/$implies_file; then
4091 # Collect more names from the `Implies' file (removing comments).
4092 implied_candidate
="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4093 for x
in $implied_candidate; do
4095 if test -d $xsrcdir$name_base/$x; then
4096 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4099 for d
in $add_ons_pfx ''; do
4100 try
="${d}sysdeps/$x"
4103 *) try_srcdir
=$srcdir/ ;;
4105 test -n "$enable_debug_configure" &&
4106 echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4107 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4109 eval "${implies_type}=\"\$${implies_type} \$try\""
4111 case "$sysnames_add_ons" in
4113 *|
'') sysnames_add_ons
="$sysnames_add_ons $d" ;;
4117 if test $found = no
; then
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4119 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4125 # Add NAME to the list of names.
4126 names
="$names $name"
4128 # Find the parent of NAME, using the empty string if it has none.
4129 parent
="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4131 test -n "$enable_debug_configure" &&
4132 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4133 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4135 # Add the names implied by NAME, and NAME's parent (if it has one), to
4136 # the list of names to be processed (the argument list). We prepend the
4137 # implied names to the list and append the parent. We want implied
4138 # directories to come before further directories inferred from the
4139 # configuration components; this ensures that for sysv4, unix/common
4140 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4142 sysnames
="`echo $Implies $* $Implies_before $parent $Implies_after`"
4143 test -n "$sysnames" && set $sysnames
4146 # Add the default directories.
4147 default_sysnames
="sysdeps/generic"
4148 sysnames
="$names $default_sysnames"
4150 # The other names were emitted during the scan.
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4152 $as_echo "$default_sysnames" >&6; }
4154 # Collect the list of add-ons that supply partial sysdeps trees.
4156 for add_on
in $add_ons; do
4159 *) xsrcdir
="$srcdir/" ;;
4162 test -d "$xsrcdir$add_on/sysdeps" ||
{
4163 case "$configured_add_ons " in
4166 as_fn_error $?
"add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4172 sysdeps_add_ons
="$sysdeps_add_ons $add_on"
4173 case "$sysnames_add_ons" in
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4177 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4182 for d
in $sysnames; do
4184 $add_on/sysdeps
/*) ;;
4187 (cd "$xsrcdir$d" && for f
in *[!~
]; do
4190 for ff
in $f/*.h
; do
4191 test -d "$ff" ||
{ test -e "$ff" && exit 88; }
4195 test -d "$f" ||
{ test -e "$f" && exit 88; }
4199 if test $?
-eq 88; then
4204 if test $found = no
; then
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4206 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4214 # Find a good install program. We prefer a C program (faster),
4215 # so one script is as good as another. But avoid the broken or
4216 # incompatible versions:
4217 # SysV /etc/install, /usr/sbin/install
4218 # SunOS /usr/etc/install
4219 # IRIX /sbin/install
4221 # AmigaOS /C/install, which installs bootblocks on floppy discs
4222 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4223 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4224 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4225 # OS/2's system install, which has a completely different semantic
4226 # ./install, which can be erroneously created by make from ./install.sh.
4227 # Reject install programs that cannot install multiple files.
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4229 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4230 if test -z "$INSTALL"; then
4231 if ${ac_cv_path_install+:} false
; then :
4232 $as_echo_n "(cached) " >&6
4234 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4238 test -z "$as_dir" && as_dir
=.
4239 # Account for people who put trailing slashes in PATH elements.
4240 case $as_dir/ in #((
4241 .
/ | .
// |
/[cC
]/* | \
4242 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4243 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
4246 # OSF1 and SCO ODT 3.0 have their own names for install.
4247 # Don't use installbsd from OSF since it installs stuff as root
4249 for ac_prog
in ginstall scoinst
install; do
4250 for ac_exec_ext
in '' $ac_executable_extensions; do
4251 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
4252 if test $ac_prog = install &&
4253 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4254 # AIX install. It has an incompatible calling convention.
4256 elif test $ac_prog = install &&
4257 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4258 # program-specific install script used by HP pwplus--don't use.
4261 rm -rf conftest.one conftest.two conftest.dir
4262 echo one
> conftest.one
4263 echo two
> conftest.two
4265 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4266 test -s conftest.one
&& test -s conftest.two
&&
4267 test -s conftest.dir
/conftest.one
&&
4268 test -s conftest.dir
/conftest.two
4270 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4283 rm -rf conftest.one conftest.two conftest.dir
4286 if test "${ac_cv_path_install+set}" = set; then
4287 INSTALL
=$ac_cv_path_install
4289 # As a last resort, use the slow shell script. Don't cache a
4290 # value for INSTALL within a source directory, because that will
4291 # break other packages using the cache if that directory is
4292 # removed, or if the value is a relative name.
4293 INSTALL
=$ac_install_sh
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4297 $as_echo "$INSTALL" >&6; }
4299 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4300 # It thinks the first close brace ends the variable substitution.
4301 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4303 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4305 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4307 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4308 # The makefiles need to use a different form to find it in $srcdir.
4309 INSTALL
='\$(..)./scripts/install-sh -c'
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4312 $as_echo_n "checking whether ln -s works... " >&6; }
4314 if test "$LN_S" = "ln -s"; then
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4316 $as_echo "yes" >&6; }
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4319 $as_echo "no, using $LN_S" >&6; }
4323 # Was a --with-binutils option given?
4324 if test -n "$path_binutils"; then
4325 # Make absolute; ensure a single trailing slash.
4326 path_binutils
=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4327 CC
="$CC -B$path_binutils"
4329 AS
=`$CC -print-prog-name=as`
4330 LD
=`$CC -print-prog-name=ld`
4331 AR
=`$CC -print-prog-name=ar`
4333 OBJDUMP
=`$CC -print-prog-name=objdump`
4335 OBJCOPY
=`$CC -print-prog-name=objcopy`
4338 # Determine whether we are using GNU binutils.
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4340 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4341 if ${libc_cv_prog_as_gnu+:} false
; then :
4342 $as_echo_n "(cached) " >&6
4344 # Most GNU programs take a -v and spit out some text including
4345 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4346 if $AS -o conftest
-v </dev
/null
2>&1 |
grep GNU
> /dev
/null
2>&1; then
4347 libc_cv_prog_as_gnu
=yes
4349 libc_cv_prog_as_gnu
=no
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4354 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4356 gnu_as
=$libc_cv_prog_as_gnu
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4359 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4360 if ${libc_cv_prog_ld_gnu+:} false
; then :
4361 $as_echo_n "(cached) " >&6
4363 # Most GNU programs take a -v and spit out some text including
4364 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4365 if $LD -o conftest
-v </dev
/null
2>&1 |
grep GNU
> /dev
/null
2>&1; then
4366 libc_cv_prog_ld_gnu
=yes
4368 libc_cv_prog_ld_gnu
=no
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4373 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4374 gnu_ld
=$libc_cv_prog_ld_gnu
4377 # Accept binutils 2.22 or newer.
4380 # Extract the first word of "$ac_prog", so it can be a program name with args.
4381 set dummy
$ac_prog; ac_word
=$2
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4383 $as_echo_n "checking for $ac_word... " >&6; }
4384 if ${ac_cv_prog_AS+:} false
; then :
4385 $as_echo_n "(cached) " >&6
4387 if test -n "$AS"; then
4388 ac_cv_prog_AS
="$AS" # Let the user override the test.
4390 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4394 test -z "$as_dir" && as_dir
=.
4395 for ac_exec_ext
in '' $ac_executable_extensions; do
4396 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4397 ac_cv_prog_AS
="$ac_prog"
4398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 if test -n "$AS"; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4410 $as_echo "$AS" >&6; }
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4413 $as_echo "no" >&6; }
4417 test -n "$AS" && break
4420 if test -z "$AS"; then
4423 # Found it, now check the version.
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4425 $as_echo_n "checking version of $AS... " >&6; }
4426 ac_prog_version
=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4427 case $ac_prog_version in
4428 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4429 2.1[0-9][0-9]*|
2.2[2-9]*|
2.
[3-9][0-9]*|
[3-9].
*|
[1-9][0-9]*)
4430 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4431 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4435 $as_echo "$ac_prog_version" >&6; }
4437 if test $ac_verc_fail = yes; then
4438 AS
=: critic_missing
="$critic_missing as"
4443 # Extract the first word of "$ac_prog", so it can be a program name with args.
4444 set dummy
$ac_prog; ac_word
=$2
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4446 $as_echo_n "checking for $ac_word... " >&6; }
4447 if ${ac_cv_prog_LD+:} false
; then :
4448 $as_echo_n "(cached) " >&6
4450 if test -n "$LD"; then
4451 ac_cv_prog_LD
="$LD" # Let the user override the test.
4453 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4457 test -z "$as_dir" && as_dir
=.
4458 for ac_exec_ext
in '' $ac_executable_extensions; do
4459 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4460 ac_cv_prog_LD
="$ac_prog"
4461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4471 if test -n "$LD"; then
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4473 $as_echo "$LD" >&6; }
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4476 $as_echo "no" >&6; }
4480 test -n "$LD" && break
4483 if test -z "$LD"; then
4486 # Found it, now check the version.
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4488 $as_echo_n "checking version of $LD... " >&6; }
4489 ac_prog_version
=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4490 case $ac_prog_version in
4491 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4492 2.1[0-9][0-9]*|
2.2[2-9]*|
2.
[3-9][0-9]*|
[3-9].
*|
[1-9][0-9]*)
4493 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4494 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4498 $as_echo "$ac_prog_version" >&6; }
4500 if test $ac_verc_fail = yes; then
4501 LD
=: critic_missing
="$critic_missing ld"
4505 # These programs are version sensitive.
4507 for ac_prog
in gnumake gmake
make
4509 # Extract the first word of "$ac_prog", so it can be a program name with args.
4510 set dummy
$ac_prog; ac_word
=$2
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4512 $as_echo_n "checking for $ac_word... " >&6; }
4513 if ${ac_cv_prog_MAKE+:} false
; then :
4514 $as_echo_n "(cached) " >&6
4516 if test -n "$MAKE"; then
4517 ac_cv_prog_MAKE
="$MAKE" # Let the user override the test.
4519 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4523 test -z "$as_dir" && as_dir
=.
4524 for ac_exec_ext
in '' $ac_executable_extensions; do
4525 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4526 ac_cv_prog_MAKE
="$ac_prog"
4527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 MAKE
=$ac_cv_prog_MAKE
4537 if test -n "$MAKE"; then
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4539 $as_echo "$MAKE" >&6; }
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4542 $as_echo "no" >&6; }
4546 test -n "$MAKE" && break
4549 if test -z "$MAKE"; then
4552 # Found it, now check the version.
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4554 $as_echo_n "checking version of $MAKE... " >&6; }
4555 ac_prog_version
=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4556 case $ac_prog_version in
4557 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4558 3.79* |
3.
[89]* |
[4-9].
* |
[1-9][0-9]*)
4559 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4560 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4564 $as_echo "$ac_prog_version" >&6; }
4566 if test $ac_verc_fail = yes; then
4567 critic_missing
="$critic_missing make"
4571 for ac_prog
in gnumsgfmt gmsgfmt msgfmt
4573 # Extract the first word of "$ac_prog", so it can be a program name with args.
4574 set dummy
$ac_prog; ac_word
=$2
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4576 $as_echo_n "checking for $ac_word... " >&6; }
4577 if ${ac_cv_prog_MSGFMT+:} false
; then :
4578 $as_echo_n "(cached) " >&6
4580 if test -n "$MSGFMT"; then
4581 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
4583 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4587 test -z "$as_dir" && as_dir
=.
4588 for ac_exec_ext
in '' $ac_executable_extensions; do
4589 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4590 ac_cv_prog_MSGFMT
="$ac_prog"
4591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4600 MSGFMT
=$ac_cv_prog_MSGFMT
4601 if test -n "$MSGFMT"; then
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
4603 $as_echo "$MSGFMT" >&6; }
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4606 $as_echo "no" >&6; }
4610 test -n "$MSGFMT" && break
4613 if test -z "$MSGFMT"; then
4616 # Found it, now check the version.
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
4618 $as_echo_n "checking version of $MSGFMT... " >&6; }
4619 ac_prog_version
=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4620 case $ac_prog_version in
4621 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4622 0.10.3[6-9]* |
0.10.
[4-9][0-9]* |
0.1[1-9]* |
0.
[2-9][0-9]* |
[1-9].
*)
4623 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4624 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4628 $as_echo "$ac_prog_version" >&6; }
4630 if test $ac_verc_fail = yes; then
4631 MSGFMT
=: aux_missing
="$aux_missing msgfmt"
4634 for ac_prog
in makeinfo
4636 # Extract the first word of "$ac_prog", so it can be a program name with args.
4637 set dummy
$ac_prog; ac_word
=$2
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4639 $as_echo_n "checking for $ac_word... " >&6; }
4640 if ${ac_cv_prog_MAKEINFO+:} false
; then :
4641 $as_echo_n "(cached) " >&6
4643 if test -n "$MAKEINFO"; then
4644 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
4646 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4650 test -z "$as_dir" && as_dir
=.
4651 for ac_exec_ext
in '' $ac_executable_extensions; do
4652 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4653 ac_cv_prog_MAKEINFO
="$ac_prog"
4654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4663 MAKEINFO
=$ac_cv_prog_MAKEINFO
4664 if test -n "$MAKEINFO"; then
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4666 $as_echo "$MAKEINFO" >&6; }
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4669 $as_echo "no" >&6; }
4673 test -n "$MAKEINFO" && break
4676 if test -z "$MAKEINFO"; then
4679 # Found it, now check the version.
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
4681 $as_echo_n "checking version of $MAKEINFO... " >&6; }
4682 ac_prog_version
=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4683 case $ac_prog_version in
4684 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4685 4.
[7-9]*|
4.
[1-9][0-9]*|
[5-9].
*)
4686 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4687 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4691 $as_echo "$ac_prog_version" >&6; }
4693 if test $ac_verc_fail = yes; then
4694 MAKEINFO
=: aux_missing
="$aux_missing makeinfo"
4699 # Extract the first word of "$ac_prog", so it can be a program name with args.
4700 set dummy
$ac_prog; ac_word
=$2
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4702 $as_echo_n "checking for $ac_word... " >&6; }
4703 if ${ac_cv_prog_SED+:} false
; then :
4704 $as_echo_n "(cached) " >&6
4706 if test -n "$SED"; then
4707 ac_cv_prog_SED
="$SED" # Let the user override the test.
4709 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4713 test -z "$as_dir" && as_dir
=.
4714 for ac_exec_ext
in '' $ac_executable_extensions; do
4715 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4716 ac_cv_prog_SED
="$ac_prog"
4717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 if test -n "$SED"; then
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4729 $as_echo "$SED" >&6; }
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4732 $as_echo "no" >&6; }
4736 test -n "$SED" && break
4739 if test -z "$SED"; then
4742 # Found it, now check the version.
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
4744 $as_echo_n "checking version of $SED... " >&6; }
4745 ac_prog_version
=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4746 case $ac_prog_version in
4747 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4748 3.0[2-9]*|
3.
[1-9]*|
[4-9]*)
4749 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4750 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4754 $as_echo "$ac_prog_version" >&6; }
4756 if test $ac_verc_fail = yes; then
4757 SED
=: aux_missing
="$aux_missing sed"
4762 # Extract the first word of "$ac_prog", so it can be a program name with args.
4763 set dummy
$ac_prog; ac_word
=$2
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4765 $as_echo_n "checking for $ac_word... " >&6; }
4766 if ${ac_cv_prog_AWK+:} false
; then :
4767 $as_echo_n "(cached) " >&6
4769 if test -n "$AWK"; then
4770 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
4772 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4776 test -z "$as_dir" && as_dir
=.
4777 for ac_exec_ext
in '' $ac_executable_extensions; do
4778 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4779 ac_cv_prog_AWK
="$ac_prog"
4780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4790 if test -n "$AWK"; then
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4792 $as_echo "$AWK" >&6; }
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4795 $as_echo "no" >&6; }
4799 test -n "$AWK" && break
4802 if test -z "$AWK"; then
4805 # Found it, now check the version.
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
4807 $as_echo_n "checking version of $AWK... " >&6; }
4808 ac_prog_version
=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4809 case $ac_prog_version in
4810 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4811 3.1.
[2-9]*|
3.
[2-9]*|
[4-9]*)
4812 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4813 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4817 $as_echo "$ac_prog_version" >&6; }
4819 if test $ac_verc_fail = yes; then
4820 critic_missing
="$critic_missing gawk"
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
4825 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
4826 if ${libc_cv_compiler_ok+:} false
; then :
4827 $as_echo_n "(cached) " >&6
4830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4831 /* end confdefs.h. */
4837 #if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 7)
4838 #error insufficient compiler
4844 if ac_fn_c_try_compile
"$LINENO"; then :
4845 libc_cv_compiler_ok
=yes
4847 libc_cv_compiler_ok
=no
4849 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
4852 $as_echo "$libc_cv_compiler_ok" >&6; }
4853 if test $libc_cv_compiler_ok != yes; then :
4854 critic_missing
="$critic_missing compiler"
4857 if test -n "$ac_tool_prefix"; then
4858 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4859 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4861 $as_echo_n "checking for $ac_word... " >&6; }
4862 if ${ac_cv_prog_NM+:} false
; then :
4863 $as_echo_n "(cached) " >&6
4865 if test -n "$NM"; then
4866 ac_cv_prog_NM
="$NM" # Let the user override the test.
4868 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4872 test -z "$as_dir" && as_dir
=.
4873 for ac_exec_ext
in '' $ac_executable_extensions; do
4874 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4875 ac_cv_prog_NM
="${ac_tool_prefix}nm"
4876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4886 if test -n "$NM"; then
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4888 $as_echo "$NM" >&6; }
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4891 $as_echo "no" >&6; }
4896 if test -z "$ac_cv_prog_NM"; then
4898 # Extract the first word of "nm", so it can be a program name with args.
4899 set dummy nm
; ac_word
=$2
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4901 $as_echo_n "checking for $ac_word... " >&6; }
4902 if ${ac_cv_prog_ac_ct_NM+:} false
; then :
4903 $as_echo_n "(cached) " >&6
4905 if test -n "$ac_ct_NM"; then
4906 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
4908 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4912 test -z "$as_dir" && as_dir
=.
4913 for ac_exec_ext
in '' $ac_executable_extensions; do
4914 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4915 ac_cv_prog_ac_ct_NM
="nm"
4916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4925 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
4926 if test -n "$ac_ct_NM"; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4928 $as_echo "$ac_ct_NM" >&6; }
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4931 $as_echo "no" >&6; }
4934 if test "x$ac_ct_NM" = x
; then
4937 case $cross_compiling:$ac_tool_warned in
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4940 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4941 ac_tool_warned
=yes ;;
4950 if test "x$maintainer" = "xyes"; then
4951 for ac_prog
in autoconf
4953 # Extract the first word of "$ac_prog", so it can be a program name with args.
4954 set dummy
$ac_prog; ac_word
=$2
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4956 $as_echo_n "checking for $ac_word... " >&6; }
4957 if ${ac_cv_prog_AUTOCONF+:} false
; then :
4958 $as_echo_n "(cached) " >&6
4960 if test -n "$AUTOCONF"; then
4961 ac_cv_prog_AUTOCONF
="$AUTOCONF" # Let the user override the test.
4963 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4967 test -z "$as_dir" && as_dir
=.
4968 for ac_exec_ext
in '' $ac_executable_extensions; do
4969 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4970 ac_cv_prog_AUTOCONF
="$ac_prog"
4971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4980 AUTOCONF
=$ac_cv_prog_AUTOCONF
4981 if test -n "$AUTOCONF"; then
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
4983 $as_echo "$AUTOCONF" >&6; }
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986 $as_echo "no" >&6; }
4990 test -n "$AUTOCONF" && break
4992 test -n "$AUTOCONF" || AUTOCONF
="no"
4994 case "x$AUTOCONF" in
4995 xno|x|x
:) AUTOCONF
=no
;;
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
4998 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
4999 if ${libc_cv_autoconf_works+:} false
; then :
5000 $as_echo_n "(cached) " >&6
5002 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac
> /dev
/null
2>&1); then
5003 libc_cv_autoconf_works
=yes
5005 libc_cv_autoconf_works
=no
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5009 $as_echo "$libc_cv_autoconf_works" >&6; }
5010 test $libc_cv_autoconf_works = yes || AUTOCONF
=no
5013 if test "x$AUTOCONF" = xno
; then
5014 aux_missing
="$aux_missing autoconf"
5020 test -n "$critic_missing" && as_fn_error $?
"
5021 *** These critical programs are missing or too old:$critic_missing
5022 *** Check the INSTALL file for required versions." "$LINENO" 5
5024 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5025 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5026 *** some features will be disabled.
5027 *** Check the INSTALL file for required versions." >&5
5028 $as_echo "$as_me: WARNING:
5029 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5030 *** some features will be disabled.
5031 *** Check the INSTALL file for required versions." >&2;}
5033 # if using special system headers, find out the compiler's sekrit
5034 # header directory and add that to the list. NOTE: Only does the right
5035 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5036 if test -n "$sysheaders"; then
5037 SYSINCLUDES
=-nostdinc
5038 for d
in include include-fixed
; do
5039 i
=`$CC -print-file-name="$d"` && test "x$i" != x
&& test "x$i" != "x$d" &&
5040 SYSINCLUDES
="$SYSINCLUDES -isystem $i"
5042 SYSINCLUDES
="$SYSINCLUDES \
5043 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5044 if test -n "$CXX"; then
5046 for cxxheaders
in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5047 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5048 test "x$cxxheaders" != x
&&
5049 CXX_SYSINCLUDES
="$CXX_SYSINCLUDES -isystem $cxxheaders"
5056 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5057 # since this would lead to problems installing/building glibc.
5058 # LD_LIBRARY_PATH contains the current directory if one of the following
5060 # - one of the terminals (":" and ";") is the first or last sign
5061 # - two terminals occur directly after each other
5062 # - the path contains an element with a dot in it
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5064 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5065 case ${LD_LIBRARY_PATH} in
5066 [:\
;]* |
*[:\
;] |
*[:\
;][:\
;]* |
*[:\
;]. | .
[:\
;]*| . |
*[:\
;].
[:\
;]* )
5067 ld_library_path_setting
="contains current directory"
5070 ld_library_path_setting
="ok"
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5074 $as_echo "$ld_library_path_setting" >&6; }
5075 if test "$ld_library_path_setting" != "ok"; then
5077 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5078 *** building glibc. Please change the environment variable
5079 *** and run configure again." "$LINENO" 5
5082 # Extract the first word of "bash", so it can be a program name with args.
5083 set dummy bash
; ac_word
=$2
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5085 $as_echo_n "checking for $ac_word... " >&6; }
5086 if ${ac_cv_path_BASH_SHELL+:} false
; then :
5087 $as_echo_n "(cached) " >&6
5091 ac_cv_path_BASH_SHELL
="$BASH_SHELL" # Let the user override the test with a path.
5094 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5098 test -z "$as_dir" && as_dir
=.
5099 for ac_exec_ext
in '' $ac_executable_extensions; do
5100 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5101 ac_cv_path_BASH_SHELL
="$as_dir/$ac_word$ac_exec_ext"
5102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5109 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL
="no"
5113 BASH_SHELL
=$ac_cv_path_BASH_SHELL
5114 if test -n "$BASH_SHELL"; then
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5116 $as_echo "$BASH_SHELL" >&6; }
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5119 $as_echo "no" >&6; }
5124 # Extract the first word of "perl", so it can be a program name with args.
5125 set dummy perl
; ac_word
=$2
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5127 $as_echo_n "checking for $ac_word... " >&6; }
5128 if ${ac_cv_path_PERL+:} false
; then :
5129 $as_echo_n "(cached) " >&6
5133 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
5136 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5140 test -z "$as_dir" && as_dir
=.
5141 for ac_exec_ext
in '' $ac_executable_extensions; do
5142 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5143 ac_cv_path_PERL
="$as_dir/$ac_word$ac_exec_ext"
5144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL
="no"
5155 PERL
=$ac_cv_path_PERL
5156 if test -n "$PERL"; then
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5158 $as_echo "$PERL" >&6; }
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5161 $as_echo "no" >&6; }
5165 if test "$PERL" != no
&&
5166 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5169 # Extract the first word of "install-info", so it can be a program name with args.
5170 set dummy install-info
; 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_path_INSTALL_INFO+:} false
; then :
5174 $as_echo_n "(cached) " >&6
5176 case $INSTALL_INFO in
5178 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
5181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5182 as_dummy
="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5183 for as_dir
in $as_dummy
5186 test -z "$as_dir" && as_dir
=.
5187 for ac_exec_ext
in '' $ac_executable_extensions; do
5188 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5189 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
5190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5197 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO
="no"
5201 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
5202 if test -n "$INSTALL_INFO"; then
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5204 $as_echo "$INSTALL_INFO" >&6; }
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5207 $as_echo "no" >&6; }
5211 for ac_prog
in bison
5213 # Extract the first word of "$ac_prog", so it can be a program name with args.
5214 set dummy
$ac_prog; ac_word
=$2
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5216 $as_echo_n "checking for $ac_word... " >&6; }
5217 if ${ac_cv_prog_BISON+:} false
; then :
5218 $as_echo_n "(cached) " >&6
5220 if test -n "$BISON"; then
5221 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5227 test -z "$as_dir" && as_dir
=.
5228 for ac_exec_ext
in '' $ac_executable_extensions; do
5229 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5230 ac_cv_prog_BISON
="$ac_prog"
5231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5240 BISON
=$ac_cv_prog_BISON
5241 if test -n "$BISON"; then
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5243 $as_echo "$BISON" >&6; }
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5246 $as_echo "no" >&6; }
5250 test -n "$BISON" && break
5253 if test -z "$BISON"; then
5256 # Found it, now check the version.
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5258 $as_echo_n "checking version of $BISON... " >&6; }
5259 ac_prog_version
=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5260 case $ac_prog_version in
5261 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
5262 2.7*|
[3-9].
*|
[1-9][0-9]*)
5263 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
5264 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5268 $as_echo "$ac_prog_version" >&6; }
5270 if test $ac_verc_fail = yes; then
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5276 $as_echo_n "checking for .set assembler directive... " >&6; }
5277 if ${libc_cv_asm_set_directive+:} false
; then :
5278 $as_echo_n "(cached) " >&6
5280 cat > conftest.s
<<EOF
5283 .set glibc_conftest_frobozz,foo
5284 .globl glibc_conftest_frobozz
5286 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5287 # (but it doesn't work), so we must do a linking check to be sure.
5288 cat > conftest1.c
<<\EOF
5289 extern int glibc_conftest_frobozz
;
5290 void _start
() { glibc_conftest_frobozz
= 1; }
5292 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5293 -nostartfiles -nostdlib \
5294 -o conftest conftest.s conftest1.c
1>&5 2>&5; then
5295 libc_cv_asm_set_directive
=yes
5297 libc_cv_asm_set_directive
=no
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5302 $as_echo "$libc_cv_asm_set_directive" >&6; }
5303 if test $libc_cv_asm_set_directive = yes; then
5304 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5309 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5310 if ${libc_cv_protected_data+:} false
; then :
5311 $as_echo_n "(cached) " >&6
5313 cat > conftest.c
<<EOF
5314 int bar __attribute__ ((visibility ("protected"))) = 1;
5316 libc_cv_protected_data
=no
5317 if { ac_try
='${CC-cc} -nostdlib -nostartfiles -fPIC -shared conftest.c -o conftest.so'
5318 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5321 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5322 test $ac_status = 0; }; }; then
5323 cat > conftest.c
<<EOF
5325 int main (void) { return bar; }
5327 if { ac_try
='${CC-cc} -nostdlib -nostartfiles conftest.c -o conftest conftest.so'
5328 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5332 test $ac_status = 0; }; }; then
5333 libc_cv_protected_data
=yes
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5340 $as_echo "$libc_cv_protected_data" >&6; }
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5344 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5345 if ${libc_cv_broken_alias_attribute+:} false
; then :
5346 $as_echo_n "(cached) " >&6
5348 cat > conftest.c
<<EOF
5349 extern int foo (int x) __asm ("xyzzy");
5350 int bar (int x) { return x; }
5351 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5353 extern __typeof (dfoo) dfoo __asm ("abccb");
5356 libc_cv_broken_alias_attribute
=yes
5357 if { ac_try
='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5358 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5361 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5362 test $ac_status = 0; }; }; then
5363 if grep 'xyzzy' conftest.s
>/dev
/null
&&
5364 grep 'abccb' conftest.s
>/dev
/null
; then
5365 libc_cv_broken_alias_attribute
=no
5368 rm -f conftest.c conftest.s
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5372 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5373 if test $libc_cv_broken_alias_attribute = yes; then
5374 as_fn_error $?
"working alias attribute support required" "$LINENO" 5
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5378 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5379 if ${libc_cv_have_sdata_section+:} false
; then :
5380 $as_echo_n "(cached) " >&6
5382 echo "int i;" > conftest.c
5383 libc_cv_have_sdata_section
=no
5384 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c
-o conftest.so
2>&1 \
5385 |
grep '\.sdata' >/dev
/null
; then
5386 libc_cv_have_sdata_section
=yes
5388 rm -f conftest.c conftest.so
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5392 $as_echo "$libc_cv_have_sdata_section" >&6; }
5393 if test $libc_cv_have_sdata_section = yes; then
5394 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
5399 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
5400 if ${libc_cv_ctors_header+:} false
; then :
5401 $as_echo_n "(cached) " >&6
5403 libc_cv_ctors_header
=yes
5404 cat > conftest.c
<<EOF
5405 int _start (void) { return 0; }
5406 int __start (void) { return 0; }
5408 __attribute__ ((constructor)) void ctor (void) { asm (""); }
5409 __attribute__ ((destructor)) void dtor (void) { asm (""); }
5412 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
5413 conftest.c -static -nostartfiles -nostdlib
5415 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5419 test $ac_status = 0; }; }; then :
5420 if $READELF -WS conftest
$ac_exeext |
$AWK '
5421 { gsub(/\[ */, "[") }
5422 $2 == ".ctors" || $2 == ".dtors" {
5423 size = strtonum("0x" $6)
5424 align = strtonum("0x" $NF)
5426 stub[$2] = size == align * 2
5429 ctors_ok = !seen[".ctors"] || stub[".ctors"]
5430 dtors_ok = !seen[".dtors"] || stub[".dtors"]
5431 exit ((ctors_ok && dtors_ok) ? 0 : 1)
5434 libc_cv_ctors_header
=no
5438 as_fn_error $?
"missing __attribute__ ((constructor)) support??" "$LINENO" 5
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
5445 $as_echo "$libc_cv_ctors_header" >&6; }
5446 if test $libc_cv_ctors_header = no
; then
5447 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5452 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5453 if ${libc_cv_cc_with_libunwind+:} false
; then :
5454 $as_echo_n "(cached) " >&6
5457 cat > conftest.c
<<EOF
5458 int main (void) { return 0; }
5460 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5461 conftest.c
-v 2>&1 >/dev
/null |
grep ' -lunwind ' >/dev
/null
; then
5462 libc_cv_cc_with_libunwind
=yes
5464 libc_cv_cc_with_libunwind
=no
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5469 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5471 if test $libc_cv_cc_with_libunwind = yes; then
5472 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
5478 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
5479 if ${libc_cv_as_noexecstack+:} false
; then :
5480 $as_echo_n "(cached) " >&6
5482 cat > conftest.c
<<EOF
5485 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS
5486 -S -o conftest.s conftest.c 1>&5'
5487 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5491 test $ac_status = 0; }; } \
5492 && grep .note.GNU-stack conftest.s
>/dev
/null \
5493 && { ac_try
='${CC-cc} $ASFLAGS -Wa,--noexecstack
5494 -c -o conftest.o conftest.s 1>&5'
5495 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5499 test $ac_status = 0; }; }
5501 libc_cv_as_noexecstack
=yes
5503 libc_cv_as_noexecstack
=no
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
5508 $as_echo "$libc_cv_as_noexecstack" >&6; }
5509 if test $libc_cv_as_noexecstack = yes; then
5510 ASFLAGS_config
="$ASFLAGS_config -Wa,--noexecstack"
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
5515 $as_echo_n "checking for -z combreloc... " >&6; }
5516 if ${libc_cv_z_combreloc+:} false
; then :
5517 $as_echo_n "(cached) " >&6
5519 cat > conftest.c
<<EOF
5520 extern int bar (int);
5522 int foo (void) { return bar (mumble); }
5524 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5525 -fPIC -shared -o conftest.so conftest.c
5526 -nostdlib -nostartfiles
5527 -Wl,-z,combreloc 1>&5'
5528 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5532 test $ac_status = 0; }; }
5534 if $READELF -S conftest.so |
grep '\.rel\(a\|\)\.dyn' > /dev
/null
; then
5535 libc_cv_z_combreloc
=yes
5537 libc_cv_z_combreloc
=no
5540 libc_cv_z_combreloc
=no
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
5545 $as_echo "$libc_cv_z_combreloc" >&6; }
5546 if test "$libc_cv_z_combreloc" = yes; then
5547 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
5553 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
5554 libc_linker_feature
=no
5555 if test x
"$gnu_ld" = x
"yes"; then
5556 libc_linker_check
=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
5557 if test -n "$libc_linker_check"; then
5558 cat > conftest.c
<<EOF
5559 int _start (void) { return 42; }
5561 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5562 -Wl,-z,execstack -nostdlib -nostartfiles
5563 -fPIC -shared -o conftest.so conftest.c
5565 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5569 test $ac_status = 0; }; }
5571 libc_linker_feature
=yes
5576 if test $libc_linker_feature = yes; then
5577 libc_cv_z_execstack
=yes
5579 libc_cv_z_execstack
=no
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5582 $as_echo "$libc_linker_feature" >&6; }
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
5586 $as_echo_n "checking for -fpie... " >&6; }
5587 if ${libc_cv_fpie+:} false
; then :
5588 $as_echo_n "(cached) " >&6
5590 if { ac_try
='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
5591 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5595 test $ac_status = 0; }; }; then :
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
5603 $as_echo "$libc_cv_fpie" >&6; }
5607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
5608 $as_echo_n "checking for --hash-style option... " >&6; }
5609 if ${libc_cv_hashstyle+:} false
; then :
5610 $as_echo_n "(cached) " >&6
5612 cat > conftest.c
<<EOF
5613 int _start (void) { return 42; }
5615 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5616 -fPIC -shared -o conftest.so conftest.c
5617 -Wl,--hash-style=both -nostdlib 1>&5'
5618 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5622 test $ac_status = 0; }; }
5624 libc_cv_hashstyle
=yes
5626 libc_cv_hashstyle
=no
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
5631 $as_echo "$libc_cv_hashstyle" >&6; }
5634 # The linker's default -shared behavior is good enough if it
5635 # does these things that our custom linker scripts ensure that
5636 # all allocated NOTE sections come first.
5637 if test "$use_default_link" = default
; then
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
5639 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
5640 if ${libc_cv_use_default_link+:} false
; then :
5641 $as_echo_n "(cached) " >&6
5643 libc_cv_use_default_link
=no
5644 cat > conftest.s
<<\EOF
5645 .section .note.a
,"a",%note
5650 .section .note.b
,"a",%note
5656 if { ac_try
=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
5657 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5661 test $ac_status = 0; }; } &&
5662 ac_try
=`$READELF -S conftest.so | sed -n \
5664 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
5670 libc_seen_a
=no libc_seen_b
=no
5672 while test $# -ge 2 -a "$1" = NOTE
; do
5674 .note.a
) libc_seen_a
=yes ;;
5675 .note.b
) libc_seen_b
=yes ;;
5679 case "$libc_seen_a$libc_seen_b" in
5681 libc_cv_use_default_link
=yes
5685 $libc_seen_a$libc_seen_b from:
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
5693 $as_echo "$libc_cv_use_default_link" >&6; }
5694 use_default_link
=$libc_cv_use_default_link
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLOB_DAT reloc" >&5
5698 $as_echo_n "checking for GLOB_DAT reloc... " >&6; }
5699 if ${libc_cv_has_glob_dat+:} false
; then :
5700 $as_echo_n "(cached) " >&6
5702 cat > conftest.c
<<EOF
5704 int foo (void) { return mumble; }
5706 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5707 -fPIC -shared -o conftest.so conftest.c
5708 -nostdlib -nostartfiles
5710 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5714 test $ac_status = 0; }; }
5716 if $READELF -rW conftest.so |
grep '_GLOB_DAT' > /dev
/null
; then
5717 libc_cv_has_glob_dat
=yes
5719 libc_cv_has_glob_dat
=no
5722 libc_cv_has_glob_dat
=no
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_has_glob_dat" >&5
5727 $as_echo "$libc_cv_has_glob_dat" >&6; }
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
5731 $as_echo_n "checking linker output format... " >&6; }
5732 if ${libc_cv_output_format+:} false
; then :
5733 $as_echo_n "(cached) " >&6
5735 if libc_cv_output_format
=`
5736 ${CC-cc} -nostartfiles -nostdlib -Wl,--print-output-format 2>&5`
5740 libc_cv_output_format
=
5742 test -n "$libc_cv_output_format" || libc_cv_output_format
=unknown
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
5745 $as_echo "$libc_cv_output_format" >&6; }
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
5749 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
5750 if ${libc_cv_fno_toplevel_reorder+:} false
; then :
5751 $as_echo_n "(cached) " >&6
5753 cat > conftest.c
<<EOF
5756 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
5758 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5762 test $ac_status = 0; }; }
5764 libc_cv_fno_toplevel_reorder
=yes
5766 libc_cv_fno_toplevel_reorder
=no
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
5771 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
5772 if test $libc_cv_fno_toplevel_reorder = yes; then
5773 fno_unit_at_a_time
="-fno-toplevel-reorder -fno-section-anchors"
5775 fno_unit_at_a_time
=-fno-unit-at-a-time
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
5780 $as_echo_n "checking for -fstack-protector... " >&6; }
5781 if ${libc_cv_ssp+:} false
; then :
5782 $as_echo_n "(cached) " >&6
5784 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
5785 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5789 test $ac_status = 0; }; }; then :
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
5797 $as_echo "$libc_cv_ssp" >&6; }
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-strong" >&5
5800 $as_echo_n "checking for -fstack-protector-strong... " >&6; }
5801 if ${libc_cv_ssp_strong+:} false
; then :
5802 $as_echo_n "(cached) " >&6
5804 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null'
5805 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5809 test $ac_status = 0; }; }; then :
5810 libc_cv_ssp_strong
=yes
5812 libc_cv_ssp_strong
=no
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_strong" >&5
5817 $as_echo "$libc_cv_ssp_strong" >&6; }
5820 if test "$libc_cv_ssp_strong" = "yes"; then
5821 stack_protector
="-fstack-protector-strong"
5822 elif test "$libc_cv_ssp" = "yes"; then
5823 stack_protector
="-fstack-protector"
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
5828 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
5829 if ${libc_cv_have_section_quotes+:} false
; then :
5830 $as_echo_n "(cached) " >&6
5832 cat > conftest.c
<<EOF
5833 static const int foo
5834 __attribute__ ((section ("bar"))) = 1;
5836 if ${CC-cc} -S conftest.c
-o conftest.s
; then
5837 if grep '\.section.*"bar"' conftest.s
>/dev
/null
; then
5838 libc_cv_have_section_quotes
=yes
5840 libc_cv_have_section_quotes
=no
5843 libc_cv_have_section_quotes
=unknown
5845 rm -f conftest.
{c
,s
}
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
5849 $as_echo "$libc_cv_have_section_quotes" >&6; }
5850 if test $libc_cv_have_section_quotes = yes; then
5851 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
5856 $as_echo_n "checking for __builtin_memset... " >&6; }
5857 if ${libc_cv_gcc_builtin_memset+:} false
; then :
5858 $as_echo_n "(cached) " >&6
5860 cat > conftest.c
<<\EOF
5863 __builtin_memset
(x
, 0, 1000);
5866 if { ac_try
='${CC-cc} -O3 -S conftest.c -o - | fgrep "memset" > /dev/null'
5867 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5871 test $ac_status = 0; }; };
5873 libc_cv_gcc_builtin_memset
=no
5875 libc_cv_gcc_builtin_memset
=yes
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
5880 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
5881 if test "$libc_cv_gcc_builtin_memset" = yes ; then
5882 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
5887 $as_echo_n "checking for redirection of built-in functions... " >&6; }
5888 if ${libc_cv_gcc_builtin_redirection+:} false
; then :
5889 $as_echo_n "(cached) " >&6
5891 cat > conftest.c
<<\EOF
5892 extern char
*strstr
(const char
*, const char
*) __asm
("my_strstr");
5893 char
*foo
(const char
*a
, const char
*b
)
5895 return __builtin_strstr
(a
, b
);
5898 if { ac_try
='${CC-cc} -O3 -S conftest.c -o - | fgrep "my_strstr" > /dev/null'
5899 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5903 test $ac_status = 0; }; };
5905 libc_cv_gcc_builtin_redirection
=yes
5907 libc_cv_gcc_builtin_redirection
=no
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
5912 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
5913 if test "$libc_cv_gcc_builtin_redirection" = no
; then
5914 as_fn_error $?
"support for the symbol redirection needed" "$LINENO" 5
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
5918 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
5919 if ${libc_cv_cc_nofma+:} false
; then :
5920 $as_echo_n "(cached) " >&6
5923 for opt
in -ffp-contract=off
-mno-fused-madd; do
5924 if { ac_try
='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
5925 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5929 test $ac_status = 0; }; }; then :
5930 libc_cv_cc_nofma
=$opt; break
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
5935 $as_echo "$libc_cv_cc_nofma" >&6; }
5938 if test -n "$submachine"; then
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
5940 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
5941 if ${libc_cv_cc_submachine+:} false
; then :
5942 $as_echo_n "(cached) " >&6
5944 libc_cv_cc_submachine
=no
5945 for opt
in "-march=$submachine" "-mcpu=$submachine"; do
5946 if { ac_try
='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
5947 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5950 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5951 test $ac_status = 0; }; }; then :
5953 libc_cv_cc_submachine
="$opt"
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
5959 $as_echo "$libc_cv_cc_submachine" >&6; }
5960 if test "x$libc_cv_cc_submachine" = xno
; then
5961 as_fn_error $?
"${CC-cc} does not support $submachine" "$LINENO" 5
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
5967 __attribute__ ((__optimize__))" >&5
5968 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
5969 __attribute__ ((__optimize__))... " >&6; }
5970 if ${libc_cv_cc_loop_to_function+:} false
; then :
5971 $as_echo_n "(cached) " >&6
5973 cat > conftest.c
<<EOF
5975 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
5978 libc_cv_cc_loop_to_function
=no
5979 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c'
5980 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5983 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5984 test $ac_status = 0; }; }
5986 libc_cv_cc_loop_to_function
=yes
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
5991 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
5992 if test $libc_cv_cc_loop_to_function = yes; then
5993 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
5999 $as_echo_n "checking for libgd... " >&6; }
6000 if test "$with_gd" != "no"; then
6001 old_CFLAGS
="$CFLAGS"
6002 CFLAGS
="$CFLAGS $libgd_include"
6003 old_LDFLAGS
="$LDFLAGS"
6004 LDFLAGS
="$LDFLAGS $libgd_ldflags"
6006 LIBS
="$LIBS -lgd -lpng -lz -lm"
6007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6008 /* end confdefs.h. */
6018 if ac_fn_c_try_link
"$LINENO"; then :
6023 rm -f core conftest.err conftest.
$ac_objext \
6024 conftest
$ac_exeext conftest.
$ac_ext
6025 CFLAGS
="$old_CFLAGS"
6026 LDFLAGS
="$old_LDFLAGS"
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6032 $as_echo "$LIBGD" >&6; }
6036 if test x
$with_selinux = xno
; then
6039 # See if we have the SELinux library
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6041 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6042 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false
; then :
6043 $as_echo_n "(cached) " >&6
6045 ac_check_lib_save_LIBS
=$LIBS
6046 LIBS
="-lselinux $LIBS"
6047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6048 /* end confdefs.h. */
6050 /* Override any GCC internal prototype to avoid an error.
6051 Use char because int might match the return type of a GCC
6052 builtin and then its argument prototype would still apply. */
6056 char is_selinux_enabled ();
6060 return is_selinux_enabled ();
6065 if ac_fn_c_try_link
"$LINENO"; then :
6066 ac_cv_lib_selinux_is_selinux_enabled
=yes
6068 ac_cv_lib_selinux_is_selinux_enabled
=no
6070 rm -f core conftest.err conftest.
$ac_objext \
6071 conftest
$ac_exeext conftest.
$ac_ext
6072 LIBS
=$ac_check_lib_save_LIBS
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6075 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6076 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes
; then :
6082 if test x
$with_selinux = xyes
; then
6083 if test x
$have_selinux = xno
; then
6084 as_fn_error $?
"SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6088 # Check if we're building with SELinux support.
6089 if test "x$have_selinux" = xyes
; then
6091 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6094 # See if we have the libaudit library
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6096 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6097 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false
; then :
6098 $as_echo_n "(cached) " >&6
6100 ac_check_lib_save_LIBS
=$LIBS
6101 LIBS
="-laudit $LIBS"
6102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6103 /* end confdefs.h. */
6105 /* Override any GCC internal prototype to avoid an error.
6106 Use char because int might match the return type of a GCC
6107 builtin and then its argument prototype would still apply. */
6111 char audit_log_user_avc_message ();
6115 return audit_log_user_avc_message ();
6120 if ac_fn_c_try_link
"$LINENO"; then :
6121 ac_cv_lib_audit_audit_log_user_avc_message
=yes
6123 ac_cv_lib_audit_audit_log_user_avc_message
=no
6125 rm -f core conftest.err conftest.
$ac_objext \
6126 conftest
$ac_exeext conftest.
$ac_ext
6127 LIBS
=$ac_check_lib_save_LIBS
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6130 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6131 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes
; then :
6137 if test "x$have_libaudit" = xyes
; then
6139 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6144 # See if we have the libcap library
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6146 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6147 if ${ac_cv_lib_cap_cap_init+:} false
; then :
6148 $as_echo_n "(cached) " >&6
6150 ac_check_lib_save_LIBS
=$LIBS
6152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6153 /* end confdefs.h. */
6155 /* Override any GCC internal prototype to avoid an error.
6156 Use char because int might match the return type of a GCC
6157 builtin and then its argument prototype would still apply. */
6170 if ac_fn_c_try_link
"$LINENO"; then :
6171 ac_cv_lib_cap_cap_init
=yes
6173 ac_cv_lib_cap_cap_init
=no
6175 rm -f core conftest.err conftest.
$ac_objext \
6176 conftest
$ac_exeext conftest.
$ac_ext
6177 LIBS
=$ac_check_lib_save_LIBS
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6180 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6181 if test "x$ac_cv_lib_cap_cap_init" = xyes
; then :
6187 if test "x$have_libcap" = xyes
; then
6189 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
6198 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
6199 if ${libc_cv_predef_fortify_source+:} false
; then :
6200 $as_echo_n "(cached) " >&6
6202 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6203 /* end confdefs.h. */
6209 #ifdef _FORTIFY_SOURCE
6216 if ac_fn_c_try_compile
"$LINENO"; then :
6217 libc_cv_predef_fortify_source
=no
6219 libc_cv_predef_fortify_source
=yes
6221 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
6224 $as_echo "$libc_cv_predef_fortify_source" >&6; }
6225 if test $libc_cv_predef_fortify_source = yes; then
6226 CPPUNDEFS
="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC implicitly enables -fstack-protector" >&5
6231 $as_echo_n "checking whether $CC implicitly enables -fstack-protector... " >&6; }
6232 if ${libc_cv_predef_stack_protector+:} false
; then :
6233 $as_echo_n "(cached) " >&6
6236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6237 /* end confdefs.h. */
6238 extern void foobar (char *);
6242 char large_array[2048]; foobar (large_array);
6247 if ac_fn_c_try_compile
"$LINENO"; then :
6249 libc_undefs
=`$NM -u conftest.o |
6250 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6252 as_fn_error $?
"confusing output from $NM -u" "$LINENO" 5
6254 echo >&5 "libc_undefs='$libc_undefs'"
6255 # On some architectures, there are architecture-specific undefined
6256 # symbols (resolved by the linker), so filter out unknown symbols.
6257 # This will fail to produce the correct result if the compiler
6258 # defaults to -fstack-protector but this produces an undefined symbol
6259 # other than __stack_chk_fail. However, compilers like that have not
6260 # been encountered in practice.
6261 libc_undefs
=`echo "$libc_undefs" | egrep '^(foobar|__stack_chk_fail)$'`
6262 case "$libc_undefs" in
6263 foobar
) libc_cv_predef_stack_protector
=no
;;
6265 foobar') libc_cv_predef_stack_protector
=yes ;;
6266 *) as_fn_error $?
"unexpected symbols in test: $libc_undefs" "$LINENO" 5 ;;
6269 as_fn_error $?
"test compilation failed" "$LINENO" 5
6271 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_stack_protector" >&5
6275 $as_echo "$libc_cv_predef_stack_protector" >&6; }
6277 if test $libc_cv_predef_stack_protector = yes; then
6278 libc_extra_cflags
="$libc_extra_cflags -fno-stack-protector"
6280 libc_extra_cppflags
=
6282 # Some linkers on some architectures support __ehdr_start but with
6283 # bugs. Make sure usage of it does not create relocations in the
6284 # output (as the linker should resolve them all for us).
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker provides working __ehdr_start" >&5
6286 $as_echo_n "checking whether the linker provides working __ehdr_start... " >&6; }
6287 if ${libc_cv_ehdr_start+:} false
; then :
6288 $as_echo_n "(cached) " >&6
6291 old_CFLAGS
="$CFLAGS"
6292 old_LDFLAGS
="$LDFLAGS"
6294 CFLAGS
="$CFLAGS -fPIC"
6295 LDFLAGS
="$LDFLAGS -nostdlib -nostartfiles -shared"
6297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6298 /* end confdefs.h. */
6304 extern const Ehdr __ehdr_start __attribute__ ((visibility ("hidden")));
6305 long ehdr (void) { return __ehdr_start.val; }
6308 if ac_fn_c_try_link
"$LINENO"; then :
6309 if $READELF -r conftest | fgrep __ehdr_start
>/dev
/null
; then
6310 libc_cv_ehdr_start
=broken
6312 libc_cv_ehdr_start
=yes
6315 libc_cv_ehdr_start
=no
6317 rm -f core conftest.err conftest.
$ac_objext \
6318 conftest
$ac_exeext conftest.
$ac_ext
6319 CFLAGS
="$old_CFLAGS"
6320 LDFLAGS
="$old_LDFLAGS"
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ehdr_start" >&5
6325 $as_echo "$libc_cv_ehdr_start" >&6; }
6326 if test "$libc_cv_ehdr_start" = yes; then
6327 $as_echo "#define HAVE_EHDR_START 1" >>confdefs.h
6329 elif test "$libc_cv_ehdr_start" = broken
; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linker is broken -- you should upgrade" >&5
6331 $as_echo "$as_me: WARNING: linker is broken -- you should upgrade" >&2;}
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_trap with no external dependencies" >&5
6335 $as_echo_n "checking for __builtin_trap with no external dependencies... " >&6; }
6336 if ${libc_cv_builtin_trap+:} false
; then :
6337 $as_echo_n "(cached) " >&6
6339 libc_cv_builtin_trap
=no
6340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6341 /* end confdefs.h. */
6351 if ac_fn_c_try_compile
"$LINENO"; then :
6353 libc_undefs
=`$NM -u conftest.o |
6354 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6356 as_fn_error $?
"confusing output from $NM -u" "$LINENO" 5
6358 echo >&5 "libc_undefs='$libc_undefs'"
6359 if test -z "$libc_undefs"; then
6360 libc_cv_builtin_trap
=yes
6363 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_builtin_trap" >&5
6366 $as_echo "$libc_cv_builtin_trap" >&6; }
6367 if test $libc_cv_builtin_trap = yes; then
6368 $as_echo "#define HAVE_BUILTIN_TRAP 1" >>confdefs.h
6373 ac_cpp
='$CXXCPP $CPPFLAGS'
6374 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6375 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6376 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler supports thread_local" >&5
6380 $as_echo_n "checking whether the C++ compiler supports thread_local... " >&6; }
6381 if ${libc_cv_cxx_thread_local+:} false
; then :
6382 $as_echo_n "(cached) " >&6
6385 old_CXXFLAGS
="$CXXFLAGS"
6386 CXXFLAGS
="$CXXFLAGS -std=gnu++11"
6387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6388 /* end confdefs.h. */
6392 // Compiler support.
6399 S * get () { return &s; }
6401 // libstdc++ support.
6402 #ifndef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL
6403 #error __cxa_thread_atexit_impl not supported
6407 if ac_fn_cxx_try_compile
"$LINENO"; then :
6408 libc_cv_cxx_thread_local
=yes
6410 libc_cv_cxx_thread_local
=no
6412 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6413 CXXFLAGS
="$old_CXXFLAGS"
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_thread_local" >&5
6417 $as_echo "$libc_cv_cxx_thread_local" >&6; }
6421 ac_cpp
='$CPP $CPPFLAGS'
6422 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6423 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6424 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6427 ### End of automated tests.
6428 ### Now run sysdeps configure fragments.
6430 # They also can set these variables.
6432 ldd_rewrite_script
=no
6433 libc_cv_sysconfdir
=$sysconfdir
6434 libc_cv_localstatedir
=$localstatedir
6435 libc_cv_gcc_unwind_find_fde
=no
6438 # Iterate over all the sysdep directories we will use, running their
6439 # configure fragments.
6440 for dir
in $sysnames; do
6443 *) dest
=$srcdir/$dir ;;
6445 if test -r $dest/configure
; then
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
6447 $as_echo "running configure fragment for $dir" >&6; }
6452 if test x
"$build_mathvec" = xnotset
; then
6455 config_vars
="$config_vars
6456 build-mathvec = $build_mathvec"
6461 if test x
$libc_cv_gcc_unwind_find_fde = xyes
; then
6462 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
6467 # A sysdeps configure fragment can reset this if IFUNC is not actually
6468 # usable even though the assembler knows how to generate the symbol type.
6469 if test x
"$libc_cv_ld_gnu_indirect_function" = xyes
; then
6470 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
6474 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
6475 # configure fragment can override the value to prevent this AC_DEFINE.
6477 if test "x$use_nscd" != xno
; then
6478 $as_echo "#define USE_NSCD 1" >>confdefs.h
6481 if test "x$build_nscd" = xdefault
; then
6482 build_nscd
=$use_nscd
6492 if test x
$use_ldconfig = xyes
; then
6493 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
6503 $as_echo_n "checking whether -fPIC is default... " >&6; }
6504 if ${libc_cv_pic_default+:} false
; then :
6505 $as_echo_n "(cached) " >&6
6507 libc_cv_pic_default
=yes
6508 cat > conftest.c
<<EOF
6509 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
6510 # error PIC is default.
6513 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6514 libc_cv_pic_default
=no
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
6519 $as_echo "$libc_cv_pic_default" >&6; }
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIE is default" >&5
6523 $as_echo_n "checking whether -fPIE is default... " >&6; }
6524 if ${libc_cv_pie_default+:} false
; then :
6525 $as_echo_n "(cached) " >&6
6527 libc_cv_pie_default
=yes
6528 cat > conftest.c
<<EOF
6529 #if defined __PIE__ || defined __pie__ || defined PIE || defined pie
6530 # error PIE is default.
6533 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6534 libc_cv_pie_default
=no
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pie_default" >&5
6539 $as_echo "$libc_cv_pie_default" >&6; }
6549 VERSION
=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
6550 RELEASE
=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
6554 ac_config_files
="$ac_config_files config.make Makefile"
6556 ac_config_commands
="$ac_config_commands default"
6558 cat >confcache
<<\_ACEOF
6559 # This file is a shell script that caches the results of configure
6560 # tests run on this system so they can be shared between configure
6561 # scripts and configure runs, see configure's option --config-cache.
6562 # It is not useful on other systems. If it contains results you don't
6563 # want to keep, you may remove or edit it.
6565 # config.status only pays attention to the cache file if you give it
6566 # the --recheck option to rerun configure.
6568 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6569 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6574 # The following way of writing the cache mishandles newlines in values,
6575 # but we know of no workaround that is simple, portable, and efficient.
6576 # So, we kill variables containing newlines.
6577 # Ultrix sh set writes to stderr and can't be redirected directly,
6578 # and sets the high bit in the cache file unless we assign to the vars.
6580 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6581 eval ac_val
=\$
$ac_var
6585 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6586 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6589 _ | IFS | as_nl
) ;; #(
6590 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
6591 *) { eval $ac_var=; unset $ac_var;} ;;
6597 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6598 *${as_nl}ac_space
=\
*)
6599 # `set' does not quote correctly, so add quotes: double-quote
6600 # substitution turns \\\\ into \\, and sed turns \\ into \.
6603 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6606 # `set' quotes correctly as required by POSIX, so do not add quotes.
6607 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6616 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6618 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6620 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
6621 if test -w "$cache_file"; then
6622 if test "x$cache_file" != "x/dev/null"; then
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6624 $as_echo "$as_me: updating cache $cache_file" >&6;}
6625 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
6626 cat confcache
>"$cache_file"
6628 case $cache_file in #(
6630 mv -f confcache
"$cache_file"$$
&&
6631 mv -f "$cache_file"$$
"$cache_file" ;; #(
6633 mv -f confcache
"$cache_file" ;;
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6639 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6644 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
6645 # Let make expand exec_prefix.
6646 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
6648 DEFS
=-DHAVE_CONFIG_H
6653 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
6654 # 1. Remove the extension, and $U if already installed.
6655 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
6656 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
6657 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6658 # will be set to the directory where LIBOBJS objects are built.
6659 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6660 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
6664 LTLIBOBJS
=$ac_ltlibobjs
6668 : "${CONFIG_STATUS=./config.status}"
6670 ac_clean_files_save
=$ac_clean_files
6671 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6673 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6675 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6677 # Generated by $as_me.
6678 # Run this file to recreate the current configuration.
6679 # Compiler output produced by configure, useful for debugging
6680 # configure, is in config.log if it exists.
6686 SHELL=\${CONFIG_SHELL-$SHELL}
6689 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
6690 ## -------------------- ##
6691 ## M4sh Initialization. ##
6692 ## -------------------- ##
6694 # Be more Bourne compatible
6695 DUALCASE
=1; export DUALCASE
# for MKS sh
6696 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
6699 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6700 # is contrary to our usage. Disable this feature.
6701 alias -g '${1+"$@"}'='"$@"'
6702 setopt NO_GLOB_SUBST
6704 case `(set -o) 2>/dev/null` in #(
6716 # Printing a long string crashes Solaris 7 /usr/bin/printf.
6717 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6718 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6719 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6720 # Prefer a ksh shell builtin over an external printf program on Solaris,
6721 # but without wasting forks for bash or zsh.
6722 if test -z "$BASH_VERSION$ZSH_VERSION" \
6723 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6724 as_echo='print
-r --'
6725 as_echo_n='print
-rn --'
6726 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6727 as_echo='printf %s
\n'
6728 as_echo_n='printf %s
'
6730 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6731 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
6732 as_echo_n='/usr
/ucb
/echo -n'
6734 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6735 as_echo_n_body='eval
6739 expr "X$arg" : "X\\(.*\\)$as_nl";
6740 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6742 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
6744 export as_echo_n_body
6745 as_echo_n='sh
-c $as_echo_n_body as_echo
'
6748 as_echo='sh
-c $as_echo_body as_echo
'
6751 # The user is always right.
6752 if test "${PATH_SEPARATOR+set}" != set; then
6754 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6755 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6762 # We need space, tab and new line, in precisely that order. Quoting is
6763 # there to prevent editors from complaining about space-tab.
6764 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6765 # splitting by setting IFS to empty value.)
6768 # Find who we are. Look in the path if we contain no directory separator.
6771 *[\\/]* ) as_myself=$0 ;;
6772 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6776 test -z "$as_dir" && as_dir=.
6777 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6783 # We did not find ourselves, most probably we were run as `sh COMMAND'
6784 # in which case we are not to be found in the path.
6785 if test "x$as_myself" = x
; then
6788 if test ! -f "$as_myself"; then
6789 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6793 # Unset variables that we do not need and which cause bugs (e.g. in
6794 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
6795 # suppresses any "Segmentation fault" message there. '((' could
6796 # trigger a bug in pdksh 5.2.14.
6797 for as_var
in BASH_ENV ENV MAIL MAILPATH
6798 do eval test x\
${$as_var+set} = xset \
6799 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
6812 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
6815 # as_fn_error STATUS ERROR [LINENO LOG_FD]
6816 # ----------------------------------------
6817 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6818 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6819 # script with STATUS, using 1 if that was 0.
6822 as_status
=$1; test $as_status -eq 0 && as_status
=1
6824 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
6825 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
6827 $as_echo "$as_me: error: $2" >&2
6828 as_fn_exit
$as_status
6832 # as_fn_set_status STATUS
6833 # -----------------------
6834 # Set $? to STATUS, without forking.
6838 } # as_fn_set_status
6842 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6852 # Portably unset VAR.
6855 { eval $1=; unset $1;}
6857 as_unset
=as_fn_unset
6858 # as_fn_append VAR VALUE
6859 # ----------------------
6860 # Append the text in VALUE to the end of the definition contained in VAR. Take
6861 # advantage of any shell optimizations that allow amortized linear growth over
6862 # repeated appends, instead of the typical quadratic growth present in naive
6864 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
6865 eval 'as_fn_append ()
6876 # as_fn_arith ARG...
6877 # ------------------
6878 # Perform arithmetic evaluation on the ARGs, and store the result in the
6879 # global $as_val. Take advantage of shells that can avoid forks. The arguments
6880 # must be portable across $(()) and expr.
6881 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
6882 eval 'as_fn_arith ()
6889 as_val
=`expr "$@" || test $? -eq 1`
6894 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
6895 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
6901 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6902 as_basename
=basename
6907 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
6913 as_me
=`$as_basename -- "$0" ||
6914 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6915 X"$0" : 'X\(//\)$' \| \
6916 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6918 sed '/^.*\/\([^/][^/]*\)\/*$/{
6932 # Avoid depending upon Character Ranges.
6933 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
6934 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6935 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
6936 as_cr_digits
='0123456789'
6937 as_cr_alnum
=$as_cr_Letters$as_cr_digits
6939 ECHO_C
= ECHO_N
= ECHO_T
=
6940 case `echo -n x` in #(((((
6942 case `echo 'xy\c'` in
6943 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
6945 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
6952 rm -f conf$$ conf$$.exe conf$$.
file
6953 if test -d conf$$.dir
; then
6954 rm -f conf$$.dir
/conf$$.
file
6957 mkdir conf$$.dir
2>/dev
/null
6959 if (echo >conf$$.
file) 2>/dev
/null
; then
6960 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
6962 # ... but there are two gotchas:
6963 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6964 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6965 # In both cases, we have to default to `cp -pR'.
6966 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
6968 elif ln conf$$.
file conf$$
2>/dev
/null
; then
6976 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
6977 rmdir conf$$.dir
2>/dev
/null
6982 # Create "$as_dir" as a directory, including parents if necessary.
6987 -*) as_dir
=.
/$as_dir;;
6989 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
6993 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6994 *) as_qdir
=$as_dir;;
6996 as_dirs
="'$as_qdir' $as_dirs"
6997 as_dir
=`$as_dirname -- "$as_dir" ||
6998 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6999 X"$as_dir" : 'X\(//\)[^/]' \| \
7000 X"$as_dir" : 'X\(//\)$' \| \
7001 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7002 $as_echo X"$as_dir" |
7003 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7020 test -d "$as_dir" && break
7022 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
7023 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
7027 if mkdir
-p .
2>/dev
/null
; then
7028 as_mkdir_p
='mkdir -p "$as_dir"'
7030 test -d .
/-p && rmdir .
/-p
7035 # as_fn_executable_p FILE
7036 # -----------------------
7037 # Test if FILE is an executable regular file.
7038 as_fn_executable_p
()
7040 test -f "$1" && test -x "$1"
7041 } # as_fn_executable_p
7043 as_executable_p
=as_fn_executable_p
7045 # Sed expression to map a string onto a valid CPP name.
7046 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7048 # Sed expression to map a string onto a valid variable name.
7049 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7053 ## ----------------------------------- ##
7054 ## Main body of $CONFIG_STATUS script. ##
7055 ## ----------------------------------- ##
7057 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
7059 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7060 # Save the log message, to keep $0 and so on meaningful, and to
7061 # report actual input values of CONFIG_FILES etc. instead of their
7062 # values after options handling.
7064 This file was extended by GNU C Library $as_me (see version.h), which was
7065 generated by GNU Autoconf 2.69. Invocation command line was
7067 CONFIG_FILES = $CONFIG_FILES
7068 CONFIG_HEADERS = $CONFIG_HEADERS
7069 CONFIG_LINKS = $CONFIG_LINKS
7070 CONFIG_COMMANDS = $CONFIG_COMMANDS
7073 on `(hostname || uname -n) 2>/dev/null | sed 1q`
7078 case $ac_config_files in *"
7079 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
7082 case $ac_config_headers in *"
7083 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
7087 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7088 # Files that config.status was made for.
7089 config_files="$ac_config_files"
7090 config_headers="$ac_config_headers"
7091 config_commands="$ac_config_commands"
7095 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7097 \`$as_me' instantiates files and other configuration actions
7098 from templates according to the current configuration. Unless the files
7099 and actions are specified as TAGs, all are instantiated by default.
7101 Usage: $0 [OPTION]... [TAG]...
7103 -h, --help print this help, then exit
7104 -V, --version print version number and configuration settings, then exit
7105 --config print configuration, then exit
7106 -q, --quiet, --silent
7107 do not print progress messages
7108 -d, --debug don't remove temporary files
7109 --recheck update $as_me by reconfiguring in the same conditions
7110 --file=FILE[:TEMPLATE]
7111 instantiate the configuration file FILE
7112 --header=FILE[:TEMPLATE]
7113 instantiate the configuration header FILE
7115 Configuration files:
7118 Configuration headers:
7121 Configuration commands:
7124 Report bugs to <http://sourceware.org/bugzilla/>.
7125 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
7126 General help using GNU software: <http://www.gnu.org/gethelp/>."
7129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7130 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7132 GNU C Library config.status (see version.h)
7133 configured by $0, generated by GNU Autoconf 2.69,
7134 with options \\"\$ac_cs_config\\"
7136 Copyright (C) 2012 Free Software Foundation, Inc.
7137 This config.status script is free software; the Free Software Foundation
7138 gives unlimited permission to copy, distribute and modify it."
7143 test -n "\$AWK" || AWK=awk
7146 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7147 # The default lists apply if the user does not specify any file.
7153 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
7154 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
7158 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
7170 # Handling of the options.
7171 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
7173 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
7174 $as_echo "$ac_cs_version"; exit ;;
7175 --config |
--confi |
--conf |
--con |
--co |
--c )
7176 $as_echo "$ac_cs_config"; exit ;;
7177 --debug |
--debu |
--deb |
--de |
--d |
-d )
7179 --file |
--fil |
--fi |
--f )
7182 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7183 '') as_fn_error $?
"missing file argument" ;;
7185 as_fn_append CONFIG_FILES
" '$ac_optarg'"
7186 ac_need_defaults
=false
;;
7187 --header |
--heade |
--head |
--hea )
7190 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7192 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
7193 ac_need_defaults
=false
;;
7195 # Conflict between --help and --header
7196 as_fn_error $?
"ambiguous option: \`$1'
7197 Try \`$0 --help' for more information.";;
7198 --help |
--hel |
-h )
7199 $as_echo "$ac_cs_usage"; exit ;;
7200 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
7201 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
7205 -*) as_fn_error $?
"unrecognized option: \`$1'
7206 Try \`$0 --help' for more information." ;;
7208 *) as_fn_append ac_config_targets
" $1"
7209 ac_need_defaults
=false
;;
7215 ac_configure_extra_args
=
7217 if $ac_cs_silent; then
7219 ac_configure_extra_args
="$ac_configure_extra_args --silent"
7223 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7224 if \$ac_cs_recheck; then
7225 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7227 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7228 CONFIG_SHELL='$SHELL'
7234 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7238 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7239 ## Running $as_me. ##
7245 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7249 config_vars='$config_vars'
7253 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7255 # Handling of arguments.
7256 for ac_config_target
in $ac_config_targets
7258 case $ac_config_target in
7259 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
7260 "config.make") CONFIG_FILES
="$CONFIG_FILES config.make" ;;
7261 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
7262 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
7264 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7269 # If the user did not use the arguments to specify the items to instantiate,
7270 # then the envvar interface is used. Set only those that are not.
7271 # We use the long form for the default assignment because of an extremely
7272 # bizarre bug on SunOS 4.1.3.
7273 if $ac_need_defaults; then
7274 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
7275 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
7276 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
7279 # Have a temporary directory for convenience. Make it in the build tree
7280 # simply because there is no reason against having it here, and in addition,
7281 # creating and moving files from /tmp can sometimes cause problems.
7282 # Hook for its removal unless debugging.
7283 # Note that there is a small window in which the directory will not be cleaned:
7284 # after its creation but before its name has been assigned to `$tmp'.
7288 trap 'exit_status=$?
7290 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7292 trap 'as_fn_exit 1' 1 2 13 15
7294 # Create a (secure) tmp directory for tmp files.
7297 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7301 tmp
=.
/conf$$
-$RANDOM
7302 (umask 077 && mkdir
"$tmp")
7303 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
7306 # Set up the scripts for CONFIG_FILES section.
7307 # No need to generate them if there are no CONFIG_FILES.
7308 # This happens for instance with `./config.status config.h'.
7309 if test -n "$CONFIG_FILES"; then
7312 ac_cr
=`echo X | tr X '\015'`
7313 # On cygwin, bash can eat \r inside `` if the user requested igncr.
7314 # But we know of no other shell where ac_cr would be empty at this
7315 # point, so we can use a bashism as a fallback.
7316 if test "x$ac_cr" = x
; then
7317 eval ac_cr
=\$
\'\\r
\'
7319 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7320 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7326 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7331 echo "cat >conf$$subs.awk <<_ACEOF" &&
7332 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7335 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
7336 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7338 for ac_last_try in false false false false false :; do
7339 . ./conf$$subs.sh ||
7340 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
7342 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
7343 if test $ac_delim_n = $ac_delim_num; then
7345 elif $ac_last_try; then
7346 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
7348 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
7353 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7354 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
7358 s/^/S["/; s
/!.
*/"]=/
7368 s/\(.\{148\}\)..*/\1/
7370 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
7375 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
7382 s/\(.\{148\}\)..*/\1/
7384 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
7388 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
7393 ' <conf$$subs.awk | sed '
7398 ' >>$CONFIG_STATUS || ac_write_fail=1
7399 rm -f conf$$subs.awk
7400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7402 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
7403 for (key in S) S_is_set[key] = 1
7409 nfields = split(line, field, "@
")
7411 len = length(field[1])
7412 for (i = 2; i < nfields; i++) {
7414 keylen = length(key)
7415 if (S_is_set[key]) {
7417 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7418 len += length(value) + length(field[++i])
7429 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7430 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7431 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
7434 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
7435 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
7438 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7439 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
7440 # trailing colons and then remove the whole line if VPATH becomes empty
7441 # (actually we leave an empty line to preserve line numbers).
7442 if test "x
$srcdir" = x.; then
7443 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7461 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7462 fi # test -n "$CONFIG_FILES"
7464 # Set up the scripts for CONFIG_HEADERS section.
7465 # No need to generate them if there are no CONFIG_HEADERS.
7466 # This happens for instance with `./config.status Makefile'.
7467 if test -n "$CONFIG_HEADERS"; then
7468 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
7472 # Transform confdefs.h into an awk script `defines.awk', embedded as
7473 # here-document in config.status, that substitutes the proper values into
7474 # config.h.in to produce config.h.
7476 # Create a delimiter string that does not exist in confdefs.h, to ease
7477 # handling of long lines.
7479 for ac_last_try in false false :; do
7480 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
7481 if test -z "$ac_tt"; then
7483 elif $ac_last_try; then
7484 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
7486 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
7490 # For the awk script, D is an array of macro values keyed by name,
7491 # likewise P contains macro parameters if any. Preserve backslash
7492 # newline sequences.
7494 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7496 s/.\{148\}/&'"$ac_delim"'/g
7499 s/^[ ]*#[ ]*define[ ][ ]*/ /
7506 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
7508 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
7512 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
7513 D["\
1"]=" \
3\\\\\\n
"\\/p
7515 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
7520 s/.\{148\}/&'"$ac_delim"'/g
7525 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
7528 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
7530 ' <confdefs.h | sed '
7531 s/'"$ac_delim"'/"\\\
7532 "/g' >>$CONFIG_STATUS || ac_write_fail=1
7534 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7535 for (key in D) D_is_set[key] = 1
7538 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7540 split(line, arg, " ")
7541 if (arg[1] == "#") {
7545 defundef
= substr
(arg
[1], 2)
7548 split(mac1
, mac2
, "(") #)
7550 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
7551 if (D_is_set
[macro
]) {
7552 # Preserve the white space surrounding the "#".
7553 print prefix
"define", macro P
[macro
] D
[macro
]
7556 # Replace #undef with comments. This is necessary, for example,
7557 # in the case of _POSIX_SOURCE, which is predefined and required
7558 # on some systems where configure will not decide to define it.
7559 if (defundef
== "undef") {
7560 print
"/*", prefix defundef
, macro
, "*/"
7568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7569 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
7570 fi # test -n "$CONFIG_HEADERS"
7573 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7578 :[FHLC
]) ac_mode
=$ac_tag; continue;;
7580 case $ac_mode$ac_tag in
7582 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
7583 :[FH
]-) ac_tag
=-:-;;
7584 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
7601 -) ac_f
="$ac_tmp/stdin";;
7602 *) # Look for the file first in the build tree, then in the source tree
7603 # (if the path is not absolute). The absolute path cannot be DOS-style,
7604 # because $ac_f cannot contain `:'.
7608 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
7610 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7612 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7613 as_fn_append ac_file_inputs
" '$ac_f'"
7616 # Let's still pretend it is `configure' which instantiates (i.e., don't
7617 # use $as_me), people would be surprised to read:
7618 # /* config.h. Generated by config.status. */
7619 configure_input
='Generated from '`
7620 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7622 if test x
"$ac_file" != x-
; then
7623 configure_input
="$ac_file. $configure_input"
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7625 $as_echo "$as_me: creating $ac_file" >&6;}
7627 # Neutralize special characters interpreted by sed in replacement strings.
7628 case $configure_input in #(
7629 *\
&* |
*\|
* |
*\\* )
7630 ac_sed_conf_input
=`$as_echo "$configure_input" |
7631 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7632 *) ac_sed_conf_input
=$configure_input;;
7636 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
7637 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
7642 ac_dir
=`$as_dirname -- "$ac_file" ||
7643 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7644 X"$ac_file" : 'X\(//\)[^/]' \| \
7645 X"$ac_file" : 'X\(//\)$' \| \
7646 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7647 $as_echo X"$ac_file" |
7648 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7665 as_dir
="$ac_dir"; as_fn_mkdir_p
7669 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
7671 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7672 # A ".." for each directory in $ac_dir_suffix.
7673 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7674 case $ac_top_builddir_sub in
7675 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
7676 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
7679 ac_abs_top_builddir
=$ac_pwd
7680 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
7681 # for backward compatibility:
7682 ac_top_builddir
=$ac_top_build_prefix
7685 .
) # We are building in place.
7687 ac_top_srcdir
=$ac_top_builddir_sub
7688 ac_abs_top_srcdir
=$ac_pwd ;;
7689 [\\/]* | ?
:[\\/]* ) # Absolute name.
7690 ac_srcdir
=$srcdir$ac_dir_suffix;
7691 ac_top_srcdir
=$srcdir
7692 ac_abs_top_srcdir
=$srcdir ;;
7694 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
7695 ac_top_srcdir
=$ac_top_build_prefix$srcdir
7696 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
7698 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
7708 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
7709 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
7713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7714 # If the template does not know about datarootdir, expand it.
7715 # FIXME: This hack should be removed a few years after 2.60.
7716 ac_datarootdir_hack
=; ac_datarootdir_seen
=
7727 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7728 *datarootdir
*) ac_datarootdir_seen
=yes;;
7729 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7731 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7733 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7734 ac_datarootdir_hack='
7735 s&@datadir@&$datadir&g
7736 s&@docdir@&$docdir&g
7737 s&@infodir@&$infodir&g
7738 s&@localedir@&$localedir&g
7739 s&@mandir@&$mandir&g
7740 s&\\\${datarootdir}&$datarootdir&g' ;;
7744 # Neutralize VPATH when `$srcdir' = `.'.
7745 # Shell code in configure.ac might set extrasub.
7746 # FIXME: do we really want to maintain this feature?
7747 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7748 ac_sed_extra="$ac_vpsub
7751 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7753 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
7754 s|@configure_input@|
$ac_sed_conf_input|
;t t
7755 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
7756 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
7757 s
&@srcdir@
&$ac_srcdir&;t t
7758 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
7759 s
&@top_srcdir@
&$ac_top_srcdir&;t t
7760 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
7761 s
&@builddir@
&$ac_builddir&;t t
7762 s
&@abs_builddir@
&$ac_abs_builddir&;t t
7763 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
7764 s
&@INSTALL@
&$ac_INSTALL&;t t
7765 $ac_datarootdir_hack
7767 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
7768 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
7770 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7771 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
7772 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
7773 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
7775 which seems to be undefined. Please make sure it is defined" >&5
7776 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
7777 which seems to be undefined. Please make sure it is defined" >&2;}
7779 rm -f "$ac_tmp/stdin"
7781 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
7782 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
7784 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7790 if test x"$ac_file" != x-; then
7792 $as_echo "/* $configure_input */" \
7793 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
7794 } >"$ac_tmp/config.h" \
7795 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7796 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
7798 $as_echo "$as_me: $ac_file is unchanged" >&6;}
7801 mv "$ac_tmp/config.h" "$ac_file" \
7802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7805 $as_echo "/* $configure_input */" \
7806 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
7807 || as_fn_error $? "could not create -" "$LINENO" 5
7811 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7812 $as_echo "$as_me: executing $ac_file commands" >&6;}
7817 case $ac_file$ac_mode in
7819 case $CONFIG_FILES in *config.make*)
7820 echo "$config_vars" >> config.make;;
7822 test -d bits || mkdir bits ;;
7830 ac_clean_files=$ac_clean_files_save
7832 test $ac_write_fail = 0 ||
7833 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
7836 # configure is writing to config.log, and then calls config.status.
7837 # config.status does its own redirection, appending to config.log.
7838 # Unfortunately, on DOS this fails, as config.log is still kept open
7839 # by configure, so config.status won't be able to
write to it
; its
7840 # output is simply discarded. So we exec the FD to /dev/null,
7841 # effectively closing config.log, so it can be properly (re)opened and
7842 # appended to by config.status. When coming back to configure, we
7843 # need to make the FD available again.
7844 if test "$no_create" != yes; then
7846 ac_config_status_args
=
7847 test "$silent" = yes &&
7848 ac_config_status_args
="$ac_config_status_args --quiet"
7850 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
7852 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7853 # would make configure fail if this is the last instruction.
7854 $ac_cs_success || as_fn_exit
1
7858 # CONFIG_SUBDIRS section.
7860 if test "$no_recursion" != yes; then
7862 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
7863 # so they do not pile up.
7864 ac_sub_configure_args
=
7866 eval "set x $ac_configure_args"
7870 if test -n "$ac_prev"; then
7875 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
7876 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
7877 ac_prev
=cache_file
;;
7878 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
7879 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* \
7882 --config-cache |
-C)
7884 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
7886 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
7888 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
7890 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
7892 --disable-option-checking)
7896 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7898 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
7902 # Always prepend --prefix to ensure using the same prefix
7903 # in subdir configurations.
7904 ac_arg
="--prefix=$prefix"
7906 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7908 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
7911 if test "$silent" = yes; then
7912 ac_sub_configure_args
="--silent $ac_sub_configure_args"
7915 # Always prepend --disable-option-checking to silence warnings, since
7916 # different subdirs can have different --enable and --with options.
7917 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
7920 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
7922 # Do not complain, so a configure script can configure whichever
7923 # parts of a large source tree are present.
7924 test -d "$srcdir/$ac_dir" ||
continue
7926 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
7928 $as_echo "$ac_msg" >&6
7929 as_dir
="$ac_dir"; as_fn_mkdir_p
7933 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
7935 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7936 # A ".." for each directory in $ac_dir_suffix.
7937 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7938 case $ac_top_builddir_sub in
7939 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
7940 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
7943 ac_abs_top_builddir
=$ac_pwd
7944 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
7945 # for backward compatibility:
7946 ac_top_builddir
=$ac_top_build_prefix
7949 .
) # We are building in place.
7951 ac_top_srcdir
=$ac_top_builddir_sub
7952 ac_abs_top_srcdir
=$ac_pwd ;;
7953 [\\/]* | ?
:[\\/]* ) # Absolute name.
7954 ac_srcdir
=$srcdir$ac_dir_suffix;
7955 ac_top_srcdir
=$srcdir
7956 ac_abs_top_srcdir
=$srcdir ;;
7958 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
7959 ac_top_srcdir
=$ac_top_build_prefix$srcdir
7960 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
7962 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
7967 # Check for guested configure; otherwise get Cygnus style configure.
7968 if test -f "$ac_srcdir/configure.gnu"; then
7969 ac_sub_configure
=$ac_srcdir/configure.gnu
7970 elif test -f "$ac_srcdir/configure"; then
7971 ac_sub_configure
=$ac_srcdir/configure
7972 elif test -f "$ac_srcdir/configure.in"; then
7973 # This should be Cygnus configure.
7974 ac_sub_configure
=$ac_aux_dir/configure
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
7977 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
7981 # The recursion is here.
7982 if test -n "$ac_sub_configure"; then
7983 # Make the cache file name correct relative to the subdirectory.
7985 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
7987 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
7990 { $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
7991 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
7992 # The eval makes quoting arguments work.
7993 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
7994 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
7995 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8001 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8003 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}