Fix tests-printers handling for cross compiling.
[glibc.git] / configure
blob5cf3230b5627ccbe0911d8d94374a0664152ce80
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for GNU C Library (see version.h).
5 # Report bugs to <http://sourceware.org/bugzilla/>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201 if (eval "$as_required") 2>/dev/null; then :
202 as_have_required=yes
203 else
204 as_have_required=no
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208 else
209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=.
215 as_found=:
216 case $as_dir in #(
218 for as_base in sh bash ksh sh5; do
219 # Try only shells that exist, to save several forks.
220 as_shell=$as_dir/$as_base
221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 CONFIG_SHELL=$as_shell as_have_required=yes
224 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225 break 2
228 done;;
229 esac
230 as_found=false
231 done
232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234 CONFIG_SHELL=$SHELL as_have_required=yes
235 fi; }
236 IFS=$as_save_IFS
239 if test "x$CONFIG_SHELL" != x; then :
240 export CONFIG_SHELL
241 # We cannot yet assume a decent shell, so we have to provide a
242 # neutralization value for shells without unset; and this also
243 # works around shells that cannot unset nonexistent variables.
244 # Preserve -v and -x to the replacement shell.
245 BASH_ENV=/dev/null
246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # ((((
249 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v* ) as_opts=-v ;;
251 *x* ) as_opts=-x ;;
252 * ) as_opts= ;;
253 esac
254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255 # Admittedly, this is quite paranoid, since all the known shells bail
256 # out after a failed `exec'.
257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258 exit 255
261 if test x$as_have_required = xno; then :
262 $as_echo "$0: This script requires a shell more modern than all"
263 $as_echo "$0: the shells that I found on your system."
264 if test x${ZSH_VERSION+set} = xset ; then
265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 else
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: http://sourceware.org/bugzilla/ about your system,
270 $0: including any error possibly output before this
271 $0: message. Then install a modern shell, or manually run
272 $0: the script under such a shell if you do have one."
274 exit 1
278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
292 { eval $1=; unset $1;}
294 as_unset=as_fn_unset
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
301 return $1
302 } # as_fn_set_status
304 # as_fn_exit STATUS
305 # -----------------
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307 as_fn_exit ()
309 set +e
310 as_fn_set_status $1
311 exit $1
312 } # as_fn_exit
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
320 case $as_dir in #(
321 -*) as_dir=./$as_dir;;
322 esac
323 test -d "$as_dir" || eval $as_mkdir_p || {
324 as_dirs=
325 while :; do
326 case $as_dir in #(
327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 *) as_qdir=$as_dir;;
329 esac
330 as_dirs="'$as_qdir' $as_dirs"
331 as_dir=`$as_dirname -- "$as_dir" ||
332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333 X"$as_dir" : 'X\(//\)[^/]' \| \
334 X"$as_dir" : 'X\(//\)$' \| \
335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336 $as_echo X"$as_dir" |
337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338 s//\1/
341 /^X\(\/\/\)[^/].*/{
342 s//\1/
345 /^X\(\/\/\)$/{
346 s//\1/
349 /^X\(\/\).*/{
350 s//\1/
353 s/.*/./; q'`
354 test -d "$as_dir" && break
355 done
356 test -z "$as_dirs" || eval "mkdir $as_dirs"
357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
360 } # as_fn_mkdir_p
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
367 test -f "$1" && test -x "$1"
368 } # as_fn_executable_p
369 # as_fn_append VAR VALUE
370 # ----------------------
371 # Append the text in VALUE to the end of the definition contained in VAR. Take
372 # advantage of any shell optimizations that allow amortized linear growth over
373 # repeated appends, instead of the typical quadratic growth present in naive
374 # implementations.
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376 eval 'as_fn_append ()
378 eval $1+=\$2
380 else
381 as_fn_append ()
383 eval $1=\$$1\$2
385 fi # as_fn_append
387 # as_fn_arith ARG...
388 # ------------------
389 # Perform arithmetic evaluation on the ARGs, and store the result in the
390 # global $as_val. Take advantage of shells that can avoid forks. The arguments
391 # must be portable across $(()) and expr.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393 eval 'as_fn_arith ()
395 as_val=$(( $* ))
397 else
398 as_fn_arith ()
400 as_val=`expr "$@" || test $? -eq 1`
402 fi # as_fn_arith
405 # as_fn_error STATUS ERROR [LINENO LOG_FD]
406 # ----------------------------------------
407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409 # script with STATUS, using 1 if that was 0.
410 as_fn_error ()
412 as_status=$1; test $as_status -eq 0 && as_status=1
413 if test "$4"; then
414 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status
419 } # as_fn_error
421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422 test "X`expr 00001 : '.*\(...\)'`" = X001; then
423 as_expr=expr
424 else
425 as_expr=false
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename
430 else
431 as_basename=false
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435 as_dirname=dirname
436 else
437 as_dirname=false
440 as_me=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442 X"$0" : 'X\(//\)$' \| \
443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444 $as_echo X/"$0" |
445 sed '/^.*\/\([^/][^/]*\)\/*$/{
446 s//\1/
449 /^X\/\(\/\/\)$/{
450 s//\1/
453 /^X\/\(\/\).*/{
454 s//\1/
457 s/.*/./; q'`
459 # Avoid depending upon Character Ranges.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789'
464 as_cr_alnum=$as_cr_Letters$as_cr_digits
467 as_lineno_1=$LINENO as_lineno_1a=$LINENO
468 as_lineno_2=$LINENO as_lineno_2a=$LINENO
469 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
472 sed -n '
474 /[$]LINENO/=
475 ' <$as_myself |
476 sed '
477 s/[$]LINENO.*/&-/
478 t lineno
480 :lineno
482 :loop
483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 t loop
485 s/-\n.*//
486 ' >$as_me.lineno &&
487 chmod +x "$as_me.lineno" ||
488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491 # already done that, so ensure we don't try to do so again and fall
492 # in an infinite loop. This has already happened in practice.
493 _as_can_reexec=no; export _as_can_reexec
494 # Don't try to exec as it changes $[0], causing all sort of problems
495 # (the dirname of $[0] is not the place where we might find the
496 # original and so on. Autoconf is especially sensitive to this).
497 . "./$as_me.lineno"
498 # Exit status is that of the last command.
499 exit
502 ECHO_C= ECHO_N= ECHO_T=
503 case `echo -n x` in #(((((
504 -n*)
505 case `echo 'xy\c'` in
506 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
507 xy) ECHO_C='\c';;
508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
509 ECHO_T=' ';;
510 esac;;
512 ECHO_N='-n';;
513 esac
515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then
517 rm -f conf$$.dir/conf$$.file
518 else
519 rm -f conf$$.dir
520 mkdir conf$$.dir 2>/dev/null
522 if (echo >conf$$.file) 2>/dev/null; then
523 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 as_ln_s='ln -s'
525 # ... but there are two gotchas:
526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528 # In both cases, we have to default to `cp -pR'.
529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530 as_ln_s='cp -pR'
531 elif ln conf$$.file conf$$ 2>/dev/null; then
532 as_ln_s=ln
533 else
534 as_ln_s='cp -pR'
536 else
537 as_ln_s='cp -pR'
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
542 if mkdir -p . 2>/dev/null; then
543 as_mkdir_p='mkdir -p "$as_dir"'
544 else
545 test -d ./-p && rmdir ./-p
546 as_mkdir_p=false
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
552 # Sed expression to map a string onto a valid CPP name.
553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555 # Sed expression to map a string onto a valid variable name.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
562 # Name of the host.
563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564 # so uname gets run too.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
568 # Initializations.
570 ac_default_prefix=/usr/local
571 ac_clean_files=
572 ac_config_libobj_dir=.
573 LIBOBJS=
574 cross_compiling=no
575 subdirs=
576 MFLAGS=
577 MAKEFLAGS=
579 # Identity of this package.
580 PACKAGE_NAME='GNU C Library'
581 PACKAGE_TARNAME='glibc'
582 PACKAGE_VERSION='(see version.h)'
583 PACKAGE_STRING='GNU C Library (see version.h)'
584 PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
585 PACKAGE_URL='http://www.gnu.org/software/glibc/'
587 ac_unique_file="include/features.h"
588 enable_option_checking=no
589 ac_subst_vars='LTLIBOBJS
590 LIBOBJS
591 RELEASE
592 VERSION
593 mach_interface_list
594 DEFINES
595 static_nss
596 profile
597 libc_cv_pie_default
598 libc_cv_pic_default
599 shared
600 static
601 ldd_rewrite_script
602 use_ldconfig
603 libc_cv_rootsbindir
604 libc_cv_localstatedir
605 libc_cv_sysconfdir
606 libc_cv_complocaledir
607 libc_cv_rtlddir
608 libc_cv_slibdir
609 use_nscd
610 libc_cv_gcc_unwind_find_fde
611 libc_extra_cppflags
612 libc_extra_cflags
613 libc_cv_cxx_thread_local
614 CPPUNDEFS
615 have_selinux
616 have_libcap
617 have_libaudit
618 LIBGD
619 libc_cv_cc_loop_to_function
620 libc_cv_cc_submachine
621 libc_cv_cc_nofma
622 libc_cv_mtls_dialect_gnu2
623 stack_protector
624 fno_unit_at_a_time
625 libc_cv_output_format
626 libc_cv_has_glob_dat
627 libc_cv_hashstyle
628 libc_cv_fpie
629 libc_cv_z_execstack
630 libc_cv_z_combreloc
631 ASFLAGS_config
632 libc_cv_cc_with_libunwind
633 libc_cv_protected_data
634 BISON
635 INSTALL_INFO
636 PERL
637 BASH_SHELL
638 CXX_CMATH_HEADER
639 CXX_CSTDLIB_HEADER
640 CXX_SYSINCLUDES
641 SYSINCLUDES
642 AUTOCONF
646 MAKEINFO
647 MSGFMT
648 MAKE
651 OBJCOPY
652 OBJDUMP
654 LN_S
655 INSTALL_DATA
656 INSTALL_SCRIPT
657 INSTALL_PROGRAM
658 sysdeps_add_ons
659 sysnames
660 submachine
661 multi_arch
662 base_machine
663 add_on_subdirs
664 add_ons
665 build_pt_chown
666 build_nscd
667 link_obsolete_rpc
668 libc_cv_static_nss_crypt
669 libc_cv_nss_crypt
670 enable_werror
671 all_warnings
672 force_install
673 bindnow
674 enable_lock_elision
675 hardcoded_path_in_tests
676 enable_timezone_tools
677 use_default_link
678 sysheaders
679 with_fp
680 ac_ct_CXX
681 CXXFLAGS
683 READELF
685 cross_compiling
686 BUILD_CC
687 OBJEXT
688 ac_ct_CC
689 CPPFLAGS
690 LDFLAGS
691 CFLAGS
693 host_os
694 host_vendor
695 host_cpu
696 host
697 build_os
698 build_vendor
699 build_cpu
700 build
701 subdirs
702 REPORT_BUGS_TEXI
703 REPORT_BUGS_TO
704 PKGVERSION_TEXI
705 PKGVERSION
706 target_alias
707 host_alias
708 build_alias
709 LIBS
710 ECHO_T
711 ECHO_N
712 ECHO_C
713 DEFS
714 mandir
715 localedir
716 libdir
717 psdir
718 pdfdir
719 dvidir
720 htmldir
721 infodir
722 docdir
723 oldincludedir
724 includedir
725 localstatedir
726 sharedstatedir
727 sysconfdir
728 datadir
729 datarootdir
730 libexecdir
731 sbindir
732 bindir
733 program_transform_name
734 prefix
735 exec_prefix
736 PACKAGE_URL
737 PACKAGE_BUGREPORT
738 PACKAGE_STRING
739 PACKAGE_VERSION
740 PACKAGE_TARNAME
741 PACKAGE_NAME
742 PATH_SEPARATOR
743 SHELL'
744 ac_subst_files=''
745 ac_user_opts='
746 enable_option_checking
747 with_pkgversion
748 with_bugurl
749 with_gd
750 with_gd_include
751 with_gd_lib
752 with_fp
753 with_binutils
754 with_selinux
755 with_headers
756 with_default_link
757 enable_sanity_checks
758 enable_shared
759 enable_profile
760 enable_timezone_tools
761 enable_hardcoded_path_in_tests
762 enable_stackguard_randomization
763 enable_lock_elision
764 enable_add_ons
765 enable_hidden_plt
766 enable_bind_now
767 enable_static_nss
768 enable_force_install
769 enable_maintainer_mode
770 enable_kernel
771 enable_all_warnings
772 enable_werror
773 enable_multi_arch
774 enable_nss_crypt
775 enable_obsolete_rpc
776 enable_systemtap
777 enable_build_nscd
778 enable_nscd
779 enable_pt_chown
780 enable_mathvec
781 with_cpu
783 ac_precious_vars='build_alias
784 host_alias
785 target_alias
787 CFLAGS
788 LDFLAGS
789 LIBS
790 CPPFLAGS
793 CXXFLAGS
794 CCC'
795 ac_subdirs_all='
798 # Initialize some variables set by options.
799 ac_init_help=
800 ac_init_version=false
801 ac_unrecognized_opts=
802 ac_unrecognized_sep=
803 # The variables have the same names as the options, with
804 # dashes changed to underlines.
805 cache_file=/dev/null
806 exec_prefix=NONE
807 no_create=
808 no_recursion=
809 prefix=NONE
810 program_prefix=NONE
811 program_suffix=NONE
812 program_transform_name=s,x,x,
813 silent=
814 site=
815 srcdir=
816 verbose=
817 x_includes=NONE
818 x_libraries=NONE
820 # Installation directory options.
821 # These are left unexpanded so users can "make install exec_prefix=/foo"
822 # and all the variables that are supposed to be based on exec_prefix
823 # by default will actually change.
824 # Use braces instead of parens because sh, perl, etc. also accept them.
825 # (The list follows the same order as the GNU Coding Standards.)
826 bindir='${exec_prefix}/bin'
827 sbindir='${exec_prefix}/sbin'
828 libexecdir='${exec_prefix}/libexec'
829 datarootdir='${prefix}/share'
830 datadir='${datarootdir}'
831 sysconfdir='${prefix}/etc'
832 sharedstatedir='${prefix}/com'
833 localstatedir='${prefix}/var'
834 includedir='${prefix}/include'
835 oldincludedir='/usr/include'
836 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
837 infodir='${datarootdir}/info'
838 htmldir='${docdir}'
839 dvidir='${docdir}'
840 pdfdir='${docdir}'
841 psdir='${docdir}'
842 libdir='${exec_prefix}/lib'
843 localedir='${datarootdir}/locale'
844 mandir='${datarootdir}/man'
846 ac_prev=
847 ac_dashdash=
848 for ac_option
850 # If the previous option needs an argument, assign it.
851 if test -n "$ac_prev"; then
852 eval $ac_prev=\$ac_option
853 ac_prev=
854 continue
857 case $ac_option in
858 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859 *=) ac_optarg= ;;
860 *) ac_optarg=yes ;;
861 esac
863 # Accept the important Cygnus configure options, so we can diagnose typos.
865 case $ac_dashdash$ac_option in
867 ac_dashdash=yes ;;
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872 bindir=$ac_optarg ;;
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
886 --config-cache | -C)
887 cache_file=config.cache ;;
889 -datadir | --datadir | --datadi | --datad)
890 ac_prev=datadir ;;
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
901 -disable-* | --disable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error $? "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
910 "enable_$ac_useropt"
911 "*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error $? "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
936 "enable_$ac_useropt"
937 "*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
940 esac
941 eval enable_$ac_useropt=\$ac_optarg ;;
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
956 -help | --help | --hel | --he | -h)
957 ac_init_help=long ;;
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969 ac_prev=htmldir ;;
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971 | --ht=*)
972 htmldir=$ac_optarg ;;
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
989 libdir=$ac_optarg ;;
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
1004 | --localstate | --localstat | --localsta | --localst | --locals)
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008 localstatedir=$ac_optarg ;;
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1021 no_create=yes ;;
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025 no_recursion=yes ;;
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087 ac_prev=sbindir ;;
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089 | --sbi=* | --sb=*)
1090 sbindir=$ac_optarg ;;
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1095 | --sha | --sh)
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100 | --sha=* | --sh=*)
1101 sharedstatedir=$ac_optarg ;;
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
1106 site=$ac_optarg ;;
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1131 -with-* | --with-*)
1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error $? "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1140 "with_$ac_useropt"
1141 "*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=\$ac_optarg ;;
1147 -without-* | --without-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error $? "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1156 "with_$ac_useropt"
1157 "*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=no ;;
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1181 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information"
1185 *=*)
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1191 esac
1192 eval $ac_envvar=\$ac_optarg
1193 export $ac_envvar ;;
1196 # FIXME: should be removed in autoconf 3.0.
1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1203 esac
1204 done
1206 if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208 as_fn_error $? "missing argument to $ac_option"
1211 if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1213 no) ;;
1214 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1216 esac
1219 # Check all directory arguments for consistency.
1220 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1227 case $ac_val in
1228 */ )
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1231 esac
1232 # Be sure to have absolute directory names.
1233 case $ac_val in
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236 esac
1237 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1238 done
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1243 build=$build_alias
1244 host=$host_alias
1245 target=$target_alias
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
1251 elif test "x$build_alias" != "x$host_alias"; then
1252 cross_compiling=yes
1256 ac_tool_prefix=
1257 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1259 test "$silent" = yes && exec 6>/dev/null
1262 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1263 ac_ls_di=`ls -di .` &&
1264 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1265 as_fn_error $? "working directory cannot be determined"
1266 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1267 as_fn_error $? "pwd does not report name of working directory"
1270 # Find the source files, if location was not specified.
1271 if test -z "$srcdir"; then
1272 ac_srcdir_defaulted=yes
1273 # Try the directory containing this script, then the parent directory.
1274 ac_confdir=`$as_dirname -- "$as_myself" ||
1275 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1276 X"$as_myself" : 'X\(//\)[^/]' \| \
1277 X"$as_myself" : 'X\(//\)$' \| \
1278 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1279 $as_echo X"$as_myself" |
1280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1281 s//\1/
1284 /^X\(\/\/\)[^/].*/{
1285 s//\1/
1288 /^X\(\/\/\)$/{
1289 s//\1/
1292 /^X\(\/\).*/{
1293 s//\1/
1296 s/.*/./; q'`
1297 srcdir=$ac_confdir
1298 if test ! -r "$srcdir/$ac_unique_file"; then
1299 srcdir=..
1301 else
1302 ac_srcdir_defaulted=no
1304 if test ! -r "$srcdir/$ac_unique_file"; then
1305 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1306 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1308 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1309 ac_abs_confdir=`(
1310 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1311 pwd)`
1312 # When building in place, set srcdir=.
1313 if test "$ac_abs_confdir" = "$ac_pwd"; then
1314 srcdir=.
1316 # Remove unnecessary trailing slashes from srcdir.
1317 # Double slashes in file names in object file debugging info
1318 # mess up M-x gdb in Emacs.
1319 case $srcdir in
1320 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1321 esac
1322 for ac_var in $ac_precious_vars; do
1323 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_env_${ac_var}_value=\$${ac_var}
1325 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1327 done
1330 # Report the --help message.
1332 if test "$ac_init_help" = "long"; then
1333 # Omit some internal or obsolete options to make the list less imposing.
1334 # This message is too long to be a string in the A/UX 3.1 sh.
1335 cat <<_ACEOF
1336 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1338 Usage: $0 [OPTION]... [VAR=VALUE]...
1340 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1341 VAR=VALUE. See below for descriptions of some of the useful variables.
1343 Defaults for the options are specified in brackets.
1345 Configuration:
1346 -h, --help display this help and exit
1347 --help=short display options specific to this package
1348 --help=recursive display the short help of all the included packages
1349 -V, --version display version information and exit
1350 -q, --quiet, --silent do not print \`checking ...' messages
1351 --cache-file=FILE cache test results in FILE [disabled]
1352 -C, --config-cache alias for \`--cache-file=config.cache'
1353 -n, --no-create do not create output files
1354 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1356 Installation directories:
1357 --prefix=PREFIX install architecture-independent files in PREFIX
1358 [$ac_default_prefix]
1359 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1360 [PREFIX]
1362 By default, \`make install' will install all the files in
1363 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1364 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1365 for instance \`--prefix=\$HOME'.
1367 For better control, use the options below.
1369 Fine tuning of the installation directories:
1370 --bindir=DIR user executables [EPREFIX/bin]
1371 --sbindir=DIR system admin executables [EPREFIX/sbin]
1372 --libexecdir=DIR program executables [EPREFIX/libexec]
1373 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1374 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1375 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1376 --libdir=DIR object code libraries [EPREFIX/lib]
1377 --includedir=DIR C header files [PREFIX/include]
1378 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1379 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1380 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1381 --infodir=DIR info documentation [DATAROOTDIR/info]
1382 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1383 --mandir=DIR man documentation [DATAROOTDIR/man]
1384 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1385 --htmldir=DIR html documentation [DOCDIR]
1386 --dvidir=DIR dvi documentation [DOCDIR]
1387 --pdfdir=DIR pdf documentation [DOCDIR]
1388 --psdir=DIR ps documentation [DOCDIR]
1389 _ACEOF
1391 cat <<\_ACEOF
1393 System types:
1394 --build=BUILD configure for building on BUILD [guessed]
1395 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1396 _ACEOF
1399 if test -n "$ac_init_help"; then
1400 case $ac_init_help in
1401 short | recursive ) echo "Configuration of GNU C Library (see version.h):";;
1402 esac
1403 cat <<\_ACEOF
1405 Optional Features:
1406 --disable-option-checking ignore unrecognized --enable/--with options
1407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1409 --disable-sanity-checks really do not use threads (should not be used except
1410 in special situations) [default=yes]
1411 --enable-shared build shared library [default=yes if GNU ld]
1412 --enable-profile build profiled library [default=no]
1413 --disable-timezone-tools
1414 do not install timezone tools [default=install]
1415 --enable-hardcoded-path-in-tests
1416 hardcode newly built glibc path in tests
1417 [default=no]
1418 --enable-stackguard-randomization
1419 initialize __stack_chk_guard canary with a random
1420 number at program start
1421 --enable-lock-elision=yes/no
1422 Enable lock elision for pthread mutexes by default
1423 --enable-add-ons[=DIRS...]
1424 configure and build add-ons in DIR1,DIR2,... search
1425 for add-ons if no parameter given
1426 --disable-hidden-plt do not hide internal function calls to avoid PLT
1427 --enable-bind-now disable lazy relocations in DSOs
1428 --enable-static-nss build static NSS modules [default=no]
1429 --disable-force-install don't force installation of files from this package,
1430 even if they are older than the installed files
1431 --enable-maintainer-mode
1432 enable make rules and dependencies not useful (and
1433 sometimes confusing) to the casual installer
1434 --enable-kernel=VERSION compile for compatibility with kernel not older than
1435 VERSION
1436 --enable-all-warnings enable all useful warnings gcc can issue
1437 --disable-werror do not build with -Werror
1438 --enable-multi-arch enable single DSO with optimizations for multiple
1439 architectures
1440 --enable-nss-crypt enable libcrypt to use nss
1441 --enable-obsolete-rpc build and install the obsolete RPC code for
1442 link-time usage
1443 --enable-systemtap enable systemtap static probe points [default=no]
1444 --disable-build-nscd disable building and installing the nscd daemon
1445 --disable-nscd library functions will not contact the nscd daemon
1446 --enable-pt_chown Enable building and installing pt_chown
1447 --enable-mathvec Enable building and installing mathvec [default
1448 depends on architecture]
1450 Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1453 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1454 --with-bugurl=URL Direct users to URL to report a bug
1455 --with-gd=DIR find libgd include dir and library with prefix DIR
1456 --with-gd-include=DIR find libgd include files in DIR
1457 --with-gd-lib=DIR find libgd library files in DIR
1458 --with-fp if using floating-point hardware [default=yes]
1459 --with-binutils=PATH specify location of binutils (as and ld)
1460 --with-selinux if building with SELinux support
1461 --with-headers=PATH location of system headers to use (for example
1462 /usr/src/linux/include) [default=compiler default]
1463 --with-default-link do not use explicit linker scripts
1464 --with-cpu=CPU select code for CPU variant
1466 Some influential environment variables:
1467 CC C compiler command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1470 nonstandard directory <lib dir>
1471 LIBS libraries to pass to the linker, e.g. -l<library>
1472 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1473 you have headers in a nonstandard directory <include dir>
1474 CPP C preprocessor
1475 CXX C++ compiler command
1476 CXXFLAGS C++ compiler flags
1478 Use these variables to override the choices made by `configure' or to help
1479 it to find libraries and programs with nonstandard names/locations.
1481 Report bugs to <http://sourceware.org/bugzilla/>.
1482 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
1483 General help using GNU software: <http://www.gnu.org/gethelp/>.
1484 _ACEOF
1485 ac_status=$?
1488 if test "$ac_init_help" = "recursive"; then
1489 # If there are subdirs, report their specific --help.
1490 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1491 test -d "$ac_dir" ||
1492 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 continue
1494 ac_builddir=.
1496 case "$ac_dir" in
1497 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1499 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1500 # A ".." for each directory in $ac_dir_suffix.
1501 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1502 case $ac_top_builddir_sub in
1503 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1505 esac ;;
1506 esac
1507 ac_abs_top_builddir=$ac_pwd
1508 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1509 # for backward compatibility:
1510 ac_top_builddir=$ac_top_build_prefix
1512 case $srcdir in
1513 .) # We are building in place.
1514 ac_srcdir=.
1515 ac_top_srcdir=$ac_top_builddir_sub
1516 ac_abs_top_srcdir=$ac_pwd ;;
1517 [\\/]* | ?:[\\/]* ) # Absolute name.
1518 ac_srcdir=$srcdir$ac_dir_suffix;
1519 ac_top_srcdir=$srcdir
1520 ac_abs_top_srcdir=$srcdir ;;
1521 *) # Relative name.
1522 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1523 ac_top_srcdir=$ac_top_build_prefix$srcdir
1524 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1525 esac
1526 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1528 cd "$ac_dir" || { ac_status=$?; continue; }
1529 # Check for guested configure.
1530 if test -f "$ac_srcdir/configure.gnu"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1533 elif test -f "$ac_srcdir/configure"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure" --help=recursive
1536 else
1537 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1538 fi || ac_status=$?
1539 cd "$ac_pwd" || { ac_status=$?; break; }
1540 done
1543 test -n "$ac_init_help" && exit $ac_status
1544 if $ac_init_version; then
1545 cat <<\_ACEOF
1546 GNU C Library configure (see version.h)
1547 generated by GNU Autoconf 2.69
1549 Copyright (C) 2012 Free Software Foundation, Inc.
1550 This configure script is free software; the Free Software Foundation
1551 gives unlimited permission to copy, distribute and modify it.
1552 _ACEOF
1553 exit
1556 ## ------------------------ ##
1557 ## Autoconf initialization. ##
1558 ## ------------------------ ##
1560 # ac_fn_c_try_compile LINENO
1561 # --------------------------
1562 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1563 ac_fn_c_try_compile ()
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 rm -f conftest.$ac_objext
1567 if { { ac_try="$ac_compile"
1568 case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571 esac
1572 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573 $as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_compile") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1582 test $ac_status = 0; } && {
1583 test -z "$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 } && test -s conftest.$ac_objext; then :
1586 ac_retval=0
1587 else
1588 $as_echo "$as_me: failed program was:" >&5
1589 sed 's/^/| /' conftest.$ac_ext >&5
1591 ac_retval=1
1593 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1594 as_fn_set_status $ac_retval
1596 } # ac_fn_c_try_compile
1598 # ac_fn_cxx_try_compile LINENO
1599 # ----------------------------
1600 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1601 ac_fn_cxx_try_compile ()
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604 rm -f conftest.$ac_objext
1605 if { { ac_try="$ac_compile"
1606 case "(($ac_try" in
1607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1608 *) ac_try_echo=$ac_try;;
1609 esac
1610 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1611 $as_echo "$ac_try_echo"; } >&5
1612 (eval "$ac_compile") 2>conftest.err
1613 ac_status=$?
1614 if test -s conftest.err; then
1615 grep -v '^ *+' conftest.err >conftest.er1
1616 cat conftest.er1 >&5
1617 mv -f conftest.er1 conftest.err
1619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1620 test $ac_status = 0; } && {
1621 test -z "$ac_cxx_werror_flag" ||
1622 test ! -s conftest.err
1623 } && test -s conftest.$ac_objext; then :
1624 ac_retval=0
1625 else
1626 $as_echo "$as_me: failed program was:" >&5
1627 sed 's/^/| /' conftest.$ac_ext >&5
1629 ac_retval=1
1631 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1632 as_fn_set_status $ac_retval
1634 } # ac_fn_cxx_try_compile
1636 # ac_fn_cxx_try_link LINENO
1637 # -------------------------
1638 # Try to link conftest.$ac_ext, and return whether this succeeded.
1639 ac_fn_cxx_try_link ()
1641 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1642 rm -f conftest.$ac_objext conftest$ac_exeext
1643 if { { ac_try="$ac_link"
1644 case "(($ac_try" in
1645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1646 *) ac_try_echo=$ac_try;;
1647 esac
1648 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1649 $as_echo "$ac_try_echo"; } >&5
1650 (eval "$ac_link") 2>conftest.err
1651 ac_status=$?
1652 if test -s conftest.err; then
1653 grep -v '^ *+' conftest.err >conftest.er1
1654 cat conftest.er1 >&5
1655 mv -f conftest.er1 conftest.err
1657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1658 test $ac_status = 0; } && {
1659 test -z "$ac_cxx_werror_flag" ||
1660 test ! -s conftest.err
1661 } && test -s conftest$ac_exeext && {
1662 test "$cross_compiling" = yes ||
1663 test -x conftest$ac_exeext
1664 }; then :
1665 ac_retval=0
1666 else
1667 $as_echo "$as_me: failed program was:" >&5
1668 sed 's/^/| /' conftest.$ac_ext >&5
1670 ac_retval=1
1672 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1673 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1674 # interfere with the next link command; also delete a directory that is
1675 # left behind by Apple's compiler. We do this before executing the actions.
1676 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1677 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1678 as_fn_set_status $ac_retval
1680 } # ac_fn_cxx_try_link
1682 # ac_fn_c_try_link LINENO
1683 # -----------------------
1684 # Try to link conftest.$ac_ext, and return whether this succeeded.
1685 ac_fn_c_try_link ()
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 rm -f conftest.$ac_objext conftest$ac_exeext
1689 if { { ac_try="$ac_link"
1690 case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693 esac
1694 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695 $as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_link") 2>conftest.err
1697 ac_status=$?
1698 if test -s conftest.err; then
1699 grep -v '^ *+' conftest.err >conftest.er1
1700 cat conftest.er1 >&5
1701 mv -f conftest.er1 conftest.err
1703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1704 test $ac_status = 0; } && {
1705 test -z "$ac_c_werror_flag" ||
1706 test ! -s conftest.err
1707 } && test -s conftest$ac_exeext && {
1708 test "$cross_compiling" = yes ||
1709 test -x conftest$ac_exeext
1710 }; then :
1711 ac_retval=0
1712 else
1713 $as_echo "$as_me: failed program was:" >&5
1714 sed 's/^/| /' conftest.$ac_ext >&5
1716 ac_retval=1
1718 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1719 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1720 # interfere with the next link command; also delete a directory that is
1721 # left behind by Apple's compiler. We do this before executing the actions.
1722 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1724 as_fn_set_status $ac_retval
1726 } # ac_fn_c_try_link
1727 cat >config.log <<_ACEOF
1728 This file contains any messages produced by compilers while
1729 running configure, to aid debugging if configure makes a mistake.
1731 It was created by GNU C Library $as_me (see version.h), which was
1732 generated by GNU Autoconf 2.69. Invocation command line was
1734 $ $0 $@
1736 _ACEOF
1737 exec 5>>config.log
1739 cat <<_ASUNAME
1740 ## --------- ##
1741 ## Platform. ##
1742 ## --------- ##
1744 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1745 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1746 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1747 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1748 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1750 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1751 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1753 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1754 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1755 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1756 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1757 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1758 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1759 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1761 _ASUNAME
1763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1764 for as_dir in $PATH
1766 IFS=$as_save_IFS
1767 test -z "$as_dir" && as_dir=.
1768 $as_echo "PATH: $as_dir"
1769 done
1770 IFS=$as_save_IFS
1772 } >&5
1774 cat >&5 <<_ACEOF
1777 ## ----------- ##
1778 ## Core tests. ##
1779 ## ----------- ##
1781 _ACEOF
1784 # Keep a trace of the command line.
1785 # Strip out --no-create and --no-recursion so they do not pile up.
1786 # Strip out --silent because we don't want to record it for future runs.
1787 # Also quote any args containing shell meta-characters.
1788 # Make two passes to allow for proper duplicate-argument suppression.
1789 ac_configure_args=
1790 ac_configure_args0=
1791 ac_configure_args1=
1792 ac_must_keep_next=false
1793 for ac_pass in 1 2
1795 for ac_arg
1797 case $ac_arg in
1798 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1799 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1800 | -silent | --silent | --silen | --sile | --sil)
1801 continue ;;
1802 *\'*)
1803 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1804 esac
1805 case $ac_pass in
1806 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1808 as_fn_append ac_configure_args1 " '$ac_arg'"
1809 if test $ac_must_keep_next = true; then
1810 ac_must_keep_next=false # Got value, back to normal.
1811 else
1812 case $ac_arg in
1813 *=* | --config-cache | -C | -disable-* | --disable-* \
1814 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1815 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1816 | -with-* | --with-* | -without-* | --without-* | --x)
1817 case "$ac_configure_args0 " in
1818 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1819 esac
1821 -* ) ac_must_keep_next=true ;;
1822 esac
1824 as_fn_append ac_configure_args " '$ac_arg'"
1826 esac
1827 done
1828 done
1829 { ac_configure_args0=; unset ac_configure_args0;}
1830 { ac_configure_args1=; unset ac_configure_args1;}
1832 # When interrupted or exit'd, cleanup temporary files, and complete
1833 # config.log. We remove comments because anyway the quotes in there
1834 # would cause problems or look ugly.
1835 # WARNING: Use '\'' to represent an apostrophe within the trap.
1836 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1837 trap 'exit_status=$?
1838 # Save into config.log some information that might help in debugging.
1840 echo
1842 $as_echo "## ---------------- ##
1843 ## Cache variables. ##
1844 ## ---------------- ##"
1845 echo
1846 # The following way of writing the cache mishandles newlines in values,
1848 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1849 eval ac_val=\$$ac_var
1850 case $ac_val in #(
1851 *${as_nl}*)
1852 case $ac_var in #(
1853 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1854 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1855 esac
1856 case $ac_var in #(
1857 _ | IFS | as_nl) ;; #(
1858 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1859 *) { eval $ac_var=; unset $ac_var;} ;;
1860 esac ;;
1861 esac
1862 done
1863 (set) 2>&1 |
1864 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1865 *${as_nl}ac_space=\ *)
1866 sed -n \
1867 "s/'\''/'\''\\\\'\'''\''/g;
1868 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1869 ;; #(
1871 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1873 esac |
1874 sort
1876 echo
1878 $as_echo "## ----------------- ##
1879 ## Output variables. ##
1880 ## ----------------- ##"
1881 echo
1882 for ac_var in $ac_subst_vars
1884 eval ac_val=\$$ac_var
1885 case $ac_val in
1886 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1887 esac
1888 $as_echo "$ac_var='\''$ac_val'\''"
1889 done | sort
1890 echo
1892 if test -n "$ac_subst_files"; then
1893 $as_echo "## ------------------- ##
1894 ## File substitutions. ##
1895 ## ------------------- ##"
1896 echo
1897 for ac_var in $ac_subst_files
1899 eval ac_val=\$$ac_var
1900 case $ac_val in
1901 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1902 esac
1903 $as_echo "$ac_var='\''$ac_val'\''"
1904 done | sort
1905 echo
1908 if test -s confdefs.h; then
1909 $as_echo "## ----------- ##
1910 ## confdefs.h. ##
1911 ## ----------- ##"
1912 echo
1913 cat confdefs.h
1914 echo
1916 test "$ac_signal" != 0 &&
1917 $as_echo "$as_me: caught signal $ac_signal"
1918 $as_echo "$as_me: exit $exit_status"
1919 } >&5
1920 rm -f core *.core core.conftest.* &&
1921 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1922 exit $exit_status
1924 for ac_signal in 1 2 13 15; do
1925 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1926 done
1927 ac_signal=0
1929 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1930 rm -f -r conftest* confdefs.h
1932 $as_echo "/* confdefs.h */" > confdefs.h
1934 # Predefined preprocessor variables.
1936 cat >>confdefs.h <<_ACEOF
1937 #define PACKAGE_NAME "$PACKAGE_NAME"
1938 _ACEOF
1940 cat >>confdefs.h <<_ACEOF
1941 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1942 _ACEOF
1944 cat >>confdefs.h <<_ACEOF
1945 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1946 _ACEOF
1948 cat >>confdefs.h <<_ACEOF
1949 #define PACKAGE_STRING "$PACKAGE_STRING"
1950 _ACEOF
1952 cat >>confdefs.h <<_ACEOF
1953 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1954 _ACEOF
1956 cat >>confdefs.h <<_ACEOF
1957 #define PACKAGE_URL "$PACKAGE_URL"
1958 _ACEOF
1961 # Let the site file select an alternate cache file if it wants to.
1962 # Prefer an explicitly selected file to automatically selected ones.
1963 ac_site_file1=NONE
1964 ac_site_file2=NONE
1965 if test -n "$CONFIG_SITE"; then
1966 # We do not want a PATH search for config.site.
1967 case $CONFIG_SITE in #((
1968 -*) ac_site_file1=./$CONFIG_SITE;;
1969 */*) ac_site_file1=$CONFIG_SITE;;
1970 *) ac_site_file1=./$CONFIG_SITE;;
1971 esac
1972 elif test "x$prefix" != xNONE; then
1973 ac_site_file1=$prefix/share/config.site
1974 ac_site_file2=$prefix/etc/config.site
1975 else
1976 ac_site_file1=$ac_default_prefix/share/config.site
1977 ac_site_file2=$ac_default_prefix/etc/config.site
1979 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1981 test "x$ac_site_file" = xNONE && continue
1982 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1984 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1985 sed 's/^/| /' "$ac_site_file" >&5
1986 . "$ac_site_file" \
1987 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1988 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1989 as_fn_error $? "failed to load site script $ac_site_file
1990 See \`config.log' for more details" "$LINENO" 5; }
1992 done
1994 if test -r "$cache_file"; then
1995 # Some versions of bash will fail to source /dev/null (special files
1996 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1997 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1998 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1999 $as_echo "$as_me: loading cache $cache_file" >&6;}
2000 case $cache_file in
2001 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2002 *) . "./$cache_file";;
2003 esac
2005 else
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2007 $as_echo "$as_me: creating cache $cache_file" >&6;}
2008 >$cache_file
2011 # Check that the precious variables saved in the cache have kept the same
2012 # value.
2013 ac_cache_corrupted=false
2014 for ac_var in $ac_precious_vars; do
2015 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2016 eval ac_new_set=\$ac_env_${ac_var}_set
2017 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2018 eval ac_new_val=\$ac_env_${ac_var}_value
2019 case $ac_old_set,$ac_new_set in
2020 set,)
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2022 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2023 ac_cache_corrupted=: ;;
2024 ,set)
2025 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2026 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2027 ac_cache_corrupted=: ;;
2028 ,);;
2030 if test "x$ac_old_val" != "x$ac_new_val"; then
2031 # differences in whitespace do not lead to failure.
2032 ac_old_val_w=`echo x $ac_old_val`
2033 ac_new_val_w=`echo x $ac_new_val`
2034 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2036 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2037 ac_cache_corrupted=:
2038 else
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2040 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2041 eval $ac_var=\$ac_old_val
2043 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2044 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2046 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2047 fi;;
2048 esac
2049 # Pass precious variables to config.status.
2050 if test "$ac_new_set" = set; then
2051 case $ac_new_val in
2052 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2053 *) ac_arg=$ac_var=$ac_new_val ;;
2054 esac
2055 case " $ac_configure_args " in
2056 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2057 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2058 esac
2060 done
2061 if $ac_cache_corrupted; then
2062 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2063 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2064 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2065 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2066 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2068 ## -------------------- ##
2069 ## Main body of script. ##
2070 ## -------------------- ##
2072 ac_ext=c
2073 ac_cpp='$CPP $CPPFLAGS'
2074 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2075 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2076 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2080 ac_config_headers="$ac_config_headers config.h"
2082 ac_aux_dir=
2083 for ac_dir in scripts "$srcdir"/scripts; do
2084 if test -f "$ac_dir/install-sh"; then
2085 ac_aux_dir=$ac_dir
2086 ac_install_sh="$ac_aux_dir/install-sh -c"
2087 break
2088 elif test -f "$ac_dir/install.sh"; then
2089 ac_aux_dir=$ac_dir
2090 ac_install_sh="$ac_aux_dir/install.sh -c"
2091 break
2092 elif test -f "$ac_dir/shtool"; then
2093 ac_aux_dir=$ac_dir
2094 ac_install_sh="$ac_aux_dir/shtool install -c"
2095 break
2097 done
2098 if test -z "$ac_aux_dir"; then
2099 as_fn_error $? "cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2102 # These three variables are undocumented and unsupported,
2103 # and are intended to be withdrawn in a future Autoconf release.
2104 # They can cause serious problems if a builder's source tree is in a directory
2105 # whose full name contains unusual characters.
2106 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2107 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2108 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2114 # Check whether --with-pkgversion was given.
2115 if test "${with_pkgversion+set}" = set; then :
2116 withval=$with_pkgversion; case "$withval" in
2117 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
2118 no) PKGVERSION= ;;
2119 *) PKGVERSION="($withval) " ;;
2120 esac
2121 else
2122 PKGVERSION="(GNU libc) "
2126 PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2132 # Check whether --with-bugurl was given.
2133 if test "${with_bugurl+set}" = set; then :
2134 withval=$with_bugurl; case "$withval" in
2135 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
2136 no) BUGURL=
2138 *) BUGURL="$withval"
2140 esac
2141 else
2142 BUGURL="http://www.gnu.org/software/libc/bugs.html"
2146 case ${BUGURL} in
2148 REPORT_BUGS_TO=
2149 REPORT_BUGS_TEXI=
2152 REPORT_BUGS_TO="<$BUGURL>"
2153 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2155 esac;
2160 cat >>confdefs.h <<_ACEOF
2161 #define PKGVERSION "$PKGVERSION"
2162 _ACEOF
2165 cat >>confdefs.h <<_ACEOF
2166 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2167 _ACEOF
2170 # Glibc should not depend on any header files
2173 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2174 # here to work around the Autoconf issue discussed in
2175 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2176 # AC_PROG_CPP
2178 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2179 # issue discussed in
2180 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2185 subdirs="$subdirs "
2188 # Make sure we can run config.sub.
2189 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2190 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2193 $as_echo_n "checking build system type... " >&6; }
2194 if ${ac_cv_build+:} false; then :
2195 $as_echo_n "(cached) " >&6
2196 else
2197 ac_build_alias=$build_alias
2198 test "x$ac_build_alias" = x &&
2199 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2200 test "x$ac_build_alias" = x &&
2201 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2202 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2203 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2207 $as_echo "$ac_cv_build" >&6; }
2208 case $ac_cv_build in
2209 *-*-*) ;;
2210 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2211 esac
2212 build=$ac_cv_build
2213 ac_save_IFS=$IFS; IFS='-'
2214 set x $ac_cv_build
2215 shift
2216 build_cpu=$1
2217 build_vendor=$2
2218 shift; shift
2219 # Remember, the first character of IFS is used to create $*,
2220 # except with old shells:
2221 build_os=$*
2222 IFS=$ac_save_IFS
2223 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2227 $as_echo_n "checking host system type... " >&6; }
2228 if ${ac_cv_host+:} false; then :
2229 $as_echo_n "(cached) " >&6
2230 else
2231 if test "x$host_alias" = x; then
2232 ac_cv_host=$ac_cv_build
2233 else
2234 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2235 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2240 $as_echo "$ac_cv_host" >&6; }
2241 case $ac_cv_host in
2242 *-*-*) ;;
2243 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2244 esac
2245 host=$ac_cv_host
2246 ac_save_IFS=$IFS; IFS='-'
2247 set x $ac_cv_host
2248 shift
2249 host_cpu=$1
2250 host_vendor=$2
2251 shift; shift
2252 # Remember, the first character of IFS is used to create $*,
2253 # except with old shells:
2254 host_os=$*
2255 IFS=$ac_save_IFS
2256 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2260 ac_ext=c
2261 ac_cpp='$CPP $CPPFLAGS'
2262 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2263 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2264 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2265 if test -n "$ac_tool_prefix"; then
2266 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2267 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2269 $as_echo_n "checking for $ac_word... " >&6; }
2270 if ${ac_cv_prog_CC+:} false; then :
2271 $as_echo_n "(cached) " >&6
2272 else
2273 if test -n "$CC"; then
2274 ac_cv_prog_CC="$CC" # Let the user override the test.
2275 else
2276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2277 for as_dir in $PATH
2279 IFS=$as_save_IFS
2280 test -z "$as_dir" && as_dir=.
2281 for ac_exec_ext in '' $ac_executable_extensions; do
2282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2283 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2285 break 2
2287 done
2288 done
2289 IFS=$as_save_IFS
2293 CC=$ac_cv_prog_CC
2294 if test -n "$CC"; then
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2296 $as_echo "$CC" >&6; }
2297 else
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2299 $as_echo "no" >&6; }
2304 if test -z "$ac_cv_prog_CC"; then
2305 ac_ct_CC=$CC
2306 # Extract the first word of "gcc", so it can be a program name with args.
2307 set dummy gcc; ac_word=$2
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2309 $as_echo_n "checking for $ac_word... " >&6; }
2310 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2311 $as_echo_n "(cached) " >&6
2312 else
2313 if test -n "$ac_ct_CC"; then
2314 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2315 else
2316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2317 for as_dir in $PATH
2319 IFS=$as_save_IFS
2320 test -z "$as_dir" && as_dir=.
2321 for ac_exec_ext in '' $ac_executable_extensions; do
2322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2323 ac_cv_prog_ac_ct_CC="gcc"
2324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2325 break 2
2327 done
2328 done
2329 IFS=$as_save_IFS
2333 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2334 if test -n "$ac_ct_CC"; then
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2336 $as_echo "$ac_ct_CC" >&6; }
2337 else
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2339 $as_echo "no" >&6; }
2342 if test "x$ac_ct_CC" = x; then
2343 CC=""
2344 else
2345 case $cross_compiling:$ac_tool_warned in
2346 yes:)
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2348 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2349 ac_tool_warned=yes ;;
2350 esac
2351 CC=$ac_ct_CC
2353 else
2354 CC="$ac_cv_prog_CC"
2357 if test -z "$CC"; then
2358 if test -n "$ac_tool_prefix"; then
2359 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2360 set dummy ${ac_tool_prefix}cc; ac_word=$2
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2362 $as_echo_n "checking for $ac_word... " >&6; }
2363 if ${ac_cv_prog_CC+:} false; then :
2364 $as_echo_n "(cached) " >&6
2365 else
2366 if test -n "$CC"; then
2367 ac_cv_prog_CC="$CC" # Let the user override the test.
2368 else
2369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2370 for as_dir in $PATH
2372 IFS=$as_save_IFS
2373 test -z "$as_dir" && as_dir=.
2374 for ac_exec_ext in '' $ac_executable_extensions; do
2375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2376 ac_cv_prog_CC="${ac_tool_prefix}cc"
2377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2378 break 2
2380 done
2381 done
2382 IFS=$as_save_IFS
2386 CC=$ac_cv_prog_CC
2387 if test -n "$CC"; then
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2389 $as_echo "$CC" >&6; }
2390 else
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2392 $as_echo "no" >&6; }
2398 if test -z "$CC"; then
2399 # Extract the first word of "cc", so it can be a program name with args.
2400 set dummy cc; ac_word=$2
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2402 $as_echo_n "checking for $ac_word... " >&6; }
2403 if ${ac_cv_prog_CC+:} false; then :
2404 $as_echo_n "(cached) " >&6
2405 else
2406 if test -n "$CC"; then
2407 ac_cv_prog_CC="$CC" # Let the user override the test.
2408 else
2409 ac_prog_rejected=no
2410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2411 for as_dir in $PATH
2413 IFS=$as_save_IFS
2414 test -z "$as_dir" && as_dir=.
2415 for ac_exec_ext in '' $ac_executable_extensions; do
2416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2418 ac_prog_rejected=yes
2419 continue
2421 ac_cv_prog_CC="cc"
2422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2423 break 2
2425 done
2426 done
2427 IFS=$as_save_IFS
2429 if test $ac_prog_rejected = yes; then
2430 # We found a bogon in the path, so make sure we never use it.
2431 set dummy $ac_cv_prog_CC
2432 shift
2433 if test $# != 0; then
2434 # We chose a different compiler from the bogus one.
2435 # However, it has the same basename, so the bogon will be chosen
2436 # first if we set CC to just the basename; use the full file name.
2437 shift
2438 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$CC"; then
2455 if test -n "$ac_tool_prefix"; then
2456 for ac_prog in cl.exe
2458 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2459 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2461 $as_echo_n "checking for $ac_word... " >&6; }
2462 if ${ac_cv_prog_CC+:} false; then :
2463 $as_echo_n "(cached) " >&6
2464 else
2465 if test -n "$CC"; then
2466 ac_cv_prog_CC="$CC" # Let the user override the test.
2467 else
2468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469 for as_dir in $PATH
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
2473 for ac_exec_ext in '' $ac_executable_extensions; do
2474 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2475 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2477 break 2
2479 done
2480 done
2481 IFS=$as_save_IFS
2485 CC=$ac_cv_prog_CC
2486 if test -n "$CC"; then
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2488 $as_echo "$CC" >&6; }
2489 else
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2491 $as_echo "no" >&6; }
2495 test -n "$CC" && break
2496 done
2498 if test -z "$CC"; then
2499 ac_ct_CC=$CC
2500 for ac_prog in cl.exe
2502 # Extract the first word of "$ac_prog", so it can be a program name with args.
2503 set dummy $ac_prog; ac_word=$2
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2505 $as_echo_n "checking for $ac_word... " >&6; }
2506 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2507 $as_echo_n "(cached) " >&6
2508 else
2509 if test -n "$ac_ct_CC"; then
2510 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2511 else
2512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2513 for as_dir in $PATH
2515 IFS=$as_save_IFS
2516 test -z "$as_dir" && as_dir=.
2517 for ac_exec_ext in '' $ac_executable_extensions; do
2518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2519 ac_cv_prog_ac_ct_CC="$ac_prog"
2520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2521 break 2
2523 done
2524 done
2525 IFS=$as_save_IFS
2529 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2530 if test -n "$ac_ct_CC"; then
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2532 $as_echo "$ac_ct_CC" >&6; }
2533 else
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2535 $as_echo "no" >&6; }
2539 test -n "$ac_ct_CC" && break
2540 done
2542 if test "x$ac_ct_CC" = x; then
2543 CC=""
2544 else
2545 case $cross_compiling:$ac_tool_warned in
2546 yes:)
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2548 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2549 ac_tool_warned=yes ;;
2550 esac
2551 CC=$ac_ct_CC
2558 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2560 as_fn_error $? "no acceptable C compiler found in \$PATH
2561 See \`config.log' for more details" "$LINENO" 5; }
2563 # Provide some information about the compiler.
2564 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2565 set X $ac_compile
2566 ac_compiler=$2
2567 for ac_option in --version -v -V -qversion; do
2568 { { ac_try="$ac_compiler $ac_option >&5"
2569 case "(($ac_try" in
2570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2571 *) ac_try_echo=$ac_try;;
2572 esac
2573 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2574 $as_echo "$ac_try_echo"; } >&5
2575 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2576 ac_status=$?
2577 if test -s conftest.err; then
2578 sed '10a\
2579 ... rest of stderr output deleted ...
2580 10q' conftest.err >conftest.er1
2581 cat conftest.er1 >&5
2583 rm -f conftest.er1 conftest.err
2584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2585 test $ac_status = 0; }
2586 done
2588 EXEEXT=
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2590 $as_echo_n "checking for suffix of object files... " >&6; }
2591 if ${ac_cv_objext+:} false; then :
2592 $as_echo_n "(cached) " >&6
2593 else
2594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2595 /* end confdefs.h. */
2598 main ()
2602 return 0;
2604 _ACEOF
2605 rm -f conftest.o conftest.obj
2606 if { { ac_try="$ac_compile"
2607 case "(($ac_try" in
2608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2609 *) ac_try_echo=$ac_try;;
2610 esac
2611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2612 $as_echo "$ac_try_echo"; } >&5
2613 (eval "$ac_compile") 2>&5
2614 ac_status=$?
2615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2616 test $ac_status = 0; }; then :
2617 for ac_file in conftest.o conftest.obj conftest.*; do
2618 test -f "$ac_file" || continue;
2619 case $ac_file in
2620 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2621 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2622 break;;
2623 esac
2624 done
2625 else
2626 $as_echo "$as_me: failed program was:" >&5
2627 sed 's/^/| /' conftest.$ac_ext >&5
2629 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2630 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2631 as_fn_error $? "cannot compute suffix of object files: cannot compile
2632 See \`config.log' for more details" "$LINENO" 5; }
2634 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2637 $as_echo "$ac_cv_objext" >&6; }
2638 OBJEXT=$ac_cv_objext
2639 ac_objext=$OBJEXT
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2641 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2642 if ${ac_cv_c_compiler_gnu+:} false; then :
2643 $as_echo_n "(cached) " >&6
2644 else
2645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2646 /* end confdefs.h. */
2649 main ()
2651 #ifndef __GNUC__
2652 choke me
2653 #endif
2656 return 0;
2658 _ACEOF
2659 if ac_fn_c_try_compile "$LINENO"; then :
2660 ac_compiler_gnu=yes
2661 else
2662 ac_compiler_gnu=no
2664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2665 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2669 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2670 if test $ac_compiler_gnu = yes; then
2671 GCC=yes
2672 else
2673 GCC=
2675 ac_test_CFLAGS=${CFLAGS+set}
2676 ac_save_CFLAGS=$CFLAGS
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2678 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2679 if ${ac_cv_prog_cc_g+:} false; then :
2680 $as_echo_n "(cached) " >&6
2681 else
2682 ac_save_c_werror_flag=$ac_c_werror_flag
2683 ac_c_werror_flag=yes
2684 ac_cv_prog_cc_g=no
2685 CFLAGS="-g"
2686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2687 /* end confdefs.h. */
2690 main ()
2694 return 0;
2696 _ACEOF
2697 if ac_fn_c_try_compile "$LINENO"; then :
2698 ac_cv_prog_cc_g=yes
2699 else
2700 CFLAGS=""
2701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2702 /* end confdefs.h. */
2705 main ()
2709 return 0;
2711 _ACEOF
2712 if ac_fn_c_try_compile "$LINENO"; then :
2714 else
2715 ac_c_werror_flag=$ac_save_c_werror_flag
2716 CFLAGS="-g"
2717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2718 /* end confdefs.h. */
2721 main ()
2725 return 0;
2727 _ACEOF
2728 if ac_fn_c_try_compile "$LINENO"; then :
2729 ac_cv_prog_cc_g=yes
2731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2736 ac_c_werror_flag=$ac_save_c_werror_flag
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2739 $as_echo "$ac_cv_prog_cc_g" >&6; }
2740 if test "$ac_test_CFLAGS" = set; then
2741 CFLAGS=$ac_save_CFLAGS
2742 elif test $ac_cv_prog_cc_g = yes; then
2743 if test "$GCC" = yes; then
2744 CFLAGS="-g -O2"
2745 else
2746 CFLAGS="-g"
2748 else
2749 if test "$GCC" = yes; then
2750 CFLAGS="-O2"
2751 else
2752 CFLAGS=
2756 ac_ext=c
2757 ac_cpp='$CPP $CPPFLAGS'
2758 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2759 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2760 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2762 if test $host != $build; then
2763 for ac_prog in gcc cc
2765 # Extract the first word of "$ac_prog", so it can be a program name with args.
2766 set dummy $ac_prog; ac_word=$2
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2768 $as_echo_n "checking for $ac_word... " >&6; }
2769 if ${ac_cv_prog_BUILD_CC+:} false; then :
2770 $as_echo_n "(cached) " >&6
2771 else
2772 if test -n "$BUILD_CC"; then
2773 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
2774 else
2775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2776 for as_dir in $PATH
2778 IFS=$as_save_IFS
2779 test -z "$as_dir" && as_dir=.
2780 for ac_exec_ext in '' $ac_executable_extensions; do
2781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2782 ac_cv_prog_BUILD_CC="$ac_prog"
2783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2784 break 2
2786 done
2787 done
2788 IFS=$as_save_IFS
2792 BUILD_CC=$ac_cv_prog_BUILD_CC
2793 if test -n "$BUILD_CC"; then
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
2795 $as_echo "$BUILD_CC" >&6; }
2796 else
2797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2798 $as_echo "no" >&6; }
2802 test -n "$BUILD_CC" && break
2803 done
2807 # On Suns, sometimes $CPP names a directory.
2808 if test -n "$CPP" && test -d "$CPP"; then
2809 CPP=
2811 if test -z "$CPP"; then
2812 CPP="$CC -E"
2815 if test -n "$ac_tool_prefix"; then
2816 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2817 set dummy ${ac_tool_prefix}readelf; ac_word=$2
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2819 $as_echo_n "checking for $ac_word... " >&6; }
2820 if ${ac_cv_prog_READELF+:} false; then :
2821 $as_echo_n "(cached) " >&6
2822 else
2823 if test -n "$READELF"; then
2824 ac_cv_prog_READELF="$READELF" # Let the user override the test.
2825 else
2826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2827 for as_dir in $PATH
2829 IFS=$as_save_IFS
2830 test -z "$as_dir" && as_dir=.
2831 for ac_exec_ext in '' $ac_executable_extensions; do
2832 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2833 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
2834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2835 break 2
2837 done
2838 done
2839 IFS=$as_save_IFS
2843 READELF=$ac_cv_prog_READELF
2844 if test -n "$READELF"; then
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
2846 $as_echo "$READELF" >&6; }
2847 else
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2849 $as_echo "no" >&6; }
2854 if test -z "$ac_cv_prog_READELF"; then
2855 ac_ct_READELF=$READELF
2856 # Extract the first word of "readelf", so it can be a program name with args.
2857 set dummy readelf; ac_word=$2
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2859 $as_echo_n "checking for $ac_word... " >&6; }
2860 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
2861 $as_echo_n "(cached) " >&6
2862 else
2863 if test -n "$ac_ct_READELF"; then
2864 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
2865 else
2866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2867 for as_dir in $PATH
2869 IFS=$as_save_IFS
2870 test -z "$as_dir" && as_dir=.
2871 for ac_exec_ext in '' $ac_executable_extensions; do
2872 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2873 ac_cv_prog_ac_ct_READELF="readelf"
2874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2875 break 2
2877 done
2878 done
2879 IFS=$as_save_IFS
2883 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
2884 if test -n "$ac_ct_READELF"; then
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
2886 $as_echo "$ac_ct_READELF" >&6; }
2887 else
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2889 $as_echo "no" >&6; }
2892 if test "x$ac_ct_READELF" = x; then
2893 READELF="false"
2894 else
2895 case $cross_compiling:$ac_tool_warned in
2896 yes:)
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2898 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2899 ac_tool_warned=yes ;;
2900 esac
2901 READELF=$ac_ct_READELF
2903 else
2904 READELF="$ac_cv_prog_READELF"
2908 # We need the C++ compiler only for testing.
2909 ac_ext=cpp
2910 ac_cpp='$CXXCPP $CPPFLAGS'
2911 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2912 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2913 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2914 if test -z "$CXX"; then
2915 if test -n "$CCC"; then
2916 CXX=$CCC
2917 else
2918 if test -n "$ac_tool_prefix"; then
2919 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2921 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2922 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2924 $as_echo_n "checking for $ac_word... " >&6; }
2925 if ${ac_cv_prog_CXX+:} false; then :
2926 $as_echo_n "(cached) " >&6
2927 else
2928 if test -n "$CXX"; then
2929 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2930 else
2931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2932 for as_dir in $PATH
2934 IFS=$as_save_IFS
2935 test -z "$as_dir" && as_dir=.
2936 for ac_exec_ext in '' $ac_executable_extensions; do
2937 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2938 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2940 break 2
2942 done
2943 done
2944 IFS=$as_save_IFS
2948 CXX=$ac_cv_prog_CXX
2949 if test -n "$CXX"; then
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2951 $as_echo "$CXX" >&6; }
2952 else
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2954 $as_echo "no" >&6; }
2958 test -n "$CXX" && break
2959 done
2961 if test -z "$CXX"; then
2962 ac_ct_CXX=$CXX
2963 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2965 # Extract the first word of "$ac_prog", so it can be a program name with args.
2966 set dummy $ac_prog; ac_word=$2
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2968 $as_echo_n "checking for $ac_word... " >&6; }
2969 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2970 $as_echo_n "(cached) " >&6
2971 else
2972 if test -n "$ac_ct_CXX"; then
2973 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2974 else
2975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2976 for as_dir in $PATH
2978 IFS=$as_save_IFS
2979 test -z "$as_dir" && as_dir=.
2980 for ac_exec_ext in '' $ac_executable_extensions; do
2981 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2982 ac_cv_prog_ac_ct_CXX="$ac_prog"
2983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2984 break 2
2986 done
2987 done
2988 IFS=$as_save_IFS
2992 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2993 if test -n "$ac_ct_CXX"; then
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2995 $as_echo "$ac_ct_CXX" >&6; }
2996 else
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2998 $as_echo "no" >&6; }
3002 test -n "$ac_ct_CXX" && break
3003 done
3005 if test "x$ac_ct_CXX" = x; then
3006 CXX="g++"
3007 else
3008 case $cross_compiling:$ac_tool_warned in
3009 yes:)
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3011 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3012 ac_tool_warned=yes ;;
3013 esac
3014 CXX=$ac_ct_CXX
3020 # Provide some information about the compiler.
3021 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3022 set X $ac_compile
3023 ac_compiler=$2
3024 for ac_option in --version -v -V -qversion; do
3025 { { ac_try="$ac_compiler $ac_option >&5"
3026 case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3031 $as_echo "$ac_try_echo"; } >&5
3032 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3033 ac_status=$?
3034 if test -s conftest.err; then
3035 sed '10a\
3036 ... rest of stderr output deleted ...
3037 10q' conftest.err >conftest.er1
3038 cat conftest.er1 >&5
3040 rm -f conftest.er1 conftest.err
3041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3042 test $ac_status = 0; }
3043 done
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3046 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3047 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3048 $as_echo_n "(cached) " >&6
3049 else
3050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3051 /* end confdefs.h. */
3054 main ()
3056 #ifndef __GNUC__
3057 choke me
3058 #endif
3061 return 0;
3063 _ACEOF
3064 if ac_fn_cxx_try_compile "$LINENO"; then :
3065 ac_compiler_gnu=yes
3066 else
3067 ac_compiler_gnu=no
3069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3070 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3074 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3075 if test $ac_compiler_gnu = yes; then
3076 GXX=yes
3077 else
3078 GXX=
3080 ac_test_CXXFLAGS=${CXXFLAGS+set}
3081 ac_save_CXXFLAGS=$CXXFLAGS
3082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3083 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3084 if ${ac_cv_prog_cxx_g+:} false; then :
3085 $as_echo_n "(cached) " >&6
3086 else
3087 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3088 ac_cxx_werror_flag=yes
3089 ac_cv_prog_cxx_g=no
3090 CXXFLAGS="-g"
3091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3092 /* end confdefs.h. */
3095 main ()
3099 return 0;
3101 _ACEOF
3102 if ac_fn_cxx_try_compile "$LINENO"; then :
3103 ac_cv_prog_cxx_g=yes
3104 else
3105 CXXFLAGS=""
3106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3107 /* end confdefs.h. */
3110 main ()
3114 return 0;
3116 _ACEOF
3117 if ac_fn_cxx_try_compile "$LINENO"; then :
3119 else
3120 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3121 CXXFLAGS="-g"
3122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3123 /* end confdefs.h. */
3126 main ()
3130 return 0;
3132 _ACEOF
3133 if ac_fn_cxx_try_compile "$LINENO"; then :
3134 ac_cv_prog_cxx_g=yes
3136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3141 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3144 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3145 if test "$ac_test_CXXFLAGS" = set; then
3146 CXXFLAGS=$ac_save_CXXFLAGS
3147 elif test $ac_cv_prog_cxx_g = yes; then
3148 if test "$GXX" = yes; then
3149 CXXFLAGS="-g -O2"
3150 else
3151 CXXFLAGS="-g"
3153 else
3154 if test "$GXX" = yes; then
3155 CXXFLAGS="-O2"
3156 else
3157 CXXFLAGS=
3160 ac_ext=c
3161 ac_cpp='$CPP $CPPFLAGS'
3162 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3163 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3164 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3166 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3169 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3170 if ${libc_cv_cxx_link_ok+:} false; then :
3171 $as_echo_n "(cached) " >&6
3172 else
3173 ac_ext=cpp
3174 ac_cpp='$CXXCPP $CPPFLAGS'
3175 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3176 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3177 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3179 # Default, dynamic case.
3180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3181 /* end confdefs.h. */
3184 main ()
3188 return 0;
3190 _ACEOF
3191 if ac_fn_cxx_try_link "$LINENO"; then :
3192 libc_cv_cxx_link_ok=yes
3193 else
3194 libc_cv_cxx_link_ok=no
3196 rm -f core conftest.err conftest.$ac_objext \
3197 conftest$ac_exeext conftest.$ac_ext
3198 # Static case.
3199 old_LDFLAGS="$LDFLAGS"
3200 LDFLAGS="$LDFLAGS -static"
3201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3202 /* end confdefs.h. */
3204 #include <iostream>
3207 main()
3209 std::cout << "Hello, world!";
3210 return 0;
3213 _ACEOF
3214 if ac_fn_cxx_try_link "$LINENO"; then :
3216 else
3217 libc_cv_cxx_link_ok=no
3219 rm -f core conftest.err conftest.$ac_objext \
3220 conftest$ac_exeext conftest.$ac_ext
3221 LDFLAGS="$old_LDFLAGS"
3222 ac_ext=c
3223 ac_cpp='$CPP $CPPFLAGS'
3224 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3225 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3230 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3231 if test $libc_cv_cxx_link_ok != yes; then :
3232 CXX=
3235 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
3236 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3239 # This will get text that should go into config.make.
3240 config_vars=
3242 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3244 # Check whether --with-gd was given.
3245 if test "${with_gd+set}" = set; then :
3246 withval=$with_gd; case "$with_gd" in
3247 yes|''|no) ;;
3248 *) libgd_include="-I$withval/include"
3249 libgd_ldflags="-L$withval/lib" ;;
3250 esac
3255 # Check whether --with-gd-include was given.
3256 if test "${with_gd_include+set}" = set; then :
3257 withval=$with_gd_include; case "$with_gd_include" in
3258 ''|no) ;;
3259 *) libgd_include="-I$withval" ;;
3260 esac
3265 # Check whether --with-gd-lib was given.
3266 if test "${with_gd_lib+set}" = set; then :
3267 withval=$with_gd_lib; case "$with_gd_lib" in
3268 ''|no) ;;
3269 *) libgd_ldflags="-L$withval" ;;
3270 esac
3275 if test -n "$libgd_include"; then
3276 config_vars="$config_vars
3277 CFLAGS-memusagestat.c = $libgd_include"
3279 if test -n "$libgd_ldflags"; then
3280 config_vars="$config_vars
3281 libgd-LDFLAGS = $libgd_ldflags"
3285 # Check whether --with-fp was given.
3286 if test "${with_fp+set}" = set; then :
3287 withval=$with_fp; with_fp=$withval
3288 else
3289 with_fp=yes
3294 # Check whether --with-binutils was given.
3295 if test "${with_binutils+set}" = set; then :
3296 withval=$with_binutils; path_binutils=$withval
3297 else
3298 path_binutils=''
3302 # Check whether --with-selinux was given.
3303 if test "${with_selinux+set}" = set; then :
3304 withval=$with_selinux; with_selinux=$withval
3305 else
3306 with_selinux=auto
3311 # Check whether --with-headers was given.
3312 if test "${with_headers+set}" = set; then :
3313 withval=$with_headers; sysheaders=$withval
3314 else
3315 sysheaders=''
3322 # Check whether --with-default-link was given.
3323 if test "${with_default_link+set}" = set; then :
3324 withval=$with_default_link; use_default_link=$withval
3325 else
3326 use_default_link=default
3330 # Check whether --enable-sanity-checks was given.
3331 if test "${enable_sanity_checks+set}" = set; then :
3332 enableval=$enable_sanity_checks; enable_sanity=$enableval
3333 else
3334 enable_sanity=yes
3338 # Check whether --enable-shared was given.
3339 if test "${enable_shared+set}" = set; then :
3340 enableval=$enable_shared; shared=$enableval
3341 else
3342 shared=yes
3345 # Check whether --enable-profile was given.
3346 if test "${enable_profile+set}" = set; then :
3347 enableval=$enable_profile; profile=$enableval
3348 else
3349 profile=no
3352 # Check whether --enable-timezone-tools was given.
3353 if test "${enable_timezone_tools+set}" = set; then :
3354 enableval=$enable_timezone_tools; enable_timezone_tools=$enableval
3355 else
3356 enable_timezone_tools=yes
3361 # Check whether --enable-hardcoded-path-in-tests was given.
3362 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3363 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3364 else
3365 hardcoded_path_in_tests=no
3370 # Check whether --enable-stackguard-randomization was given.
3371 if test "${enable_stackguard_randomization+set}" = set; then :
3372 enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3373 else
3374 enable_stackguard_randomize=no
3377 if test "$enable_stackguard_randomize" = yes; then
3378 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3382 # Check whether --enable-lock-elision was given.
3383 if test "${enable_lock_elision+set}" = set; then :
3384 enableval=$enable_lock_elision; enable_lock_elision=$enableval
3385 else
3386 enable_lock_elision=no
3390 if test "$enable_lock_elision" = yes ; then
3391 $as_echo "#define ENABLE_LOCK_ELISION 1" >>confdefs.h
3395 # Check whether --enable-add-ons was given.
3396 if test "${enable_add_ons+set}" = set; then :
3397 enableval=$enable_add_ons;
3398 else
3399 enable_add_ons=yes
3403 # Check whether --enable-hidden-plt was given.
3404 if test "${enable_hidden_plt+set}" = set; then :
3405 enableval=$enable_hidden_plt; hidden=$enableval
3406 else
3407 hidden=yes
3410 if test "x$hidden" = xno; then
3411 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3415 # Check whether --enable-bind-now was given.
3416 if test "${enable_bind_now+set}" = set; then :
3417 enableval=$enable_bind_now; bindnow=$enableval
3418 else
3419 bindnow=no
3423 if test "x$bindnow" = xyes; then
3424 $as_echo "#define BIND_NOW 1" >>confdefs.h
3428 # Check whether --enable-static-nss was given.
3429 if test "${enable_static_nss+set}" = set; then :
3430 enableval=$enable_static_nss; static_nss=$enableval
3431 else
3432 static_nss=no
3435 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3436 static_nss=yes
3437 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3441 # Check whether --enable-force-install was given.
3442 if test "${enable_force_install+set}" = set; then :
3443 enableval=$enable_force_install; force_install=$enableval
3444 else
3445 force_install=yes
3450 # Check whether --enable-maintainer-mode was given.
3451 if test "${enable_maintainer_mode+set}" = set; then :
3452 enableval=$enable_maintainer_mode; maintainer=$enableval
3453 else
3454 maintainer=no
3458 # Check whether --enable-kernel was given.
3459 if test "${enable_kernel+set}" = set; then :
3460 enableval=$enable_kernel; minimum_kernel=$enableval
3463 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3464 # Better nothing than this.
3465 minimum_kernel=""
3466 else
3467 if test "$minimum_kernel" = current; then
3468 minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
3472 # Check whether --enable-all-warnings was given.
3473 if test "${enable_all_warnings+set}" = set; then :
3474 enableval=$enable_all_warnings; all_warnings=$enableval
3479 # Check whether --enable-werror was given.
3480 if test "${enable_werror+set}" = set; then :
3481 enableval=$enable_werror; enable_werror=$enableval
3482 else
3483 enable_werror=yes
3488 # Check whether --enable-multi-arch was given.
3489 if test "${enable_multi_arch+set}" = set; then :
3490 enableval=$enable_multi_arch; multi_arch=$enableval
3491 else
3492 multi_arch=default
3496 # Check whether --enable-nss-crypt was given.
3497 if test "${enable_nss_crypt+set}" = set; then :
3498 enableval=$enable_nss_crypt; nss_crypt=$enableval
3499 else
3500 nss_crypt=no
3503 if test x$nss_crypt = xyes; then
3504 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3505 if test $? -ne 0; then
3506 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3508 old_CFLAGS="$CFLAGS"
3509 CFLAGS="$CFLAGS $nss_includes"
3511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3512 /* end confdefs.h. */
3513 typedef int PRBool;
3514 #include <hasht.h>
3515 #include <nsslowhash.h>
3516 void f (void) { NSSLOW_Init (); }
3518 main ()
3522 return 0;
3524 _ACEOF
3525 if ac_fn_c_try_compile "$LINENO"; then :
3526 libc_cv_nss_crypt=yes
3527 else
3528 as_fn_error $? "
3529 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3532 old_LIBS="$LIBS"
3533 old_LDFLAGS="$LDFLAGS"
3534 LIBS="$LIBS -lfreebl3"
3535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3536 /* end confdefs.h. */
3537 typedef int PRBool;
3538 #include <hasht.h>
3539 #include <nsslowhash.h>
3541 main ()
3543 NSSLOW_Init();
3545 return 0;
3547 _ACEOF
3548 if ac_fn_c_try_link "$LINENO"; then :
3549 libc_cv_nss_crypt=yes
3550 else
3551 as_fn_error $? "
3552 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3554 rm -f core conftest.err conftest.$ac_objext \
3555 conftest$ac_exeext conftest.$ac_ext
3556 # Check to see if there is a static NSS cryptographic library.
3557 # If there isn't then we can't link anything with libcrypt.a,
3558 # and that might mean disabling some static tests.
3559 LDFLAGS="$LDFLAGS -static"
3560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3561 /* end confdefs.h. */
3562 typedef int PRBool;
3563 #include <hasht.h>
3564 #include <nsslowhash.h>
3566 main ()
3568 NSSLOW_Init();
3570 return 0;
3572 _ACEOF
3573 if ac_fn_c_try_link "$LINENO"; then :
3574 libc_cv_static_nss_crypt=yes
3575 else
3576 libc_cv_static_nss_crypt=no
3578 rm -f core conftest.err conftest.$ac_objext \
3579 conftest$ac_exeext conftest.$ac_ext
3580 LDFLAGS="$old_LDFLAGS"
3581 CFLAGS="$old_CFLAGS"
3582 LIBS="$old_LIBS"
3583 else
3584 libc_cv_nss_crypt=no
3585 libc_cv_static_nss_crypt=no
3591 # Check whether --enable-obsolete-rpc was given.
3592 if test "${enable_obsolete_rpc+set}" = set; then :
3593 enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3594 else
3595 link_obsolete_rpc=no
3600 if test "$link_obsolete_rpc" = yes; then
3601 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3605 # Check whether --enable-systemtap was given.
3606 if test "${enable_systemtap+set}" = set; then :
3607 enableval=$enable_systemtap; systemtap=$enableval
3608 else
3609 systemtap=no
3612 if test "x$systemtap" != xno; then
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3614 $as_echo_n "checking for systemtap static probe support... " >&6; }
3615 if ${libc_cv_sdt+:} false; then :
3616 $as_echo_n "(cached) " >&6
3617 else
3618 old_CFLAGS="$CFLAGS"
3619 CFLAGS="-std=gnu11 $CFLAGS"
3620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3621 /* end confdefs.h. */
3622 #include <sys/sdt.h>
3623 void foo (int i, void *p)
3625 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3626 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3628 _ACEOF
3629 if ac_fn_c_try_compile "$LINENO"; then :
3630 libc_cv_sdt=yes
3631 else
3632 libc_cv_sdt=no
3634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3635 CFLAGS="$old_CFLAGS"
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3638 $as_echo "$libc_cv_sdt" >&6; }
3639 if test $libc_cv_sdt = yes; then
3640 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3642 elif test "x$systemtap" != xauto; then
3643 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3645 as_fn_error $? "systemtap support needs sys/sdt.h with asm support
3646 See \`config.log' for more details" "$LINENO" 5; }
3650 # Check whether --enable-build-nscd was given.
3651 if test "${enable_build_nscd+set}" = set; then :
3652 enableval=$enable_build_nscd; build_nscd=$enableval
3653 else
3654 build_nscd=default
3659 # Note the use of $use_nscd is near the bottom of the file.
3660 # Check whether --enable-nscd was given.
3661 if test "${enable_nscd+set}" = set; then :
3662 enableval=$enable_nscd; use_nscd=$enableval
3663 else
3664 use_nscd=yes
3668 # Check whether --enable-pt_chown was given.
3669 if test "${enable_pt_chown+set}" = set; then :
3670 enableval=$enable_pt_chown; build_pt_chown=$enableval
3671 else
3672 build_pt_chown=no
3676 if test "$build_pt_chown" = yes; then
3677 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3681 # The abi-tags file uses a fairly simplistic model for name recognition that
3682 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3683 # $host_os of `gnu*' here to be `gnu-gnu*' just so that it can tell.
3684 # This doesn't get used much beyond that, so it's fairly safe.
3685 case "$host_os" in
3686 linux*)
3688 gnu*)
3689 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3691 esac
3693 # Check whether --enable-mathvec was given.
3694 if test "${enable_mathvec+set}" = set; then :
3695 enableval=$enable_mathvec; build_mathvec=$enableval
3696 else
3697 build_mathvec=notset
3701 # We keep the original values in `$config_*' and never modify them, so we
3702 # can write them unchanged into config.make. Everything else uses
3703 # $machine, $vendor, and $os, and changes them whenever convenient.
3704 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
3706 # Don't allow vendor == "unknown"
3707 test "$config_vendor" = unknown && config_vendor=
3708 config_os="`echo $config_os | sed 's/^unknown-//'`"
3710 # Some configurations imply other options.
3711 elf=yes
3713 # The configure fragment of an add-on port can modify these to supplement
3714 # or override the table in the case statement below. No fragment should
3715 # ever change the config_* variables, however.
3716 machine=$config_machine
3717 vendor=$config_vendor
3718 os=$config_os
3719 base_os=''
3721 submachine=
3723 # Check whether --with-cpu was given.
3724 if test "${with_cpu+set}" = set; then :
3725 withval=$with_cpu; case "$withval" in
3726 yes|'') as_fn_error $? "--with-cpu requires an argument" "$LINENO" 5 ;;
3727 no) ;;
3728 *) submachine="$withval" ;;
3729 esac
3734 # An preconfigure script can set this when it wants to disable the sanity
3735 # check below.
3736 libc_config_ok=no
3738 if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3739 then
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3741 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3742 for frag in $frags; do
3743 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3744 echo $ECHO_N "$name $ECHO_C" >&6
3745 . "$frag"
3746 done
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3748 $as_echo "" >&6; }
3751 subdirs="$subdirs "
3754 case "$enable_add_ons" in
3755 ''|no) add_ons= ;;
3756 yes|'*')
3757 add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps |
3758 sed 's@/[^/]*$@@' | sort | uniq`
3759 add_ons_automatic=yes
3761 *) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'`
3762 add_ons_automatic=no ;;
3763 esac
3765 configured_add_ons=
3766 add_ons_sfx=
3767 add_ons_pfx=
3768 if test x"$add_ons" != x; then
3769 for f in $add_ons; do
3770 # Some sanity checks
3771 case "$f" in
3772 crypt)
3773 as_fn_error $? "
3774 *** It seems that you're using an old \`crypt' add-on. crypt is now
3775 *** part of glibc and using the old add-on will not work with this
3776 *** release. Start again with fresh sources and without the old
3777 *** \`crypt' add-on." "$LINENO" 5
3779 localedata)
3780 as_fn_error $? "
3781 *** It seems that you're using an old \`localedata' add-on. localedata
3782 *** is now part of glibc and using the old add-on will not work with
3783 *** this release. Start again with fresh sources and without the old
3784 *** \`localedata' add-on." "$LINENO" 5
3786 esac
3787 done
3789 # Now source each add-on's configure fragment.
3790 # The fragments can use $srcdir/$libc_add_on to find themselves,
3791 # and test $add_ons_automatic to see if they were explicitly requested.
3792 # A fragment can clear (or even change) $libc_add_on to affect
3793 # whether it goes into the list to be actually used in the build.
3794 use_add_ons=
3795 for libc_add_on in $add_ons; do
3796 # Test whether such a directory really exists.
3797 # It can be absolute, or relative to $srcdir, or relative to the build dir.
3798 case "$libc_add_on" in
3800 libc_add_on_srcdir=$libc_add_on
3803 test -d "$srcdir/$libc_add_on" || {
3804 if test -d "$libc_add_on"; then
3805 libc_add_on="`pwd`/$libc_add_on"
3806 else
3807 as_fn_error $? "add-on directory \"$libc_add_on\" does not exist" "$LINENO" 5
3810 libc_add_on_srcdir=$srcdir/$libc_add_on
3812 esac
3814 libc_add_on_frag=$libc_add_on_srcdir/configure
3815 libc_add_on_canonical=
3816 libc_add_on_config_subdirs=
3817 if test -r "$libc_add_on_frag"; then
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: running configure fragment for add-on $libc_add_on" >&5
3819 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;}
3820 libc_add_on_canonical=unknown
3821 libc_add_on_subdirs=
3822 . "$libc_add_on_frag"
3823 test -z "$libc_add_on" || {
3824 configured_add_ons="$configured_add_ons $libc_add_on"
3825 if test "x$libc_add_on_canonical" = xunknown; then
3826 as_fn_error $? "fragment must set \$libc_add_on_canonical" "$LINENO" 5
3828 for d in $libc_add_on_subdirs; do
3829 case "$libc_add_on" in
3830 /*) subdir_srcdir="$libc_add_on" ;;
3831 *) subdir_srcdir="\$(..)$libc_add_on" ;;
3832 esac
3833 case "$d" in
3835 d="${libc_add_on_canonical:-$libc_add_on}"
3838 subdir_srcdir="$d"
3841 subdir_srcdir="$subdir_srcdir/$d"
3843 esac
3844 d=`echo "$d" | sed 's@/*$@@;s@^.*/@@'`
3845 add_on_subdirs="$add_on_subdirs $d"
3846 test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars
3847 $d-srcdir = $subdir_srcdir"
3848 done
3849 for d in $libc_add_on_config_subdirs; do
3850 case "$d" in
3851 /*) as_fn_error $? "fragment uses absolute path in \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3852 esac
3853 if test ! -d "$libc_add_on_srcdir/$d"; then
3854 as_fn_error $? "fragment wants to configure missing directory $d" "$LINENO" 5
3856 case "$libc_add_on" in
3857 /*) as_fn_error $? "relative path required for add-on using \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3858 esac
3859 subdirs="$subdirs $libc_add_on/$d"
3860 done
3863 if test -n "$libc_add_on"; then
3864 if frags=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null`
3865 then
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking add-on $libc_add_on for preconfigure fragments" >&5
3867 $as_echo_n "checking add-on $libc_add_on for preconfigure fragments... " >&6; }
3868 for frag in $frags; do
3869 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3870 echo $ECHO_N "$name $ECHO_C" >&6
3871 . "$frag"
3872 done
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3874 $as_echo "" >&6; }
3876 use_add_ons="$use_add_ons $libc_add_on"
3877 add_ons_pfx="$add_ons_pfx $libc_add_on/"
3878 test -z "$libc_add_on_canonical" ||
3879 add_ons_sfx="$add_ons_sfx /$libc_add_on_canonical"
3881 done
3882 # Use echo to strip excess whitespace.
3883 add_ons="`echo $use_add_ons`"
3890 ### By using the undocumented --enable-hacker-mode option for configure
3891 ### one can skip this test to make the configuration not fail for unsupported
3892 ### platforms.
3894 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
3895 case "$machine-$host_os" in
3896 *-linux* | *-gnu*)
3899 as_fn_error $? "
3900 *** The GNU C library is currently unavailable for this platform.
3901 *** If you are interested in seeing glibc on this platform visit
3902 *** the \"How to submit a new port\" in the wiki:
3903 *** https://sourceware.org/glibc/wiki/#Development
3904 *** and join the community!" "$LINENO" 5
3906 esac
3909 # Set base_machine if not set by a preconfigure fragment.
3910 test -n "$base_machine" || base_machine=$machine
3913 # For the multi-arch option we need support in the assembler & linker.
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
3915 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
3916 if ${libc_cv_ld_gnu_indirect_function+:} false; then :
3917 $as_echo_n "(cached) " >&6
3918 else
3919 cat > conftest.S <<EOF
3920 .type foo,%gnu_indirect_function
3921 foo:
3922 .globl _start
3923 _start:
3924 .globl __start
3925 __start:
3926 .data
3927 #ifdef _LP64
3928 .quad foo
3929 #else
3930 .long foo
3931 #endif
3933 libc_cv_ld_gnu_indirect_function=no
3934 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
3935 -nostartfiles -nostdlib \
3936 -o conftest conftest.S 1>&5 2>&5; then
3937 # Do a link to see if the backend supports IFUNC relocs.
3938 $READELF -r conftest 1>&5
3939 LC_ALL=C $READELF -r conftest | grep 'no relocations' >/dev/null || {
3940 libc_cv_ld_gnu_indirect_function=yes
3943 rm -f conftest*
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
3946 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
3948 # Check if gcc supports attribute ifunc as it is used in libc_ifunc macro.
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc attribute ifunc support" >&5
3950 $as_echo_n "checking for gcc attribute ifunc support... " >&6; }
3951 if ${libc_cv_gcc_indirect_function+:} false; then :
3952 $as_echo_n "(cached) " >&6
3953 else
3954 cat > conftest.c <<EOF
3955 extern int func (int);
3956 int used_func (int a)
3958 return a;
3960 static void *resolver ()
3962 return &used_func;
3964 extern __typeof (func) func __attribute__ ((ifunc ("resolver")));
3966 libc_cv_gcc_indirect_function=no
3967 if ${CC-cc} -c conftest.c -o conftest.o 1>&5 \
3968 2>&5 ; then
3969 if $READELF -s conftest.o | grep IFUNC >/dev/null 2>&5; then
3970 libc_cv_gcc_indirect_function=yes
3973 rm -f conftest*
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_indirect_function" >&5
3976 $as_echo "$libc_cv_gcc_indirect_function" >&6; }
3978 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
3979 if test x"$multi_arch" = xyes; then
3980 as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
3981 else
3982 multi_arch=no
3985 if test x"$libc_cv_gcc_indirect_function" != xyes &&
3986 test x"$multi_arch" = xyes; then
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
3988 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&5
3989 $as_echo "$as_me: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
3990 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&2;}
3992 multi_arch_d=
3993 if test x"$multi_arch" != xno; then
3994 multi_arch_d=/multiarch
3997 # Compute the list of sysdep directories for this configuration.
3998 # This can take a while to compute.
3999 sysdep_dir=$srcdir/sysdeps
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4001 $as_echo_n "checking sysdep dirs... " >&6; }
4002 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4003 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4005 test "x$base_os" != x || case "$os" in
4006 gnu*)
4007 base_os=mach/hurd ;;
4008 linux*)
4009 base_os=unix/sysv ;;
4010 esac
4012 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4013 tail=$os
4014 ostry=$os
4015 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4016 ostry="$ostry /$o"
4017 tail=$o
4018 done
4019 o=`echo $tail | sed 's/[0-9]*$//'`
4020 if test $o != $tail; then
4021 ostry="$ostry /$o"
4023 # For linux-gnu, try linux-gnu, then linux.
4024 o=`echo $tail | sed 's/-.*$//'`
4025 if test $o != $tail; then
4026 ostry="$ostry /$o"
4029 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4030 base=
4031 tail=$base_os
4032 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4033 set $b
4034 base="$base /$1"
4035 tail="$2"
4036 done
4038 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4039 mach=
4040 tail=$machine${submachine:+/$submachine}
4041 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4042 set $m
4043 # Prepend the machine's FPU directory unless --without-fp.
4044 if test "$with_fp" = yes; then
4045 maybe_fpu=/fpu
4046 else
4047 maybe_fpu=/nofpu
4049 # For each machine term, try it with and then without /multiarch.
4050 for try_fpu in $maybe_fpu ''; do
4051 for try_multi in $multi_arch_d ''; do
4052 mach="$mach /$1$try_fpu$try_multi"
4053 done
4054 done
4055 tail="$2"
4056 done
4059 # Find what sysdep directories exist.
4060 sysnames_add_ons=
4061 sysnames=
4062 for b in $base ''; do
4063 for m0 in $mach ''; do
4064 for v in /$vendor ''; do
4065 test "$v" = / && continue
4066 for o in /$ostry ''; do
4067 test "$o" = / && continue
4068 for m in $mach ''; do
4069 for d in $add_ons_pfx ''; do
4070 for a in $add_ons_sfx ''; do
4071 try_suffix="$m0$b$v$o$m"
4072 if test -n "$try_suffix"; then
4073 try_srcdir="${srcdir}/"
4074 case "$d" in
4075 /*) try_srcdir= ;;
4076 esac
4077 try="${d}sysdeps$try_suffix$a"
4078 test -n "$enable_debug_configure" &&
4079 echo "$0 DEBUG: try $try" >&2
4080 if test -d "$try_srcdir$try"; then
4081 sysnames="$sysnames $try"
4082 { test -n "$o" || test -n "$b"; } && os_used=t
4083 { test -n "$m" || test -n "$m0"; } && machine_used=t
4084 case x${m0:-$m} in
4085 x*/$submachine) submachine_used=t ;;
4086 esac
4087 if test -n "$d"; then
4088 case "$sysnames_add_ons" in
4089 *" $d "*) ;;
4090 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4091 esac
4095 done
4096 done
4097 done
4098 done
4099 done
4100 done
4101 done
4103 # If the assembler supports gnu_indirect_function symbol type and the
4104 # architecture supports multi-arch, we enable multi-arch by default.
4105 case $sysnames_add_ons$sysnames in
4106 *"$multi_arch_d"*)
4109 test x"$multi_arch" = xdefault && multi_arch=no
4111 esac
4112 if test x"$multi_arch" != xno; then
4113 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4118 if test -z "$os_used" && test "$os" != none; then
4119 as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4121 if test -z "$machine_used" && test "$machine" != none; then
4122 as_fn_error $? "The $machine is not supported." "$LINENO" 5
4124 if test -z "$submachine_used" && test -n "$submachine"; then
4125 as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4129 # We have now validated the configuration.
4131 # Expand the list of system names into a full list of directories
4132 # from each element's parent name and Implies file (if present).
4133 set $sysnames
4134 names=
4135 while test $# -gt 0; do
4136 name=$1
4137 shift
4139 case " $names " in *" $name "*)
4140 # Already in the list.
4141 continue
4142 esac
4144 # Report each name as we discover it, so there is no long pause in output.
4145 echo $ECHO_N "$name $ECHO_C" >&6
4147 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4149 case $name in
4150 /*) xsrcdir= ;;
4151 *) xsrcdir=$srcdir/ ;;
4152 esac
4153 test -n "$enable_debug_configure" &&
4154 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4156 for implies_file in Implies Implies-before Implies-after; do
4157 implies_type=`echo $implies_file | sed s/-/_/`
4158 eval ${implies_type}=
4159 if test -f $xsrcdir$name/$implies_file; then
4160 # Collect more names from the `Implies' file (removing comments).
4161 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4162 for x in $implied_candidate; do
4163 found=no
4164 if test -d $xsrcdir$name_base/$x; then
4165 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4166 found=yes
4168 for d in $add_ons_pfx ''; do
4169 try="${d}sysdeps/$x"
4170 case $d in
4171 /*) try_srcdir= ;;
4172 *) try_srcdir=$srcdir/ ;;
4173 esac
4174 test -n "$enable_debug_configure" &&
4175 echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4176 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4177 then
4178 eval "${implies_type}=\"\$${implies_type} \$try\""
4179 found=yes
4180 case "$sysnames_add_ons" in
4181 *" $d "*) ;;
4182 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4183 esac
4185 done
4186 if test $found = no; then
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4188 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4190 done
4192 done
4194 # Add NAME to the list of names.
4195 names="$names $name"
4197 # Find the parent of NAME, using the empty string if it has none.
4198 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4200 test -n "$enable_debug_configure" &&
4201 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4202 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4204 # Add the names implied by NAME, and NAME's parent (if it has one), to
4205 # the list of names to be processed (the argument list). We prepend the
4206 # implied names to the list and append the parent. We want implied
4207 # directories to come before further directories inferred from the
4208 # configuration components; this ensures that for sysv4, unix/common
4209 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4210 # after sysv4).
4211 sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4212 test -n "$sysnames" && set $sysnames
4213 done
4215 # Add the default directories.
4216 default_sysnames="sysdeps/generic"
4217 sysnames="$names $default_sysnames"
4219 # The other names were emitted during the scan.
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4221 $as_echo "$default_sysnames" >&6; }
4223 # Collect the list of add-ons that supply partial sysdeps trees.
4224 sysdeps_add_ons=
4225 for add_on in $add_ons; do
4226 case "$add_on" in
4227 /*) xsrcdir= ;;
4228 *) xsrcdir="$srcdir/" ;;
4229 esac
4231 test -d "$xsrcdir$add_on/sysdeps" || {
4232 case "$configured_add_ons " in
4233 *" $add_on "*) ;;
4234 *|'')
4235 as_fn_error $? "add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4237 esac
4238 continue
4241 sysdeps_add_ons="$sysdeps_add_ons $add_on"
4242 case "$sysnames_add_ons" in
4243 *" $add_on/ "*) ;;
4244 *|'')
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4246 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4247 continue ;;
4248 esac
4250 found=no
4251 for d in $sysnames; do
4252 case "$d" in
4253 $add_on/sysdeps/*) ;;
4254 *) continue ;;
4255 esac
4256 (cd "$xsrcdir$d" && for f in *[!~]; do
4257 case "$f" in
4258 sys|bits)
4259 for ff in $f/*.h; do
4260 test -d "$ff" || { test -e "$ff" && exit 88; }
4261 done
4264 test -d "$f" || { test -e "$f" && exit 88; }
4266 esac
4267 done)
4268 if test $? -eq 88; then
4269 found=yes
4270 break
4272 done
4273 if test $found = no; then
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4275 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4277 done
4281 ### Locate tools.
4283 # Find a good install program. We prefer a C program (faster),
4284 # so one script is as good as another. But avoid the broken or
4285 # incompatible versions:
4286 # SysV /etc/install, /usr/sbin/install
4287 # SunOS /usr/etc/install
4288 # IRIX /sbin/install
4289 # AIX /bin/install
4290 # AmigaOS /C/install, which installs bootblocks on floppy discs
4291 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4292 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4293 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4294 # OS/2's system install, which has a completely different semantic
4295 # ./install, which can be erroneously created by make from ./install.sh.
4296 # Reject install programs that cannot install multiple files.
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4298 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4299 if test -z "$INSTALL"; then
4300 if ${ac_cv_path_install+:} false; then :
4301 $as_echo_n "(cached) " >&6
4302 else
4303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4304 for as_dir in $PATH
4306 IFS=$as_save_IFS
4307 test -z "$as_dir" && as_dir=.
4308 # Account for people who put trailing slashes in PATH elements.
4309 case $as_dir/ in #((
4310 ./ | .// | /[cC]/* | \
4311 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4312 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4313 /usr/ucb/* ) ;;
4315 # OSF1 and SCO ODT 3.0 have their own names for install.
4316 # Don't use installbsd from OSF since it installs stuff as root
4317 # by default.
4318 for ac_prog in ginstall scoinst install; do
4319 for ac_exec_ext in '' $ac_executable_extensions; do
4320 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4321 if test $ac_prog = install &&
4322 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4323 # AIX install. It has an incompatible calling convention.
4325 elif test $ac_prog = install &&
4326 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4327 # program-specific install script used by HP pwplus--don't use.
4329 else
4330 rm -rf conftest.one conftest.two conftest.dir
4331 echo one > conftest.one
4332 echo two > conftest.two
4333 mkdir conftest.dir
4334 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4335 test -s conftest.one && test -s conftest.two &&
4336 test -s conftest.dir/conftest.one &&
4337 test -s conftest.dir/conftest.two
4338 then
4339 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4340 break 3
4344 done
4345 done
4347 esac
4349 done
4350 IFS=$as_save_IFS
4352 rm -rf conftest.one conftest.two conftest.dir
4355 if test "${ac_cv_path_install+set}" = set; then
4356 INSTALL=$ac_cv_path_install
4357 else
4358 # As a last resort, use the slow shell script. Don't cache a
4359 # value for INSTALL within a source directory, because that will
4360 # break other packages using the cache if that directory is
4361 # removed, or if the value is a relative name.
4362 INSTALL=$ac_install_sh
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4366 $as_echo "$INSTALL" >&6; }
4368 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4369 # It thinks the first close brace ends the variable substitution.
4370 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4372 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4374 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4376 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4377 # The makefiles need to use a different form to find it in $srcdir.
4378 INSTALL='\$(..)./scripts/install-sh -c'
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4381 $as_echo_n "checking whether ln -s works... " >&6; }
4382 LN_S=$as_ln_s
4383 if test "$LN_S" = "ln -s"; then
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4385 $as_echo "yes" >&6; }
4386 else
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4388 $as_echo "no, using $LN_S" >&6; }
4392 # Was a --with-binutils option given?
4393 if test -n "$path_binutils"; then
4394 # Make absolute; ensure a single trailing slash.
4395 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4396 CC="$CC -B$path_binutils"
4398 AS=`$CC -print-prog-name=as`
4399 LD=`$CC -print-prog-name=ld`
4400 AR=`$CC -print-prog-name=ar`
4402 OBJDUMP=`$CC -print-prog-name=objdump`
4404 OBJCOPY=`$CC -print-prog-name=objcopy`
4407 # Determine whether we are using GNU binutils.
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4409 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4410 if ${libc_cv_prog_as_gnu+:} false; then :
4411 $as_echo_n "(cached) " >&6
4412 else
4413 # Most GNU programs take a -v and spit out some text including
4414 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4415 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4416 libc_cv_prog_as_gnu=yes
4417 else
4418 libc_cv_prog_as_gnu=no
4420 rm -fr contest*
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4423 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4424 rm -f a.out
4425 gnu_as=$libc_cv_prog_as_gnu
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4428 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4429 if ${libc_cv_prog_ld_gnu+:} false; then :
4430 $as_echo_n "(cached) " >&6
4431 else
4432 # Most GNU programs take a -v and spit out some text including
4433 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4434 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4435 libc_cv_prog_ld_gnu=yes
4436 else
4437 libc_cv_prog_ld_gnu=no
4439 rm -fr contest*
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4442 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4443 gnu_ld=$libc_cv_prog_ld_gnu
4446 # Accept binutils 2.22 or newer.
4447 for ac_prog in $AS
4449 # Extract the first word of "$ac_prog", so it can be a program name with args.
4450 set dummy $ac_prog; ac_word=$2
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4452 $as_echo_n "checking for $ac_word... " >&6; }
4453 if ${ac_cv_prog_AS+:} false; then :
4454 $as_echo_n "(cached) " >&6
4455 else
4456 if test -n "$AS"; then
4457 ac_cv_prog_AS="$AS" # Let the user override the test.
4458 else
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460 for as_dir in $PATH
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4466 ac_cv_prog_AS="$ac_prog"
4467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 break 2
4470 done
4471 done
4472 IFS=$as_save_IFS
4476 AS=$ac_cv_prog_AS
4477 if test -n "$AS"; then
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4479 $as_echo "$AS" >&6; }
4480 else
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4482 $as_echo "no" >&6; }
4486 test -n "$AS" && break
4487 done
4489 if test -z "$AS"; then
4490 ac_verc_fail=yes
4491 else
4492 # Found it, now check the version.
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4494 $as_echo_n "checking version of $AS... " >&6; }
4495 ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4496 case $ac_prog_version in
4497 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4498 2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4499 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4500 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4502 esac
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4504 $as_echo "$ac_prog_version" >&6; }
4506 if test $ac_verc_fail = yes; then
4507 AS=: critic_missing="$critic_missing as"
4510 for ac_prog in $LD
4512 # Extract the first word of "$ac_prog", so it can be a program name with args.
4513 set dummy $ac_prog; ac_word=$2
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4515 $as_echo_n "checking for $ac_word... " >&6; }
4516 if ${ac_cv_prog_LD+:} false; then :
4517 $as_echo_n "(cached) " >&6
4518 else
4519 if test -n "$LD"; then
4520 ac_cv_prog_LD="$LD" # Let the user override the test.
4521 else
4522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523 for as_dir in $PATH
4525 IFS=$as_save_IFS
4526 test -z "$as_dir" && as_dir=.
4527 for ac_exec_ext in '' $ac_executable_extensions; do
4528 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4529 ac_cv_prog_LD="$ac_prog"
4530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4531 break 2
4533 done
4534 done
4535 IFS=$as_save_IFS
4539 LD=$ac_cv_prog_LD
4540 if test -n "$LD"; then
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4542 $as_echo "$LD" >&6; }
4543 else
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4545 $as_echo "no" >&6; }
4549 test -n "$LD" && break
4550 done
4552 if test -z "$LD"; then
4553 ac_verc_fail=yes
4554 else
4555 # Found it, now check the version.
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4557 $as_echo_n "checking version of $LD... " >&6; }
4558 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4559 case $ac_prog_version in
4560 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4561 2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4562 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4563 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4565 esac
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4567 $as_echo "$ac_prog_version" >&6; }
4569 if test $ac_verc_fail = yes; then
4570 LD=: critic_missing="$critic_missing ld"
4574 # These programs are version sensitive.
4576 for ac_prog in gnumake gmake make
4578 # Extract the first word of "$ac_prog", so it can be a program name with args.
4579 set dummy $ac_prog; ac_word=$2
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4581 $as_echo_n "checking for $ac_word... " >&6; }
4582 if ${ac_cv_prog_MAKE+:} false; then :
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -n "$MAKE"; then
4586 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4595 ac_cv_prog_MAKE="$ac_prog"
4596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 MAKE=$ac_cv_prog_MAKE
4606 if test -n "$MAKE"; then
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4608 $as_echo "$MAKE" >&6; }
4609 else
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4611 $as_echo "no" >&6; }
4615 test -n "$MAKE" && break
4616 done
4618 if test -z "$MAKE"; then
4619 ac_verc_fail=yes
4620 else
4621 # Found it, now check the version.
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4623 $as_echo_n "checking version of $MAKE... " >&6; }
4624 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4625 case $ac_prog_version in
4626 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4627 3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*)
4628 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4629 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4631 esac
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4633 $as_echo "$ac_prog_version" >&6; }
4635 if test $ac_verc_fail = yes; then
4636 critic_missing="$critic_missing make"
4640 for ac_prog in gnumsgfmt gmsgfmt msgfmt
4642 # Extract the first word of "$ac_prog", so it can be a program name with args.
4643 set dummy $ac_prog; ac_word=$2
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4645 $as_echo_n "checking for $ac_word... " >&6; }
4646 if ${ac_cv_prog_MSGFMT+:} false; then :
4647 $as_echo_n "(cached) " >&6
4648 else
4649 if test -n "$MSGFMT"; then
4650 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4651 else
4652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653 for as_dir in $PATH
4655 IFS=$as_save_IFS
4656 test -z "$as_dir" && as_dir=.
4657 for ac_exec_ext in '' $ac_executable_extensions; do
4658 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4659 ac_cv_prog_MSGFMT="$ac_prog"
4660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4661 break 2
4663 done
4664 done
4665 IFS=$as_save_IFS
4669 MSGFMT=$ac_cv_prog_MSGFMT
4670 if test -n "$MSGFMT"; then
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
4672 $as_echo "$MSGFMT" >&6; }
4673 else
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4675 $as_echo "no" >&6; }
4679 test -n "$MSGFMT" && break
4680 done
4682 if test -z "$MSGFMT"; then
4683 ac_verc_fail=yes
4684 else
4685 # Found it, now check the version.
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
4687 $as_echo_n "checking version of $MSGFMT... " >&6; }
4688 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4689 case $ac_prog_version in
4690 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4691 0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*)
4692 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4693 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4695 esac
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4697 $as_echo "$ac_prog_version" >&6; }
4699 if test $ac_verc_fail = yes; then
4700 MSGFMT=: aux_missing="$aux_missing msgfmt"
4703 for ac_prog in makeinfo
4705 # Extract the first word of "$ac_prog", so it can be a program name with args.
4706 set dummy $ac_prog; ac_word=$2
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4708 $as_echo_n "checking for $ac_word... " >&6; }
4709 if ${ac_cv_prog_MAKEINFO+:} false; then :
4710 $as_echo_n "(cached) " >&6
4711 else
4712 if test -n "$MAKEINFO"; then
4713 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
4714 else
4715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4716 for as_dir in $PATH
4718 IFS=$as_save_IFS
4719 test -z "$as_dir" && as_dir=.
4720 for ac_exec_ext in '' $ac_executable_extensions; do
4721 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4722 ac_cv_prog_MAKEINFO="$ac_prog"
4723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4724 break 2
4726 done
4727 done
4728 IFS=$as_save_IFS
4732 MAKEINFO=$ac_cv_prog_MAKEINFO
4733 if test -n "$MAKEINFO"; then
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4735 $as_echo "$MAKEINFO" >&6; }
4736 else
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4738 $as_echo "no" >&6; }
4742 test -n "$MAKEINFO" && break
4743 done
4745 if test -z "$MAKEINFO"; then
4746 ac_verc_fail=yes
4747 else
4748 # Found it, now check the version.
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
4750 $as_echo_n "checking version of $MAKEINFO... " >&6; }
4751 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4752 case $ac_prog_version in
4753 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4754 4.[7-9]*|4.[1-9][0-9]*|[5-9].*)
4755 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4756 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4758 esac
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4760 $as_echo "$ac_prog_version" >&6; }
4762 if test $ac_verc_fail = yes; then
4763 MAKEINFO=: aux_missing="$aux_missing makeinfo"
4766 for ac_prog in sed
4768 # Extract the first word of "$ac_prog", so it can be a program name with args.
4769 set dummy $ac_prog; ac_word=$2
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4771 $as_echo_n "checking for $ac_word... " >&6; }
4772 if ${ac_cv_prog_SED+:} false; then :
4773 $as_echo_n "(cached) " >&6
4774 else
4775 if test -n "$SED"; then
4776 ac_cv_prog_SED="$SED" # Let the user override the test.
4777 else
4778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4779 for as_dir in $PATH
4781 IFS=$as_save_IFS
4782 test -z "$as_dir" && as_dir=.
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4785 ac_cv_prog_SED="$ac_prog"
4786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4787 break 2
4789 done
4790 done
4791 IFS=$as_save_IFS
4795 SED=$ac_cv_prog_SED
4796 if test -n "$SED"; then
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4798 $as_echo "$SED" >&6; }
4799 else
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4801 $as_echo "no" >&6; }
4805 test -n "$SED" && break
4806 done
4808 if test -z "$SED"; then
4809 ac_verc_fail=yes
4810 else
4811 # Found it, now check the version.
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
4813 $as_echo_n "checking version of $SED... " >&6; }
4814 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4815 case $ac_prog_version in
4816 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4817 3.0[2-9]*|3.[1-9]*|[4-9]*)
4818 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4819 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4821 esac
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4823 $as_echo "$ac_prog_version" >&6; }
4825 if test $ac_verc_fail = yes; then
4826 SED=: aux_missing="$aux_missing sed"
4829 for ac_prog in gawk
4831 # Extract the first word of "$ac_prog", so it can be a program name with args.
4832 set dummy $ac_prog; ac_word=$2
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4834 $as_echo_n "checking for $ac_word... " >&6; }
4835 if ${ac_cv_prog_AWK+:} false; then :
4836 $as_echo_n "(cached) " >&6
4837 else
4838 if test -n "$AWK"; then
4839 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4840 else
4841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4842 for as_dir in $PATH
4844 IFS=$as_save_IFS
4845 test -z "$as_dir" && as_dir=.
4846 for ac_exec_ext in '' $ac_executable_extensions; do
4847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4848 ac_cv_prog_AWK="$ac_prog"
4849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4850 break 2
4852 done
4853 done
4854 IFS=$as_save_IFS
4858 AWK=$ac_cv_prog_AWK
4859 if test -n "$AWK"; then
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4861 $as_echo "$AWK" >&6; }
4862 else
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4864 $as_echo "no" >&6; }
4868 test -n "$AWK" && break
4869 done
4871 if test -z "$AWK"; then
4872 ac_verc_fail=yes
4873 else
4874 # Found it, now check the version.
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
4876 $as_echo_n "checking version of $AWK... " >&6; }
4877 ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4878 case $ac_prog_version in
4879 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4880 3.1.[2-9]*|3.[2-9]*|[4-9]*)
4881 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4882 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4884 esac
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4886 $as_echo "$ac_prog_version" >&6; }
4888 if test $ac_verc_fail = yes; then
4889 critic_missing="$critic_missing gawk"
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
4894 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
4895 if ${libc_cv_compiler_ok+:} false; then :
4896 $as_echo_n "(cached) " >&6
4897 else
4899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4900 /* end confdefs.h. */
4903 main ()
4906 #if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 7)
4907 #error insufficient compiler
4908 #endif
4910 return 0;
4912 _ACEOF
4913 if ac_fn_c_try_compile "$LINENO"; then :
4914 libc_cv_compiler_ok=yes
4915 else
4916 libc_cv_compiler_ok=no
4918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
4921 $as_echo "$libc_cv_compiler_ok" >&6; }
4922 if test $libc_cv_compiler_ok != yes; then :
4923 critic_missing="$critic_missing compiler"
4926 if test -n "$ac_tool_prefix"; then
4927 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4928 set dummy ${ac_tool_prefix}nm; ac_word=$2
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4930 $as_echo_n "checking for $ac_word... " >&6; }
4931 if ${ac_cv_prog_NM+:} false; then :
4932 $as_echo_n "(cached) " >&6
4933 else
4934 if test -n "$NM"; then
4935 ac_cv_prog_NM="$NM" # Let the user override the test.
4936 else
4937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4938 for as_dir in $PATH
4940 IFS=$as_save_IFS
4941 test -z "$as_dir" && as_dir=.
4942 for ac_exec_ext in '' $ac_executable_extensions; do
4943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4944 ac_cv_prog_NM="${ac_tool_prefix}nm"
4945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4946 break 2
4948 done
4949 done
4950 IFS=$as_save_IFS
4954 NM=$ac_cv_prog_NM
4955 if test -n "$NM"; then
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4957 $as_echo "$NM" >&6; }
4958 else
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4960 $as_echo "no" >&6; }
4965 if test -z "$ac_cv_prog_NM"; then
4966 ac_ct_NM=$NM
4967 # Extract the first word of "nm", so it can be a program name with args.
4968 set dummy nm; ac_word=$2
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4970 $as_echo_n "checking for $ac_word... " >&6; }
4971 if ${ac_cv_prog_ac_ct_NM+:} false; then :
4972 $as_echo_n "(cached) " >&6
4973 else
4974 if test -n "$ac_ct_NM"; then
4975 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4976 else
4977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4978 for as_dir in $PATH
4980 IFS=$as_save_IFS
4981 test -z "$as_dir" && as_dir=.
4982 for ac_exec_ext in '' $ac_executable_extensions; do
4983 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4984 ac_cv_prog_ac_ct_NM="nm"
4985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4986 break 2
4988 done
4989 done
4990 IFS=$as_save_IFS
4994 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4995 if test -n "$ac_ct_NM"; then
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4997 $as_echo "$ac_ct_NM" >&6; }
4998 else
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5000 $as_echo "no" >&6; }
5003 if test "x$ac_ct_NM" = x; then
5004 NM="false"
5005 else
5006 case $cross_compiling:$ac_tool_warned in
5007 yes:)
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5009 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5010 ac_tool_warned=yes ;;
5011 esac
5012 NM=$ac_ct_NM
5014 else
5015 NM="$ac_cv_prog_NM"
5019 if test "x$maintainer" = "xyes"; then
5020 for ac_prog in autoconf
5022 # Extract the first word of "$ac_prog", so it can be a program name with args.
5023 set dummy $ac_prog; ac_word=$2
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5025 $as_echo_n "checking for $ac_word... " >&6; }
5026 if ${ac_cv_prog_AUTOCONF+:} false; then :
5027 $as_echo_n "(cached) " >&6
5028 else
5029 if test -n "$AUTOCONF"; then
5030 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5031 else
5032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5033 for as_dir in $PATH
5035 IFS=$as_save_IFS
5036 test -z "$as_dir" && as_dir=.
5037 for ac_exec_ext in '' $ac_executable_extensions; do
5038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5039 ac_cv_prog_AUTOCONF="$ac_prog"
5040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5041 break 2
5043 done
5044 done
5045 IFS=$as_save_IFS
5049 AUTOCONF=$ac_cv_prog_AUTOCONF
5050 if test -n "$AUTOCONF"; then
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5052 $as_echo "$AUTOCONF" >&6; }
5053 else
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5055 $as_echo "no" >&6; }
5059 test -n "$AUTOCONF" && break
5060 done
5061 test -n "$AUTOCONF" || AUTOCONF="no"
5063 case "x$AUTOCONF" in
5064 xno|x|x:) AUTOCONF=no ;;
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5067 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5068 if ${libc_cv_autoconf_works+:} false; then :
5069 $as_echo_n "(cached) " >&6
5070 else
5071 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then
5072 libc_cv_autoconf_works=yes
5073 else
5074 libc_cv_autoconf_works=no
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5078 $as_echo "$libc_cv_autoconf_works" >&6; }
5079 test $libc_cv_autoconf_works = yes || AUTOCONF=no
5081 esac
5082 if test "x$AUTOCONF" = xno; then
5083 aux_missing="$aux_missing autoconf"
5085 else
5086 AUTOCONF=no
5089 test -n "$critic_missing" && as_fn_error $? "
5090 *** These critical programs are missing or too old:$critic_missing
5091 *** Check the INSTALL file for required versions." "$LINENO" 5
5093 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5094 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5095 *** some features will be disabled.
5096 *** Check the INSTALL file for required versions." >&5
5097 $as_echo "$as_me: WARNING:
5098 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5099 *** some features will be disabled.
5100 *** Check the INSTALL file for required versions." >&2;}
5102 # if using special system headers, find out the compiler's sekrit
5103 # header directory and add that to the list. NOTE: Only does the right
5104 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5105 if test -n "$sysheaders"; then
5106 SYSINCLUDES=-nostdinc
5107 for d in include include-fixed; do
5108 i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5109 SYSINCLUDES="$SYSINCLUDES -isystem $i"
5110 done
5111 SYSINCLUDES="$SYSINCLUDES \
5112 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5113 if test -n "$CXX"; then
5114 CXX_SYSINCLUDES=
5115 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5116 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5117 test "x$cxxheaders" != x &&
5118 CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders"
5119 done
5125 # Obtain some C++ header file paths. This is used to make a local
5126 # copy of those headers in Makerules.
5127 if test -n "$CXX"; then
5128 find_cxx_header () {
5129 echo "#include <$1>" | $CXX -M -MP -x c++ - | sed -n "/$1:/{s/:\$//;p}"
5131 CXX_CSTDLIB_HEADER="$(find_cxx_header cstdlib)"
5132 CXX_CMATH_HEADER="$(find_cxx_header cmath)"
5137 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5138 # since this would lead to problems installing/building glibc.
5139 # LD_LIBRARY_PATH contains the current directory if one of the following
5140 # is true:
5141 # - one of the terminals (":" and ";") is the first or last sign
5142 # - two terminals occur directly after each other
5143 # - the path contains an element with a dot in it
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5145 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5146 case ${LD_LIBRARY_PATH} in
5147 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5148 ld_library_path_setting="contains current directory"
5151 ld_library_path_setting="ok"
5153 esac
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5155 $as_echo "$ld_library_path_setting" >&6; }
5156 if test "$ld_library_path_setting" != "ok"; then
5157 as_fn_error $? "
5158 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5159 *** building glibc. Please change the environment variable
5160 *** and run configure again." "$LINENO" 5
5163 # Extract the first word of "bash", so it can be a program name with args.
5164 set dummy bash; ac_word=$2
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5166 $as_echo_n "checking for $ac_word... " >&6; }
5167 if ${ac_cv_path_BASH_SHELL+:} false; then :
5168 $as_echo_n "(cached) " >&6
5169 else
5170 case $BASH_SHELL in
5171 [\\/]* | ?:[\\/]*)
5172 ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5176 for as_dir in $PATH
5178 IFS=$as_save_IFS
5179 test -z "$as_dir" && as_dir=.
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5182 ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5184 break 2
5186 done
5187 done
5188 IFS=$as_save_IFS
5190 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5192 esac
5194 BASH_SHELL=$ac_cv_path_BASH_SHELL
5195 if test -n "$BASH_SHELL"; then
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5197 $as_echo "$BASH_SHELL" >&6; }
5198 else
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5200 $as_echo "no" >&6; }
5205 # Extract the first word of "perl", so it can be a program name with args.
5206 set dummy perl; ac_word=$2
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5208 $as_echo_n "checking for $ac_word... " >&6; }
5209 if ${ac_cv_path_PERL+:} false; then :
5210 $as_echo_n "(cached) " >&6
5211 else
5212 case $PERL in
5213 [\\/]* | ?:[\\/]*)
5214 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5218 for as_dir in $PATH
5220 IFS=$as_save_IFS
5221 test -z "$as_dir" && as_dir=.
5222 for ac_exec_ext in '' $ac_executable_extensions; do
5223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5224 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5226 break 2
5228 done
5229 done
5230 IFS=$as_save_IFS
5232 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5234 esac
5236 PERL=$ac_cv_path_PERL
5237 if test -n "$PERL"; then
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5239 $as_echo "$PERL" >&6; }
5240 else
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5242 $as_echo "no" >&6; }
5246 if test "$PERL" != no &&
5247 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5248 PERL=no
5250 # Extract the first word of "install-info", so it can be a program name with args.
5251 set dummy install-info; ac_word=$2
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5253 $as_echo_n "checking for $ac_word... " >&6; }
5254 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5255 $as_echo_n "(cached) " >&6
5256 else
5257 case $INSTALL_INFO in
5258 [\\/]* | ?:[\\/]*)
5259 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5263 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5264 for as_dir in $as_dummy
5266 IFS=$as_save_IFS
5267 test -z "$as_dir" && as_dir=.
5268 for ac_exec_ext in '' $ac_executable_extensions; do
5269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5270 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5272 break 2
5274 done
5275 done
5276 IFS=$as_save_IFS
5278 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5280 esac
5282 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5283 if test -n "$INSTALL_INFO"; then
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5285 $as_echo "$INSTALL_INFO" >&6; }
5286 else
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5288 $as_echo "no" >&6; }
5292 for ac_prog in bison
5294 # Extract the first word of "$ac_prog", so it can be a program name with args.
5295 set dummy $ac_prog; ac_word=$2
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5297 $as_echo_n "checking for $ac_word... " >&6; }
5298 if ${ac_cv_prog_BISON+:} false; then :
5299 $as_echo_n "(cached) " >&6
5300 else
5301 if test -n "$BISON"; then
5302 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5303 else
5304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5305 for as_dir in $PATH
5307 IFS=$as_save_IFS
5308 test -z "$as_dir" && as_dir=.
5309 for ac_exec_ext in '' $ac_executable_extensions; do
5310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5311 ac_cv_prog_BISON="$ac_prog"
5312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5313 break 2
5315 done
5316 done
5317 IFS=$as_save_IFS
5321 BISON=$ac_cv_prog_BISON
5322 if test -n "$BISON"; then
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5324 $as_echo "$BISON" >&6; }
5325 else
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327 $as_echo "no" >&6; }
5331 test -n "$BISON" && break
5332 done
5334 if test -z "$BISON"; then
5335 ac_verc_fail=yes
5336 else
5337 # Found it, now check the version.
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5339 $as_echo_n "checking version of $BISON... " >&6; }
5340 ac_prog_version=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5341 case $ac_prog_version in
5342 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5343 2.7*|[3-9].*|[1-9][0-9]*)
5344 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5345 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5347 esac
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5349 $as_echo "$ac_prog_version" >&6; }
5351 if test $ac_verc_fail = yes; then
5352 BISON=no
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5357 $as_echo_n "checking for .set assembler directive... " >&6; }
5358 if ${libc_cv_asm_set_directive+:} false; then :
5359 $as_echo_n "(cached) " >&6
5360 else
5361 cat > conftest.s <<EOF
5362 .text
5363 foo:
5364 .set glibc_conftest_frobozz,foo
5365 .globl glibc_conftest_frobozz
5367 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5368 # (but it doesn't work), so we must do a linking check to be sure.
5369 cat > conftest1.c <<\EOF
5370 extern int glibc_conftest_frobozz;
5371 void _start() { glibc_conftest_frobozz = 1; }
5373 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5374 -nostartfiles -nostdlib \
5375 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5376 libc_cv_asm_set_directive=yes
5377 else
5378 libc_cv_asm_set_directive=no
5380 rm -f conftest*
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5383 $as_echo "$libc_cv_asm_set_directive" >&6; }
5384 if test $libc_cv_asm_set_directive = yes; then
5385 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5390 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5391 if ${libc_cv_protected_data+:} false; then :
5392 $as_echo_n "(cached) " >&6
5393 else
5394 cat > conftest.c <<EOF
5395 int bar __attribute__ ((visibility ("protected"))) = 1;
5397 libc_cv_protected_data=no
5398 if { ac_try='${CC-cc} -nostdlib -nostartfiles -fPIC -shared conftest.c -o conftest.so'
5399 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5400 (eval $ac_try) 2>&5
5401 ac_status=$?
5402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5403 test $ac_status = 0; }; }; then
5404 cat > conftest.c <<EOF
5405 extern int bar;
5406 int main (void) { return bar; }
5408 if { ac_try='${CC-cc} -nostdlib -nostartfiles conftest.c -o conftest conftest.so'
5409 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5410 (eval $ac_try) 2>&5
5411 ac_status=$?
5412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5413 test $ac_status = 0; }; }; then
5414 libc_cv_protected_data=yes
5417 rm -f conftest.*
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5421 $as_echo "$libc_cv_protected_data" >&6; }
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5425 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5426 if ${libc_cv_broken_alias_attribute+:} false; then :
5427 $as_echo_n "(cached) " >&6
5428 else
5429 cat > conftest.c <<EOF
5430 extern int foo (int x) __asm ("xyzzy");
5431 int bar (int x) { return x; }
5432 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5433 extern int dfoo;
5434 extern __typeof (dfoo) dfoo __asm ("abccb");
5435 int dfoo = 1;
5437 libc_cv_broken_alias_attribute=yes
5438 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5439 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5440 (eval $ac_try) 2>&5
5441 ac_status=$?
5442 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5443 test $ac_status = 0; }; }; then
5444 if grep 'xyzzy' conftest.s >/dev/null &&
5445 grep 'abccb' conftest.s >/dev/null; then
5446 libc_cv_broken_alias_attribute=no
5449 rm -f conftest.c conftest.s
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5453 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5454 if test $libc_cv_broken_alias_attribute = yes; then
5455 as_fn_error $? "working alias attribute support required" "$LINENO" 5
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5459 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5460 if ${libc_cv_have_sdata_section+:} false; then :
5461 $as_echo_n "(cached) " >&6
5462 else
5463 echo "int i;" > conftest.c
5464 libc_cv_have_sdata_section=no
5465 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
5466 | grep '\.sdata' >/dev/null; then
5467 libc_cv_have_sdata_section=yes
5469 rm -f conftest.c conftest.so
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5473 $as_echo "$libc_cv_have_sdata_section" >&6; }
5474 if test $libc_cv_have_sdata_section = yes; then
5475 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
5480 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
5481 if ${libc_cv_ctors_header+:} false; then :
5482 $as_echo_n "(cached) " >&6
5483 else
5484 libc_cv_ctors_header=yes
5485 cat > conftest.c <<EOF
5486 int _start (void) { return 0; }
5487 int __start (void) { return 0; }
5489 __attribute__ ((constructor)) void ctor (void) { asm (""); }
5490 __attribute__ ((destructor)) void dtor (void) { asm (""); }
5493 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
5494 conftest.c -static -nostartfiles -nostdlib
5495 1>&5'
5496 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5497 (eval $ac_try) 2>&5
5498 ac_status=$?
5499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5500 test $ac_status = 0; }; }; then :
5501 if $READELF -WS conftest$ac_exeext | $AWK '
5502 { gsub(/\[ */, "[") }
5503 $2 == ".ctors" || $2 == ".dtors" {
5504 size = strtonum("0x" $6)
5505 align = strtonum("0x" $NF)
5506 seen[$2] = 1
5507 stub[$2] = size == align * 2
5509 END {
5510 ctors_ok = !seen[".ctors"] || stub[".ctors"]
5511 dtors_ok = !seen[".dtors"] || stub[".dtors"]
5512 exit ((ctors_ok && dtors_ok) ? 0 : 1)
5514 '; then :
5515 libc_cv_ctors_header=no
5518 else
5519 as_fn_error $? "missing __attribute__ ((constructor)) support??" "$LINENO" 5
5522 rm -f conftest*
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
5526 $as_echo "$libc_cv_ctors_header" >&6; }
5527 if test $libc_cv_ctors_header = no; then
5528 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5533 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5534 if ${libc_cv_cc_with_libunwind+:} false; then :
5535 $as_echo_n "(cached) " >&6
5536 else
5538 cat > conftest.c <<EOF
5539 int main (void) { return 0; }
5541 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5542 conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
5543 libc_cv_cc_with_libunwind=yes
5544 else
5545 libc_cv_cc_with_libunwind=no
5547 rm -f conftest*
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5550 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5552 if test $libc_cv_cc_with_libunwind = yes; then
5553 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5557 ASFLAGS_config=
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
5559 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
5560 if ${libc_cv_as_noexecstack+:} false; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 cat > conftest.c <<EOF
5564 void foo (void) { }
5566 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
5567 -S -o conftest.s conftest.c 1>&5'
5568 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5569 (eval $ac_try) 2>&5
5570 ac_status=$?
5571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5572 test $ac_status = 0; }; } \
5573 && grep .note.GNU-stack conftest.s >/dev/null \
5574 && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
5575 -c -o conftest.o conftest.s 1>&5'
5576 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5577 (eval $ac_try) 2>&5
5578 ac_status=$?
5579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5580 test $ac_status = 0; }; }
5581 then
5582 libc_cv_as_noexecstack=yes
5583 else
5584 libc_cv_as_noexecstack=no
5586 rm -f conftest*
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
5589 $as_echo "$libc_cv_as_noexecstack" >&6; }
5590 if test $libc_cv_as_noexecstack = yes; then
5591 ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
5596 $as_echo_n "checking for -z combreloc... " >&6; }
5597 if ${libc_cv_z_combreloc+:} false; then :
5598 $as_echo_n "(cached) " >&6
5599 else
5600 cat > conftest.c <<EOF
5601 extern int bar (int);
5602 extern int mumble;
5603 int foo (void) { return bar (mumble); }
5605 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5606 -fPIC -shared -o conftest.so conftest.c
5607 -nostdlib -nostartfiles
5608 -Wl,-z,combreloc 1>&5'
5609 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5610 (eval $ac_try) 2>&5
5611 ac_status=$?
5612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5613 test $ac_status = 0; }; }
5614 then
5615 if $READELF -S conftest.so | grep '\.rel\(a\|\)\.dyn' > /dev/null; then
5616 libc_cv_z_combreloc=yes
5617 else
5618 libc_cv_z_combreloc=no
5620 else
5621 libc_cv_z_combreloc=no
5623 rm -f conftest*
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
5626 $as_echo "$libc_cv_z_combreloc" >&6; }
5627 if test "$libc_cv_z_combreloc" = yes; then
5628 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
5634 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
5635 libc_linker_feature=no
5636 if test x"$gnu_ld" = x"yes"; then
5637 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
5638 if test -n "$libc_linker_check"; then
5639 cat > conftest.c <<EOF
5640 int _start (void) { return 42; }
5642 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5643 -Wl,-z,execstack -nostdlib -nostartfiles
5644 -fPIC -shared -o conftest.so conftest.c
5645 1>&5'
5646 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5647 (eval $ac_try) 2>&5
5648 ac_status=$?
5649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5650 test $ac_status = 0; }; }
5651 then
5652 libc_linker_feature=yes
5654 rm -f conftest*
5657 if test $libc_linker_feature = yes; then
5658 libc_cv_z_execstack=yes
5659 else
5660 libc_cv_z_execstack=no
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5663 $as_echo "$libc_linker_feature" >&6; }
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
5667 $as_echo_n "checking for -fpie... " >&6; }
5668 if ${libc_cv_fpie+:} false; then :
5669 $as_echo_n "(cached) " >&6
5670 else
5671 if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
5672 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5673 (eval $ac_try) 2>&5
5674 ac_status=$?
5675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5676 test $ac_status = 0; }; }; then :
5677 libc_cv_fpie=yes
5678 else
5679 libc_cv_fpie=no
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
5684 $as_echo "$libc_cv_fpie" >&6; }
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
5689 $as_echo_n "checking for --hash-style option... " >&6; }
5690 if ${libc_cv_hashstyle+:} false; then :
5691 $as_echo_n "(cached) " >&6
5692 else
5693 cat > conftest.c <<EOF
5694 int _start (void) { return 42; }
5696 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5697 -fPIC -shared -o conftest.so conftest.c
5698 -Wl,--hash-style=both -nostdlib 1>&5'
5699 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5700 (eval $ac_try) 2>&5
5701 ac_status=$?
5702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5703 test $ac_status = 0; }; }
5704 then
5705 libc_cv_hashstyle=yes
5706 else
5707 libc_cv_hashstyle=no
5709 rm -f conftest*
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
5712 $as_echo "$libc_cv_hashstyle" >&6; }
5715 # The linker's default -shared behavior is good enough if it
5716 # does these things that our custom linker scripts ensure that
5717 # all allocated NOTE sections come first.
5718 if test "$use_default_link" = default; then
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
5720 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
5721 if ${libc_cv_use_default_link+:} false; then :
5722 $as_echo_n "(cached) " >&6
5723 else
5724 libc_cv_use_default_link=no
5725 cat > conftest.s <<\EOF
5726 .section .note.a,"a",%note
5727 .balign 4
5728 .long 4,4,9
5729 .string "GNU"
5730 .string "foo"
5731 .section .note.b,"a",%note
5732 .balign 4
5733 .long 4,4,9
5734 .string "GNU"
5735 .string "bar"
5737 if { ac_try=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
5738 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5739 (eval $ac_try) 2>&5
5740 ac_status=$?
5741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5742 test $ac_status = 0; }; } &&
5743 ac_try=`$READELF -S conftest.so | sed -n \
5744 '${x;p;}
5745 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
5750 then
5751 libc_seen_a=no libc_seen_b=no
5752 set -- $ac_try
5753 while test $# -ge 2 -a "$1" = NOTE; do
5754 case "$2" in
5755 .note.a) libc_seen_a=yes ;;
5756 .note.b) libc_seen_b=yes ;;
5757 esac
5758 shift 2
5759 done
5760 case "$libc_seen_a$libc_seen_b" in
5761 yesyes)
5762 libc_cv_use_default_link=yes
5765 echo >&5 "\
5766 $libc_seen_a$libc_seen_b from:
5767 $ac_try"
5769 esac
5771 rm -f conftest*
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
5774 $as_echo "$libc_cv_use_default_link" >&6; }
5775 use_default_link=$libc_cv_use_default_link
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLOB_DAT reloc" >&5
5779 $as_echo_n "checking for GLOB_DAT reloc... " >&6; }
5780 if ${libc_cv_has_glob_dat+:} false; then :
5781 $as_echo_n "(cached) " >&6
5782 else
5783 cat > conftest.c <<EOF
5784 extern int mumble;
5785 int foo (void) { return mumble; }
5787 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5788 -fPIC -shared -o conftest.so conftest.c
5789 -nostdlib -nostartfiles
5790 1>&5'
5791 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5792 (eval $ac_try) 2>&5
5793 ac_status=$?
5794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5795 test $ac_status = 0; }; }
5796 then
5797 if $READELF -rW conftest.so | grep '_GLOB_DAT' > /dev/null; then
5798 libc_cv_has_glob_dat=yes
5799 else
5800 libc_cv_has_glob_dat=no
5802 else
5803 libc_cv_has_glob_dat=no
5805 rm -f conftest*
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_has_glob_dat" >&5
5808 $as_echo "$libc_cv_has_glob_dat" >&6; }
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
5812 $as_echo_n "checking linker output format... " >&6; }
5813 if ${libc_cv_output_format+:} false; then :
5814 $as_echo_n "(cached) " >&6
5815 else
5816 if libc_cv_output_format=`
5817 ${CC-cc} -nostartfiles -nostdlib -Wl,--print-output-format 2>&5`
5818 then
5820 else
5821 libc_cv_output_format=
5823 test -n "$libc_cv_output_format" || libc_cv_output_format=unknown
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
5826 $as_echo "$libc_cv_output_format" >&6; }
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
5830 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
5831 if ${libc_cv_fno_toplevel_reorder+:} false; then :
5832 $as_echo_n "(cached) " >&6
5833 else
5834 cat > conftest.c <<EOF
5835 int foo;
5837 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
5838 conftest.c 1>&5'
5839 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5840 (eval $ac_try) 2>&5
5841 ac_status=$?
5842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5843 test $ac_status = 0; }; }
5844 then
5845 libc_cv_fno_toplevel_reorder=yes
5846 else
5847 libc_cv_fno_toplevel_reorder=no
5849 rm -f conftest*
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
5852 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
5853 if test $libc_cv_fno_toplevel_reorder = yes; then
5854 fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
5855 else
5856 fno_unit_at_a_time=-fno-unit-at-a-time
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
5861 $as_echo_n "checking for -fstack-protector... " >&6; }
5862 if ${libc_cv_ssp+:} false; then :
5863 $as_echo_n "(cached) " >&6
5864 else
5865 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
5866 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5867 (eval $ac_try) 2>&5
5868 ac_status=$?
5869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5870 test $ac_status = 0; }; }; then :
5871 libc_cv_ssp=yes
5872 else
5873 libc_cv_ssp=no
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
5878 $as_echo "$libc_cv_ssp" >&6; }
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-strong" >&5
5881 $as_echo_n "checking for -fstack-protector-strong... " >&6; }
5882 if ${libc_cv_ssp_strong+:} false; then :
5883 $as_echo_n "(cached) " >&6
5884 else
5885 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null'
5886 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5887 (eval $ac_try) 2>&5
5888 ac_status=$?
5889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5890 test $ac_status = 0; }; }; then :
5891 libc_cv_ssp_strong=yes
5892 else
5893 libc_cv_ssp_strong=no
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_strong" >&5
5898 $as_echo "$libc_cv_ssp_strong" >&6; }
5900 stack_protector=
5901 if test "$libc_cv_ssp_strong" = "yes"; then
5902 stack_protector="-fstack-protector-strong"
5903 elif test "$libc_cv_ssp" = "yes"; then
5904 stack_protector="-fstack-protector"
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mtls-dialect=gnu2" >&5
5909 $as_echo_n "checking for -mtls-dialect=gnu2... " >&6; }
5910 if ${libc_cv_mtls_dialect_gnu2+:} false; then :
5911 $as_echo_n "(cached) " >&6
5912 else
5913 cat > conftest.c <<EOF
5914 __thread int i;
5915 void foo (void)
5917 i = 10;
5920 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fPIC -mtls-dialect=gnu2
5921 conftest.c 1>&5'
5922 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5923 (eval $ac_try) 2>&5
5924 ac_status=$?
5925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5926 test $ac_status = 0; }; }
5927 then
5928 libc_cv_mtls_dialect_gnu2=yes
5929 else
5930 libc_cv_mtls_dialect_gnu2=no
5932 rm -f conftest*
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mtls_dialect_gnu2" >&5
5935 $as_echo "$libc_cv_mtls_dialect_gnu2" >&6; }
5937 config_vars="$config_vars
5938 have-mtls-dialect-gnu2 = $libc_cv_mtls_dialect_gnu2"
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
5941 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
5942 if ${libc_cv_have_section_quotes+:} false; then :
5943 $as_echo_n "(cached) " >&6
5944 else
5945 cat > conftest.c <<EOF
5946 static const int foo
5947 __attribute__ ((section ("bar"))) = 1;
5949 if ${CC-cc} -S conftest.c -o conftest.s; then
5950 if grep '\.section.*"bar"' conftest.s >/dev/null; then
5951 libc_cv_have_section_quotes=yes
5952 else
5953 libc_cv_have_section_quotes=no
5955 else
5956 libc_cv_have_section_quotes=unknown
5958 rm -f conftest.{c,s}
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
5962 $as_echo "$libc_cv_have_section_quotes" >&6; }
5963 if test $libc_cv_have_section_quotes = yes; then
5964 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
5969 $as_echo_n "checking for __builtin_memset... " >&6; }
5970 if ${libc_cv_gcc_builtin_memset+:} false; then :
5971 $as_echo_n "(cached) " >&6
5972 else
5973 cat > conftest.c <<\EOF
5974 void zero (void *x)
5976 __builtin_memset (x, 0, 1000);
5979 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "memset" > /dev/null'
5980 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5981 (eval $ac_try) 2>&5
5982 ac_status=$?
5983 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5984 test $ac_status = 0; }; };
5985 then
5986 libc_cv_gcc_builtin_memset=no
5987 else
5988 libc_cv_gcc_builtin_memset=yes
5990 rm -f conftest*
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
5993 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
5994 if test "$libc_cv_gcc_builtin_memset" = yes ; then
5995 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
6000 $as_echo_n "checking for redirection of built-in functions... " >&6; }
6001 if ${libc_cv_gcc_builtin_redirection+:} false; then :
6002 $as_echo_n "(cached) " >&6
6003 else
6004 cat > conftest.c <<\EOF
6005 extern char *strstr (const char *, const char *) __asm ("my_strstr");
6006 char *foo (const char *a, const char *b)
6008 return __builtin_strstr (a, b);
6011 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "my_strstr" > /dev/null'
6012 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6013 (eval $ac_try) 2>&5
6014 ac_status=$?
6015 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6016 test $ac_status = 0; }; };
6017 then
6018 libc_cv_gcc_builtin_redirection=yes
6019 else
6020 libc_cv_gcc_builtin_redirection=no
6022 rm -f conftest*
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
6025 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
6026 if test "$libc_cv_gcc_builtin_redirection" = no; then
6027 as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
6031 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
6032 if ${libc_cv_cc_nofma+:} false; then :
6033 $as_echo_n "(cached) " >&6
6034 else
6035 libc_cv_cc_nofma=
6036 for opt in -ffp-contract=off -mno-fused-madd; do
6037 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6038 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6039 (eval $ac_try) 2>&5
6040 ac_status=$?
6041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6042 test $ac_status = 0; }; }; then :
6043 libc_cv_cc_nofma=$opt; break
6045 done
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
6048 $as_echo "$libc_cv_cc_nofma" >&6; }
6051 if test -n "$submachine"; then
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
6053 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
6054 if ${libc_cv_cc_submachine+:} false; then :
6055 $as_echo_n "(cached) " >&6
6056 else
6057 libc_cv_cc_submachine=no
6058 for opt in "-march=$submachine" "-mcpu=$submachine"; do
6059 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6060 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6061 (eval $ac_try) 2>&5
6062 ac_status=$?
6063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6064 test $ac_status = 0; }; }; then :
6066 libc_cv_cc_submachine="$opt"
6067 break
6069 done
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6072 $as_echo "$libc_cv_cc_submachine" >&6; }
6073 if test "x$libc_cv_cc_submachine" = xno; then
6074 as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6080 __attribute__ ((__optimize__))" >&5
6081 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6082 __attribute__ ((__optimize__))... " >&6; }
6083 if ${libc_cv_cc_loop_to_function+:} false; then :
6084 $as_echo_n "(cached) " >&6
6085 else
6086 cat > conftest.c <<EOF
6087 void
6088 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
6089 foo (void) {}
6091 libc_cv_cc_loop_to_function=no
6092 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c'
6093 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6094 (eval $ac_try) 2>&5
6095 ac_status=$?
6096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6097 test $ac_status = 0; }; }
6098 then
6099 libc_cv_cc_loop_to_function=yes
6101 rm -f conftest*
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
6104 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
6105 if test $libc_cv_cc_loop_to_function = yes; then
6106 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
6112 $as_echo_n "checking for libgd... " >&6; }
6113 if test "$with_gd" != "no"; then
6114 old_CFLAGS="$CFLAGS"
6115 CFLAGS="$CFLAGS $libgd_include"
6116 old_LDFLAGS="$LDFLAGS"
6117 LDFLAGS="$LDFLAGS $libgd_ldflags"
6118 old_LIBS="$LIBS"
6119 LIBS="$LIBS -lgd -lpng -lz -lm"
6120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6121 /* end confdefs.h. */
6122 #include <gd.h>
6124 main ()
6126 gdImagePng (0, 0)
6128 return 0;
6130 _ACEOF
6131 if ac_fn_c_try_link "$LINENO"; then :
6132 LIBGD=yes
6133 else
6134 LIBGD=no
6136 rm -f core conftest.err conftest.$ac_objext \
6137 conftest$ac_exeext conftest.$ac_ext
6138 CFLAGS="$old_CFLAGS"
6139 LDFLAGS="$old_LDFLAGS"
6140 LIBS="$old_LIBS"
6141 else
6142 LIBGD=no
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6145 $as_echo "$LIBGD" >&6; }
6148 # SELinux detection
6149 if test x$with_selinux = xno ; then
6150 have_selinux=no;
6151 else
6152 # See if we have the SELinux library
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6154 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6155 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
6156 $as_echo_n "(cached) " >&6
6157 else
6158 ac_check_lib_save_LIBS=$LIBS
6159 LIBS="-lselinux $LIBS"
6160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6161 /* end confdefs.h. */
6163 /* Override any GCC internal prototype to avoid an error.
6164 Use char because int might match the return type of a GCC
6165 builtin and then its argument prototype would still apply. */
6166 #ifdef __cplusplus
6167 extern "C"
6168 #endif
6169 char is_selinux_enabled ();
6171 main ()
6173 return is_selinux_enabled ();
6175 return 0;
6177 _ACEOF
6178 if ac_fn_c_try_link "$LINENO"; then :
6179 ac_cv_lib_selinux_is_selinux_enabled=yes
6180 else
6181 ac_cv_lib_selinux_is_selinux_enabled=no
6183 rm -f core conftest.err conftest.$ac_objext \
6184 conftest$ac_exeext conftest.$ac_ext
6185 LIBS=$ac_check_lib_save_LIBS
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6188 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6189 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
6190 have_selinux=yes
6191 else
6192 have_selinux=no
6195 if test x$with_selinux = xyes ; then
6196 if test x$have_selinux = xno ; then
6197 as_fn_error $? "SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6201 # Check if we're building with SELinux support.
6202 if test "x$have_selinux" = xyes; then
6204 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6207 # See if we have the libaudit library
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6209 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6210 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
6211 $as_echo_n "(cached) " >&6
6212 else
6213 ac_check_lib_save_LIBS=$LIBS
6214 LIBS="-laudit $LIBS"
6215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6216 /* end confdefs.h. */
6218 /* Override any GCC internal prototype to avoid an error.
6219 Use char because int might match the return type of a GCC
6220 builtin and then its argument prototype would still apply. */
6221 #ifdef __cplusplus
6222 extern "C"
6223 #endif
6224 char audit_log_user_avc_message ();
6226 main ()
6228 return audit_log_user_avc_message ();
6230 return 0;
6232 _ACEOF
6233 if ac_fn_c_try_link "$LINENO"; then :
6234 ac_cv_lib_audit_audit_log_user_avc_message=yes
6235 else
6236 ac_cv_lib_audit_audit_log_user_avc_message=no
6238 rm -f core conftest.err conftest.$ac_objext \
6239 conftest$ac_exeext conftest.$ac_ext
6240 LIBS=$ac_check_lib_save_LIBS
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6243 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6244 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
6245 have_libaudit=yes
6246 else
6247 have_libaudit=no
6250 if test "x$have_libaudit" = xyes; then
6252 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6257 # See if we have the libcap library
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6259 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6260 if ${ac_cv_lib_cap_cap_init+:} false; then :
6261 $as_echo_n "(cached) " >&6
6262 else
6263 ac_check_lib_save_LIBS=$LIBS
6264 LIBS="-lcap $LIBS"
6265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6266 /* end confdefs.h. */
6268 /* Override any GCC internal prototype to avoid an error.
6269 Use char because int might match the return type of a GCC
6270 builtin and then its argument prototype would still apply. */
6271 #ifdef __cplusplus
6272 extern "C"
6273 #endif
6274 char cap_init ();
6276 main ()
6278 return cap_init ();
6280 return 0;
6282 _ACEOF
6283 if ac_fn_c_try_link "$LINENO"; then :
6284 ac_cv_lib_cap_cap_init=yes
6285 else
6286 ac_cv_lib_cap_cap_init=no
6288 rm -f core conftest.err conftest.$ac_objext \
6289 conftest$ac_exeext conftest.$ac_ext
6290 LIBS=$ac_check_lib_save_LIBS
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6293 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6294 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
6295 have_libcap=yes
6296 else
6297 have_libcap=no
6300 if test "x$have_libcap" = xyes; then
6302 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6309 CPPUNDEFS=
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
6311 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
6312 if ${libc_cv_predef_fortify_source+:} false; then :
6313 $as_echo_n "(cached) " >&6
6314 else
6315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6316 /* end confdefs.h. */
6319 main ()
6322 #ifdef _FORTIFY_SOURCE
6323 # error bogon
6324 #endif
6326 return 0;
6328 _ACEOF
6329 if ac_fn_c_try_compile "$LINENO"; then :
6330 libc_cv_predef_fortify_source=no
6331 else
6332 libc_cv_predef_fortify_source=yes
6334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
6337 $as_echo "$libc_cv_predef_fortify_source" >&6; }
6338 if test $libc_cv_predef_fortify_source = yes; then
6339 CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC implicitly enables -fstack-protector" >&5
6344 $as_echo_n "checking whether $CC implicitly enables -fstack-protector... " >&6; }
6345 if ${libc_cv_predef_stack_protector+:} false; then :
6346 $as_echo_n "(cached) " >&6
6347 else
6349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6350 /* end confdefs.h. */
6351 extern void foobar (char *);
6353 main ()
6355 char large_array[2048]; foobar (large_array);
6357 return 0;
6359 _ACEOF
6360 if ac_fn_c_try_compile "$LINENO"; then :
6362 libc_undefs=`$NM -u conftest.o |
6363 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6364 2>&5` || {
6365 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
6367 echo >&5 "libc_undefs='$libc_undefs'"
6368 # On some architectures, there are architecture-specific undefined
6369 # symbols (resolved by the linker), so filter out unknown symbols.
6370 # This will fail to produce the correct result if the compiler
6371 # defaults to -fstack-protector but this produces an undefined symbol
6372 # other than __stack_chk_fail or __stack_chk_fail_local. However,
6373 # compilers like that have not been encountered in practice.
6374 libc_undefs=`echo "$libc_undefs" | \
6375 egrep '^(foobar|__stack_chk_fail|__stack_chk_fail_local)$'`
6376 case "$libc_undefs" in
6377 foobar) libc_cv_predef_stack_protector=no ;;
6378 '__stack_chk_fail
6379 foobar'|'__stack_chk_fail_local
6380 foobar') libc_cv_predef_stack_protector=yes ;;
6381 *) as_fn_error $? "unexpected symbols in test: $libc_undefs" "$LINENO" 5 ;;
6382 esac
6383 else
6384 as_fn_error $? "test compilation failed" "$LINENO" 5
6386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_stack_protector" >&5
6390 $as_echo "$libc_cv_predef_stack_protector" >&6; }
6391 libc_extra_cflags=
6392 if test $libc_cv_predef_stack_protector = yes; then
6393 libc_extra_cflags="$libc_extra_cflags -fno-stack-protector"
6395 libc_extra_cppflags=
6397 # Some linkers on some architectures support __ehdr_start but with
6398 # bugs. Make sure usage of it does not create relocations in the
6399 # output (as the linker should resolve them all for us).
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker provides working __ehdr_start" >&5
6401 $as_echo_n "checking whether the linker provides working __ehdr_start... " >&6; }
6402 if ${libc_cv_ehdr_start+:} false; then :
6403 $as_echo_n "(cached) " >&6
6404 else
6406 old_CFLAGS="$CFLAGS"
6407 old_LDFLAGS="$LDFLAGS"
6408 old_LIBS="$LIBS"
6409 CFLAGS="$CFLAGS -fPIC"
6410 LDFLAGS="$LDFLAGS -nostdlib -nostartfiles -shared"
6411 LIBS=
6412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6413 /* end confdefs.h. */
6415 typedef struct {
6416 char foo;
6417 long val;
6418 } Ehdr;
6419 extern const Ehdr __ehdr_start __attribute__ ((visibility ("hidden")));
6420 long ehdr (void) { return __ehdr_start.val; }
6422 _ACEOF
6423 if ac_fn_c_try_link "$LINENO"; then :
6424 if $READELF -r conftest | fgrep __ehdr_start >/dev/null; then
6425 libc_cv_ehdr_start=broken
6426 else
6427 libc_cv_ehdr_start=yes
6429 else
6430 libc_cv_ehdr_start=no
6432 rm -f core conftest.err conftest.$ac_objext \
6433 conftest$ac_exeext conftest.$ac_ext
6434 CFLAGS="$old_CFLAGS"
6435 LDFLAGS="$old_LDFLAGS"
6436 LIBS="$old_LIBS"
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ehdr_start" >&5
6440 $as_echo "$libc_cv_ehdr_start" >&6; }
6441 if test "$libc_cv_ehdr_start" = yes; then
6442 $as_echo "#define HAVE_EHDR_START 1" >>confdefs.h
6444 elif test "$libc_cv_ehdr_start" = broken; then
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linker is broken -- you should upgrade" >&5
6446 $as_echo "$as_me: WARNING: linker is broken -- you should upgrade" >&2;}
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_trap with no external dependencies" >&5
6450 $as_echo_n "checking for __builtin_trap with no external dependencies... " >&6; }
6451 if ${libc_cv_builtin_trap+:} false; then :
6452 $as_echo_n "(cached) " >&6
6453 else
6454 libc_cv_builtin_trap=no
6455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6456 /* end confdefs.h. */
6459 main ()
6461 __builtin_trap ()
6463 return 0;
6465 _ACEOF
6466 if ac_fn_c_try_compile "$LINENO"; then :
6468 libc_undefs=`$NM -u conftest.o |
6469 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6470 2>&5` || {
6471 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
6473 echo >&5 "libc_undefs='$libc_undefs'"
6474 if test -z "$libc_undefs"; then
6475 libc_cv_builtin_trap=yes
6478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_builtin_trap" >&5
6481 $as_echo "$libc_cv_builtin_trap" >&6; }
6482 if test $libc_cv_builtin_trap = yes; then
6483 $as_echo "#define HAVE_BUILTIN_TRAP 1" >>confdefs.h
6487 ac_ext=cpp
6488 ac_cpp='$CXXCPP $CPPFLAGS'
6489 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6490 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6491 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler supports thread_local" >&5
6495 $as_echo_n "checking whether the C++ compiler supports thread_local... " >&6; }
6496 if ${libc_cv_cxx_thread_local+:} false; then :
6497 $as_echo_n "(cached) " >&6
6498 else
6500 old_CXXFLAGS="$CXXFLAGS"
6501 CXXFLAGS="$CXXFLAGS -std=gnu++11"
6502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6503 /* end confdefs.h. */
6505 #include <thread>
6507 // Compiler support.
6508 struct S
6510 S ();
6511 ~S ();
6513 thread_local S s;
6514 S * get () { return &s; }
6516 // libstdc++ support.
6517 #ifndef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL
6518 #error __cxa_thread_atexit_impl not supported
6519 #endif
6521 _ACEOF
6522 if ac_fn_cxx_try_compile "$LINENO"; then :
6523 libc_cv_cxx_thread_local=yes
6524 else
6525 libc_cv_cxx_thread_local=no
6527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6528 CXXFLAGS="$old_CXXFLAGS"
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_thread_local" >&5
6532 $as_echo "$libc_cv_cxx_thread_local" >&6; }
6535 ac_ext=c
6536 ac_cpp='$CPP $CPPFLAGS'
6537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6542 ### End of automated tests.
6543 ### Now run sysdeps configure fragments.
6545 # They also can set these variables.
6546 use_ldconfig=no
6547 ldd_rewrite_script=no
6548 libc_cv_sysconfdir=$sysconfdir
6549 libc_cv_localstatedir=$localstatedir
6550 libc_cv_gcc_unwind_find_fde=no
6551 libc_cv_idn=no
6553 # Iterate over all the sysdep directories we will use, running their
6554 # configure fragments.
6555 for dir in $sysnames; do
6556 case $dir in
6557 /*) dest=$dir ;;
6558 *) dest=$srcdir/$dir ;;
6559 esac
6560 if test -r $dest/configure; then
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
6562 $as_echo "running configure fragment for $dir" >&6; }
6563 . $dest/configure
6565 done
6567 if test x"$build_mathvec" = xnotset; then
6568 build_mathvec=no
6570 config_vars="$config_vars
6571 build-mathvec = $build_mathvec"
6576 if test x$libc_cv_gcc_unwind_find_fde = xyes; then
6577 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
6582 # A sysdeps configure fragment can reset this if IFUNC is not actually
6583 # usable even though the assembler knows how to generate the symbol type.
6584 if test x"$libc_cv_ld_gnu_indirect_function" = xyes; then
6585 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
6589 if test x"$libc_cv_gcc_indirect_function" = xyes; then
6590 $as_echo "#define HAVE_GCC_IFUNC 1" >>confdefs.h
6594 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
6595 # configure fragment can override the value to prevent this AC_DEFINE.
6597 if test "x$use_nscd" != xno; then
6598 $as_echo "#define USE_NSCD 1" >>confdefs.h
6601 if test "x$build_nscd" = xdefault; then
6602 build_nscd=$use_nscd
6612 if test x$use_ldconfig = xyes; then
6613 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
6623 $as_echo_n "checking whether -fPIC is default... " >&6; }
6624 if ${libc_cv_pic_default+:} false; then :
6625 $as_echo_n "(cached) " >&6
6626 else
6627 libc_cv_pic_default=yes
6628 cat > conftest.c <<EOF
6629 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
6630 # error PIC is default.
6631 #endif
6633 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6634 libc_cv_pic_default=no
6636 rm -f conftest.*
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
6639 $as_echo "$libc_cv_pic_default" >&6; }
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIE is default" >&5
6643 $as_echo_n "checking whether -fPIE is default... " >&6; }
6644 if ${libc_cv_pie_default+:} false; then :
6645 $as_echo_n "(cached) " >&6
6646 else
6647 libc_cv_pie_default=yes
6648 cat > conftest.c <<EOF
6649 #if defined __PIE__ || defined __pie__ || defined PIE || defined pie
6650 # error PIE is default.
6651 #endif
6653 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6654 libc_cv_pie_default=no
6656 rm -f conftest.*
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pie_default" >&5
6659 $as_echo "$libc_cv_pie_default" >&6; }
6669 VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
6670 RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
6674 ac_config_files="$ac_config_files config.make Makefile"
6676 ac_config_commands="$ac_config_commands default"
6678 cat >confcache <<\_ACEOF
6679 # This file is a shell script that caches the results of configure
6680 # tests run on this system so they can be shared between configure
6681 # scripts and configure runs, see configure's option --config-cache.
6682 # It is not useful on other systems. If it contains results you don't
6683 # want to keep, you may remove or edit it.
6685 # config.status only pays attention to the cache file if you give it
6686 # the --recheck option to rerun configure.
6688 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6689 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6690 # following values.
6692 _ACEOF
6694 # The following way of writing the cache mishandles newlines in values,
6695 # but we know of no workaround that is simple, portable, and efficient.
6696 # So, we kill variables containing newlines.
6697 # Ultrix sh set writes to stderr and can't be redirected directly,
6698 # and sets the high bit in the cache file unless we assign to the vars.
6700 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6701 eval ac_val=\$$ac_var
6702 case $ac_val in #(
6703 *${as_nl}*)
6704 case $ac_var in #(
6705 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6706 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6707 esac
6708 case $ac_var in #(
6709 _ | IFS | as_nl) ;; #(
6710 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6711 *) { eval $ac_var=; unset $ac_var;} ;;
6712 esac ;;
6713 esac
6714 done
6716 (set) 2>&1 |
6717 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6718 *${as_nl}ac_space=\ *)
6719 # `set' does not quote correctly, so add quotes: double-quote
6720 # substitution turns \\\\ into \\, and sed turns \\ into \.
6721 sed -n \
6722 "s/'/'\\\\''/g;
6723 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6724 ;; #(
6726 # `set' quotes correctly as required by POSIX, so do not add quotes.
6727 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6729 esac |
6730 sort
6732 sed '
6733 /^ac_cv_env_/b end
6734 t clear
6735 :clear
6736 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6737 t end
6738 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6739 :end' >>confcache
6740 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6741 if test -w "$cache_file"; then
6742 if test "x$cache_file" != "x/dev/null"; then
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6744 $as_echo "$as_me: updating cache $cache_file" >&6;}
6745 if test ! -f "$cache_file" || test -h "$cache_file"; then
6746 cat confcache >"$cache_file"
6747 else
6748 case $cache_file in #(
6749 */* | ?:*)
6750 mv -f confcache "$cache_file"$$ &&
6751 mv -f "$cache_file"$$ "$cache_file" ;; #(
6753 mv -f confcache "$cache_file" ;;
6754 esac
6757 else
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6759 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6762 rm -f confcache
6764 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6765 # Let make expand exec_prefix.
6766 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6768 DEFS=-DHAVE_CONFIG_H
6770 ac_libobjs=
6771 ac_ltlibobjs=
6773 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6774 # 1. Remove the extension, and $U if already installed.
6775 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6776 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6777 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6778 # will be set to the directory where LIBOBJS objects are built.
6779 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6780 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6781 done
6782 LIBOBJS=$ac_libobjs
6784 LTLIBOBJS=$ac_ltlibobjs
6788 : "${CONFIG_STATUS=./config.status}"
6789 ac_write_fail=0
6790 ac_clean_files_save=$ac_clean_files
6791 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6793 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6794 as_write_fail=0
6795 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6796 #! $SHELL
6797 # Generated by $as_me.
6798 # Run this file to recreate the current configuration.
6799 # Compiler output produced by configure, useful for debugging
6800 # configure, is in config.log if it exists.
6802 debug=false
6803 ac_cs_recheck=false
6804 ac_cs_silent=false
6806 SHELL=\${CONFIG_SHELL-$SHELL}
6807 export SHELL
6808 _ASEOF
6809 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6810 ## -------------------- ##
6811 ## M4sh Initialization. ##
6812 ## -------------------- ##
6814 # Be more Bourne compatible
6815 DUALCASE=1; export DUALCASE # for MKS sh
6816 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6817 emulate sh
6818 NULLCMD=:
6819 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6820 # is contrary to our usage. Disable this feature.
6821 alias -g '${1+"$@"}'='"$@"'
6822 setopt NO_GLOB_SUBST
6823 else
6824 case `(set -o) 2>/dev/null` in #(
6825 *posix*) :
6826 set -o posix ;; #(
6827 *) :
6829 esac
6833 as_nl='
6835 export as_nl
6836 # Printing a long string crashes Solaris 7 /usr/bin/printf.
6837 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6838 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6839 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6840 # Prefer a ksh shell builtin over an external printf program on Solaris,
6841 # but without wasting forks for bash or zsh.
6842 if test -z "$BASH_VERSION$ZSH_VERSION" \
6843 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6844 as_echo='print -r --'
6845 as_echo_n='print -rn --'
6846 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6847 as_echo='printf %s\n'
6848 as_echo_n='printf %s'
6849 else
6850 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6851 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6852 as_echo_n='/usr/ucb/echo -n'
6853 else
6854 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6855 as_echo_n_body='eval
6856 arg=$1;
6857 case $arg in #(
6858 *"$as_nl"*)
6859 expr "X$arg" : "X\\(.*\\)$as_nl";
6860 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6861 esac;
6862 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6864 export as_echo_n_body
6865 as_echo_n='sh -c $as_echo_n_body as_echo'
6867 export as_echo_body
6868 as_echo='sh -c $as_echo_body as_echo'
6871 # The user is always right.
6872 if test "${PATH_SEPARATOR+set}" != set; then
6873 PATH_SEPARATOR=:
6874 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6875 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6876 PATH_SEPARATOR=';'
6881 # IFS
6882 # We need space, tab and new line, in precisely that order. Quoting is
6883 # there to prevent editors from complaining about space-tab.
6884 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6885 # splitting by setting IFS to empty value.)
6886 IFS=" "" $as_nl"
6888 # Find who we are. Look in the path if we contain no directory separator.
6889 as_myself=
6890 case $0 in #((
6891 *[\\/]* ) as_myself=$0 ;;
6892 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6893 for as_dir in $PATH
6895 IFS=$as_save_IFS
6896 test -z "$as_dir" && as_dir=.
6897 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6898 done
6899 IFS=$as_save_IFS
6902 esac
6903 # We did not find ourselves, most probably we were run as `sh COMMAND'
6904 # in which case we are not to be found in the path.
6905 if test "x$as_myself" = x; then
6906 as_myself=$0
6908 if test ! -f "$as_myself"; then
6909 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6910 exit 1
6913 # Unset variables that we do not need and which cause bugs (e.g. in
6914 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
6915 # suppresses any "Segmentation fault" message there. '((' could
6916 # trigger a bug in pdksh 5.2.14.
6917 for as_var in BASH_ENV ENV MAIL MAILPATH
6918 do eval test x\${$as_var+set} = xset \
6919 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
6920 done
6921 PS1='$ '
6922 PS2='> '
6923 PS4='+ '
6925 # NLS nuisances.
6926 LC_ALL=C
6927 export LC_ALL
6928 LANGUAGE=C
6929 export LANGUAGE
6931 # CDPATH.
6932 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6935 # as_fn_error STATUS ERROR [LINENO LOG_FD]
6936 # ----------------------------------------
6937 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6938 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6939 # script with STATUS, using 1 if that was 0.
6940 as_fn_error ()
6942 as_status=$1; test $as_status -eq 0 && as_status=1
6943 if test "$4"; then
6944 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6945 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
6947 $as_echo "$as_me: error: $2" >&2
6948 as_fn_exit $as_status
6949 } # as_fn_error
6952 # as_fn_set_status STATUS
6953 # -----------------------
6954 # Set $? to STATUS, without forking.
6955 as_fn_set_status ()
6957 return $1
6958 } # as_fn_set_status
6960 # as_fn_exit STATUS
6961 # -----------------
6962 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6963 as_fn_exit ()
6965 set +e
6966 as_fn_set_status $1
6967 exit $1
6968 } # as_fn_exit
6970 # as_fn_unset VAR
6971 # ---------------
6972 # Portably unset VAR.
6973 as_fn_unset ()
6975 { eval $1=; unset $1;}
6977 as_unset=as_fn_unset
6978 # as_fn_append VAR VALUE
6979 # ----------------------
6980 # Append the text in VALUE to the end of the definition contained in VAR. Take
6981 # advantage of any shell optimizations that allow amortized linear growth over
6982 # repeated appends, instead of the typical quadratic growth present in naive
6983 # implementations.
6984 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
6985 eval 'as_fn_append ()
6987 eval $1+=\$2
6989 else
6990 as_fn_append ()
6992 eval $1=\$$1\$2
6994 fi # as_fn_append
6996 # as_fn_arith ARG...
6997 # ------------------
6998 # Perform arithmetic evaluation on the ARGs, and store the result in the
6999 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7000 # must be portable across $(()) and expr.
7001 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7002 eval 'as_fn_arith ()
7004 as_val=$(( $* ))
7006 else
7007 as_fn_arith ()
7009 as_val=`expr "$@" || test $? -eq 1`
7011 fi # as_fn_arith
7014 if expr a : '\(a\)' >/dev/null 2>&1 &&
7015 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7016 as_expr=expr
7017 else
7018 as_expr=false
7021 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7022 as_basename=basename
7023 else
7024 as_basename=false
7027 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7028 as_dirname=dirname
7029 else
7030 as_dirname=false
7033 as_me=`$as_basename -- "$0" ||
7034 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7035 X"$0" : 'X\(//\)$' \| \
7036 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7037 $as_echo X/"$0" |
7038 sed '/^.*\/\([^/][^/]*\)\/*$/{
7039 s//\1/
7042 /^X\/\(\/\/\)$/{
7043 s//\1/
7046 /^X\/\(\/\).*/{
7047 s//\1/
7050 s/.*/./; q'`
7052 # Avoid depending upon Character Ranges.
7053 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7054 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7055 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7056 as_cr_digits='0123456789'
7057 as_cr_alnum=$as_cr_Letters$as_cr_digits
7059 ECHO_C= ECHO_N= ECHO_T=
7060 case `echo -n x` in #(((((
7061 -n*)
7062 case `echo 'xy\c'` in
7063 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7064 xy) ECHO_C='\c';;
7065 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7066 ECHO_T=' ';;
7067 esac;;
7069 ECHO_N='-n';;
7070 esac
7072 rm -f conf$$ conf$$.exe conf$$.file
7073 if test -d conf$$.dir; then
7074 rm -f conf$$.dir/conf$$.file
7075 else
7076 rm -f conf$$.dir
7077 mkdir conf$$.dir 2>/dev/null
7079 if (echo >conf$$.file) 2>/dev/null; then
7080 if ln -s conf$$.file conf$$ 2>/dev/null; then
7081 as_ln_s='ln -s'
7082 # ... but there are two gotchas:
7083 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7084 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7085 # In both cases, we have to default to `cp -pR'.
7086 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7087 as_ln_s='cp -pR'
7088 elif ln conf$$.file conf$$ 2>/dev/null; then
7089 as_ln_s=ln
7090 else
7091 as_ln_s='cp -pR'
7093 else
7094 as_ln_s='cp -pR'
7096 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7097 rmdir conf$$.dir 2>/dev/null
7100 # as_fn_mkdir_p
7101 # -------------
7102 # Create "$as_dir" as a directory, including parents if necessary.
7103 as_fn_mkdir_p ()
7106 case $as_dir in #(
7107 -*) as_dir=./$as_dir;;
7108 esac
7109 test -d "$as_dir" || eval $as_mkdir_p || {
7110 as_dirs=
7111 while :; do
7112 case $as_dir in #(
7113 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7114 *) as_qdir=$as_dir;;
7115 esac
7116 as_dirs="'$as_qdir' $as_dirs"
7117 as_dir=`$as_dirname -- "$as_dir" ||
7118 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7119 X"$as_dir" : 'X\(//\)[^/]' \| \
7120 X"$as_dir" : 'X\(//\)$' \| \
7121 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7122 $as_echo X"$as_dir" |
7123 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7124 s//\1/
7127 /^X\(\/\/\)[^/].*/{
7128 s//\1/
7131 /^X\(\/\/\)$/{
7132 s//\1/
7135 /^X\(\/\).*/{
7136 s//\1/
7139 s/.*/./; q'`
7140 test -d "$as_dir" && break
7141 done
7142 test -z "$as_dirs" || eval "mkdir $as_dirs"
7143 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
7146 } # as_fn_mkdir_p
7147 if mkdir -p . 2>/dev/null; then
7148 as_mkdir_p='mkdir -p "$as_dir"'
7149 else
7150 test -d ./-p && rmdir ./-p
7151 as_mkdir_p=false
7155 # as_fn_executable_p FILE
7156 # -----------------------
7157 # Test if FILE is an executable regular file.
7158 as_fn_executable_p ()
7160 test -f "$1" && test -x "$1"
7161 } # as_fn_executable_p
7162 as_test_x='test -x'
7163 as_executable_p=as_fn_executable_p
7165 # Sed expression to map a string onto a valid CPP name.
7166 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7168 # Sed expression to map a string onto a valid variable name.
7169 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7172 exec 6>&1
7173 ## ----------------------------------- ##
7174 ## Main body of $CONFIG_STATUS script. ##
7175 ## ----------------------------------- ##
7176 _ASEOF
7177 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
7179 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7180 # Save the log message, to keep $0 and so on meaningful, and to
7181 # report actual input values of CONFIG_FILES etc. instead of their
7182 # values after options handling.
7183 ac_log="
7184 This file was extended by GNU C Library $as_me (see version.h), which was
7185 generated by GNU Autoconf 2.69. Invocation command line was
7187 CONFIG_FILES = $CONFIG_FILES
7188 CONFIG_HEADERS = $CONFIG_HEADERS
7189 CONFIG_LINKS = $CONFIG_LINKS
7190 CONFIG_COMMANDS = $CONFIG_COMMANDS
7191 $ $0 $@
7193 on `(hostname || uname -n) 2>/dev/null | sed 1q`
7196 _ACEOF
7198 case $ac_config_files in *"
7199 "*) set x $ac_config_files; shift; ac_config_files=$*;;
7200 esac
7202 case $ac_config_headers in *"
7203 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
7204 esac
7207 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7208 # Files that config.status was made for.
7209 config_files="$ac_config_files"
7210 config_headers="$ac_config_headers"
7211 config_commands="$ac_config_commands"
7213 _ACEOF
7215 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7216 ac_cs_usage="\
7217 \`$as_me' instantiates files and other configuration actions
7218 from templates according to the current configuration. Unless the files
7219 and actions are specified as TAGs, all are instantiated by default.
7221 Usage: $0 [OPTION]... [TAG]...
7223 -h, --help print this help, then exit
7224 -V, --version print version number and configuration settings, then exit
7225 --config print configuration, then exit
7226 -q, --quiet, --silent
7227 do not print progress messages
7228 -d, --debug don't remove temporary files
7229 --recheck update $as_me by reconfiguring in the same conditions
7230 --file=FILE[:TEMPLATE]
7231 instantiate the configuration file FILE
7232 --header=FILE[:TEMPLATE]
7233 instantiate the configuration header FILE
7235 Configuration files:
7236 $config_files
7238 Configuration headers:
7239 $config_headers
7241 Configuration commands:
7242 $config_commands
7244 Report bugs to <http://sourceware.org/bugzilla/>.
7245 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
7246 General help using GNU software: <http://www.gnu.org/gethelp/>."
7248 _ACEOF
7249 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7250 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7251 ac_cs_version="\\
7252 GNU C Library config.status (see version.h)
7253 configured by $0, generated by GNU Autoconf 2.69,
7254 with options \\"\$ac_cs_config\\"
7256 Copyright (C) 2012 Free Software Foundation, Inc.
7257 This config.status script is free software; the Free Software Foundation
7258 gives unlimited permission to copy, distribute and modify it."
7260 ac_pwd='$ac_pwd'
7261 srcdir='$srcdir'
7262 INSTALL='$INSTALL'
7263 test -n "\$AWK" || AWK=awk
7264 _ACEOF
7266 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7267 # The default lists apply if the user does not specify any file.
7268 ac_need_defaults=:
7269 while test $# != 0
7271 case $1 in
7272 --*=?*)
7273 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7274 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7275 ac_shift=:
7277 --*=)
7278 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7279 ac_optarg=
7280 ac_shift=:
7283 ac_option=$1
7284 ac_optarg=$2
7285 ac_shift=shift
7287 esac
7289 case $ac_option in
7290 # Handling of the options.
7291 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7292 ac_cs_recheck=: ;;
7293 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7294 $as_echo "$ac_cs_version"; exit ;;
7295 --config | --confi | --conf | --con | --co | --c )
7296 $as_echo "$ac_cs_config"; exit ;;
7297 --debug | --debu | --deb | --de | --d | -d )
7298 debug=: ;;
7299 --file | --fil | --fi | --f )
7300 $ac_shift
7301 case $ac_optarg in
7302 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7303 '') as_fn_error $? "missing file argument" ;;
7304 esac
7305 as_fn_append CONFIG_FILES " '$ac_optarg'"
7306 ac_need_defaults=false;;
7307 --header | --heade | --head | --hea )
7308 $ac_shift
7309 case $ac_optarg in
7310 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7311 esac
7312 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
7313 ac_need_defaults=false;;
7314 --he | --h)
7315 # Conflict between --help and --header
7316 as_fn_error $? "ambiguous option: \`$1'
7317 Try \`$0 --help' for more information.";;
7318 --help | --hel | -h )
7319 $as_echo "$ac_cs_usage"; exit ;;
7320 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7321 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7322 ac_cs_silent=: ;;
7324 # This is an error.
7325 -*) as_fn_error $? "unrecognized option: \`$1'
7326 Try \`$0 --help' for more information." ;;
7328 *) as_fn_append ac_config_targets " $1"
7329 ac_need_defaults=false ;;
7331 esac
7332 shift
7333 done
7335 ac_configure_extra_args=
7337 if $ac_cs_silent; then
7338 exec 6>/dev/null
7339 ac_configure_extra_args="$ac_configure_extra_args --silent"
7342 _ACEOF
7343 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7344 if \$ac_cs_recheck; then
7345 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7346 shift
7347 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7348 CONFIG_SHELL='$SHELL'
7349 export CONFIG_SHELL
7350 exec "\$@"
7353 _ACEOF
7354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7355 exec 5>>config.log
7357 echo
7358 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7359 ## Running $as_me. ##
7360 _ASBOX
7361 $as_echo "$ac_log"
7362 } >&5
7364 _ACEOF
7365 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7367 # INIT-COMMANDS
7369 config_vars='$config_vars'
7371 _ACEOF
7373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7375 # Handling of arguments.
7376 for ac_config_target in $ac_config_targets
7378 case $ac_config_target in
7379 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7380 "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;;
7381 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7382 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
7384 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7385 esac
7386 done
7389 # If the user did not use the arguments to specify the items to instantiate,
7390 # then the envvar interface is used. Set only those that are not.
7391 # We use the long form for the default assignment because of an extremely
7392 # bizarre bug on SunOS 4.1.3.
7393 if $ac_need_defaults; then
7394 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7395 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7396 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7399 # Have a temporary directory for convenience. Make it in the build tree
7400 # simply because there is no reason against having it here, and in addition,
7401 # creating and moving files from /tmp can sometimes cause problems.
7402 # Hook for its removal unless debugging.
7403 # Note that there is a small window in which the directory will not be cleaned:
7404 # after its creation but before its name has been assigned to `$tmp'.
7405 $debug ||
7407 tmp= ac_tmp=
7408 trap 'exit_status=$?
7409 : "${ac_tmp:=$tmp}"
7410 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7412 trap 'as_fn_exit 1' 1 2 13 15
7414 # Create a (secure) tmp directory for tmp files.
7417 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7418 test -d "$tmp"
7419 } ||
7421 tmp=./conf$$-$RANDOM
7422 (umask 077 && mkdir "$tmp")
7423 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7424 ac_tmp=$tmp
7426 # Set up the scripts for CONFIG_FILES section.
7427 # No need to generate them if there are no CONFIG_FILES.
7428 # This happens for instance with `./config.status config.h'.
7429 if test -n "$CONFIG_FILES"; then
7432 ac_cr=`echo X | tr X '\015'`
7433 # On cygwin, bash can eat \r inside `` if the user requested igncr.
7434 # But we know of no other shell where ac_cr would be empty at this
7435 # point, so we can use a bashism as a fallback.
7436 if test "x$ac_cr" = x; then
7437 eval ac_cr=\$\'\\r\'
7439 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7440 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7441 ac_cs_awk_cr='\\r'
7442 else
7443 ac_cs_awk_cr=$ac_cr
7446 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7447 _ACEOF
7451 echo "cat >conf$$subs.awk <<_ACEOF" &&
7452 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7453 echo "_ACEOF"
7454 } >conf$$subs.sh ||
7455 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7456 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7457 ac_delim='%!_!# '
7458 for ac_last_try in false false false false false :; do
7459 . ./conf$$subs.sh ||
7460 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7462 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7463 if test $ac_delim_n = $ac_delim_num; then
7464 break
7465 elif $ac_last_try; then
7466 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7467 else
7468 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7470 done
7471 rm -f conf$$subs.sh
7473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7474 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7475 _ACEOF
7476 sed -n '
7478 s/^/S["/; s/!.*/"]=/
7481 s/^[^!]*!//
7482 :repl
7483 t repl
7484 s/'"$ac_delim"'$//
7485 t delim
7488 s/\(.\{148\}\)..*/\1/
7489 t more1
7490 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7493 b repl
7494 :more1
7495 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7498 s/.\{148\}//
7499 t nl
7500 :delim
7502 s/\(.\{148\}\)..*/\1/
7503 t more2
7504 s/["\\]/\\&/g; s/^/"/; s/$/"/
7507 :more2
7508 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7511 s/.\{148\}//
7512 t delim
7513 ' <conf$$subs.awk | sed '
7514 /^[^""]/{
7516 s/\n//
7518 ' >>$CONFIG_STATUS || ac_write_fail=1
7519 rm -f conf$$subs.awk
7520 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7521 _ACAWK
7522 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7523 for (key in S) S_is_set[key] = 1
7524 FS = "\a"
7528 line = $ 0
7529 nfields = split(line, field, "@")
7530 substed = 0
7531 len = length(field[1])
7532 for (i = 2; i < nfields; i++) {
7533 key = field[i]
7534 keylen = length(key)
7535 if (S_is_set[key]) {
7536 value = S[key]
7537 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7538 len += length(value) + length(field[++i])
7539 substed = 1
7540 } else
7541 len += 1 + keylen
7544 print line
7547 _ACAWK
7548 _ACEOF
7549 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7550 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7551 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7552 else
7554 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7555 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7556 _ACEOF
7558 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7559 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7560 # trailing colons and then remove the whole line if VPATH becomes empty
7561 # (actually we leave an empty line to preserve line numbers).
7562 if test "x$srcdir" = x.; then
7563 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7565 s///
7566 s/^/:/
7567 s/[ ]*$/:/
7568 s/:\$(srcdir):/:/g
7569 s/:\${srcdir}:/:/g
7570 s/:@srcdir@:/:/g
7571 s/^:*//
7572 s/:*$//
7574 s/\(=[ ]*\).*/\1/
7576 s/\n//
7577 s/^[^=]*=[ ]*$//
7581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7582 fi # test -n "$CONFIG_FILES"
7584 # Set up the scripts for CONFIG_HEADERS section.
7585 # No need to generate them if there are no CONFIG_HEADERS.
7586 # This happens for instance with `./config.status Makefile'.
7587 if test -n "$CONFIG_HEADERS"; then
7588 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
7589 BEGIN {
7590 _ACEOF
7592 # Transform confdefs.h into an awk script `defines.awk', embedded as
7593 # here-document in config.status, that substitutes the proper values into
7594 # config.h.in to produce config.h.
7596 # Create a delimiter string that does not exist in confdefs.h, to ease
7597 # handling of long lines.
7598 ac_delim='%!_!# '
7599 for ac_last_try in false false :; do
7600 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
7601 if test -z "$ac_tt"; then
7602 break
7603 elif $ac_last_try; then
7604 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
7605 else
7606 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7608 done
7610 # For the awk script, D is an array of macro values keyed by name,
7611 # likewise P contains macro parameters if any. Preserve backslash
7612 # newline sequences.
7614 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7615 sed -n '
7616 s/.\{148\}/&'"$ac_delim"'/g
7617 t rset
7618 :rset
7619 s/^[ ]*#[ ]*define[ ][ ]*/ /
7620 t def
7622 :def
7623 s/\\$//
7624 t bsnl
7625 s/["\\]/\\&/g
7626 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7627 D["\1"]=" \3"/p
7628 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7630 :bsnl
7631 s/["\\]/\\&/g
7632 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7633 D["\1"]=" \3\\\\\\n"\\/p
7634 t cont
7635 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7636 t cont
7638 :cont
7640 s/.\{148\}/&'"$ac_delim"'/g
7641 t clear
7642 :clear
7643 s/\\$//
7644 t bsnlc
7645 s/["\\]/\\&/g; s/^/"/; s/$/"/p
7647 :bsnlc
7648 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7649 b cont
7650 ' <confdefs.h | sed '
7651 s/'"$ac_delim"'/"\\\
7652 "/g' >>$CONFIG_STATUS || ac_write_fail=1
7654 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7655 for (key in D) D_is_set[key] = 1
7656 FS = "\a"
7658 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7659 line = \$ 0
7660 split(line, arg, " ")
7661 if (arg[1] == "#") {
7662 defundef = arg[2]
7663 mac1 = arg[3]
7664 } else {
7665 defundef = substr(arg[1], 2)
7666 mac1 = arg[2]
7668 split(mac1, mac2, "(") #)
7669 macro = mac2[1]
7670 prefix = substr(line, 1, index(line, defundef) - 1)
7671 if (D_is_set[macro]) {
7672 # Preserve the white space surrounding the "#".
7673 print prefix "define", macro P[macro] D[macro]
7674 next
7675 } else {
7676 # Replace #undef with comments. This is necessary, for example,
7677 # in the case of _POSIX_SOURCE, which is predefined and required
7678 # on some systems where configure will not decide to define it.
7679 if (defundef == "undef") {
7680 print "/*", prefix defundef, macro, "*/"
7681 next
7685 { print }
7686 _ACAWK
7687 _ACEOF
7688 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7689 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
7690 fi # test -n "$CONFIG_HEADERS"
7693 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7694 shift
7695 for ac_tag
7697 case $ac_tag in
7698 :[FHLC]) ac_mode=$ac_tag; continue;;
7699 esac
7700 case $ac_mode$ac_tag in
7701 :[FHL]*:*);;
7702 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7703 :[FH]-) ac_tag=-:-;;
7704 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7705 esac
7706 ac_save_IFS=$IFS
7707 IFS=:
7708 set x $ac_tag
7709 IFS=$ac_save_IFS
7710 shift
7711 ac_file=$1
7712 shift
7714 case $ac_mode in
7715 :L) ac_source=$1;;
7716 :[FH])
7717 ac_file_inputs=
7718 for ac_f
7720 case $ac_f in
7721 -) ac_f="$ac_tmp/stdin";;
7722 *) # Look for the file first in the build tree, then in the source tree
7723 # (if the path is not absolute). The absolute path cannot be DOS-style,
7724 # because $ac_f cannot contain `:'.
7725 test -f "$ac_f" ||
7726 case $ac_f in
7727 [\\/$]*) false;;
7728 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7729 esac ||
7730 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7731 esac
7732 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7733 as_fn_append ac_file_inputs " '$ac_f'"
7734 done
7736 # Let's still pretend it is `configure' which instantiates (i.e., don't
7737 # use $as_me), people would be surprised to read:
7738 # /* config.h. Generated by config.status. */
7739 configure_input='Generated from '`
7740 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7741 `' by configure.'
7742 if test x"$ac_file" != x-; then
7743 configure_input="$ac_file. $configure_input"
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7745 $as_echo "$as_me: creating $ac_file" >&6;}
7747 # Neutralize special characters interpreted by sed in replacement strings.
7748 case $configure_input in #(
7749 *\&* | *\|* | *\\* )
7750 ac_sed_conf_input=`$as_echo "$configure_input" |
7751 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7752 *) ac_sed_conf_input=$configure_input;;
7753 esac
7755 case $ac_tag in
7756 *:-:* | *:-) cat >"$ac_tmp/stdin" \
7757 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7758 esac
7760 esac
7762 ac_dir=`$as_dirname -- "$ac_file" ||
7763 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7764 X"$ac_file" : 'X\(//\)[^/]' \| \
7765 X"$ac_file" : 'X\(//\)$' \| \
7766 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7767 $as_echo X"$ac_file" |
7768 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7769 s//\1/
7772 /^X\(\/\/\)[^/].*/{
7773 s//\1/
7776 /^X\(\/\/\)$/{
7777 s//\1/
7780 /^X\(\/\).*/{
7781 s//\1/
7784 s/.*/./; q'`
7785 as_dir="$ac_dir"; as_fn_mkdir_p
7786 ac_builddir=.
7788 case "$ac_dir" in
7789 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7791 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7792 # A ".." for each directory in $ac_dir_suffix.
7793 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7794 case $ac_top_builddir_sub in
7795 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7796 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7797 esac ;;
7798 esac
7799 ac_abs_top_builddir=$ac_pwd
7800 ac_abs_builddir=$ac_pwd$ac_dir_suffix
7801 # for backward compatibility:
7802 ac_top_builddir=$ac_top_build_prefix
7804 case $srcdir in
7805 .) # We are building in place.
7806 ac_srcdir=.
7807 ac_top_srcdir=$ac_top_builddir_sub
7808 ac_abs_top_srcdir=$ac_pwd ;;
7809 [\\/]* | ?:[\\/]* ) # Absolute name.
7810 ac_srcdir=$srcdir$ac_dir_suffix;
7811 ac_top_srcdir=$srcdir
7812 ac_abs_top_srcdir=$srcdir ;;
7813 *) # Relative name.
7814 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7815 ac_top_srcdir=$ac_top_build_prefix$srcdir
7816 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7817 esac
7818 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7821 case $ac_mode in
7824 # CONFIG_FILE
7827 case $INSTALL in
7828 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7829 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7830 esac
7831 _ACEOF
7833 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7834 # If the template does not know about datarootdir, expand it.
7835 # FIXME: This hack should be removed a few years after 2.60.
7836 ac_datarootdir_hack=; ac_datarootdir_seen=
7837 ac_sed_dataroot='
7838 /datarootdir/ {
7842 /@datadir@/p
7843 /@docdir@/p
7844 /@infodir@/p
7845 /@localedir@/p
7846 /@mandir@/p'
7847 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7848 *datarootdir*) ac_datarootdir_seen=yes;;
7849 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7851 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7852 _ACEOF
7853 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7854 ac_datarootdir_hack='
7855 s&@datadir@&$datadir&g
7856 s&@docdir@&$docdir&g
7857 s&@infodir@&$infodir&g
7858 s&@localedir@&$localedir&g
7859 s&@mandir@&$mandir&g
7860 s&\\\${datarootdir}&$datarootdir&g' ;;
7861 esac
7862 _ACEOF
7864 # Neutralize VPATH when `$srcdir' = `.'.
7865 # Shell code in configure.ac might set extrasub.
7866 # FIXME: do we really want to maintain this feature?
7867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7868 ac_sed_extra="$ac_vpsub
7869 $extrasub
7870 _ACEOF
7871 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7873 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7874 s|@configure_input@|$ac_sed_conf_input|;t t
7875 s&@top_builddir@&$ac_top_builddir_sub&;t t
7876 s&@top_build_prefix@&$ac_top_build_prefix&;t t
7877 s&@srcdir@&$ac_srcdir&;t t
7878 s&@abs_srcdir@&$ac_abs_srcdir&;t t
7879 s&@top_srcdir@&$ac_top_srcdir&;t t
7880 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7881 s&@builddir@&$ac_builddir&;t t
7882 s&@abs_builddir@&$ac_abs_builddir&;t t
7883 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7884 s&@INSTALL@&$ac_INSTALL&;t t
7885 $ac_datarootdir_hack
7887 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
7888 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7890 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7891 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
7892 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
7893 "$ac_tmp/out"`; test -z "$ac_out"; } &&
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7895 which seems to be undefined. Please make sure it is defined" >&5
7896 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7897 which seems to be undefined. Please make sure it is defined" >&2;}
7899 rm -f "$ac_tmp/stdin"
7900 case $ac_file in
7901 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
7902 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
7903 esac \
7904 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7908 # CONFIG_HEADER
7910 if test x"$ac_file" != x-; then
7912 $as_echo "/* $configure_input */" \
7913 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
7914 } >"$ac_tmp/config.h" \
7915 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7916 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
7918 $as_echo "$as_me: $ac_file is unchanged" >&6;}
7919 else
7920 rm -f "$ac_file"
7921 mv "$ac_tmp/config.h" "$ac_file" \
7922 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7924 else
7925 $as_echo "/* $configure_input */" \
7926 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
7927 || as_fn_error $? "could not create -" "$LINENO" 5
7931 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7932 $as_echo "$as_me: executing $ac_file commands" >&6;}
7934 esac
7937 case $ac_file$ac_mode in
7938 "default":C)
7939 case $CONFIG_FILES in *config.make*)
7940 echo "$config_vars" >> config.make;;
7941 esac
7942 test -d bits || mkdir bits ;;
7944 esac
7945 done # for ac_tag
7948 as_fn_exit 0
7949 _ACEOF
7950 ac_clean_files=$ac_clean_files_save
7952 test $ac_write_fail = 0 ||
7953 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
7956 # configure is writing to config.log, and then calls config.status.
7957 # config.status does its own redirection, appending to config.log.
7958 # Unfortunately, on DOS this fails, as config.log is still kept open
7959 # by configure, so config.status won't be able to write to it; its
7960 # output is simply discarded. So we exec the FD to /dev/null,
7961 # effectively closing config.log, so it can be properly (re)opened and
7962 # appended to by config.status. When coming back to configure, we
7963 # need to make the FD available again.
7964 if test "$no_create" != yes; then
7965 ac_cs_success=:
7966 ac_config_status_args=
7967 test "$silent" = yes &&
7968 ac_config_status_args="$ac_config_status_args --quiet"
7969 exec 5>/dev/null
7970 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7971 exec 5>>config.log
7972 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7973 # would make configure fail if this is the last instruction.
7974 $ac_cs_success || as_fn_exit 1
7978 # CONFIG_SUBDIRS section.
7980 if test "$no_recursion" != yes; then
7982 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
7983 # so they do not pile up.
7984 ac_sub_configure_args=
7985 ac_prev=
7986 eval "set x $ac_configure_args"
7987 shift
7988 for ac_arg
7990 if test -n "$ac_prev"; then
7991 ac_prev=
7992 continue
7994 case $ac_arg in
7995 -cache-file | --cache-file | --cache-fil | --cache-fi \
7996 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
7997 ac_prev=cache_file ;;
7998 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7999 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
8000 | --c=*)
8002 --config-cache | -C)
8004 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8005 ac_prev=srcdir ;;
8006 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8008 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
8009 ac_prev=prefix ;;
8010 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
8012 --disable-option-checking)
8015 case $ac_arg in
8016 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8017 esac
8018 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
8019 esac
8020 done
8022 # Always prepend --prefix to ensure using the same prefix
8023 # in subdir configurations.
8024 ac_arg="--prefix=$prefix"
8025 case $ac_arg in
8026 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8027 esac
8028 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
8030 # Pass --silent
8031 if test "$silent" = yes; then
8032 ac_sub_configure_args="--silent $ac_sub_configure_args"
8035 # Always prepend --disable-option-checking to silence warnings, since
8036 # different subdirs can have different --enable and --with options.
8037 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
8039 ac_popdir=`pwd`
8040 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
8042 # Do not complain, so a configure script can configure whichever
8043 # parts of a large source tree are present.
8044 test -d "$srcdir/$ac_dir" || continue
8046 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
8048 $as_echo "$ac_msg" >&6
8049 as_dir="$ac_dir"; as_fn_mkdir_p
8050 ac_builddir=.
8052 case "$ac_dir" in
8053 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8055 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8056 # A ".." for each directory in $ac_dir_suffix.
8057 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8058 case $ac_top_builddir_sub in
8059 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8060 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8061 esac ;;
8062 esac
8063 ac_abs_top_builddir=$ac_pwd
8064 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8065 # for backward compatibility:
8066 ac_top_builddir=$ac_top_build_prefix
8068 case $srcdir in
8069 .) # We are building in place.
8070 ac_srcdir=.
8071 ac_top_srcdir=$ac_top_builddir_sub
8072 ac_abs_top_srcdir=$ac_pwd ;;
8073 [\\/]* | ?:[\\/]* ) # Absolute name.
8074 ac_srcdir=$srcdir$ac_dir_suffix;
8075 ac_top_srcdir=$srcdir
8076 ac_abs_top_srcdir=$srcdir ;;
8077 *) # Relative name.
8078 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8079 ac_top_srcdir=$ac_top_build_prefix$srcdir
8080 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8081 esac
8082 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8085 cd "$ac_dir"
8087 # Check for guested configure; otherwise get Cygnus style configure.
8088 if test -f "$ac_srcdir/configure.gnu"; then
8089 ac_sub_configure=$ac_srcdir/configure.gnu
8090 elif test -f "$ac_srcdir/configure"; then
8091 ac_sub_configure=$ac_srcdir/configure
8092 elif test -f "$ac_srcdir/configure.in"; then
8093 # This should be Cygnus configure.
8094 ac_sub_configure=$ac_aux_dir/configure
8095 else
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
8097 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
8098 ac_sub_configure=
8101 # The recursion is here.
8102 if test -n "$ac_sub_configure"; then
8103 # Make the cache file name correct relative to the subdirectory.
8104 case $cache_file in
8105 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
8106 *) # Relative name.
8107 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
8108 esac
8110 { $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
8111 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
8112 # The eval makes quoting arguments work.
8113 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
8114 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
8115 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8118 cd "$ac_popdir"
8119 done
8121 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8123 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}