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