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