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 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: http://sourceware.org/bugzilla/ about your system,
271 $0: including any error possibly output before this
272 $0: message. Then install a modern shell, or manually run
273 $0: the script under such a shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
581 PACKAGE_NAME
='GNU C Library'
582 PACKAGE_TARNAME
='glibc'
583 PACKAGE_VERSION
='(see version.h)'
584 PACKAGE_STRING
='GNU C Library (see version.h)'
585 PACKAGE_BUGREPORT
='http://sourceware.org/bugzilla/'
586 PACKAGE_URL
='http://www.gnu.org/software/glibc/'
588 ac_unique_file
="include/features.h"
589 enable_option_checking
=no
590 ac_includes_default
='/* none */'
591 ac_subst_vars
='LTLIBOBJS
604 libc_cv_forced_unwind
606 libc_cv_localstatedir
613 libc_cv_gcc_unwind_find_fde
622 libc_cv_cc_loop_to_function
623 libc_cv_cc_submachine
629 libc_cv_output_format
636 libc_cv_cc_with_libunwind
637 libc_cv_protected_data
642 libc_cv_gcc_static_libgcc
677 hardcoded_path_in_tests
734 program_transform_name
747 enable_option_checking
761 enable_hardcoded_path_in_tests
762 enable_stackguard_randomization
769 enable_maintainer_mode
782 ac_precious_vars
='build_alias
797 # Initialize some variables set by options.
799 ac_init_version
=false
800 ac_unrecognized_opts
=
802 # The variables have the same names as the options, with
803 # dashes changed to underlines.
811 program_transform_name
=s
,x
,x
,
819 # Installation directory options.
820 # These are left unexpanded so users can "make install exec_prefix=/foo"
821 # and all the variables that are supposed to be based on exec_prefix
822 # by default will actually change.
823 # Use braces instead of parens because sh, perl, etc. also accept them.
824 # (The list follows the same order as the GNU Coding Standards.)
825 bindir
='${exec_prefix}/bin'
826 sbindir
='${exec_prefix}/sbin'
827 libexecdir
='${exec_prefix}/libexec'
828 datarootdir
='${prefix}/share'
829 datadir
='${datarootdir}'
830 sysconfdir
='${prefix}/etc'
831 sharedstatedir
='${prefix}/com'
832 localstatedir
='${prefix}/var'
833 includedir
='${prefix}/include'
834 oldincludedir
='/usr/include'
835 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
836 infodir
='${datarootdir}/info'
841 libdir
='${exec_prefix}/lib'
842 localedir
='${datarootdir}/locale'
843 mandir
='${datarootdir}/man'
849 # If the previous option needs an argument, assign it.
850 if test -n "$ac_prev"; then
851 eval $ac_prev=\
$ac_option
857 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
862 # Accept the important Cygnus configure options, so we can diagnose typos.
864 case $ac_dashdash$ac_option in
868 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
870 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
873 -build |
--build |
--buil |
--bui |
--bu)
874 ac_prev
=build_alias
;;
875 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
876 build_alias
=$ac_optarg ;;
878 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
879 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
880 ac_prev
=cache_file
;;
881 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
882 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
883 cache_file
=$ac_optarg ;;
886 cache_file
=config.cache
;;
888 -datadir |
--datadir |
--datadi |
--datad)
890 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
891 datadir
=$ac_optarg ;;
893 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
894 |
--dataroo |
--dataro |
--datar)
895 ac_prev
=datarootdir
;;
896 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
897 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
898 datarootdir
=$ac_optarg ;;
900 -disable-* |
--disable-*)
901 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
902 # Reject names that are not valid shell variable names.
903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
904 as_fn_error $?
"invalid feature name: $ac_useropt"
905 ac_useropt_orig
=$ac_useropt
906 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
907 case $ac_user_opts in
911 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
912 ac_unrecognized_sep
=', ';;
914 eval enable_
$ac_useropt=no
;;
916 -docdir |
--docdir |
--docdi |
--doc |
--do)
918 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
921 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
923 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
926 -enable-* |
--enable-*)
927 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
930 as_fn_error $?
"invalid feature name: $ac_useropt"
931 ac_useropt_orig
=$ac_useropt
932 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
937 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
938 ac_unrecognized_sep
=', ';;
940 eval enable_
$ac_useropt=\
$ac_optarg ;;
942 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
943 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
944 |
--exec |
--exe |
--ex)
945 ac_prev
=exec_prefix
;;
946 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
947 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
948 |
--exec=* |
--exe=* |
--ex=*)
949 exec_prefix
=$ac_optarg ;;
951 -gas |
--gas |
--ga |
--g)
952 # Obsolete; use --with-gas.
955 -help |
--help |
--hel |
--he |
-h)
957 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
958 ac_init_help
=recursive
;;
959 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
960 ac_init_help
=short
;;
962 -host |
--host |
--hos |
--ho)
963 ac_prev
=host_alias
;;
964 -host=* |
--host=* |
--hos=* |
--ho=*)
965 host_alias
=$ac_optarg ;;
967 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
969 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
971 htmldir
=$ac_optarg ;;
973 -includedir |
--includedir |
--includedi |
--included |
--include \
974 |
--includ |
--inclu |
--incl |
--inc)
975 ac_prev
=includedir
;;
976 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
977 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
978 includedir
=$ac_optarg ;;
980 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
982 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
983 infodir
=$ac_optarg ;;
985 -libdir |
--libdir |
--libdi |
--libd)
987 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
990 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
991 |
--libexe |
--libex |
--libe)
992 ac_prev
=libexecdir
;;
993 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
994 |
--libexe=* |
--libex=* |
--libe=*)
995 libexecdir
=$ac_optarg ;;
997 -localedir |
--localedir |
--localedi |
--localed |
--locale)
999 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1000 localedir
=$ac_optarg ;;
1002 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1003 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1004 ac_prev
=localstatedir
;;
1005 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1006 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1007 localstatedir
=$ac_optarg ;;
1009 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1011 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1012 mandir
=$ac_optarg ;;
1014 -nfp |
--nfp |
--nf)
1015 # Obsolete; use --without-fp.
1018 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1019 |
--no-cr |
--no-c |
-n)
1022 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1023 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1026 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1027 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1028 |
--oldin |
--oldi |
--old |
--ol |
--o)
1029 ac_prev
=oldincludedir
;;
1030 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1031 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1032 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1033 oldincludedir
=$ac_optarg ;;
1035 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1037 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1038 prefix
=$ac_optarg ;;
1040 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1041 |
--program-pre |
--program-pr |
--program-p)
1042 ac_prev
=program_prefix
;;
1043 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1044 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1045 program_prefix
=$ac_optarg ;;
1047 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1048 |
--program-suf |
--program-su |
--program-s)
1049 ac_prev
=program_suffix
;;
1050 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1051 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1052 program_suffix
=$ac_optarg ;;
1054 -program-transform-name |
--program-transform-name \
1055 |
--program-transform-nam |
--program-transform-na \
1056 |
--program-transform-n |
--program-transform- \
1057 |
--program-transform |
--program-transfor \
1058 |
--program-transfo |
--program-transf \
1059 |
--program-trans |
--program-tran \
1060 |
--progr-tra |
--program-tr |
--program-t)
1061 ac_prev
=program_transform_name
;;
1062 -program-transform-name=* |
--program-transform-name=* \
1063 |
--program-transform-nam=* |
--program-transform-na=* \
1064 |
--program-transform-n=* |
--program-transform-=* \
1065 |
--program-transform=* |
--program-transfor=* \
1066 |
--program-transfo=* |
--program-transf=* \
1067 |
--program-trans=* |
--program-tran=* \
1068 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1069 program_transform_name
=$ac_optarg ;;
1071 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1073 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1074 pdfdir
=$ac_optarg ;;
1076 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1078 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1081 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1082 |
-silent |
--silent |
--silen |
--sile |
--sil)
1085 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1087 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1089 sbindir
=$ac_optarg ;;
1091 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1092 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1093 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1095 ac_prev
=sharedstatedir
;;
1096 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1097 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1098 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1100 sharedstatedir
=$ac_optarg ;;
1102 -site |
--site |
--sit)
1104 -site=* |
--site=* |
--sit=*)
1107 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1109 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1110 srcdir
=$ac_optarg ;;
1112 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1113 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1114 ac_prev
=sysconfdir
;;
1115 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1116 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1117 sysconfdir
=$ac_optarg ;;
1119 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1120 ac_prev
=target_alias
;;
1121 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1122 target_alias
=$ac_optarg ;;
1124 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1127 -version |
--version |
--versio |
--versi |
--vers |
-V)
1128 ac_init_version
=: ;;
1131 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1132 # Reject names that are not valid shell variable names.
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1134 as_fn_error $?
"invalid package name: $ac_useropt"
1135 ac_useropt_orig
=$ac_useropt
1136 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1141 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1142 ac_unrecognized_sep
=', ';;
1144 eval with_
$ac_useropt=\
$ac_optarg ;;
1146 -without-* |
--without-*)
1147 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1148 # Reject names that are not valid shell variable names.
1149 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1150 as_fn_error $?
"invalid package name: $ac_useropt"
1151 ac_useropt_orig
=$ac_useropt
1152 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1153 case $ac_user_opts in
1157 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1158 ac_unrecognized_sep
=', ';;
1160 eval with_
$ac_useropt=no
;;
1163 # Obsolete; use --with-x.
1166 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1167 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1168 ac_prev
=x_includes
;;
1169 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1170 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1171 x_includes
=$ac_optarg ;;
1173 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1174 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1175 ac_prev
=x_libraries
;;
1176 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1177 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1178 x_libraries
=$ac_optarg ;;
1180 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1181 Try \`$0 --help' for more information"
1185 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1186 # Reject names that are not valid shell variable names.
1187 case $ac_envvar in #(
1188 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1189 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1191 eval $ac_envvar=\
$ac_optarg
1192 export $ac_envvar ;;
1195 # FIXME: should be removed in autoconf 3.0.
1196 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1197 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1198 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1199 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1205 if test -n "$ac_prev"; then
1206 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1207 as_fn_error $?
"missing argument to $ac_option"
1210 if test -n "$ac_unrecognized_opts"; then
1211 case $enable_option_checking in
1213 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1214 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1218 # Check all directory arguments for consistency.
1219 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1220 datadir sysconfdir sharedstatedir localstatedir includedir \
1221 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1222 libdir localedir mandir
1224 eval ac_val
=\$
$ac_var
1225 # Remove trailing slashes.
1228 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1229 eval $ac_var=\
$ac_val;;
1231 # Be sure to have absolute directory names.
1233 [\\/$
]* | ?
:[\\/]* ) continue;;
1234 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1236 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1239 # There might be people who depend on the old broken behavior: `$host'
1240 # used to hold the argument of --host etc.
1241 # FIXME: To remove some day.
1244 target
=$target_alias
1246 # FIXME: To remove some day.
1247 if test "x$host_alias" != x
; then
1248 if test "x$build_alias" = x
; then
1249 cross_compiling
=maybe
1250 elif test "x$build_alias" != "x$host_alias"; then
1256 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1258 test "$silent" = yes && exec 6>/dev
/null
1261 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1262 ac_ls_di
=`ls -di .` &&
1263 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1264 as_fn_error $?
"working directory cannot be determined"
1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1266 as_fn_error $?
"pwd does not report name of working directory"
1269 # Find the source files, if location was not specified.
1270 if test -z "$srcdir"; then
1271 ac_srcdir_defaulted
=yes
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir
=`$as_dirname -- "$as_myself" ||
1274 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278 $as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1297 if test ! -r "$srcdir/$ac_unique_file"; then
1301 ac_srcdir_defaulted
=no
1303 if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1305 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1307 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1311 # When building in place, set srcdir=.
1312 if test "$ac_abs_confdir" = "$ac_pwd"; then
1315 # Remove unnecessary trailing slashes from srcdir.
1316 # Double slashes in file names in object file debugging info
1317 # mess up M-x gdb in Emacs.
1319 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1321 for ac_var
in $ac_precious_vars; do
1322 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1324 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1329 # Report the --help message.
1331 if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1335 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1337 Usage: $0 [OPTION]... [VAR=VALUE]...
1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340 VAR=VALUE. See below for descriptions of some of the useful variables.
1342 Defaults for the options are specified in brackets.
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
1349 -q, --quiet, --silent do not print \`checking ...' messages
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1355 Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
1357 [$ac_default_prefix]
1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1361 By default, \`make install' will install all the files in
1362 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364 for instance \`--prefix=\$HOME'.
1366 For better control, use the options below.
1368 Fine tuning of the installation directories:
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
1383 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
1393 --build=BUILD configure
for building on BUILD
[guessed
]
1394 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1398 if test -n "$ac_init_help"; then
1399 case $ac_init_help in
1400 short | recursive
) echo "Configuration of GNU C Library (see version.h):";;
1405 --disable-option-checking ignore unrecognized
--enable/--with options
1406 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1407 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1408 --disable-sanity-checks really
do not use threads
(should not be used except
1409 in special situations
) [default
=yes]
1410 --enable-shared build shared library
[default
=yes if GNU ld
]
1411 --enable-profile build profiled library
[default
=no
]
1412 --enable-hardcoded-path-in-tests
1413 hardcode newly built glibc path
in tests
1415 --enable-stackguard-randomization
1416 initialize __stack_chk_guard canary with a random
1417 number
at program start
1418 --enable-lock-elision=yes
/no
1419 Enable lock elision
for pthread mutexes by default
1420 --enable-add-ons[=DIRS...
]
1421 configure and build add-ons
in DIR1
,DIR2
,... search
1422 for add-ons
if no parameter given
1423 --disable-hidden-plt do not hide internal
function calls to avoid PLT
1424 --enable-bind-now disable lazy relocations
in DSOs
1425 --enable-static-nss build static NSS modules
[default
=no
]
1426 --disable-force-install don
't force installation of files from this package,
1427 even if they are older than the installed files
1428 --enable-maintainer-mode
1429 enable make rules and dependencies not useful (and
1430 sometimes confusing) to the casual installer
1431 --enable-kernel=VERSION compile for compatibility with kernel not older than
1433 --enable-all-warnings enable all useful warnings gcc can issue
1434 --disable-werror do not build with -Werror
1435 --enable-multi-arch enable single DSO with optimizations for multiple
1437 --enable-nss-crypt enable libcrypt to use nss
1438 --enable-obsolete-rpc build and install the obsolete RPC code for
1440 --enable-systemtap enable systemtap static probe points [default=no]
1441 --disable-build-nscd disable building and installing the nscd daemon
1442 --disable-nscd library functions will not contact the nscd daemon
1443 --enable-pt_chown Enable building and installing pt_chown
1446 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1447 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1448 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1449 --with-bugurl=URL Direct users to URL to report a bug
1450 --with-gd=DIR find libgd include dir and library with prefix DIR
1451 --with-gd-include=DIR find libgd include files in DIR
1452 --with-gd-lib=DIR find libgd library files in DIR
1453 --with-fp if using floating-point hardware [default=yes]
1454 --with-binutils=PATH specify location of binutils (as and ld)
1455 --with-selinux if building with SELinux support
1456 --with-headers=PATH location of system headers to use (for example
1457 /usr/src/linux/include) [default=compiler default]
1458 --with-default-link do not use explicit linker scripts
1459 --with-cpu=CPU select code for CPU variant
1461 Some influential environment variables:
1462 CC C compiler command
1463 CFLAGS C compiler flags
1464 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1465 nonstandard directory <lib dir>
1466 LIBS libraries to pass to the linker, e.g. -l<library>
1467 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1468 you have headers in a nonstandard directory <include dir>
1470 CXX C++ compiler command
1471 CXXFLAGS C++ compiler flags
1473 Use these variables to override the choices made by `configure' or to
help
1474 it to
find libraries and programs with nonstandard names
/locations.
1476 Report bugs to
<http
://sourceware.org
/bugzilla
/>.
1477 GNU C Library home page
: <http
://www.gnu.org
/software
/glibc
/>.
1478 General
help using GNU software
: <http
://www.gnu.org
/gethelp
/>.
1483 if test "$ac_init_help" = "recursive"; then
1484 # If there are subdirs, report their specific --help.
1485 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1486 test -d "$ac_dir" ||
1487 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1492 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1494 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1495 # A ".." for each directory in $ac_dir_suffix.
1496 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1497 case $ac_top_builddir_sub in
1498 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1499 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1502 ac_abs_top_builddir
=$ac_pwd
1503 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1504 # for backward compatibility:
1505 ac_top_builddir
=$ac_top_build_prefix
1508 .
) # We are building in place.
1510 ac_top_srcdir
=$ac_top_builddir_sub
1511 ac_abs_top_srcdir
=$ac_pwd ;;
1512 [\\/]* | ?
:[\\/]* ) # Absolute name.
1513 ac_srcdir
=$srcdir$ac_dir_suffix;
1514 ac_top_srcdir
=$srcdir
1515 ac_abs_top_srcdir
=$srcdir ;;
1517 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1518 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1519 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1521 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1523 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1524 # Check for guested configure.
1525 if test -f "$ac_srcdir/configure.gnu"; then
1527 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1528 elif test -f "$ac_srcdir/configure"; then
1530 $SHELL "$ac_srcdir/configure" --help=recursive
1532 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1534 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1538 test -n "$ac_init_help" && exit $ac_status
1539 if $ac_init_version; then
1541 GNU C Library configure
(see version.h
)
1542 generated by GNU Autoconf
2.69
1544 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1545 This configure
script is free software
; the Free Software Foundation
1546 gives unlimited permission to copy
, distribute and modify it.
1551 ## ------------------------ ##
1552 ## Autoconf initialization. ##
1553 ## ------------------------ ##
1555 # ac_fn_c_try_compile LINENO
1556 # --------------------------
1557 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1558 ac_fn_c_try_compile
()
1560 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1561 rm -f conftest.
$ac_objext
1562 if { { ac_try
="$ac_compile"
1564 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1565 *) ac_try_echo=$ac_try;;
1567 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1568 $as_echo "$ac_try_echo"; } >&5
1569 (eval "$ac_compile") 2>conftest.err
1571 if test -s conftest.err; then
1572 grep -v '^ *+' conftest.err >conftest.er1
1573 cat conftest.er1 >&5
1574 mv -f conftest.er1 conftest.err
1576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1577 test $ac_status = 0; } && {
1578 test -z "$ac_c_werror_flag" ||
1579 test ! -s conftest.err
1580 } && test -s conftest.$ac_objext; then :
1583 $as_echo "$as_me: failed program was:" >&5
1584 sed 's/^/| /' conftest.$ac_ext >&5
1588 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1589 as_fn_set_status $ac_retval
1591 } # ac_fn_c_try_compile
1593 # ac_fn_cxx_try_compile LINENO
1594 # ----------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_cxx_try_compile ()
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1602 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1603 *) ac_try_echo
=$ac_try;;
1605 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1609 if test -s conftest.err
; then
1610 grep -v '^ *+' conftest.err
>conftest.er1
1611 cat conftest.er1
>&5
1612 mv -f conftest.er1 conftest.err
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_cxx_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.
$ac_objext; then :
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.
$ac_ext >&5
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status
$ac_retval
1629 } # ac_fn_cxx_try_compile
1631 # ac_fn_cxx_try_link LINENO
1632 # -------------------------
1633 # Try to link conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_cxx_try_link
()
1636 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1637 rm -f conftest.
$ac_objext conftest
$ac_exeext
1638 if { { ac_try
="$ac_link"
1640 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_link") 2>conftest.err
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_cxx_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest$ac_exeext && {
1657 test "$cross_compiling" = yes ||
1658 test -x conftest$ac_exeext
1662 $as_echo "$as_me: failed program was:" >&5
1663 sed 's/^/| /' conftest.$ac_ext >&5
1667 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1668 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1669 # interfere with the next link command; also delete a directory that is
1670 # left behind by Apple's compiler. We do this before executing the actions.
1671 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 as_fn_set_status $ac_retval
1675 } # ac_fn_cxx_try_link
1677 # ac_fn_c_try_link LINENO
1678 # -----------------------
1679 # Try to link conftest.$ac_ext, and return whether this succeeded.
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 rm -f conftest.$ac_objext conftest$ac_exeext
1684 if { { ac_try="$ac_link"
1686 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1687 *) ac_try_echo
=$ac_try;;
1689 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1690 $as_echo "$ac_try_echo"; } >&5
1691 (eval "$ac_link") 2>conftest.err
1693 if test -s conftest.err
; then
1694 grep -v '^ *+' conftest.err
>conftest.er1
1695 cat conftest.er1
>&5
1696 mv -f conftest.er1 conftest.err
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } && {
1700 test -z "$ac_c_werror_flag" ||
1701 test ! -s conftest.err
1702 } && test -s conftest
$ac_exeext && {
1703 test "$cross_compiling" = yes ||
1704 test -x conftest
$ac_exeext
1708 $as_echo "$as_me: failed program was:" >&5
1709 sed 's/^/| /' conftest.
$ac_ext >&5
1713 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1714 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1715 # interfere with the next link command; also delete a directory that is
1716 # left behind by Apple's compiler. We do this before executing the actions.
1717 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1719 as_fn_set_status
$ac_retval
1721 } # ac_fn_c_try_link
1723 # ac_fn_c_try_run LINENO
1724 # ----------------------
1725 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1726 # that executables *can* be run.
1729 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1730 if { { ac_try
="$ac_link"
1732 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_link") 2>&5
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1741 { { case "(($ac_try" in
1742 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1743 *) ac_try_echo
=$ac_try;;
1745 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1746 $as_echo "$ac_try_echo"; } >&5
1747 (eval "$ac_try") 2>&5
1749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1750 test $ac_status = 0; }; }; then :
1753 $as_echo "$as_me: program exited with status $ac_status" >&5
1754 $as_echo "$as_me: failed program was:" >&5
1755 sed 's/^/| /' conftest.
$ac_ext >&5
1757 ac_retval
=$ac_status
1759 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1760 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1761 as_fn_set_status
$ac_retval
1765 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1766 # --------------------------------------------
1767 # Tries to find the compile-time value of EXPR in a program that includes
1768 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1770 ac_fn_c_compute_int
()
1772 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1773 if test "$cross_compiling" = yes; then
1774 # Depending upon the size, compute the lo and hi bounds.
1775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h. */
1781 static int test_array [1 - 2 * !(($2) >= 0)];
1783 return test_array [0];
1789 if ac_fn_c_try_compile
"$LINENO"; then :
1792 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1793 /* end confdefs.h. */
1798 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1800 return test_array [0];
1806 if ac_fn_c_try_compile
"$LINENO"; then :
1807 ac_hi
=$ac_mid; break
1809 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
1810 if test $ac_lo -le $ac_mid; then
1814 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
1816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */
1825 static int test_array [1 - 2 * !(($2) < 0)];
1827 return test_array [0];
1833 if ac_fn_c_try_compile
"$LINENO"; then :
1836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h. */
1842 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1844 return test_array [0];
1850 if ac_fn_c_try_compile
"$LINENO"; then :
1851 ac_lo
=$ac_mid; break
1853 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
1854 if test $ac_mid -le $ac_hi; then
1858 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
1860 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1865 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1867 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1868 # Binary search between lo and hi bounds.
1869 while test "x$ac_lo" != "x$ac_hi"; do
1870 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
1871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1872 /* end confdefs.h. */
1877 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1879 return test_array [0];
1885 if ac_fn_c_try_compile
"$LINENO"; then :
1888 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
1890 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1893 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
1897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1898 /* end confdefs.h. */
1900 static long int longval () { return $2; }
1901 static unsigned long int ulongval () { return $2; }
1908 FILE *f = fopen ("conftest.val", "w");
1913 long int i = longval ();
1916 fprintf (f, "%ld", i);
1920 unsigned long int i = ulongval ();
1923 fprintf (f, "%lu", i);
1925 /* Do not output a trailing newline, as this causes \r\n confusion
1926 on some platforms. */
1927 return ferror (f) || fclose (f) != 0;
1933 if ac_fn_c_try_run
"$LINENO"; then :
1934 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
1938 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
1939 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
1943 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1944 as_fn_set_status
$ac_retval
1946 } # ac_fn_c_compute_int
1947 cat >config.log
<<_ACEOF
1948 This file contains any messages produced by compilers while
1949 running configure, to aid debugging if configure makes a mistake.
1951 It was created by GNU C Library $as_me (see version.h), which was
1952 generated by GNU Autoconf 2.69. Invocation command line was
1964 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1965 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1966 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1967 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1968 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1970 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1971 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1973 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1974 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1975 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1976 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1977 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1978 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1979 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1987 test -z "$as_dir" && as_dir
=.
1988 $as_echo "PATH: $as_dir"
2004 # Keep a trace of the command line.
2005 # Strip out --no-create and --no-recursion so they do not pile up.
2006 # Strip out --silent because we don't want to record it for future runs.
2007 # Also quote any args containing shell meta-characters.
2008 # Make two passes to allow for proper duplicate-argument suppression.
2012 ac_must_keep_next
=false
2018 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2019 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2020 |
-silent |
--silent |
--silen |
--sile |
--sil)
2023 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2026 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2028 as_fn_append ac_configure_args1
" '$ac_arg'"
2029 if test $ac_must_keep_next = true
; then
2030 ac_must_keep_next
=false
# Got value, back to normal.
2033 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2034 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2035 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2036 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2037 case "$ac_configure_args0 " in
2038 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2041 -* ) ac_must_keep_next
=true
;;
2044 as_fn_append ac_configure_args
" '$ac_arg'"
2049 { ac_configure_args0
=; unset ac_configure_args0
;}
2050 { ac_configure_args1
=; unset ac_configure_args1
;}
2052 # When interrupted or exit'd, cleanup temporary files, and complete
2053 # config.log. We remove comments because anyway the quotes in there
2054 # would cause problems or look ugly.
2055 # WARNING: Use '\'' to represent an apostrophe within the trap.
2056 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2057 trap 'exit_status=$?
2058 # Save into config.log some information that might help in debugging.
2062 $as_echo "## ---------------- ##
2063 ## Cache variables. ##
2064 ## ---------------- ##"
2066 # The following way of writing the cache mishandles newlines in values,
2068 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2069 eval ac_val=\$$ac_var
2073 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2074 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2077 _ | IFS | as_nl) ;; #(
2078 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2079 *) { eval $ac_var=; unset $ac_var;} ;;
2084 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2085 *${as_nl}ac_space=\ *)
2087 "s/'\''/'\''\\\\'\'''\''/g;
2088 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2091 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2098 $as_echo "## ----------------- ##
2099 ## Output variables. ##
2100 ## ----------------- ##"
2102 for ac_var in $ac_subst_vars
2104 eval ac_val=\$$ac_var
2106 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2108 $as_echo "$ac_var='\''$ac_val'\''"
2112 if test -n "$ac_subst_files"; then
2113 $as_echo "## ------------------- ##
2114 ## File substitutions. ##
2115 ## ------------------- ##"
2117 for ac_var
in $ac_subst_files
2119 eval ac_val
=\$
$ac_var
2121 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2123 $as_echo "$ac_var='\''$ac_val'\''"
2128 if test -s confdefs.h; then
2129 $as_echo "## ----------- ##
2136 test "$ac_signal" != 0 &&
2137 $as_echo "$as_me: caught signal $ac_signal"
2138 $as_echo "$as_me: exit $exit_status"
2140 rm -f core *.core core.conftest.* &&
2141 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2144 for ac_signal
in 1 2 13 15; do
2145 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2149 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2150 rm -f -r conftest
* confdefs.h
2152 $as_echo "/* confdefs.h */" > confdefs.h
2154 # Predefined preprocessor variables.
2156 cat >>confdefs.h
<<_ACEOF
2157 #define PACKAGE_NAME "$PACKAGE_NAME"
2160 cat >>confdefs.h
<<_ACEOF
2161 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2164 cat >>confdefs.h
<<_ACEOF
2165 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2168 cat >>confdefs.h
<<_ACEOF
2169 #define PACKAGE_STRING "$PACKAGE_STRING"
2172 cat >>confdefs.h
<<_ACEOF
2173 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2176 cat >>confdefs.h
<<_ACEOF
2177 #define PACKAGE_URL "$PACKAGE_URL"
2181 # Let the site file select an alternate cache file if it wants to.
2182 # Prefer an explicitly selected file to automatically selected ones.
2185 if test -n "$CONFIG_SITE"; then
2186 # We do not want a PATH search for config.site.
2187 case $CONFIG_SITE in #((
2188 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2189 */*) ac_site_file1
=$CONFIG_SITE;;
2190 *) ac_site_file1
=.
/$CONFIG_SITE;;
2192 elif test "x$prefix" != xNONE
; then
2193 ac_site_file1
=$prefix/share
/config.site
2194 ac_site_file2
=$prefix/etc
/config.site
2196 ac_site_file1
=$ac_default_prefix/share
/config.site
2197 ac_site_file2
=$ac_default_prefix/etc
/config.site
2199 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2201 test "x$ac_site_file" = xNONE
&& continue
2202 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2204 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2205 sed 's/^/| /' "$ac_site_file" >&5
2207 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2209 as_fn_error $?
"failed to load site script $ac_site_file
2210 See \`config.log' for more details" "$LINENO" 5; }
2214 if test -r "$cache_file"; then
2215 # Some versions of bash will fail to source /dev/null (special files
2216 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2217 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2219 $as_echo "$as_me: loading cache $cache_file" >&6;}
2221 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2222 *) .
"./$cache_file";;
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2227 $as_echo "$as_me: creating cache $cache_file" >&6;}
2231 # Check that the precious variables saved in the cache have kept the same
2233 ac_cache_corrupted
=false
2234 for ac_var
in $ac_precious_vars; do
2235 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2236 eval ac_new_set
=\
$ac_env_${ac_var}_set
2237 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2238 eval ac_new_val
=\
$ac_env_${ac_var}_value
2239 case $ac_old_set,$ac_new_set in
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2242 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2243 ac_cache_corrupted
=: ;;
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2246 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2247 ac_cache_corrupted
=: ;;
2250 if test "x$ac_old_val" != "x$ac_new_val"; then
2251 # differences in whitespace do not lead to failure.
2252 ac_old_val_w
=`echo x $ac_old_val`
2253 ac_new_val_w
=`echo x $ac_new_val`
2254 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2256 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2257 ac_cache_corrupted
=:
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2260 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2261 eval $ac_var=\
$ac_old_val
2263 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2264 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2266 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2269 # Pass precious variables to config.status.
2270 if test "$ac_new_set" = set; then
2272 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2273 *) ac_arg
=$ac_var=$ac_new_val ;;
2275 case " $ac_configure_args " in
2276 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2277 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2281 if $ac_cache_corrupted; then
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2283 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2285 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2286 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2288 ## -------------------- ##
2289 ## Main body of script. ##
2290 ## -------------------- ##
2293 ac_cpp
='$CPP $CPPFLAGS'
2294 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2295 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2296 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2300 ac_config_headers
="$ac_config_headers config.h"
2303 for ac_dir
in scripts
"$srcdir"/scripts
; do
2304 if test -f "$ac_dir/install-sh"; then
2306 ac_install_sh
="$ac_aux_dir/install-sh -c"
2308 elif test -f "$ac_dir/install.sh"; then
2310 ac_install_sh
="$ac_aux_dir/install.sh -c"
2312 elif test -f "$ac_dir/shtool"; then
2314 ac_install_sh
="$ac_aux_dir/shtool install -c"
2318 if test -z "$ac_aux_dir"; then
2319 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2322 # These three variables are undocumented and unsupported,
2323 # and are intended to be withdrawn in a future Autoconf release.
2324 # They can cause serious problems if a builder's source tree is in a directory
2325 # whose full name contains unusual characters.
2326 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2327 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2328 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2334 # Check whether --with-pkgversion was given.
2335 if test "${with_pkgversion+set}" = set; then :
2336 withval
=$with_pkgversion; case "$withval" in
2337 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
2339 *) PKGVERSION
="($withval) " ;;
2342 PKGVERSION
="(GNU libc) "
2346 PKGVERSION_TEXI
=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2352 # Check whether --with-bugurl was given.
2353 if test "${with_bugurl+set}" = set; then :
2354 withval
=$with_bugurl; case "$withval" in
2355 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
2358 *) BUGURL
="$withval"
2362 BUGURL
="http://www.gnu.org/software/libc/bugs.html"
2372 REPORT_BUGS_TO
="<$BUGURL>"
2373 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
2380 cat >>confdefs.h
<<_ACEOF
2381 #define PKGVERSION "$PKGVERSION"
2385 cat >>confdefs.h
<<_ACEOF
2386 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2390 # Glibc should not depend on any header files
2393 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2394 # here to work around the Autoconf issue discussed in
2395 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2398 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2399 # issue discussed in
2400 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2408 # Make sure we can run config.sub.
2409 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2410 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2413 $as_echo_n "checking build system type... " >&6; }
2414 if ${ac_cv_build+:} false
; then :
2415 $as_echo_n "(cached) " >&6
2417 ac_build_alias
=$build_alias
2418 test "x$ac_build_alias" = x
&&
2419 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2420 test "x$ac_build_alias" = x
&&
2421 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2422 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2423 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2427 $as_echo "$ac_cv_build" >&6; }
2428 case $ac_cv_build in
2430 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2433 ac_save_IFS
=$IFS; IFS
='-'
2439 # Remember, the first character of IFS is used to create $*,
2440 # except with old shells:
2443 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2447 $as_echo_n "checking host system type... " >&6; }
2448 if ${ac_cv_host+:} false
; then :
2449 $as_echo_n "(cached) " >&6
2451 if test "x$host_alias" = x
; then
2452 ac_cv_host
=$ac_cv_build
2454 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2455 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2460 $as_echo "$ac_cv_host" >&6; }
2463 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2466 ac_save_IFS
=$IFS; IFS
='-'
2472 # Remember, the first character of IFS is used to create $*,
2473 # except with old shells:
2476 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2481 ac_cpp
='$CPP $CPPFLAGS'
2482 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2483 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2484 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2485 if test -n "$ac_tool_prefix"; then
2486 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2487 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2489 $as_echo_n "checking for $ac_word... " >&6; }
2490 if ${ac_cv_prog_CC+:} false
; then :
2491 $as_echo_n "(cached) " >&6
2493 if test -n "$CC"; then
2494 ac_cv_prog_CC
="$CC" # Let the user override the test.
2496 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2500 test -z "$as_dir" && as_dir
=.
2501 for ac_exec_ext
in '' $ac_executable_extensions; do
2502 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2503 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2514 if test -n "$CC"; then
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2516 $as_echo "$CC" >&6; }
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2519 $as_echo "no" >&6; }
2524 if test -z "$ac_cv_prog_CC"; then
2526 # Extract the first word of "gcc", so it can be a program name with args.
2527 set dummy gcc
; ac_word
=$2
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2529 $as_echo_n "checking for $ac_word... " >&6; }
2530 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2531 $as_echo_n "(cached) " >&6
2533 if test -n "$ac_ct_CC"; then
2534 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2536 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2540 test -z "$as_dir" && as_dir
=.
2541 for ac_exec_ext
in '' $ac_executable_extensions; do
2542 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2543 ac_cv_prog_ac_ct_CC
="gcc"
2544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2554 if test -n "$ac_ct_CC"; then
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2556 $as_echo "$ac_ct_CC" >&6; }
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2559 $as_echo "no" >&6; }
2562 if test "x$ac_ct_CC" = x
; then
2565 case $cross_compiling:$ac_tool_warned in
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2568 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2569 ac_tool_warned
=yes ;;
2577 if test -z "$CC"; then
2578 if test -n "$ac_tool_prefix"; then
2579 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2580 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2582 $as_echo_n "checking for $ac_word... " >&6; }
2583 if ${ac_cv_prog_CC+:} false
; then :
2584 $as_echo_n "(cached) " >&6
2586 if test -n "$CC"; then
2587 ac_cv_prog_CC
="$CC" # Let the user override the test.
2589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2593 test -z "$as_dir" && as_dir
=.
2594 for ac_exec_ext
in '' $ac_executable_extensions; do
2595 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2596 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2607 if test -n "$CC"; then
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2609 $as_echo "$CC" >&6; }
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2612 $as_echo "no" >&6; }
2618 if test -z "$CC"; then
2619 # Extract the first word of "cc", so it can be a program name with args.
2620 set dummy cc
; ac_word
=$2
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2622 $as_echo_n "checking for $ac_word... " >&6; }
2623 if ${ac_cv_prog_CC+:} false
; then :
2624 $as_echo_n "(cached) " >&6
2626 if test -n "$CC"; then
2627 ac_cv_prog_CC
="$CC" # Let the user override the test.
2630 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2634 test -z "$as_dir" && as_dir
=.
2635 for ac_exec_ext
in '' $ac_executable_extensions; do
2636 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2637 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2638 ac_prog_rejected
=yes
2642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2649 if test $ac_prog_rejected = yes; then
2650 # We found a bogon in the path, so make sure we never use it.
2651 set dummy
$ac_cv_prog_CC
2653 if test $# != 0; then
2654 # We chose a different compiler from the bogus one.
2655 # However, it has the same basename, so the bogon will be chosen
2656 # first if we set CC to just the basename; use the full file name.
2658 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2664 if test -n "$CC"; then
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2666 $as_echo "$CC" >&6; }
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2669 $as_echo "no" >&6; }
2674 if test -z "$CC"; then
2675 if test -n "$ac_tool_prefix"; then
2676 for ac_prog
in cl.exe
2678 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2679 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2681 $as_echo_n "checking for $ac_word... " >&6; }
2682 if ${ac_cv_prog_CC+:} false
; then :
2683 $as_echo_n "(cached) " >&6
2685 if test -n "$CC"; then
2686 ac_cv_prog_CC
="$CC" # Let the user override the test.
2688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2692 test -z "$as_dir" && as_dir
=.
2693 for ac_exec_ext
in '' $ac_executable_extensions; do
2694 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2695 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2706 if test -n "$CC"; then
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2708 $as_echo "$CC" >&6; }
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2711 $as_echo "no" >&6; }
2715 test -n "$CC" && break
2718 if test -z "$CC"; then
2720 for ac_prog
in cl.exe
2722 # Extract the first word of "$ac_prog", so it can be a program name with args.
2723 set dummy
$ac_prog; ac_word
=$2
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2725 $as_echo_n "checking for $ac_word... " >&6; }
2726 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2727 $as_echo_n "(cached) " >&6
2729 if test -n "$ac_ct_CC"; then
2730 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2736 test -z "$as_dir" && as_dir
=.
2737 for ac_exec_ext
in '' $ac_executable_extensions; do
2738 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2739 ac_cv_prog_ac_ct_CC
="$ac_prog"
2740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2749 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2750 if test -n "$ac_ct_CC"; then
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2752 $as_echo "$ac_ct_CC" >&6; }
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2755 $as_echo "no" >&6; }
2759 test -n "$ac_ct_CC" && break
2762 if test "x$ac_ct_CC" = x
; then
2765 case $cross_compiling:$ac_tool_warned in
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2768 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2769 ac_tool_warned
=yes ;;
2778 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2779 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2780 as_fn_error $?
"no acceptable C compiler found in \$PATH
2781 See \`config.log' for more details" "$LINENO" 5; }
2783 # Provide some information about the compiler.
2784 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2787 for ac_option
in --version -v -V -qversion; do
2788 { { ac_try
="$ac_compiler $ac_option >&5"
2790 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2793 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2794 $as_echo "$ac_try_echo"; } >&5
2795 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2797 if test -s conftest.err; then
2799 ... rest of stderr output deleted ...
2800 10q' conftest.err >conftest.er1
2801 cat conftest.er1 >&5
2803 rm -f conftest.er1 conftest.err
2804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2805 test $ac_status = 0; }
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2810 $as_echo_n "checking for suffix of object files... " >&6; }
2811 if ${ac_cv_objext+:} false; then :
2812 $as_echo_n "(cached) " >&6
2814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2815 /* end confdefs.h. */
2825 rm -f conftest.o conftest.obj
2826 if { { ac_try="$ac_compile"
2828 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2829 *) ac_try_echo
=$ac_try;;
2831 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2832 $as_echo "$ac_try_echo"; } >&5
2833 (eval "$ac_compile") 2>&5
2835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2836 test $ac_status = 0; }; then :
2837 for ac_file
in conftest.o conftest.obj conftest.
*; do
2838 test -f "$ac_file" ||
continue;
2840 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM
) ;;
2841 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.
$ac_ext >&5
2849 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 as_fn_error $?
"cannot compute suffix of object files: cannot compile
2852 See \`config.log' for more details" "$LINENO" 5; }
2854 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2857 $as_echo "$ac_cv_objext" >&6; }
2858 OBJEXT
=$ac_cv_objext
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2861 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2862 if ${ac_cv_c_compiler_gnu+:} false
; then :
2863 $as_echo_n "(cached) " >&6
2865 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2866 /* end confdefs.h. */
2879 if ac_fn_c_try_compile
"$LINENO"; then :
2884 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2885 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2889 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2890 if test $ac_compiler_gnu = yes; then
2895 ac_test_CFLAGS
=${CFLAGS+set}
2896 ac_save_CFLAGS
=$CFLAGS
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2898 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2899 if ${ac_cv_prog_cc_g+:} false
; then :
2900 $as_echo_n "(cached) " >&6
2902 ac_save_c_werror_flag
=$ac_c_werror_flag
2903 ac_c_werror_flag
=yes
2906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2907 /* end confdefs.h. */
2917 if ac_fn_c_try_compile
"$LINENO"; then :
2921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2922 /* end confdefs.h. */
2932 if ac_fn_c_try_compile
"$LINENO"; then :
2935 ac_c_werror_flag
=$ac_save_c_werror_flag
2937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2938 /* end confdefs.h. */
2948 if ac_fn_c_try_compile
"$LINENO"; then :
2951 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2953 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2955 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2956 ac_c_werror_flag
=$ac_save_c_werror_flag
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2959 $as_echo "$ac_cv_prog_cc_g" >&6; }
2960 if test "$ac_test_CFLAGS" = set; then
2961 CFLAGS
=$ac_save_CFLAGS
2962 elif test $ac_cv_prog_cc_g = yes; then
2963 if test "$GCC" = yes; then
2969 if test "$GCC" = yes; then
2977 ac_cpp
='$CPP $CPPFLAGS'
2978 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2979 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2980 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2982 if test $host != $build; then
2983 for ac_prog
in gcc cc
2985 # Extract the first word of "$ac_prog", so it can be a program name with args.
2986 set dummy
$ac_prog; ac_word
=$2
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988 $as_echo_n "checking for $ac_word... " >&6; }
2989 if ${ac_cv_prog_BUILD_CC+:} false
; then :
2990 $as_echo_n "(cached) " >&6
2992 if test -n "$BUILD_CC"; then
2993 ac_cv_prog_BUILD_CC
="$BUILD_CC" # Let the user override the test.
2995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2999 test -z "$as_dir" && as_dir
=.
3000 for ac_exec_ext
in '' $ac_executable_extensions; do
3001 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3002 ac_cv_prog_BUILD_CC
="$ac_prog"
3003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3012 BUILD_CC
=$ac_cv_prog_BUILD_CC
3013 if test -n "$BUILD_CC"; then
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
3015 $as_echo "$BUILD_CC" >&6; }
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3018 $as_echo "no" >&6; }
3022 test -n "$BUILD_CC" && break
3027 # On Suns, sometimes $CPP names a directory.
3028 if test -n "$CPP" && test -d "$CPP"; then
3031 if test -z "$CPP"; then
3035 if test -n "$ac_tool_prefix"; then
3036 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
3037 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3039 $as_echo_n "checking for $ac_word... " >&6; }
3040 if ${ac_cv_prog_READELF+:} false
; then :
3041 $as_echo_n "(cached) " >&6
3043 if test -n "$READELF"; then
3044 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
3046 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3050 test -z "$as_dir" && as_dir
=.
3051 for ac_exec_ext
in '' $ac_executable_extensions; do
3052 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3053 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
3054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 READELF
=$ac_cv_prog_READELF
3064 if test -n "$READELF"; then
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
3066 $as_echo "$READELF" >&6; }
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3069 $as_echo "no" >&6; }
3074 if test -z "$ac_cv_prog_READELF"; then
3075 ac_ct_READELF
=$READELF
3076 # Extract the first word of "readelf", so it can be a program name with args.
3077 set dummy readelf
; ac_word
=$2
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3079 $as_echo_n "checking for $ac_word... " >&6; }
3080 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
3081 $as_echo_n "(cached) " >&6
3083 if test -n "$ac_ct_READELF"; then
3084 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
3086 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3090 test -z "$as_dir" && as_dir
=.
3091 for ac_exec_ext
in '' $ac_executable_extensions; do
3092 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3093 ac_cv_prog_ac_ct_READELF
="readelf"
3094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3103 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
3104 if test -n "$ac_ct_READELF"; then
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
3106 $as_echo "$ac_ct_READELF" >&6; }
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3109 $as_echo "no" >&6; }
3112 if test "x$ac_ct_READELF" = x
; then
3115 case $cross_compiling:$ac_tool_warned in
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3118 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3119 ac_tool_warned
=yes ;;
3121 READELF
=$ac_ct_READELF
3124 READELF
="$ac_cv_prog_READELF"
3128 # We need the C++ compiler only for testing.
3130 ac_cpp
='$CXXCPP $CPPFLAGS'
3131 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3132 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3133 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3134 if test -z "$CXX"; then
3135 if test -n "$CCC"; then
3138 if test -n "$ac_tool_prefix"; then
3139 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
3141 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3142 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3144 $as_echo_n "checking for $ac_word... " >&6; }
3145 if ${ac_cv_prog_CXX+:} false
; then :
3146 $as_echo_n "(cached) " >&6
3148 if test -n "$CXX"; then
3149 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3151 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3155 test -z "$as_dir" && as_dir
=.
3156 for ac_exec_ext
in '' $ac_executable_extensions; do
3157 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3158 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3169 if test -n "$CXX"; then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3171 $as_echo "$CXX" >&6; }
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3174 $as_echo "no" >&6; }
3178 test -n "$CXX" && break
3181 if test -z "$CXX"; then
3183 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
3185 # Extract the first word of "$ac_prog", so it can be a program name with args.
3186 set dummy
$ac_prog; ac_word
=$2
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3188 $as_echo_n "checking for $ac_word... " >&6; }
3189 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
3190 $as_echo_n "(cached) " >&6
3192 if test -n "$ac_ct_CXX"; then
3193 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3195 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3199 test -z "$as_dir" && as_dir
=.
3200 for ac_exec_ext
in '' $ac_executable_extensions; do
3201 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3202 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3212 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3213 if test -n "$ac_ct_CXX"; then
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3215 $as_echo "$ac_ct_CXX" >&6; }
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3218 $as_echo "no" >&6; }
3222 test -n "$ac_ct_CXX" && break
3225 if test "x$ac_ct_CXX" = x
; then
3228 case $cross_compiling:$ac_tool_warned in
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3231 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3232 ac_tool_warned
=yes ;;
3240 # Provide some information about the compiler.
3241 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3244 for ac_option
in --version -v -V -qversion; do
3245 { { ac_try
="$ac_compiler $ac_option >&5"
3247 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3248 *) ac_try_echo=$ac_try;;
3250 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3251 $as_echo "$ac_try_echo"; } >&5
3252 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3254 if test -s conftest.err; then
3256 ... rest of stderr output deleted ...
3257 10q' conftest.err >conftest.er1
3258 cat conftest.er1 >&5
3260 rm -f conftest.er1 conftest.err
3261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3262 test $ac_status = 0; }
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3266 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3267 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3268 $as_echo_n "(cached) " >&6
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271 /* end confdefs.h. */
3284 if ac_fn_cxx_try_compile "$LINENO"; then :
3289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3290 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3294 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3295 if test $ac_compiler_gnu = yes; then
3300 ac_test_CXXFLAGS=${CXXFLAGS+set}
3301 ac_save_CXXFLAGS=$CXXFLAGS
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3303 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3304 if ${ac_cv_prog_cxx_g+:} false; then :
3305 $as_echo_n "(cached) " >&6
3307 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3308 ac_cxx_werror_flag=yes
3311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3312 /* end confdefs.h. */
3322 if ac_fn_cxx_try_compile "$LINENO"; then :
3323 ac_cv_prog_cxx_g=yes
3326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3327 /* end confdefs.h. */
3337 if ac_fn_cxx_try_compile "$LINENO"; then :
3340 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3343 /* end confdefs.h. */
3353 if ac_fn_cxx_try_compile "$LINENO"; then :
3354 ac_cv_prog_cxx_g=yes
3356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3361 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3364 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3365 if test "$ac_test_CXXFLAGS" = set; then
3366 CXXFLAGS=$ac_save_CXXFLAGS
3367 elif test $ac_cv_prog_cxx_g = yes; then
3368 if test "$GXX" = yes; then
3374 if test "$GXX" = yes; then
3381 ac_cpp='$CPP $CPPFLAGS'
3382 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3383 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3384 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3386 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3389 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3390 if ${libc_cv_cxx_link_ok+:} false; then :
3391 $as_echo_n "(cached) " >&6
3394 ac_cpp='$CXXCPP $CPPFLAGS'
3395 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3396 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3397 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3400 /* end confdefs.h. */
3410 if ac_fn_cxx_try_link "$LINENO"; then :
3411 libc_cv_cxx_link_ok=yes
3413 libc_cv_cxx_link_ok=no
3415 rm -f core conftest.err conftest.$ac_objext \
3416 conftest$ac_exeext conftest.$ac_ext
3418 ac_cpp='$CPP $CPPFLAGS'
3419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3425 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3426 if test $libc_cv_cxx_link_ok != yes; then :
3430 if test "`cd $srcdir; /bin
/pwd`" = "`/bin
/pwd`"; then
3431 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3434 # This will get text that should go into config.make.
3437 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3439 # Check whether --with-gd was given.
3440 if test "${with_gd+set}" = set; then :
3441 withval=$with_gd; case "$with_gd" in
3443 *) libgd_include="-I$withval/include"
3444 libgd_ldflags="-L$withval/lib" ;;
3450 # Check whether --with-gd-include was given.
3451 if test "${with_gd_include+set}" = set; then :
3452 withval=$with_gd_include; case "$with_gd_include" in
3454 *) libgd_include="-I$withval" ;;
3460 # Check whether --with-gd-lib was given.
3461 if test "${with_gd_lib+set}" = set; then :
3462 withval=$with_gd_lib; case "$with_gd_lib" in
3464 *) libgd_ldflags="-L$withval" ;;
3470 if test -n "$libgd_include"; then
3471 config_vars="$config_vars
3472 CFLAGS-memusagestat.c = $libgd_include"
3474 if test -n "$libgd_ldflags"; then
3475 config_vars="$config_vars
3476 libgd-LDFLAGS = $libgd_ldflags"
3480 # Check whether --with-fp was given.
3481 if test "${with_fp+set}" = set; then :
3482 withval=$with_fp; with_fp=$withval
3489 # Check whether --with-binutils was given.
3490 if test "${with_binutils+set}" = set; then :
3491 withval=$with_binutils; path_binutils=$withval
3497 # Check whether --with-selinux was given.
3498 if test "${with_selinux+set}" = set; then :
3499 withval=$with_selinux; with_selinux=$withval
3506 # Check whether --with-headers was given.
3507 if test "${with_headers+set}" = set; then :
3508 withval=$with_headers; sysheaders=$withval
3517 # Check whether --with-default-link was given.
3518 if test "${with_default_link+set}" = set; then :
3519 withval=$with_default_link; use_default_link=$withval
3521 use_default_link=default
3525 # Check whether --enable-sanity-checks was given.
3526 if test "${enable_sanity_checks+set}" = set; then :
3527 enableval=$enable_sanity_checks; enable_sanity=$enableval
3533 # Check whether --enable-shared was given.
3534 if test "${enable_shared+set}" = set; then :
3535 enableval=$enable_shared; shared=$enableval
3540 # Check whether --enable-profile was given.
3541 if test "${enable_profile+set}" = set; then :
3542 enableval=$enable_profile; profile=$enableval
3548 # Check whether --enable-hardcoded-path-in-tests was given.
3549 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3550 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3552 hardcoded_path_in_tests=no
3557 # Check whether --enable-stackguard-randomization was given.
3558 if test "${enable_stackguard_randomization+set}" = set; then :
3559 enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3561 enable_stackguard_randomize=no
3564 if test "$enable_stackguard_randomize" = yes; then
3565 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3569 # Check whether --enable-lock-elision was given.
3570 if test "${enable_lock_elision+set}" = set; then :
3571 enableval=$enable_lock_elision; enable_lock_elision=$enableval
3573 enable_lock_elision=no
3577 if test "$enable_lock_elision" = yes ; then
3578 $as_echo "#define ENABLE_LOCK_ELISION 1" >>confdefs.h
3582 # Check whether --enable-add-ons was given.
3583 if test "${enable_add_ons+set}" = set; then :
3584 enableval=$enable_add_ons;
3590 # Check whether --enable-hidden-plt was given.
3591 if test "${enable_hidden_plt+set}" = set; then :
3592 enableval=$enable_hidden_plt; hidden=$enableval
3597 if test "x$hidden" = xno; then
3598 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3602 # Check whether --enable-bind-now was given.
3603 if test "${enable_bind_now+set}" = set; then :
3604 enableval=$enable_bind_now; bindnow=$enableval
3611 # Check whether --enable-static-nss was given.
3612 if test "${enable_static_nss+set}" = set; then :
3613 enableval=$enable_static_nss; static_nss=$enableval
3618 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3620 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3624 # Check whether --enable-force-install was given.
3625 if test "${enable_force_install+set}" = set; then :
3626 enableval=$enable_force_install; force_install=$enableval
3633 # Check whether --enable-maintainer-mode was given.
3634 if test "${enable_maintainer_mode+set}" = set; then :
3635 enableval=$enable_maintainer_mode; maintainer=$enableval
3641 # Check whether --enable-kernel was given.
3642 if test "${enable_kernel+set}" = set; then :
3643 enableval=$enable_kernel; minimum_kernel=$enableval
3646 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3647 # Better nothing than this.
3650 if test "$minimum_kernel" = current; then
3651 minimum_kernel=`uname
-r 2>/dev
/null
` || minimum_kernel=
3655 # Check whether --enable-all-warnings was given.
3656 if test "${enable_all_warnings+set}" = set; then :
3657 enableval=$enable_all_warnings; all_warnings=$enableval
3662 # Check whether --enable-werror was given.
3663 if test "${enable_werror+set}" = set; then :
3664 enableval=$enable_werror; enable_werror=$enableval
3671 # Check whether --enable-multi-arch was given.
3672 if test "${enable_multi_arch+set}" = set; then :
3673 enableval=$enable_multi_arch; multi_arch=$enableval
3679 # Check whether --enable-nss-crypt was given.
3680 if test "${enable_nss_crypt+set}" = set; then :
3681 enableval=$enable_nss_crypt; nss_crypt=$enableval
3686 if test x$nss_crypt = xyes; then
3687 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3688 if test $? -ne 0; then
3689 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3691 old_CFLAGS="$CFLAGS"
3692 CFLAGS="$CFLAGS $nss_includes"
3694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3695 /* end confdefs.h. */
3698 #include <nsslowhash.h>
3699 void f (void) { NSSLOW_Init (); }
3708 if ac_fn_c_try_compile "$LINENO"; then :
3709 libc_cv_nss_crypt=yes
3712 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3716 LIBS="$LIBS -lfreebl3"
3717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3718 /* end confdefs.h. */
3721 #include <nsslowhash.h>
3730 if ac_fn_c_try_link "$LINENO"; then :
3731 libc_cv_nss_crypt=yes
3734 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3736 rm -f core conftest.err conftest.$ac_objext \
3737 conftest$ac_exeext conftest.$ac_ext
3738 CFLAGS="$old_CFLAGS"
3741 libc_cv_nss_crypt=no
3746 # Check whether --enable-obsolete-rpc was given.
3747 if test "${enable_obsolete_rpc+set}" = set; then :
3748 enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3750 link_obsolete_rpc=no
3755 if test "$link_obsolete_rpc" = yes; then
3756 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3760 # Check whether --enable-systemtap was given.
3761 if test "${enable_systemtap+set}" = set; then :
3762 enableval=$enable_systemtap; systemtap=$enableval
3767 if test "x$systemtap" != xno; then
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3769 $as_echo_n "checking for systemtap static probe support... " >&6; }
3770 if ${libc_cv_sdt+:} false; then :
3771 $as_echo_n "(cached) " >&6
3773 old_CFLAGS="$CFLAGS"
3774 CFLAGS="-std=gnu99 $CFLAGS"
3775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3776 /* end confdefs.h. */
3777 #include <sys/sdt.h>
3778 void foo (int i, void *p)
3780 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3781 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3784 if ac_fn_c_try_compile "$LINENO"; then :
3789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3790 CFLAGS="$old_CFLAGS"
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3793 $as_echo "$libc_cv_sdt" >&6; }
3794 if test $libc_cv_sdt = yes; then
3795 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3797 elif test "x$systemtap" != xauto; then
3798 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3799 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3800 as_fn_error $? "systemtap support needs sys
/sdt.h with asm support
3801 See \
`config.log' for more details" "$LINENO" 5; }
3805 # Check whether --enable-build-nscd was given.
3806 if test "${enable_build_nscd+set}" = set; then :
3807 enableval=$enable_build_nscd; build_nscd=$enableval
3814 # Note the use of $use_nscd is near the bottom of the file.
3815 # Check whether --enable-nscd was given.
3816 if test "${enable_nscd+set}" = set; then :
3817 enableval=$enable_nscd; use_nscd=$enableval
3823 # Check whether --enable-pt_chown was given.
3824 if test "${enable_pt_chown+set}" = set; then :
3825 enableval=$enable_pt_chown; build_pt_chown=$enableval
3831 if test "$build_pt_chown" = yes; then
3832 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3836 # The abi-tags file uses a fairly simplistic model for name recognition that
3837 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3838 # $host_os of `gnu
*' here to be `gnu-gnu*' just so that it can tell.
3839 # This doesn't get used much beyond that, so it's fairly safe.
3844 host_os
=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3848 # We keep the original values in `$config_*' and never modify them, so we
3849 # can write them unchanged into config.make. Everything else uses
3850 # $machine, $vendor, and $os, and changes them whenever convenient.
3851 config_machine
=$host_cpu config_vendor
=$host_vendor config_os
=$host_os
3853 # Don't allow vendor == "unknown"
3854 test "$config_vendor" = unknown
&& config_vendor
=
3855 config_os
="`echo $config_os | sed 's/^unknown-//'`"
3857 # Some configurations imply other options.
3860 # The configure fragment of an add-on port can modify these to supplement
3861 # or override the table in the case statement below. No fragment should
3862 # ever change the config_* variables, however.
3863 machine
=$config_machine
3864 vendor
=$config_vendor
3870 # Check whether --with-cpu was given.
3871 if test "${with_cpu+set}" = set; then :
3872 withval
=$with_cpu; case "$withval" in
3873 yes|
'') as_fn_error $?
"--with-cpu requires an argument" "$LINENO" 5 ;;
3875 *) submachine
="$withval" ;;
3881 # An preconfigure script can set this when it wants to disable the sanity
3885 if frags
=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3888 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3889 for frag
in $frags; do
3890 name
=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3891 echo $ECHO_N "$name $ECHO_C" >&6
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3901 case "$enable_add_ons" in
3904 add_ons
=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps |
3905 sed 's@/[^/]*$@@' | sort | uniq`
3906 add_ons_automatic
=yes
3908 *) add_ons
=`echo "$enable_add_ons" | sed 's/,/ /g'`
3909 add_ons_automatic
=no
;;
3915 if test x
"$add_ons" != x
; then
3916 for f
in $add_ons; do
3917 # Some sanity checks
3921 *** It seems that you're using an old \`crypt' add-on. crypt is now
3922 *** part of glibc and using the old add-on will not work with this
3923 *** release. Start again with fresh sources and without the old
3924 *** \`crypt' add-on." "$LINENO" 5
3928 *** It seems that you're using an old \`localedata' add-on. localedata
3929 *** is now part of glibc and using the old add-on will not work with
3930 *** this release. Start again with fresh sources and without the old
3931 *** \`localedata' add-on." "$LINENO" 5
3936 # Now source each add-on's configure fragment.
3937 # The fragments can use $srcdir/$libc_add_on to find themselves,
3938 # and test $add_ons_automatic to see if they were explicitly requested.
3939 # A fragment can clear (or even change) $libc_add_on to affect
3940 # whether it goes into the list to be actually used in the build.
3942 for libc_add_on
in $add_ons; do
3943 # Test whether such a directory really exists.
3944 # It can be absolute, or relative to $srcdir, or relative to the build dir.
3945 case "$libc_add_on" in
3947 libc_add_on_srcdir
=$libc_add_on
3950 test -d "$srcdir/$libc_add_on" ||
{
3951 if test -d "$libc_add_on"; then
3952 libc_add_on
="`pwd`/$libc_add_on"
3954 as_fn_error $?
"add-on directory \"$libc_add_on\" does not exist" "$LINENO" 5
3957 libc_add_on_srcdir
=$srcdir/$libc_add_on
3961 libc_add_on_frag
=$libc_add_on_srcdir/configure
3962 libc_add_on_canonical
=
3963 libc_add_on_config_subdirs
=
3964 if test -r "$libc_add_on_frag"; then
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: running configure fragment for add-on $libc_add_on" >&5
3966 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;}
3967 libc_add_on_canonical
=unknown
3968 libc_add_on_subdirs
=
3969 .
"$libc_add_on_frag"
3970 test -z "$libc_add_on" ||
{
3971 configured_add_ons
="$configured_add_ons $libc_add_on"
3972 if test "x$libc_add_on_canonical" = xunknown
; then
3973 as_fn_error $?
"fragment must set \$libc_add_on_canonical" "$LINENO" 5
3975 for d
in $libc_add_on_subdirs; do
3976 case "$libc_add_on" in
3977 /*) subdir_srcdir
="$libc_add_on" ;;
3978 *) subdir_srcdir
="\$(..)$libc_add_on" ;;
3982 d
="${libc_add_on_canonical:-$libc_add_on}"
3988 subdir_srcdir
="$subdir_srcdir/$d"
3991 d
=`echo "$d" | sed 's@/*$@@;s@^.*/@@'`
3992 add_on_subdirs
="$add_on_subdirs $d"
3993 test "$subdir_srcdir" = "\$(..)$d" || config_vars
="$config_vars
3994 $d-srcdir = $subdir_srcdir"
3996 for d
in $libc_add_on_config_subdirs; do
3998 /*) as_fn_error $?
"fragment uses absolute path in \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
4000 if test ! -d "$libc_add_on_srcdir/$d"; then
4001 as_fn_error $?
"fragment wants to configure missing directory $d" "$LINENO" 5
4003 case "$libc_add_on" in
4004 /*) as_fn_error $?
"relative path required for add-on using \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
4006 subdirs
="$subdirs $libc_add_on/$d"
4010 if test -n "$libc_add_on"; then
4011 if frags
=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null`
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking add-on $libc_add_on for preconfigure fragments" >&5
4014 $as_echo_n "checking add-on $libc_add_on for preconfigure fragments... " >&6; }
4015 for frag
in $frags; do
4016 name
=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
4017 echo $ECHO_N "$name $ECHO_C" >&6
4020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
4023 use_add_ons
="$use_add_ons $libc_add_on"
4024 add_ons_pfx
="$add_ons_pfx $libc_add_on/"
4025 test -z "$libc_add_on_canonical" ||
4026 add_ons_sfx
="$add_ons_sfx /$libc_add_on_canonical"
4029 # Use echo to strip excess whitespace.
4030 add_ons
="`echo $use_add_ons`"
4037 ### I put this here to prevent those annoying emails from people who cannot
4038 ### read and try to compile glibc on unsupported platforms. --drepper
4040 ### By using the undocumented --enable-hacker-mode option for configure
4041 ### one can skip this test to make the configuration not fail for unsupported
4044 if test -z "$enable_hacker_mode" && test x
"$libc_config_ok" != xyes
; then
4045 case "$machine-$host_os" in
4049 echo "*** The GNU C library is currently not available for this platform."
4050 echo "*** So far nobody cared to port it and if there is no volunteer it"
4051 echo "*** might never happen. So, if you have interest to see glibc on"
4052 echo "*** this platform visit"
4053 echo "*** http://www.gnu.org/software/libc/porting.html"
4054 echo "*** and join the group of porters"
4060 # Set base_machine if not set by a preconfigure fragment.
4061 test -n "$base_machine" || base_machine
=$machine
4064 # For the multi-arch option we need support in the assembler & linker.
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
4066 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
4067 if ${libc_cv_ld_gnu_indirect_function+:} false
; then :
4068 $as_echo_n "(cached) " >&6
4070 cat > conftest.S
<<EOF
4071 .type foo,%gnu_indirect_function
4084 libc_cv_ld_gnu_indirect_function
=no
4085 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4086 -nostartfiles -nostdlib \
4087 -o conftest conftest.S
1>&5 2>&5; then
4088 # Do a link to see if the backend supports IFUNC relocs.
4089 $READELF -r conftest
1>&5
4090 LC_ALL
=C
$READELF -r conftest |
grep 'no relocations' >/dev
/null ||
{
4091 libc_cv_ld_gnu_indirect_function
=yes
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4097 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .text pseudo-op must be used" >&5
4100 $as_echo_n "checking whether .text pseudo-op must be used... " >&6; }
4101 if ${libc_cv_dot_text+:} false
; then :
4102 $as_echo_n "(cached) " >&6
4104 cat > conftest.s
<<EOF
4108 if { ac_try
='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
4109 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4113 test $ac_status = 0; }; }; then
4114 libc_cv_dot_text
=.text
4119 if test -z "$libc_cv_dot_text"; then
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4121 $as_echo "no" >&6; }
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4124 $as_echo "yes" >&6; }
4127 if test x
"$libc_cv_ld_gnu_indirect_function" != xyes
; then
4128 if test x
"$multi_arch" = xyes
; then
4129 as_fn_error $?
"--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4135 if test x
"$multi_arch" != xno
; then
4136 multi_arch_d
=/multiarch
4139 # Compute the list of sysdep directories for this configuration.
4140 # This can take a while to compute.
4141 sysdep_dir
=$srcdir/sysdeps
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4143 $as_echo_n "checking sysdep dirs... " >&6; }
4144 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4145 os
="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4147 test "x$base_os" != x ||
case "$os" in
4149 base_os
=mach
/hurd
;;
4151 base_os
=unix
/sysv
;;
4154 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4157 while o
=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4161 o
=`echo $tail | sed 's/[0-9]*$//'`
4162 if test $o != $tail; then
4165 # For linux-gnu, try linux-gnu, then linux.
4166 o
=`echo $tail | sed 's/-.*$//'`
4167 if test $o != $tail; then
4171 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4174 while b
=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4180 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4182 tail=$machine${submachine:+/$submachine}
4183 while m
=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4185 # Prepend the machine's FPU directory unless --without-fp.
4186 if test "$with_fp" = yes; then
4191 # For each machine term, try it with and then without /multiarch.
4192 for try_fpu
in $maybe_fpu ''; do
4193 for try_multi
in $multi_arch_d ''; do
4194 mach
="$mach /$1$try_fpu$try_multi"
4201 # Find what sysdep directories exist.
4204 for b
in $base ''; do
4205 for m0
in $mach ''; do
4206 for v
in /$vendor ''; do
4207 test "$v" = / && continue
4208 for o
in /$ostry ''; do
4209 test "$o" = / && continue
4210 for m
in $mach ''; do
4211 for d
in $add_ons_pfx ''; do
4212 for a
in $add_ons_sfx ''; do
4213 try_suffix
="$m0$b$v$o$m"
4214 if test -n "$try_suffix"; then
4215 try_srcdir
="${srcdir}/"
4219 try
="${d}sysdeps$try_suffix$a"
4220 test -n "$enable_debug_configure" &&
4221 echo "$0 DEBUG: try $try" >&2
4222 if test -d "$try_srcdir$try"; then
4223 sysnames
="$sysnames $try"
4224 { test -n "$o" ||
test -n "$b"; } && os_used
=t
4225 { test -n "$m" ||
test -n "$m0"; } && machine_used
=t
4227 x
*/$submachine) submachine_used
=t
;;
4229 if test -n "$d"; then
4230 case "$sysnames_add_ons" in
4232 *|
'') sysnames_add_ons
="$sysnames_add_ons $d" ;;
4245 # If the assembler supports gnu_indirect_function symbol type and the
4246 # architecture supports multi-arch, we enable multi-arch by default.
4247 case $sysnames_add_ons$sysnames in
4251 test x
"$multi_arch" = xdefault
&& multi_arch
=no
4254 if test x
"$multi_arch" != xno
; then
4255 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4260 if test -z "$os_used" && test "$os" != none
; then
4261 as_fn_error $?
"Operating system $os is not supported." "$LINENO" 5
4263 if test -z "$machine_used" && test "$machine" != none
; then
4264 as_fn_error $?
"The $machine is not supported." "$LINENO" 5
4266 if test -z "$submachine_used" && test -n "$submachine"; then
4267 as_fn_error $?
"The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4271 # We have now validated the configuration.
4273 # Expand the list of system names into a full list of directories
4274 # from each element's parent name and Implies file (if present).
4277 while test $# -gt 0; do
4281 case " $names " in *" $name "*)
4282 # Already in the list.
4286 # Report each name as we discover it, so there is no long pause in output.
4287 echo $ECHO_N "$name $ECHO_C" >&6
4289 name_base
=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4293 *) xsrcdir
=$srcdir/ ;;
4295 test -n "$enable_debug_configure" &&
4296 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4298 for implies_file
in Implies Implies-before Implies-after
; do
4299 implies_type
=`echo $implies_file | sed s/-/_/`
4300 eval ${implies_type}=
4301 if test -f $xsrcdir$name/$implies_file; then
4302 # Collect more names from the `Implies' file (removing comments).
4303 implied_candidate
="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4304 for x
in $implied_candidate; do
4306 if test -d $xsrcdir$name_base/$x; then
4307 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4310 for d
in $add_ons_pfx ''; do
4311 try
="${d}sysdeps/$x"
4314 *) try_srcdir
=$srcdir/ ;;
4316 test -n "$enable_debug_configure" &&
4317 echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4318 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4320 eval "${implies_type}=\"\$${implies_type} \$try\""
4322 case "$sysnames_add_ons" in
4324 *|
'') sysnames_add_ons
="$sysnames_add_ons $d" ;;
4328 if test $found = no
; then
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4330 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4336 # Add NAME to the list of names.
4337 names
="$names $name"
4339 # Find the parent of NAME, using the empty string if it has none.
4340 parent
="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4342 test -n "$enable_debug_configure" &&
4343 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4344 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4346 # Add the names implied by NAME, and NAME's parent (if it has one), to
4347 # the list of names to be processed (the argument list). We prepend the
4348 # implied names to the list and append the parent. We want implied
4349 # directories to come before further directories inferred from the
4350 # configuration components; this ensures that for sysv4, unix/common
4351 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4353 sysnames
="`echo $Implies $* $Implies_before $parent $Implies_after`"
4354 test -n "$sysnames" && set $sysnames
4357 # Add the default directories.
4358 default_sysnames
="sysdeps/generic"
4359 sysnames
="$names $default_sysnames"
4361 # The other names were emitted during the scan.
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4363 $as_echo "$default_sysnames" >&6; }
4365 # Collect the list of add-ons that supply partial sysdeps trees.
4367 for add_on
in $add_ons; do
4370 *) xsrcdir
="$srcdir/" ;;
4373 test -d "$xsrcdir$add_on/sysdeps" ||
{
4374 case "$configured_add_ons " in
4377 as_fn_error $?
"add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4383 sysdeps_add_ons
="$sysdeps_add_ons $add_on"
4384 case "$sysnames_add_ons" in
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4388 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4393 for d
in $sysnames; do
4395 $add_on/sysdeps
/*) ;;
4398 (cd "$xsrcdir$d" && for f
in *[!~
]; do
4401 for ff
in $f/*.h
; do
4402 test -d "$ff" ||
{ test -e "$ff" && exit 88; }
4406 test -d "$f" ||
{ test -e "$f" && exit 88; }
4410 if test $?
-eq 88; then
4415 if test $found = no
; then
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4417 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4425 # Find a good install program. We prefer a C program (faster),
4426 # so one script is as good as another. But avoid the broken or
4427 # incompatible versions:
4428 # SysV /etc/install, /usr/sbin/install
4429 # SunOS /usr/etc/install
4430 # IRIX /sbin/install
4432 # AmigaOS /C/install, which installs bootblocks on floppy discs
4433 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4434 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4435 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4436 # OS/2's system install, which has a completely different semantic
4437 # ./install, which can be erroneously created by make from ./install.sh.
4438 # Reject install programs that cannot install multiple files.
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4440 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4441 if test -z "$INSTALL"; then
4442 if ${ac_cv_path_install+:} false
; then :
4443 $as_echo_n "(cached) " >&6
4445 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4449 test -z "$as_dir" && as_dir
=.
4450 # Account for people who put trailing slashes in PATH elements.
4451 case $as_dir/ in #((
4452 .
/ | .
// |
/[cC
]/* | \
4453 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4454 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
4457 # OSF1 and SCO ODT 3.0 have their own names for install.
4458 # Don't use installbsd from OSF since it installs stuff as root
4460 for ac_prog
in ginstall scoinst
install; do
4461 for ac_exec_ext
in '' $ac_executable_extensions; do
4462 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
4463 if test $ac_prog = install &&
4464 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4465 # AIX install. It has an incompatible calling convention.
4467 elif test $ac_prog = install &&
4468 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4469 # program-specific install script used by HP pwplus--don't use.
4472 rm -rf conftest.one conftest.two conftest.dir
4473 echo one
> conftest.one
4474 echo two
> conftest.two
4476 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4477 test -s conftest.one
&& test -s conftest.two
&&
4478 test -s conftest.dir
/conftest.one
&&
4479 test -s conftest.dir
/conftest.two
4481 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4494 rm -rf conftest.one conftest.two conftest.dir
4497 if test "${ac_cv_path_install+set}" = set; then
4498 INSTALL
=$ac_cv_path_install
4500 # As a last resort, use the slow shell script. Don't cache a
4501 # value for INSTALL within a source directory, because that will
4502 # break other packages using the cache if that directory is
4503 # removed, or if the value is a relative name.
4504 INSTALL
=$ac_install_sh
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4508 $as_echo "$INSTALL" >&6; }
4510 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4511 # It thinks the first close brace ends the variable substitution.
4512 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4514 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4516 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4518 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4519 # The makefiles need to use a different form to find it in $srcdir.
4520 INSTALL
='\$(..)./scripts/install-sh -c'
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4523 $as_echo_n "checking whether ln -s works... " >&6; }
4525 if test "$LN_S" = "ln -s"; then
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4527 $as_echo "yes" >&6; }
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4530 $as_echo "no, using $LN_S" >&6; }
4534 # Was a --with-binutils option given?
4535 if test -n "$path_binutils"; then
4536 # Make absolute; ensure a single trailing slash.
4537 path_binutils
=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4538 CC
="$CC -B$path_binutils"
4540 AS
=`$CC -print-prog-name=as`
4541 LD
=`$CC -print-prog-name=ld`
4542 AR
=`$CC -print-prog-name=ar`
4544 OBJDUMP
=`$CC -print-prog-name=objdump`
4546 OBJCOPY
=`$CC -print-prog-name=objcopy`
4549 # Determine whether we are using GNU binutils.
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4551 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4552 if ${libc_cv_prog_as_gnu+:} false
; then :
4553 $as_echo_n "(cached) " >&6
4555 # Most GNU programs take a -v and spit out some text including
4556 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4557 if $AS -o conftest
-v </dev
/null
2>&1 |
grep GNU
> /dev
/null
2>&1; then
4558 libc_cv_prog_as_gnu
=yes
4560 libc_cv_prog_as_gnu
=no
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4565 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4567 gnu_as
=$libc_cv_prog_as_gnu
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4570 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4571 if ${libc_cv_prog_ld_gnu+:} false
; then :
4572 $as_echo_n "(cached) " >&6
4574 # Most GNU programs take a -v and spit out some text including
4575 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4576 if $LD -o conftest
-v </dev
/null
2>&1 |
grep GNU
> /dev
/null
2>&1; then
4577 libc_cv_prog_ld_gnu
=yes
4579 libc_cv_prog_ld_gnu
=no
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4584 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4585 gnu_ld
=$libc_cv_prog_ld_gnu
4588 # Accept binutils 2.22 or newer.
4591 # Extract the first word of "$ac_prog", so it can be a program name with args.
4592 set dummy
$ac_prog; ac_word
=$2
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4594 $as_echo_n "checking for $ac_word... " >&6; }
4595 if ${ac_cv_prog_AS+:} false
; then :
4596 $as_echo_n "(cached) " >&6
4598 if test -n "$AS"; then
4599 ac_cv_prog_AS
="$AS" # Let the user override the test.
4601 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4605 test -z "$as_dir" && as_dir
=.
4606 for ac_exec_ext
in '' $ac_executable_extensions; do
4607 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4608 ac_cv_prog_AS
="$ac_prog"
4609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4619 if test -n "$AS"; then
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4621 $as_echo "$AS" >&6; }
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4624 $as_echo "no" >&6; }
4628 test -n "$AS" && break
4631 if test -z "$AS"; then
4634 # Found it, now check the version.
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4636 $as_echo_n "checking version of $AS... " >&6; }
4637 ac_prog_version
=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4638 case $ac_prog_version in
4639 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4640 2.1[0-9][0-9]*|
2.2[2-9]*|
2.
[3-9][0-9]*|
[3-9].
*|
[1-9][0-9]*)
4641 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4642 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4646 $as_echo "$ac_prog_version" >&6; }
4648 if test $ac_verc_fail = yes; then
4649 AS
=: critic_missing
="$critic_missing as"
4654 # Extract the first word of "$ac_prog", so it can be a program name with args.
4655 set dummy
$ac_prog; ac_word
=$2
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4657 $as_echo_n "checking for $ac_word... " >&6; }
4658 if ${ac_cv_prog_LD+:} false
; then :
4659 $as_echo_n "(cached) " >&6
4661 if test -n "$LD"; then
4662 ac_cv_prog_LD
="$LD" # Let the user override the test.
4664 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4668 test -z "$as_dir" && as_dir
=.
4669 for ac_exec_ext
in '' $ac_executable_extensions; do
4670 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4671 ac_cv_prog_LD
="$ac_prog"
4672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4682 if test -n "$LD"; then
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4684 $as_echo "$LD" >&6; }
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4687 $as_echo "no" >&6; }
4691 test -n "$LD" && break
4694 if test -z "$LD"; then
4697 # Found it, now check the version.
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4699 $as_echo_n "checking version of $LD... " >&6; }
4700 ac_prog_version
=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4701 case $ac_prog_version in
4702 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4703 2.1[0-9][0-9]*|
2.2[2-9]*|
2.
[3-9][0-9]*|
[3-9].
*|
[1-9][0-9]*)
4704 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4705 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4709 $as_echo "$ac_prog_version" >&6; }
4711 if test $ac_verc_fail = yes; then
4712 LD
=: critic_missing
="$critic_missing ld"
4716 # These programs are version sensitive.
4718 for ac_prog
in gnumake gmake
make
4720 # Extract the first word of "$ac_prog", so it can be a program name with args.
4721 set dummy
$ac_prog; ac_word
=$2
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4723 $as_echo_n "checking for $ac_word... " >&6; }
4724 if ${ac_cv_prog_MAKE+:} false
; then :
4725 $as_echo_n "(cached) " >&6
4727 if test -n "$MAKE"; then
4728 ac_cv_prog_MAKE
="$MAKE" # Let the user override the test.
4730 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4734 test -z "$as_dir" && as_dir
=.
4735 for ac_exec_ext
in '' $ac_executable_extensions; do
4736 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4737 ac_cv_prog_MAKE
="$ac_prog"
4738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4747 MAKE
=$ac_cv_prog_MAKE
4748 if test -n "$MAKE"; then
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4750 $as_echo "$MAKE" >&6; }
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4753 $as_echo "no" >&6; }
4757 test -n "$MAKE" && break
4760 if test -z "$MAKE"; then
4763 # Found it, now check the version.
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4765 $as_echo_n "checking version of $MAKE... " >&6; }
4766 ac_prog_version
=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4767 case $ac_prog_version in
4768 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4769 3.79* |
3.
[89]* |
[4-9].
* |
[1-9][0-9]*)
4770 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4771 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4775 $as_echo "$ac_prog_version" >&6; }
4777 if test $ac_verc_fail = yes; then
4778 critic_missing
="$critic_missing make"
4782 for ac_prog
in gnumsgfmt gmsgfmt msgfmt
4784 # Extract the first word of "$ac_prog", so it can be a program name with args.
4785 set dummy
$ac_prog; ac_word
=$2
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4787 $as_echo_n "checking for $ac_word... " >&6; }
4788 if ${ac_cv_prog_MSGFMT+:} false
; then :
4789 $as_echo_n "(cached) " >&6
4791 if test -n "$MSGFMT"; then
4792 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
4794 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4798 test -z "$as_dir" && as_dir
=.
4799 for ac_exec_ext
in '' $ac_executable_extensions; do
4800 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4801 ac_cv_prog_MSGFMT
="$ac_prog"
4802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4811 MSGFMT
=$ac_cv_prog_MSGFMT
4812 if test -n "$MSGFMT"; then
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
4814 $as_echo "$MSGFMT" >&6; }
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4817 $as_echo "no" >&6; }
4821 test -n "$MSGFMT" && break
4824 if test -z "$MSGFMT"; then
4827 # Found it, now check the version.
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
4829 $as_echo_n "checking version of $MSGFMT... " >&6; }
4830 ac_prog_version
=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4831 case $ac_prog_version in
4832 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4833 0.10.3[6-9]* |
0.10.
[4-9][0-9]* |
0.1[1-9]* |
0.
[2-9][0-9]* |
[1-9].
*)
4834 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4835 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4839 $as_echo "$ac_prog_version" >&6; }
4841 if test $ac_verc_fail = yes; then
4842 MSGFMT
=: aux_missing
="$aux_missing msgfmt"
4845 for ac_prog
in makeinfo
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy
$ac_prog; ac_word
=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if ${ac_cv_prog_MAKEINFO+:} false
; then :
4852 $as_echo_n "(cached) " >&6
4854 if test -n "$MAKEINFO"; then
4855 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
4857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4861 test -z "$as_dir" && as_dir
=.
4862 for ac_exec_ext
in '' $ac_executable_extensions; do
4863 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4864 ac_cv_prog_MAKEINFO
="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874 MAKEINFO
=$ac_cv_prog_MAKEINFO
4875 if test -n "$MAKEINFO"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4877 $as_echo "$MAKEINFO" >&6; }
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$MAKEINFO" && break
4887 if test -z "$MAKEINFO"; then
4890 # Found it, now check the version.
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
4892 $as_echo_n "checking version of $MAKEINFO... " >&6; }
4893 ac_prog_version
=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4894 case $ac_prog_version in
4895 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4896 4.
[7-9]*|
4.
[1-9][0-9]*|
[5-9].
*)
4897 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4898 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4902 $as_echo "$ac_prog_version" >&6; }
4904 if test $ac_verc_fail = yes; then
4905 MAKEINFO
=: aux_missing
="$aux_missing makeinfo"
4910 # Extract the first word of "$ac_prog", so it can be a program name with args.
4911 set dummy
$ac_prog; ac_word
=$2
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4913 $as_echo_n "checking for $ac_word... " >&6; }
4914 if ${ac_cv_prog_SED+:} false
; then :
4915 $as_echo_n "(cached) " >&6
4917 if test -n "$SED"; then
4918 ac_cv_prog_SED
="$SED" # Let the user override the test.
4920 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4924 test -z "$as_dir" && as_dir
=.
4925 for ac_exec_ext
in '' $ac_executable_extensions; do
4926 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4927 ac_cv_prog_SED
="$ac_prog"
4928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938 if test -n "$SED"; then
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4940 $as_echo "$SED" >&6; }
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4943 $as_echo "no" >&6; }
4947 test -n "$SED" && break
4950 if test -z "$SED"; then
4953 # Found it, now check the version.
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
4955 $as_echo_n "checking version of $SED... " >&6; }
4956 ac_prog_version
=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4957 case $ac_prog_version in
4958 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
4959 3.0[2-9]*|
3.
[1-9]*|
[4-9]*)
4960 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
4961 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4965 $as_echo "$ac_prog_version" >&6; }
4967 if test $ac_verc_fail = yes; then
4968 SED
=: aux_missing
="$aux_missing sed"
4973 # Extract the first word of "$ac_prog", so it can be a program name with args.
4974 set dummy
$ac_prog; ac_word
=$2
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4976 $as_echo_n "checking for $ac_word... " >&6; }
4977 if ${ac_cv_prog_AWK+:} false
; then :
4978 $as_echo_n "(cached) " >&6
4980 if test -n "$AWK"; then
4981 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
4983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4987 test -z "$as_dir" && as_dir
=.
4988 for ac_exec_ext
in '' $ac_executable_extensions; do
4989 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4990 ac_cv_prog_AWK
="$ac_prog"
4991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 if test -n "$AWK"; then
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5003 $as_echo "$AWK" >&6; }
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5006 $as_echo "no" >&6; }
5010 test -n "$AWK" && break
5013 if test -z "$AWK"; then
5016 # Found it, now check the version.
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
5018 $as_echo_n "checking version of $AWK... " >&6; }
5019 ac_prog_version
=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
5020 case $ac_prog_version in
5021 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
5022 3.1.
[2-9]*|
3.
[2-9]*|
[4-9]*)
5023 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
5024 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5028 $as_echo "$ac_prog_version" >&6; }
5030 if test $ac_verc_fail = yes; then
5031 critic_missing
="$critic_missing gawk"
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
5036 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
5037 if ${libc_cv_compiler_ok+:} false
; then :
5038 $as_echo_n "(cached) " >&6
5041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5042 /* end confdefs.h. */
5048 #if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)
5049 #error insufficient compiler
5055 if ac_fn_c_try_compile
"$LINENO"; then :
5056 libc_cv_compiler_ok
=yes
5058 libc_cv_compiler_ok
=no
5060 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
5063 $as_echo "$libc_cv_compiler_ok" >&6; }
5064 if test $libc_cv_compiler_ok != yes; then :
5065 critic_missing
="$critic_missing compiler"
5068 if test -n "$ac_tool_prefix"; then
5069 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5070 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072 $as_echo_n "checking for $ac_word... " >&6; }
5073 if ${ac_cv_prog_NM+:} false
; then :
5074 $as_echo_n "(cached) " >&6
5076 if test -n "$NM"; then
5077 ac_cv_prog_NM
="$NM" # Let the user override the test.
5079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5083 test -z "$as_dir" && as_dir
=.
5084 for ac_exec_ext
in '' $ac_executable_extensions; do
5085 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5086 ac_cv_prog_NM
="${ac_tool_prefix}nm"
5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 if test -n "$NM"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5099 $as_echo "$NM" >&6; }
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102 $as_echo "no" >&6; }
5107 if test -z "$ac_cv_prog_NM"; then
5109 # Extract the first word of "nm", so it can be a program name with args.
5110 set dummy nm
; ac_word
=$2
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5112 $as_echo_n "checking for $ac_word... " >&6; }
5113 if ${ac_cv_prog_ac_ct_NM+:} false
; then :
5114 $as_echo_n "(cached) " >&6
5116 if test -n "$ac_ct_NM"; then
5117 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5119 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5123 test -z "$as_dir" && as_dir
=.
5124 for ac_exec_ext
in '' $ac_executable_extensions; do
5125 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5126 ac_cv_prog_ac_ct_NM
="nm"
5127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5136 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5137 if test -n "$ac_ct_NM"; then
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5139 $as_echo "$ac_ct_NM" >&6; }
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5142 $as_echo "no" >&6; }
5145 if test "x$ac_ct_NM" = x
; then
5148 case $cross_compiling:$ac_tool_warned in
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5151 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5152 ac_tool_warned
=yes ;;
5161 if test "x$maintainer" = "xyes"; then
5162 for ac_prog
in autoconf
5164 # Extract the first word of "$ac_prog", so it can be a program name with args.
5165 set dummy
$ac_prog; ac_word
=$2
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5167 $as_echo_n "checking for $ac_word... " >&6; }
5168 if ${ac_cv_prog_AUTOCONF+:} false
; then :
5169 $as_echo_n "(cached) " >&6
5171 if test -n "$AUTOCONF"; then
5172 ac_cv_prog_AUTOCONF
="$AUTOCONF" # Let the user override the test.
5174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5178 test -z "$as_dir" && as_dir
=.
5179 for ac_exec_ext
in '' $ac_executable_extensions; do
5180 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5181 ac_cv_prog_AUTOCONF
="$ac_prog"
5182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5191 AUTOCONF
=$ac_cv_prog_AUTOCONF
5192 if test -n "$AUTOCONF"; then
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5194 $as_echo "$AUTOCONF" >&6; }
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5197 $as_echo "no" >&6; }
5201 test -n "$AUTOCONF" && break
5203 test -n "$AUTOCONF" || AUTOCONF
="no"
5205 case "x$AUTOCONF" in
5206 xno|x|x
:) AUTOCONF
=no
;;
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5209 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5210 if ${libc_cv_autoconf_works+:} false
; then :
5211 $as_echo_n "(cached) " >&6
5213 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac
> /dev
/null
2>&1); then
5214 libc_cv_autoconf_works
=yes
5216 libc_cv_autoconf_works
=no
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5220 $as_echo "$libc_cv_autoconf_works" >&6; }
5221 test $libc_cv_autoconf_works = yes || AUTOCONF
=no
5224 if test "x$AUTOCONF" = xno
; then
5225 aux_missing
="$aux_missing autoconf"
5231 test -n "$critic_missing" && as_fn_error $?
"
5232 *** These critical programs are missing or too old:$critic_missing
5233 *** Check the INSTALL file for required versions." "$LINENO" 5
5235 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5236 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5237 *** some features will be disabled.
5238 *** Check the INSTALL file for required versions." >&5
5239 $as_echo "$as_me: WARNING:
5240 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5241 *** some features will be disabled.
5242 *** Check the INSTALL file for required versions." >&2;}
5244 # if using special system headers, find out the compiler's sekrit
5245 # header directory and add that to the list. NOTE: Only does the right
5246 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5247 if test -n "$sysheaders"; then
5248 SYSINCLUDES
=-nostdinc
5249 for d
in include include-fixed
; do
5250 i
=`$CC -print-file-name="$d"` && test "x$i" != x
&& test "x$i" != "x$d" &&
5251 SYSINCLUDES
="$SYSINCLUDES -isystem $i"
5253 SYSINCLUDES
="$SYSINCLUDES \
5254 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5255 if test -n "$CXX"; then
5257 for cxxheaders
in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5258 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5259 test "x$cxxheaders" != x
&&
5260 CXX_SYSINCLUDES
="$CXX_SYSINCLUDES -isystem $cxxheaders"
5267 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5268 # since this would lead to problems installing/building glibc.
5269 # LD_LIBRARY_PATH contains the current directory if one of the following
5271 # - one of the terminals (":" and ";") is the first or last sign
5272 # - two terminals occur directly after each other
5273 # - the path contains an element with a dot in it
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5275 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5276 case ${LD_LIBRARY_PATH} in
5277 [:\
;]* |
*[:\
;] |
*[:\
;][:\
;]* |
*[:\
;]. | .
[:\
;]*| . |
*[:\
;].
[:\
;]* )
5278 ld_library_path_setting
="contains current directory"
5281 ld_library_path_setting
="ok"
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5285 $as_echo "$ld_library_path_setting" >&6; }
5286 if test "$ld_library_path_setting" != "ok"; then
5288 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5289 *** building glibc. Please change the environment variable
5290 *** and run configure again." "$LINENO" 5
5293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC supports -static-libgcc" >&5
5294 $as_echo_n "checking whether GCC supports -static-libgcc... " >&6; }
5295 if ${libc_cv_gcc_static_libgcc+:} false
; then :
5296 $as_echo_n "(cached) " >&6
5298 if $CC -v -static-libgcc 2>&1 |
grep 'unrecognized option.*static-libgcc' >/dev
/null
; then
5299 libc_cv_gcc_static_libgcc
=
5301 libc_cv_gcc_static_libgcc
=-static-libgcc
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_static_libgcc" >&5
5305 $as_echo "$libc_cv_gcc_static_libgcc" >&6; }
5308 # Extract the first word of "bash", so it can be a program name with args.
5309 set dummy bash
; ac_word
=$2
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5311 $as_echo_n "checking for $ac_word... " >&6; }
5312 if ${ac_cv_path_BASH_SHELL+:} false
; then :
5313 $as_echo_n "(cached) " >&6
5317 ac_cv_path_BASH_SHELL
="$BASH_SHELL" # Let the user override the test with a path.
5320 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5324 test -z "$as_dir" && as_dir
=.
5325 for ac_exec_ext
in '' $ac_executable_extensions; do
5326 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5327 ac_cv_path_BASH_SHELL
="$as_dir/$ac_word$ac_exec_ext"
5328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5335 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL
="no"
5339 BASH_SHELL
=$ac_cv_path_BASH_SHELL
5340 if test -n "$BASH_SHELL"; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5342 $as_echo "$BASH_SHELL" >&6; }
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5345 $as_echo "no" >&6; }
5350 # Extract the first word of "perl", so it can be a program name with args.
5351 set dummy perl
; ac_word
=$2
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5353 $as_echo_n "checking for $ac_word... " >&6; }
5354 if ${ac_cv_path_PERL+:} false
; then :
5355 $as_echo_n "(cached) " >&6
5359 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
5362 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5366 test -z "$as_dir" && as_dir
=.
5367 for ac_exec_ext
in '' $ac_executable_extensions; do
5368 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5369 ac_cv_path_PERL
="$as_dir/$ac_word$ac_exec_ext"
5370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5377 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL
="no"
5381 PERL
=$ac_cv_path_PERL
5382 if test -n "$PERL"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5384 $as_echo "$PERL" >&6; }
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5387 $as_echo "no" >&6; }
5391 if test "$PERL" != no
&&
5392 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5395 # Extract the first word of "install-info", so it can be a program name with args.
5396 set dummy install-info
; ac_word
=$2
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5398 $as_echo_n "checking for $ac_word... " >&6; }
5399 if ${ac_cv_path_INSTALL_INFO+:} false
; then :
5400 $as_echo_n "(cached) " >&6
5402 case $INSTALL_INFO in
5404 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
5407 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5408 as_dummy
="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5409 for as_dir
in $as_dummy
5412 test -z "$as_dir" && as_dir
=.
5413 for ac_exec_ext
in '' $ac_executable_extensions; do
5414 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5415 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
5416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5423 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO
="no"
5427 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
5428 if test -n "$INSTALL_INFO"; then
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5430 $as_echo "$INSTALL_INFO" >&6; }
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5433 $as_echo "no" >&6; }
5437 for ac_prog
in bison
5439 # Extract the first word of "$ac_prog", so it can be a program name with args.
5440 set dummy
$ac_prog; ac_word
=$2
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5442 $as_echo_n "checking for $ac_word... " >&6; }
5443 if ${ac_cv_prog_BISON+:} false
; then :
5444 $as_echo_n "(cached) " >&6
5446 if test -n "$BISON"; then
5447 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5449 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5453 test -z "$as_dir" && as_dir
=.
5454 for ac_exec_ext
in '' $ac_executable_extensions; do
5455 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5456 ac_cv_prog_BISON
="$ac_prog"
5457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5466 BISON
=$ac_cv_prog_BISON
5467 if test -n "$BISON"; then
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5469 $as_echo "$BISON" >&6; }
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5472 $as_echo "no" >&6; }
5476 test -n "$BISON" && break
5479 if test -z "$BISON"; then
5482 # Found it, now check the version.
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5484 $as_echo_n "checking version of $BISON... " >&6; }
5485 ac_prog_version
=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5486 case $ac_prog_version in
5487 '') ac_prog_version
="v. ?.??, bad"; ac_verc_fail
=yes;;
5488 2.7*|
[3-9].
*|
[1-9][0-9]*)
5489 ac_prog_version
="$ac_prog_version, ok"; ac_verc_fail
=no
;;
5490 *) ac_prog_version
="$ac_prog_version, bad"; ac_verc_fail
=yes;;
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5494 $as_echo "$ac_prog_version" >&6; }
5496 if test $ac_verc_fail = yes; then
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc-friendly stddef.h" >&5
5502 $as_echo_n "checking for libc-friendly stddef.h... " >&6; }
5503 if ${libc_cv_friendly_stddef+:} false
; then :
5504 $as_echo_n "(cached) " >&6
5506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5507 /* end confdefs.h. */
5508 #define __need_size_t
5509 #define __need_wchar_t
5516 size_t size; wchar_t wchar;
5518 #error stddef.h ignored __need_*
5520 if (&size == NULL || &wchar == NULL) abort ();
5525 if ac_fn_c_try_compile
"$LINENO"; then :
5526 libc_cv_friendly_stddef
=yes
5528 libc_cv_friendly_stddef
=no
5530 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_friendly_stddef" >&5
5533 $as_echo "$libc_cv_friendly_stddef" >&6; }
5534 if test $libc_cv_friendly_stddef = yes; then
5535 config_vars
="$config_vars
5536 override stddef.h = # The installed <stddef.h> seems to be libc-friendly."
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to use -P to assemble .S files" >&5
5540 $as_echo_n "checking whether we need to use -P to assemble .S files... " >&6; }
5541 if ${libc_cv_need_minus_P+:} false
; then :
5542 $as_echo_n "(cached) " >&6
5544 cat > conftest.S
<<EOF
5545 #include "confdefs.h"
5546 /* Nothing whatsoever. */
5548 if { ac_try
='${CC-cc} $CPPFLAGS $ASFLAGS -c conftest.S 1>&5'
5549 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5553 test $ac_status = 0; }; }; then
5554 libc_cv_need_minus_P
=no
5556 libc_cv_need_minus_P
=yes
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_need_minus_P" >&5
5561 $as_echo "$libc_cv_need_minus_P" >&6; }
5562 if test $libc_cv_need_minus_P = yes; then
5563 config_vars
="$config_vars
5564 asm-CPPFLAGS = -P # The assembler can't grok cpp's # line directives."
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5568 $as_echo_n "checking for .set assembler directive... " >&6; }
5569 if ${libc_cv_asm_set_directive+:} false
; then :
5570 $as_echo_n "(cached) " >&6
5572 cat > conftest.s
<<EOF
5575 .set glibc_conftest_frobozz,foo
5576 .globl glibc_conftest_frobozz
5578 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5579 # (but it doesn't work), so we must do a linking check to be sure.
5580 cat > conftest1.c
<<\EOF
5581 extern int glibc_conftest_frobozz
;
5582 void _start
() { glibc_conftest_frobozz
= 1; }
5584 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5585 -nostartfiles -nostdlib \
5586 -o conftest conftest.s conftest1.c
1>&5 2>&5; then
5587 libc_cv_asm_set_directive
=yes
5589 libc_cv_asm_set_directive
=no
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5594 $as_echo "$libc_cv_asm_set_directive" >&6; }
5595 if test $libc_cv_asm_set_directive = yes; then
5596 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler gnu_unique_object symbol type" >&5
5601 $as_echo_n "checking for assembler gnu_unique_object symbol type... " >&6; }
5602 if ${libc_cv_asm_unique_object+:} false
; then :
5603 $as_echo_n "(cached) " >&6
5605 cat > conftest.s
<<EOF
5608 .type _sym, %gnu_unique_object
5610 if ${CC-cc} -c $ASFLAGS conftest.s
1>&5 2>&5; then
5611 libc_cv_asm_unique_object
=yes
5613 libc_cv_asm_unique_object
=no
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_unique_object" >&5
5618 $as_echo "$libc_cv_asm_unique_object" >&6; }
5619 if test $libc_cv_asm_unique_object = yes; then
5620 $as_echo "#define HAVE_ASM_UNIQUE_OBJECT 1" >>confdefs.h
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .previous assembler directive" >&5
5625 $as_echo_n "checking for .previous assembler directive... " >&6; }
5626 if ${libc_cv_asm_previous_directive+:} false
; then :
5627 $as_echo_n "(cached) " >&6
5629 cat > conftest.s
<<EOF
5630 .section foo_section
5633 if { ac_try
='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5634 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5638 test $ac_status = 0; }; }; then
5639 libc_cv_asm_previous_directive
=yes
5641 libc_cv_asm_previous_directive
=no
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_previous_directive" >&5
5646 $as_echo "$libc_cv_asm_previous_directive" >&6; }
5647 if test $libc_cv_asm_previous_directive = yes; then
5648 $as_echo "#define HAVE_ASM_PREVIOUS_DIRECTIVE 1" >>confdefs.h
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .popsection assembler directive" >&5
5652 $as_echo_n "checking for .popsection assembler directive... " >&6; }
5653 if ${libc_cv_asm_popsection_directive+:} false
; then :
5654 $as_echo_n "(cached) " >&6
5656 cat > conftest.s
<<EOF
5657 .pushsection foo_section
5660 if { ac_try
='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5661 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5665 test $ac_status = 0; }; }; then
5666 libc_cv_asm_popsection_directive
=yes
5668 libc_cv_asm_popsection_directive
=no
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_popsection_directive" >&5
5673 $as_echo "$libc_cv_asm_popsection_directive" >&6; }
5674 if test $libc_cv_asm_popsection_directive = yes; then
5675 $as_echo "#define HAVE_ASM_POPSECTION_DIRECTIVE 1" >>confdefs.h
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .protected and .hidden assembler directive" >&5
5680 $as_echo_n "checking for .protected and .hidden assembler directive... " >&6; }
5681 if ${libc_cv_asm_protected_directive+:} false
; then :
5682 $as_echo_n "(cached) " >&6
5684 cat > conftest.s
<<EOF
5690 if { ac_try
='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5691 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5695 test $ac_status = 0; }; }; then
5696 libc_cv_asm_protected_directive
=yes
5698 as_fn_error $?
"assembler support for symbol visibility is required" "$LINENO" 5
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_protected_directive" >&5
5703 $as_echo "$libc_cv_asm_protected_directive" >&6; }
5705 if test $libc_cv_asm_protected_directive = yes; then
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((visibility())) is supported" >&5
5707 $as_echo_n "checking whether __attribute__((visibility())) is supported... " >&6; }
5708 if ${libc_cv_visibility_attribute+:} false
; then :
5709 $as_echo_n "(cached) " >&6
5711 cat > conftest.c
<<EOF
5712 int foo __attribute__ ((visibility ("hidden"))) = 1;
5713 int bar __attribute__ ((visibility ("protected"))) = 1;
5715 libc_cv_visibility_attribute
=no
5716 if { ac_try
='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5717 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5721 test $ac_status = 0; }; }; then
5722 if grep '\.hidden.*foo' conftest.s
>/dev
/null
; then
5723 if grep '\.protected.*bar' conftest.s
>/dev
/null
; then
5724 libc_cv_visibility_attribute
=yes
5728 rm -f conftest.
{c
,s
}
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_visibility_attribute" >&5
5732 $as_echo "$libc_cv_visibility_attribute" >&6; }
5733 if test $libc_cv_visibility_attribute != yes; then
5734 as_fn_error $?
"compiler support for visibility attribute is required" "$LINENO" 5
5738 if test $libc_cv_visibility_attribute = yes; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5740 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5741 if ${libc_cv_protected_data+:} false
; then :
5742 $as_echo_n "(cached) " >&6
5744 cat > conftest.c
<<EOF
5745 int bar __attribute__ ((visibility ("protected"))) = 1;
5747 libc_cv_protected_data
=no
5748 if { ac_try
='${CC-cc} -nostdlib -nostartfiles -fPIC -shared conftest.c -o conftest.so'
5749 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5753 test $ac_status = 0; }; }; then
5754 cat > conftest.c
<<EOF
5756 int main (void) { return bar; }
5758 if { ac_try
='${CC-cc} -nostdlib -nostartfiles conftest.c -o conftest conftest.so'
5759 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5763 test $ac_status = 0; }; }; then
5764 libc_cv_protected_data
=yes
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5771 $as_echo "$libc_cv_protected_data" >&6; }
5773 libc_cv_protected_data
=no
5777 if test $libc_cv_visibility_attribute = yes; then
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((visibility()))" >&5
5779 $as_echo_n "checking for broken __attribute__((visibility()))... " >&6; }
5780 if ${libc_cv_broken_visibility_attribute+:} false
; then :
5781 $as_echo_n "(cached) " >&6
5783 cat > conftest.c
<<EOF
5785 int bar (int x) __asm__ ("foo") __attribute__ ((visibility ("hidden")));
5786 int bar (int x) { return x; }
5788 libc_cv_broken_visibility_attribute
=yes
5789 if { ac_try
='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5790 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5794 test $ac_status = 0; }; }; then
5795 if grep '\.hidden[ _]foo' conftest.s
>/dev
/null
; then
5796 libc_cv_broken_visibility_attribute
=no
5799 rm -f conftest.c conftest.s
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_visibility_attribute" >&5
5803 $as_echo "$libc_cv_broken_visibility_attribute" >&6; }
5804 if test $libc_cv_broken_visibility_attribute = yes; then
5805 as_fn_error $?
"working compiler support for visibility attribute is required" "$LINENO" 5
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5810 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5811 if ${libc_cv_broken_alias_attribute+:} false
; then :
5812 $as_echo_n "(cached) " >&6
5814 cat > conftest.c
<<EOF
5815 extern int foo (int x) __asm ("xyzzy");
5816 int bar (int x) { return x; }
5817 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5819 extern __typeof (dfoo) dfoo __asm ("abccb");
5822 libc_cv_broken_alias_attribute
=yes
5823 if { ac_try
='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5824 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5828 test $ac_status = 0; }; }; then
5829 if grep 'xyzzy' conftest.s
>/dev
/null
&&
5830 grep 'abccb' conftest.s
>/dev
/null
; then
5831 libc_cv_broken_alias_attribute
=no
5834 rm -f conftest.c conftest.s
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5838 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5839 if test $libc_cv_broken_alias_attribute = yes; then
5840 as_fn_error $?
"working alias attribute support required" "$LINENO" 5
5843 if test $libc_cv_visibility_attribute = yes; then
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5845 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5846 if ${libc_cv_have_sdata_section+:} false
; then :
5847 $as_echo_n "(cached) " >&6
5849 echo "int i;" > conftest.c
5850 libc_cv_have_sdata_section
=no
5851 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c
-o conftest.so
2>&1 \
5852 |
grep '\.sdata' >/dev
/null
; then
5853 libc_cv_have_sdata_section
=yes
5855 rm -f conftest.c conftest.so
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5859 $as_echo "$libc_cv_have_sdata_section" >&6; }
5860 if test $libc_cv_have_sdata_section = yes; then
5861 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
5867 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
5868 if ${libc_cv_initfini_array+:} false
; then :
5869 $as_echo_n "(cached) " >&6
5871 cat > conftest.c
<<EOF
5872 int _start (void) { return 0; }
5873 int __start (void) { return 0; }
5875 int foo (void) { return 1; }
5876 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
5879 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
5880 conftest.c -static -nostartfiles -nostdlib
5882 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5886 test $ac_status = 0; }; }; then :
5887 if $READELF -S conftest | fgrep INIT_ARRAY
> /dev
/null
; then
5888 libc_cv_initfini_array
=yes
5890 libc_cv_initfini_array
=no
5893 libc_cv_initfini_array
=no
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_initfini_array" >&5
5899 $as_echo "$libc_cv_initfini_array" >&6; }
5900 if test $libc_cv_initfini_array != yes; then
5901 as_fn_error $?
"Need linker with .init_array/.fini_array support." "$LINENO" 5
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
5905 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
5906 if ${libc_cv_ctors_header+:} false
; then :
5907 $as_echo_n "(cached) " >&6
5909 libc_cv_ctors_header
=yes
5910 cat > conftest.c
<<EOF
5911 int _start (void) { return 0; }
5912 int __start (void) { return 0; }
5914 __attribute__ ((constructor)) void ctor (void) { asm (""); }
5915 __attribute__ ((destructor)) void dtor (void) { asm (""); }
5918 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
5919 conftest.c -static -nostartfiles -nostdlib
5921 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5925 test $ac_status = 0; }; }; then :
5926 if $READELF -WS conftest
$ac_exeext |
$AWK '
5927 { gsub(/\[ */, "[") }
5928 $2 == ".ctors" || $2 == ".dtors" {
5929 size = strtonum("0x" $6)
5930 align = strtonum("0x" $NF)
5932 stub[$2] = size == align * 2
5935 ctors_ok = !seen[".ctors"] || stub[".ctors"]
5936 dtors_ok = !seen[".dtors"] || stub[".dtors"]
5937 exit ((ctors_ok && dtors_ok) ? 0 : 1)
5940 libc_cv_ctors_header
=no
5944 as_fn_error $?
"missing __attribute__ ((constructor)) support??" "$LINENO" 5
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
5951 $as_echo "$libc_cv_ctors_header" >&6; }
5952 if test $libc_cv_ctors_header = no
; then
5953 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5958 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5959 if ${libc_cv_cc_with_libunwind+:} false
; then :
5960 $as_echo_n "(cached) " >&6
5963 cat > conftest.c
<<EOF
5964 int main (void) { return 0; }
5966 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5967 conftest.c
-v 2>&1 >/dev
/null |
grep ' -lunwind ' >/dev
/null
; then
5968 libc_cv_cc_with_libunwind
=yes
5970 libc_cv_cc_with_libunwind
=no
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5975 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5977 if test $libc_cv_cc_with_libunwind = yes; then
5978 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z nodelete" >&5
5983 $as_echo_n "checking for linker that supports -z nodelete... " >&6; }
5984 libc_linker_feature
=no
5985 if test x
"$gnu_ld" = x
"yes"; then
5986 libc_linker_check
=`$LD -v --help 2>/dev/null | grep "\-z nodelete"`
5987 if test -n "$libc_linker_check"; then
5988 cat > conftest.c
<<EOF
5989 int _start (void) { return 42; }
5991 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5992 -Wl,--enable-new-dtags,-z,nodelete -nostdlib -nostartfiles
5993 -fPIC -shared -o conftest.so conftest.c
5995 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5998 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5999 test $ac_status = 0; }; }
6001 libc_linker_feature
=yes
6006 if test $libc_linker_feature = yes; then
6007 libc_cv_z_nodelete
=yes
6009 as_fn_error $?
"linker with -z nodelete support required" "$LINENO" 5
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6012 $as_echo "$libc_linker_feature" >&6; }
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z nodlopen" >&5
6015 $as_echo_n "checking for linker that supports -z nodlopen... " >&6; }
6016 libc_linker_feature
=no
6017 if test x
"$gnu_ld" = x
"yes"; then
6018 libc_linker_check
=`$LD -v --help 2>/dev/null | grep "\-z nodlopen"`
6019 if test -n "$libc_linker_check"; then
6020 cat > conftest.c
<<EOF
6021 int _start (void) { return 42; }
6023 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6024 -Wl,--enable-new-dtags,-z,nodlopen -nostdlib -nostartfiles
6025 -fPIC -shared -o conftest.so conftest.c
6027 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6031 test $ac_status = 0; }; }
6033 libc_linker_feature
=yes
6038 if test $libc_linker_feature = yes; then
6039 libc_cv_z_nodlopen
=yes
6041 as_fn_error $?
"linker with -z nodlopen support required" "$LINENO" 5
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6044 $as_echo "$libc_linker_feature" >&6; }
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z initfirst" >&5
6047 $as_echo_n "checking for linker that supports -z initfirst... " >&6; }
6048 libc_linker_feature
=no
6049 if test x
"$gnu_ld" = x
"yes"; then
6050 libc_linker_check
=`$LD -v --help 2>/dev/null | grep "\-z initfirst"`
6051 if test -n "$libc_linker_check"; then
6052 cat > conftest.c
<<EOF
6053 int _start (void) { return 42; }
6055 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6056 -Wl,--enable-new-dtags,-z,initfirst -nostdlib -nostartfiles
6057 -fPIC -shared -o conftest.so conftest.c
6059 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6063 test $ac_status = 0; }; }
6065 libc_linker_feature
=yes
6070 if test $libc_linker_feature = yes; then
6071 libc_cv_z_initfirst
=yes
6073 as_fn_error $?
"linker with -z initfirst support required" "$LINENO" 5
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6076 $as_echo "$libc_linker_feature" >&6; }
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Bgroup option" >&5
6079 $as_echo_n "checking for -Bgroup option... " >&6; }
6080 if ${libc_cv_Bgroup+:} false
; then :
6081 $as_echo_n "(cached) " >&6
6083 cat > conftest.c
<<EOF
6084 int _start (void) { return 42; }
6086 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6087 -fPIC -shared -o conftest.so conftest.c
6088 -Wl,-Bgroup -nostdlib 1>&5'
6089 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6093 test $ac_status = 0; }; }
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_Bgroup" >&5
6102 $as_echo "$libc_cv_Bgroup" >&6; }
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
6107 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
6108 if ${libc_cv_as_noexecstack+:} false
; then :
6109 $as_echo_n "(cached) " >&6
6111 cat > conftest.c
<<EOF
6114 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS
6115 -S -o conftest.s conftest.c 1>&5'
6116 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6119 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6120 test $ac_status = 0; }; } \
6121 && grep .note.GNU-stack conftest.s
>/dev
/null \
6122 && { ac_try
='${CC-cc} $ASFLAGS -Wa,--noexecstack
6123 -c -o conftest.o conftest.s 1>&5'
6124 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6127 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6128 test $ac_status = 0; }; }
6130 libc_cv_as_noexecstack
=yes
6132 libc_cv_as_noexecstack
=no
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
6137 $as_echo "$libc_cv_as_noexecstack" >&6; }
6138 if test $libc_cv_as_noexecstack = yes; then
6139 ASFLAGS_config
="$ASFLAGS_config -Wa,--noexecstack"
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
6144 $as_echo_n "checking for -z combreloc... " >&6; }
6145 if ${libc_cv_z_combreloc+:} false
; then :
6146 $as_echo_n "(cached) " >&6
6148 cat > conftest.c
<<EOF
6149 extern int bar (int);
6151 int foo (void) { return bar (mumble); }
6153 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6154 -fPIC -shared -o conftest.so conftest.c
6155 -nostdlib -nostartfiles
6156 -Wl,-z,combreloc 1>&5'
6157 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6161 test $ac_status = 0; }; }
6163 if $READELF -S conftest.so |
grep '\.rel\(a\|\)\.dyn' > /dev
/null
; then
6164 libc_cv_z_combreloc
=yes
6166 libc_cv_z_combreloc
=no
6169 libc_cv_z_combreloc
=no
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
6174 $as_echo "$libc_cv_z_combreloc" >&6; }
6175 if test "$libc_cv_z_combreloc" = yes; then
6176 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
6182 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
6183 libc_linker_feature
=no
6184 if test x
"$gnu_ld" = x
"yes"; then
6185 libc_linker_check
=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
6186 if test -n "$libc_linker_check"; then
6187 cat > conftest.c
<<EOF
6188 int _start (void) { return 42; }
6190 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6191 -Wl,-z,execstack -nostdlib -nostartfiles
6192 -fPIC -shared -o conftest.so conftest.c
6194 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6198 test $ac_status = 0; }; }
6200 libc_linker_feature
=yes
6205 if test $libc_linker_feature = yes; then
6206 libc_cv_z_execstack
=yes
6208 libc_cv_z_execstack
=no
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
6211 $as_echo "$libc_linker_feature" >&6; }
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
6215 $as_echo_n "checking for -fpie... " >&6; }
6216 if ${libc_cv_fpie+:} false
; then :
6217 $as_echo_n "(cached) " >&6
6219 if { ac_try
='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
6220 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6223 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6224 test $ac_status = 0; }; }; then :
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
6232 $as_echo "$libc_cv_fpie" >&6; }
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
6237 $as_echo_n "checking for --hash-style option... " >&6; }
6238 if ${libc_cv_hashstyle+:} false
; then :
6239 $as_echo_n "(cached) " >&6
6241 cat > conftest.c
<<EOF
6242 int _start (void) { return 42; }
6244 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6245 -fPIC -shared -o conftest.so conftest.c
6246 -Wl,--hash-style=both -nostdlib 1>&5'
6247 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6251 test $ac_status = 0; }; }
6253 libc_cv_hashstyle
=yes
6255 libc_cv_hashstyle
=no
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
6260 $as_echo "$libc_cv_hashstyle" >&6; }
6263 # The linker's default -shared behavior is good enough if it
6264 # does these things that our custom linker scripts ensure that
6265 # all allocated NOTE sections come first.
6266 if test "$use_default_link" = default
; then
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
6268 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
6269 if ${libc_cv_use_default_link+:} false
; then :
6270 $as_echo_n "(cached) " >&6
6272 libc_cv_use_default_link
=no
6273 cat > conftest.s
<<\EOF
6274 .section .note.a
,"a",%note
6279 .section .note.b
,"a",%note
6285 if { ac_try
=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
6286 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6290 test $ac_status = 0; }; } &&
6291 ac_try
=`$READELF -S conftest.so | sed -n \
6293 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
6299 libc_seen_a
=no libc_seen_b
=no
6301 while test $# -ge 2 -a "$1" = NOTE
; do
6303 .note.a
) libc_seen_a
=yes ;;
6304 .note.b
) libc_seen_b
=yes ;;
6308 case "$libc_seen_a$libc_seen_b" in
6310 libc_cv_use_default_link
=yes
6314 $libc_seen_a$libc_seen_b from:
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
6322 $as_echo "$libc_cv_use_default_link" >&6; }
6323 use_default_link
=$libc_cv_use_default_link
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
6327 $as_echo_n "checking linker output format... " >&6; }
6328 if ${libc_cv_output_format+:} false
; then :
6329 $as_echo_n "(cached) " >&6
6331 if libc_cv_output_format
=`
6332 ${CC-cc} -nostartfiles -nostdlib -Wl,--print-output-format 2>&5`
6336 libc_cv_output_format
=
6338 test -n "$libc_cv_output_format" || libc_cv_output_format
=unknown
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
6341 $as_echo "$libc_cv_output_format" >&6; }
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
6345 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
6346 if ${libc_cv_fno_toplevel_reorder+:} false
; then :
6347 $as_echo_n "(cached) " >&6
6349 cat > conftest.c
<<EOF
6352 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
6354 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6358 test $ac_status = 0; }; }
6360 libc_cv_fno_toplevel_reorder
=yes
6362 libc_cv_fno_toplevel_reorder
=no
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6367 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6368 if test $libc_cv_fno_toplevel_reorder = yes; then
6369 fno_unit_at_a_time
="-fno-toplevel-reorder -fno-section-anchors"
6371 fno_unit_at_a_time
=-fno-unit-at-a-time
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
6376 $as_echo_n "checking for -fstack-protector... " >&6; }
6377 if ${libc_cv_ssp+:} false
; then :
6378 $as_echo_n "(cached) " >&6
6380 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
6381 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6384 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6385 test $ac_status = 0; }; }; then :
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
6393 $as_echo "$libc_cv_ssp" >&6; }
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fgnu89-inline" >&5
6397 $as_echo_n "checking for -fgnu89-inline... " >&6; }
6398 if ${libc_cv_gnu89_inline+:} false
; then :
6399 $as_echo_n "(cached) " >&6
6401 cat > conftest.c
<<EOF
6403 #ifdef __GNUC_GNU_INLINE__
6404 main () { return 0;}
6409 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -S -std=gnu99 -fgnu89-inline
6410 -o conftest.s conftest.c 1>&5'
6411 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6415 test $ac_status = 0; }; }
6417 libc_cv_gnu89_inline
=yes
6419 libc_cv_gnu89_inline
=no
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gnu89_inline" >&5
6424 $as_echo "$libc_cv_gnu89_inline" >&6; }
6425 if test $libc_cv_gnu89_inline = yes; then
6426 gnu89_inline
=-fgnu89-inline
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6433 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6434 if ${libc_cv_have_section_quotes+:} false
; then :
6435 $as_echo_n "(cached) " >&6
6437 cat > conftest.c
<<EOF
6438 static const int foo
6439 __attribute__ ((section ("bar"))) = 1;
6441 if ${CC-cc} -S conftest.c
-o conftest.s
; then
6442 if grep '\.section.*"bar"' conftest.s
>/dev
/null
; then
6443 libc_cv_have_section_quotes
=yes
6445 libc_cv_have_section_quotes
=no
6448 libc_cv_have_section_quotes
=unknown
6450 rm -f conftest.
{c
,s
}
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6454 $as_echo "$libc_cv_have_section_quotes" >&6; }
6455 if test $libc_cv_have_section_quotes = yes; then
6456 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler .weak directive" >&5
6461 $as_echo_n "checking for assembler .weak directive... " >&6; }
6462 if ${libc_cv_asm_weak_directive+:} false
; then :
6463 $as_echo_n "(cached) " >&6
6465 cat > conftest.s
<<EOF
6470 .weak bar; bar = foo
6472 if { ac_try
='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6473 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6476 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6477 test $ac_status = 0; }; }; then
6478 libc_cv_asm_weak_directive
=yes
6480 libc_cv_asm_weak_directive
=no
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_weak_directive" >&5
6485 $as_echo "$libc_cv_asm_weak_directive" >&6; }
6487 if test $libc_cv_asm_weak_directive = no
; then
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler .weakext directive" >&5
6489 $as_echo_n "checking for assembler .weakext directive... " >&6; }
6490 if ${libc_cv_asm_weakext_directive+:} false
; then :
6491 $as_echo_n "(cached) " >&6
6493 cat > conftest.s
<<EOF
6502 if { ac_try
='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6503 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6507 test $ac_status = 0; }; }; then
6508 libc_cv_asm_weakext_directive
=yes
6510 libc_cv_asm_weakext_directive
=no
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_weakext_directive" >&5
6515 $as_echo "$libc_cv_asm_weakext_directive" >&6; }
6519 if test $libc_cv_asm_weak_directive = yes; then
6520 $as_echo "#define HAVE_ASM_WEAK_DIRECTIVE 1" >>confdefs.h
6522 elif test $libc_cv_asm_weakext_directive = yes; then
6523 $as_echo "#define HAVE_ASM_WEAKEXT_DIRECTIVE 1" >>confdefs.h
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld --no-whole-archive" >&5
6528 $as_echo_n "checking for ld --no-whole-archive... " >&6; }
6529 if ${libc_cv_ld_no_whole_archive+:} false
; then :
6530 $as_echo_n "(cached) " >&6
6532 cat > conftest.c
<<\EOF
6537 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6538 -nostdlib -nostartfiles -Wl,--no-whole-archive
6539 -o conftest conftest.c 1>&5'
6540 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6544 test $ac_status = 0; }; }; then
6545 libc_cv_ld_no_whole_archive
=yes
6547 libc_cv_ld_no_whole_archive
=no
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_no_whole_archive" >&5
6552 $as_echo "$libc_cv_ld_no_whole_archive" >&6; }
6553 if test $libc_cv_ld_no_whole_archive = no
; then
6554 as_fn_error $?
"support for --no-whole-archive is needed" "$LINENO" 5
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc -fexceptions" >&5
6558 $as_echo_n "checking for gcc -fexceptions... " >&6; }
6559 if ${libc_cv_gcc_exceptions+:} false
; then :
6560 $as_echo_n "(cached) " >&6
6562 cat > conftest.c
<<\EOF
6567 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6568 -nostdlib -nostartfiles -fexceptions
6569 -o conftest conftest.c 1>&5'
6570 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6574 test $ac_status = 0; }; }; then
6575 libc_cv_gcc_exceptions
=yes
6577 libc_cv_gcc_exceptions
=no
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_exceptions" >&5
6582 $as_echo "$libc_cv_gcc_exceptions" >&6; }
6583 if test $libc_cv_gcc_exceptions = yes; then
6584 exceptions
=-fexceptions
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
6588 $as_echo_n "checking for __builtin_memset... " >&6; }
6589 if ${libc_cv_gcc_builtin_memset+:} false
; then :
6590 $as_echo_n "(cached) " >&6
6592 cat > conftest.c
<<\EOF
6595 __builtin_memset
(x
, 0, 1000);
6598 if { ac_try
='${CC-cc} -O3 -S conftest.c -o - | fgrep "memset" > /dev/null'
6599 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6603 test $ac_status = 0; }; };
6605 libc_cv_gcc_builtin_memset
=no
6607 libc_cv_gcc_builtin_memset
=yes
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
6612 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
6613 if test "$libc_cv_gcc_builtin_memset" = yes ; then
6614 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
6619 $as_echo_n "checking for redirection of built-in functions... " >&6; }
6620 if ${libc_cv_gcc_builtin_redirection+:} false
; then :
6621 $as_echo_n "(cached) " >&6
6623 cat > conftest.c
<<\EOF
6624 extern char
*strstr
(const char
*, const char
*) __asm
("my_strstr");
6625 char
*foo
(const char
*a
, const char
*b
)
6627 return __builtin_strstr
(a
, b
);
6630 if { ac_try
='${CC-cc} -O3 -S conftest.c -o - | fgrep "my_strstr" > /dev/null'
6631 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6635 test $ac_status = 0; }; };
6637 libc_cv_gcc_builtin_redirection
=yes
6639 libc_cv_gcc_builtin_redirection
=no
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
6644 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
6645 if test "$libc_cv_gcc_builtin_redirection" = no
; then
6646 as_fn_error $?
"support for the symbol redirection needed" "$LINENO" 5
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread" >&5
6650 $as_echo_n "checking for __thread... " >&6; }
6651 if ${libc_cv_gcc___thread+:} false
; then :
6652 $as_echo_n "(cached) " >&6
6654 cat > conftest.c
<<\EOF
6655 __thread int a
= 42;
6657 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c >&5'
6658 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6662 test $ac_status = 0; }; }; then
6663 libc_cv_gcc___thread
=yes
6665 libc_cv_gcc___thread
=no
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc___thread" >&5
6670 $as_echo "$libc_cv_gcc___thread" >&6; }
6671 if test "$libc_cv_gcc___thread" = no
; then
6672 as_fn_error $?
"support for the __thread keyword is required" "$LINENO" 5
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tls_model attribute" >&5
6676 $as_echo_n "checking for tls_model attribute... " >&6; }
6677 if ${libc_cv_gcc_tls_model_attr+:} false
; then :
6678 $as_echo_n "(cached) " >&6
6680 cat > conftest.c
<<\EOF
6681 extern __thread int a __attribute__
((tls_model
("initial-exec")));
6683 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -S -Werror conftest.c >&5'
6684 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6688 test $ac_status = 0; }; }; then
6689 libc_cv_gcc_tls_model_attr
=yes
6691 libc_cv_gcc_tls_model_attr
=no
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_tls_model_attr" >&5
6696 $as_echo "$libc_cv_gcc_tls_model_attr" >&6; }
6697 if test "$libc_cv_gcc_tls_model_attr" = no
; then
6698 as_fn_error $?
"support for the tls_model attribute is required" "$LINENO" 5
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
6702 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
6703 if ${libc_cv_cc_nofma+:} false
; then :
6704 $as_echo_n "(cached) " >&6
6707 for opt
in -ffp-contract=off
-mno-fused-madd; do
6708 if { ac_try
='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6709 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6713 test $ac_status = 0; }; }; then :
6714 libc_cv_cc_nofma
=$opt; break
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
6719 $as_echo "$libc_cv_cc_nofma" >&6; }
6722 if test -n "$submachine"; then
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
6724 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
6725 if ${libc_cv_cc_submachine+:} false
; then :
6726 $as_echo_n "(cached) " >&6
6728 libc_cv_cc_submachine
=no
6729 for opt
in "-march=$submachine" "-mcpu=$submachine"; do
6730 if { ac_try
='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6731 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6735 test $ac_status = 0; }; }; then :
6737 libc_cv_cc_submachine
="$opt"
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6743 $as_echo "$libc_cv_cc_submachine" >&6; }
6744 if test "x$libc_cv_cc_submachine" = xno
; then
6745 as_fn_error $?
"${CC-cc} does not support $submachine" "$LINENO" 5
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6751 __attribute__ ((__optimize__))" >&5
6752 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6753 __attribute__ ((__optimize__))... " >&6; }
6754 if ${libc_cv_cc_loop_to_function+:} false
; then :
6755 $as_echo_n "(cached) " >&6
6757 cat > conftest.c
<<EOF
6759 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
6762 libc_cv_cc_loop_to_function
=no
6763 if { ac_try
='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c'
6764 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6768 test $ac_status = 0; }; }
6770 libc_cv_cc_loop_to_function
=yes
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
6775 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
6776 if test $libc_cv_cc_loop_to_function = yes; then
6777 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
6783 $as_echo_n "checking for libgd... " >&6; }
6784 if test "$with_gd" != "no"; then
6785 old_CFLAGS
="$CFLAGS"
6786 CFLAGS
="$CFLAGS $libgd_include"
6787 old_LDFLAGS
="$LDFLAGS"
6788 LDFLAGS
="$LDFLAGS $libgd_ldflags"
6790 LIBS
="$LIBS -lgd -lpng -lz -lm"
6791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6792 /* end confdefs.h. */
6802 if ac_fn_c_try_link
"$LINENO"; then :
6807 rm -f core conftest.err conftest.
$ac_objext \
6808 conftest
$ac_exeext conftest.
$ac_ext
6809 CFLAGS
="$old_CFLAGS"
6810 LDFLAGS
="$old_LDFLAGS"
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6816 $as_echo "$LIBGD" >&6; }
6820 if test x
$with_selinux = xno
; then
6823 # See if we have the SELinux library
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6825 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6826 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false
; then :
6827 $as_echo_n "(cached) " >&6
6829 ac_check_lib_save_LIBS
=$LIBS
6830 LIBS
="-lselinux $LIBS"
6831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6832 /* end confdefs.h. */
6834 /* Override any GCC internal prototype to avoid an error.
6835 Use char because int might match the return type of a GCC
6836 builtin and then its argument prototype would still apply. */
6840 char is_selinux_enabled ();
6844 return is_selinux_enabled ();
6849 if ac_fn_c_try_link
"$LINENO"; then :
6850 ac_cv_lib_selinux_is_selinux_enabled
=yes
6852 ac_cv_lib_selinux_is_selinux_enabled
=no
6854 rm -f core conftest.err conftest.
$ac_objext \
6855 conftest
$ac_exeext conftest.
$ac_ext
6856 LIBS
=$ac_check_lib_save_LIBS
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6859 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6860 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes
; then :
6866 if test x
$with_selinux = xyes
; then
6867 if test x
$have_selinux = xno
; then
6868 as_fn_error $?
"SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6872 # Check if we're building with SELinux support.
6873 if test "x$have_selinux" = xyes
; then
6875 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6878 # See if we have the libaudit library
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6880 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6881 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false
; then :
6882 $as_echo_n "(cached) " >&6
6884 ac_check_lib_save_LIBS
=$LIBS
6885 LIBS
="-laudit $LIBS"
6886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6887 /* end confdefs.h. */
6889 /* Override any GCC internal prototype to avoid an error.
6890 Use char because int might match the return type of a GCC
6891 builtin and then its argument prototype would still apply. */
6895 char audit_log_user_avc_message ();
6899 return audit_log_user_avc_message ();
6904 if ac_fn_c_try_link
"$LINENO"; then :
6905 ac_cv_lib_audit_audit_log_user_avc_message
=yes
6907 ac_cv_lib_audit_audit_log_user_avc_message
=no
6909 rm -f core conftest.err conftest.
$ac_objext \
6910 conftest
$ac_exeext conftest.
$ac_ext
6911 LIBS
=$ac_check_lib_save_LIBS
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6914 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6915 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes
; then :
6921 if test "x$have_libaudit" = xyes
; then
6923 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6928 # See if we have the libcap library
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6930 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6931 if ${ac_cv_lib_cap_cap_init+:} false
; then :
6932 $as_echo_n "(cached) " >&6
6934 ac_check_lib_save_LIBS
=$LIBS
6936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6937 /* end confdefs.h. */
6939 /* Override any GCC internal prototype to avoid an error.
6940 Use char because int might match the return type of a GCC
6941 builtin and then its argument prototype would still apply. */
6954 if ac_fn_c_try_link
"$LINENO"; then :
6955 ac_cv_lib_cap_cap_init
=yes
6957 ac_cv_lib_cap_cap_init
=no
6959 rm -f core conftest.err conftest.
$ac_objext \
6960 conftest
$ac_exeext conftest.
$ac_ext
6961 LIBS
=$ac_check_lib_save_LIBS
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6964 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6965 if test "x$ac_cv_lib_cap_cap_init" = xyes
; then :
6971 if test "x$have_libcap" = xyes
; then
6973 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6981 # The cast to long int works around a bug in the HP C Compiler
6982 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6983 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6984 # This bug is HP SR number 8606223364.
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
6986 $as_echo_n "checking size of long double... " >&6; }
6987 if ${ac_cv_sizeof_long_double+:} false
; then :
6988 $as_echo_n "(cached) " >&6
6990 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then :
6993 if test "$ac_cv_type_long_double" = yes; then
6994 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6996 as_fn_error
77 "cannot compute sizeof (long double)
6997 See \`config.log' for more details" "$LINENO" 5; }
6999 ac_cv_sizeof_long_double
=0
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
7005 $as_echo "$ac_cv_sizeof_long_double" >&6; }
7009 cat >>confdefs.h
<<_ACEOF
7010 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
7014 sizeof_long_double
=$ac_cv_sizeof_long_double
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
7019 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
7020 if ${libc_cv_predef_fortify_source+:} false
; then :
7021 $as_echo_n "(cached) " >&6
7023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7024 /* end confdefs.h. */
7030 #ifdef _FORTIFY_SOURCE
7037 if ac_fn_c_try_compile
"$LINENO"; then :
7038 libc_cv_predef_fortify_source
=no
7040 libc_cv_predef_fortify_source
=yes
7042 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
7045 $as_echo "$libc_cv_predef_fortify_source" >&6; }
7046 if test $libc_cv_predef_fortify_source = yes; then
7047 CPPUNDEFS
="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC implicitly enables -fstack-protector" >&5
7052 $as_echo_n "checking whether $CC implicitly enables -fstack-protector... " >&6; }
7053 if ${libc_cv_predef_stack_protector+:} false
; then :
7054 $as_echo_n "(cached) " >&6
7057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7058 /* end confdefs.h. */
7059 extern void foobar (char *);
7063 char large_array[2048]; foobar (large_array);
7068 if ac_fn_c_try_compile
"$LINENO"; then :
7070 libc_undefs
=`$NM -u conftest.o |
7071 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
7073 as_fn_error $?
"confusing output from $NM -u" "$LINENO" 5
7075 echo >&5 "libc_undefs='$libc_undefs'"
7076 # On some architectures, there are architecture-specific undefined
7077 # symbols (resolved by the linker), so filter out unknown symbols.
7078 # This will fail to produce the correct result if the compiler
7079 # defaults to -fstack-protector but this produces an undefined symbol
7080 # other than __stack_chk_fail. However, compilers like that have not
7081 # been encountered in practice.
7082 libc_undefs
=`echo "$libc_undefs" | egrep '^(foobar|__stack_chk_fail)$'`
7083 case "$libc_undefs" in
7084 foobar
) libc_cv_predef_stack_protector
=no
;;
7086 foobar') libc_cv_predef_stack_protector
=yes ;;
7087 *) as_fn_error $?
"unexpected symbols in test: $libc_undefs" "$LINENO" 5 ;;
7090 as_fn_error $?
"test compilation failed" "$LINENO" 5
7092 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_stack_protector" >&5
7096 $as_echo "$libc_cv_predef_stack_protector" >&6; }
7098 if test $libc_cv_predef_stack_protector = yes; then
7099 libc_extra_cflags
="$libc_extra_cflags -fno-stack-protector"
7101 libc_extra_cppflags
=
7103 # Some linkers on some architectures support __ehdr_start but with
7104 # bugs. Make sure usage of it does not create relocations in the
7105 # output (as the linker should resolve them all for us).
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker provides working __ehdr_start" >&5
7107 $as_echo_n "checking whether the linker provides working __ehdr_start... " >&6; }
7108 if ${libc_cv_ehdr_start+:} false
; then :
7109 $as_echo_n "(cached) " >&6
7112 old_CFLAGS
="$CFLAGS"
7113 old_LDFLAGS
="$LDFLAGS"
7115 CFLAGS
="$CFLAGS -fPIC"
7116 LDFLAGS
="$LDFLAGS -nostdlib -nostartfiles -shared"
7118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h. */
7125 extern const Ehdr __ehdr_start __attribute__ ((visibility ("hidden")));
7126 long ehdr (void) { return __ehdr_start.val; }
7129 if ac_fn_c_try_link
"$LINENO"; then :
7130 if $READELF -r conftest | fgrep __ehdr_start
>/dev
/null
; then
7131 libc_cv_ehdr_start
=broken
7133 libc_cv_ehdr_start
=yes
7136 libc_cv_ehdr_start
=no
7138 rm -f core conftest.err conftest.
$ac_objext \
7139 conftest
$ac_exeext conftest.
$ac_ext
7140 CFLAGS
="$old_CFLAGS"
7141 LDFLAGS
="$old_LDFLAGS"
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ehdr_start" >&5
7146 $as_echo "$libc_cv_ehdr_start" >&6; }
7147 if test "$libc_cv_ehdr_start" = yes; then
7148 $as_echo "#define HAVE_EHDR_START 1" >>confdefs.h
7150 elif test "$libc_cv_ehdr_start" = broken
; then
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linker is broken -- you should upgrade" >&5
7152 $as_echo "$as_me: WARNING: linker is broken -- you should upgrade" >&2;}
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_trap with no external dependencies" >&5
7156 $as_echo_n "checking for __builtin_trap with no external dependencies... " >&6; }
7157 if ${libc_cv_builtin_trap+:} false
; then :
7158 $as_echo_n "(cached) " >&6
7160 libc_cv_builtin_trap
=no
7161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7162 /* end confdefs.h. */
7172 if ac_fn_c_try_compile
"$LINENO"; then :
7174 libc_undefs
=`$NM -u conftest.o |
7175 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
7177 as_fn_error $?
"confusing output from $NM -u" "$LINENO" 5
7179 echo >&5 "libc_undefs='$libc_undefs'"
7180 if test -z "$libc_undefs"; then
7181 libc_cv_builtin_trap
=yes
7184 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_builtin_trap" >&5
7187 $as_echo "$libc_cv_builtin_trap" >&6; }
7188 if test $libc_cv_builtin_trap = yes; then
7189 $as_echo "#define HAVE_BUILTIN_TRAP 1" >>confdefs.h
7193 ### End of automated tests.
7194 ### Now run sysdeps configure fragments.
7196 # They also can set these variables.
7198 ldd_rewrite_script
=no
7199 libc_cv_sysconfdir
=$sysconfdir
7200 libc_cv_localstatedir
=$localstatedir
7201 libc_cv_gcc_unwind_find_fde
=no
7204 # Iterate over all the sysdep directories we will use, running their
7205 # configure fragments.
7206 for dir
in $sysnames; do
7209 *) dest
=$srcdir/$dir ;;
7211 if test -r $dest/configure
; then
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
7213 $as_echo "running configure fragment for $dir" >&6; }
7221 if test x
$libc_cv_gcc_unwind_find_fde = xyes
; then
7222 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
7227 # A sysdeps configure fragment can reset this if IFUNC is not actually
7228 # usable even though the assembler knows how to generate the symbol type.
7229 if test x
"$libc_cv_ld_gnu_indirect_function" = xyes
; then
7230 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
7234 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
7235 # configure fragment can override the value to prevent this AC_DEFINE.
7237 if test "x$use_nscd" != xno
; then
7238 $as_echo "#define USE_NSCD 1" >>confdefs.h
7241 if test "x$build_nscd" = xdefault
; then
7242 build_nscd
=$use_nscd
7245 # Test for old glibc 2.0.x headers so that they can be removed properly
7246 # Search only in includedir.
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for old glibc 2.0.x headers" >&5
7248 $as_echo_n "checking for old glibc 2.0.x headers... " >&6; }
7249 if eval test -f "${includedir}/elfclass.h" -a -f "${includedir}/fcntlbits.h"
7251 old_glibc_headers
=yes
7253 old_glibc_headers
=no
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $old_glibc_headers" >&5
7256 $as_echo "$old_glibc_headers" >&6; }
7257 if test ${old_glibc_headers} = yes; then
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** During \"make install\" old headers from glibc 2.0.x will" >&5
7259 $as_echo "$as_me: WARNING: *** During \"make install\" old headers from glibc 2.0.x will" >&2;}
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** be removed." >&5
7261 $as_echo "$as_me: WARNING: *** be removed." >&2;}
7273 if test x
$use_ldconfig = xyes
; then
7274 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
7284 $as_echo_n "checking whether -fPIC is default... " >&6; }
7285 if ${libc_cv_pic_default+:} false
; then :
7286 $as_echo_n "(cached) " >&6
7288 libc_cv_pic_default
=yes
7289 cat > conftest.c
<<EOF
7290 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
7291 # error PIC is default.
7294 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
7295 libc_cv_pic_default
=no
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
7300 $as_echo "$libc_cv_pic_default" >&6; }
7310 VERSION
=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
7311 RELEASE
=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
7315 ac_config_files
="$ac_config_files config.make Makefile"
7317 ac_config_commands
="$ac_config_commands default"
7319 cat >confcache
<<\_ACEOF
7320 # This file is a shell script that caches the results of configure
7321 # tests run on this system so they can be shared between configure
7322 # scripts and configure runs, see configure's option --config-cache.
7323 # It is not useful on other systems. If it contains results you don't
7324 # want to keep, you may remove or edit it.
7326 # config.status only pays attention to the cache file if you give it
7327 # the --recheck option to rerun configure.
7329 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7330 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7335 # The following way of writing the cache mishandles newlines in values,
7336 # but we know of no workaround that is simple, portable, and efficient.
7337 # So, we kill variables containing newlines.
7338 # Ultrix sh set writes to stderr and can't be redirected directly,
7339 # and sets the high bit in the cache file unless we assign to the vars.
7341 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7342 eval ac_val
=\$
$ac_var
7346 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7347 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7350 _ | IFS | as_nl
) ;; #(
7351 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
7352 *) { eval $ac_var=; unset $ac_var;} ;;
7358 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7359 *${as_nl}ac_space
=\
*)
7360 # `set' does not quote correctly, so add quotes: double-quote
7361 # substitution turns \\\\ into \\, and sed turns \\ into \.
7364 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7367 # `set' quotes correctly as required by POSIX, so do not add quotes.
7368 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7377 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7379 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7381 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
7382 if test -w "$cache_file"; then
7383 if test "x$cache_file" != "x/dev/null"; then
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7385 $as_echo "$as_me: updating cache $cache_file" >&6;}
7386 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
7387 cat confcache
>"$cache_file"
7389 case $cache_file in #(
7391 mv -f confcache
"$cache_file"$$
&&
7392 mv -f "$cache_file"$$
"$cache_file" ;; #(
7394 mv -f confcache
"$cache_file" ;;
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7400 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7405 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
7406 # Let make expand exec_prefix.
7407 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
7409 DEFS
=-DHAVE_CONFIG_H
7414 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
7415 # 1. Remove the extension, and $U if already installed.
7416 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
7417 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
7418 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7419 # will be set to the directory where LIBOBJS objects are built.
7420 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7421 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
7425 LTLIBOBJS
=$ac_ltlibobjs
7429 : "${CONFIG_STATUS=./config.status}"
7431 ac_clean_files_save
=$ac_clean_files
7432 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7434 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7436 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
7438 # Generated by $as_me.
7439 # Run this file to recreate the current configuration.
7440 # Compiler output produced by configure, useful for debugging
7441 # configure, is in config.log if it exists.
7447 SHELL=\${CONFIG_SHELL-$SHELL}
7450 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
7451 ## -------------------- ##
7452 ## M4sh Initialization. ##
7453 ## -------------------- ##
7455 # Be more Bourne compatible
7456 DUALCASE
=1; export DUALCASE
# for MKS sh
7457 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
7460 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7461 # is contrary to our usage. Disable this feature.
7462 alias -g '${1+"$@"}'='"$@"'
7463 setopt NO_GLOB_SUBST
7465 case `(set -o) 2>/dev/null` in #(
7477 # Printing a long string crashes Solaris 7 /usr/bin/printf.
7478 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7479 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7480 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7481 # Prefer a ksh shell builtin over an external printf program on Solaris,
7482 # but without wasting forks for bash or zsh.
7483 if test -z "$BASH_VERSION$ZSH_VERSION" \
7484 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7485 as_echo='print
-r --'
7486 as_echo_n='print
-rn --'
7487 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7488 as_echo='printf %s
\n'
7489 as_echo_n='printf %s
'
7491 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7492 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
7493 as_echo_n='/usr
/ucb
/echo -n'
7495 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7496 as_echo_n_body='eval
7500 expr "X$arg" : "X\\(.*\\)$as_nl";
7501 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7503 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
7505 export as_echo_n_body
7506 as_echo_n='sh
-c $as_echo_n_body as_echo
'
7509 as_echo='sh
-c $as_echo_body as_echo
'
7512 # The user is always right.
7513 if test "${PATH_SEPARATOR+set}" != set; then
7515 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7516 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7523 # We need space, tab and new line, in precisely that order. Quoting is
7524 # there to prevent editors from complaining about space-tab.
7525 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7526 # splitting by setting IFS to empty value.)
7529 # Find who we are. Look in the path if we contain no directory separator.
7532 *[\\/]* ) as_myself=$0 ;;
7533 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7537 test -z "$as_dir" && as_dir=.
7538 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7544 # We did not find ourselves, most probably we were run as `sh COMMAND'
7545 # in which case we are not to be found in the path.
7546 if test "x$as_myself" = x
; then
7549 if test ! -f "$as_myself"; then
7550 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7554 # Unset variables that we do not need and which cause bugs (e.g. in
7555 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7556 # suppresses any "Segmentation fault" message there. '((' could
7557 # trigger a bug in pdksh 5.2.14.
7558 for as_var
in BASH_ENV ENV MAIL MAILPATH
7559 do eval test x\
${$as_var+set} = xset \
7560 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
7573 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
7576 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7577 # ----------------------------------------
7578 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7579 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7580 # script with STATUS, using 1 if that was 0.
7583 as_status
=$1; test $as_status -eq 0 && as_status
=1
7585 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
7586 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7588 $as_echo "$as_me: error: $2" >&2
7589 as_fn_exit
$as_status
7593 # as_fn_set_status STATUS
7594 # -----------------------
7595 # Set $? to STATUS, without forking.
7599 } # as_fn_set_status
7603 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7613 # Portably unset VAR.
7616 { eval $1=; unset $1;}
7618 as_unset
=as_fn_unset
7619 # as_fn_append VAR VALUE
7620 # ----------------------
7621 # Append the text in VALUE to the end of the definition contained in VAR. Take
7622 # advantage of any shell optimizations that allow amortized linear growth over
7623 # repeated appends, instead of the typical quadratic growth present in naive
7625 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
7626 eval 'as_fn_append ()
7637 # as_fn_arith ARG...
7638 # ------------------
7639 # Perform arithmetic evaluation on the ARGs, and store the result in the
7640 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7641 # must be portable across $(()) and expr.
7642 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
7643 eval 'as_fn_arith ()
7650 as_val
=`expr "$@" || test $? -eq 1`
7655 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
7656 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
7662 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7663 as_basename
=basename
7668 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
7674 as_me
=`$as_basename -- "$0" ||
7675 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7676 X"$0" : 'X\(//\)$' \| \
7677 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7679 sed '/^.*\/\([^/][^/]*\)\/*$/{
7693 # Avoid depending upon Character Ranges.
7694 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
7695 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7696 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
7697 as_cr_digits
='0123456789'
7698 as_cr_alnum
=$as_cr_Letters$as_cr_digits
7700 ECHO_C
= ECHO_N
= ECHO_T
=
7701 case `echo -n x` in #(((((
7703 case `echo 'xy\c'` in
7704 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
7706 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
7713 rm -f conf$$ conf$$.exe conf$$.
file
7714 if test -d conf$$.dir
; then
7715 rm -f conf$$.dir
/conf$$.
file
7718 mkdir conf$$.dir
2>/dev
/null
7720 if (echo >conf$$.
file) 2>/dev
/null
; then
7721 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
7723 # ... but there are two gotchas:
7724 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7725 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7726 # In both cases, we have to default to `cp -pR'.
7727 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
7729 elif ln conf$$.
file conf$$
2>/dev
/null
; then
7737 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
7738 rmdir conf$$.dir
2>/dev
/null
7743 # Create "$as_dir" as a directory, including parents if necessary.
7748 -*) as_dir
=.
/$as_dir;;
7750 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
7754 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7755 *) as_qdir
=$as_dir;;
7757 as_dirs
="'$as_qdir' $as_dirs"
7758 as_dir
=`$as_dirname -- "$as_dir" ||
7759 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7760 X"$as_dir" : 'X\(//\)[^/]' \| \
7761 X"$as_dir" : 'X\(//\)$' \| \
7762 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7763 $as_echo X"$as_dir" |
7764 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7781 test -d "$as_dir" && break
7783 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
7784 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
7788 if mkdir
-p .
2>/dev
/null
; then
7789 as_mkdir_p
='mkdir -p "$as_dir"'
7791 test -d .
/-p && rmdir .
/-p
7796 # as_fn_executable_p FILE
7797 # -----------------------
7798 # Test if FILE is an executable regular file.
7799 as_fn_executable_p
()
7801 test -f "$1" && test -x "$1"
7802 } # as_fn_executable_p
7804 as_executable_p
=as_fn_executable_p
7806 # Sed expression to map a string onto a valid CPP name.
7807 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7809 # Sed expression to map a string onto a valid variable name.
7810 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7814 ## ----------------------------------- ##
7815 ## Main body of $CONFIG_STATUS script. ##
7816 ## ----------------------------------- ##
7818 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
7820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7821 # Save the log message, to keep $0 and so on meaningful, and to
7822 # report actual input values of CONFIG_FILES etc. instead of their
7823 # values after options handling.
7825 This file was extended by GNU C Library $as_me (see version.h), which was
7826 generated by GNU Autoconf 2.69. Invocation command line was
7828 CONFIG_FILES = $CONFIG_FILES
7829 CONFIG_HEADERS = $CONFIG_HEADERS
7830 CONFIG_LINKS = $CONFIG_LINKS
7831 CONFIG_COMMANDS = $CONFIG_COMMANDS
7834 on `(hostname || uname -n) 2>/dev/null | sed 1q`
7839 case $ac_config_files in *"
7840 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
7843 case $ac_config_headers in *"
7844 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
7848 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7849 # Files that config.status was made for.
7850 config_files="$ac_config_files"
7851 config_headers="$ac_config_headers"
7852 config_commands="$ac_config_commands"
7856 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7858 \`$as_me' instantiates files and other configuration actions
7859 from templates according to the current configuration. Unless the files
7860 and actions are specified as TAGs, all are instantiated by default.
7862 Usage: $0 [OPTION]... [TAG]...
7864 -h, --help print this help, then exit
7865 -V, --version print version number and configuration settings, then exit
7866 --config print configuration, then exit
7867 -q, --quiet, --silent
7868 do not print progress messages
7869 -d, --debug don't remove temporary files
7870 --recheck update $as_me by reconfiguring in the same conditions
7871 --file=FILE[:TEMPLATE]
7872 instantiate the configuration file FILE
7873 --header=FILE[:TEMPLATE]
7874 instantiate the configuration header FILE
7876 Configuration files:
7879 Configuration headers:
7882 Configuration commands:
7885 Report bugs to <http://sourceware.org/bugzilla/>.
7886 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
7887 General help using GNU software: <http://www.gnu.org/gethelp/>."
7890 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7891 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7893 GNU C Library config.status (see version.h)
7894 configured by $0, generated by GNU Autoconf 2.69,
7895 with options \\"\$ac_cs_config\\"
7897 Copyright (C) 2012 Free Software Foundation, Inc.
7898 This config.status script is free software; the Free Software Foundation
7899 gives unlimited permission to copy, distribute and modify it."
7904 test -n "\$AWK" || AWK=awk
7907 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7908 # The default lists apply if the user does not specify any file.
7914 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
7915 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
7919 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
7931 # Handling of the options.
7932 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
7934 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
7935 $as_echo "$ac_cs_version"; exit ;;
7936 --config |
--confi |
--conf |
--con |
--co |
--c )
7937 $as_echo "$ac_cs_config"; exit ;;
7938 --debug |
--debu |
--deb |
--de |
--d |
-d )
7940 --file |
--fil |
--fi |
--f )
7943 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7944 '') as_fn_error $?
"missing file argument" ;;
7946 as_fn_append CONFIG_FILES
" '$ac_optarg'"
7947 ac_need_defaults
=false
;;
7948 --header |
--heade |
--head |
--hea )
7951 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7953 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
7954 ac_need_defaults
=false
;;
7956 # Conflict between --help and --header
7957 as_fn_error $?
"ambiguous option: \`$1'
7958 Try \`$0 --help' for more information.";;
7959 --help |
--hel |
-h )
7960 $as_echo "$ac_cs_usage"; exit ;;
7961 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
7962 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
7966 -*) as_fn_error $?
"unrecognized option: \`$1'
7967 Try \`$0 --help' for more information." ;;
7969 *) as_fn_append ac_config_targets
" $1"
7970 ac_need_defaults
=false
;;
7976 ac_configure_extra_args
=
7978 if $ac_cs_silent; then
7980 ac_configure_extra_args
="$ac_configure_extra_args --silent"
7984 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7985 if \$ac_cs_recheck; then
7986 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7988 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7989 CONFIG_SHELL='$SHELL'
7995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
7999 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8000 ## Running $as_me. ##
8006 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8010 config_vars='$config_vars'
8014 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8016 # Handling of arguments.
8017 for ac_config_target
in $ac_config_targets
8019 case $ac_config_target in
8020 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
8021 "config.make") CONFIG_FILES
="$CONFIG_FILES config.make" ;;
8022 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
8023 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
8025 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8030 # If the user did not use the arguments to specify the items to instantiate,
8031 # then the envvar interface is used. Set only those that are not.
8032 # We use the long form for the default assignment because of an extremely
8033 # bizarre bug on SunOS 4.1.3.
8034 if $ac_need_defaults; then
8035 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
8036 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
8037 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
8040 # Have a temporary directory for convenience. Make it in the build tree
8041 # simply because there is no reason against having it here, and in addition,
8042 # creating and moving files from /tmp can sometimes cause problems.
8043 # Hook for its removal unless debugging.
8044 # Note that there is a small window in which the directory will not be cleaned:
8045 # after its creation but before its name has been assigned to `$tmp'.
8049 trap 'exit_status=$?
8051 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8053 trap 'as_fn_exit 1' 1 2 13 15
8055 # Create a (secure) tmp directory for tmp files.
8058 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8062 tmp
=.
/conf$$
-$RANDOM
8063 (umask 077 && mkdir
"$tmp")
8064 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
8067 # Set up the scripts for CONFIG_FILES section.
8068 # No need to generate them if there are no CONFIG_FILES.
8069 # This happens for instance with `./config.status config.h'.
8070 if test -n "$CONFIG_FILES"; then
8073 ac_cr
=`echo X | tr X '\015'`
8074 # On cygwin, bash can eat \r inside `` if the user requested igncr.
8075 # But we know of no other shell where ac_cr would be empty at this
8076 # point, so we can use a bashism as a fallback.
8077 if test "x$ac_cr" = x
; then
8078 eval ac_cr
=\$
\'\\r
\'
8080 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8081 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8087 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8092 echo "cat >conf$$subs.awk <<_ACEOF" &&
8093 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8096 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
8097 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8099 for ac_last_try in false false false false false :; do
8100 . ./conf$$subs.sh ||
8101 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
8103 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
8104 if test $ac_delim_n = $ac_delim_num; then
8106 elif $ac_last_try; then
8107 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
8109 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
8114 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8115 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
8119 s/^/S["/; s
/!.
*/"]=/
8129 s/\(.\{148\}\)..*/\1/
8131 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
8136 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
8143 s/\(.\{148\}\)..*/\1/
8145 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
8149 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
8154 ' <conf$$subs.awk | sed '
8159 ' >>$CONFIG_STATUS || ac_write_fail=1
8160 rm -f conf$$subs.awk
8161 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8163 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
8164 for (key in S) S_is_set[key] = 1
8170 nfields = split(line, field, "@
")
8172 len = length(field[1])
8173 for (i = 2; i < nfields; i++) {
8175 keylen = length(key)
8176 if (S_is_set[key]) {
8178 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8179 len += length(value) + length(field[++i])
8190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8191 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8192 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
8195 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
8196 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
8199 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8200 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
8201 # trailing colons and then remove the whole line if VPATH becomes empty
8202 # (actually we leave an empty line to preserve line numbers).
8203 if test "x
$srcdir" = x.; then
8204 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8222 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8223 fi # test -n "$CONFIG_FILES"
8225 # Set up the scripts for CONFIG_HEADERS section.
8226 # No need to generate them if there are no CONFIG_HEADERS.
8227 # This happens for instance with `./config.status Makefile'.
8228 if test -n "$CONFIG_HEADERS"; then
8229 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
8233 # Transform confdefs.h into an awk script `defines.awk', embedded as
8234 # here-document in config.status, that substitutes the proper values into
8235 # config.h.in to produce config.h.
8237 # Create a delimiter string that does not exist in confdefs.h, to ease
8238 # handling of long lines.
8240 for ac_last_try in false false :; do
8241 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
8242 if test -z "$ac_tt"; then
8244 elif $ac_last_try; then
8245 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
8247 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
8251 # For the awk script, D is an array of macro values keyed by name,
8252 # likewise P contains macro parameters if any. Preserve backslash
8253 # newline sequences.
8255 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8257 s/.\{148\}/&'"$ac_delim"'/g
8260 s/^[ ]*#[ ]*define[ ][ ]*/ /
8267 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
8269 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
8273 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
8274 D["\
1"]=" \
3\\\\\\n
"\\/p
8276 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
8281 s/.\{148\}/&'"$ac_delim"'/g
8286 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
8289 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
8291 ' <confdefs.h | sed '
8292 s/'"$ac_delim"'/"\\\
8293 "/g' >>$CONFIG_STATUS || ac_write_fail=1
8295 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8296 for (key in D) D_is_set[key] = 1
8299 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8301 split(line, arg, " ")
8302 if (arg[1] == "#") {
8306 defundef
= substr
(arg
[1], 2)
8309 split(mac1
, mac2
, "(") #)
8311 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
8312 if (D_is_set
[macro
]) {
8313 # Preserve the white space surrounding the "#".
8314 print prefix
"define", macro P
[macro
] D
[macro
]
8317 # Replace #undef with comments. This is necessary, for example,
8318 # in the case of _POSIX_SOURCE, which is predefined and required
8319 # on some systems where configure will not decide to define it.
8320 if (defundef
== "undef") {
8321 print
"/*", prefix defundef
, macro
, "*/"
8329 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8330 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
8331 fi # test -n "$CONFIG_HEADERS"
8334 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
8339 :[FHLC
]) ac_mode
=$ac_tag; continue;;
8341 case $ac_mode$ac_tag in
8343 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
8344 :[FH
]-) ac_tag
=-:-;;
8345 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
8362 -) ac_f
="$ac_tmp/stdin";;
8363 *) # Look for the file first in the build tree, then in the source tree
8364 # (if the path is not absolute). The absolute path cannot be DOS-style,
8365 # because $ac_f cannot contain `:'.
8369 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
8371 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8373 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8374 as_fn_append ac_file_inputs
" '$ac_f'"
8377 # Let's still pretend it is `configure' which instantiates (i.e., don't
8378 # use $as_me), people would be surprised to read:
8379 # /* config.h. Generated by config.status. */
8380 configure_input
='Generated from '`
8381 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8383 if test x
"$ac_file" != x-
; then
8384 configure_input
="$ac_file. $configure_input"
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8386 $as_echo "$as_me: creating $ac_file" >&6;}
8388 # Neutralize special characters interpreted by sed in replacement strings.
8389 case $configure_input in #(
8390 *\
&* |
*\|
* |
*\\* )
8391 ac_sed_conf_input
=`$as_echo "$configure_input" |
8392 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8393 *) ac_sed_conf_input
=$configure_input;;
8397 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
8398 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
8403 ac_dir
=`$as_dirname -- "$ac_file" ||
8404 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8405 X"$ac_file" : 'X\(//\)[^/]' \| \
8406 X"$ac_file" : 'X\(//\)$' \| \
8407 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8408 $as_echo X"$ac_file" |
8409 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8426 as_dir
="$ac_dir"; as_fn_mkdir_p
8430 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
8432 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8433 # A ".." for each directory in $ac_dir_suffix.
8434 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8435 case $ac_top_builddir_sub in
8436 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
8437 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
8440 ac_abs_top_builddir
=$ac_pwd
8441 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
8442 # for backward compatibility:
8443 ac_top_builddir
=$ac_top_build_prefix
8446 .
) # We are building in place.
8448 ac_top_srcdir
=$ac_top_builddir_sub
8449 ac_abs_top_srcdir
=$ac_pwd ;;
8450 [\\/]* | ?
:[\\/]* ) # Absolute name.
8451 ac_srcdir
=$srcdir$ac_dir_suffix;
8452 ac_top_srcdir
=$srcdir
8453 ac_abs_top_srcdir
=$srcdir ;;
8455 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
8456 ac_top_srcdir
=$ac_top_build_prefix$srcdir
8457 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
8459 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
8469 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
8470 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
8474 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8475 # If the template does not know about datarootdir, expand it.
8476 # FIXME: This hack should be removed a few years after 2.60.
8477 ac_datarootdir_hack
=; ac_datarootdir_seen
=
8488 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8489 *datarootdir
*) ac_datarootdir_seen
=yes;;
8490 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8492 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8494 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8495 ac_datarootdir_hack='
8496 s&@datadir@&$datadir&g
8497 s&@docdir@&$docdir&g
8498 s&@infodir@&$infodir&g
8499 s&@localedir@&$localedir&g
8500 s&@mandir@&$mandir&g
8501 s&\\\${datarootdir}&$datarootdir&g' ;;
8505 # Neutralize VPATH when `$srcdir' = `.'.
8506 # Shell code in configure.ac might set extrasub.
8507 # FIXME: do we really want to maintain this feature?
8508 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8509 ac_sed_extra="$ac_vpsub
8512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8514 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
8515 s|@configure_input@|
$ac_sed_conf_input|
;t t
8516 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
8517 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
8518 s
&@srcdir@
&$ac_srcdir&;t t
8519 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
8520 s
&@top_srcdir@
&$ac_top_srcdir&;t t
8521 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
8522 s
&@builddir@
&$ac_builddir&;t t
8523 s
&@abs_builddir@
&$ac_abs_builddir&;t t
8524 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
8525 s
&@INSTALL@
&$ac_INSTALL&;t t
8526 $ac_datarootdir_hack
8528 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
8529 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
8531 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8532 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
8533 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8534 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
8536 which seems to be undefined. Please make sure it is defined" >&5
8537 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
8538 which seems to be undefined. Please make sure it is defined" >&2;}
8540 rm -f "$ac_tmp/stdin"
8542 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8543 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8545 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8551 if test x"$ac_file" != x-; then
8553 $as_echo "/* $configure_input */" \
8554 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8555 } >"$ac_tmp/config.h" \
8556 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8557 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8559 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8562 mv "$ac_tmp/config.h" "$ac_file" \
8563 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8566 $as_echo "/* $configure_input */" \
8567 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8568 || as_fn_error $? "could not create -" "$LINENO" 5
8572 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8573 $as_echo "$as_me: executing $ac_file commands" >&6;}
8578 case $ac_file$ac_mode in
8580 case $CONFIG_FILES in *config.make*)
8581 echo "$config_vars" >> config.make;;
8583 test -d bits || mkdir bits ;;
8591 ac_clean_files=$ac_clean_files_save
8593 test $ac_write_fail = 0 ||
8594 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8597 # configure is writing to config.log, and then calls config.status.
8598 # config.status does its own redirection, appending to config.log.
8599 # Unfortunately, on DOS this fails, as config.log is still kept open
8600 # by configure, so config.status won't be able to
write to it
; its
8601 # output is simply discarded. So we exec the FD to /dev/null,
8602 # effectively closing config.log, so it can be properly (re)opened and
8603 # appended to by config.status. When coming back to configure, we
8604 # need to make the FD available again.
8605 if test "$no_create" != yes; then
8607 ac_config_status_args
=
8608 test "$silent" = yes &&
8609 ac_config_status_args
="$ac_config_status_args --quiet"
8611 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
8613 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8614 # would make configure fail if this is the last instruction.
8615 $ac_cs_success || as_fn_exit
1
8619 # CONFIG_SUBDIRS section.
8621 if test "$no_recursion" != yes; then
8623 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
8624 # so they do not pile up.
8625 ac_sub_configure_args
=
8627 eval "set x $ac_configure_args"
8631 if test -n "$ac_prev"; then
8636 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
8637 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
8638 ac_prev
=cache_file
;;
8639 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
8640 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* \
8643 --config-cache |
-C)
8645 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
8647 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
8649 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
8651 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
8653 --disable-option-checking)
8657 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8659 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
8663 # Always prepend --prefix to ensure using the same prefix
8664 # in subdir configurations.
8665 ac_arg
="--prefix=$prefix"
8667 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8669 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
8672 if test "$silent" = yes; then
8673 ac_sub_configure_args
="--silent $ac_sub_configure_args"
8676 # Always prepend --disable-option-checking to silence warnings, since
8677 # different subdirs can have different --enable and --with options.
8678 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
8681 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
8683 # Do not complain, so a configure script can configure whichever
8684 # parts of a large source tree are present.
8685 test -d "$srcdir/$ac_dir" ||
continue
8687 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
8688 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
8689 $as_echo "$ac_msg" >&6
8690 as_dir
="$ac_dir"; as_fn_mkdir_p
8694 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
8696 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8697 # A ".." for each directory in $ac_dir_suffix.
8698 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8699 case $ac_top_builddir_sub in
8700 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
8701 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
8704 ac_abs_top_builddir
=$ac_pwd
8705 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
8706 # for backward compatibility:
8707 ac_top_builddir
=$ac_top_build_prefix
8710 .
) # We are building in place.
8712 ac_top_srcdir
=$ac_top_builddir_sub
8713 ac_abs_top_srcdir
=$ac_pwd ;;
8714 [\\/]* | ?
:[\\/]* ) # Absolute name.
8715 ac_srcdir
=$srcdir$ac_dir_suffix;
8716 ac_top_srcdir
=$srcdir
8717 ac_abs_top_srcdir
=$srcdir ;;
8719 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
8720 ac_top_srcdir
=$ac_top_build_prefix$srcdir
8721 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
8723 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
8728 # Check for guested configure; otherwise get Cygnus style configure.
8729 if test -f "$ac_srcdir/configure.gnu"; then
8730 ac_sub_configure
=$ac_srcdir/configure.gnu
8731 elif test -f "$ac_srcdir/configure"; then
8732 ac_sub_configure
=$ac_srcdir/configure
8733 elif test -f "$ac_srcdir/configure.in"; then
8734 # This should be Cygnus configure.
8735 ac_sub_configure
=$ac_aux_dir/configure
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
8738 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
8742 # The recursion is here.
8743 if test -n "$ac_sub_configure"; then
8744 # Make the cache file name correct relative to the subdirectory.
8746 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
8748 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
8751 { $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
8752 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
8753 # The eval makes quoting arguments work.
8754 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
8755 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
8756 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8762 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8764 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}