]> git.ipfire.org Git - thirdparty/glibc.git/blob - configure
Fix build of nptl/tst-thread_local1.cc with GCC 12
[thirdparty/glibc.git] / configure
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).
4 #
5 # Report bugs to <https://sourceware.org/bugzilla/>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
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 ## -------------------- ##
16
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 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
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"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
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=';'
80 }
81 fi
82
83
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"
90
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
97 do
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
103
104 ;;
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
110 fi
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
114 fi
115
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='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
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
159 fi
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 *) :
175 ;;
176 esac
177 fi
178 "
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; }
184
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 :
191
192 else
193 exitcode=1; echo positional parameters were not saved.
194 fi
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
205 fi
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207
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
212 do
213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=.
215 as_found=:
216 case $as_dir in #(
217 /*)
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
226 fi
227 fi
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
237
238
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
259 fi
260
261 if test x$as_have_required = xno; then :
262 $as_echo "$0: This script requires a shell more modern than all"
263 $as_echo "$0: the shells that I found on your system."
264 if test x${ZSH_VERSION+set} = xset ; then
265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 else
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: https://sourceware.org/bugzilla/ about your system,
270 $0: including any error possibly output before this
271 $0: message. Then install a modern shell, or manually run
272 $0: the script under such a shell if you do have one."
273 fi
274 exit 1
275 fi
276 fi
277 fi
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
283
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
291 {
292 { eval $1=; unset $1;}
293 }
294 as_unset=as_fn_unset
295
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
300 {
301 return $1
302 } # as_fn_set_status
303
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 ()
308 {
309 set +e
310 as_fn_set_status $1
311 exit $1
312 } # as_fn_exit
313
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
318 {
319
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/
339 q
340 }
341 /^X\(\/\/\)[^/].*/{
342 s//\1/
343 q
344 }
345 /^X\(\/\/\)$/{
346 s//\1/
347 q
348 }
349 /^X\(\/\).*/{
350 s//\1/
351 q
352 }
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"
358
359
360 } # as_fn_mkdir_p
361
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
366 {
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 ()
377 {
378 eval $1+=\$2
379 }'
380 else
381 as_fn_append ()
382 {
383 eval $1=\$$1\$2
384 }
385 fi # as_fn_append
386
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 ()
394 {
395 as_val=$(( $* ))
396 }'
397 else
398 as_fn_arith ()
399 {
400 as_val=`expr "$@" || test $? -eq 1`
401 }
402 fi # as_fn_arith
403
404
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 ()
411 {
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
416 fi
417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status
419 } # as_fn_error
420
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
426 fi
427
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename
430 else
431 as_basename=false
432 fi
433
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
438 fi
439
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/
447 q
448 }
449 /^X\/\(\/\/\)$/{
450 s//\1/
451 q
452 }
453 /^X\/\(\/\).*/{
454 s//\1/
455 q
456 }
457 s/.*/./; q'`
458
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
465
466
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 '
473 p
474 /[$]LINENO/=
475 ' <$as_myself |
476 sed '
477 s/[$]LINENO.*/&-/
478 t lineno
479 b
480 :lineno
481 N
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; }
489
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
500 }
501
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;;
511 *)
512 ECHO_N='-n';;
513 esac
514
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
521 fi
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'
535 fi
536 else
537 as_ln_s='cp -pR'
538 fi
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
541
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
547 fi
548
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
551
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'"
554
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'"
557
558
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
561
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`
566
567 #
568 # Initializations.
569 #
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=
578
579 # Identity of this package.
580 PACKAGE_NAME='GNU C Library'
581 PACKAGE_TARNAME='glibc'
582 PACKAGE_VERSION='(see version.h)'
583 PACKAGE_STRING='GNU C Library (see version.h)'
584 PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/'
585 PACKAGE_URL='http://www.gnu.org/software/glibc/'
586
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_multidir
598 libc_cv_pie_default
599 libc_cv_cc_pie_default
600 libc_cv_pic_default
601 shared
602 static
603 ldd_rewrite_script
604 use_ldconfig
605 libc_cv_rootsbindir
606 libc_cv_localstatedir
607 libc_cv_sysconfdir
608 libc_cv_complocaledir
609 libc_cv_rtlddir
610 libc_cv_slibdir
611 use_nscd
612 libc_cv_gcc_unwind_find_fde
613 libc_extra_cppflags
614 libc_extra_cflags
615 libc_cv_cxx_thread_local
616 CPPUNDEFS
617 have_selinux
618 have_libcap
619 have_libaudit
620 LIBGD
621 libc_cv_cc_loop_to_function
622 libc_cv_cc_submachine
623 libc_cv_cc_nofma
624 libc_cv_mtls_dialect_gnu2
625 fno_unit_at_a_time
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_insert
634 libc_cv_protected_data
635 INSTALL_INFO
636 PERL
637 BASH_SHELL
638 CXX_BITS_STD_ABS_H
639 CXX_CMATH_HEADER
640 CXX_CSTDLIB_HEADER
641 CXX_SYSINCLUDES
642 SYSINCLUDES
643 PYTHON
644 PYTHON_PROG
645 AUTOCONF
646 NM
647 BISON
648 AWK
649 SED
650 MAKEINFO
651 MSGFMT
652 MAKE
653 LD
654 AS
655 GPROF
656 OBJCOPY
657 OBJDUMP
658 AR
659 LN_S
660 INSTALL_DATA
661 INSTALL_SCRIPT
662 INSTALL_PROGRAM
663 sysnames
664 submachine
665 multi_arch
666 no_stack_protector
667 stack_protector
668 libc_cv_ssp
669 libc_cv_with_fp
670 base_machine
671 enable_float128
672 have_tunables
673 build_pt_chown
674 build_nscd
675 build_obsolete_nsl
676 link_obsolete_rpc
677 libc_cv_static_nss_crypt
678 libc_cv_nss_crypt
679 experimental_malloc
680 enable_werror
681 all_warnings
682 force_install
683 bindnow
684 hardcoded_path_in_tests
685 enable_timezone_tools
686 use_default_link
687 sysheaders
688 ac_ct_CXX
689 CXXFLAGS
690 CXX
691 READELF
692 CPP
693 cross_compiling
694 BUILD_CC
695 OBJEXT
696 ac_ct_CC
697 CPPFLAGS
698 LDFLAGS
699 CFLAGS
700 CC
701 host_os
702 host_vendor
703 host_cpu
704 host
705 build_os
706 build_vendor
707 build_cpu
708 build
709 subdirs
710 REPORT_BUGS_TEXI
711 REPORT_BUGS_TO
712 PKGVERSION_TEXI
713 PKGVERSION
714 target_alias
715 host_alias
716 build_alias
717 LIBS
718 ECHO_T
719 ECHO_N
720 ECHO_C
721 DEFS
722 mandir
723 localedir
724 libdir
725 psdir
726 pdfdir
727 dvidir
728 htmldir
729 infodir
730 docdir
731 oldincludedir
732 includedir
733 localstatedir
734 sharedstatedir
735 sysconfdir
736 datadir
737 datarootdir
738 libexecdir
739 sbindir
740 bindir
741 program_transform_name
742 prefix
743 exec_prefix
744 PACKAGE_URL
745 PACKAGE_BUGREPORT
746 PACKAGE_STRING
747 PACKAGE_VERSION
748 PACKAGE_TARNAME
749 PACKAGE_NAME
750 PATH_SEPARATOR
751 SHELL'
752 ac_subst_files=''
753 ac_user_opts='
754 enable_option_checking
755 with_pkgversion
756 with_bugurl
757 with_gd
758 with_gd_include
759 with_gd_lib
760 with_binutils
761 with_selinux
762 with_clang
763 with_lld
764 with_headers
765 with_default_link
766 enable_sanity_checks
767 enable_shared
768 enable_profile
769 enable_static_pie
770 enable_timezone_tools
771 enable_hardcoded_path_in_tests
772 enable_stackguard_randomization
773 enable_hidden_plt
774 enable_bind_now
775 enable_stack_protector
776 enable_static_nss
777 enable_force_install
778 enable_maintainer_mode
779 enable_kernel
780 enable_all_warnings
781 enable_werror
782 enable_multi_arch
783 enable_experimental_malloc
784 enable_nss_crypt
785 enable_obsolete_rpc
786 enable_obsolete_nsl
787 enable_systemtap
788 enable_build_nscd
789 enable_nscd
790 enable_pt_chown
791 enable_tunables
792 enable_float128
793 enable_mathvec
794 with_cpu
795 '
796 ac_precious_vars='build_alias
797 host_alias
798 target_alias
799 CC
800 CFLAGS
801 LDFLAGS
802 LIBS
803 CPPFLAGS
804 CPP
805 CXX
806 CXXFLAGS
807 CCC'
808 ac_subdirs_all=''
809
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 ac_unrecognized_opts=
814 ac_unrecognized_sep=
815 # The variables have the same names as the options, with
816 # dashes changed to underlines.
817 cache_file=/dev/null
818 exec_prefix=NONE
819 no_create=
820 no_recursion=
821 prefix=NONE
822 program_prefix=NONE
823 program_suffix=NONE
824 program_transform_name=s,x,x,
825 silent=
826 site=
827 srcdir=
828 verbose=
829 x_includes=NONE
830 x_libraries=NONE
831
832 # Installation directory options.
833 # These are left unexpanded so users can "make install exec_prefix=/foo"
834 # and all the variables that are supposed to be based on exec_prefix
835 # by default will actually change.
836 # Use braces instead of parens because sh, perl, etc. also accept them.
837 # (The list follows the same order as the GNU Coding Standards.)
838 bindir='${exec_prefix}/bin'
839 sbindir='${exec_prefix}/sbin'
840 libexecdir='${exec_prefix}/libexec'
841 datarootdir='${prefix}/share'
842 datadir='${datarootdir}'
843 sysconfdir='${prefix}/etc'
844 sharedstatedir='${prefix}/com'
845 localstatedir='${prefix}/var'
846 includedir='${prefix}/include'
847 oldincludedir='/usr/include'
848 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
849 infodir='${datarootdir}/info'
850 htmldir='${docdir}'
851 dvidir='${docdir}'
852 pdfdir='${docdir}'
853 psdir='${docdir}'
854 libdir='${exec_prefix}/lib'
855 localedir='${datarootdir}/locale'
856 mandir='${datarootdir}/man'
857
858 ac_prev=
859 ac_dashdash=
860 for ac_option
861 do
862 # If the previous option needs an argument, assign it.
863 if test -n "$ac_prev"; then
864 eval $ac_prev=\$ac_option
865 ac_prev=
866 continue
867 fi
868
869 case $ac_option in
870 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
871 *=) ac_optarg= ;;
872 *) ac_optarg=yes ;;
873 esac
874
875 # Accept the important Cygnus configure options, so we can diagnose typos.
876
877 case $ac_dashdash$ac_option in
878 --)
879 ac_dashdash=yes ;;
880
881 -bindir | --bindir | --bindi | --bind | --bin | --bi)
882 ac_prev=bindir ;;
883 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
884 bindir=$ac_optarg ;;
885
886 -build | --build | --buil | --bui | --bu)
887 ac_prev=build_alias ;;
888 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
889 build_alias=$ac_optarg ;;
890
891 -cache-file | --cache-file | --cache-fil | --cache-fi \
892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
893 ac_prev=cache_file ;;
894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
896 cache_file=$ac_optarg ;;
897
898 --config-cache | -C)
899 cache_file=config.cache ;;
900
901 -datadir | --datadir | --datadi | --datad)
902 ac_prev=datadir ;;
903 -datadir=* | --datadir=* | --datadi=* | --datad=*)
904 datadir=$ac_optarg ;;
905
906 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
907 | --dataroo | --dataro | --datar)
908 ac_prev=datarootdir ;;
909 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
910 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
911 datarootdir=$ac_optarg ;;
912
913 -disable-* | --disable-*)
914 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
915 # Reject names that are not valid shell variable names.
916 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
917 as_fn_error $? "invalid feature name: $ac_useropt"
918 ac_useropt_orig=$ac_useropt
919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
920 case $ac_user_opts in
921 *"
922 "enable_$ac_useropt"
923 "*) ;;
924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
925 ac_unrecognized_sep=', ';;
926 esac
927 eval enable_$ac_useropt=no ;;
928
929 -docdir | --docdir | --docdi | --doc | --do)
930 ac_prev=docdir ;;
931 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
932 docdir=$ac_optarg ;;
933
934 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
935 ac_prev=dvidir ;;
936 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
937 dvidir=$ac_optarg ;;
938
939 -enable-* | --enable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error $? "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
947 *"
948 "enable_$ac_useropt"
949 "*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=\$ac_optarg ;;
954
955 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
956 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
957 | --exec | --exe | --ex)
958 ac_prev=exec_prefix ;;
959 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
960 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
961 | --exec=* | --exe=* | --ex=*)
962 exec_prefix=$ac_optarg ;;
963
964 -gas | --gas | --ga | --g)
965 # Obsolete; use --with-gas.
966 with_gas=yes ;;
967
968 -help | --help | --hel | --he | -h)
969 ac_init_help=long ;;
970 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
971 ac_init_help=recursive ;;
972 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
973 ac_init_help=short ;;
974
975 -host | --host | --hos | --ho)
976 ac_prev=host_alias ;;
977 -host=* | --host=* | --hos=* | --ho=*)
978 host_alias=$ac_optarg ;;
979
980 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
981 ac_prev=htmldir ;;
982 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
983 | --ht=*)
984 htmldir=$ac_optarg ;;
985
986 -includedir | --includedir | --includedi | --included | --include \
987 | --includ | --inclu | --incl | --inc)
988 ac_prev=includedir ;;
989 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
990 | --includ=* | --inclu=* | --incl=* | --inc=*)
991 includedir=$ac_optarg ;;
992
993 -infodir | --infodir | --infodi | --infod | --info | --inf)
994 ac_prev=infodir ;;
995 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
996 infodir=$ac_optarg ;;
997
998 -libdir | --libdir | --libdi | --libd)
999 ac_prev=libdir ;;
1000 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1001 libdir=$ac_optarg ;;
1002
1003 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1004 | --libexe | --libex | --libe)
1005 ac_prev=libexecdir ;;
1006 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1007 | --libexe=* | --libex=* | --libe=*)
1008 libexecdir=$ac_optarg ;;
1009
1010 -localedir | --localedir | --localedi | --localed | --locale)
1011 ac_prev=localedir ;;
1012 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1013 localedir=$ac_optarg ;;
1014
1015 -localstatedir | --localstatedir | --localstatedi | --localstated \
1016 | --localstate | --localstat | --localsta | --localst | --locals)
1017 ac_prev=localstatedir ;;
1018 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1019 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1020 localstatedir=$ac_optarg ;;
1021
1022 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1023 ac_prev=mandir ;;
1024 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1025 mandir=$ac_optarg ;;
1026
1027 -nfp | --nfp | --nf)
1028 # Obsolete; use --without-fp.
1029 with_fp=no ;;
1030
1031 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1032 | --no-cr | --no-c | -n)
1033 no_create=yes ;;
1034
1035 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1036 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1037 no_recursion=yes ;;
1038
1039 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1040 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1041 | --oldin | --oldi | --old | --ol | --o)
1042 ac_prev=oldincludedir ;;
1043 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1044 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1045 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1046 oldincludedir=$ac_optarg ;;
1047
1048 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1049 ac_prev=prefix ;;
1050 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1051 prefix=$ac_optarg ;;
1052
1053 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1054 | --program-pre | --program-pr | --program-p)
1055 ac_prev=program_prefix ;;
1056 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1057 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1058 program_prefix=$ac_optarg ;;
1059
1060 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1061 | --program-suf | --program-su | --program-s)
1062 ac_prev=program_suffix ;;
1063 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1064 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1065 program_suffix=$ac_optarg ;;
1066
1067 -program-transform-name | --program-transform-name \
1068 | --program-transform-nam | --program-transform-na \
1069 | --program-transform-n | --program-transform- \
1070 | --program-transform | --program-transfor \
1071 | --program-transfo | --program-transf \
1072 | --program-trans | --program-tran \
1073 | --progr-tra | --program-tr | --program-t)
1074 ac_prev=program_transform_name ;;
1075 -program-transform-name=* | --program-transform-name=* \
1076 | --program-transform-nam=* | --program-transform-na=* \
1077 | --program-transform-n=* | --program-transform-=* \
1078 | --program-transform=* | --program-transfor=* \
1079 | --program-transfo=* | --program-transf=* \
1080 | --program-trans=* | --program-tran=* \
1081 | --progr-tra=* | --program-tr=* | --program-t=*)
1082 program_transform_name=$ac_optarg ;;
1083
1084 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1085 ac_prev=pdfdir ;;
1086 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1087 pdfdir=$ac_optarg ;;
1088
1089 -psdir | --psdir | --psdi | --psd | --ps)
1090 ac_prev=psdir ;;
1091 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1092 psdir=$ac_optarg ;;
1093
1094 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1095 | -silent | --silent | --silen | --sile | --sil)
1096 silent=yes ;;
1097
1098 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1099 ac_prev=sbindir ;;
1100 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1101 | --sbi=* | --sb=*)
1102 sbindir=$ac_optarg ;;
1103
1104 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1105 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1106 | --sharedst | --shareds | --shared | --share | --shar \
1107 | --sha | --sh)
1108 ac_prev=sharedstatedir ;;
1109 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1110 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1111 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1112 | --sha=* | --sh=*)
1113 sharedstatedir=$ac_optarg ;;
1114
1115 -site | --site | --sit)
1116 ac_prev=site ;;
1117 -site=* | --site=* | --sit=*)
1118 site=$ac_optarg ;;
1119
1120 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1121 ac_prev=srcdir ;;
1122 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1123 srcdir=$ac_optarg ;;
1124
1125 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1126 | --syscon | --sysco | --sysc | --sys | --sy)
1127 ac_prev=sysconfdir ;;
1128 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1129 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1130 sysconfdir=$ac_optarg ;;
1131
1132 -target | --target | --targe | --targ | --tar | --ta | --t)
1133 ac_prev=target_alias ;;
1134 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1135 target_alias=$ac_optarg ;;
1136
1137 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1138 verbose=yes ;;
1139
1140 -version | --version | --versio | --versi | --vers | -V)
1141 ac_init_version=: ;;
1142
1143 -with-* | --with-*)
1144 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1145 # Reject names that are not valid shell variable names.
1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1147 as_fn_error $? "invalid package name: $ac_useropt"
1148 ac_useropt_orig=$ac_useropt
1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1151 *"
1152 "with_$ac_useropt"
1153 "*) ;;
1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1155 ac_unrecognized_sep=', ';;
1156 esac
1157 eval with_$ac_useropt=\$ac_optarg ;;
1158
1159 -without-* | --without-*)
1160 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1161 # Reject names that are not valid shell variable names.
1162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1163 as_fn_error $? "invalid package name: $ac_useropt"
1164 ac_useropt_orig=$ac_useropt
1165 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166 case $ac_user_opts in
1167 *"
1168 "with_$ac_useropt"
1169 "*) ;;
1170 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1171 ac_unrecognized_sep=', ';;
1172 esac
1173 eval with_$ac_useropt=no ;;
1174
1175 --x)
1176 # Obsolete; use --with-x.
1177 with_x=yes ;;
1178
1179 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1180 | --x-incl | --x-inc | --x-in | --x-i)
1181 ac_prev=x_includes ;;
1182 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1183 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1184 x_includes=$ac_optarg ;;
1185
1186 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1187 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1188 ac_prev=x_libraries ;;
1189 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1190 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1191 x_libraries=$ac_optarg ;;
1192
1193 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1194 Try \`$0 --help' for more information"
1195 ;;
1196
1197 *=*)
1198 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1199 # Reject names that are not valid shell variable names.
1200 case $ac_envvar in #(
1201 '' | [0-9]* | *[!_$as_cr_alnum]* )
1202 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1203 esac
1204 eval $ac_envvar=\$ac_optarg
1205 export $ac_envvar ;;
1206
1207 *)
1208 # FIXME: should be removed in autoconf 3.0.
1209 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1210 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1211 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1212 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1213 ;;
1214
1215 esac
1216 done
1217
1218 if test -n "$ac_prev"; then
1219 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1220 as_fn_error $? "missing argument to $ac_option"
1221 fi
1222
1223 if test -n "$ac_unrecognized_opts"; then
1224 case $enable_option_checking in
1225 no) ;;
1226 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1227 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1228 esac
1229 fi
1230
1231 # Check all directory arguments for consistency.
1232 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1233 datadir sysconfdir sharedstatedir localstatedir includedir \
1234 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1235 libdir localedir mandir
1236 do
1237 eval ac_val=\$$ac_var
1238 # Remove trailing slashes.
1239 case $ac_val in
1240 */ )
1241 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1242 eval $ac_var=\$ac_val;;
1243 esac
1244 # Be sure to have absolute directory names.
1245 case $ac_val in
1246 [\\/$]* | ?:[\\/]* ) continue;;
1247 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1248 esac
1249 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1250 done
1251
1252 # There might be people who depend on the old broken behavior: `$host'
1253 # used to hold the argument of --host etc.
1254 # FIXME: To remove some day.
1255 build=$build_alias
1256 host=$host_alias
1257 target=$target_alias
1258
1259 # FIXME: To remove some day.
1260 if test "x$host_alias" != x; then
1261 if test "x$build_alias" = x; then
1262 cross_compiling=maybe
1263 elif test "x$build_alias" != "x$host_alias"; then
1264 cross_compiling=yes
1265 fi
1266 fi
1267
1268 ac_tool_prefix=
1269 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1270
1271 test "$silent" = yes && exec 6>/dev/null
1272
1273
1274 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1275 ac_ls_di=`ls -di .` &&
1276 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1277 as_fn_error $? "working directory cannot be determined"
1278 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1279 as_fn_error $? "pwd does not report name of working directory"
1280
1281
1282 # Find the source files, if location was not specified.
1283 if test -z "$srcdir"; then
1284 ac_srcdir_defaulted=yes
1285 # Try the directory containing this script, then the parent directory.
1286 ac_confdir=`$as_dirname -- "$as_myself" ||
1287 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1288 X"$as_myself" : 'X\(//\)[^/]' \| \
1289 X"$as_myself" : 'X\(//\)$' \| \
1290 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1291 $as_echo X"$as_myself" |
1292 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)[^/].*/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\/\)$/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\).*/{
1305 s//\1/
1306 q
1307 }
1308 s/.*/./; q'`
1309 srcdir=$ac_confdir
1310 if test ! -r "$srcdir/$ac_unique_file"; then
1311 srcdir=..
1312 fi
1313 else
1314 ac_srcdir_defaulted=no
1315 fi
1316 if test ! -r "$srcdir/$ac_unique_file"; then
1317 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1318 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1319 fi
1320 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1321 ac_abs_confdir=`(
1322 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1323 pwd)`
1324 # When building in place, set srcdir=.
1325 if test "$ac_abs_confdir" = "$ac_pwd"; then
1326 srcdir=.
1327 fi
1328 # Remove unnecessary trailing slashes from srcdir.
1329 # Double slashes in file names in object file debugging info
1330 # mess up M-x gdb in Emacs.
1331 case $srcdir in
1332 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1333 esac
1334 for ac_var in $ac_precious_vars; do
1335 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_env_${ac_var}_value=\$${ac_var}
1337 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1339 done
1340
1341 #
1342 # Report the --help message.
1343 #
1344 if test "$ac_init_help" = "long"; then
1345 # Omit some internal or obsolete options to make the list less imposing.
1346 # This message is too long to be a string in the A/UX 3.1 sh.
1347 cat <<_ACEOF
1348 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1349
1350 Usage: $0 [OPTION]... [VAR=VALUE]...
1351
1352 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1353 VAR=VALUE. See below for descriptions of some of the useful variables.
1354
1355 Defaults for the options are specified in brackets.
1356
1357 Configuration:
1358 -h, --help display this help and exit
1359 --help=short display options specific to this package
1360 --help=recursive display the short help of all the included packages
1361 -V, --version display version information and exit
1362 -q, --quiet, --silent do not print \`checking ...' messages
1363 --cache-file=FILE cache test results in FILE [disabled]
1364 -C, --config-cache alias for \`--cache-file=config.cache'
1365 -n, --no-create do not create output files
1366 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1367
1368 Installation directories:
1369 --prefix=PREFIX install architecture-independent files in PREFIX
1370 [$ac_default_prefix]
1371 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1372 [PREFIX]
1373
1374 By default, \`make install' will install all the files in
1375 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1376 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1377 for instance \`--prefix=\$HOME'.
1378
1379 For better control, use the options below.
1380
1381 Fine tuning of the installation directories:
1382 --bindir=DIR user executables [EPREFIX/bin]
1383 --sbindir=DIR system admin executables [EPREFIX/sbin]
1384 --libexecdir=DIR program executables [EPREFIX/libexec]
1385 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1386 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1387 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1388 --libdir=DIR object code libraries [EPREFIX/lib]
1389 --includedir=DIR C header files [PREFIX/include]
1390 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1391 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1392 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1393 --infodir=DIR info documentation [DATAROOTDIR/info]
1394 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1395 --mandir=DIR man documentation [DATAROOTDIR/man]
1396 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1397 --htmldir=DIR html documentation [DOCDIR]
1398 --dvidir=DIR dvi documentation [DOCDIR]
1399 --pdfdir=DIR pdf documentation [DOCDIR]
1400 --psdir=DIR ps documentation [DOCDIR]
1401 _ACEOF
1402
1403 cat <<\_ACEOF
1404
1405 System types:
1406 --build=BUILD configure for building on BUILD [guessed]
1407 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1408 _ACEOF
1409 fi
1410
1411 if test -n "$ac_init_help"; then
1412 case $ac_init_help in
1413 short | recursive ) echo "Configuration of GNU C Library (see version.h):";;
1414 esac
1415 cat <<\_ACEOF
1416
1417 Optional Features:
1418 --disable-option-checking ignore unrecognized --enable/--with options
1419 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1420 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1421 --disable-sanity-checks really do not use threads (should not be used except
1422 in special situations) [default=yes]
1423 --enable-shared build shared library [default=yes if GNU ld]
1424 --enable-profile build profiled library [default=no]
1425 --enable-static-pie enable static PIE support and use it in the
1426 testsuite [default=no]
1427 --disable-timezone-tools
1428 do not install timezone tools [default=install]
1429 --enable-hardcoded-path-in-tests
1430 hardcode newly built glibc path in tests
1431 [default=no]
1432 --enable-stackguard-randomization
1433 initialize __stack_chk_guard canary with a random
1434 number at program start
1435 --disable-hidden-plt do not hide internal function calls to avoid PLT
1436 --enable-bind-now disable lazy relocations in DSOs
1437 --enable-stack-protector=[yes|no|all|strong]
1438 Use -fstack-protector[-all|-strong] to detect glibc
1439 buffer overflows
1440 --enable-static-nss build static NSS modules [default=no]
1441 --disable-force-install don't force installation of files from this package,
1442 even if they are older than the installed files
1443 --enable-maintainer-mode
1444 enable make rules and dependencies not useful (and
1445 sometimes confusing) to the casual installer
1446 --enable-kernel=VERSION compile for compatibility with kernel not older than
1447 VERSION
1448 --enable-all-warnings enable all useful warnings gcc can issue
1449 --disable-werror do not build with -Werror
1450 --enable-multi-arch enable single DSO with optimizations for multiple
1451 architectures
1452 --disable-experimental-malloc
1453 disable experimental malloc features
1454 --enable-nss-crypt enable libcrypt to use nss
1455 --enable-obsolete-rpc build and install the obsolete RPC code for
1456 link-time usage
1457 --enable-obsolete-nsl build and install the obsolete libnsl library and
1458 depending NSS modules
1459 --enable-systemtap enable systemtap static probe points [default=no]
1460 --disable-build-nscd disable building and installing the nscd daemon
1461 --disable-nscd library functions will not contact the nscd daemon
1462 --enable-pt_chown Enable building and installing pt_chown
1463 --enable-tunables Enable tunables support. Known values are 'yes',
1464 'no' and 'valstring'
1465 --disable-float128 disable float128 support
1466 --enable-mathvec Enable building and installing mathvec [default
1467 depends on architecture]
1468
1469 Optional Packages:
1470 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1471 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1472 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1473 --with-bugurl=URL Direct users to URL to report a bug
1474 --with-gd=DIR find libgd include dir and library with prefix DIR
1475 --with-gd-include=DIR find libgd include files in DIR
1476 --with-gd-lib=DIR find libgd library files in DIR
1477 --with-binutils=PATH specify location of binutils (as and ld)
1478 --with-selinux if building with SELinux support
1479 --with-clang if building with clang (temporary)
1480 --with-lld if building/linking with lld (temporary)
1481 --with-headers=PATH location of system headers to use (for example
1482 /usr/src/linux/include) [default=compiler default]
1483 --with-default-link do not use explicit linker scripts
1484 --with-cpu=CPU select code for CPU variant
1485
1486 Some influential environment variables:
1487 CC C compiler command
1488 CFLAGS C compiler flags
1489 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1490 nonstandard directory <lib dir>
1491 LIBS libraries to pass to the linker, e.g. -l<library>
1492 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1493 you have headers in a nonstandard directory <include dir>
1494 CPP C preprocessor
1495 CXX C++ compiler command
1496 CXXFLAGS C++ compiler flags
1497
1498 Use these variables to override the choices made by `configure' or to help
1499 it to find libraries and programs with nonstandard names/locations.
1500
1501 Report bugs to <https://sourceware.org/bugzilla/>.
1502 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
1503 General help using GNU software: <http://www.gnu.org/gethelp/>.
1504 _ACEOF
1505 ac_status=$?
1506 fi
1507
1508 if test "$ac_init_help" = "recursive"; then
1509 # If there are subdirs, report their specific --help.
1510 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1511 test -d "$ac_dir" ||
1512 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1513 continue
1514 ac_builddir=.
1515
1516 case "$ac_dir" in
1517 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1518 *)
1519 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1520 # A ".." for each directory in $ac_dir_suffix.
1521 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1522 case $ac_top_builddir_sub in
1523 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1524 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1525 esac ;;
1526 esac
1527 ac_abs_top_builddir=$ac_pwd
1528 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1529 # for backward compatibility:
1530 ac_top_builddir=$ac_top_build_prefix
1531
1532 case $srcdir in
1533 .) # We are building in place.
1534 ac_srcdir=.
1535 ac_top_srcdir=$ac_top_builddir_sub
1536 ac_abs_top_srcdir=$ac_pwd ;;
1537 [\\/]* | ?:[\\/]* ) # Absolute name.
1538 ac_srcdir=$srcdir$ac_dir_suffix;
1539 ac_top_srcdir=$srcdir
1540 ac_abs_top_srcdir=$srcdir ;;
1541 *) # Relative name.
1542 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1543 ac_top_srcdir=$ac_top_build_prefix$srcdir
1544 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1545 esac
1546 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1547
1548 cd "$ac_dir" || { ac_status=$?; continue; }
1549 # Check for guested configure.
1550 if test -f "$ac_srcdir/configure.gnu"; then
1551 echo &&
1552 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1553 elif test -f "$ac_srcdir/configure"; then
1554 echo &&
1555 $SHELL "$ac_srcdir/configure" --help=recursive
1556 else
1557 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1558 fi || ac_status=$?
1559 cd "$ac_pwd" || { ac_status=$?; break; }
1560 done
1561 fi
1562
1563 test -n "$ac_init_help" && exit $ac_status
1564 if $ac_init_version; then
1565 cat <<\_ACEOF
1566 GNU C Library configure (see version.h)
1567 generated by GNU Autoconf 2.69
1568
1569 Copyright (C) 2012 Free Software Foundation, Inc.
1570 This configure script is free software; the Free Software Foundation
1571 gives unlimited permission to copy, distribute and modify it.
1572 _ACEOF
1573 exit
1574 fi
1575
1576 ## ------------------------ ##
1577 ## Autoconf initialization. ##
1578 ## ------------------------ ##
1579
1580 # ac_fn_c_try_compile LINENO
1581 # --------------------------
1582 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1583 ac_fn_c_try_compile ()
1584 {
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 rm -f conftest.$ac_objext
1587 if { { ac_try="$ac_compile"
1588 case "(($ac_try" in
1589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1590 *) ac_try_echo=$ac_try;;
1591 esac
1592 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1593 $as_echo "$ac_try_echo"; } >&5
1594 (eval "$ac_compile") 2>conftest.err
1595 ac_status=$?
1596 if test -s conftest.err; then
1597 grep -v '^ *+' conftest.err >conftest.er1
1598 cat conftest.er1 >&5
1599 mv -f conftest.er1 conftest.err
1600 fi
1601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1602 test $ac_status = 0; } && {
1603 test -z "$ac_c_werror_flag" ||
1604 test ! -s conftest.err
1605 } && test -s conftest.$ac_objext; then :
1606 ac_retval=0
1607 else
1608 $as_echo "$as_me: failed program was:" >&5
1609 sed 's/^/| /' conftest.$ac_ext >&5
1610
1611 ac_retval=1
1612 fi
1613 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1614 as_fn_set_status $ac_retval
1615
1616 } # ac_fn_c_try_compile
1617
1618 # ac_fn_cxx_try_compile LINENO
1619 # ----------------------------
1620 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1621 ac_fn_cxx_try_compile ()
1622 {
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 rm -f conftest.$ac_objext
1625 if { { ac_try="$ac_compile"
1626 case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629 esac
1630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631 $as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_compile") 2>conftest.err
1633 ac_status=$?
1634 if test -s conftest.err; then
1635 grep -v '^ *+' conftest.err >conftest.er1
1636 cat conftest.er1 >&5
1637 mv -f conftest.er1 conftest.err
1638 fi
1639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640 test $ac_status = 0; } && {
1641 test -z "$ac_cxx_werror_flag" ||
1642 test ! -s conftest.err
1643 } && test -s conftest.$ac_objext; then :
1644 ac_retval=0
1645 else
1646 $as_echo "$as_me: failed program was:" >&5
1647 sed 's/^/| /' conftest.$ac_ext >&5
1648
1649 ac_retval=1
1650 fi
1651 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652 as_fn_set_status $ac_retval
1653
1654 } # ac_fn_cxx_try_compile
1655
1656 # ac_fn_cxx_try_link LINENO
1657 # -------------------------
1658 # Try to link conftest.$ac_ext, and return whether this succeeded.
1659 ac_fn_cxx_try_link ()
1660 {
1661 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1662 rm -f conftest.$ac_objext conftest$ac_exeext
1663 if { { ac_try="$ac_link"
1664 case "(($ac_try" in
1665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666 *) ac_try_echo=$ac_try;;
1667 esac
1668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669 $as_echo "$ac_try_echo"; } >&5
1670 (eval "$ac_link") 2>conftest.err
1671 ac_status=$?
1672 if test -s conftest.err; then
1673 grep -v '^ *+' conftest.err >conftest.er1
1674 cat conftest.er1 >&5
1675 mv -f conftest.er1 conftest.err
1676 fi
1677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1678 test $ac_status = 0; } && {
1679 test -z "$ac_cxx_werror_flag" ||
1680 test ! -s conftest.err
1681 } && test -s conftest$ac_exeext && {
1682 test "$cross_compiling" = yes ||
1683 test -x conftest$ac_exeext
1684 }; then :
1685 ac_retval=0
1686 else
1687 $as_echo "$as_me: failed program was:" >&5
1688 sed 's/^/| /' conftest.$ac_ext >&5
1689
1690 ac_retval=1
1691 fi
1692 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1693 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1694 # interfere with the next link command; also delete a directory that is
1695 # left behind by Apple's compiler. We do this before executing the actions.
1696 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1698 as_fn_set_status $ac_retval
1699
1700 } # ac_fn_cxx_try_link
1701
1702 # ac_fn_c_try_link LINENO
1703 # -----------------------
1704 # Try to link conftest.$ac_ext, and return whether this succeeded.
1705 ac_fn_c_try_link ()
1706 {
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 rm -f conftest.$ac_objext conftest$ac_exeext
1709 if { { ac_try="$ac_link"
1710 case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713 esac
1714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715 $as_echo "$ac_try_echo"; } >&5
1716 (eval "$ac_link") 2>conftest.err
1717 ac_status=$?
1718 if test -s conftest.err; then
1719 grep -v '^ *+' conftest.err >conftest.er1
1720 cat conftest.er1 >&5
1721 mv -f conftest.er1 conftest.err
1722 fi
1723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1724 test $ac_status = 0; } && {
1725 test -z "$ac_c_werror_flag" ||
1726 test ! -s conftest.err
1727 } && test -s conftest$ac_exeext && {
1728 test "$cross_compiling" = yes ||
1729 test -x conftest$ac_exeext
1730 }; then :
1731 ac_retval=0
1732 else
1733 $as_echo "$as_me: failed program was:" >&5
1734 sed 's/^/| /' conftest.$ac_ext >&5
1735
1736 ac_retval=1
1737 fi
1738 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1739 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1740 # interfere with the next link command; also delete a directory that is
1741 # left behind by Apple's compiler. We do this before executing the actions.
1742 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1743 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1744 as_fn_set_status $ac_retval
1745
1746 } # ac_fn_c_try_link
1747 cat >config.log <<_ACEOF
1748 This file contains any messages produced by compilers while
1749 running configure, to aid debugging if configure makes a mistake.
1750
1751 It was created by GNU C Library $as_me (see version.h), which was
1752 generated by GNU Autoconf 2.69. Invocation command line was
1753
1754 $ $0 $@
1755
1756 _ACEOF
1757 exec 5>>config.log
1758 {
1759 cat <<_ASUNAME
1760 ## --------- ##
1761 ## Platform. ##
1762 ## --------- ##
1763
1764 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1765 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1766 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1767 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1768 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1769
1770 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1771 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1772
1773 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1774 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1775 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1776 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1777 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1778 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1779 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1780
1781 _ASUNAME
1782
1783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1784 for as_dir in $PATH
1785 do
1786 IFS=$as_save_IFS
1787 test -z "$as_dir" && as_dir=.
1788 $as_echo "PATH: $as_dir"
1789 done
1790 IFS=$as_save_IFS
1791
1792 } >&5
1793
1794 cat >&5 <<_ACEOF
1795
1796
1797 ## ----------- ##
1798 ## Core tests. ##
1799 ## ----------- ##
1800
1801 _ACEOF
1802
1803
1804 # Keep a trace of the command line.
1805 # Strip out --no-create and --no-recursion so they do not pile up.
1806 # Strip out --silent because we don't want to record it for future runs.
1807 # Also quote any args containing shell meta-characters.
1808 # Make two passes to allow for proper duplicate-argument suppression.
1809 ac_configure_args=
1810 ac_configure_args0=
1811 ac_configure_args1=
1812 ac_must_keep_next=false
1813 for ac_pass in 1 2
1814 do
1815 for ac_arg
1816 do
1817 case $ac_arg in
1818 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1819 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1820 | -silent | --silent | --silen | --sile | --sil)
1821 continue ;;
1822 *\'*)
1823 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1824 esac
1825 case $ac_pass in
1826 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1827 2)
1828 as_fn_append ac_configure_args1 " '$ac_arg'"
1829 if test $ac_must_keep_next = true; then
1830 ac_must_keep_next=false # Got value, back to normal.
1831 else
1832 case $ac_arg in
1833 *=* | --config-cache | -C | -disable-* | --disable-* \
1834 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1835 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1836 | -with-* | --with-* | -without-* | --without-* | --x)
1837 case "$ac_configure_args0 " in
1838 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1839 esac
1840 ;;
1841 -* ) ac_must_keep_next=true ;;
1842 esac
1843 fi
1844 as_fn_append ac_configure_args " '$ac_arg'"
1845 ;;
1846 esac
1847 done
1848 done
1849 { ac_configure_args0=; unset ac_configure_args0;}
1850 { ac_configure_args1=; unset ac_configure_args1;}
1851
1852 # When interrupted or exit'd, cleanup temporary files, and complete
1853 # config.log. We remove comments because anyway the quotes in there
1854 # would cause problems or look ugly.
1855 # WARNING: Use '\'' to represent an apostrophe within the trap.
1856 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1857 trap 'exit_status=$?
1858 # Save into config.log some information that might help in debugging.
1859 {
1860 echo
1861
1862 $as_echo "## ---------------- ##
1863 ## Cache variables. ##
1864 ## ---------------- ##"
1865 echo
1866 # The following way of writing the cache mishandles newlines in values,
1867 (
1868 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1869 eval ac_val=\$$ac_var
1870 case $ac_val in #(
1871 *${as_nl}*)
1872 case $ac_var in #(
1873 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1874 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1875 esac
1876 case $ac_var in #(
1877 _ | IFS | as_nl) ;; #(
1878 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1879 *) { eval $ac_var=; unset $ac_var;} ;;
1880 esac ;;
1881 esac
1882 done
1883 (set) 2>&1 |
1884 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1885 *${as_nl}ac_space=\ *)
1886 sed -n \
1887 "s/'\''/'\''\\\\'\'''\''/g;
1888 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1889 ;; #(
1890 *)
1891 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1892 ;;
1893 esac |
1894 sort
1895 )
1896 echo
1897
1898 $as_echo "## ----------------- ##
1899 ## Output variables. ##
1900 ## ----------------- ##"
1901 echo
1902 for ac_var in $ac_subst_vars
1903 do
1904 eval ac_val=\$$ac_var
1905 case $ac_val in
1906 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1907 esac
1908 $as_echo "$ac_var='\''$ac_val'\''"
1909 done | sort
1910 echo
1911
1912 if test -n "$ac_subst_files"; then
1913 $as_echo "## ------------------- ##
1914 ## File substitutions. ##
1915 ## ------------------- ##"
1916 echo
1917 for ac_var in $ac_subst_files
1918 do
1919 eval ac_val=\$$ac_var
1920 case $ac_val in
1921 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1922 esac
1923 $as_echo "$ac_var='\''$ac_val'\''"
1924 done | sort
1925 echo
1926 fi
1927
1928 if test -s confdefs.h; then
1929 $as_echo "## ----------- ##
1930 ## confdefs.h. ##
1931 ## ----------- ##"
1932 echo
1933 cat confdefs.h
1934 echo
1935 fi
1936 test "$ac_signal" != 0 &&
1937 $as_echo "$as_me: caught signal $ac_signal"
1938 $as_echo "$as_me: exit $exit_status"
1939 } >&5
1940 rm -f core *.core core.conftest.* &&
1941 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1942 exit $exit_status
1943 ' 0
1944 for ac_signal in 1 2 13 15; do
1945 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1946 done
1947 ac_signal=0
1948
1949 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1950 rm -f -r conftest* confdefs.h
1951
1952 $as_echo "/* confdefs.h */" > confdefs.h
1953
1954 # Predefined preprocessor variables.
1955
1956 cat >>confdefs.h <<_ACEOF
1957 #define PACKAGE_NAME "$PACKAGE_NAME"
1958 _ACEOF
1959
1960 cat >>confdefs.h <<_ACEOF
1961 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1962 _ACEOF
1963
1964 cat >>confdefs.h <<_ACEOF
1965 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1966 _ACEOF
1967
1968 cat >>confdefs.h <<_ACEOF
1969 #define PACKAGE_STRING "$PACKAGE_STRING"
1970 _ACEOF
1971
1972 cat >>confdefs.h <<_ACEOF
1973 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1974 _ACEOF
1975
1976 cat >>confdefs.h <<_ACEOF
1977 #define PACKAGE_URL "$PACKAGE_URL"
1978 _ACEOF
1979
1980
1981 # Let the site file select an alternate cache file if it wants to.
1982 # Prefer an explicitly selected file to automatically selected ones.
1983 ac_site_file1=NONE
1984 ac_site_file2=NONE
1985 if test -n "$CONFIG_SITE"; then
1986 # We do not want a PATH search for config.site.
1987 case $CONFIG_SITE in #((
1988 -*) ac_site_file1=./$CONFIG_SITE;;
1989 */*) ac_site_file1=$CONFIG_SITE;;
1990 *) ac_site_file1=./$CONFIG_SITE;;
1991 esac
1992 elif test "x$prefix" != xNONE; then
1993 ac_site_file1=$prefix/share/config.site
1994 ac_site_file2=$prefix/etc/config.site
1995 else
1996 ac_site_file1=$ac_default_prefix/share/config.site
1997 ac_site_file2=$ac_default_prefix/etc/config.site
1998 fi
1999 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2000 do
2001 test "x$ac_site_file" = xNONE && continue
2002 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2004 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2005 sed 's/^/| /' "$ac_site_file" >&5
2006 . "$ac_site_file" \
2007 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2008 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2009 as_fn_error $? "failed to load site script $ac_site_file
2010 See \`config.log' for more details" "$LINENO" 5; }
2011 fi
2012 done
2013
2014 if test -r "$cache_file"; then
2015 # Some versions of bash will fail to source /dev/null (special files
2016 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2017 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2018 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2019 $as_echo "$as_me: loading cache $cache_file" >&6;}
2020 case $cache_file in
2021 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2022 *) . "./$cache_file";;
2023 esac
2024 fi
2025 else
2026 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2027 $as_echo "$as_me: creating cache $cache_file" >&6;}
2028 >$cache_file
2029 fi
2030
2031 # Check that the precious variables saved in the cache have kept the same
2032 # value.
2033 ac_cache_corrupted=false
2034 for ac_var in $ac_precious_vars; do
2035 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2036 eval ac_new_set=\$ac_env_${ac_var}_set
2037 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2038 eval ac_new_val=\$ac_env_${ac_var}_value
2039 case $ac_old_set,$ac_new_set in
2040 set,)
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2042 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2043 ac_cache_corrupted=: ;;
2044 ,set)
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2046 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2047 ac_cache_corrupted=: ;;
2048 ,);;
2049 *)
2050 if test "x$ac_old_val" != "x$ac_new_val"; then
2051 # differences in whitespace do not lead to failure.
2052 ac_old_val_w=`echo x $ac_old_val`
2053 ac_new_val_w=`echo x $ac_new_val`
2054 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2055 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2056 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2057 ac_cache_corrupted=:
2058 else
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2060 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2061 eval $ac_var=\$ac_old_val
2062 fi
2063 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2064 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2066 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2067 fi;;
2068 esac
2069 # Pass precious variables to config.status.
2070 if test "$ac_new_set" = set; then
2071 case $ac_new_val in
2072 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2073 *) ac_arg=$ac_var=$ac_new_val ;;
2074 esac
2075 case " $ac_configure_args " in
2076 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2077 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2078 esac
2079 fi
2080 done
2081 if $ac_cache_corrupted; then
2082 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2083 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2084 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2085 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2086 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2087 fi
2088 ## -------------------- ##
2089 ## Main body of script. ##
2090 ## -------------------- ##
2091
2092 ac_ext=c
2093 ac_cpp='$CPP $CPPFLAGS'
2094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2097
2098
2099
2100 ac_config_headers="$ac_config_headers config.h"
2101
2102 ac_aux_dir=
2103 for ac_dir in scripts "$srcdir"/scripts; do
2104 if test -f "$ac_dir/install-sh"; then
2105 ac_aux_dir=$ac_dir
2106 ac_install_sh="$ac_aux_dir/install-sh -c"
2107 break
2108 elif test -f "$ac_dir/install.sh"; then
2109 ac_aux_dir=$ac_dir
2110 ac_install_sh="$ac_aux_dir/install.sh -c"
2111 break
2112 elif test -f "$ac_dir/shtool"; then
2113 ac_aux_dir=$ac_dir
2114 ac_install_sh="$ac_aux_dir/shtool install -c"
2115 break
2116 fi
2117 done
2118 if test -z "$ac_aux_dir"; then
2119 as_fn_error $? "cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2120 fi
2121
2122 # These three variables are undocumented and unsupported,
2123 # and are intended to be withdrawn in a future Autoconf release.
2124 # They can cause serious problems if a builder's source tree is in a directory
2125 # whose full name contains unusual characters.
2126 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2127 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2128 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2129
2130
2131
2132
2133
2134 # Check whether --with-pkgversion was given.
2135 if test "${with_pkgversion+set}" = set; then :
2136 withval=$with_pkgversion; case "$withval" in
2137 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
2138 no) PKGVERSION= ;;
2139 *) PKGVERSION="($withval) " ;;
2140 esac
2141 else
2142 PKGVERSION="(GNU libc) "
2143
2144 fi
2145
2146 PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2147
2148
2149
2150
2151
2152 # Check whether --with-bugurl was given.
2153 if test "${with_bugurl+set}" = set; then :
2154 withval=$with_bugurl; case "$withval" in
2155 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
2156 no) BUGURL=
2157 ;;
2158 *) BUGURL="$withval"
2159 ;;
2160 esac
2161 else
2162 BUGURL="http://www.gnu.org/software/libc/bugs.html"
2163
2164 fi
2165
2166 case ${BUGURL} in
2167 "")
2168 REPORT_BUGS_TO=
2169 REPORT_BUGS_TEXI=
2170 ;;
2171 *)
2172 REPORT_BUGS_TO="<$BUGURL>"
2173 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2174 ;;
2175 esac;
2176
2177
2178
2179
2180 cat >>confdefs.h <<_ACEOF
2181 #define PKGVERSION "$PKGVERSION"
2182 _ACEOF
2183
2184
2185 cat >>confdefs.h <<_ACEOF
2186 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2187 _ACEOF
2188
2189
2190 # Glibc should not depend on any header files
2191
2192
2193 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2194 # here to work around the Autoconf issue discussed in
2195 # <https://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2196 # AC_PROG_CPP
2197
2198 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2199 # issue discussed in
2200 # <https://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2201
2202
2203
2204
2205 subdirs="$subdirs "
2206
2207
2208 # Make sure we can run config.sub.
2209 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2210 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2211
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2213 $as_echo_n "checking build system type... " >&6; }
2214 if ${ac_cv_build+:} false; then :
2215 $as_echo_n "(cached) " >&6
2216 else
2217 ac_build_alias=$build_alias
2218 test "x$ac_build_alias" = x &&
2219 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2220 test "x$ac_build_alias" = x &&
2221 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2222 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2223 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2224
2225 fi
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2227 $as_echo "$ac_cv_build" >&6; }
2228 case $ac_cv_build in
2229 *-*-*) ;;
2230 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2231 esac
2232 build=$ac_cv_build
2233 ac_save_IFS=$IFS; IFS='-'
2234 set x $ac_cv_build
2235 shift
2236 build_cpu=$1
2237 build_vendor=$2
2238 shift; shift
2239 # Remember, the first character of IFS is used to create $*,
2240 # except with old shells:
2241 build_os=$*
2242 IFS=$ac_save_IFS
2243 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2244
2245
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2247 $as_echo_n "checking host system type... " >&6; }
2248 if ${ac_cv_host+:} false; then :
2249 $as_echo_n "(cached) " >&6
2250 else
2251 if test "x$host_alias" = x; then
2252 ac_cv_host=$ac_cv_build
2253 else
2254 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2255 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2256 fi
2257
2258 fi
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2260 $as_echo "$ac_cv_host" >&6; }
2261 case $ac_cv_host in
2262 *-*-*) ;;
2263 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2264 esac
2265 host=$ac_cv_host
2266 ac_save_IFS=$IFS; IFS='-'
2267 set x $ac_cv_host
2268 shift
2269 host_cpu=$1
2270 host_vendor=$2
2271 shift; shift
2272 # Remember, the first character of IFS is used to create $*,
2273 # except with old shells:
2274 host_os=$*
2275 IFS=$ac_save_IFS
2276 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2277
2278
2279
2280 ac_ext=c
2281 ac_cpp='$CPP $CPPFLAGS'
2282 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2283 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2284 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2285 if test -n "$ac_tool_prefix"; then
2286 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2287 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2289 $as_echo_n "checking for $ac_word... " >&6; }
2290 if ${ac_cv_prog_CC+:} false; then :
2291 $as_echo_n "(cached) " >&6
2292 else
2293 if test -n "$CC"; then
2294 ac_cv_prog_CC="$CC" # Let the user override the test.
2295 else
2296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2297 for as_dir in $PATH
2298 do
2299 IFS=$as_save_IFS
2300 test -z "$as_dir" && as_dir=.
2301 for ac_exec_ext in '' $ac_executable_extensions; do
2302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2303 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2305 break 2
2306 fi
2307 done
2308 done
2309 IFS=$as_save_IFS
2310
2311 fi
2312 fi
2313 CC=$ac_cv_prog_CC
2314 if test -n "$CC"; then
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2316 $as_echo "$CC" >&6; }
2317 else
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2319 $as_echo "no" >&6; }
2320 fi
2321
2322
2323 fi
2324 if test -z "$ac_cv_prog_CC"; then
2325 ac_ct_CC=$CC
2326 # Extract the first word of "gcc", so it can be a program name with args.
2327 set dummy gcc; ac_word=$2
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2329 $as_echo_n "checking for $ac_word... " >&6; }
2330 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2331 $as_echo_n "(cached) " >&6
2332 else
2333 if test -n "$ac_ct_CC"; then
2334 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2335 else
2336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337 for as_dir in $PATH
2338 do
2339 IFS=$as_save_IFS
2340 test -z "$as_dir" && as_dir=.
2341 for ac_exec_ext in '' $ac_executable_extensions; do
2342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2343 ac_cv_prog_ac_ct_CC="gcc"
2344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2345 break 2
2346 fi
2347 done
2348 done
2349 IFS=$as_save_IFS
2350
2351 fi
2352 fi
2353 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2354 if test -n "$ac_ct_CC"; then
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2356 $as_echo "$ac_ct_CC" >&6; }
2357 else
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2359 $as_echo "no" >&6; }
2360 fi
2361
2362 if test "x$ac_ct_CC" = x; then
2363 CC=""
2364 else
2365 case $cross_compiling:$ac_tool_warned in
2366 yes:)
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2369 ac_tool_warned=yes ;;
2370 esac
2371 CC=$ac_ct_CC
2372 fi
2373 else
2374 CC="$ac_cv_prog_CC"
2375 fi
2376
2377 if test -z "$CC"; then
2378 if test -n "$ac_tool_prefix"; then
2379 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2380 set dummy ${ac_tool_prefix}cc; ac_word=$2
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2382 $as_echo_n "checking for $ac_word... " >&6; }
2383 if ${ac_cv_prog_CC+:} false; then :
2384 $as_echo_n "(cached) " >&6
2385 else
2386 if test -n "$CC"; then
2387 ac_cv_prog_CC="$CC" # Let the user override the test.
2388 else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390 for as_dir in $PATH
2391 do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
2394 for ac_exec_ext in '' $ac_executable_extensions; do
2395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2396 ac_cv_prog_CC="${ac_tool_prefix}cc"
2397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2398 break 2
2399 fi
2400 done
2401 done
2402 IFS=$as_save_IFS
2403
2404 fi
2405 fi
2406 CC=$ac_cv_prog_CC
2407 if test -n "$CC"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2409 $as_echo "$CC" >&6; }
2410 else
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2412 $as_echo "no" >&6; }
2413 fi
2414
2415
2416 fi
2417 fi
2418 if test -z "$CC"; then
2419 # Extract the first word of "cc", so it can be a program name with args.
2420 set dummy cc; ac_word=$2
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2422 $as_echo_n "checking for $ac_word... " >&6; }
2423 if ${ac_cv_prog_CC+:} false; then :
2424 $as_echo_n "(cached) " >&6
2425 else
2426 if test -n "$CC"; then
2427 ac_cv_prog_CC="$CC" # Let the user override the test.
2428 else
2429 ac_prog_rejected=no
2430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2431 for as_dir in $PATH
2432 do
2433 IFS=$as_save_IFS
2434 test -z "$as_dir" && as_dir=.
2435 for ac_exec_ext in '' $ac_executable_extensions; do
2436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2437 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2438 ac_prog_rejected=yes
2439 continue
2440 fi
2441 ac_cv_prog_CC="cc"
2442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2443 break 2
2444 fi
2445 done
2446 done
2447 IFS=$as_save_IFS
2448
2449 if test $ac_prog_rejected = yes; then
2450 # We found a bogon in the path, so make sure we never use it.
2451 set dummy $ac_cv_prog_CC
2452 shift
2453 if test $# != 0; then
2454 # We chose a different compiler from the bogus one.
2455 # However, it has the same basename, so the bogon will be chosen
2456 # first if we set CC to just the basename; use the full file name.
2457 shift
2458 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2459 fi
2460 fi
2461 fi
2462 fi
2463 CC=$ac_cv_prog_CC
2464 if test -n "$CC"; then
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2466 $as_echo "$CC" >&6; }
2467 else
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2469 $as_echo "no" >&6; }
2470 fi
2471
2472
2473 fi
2474 if test -z "$CC"; then
2475 if test -n "$ac_tool_prefix"; then
2476 for ac_prog in cl.exe
2477 do
2478 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2479 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2481 $as_echo_n "checking for $ac_word... " >&6; }
2482 if ${ac_cv_prog_CC+:} false; then :
2483 $as_echo_n "(cached) " >&6
2484 else
2485 if test -n "$CC"; then
2486 ac_cv_prog_CC="$CC" # Let the user override the test.
2487 else
2488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2489 for as_dir in $PATH
2490 do
2491 IFS=$as_save_IFS
2492 test -z "$as_dir" && as_dir=.
2493 for ac_exec_ext in '' $ac_executable_extensions; do
2494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2495 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2497 break 2
2498 fi
2499 done
2500 done
2501 IFS=$as_save_IFS
2502
2503 fi
2504 fi
2505 CC=$ac_cv_prog_CC
2506 if test -n "$CC"; then
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2508 $as_echo "$CC" >&6; }
2509 else
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2511 $as_echo "no" >&6; }
2512 fi
2513
2514
2515 test -n "$CC" && break
2516 done
2517 fi
2518 if test -z "$CC"; then
2519 ac_ct_CC=$CC
2520 for ac_prog in cl.exe
2521 do
2522 # Extract the first word of "$ac_prog", so it can be a program name with args.
2523 set dummy $ac_prog; ac_word=$2
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2525 $as_echo_n "checking for $ac_word... " >&6; }
2526 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2527 $as_echo_n "(cached) " >&6
2528 else
2529 if test -n "$ac_ct_CC"; then
2530 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2531 else
2532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2533 for as_dir in $PATH
2534 do
2535 IFS=$as_save_IFS
2536 test -z "$as_dir" && as_dir=.
2537 for ac_exec_ext in '' $ac_executable_extensions; do
2538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2539 ac_cv_prog_ac_ct_CC="$ac_prog"
2540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2541 break 2
2542 fi
2543 done
2544 done
2545 IFS=$as_save_IFS
2546
2547 fi
2548 fi
2549 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2550 if test -n "$ac_ct_CC"; then
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2552 $as_echo "$ac_ct_CC" >&6; }
2553 else
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2555 $as_echo "no" >&6; }
2556 fi
2557
2558
2559 test -n "$ac_ct_CC" && break
2560 done
2561
2562 if test "x$ac_ct_CC" = x; then
2563 CC=""
2564 else
2565 case $cross_compiling:$ac_tool_warned in
2566 yes:)
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2568 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2569 ac_tool_warned=yes ;;
2570 esac
2571 CC=$ac_ct_CC
2572 fi
2573 fi
2574
2575 fi
2576
2577
2578 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2579 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2580 as_fn_error $? "no acceptable C compiler found in \$PATH
2581 See \`config.log' for more details" "$LINENO" 5; }
2582
2583 # Provide some information about the compiler.
2584 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2585 set X $ac_compile
2586 ac_compiler=$2
2587 for ac_option in --version -v -V -qversion; do
2588 { { ac_try="$ac_compiler $ac_option >&5"
2589 case "(($ac_try" in
2590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2591 *) ac_try_echo=$ac_try;;
2592 esac
2593 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2594 $as_echo "$ac_try_echo"; } >&5
2595 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2596 ac_status=$?
2597 if test -s conftest.err; then
2598 sed '10a\
2599 ... rest of stderr output deleted ...
2600 10q' conftest.err >conftest.er1
2601 cat conftest.er1 >&5
2602 fi
2603 rm -f conftest.er1 conftest.err
2604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2605 test $ac_status = 0; }
2606 done
2607
2608 EXEEXT=
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2610 $as_echo_n "checking for suffix of object files... " >&6; }
2611 if ${ac_cv_objext+:} false; then :
2612 $as_echo_n "(cached) " >&6
2613 else
2614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2615 /* end confdefs.h. */
2616
2617 int
2618 main ()
2619 {
2620
2621 ;
2622 return 0;
2623 }
2624 _ACEOF
2625 rm -f conftest.o conftest.obj
2626 if { { ac_try="$ac_compile"
2627 case "(($ac_try" in
2628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2629 *) ac_try_echo=$ac_try;;
2630 esac
2631 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2632 $as_echo "$ac_try_echo"; } >&5
2633 (eval "$ac_compile") 2>&5
2634 ac_status=$?
2635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2636 test $ac_status = 0; }; then :
2637 for ac_file in conftest.o conftest.obj conftest.*; do
2638 test -f "$ac_file" || continue;
2639 case $ac_file in
2640 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2641 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2642 break;;
2643 esac
2644 done
2645 else
2646 $as_echo "$as_me: failed program was:" >&5
2647 sed 's/^/| /' conftest.$ac_ext >&5
2648
2649 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2650 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2651 as_fn_error $? "cannot compute suffix of object files: cannot compile
2652 See \`config.log' for more details" "$LINENO" 5; }
2653 fi
2654 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2655 fi
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2657 $as_echo "$ac_cv_objext" >&6; }
2658 OBJEXT=$ac_cv_objext
2659 ac_objext=$OBJEXT
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2661 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2662 if ${ac_cv_c_compiler_gnu+:} false; then :
2663 $as_echo_n "(cached) " >&6
2664 else
2665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2666 /* end confdefs.h. */
2667
2668 int
2669 main ()
2670 {
2671 #ifndef __GNUC__
2672 choke me
2673 #endif
2674
2675 ;
2676 return 0;
2677 }
2678 _ACEOF
2679 if ac_fn_c_try_compile "$LINENO"; then :
2680 ac_compiler_gnu=yes
2681 else
2682 ac_compiler_gnu=no
2683 fi
2684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2685 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2686
2687 fi
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2689 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2690 if test $ac_compiler_gnu = yes; then
2691 GCC=yes
2692 else
2693 GCC=
2694 fi
2695 ac_test_CFLAGS=${CFLAGS+set}
2696 ac_save_CFLAGS=$CFLAGS
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2698 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2699 if ${ac_cv_prog_cc_g+:} false; then :
2700 $as_echo_n "(cached) " >&6
2701 else
2702 ac_save_c_werror_flag=$ac_c_werror_flag
2703 ac_c_werror_flag=yes
2704 ac_cv_prog_cc_g=no
2705 CFLAGS="-g"
2706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2707 /* end confdefs.h. */
2708
2709 int
2710 main ()
2711 {
2712
2713 ;
2714 return 0;
2715 }
2716 _ACEOF
2717 if ac_fn_c_try_compile "$LINENO"; then :
2718 ac_cv_prog_cc_g=yes
2719 else
2720 CFLAGS=""
2721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2722 /* end confdefs.h. */
2723
2724 int
2725 main ()
2726 {
2727
2728 ;
2729 return 0;
2730 }
2731 _ACEOF
2732 if ac_fn_c_try_compile "$LINENO"; then :
2733
2734 else
2735 ac_c_werror_flag=$ac_save_c_werror_flag
2736 CFLAGS="-g"
2737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2738 /* end confdefs.h. */
2739
2740 int
2741 main ()
2742 {
2743
2744 ;
2745 return 0;
2746 }
2747 _ACEOF
2748 if ac_fn_c_try_compile "$LINENO"; then :
2749 ac_cv_prog_cc_g=yes
2750 fi
2751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2752 fi
2753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2754 fi
2755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2756 ac_c_werror_flag=$ac_save_c_werror_flag
2757 fi
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2759 $as_echo "$ac_cv_prog_cc_g" >&6; }
2760 if test "$ac_test_CFLAGS" = set; then
2761 CFLAGS=$ac_save_CFLAGS
2762 elif test $ac_cv_prog_cc_g = yes; then
2763 if test "$GCC" = yes; then
2764 CFLAGS="-g -O2"
2765 else
2766 CFLAGS="-g"
2767 fi
2768 else
2769 if test "$GCC" = yes; then
2770 CFLAGS="-O2"
2771 else
2772 CFLAGS=
2773 fi
2774 fi
2775
2776 ac_ext=c
2777 ac_cpp='$CPP $CPPFLAGS'
2778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2781
2782 if test $host != $build; then
2783 for ac_prog in gcc cc
2784 do
2785 # Extract the first word of "$ac_prog", so it can be a program name with args.
2786 set dummy $ac_prog; ac_word=$2
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2788 $as_echo_n "checking for $ac_word... " >&6; }
2789 if ${ac_cv_prog_BUILD_CC+:} false; then :
2790 $as_echo_n "(cached) " >&6
2791 else
2792 if test -n "$BUILD_CC"; then
2793 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
2794 else
2795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796 for as_dir in $PATH
2797 do
2798 IFS=$as_save_IFS
2799 test -z "$as_dir" && as_dir=.
2800 for ac_exec_ext in '' $ac_executable_extensions; do
2801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2802 ac_cv_prog_BUILD_CC="$ac_prog"
2803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2804 break 2
2805 fi
2806 done
2807 done
2808 IFS=$as_save_IFS
2809
2810 fi
2811 fi
2812 BUILD_CC=$ac_cv_prog_BUILD_CC
2813 if test -n "$BUILD_CC"; then
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
2815 $as_echo "$BUILD_CC" >&6; }
2816 else
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2818 $as_echo "no" >&6; }
2819 fi
2820
2821
2822 test -n "$BUILD_CC" && break
2823 done
2824
2825 fi
2826
2827 # On Suns, sometimes $CPP names a directory.
2828 if test -n "$CPP" && test -d "$CPP"; then
2829 CPP=
2830 fi
2831 if test -z "$CPP"; then
2832 CPP="$CC -E"
2833 fi
2834
2835 if test -n "$ac_tool_prefix"; then
2836 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2837 set dummy ${ac_tool_prefix}readelf; ac_word=$2
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2839 $as_echo_n "checking for $ac_word... " >&6; }
2840 if ${ac_cv_prog_READELF+:} false; then :
2841 $as_echo_n "(cached) " >&6
2842 else
2843 if test -n "$READELF"; then
2844 ac_cv_prog_READELF="$READELF" # Let the user override the test.
2845 else
2846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2847 for as_dir in $PATH
2848 do
2849 IFS=$as_save_IFS
2850 test -z "$as_dir" && as_dir=.
2851 for ac_exec_ext in '' $ac_executable_extensions; do
2852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2853 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
2854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2855 break 2
2856 fi
2857 done
2858 done
2859 IFS=$as_save_IFS
2860
2861 fi
2862 fi
2863 READELF=$ac_cv_prog_READELF
2864 if test -n "$READELF"; then
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
2866 $as_echo "$READELF" >&6; }
2867 else
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2869 $as_echo "no" >&6; }
2870 fi
2871
2872
2873 fi
2874 if test -z "$ac_cv_prog_READELF"; then
2875 ac_ct_READELF=$READELF
2876 # Extract the first word of "readelf", so it can be a program name with args.
2877 set dummy readelf; ac_word=$2
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2879 $as_echo_n "checking for $ac_word... " >&6; }
2880 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
2881 $as_echo_n "(cached) " >&6
2882 else
2883 if test -n "$ac_ct_READELF"; then
2884 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
2885 else
2886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2887 for as_dir in $PATH
2888 do
2889 IFS=$as_save_IFS
2890 test -z "$as_dir" && as_dir=.
2891 for ac_exec_ext in '' $ac_executable_extensions; do
2892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2893 ac_cv_prog_ac_ct_READELF="readelf"
2894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2895 break 2
2896 fi
2897 done
2898 done
2899 IFS=$as_save_IFS
2900
2901 fi
2902 fi
2903 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
2904 if test -n "$ac_ct_READELF"; then
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
2906 $as_echo "$ac_ct_READELF" >&6; }
2907 else
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909 $as_echo "no" >&6; }
2910 fi
2911
2912 if test "x$ac_ct_READELF" = x; then
2913 READELF="false"
2914 else
2915 case $cross_compiling:$ac_tool_warned in
2916 yes:)
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2919 ac_tool_warned=yes ;;
2920 esac
2921 READELF=$ac_ct_READELF
2922 fi
2923 else
2924 READELF="$ac_cv_prog_READELF"
2925 fi
2926
2927
2928 # We need the C++ compiler only for testing.
2929 ac_ext=cpp
2930 ac_cpp='$CXXCPP $CPPFLAGS'
2931 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2932 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2933 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2934 if test -z "$CXX"; then
2935 if test -n "$CCC"; then
2936 CXX=$CCC
2937 else
2938 if test -n "$ac_tool_prefix"; then
2939 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2940 do
2941 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2942 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2944 $as_echo_n "checking for $ac_word... " >&6; }
2945 if ${ac_cv_prog_CXX+:} false; then :
2946 $as_echo_n "(cached) " >&6
2947 else
2948 if test -n "$CXX"; then
2949 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2950 else
2951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2952 for as_dir in $PATH
2953 do
2954 IFS=$as_save_IFS
2955 test -z "$as_dir" && as_dir=.
2956 for ac_exec_ext in '' $ac_executable_extensions; do
2957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2958 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2960 break 2
2961 fi
2962 done
2963 done
2964 IFS=$as_save_IFS
2965
2966 fi
2967 fi
2968 CXX=$ac_cv_prog_CXX
2969 if test -n "$CXX"; then
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2971 $as_echo "$CXX" >&6; }
2972 else
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2974 $as_echo "no" >&6; }
2975 fi
2976
2977
2978 test -n "$CXX" && break
2979 done
2980 fi
2981 if test -z "$CXX"; then
2982 ac_ct_CXX=$CXX
2983 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2984 do
2985 # Extract the first word of "$ac_prog", so it can be a program name with args.
2986 set dummy $ac_prog; ac_word=$2
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988 $as_echo_n "checking for $ac_word... " >&6; }
2989 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2990 $as_echo_n "(cached) " >&6
2991 else
2992 if test -n "$ac_ct_CXX"; then
2993 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2994 else
2995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2996 for as_dir in $PATH
2997 do
2998 IFS=$as_save_IFS
2999 test -z "$as_dir" && as_dir=.
3000 for ac_exec_ext in '' $ac_executable_extensions; do
3001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3002 ac_cv_prog_ac_ct_CXX="$ac_prog"
3003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3004 break 2
3005 fi
3006 done
3007 done
3008 IFS=$as_save_IFS
3009
3010 fi
3011 fi
3012 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3013 if test -n "$ac_ct_CXX"; then
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3015 $as_echo "$ac_ct_CXX" >&6; }
3016 else
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3018 $as_echo "no" >&6; }
3019 fi
3020
3021
3022 test -n "$ac_ct_CXX" && break
3023 done
3024
3025 if test "x$ac_ct_CXX" = x; then
3026 CXX="g++"
3027 else
3028 case $cross_compiling:$ac_tool_warned in
3029 yes:)
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3031 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3032 ac_tool_warned=yes ;;
3033 esac
3034 CXX=$ac_ct_CXX
3035 fi
3036 fi
3037
3038 fi
3039 fi
3040 # Provide some information about the compiler.
3041 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3042 set X $ac_compile
3043 ac_compiler=$2
3044 for ac_option in --version -v -V -qversion; do
3045 { { ac_try="$ac_compiler $ac_option >&5"
3046 case "(($ac_try" in
3047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3048 *) ac_try_echo=$ac_try;;
3049 esac
3050 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3051 $as_echo "$ac_try_echo"; } >&5
3052 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3053 ac_status=$?
3054 if test -s conftest.err; then
3055 sed '10a\
3056 ... rest of stderr output deleted ...
3057 10q' conftest.err >conftest.er1
3058 cat conftest.er1 >&5
3059 fi
3060 rm -f conftest.er1 conftest.err
3061 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3062 test $ac_status = 0; }
3063 done
3064
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3066 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3067 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3068 $as_echo_n "(cached) " >&6
3069 else
3070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071 /* end confdefs.h. */
3072
3073 int
3074 main ()
3075 {
3076 #ifndef __GNUC__
3077 choke me
3078 #endif
3079
3080 ;
3081 return 0;
3082 }
3083 _ACEOF
3084 if ac_fn_cxx_try_compile "$LINENO"; then :
3085 ac_compiler_gnu=yes
3086 else
3087 ac_compiler_gnu=no
3088 fi
3089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3090 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3091
3092 fi
3093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3094 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3095 if test $ac_compiler_gnu = yes; then
3096 GXX=yes
3097 else
3098 GXX=
3099 fi
3100 ac_test_CXXFLAGS=${CXXFLAGS+set}
3101 ac_save_CXXFLAGS=$CXXFLAGS
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3103 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3104 if ${ac_cv_prog_cxx_g+:} false; then :
3105 $as_echo_n "(cached) " >&6
3106 else
3107 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3108 ac_cxx_werror_flag=yes
3109 ac_cv_prog_cxx_g=no
3110 CXXFLAGS="-g"
3111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3112 /* end confdefs.h. */
3113
3114 int
3115 main ()
3116 {
3117
3118 ;
3119 return 0;
3120 }
3121 _ACEOF
3122 if ac_fn_cxx_try_compile "$LINENO"; then :
3123 ac_cv_prog_cxx_g=yes
3124 else
3125 CXXFLAGS=""
3126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3127 /* end confdefs.h. */
3128
3129 int
3130 main ()
3131 {
3132
3133 ;
3134 return 0;
3135 }
3136 _ACEOF
3137 if ac_fn_cxx_try_compile "$LINENO"; then :
3138
3139 else
3140 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3141 CXXFLAGS="-g"
3142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3143 /* end confdefs.h. */
3144
3145 int
3146 main ()
3147 {
3148
3149 ;
3150 return 0;
3151 }
3152 _ACEOF
3153 if ac_fn_cxx_try_compile "$LINENO"; then :
3154 ac_cv_prog_cxx_g=yes
3155 fi
3156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3157 fi
3158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3159 fi
3160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3161 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3162 fi
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3164 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3165 if test "$ac_test_CXXFLAGS" = set; then
3166 CXXFLAGS=$ac_save_CXXFLAGS
3167 elif test $ac_cv_prog_cxx_g = yes; then
3168 if test "$GXX" = yes; then
3169 CXXFLAGS="-g -O2"
3170 else
3171 CXXFLAGS="-g"
3172 fi
3173 else
3174 if test "$GXX" = yes; then
3175 CXXFLAGS="-O2"
3176 else
3177 CXXFLAGS=
3178 fi
3179 fi
3180 ac_ext=c
3181 ac_cpp='$CPP $CPPFLAGS'
3182 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3183 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3184 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3185
3186 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3187
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3189 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3190 if ${libc_cv_cxx_link_ok+:} false; then :
3191 $as_echo_n "(cached) " >&6
3192 else
3193 ac_ext=cpp
3194 ac_cpp='$CXXCPP $CPPFLAGS'
3195 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3196 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3197 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198
3199 # Default, dynamic case.
3200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3201 /* end confdefs.h. */
3202
3203 int
3204 main ()
3205 {
3206
3207 ;
3208 return 0;
3209 }
3210 _ACEOF
3211 if ac_fn_cxx_try_link "$LINENO"; then :
3212 libc_cv_cxx_link_ok=yes
3213 else
3214 libc_cv_cxx_link_ok=no
3215 fi
3216 rm -f core conftest.err conftest.$ac_objext \
3217 conftest$ac_exeext conftest.$ac_ext
3218 # Static case.
3219 old_LDFLAGS="$LDFLAGS"
3220 LDFLAGS="$LDFLAGS -static"
3221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3222 /* end confdefs.h. */
3223
3224 #include <iostream>
3225
3226 int
3227 main()
3228 {
3229 std::cout << "Hello, world!";
3230 return 0;
3231 }
3232
3233 _ACEOF
3234 if ac_fn_cxx_try_link "$LINENO"; then :
3235
3236 else
3237 libc_cv_cxx_link_ok=no
3238 fi
3239 rm -f core conftest.err conftest.$ac_objext \
3240 conftest$ac_exeext conftest.$ac_ext
3241 LDFLAGS="$old_LDFLAGS"
3242 ac_ext=c
3243 ac_cpp='$CPP $CPPFLAGS'
3244 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3245 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3246 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3247
3248 fi
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3250 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3251 if test $libc_cv_cxx_link_ok != yes; then :
3252 CXX=
3253 fi
3254
3255 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
3256 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3257 fi
3258
3259 # This will get text that should go into config.make.
3260 config_vars=
3261
3262 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3263
3264 # Check whether --with-gd was given.
3265 if test "${with_gd+set}" = set; then :
3266 withval=$with_gd; case "$with_gd" in
3267 yes|''|no) ;;
3268 *) libgd_include="-I$withval/include"
3269 libgd_ldflags="-L$withval/lib" ;;
3270 esac
3271
3272 fi
3273
3274
3275 # Check whether --with-gd-include was given.
3276 if test "${with_gd_include+set}" = set; then :
3277 withval=$with_gd_include; case "$with_gd_include" in
3278 ''|no) ;;
3279 *) libgd_include="-I$withval" ;;
3280 esac
3281
3282 fi
3283
3284
3285 # Check whether --with-gd-lib was given.
3286 if test "${with_gd_lib+set}" = set; then :
3287 withval=$with_gd_lib; case "$with_gd_lib" in
3288 ''|no) ;;
3289 *) libgd_ldflags="-L$withval" ;;
3290 esac
3291
3292 fi
3293
3294
3295 if test -n "$libgd_include"; then
3296 config_vars="$config_vars
3297 CFLAGS-memusagestat.c = $libgd_include"
3298 fi
3299 if test -n "$libgd_ldflags"; then
3300 config_vars="$config_vars
3301 libgd-LDFLAGS = $libgd_ldflags"
3302 fi
3303
3304
3305 # Check whether --with-binutils was given.
3306 if test "${with_binutils+set}" = set; then :
3307 withval=$with_binutils; path_binutils=$withval
3308 else
3309 path_binutils=''
3310 fi
3311
3312
3313 # Check whether --with-selinux was given.
3314 if test "${with_selinux+set}" = set; then :
3315 withval=$with_selinux; with_selinux=$withval
3316 else
3317 with_selinux=auto
3318 fi
3319
3320
3321 # Check whether --with-clang was given.
3322 if test "${with_clang+set}" = set; then :
3323 withval=$with_clang; with_clang=$withval
3324 else
3325 with_clang=no
3326 fi
3327
3328 config_vars="$config_vars
3329 with-clang = $with_clang"
3330
3331 # Check whether --with-lld was given.
3332 if test "${with_lld+set}" = set; then :
3333 withval=$with_lld; with_lld=$withval
3334 else
3335 with_lld=no
3336 fi
3337
3338 config_vars="$config_vars
3339 with-lld = $with_lld"
3340
3341
3342 # Check whether --with-headers was given.
3343 if test "${with_headers+set}" = set; then :
3344 withval=$with_headers; sysheaders=$withval
3345 else
3346 sysheaders=''
3347 fi
3348
3349
3350
3351
3352
3353 # Check whether --with-default-link was given.
3354 if test "${with_default_link+set}" = set; then :
3355 withval=$with_default_link; use_default_link=$withval
3356 else
3357 use_default_link=default
3358 fi
3359
3360
3361 # Check whether --enable-sanity-checks was given.
3362 if test "${enable_sanity_checks+set}" = set; then :
3363 enableval=$enable_sanity_checks; enable_sanity=$enableval
3364 else
3365 enable_sanity=yes
3366 fi
3367
3368
3369 # Check whether --enable-shared was given.
3370 if test "${enable_shared+set}" = set; then :
3371 enableval=$enable_shared; shared=$enableval
3372 else
3373 shared=yes
3374 fi
3375
3376 # Check whether --enable-profile was given.
3377 if test "${enable_profile+set}" = set; then :
3378 enableval=$enable_profile; profile=$enableval
3379 else
3380 profile=no
3381 fi
3382
3383 # Check whether --enable-static-pie was given.
3384 if test "${enable_static_pie+set}" = set; then :
3385 enableval=$enable_static_pie; static_pie=$enableval
3386 else
3387 static_pie=no
3388 fi
3389
3390 # Check whether --enable-timezone-tools was given.
3391 if test "${enable_timezone_tools+set}" = set; then :
3392 enableval=$enable_timezone_tools; enable_timezone_tools=$enableval
3393 else
3394 enable_timezone_tools=yes
3395 fi
3396
3397
3398
3399 # Check whether --enable-hardcoded-path-in-tests was given.
3400 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3401 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3402 else
3403 hardcoded_path_in_tests=no
3404 fi
3405
3406
3407
3408 # Check whether --enable-stackguard-randomization was given.
3409 if test "${enable_stackguard_randomization+set}" = set; then :
3410 enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3411 else
3412 enable_stackguard_randomize=no
3413 fi
3414
3415 if test "$enable_stackguard_randomize" = yes; then
3416 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3417
3418 fi
3419
3420 # Check whether --enable-hidden-plt was given.
3421 if test "${enable_hidden_plt+set}" = set; then :
3422 enableval=$enable_hidden_plt; hidden=$enableval
3423 else
3424 hidden=yes
3425 fi
3426
3427 if test "x$hidden" = xno; then
3428 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3429
3430 fi
3431
3432 # Check whether --enable-bind-now was given.
3433 if test "${enable_bind_now+set}" = set; then :
3434 enableval=$enable_bind_now; bindnow=$enableval
3435 else
3436 bindnow=no
3437 fi
3438
3439
3440 if test "x$bindnow" = xyes; then
3441 $as_echo "#define BIND_NOW 1" >>confdefs.h
3442
3443 fi
3444
3445 # Check whether --enable-stack-protector was given.
3446 if test "${enable_stack_protector+set}" = set; then :
3447 enableval=$enable_stack_protector; enable_stack_protector=$enableval
3448 else
3449 enable_stack_protector=no
3450 fi
3451
3452 case "$enable_stack_protector" in
3453 all|yes|no|strong) ;;
3454 *) as_fn_error $? "Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"" "$LINENO" 5;;
3455 esac
3456
3457 # Check whether --enable-static-nss was given.
3458 if test "${enable_static_nss+set}" = set; then :
3459 enableval=$enable_static_nss; static_nss=$enableval
3460 else
3461 static_nss=no
3462 fi
3463
3464 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3465 static_nss=yes
3466 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3467
3468 fi
3469
3470 # Check whether --enable-force-install was given.
3471 if test "${enable_force_install+set}" = set; then :
3472 enableval=$enable_force_install; force_install=$enableval
3473 else
3474 force_install=yes
3475 fi
3476
3477
3478
3479 # Check whether --enable-maintainer-mode was given.
3480 if test "${enable_maintainer_mode+set}" = set; then :
3481 enableval=$enable_maintainer_mode; maintainer=$enableval
3482 else
3483 maintainer=no
3484 fi
3485
3486
3487 # Check whether --enable-kernel was given.
3488 if test "${enable_kernel+set}" = set; then :
3489 enableval=$enable_kernel; minimum_kernel=$enableval
3490 fi
3491
3492 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3493 # Better nothing than this.
3494 minimum_kernel=""
3495 else
3496 if test "$minimum_kernel" = current; then
3497 minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
3498 fi
3499 fi
3500
3501 # Check whether --enable-all-warnings was given.
3502 if test "${enable_all_warnings+set}" = set; then :
3503 enableval=$enable_all_warnings; all_warnings=$enableval
3504 fi
3505
3506
3507
3508 # Check whether --enable-werror was given.
3509 if test "${enable_werror+set}" = set; then :
3510 enableval=$enable_werror; enable_werror=$enableval
3511 else
3512 enable_werror=yes
3513 fi
3514
3515
3516
3517 # Check whether --enable-multi-arch was given.
3518 if test "${enable_multi_arch+set}" = set; then :
3519 enableval=$enable_multi_arch; multi_arch=$enableval
3520 else
3521 multi_arch=default
3522 fi
3523
3524
3525 # Check whether --enable-experimental-malloc was given.
3526 if test "${enable_experimental_malloc+set}" = set; then :
3527 enableval=$enable_experimental_malloc; experimental_malloc=$enableval
3528 else
3529 experimental_malloc=yes
3530 fi
3531
3532
3533
3534 # Check whether --enable-nss-crypt was given.
3535 if test "${enable_nss_crypt+set}" = set; then :
3536 enableval=$enable_nss_crypt; nss_crypt=$enableval
3537 else
3538 nss_crypt=no
3539 fi
3540
3541 if test x$nss_crypt = xyes; then
3542 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3543 if test $? -ne 0; then
3544 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3545 fi
3546 nspr_includes=-I$(nspr-config --includedir 2>/dev/null)
3547 if test $? -ne 0; then
3548 as_fn_error $? "cannot find include directory with nspr-config" "$LINENO" 5
3549 fi
3550 old_CFLAGS="$CFLAGS"
3551 CFLAGS="$CFLAGS $nss_includes $nspr_includes"
3552
3553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3554 /* end confdefs.h. */
3555 typedef int PRBool;
3556 #include <hasht.h>
3557 #include <nsslowhash.h>
3558 void f (void) { NSSLOW_Init (); }
3559 int
3560 main ()
3561 {
3562
3563 ;
3564 return 0;
3565 }
3566 _ACEOF
3567 if ac_fn_c_try_compile "$LINENO"; then :
3568 libc_cv_nss_crypt=yes
3569 else
3570 as_fn_error $? "
3571 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3572 fi
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3574 old_LIBS="$LIBS"
3575 old_LDFLAGS="$LDFLAGS"
3576 LIBS="$LIBS -lfreebl3"
3577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3578 /* end confdefs.h. */
3579 typedef int PRBool;
3580 #include <hasht.h>
3581 #include <nsslowhash.h>
3582 int
3583 main ()
3584 {
3585 NSSLOW_Init();
3586 ;
3587 return 0;
3588 }
3589 _ACEOF
3590 if ac_fn_c_try_link "$LINENO"; then :
3591 libc_cv_nss_crypt=yes
3592 else
3593 as_fn_error $? "
3594 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3595 fi
3596 rm -f core conftest.err conftest.$ac_objext \
3597 conftest$ac_exeext conftest.$ac_ext
3598 # Check to see if there is a static NSS cryptographic library.
3599 # If there isn't then we can't link anything with libcrypt.a,
3600 # and that might mean disabling some static tests.
3601 LDFLAGS="$LDFLAGS -static"
3602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3603 /* end confdefs.h. */
3604 typedef int PRBool;
3605 #include <hasht.h>
3606 #include <nsslowhash.h>
3607 int
3608 main ()
3609 {
3610 NSSLOW_Init();
3611 ;
3612 return 0;
3613 }
3614 _ACEOF
3615 if ac_fn_c_try_link "$LINENO"; then :
3616 libc_cv_static_nss_crypt=yes
3617 else
3618 libc_cv_static_nss_crypt=no
3619 fi
3620 rm -f core conftest.err conftest.$ac_objext \
3621 conftest$ac_exeext conftest.$ac_ext
3622 LDFLAGS="$old_LDFLAGS"
3623 CFLAGS="$old_CFLAGS"
3624 LIBS="$old_LIBS"
3625 else
3626 libc_cv_nss_crypt=no
3627 libc_cv_static_nss_crypt=no
3628 fi
3629
3630
3631
3632
3633 # Check whether --enable-obsolete-rpc was given.
3634 if test "${enable_obsolete_rpc+set}" = set; then :
3635 enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3636 else
3637 link_obsolete_rpc=no
3638 fi
3639
3640
3641
3642 if test "$link_obsolete_rpc" = yes; then
3643 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3644
3645 fi
3646
3647 # Check whether --enable-obsolete-nsl was given.
3648 if test "${enable_obsolete_nsl+set}" = set; then :
3649 enableval=$enable_obsolete_nsl; build_obsolete_nsl=$enableval
3650 else
3651 build_obsolete_nsl=no
3652 fi
3653
3654
3655
3656 if test "$build_obsolete_nsl" = yes; then
3657 $as_echo "#define LINK_OBSOLETE_NSL 1" >>confdefs.h
3658
3659 fi
3660
3661 # Check whether --enable-systemtap was given.
3662 if test "${enable_systemtap+set}" = set; then :
3663 enableval=$enable_systemtap; systemtap=$enableval
3664 else
3665 systemtap=no
3666 fi
3667
3668 if test "x$systemtap" != xno; then
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3670 $as_echo_n "checking for systemtap static probe support... " >&6; }
3671 if ${libc_cv_sdt+:} false; then :
3672 $as_echo_n "(cached) " >&6
3673 else
3674 old_CFLAGS="$CFLAGS"
3675 CFLAGS="-std=gnu11 $CFLAGS"
3676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3677 /* end confdefs.h. */
3678 #include <sys/sdt.h>
3679 void foo (int i, void *p)
3680 {
3681 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3682 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3683 }
3684 _ACEOF
3685 if ac_fn_c_try_compile "$LINENO"; then :
3686 libc_cv_sdt=yes
3687 else
3688 libc_cv_sdt=no
3689 fi
3690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 CFLAGS="$old_CFLAGS"
3692 fi
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3694 $as_echo "$libc_cv_sdt" >&6; }
3695 if test $libc_cv_sdt = yes; then
3696 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3697
3698 elif test "x$systemtap" != xauto; then
3699 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3701 as_fn_error $? "systemtap support needs sys/sdt.h with asm support
3702 See \`config.log' for more details" "$LINENO" 5; }
3703 fi
3704 fi
3705
3706 # Check whether --enable-build-nscd was given.
3707 if test "${enable_build_nscd+set}" = set; then :
3708 enableval=$enable_build_nscd; build_nscd=$enableval
3709 else
3710 build_nscd=default
3711 fi
3712
3713
3714
3715 # Note the use of $use_nscd is near the bottom of the file.
3716 # Check whether --enable-nscd was given.
3717 if test "${enable_nscd+set}" = set; then :
3718 enableval=$enable_nscd; use_nscd=$enableval
3719 else
3720 use_nscd=yes
3721 fi
3722
3723
3724 # Check whether --enable-pt_chown was given.
3725 if test "${enable_pt_chown+set}" = set; then :
3726 enableval=$enable_pt_chown; build_pt_chown=$enableval
3727 else
3728 build_pt_chown=no
3729 fi
3730
3731
3732 if test "$build_pt_chown" = yes; then
3733 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3734
3735 fi
3736
3737 # Check whether --enable-tunables was given.
3738 if test "${enable_tunables+set}" = set; then :
3739 enableval=$enable_tunables; have_tunables=$enableval
3740 else
3741 have_tunables=yes
3742 fi
3743
3744
3745 if test "$have_tunables" = yes; then
3746 $as_echo "#define HAVE_TUNABLES 1" >>confdefs.h
3747
3748 fi
3749
3750 # Check whether --enable-float128 was given.
3751 if test "${enable_float128+set}" = set; then :
3752 enableval=$enable_float128; enable_float128=$enableval
3753 else
3754 enable_float128=yes
3755 fi
3756
3757
3758 if test "$enable_float128" = yes; then
3759 $as_echo "#define WANT_FLOAT128 1" >>confdefs.h
3760
3761 fi
3762
3763 # The abi-tags file uses a fairly simplistic model for name recognition that
3764 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3765 # $host_os of `gnu*' here to be `gnu-gnu*' just so that it can tell.
3766 # This doesn't get used much beyond that, so it's fairly safe.
3767 case "$host_os" in
3768 linux*)
3769 ;;
3770 gnu*)
3771 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3772 ;;
3773 esac
3774
3775 # Check whether --enable-mathvec was given.
3776 if test "${enable_mathvec+set}" = set; then :
3777 enableval=$enable_mathvec; build_mathvec=$enableval
3778 else
3779 build_mathvec=notset
3780 fi
3781
3782
3783 # We keep the original values in `$config_*' and never modify them, so we
3784 # can write them unchanged into config.make. Everything else uses
3785 # $machine, $vendor, and $os, and changes them whenever convenient.
3786 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
3787
3788 # Don't allow vendor == "unknown"
3789 test "$config_vendor" = unknown && config_vendor=
3790 config_os="`echo $config_os | sed 's/^unknown-//'`"
3791
3792 # Some configurations imply other options.
3793 elf=yes
3794
3795 # The configure fragment of a port can modify these to supplement
3796 # or override the table in the case statement below. No fragment should
3797 # ever change the config_* variables, however.
3798 machine=$config_machine
3799 vendor=$config_vendor
3800 os=$config_os
3801 base_os=''
3802
3803 submachine=
3804
3805 # Check whether --with-cpu was given.
3806 if test "${with_cpu+set}" = set; then :
3807 withval=$with_cpu; case "$withval" in
3808 yes|'') as_fn_error $? "--with-cpu requires an argument" "$LINENO" 5 ;;
3809 no) ;;
3810 *) submachine="$withval" ;;
3811 esac
3812
3813 fi
3814
3815
3816 # An preconfigure script can set this when it wants to disable the sanity
3817 # check below.
3818 libc_config_ok=no
3819
3820 # A preconfigure script for a system that may or may not use fpu
3821 # sysdeps directories sets this to a preprocessor conditional for
3822 # whether to use such directories.
3823 with_fp_cond=1
3824
3825 if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3826 then
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3828 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3829 for frag in $frags; do
3830 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3831 echo $ECHO_N "$name $ECHO_C" >&6
3832 . "$frag"
3833 done
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3835 $as_echo "" >&6; }
3836 fi
3837
3838
3839 ###
3840 ### By using the undocumented --enable-hacker-mode option for configure
3841 ### one can skip this test to make the configuration not fail for unsupported
3842 ### platforms.
3843 ###
3844 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
3845 case "$machine-$host_os" in
3846 *-linux* | *-gnu*)
3847 ;;
3848 *)
3849 as_fn_error $? "
3850 *** The GNU C library is currently unavailable for this platform.
3851 *** If you are interested in seeing glibc on this platform visit
3852 *** the \"How to submit a new port\" in the wiki:
3853 *** https://sourceware.org/glibc/wiki/#Development
3854 *** and join the community!" "$LINENO" 5
3855 ;;
3856 esac
3857 fi
3858
3859 # Set base_machine if not set by a preconfigure fragment.
3860 test -n "$base_machine" || base_machine=$machine
3861
3862
3863 # Determine whether to use fpu or nofpu sysdeps directories.
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for use of fpu sysdeps directories" >&5
3865 $as_echo_n "checking for use of fpu sysdeps directories... " >&6; }
3866 if ${libc_cv_with_fp+:} false; then :
3867 $as_echo_n "(cached) " >&6
3868 else
3869 cat > conftest.c <<EOF
3870 #if $with_fp_cond
3871 int dummy;
3872 #else
3873 # error "no hardware floating point"
3874 #endif
3875 EOF
3876 libc_cv_with_fp=no
3877 if ${CC-cc} $CFLAGS $CPPFLAGS -S conftest.c -o conftest.s \
3878 1>&5 2>&5 ; then
3879 libc_cv_with_fp=yes
3880 fi
3881 rm -f conftest*
3882 fi
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_with_fp" >&5
3884 $as_echo "$libc_cv_with_fp" >&6; }
3885
3886
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
3888 $as_echo_n "checking for -fstack-protector... " >&6; }
3889 if ${libc_cv_ssp+:} false; then :
3890 $as_echo_n "(cached) " >&6
3891 else
3892 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
3893 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3894 (eval $ac_try) 2>&5
3895 ac_status=$?
3896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3897 test $ac_status = 0; }; }; then :
3898 libc_cv_ssp=yes
3899 else
3900 libc_cv_ssp=no
3901 fi
3902
3903 fi
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
3905 $as_echo "$libc_cv_ssp" >&6; }
3906
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-strong" >&5
3908 $as_echo_n "checking for -fstack-protector-strong... " >&6; }
3909 if ${libc_cv_ssp_strong+:} false; then :
3910 $as_echo_n "(cached) " >&6
3911 else
3912 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null'
3913 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3914 (eval $ac_try) 2>&5
3915 ac_status=$?
3916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3917 test $ac_status = 0; }; }; then :
3918 libc_cv_ssp_strong=yes
3919 else
3920 libc_cv_ssp_strong=no
3921 fi
3922
3923 fi
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_strong" >&5
3925 $as_echo "$libc_cv_ssp_strong" >&6; }
3926
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-all" >&5
3928 $as_echo_n "checking for -fstack-protector-all... " >&6; }
3929 if ${libc_cv_ssp_all+:} false; then :
3930 $as_echo_n "(cached) " >&6
3931 else
3932 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null'
3933 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3934 (eval $ac_try) 2>&5
3935 ac_status=$?
3936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3937 test $ac_status = 0; }; }; then :
3938 libc_cv_ssp_all=yes
3939 else
3940 libc_cv_ssp_all=no
3941 fi
3942
3943 fi
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_all" >&5
3945 $as_echo "$libc_cv_ssp_all" >&6; }
3946
3947 stack_protector=
3948 no_stack_protector=
3949 if test "$libc_cv_ssp" = yes; then
3950 no_stack_protector="-fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0"
3951 $as_echo "#define HAVE_CC_NO_STACK_PROTECTOR 1" >>confdefs.h
3952
3953 fi
3954
3955 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
3956 stack_protector="-fstack-protector"
3957 $as_echo "#define STACK_PROTECTOR_LEVEL 1" >>confdefs.h
3958
3959 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
3960 stack_protector="-fstack-protector-all"
3961 $as_echo "#define STACK_PROTECTOR_LEVEL 2" >>confdefs.h
3962
3963 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then
3964 stack_protector="-fstack-protector-strong"
3965 $as_echo "#define STACK_PROTECTOR_LEVEL 3" >>confdefs.h
3966
3967 else
3968 stack_protector="-fno-stack-protector"
3969 $as_echo "#define STACK_PROTECTOR_LEVEL 0" >>confdefs.h
3970
3971 fi
3972
3973
3974
3975
3976 if test -n "$stack_protector"; then
3977 no_ssp=-fno-stack-protector
3978 else
3979 no_ssp=
3980
3981 if test "$enable_stack_protector" != no; then
3982 as_fn_error $? "--enable-stack-protector=$enable_stack_protector specified, but specified level of stack protection is not supported by the compiler." "$LINENO" 5
3983 fi
3984 fi
3985
3986 # For the multi-arch option we need support in the assembler & linker.
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
3988 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
3989 if ${libc_cv_ld_gnu_indirect_function+:} false; then :
3990 $as_echo_n "(cached) " >&6
3991 else
3992 cat > conftest.S <<EOF
3993 .type foo,%gnu_indirect_function
3994 foo:
3995 .globl _start
3996 _start:
3997 .globl __start
3998 __start:
3999 .data
4000 #ifdef _LP64
4001 .quad foo
4002 #else
4003 .long foo
4004 #endif
4005 EOF
4006 libc_cv_ld_gnu_indirect_function=no
4007 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4008 -nostartfiles -nostdlib $no_ssp \
4009 -o conftest conftest.S 1>&5 2>&5; then
4010 # Do a link to see if the backend supports IFUNC relocs.
4011 $READELF -r conftest 1>&5
4012 LC_ALL=C $READELF -r conftest | grep 'no relocations' >/dev/null || {
4013 libc_cv_ld_gnu_indirect_function=yes
4014 }
4015 fi
4016 rm -f conftest*
4017 fi
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4019 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4020
4021 # Check if gcc supports attribute ifunc as it is used in libc_ifunc macro.
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc attribute ifunc support" >&5
4023 $as_echo_n "checking for gcc attribute ifunc support... " >&6; }
4024 if ${libc_cv_gcc_indirect_function+:} false; then :
4025 $as_echo_n "(cached) " >&6
4026 else
4027 cat > conftest.c <<EOF
4028 extern int func (int);
4029 int used_func (int a)
4030 {
4031 return a;
4032 }
4033 static void *resolver ()
4034 {
4035 return &used_func;
4036 }
4037 extern __typeof (func) func __attribute__ ((ifunc ("resolver")));
4038 EOF
4039 libc_cv_gcc_indirect_function=no
4040 if ${CC-cc} -c conftest.c -o conftest.o 1>&5 \
4041 2>&5 ; then
4042 if $READELF -s conftest.o | grep IFUNC >/dev/null 2>&5; then
4043 libc_cv_gcc_indirect_function=yes
4044 fi
4045 fi
4046 rm -f conftest*
4047 fi
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_indirect_function" >&5
4049 $as_echo "$libc_cv_gcc_indirect_function" >&6; }
4050
4051 # Check if CC supports attribute retain as it is used in attribute_used_retain macro.
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU attribute retain support" >&5
4053 $as_echo_n "checking for GNU attribute retain support... " >&6; }
4054 if ${libc_cv_gnu_retain+:} false; then :
4055 $as_echo_n "(cached) " >&6
4056 else
4057 cat > conftest.c <<EOF
4058 static int var __attribute__ ((used, retain, section ("__libc_atexit")));
4059 EOF
4060 libc_cv_gnu_retain=no
4061 if ${CC-cc} -Werror -c conftest.c -o /dev/null 1>&5 \
4062 2>&5 ; then
4063 libc_cv_gnu_retain=yes
4064 fi
4065 rm -f conftest*
4066 fi
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gnu_retain" >&5
4068 $as_echo "$libc_cv_gnu_retain" >&6; }
4069 if test $libc_cv_gnu_retain = yes; then
4070 $as_echo "#define HAVE_GNU_RETAIN 1" >>confdefs.h
4071
4072 fi
4073 config_vars="$config_vars
4074 have-gnu-retain = $libc_cv_gnu_retain"
4075
4076 # Check if gcc warns about alias for function with incompatible types.
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler warns about alias for function with incompatible types" >&5
4078 $as_echo_n "checking if compiler warns about alias for function with incompatible types... " >&6; }
4079 if ${libc_cv_gcc_incompatible_alias+:} false; then :
4080 $as_echo_n "(cached) " >&6
4081 else
4082 cat > conftest.c <<EOF
4083 int __redirect_foo (const void *s, int c);
4084
4085 __typeof (__redirect_foo) *foo_impl (void) __asm__ ("foo");
4086 __typeof (__redirect_foo) *foo_impl (void)
4087 {
4088 return 0;
4089 }
4090
4091 extern __typeof (__redirect_foo) foo_alias __attribute__ ((alias ("foo")));
4092 EOF
4093 libc_cv_gcc_incompatible_alias=yes
4094 if ${CC-cc} -Werror -c conftest.c -o conftest.o 1>&5 2>&5 ; then
4095 libc_cv_gcc_incompatible_alias=no
4096 fi
4097 rm -f conftest*
4098 fi
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_incompatible_alias" >&5
4100 $as_echo "$libc_cv_gcc_incompatible_alias" >&6; }
4101
4102 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
4103 if test x"$multi_arch" = xyes; then
4104 as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4105 else
4106 multi_arch=no
4107 fi
4108 fi
4109 if test x"$libc_cv_gcc_indirect_function" != xyes; then
4110 # GCC 8+ emits a warning for alias with incompatible types and it might
4111 # fail to build ifunc resolvers aliases to either weak or internal
4112 # symbols. Disables multiarch build in this case.
4113 if test x"$libc_cv_gcc_incompatible_alias" == xyes; then
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gcc emits a warning for alias between functions of incompatible types" >&5
4115 $as_echo "$as_me: WARNING: gcc emits a warning for alias between functions of incompatible types" >&2;}
4116 if test x"$multi_arch" = xyes; then
4117 as_fn_error $? "--enable-multi-arch support requires a gcc with gnu-indirect-function support" "$LINENO" 5
4118 fi
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Multi-arch is disabled." >&5
4120 $as_echo "$as_me: WARNING: Multi-arch is disabled." >&2;}
4121 multi_arch=no
4122 elif test x"$multi_arch" = xyes; then
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4124 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&5
4125 $as_echo "$as_me: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4126 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&2;}
4127 fi
4128 fi
4129 multi_arch_d=
4130 if test x"$multi_arch" != xno; then
4131 multi_arch_d=/multiarch
4132 fi
4133
4134 # Compute the list of sysdep directories for this configuration.
4135 # This can take a while to compute.
4136 sysdep_dir=$srcdir/sysdeps
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4138 $as_echo_n "checking sysdep dirs... " >&6; }
4139 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4140 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4141
4142 test "x$base_os" != x || case "$os" in
4143 gnu*)
4144 base_os=mach/hurd ;;
4145 linux*)
4146 base_os=unix/sysv ;;
4147 esac
4148
4149 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4150 tail=$os
4151 ostry=$os
4152 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4153 ostry="$ostry /$o"
4154 tail=$o
4155 done
4156 o=`echo $tail | sed 's/[0-9]*$//'`
4157 if test $o != $tail; then
4158 ostry="$ostry /$o"
4159 fi
4160 # For linux-gnu, try linux-gnu, then linux.
4161 o=`echo $tail | sed 's/-.*$//'`
4162 if test $o != $tail; then
4163 ostry="$ostry /$o"
4164 fi
4165
4166 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4167 base=
4168 tail=$base_os
4169 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4170 set $b
4171 base="$base /$1"
4172 tail="$2"
4173 done
4174
4175 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4176 mach=
4177 tail=$machine${submachine:+/$submachine}
4178 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4179 set $m
4180 # Prepend the machine's FPU directory unless --without-fp.
4181 if test "$libc_cv_with_fp" = yes; then
4182 maybe_fpu=/fpu
4183 else
4184 maybe_fpu=/nofpu
4185 fi
4186 # For each machine term, try it with and then without /multiarch.
4187 for try_fpu in $maybe_fpu ''; do
4188 for try_multi in $multi_arch_d ''; do
4189 mach="$mach /$1$try_fpu$try_multi"
4190 done
4191 done
4192 tail="$2"
4193 done
4194
4195
4196 # Find what sysdep directories exist.
4197 sysnames=
4198 for b in $base ''; do
4199 for m0 in $mach ''; do
4200 for v in /$vendor ''; do
4201 test "$v" = / && continue
4202 for o in /$ostry ''; do
4203 test "$o" = / && continue
4204 for m in $mach ''; do
4205 try_suffix="$m0$b$v$o$m"
4206 if test -n "$try_suffix"; then
4207 try_srcdir="${srcdir}/"
4208 try="sysdeps$try_suffix"
4209 test -n "$enable_debug_configure" &&
4210 echo "$0 DEBUG: try $try" >&2
4211 if test -d "$try_srcdir$try"; then
4212 sysnames="$sysnames $try"
4213 { test -n "$o" || test -n "$b"; } && os_used=t
4214 { test -n "$m" || test -n "$m0"; } && machine_used=t
4215 case x${m0:-$m} in
4216 x*/$submachine) submachine_used=t ;;
4217 esac
4218 fi
4219 fi
4220 done
4221 done
4222 done
4223 done
4224 done
4225
4226 # If the assembler supports gnu_indirect_function symbol type and the
4227 # architecture supports multi-arch, we enable multi-arch by default.
4228 case $sysnames in
4229 *"$multi_arch_d"*)
4230 ;;
4231 *)
4232 test x"$multi_arch" = xdefault && multi_arch=no
4233 ;;
4234 esac
4235 if test x"$multi_arch" != xno; then
4236 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4237
4238 fi
4239
4240
4241 if test -z "$os_used" && test "$os" != none; then
4242 as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4243 fi
4244 if test -z "$machine_used" && test "$machine" != none; then
4245 as_fn_error $? "The $machine is not supported." "$LINENO" 5
4246 fi
4247 if test -z "$submachine_used" && test -n "$submachine"; then
4248 as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4249 fi
4250
4251
4252 # We have now validated the configuration.
4253
4254 # Expand the list of system names into a full list of directories
4255 # from each element's parent name and Implies file (if present).
4256 set $sysnames
4257 names=
4258 while test $# -gt 0; do
4259 name=$1
4260 shift
4261
4262 case " $names " in *" $name "*)
4263 # Already in the list.
4264 continue
4265 esac
4266
4267 # Report each name as we discover it, so there is no long pause in output.
4268 echo $ECHO_N "$name $ECHO_C" >&6
4269
4270 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4271
4272 case $name in
4273 /*) xsrcdir= ;;
4274 *) xsrcdir=$srcdir/ ;;
4275 esac
4276 test -n "$enable_debug_configure" &&
4277 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4278
4279 for implies_file in Implies Implies-before Implies-after; do
4280 implies_type=`echo $implies_file | sed s/-/_/`
4281 eval ${implies_type}=
4282 if test -f $xsrcdir$name/$implies_file; then
4283 # Collect more names from the `Implies' file (removing comments).
4284 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4285 for x in $implied_candidate; do
4286 found=no
4287 if test -d $xsrcdir$name_base/$x; then
4288 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4289 found=yes
4290 fi
4291 try="sysdeps/$x"
4292 try_srcdir=$srcdir/
4293 test -n "$enable_debug_configure" &&
4294 echo "DEBUG: $name $implies_file $x try() {$try_srcdir}$try" >&2
4295 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4296 then
4297 eval "${implies_type}=\"\$${implies_type} \$try\""
4298 found=yes
4299 fi
4300 if test $found = no; then
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4302 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4303 fi
4304 done
4305 fi
4306 done
4307
4308 # Add NAME to the list of names.
4309 names="$names $name"
4310
4311 # Find the parent of NAME, using the empty string if it has none.
4312 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4313
4314 test -n "$enable_debug_configure" &&
4315 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4316 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4317
4318 # Add the names implied by NAME, and NAME's parent (if it has one), to
4319 # the list of names to be processed (the argument list). We prepend the
4320 # implied names to the list and append the parent. We want implied
4321 # directories to come before further directories inferred from the
4322 # configuration components; this ensures that for sysv4, unix/common
4323 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4324 # after sysv4).
4325 sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4326 test -n "$sysnames" && set $sysnames
4327 done
4328
4329 # Add the default directories.
4330 default_sysnames="sysdeps/generic"
4331 sysnames="$names $default_sysnames"
4332
4333 # The other names were emitted during the scan.
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4335 $as_echo "$default_sysnames" >&6; }
4336
4337
4338 ### Locate tools.
4339
4340 # Find a good install program. We prefer a C program (faster),
4341 # so one script is as good as another. But avoid the broken or
4342 # incompatible versions:
4343 # SysV /etc/install, /usr/sbin/install
4344 # SunOS /usr/etc/install
4345 # IRIX /sbin/install
4346 # AIX /bin/install
4347 # AmigaOS /C/install, which installs bootblocks on floppy discs
4348 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4349 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4350 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4351 # OS/2's system install, which has a completely different semantic
4352 # ./install, which can be erroneously created by make from ./install.sh.
4353 # Reject install programs that cannot install multiple files.
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4355 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4356 if test -z "$INSTALL"; then
4357 if ${ac_cv_path_install+:} false; then :
4358 $as_echo_n "(cached) " >&6
4359 else
4360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4361 for as_dir in $PATH
4362 do
4363 IFS=$as_save_IFS
4364 test -z "$as_dir" && as_dir=.
4365 # Account for people who put trailing slashes in PATH elements.
4366 case $as_dir/ in #((
4367 ./ | .// | /[cC]/* | \
4368 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4369 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4370 /usr/ucb/* ) ;;
4371 *)
4372 # OSF1 and SCO ODT 3.0 have their own names for install.
4373 # Don't use installbsd from OSF since it installs stuff as root
4374 # by default.
4375 for ac_prog in ginstall scoinst install; do
4376 for ac_exec_ext in '' $ac_executable_extensions; do
4377 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4378 if test $ac_prog = install &&
4379 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4380 # AIX install. It has an incompatible calling convention.
4381 :
4382 elif test $ac_prog = install &&
4383 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4384 # program-specific install script used by HP pwplus--don't use.
4385 :
4386 else
4387 rm -rf conftest.one conftest.two conftest.dir
4388 echo one > conftest.one
4389 echo two > conftest.two
4390 mkdir conftest.dir
4391 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4392 test -s conftest.one && test -s conftest.two &&
4393 test -s conftest.dir/conftest.one &&
4394 test -s conftest.dir/conftest.two
4395 then
4396 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4397 break 3
4398 fi
4399 fi
4400 fi
4401 done
4402 done
4403 ;;
4404 esac
4405
4406 done
4407 IFS=$as_save_IFS
4408
4409 rm -rf conftest.one conftest.two conftest.dir
4410
4411 fi
4412 if test "${ac_cv_path_install+set}" = set; then
4413 INSTALL=$ac_cv_path_install
4414 else
4415 # As a last resort, use the slow shell script. Don't cache a
4416 # value for INSTALL within a source directory, because that will
4417 # break other packages using the cache if that directory is
4418 # removed, or if the value is a relative name.
4419 INSTALL=$ac_install_sh
4420 fi
4421 fi
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4423 $as_echo "$INSTALL" >&6; }
4424
4425 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4426 # It thinks the first close brace ends the variable substitution.
4427 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4428
4429 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4430
4431 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4432
4433 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4434 # The makefiles need to use a different form to find it in $srcdir.
4435 INSTALL='\$(..)./scripts/install-sh -c'
4436 fi
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4438 $as_echo_n "checking whether ln -s works... " >&6; }
4439 LN_S=$as_ln_s
4440 if test "$LN_S" = "ln -s"; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4442 $as_echo "yes" >&6; }
4443 else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4445 $as_echo "no, using $LN_S" >&6; }
4446 fi
4447
4448
4449 # Was a --with-binutils option given?
4450 if test -n "$path_binutils"; then
4451 # Make absolute; ensure a single trailing slash.
4452 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4453 CC="$CC -B$path_binutils"
4454 fi
4455 AS=`$CC -print-prog-name=as`
4456 LD=`$CC -print-prog-name=ld`
4457 AR=`$CC -print-prog-name=ar`
4458
4459 OBJDUMP=`$CC -print-prog-name=objdump`
4460
4461 OBJCOPY=`$CC -print-prog-name=objcopy`
4462
4463 GPROF=`$CC -print-prog-name=gprof`
4464
4465
4466 # Determine whether we are using GNU binutils.
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4468 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4469 if ${libc_cv_prog_as_gnu+:} false; then :
4470 $as_echo_n "(cached) " >&6
4471 else
4472 # Most GNU programs take a -v and spit out some text including
4473 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4474 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4475 libc_cv_prog_as_gnu=yes
4476 else
4477 libc_cv_prog_as_gnu=no
4478 fi
4479 rm -fr contest*
4480 fi
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4482 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4483 rm -f a.out
4484 gnu_as=$libc_cv_prog_as_gnu
4485
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4487 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4488 if ${libc_cv_prog_ld_gnu+:} false; then :
4489 $as_echo_n "(cached) " >&6
4490 else
4491 # Most GNU programs take a -v and spit out some text including
4492 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4493 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4494 libc_cv_prog_ld_gnu=yes
4495 else
4496 libc_cv_prog_ld_gnu=no
4497 fi
4498 rm -fr contest*
4499 fi
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4501 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4502 gnu_ld=$libc_cv_prog_ld_gnu
4503
4504
4505 if test "$with_clang" = no; then
4506 # Accept binutils 2.25 or newer.
4507 for ac_prog in $AS
4508 do
4509 # Extract the first word of "$ac_prog", so it can be a program name with args.
4510 set dummy $ac_prog; ac_word=$2
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4512 $as_echo_n "checking for $ac_word... " >&6; }
4513 if ${ac_cv_prog_AS+:} false; then :
4514 $as_echo_n "(cached) " >&6
4515 else
4516 if test -n "$AS"; then
4517 ac_cv_prog_AS="$AS" # Let the user override the test.
4518 else
4519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4520 for as_dir in $PATH
4521 do
4522 IFS=$as_save_IFS
4523 test -z "$as_dir" && as_dir=.
4524 for ac_exec_ext in '' $ac_executable_extensions; do
4525 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4526 ac_cv_prog_AS="$ac_prog"
4527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4528 break 2
4529 fi
4530 done
4531 done
4532 IFS=$as_save_IFS
4533
4534 fi
4535 fi
4536 AS=$ac_cv_prog_AS
4537 if test -n "$AS"; then
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4539 $as_echo "$AS" >&6; }
4540 else
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4542 $as_echo "no" >&6; }
4543 fi
4544
4545
4546 test -n "$AS" && break
4547 done
4548
4549 if test -z "$AS"; then
4550 ac_verc_fail=yes
4551 else
4552 # Found it, now check the version.
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4554 $as_echo_n "checking version of $AS... " >&6; }
4555 ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4556 case $ac_prog_version in
4557 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4558 2.1[0-9][0-9]*|2.2[5-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4559 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4560 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4561
4562 esac
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4564 $as_echo "$ac_prog_version" >&6; }
4565 fi
4566 if test $ac_verc_fail = yes; then
4567 AS=: critic_missing="$critic_missing as"
4568 fi
4569
4570 fi
4571
4572 if test "$with_lld" = no; then
4573 if test -n "`$LD --version | sed -n 's/^GNU \(gold\).*$/\1/p'`"; then
4574 # Accept gold 1.14 or higher
4575 for ac_prog in $LD
4576 do
4577 # Extract the first word of "$ac_prog", so it can be a program name with args.
4578 set dummy $ac_prog; ac_word=$2
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4580 $as_echo_n "checking for $ac_word... " >&6; }
4581 if ${ac_cv_prog_LD+:} false; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 if test -n "$LD"; then
4585 ac_cv_prog_LD="$LD" # Let the user override the test.
4586 else
4587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588 for as_dir in $PATH
4589 do
4590 IFS=$as_save_IFS
4591 test -z "$as_dir" && as_dir=.
4592 for ac_exec_ext in '' $ac_executable_extensions; do
4593 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4594 ac_cv_prog_LD="$ac_prog"
4595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4596 break 2
4597 fi
4598 done
4599 done
4600 IFS=$as_save_IFS
4601
4602 fi
4603 fi
4604 LD=$ac_cv_prog_LD
4605 if test -n "$LD"; then
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4607 $as_echo "$LD" >&6; }
4608 else
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4610 $as_echo "no" >&6; }
4611 fi
4612
4613
4614 test -n "$LD" && break
4615 done
4616
4617 if test -z "$LD"; then
4618 ac_verc_fail=yes
4619 else
4620 # Found it, now check the version.
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4622 $as_echo_n "checking version of $LD... " >&6; }
4623 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU gold.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4624 case $ac_prog_version in
4625 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4626 1.1[4-9]*|1.[2-9][0-9]*|1.1[0-9][0-9]*|[2-9].*|[1-9][0-9]*)
4627 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4628 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4629
4630 esac
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4632 $as_echo "$ac_prog_version" >&6; }
4633 fi
4634 if test $ac_verc_fail = yes; then
4635 LD=: critic_missing="$critic_missing GNU gold"
4636 fi
4637
4638 else
4639 for ac_prog in $LD
4640 do
4641 # Extract the first word of "$ac_prog", so it can be a program name with args.
4642 set dummy $ac_prog; ac_word=$2
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4644 $as_echo_n "checking for $ac_word... " >&6; }
4645 if ${ac_cv_prog_LD+:} false; then :
4646 $as_echo_n "(cached) " >&6
4647 else
4648 if test -n "$LD"; then
4649 ac_cv_prog_LD="$LD" # Let the user override the test.
4650 else
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH
4653 do
4654 IFS=$as_save_IFS
4655 test -z "$as_dir" && as_dir=.
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4658 ac_cv_prog_LD="$ac_prog"
4659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4660 break 2
4661 fi
4662 done
4663 done
4664 IFS=$as_save_IFS
4665
4666 fi
4667 fi
4668 LD=$ac_cv_prog_LD
4669 if test -n "$LD"; then
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4671 $as_echo "$LD" >&6; }
4672 else
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4674 $as_echo "no" >&6; }
4675 fi
4676
4677
4678 test -n "$LD" && break
4679 done
4680
4681 if test -z "$LD"; then
4682 ac_verc_fail=yes
4683 else
4684 # Found it, now check the version.
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4686 $as_echo_n "checking version of $LD... " >&6; }
4687 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4688 case $ac_prog_version in
4689 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4690 2.1[0-9][0-9]*|2.2[5-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4691 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4692 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4693
4694 esac
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4696 $as_echo "$ac_prog_version" >&6; }
4697 fi
4698 if test $ac_verc_fail = yes; then
4699 LD=: critic_missing="$critic_missing GNU ld"
4700 fi
4701
4702 fi
4703 fi
4704
4705 # These programs are version sensitive.
4706
4707 for ac_prog in gnumake gmake make
4708 do
4709 # Extract the first word of "$ac_prog", so it can be a program name with args.
4710 set dummy $ac_prog; ac_word=$2
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if ${ac_cv_prog_MAKE+:} false; then :
4714 $as_echo_n "(cached) " >&6
4715 else
4716 if test -n "$MAKE"; then
4717 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4718 else
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720 for as_dir in $PATH
4721 do
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4726 ac_cv_prog_MAKE="$ac_prog"
4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4728 break 2
4729 fi
4730 done
4731 done
4732 IFS=$as_save_IFS
4733
4734 fi
4735 fi
4736 MAKE=$ac_cv_prog_MAKE
4737 if test -n "$MAKE"; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4739 $as_echo "$MAKE" >&6; }
4740 else
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742 $as_echo "no" >&6; }
4743 fi
4744
4745
4746 test -n "$MAKE" && break
4747 done
4748
4749 if test -z "$MAKE"; then
4750 ac_verc_fail=yes
4751 else
4752 # Found it, now check the version.
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4754 $as_echo_n "checking version of $MAKE... " >&6; }
4755 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4756 case $ac_prog_version in
4757 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4758 3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*)
4759 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4760 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4761
4762 esac
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4764 $as_echo "$ac_prog_version" >&6; }
4765 fi
4766 if test $ac_verc_fail = yes; then
4767 critic_missing="$critic_missing make"
4768 fi
4769
4770
4771 for ac_prog in gnumsgfmt gmsgfmt msgfmt
4772 do
4773 # Extract the first word of "$ac_prog", so it can be a program name with args.
4774 set dummy $ac_prog; ac_word=$2
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4776 $as_echo_n "checking for $ac_word... " >&6; }
4777 if ${ac_cv_prog_MSGFMT+:} false; then :
4778 $as_echo_n "(cached) " >&6
4779 else
4780 if test -n "$MSGFMT"; then
4781 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4782 else
4783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4784 for as_dir in $PATH
4785 do
4786 IFS=$as_save_IFS
4787 test -z "$as_dir" && as_dir=.
4788 for ac_exec_ext in '' $ac_executable_extensions; do
4789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4790 ac_cv_prog_MSGFMT="$ac_prog"
4791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4792 break 2
4793 fi
4794 done
4795 done
4796 IFS=$as_save_IFS
4797
4798 fi
4799 fi
4800 MSGFMT=$ac_cv_prog_MSGFMT
4801 if test -n "$MSGFMT"; then
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
4803 $as_echo "$MSGFMT" >&6; }
4804 else
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4806 $as_echo "no" >&6; }
4807 fi
4808
4809
4810 test -n "$MSGFMT" && break
4811 done
4812
4813 if test -z "$MSGFMT"; then
4814 ac_verc_fail=yes
4815 else
4816 # Found it, now check the version.
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
4818 $as_echo_n "checking version of $MSGFMT... " >&6; }
4819 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4820 case $ac_prog_version in
4821 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4822 0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*)
4823 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4824 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4825
4826 esac
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4828 $as_echo "$ac_prog_version" >&6; }
4829 fi
4830 if test $ac_verc_fail = yes; then
4831 MSGFMT=: aux_missing="$aux_missing msgfmt"
4832 fi
4833
4834 for ac_prog in makeinfo
4835 do
4836 # Extract the first word of "$ac_prog", so it can be a program name with args.
4837 set dummy $ac_prog; ac_word=$2
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if ${ac_cv_prog_MAKEINFO+:} false; then :
4841 $as_echo_n "(cached) " >&6
4842 else
4843 if test -n "$MAKEINFO"; then
4844 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4848 do
4849 IFS=$as_save_IFS
4850 test -z "$as_dir" && as_dir=.
4851 for ac_exec_ext in '' $ac_executable_extensions; do
4852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4853 ac_cv_prog_MAKEINFO="$ac_prog"
4854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4855 break 2
4856 fi
4857 done
4858 done
4859 IFS=$as_save_IFS
4860
4861 fi
4862 fi
4863 MAKEINFO=$ac_cv_prog_MAKEINFO
4864 if test -n "$MAKEINFO"; then
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4866 $as_echo "$MAKEINFO" >&6; }
4867 else
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4869 $as_echo "no" >&6; }
4870 fi
4871
4872
4873 test -n "$MAKEINFO" && break
4874 done
4875
4876 if test -z "$MAKEINFO"; then
4877 ac_verc_fail=yes
4878 else
4879 # Found it, now check the version.
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
4881 $as_echo_n "checking version of $MAKEINFO... " >&6; }
4882 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4883 case $ac_prog_version in
4884 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4885 4.[7-9]*|4.[1-9][0-9]*|[5-9].*)
4886 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4887 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4888
4889 esac
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4891 $as_echo "$ac_prog_version" >&6; }
4892 fi
4893 if test $ac_verc_fail = yes; then
4894 MAKEINFO=: aux_missing="$aux_missing makeinfo"
4895 fi
4896
4897 for ac_prog in sed
4898 do
4899 # Extract the first word of "$ac_prog", so it can be a program name with args.
4900 set dummy $ac_prog; ac_word=$2
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902 $as_echo_n "checking for $ac_word... " >&6; }
4903 if ${ac_cv_prog_SED+:} false; then :
4904 $as_echo_n "(cached) " >&6
4905 else
4906 if test -n "$SED"; then
4907 ac_cv_prog_SED="$SED" # Let the user override the test.
4908 else
4909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910 for as_dir in $PATH
4911 do
4912 IFS=$as_save_IFS
4913 test -z "$as_dir" && as_dir=.
4914 for ac_exec_ext in '' $ac_executable_extensions; do
4915 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4916 ac_cv_prog_SED="$ac_prog"
4917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4918 break 2
4919 fi
4920 done
4921 done
4922 IFS=$as_save_IFS
4923
4924 fi
4925 fi
4926 SED=$ac_cv_prog_SED
4927 if test -n "$SED"; then
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4929 $as_echo "$SED" >&6; }
4930 else
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932 $as_echo "no" >&6; }
4933 fi
4934
4935
4936 test -n "$SED" && break
4937 done
4938
4939 if test -z "$SED"; then
4940 ac_verc_fail=yes
4941 else
4942 # Found it, now check the version.
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
4944 $as_echo_n "checking version of $SED... " >&6; }
4945 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4946 case $ac_prog_version in
4947 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4948 3.0[2-9]*|3.[1-9]*|[4-9]*)
4949 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4950 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4951
4952 esac
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4954 $as_echo "$ac_prog_version" >&6; }
4955 fi
4956 if test $ac_verc_fail = yes; then
4957 SED=: aux_missing="$aux_missing sed"
4958 fi
4959
4960 for ac_prog in gawk
4961 do
4962 # Extract the first word of "$ac_prog", so it can be a program name with args.
4963 set dummy $ac_prog; ac_word=$2
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4965 $as_echo_n "checking for $ac_word... " >&6; }
4966 if ${ac_cv_prog_AWK+:} false; then :
4967 $as_echo_n "(cached) " >&6
4968 else
4969 if test -n "$AWK"; then
4970 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4971 else
4972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4973 for as_dir in $PATH
4974 do
4975 IFS=$as_save_IFS
4976 test -z "$as_dir" && as_dir=.
4977 for ac_exec_ext in '' $ac_executable_extensions; do
4978 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4979 ac_cv_prog_AWK="$ac_prog"
4980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4981 break 2
4982 fi
4983 done
4984 done
4985 IFS=$as_save_IFS
4986
4987 fi
4988 fi
4989 AWK=$ac_cv_prog_AWK
4990 if test -n "$AWK"; then
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4992 $as_echo "$AWK" >&6; }
4993 else
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4995 $as_echo "no" >&6; }
4996 fi
4997
4998
4999 test -n "$AWK" && break
5000 done
5001
5002 if test -z "$AWK"; then
5003 ac_verc_fail=yes
5004 else
5005 # Found it, now check the version.
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
5007 $as_echo_n "checking version of $AWK... " >&6; }
5008 ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
5009 case $ac_prog_version in
5010 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5011 3.1.[2-9]*|3.[2-9]*|[4-9]*)
5012 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5013 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5014
5015 esac
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5017 $as_echo "$ac_prog_version" >&6; }
5018 fi
5019 if test $ac_verc_fail = yes; then
5020 critic_missing="$critic_missing gawk"
5021 fi
5022
5023 for ac_prog in bison
5024 do
5025 # Extract the first word of "$ac_prog", so it can be a program name with args.
5026 set dummy $ac_prog; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if ${ac_cv_prog_BISON+:} false; then :
5030 $as_echo_n "(cached) " >&6
5031 else
5032 if test -n "$BISON"; then
5033 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5034 else
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036 for as_dir in $PATH
5037 do
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
5041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5042 ac_cv_prog_BISON="$ac_prog"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5045 fi
5046 done
5047 done
5048 IFS=$as_save_IFS
5049
5050 fi
5051 fi
5052 BISON=$ac_cv_prog_BISON
5053 if test -n "$BISON"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5055 $as_echo "$BISON" >&6; }
5056 else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5059 fi
5060
5061
5062 test -n "$BISON" && break
5063 done
5064
5065 if test -z "$BISON"; then
5066 ac_verc_fail=yes
5067 else
5068 # Found it, now check the version.
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5070 $as_echo_n "checking version of $BISON... " >&6; }
5071 ac_prog_version=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5072 case $ac_prog_version in
5073 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5074 2.7*|[3-9].*|[1-9][0-9]*)
5075 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5076 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5077
5078 esac
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5080 $as_echo "$ac_prog_version" >&6; }
5081 fi
5082 if test $ac_verc_fail = yes; then
5083 critic_missing="$critic_missing bison"
5084 fi
5085
5086
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
5088 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
5089 if ${libc_cv_compiler_ok+:} false; then :
5090 $as_echo_n "(cached) " >&6
5091 else
5092
5093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5094 /* end confdefs.h. */
5095
5096 int
5097 main ()
5098 {
5099
5100 #if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 9)
5101 #if !defined __clang__
5102 #error insufficient compiler
5103 #endif
5104 #endif
5105 ;
5106 return 0;
5107 }
5108 _ACEOF
5109 if ac_fn_c_try_compile "$LINENO"; then :
5110 libc_cv_compiler_ok=yes
5111 else
5112 libc_cv_compiler_ok=no
5113 fi
5114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5115 fi
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
5117 $as_echo "$libc_cv_compiler_ok" >&6; }
5118 if test $libc_cv_compiler_ok != yes; then :
5119 critic_missing="$critic_missing compiler"
5120 fi
5121
5122 if test -n "$ac_tool_prefix"; then
5123 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5124 set dummy ${ac_tool_prefix}nm; ac_word=$2
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5126 $as_echo_n "checking for $ac_word... " >&6; }
5127 if ${ac_cv_prog_NM+:} false; then :
5128 $as_echo_n "(cached) " >&6
5129 else
5130 if test -n "$NM"; then
5131 ac_cv_prog_NM="$NM" # Let the user override the test.
5132 else
5133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134 for as_dir in $PATH
5135 do
5136 IFS=$as_save_IFS
5137 test -z "$as_dir" && as_dir=.
5138 for ac_exec_ext in '' $ac_executable_extensions; do
5139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5140 ac_cv_prog_NM="${ac_tool_prefix}nm"
5141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 break 2
5143 fi
5144 done
5145 done
5146 IFS=$as_save_IFS
5147
5148 fi
5149 fi
5150 NM=$ac_cv_prog_NM
5151 if test -n "$NM"; then
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5153 $as_echo "$NM" >&6; }
5154 else
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5156 $as_echo "no" >&6; }
5157 fi
5158
5159
5160 fi
5161 if test -z "$ac_cv_prog_NM"; then
5162 ac_ct_NM=$NM
5163 # Extract the first word of "nm", so it can be a program name with args.
5164 set dummy nm; 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_prog_ac_ct_NM+:} false; then :
5168 $as_echo_n "(cached) " >&6
5169 else
5170 if test -n "$ac_ct_NM"; then
5171 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5172 else
5173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5174 for as_dir in $PATH
5175 do
5176 IFS=$as_save_IFS
5177 test -z "$as_dir" && as_dir=.
5178 for ac_exec_ext in '' $ac_executable_extensions; do
5179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5180 ac_cv_prog_ac_ct_NM="nm"
5181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5182 break 2
5183 fi
5184 done
5185 done
5186 IFS=$as_save_IFS
5187
5188 fi
5189 fi
5190 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5191 if test -n "$ac_ct_NM"; then
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5193 $as_echo "$ac_ct_NM" >&6; }
5194 else
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5196 $as_echo "no" >&6; }
5197 fi
5198
5199 if test "x$ac_ct_NM" = x; then
5200 NM="false"
5201 else
5202 case $cross_compiling:$ac_tool_warned in
5203 yes:)
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5205 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5206 ac_tool_warned=yes ;;
5207 esac
5208 NM=$ac_ct_NM
5209 fi
5210 else
5211 NM="$ac_cv_prog_NM"
5212 fi
5213
5214
5215 if test "x$maintainer" = "xyes"; then
5216 for ac_prog in autoconf
5217 do
5218 # Extract the first word of "$ac_prog", so it can be a program name with args.
5219 set dummy $ac_prog; ac_word=$2
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5221 $as_echo_n "checking for $ac_word... " >&6; }
5222 if ${ac_cv_prog_AUTOCONF+:} false; then :
5223 $as_echo_n "(cached) " >&6
5224 else
5225 if test -n "$AUTOCONF"; then
5226 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5227 else
5228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5229 for as_dir in $PATH
5230 do
5231 IFS=$as_save_IFS
5232 test -z "$as_dir" && as_dir=.
5233 for ac_exec_ext in '' $ac_executable_extensions; do
5234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5235 ac_cv_prog_AUTOCONF="$ac_prog"
5236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5237 break 2
5238 fi
5239 done
5240 done
5241 IFS=$as_save_IFS
5242
5243 fi
5244 fi
5245 AUTOCONF=$ac_cv_prog_AUTOCONF
5246 if test -n "$AUTOCONF"; then
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5248 $as_echo "$AUTOCONF" >&6; }
5249 else
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5251 $as_echo "no" >&6; }
5252 fi
5253
5254
5255 test -n "$AUTOCONF" && break
5256 done
5257 test -n "$AUTOCONF" || AUTOCONF="no"
5258
5259 case "x$AUTOCONF" in
5260 xno|x|x:) AUTOCONF=no ;;
5261 *)
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5263 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5264 if ${libc_cv_autoconf_works+:} false; then :
5265 $as_echo_n "(cached) " >&6
5266 else
5267 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then
5268 libc_cv_autoconf_works=yes
5269 else
5270 libc_cv_autoconf_works=no
5271 fi
5272 fi
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5274 $as_echo "$libc_cv_autoconf_works" >&6; }
5275 test $libc_cv_autoconf_works = yes || AUTOCONF=no
5276 ;;
5277 esac
5278 if test "x$AUTOCONF" = xno; then
5279 aux_missing="$aux_missing autoconf"
5280 fi
5281 else
5282 AUTOCONF=no
5283 fi
5284
5285 # Check for python3 if available, or else python.
5286 for ac_prog in python3 python
5287 do
5288 # Extract the first word of "$ac_prog", so it can be a program name with args.
5289 set dummy $ac_prog; ac_word=$2
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5291 $as_echo_n "checking for $ac_word... " >&6; }
5292 if ${ac_cv_prog_PYTHON_PROG+:} false; then :
5293 $as_echo_n "(cached) " >&6
5294 else
5295 if test -n "$PYTHON_PROG"; then
5296 ac_cv_prog_PYTHON_PROG="$PYTHON_PROG" # Let the user override the test.
5297 else
5298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5299 for as_dir in $PATH
5300 do
5301 IFS=$as_save_IFS
5302 test -z "$as_dir" && as_dir=.
5303 for ac_exec_ext in '' $ac_executable_extensions; do
5304 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5305 ac_cv_prog_PYTHON_PROG="$ac_prog"
5306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5307 break 2
5308 fi
5309 done
5310 done
5311 IFS=$as_save_IFS
5312
5313 fi
5314 fi
5315 PYTHON_PROG=$ac_cv_prog_PYTHON_PROG
5316 if test -n "$PYTHON_PROG"; then
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_PROG" >&5
5318 $as_echo "$PYTHON_PROG" >&6; }
5319 else
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5321 $as_echo "no" >&6; }
5322 fi
5323
5324
5325 test -n "$PYTHON_PROG" && break
5326 done
5327 test -n "$PYTHON_PROG" || PYTHON_PROG="no"
5328
5329 case "x$PYTHON_PROG" in
5330 xno|x|x:) PYTHON_PROG=no ;;
5331 *) ;;
5332 esac
5333
5334 if test "x$PYTHON_PROG" = xno; then
5335 aux_missing="$aux_missing python"
5336 else
5337 PYTHON="$PYTHON_PROG -B"
5338
5339 fi
5340
5341 test -n "$critic_missing" && as_fn_error $? "
5342 *** These critical programs are missing or too old:$critic_missing
5343 *** Check the INSTALL file for required versions." "$LINENO" 5
5344
5345 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5346 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5347 *** some features or tests will be disabled.
5348 *** Check the INSTALL file for required versions." >&5
5349 $as_echo "$as_me: WARNING:
5350 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5351 *** some features or tests will be disabled.
5352 *** Check the INSTALL file for required versions." >&2;}
5353
5354 # if using special system headers, find out the compiler's sekrit
5355 # header directory and add that to the list. NOTE: Only does the right
5356 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5357 if test -n "$sysheaders"; then
5358 SYSINCLUDES=-nostdinc
5359 for d in include include-fixed; do
5360 i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5361 SYSINCLUDES="$SYSINCLUDES -isystem $i"
5362 done
5363 SYSINCLUDES="$SYSINCLUDES \
5364 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5365 if test -n "$CXX"; then
5366 CXX_SYSINCLUDES=
5367 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5368 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5369 test "x$cxxheaders" != x &&
5370 CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders"
5371 done
5372 fi
5373 fi
5374
5375
5376
5377 # Obtain some C++ header file paths. This is used to make a local
5378 # copy of those headers in Makerules.
5379 if test -n "$CXX"; then
5380 # In theory the clang and gcc regexes can be merged, but the
5381 # result is incomprehensible.
5382 if test "$with_clang" != no; then
5383 find_cxx_header () {
5384 echo "#include <$1>" | $CXX -M -MP -x c++ - 2>/dev/null \
5385 | sed -n "\,^[o.-]*[ :] /.*/$1 [\]$,{s,^[o.-]*[ :] /,/,;s/ [\]$//;p}"
5386 }
5387 else
5388 find_cxx_header () {
5389 echo "#include <$1>" | $CXX -M -MP -x c++ - 2>/dev/null \
5390 | sed -n "\,$1:,{s/:\$//;p}"
5391 }
5392 fi
5393 CXX_CSTDLIB_HEADER="$(find_cxx_header cstdlib)"
5394 CXX_CMATH_HEADER="$(find_cxx_header cmath)"
5395 CXX_BITS_STD_ABS_H="$(find_cxx_header bits/std_abs.h)"
5396 fi
5397
5398
5399
5400
5401 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5402 # since this would lead to problems installing/building glibc.
5403 # LD_LIBRARY_PATH contains the current directory if one of the following
5404 # is true:
5405 # - one of the terminals (":" and ";") is the first or last sign
5406 # - two terminals occur directly after each other
5407 # - the path contains an element with a dot in it
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5409 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5410 case ${LD_LIBRARY_PATH} in
5411 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5412 ld_library_path_setting="contains current directory"
5413 ;;
5414 *)
5415 ld_library_path_setting="ok"
5416 ;;
5417 esac
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5419 $as_echo "$ld_library_path_setting" >&6; }
5420 if test "$ld_library_path_setting" != "ok"; then
5421 as_fn_error $? "
5422 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5423 *** building glibc. Please change the environment variable
5424 *** and run configure again." "$LINENO" 5
5425 fi
5426
5427 # Extract the first word of "bash", so it can be a program name with args.
5428 set dummy bash; ac_word=$2
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5430 $as_echo_n "checking for $ac_word... " >&6; }
5431 if ${ac_cv_path_BASH_SHELL+:} false; then :
5432 $as_echo_n "(cached) " >&6
5433 else
5434 case $BASH_SHELL in
5435 [\\/]* | ?:[\\/]*)
5436 ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5437 ;;
5438 *)
5439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5440 for as_dir in $PATH
5441 do
5442 IFS=$as_save_IFS
5443 test -z "$as_dir" && as_dir=.
5444 for ac_exec_ext in '' $ac_executable_extensions; do
5445 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5446 ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5448 break 2
5449 fi
5450 done
5451 done
5452 IFS=$as_save_IFS
5453
5454 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5455 ;;
5456 esac
5457 fi
5458 BASH_SHELL=$ac_cv_path_BASH_SHELL
5459 if test -n "$BASH_SHELL"; then
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5461 $as_echo "$BASH_SHELL" >&6; }
5462 else
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5464 $as_echo "no" >&6; }
5465 fi
5466
5467
5468
5469 # Extract the first word of "perl", so it can be a program name with args.
5470 set dummy perl; ac_word=$2
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5472 $as_echo_n "checking for $ac_word... " >&6; }
5473 if ${ac_cv_path_PERL+:} false; then :
5474 $as_echo_n "(cached) " >&6
5475 else
5476 case $PERL in
5477 [\\/]* | ?:[\\/]*)
5478 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5479 ;;
5480 *)
5481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5482 for as_dir in $PATH
5483 do
5484 IFS=$as_save_IFS
5485 test -z "$as_dir" && as_dir=.
5486 for ac_exec_ext in '' $ac_executable_extensions; do
5487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5488 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5490 break 2
5491 fi
5492 done
5493 done
5494 IFS=$as_save_IFS
5495
5496 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5497 ;;
5498 esac
5499 fi
5500 PERL=$ac_cv_path_PERL
5501 if test -n "$PERL"; then
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5503 $as_echo "$PERL" >&6; }
5504 else
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5506 $as_echo "no" >&6; }
5507 fi
5508
5509
5510 if test "$PERL" != no &&
5511 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5512 PERL=no
5513 fi
5514 # Extract the first word of "install-info", so it can be a program name with args.
5515 set dummy install-info; ac_word=$2
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5517 $as_echo_n "checking for $ac_word... " >&6; }
5518 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5519 $as_echo_n "(cached) " >&6
5520 else
5521 case $INSTALL_INFO in
5522 [\\/]* | ?:[\\/]*)
5523 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5524 ;;
5525 *)
5526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5528 for as_dir in $as_dummy
5529 do
5530 IFS=$as_save_IFS
5531 test -z "$as_dir" && as_dir=.
5532 for ac_exec_ext in '' $ac_executable_extensions; do
5533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5534 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5536 break 2
5537 fi
5538 done
5539 done
5540 IFS=$as_save_IFS
5541
5542 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5543 ;;
5544 esac
5545 fi
5546 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5547 if test -n "$INSTALL_INFO"; then
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5549 $as_echo "$INSTALL_INFO" >&6; }
5550 else
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5552 $as_echo "no" >&6; }
5553 fi
5554
5555
5556
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5558 $as_echo_n "checking for .set assembler directive... " >&6; }
5559 if ${libc_cv_asm_set_directive+:} false; then :
5560 $as_echo_n "(cached) " >&6
5561 else
5562 cat > conftest.s <<EOF
5563 .text
5564 foo:
5565 .set glibc_conftest_frobozz,foo
5566 .globl glibc_conftest_frobozz
5567 EOF
5568 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5569 # (but it doesn't work), so we must do a linking check to be sure.
5570 cat > conftest1.c <<\EOF
5571 extern int glibc_conftest_frobozz;
5572 void _start() { glibc_conftest_frobozz = 1; }
5573 EOF
5574 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5575 -nostartfiles -nostdlib $no_ssp \
5576 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5577 libc_cv_asm_set_directive=yes
5578 else
5579 libc_cv_asm_set_directive=no
5580 fi
5581 rm -f conftest*
5582 fi
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5584 $as_echo "$libc_cv_asm_set_directive" >&6; }
5585 if test $libc_cv_asm_set_directive = yes; then
5586 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5587
5588 fi
5589
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5591 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5592 if ${libc_cv_protected_data+:} false; then :
5593 $as_echo_n "(cached) " >&6
5594 else
5595 cat > conftest.c <<EOF
5596 int bar __attribute__ ((visibility ("protected"))) = 1;
5597 EOF
5598 libc_cv_protected_data=no
5599 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp -fPIC -shared conftest.c -o conftest.so'
5600 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5601 (eval $ac_try) 2>&5
5602 ac_status=$?
5603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5604 test $ac_status = 0; }; }; then
5605 cat > conftest.c <<EOF
5606 extern int bar;
5607 int main (void) { return bar; }
5608 EOF
5609 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp conftest.c -o conftest conftest.so'
5610 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5611 (eval $ac_try) 2>&5
5612 ac_status=$?
5613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5614 test $ac_status = 0; }; }; then
5615 libc_cv_protected_data=yes
5616 fi
5617 fi
5618 rm -f conftest.*
5619
5620 fi
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5622 $as_echo "$libc_cv_protected_data" >&6; }
5623
5624
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for INSERT in linker script" >&5
5626 $as_echo_n "checking linker support for INSERT in linker script... " >&6; }
5627 if ${libc_cv_insert+:} false; then :
5628 $as_echo_n "(cached) " >&6
5629 else
5630 cat > conftest.c <<EOF
5631 const int __attribute__ ((section(".bar"))) bar = 0x12345678;
5632 int test (void) { return bar; }
5633 EOF
5634 cat > conftest.t <<EOF
5635 SECTIONS
5636 {
5637 .bar : { *(.bar) }
5638 }
5639 INSERT AFTER .rela.dyn;
5640 EOF
5641 libc_cv_insert=no
5642 if { ac_try='${CC-cc} -nostdlib -nostartfiles $no_ssp -fPIC -shared conftest.c -Wl,-T,conftest.t -o conftest.so'
5643 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5644 (eval $ac_try) 2>&5
5645 ac_status=$?
5646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5647 test $ac_status = 0; }; }; then
5648 libc_cv_insert=yes
5649 fi
5650 rm -f conftest.*
5651
5652 fi
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_insert" >&5
5654 $as_echo "$libc_cv_insert" >&6; }
5655
5656
5657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5658 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5659 if ${libc_cv_broken_alias_attribute+:} false; then :
5660 $as_echo_n "(cached) " >&6
5661 else
5662 cat > conftest.c <<EOF
5663 extern int foo (int x) __asm ("xyzzy");
5664 int bar (int x) { return x; }
5665 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5666 extern int dfoo;
5667 extern __typeof (dfoo) dfoo __asm ("abccb");
5668 int dfoo = 1;
5669 EOF
5670 libc_cv_broken_alias_attribute=yes
5671 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
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 if grep 'xyzzy' conftest.s >/dev/null &&
5678 grep 'abccb' conftest.s >/dev/null; then
5679 libc_cv_broken_alias_attribute=no
5680 fi
5681 fi
5682 rm -f conftest.c conftest.s
5683
5684 fi
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5686 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5687 if test $libc_cv_broken_alias_attribute = yes; then
5688 as_fn_error $? "working alias attribute support required" "$LINENO" 5
5689 fi
5690
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5692 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5693 if ${libc_cv_have_sdata_section+:} false; then :
5694 $as_echo_n "(cached) " >&6
5695 else
5696 echo "int i;" > conftest.c
5697 libc_cv_have_sdata_section=no
5698 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
5699 | grep '\.sdata' >/dev/null; then
5700 libc_cv_have_sdata_section=yes
5701 fi
5702 rm -f conftest.c conftest.so
5703
5704 fi
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5706 $as_echo "$libc_cv_have_sdata_section" >&6; }
5707 if test $libc_cv_have_sdata_section = yes; then
5708 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5709
5710 fi
5711
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
5713 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
5714 if ${libc_cv_ctors_header+:} false; then :
5715 $as_echo_n "(cached) " >&6
5716 else
5717 libc_cv_ctors_header=yes
5718 cat > conftest.c <<EOF
5719 int _start (void) { return 0; }
5720 int __start (void) { return 0; }
5721
5722 __attribute__ ((constructor)) void ctor (void) { asm (""); }
5723 __attribute__ ((destructor)) void dtor (void) { asm (""); }
5724
5725 EOF
5726 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -o conftest
5727 conftest.c -static -nostartfiles -nostdlib
5728 1>&5'
5729 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5730 (eval $ac_try) 2>&5
5731 ac_status=$?
5732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5733 test $ac_status = 0; }; }; then :
5734 if $READELF -WS conftest$ac_exeext | $AWK '
5735 { gsub(/\[ */, "[") }
5736 $2 == ".ctors" || $2 == ".dtors" {
5737 size = strtonum("0x" $6)
5738 align = strtonum("0x" $NF)
5739 seen[$2] = 1
5740 stub[$2] = size == align * 2
5741 }
5742 END {
5743 ctors_ok = !seen[".ctors"] || stub[".ctors"]
5744 dtors_ok = !seen[".dtors"] || stub[".dtors"]
5745 exit ((ctors_ok && dtors_ok) ? 0 : 1)
5746 }
5747 '; then :
5748 libc_cv_ctors_header=no
5749 fi
5750
5751 else
5752 as_fn_error $? "missing __attribute__ ((constructor)) support??" "$LINENO" 5
5753
5754 fi
5755 rm -f conftest*
5756
5757 fi
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
5759 $as_echo "$libc_cv_ctors_header" >&6; }
5760 if test $libc_cv_ctors_header = no; then
5761 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
5762
5763 fi
5764
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5766 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5767 if ${libc_cv_cc_with_libunwind+:} false; then :
5768 $as_echo_n "(cached) " >&6
5769 else
5770
5771 cat > conftest.c <<EOF
5772 int main (void) { return 0; }
5773 EOF
5774 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5775 conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
5776 libc_cv_cc_with_libunwind=yes
5777 else
5778 libc_cv_cc_with_libunwind=no
5779 fi
5780 rm -f conftest*
5781 fi
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5783 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5784
5785 if test $libc_cv_cc_with_libunwind = yes; then
5786 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5787
5788 fi
5789
5790 ASFLAGS_config=
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
5792 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
5793 if ${libc_cv_as_noexecstack+:} false; then :
5794 $as_echo_n "(cached) " >&6
5795 else
5796 cat > conftest.c <<EOF
5797 void foo (void) { }
5798 EOF
5799 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
5800 -S -o conftest.s conftest.c 1>&5'
5801 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5802 (eval $ac_try) 2>&5
5803 ac_status=$?
5804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5805 test $ac_status = 0; }; } \
5806 && grep .note.GNU-stack conftest.s >/dev/null \
5807 && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
5808 -c -o conftest.o conftest.s 1>&5'
5809 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5810 (eval $ac_try) 2>&5
5811 ac_status=$?
5812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5813 test $ac_status = 0; }; }
5814 then
5815 libc_cv_as_noexecstack=yes
5816 else
5817 libc_cv_as_noexecstack=no
5818 fi
5819 rm -f conftest*
5820 fi
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
5822 $as_echo "$libc_cv_as_noexecstack" >&6; }
5823 if test $libc_cv_as_noexecstack = yes; then
5824 ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
5825 fi
5826
5827
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
5829 $as_echo_n "checking for -z combreloc... " >&6; }
5830 if ${libc_cv_z_combreloc+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 cat > conftest.c <<EOF
5834 extern int bar (int);
5835 extern int mumble;
5836 int foo (void) { return bar (mumble); }
5837 EOF
5838 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5839 -fPIC -shared $no_ssp -o conftest.so conftest.c
5840 -nostdlib -nostartfiles
5841 -Wl,-z,combreloc 1>&5'
5842 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5843 (eval $ac_try) 2>&5
5844 ac_status=$?
5845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5846 test $ac_status = 0; }; }
5847 then
5848 if $READELF -S conftest.so | grep -E '.rela?.dyn' > /dev/null; then
5849 libc_cv_z_combreloc=yes
5850 else
5851 libc_cv_z_combreloc=no
5852 fi
5853 else
5854 libc_cv_z_combreloc=no
5855 fi
5856 rm -f conftest*
5857 fi
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
5859 $as_echo "$libc_cv_z_combreloc" >&6; }
5860 if test "$libc_cv_z_combreloc" = yes; then
5861 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
5862
5863 fi
5864
5865
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
5867 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
5868 libc_linker_feature=no
5869 if test x"$gnu_ld" = x"yes"; then
5870 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
5871 if test -n "$libc_linker_check"; then
5872 cat > conftest.c <<EOF
5873 int _start (void) { return 42; }
5874 EOF
5875 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
5876 -Wl,-z,execstack -nostdlib -nostartfiles
5877 -fPIC -shared -o conftest.so conftest.c
5878 1>&5'
5879 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5880 (eval $ac_try) 2>&5
5881 ac_status=$?
5882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5883 test $ac_status = 0; }; }
5884 then
5885 libc_linker_feature=yes
5886 fi
5887 rm -f conftest*
5888 fi
5889 fi
5890 if test $libc_linker_feature = yes; then
5891 libc_cv_z_execstack=yes
5892 else
5893 libc_cv_z_execstack=no
5894 fi
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5896 $as_echo "$libc_linker_feature" >&6; }
5897
5898
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z start-stop-gc" >&5
5900 $as_echo_n "checking for linker that supports -z start-stop-gc... " >&6; }
5901 libc_linker_feature=no
5902 if test x"$gnu_ld" = x"yes"; then
5903 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z start-stop-gc"`
5904 if test -n "$libc_linker_check"; then
5905 cat > conftest.c <<EOF
5906 int _start (void) { return 42; }
5907 EOF
5908 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
5909 -Wl,-z,start-stop-gc -nostdlib -nostartfiles
5910 -fPIC -shared -o conftest.so conftest.c
5911 1>&5'
5912 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5913 (eval $ac_try) 2>&5
5914 ac_status=$?
5915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5916 test $ac_status = 0; }; }
5917 then
5918 libc_linker_feature=yes
5919 fi
5920 rm -f conftest*
5921 fi
5922 fi
5923 if test $libc_linker_feature = yes; then
5924 libc_cv_z_start_stop_gc=yes
5925 else
5926 libc_cv_z_start_stop_gc=no
5927 fi
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5929 $as_echo "$libc_linker_feature" >&6; }
5930 config_vars="$config_vars
5931 have-z-start-stop-gc = $libc_cv_z_start_stop_gc"
5932
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z pack-relative-relocs" >&5
5934 $as_echo_n "checking for linker that supports -z pack-relative-relocs... " >&6; }
5935 libc_linker_feature=no
5936 if test x"$gnu_ld" = x"yes"; then
5937 cat > conftest.c <<EOF
5938 int _start (void) { return 42; }
5939 EOF
5940 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
5941 -Wl,-z,pack-relative-relocs -nostdlib -nostartfiles
5942 -fPIC -shared -o conftest.so conftest.c
5943 1>&5'
5944 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5945 (eval $ac_try) 2>&5
5946 ac_status=$?
5947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5948 test $ac_status = 0; }; }
5949 then
5950 libc_linker_feature=yes
5951 fi
5952 rm -f conftest*
5953 fi
5954 if test $libc_linker_feature = yes; then
5955 libc_cv_dt_relr=yes
5956 else
5957 libc_cv_dt_relr=no
5958 fi
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5960 $as_echo "$libc_linker_feature" >&6; }
5961 config_vars="$config_vars
5962 have-dt-relr = $libc_cv_dt_relr"
5963
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports --no-dynamic-linker" >&5
5965 $as_echo_n "checking for linker that supports --no-dynamic-linker... " >&6; }
5966 libc_linker_feature=no
5967 if test x"$gnu_ld" = x"yes"; then
5968 cat > conftest.c <<EOF
5969 int _start (void) { return 42; }
5970 EOF
5971 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
5972 -Wl,--no-dynamic-linker -nostdlib -nostartfiles
5973 -fPIC -shared -o conftest.so conftest.c
5974 1>&5'
5975 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5976 (eval $ac_try) 2>&5
5977 ac_status=$?
5978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5979 test $ac_status = 0; }; }
5980 then
5981 libc_linker_feature=yes
5982 fi
5983 rm -f conftest*
5984 fi
5985 if test $libc_linker_feature = yes; then
5986 libc_cv_no_dynamic_linker=yes
5987 else
5988 libc_cv_no_dynamic_linker=no
5989 fi
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5991 $as_echo "$libc_linker_feature" >&6; }
5992 config_vars="$config_vars
5993 have-no-dynamic-linker = $libc_cv_no_dynamic_linker"
5994
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -static-pie" >&5
5996 $as_echo_n "checking for -static-pie... " >&6; }
5997 if ${libc_cv_static_pie+:} false; then :
5998 $as_echo_n "(cached) " >&6
5999 else
6000 if { ac_try='${CC-cc} -static-pie -xc /dev/null -S -o /dev/null'
6001 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6002 (eval $ac_try) 2>&5
6003 ac_status=$?
6004 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6005 test $ac_status = 0; }; }; then :
6006 libc_cv_static_pie=yes
6007 else
6008 libc_cv_static_pie=no
6009 fi
6010
6011 fi
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_static_pie" >&5
6013 $as_echo "$libc_cv_static_pie" >&6; }
6014 config_vars="$config_vars
6015 have-static-pie = $libc_cv_static_pie"
6016
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
6018 $as_echo_n "checking for -fpie... " >&6; }
6019 if ${libc_cv_fpie+:} false; then :
6020 $as_echo_n "(cached) " >&6
6021 else
6022 if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
6023 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6024 (eval $ac_try) 2>&5
6025 ac_status=$?
6026 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6027 test $ac_status = 0; }; }; then :
6028 libc_cv_fpie=yes
6029 else
6030 libc_cv_fpie=no
6031 fi
6032
6033 fi
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
6035 $as_echo "$libc_cv_fpie" >&6; }
6036
6037
6038
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
6040 $as_echo_n "checking for --hash-style option... " >&6; }
6041 if ${libc_cv_hashstyle+:} false; then :
6042 $as_echo_n "(cached) " >&6
6043 else
6044 cat > conftest.c <<EOF
6045 int _start (void) { return 42; }
6046 EOF
6047 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp
6048 -fPIC -shared -o conftest.so conftest.c
6049 -Wl,--hash-style=both -nostdlib 1>&5'
6050 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6051 (eval $ac_try) 2>&5
6052 ac_status=$?
6053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6054 test $ac_status = 0; }; }
6055 then
6056 libc_cv_hashstyle=yes
6057 else
6058 libc_cv_hashstyle=no
6059 fi
6060 rm -f conftest*
6061 fi
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
6063 $as_echo "$libc_cv_hashstyle" >&6; }
6064
6065
6066 # The linker's default -shared behavior is good enough if it
6067 # does these things that our custom linker scripts ensure that
6068 # all allocated NOTE sections come first.
6069 if test "$use_default_link" = default; then
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
6071 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
6072 if ${libc_cv_use_default_link+:} false; then :
6073 $as_echo_n "(cached) " >&6
6074 else
6075 libc_cv_use_default_link=no
6076 cat > conftest.s <<\EOF
6077 .section .note.a,"a",%note
6078 .balign 4
6079 .long 4,4,9
6080 .string "GNU"
6081 .string "foo"
6082 .section .note.b,"a",%note
6083 .balign 4
6084 .long 4,4,9
6085 .string "GNU"
6086 .string "bar"
6087 EOF
6088 if { ac_try=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
6089 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6090 (eval $ac_try) 2>&5
6091 ac_status=$?
6092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6093 test $ac_status = 0; }; } &&
6094 ac_try=`$READELF -S conftest.so | sed -n \
6095 '${x;p;}
6096 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
6097 t a
6098 b
6099 : a
6100 H'`
6101 then
6102 libc_seen_a=no libc_seen_b=no
6103 set -- $ac_try
6104 while test $# -ge 2 -a "$1" = NOTE; do
6105 case "$2" in
6106 .note.a) libc_seen_a=yes ;;
6107 .note.b) libc_seen_b=yes ;;
6108 esac
6109 shift 2
6110 done
6111 case "$libc_seen_a$libc_seen_b" in
6112 yesyes)
6113 libc_cv_use_default_link=yes
6114 ;;
6115 *)
6116 echo >&5 "\
6117 $libc_seen_a$libc_seen_b from:
6118 $ac_try"
6119 ;;
6120 esac
6121 fi
6122 rm -f conftest*
6123 fi
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
6125 $as_echo "$libc_cv_use_default_link" >&6; }
6126 use_default_link=$libc_cv_use_default_link
6127 fi
6128
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLOB_DAT reloc" >&5
6130 $as_echo_n "checking for GLOB_DAT reloc... " >&6; }
6131 if ${libc_cv_has_glob_dat+:} false; then :
6132 $as_echo_n "(cached) " >&6
6133 else
6134 cat > conftest.c <<EOF
6135 extern int mumble;
6136 int foo (void) { return mumble; }
6137 EOF
6138 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6139 -fPIC -shared -o conftest.so conftest.c
6140 -nostdlib -nostartfiles $no_ssp
6141 1>&5'
6142 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6143 (eval $ac_try) 2>&5
6144 ac_status=$?
6145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6146 test $ac_status = 0; }; }
6147 then
6148 if $READELF -rW conftest.so | grep '_GLOB_DAT' > /dev/null; then
6149 libc_cv_has_glob_dat=yes
6150 else
6151 libc_cv_has_glob_dat=no
6152 fi
6153 else
6154 libc_cv_has_glob_dat=no
6155 fi
6156 rm -f conftest*
6157 fi
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_has_glob_dat" >&5
6159 $as_echo "$libc_cv_has_glob_dat" >&6; }
6160
6161
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
6163 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
6164 if ${libc_cv_fno_toplevel_reorder+:} false; then :
6165 $as_echo_n "(cached) " >&6
6166 else
6167 cat > conftest.c <<EOF
6168 int foo;
6169 EOF
6170 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
6171 conftest.c 1>&5'
6172 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6173 (eval $ac_try) 2>&5
6174 ac_status=$?
6175 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6176 test $ac_status = 0; }; }
6177 then
6178 libc_cv_fno_toplevel_reorder=yes
6179 else
6180 libc_cv_fno_toplevel_reorder=no
6181 fi
6182 rm -f conftest*
6183 fi
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6185 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6186 if test $libc_cv_fno_toplevel_reorder = yes; then
6187 fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
6188 else
6189 fno_unit_at_a_time=-fno-unit-at-a-time
6190 fi
6191
6192
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mtls-dialect=gnu2" >&5
6194 $as_echo_n "checking for -mtls-dialect=gnu2... " >&6; }
6195 if ${libc_cv_mtls_dialect_gnu2+:} false; then :
6196 $as_echo_n "(cached) " >&6
6197 else
6198 cat > conftest.c <<EOF
6199 __thread int i;
6200 void foo (void)
6201 {
6202 i = 10;
6203 }
6204 EOF
6205 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fPIC -mtls-dialect=gnu2
6206 conftest.c 1>&5'
6207 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6208 (eval $ac_try) 2>&5
6209 ac_status=$?
6210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6211 test $ac_status = 0; }; }
6212 then
6213 libc_cv_mtls_dialect_gnu2=yes
6214 else
6215 libc_cv_mtls_dialect_gnu2=no
6216 fi
6217 rm -f conftest*
6218 fi
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mtls_dialect_gnu2" >&5
6220 $as_echo "$libc_cv_mtls_dialect_gnu2" >&6; }
6221
6222 config_vars="$config_vars
6223 have-mtls-dialect-gnu2 = $libc_cv_mtls_dialect_gnu2"
6224
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6226 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6227 if ${libc_cv_have_section_quotes+:} false; then :
6228 $as_echo_n "(cached) " >&6
6229 else
6230 cat > conftest.c <<EOF
6231 static const int foo
6232 __attribute__ ((section ("bar"))) = 1;
6233 EOF
6234 if ${CC-cc} -S conftest.c -o conftest.s; then
6235 if grep '\.section.*"bar"' conftest.s >/dev/null; then
6236 libc_cv_have_section_quotes=yes
6237 else
6238 libc_cv_have_section_quotes=no
6239 fi
6240 else
6241 libc_cv_have_section_quotes=unknown
6242 fi
6243 rm -f conftest.{c,s}
6244
6245 fi
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6247 $as_echo "$libc_cv_have_section_quotes" >&6; }
6248 if test $libc_cv_have_section_quotes = yes; then
6249 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6250
6251 fi
6252
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
6254 $as_echo_n "checking for __builtin_memset... " >&6; }
6255 if ${libc_cv_gcc_builtin_memset+:} false; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 cat > conftest.c <<\EOF
6259 void zero (void *x)
6260 {
6261 __builtin_memset (x, 0, 1000);
6262 }
6263 EOF
6264 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | grep -F "memset" > /dev/null'
6265 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6266 (eval $ac_try) 2>&5
6267 ac_status=$?
6268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6269 test $ac_status = 0; }; };
6270 then
6271 libc_cv_gcc_builtin_memset=no
6272 else
6273 libc_cv_gcc_builtin_memset=yes
6274 fi
6275 rm -f conftest*
6276 fi
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
6278 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
6279 if test "$libc_cv_gcc_builtin_memset" = yes ; then
6280 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
6281
6282 fi
6283
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
6285 $as_echo_n "checking for redirection of built-in functions... " >&6; }
6286 if ${libc_cv_gcc_builtin_redirection+:} false; then :
6287 $as_echo_n "(cached) " >&6
6288 else
6289 cat > conftest.c <<\EOF
6290 extern char *strstr (const char *, const char *) __asm ("my_strstr");
6291 char *foo (const char *a, const char *b)
6292 {
6293 return __builtin_strstr (a, b);
6294 }
6295 EOF
6296 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | grep -F "strstr" > /dev/null'
6297 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6298 (eval $ac_try) 2>&5
6299 ac_status=$?
6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6301 test $ac_status = 0; }; };
6302 then
6303 libc_cv_gcc_builtin_redirection=yes
6304 else
6305 libc_cv_gcc_builtin_redirection=no
6306 fi
6307 rm -f conftest*
6308 fi
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
6310 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
6311 if test "$libc_cv_gcc_builtin_redirection" = no; then
6312 as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
6313 fi
6314
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
6316 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
6317 if ${libc_cv_cc_nofma+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319 else
6320 libc_cv_cc_nofma=
6321 for opt in -ffp-contract=off -mno-fused-madd; do
6322 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6323 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6324 (eval $ac_try) 2>&5
6325 ac_status=$?
6326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6327 test $ac_status = 0; }; }; then :
6328 libc_cv_cc_nofma=$opt; break
6329 fi
6330 done
6331 fi
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
6333 $as_echo "$libc_cv_cc_nofma" >&6; }
6334
6335
6336 if test -n "$submachine"; then
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
6338 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
6339 if ${libc_cv_cc_submachine+:} false; then :
6340 $as_echo_n "(cached) " >&6
6341 else
6342 libc_cv_cc_submachine=no
6343 for opt in "-march=$submachine" "-mcpu=$submachine"; do
6344 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6345 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6346 (eval $ac_try) 2>&5
6347 ac_status=$?
6348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6349 test $ac_status = 0; }; }; then :
6350
6351 libc_cv_cc_submachine="$opt"
6352 break
6353 fi
6354 done
6355 fi
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6357 $as_echo "$libc_cv_cc_submachine" >&6; }
6358 if test "x$libc_cv_cc_submachine" = xno; then
6359 as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
6360 fi
6361 fi
6362
6363
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6365 __attribute__ ((__optimize__))" >&5
6366 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6367 __attribute__ ((__optimize__))... " >&6; }
6368 if ${libc_cv_cc_loop_to_function+:} false; then :
6369 $as_echo_n "(cached) " >&6
6370 else
6371 cat > conftest.c <<EOF
6372 void
6373 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
6374 foo (void) {}
6375 EOF
6376 libc_cv_cc_loop_to_function=no
6377 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -c conftest.c'
6378 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6379 (eval $ac_try) 2>&5
6380 ac_status=$?
6381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6382 test $ac_status = 0; }; }
6383 then
6384 libc_cv_cc_loop_to_function=yes
6385 fi
6386 rm -f conftest*
6387 fi
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
6389 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
6390 if test $libc_cv_cc_loop_to_function = yes; then
6391 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
6392
6393 fi
6394
6395
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
6397 $as_echo_n "checking for libgd... " >&6; }
6398 if test "$with_gd" != "no"; then
6399 old_CFLAGS="$CFLAGS"
6400 CFLAGS="$CFLAGS $libgd_include"
6401 old_LDFLAGS="$LDFLAGS"
6402 LDFLAGS="$LDFLAGS $libgd_ldflags"
6403 old_LIBS="$LIBS"
6404 LIBS="$LIBS -lgd -lpng -lz -lm"
6405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6406 /* end confdefs.h. */
6407 #include <gd.h>
6408 int
6409 main ()
6410 {
6411 gdImagePng (0, 0)
6412 ;
6413 return 0;
6414 }
6415 _ACEOF
6416 if ac_fn_c_try_link "$LINENO"; then :
6417 LIBGD=yes
6418 else
6419 LIBGD=no
6420 fi
6421 rm -f core conftest.err conftest.$ac_objext \
6422 conftest$ac_exeext conftest.$ac_ext
6423 CFLAGS="$old_CFLAGS"
6424 LDFLAGS="$old_LDFLAGS"
6425 LIBS="$old_LIBS"
6426 else
6427 LIBGD=no
6428 fi
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6430 $as_echo "$LIBGD" >&6; }
6431
6432
6433 # SELinux detection
6434 if test x$with_selinux = xno ; then
6435 have_selinux=no;
6436 else
6437 # See if we have the SELinux library
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6439 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6440 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
6441 $as_echo_n "(cached) " >&6
6442 else
6443 ac_check_lib_save_LIBS=$LIBS
6444 LIBS="-lselinux $LIBS"
6445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6446 /* end confdefs.h. */
6447
6448 /* Override any GCC internal prototype to avoid an error.
6449 Use char because int might match the return type of a GCC
6450 builtin and then its argument prototype would still apply. */
6451 #ifdef __cplusplus
6452 extern "C"
6453 #endif
6454 char is_selinux_enabled ();
6455 int
6456 main ()
6457 {
6458 return is_selinux_enabled ();
6459 ;
6460 return 0;
6461 }
6462 _ACEOF
6463 if ac_fn_c_try_link "$LINENO"; then :
6464 ac_cv_lib_selinux_is_selinux_enabled=yes
6465 else
6466 ac_cv_lib_selinux_is_selinux_enabled=no
6467 fi
6468 rm -f core conftest.err conftest.$ac_objext \
6469 conftest$ac_exeext conftest.$ac_ext
6470 LIBS=$ac_check_lib_save_LIBS
6471 fi
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6473 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6474 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
6475 have_selinux=yes
6476 else
6477 have_selinux=no
6478 fi
6479
6480 if test x$with_selinux = xyes ; then
6481 if test x$have_selinux = xno ; then
6482 as_fn_error $? "SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6483 fi
6484 fi
6485 fi
6486 # Check if we're building with SELinux support.
6487 if test "x$have_selinux" = xyes; then
6488
6489 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6490
6491
6492 # See if we have the libaudit library
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6494 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6495 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
6496 $as_echo_n "(cached) " >&6
6497 else
6498 ac_check_lib_save_LIBS=$LIBS
6499 LIBS="-laudit $LIBS"
6500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6501 /* end confdefs.h. */
6502
6503 /* Override any GCC internal prototype to avoid an error.
6504 Use char because int might match the return type of a GCC
6505 builtin and then its argument prototype would still apply. */
6506 #ifdef __cplusplus
6507 extern "C"
6508 #endif
6509 char audit_log_user_avc_message ();
6510 int
6511 main ()
6512 {
6513 return audit_log_user_avc_message ();
6514 ;
6515 return 0;
6516 }
6517 _ACEOF
6518 if ac_fn_c_try_link "$LINENO"; then :
6519 ac_cv_lib_audit_audit_log_user_avc_message=yes
6520 else
6521 ac_cv_lib_audit_audit_log_user_avc_message=no
6522 fi
6523 rm -f core conftest.err conftest.$ac_objext \
6524 conftest$ac_exeext conftest.$ac_ext
6525 LIBS=$ac_check_lib_save_LIBS
6526 fi
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6528 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6529 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
6530 have_libaudit=yes
6531 else
6532 have_libaudit=no
6533 fi
6534
6535 if test "x$have_libaudit" = xyes; then
6536
6537 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6538
6539 fi
6540
6541
6542 # See if we have the libcap library
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6544 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6545 if ${ac_cv_lib_cap_cap_init+:} false; then :
6546 $as_echo_n "(cached) " >&6
6547 else
6548 ac_check_lib_save_LIBS=$LIBS
6549 LIBS="-lcap $LIBS"
6550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6551 /* end confdefs.h. */
6552
6553 /* Override any GCC internal prototype to avoid an error.
6554 Use char because int might match the return type of a GCC
6555 builtin and then its argument prototype would still apply. */
6556 #ifdef __cplusplus
6557 extern "C"
6558 #endif
6559 char cap_init ();
6560 int
6561 main ()
6562 {
6563 return cap_init ();
6564 ;
6565 return 0;
6566 }
6567 _ACEOF
6568 if ac_fn_c_try_link "$LINENO"; then :
6569 ac_cv_lib_cap_cap_init=yes
6570 else
6571 ac_cv_lib_cap_cap_init=no
6572 fi
6573 rm -f core conftest.err conftest.$ac_objext \
6574 conftest$ac_exeext conftest.$ac_ext
6575 LIBS=$ac_check_lib_save_LIBS
6576 fi
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6578 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6579 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
6580 have_libcap=yes
6581 else
6582 have_libcap=no
6583 fi
6584
6585 if test "x$have_libcap" = xyes; then
6586
6587 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6588
6589 fi
6590
6591 fi
6592
6593
6594 CPPUNDEFS=
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
6596 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
6597 if ${libc_cv_predef_fortify_source+:} false; then :
6598 $as_echo_n "(cached) " >&6
6599 else
6600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6601 /* end confdefs.h. */
6602
6603 int
6604 main ()
6605 {
6606
6607 #ifdef _FORTIFY_SOURCE
6608 # error bogon
6609 #endif
6610 ;
6611 return 0;
6612 }
6613 _ACEOF
6614 if ac_fn_c_try_compile "$LINENO"; then :
6615 libc_cv_predef_fortify_source=no
6616 else
6617 libc_cv_predef_fortify_source=yes
6618 fi
6619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6620 fi
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
6622 $as_echo "$libc_cv_predef_fortify_source" >&6; }
6623 if test $libc_cv_predef_fortify_source = yes; then
6624 CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
6625 fi
6626
6627
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_trap with no external dependencies" >&5
6629 $as_echo_n "checking for __builtin_trap with no external dependencies... " >&6; }
6630 if ${libc_cv_builtin_trap+:} false; then :
6631 $as_echo_n "(cached) " >&6
6632 else
6633 libc_cv_builtin_trap=no
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635 /* end confdefs.h. */
6636
6637 int
6638 main ()
6639 {
6640 __builtin_trap ()
6641 ;
6642 return 0;
6643 }
6644 _ACEOF
6645 if ac_fn_c_try_compile "$LINENO"; then :
6646
6647 libc_undefs=`$NM -u conftest.o |
6648 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6649 2>&5` || {
6650 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
6651 }
6652 echo >&5 "libc_undefs='$libc_undefs'"
6653 if test -z "$libc_undefs"; then
6654 libc_cv_builtin_trap=yes
6655 fi
6656 fi
6657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6658 fi
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_builtin_trap" >&5
6660 $as_echo "$libc_cv_builtin_trap" >&6; }
6661 if test $libc_cv_builtin_trap = yes; then
6662 $as_echo "#define HAVE_BUILTIN_TRAP 1" >>confdefs.h
6663
6664 fi
6665
6666 ac_ext=cpp
6667 ac_cpp='$CXXCPP $CPPFLAGS'
6668 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6669 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6670 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6671
6672
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler supports thread_local" >&5
6674 $as_echo_n "checking whether the C++ compiler supports thread_local... " >&6; }
6675 if ${libc_cv_cxx_thread_local+:} false; then :
6676 $as_echo_n "(cached) " >&6
6677 else
6678
6679 old_CXXFLAGS="$CXXFLAGS"
6680 CXXFLAGS="$CXXFLAGS -std=gnu++11"
6681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6682 /* end confdefs.h. */
6683
6684 #include <thread>
6685
6686 // Compiler support.
6687 struct S
6688 {
6689 S ();
6690 ~S ();
6691 };
6692 thread_local S s;
6693 S * get () { return &s; }
6694
6695 // libstdc++ support.
6696 #ifndef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL
6697 #error __cxa_thread_atexit_impl not supported
6698 #endif
6699
6700 _ACEOF
6701 if ac_fn_cxx_try_compile "$LINENO"; then :
6702 libc_cv_cxx_thread_local=yes
6703 else
6704 libc_cv_cxx_thread_local=no
6705 fi
6706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6707 CXXFLAGS="$old_CXXFLAGS"
6708
6709 fi
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_thread_local" >&5
6711 $as_echo "$libc_cv_cxx_thread_local" >&6; }
6712
6713
6714 ac_ext=c
6715 ac_cpp='$CPP $CPPFLAGS'
6716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6719
6720
6721 ### End of automated tests.
6722 ### Now run sysdeps configure fragments.
6723
6724 # They also can set these variables.
6725 use_ldconfig=no
6726 ldd_rewrite_script=no
6727 libc_cv_sysconfdir=$sysconfdir
6728 libc_cv_localstatedir=$localstatedir
6729 libc_cv_gcc_unwind_find_fde=no
6730 libc_cv_idn=no
6731
6732 # Iterate over all the sysdep directories we will use, running their
6733 # configure fragments.
6734 for dir in $sysnames; do
6735 case $dir in
6736 /*) dest=$dir ;;
6737 *) dest=$srcdir/$dir ;;
6738 esac
6739 if test -r $dest/configure; then
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
6741 $as_echo "running configure fragment for $dir" >&6; }
6742 . $dest/configure
6743 fi
6744 done
6745
6746 if test x"$build_mathvec" = xnotset; then
6747 build_mathvec=no
6748 fi
6749 config_vars="$config_vars
6750 build-mathvec = $build_mathvec"
6751
6752
6753
6754
6755 if test x$libc_cv_gcc_unwind_find_fde = xyes; then
6756 $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
6757
6758 fi
6759
6760
6761 # A sysdeps configure fragment can reset this if IFUNC is not actually
6762 # usable even though the assembler knows how to generate the symbol type.
6763 if test x"$libc_cv_ld_gnu_indirect_function" = xyes; then
6764 $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
6765
6766 fi
6767
6768 if test x"$libc_cv_gcc_indirect_function" = xyes; then
6769 $as_echo "#define HAVE_GCC_IFUNC 1" >>confdefs.h
6770
6771 fi
6772
6773 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
6774 # configure fragment can override the value to prevent this AC_DEFINE.
6775
6776 if test "x$use_nscd" != xno; then
6777 $as_echo "#define USE_NSCD 1" >>confdefs.h
6778
6779 fi
6780 if test "x$build_nscd" = xdefault; then
6781 build_nscd=$use_nscd
6782 fi
6783
6784
6785
6786
6787
6788
6789
6790
6791 if test x$use_ldconfig = xyes; then
6792 $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
6793
6794 fi
6795
6796
6797
6798
6799
6800
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
6802 $as_echo_n "checking whether -fPIC is default... " >&6; }
6803 if ${libc_cv_pic_default+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 libc_cv_pic_default=yes
6807 cat > conftest.c <<EOF
6808 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
6809 # error PIC is default.
6810 #endif
6811 EOF
6812 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6813 libc_cv_pic_default=no
6814 fi
6815 rm -f conftest.*
6816 fi
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
6818 $as_echo "$libc_cv_pic_default" >&6; }
6819
6820
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIE is default" >&5
6822 $as_echo_n "checking whether -fPIE is default... " >&6; }
6823 if ${libc_cv_cc_pie_default+:} false; then :
6824 $as_echo_n "(cached) " >&6
6825 else
6826 libc_cv_cc_pie_default=yes
6827 cat > conftest.c <<EOF
6828 #if defined __PIE__ || defined __pie__ || defined PIE || defined pie
6829 # error PIE is default.
6830 #endif
6831 EOF
6832 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
6833 libc_cv_cc_pie_default=no
6834 fi
6835 rm -f conftest.*
6836 fi
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_pie_default" >&5
6838 $as_echo "$libc_cv_cc_pie_default" >&6; }
6839 libc_cv_pie_default=$libc_cv_cc_pie_default
6840
6841
6842
6843 # Set the `multidir' variable by grabbing the variable from the compiler.
6844 # We do it once and save the result in a generated makefile.
6845 libc_cv_multidir=.
6846 if test "$with_clang" = no; then
6847 libc_cv_multidir=`${CC-cc} $CFLAGS $CPPFLAGS -print-multi-directory`
6848 fi
6849
6850
6851 if test "$static_pie" = yes; then
6852 # The linker must support --no-dynamic-linker.
6853 if test "$libc_cv_no_dynamic_linker" != yes; then
6854 as_fn_error $? "linker support for --no-dynamic-linker needed" "$LINENO" 5
6855 fi
6856 # Default to PIE.
6857 libc_cv_pie_default=yes
6858 $as_echo "#define ENABLE_STATIC_PIE 1" >>confdefs.h
6859
6860 fi
6861 config_vars="$config_vars
6862 enable-static-pie = $static_pie"
6863
6864
6865
6866
6867
6868
6869
6870
6871 VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
6872 RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
6873
6874
6875
6876 ac_config_files="$ac_config_files config.make Makefile"
6877
6878 ac_config_commands="$ac_config_commands default"
6879
6880 cat >confcache <<\_ACEOF
6881 # This file is a shell script that caches the results of configure
6882 # tests run on this system so they can be shared between configure
6883 # scripts and configure runs, see configure's option --config-cache.
6884 # It is not useful on other systems. If it contains results you don't
6885 # want to keep, you may remove or edit it.
6886 #
6887 # config.status only pays attention to the cache file if you give it
6888 # the --recheck option to rerun configure.
6889 #
6890 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6891 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6892 # following values.
6893
6894 _ACEOF
6895
6896 # The following way of writing the cache mishandles newlines in values,
6897 # but we know of no workaround that is simple, portable, and efficient.
6898 # So, we kill variables containing newlines.
6899 # Ultrix sh set writes to stderr and can't be redirected directly,
6900 # and sets the high bit in the cache file unless we assign to the vars.
6901 (
6902 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6903 eval ac_val=\$$ac_var
6904 case $ac_val in #(
6905 *${as_nl}*)
6906 case $ac_var in #(
6907 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6908 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6909 esac
6910 case $ac_var in #(
6911 _ | IFS | as_nl) ;; #(
6912 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6913 *) { eval $ac_var=; unset $ac_var;} ;;
6914 esac ;;
6915 esac
6916 done
6917
6918 (set) 2>&1 |
6919 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6920 *${as_nl}ac_space=\ *)
6921 # `set' does not quote correctly, so add quotes: double-quote
6922 # substitution turns \\\\ into \\, and sed turns \\ into \.
6923 sed -n \
6924 "s/'/'\\\\''/g;
6925 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6926 ;; #(
6927 *)
6928 # `set' quotes correctly as required by POSIX, so do not add quotes.
6929 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6930 ;;
6931 esac |
6932 sort
6933 ) |
6934 sed '
6935 /^ac_cv_env_/b end
6936 t clear
6937 :clear
6938 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6939 t end
6940 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6941 :end' >>confcache
6942 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6943 if test -w "$cache_file"; then
6944 if test "x$cache_file" != "x/dev/null"; then
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6946 $as_echo "$as_me: updating cache $cache_file" >&6;}
6947 if test ! -f "$cache_file" || test -h "$cache_file"; then
6948 cat confcache >"$cache_file"
6949 else
6950 case $cache_file in #(
6951 */* | ?:*)
6952 mv -f confcache "$cache_file"$$ &&
6953 mv -f "$cache_file"$$ "$cache_file" ;; #(
6954 *)
6955 mv -f confcache "$cache_file" ;;
6956 esac
6957 fi
6958 fi
6959 else
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6961 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6962 fi
6963 fi
6964 rm -f confcache
6965
6966 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6967 # Let make expand exec_prefix.
6968 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6969
6970 DEFS=-DHAVE_CONFIG_H
6971
6972 ac_libobjs=
6973 ac_ltlibobjs=
6974 U=
6975 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6976 # 1. Remove the extension, and $U if already installed.
6977 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6978 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6979 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6980 # will be set to the directory where LIBOBJS objects are built.
6981 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6982 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6983 done
6984 LIBOBJS=$ac_libobjs
6985
6986 LTLIBOBJS=$ac_ltlibobjs
6987
6988
6989
6990 : "${CONFIG_STATUS=./config.status}"
6991 ac_write_fail=0
6992 ac_clean_files_save=$ac_clean_files
6993 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6995 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6996 as_write_fail=0
6997 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6998 #! $SHELL
6999 # Generated by $as_me.
7000 # Run this file to recreate the current configuration.
7001 # Compiler output produced by configure, useful for debugging
7002 # configure, is in config.log if it exists.
7003
7004 debug=false
7005 ac_cs_recheck=false
7006 ac_cs_silent=false
7007
7008 SHELL=\${CONFIG_SHELL-$SHELL}
7009 export SHELL
7010 _ASEOF
7011 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7012 ## -------------------- ##
7013 ## M4sh Initialization. ##
7014 ## -------------------- ##
7015
7016 # Be more Bourne compatible
7017 DUALCASE=1; export DUALCASE # for MKS sh
7018 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
7019 emulate sh
7020 NULLCMD=:
7021 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7022 # is contrary to our usage. Disable this feature.
7023 alias -g '${1+"$@"}'='"$@"'
7024 setopt NO_GLOB_SUBST
7025 else
7026 case `(set -o) 2>/dev/null` in #(
7027 *posix*) :
7028 set -o posix ;; #(
7029 *) :
7030 ;;
7031 esac
7032 fi
7033
7034
7035 as_nl='
7036 '
7037 export as_nl
7038 # Printing a long string crashes Solaris 7 /usr/bin/printf.
7039 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7040 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7041 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7042 # Prefer a ksh shell builtin over an external printf program on Solaris,
7043 # but without wasting forks for bash or zsh.
7044 if test -z "$BASH_VERSION$ZSH_VERSION" \
7045 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7046 as_echo='print -r --'
7047 as_echo_n='print -rn --'
7048 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7049 as_echo='printf %s\n'
7050 as_echo_n='printf %s'
7051 else
7052 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7053 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7054 as_echo_n='/usr/ucb/echo -n'
7055 else
7056 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7057 as_echo_n_body='eval
7058 arg=$1;
7059 case $arg in #(
7060 *"$as_nl"*)
7061 expr "X$arg" : "X\\(.*\\)$as_nl";
7062 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7063 esac;
7064 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7065 '
7066 export as_echo_n_body
7067 as_echo_n='sh -c $as_echo_n_body as_echo'
7068 fi
7069 export as_echo_body
7070 as_echo='sh -c $as_echo_body as_echo'
7071 fi
7072
7073 # The user is always right.
7074 if test "${PATH_SEPARATOR+set}" != set; then
7075 PATH_SEPARATOR=:
7076 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7077 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7078 PATH_SEPARATOR=';'
7079 }
7080 fi
7081
7082
7083 # IFS
7084 # We need space, tab and new line, in precisely that order. Quoting is
7085 # there to prevent editors from complaining about space-tab.
7086 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7087 # splitting by setting IFS to empty value.)
7088 IFS=" "" $as_nl"
7089
7090 # Find who we are. Look in the path if we contain no directory separator.
7091 as_myself=
7092 case $0 in #((
7093 *[\\/]* ) as_myself=$0 ;;
7094 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7095 for as_dir in $PATH
7096 do
7097 IFS=$as_save_IFS
7098 test -z "$as_dir" && as_dir=.
7099 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7100 done
7101 IFS=$as_save_IFS
7102
7103 ;;
7104 esac
7105 # We did not find ourselves, most probably we were run as `sh COMMAND'
7106 # in which case we are not to be found in the path.
7107 if test "x$as_myself" = x; then
7108 as_myself=$0
7109 fi
7110 if test ! -f "$as_myself"; then
7111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7112 exit 1
7113 fi
7114
7115 # Unset variables that we do not need and which cause bugs (e.g. in
7116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7117 # suppresses any "Segmentation fault" message there. '((' could
7118 # trigger a bug in pdksh 5.2.14.
7119 for as_var in BASH_ENV ENV MAIL MAILPATH
7120 do eval test x\${$as_var+set} = xset \
7121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7122 done
7123 PS1='$ '
7124 PS2='> '
7125 PS4='+ '
7126
7127 # NLS nuisances.
7128 LC_ALL=C
7129 export LC_ALL
7130 LANGUAGE=C
7131 export LANGUAGE
7132
7133 # CDPATH.
7134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7135
7136
7137 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7138 # ----------------------------------------
7139 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7140 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7141 # script with STATUS, using 1 if that was 0.
7142 as_fn_error ()
7143 {
7144 as_status=$1; test $as_status -eq 0 && as_status=1
7145 if test "$4"; then
7146 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7147 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7148 fi
7149 $as_echo "$as_me: error: $2" >&2
7150 as_fn_exit $as_status
7151 } # as_fn_error
7152
7153
7154 # as_fn_set_status STATUS
7155 # -----------------------
7156 # Set $? to STATUS, without forking.
7157 as_fn_set_status ()
7158 {
7159 return $1
7160 } # as_fn_set_status
7161
7162 # as_fn_exit STATUS
7163 # -----------------
7164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7165 as_fn_exit ()
7166 {
7167 set +e
7168 as_fn_set_status $1
7169 exit $1
7170 } # as_fn_exit
7171
7172 # as_fn_unset VAR
7173 # ---------------
7174 # Portably unset VAR.
7175 as_fn_unset ()
7176 {
7177 { eval $1=; unset $1;}
7178 }
7179 as_unset=as_fn_unset
7180 # as_fn_append VAR VALUE
7181 # ----------------------
7182 # Append the text in VALUE to the end of the definition contained in VAR. Take
7183 # advantage of any shell optimizations that allow amortized linear growth over
7184 # repeated appends, instead of the typical quadratic growth present in naive
7185 # implementations.
7186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7187 eval 'as_fn_append ()
7188 {
7189 eval $1+=\$2
7190 }'
7191 else
7192 as_fn_append ()
7193 {
7194 eval $1=\$$1\$2
7195 }
7196 fi # as_fn_append
7197
7198 # as_fn_arith ARG...
7199 # ------------------
7200 # Perform arithmetic evaluation on the ARGs, and store the result in the
7201 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7202 # must be portable across $(()) and expr.
7203 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7204 eval 'as_fn_arith ()
7205 {
7206 as_val=$(( $* ))
7207 }'
7208 else
7209 as_fn_arith ()
7210 {
7211 as_val=`expr "$@" || test $? -eq 1`
7212 }
7213 fi # as_fn_arith
7214
7215
7216 if expr a : '\(a\)' >/dev/null 2>&1 &&
7217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7218 as_expr=expr
7219 else
7220 as_expr=false
7221 fi
7222
7223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7224 as_basename=basename
7225 else
7226 as_basename=false
7227 fi
7228
7229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7230 as_dirname=dirname
7231 else
7232 as_dirname=false
7233 fi
7234
7235 as_me=`$as_basename -- "$0" ||
7236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7237 X"$0" : 'X\(//\)$' \| \
7238 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7239 $as_echo X/"$0" |
7240 sed '/^.*\/\([^/][^/]*\)\/*$/{
7241 s//\1/
7242 q
7243 }
7244 /^X\/\(\/\/\)$/{
7245 s//\1/
7246 q
7247 }
7248 /^X\/\(\/\).*/{
7249 s//\1/
7250 q
7251 }
7252 s/.*/./; q'`
7253
7254 # Avoid depending upon Character Ranges.
7255 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7256 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7257 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7258 as_cr_digits='0123456789'
7259 as_cr_alnum=$as_cr_Letters$as_cr_digits
7260
7261 ECHO_C= ECHO_N= ECHO_T=
7262 case `echo -n x` in #(((((
7263 -n*)
7264 case `echo 'xy\c'` in
7265 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7266 xy) ECHO_C='\c';;
7267 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7268 ECHO_T=' ';;
7269 esac;;
7270 *)
7271 ECHO_N='-n';;
7272 esac
7273
7274 rm -f conf$$ conf$$.exe conf$$.file
7275 if test -d conf$$.dir; then
7276 rm -f conf$$.dir/conf$$.file
7277 else
7278 rm -f conf$$.dir
7279 mkdir conf$$.dir 2>/dev/null
7280 fi
7281 if (echo >conf$$.file) 2>/dev/null; then
7282 if ln -s conf$$.file conf$$ 2>/dev/null; then
7283 as_ln_s='ln -s'
7284 # ... but there are two gotchas:
7285 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7286 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7287 # In both cases, we have to default to `cp -pR'.
7288 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7289 as_ln_s='cp -pR'
7290 elif ln conf$$.file conf$$ 2>/dev/null; then
7291 as_ln_s=ln
7292 else
7293 as_ln_s='cp -pR'
7294 fi
7295 else
7296 as_ln_s='cp -pR'
7297 fi
7298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7299 rmdir conf$$.dir 2>/dev/null
7300
7301
7302 # as_fn_mkdir_p
7303 # -------------
7304 # Create "$as_dir" as a directory, including parents if necessary.
7305 as_fn_mkdir_p ()
7306 {
7307
7308 case $as_dir in #(
7309 -*) as_dir=./$as_dir;;
7310 esac
7311 test -d "$as_dir" || eval $as_mkdir_p || {
7312 as_dirs=
7313 while :; do
7314 case $as_dir in #(
7315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7316 *) as_qdir=$as_dir;;
7317 esac
7318 as_dirs="'$as_qdir' $as_dirs"
7319 as_dir=`$as_dirname -- "$as_dir" ||
7320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7321 X"$as_dir" : 'X\(//\)[^/]' \| \
7322 X"$as_dir" : 'X\(//\)$' \| \
7323 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7324 $as_echo X"$as_dir" |
7325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7326 s//\1/
7327 q
7328 }
7329 /^X\(\/\/\)[^/].*/{
7330 s//\1/
7331 q
7332 }
7333 /^X\(\/\/\)$/{
7334 s//\1/
7335 q
7336 }
7337 /^X\(\/\).*/{
7338 s//\1/
7339 q
7340 }
7341 s/.*/./; q'`
7342 test -d "$as_dir" && break
7343 done
7344 test -z "$as_dirs" || eval "mkdir $as_dirs"
7345 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
7346
7347
7348 } # as_fn_mkdir_p
7349 if mkdir -p . 2>/dev/null; then
7350 as_mkdir_p='mkdir -p "$as_dir"'
7351 else
7352 test -d ./-p && rmdir ./-p
7353 as_mkdir_p=false
7354 fi
7355
7356
7357 # as_fn_executable_p FILE
7358 # -----------------------
7359 # Test if FILE is an executable regular file.
7360 as_fn_executable_p ()
7361 {
7362 test -f "$1" && test -x "$1"
7363 } # as_fn_executable_p
7364 as_test_x='test -x'
7365 as_executable_p=as_fn_executable_p
7366
7367 # Sed expression to map a string onto a valid CPP name.
7368 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7369
7370 # Sed expression to map a string onto a valid variable name.
7371 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7372
7373
7374 exec 6>&1
7375 ## ----------------------------------- ##
7376 ## Main body of $CONFIG_STATUS script. ##
7377 ## ----------------------------------- ##
7378 _ASEOF
7379 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
7380
7381 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7382 # Save the log message, to keep $0 and so on meaningful, and to
7383 # report actual input values of CONFIG_FILES etc. instead of their
7384 # values after options handling.
7385 ac_log="
7386 This file was extended by GNU C Library $as_me (see version.h), which was
7387 generated by GNU Autoconf 2.69. Invocation command line was
7388
7389 CONFIG_FILES = $CONFIG_FILES
7390 CONFIG_HEADERS = $CONFIG_HEADERS
7391 CONFIG_LINKS = $CONFIG_LINKS
7392 CONFIG_COMMANDS = $CONFIG_COMMANDS
7393 $ $0 $@
7394
7395 on `(hostname || uname -n) 2>/dev/null | sed 1q`
7396 "
7397
7398 _ACEOF
7399
7400 case $ac_config_files in *"
7401 "*) set x $ac_config_files; shift; ac_config_files=$*;;
7402 esac
7403
7404 case $ac_config_headers in *"
7405 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
7406 esac
7407
7408
7409 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7410 # Files that config.status was made for.
7411 config_files="$ac_config_files"
7412 config_headers="$ac_config_headers"
7413 config_commands="$ac_config_commands"
7414
7415 _ACEOF
7416
7417 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7418 ac_cs_usage="\
7419 \`$as_me' instantiates files and other configuration actions
7420 from templates according to the current configuration. Unless the files
7421 and actions are specified as TAGs, all are instantiated by default.
7422
7423 Usage: $0 [OPTION]... [TAG]...
7424
7425 -h, --help print this help, then exit
7426 -V, --version print version number and configuration settings, then exit
7427 --config print configuration, then exit
7428 -q, --quiet, --silent
7429 do not print progress messages
7430 -d, --debug don't remove temporary files
7431 --recheck update $as_me by reconfiguring in the same conditions
7432 --file=FILE[:TEMPLATE]
7433 instantiate the configuration file FILE
7434 --header=FILE[:TEMPLATE]
7435 instantiate the configuration header FILE
7436
7437 Configuration files:
7438 $config_files
7439
7440 Configuration headers:
7441 $config_headers
7442
7443 Configuration commands:
7444 $config_commands
7445
7446 Report bugs to <https://sourceware.org/bugzilla/>.
7447 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
7448 General help using GNU software: <http://www.gnu.org/gethelp/>."
7449
7450 _ACEOF
7451 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7452 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7453 ac_cs_version="\\
7454 GNU C Library config.status (see version.h)
7455 configured by $0, generated by GNU Autoconf 2.69,
7456 with options \\"\$ac_cs_config\\"
7457
7458 Copyright (C) 2012 Free Software Foundation, Inc.
7459 This config.status script is free software; the Free Software Foundation
7460 gives unlimited permission to copy, distribute and modify it."
7461
7462 ac_pwd='$ac_pwd'
7463 srcdir='$srcdir'
7464 INSTALL='$INSTALL'
7465 test -n "\$AWK" || AWK=awk
7466 _ACEOF
7467
7468 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7469 # The default lists apply if the user does not specify any file.
7470 ac_need_defaults=:
7471 while test $# != 0
7472 do
7473 case $1 in
7474 --*=?*)
7475 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7476 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7477 ac_shift=:
7478 ;;
7479 --*=)
7480 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7481 ac_optarg=
7482 ac_shift=:
7483 ;;
7484 *)
7485 ac_option=$1
7486 ac_optarg=$2
7487 ac_shift=shift
7488 ;;
7489 esac
7490
7491 case $ac_option in
7492 # Handling of the options.
7493 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7494 ac_cs_recheck=: ;;
7495 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7496 $as_echo "$ac_cs_version"; exit ;;
7497 --config | --confi | --conf | --con | --co | --c )
7498 $as_echo "$ac_cs_config"; exit ;;
7499 --debug | --debu | --deb | --de | --d | -d )
7500 debug=: ;;
7501 --file | --fil | --fi | --f )
7502 $ac_shift
7503 case $ac_optarg in
7504 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7505 '') as_fn_error $? "missing file argument" ;;
7506 esac
7507 as_fn_append CONFIG_FILES " '$ac_optarg'"
7508 ac_need_defaults=false;;
7509 --header | --heade | --head | --hea )
7510 $ac_shift
7511 case $ac_optarg in
7512 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7513 esac
7514 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
7515 ac_need_defaults=false;;
7516 --he | --h)
7517 # Conflict between --help and --header
7518 as_fn_error $? "ambiguous option: \`$1'
7519 Try \`$0 --help' for more information.";;
7520 --help | --hel | -h )
7521 $as_echo "$ac_cs_usage"; exit ;;
7522 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7523 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7524 ac_cs_silent=: ;;
7525
7526 # This is an error.
7527 -*) as_fn_error $? "unrecognized option: \`$1'
7528 Try \`$0 --help' for more information." ;;
7529
7530 *) as_fn_append ac_config_targets " $1"
7531 ac_need_defaults=false ;;
7532
7533 esac
7534 shift
7535 done
7536
7537 ac_configure_extra_args=
7538
7539 if $ac_cs_silent; then
7540 exec 6>/dev/null
7541 ac_configure_extra_args="$ac_configure_extra_args --silent"
7542 fi
7543
7544 _ACEOF
7545 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7546 if \$ac_cs_recheck; then
7547 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7548 shift
7549 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7550 CONFIG_SHELL='$SHELL'
7551 export CONFIG_SHELL
7552 exec "\$@"
7553 fi
7554
7555 _ACEOF
7556 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7557 exec 5>>config.log
7558 {
7559 echo
7560 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7561 ## Running $as_me. ##
7562 _ASBOX
7563 $as_echo "$ac_log"
7564 } >&5
7565
7566 _ACEOF
7567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7568 #
7569 # INIT-COMMANDS
7570 #
7571 config_vars='$config_vars'
7572
7573 _ACEOF
7574
7575 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7576
7577 # Handling of arguments.
7578 for ac_config_target in $ac_config_targets
7579 do
7580 case $ac_config_target in
7581 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7582 "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;;
7583 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7584 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
7585
7586 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7587 esac
7588 done
7589
7590
7591 # If the user did not use the arguments to specify the items to instantiate,
7592 # then the envvar interface is used. Set only those that are not.
7593 # We use the long form for the default assignment because of an extremely
7594 # bizarre bug on SunOS 4.1.3.
7595 if $ac_need_defaults; then
7596 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7597 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7598 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7599 fi
7600
7601 # Have a temporary directory for convenience. Make it in the build tree
7602 # simply because there is no reason against having it here, and in addition,
7603 # creating and moving files from /tmp can sometimes cause problems.
7604 # Hook for its removal unless debugging.
7605 # Note that there is a small window in which the directory will not be cleaned:
7606 # after its creation but before its name has been assigned to `$tmp'.
7607 $debug ||
7608 {
7609 tmp= ac_tmp=
7610 trap 'exit_status=$?
7611 : "${ac_tmp:=$tmp}"
7612 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7613 ' 0
7614 trap 'as_fn_exit 1' 1 2 13 15
7615 }
7616 # Create a (secure) tmp directory for tmp files.
7617
7618 {
7619 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7620 test -d "$tmp"
7621 } ||
7622 {
7623 tmp=./conf$$-$RANDOM
7624 (umask 077 && mkdir "$tmp")
7625 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7626 ac_tmp=$tmp
7627
7628 # Set up the scripts for CONFIG_FILES section.
7629 # No need to generate them if there are no CONFIG_FILES.
7630 # This happens for instance with `./config.status config.h'.
7631 if test -n "$CONFIG_FILES"; then
7632
7633
7634 ac_cr=`echo X | tr X '\015'`
7635 # On cygwin, bash can eat \r inside `` if the user requested igncr.
7636 # But we know of no other shell where ac_cr would be empty at this
7637 # point, so we can use a bashism as a fallback.
7638 if test "x$ac_cr" = x; then
7639 eval ac_cr=\$\'\\r\'
7640 fi
7641 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7642 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7643 ac_cs_awk_cr='\\r'
7644 else
7645 ac_cs_awk_cr=$ac_cr
7646 fi
7647
7648 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7649 _ACEOF
7650
7651
7652 {
7653 echo "cat >conf$$subs.awk <<_ACEOF" &&
7654 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7655 echo "_ACEOF"
7656 } >conf$$subs.sh ||
7657 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7658 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7659 ac_delim='%!_!# '
7660 for ac_last_try in false false false false false :; do
7661 . ./conf$$subs.sh ||
7662 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7663
7664 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7665 if test $ac_delim_n = $ac_delim_num; then
7666 break
7667 elif $ac_last_try; then
7668 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7669 else
7670 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7671 fi
7672 done
7673 rm -f conf$$subs.sh
7674
7675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7676 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7677 _ACEOF
7678 sed -n '
7679 h
7680 s/^/S["/; s/!.*/"]=/
7681 p
7682 g
7683 s/^[^!]*!//
7684 :repl
7685 t repl
7686 s/'"$ac_delim"'$//
7687 t delim
7688 :nl
7689 h
7690 s/\(.\{148\}\)..*/\1/
7691 t more1
7692 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7693 p
7694 n
7695 b repl
7696 :more1
7697 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7698 p
7699 g
7700 s/.\{148\}//
7701 t nl
7702 :delim
7703 h
7704 s/\(.\{148\}\)..*/\1/
7705 t more2
7706 s/["\\]/\\&/g; s/^/"/; s/$/"/
7707 p
7708 b
7709 :more2
7710 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7711 p
7712 g
7713 s/.\{148\}//
7714 t delim
7715 ' <conf$$subs.awk | sed '
7716 /^[^""]/{
7717 N
7718 s/\n//
7719 }
7720 ' >>$CONFIG_STATUS || ac_write_fail=1
7721 rm -f conf$$subs.awk
7722 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7723 _ACAWK
7724 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7725 for (key in S) S_is_set[key] = 1
7726 FS = "\a"
7727
7728 }
7729 {
7730 line = $ 0
7731 nfields = split(line, field, "@")
7732 substed = 0
7733 len = length(field[1])
7734 for (i = 2; i < nfields; i++) {
7735 key = field[i]
7736 keylen = length(key)
7737 if (S_is_set[key]) {
7738 value = S[key]
7739 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7740 len += length(value) + length(field[++i])
7741 substed = 1
7742 } else
7743 len += 1 + keylen
7744 }
7745
7746 print line
7747 }
7748
7749 _ACAWK
7750 _ACEOF
7751 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7752 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7753 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7754 else
7755 cat
7756 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7757 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7758 _ACEOF
7759
7760 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7761 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7762 # trailing colons and then remove the whole line if VPATH becomes empty
7763 # (actually we leave an empty line to preserve line numbers).
7764 if test "x$srcdir" = x.; then
7765 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7766 h
7767 s///
7768 s/^/:/
7769 s/[ ]*$/:/
7770 s/:\$(srcdir):/:/g
7771 s/:\${srcdir}:/:/g
7772 s/:@srcdir@:/:/g
7773 s/^:*//
7774 s/:*$//
7775 x
7776 s/\(=[ ]*\).*/\1/
7777 G
7778 s/\n//
7779 s/^[^=]*=[ ]*$//
7780 }'
7781 fi
7782
7783 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7784 fi # test -n "$CONFIG_FILES"
7785
7786 # Set up the scripts for CONFIG_HEADERS section.
7787 # No need to generate them if there are no CONFIG_HEADERS.
7788 # This happens for instance with `./config.status Makefile'.
7789 if test -n "$CONFIG_HEADERS"; then
7790 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
7791 BEGIN {
7792 _ACEOF
7793
7794 # Transform confdefs.h into an awk script `defines.awk', embedded as
7795 # here-document in config.status, that substitutes the proper values into
7796 # config.h.in to produce config.h.
7797
7798 # Create a delimiter string that does not exist in confdefs.h, to ease
7799 # handling of long lines.
7800 ac_delim='%!_!# '
7801 for ac_last_try in false false :; do
7802 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
7803 if test -z "$ac_tt"; then
7804 break
7805 elif $ac_last_try; then
7806 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
7807 else
7808 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7809 fi
7810 done
7811
7812 # For the awk script, D is an array of macro values keyed by name,
7813 # likewise P contains macro parameters if any. Preserve backslash
7814 # newline sequences.
7815
7816 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7817 sed -n '
7818 s/.\{148\}/&'"$ac_delim"'/g
7819 t rset
7820 :rset
7821 s/^[ ]*#[ ]*define[ ][ ]*/ /
7822 t def
7823 d
7824 :def
7825 s/\\$//
7826 t bsnl
7827 s/["\\]/\\&/g
7828 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7829 D["\1"]=" \3"/p
7830 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7831 d
7832 :bsnl
7833 s/["\\]/\\&/g
7834 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7835 D["\1"]=" \3\\\\\\n"\\/p
7836 t cont
7837 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7838 t cont
7839 d
7840 :cont
7841 n
7842 s/.\{148\}/&'"$ac_delim"'/g
7843 t clear
7844 :clear
7845 s/\\$//
7846 t bsnlc
7847 s/["\\]/\\&/g; s/^/"/; s/$/"/p
7848 d
7849 :bsnlc
7850 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7851 b cont
7852 ' <confdefs.h | sed '
7853 s/'"$ac_delim"'/"\\\
7854 "/g' >>$CONFIG_STATUS || ac_write_fail=1
7855
7856 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7857 for (key in D) D_is_set[key] = 1
7858 FS = "\a"
7859 }
7860 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7861 line = \$ 0
7862 split(line, arg, " ")
7863 if (arg[1] == "#") {
7864 defundef = arg[2]
7865 mac1 = arg[3]
7866 } else {
7867 defundef = substr(arg[1], 2)
7868 mac1 = arg[2]
7869 }
7870 split(mac1, mac2, "(") #)
7871 macro = mac2[1]
7872 prefix = substr(line, 1, index(line, defundef) - 1)
7873 if (D_is_set[macro]) {
7874 # Preserve the white space surrounding the "#".
7875 print prefix "define", macro P[macro] D[macro]
7876 next
7877 } else {
7878 # Replace #undef with comments. This is necessary, for example,
7879 # in the case of _POSIX_SOURCE, which is predefined and required
7880 # on some systems where configure will not decide to define it.
7881 if (defundef == "undef") {
7882 print "/*", prefix defundef, macro, "*/"
7883 next
7884 }
7885 }
7886 }
7887 { print }
7888 _ACAWK
7889 _ACEOF
7890 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7891 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
7892 fi # test -n "$CONFIG_HEADERS"
7893
7894
7895 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7896 shift
7897 for ac_tag
7898 do
7899 case $ac_tag in
7900 :[FHLC]) ac_mode=$ac_tag; continue;;
7901 esac
7902 case $ac_mode$ac_tag in
7903 :[FHL]*:*);;
7904 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7905 :[FH]-) ac_tag=-:-;;
7906 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7907 esac
7908 ac_save_IFS=$IFS
7909 IFS=:
7910 set x $ac_tag
7911 IFS=$ac_save_IFS
7912 shift
7913 ac_file=$1
7914 shift
7915
7916 case $ac_mode in
7917 :L) ac_source=$1;;
7918 :[FH])
7919 ac_file_inputs=
7920 for ac_f
7921 do
7922 case $ac_f in
7923 -) ac_f="$ac_tmp/stdin";;
7924 *) # Look for the file first in the build tree, then in the source tree
7925 # (if the path is not absolute). The absolute path cannot be DOS-style,
7926 # because $ac_f cannot contain `:'.
7927 test -f "$ac_f" ||
7928 case $ac_f in
7929 [\\/$]*) false;;
7930 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7931 esac ||
7932 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7933 esac
7934 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7935 as_fn_append ac_file_inputs " '$ac_f'"
7936 done
7937
7938 # Let's still pretend it is `configure' which instantiates (i.e., don't
7939 # use $as_me), people would be surprised to read:
7940 # /* config.h. Generated by config.status. */
7941 configure_input='Generated from '`
7942 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7943 `' by configure.'
7944 if test x"$ac_file" != x-; then
7945 configure_input="$ac_file. $configure_input"
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7947 $as_echo "$as_me: creating $ac_file" >&6;}
7948 fi
7949 # Neutralize special characters interpreted by sed in replacement strings.
7950 case $configure_input in #(
7951 *\&* | *\|* | *\\* )
7952 ac_sed_conf_input=`$as_echo "$configure_input" |
7953 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7954 *) ac_sed_conf_input=$configure_input;;
7955 esac
7956
7957 case $ac_tag in
7958 *:-:* | *:-) cat >"$ac_tmp/stdin" \
7959 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7960 esac
7961 ;;
7962 esac
7963
7964 ac_dir=`$as_dirname -- "$ac_file" ||
7965 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7966 X"$ac_file" : 'X\(//\)[^/]' \| \
7967 X"$ac_file" : 'X\(//\)$' \| \
7968 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7969 $as_echo X"$ac_file" |
7970 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7971 s//\1/
7972 q
7973 }
7974 /^X\(\/\/\)[^/].*/{
7975 s//\1/
7976 q
7977 }
7978 /^X\(\/\/\)$/{
7979 s//\1/
7980 q
7981 }
7982 /^X\(\/\).*/{
7983 s//\1/
7984 q
7985 }
7986 s/.*/./; q'`
7987 as_dir="$ac_dir"; as_fn_mkdir_p
7988 ac_builddir=.
7989
7990 case "$ac_dir" in
7991 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7992 *)
7993 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7994 # A ".." for each directory in $ac_dir_suffix.
7995 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7996 case $ac_top_builddir_sub in
7997 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7998 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7999 esac ;;
8000 esac
8001 ac_abs_top_builddir=$ac_pwd
8002 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8003 # for backward compatibility:
8004 ac_top_builddir=$ac_top_build_prefix
8005
8006 case $srcdir in
8007 .) # We are building in place.
8008 ac_srcdir=.
8009 ac_top_srcdir=$ac_top_builddir_sub
8010 ac_abs_top_srcdir=$ac_pwd ;;
8011 [\\/]* | ?:[\\/]* ) # Absolute name.
8012 ac_srcdir=$srcdir$ac_dir_suffix;
8013 ac_top_srcdir=$srcdir
8014 ac_abs_top_srcdir=$srcdir ;;
8015 *) # Relative name.
8016 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8017 ac_top_srcdir=$ac_top_build_prefix$srcdir
8018 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8019 esac
8020 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8021
8022
8023 case $ac_mode in
8024 :F)
8025 #
8026 # CONFIG_FILE
8027 #
8028
8029 case $INSTALL in
8030 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8031 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
8032 esac
8033 _ACEOF
8034
8035 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8036 # If the template does not know about datarootdir, expand it.
8037 # FIXME: This hack should be removed a few years after 2.60.
8038 ac_datarootdir_hack=; ac_datarootdir_seen=
8039 ac_sed_dataroot='
8040 /datarootdir/ {
8041 p
8042 q
8043 }
8044 /@datadir@/p
8045 /@docdir@/p
8046 /@infodir@/p
8047 /@localedir@/p
8048 /@mandir@/p'
8049 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8050 *datarootdir*) ac_datarootdir_seen=yes;;
8051 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8053 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8054 _ACEOF
8055 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8056 ac_datarootdir_hack='
8057 s&@datadir@&$datadir&g
8058 s&@docdir@&$docdir&g
8059 s&@infodir@&$infodir&g
8060 s&@localedir@&$localedir&g
8061 s&@mandir@&$mandir&g
8062 s&\\\${datarootdir}&$datarootdir&g' ;;
8063 esac
8064 _ACEOF
8065
8066 # Neutralize VPATH when `$srcdir' = `.'.
8067 # Shell code in configure.ac might set extrasub.
8068 # FIXME: do we really want to maintain this feature?
8069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8070 ac_sed_extra="$ac_vpsub
8071 $extrasub
8072 _ACEOF
8073 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8074 :t
8075 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8076 s|@configure_input@|$ac_sed_conf_input|;t t
8077 s&@top_builddir@&$ac_top_builddir_sub&;t t
8078 s&@top_build_prefix@&$ac_top_build_prefix&;t t
8079 s&@srcdir@&$ac_srcdir&;t t
8080 s&@abs_srcdir@&$ac_abs_srcdir&;t t
8081 s&@top_srcdir@&$ac_top_srcdir&;t t
8082 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8083 s&@builddir@&$ac_builddir&;t t
8084 s&@abs_builddir@&$ac_abs_builddir&;t t
8085 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8086 s&@INSTALL@&$ac_INSTALL&;t t
8087 $ac_datarootdir_hack
8088 "
8089 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8090 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8091
8092 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8093 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8094 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8095 "$ac_tmp/out"`; test -z "$ac_out"; } &&
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8097 which seems to be undefined. Please make sure it is defined" >&5
8098 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8099 which seems to be undefined. Please make sure it is defined" >&2;}
8100
8101 rm -f "$ac_tmp/stdin"
8102 case $ac_file in
8103 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8104 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8105 esac \
8106 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8107 ;;
8108 :H)
8109 #
8110 # CONFIG_HEADER
8111 #
8112 if test x"$ac_file" != x-; then
8113 {
8114 $as_echo "/* $configure_input */" \
8115 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8116 } >"$ac_tmp/config.h" \
8117 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8118 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8120 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8121 else
8122 rm -f "$ac_file"
8123 mv "$ac_tmp/config.h" "$ac_file" \
8124 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8125 fi
8126 else
8127 $as_echo "/* $configure_input */" \
8128 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8129 || as_fn_error $? "could not create -" "$LINENO" 5
8130 fi
8131 ;;
8132
8133 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8134 $as_echo "$as_me: executing $ac_file commands" >&6;}
8135 ;;
8136 esac
8137
8138
8139 case $ac_file$ac_mode in
8140 "default":C)
8141 case $CONFIG_FILES in *config.make*)
8142 echo "$config_vars" >> config.make;;
8143 esac
8144 test -d bits || mkdir bits ;;
8145
8146 esac
8147 done # for ac_tag
8148
8149
8150 as_fn_exit 0
8151 _ACEOF
8152 ac_clean_files=$ac_clean_files_save
8153
8154 test $ac_write_fail = 0 ||
8155 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8156
8157
8158 # configure is writing to config.log, and then calls config.status.
8159 # config.status does its own redirection, appending to config.log.
8160 # Unfortunately, on DOS this fails, as config.log is still kept open
8161 # by configure, so config.status won't be able to write to it; its
8162 # output is simply discarded. So we exec the FD to /dev/null,
8163 # effectively closing config.log, so it can be properly (re)opened and
8164 # appended to by config.status. When coming back to configure, we
8165 # need to make the FD available again.
8166 if test "$no_create" != yes; then
8167 ac_cs_success=:
8168 ac_config_status_args=
8169 test "$silent" = yes &&
8170 ac_config_status_args="$ac_config_status_args --quiet"
8171 exec 5>/dev/null
8172 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8173 exec 5>>config.log
8174 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8175 # would make configure fail if this is the last instruction.
8176 $ac_cs_success || as_fn_exit 1
8177 fi
8178
8179 #
8180 # CONFIG_SUBDIRS section.
8181 #
8182 if test "$no_recursion" != yes; then
8183
8184 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
8185 # so they do not pile up.
8186 ac_sub_configure_args=
8187 ac_prev=
8188 eval "set x $ac_configure_args"
8189 shift
8190 for ac_arg
8191 do
8192 if test -n "$ac_prev"; then
8193 ac_prev=
8194 continue
8195 fi
8196 case $ac_arg in
8197 -cache-file | --cache-file | --cache-fil | --cache-fi \
8198 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8199 ac_prev=cache_file ;;
8200 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8201 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
8202 | --c=*)
8203 ;;
8204 --config-cache | -C)
8205 ;;
8206 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8207 ac_prev=srcdir ;;
8208 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8209 ;;
8210 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
8211 ac_prev=prefix ;;
8212 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
8213 ;;
8214 --disable-option-checking)
8215 ;;
8216 *)
8217 case $ac_arg in
8218 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8219 esac
8220 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
8221 esac
8222 done
8223
8224 # Always prepend --prefix to ensure using the same prefix
8225 # in subdir configurations.
8226 ac_arg="--prefix=$prefix"
8227 case $ac_arg in
8228 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8229 esac
8230 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
8231
8232 # Pass --silent
8233 if test "$silent" = yes; then
8234 ac_sub_configure_args="--silent $ac_sub_configure_args"
8235 fi
8236
8237 # Always prepend --disable-option-checking to silence warnings, since
8238 # different subdirs can have different --enable and --with options.
8239 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
8240
8241 ac_popdir=`pwd`
8242 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
8243
8244 # Do not complain, so a configure script can configure whichever
8245 # parts of a large source tree are present.
8246 test -d "$srcdir/$ac_dir" || continue
8247
8248 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
8249 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
8250 $as_echo "$ac_msg" >&6
8251 as_dir="$ac_dir"; as_fn_mkdir_p
8252 ac_builddir=.
8253
8254 case "$ac_dir" in
8255 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8256 *)
8257 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8258 # A ".." for each directory in $ac_dir_suffix.
8259 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8260 case $ac_top_builddir_sub in
8261 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8262 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8263 esac ;;
8264 esac
8265 ac_abs_top_builddir=$ac_pwd
8266 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8267 # for backward compatibility:
8268 ac_top_builddir=$ac_top_build_prefix
8269
8270 case $srcdir in
8271 .) # We are building in place.
8272 ac_srcdir=.
8273 ac_top_srcdir=$ac_top_builddir_sub
8274 ac_abs_top_srcdir=$ac_pwd ;;
8275 [\\/]* | ?:[\\/]* ) # Absolute name.
8276 ac_srcdir=$srcdir$ac_dir_suffix;
8277 ac_top_srcdir=$srcdir
8278 ac_abs_top_srcdir=$srcdir ;;
8279 *) # Relative name.
8280 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8281 ac_top_srcdir=$ac_top_build_prefix$srcdir
8282 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8283 esac
8284 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8285
8286
8287 cd "$ac_dir"
8288
8289 # Check for guested configure; otherwise get Cygnus style configure.
8290 if test -f "$ac_srcdir/configure.gnu"; then
8291 ac_sub_configure=$ac_srcdir/configure.gnu
8292 elif test -f "$ac_srcdir/configure"; then
8293 ac_sub_configure=$ac_srcdir/configure
8294 elif test -f "$ac_srcdir/configure.in"; then
8295 # This should be Cygnus configure.
8296 ac_sub_configure=$ac_aux_dir/configure
8297 else
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
8299 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
8300 ac_sub_configure=
8301 fi
8302
8303 # The recursion is here.
8304 if test -n "$ac_sub_configure"; then
8305 # Make the cache file name correct relative to the subdirectory.
8306 case $cache_file in
8307 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
8308 *) # Relative name.
8309 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
8310 esac
8311
8312 { $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
8313 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
8314 # The eval makes quoting arguments work.
8315 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
8316 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
8317 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8318 fi
8319
8320 cd "$ac_popdir"
8321 done
8322 fi
8323 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8325 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8326 fi
8327