]> git.ipfire.org Git - thirdparty/glibc.git/blob - configure
Configure support for --enable-stack-protector [BZ #7065]
[thirdparty/glibc.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for GNU C Library (see version.h).
4 #
5 # Report bugs to <http://sourceware.org/bugzilla/>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
90
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
103
104 ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176 esac
177 fi
178 "
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193 exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201 if (eval "$as_required") 2>/dev/null; then :
202 as_have_required=yes
203 else
204 as_have_required=no
205 fi
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207
208 else
209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212 do
213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=.
215 as_found=:
216 case $as_dir in #(
217 /*)
218 for as_base in sh bash ksh sh5; do
219 # Try only shells that exist, to save several forks.
220 as_shell=$as_dir/$as_base
221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 CONFIG_SHELL=$as_shell as_have_required=yes
224 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225 break 2
226 fi
227 fi
228 done;;
229 esac
230 as_found=false
231 done
232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234 CONFIG_SHELL=$SHELL as_have_required=yes
235 fi; }
236 IFS=$as_save_IFS
237
238
239 if test "x$CONFIG_SHELL" != x; then :
240 export CONFIG_SHELL
241 # We cannot yet assume a decent shell, so we have to provide a
242 # neutralization value for shells without unset; and this also
243 # works around shells that cannot unset nonexistent variables.
244 # Preserve -v and -x to the replacement shell.
245 BASH_ENV=/dev/null
246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # ((((
249 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v* ) as_opts=-v ;;
251 *x* ) as_opts=-x ;;
252 * ) as_opts= ;;
253 esac
254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255 # Admittedly, this is quite paranoid, since all the known shells bail
256 # out after a failed `exec'.
257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258 exit 255
259 fi
260
261 if test x$as_have_required = xno; then :
262 $as_echo "$0: This script requires a shell more modern than all"
263 $as_echo "$0: the shells that I found on your system."
264 if test x${ZSH_VERSION+set} = xset ; then
265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 else
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: http://sourceware.org/bugzilla/ about your system,
270 $0: including any error possibly output before this
271 $0: message. Then install a modern shell, or manually run
272 $0: the script under such a shell if you do have one."
273 fi
274 exit 1
275 fi
276 fi
277 fi
278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS
283
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
291 {
292 { eval $1=; unset $1;}
293 }
294 as_unset=as_fn_unset
295
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
300 {
301 return $1
302 } # as_fn_set_status
303
304 # as_fn_exit STATUS
305 # -----------------
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307 as_fn_exit ()
308 {
309 set +e
310 as_fn_set_status $1
311 exit $1
312 } # as_fn_exit
313
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
318 {
319
320 case $as_dir in #(
321 -*) as_dir=./$as_dir;;
322 esac
323 test -d "$as_dir" || eval $as_mkdir_p || {
324 as_dirs=
325 while :; do
326 case $as_dir in #(
327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 *) as_qdir=$as_dir;;
329 esac
330 as_dirs="'$as_qdir' $as_dirs"
331 as_dir=`$as_dirname -- "$as_dir" ||
332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333 X"$as_dir" : 'X\(//\)[^/]' \| \
334 X"$as_dir" : 'X\(//\)$' \| \
335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336 $as_echo X"$as_dir" |
337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338 s//\1/
339 q
340 }
341 /^X\(\/\/\)[^/].*/{
342 s//\1/
343 q
344 }
345 /^X\(\/\/\)$/{
346 s//\1/
347 q
348 }
349 /^X\(\/\).*/{
350 s//\1/
351 q
352 }
353 s/.*/./; q'`
354 test -d "$as_dir" && break
355 done
356 test -z "$as_dirs" || eval "mkdir $as_dirs"
357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
358
359
360 } # as_fn_mkdir_p
361
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
366 {
367 test -f "$1" && test -x "$1"
368 } # as_fn_executable_p
369 # as_fn_append VAR VALUE
370 # ----------------------
371 # Append the text in VALUE to the end of the definition contained in VAR. Take
372 # advantage of any shell optimizations that allow amortized linear growth over
373 # repeated appends, instead of the typical quadratic growth present in naive
374 # implementations.
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376 eval 'as_fn_append ()
377 {
378 eval $1+=\$2
379 }'
380 else
381 as_fn_append ()
382 {
383 eval $1=\$$1\$2
384 }
385 fi # as_fn_append
386
387 # as_fn_arith ARG...
388 # ------------------
389 # Perform arithmetic evaluation on the ARGs, and store the result in the
390 # global $as_val. Take advantage of shells that can avoid forks. The arguments
391 # must be portable across $(()) and expr.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393 eval 'as_fn_arith ()
394 {
395 as_val=$(( $* ))
396 }'
397 else
398 as_fn_arith ()
399 {
400 as_val=`expr "$@" || test $? -eq 1`
401 }
402 fi # as_fn_arith
403
404
405 # as_fn_error STATUS ERROR [LINENO LOG_FD]
406 # ----------------------------------------
407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409 # script with STATUS, using 1 if that was 0.
410 as_fn_error ()
411 {
412 as_status=$1; test $as_status -eq 0 && as_status=1
413 if test "$4"; then
414 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
416 fi
417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status
419 } # as_fn_error
420
421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422 test "X`expr 00001 : '.*\(...\)'`" = X001; then
423 as_expr=expr
424 else
425 as_expr=false
426 fi
427
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename
430 else
431 as_basename=false
432 fi
433
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435 as_dirname=dirname
436 else
437 as_dirname=false
438 fi
439
440 as_me=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442 X"$0" : 'X\(//\)$' \| \
443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444 $as_echo X/"$0" |
445 sed '/^.*\/\([^/][^/]*\)\/*$/{
446 s//\1/
447 q
448 }
449 /^X\/\(\/\/\)$/{
450 s//\1/
451 q
452 }
453 /^X\/\(\/\).*/{
454 s//\1/
455 q
456 }
457 s/.*/./; q'`
458
459 # Avoid depending upon Character Ranges.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789'
464 as_cr_alnum=$as_cr_Letters$as_cr_digits
465
466
467 as_lineno_1=$LINENO as_lineno_1a=$LINENO
468 as_lineno_2=$LINENO as_lineno_2a=$LINENO
469 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
472 sed -n '
473 p
474 /[$]LINENO/=
475 ' <$as_myself |
476 sed '
477 s/[$]LINENO.*/&-/
478 t lineno
479 b
480 :lineno
481 N
482 :loop
483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 t loop
485 s/-\n.*//
486 ' >$as_me.lineno &&
487 chmod +x "$as_me.lineno" ||
488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
489
490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491 # already done that, so ensure we don't try to do so again and fall
492 # in an infinite loop. This has already happened in practice.
493 _as_can_reexec=no; export _as_can_reexec
494 # Don't try to exec as it changes $[0], causing all sort of problems
495 # (the dirname of $[0] is not the place where we might find the
496 # original and so on. Autoconf is especially sensitive to this).
497 . "./$as_me.lineno"
498 # Exit status is that of the last command.
499 exit
500 }
501
502 ECHO_C= ECHO_N= ECHO_T=
503 case `echo -n x` in #(((((
504 -n*)
505 case `echo 'xy\c'` in
506 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
507 xy) ECHO_C='\c';;
508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
509 ECHO_T=' ';;
510 esac;;
511 *)
512 ECHO_N='-n';;
513 esac
514
515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then
517 rm -f conf$$.dir/conf$$.file
518 else
519 rm -f conf$$.dir
520 mkdir conf$$.dir 2>/dev/null
521 fi
522 if (echo >conf$$.file) 2>/dev/null; then
523 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 as_ln_s='ln -s'
525 # ... but there are two gotchas:
526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528 # In both cases, we have to default to `cp -pR'.
529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530 as_ln_s='cp -pR'
531 elif ln conf$$.file conf$$ 2>/dev/null; then
532 as_ln_s=ln
533 else
534 as_ln_s='cp -pR'
535 fi
536 else
537 as_ln_s='cp -pR'
538 fi
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
541
542 if mkdir -p . 2>/dev/null; then
543 as_mkdir_p='mkdir -p "$as_dir"'
544 else
545 test -d ./-p && rmdir ./-p
546 as_mkdir_p=false
547 fi
548
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
551
552 # Sed expression to map a string onto a valid CPP name.
553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
554
555 # Sed expression to map a string onto a valid variable name.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557
558
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
561
562 # Name of the host.
563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564 # so uname gets run too.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
566
567 #
568 # Initializations.
569 #
570 ac_default_prefix=/usr/local
571 ac_clean_files=
572 ac_config_libobj_dir=.
573 LIBOBJS=
574 cross_compiling=no
575 subdirs=
576 MFLAGS=
577 MAKEFLAGS=
578
579 # Identity of this package.
580 PACKAGE_NAME='GNU C Library'
581 PACKAGE_TARNAME='glibc'
582 PACKAGE_VERSION='(see version.h)'
583 PACKAGE_STRING='GNU C Library (see version.h)'
584 PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
585 PACKAGE_URL='http://www.gnu.org/software/glibc/'
586
587 ac_unique_file="include/features.h"
588 enable_option_checking=no
589 ac_subst_vars='LTLIBOBJS
590 LIBOBJS
591 RELEASE
592 VERSION
593 mach_interface_list
594 DEFINES
595 static_nss
596 profile
597 libc_cv_pie_default
598 libc_cv_pic_default
599 shared
600 static
601 ldd_rewrite_script
602 use_ldconfig
603 libc_cv_rootsbindir
604 libc_cv_localstatedir
605 libc_cv_sysconfdir
606 libc_cv_complocaledir
607 libc_cv_rtlddir
608 libc_cv_slibdir
609 use_nscd
610 libc_cv_gcc_unwind_find_fde
611 libc_extra_cppflags
612 libc_extra_cflags
613 libc_cv_cxx_thread_local
614 CPPUNDEFS
615 have_selinux
616 have_libcap
617 have_libaudit
618 LIBGD
619 libc_cv_cc_loop_to_function
620 libc_cv_cc_submachine
621 libc_cv_cc_nofma
622 libc_cv_mtls_dialect_gnu2
623 fno_unit_at_a_time
624 libc_cv_output_format
625 libc_cv_has_glob_dat
626 libc_cv_hashstyle
627 libc_cv_fpie
628 libc_cv_z_execstack
629 libc_cv_z_combreloc
630 ASFLAGS_config
631 libc_cv_cc_with_libunwind
632 libc_cv_protected_data
633 BISON
634 INSTALL_INFO
635 PERL
636 BASH_SHELL
637 CXX_CMATH_HEADER
638 CXX_CSTDLIB_HEADER
639 CXX_SYSINCLUDES
640 SYSINCLUDES
641 PYTHON
642 PYTHON_PROG
643 AUTOCONF
644 NM
645 AWK
646 SED
647 MAKEINFO
648 MSGFMT
649 MAKE
650 LD
651 AS
652 OBJCOPY
653 OBJDUMP
654 AR
655 LN_S
656 INSTALL_DATA
657 INSTALL_SCRIPT
658 INSTALL_PROGRAM
659 sysdeps_add_ons
660 sysnames
661 submachine
662 multi_arch
663 no_stack_protector
664 stack_protector
665 libc_cv_ssp
666 base_machine
667 add_on_subdirs
668 add_ons
669 build_pt_chown
670 build_nscd
671 link_obsolete_rpc
672 libc_cv_static_nss_crypt
673 libc_cv_nss_crypt
674 enable_werror
675 all_warnings
676 force_install
677 bindnow
678 enable_lock_elision
679 hardcoded_path_in_tests
680 enable_timezone_tools
681 use_default_link
682 sysheaders
683 with_fp
684 ac_ct_CXX
685 CXXFLAGS
686 CXX
687 READELF
688 CPP
689 cross_compiling
690 BUILD_CC
691 OBJEXT
692 ac_ct_CC
693 CPPFLAGS
694 LDFLAGS
695 CFLAGS
696 CC
697 host_os
698 host_vendor
699 host_cpu
700 host
701 build_os
702 build_vendor
703 build_cpu
704 build
705 subdirs
706 REPORT_BUGS_TEXI
707 REPORT_BUGS_TO
708 PKGVERSION_TEXI
709 PKGVERSION
710 target_alias
711 host_alias
712 build_alias
713 LIBS
714 ECHO_T
715 ECHO_N
716 ECHO_C
717 DEFS
718 mandir
719 localedir
720 libdir
721 psdir
722 pdfdir
723 dvidir
724 htmldir
725 infodir
726 docdir
727 oldincludedir
728 includedir
729 localstatedir
730 sharedstatedir
731 sysconfdir
732 datadir
733 datarootdir
734 libexecdir
735 sbindir
736 bindir
737 program_transform_name
738 prefix
739 exec_prefix
740 PACKAGE_URL
741 PACKAGE_BUGREPORT
742 PACKAGE_STRING
743 PACKAGE_VERSION
744 PACKAGE_TARNAME
745 PACKAGE_NAME
746 PATH_SEPARATOR
747 SHELL'
748 ac_subst_files=''
749 ac_user_opts='
750 enable_option_checking
751 with_pkgversion
752 with_bugurl
753 with_gd
754 with_gd_include
755 with_gd_lib
756 with_fp
757 with_binutils
758 with_selinux
759 with_headers
760 with_default_link
761 enable_sanity_checks
762 enable_shared
763 enable_profile
764 enable_timezone_tools
765 enable_hardcoded_path_in_tests
766 enable_stackguard_randomization
767 enable_lock_elision
768 enable_add_ons
769 enable_hidden_plt
770 enable_bind_now
771 enable_stack_protector
772 enable_static_nss
773 enable_force_install
774 enable_maintainer_mode
775 enable_kernel
776 enable_all_warnings
777 enable_werror
778 enable_multi_arch
779 enable_nss_crypt
780 enable_obsolete_rpc
781 enable_systemtap
782 enable_build_nscd
783 enable_nscd
784 enable_pt_chown
785 enable_mathvec
786 with_cpu
787 '
788 ac_precious_vars='build_alias
789 host_alias
790 target_alias
791 CC
792 CFLAGS
793 LDFLAGS
794 LIBS
795 CPPFLAGS
796 CPP
797 CXX
798 CXXFLAGS
799 CCC'
800 ac_subdirs_all='
801 '
802
803 # Initialize some variables set by options.
804 ac_init_help=
805 ac_init_version=false
806 ac_unrecognized_opts=
807 ac_unrecognized_sep=
808 # The variables have the same names as the options, with
809 # dashes changed to underlines.
810 cache_file=/dev/null
811 exec_prefix=NONE
812 no_create=
813 no_recursion=
814 prefix=NONE
815 program_prefix=NONE
816 program_suffix=NONE
817 program_transform_name=s,x,x,
818 silent=
819 site=
820 srcdir=
821 verbose=
822 x_includes=NONE
823 x_libraries=NONE
824
825 # Installation directory options.
826 # These are left unexpanded so users can "make install exec_prefix=/foo"
827 # and all the variables that are supposed to be based on exec_prefix
828 # by default will actually change.
829 # Use braces instead of parens because sh, perl, etc. also accept them.
830 # (The list follows the same order as the GNU Coding Standards.)
831 bindir='${exec_prefix}/bin'
832 sbindir='${exec_prefix}/sbin'
833 libexecdir='${exec_prefix}/libexec'
834 datarootdir='${prefix}/share'
835 datadir='${datarootdir}'
836 sysconfdir='${prefix}/etc'
837 sharedstatedir='${prefix}/com'
838 localstatedir='${prefix}/var'
839 includedir='${prefix}/include'
840 oldincludedir='/usr/include'
841 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
842 infodir='${datarootdir}/info'
843 htmldir='${docdir}'
844 dvidir='${docdir}'
845 pdfdir='${docdir}'
846 psdir='${docdir}'
847 libdir='${exec_prefix}/lib'
848 localedir='${datarootdir}/locale'
849 mandir='${datarootdir}/man'
850
851 ac_prev=
852 ac_dashdash=
853 for ac_option
854 do
855 # If the previous option needs an argument, assign it.
856 if test -n "$ac_prev"; then
857 eval $ac_prev=\$ac_option
858 ac_prev=
859 continue
860 fi
861
862 case $ac_option in
863 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
864 *=) ac_optarg= ;;
865 *) ac_optarg=yes ;;
866 esac
867
868 # Accept the important Cygnus configure options, so we can diagnose typos.
869
870 case $ac_dashdash$ac_option in
871 --)
872 ac_dashdash=yes ;;
873
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
877 bindir=$ac_optarg ;;
878
879 -build | --build | --buil | --bui | --bu)
880 ac_prev=build_alias ;;
881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
882 build_alias=$ac_optarg ;;
883
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
889 cache_file=$ac_optarg ;;
890
891 --config-cache | -C)
892 cache_file=config.cache ;;
893
894 -datadir | --datadir | --datadi | --datad)
895 ac_prev=datadir ;;
896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
897 datadir=$ac_optarg ;;
898
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
905
906 -disable-* | --disable-*)
907 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
910 as_fn_error $? "invalid feature name: $ac_useropt"
911 ac_useropt_orig=$ac_useropt
912 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
913 case $ac_user_opts in
914 *"
915 "enable_$ac_useropt"
916 "*) ;;
917 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
918 ac_unrecognized_sep=', ';;
919 esac
920 eval enable_$ac_useropt=no ;;
921
922 -docdir | --docdir | --docdi | --doc | --do)
923 ac_prev=docdir ;;
924 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
925 docdir=$ac_optarg ;;
926
927 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
928 ac_prev=dvidir ;;
929 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
930 dvidir=$ac_optarg ;;
931
932 -enable-* | --enable-*)
933 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
934 # Reject names that are not valid shell variable names.
935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
936 as_fn_error $? "invalid feature name: $ac_useropt"
937 ac_useropt_orig=$ac_useropt
938 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939 case $ac_user_opts in
940 *"
941 "enable_$ac_useropt"
942 "*) ;;
943 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
944 ac_unrecognized_sep=', ';;
945 esac
946 eval enable_$ac_useropt=\$ac_optarg ;;
947
948 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
949 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
950 | --exec | --exe | --ex)
951 ac_prev=exec_prefix ;;
952 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
953 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
954 | --exec=* | --exe=* | --ex=*)
955 exec_prefix=$ac_optarg ;;
956
957 -gas | --gas | --ga | --g)
958 # Obsolete; use --with-gas.
959 with_gas=yes ;;
960
961 -help | --help | --hel | --he | -h)
962 ac_init_help=long ;;
963 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
964 ac_init_help=recursive ;;
965 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
966 ac_init_help=short ;;
967
968 -host | --host | --hos | --ho)
969 ac_prev=host_alias ;;
970 -host=* | --host=* | --hos=* | --ho=*)
971 host_alias=$ac_optarg ;;
972
973 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
974 ac_prev=htmldir ;;
975 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
976 | --ht=*)
977 htmldir=$ac_optarg ;;
978
979 -includedir | --includedir | --includedi | --included | --include \
980 | --includ | --inclu | --incl | --inc)
981 ac_prev=includedir ;;
982 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
983 | --includ=* | --inclu=* | --incl=* | --inc=*)
984 includedir=$ac_optarg ;;
985
986 -infodir | --infodir | --infodi | --infod | --info | --inf)
987 ac_prev=infodir ;;
988 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
989 infodir=$ac_optarg ;;
990
991 -libdir | --libdir | --libdi | --libd)
992 ac_prev=libdir ;;
993 -libdir=* | --libdir=* | --libdi=* | --libd=*)
994 libdir=$ac_optarg ;;
995
996 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
997 | --libexe | --libex | --libe)
998 ac_prev=libexecdir ;;
999 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1000 | --libexe=* | --libex=* | --libe=*)
1001 libexecdir=$ac_optarg ;;
1002
1003 -localedir | --localedir | --localedi | --localed | --locale)
1004 ac_prev=localedir ;;
1005 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1006 localedir=$ac_optarg ;;
1007
1008 -localstatedir | --localstatedir | --localstatedi | --localstated \
1009 | --localstate | --localstat | --localsta | --localst | --locals)
1010 ac_prev=localstatedir ;;
1011 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1012 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1013 localstatedir=$ac_optarg ;;
1014
1015 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1016 ac_prev=mandir ;;
1017 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1018 mandir=$ac_optarg ;;
1019
1020 -nfp | --nfp | --nf)
1021 # Obsolete; use --without-fp.
1022 with_fp=no ;;
1023
1024 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1025 | --no-cr | --no-c | -n)
1026 no_create=yes ;;
1027
1028 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1029 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1030 no_recursion=yes ;;
1031
1032 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1033 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1034 | --oldin | --oldi | --old | --ol | --o)
1035 ac_prev=oldincludedir ;;
1036 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1037 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1038 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1039 oldincludedir=$ac_optarg ;;
1040
1041 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1042 ac_prev=prefix ;;
1043 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1044 prefix=$ac_optarg ;;
1045
1046 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1047 | --program-pre | --program-pr | --program-p)
1048 ac_prev=program_prefix ;;
1049 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1050 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1051 program_prefix=$ac_optarg ;;
1052
1053 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1054 | --program-suf | --program-su | --program-s)
1055 ac_prev=program_suffix ;;
1056 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1057 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1058 program_suffix=$ac_optarg ;;
1059
1060 -program-transform-name | --program-transform-name \
1061 | --program-transform-nam | --program-transform-na \
1062 | --program-transform-n | --program-transform- \
1063 | --program-transform | --program-transfor \
1064 | --program-transfo | --program-transf \
1065 | --program-trans | --program-tran \
1066 | --progr-tra | --program-tr | --program-t)
1067 ac_prev=program_transform_name ;;
1068 -program-transform-name=* | --program-transform-name=* \
1069 | --program-transform-nam=* | --program-transform-na=* \
1070 | --program-transform-n=* | --program-transform-=* \
1071 | --program-transform=* | --program-transfor=* \
1072 | --program-transfo=* | --program-transf=* \
1073 | --program-trans=* | --program-tran=* \
1074 | --progr-tra=* | --program-tr=* | --program-t=*)
1075 program_transform_name=$ac_optarg ;;
1076
1077 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1078 ac_prev=pdfdir ;;
1079 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1080 pdfdir=$ac_optarg ;;
1081
1082 -psdir | --psdir | --psdi | --psd | --ps)
1083 ac_prev=psdir ;;
1084 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1085 psdir=$ac_optarg ;;
1086
1087 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1088 | -silent | --silent | --silen | --sile | --sil)
1089 silent=yes ;;
1090
1091 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1092 ac_prev=sbindir ;;
1093 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1094 | --sbi=* | --sb=*)
1095 sbindir=$ac_optarg ;;
1096
1097 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1098 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1099 | --sharedst | --shareds | --shared | --share | --shar \
1100 | --sha | --sh)
1101 ac_prev=sharedstatedir ;;
1102 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1103 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1104 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1105 | --sha=* | --sh=*)
1106 sharedstatedir=$ac_optarg ;;
1107
1108 -site | --site | --sit)
1109 ac_prev=site ;;
1110 -site=* | --site=* | --sit=*)
1111 site=$ac_optarg ;;
1112
1113 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1114 ac_prev=srcdir ;;
1115 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1116 srcdir=$ac_optarg ;;
1117
1118 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1119 | --syscon | --sysco | --sysc | --sys | --sy)
1120 ac_prev=sysconfdir ;;
1121 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1122 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1123 sysconfdir=$ac_optarg ;;
1124
1125 -target | --target | --targe | --targ | --tar | --ta | --t)
1126 ac_prev=target_alias ;;
1127 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1128 target_alias=$ac_optarg ;;
1129
1130 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1131 verbose=yes ;;
1132
1133 -version | --version | --versio | --versi | --vers | -V)
1134 ac_init_version=: ;;
1135
1136 -with-* | --with-*)
1137 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1138 # Reject names that are not valid shell variable names.
1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1140 as_fn_error $? "invalid package name: $ac_useropt"
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145 "with_$ac_useropt"
1146 "*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
1149 esac
1150 eval with_$ac_useropt=\$ac_optarg ;;
1151
1152 -without-* | --without-*)
1153 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1154 # Reject names that are not valid shell variable names.
1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1156 as_fn_error $? "invalid package name: $ac_useropt"
1157 ac_useropt_orig=$ac_useropt
1158 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1160 *"
1161 "with_$ac_useropt"
1162 "*) ;;
1163 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1164 ac_unrecognized_sep=', ';;
1165 esac
1166 eval with_$ac_useropt=no ;;
1167
1168 --x)
1169 # Obsolete; use --with-x.
1170 with_x=yes ;;
1171
1172 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1173 | --x-incl | --x-inc | --x-in | --x-i)
1174 ac_prev=x_includes ;;
1175 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1176 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1177 x_includes=$ac_optarg ;;
1178
1179 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1180 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1181 ac_prev=x_libraries ;;
1182 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1183 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1184 x_libraries=$ac_optarg ;;
1185
1186 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1187 Try \`$0 --help' for more information"
1188 ;;
1189
1190 *=*)
1191 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1192 # Reject names that are not valid shell variable names.
1193 case $ac_envvar in #(
1194 '' | [0-9]* | *[!_$as_cr_alnum]* )
1195 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1196 esac
1197 eval $ac_envvar=\$ac_optarg
1198 export $ac_envvar ;;
1199
1200 *)
1201 # FIXME: should be removed in autoconf 3.0.
1202 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1203 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1204 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1205 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1206 ;;
1207
1208 esac
1209 done
1210
1211 if test -n "$ac_prev"; then
1212 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1213 as_fn_error $? "missing argument to $ac_option"
1214 fi
1215
1216 if test -n "$ac_unrecognized_opts"; then
1217 case $enable_option_checking in
1218 no) ;;
1219 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1220 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1221 esac
1222 fi
1223
1224 # Check all directory arguments for consistency.
1225 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1226 datadir sysconfdir sharedstatedir localstatedir includedir \
1227 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1228 libdir localedir mandir
1229 do
1230 eval ac_val=\$$ac_var
1231 # Remove trailing slashes.
1232 case $ac_val in
1233 */ )
1234 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1235 eval $ac_var=\$ac_val;;
1236 esac
1237 # Be sure to have absolute directory names.
1238 case $ac_val in
1239 [\\/$]* | ?:[\\/]* ) continue;;
1240 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1241 esac
1242 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1243 done
1244
1245 # There might be people who depend on the old broken behavior: `$host'
1246 # used to hold the argument of --host etc.
1247 # FIXME: To remove some day.
1248 build=$build_alias
1249 host=$host_alias
1250 target=$target_alias
1251
1252 # FIXME: To remove some day.
1253 if test "x$host_alias" != x; then
1254 if test "x$build_alias" = x; then
1255 cross_compiling=maybe
1256 elif test "x$build_alias" != "x$host_alias"; then
1257 cross_compiling=yes
1258 fi
1259 fi
1260
1261 ac_tool_prefix=
1262 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1263
1264 test "$silent" = yes && exec 6>/dev/null
1265
1266
1267 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1268 ac_ls_di=`ls -di .` &&
1269 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1270 as_fn_error $? "working directory cannot be determined"
1271 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1272 as_fn_error $? "pwd does not report name of working directory"
1273
1274
1275 # Find the source files, if location was not specified.
1276 if test -z "$srcdir"; then
1277 ac_srcdir_defaulted=yes
1278 # Try the directory containing this script, then the parent directory.
1279 ac_confdir=`$as_dirname -- "$as_myself" ||
1280 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1281 X"$as_myself" : 'X\(//\)[^/]' \| \
1282 X"$as_myself" : 'X\(//\)$' \| \
1283 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1284 $as_echo X"$as_myself" |
1285 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\/\)[^/].*/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\/\)$/{
1294 s//\1/
1295 q
1296 }
1297 /^X\(\/\).*/{
1298 s//\1/
1299 q
1300 }
1301 s/.*/./; q'`
1302 srcdir=$ac_confdir
1303 if test ! -r "$srcdir/$ac_unique_file"; then
1304 srcdir=..
1305 fi
1306 else
1307 ac_srcdir_defaulted=no
1308 fi
1309 if test ! -r "$srcdir/$ac_unique_file"; then
1310 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1311 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1312 fi
1313 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1314 ac_abs_confdir=`(
1315 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1316 pwd)`
1317 # When building in place, set srcdir=.
1318 if test "$ac_abs_confdir" = "$ac_pwd"; then
1319 srcdir=.
1320 fi
1321 # Remove unnecessary trailing slashes from srcdir.
1322 # Double slashes in file names in object file debugging info
1323 # mess up M-x gdb in Emacs.
1324 case $srcdir in
1325 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1326 esac
1327 for ac_var in $ac_precious_vars; do
1328 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_env_${ac_var}_value=\$${ac_var}
1330 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1331 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1332 done
1333
1334 #
1335 # Report the --help message.
1336 #
1337 if test "$ac_init_help" = "long"; then
1338 # Omit some internal or obsolete options to make the list less imposing.
1339 # This message is too long to be a string in the A/UX 3.1 sh.
1340 cat <<_ACEOF
1341 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1342
1343 Usage: $0 [OPTION]... [VAR=VALUE]...
1344
1345 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1346 VAR=VALUE. See below for descriptions of some of the useful variables.
1347
1348 Defaults for the options are specified in brackets.
1349
1350 Configuration:
1351 -h, --help display this help and exit
1352 --help=short display options specific to this package
1353 --help=recursive display the short help of all the included packages
1354 -V, --version display version information and exit
1355 -q, --quiet, --silent do not print \`checking ...' messages
1356 --cache-file=FILE cache test results in FILE [disabled]
1357 -C, --config-cache alias for \`--cache-file=config.cache'
1358 -n, --no-create do not create output files
1359 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1360
1361 Installation directories:
1362 --prefix=PREFIX install architecture-independent files in PREFIX
1363 [$ac_default_prefix]
1364 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1365 [PREFIX]
1366
1367 By default, \`make install' will install all the files in
1368 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1369 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1370 for instance \`--prefix=\$HOME'.
1371
1372 For better control, use the options below.
1373
1374 Fine tuning of the installation directories:
1375 --bindir=DIR user executables [EPREFIX/bin]
1376 --sbindir=DIR system admin executables [EPREFIX/sbin]
1377 --libexecdir=DIR program executables [EPREFIX/libexec]
1378 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1379 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1380 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1381 --libdir=DIR object code libraries [EPREFIX/lib]
1382 --includedir=DIR C header files [PREFIX/include]
1383 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1384 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1385 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1386 --infodir=DIR info documentation [DATAROOTDIR/info]
1387 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1388 --mandir=DIR man documentation [DATAROOTDIR/man]
1389 --docdir=DIR documentation root [DATAROOTDIR/doc/glibc]
1390 --htmldir=DIR html documentation [DOCDIR]
1391 --dvidir=DIR dvi documentation [DOCDIR]
1392 --pdfdir=DIR pdf documentation [DOCDIR]
1393 --psdir=DIR ps documentation [DOCDIR]
1394 _ACEOF
1395
1396 cat <<\_ACEOF
1397
1398 System types:
1399 --build=BUILD configure for building on BUILD [guessed]
1400 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1401 _ACEOF
1402 fi
1403
1404 if test -n "$ac_init_help"; then
1405 case $ac_init_help in
1406 short | recursive ) echo "Configuration of GNU C Library (see version.h):";;
1407 esac
1408 cat <<\_ACEOF
1409
1410 Optional Features:
1411 --disable-option-checking ignore unrecognized --enable/--with options
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1414 --disable-sanity-checks really do not use threads (should not be used except
1415 in special situations) [default=yes]
1416 --enable-shared build shared library [default=yes if GNU ld]
1417 --enable-profile build profiled library [default=no]
1418 --disable-timezone-tools
1419 do not install timezone tools [default=install]
1420 --enable-hardcoded-path-in-tests
1421 hardcode newly built glibc path in tests
1422 [default=no]
1423 --enable-stackguard-randomization
1424 initialize __stack_chk_guard canary with a random
1425 number at program start
1426 --enable-lock-elision=yes/no
1427 Enable lock elision for pthread mutexes by default
1428 --enable-add-ons[=DIRS...]
1429 configure and build add-ons in DIR1,DIR2,... search
1430 for add-ons if no parameter given
1431 --disable-hidden-plt do not hide internal function calls to avoid PLT
1432 --enable-bind-now disable lazy relocations in DSOs
1433 --enable-stack-protector=[yes|no|all|strong]
1434 Use -fstack-protector[-all|-strong] to detect glibc
1435 buffer overflows
1436 --enable-static-nss build static NSS modules [default=no]
1437 --disable-force-install don't force installation of files from this package,
1438 even if they are older than the installed files
1439 --enable-maintainer-mode
1440 enable make rules and dependencies not useful (and
1441 sometimes confusing) to the casual installer
1442 --enable-kernel=VERSION compile for compatibility with kernel not older than
1443 VERSION
1444 --enable-all-warnings enable all useful warnings gcc can issue
1445 --disable-werror do not build with -Werror
1446 --enable-multi-arch enable single DSO with optimizations for multiple
1447 architectures
1448 --enable-nss-crypt enable libcrypt to use nss
1449 --enable-obsolete-rpc build and install the obsolete RPC code for
1450 link-time usage
1451 --enable-systemtap enable systemtap static probe points [default=no]
1452 --disable-build-nscd disable building and installing the nscd daemon
1453 --disable-nscd library functions will not contact the nscd daemon
1454 --enable-pt_chown Enable building and installing pt_chown
1455 --enable-mathvec Enable building and installing mathvec [default
1456 depends on architecture]
1457
1458 Optional Packages:
1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1461 --with-pkgversion=PKG Use PKG in the version string in place of "GNU libc"
1462 --with-bugurl=URL Direct users to URL to report a bug
1463 --with-gd=DIR find libgd include dir and library with prefix DIR
1464 --with-gd-include=DIR find libgd include files in DIR
1465 --with-gd-lib=DIR find libgd library files in DIR
1466 --with-fp if using floating-point hardware [default=yes]
1467 --with-binutils=PATH specify location of binutils (as and ld)
1468 --with-selinux if building with SELinux support
1469 --with-headers=PATH location of system headers to use (for example
1470 /usr/src/linux/include) [default=compiler default]
1471 --with-default-link do not use explicit linker scripts
1472 --with-cpu=CPU select code for CPU variant
1473
1474 Some influential environment variables:
1475 CC C compiler command
1476 CFLAGS C compiler flags
1477 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1478 nonstandard directory <lib dir>
1479 LIBS libraries to pass to the linker, e.g. -l<library>
1480 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1481 you have headers in a nonstandard directory <include dir>
1482 CPP C preprocessor
1483 CXX C++ compiler command
1484 CXXFLAGS C++ compiler flags
1485
1486 Use these variables to override the choices made by `configure' or to help
1487 it to find libraries and programs with nonstandard names/locations.
1488
1489 Report bugs to <http://sourceware.org/bugzilla/>.
1490 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
1491 General help using GNU software: <http://www.gnu.org/gethelp/>.
1492 _ACEOF
1493 ac_status=$?
1494 fi
1495
1496 if test "$ac_init_help" = "recursive"; then
1497 # If there are subdirs, report their specific --help.
1498 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1499 test -d "$ac_dir" ||
1500 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1501 continue
1502 ac_builddir=.
1503
1504 case "$ac_dir" in
1505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *)
1507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1508 # A ".." for each directory in $ac_dir_suffix.
1509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1510 case $ac_top_builddir_sub in
1511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1513 esac ;;
1514 esac
1515 ac_abs_top_builddir=$ac_pwd
1516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1517 # for backward compatibility:
1518 ac_top_builddir=$ac_top_build_prefix
1519
1520 case $srcdir in
1521 .) # We are building in place.
1522 ac_srcdir=.
1523 ac_top_srcdir=$ac_top_builddir_sub
1524 ac_abs_top_srcdir=$ac_pwd ;;
1525 [\\/]* | ?:[\\/]* ) # Absolute name.
1526 ac_srcdir=$srcdir$ac_dir_suffix;
1527 ac_top_srcdir=$srcdir
1528 ac_abs_top_srcdir=$srcdir ;;
1529 *) # Relative name.
1530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1531 ac_top_srcdir=$ac_top_build_prefix$srcdir
1532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1533 esac
1534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1535
1536 cd "$ac_dir" || { ac_status=$?; continue; }
1537 # Check for guested configure.
1538 if test -f "$ac_srcdir/configure.gnu"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1541 elif test -f "$ac_srcdir/configure"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure" --help=recursive
1544 else
1545 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1546 fi || ac_status=$?
1547 cd "$ac_pwd" || { ac_status=$?; break; }
1548 done
1549 fi
1550
1551 test -n "$ac_init_help" && exit $ac_status
1552 if $ac_init_version; then
1553 cat <<\_ACEOF
1554 GNU C Library configure (see version.h)
1555 generated by GNU Autoconf 2.69
1556
1557 Copyright (C) 2012 Free Software Foundation, Inc.
1558 This configure script is free software; the Free Software Foundation
1559 gives unlimited permission to copy, distribute and modify it.
1560 _ACEOF
1561 exit
1562 fi
1563
1564 ## ------------------------ ##
1565 ## Autoconf initialization. ##
1566 ## ------------------------ ##
1567
1568 # ac_fn_c_try_compile LINENO
1569 # --------------------------
1570 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1571 ac_fn_c_try_compile ()
1572 {
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 rm -f conftest.$ac_objext
1575 if { { ac_try="$ac_compile"
1576 case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579 esac
1580 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581 $as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_compile") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } && {
1591 test -z "$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 } && test -s conftest.$ac_objext; then :
1594 ac_retval=0
1595 else
1596 $as_echo "$as_me: failed program was:" >&5
1597 sed 's/^/| /' conftest.$ac_ext >&5
1598
1599 ac_retval=1
1600 fi
1601 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602 as_fn_set_status $ac_retval
1603
1604 } # ac_fn_c_try_compile
1605
1606 # ac_fn_cxx_try_compile LINENO
1607 # ----------------------------
1608 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1609 ac_fn_cxx_try_compile ()
1610 {
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 rm -f conftest.$ac_objext
1613 if { { ac_try="$ac_compile"
1614 case "(($ac_try" in
1615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616 *) ac_try_echo=$ac_try;;
1617 esac
1618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619 $as_echo "$ac_try_echo"; } >&5
1620 (eval "$ac_compile") 2>conftest.err
1621 ac_status=$?
1622 if test -s conftest.err; then
1623 grep -v '^ *+' conftest.err >conftest.er1
1624 cat conftest.er1 >&5
1625 mv -f conftest.er1 conftest.err
1626 fi
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; } && {
1629 test -z "$ac_cxx_werror_flag" ||
1630 test ! -s conftest.err
1631 } && test -s conftest.$ac_objext; then :
1632 ac_retval=0
1633 else
1634 $as_echo "$as_me: failed program was:" >&5
1635 sed 's/^/| /' conftest.$ac_ext >&5
1636
1637 ac_retval=1
1638 fi
1639 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1640 as_fn_set_status $ac_retval
1641
1642 } # ac_fn_cxx_try_compile
1643
1644 # ac_fn_cxx_try_link LINENO
1645 # -------------------------
1646 # Try to link conftest.$ac_ext, and return whether this succeeded.
1647 ac_fn_cxx_try_link ()
1648 {
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 rm -f conftest.$ac_objext conftest$ac_exeext
1651 if { { ac_try="$ac_link"
1652 case "(($ac_try" in
1653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1654 *) ac_try_echo=$ac_try;;
1655 esac
1656 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1657 $as_echo "$ac_try_echo"; } >&5
1658 (eval "$ac_link") 2>conftest.err
1659 ac_status=$?
1660 if test -s conftest.err; then
1661 grep -v '^ *+' conftest.err >conftest.er1
1662 cat conftest.er1 >&5
1663 mv -f conftest.er1 conftest.err
1664 fi
1665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1666 test $ac_status = 0; } && {
1667 test -z "$ac_cxx_werror_flag" ||
1668 test ! -s conftest.err
1669 } && test -s conftest$ac_exeext && {
1670 test "$cross_compiling" = yes ||
1671 test -x conftest$ac_exeext
1672 }; then :
1673 ac_retval=0
1674 else
1675 $as_echo "$as_me: failed program was:" >&5
1676 sed 's/^/| /' conftest.$ac_ext >&5
1677
1678 ac_retval=1
1679 fi
1680 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1681 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1682 # interfere with the next link command; also delete a directory that is
1683 # left behind by Apple's compiler. We do this before executing the actions.
1684 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1685 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1686 as_fn_set_status $ac_retval
1687
1688 } # ac_fn_cxx_try_link
1689
1690 # ac_fn_c_try_link LINENO
1691 # -----------------------
1692 # Try to link conftest.$ac_ext, and return whether this succeeded.
1693 ac_fn_c_try_link ()
1694 {
1695 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1696 rm -f conftest.$ac_objext conftest$ac_exeext
1697 if { { ac_try="$ac_link"
1698 case "(($ac_try" in
1699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1700 *) ac_try_echo=$ac_try;;
1701 esac
1702 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703 $as_echo "$ac_try_echo"; } >&5
1704 (eval "$ac_link") 2>conftest.err
1705 ac_status=$?
1706 if test -s conftest.err; then
1707 grep -v '^ *+' conftest.err >conftest.er1
1708 cat conftest.er1 >&5
1709 mv -f conftest.er1 conftest.err
1710 fi
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; } && {
1713 test -z "$ac_c_werror_flag" ||
1714 test ! -s conftest.err
1715 } && test -s conftest$ac_exeext && {
1716 test "$cross_compiling" = yes ||
1717 test -x conftest$ac_exeext
1718 }; then :
1719 ac_retval=0
1720 else
1721 $as_echo "$as_me: failed program was:" >&5
1722 sed 's/^/| /' conftest.$ac_ext >&5
1723
1724 ac_retval=1
1725 fi
1726 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1727 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1728 # interfere with the next link command; also delete a directory that is
1729 # left behind by Apple's compiler. We do this before executing the actions.
1730 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1731 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1732 as_fn_set_status $ac_retval
1733
1734 } # ac_fn_c_try_link
1735 cat >config.log <<_ACEOF
1736 This file contains any messages produced by compilers while
1737 running configure, to aid debugging if configure makes a mistake.
1738
1739 It was created by GNU C Library $as_me (see version.h), which was
1740 generated by GNU Autoconf 2.69. Invocation command line was
1741
1742 $ $0 $@
1743
1744 _ACEOF
1745 exec 5>>config.log
1746 {
1747 cat <<_ASUNAME
1748 ## --------- ##
1749 ## Platform. ##
1750 ## --------- ##
1751
1752 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1753 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1754 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1755 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1756 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1757
1758 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1759 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1760
1761 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1762 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1763 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1764 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1765 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1766 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1767 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1768
1769 _ASUNAME
1770
1771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1772 for as_dir in $PATH
1773 do
1774 IFS=$as_save_IFS
1775 test -z "$as_dir" && as_dir=.
1776 $as_echo "PATH: $as_dir"
1777 done
1778 IFS=$as_save_IFS
1779
1780 } >&5
1781
1782 cat >&5 <<_ACEOF
1783
1784
1785 ## ----------- ##
1786 ## Core tests. ##
1787 ## ----------- ##
1788
1789 _ACEOF
1790
1791
1792 # Keep a trace of the command line.
1793 # Strip out --no-create and --no-recursion so they do not pile up.
1794 # Strip out --silent because we don't want to record it for future runs.
1795 # Also quote any args containing shell meta-characters.
1796 # Make two passes to allow for proper duplicate-argument suppression.
1797 ac_configure_args=
1798 ac_configure_args0=
1799 ac_configure_args1=
1800 ac_must_keep_next=false
1801 for ac_pass in 1 2
1802 do
1803 for ac_arg
1804 do
1805 case $ac_arg in
1806 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1807 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1808 | -silent | --silent | --silen | --sile | --sil)
1809 continue ;;
1810 *\'*)
1811 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1812 esac
1813 case $ac_pass in
1814 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1815 2)
1816 as_fn_append ac_configure_args1 " '$ac_arg'"
1817 if test $ac_must_keep_next = true; then
1818 ac_must_keep_next=false # Got value, back to normal.
1819 else
1820 case $ac_arg in
1821 *=* | --config-cache | -C | -disable-* | --disable-* \
1822 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1823 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1824 | -with-* | --with-* | -without-* | --without-* | --x)
1825 case "$ac_configure_args0 " in
1826 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1827 esac
1828 ;;
1829 -* ) ac_must_keep_next=true ;;
1830 esac
1831 fi
1832 as_fn_append ac_configure_args " '$ac_arg'"
1833 ;;
1834 esac
1835 done
1836 done
1837 { ac_configure_args0=; unset ac_configure_args0;}
1838 { ac_configure_args1=; unset ac_configure_args1;}
1839
1840 # When interrupted or exit'd, cleanup temporary files, and complete
1841 # config.log. We remove comments because anyway the quotes in there
1842 # would cause problems or look ugly.
1843 # WARNING: Use '\'' to represent an apostrophe within the trap.
1844 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1845 trap 'exit_status=$?
1846 # Save into config.log some information that might help in debugging.
1847 {
1848 echo
1849
1850 $as_echo "## ---------------- ##
1851 ## Cache variables. ##
1852 ## ---------------- ##"
1853 echo
1854 # The following way of writing the cache mishandles newlines in values,
1855 (
1856 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1857 eval ac_val=\$$ac_var
1858 case $ac_val in #(
1859 *${as_nl}*)
1860 case $ac_var in #(
1861 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1862 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1863 esac
1864 case $ac_var in #(
1865 _ | IFS | as_nl) ;; #(
1866 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1867 *) { eval $ac_var=; unset $ac_var;} ;;
1868 esac ;;
1869 esac
1870 done
1871 (set) 2>&1 |
1872 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1873 *${as_nl}ac_space=\ *)
1874 sed -n \
1875 "s/'\''/'\''\\\\'\'''\''/g;
1876 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1877 ;; #(
1878 *)
1879 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1880 ;;
1881 esac |
1882 sort
1883 )
1884 echo
1885
1886 $as_echo "## ----------------- ##
1887 ## Output variables. ##
1888 ## ----------------- ##"
1889 echo
1890 for ac_var in $ac_subst_vars
1891 do
1892 eval ac_val=\$$ac_var
1893 case $ac_val in
1894 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1895 esac
1896 $as_echo "$ac_var='\''$ac_val'\''"
1897 done | sort
1898 echo
1899
1900 if test -n "$ac_subst_files"; then
1901 $as_echo "## ------------------- ##
1902 ## File substitutions. ##
1903 ## ------------------- ##"
1904 echo
1905 for ac_var in $ac_subst_files
1906 do
1907 eval ac_val=\$$ac_var
1908 case $ac_val in
1909 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1910 esac
1911 $as_echo "$ac_var='\''$ac_val'\''"
1912 done | sort
1913 echo
1914 fi
1915
1916 if test -s confdefs.h; then
1917 $as_echo "## ----------- ##
1918 ## confdefs.h. ##
1919 ## ----------- ##"
1920 echo
1921 cat confdefs.h
1922 echo
1923 fi
1924 test "$ac_signal" != 0 &&
1925 $as_echo "$as_me: caught signal $ac_signal"
1926 $as_echo "$as_me: exit $exit_status"
1927 } >&5
1928 rm -f core *.core core.conftest.* &&
1929 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1930 exit $exit_status
1931 ' 0
1932 for ac_signal in 1 2 13 15; do
1933 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1934 done
1935 ac_signal=0
1936
1937 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1938 rm -f -r conftest* confdefs.h
1939
1940 $as_echo "/* confdefs.h */" > confdefs.h
1941
1942 # Predefined preprocessor variables.
1943
1944 cat >>confdefs.h <<_ACEOF
1945 #define PACKAGE_NAME "$PACKAGE_NAME"
1946 _ACEOF
1947
1948 cat >>confdefs.h <<_ACEOF
1949 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1950 _ACEOF
1951
1952 cat >>confdefs.h <<_ACEOF
1953 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1954 _ACEOF
1955
1956 cat >>confdefs.h <<_ACEOF
1957 #define PACKAGE_STRING "$PACKAGE_STRING"
1958 _ACEOF
1959
1960 cat >>confdefs.h <<_ACEOF
1961 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1962 _ACEOF
1963
1964 cat >>confdefs.h <<_ACEOF
1965 #define PACKAGE_URL "$PACKAGE_URL"
1966 _ACEOF
1967
1968
1969 # Let the site file select an alternate cache file if it wants to.
1970 # Prefer an explicitly selected file to automatically selected ones.
1971 ac_site_file1=NONE
1972 ac_site_file2=NONE
1973 if test -n "$CONFIG_SITE"; then
1974 # We do not want a PATH search for config.site.
1975 case $CONFIG_SITE in #((
1976 -*) ac_site_file1=./$CONFIG_SITE;;
1977 */*) ac_site_file1=$CONFIG_SITE;;
1978 *) ac_site_file1=./$CONFIG_SITE;;
1979 esac
1980 elif test "x$prefix" != xNONE; then
1981 ac_site_file1=$prefix/share/config.site
1982 ac_site_file2=$prefix/etc/config.site
1983 else
1984 ac_site_file1=$ac_default_prefix/share/config.site
1985 ac_site_file2=$ac_default_prefix/etc/config.site
1986 fi
1987 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1988 do
1989 test "x$ac_site_file" = xNONE && continue
1990 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1992 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1993 sed 's/^/| /' "$ac_site_file" >&5
1994 . "$ac_site_file" \
1995 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1997 as_fn_error $? "failed to load site script $ac_site_file
1998 See \`config.log' for more details" "$LINENO" 5; }
1999 fi
2000 done
2001
2002 if test -r "$cache_file"; then
2003 # Some versions of bash will fail to source /dev/null (special files
2004 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2005 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2007 $as_echo "$as_me: loading cache $cache_file" >&6;}
2008 case $cache_file in
2009 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2010 *) . "./$cache_file";;
2011 esac
2012 fi
2013 else
2014 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2015 $as_echo "$as_me: creating cache $cache_file" >&6;}
2016 >$cache_file
2017 fi
2018
2019 # Check that the precious variables saved in the cache have kept the same
2020 # value.
2021 ac_cache_corrupted=false
2022 for ac_var in $ac_precious_vars; do
2023 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2024 eval ac_new_set=\$ac_env_${ac_var}_set
2025 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2026 eval ac_new_val=\$ac_env_${ac_var}_value
2027 case $ac_old_set,$ac_new_set in
2028 set,)
2029 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2030 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2031 ac_cache_corrupted=: ;;
2032 ,set)
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2034 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2035 ac_cache_corrupted=: ;;
2036 ,);;
2037 *)
2038 if test "x$ac_old_val" != "x$ac_new_val"; then
2039 # differences in whitespace do not lead to failure.
2040 ac_old_val_w=`echo x $ac_old_val`
2041 ac_new_val_w=`echo x $ac_new_val`
2042 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2043 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2044 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2045 ac_cache_corrupted=:
2046 else
2047 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2048 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2049 eval $ac_var=\$ac_old_val
2050 fi
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2052 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2054 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2055 fi;;
2056 esac
2057 # Pass precious variables to config.status.
2058 if test "$ac_new_set" = set; then
2059 case $ac_new_val in
2060 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2061 *) ac_arg=$ac_var=$ac_new_val ;;
2062 esac
2063 case " $ac_configure_args " in
2064 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2065 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2066 esac
2067 fi
2068 done
2069 if $ac_cache_corrupted; then
2070 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2071 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2072 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2073 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2074 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2075 fi
2076 ## -------------------- ##
2077 ## Main body of script. ##
2078 ## -------------------- ##
2079
2080 ac_ext=c
2081 ac_cpp='$CPP $CPPFLAGS'
2082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2085
2086
2087
2088 ac_config_headers="$ac_config_headers config.h"
2089
2090 ac_aux_dir=
2091 for ac_dir in scripts "$srcdir"/scripts; do
2092 if test -f "$ac_dir/install-sh"; then
2093 ac_aux_dir=$ac_dir
2094 ac_install_sh="$ac_aux_dir/install-sh -c"
2095 break
2096 elif test -f "$ac_dir/install.sh"; then
2097 ac_aux_dir=$ac_dir
2098 ac_install_sh="$ac_aux_dir/install.sh -c"
2099 break
2100 elif test -f "$ac_dir/shtool"; then
2101 ac_aux_dir=$ac_dir
2102 ac_install_sh="$ac_aux_dir/shtool install -c"
2103 break
2104 fi
2105 done
2106 if test -z "$ac_aux_dir"; then
2107 as_fn_error $? "cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2108 fi
2109
2110 # These three variables are undocumented and unsupported,
2111 # and are intended to be withdrawn in a future Autoconf release.
2112 # They can cause serious problems if a builder's source tree is in a directory
2113 # whose full name contains unusual characters.
2114 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2115 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2116 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2117
2118
2119
2120
2121
2122 # Check whether --with-pkgversion was given.
2123 if test "${with_pkgversion+set}" = set; then :
2124 withval=$with_pkgversion; case "$withval" in
2125 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
2126 no) PKGVERSION= ;;
2127 *) PKGVERSION="($withval) " ;;
2128 esac
2129 else
2130 PKGVERSION="(GNU libc) "
2131
2132 fi
2133
2134 PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2135
2136
2137
2138
2139
2140 # Check whether --with-bugurl was given.
2141 if test "${with_bugurl+set}" = set; then :
2142 withval=$with_bugurl; case "$withval" in
2143 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
2144 no) BUGURL=
2145 ;;
2146 *) BUGURL="$withval"
2147 ;;
2148 esac
2149 else
2150 BUGURL="http://www.gnu.org/software/libc/bugs.html"
2151
2152 fi
2153
2154 case ${BUGURL} in
2155 "")
2156 REPORT_BUGS_TO=
2157 REPORT_BUGS_TEXI=
2158 ;;
2159 *)
2160 REPORT_BUGS_TO="<$BUGURL>"
2161 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2162 ;;
2163 esac;
2164
2165
2166
2167
2168 cat >>confdefs.h <<_ACEOF
2169 #define PKGVERSION "$PKGVERSION"
2170 _ACEOF
2171
2172
2173 cat >>confdefs.h <<_ACEOF
2174 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2175 _ACEOF
2176
2177
2178 # Glibc should not depend on any header files
2179
2180
2181 # We require GCC, and by default use its preprocessor. Override AC_PROG_CPP
2182 # here to work around the Autoconf issue discussed in
2183 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>.
2184 # AC_PROG_CPP
2185
2186 # We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf
2187 # issue discussed in
2188 # <http://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>.
2189
2190
2191
2192
2193 subdirs="$subdirs "
2194
2195
2196 # Make sure we can run config.sub.
2197 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2198 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2199
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2201 $as_echo_n "checking build system type... " >&6; }
2202 if ${ac_cv_build+:} false; then :
2203 $as_echo_n "(cached) " >&6
2204 else
2205 ac_build_alias=$build_alias
2206 test "x$ac_build_alias" = x &&
2207 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2208 test "x$ac_build_alias" = x &&
2209 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2210 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2211 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2212
2213 fi
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2215 $as_echo "$ac_cv_build" >&6; }
2216 case $ac_cv_build in
2217 *-*-*) ;;
2218 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2219 esac
2220 build=$ac_cv_build
2221 ac_save_IFS=$IFS; IFS='-'
2222 set x $ac_cv_build
2223 shift
2224 build_cpu=$1
2225 build_vendor=$2
2226 shift; shift
2227 # Remember, the first character of IFS is used to create $*,
2228 # except with old shells:
2229 build_os=$*
2230 IFS=$ac_save_IFS
2231 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2232
2233
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2235 $as_echo_n "checking host system type... " >&6; }
2236 if ${ac_cv_host+:} false; then :
2237 $as_echo_n "(cached) " >&6
2238 else
2239 if test "x$host_alias" = x; then
2240 ac_cv_host=$ac_cv_build
2241 else
2242 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2243 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2244 fi
2245
2246 fi
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2248 $as_echo "$ac_cv_host" >&6; }
2249 case $ac_cv_host in
2250 *-*-*) ;;
2251 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2252 esac
2253 host=$ac_cv_host
2254 ac_save_IFS=$IFS; IFS='-'
2255 set x $ac_cv_host
2256 shift
2257 host_cpu=$1
2258 host_vendor=$2
2259 shift; shift
2260 # Remember, the first character of IFS is used to create $*,
2261 # except with old shells:
2262 host_os=$*
2263 IFS=$ac_save_IFS
2264 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2265
2266
2267
2268 ac_ext=c
2269 ac_cpp='$CPP $CPPFLAGS'
2270 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2271 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2272 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2273 if test -n "$ac_tool_prefix"; then
2274 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2275 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2277 $as_echo_n "checking for $ac_word... " >&6; }
2278 if ${ac_cv_prog_CC+:} false; then :
2279 $as_echo_n "(cached) " >&6
2280 else
2281 if test -n "$CC"; then
2282 ac_cv_prog_CC="$CC" # Let the user override the test.
2283 else
2284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2285 for as_dir in $PATH
2286 do
2287 IFS=$as_save_IFS
2288 test -z "$as_dir" && as_dir=.
2289 for ac_exec_ext in '' $ac_executable_extensions; do
2290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2291 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2293 break 2
2294 fi
2295 done
2296 done
2297 IFS=$as_save_IFS
2298
2299 fi
2300 fi
2301 CC=$ac_cv_prog_CC
2302 if test -n "$CC"; then
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2304 $as_echo "$CC" >&6; }
2305 else
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2307 $as_echo "no" >&6; }
2308 fi
2309
2310
2311 fi
2312 if test -z "$ac_cv_prog_CC"; then
2313 ac_ct_CC=$CC
2314 # Extract the first word of "gcc", so it can be a program name with args.
2315 set dummy gcc; ac_word=$2
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2317 $as_echo_n "checking for $ac_word... " >&6; }
2318 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2319 $as_echo_n "(cached) " >&6
2320 else
2321 if test -n "$ac_ct_CC"; then
2322 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2323 else
2324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2325 for as_dir in $PATH
2326 do
2327 IFS=$as_save_IFS
2328 test -z "$as_dir" && as_dir=.
2329 for ac_exec_ext in '' $ac_executable_extensions; do
2330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2331 ac_cv_prog_ac_ct_CC="gcc"
2332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2333 break 2
2334 fi
2335 done
2336 done
2337 IFS=$as_save_IFS
2338
2339 fi
2340 fi
2341 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2342 if test -n "$ac_ct_CC"; then
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2344 $as_echo "$ac_ct_CC" >&6; }
2345 else
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2347 $as_echo "no" >&6; }
2348 fi
2349
2350 if test "x$ac_ct_CC" = x; then
2351 CC=""
2352 else
2353 case $cross_compiling:$ac_tool_warned in
2354 yes:)
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2356 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2357 ac_tool_warned=yes ;;
2358 esac
2359 CC=$ac_ct_CC
2360 fi
2361 else
2362 CC="$ac_cv_prog_CC"
2363 fi
2364
2365 if test -z "$CC"; then
2366 if test -n "$ac_tool_prefix"; then
2367 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2368 set dummy ${ac_tool_prefix}cc; ac_word=$2
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2370 $as_echo_n "checking for $ac_word... " >&6; }
2371 if ${ac_cv_prog_CC+:} false; then :
2372 $as_echo_n "(cached) " >&6
2373 else
2374 if test -n "$CC"; then
2375 ac_cv_prog_CC="$CC" # Let the user override the test.
2376 else
2377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 for as_dir in $PATH
2379 do
2380 IFS=$as_save_IFS
2381 test -z "$as_dir" && as_dir=.
2382 for ac_exec_ext in '' $ac_executable_extensions; do
2383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2384 ac_cv_prog_CC="${ac_tool_prefix}cc"
2385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2386 break 2
2387 fi
2388 done
2389 done
2390 IFS=$as_save_IFS
2391
2392 fi
2393 fi
2394 CC=$ac_cv_prog_CC
2395 if test -n "$CC"; then
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2397 $as_echo "$CC" >&6; }
2398 else
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2400 $as_echo "no" >&6; }
2401 fi
2402
2403
2404 fi
2405 fi
2406 if test -z "$CC"; then
2407 # Extract the first word of "cc", so it can be a program name with args.
2408 set dummy cc; ac_word=$2
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410 $as_echo_n "checking for $ac_word... " >&6; }
2411 if ${ac_cv_prog_CC+:} false; then :
2412 $as_echo_n "(cached) " >&6
2413 else
2414 if test -n "$CC"; then
2415 ac_cv_prog_CC="$CC" # Let the user override the test.
2416 else
2417 ac_prog_rejected=no
2418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419 for as_dir in $PATH
2420 do
2421 IFS=$as_save_IFS
2422 test -z "$as_dir" && as_dir=.
2423 for ac_exec_ext in '' $ac_executable_extensions; do
2424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2425 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2426 ac_prog_rejected=yes
2427 continue
2428 fi
2429 ac_cv_prog_CC="cc"
2430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2431 break 2
2432 fi
2433 done
2434 done
2435 IFS=$as_save_IFS
2436
2437 if test $ac_prog_rejected = yes; then
2438 # We found a bogon in the path, so make sure we never use it.
2439 set dummy $ac_cv_prog_CC
2440 shift
2441 if test $# != 0; then
2442 # We chose a different compiler from the bogus one.
2443 # However, it has the same basename, so the bogon will be chosen
2444 # first if we set CC to just the basename; use the full file name.
2445 shift
2446 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2447 fi
2448 fi
2449 fi
2450 fi
2451 CC=$ac_cv_prog_CC
2452 if test -n "$CC"; then
2453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2454 $as_echo "$CC" >&6; }
2455 else
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2457 $as_echo "no" >&6; }
2458 fi
2459
2460
2461 fi
2462 if test -z "$CC"; then
2463 if test -n "$ac_tool_prefix"; then
2464 for ac_prog in cl.exe
2465 do
2466 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2467 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469 $as_echo_n "checking for $ac_word... " >&6; }
2470 if ${ac_cv_prog_CC+:} false; then :
2471 $as_echo_n "(cached) " >&6
2472 else
2473 if test -n "$CC"; then
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
2475 else
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477 for as_dir in $PATH
2478 do
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2483 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2485 break 2
2486 fi
2487 done
2488 done
2489 IFS=$as_save_IFS
2490
2491 fi
2492 fi
2493 CC=$ac_cv_prog_CC
2494 if test -n "$CC"; then
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2496 $as_echo "$CC" >&6; }
2497 else
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499 $as_echo "no" >&6; }
2500 fi
2501
2502
2503 test -n "$CC" && break
2504 done
2505 fi
2506 if test -z "$CC"; then
2507 ac_ct_CC=$CC
2508 for ac_prog in cl.exe
2509 do
2510 # Extract the first word of "$ac_prog", so it can be a program name with args.
2511 set dummy $ac_prog; ac_word=$2
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2513 $as_echo_n "checking for $ac_word... " >&6; }
2514 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2515 $as_echo_n "(cached) " >&6
2516 else
2517 if test -n "$ac_ct_CC"; then
2518 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2519 else
2520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2521 for as_dir in $PATH
2522 do
2523 IFS=$as_save_IFS
2524 test -z "$as_dir" && as_dir=.
2525 for ac_exec_ext in '' $ac_executable_extensions; do
2526 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2527 ac_cv_prog_ac_ct_CC="$ac_prog"
2528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 break 2
2530 fi
2531 done
2532 done
2533 IFS=$as_save_IFS
2534
2535 fi
2536 fi
2537 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2538 if test -n "$ac_ct_CC"; then
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2540 $as_echo "$ac_ct_CC" >&6; }
2541 else
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2543 $as_echo "no" >&6; }
2544 fi
2545
2546
2547 test -n "$ac_ct_CC" && break
2548 done
2549
2550 if test "x$ac_ct_CC" = x; then
2551 CC=""
2552 else
2553 case $cross_compiling:$ac_tool_warned in
2554 yes:)
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2557 ac_tool_warned=yes ;;
2558 esac
2559 CC=$ac_ct_CC
2560 fi
2561 fi
2562
2563 fi
2564
2565
2566 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2567 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2568 as_fn_error $? "no acceptable C compiler found in \$PATH
2569 See \`config.log' for more details" "$LINENO" 5; }
2570
2571 # Provide some information about the compiler.
2572 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2573 set X $ac_compile
2574 ac_compiler=$2
2575 for ac_option in --version -v -V -qversion; do
2576 { { ac_try="$ac_compiler $ac_option >&5"
2577 case "(($ac_try" in
2578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2579 *) ac_try_echo=$ac_try;;
2580 esac
2581 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2582 $as_echo "$ac_try_echo"; } >&5
2583 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2584 ac_status=$?
2585 if test -s conftest.err; then
2586 sed '10a\
2587 ... rest of stderr output deleted ...
2588 10q' conftest.err >conftest.er1
2589 cat conftest.er1 >&5
2590 fi
2591 rm -f conftest.er1 conftest.err
2592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2593 test $ac_status = 0; }
2594 done
2595
2596 EXEEXT=
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2598 $as_echo_n "checking for suffix of object files... " >&6; }
2599 if ${ac_cv_objext+:} false; then :
2600 $as_echo_n "(cached) " >&6
2601 else
2602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2603 /* end confdefs.h. */
2604
2605 int
2606 main ()
2607 {
2608
2609 ;
2610 return 0;
2611 }
2612 _ACEOF
2613 rm -f conftest.o conftest.obj
2614 if { { ac_try="$ac_compile"
2615 case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618 esac
2619 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2620 $as_echo "$ac_try_echo"; } >&5
2621 (eval "$ac_compile") 2>&5
2622 ac_status=$?
2623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2624 test $ac_status = 0; }; then :
2625 for ac_file in conftest.o conftest.obj conftest.*; do
2626 test -f "$ac_file" || continue;
2627 case $ac_file in
2628 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2629 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2630 break;;
2631 esac
2632 done
2633 else
2634 $as_echo "$as_me: failed program was:" >&5
2635 sed 's/^/| /' conftest.$ac_ext >&5
2636
2637 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2638 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2639 as_fn_error $? "cannot compute suffix of object files: cannot compile
2640 See \`config.log' for more details" "$LINENO" 5; }
2641 fi
2642 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2643 fi
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2645 $as_echo "$ac_cv_objext" >&6; }
2646 OBJEXT=$ac_cv_objext
2647 ac_objext=$OBJEXT
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2649 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2650 if ${ac_cv_c_compiler_gnu+:} false; then :
2651 $as_echo_n "(cached) " >&6
2652 else
2653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2654 /* end confdefs.h. */
2655
2656 int
2657 main ()
2658 {
2659 #ifndef __GNUC__
2660 choke me
2661 #endif
2662
2663 ;
2664 return 0;
2665 }
2666 _ACEOF
2667 if ac_fn_c_try_compile "$LINENO"; then :
2668 ac_compiler_gnu=yes
2669 else
2670 ac_compiler_gnu=no
2671 fi
2672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2673 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2674
2675 fi
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2677 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2678 if test $ac_compiler_gnu = yes; then
2679 GCC=yes
2680 else
2681 GCC=
2682 fi
2683 ac_test_CFLAGS=${CFLAGS+set}
2684 ac_save_CFLAGS=$CFLAGS
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2686 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2687 if ${ac_cv_prog_cc_g+:} false; then :
2688 $as_echo_n "(cached) " >&6
2689 else
2690 ac_save_c_werror_flag=$ac_c_werror_flag
2691 ac_c_werror_flag=yes
2692 ac_cv_prog_cc_g=no
2693 CFLAGS="-g"
2694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2695 /* end confdefs.h. */
2696
2697 int
2698 main ()
2699 {
2700
2701 ;
2702 return 0;
2703 }
2704 _ACEOF
2705 if ac_fn_c_try_compile "$LINENO"; then :
2706 ac_cv_prog_cc_g=yes
2707 else
2708 CFLAGS=""
2709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2710 /* end confdefs.h. */
2711
2712 int
2713 main ()
2714 {
2715
2716 ;
2717 return 0;
2718 }
2719 _ACEOF
2720 if ac_fn_c_try_compile "$LINENO"; then :
2721
2722 else
2723 ac_c_werror_flag=$ac_save_c_werror_flag
2724 CFLAGS="-g"
2725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2726 /* end confdefs.h. */
2727
2728 int
2729 main ()
2730 {
2731
2732 ;
2733 return 0;
2734 }
2735 _ACEOF
2736 if ac_fn_c_try_compile "$LINENO"; then :
2737 ac_cv_prog_cc_g=yes
2738 fi
2739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2740 fi
2741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2742 fi
2743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2744 ac_c_werror_flag=$ac_save_c_werror_flag
2745 fi
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2747 $as_echo "$ac_cv_prog_cc_g" >&6; }
2748 if test "$ac_test_CFLAGS" = set; then
2749 CFLAGS=$ac_save_CFLAGS
2750 elif test $ac_cv_prog_cc_g = yes; then
2751 if test "$GCC" = yes; then
2752 CFLAGS="-g -O2"
2753 else
2754 CFLAGS="-g"
2755 fi
2756 else
2757 if test "$GCC" = yes; then
2758 CFLAGS="-O2"
2759 else
2760 CFLAGS=
2761 fi
2762 fi
2763
2764 ac_ext=c
2765 ac_cpp='$CPP $CPPFLAGS'
2766 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2767 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2768 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2769
2770 if test $host != $build; then
2771 for ac_prog in gcc cc
2772 do
2773 # Extract the first word of "$ac_prog", so it can be a program name with args.
2774 set dummy $ac_prog; ac_word=$2
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2776 $as_echo_n "checking for $ac_word... " >&6; }
2777 if ${ac_cv_prog_BUILD_CC+:} false; then :
2778 $as_echo_n "(cached) " >&6
2779 else
2780 if test -n "$BUILD_CC"; then
2781 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
2782 else
2783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2784 for as_dir in $PATH
2785 do
2786 IFS=$as_save_IFS
2787 test -z "$as_dir" && as_dir=.
2788 for ac_exec_ext in '' $ac_executable_extensions; do
2789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2790 ac_cv_prog_BUILD_CC="$ac_prog"
2791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2792 break 2
2793 fi
2794 done
2795 done
2796 IFS=$as_save_IFS
2797
2798 fi
2799 fi
2800 BUILD_CC=$ac_cv_prog_BUILD_CC
2801 if test -n "$BUILD_CC"; then
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
2803 $as_echo "$BUILD_CC" >&6; }
2804 else
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2806 $as_echo "no" >&6; }
2807 fi
2808
2809
2810 test -n "$BUILD_CC" && break
2811 done
2812
2813 fi
2814
2815 # On Suns, sometimes $CPP names a directory.
2816 if test -n "$CPP" && test -d "$CPP"; then
2817 CPP=
2818 fi
2819 if test -z "$CPP"; then
2820 CPP="$CC -E"
2821 fi
2822
2823 if test -n "$ac_tool_prefix"; then
2824 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2825 set dummy ${ac_tool_prefix}readelf; ac_word=$2
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2827 $as_echo_n "checking for $ac_word... " >&6; }
2828 if ${ac_cv_prog_READELF+:} false; then :
2829 $as_echo_n "(cached) " >&6
2830 else
2831 if test -n "$READELF"; then
2832 ac_cv_prog_READELF="$READELF" # Let the user override the test.
2833 else
2834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2835 for as_dir in $PATH
2836 do
2837 IFS=$as_save_IFS
2838 test -z "$as_dir" && as_dir=.
2839 for ac_exec_ext in '' $ac_executable_extensions; do
2840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2841 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
2842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2843 break 2
2844 fi
2845 done
2846 done
2847 IFS=$as_save_IFS
2848
2849 fi
2850 fi
2851 READELF=$ac_cv_prog_READELF
2852 if test -n "$READELF"; then
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
2854 $as_echo "$READELF" >&6; }
2855 else
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2857 $as_echo "no" >&6; }
2858 fi
2859
2860
2861 fi
2862 if test -z "$ac_cv_prog_READELF"; then
2863 ac_ct_READELF=$READELF
2864 # Extract the first word of "readelf", so it can be a program name with args.
2865 set dummy readelf; ac_word=$2
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2867 $as_echo_n "checking for $ac_word... " >&6; }
2868 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
2869 $as_echo_n "(cached) " >&6
2870 else
2871 if test -n "$ac_ct_READELF"; then
2872 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
2873 else
2874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2875 for as_dir in $PATH
2876 do
2877 IFS=$as_save_IFS
2878 test -z "$as_dir" && as_dir=.
2879 for ac_exec_ext in '' $ac_executable_extensions; do
2880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2881 ac_cv_prog_ac_ct_READELF="readelf"
2882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2883 break 2
2884 fi
2885 done
2886 done
2887 IFS=$as_save_IFS
2888
2889 fi
2890 fi
2891 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
2892 if test -n "$ac_ct_READELF"; then
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
2894 $as_echo "$ac_ct_READELF" >&6; }
2895 else
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2897 $as_echo "no" >&6; }
2898 fi
2899
2900 if test "x$ac_ct_READELF" = x; then
2901 READELF="false"
2902 else
2903 case $cross_compiling:$ac_tool_warned in
2904 yes:)
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2906 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2907 ac_tool_warned=yes ;;
2908 esac
2909 READELF=$ac_ct_READELF
2910 fi
2911 else
2912 READELF="$ac_cv_prog_READELF"
2913 fi
2914
2915
2916 # We need the C++ compiler only for testing.
2917 ac_ext=cpp
2918 ac_cpp='$CXXCPP $CPPFLAGS'
2919 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2920 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2921 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2922 if test -z "$CXX"; then
2923 if test -n "$CCC"; then
2924 CXX=$CCC
2925 else
2926 if test -n "$ac_tool_prefix"; then
2927 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2928 do
2929 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2930 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2932 $as_echo_n "checking for $ac_word... " >&6; }
2933 if ${ac_cv_prog_CXX+:} false; then :
2934 $as_echo_n "(cached) " >&6
2935 else
2936 if test -n "$CXX"; then
2937 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2938 else
2939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2940 for as_dir in $PATH
2941 do
2942 IFS=$as_save_IFS
2943 test -z "$as_dir" && as_dir=.
2944 for ac_exec_ext in '' $ac_executable_extensions; do
2945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2946 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2948 break 2
2949 fi
2950 done
2951 done
2952 IFS=$as_save_IFS
2953
2954 fi
2955 fi
2956 CXX=$ac_cv_prog_CXX
2957 if test -n "$CXX"; then
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2959 $as_echo "$CXX" >&6; }
2960 else
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2962 $as_echo "no" >&6; }
2963 fi
2964
2965
2966 test -n "$CXX" && break
2967 done
2968 fi
2969 if test -z "$CXX"; then
2970 ac_ct_CXX=$CXX
2971 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2972 do
2973 # Extract the first word of "$ac_prog", so it can be a program name with args.
2974 set dummy $ac_prog; ac_word=$2
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2976 $as_echo_n "checking for $ac_word... " >&6; }
2977 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2978 $as_echo_n "(cached) " >&6
2979 else
2980 if test -n "$ac_ct_CXX"; then
2981 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2982 else
2983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2984 for as_dir in $PATH
2985 do
2986 IFS=$as_save_IFS
2987 test -z "$as_dir" && as_dir=.
2988 for ac_exec_ext in '' $ac_executable_extensions; do
2989 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2990 ac_cv_prog_ac_ct_CXX="$ac_prog"
2991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2992 break 2
2993 fi
2994 done
2995 done
2996 IFS=$as_save_IFS
2997
2998 fi
2999 fi
3000 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3001 if test -n "$ac_ct_CXX"; then
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3003 $as_echo "$ac_ct_CXX" >&6; }
3004 else
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3006 $as_echo "no" >&6; }
3007 fi
3008
3009
3010 test -n "$ac_ct_CXX" && break
3011 done
3012
3013 if test "x$ac_ct_CXX" = x; then
3014 CXX="g++"
3015 else
3016 case $cross_compiling:$ac_tool_warned in
3017 yes:)
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3019 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3020 ac_tool_warned=yes ;;
3021 esac
3022 CXX=$ac_ct_CXX
3023 fi
3024 fi
3025
3026 fi
3027 fi
3028 # Provide some information about the compiler.
3029 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3030 set X $ac_compile
3031 ac_compiler=$2
3032 for ac_option in --version -v -V -qversion; do
3033 { { ac_try="$ac_compiler $ac_option >&5"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3039 $as_echo "$ac_try_echo"; } >&5
3040 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3041 ac_status=$?
3042 if test -s conftest.err; then
3043 sed '10a\
3044 ... rest of stderr output deleted ...
3045 10q' conftest.err >conftest.er1
3046 cat conftest.er1 >&5
3047 fi
3048 rm -f conftest.er1 conftest.err
3049 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3050 test $ac_status = 0; }
3051 done
3052
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3054 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3055 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3056 $as_echo_n "(cached) " >&6
3057 else
3058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3059 /* end confdefs.h. */
3060
3061 int
3062 main ()
3063 {
3064 #ifndef __GNUC__
3065 choke me
3066 #endif
3067
3068 ;
3069 return 0;
3070 }
3071 _ACEOF
3072 if ac_fn_cxx_try_compile "$LINENO"; then :
3073 ac_compiler_gnu=yes
3074 else
3075 ac_compiler_gnu=no
3076 fi
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3079
3080 fi
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3082 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3083 if test $ac_compiler_gnu = yes; then
3084 GXX=yes
3085 else
3086 GXX=
3087 fi
3088 ac_test_CXXFLAGS=${CXXFLAGS+set}
3089 ac_save_CXXFLAGS=$CXXFLAGS
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3091 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3092 if ${ac_cv_prog_cxx_g+:} false; then :
3093 $as_echo_n "(cached) " >&6
3094 else
3095 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3096 ac_cxx_werror_flag=yes
3097 ac_cv_prog_cxx_g=no
3098 CXXFLAGS="-g"
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100 /* end confdefs.h. */
3101
3102 int
3103 main ()
3104 {
3105
3106 ;
3107 return 0;
3108 }
3109 _ACEOF
3110 if ac_fn_cxx_try_compile "$LINENO"; then :
3111 ac_cv_prog_cxx_g=yes
3112 else
3113 CXXFLAGS=""
3114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3115 /* end confdefs.h. */
3116
3117 int
3118 main ()
3119 {
3120
3121 ;
3122 return 0;
3123 }
3124 _ACEOF
3125 if ac_fn_cxx_try_compile "$LINENO"; then :
3126
3127 else
3128 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3129 CXXFLAGS="-g"
3130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3131 /* end confdefs.h. */
3132
3133 int
3134 main ()
3135 {
3136
3137 ;
3138 return 0;
3139 }
3140 _ACEOF
3141 if ac_fn_cxx_try_compile "$LINENO"; then :
3142 ac_cv_prog_cxx_g=yes
3143 fi
3144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3145 fi
3146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3147 fi
3148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3149 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3150 fi
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3152 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3153 if test "$ac_test_CXXFLAGS" = set; then
3154 CXXFLAGS=$ac_save_CXXFLAGS
3155 elif test $ac_cv_prog_cxx_g = yes; then
3156 if test "$GXX" = yes; then
3157 CXXFLAGS="-g -O2"
3158 else
3159 CXXFLAGS="-g"
3160 fi
3161 else
3162 if test "$GXX" = yes; then
3163 CXXFLAGS="-O2"
3164 else
3165 CXXFLAGS=
3166 fi
3167 fi
3168 ac_ext=c
3169 ac_cpp='$CPP $CPPFLAGS'
3170 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3171 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3172 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3173
3174 # It's useless to us if it can't link programs (e.g. missing -lstdc++).
3175
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX can link programs" >&5
3177 $as_echo_n "checking whether $CXX can link programs... " >&6; }
3178 if ${libc_cv_cxx_link_ok+:} false; then :
3179 $as_echo_n "(cached) " >&6
3180 else
3181 ac_ext=cpp
3182 ac_cpp='$CXXCPP $CPPFLAGS'
3183 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3184 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3185 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3186
3187 # Default, dynamic case.
3188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3189 /* end confdefs.h. */
3190
3191 int
3192 main ()
3193 {
3194
3195 ;
3196 return 0;
3197 }
3198 _ACEOF
3199 if ac_fn_cxx_try_link "$LINENO"; then :
3200 libc_cv_cxx_link_ok=yes
3201 else
3202 libc_cv_cxx_link_ok=no
3203 fi
3204 rm -f core conftest.err conftest.$ac_objext \
3205 conftest$ac_exeext conftest.$ac_ext
3206 # Static case.
3207 old_LDFLAGS="$LDFLAGS"
3208 LDFLAGS="$LDFLAGS -static"
3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3210 /* end confdefs.h. */
3211
3212 #include <iostream>
3213
3214 int
3215 main()
3216 {
3217 std::cout << "Hello, world!";
3218 return 0;
3219 }
3220
3221 _ACEOF
3222 if ac_fn_cxx_try_link "$LINENO"; then :
3223
3224 else
3225 libc_cv_cxx_link_ok=no
3226 fi
3227 rm -f core conftest.err conftest.$ac_objext \
3228 conftest$ac_exeext conftest.$ac_ext
3229 LDFLAGS="$old_LDFLAGS"
3230 ac_ext=c
3231 ac_cpp='$CPP $CPPFLAGS'
3232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3233 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3234 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3235
3236 fi
3237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cxx_link_ok" >&5
3238 $as_echo "$libc_cv_cxx_link_ok" >&6; }
3239 if test $libc_cv_cxx_link_ok != yes; then :
3240 CXX=
3241 fi
3242
3243 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
3244 as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3245 fi
3246
3247 # This will get text that should go into config.make.
3248 config_vars=
3249
3250 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3251
3252 # Check whether --with-gd was given.
3253 if test "${with_gd+set}" = set; then :
3254 withval=$with_gd; case "$with_gd" in
3255 yes|''|no) ;;
3256 *) libgd_include="-I$withval/include"
3257 libgd_ldflags="-L$withval/lib" ;;
3258 esac
3259
3260 fi
3261
3262
3263 # Check whether --with-gd-include was given.
3264 if test "${with_gd_include+set}" = set; then :
3265 withval=$with_gd_include; case "$with_gd_include" in
3266 ''|no) ;;
3267 *) libgd_include="-I$withval" ;;
3268 esac
3269
3270 fi
3271
3272
3273 # Check whether --with-gd-lib was given.
3274 if test "${with_gd_lib+set}" = set; then :
3275 withval=$with_gd_lib; case "$with_gd_lib" in
3276 ''|no) ;;
3277 *) libgd_ldflags="-L$withval" ;;
3278 esac
3279
3280 fi
3281
3282
3283 if test -n "$libgd_include"; then
3284 config_vars="$config_vars
3285 CFLAGS-memusagestat.c = $libgd_include"
3286 fi
3287 if test -n "$libgd_ldflags"; then
3288 config_vars="$config_vars
3289 libgd-LDFLAGS = $libgd_ldflags"
3290 fi
3291
3292
3293 # Check whether --with-fp was given.
3294 if test "${with_fp+set}" = set; then :
3295 withval=$with_fp; with_fp=$withval
3296 else
3297 with_fp=yes
3298 fi
3299
3300
3301
3302 # Check whether --with-binutils was given.
3303 if test "${with_binutils+set}" = set; then :
3304 withval=$with_binutils; path_binutils=$withval
3305 else
3306 path_binutils=''
3307 fi
3308
3309
3310 # Check whether --with-selinux was given.
3311 if test "${with_selinux+set}" = set; then :
3312 withval=$with_selinux; with_selinux=$withval
3313 else
3314 with_selinux=auto
3315 fi
3316
3317
3318
3319 # Check whether --with-headers was given.
3320 if test "${with_headers+set}" = set; then :
3321 withval=$with_headers; sysheaders=$withval
3322 else
3323 sysheaders=''
3324 fi
3325
3326
3327
3328
3329
3330 # Check whether --with-default-link was given.
3331 if test "${with_default_link+set}" = set; then :
3332 withval=$with_default_link; use_default_link=$withval
3333 else
3334 use_default_link=default
3335 fi
3336
3337
3338 # Check whether --enable-sanity-checks was given.
3339 if test "${enable_sanity_checks+set}" = set; then :
3340 enableval=$enable_sanity_checks; enable_sanity=$enableval
3341 else
3342 enable_sanity=yes
3343 fi
3344
3345
3346 # Check whether --enable-shared was given.
3347 if test "${enable_shared+set}" = set; then :
3348 enableval=$enable_shared; shared=$enableval
3349 else
3350 shared=yes
3351 fi
3352
3353 # Check whether --enable-profile was given.
3354 if test "${enable_profile+set}" = set; then :
3355 enableval=$enable_profile; profile=$enableval
3356 else
3357 profile=no
3358 fi
3359
3360 # Check whether --enable-timezone-tools was given.
3361 if test "${enable_timezone_tools+set}" = set; then :
3362 enableval=$enable_timezone_tools; enable_timezone_tools=$enableval
3363 else
3364 enable_timezone_tools=yes
3365 fi
3366
3367
3368
3369 # Check whether --enable-hardcoded-path-in-tests was given.
3370 if test "${enable_hardcoded_path_in_tests+set}" = set; then :
3371 enableval=$enable_hardcoded_path_in_tests; hardcoded_path_in_tests=$enableval
3372 else
3373 hardcoded_path_in_tests=no
3374 fi
3375
3376
3377
3378 # Check whether --enable-stackguard-randomization was given.
3379 if test "${enable_stackguard_randomization+set}" = set; then :
3380 enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3381 else
3382 enable_stackguard_randomize=no
3383 fi
3384
3385 if test "$enable_stackguard_randomize" = yes; then
3386 $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3387
3388 fi
3389
3390 # Check whether --enable-lock-elision was given.
3391 if test "${enable_lock_elision+set}" = set; then :
3392 enableval=$enable_lock_elision; enable_lock_elision=$enableval
3393 else
3394 enable_lock_elision=no
3395 fi
3396
3397
3398 if test "$enable_lock_elision" = yes ; then
3399 $as_echo "#define ENABLE_LOCK_ELISION 1" >>confdefs.h
3400
3401 fi
3402
3403 # Check whether --enable-add-ons was given.
3404 if test "${enable_add_ons+set}" = set; then :
3405 enableval=$enable_add_ons;
3406 else
3407 enable_add_ons=yes
3408 fi
3409
3410
3411 # Check whether --enable-hidden-plt was given.
3412 if test "${enable_hidden_plt+set}" = set; then :
3413 enableval=$enable_hidden_plt; hidden=$enableval
3414 else
3415 hidden=yes
3416 fi
3417
3418 if test "x$hidden" = xno; then
3419 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3420
3421 fi
3422
3423 # Check whether --enable-bind-now was given.
3424 if test "${enable_bind_now+set}" = set; then :
3425 enableval=$enable_bind_now; bindnow=$enableval
3426 else
3427 bindnow=no
3428 fi
3429
3430
3431 if test "x$bindnow" = xyes; then
3432 $as_echo "#define BIND_NOW 1" >>confdefs.h
3433
3434 fi
3435
3436 # Check whether --enable-stack-protector was given.
3437 if test "${enable_stack_protector+set}" = set; then :
3438 enableval=$enable_stack_protector; enable_stack_protector=$enableval
3439 else
3440 enable_stack_protector=no
3441 fi
3442
3443 case "$enable_stack_protector" in
3444 all|yes|no|strong) ;;
3445 *) as_fn_error $? "Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"" "$LINENO" 5;;
3446 esac
3447
3448 # Check whether --enable-static-nss was given.
3449 if test "${enable_static_nss+set}" = set; then :
3450 enableval=$enable_static_nss; static_nss=$enableval
3451 else
3452 static_nss=no
3453 fi
3454
3455 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3456 static_nss=yes
3457 $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3458
3459 fi
3460
3461 # Check whether --enable-force-install was given.
3462 if test "${enable_force_install+set}" = set; then :
3463 enableval=$enable_force_install; force_install=$enableval
3464 else
3465 force_install=yes
3466 fi
3467
3468
3469
3470 # Check whether --enable-maintainer-mode was given.
3471 if test "${enable_maintainer_mode+set}" = set; then :
3472 enableval=$enable_maintainer_mode; maintainer=$enableval
3473 else
3474 maintainer=no
3475 fi
3476
3477
3478 # Check whether --enable-kernel was given.
3479 if test "${enable_kernel+set}" = set; then :
3480 enableval=$enable_kernel; minimum_kernel=$enableval
3481 fi
3482
3483 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3484 # Better nothing than this.
3485 minimum_kernel=""
3486 else
3487 if test "$minimum_kernel" = current; then
3488 minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
3489 fi
3490 fi
3491
3492 # Check whether --enable-all-warnings was given.
3493 if test "${enable_all_warnings+set}" = set; then :
3494 enableval=$enable_all_warnings; all_warnings=$enableval
3495 fi
3496
3497
3498
3499 # Check whether --enable-werror was given.
3500 if test "${enable_werror+set}" = set; then :
3501 enableval=$enable_werror; enable_werror=$enableval
3502 else
3503 enable_werror=yes
3504 fi
3505
3506
3507
3508 # Check whether --enable-multi-arch was given.
3509 if test "${enable_multi_arch+set}" = set; then :
3510 enableval=$enable_multi_arch; multi_arch=$enableval
3511 else
3512 multi_arch=default
3513 fi
3514
3515
3516 # Check whether --enable-nss-crypt was given.
3517 if test "${enable_nss_crypt+set}" = set; then :
3518 enableval=$enable_nss_crypt; nss_crypt=$enableval
3519 else
3520 nss_crypt=no
3521 fi
3522
3523 if test x$nss_crypt = xyes; then
3524 nss_includes=-I$(nss-config --includedir 2>/dev/null)
3525 if test $? -ne 0; then
3526 as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3527 fi
3528 old_CFLAGS="$CFLAGS"
3529 CFLAGS="$CFLAGS $nss_includes"
3530
3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3532 /* end confdefs.h. */
3533 typedef int PRBool;
3534 #include <hasht.h>
3535 #include <nsslowhash.h>
3536 void f (void) { NSSLOW_Init (); }
3537 int
3538 main ()
3539 {
3540
3541 ;
3542 return 0;
3543 }
3544 _ACEOF
3545 if ac_fn_c_try_compile "$LINENO"; then :
3546 libc_cv_nss_crypt=yes
3547 else
3548 as_fn_error $? "
3549 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3550 fi
3551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3552 old_LIBS="$LIBS"
3553 old_LDFLAGS="$LDFLAGS"
3554 LIBS="$LIBS -lfreebl3"
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3557 typedef int PRBool;
3558 #include <hasht.h>
3559 #include <nsslowhash.h>
3560 int
3561 main ()
3562 {
3563 NSSLOW_Init();
3564 ;
3565 return 0;
3566 }
3567 _ACEOF
3568 if ac_fn_c_try_link "$LINENO"; then :
3569 libc_cv_nss_crypt=yes
3570 else
3571 as_fn_error $? "
3572 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3573 fi
3574 rm -f core conftest.err conftest.$ac_objext \
3575 conftest$ac_exeext conftest.$ac_ext
3576 # Check to see if there is a static NSS cryptographic library.
3577 # If there isn't then we can't link anything with libcrypt.a,
3578 # and that might mean disabling some static tests.
3579 LDFLAGS="$LDFLAGS -static"
3580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3581 /* end confdefs.h. */
3582 typedef int PRBool;
3583 #include <hasht.h>
3584 #include <nsslowhash.h>
3585 int
3586 main ()
3587 {
3588 NSSLOW_Init();
3589 ;
3590 return 0;
3591 }
3592 _ACEOF
3593 if ac_fn_c_try_link "$LINENO"; then :
3594 libc_cv_static_nss_crypt=yes
3595 else
3596 libc_cv_static_nss_crypt=no
3597 fi
3598 rm -f core conftest.err conftest.$ac_objext \
3599 conftest$ac_exeext conftest.$ac_ext
3600 LDFLAGS="$old_LDFLAGS"
3601 CFLAGS="$old_CFLAGS"
3602 LIBS="$old_LIBS"
3603 else
3604 libc_cv_nss_crypt=no
3605 libc_cv_static_nss_crypt=no
3606 fi
3607
3608
3609
3610
3611 # Check whether --enable-obsolete-rpc was given.
3612 if test "${enable_obsolete_rpc+set}" = set; then :
3613 enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3614 else
3615 link_obsolete_rpc=no
3616 fi
3617
3618
3619
3620 if test "$link_obsolete_rpc" = yes; then
3621 $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3622
3623 fi
3624
3625 # Check whether --enable-systemtap was given.
3626 if test "${enable_systemtap+set}" = set; then :
3627 enableval=$enable_systemtap; systemtap=$enableval
3628 else
3629 systemtap=no
3630 fi
3631
3632 if test "x$systemtap" != xno; then
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3634 $as_echo_n "checking for systemtap static probe support... " >&6; }
3635 if ${libc_cv_sdt+:} false; then :
3636 $as_echo_n "(cached) " >&6
3637 else
3638 old_CFLAGS="$CFLAGS"
3639 CFLAGS="-std=gnu11 $CFLAGS"
3640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3641 /* end confdefs.h. */
3642 #include <sys/sdt.h>
3643 void foo (int i, void *p)
3644 {
3645 asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3646 :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3647 }
3648 _ACEOF
3649 if ac_fn_c_try_compile "$LINENO"; then :
3650 libc_cv_sdt=yes
3651 else
3652 libc_cv_sdt=no
3653 fi
3654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3655 CFLAGS="$old_CFLAGS"
3656 fi
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3658 $as_echo "$libc_cv_sdt" >&6; }
3659 if test $libc_cv_sdt = yes; then
3660 $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3661
3662 elif test "x$systemtap" != xauto; then
3663 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3664 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3665 as_fn_error $? "systemtap support needs sys/sdt.h with asm support
3666 See \`config.log' for more details" "$LINENO" 5; }
3667 fi
3668 fi
3669
3670 # Check whether --enable-build-nscd was given.
3671 if test "${enable_build_nscd+set}" = set; then :
3672 enableval=$enable_build_nscd; build_nscd=$enableval
3673 else
3674 build_nscd=default
3675 fi
3676
3677
3678
3679 # Note the use of $use_nscd is near the bottom of the file.
3680 # Check whether --enable-nscd was given.
3681 if test "${enable_nscd+set}" = set; then :
3682 enableval=$enable_nscd; use_nscd=$enableval
3683 else
3684 use_nscd=yes
3685 fi
3686
3687
3688 # Check whether --enable-pt_chown was given.
3689 if test "${enable_pt_chown+set}" = set; then :
3690 enableval=$enable_pt_chown; build_pt_chown=$enableval
3691 else
3692 build_pt_chown=no
3693 fi
3694
3695
3696 if test "$build_pt_chown" = yes; then
3697 $as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
3698
3699 fi
3700
3701 # The abi-tags file uses a fairly simplistic model for name recognition that
3702 # can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
3703 # $host_os of `gnu*' here to be `gnu-gnu*' just so that it can tell.
3704 # This doesn't get used much beyond that, so it's fairly safe.
3705 case "$host_os" in
3706 linux*)
3707 ;;
3708 gnu*)
3709 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3710 ;;
3711 esac
3712
3713 # Check whether --enable-mathvec was given.
3714 if test "${enable_mathvec+set}" = set; then :
3715 enableval=$enable_mathvec; build_mathvec=$enableval
3716 else
3717 build_mathvec=notset
3718 fi
3719
3720
3721 # We keep the original values in `$config_*' and never modify them, so we
3722 # can write them unchanged into config.make. Everything else uses
3723 # $machine, $vendor, and $os, and changes them whenever convenient.
3724 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
3725
3726 # Don't allow vendor == "unknown"
3727 test "$config_vendor" = unknown && config_vendor=
3728 config_os="`echo $config_os | sed 's/^unknown-//'`"
3729
3730 # Some configurations imply other options.
3731 elf=yes
3732
3733 # The configure fragment of an add-on port can modify these to supplement
3734 # or override the table in the case statement below. No fragment should
3735 # ever change the config_* variables, however.
3736 machine=$config_machine
3737 vendor=$config_vendor
3738 os=$config_os
3739 base_os=''
3740
3741 submachine=
3742
3743 # Check whether --with-cpu was given.
3744 if test "${with_cpu+set}" = set; then :
3745 withval=$with_cpu; case "$withval" in
3746 yes|'') as_fn_error $? "--with-cpu requires an argument" "$LINENO" 5 ;;
3747 no) ;;
3748 *) submachine="$withval" ;;
3749 esac
3750
3751 fi
3752
3753
3754 # An preconfigure script can set this when it wants to disable the sanity
3755 # check below.
3756 libc_config_ok=no
3757
3758 if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3759 then
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3761 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
3762 for frag in $frags; do
3763 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3764 echo $ECHO_N "$name $ECHO_C" >&6
3765 . "$frag"
3766 done
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3768 $as_echo "" >&6; }
3769 fi
3770
3771 subdirs="$subdirs "
3772
3773
3774 case "$enable_add_ons" in
3775 ''|no) add_ons= ;;
3776 yes|'*')
3777 add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps |
3778 sed 's@/[^/]*$@@' | sort | uniq`
3779 add_ons_automatic=yes
3780 ;;
3781 *) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'`
3782 add_ons_automatic=no ;;
3783 esac
3784
3785 configured_add_ons=
3786 add_ons_sfx=
3787 add_ons_pfx=
3788 if test x"$add_ons" != x; then
3789 for f in $add_ons; do
3790 # Some sanity checks
3791 case "$f" in
3792 crypt)
3793 as_fn_error $? "
3794 *** It seems that you're using an old \`crypt' add-on. crypt is now
3795 *** part of glibc and using the old add-on will not work with this
3796 *** release. Start again with fresh sources and without the old
3797 *** \`crypt' add-on." "$LINENO" 5
3798 ;;
3799 localedata)
3800 as_fn_error $? "
3801 *** It seems that you're using an old \`localedata' add-on. localedata
3802 *** is now part of glibc and using the old add-on will not work with
3803 *** this release. Start again with fresh sources and without the old
3804 *** \`localedata' add-on." "$LINENO" 5
3805 ;;
3806 esac
3807 done
3808
3809 # Now source each add-on's configure fragment.
3810 # The fragments can use $srcdir/$libc_add_on to find themselves,
3811 # and test $add_ons_automatic to see if they were explicitly requested.
3812 # A fragment can clear (or even change) $libc_add_on to affect
3813 # whether it goes into the list to be actually used in the build.
3814 use_add_ons=
3815 for libc_add_on in $add_ons; do
3816 # Test whether such a directory really exists.
3817 # It can be absolute, or relative to $srcdir, or relative to the build dir.
3818 case "$libc_add_on" in
3819 /*)
3820 libc_add_on_srcdir=$libc_add_on
3821 ;;
3822 *)
3823 test -d "$srcdir/$libc_add_on" || {
3824 if test -d "$libc_add_on"; then
3825 libc_add_on="`pwd`/$libc_add_on"
3826 else
3827 as_fn_error $? "add-on directory \"$libc_add_on\" does not exist" "$LINENO" 5
3828 fi
3829 }
3830 libc_add_on_srcdir=$srcdir/$libc_add_on
3831 ;;
3832 esac
3833
3834 libc_add_on_frag=$libc_add_on_srcdir/configure
3835 libc_add_on_canonical=
3836 libc_add_on_config_subdirs=
3837 if test -r "$libc_add_on_frag"; then
3838 { $as_echo "$as_me:${as_lineno-$LINENO}: running configure fragment for add-on $libc_add_on" >&5
3839 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;}
3840 libc_add_on_canonical=unknown
3841 libc_add_on_subdirs=
3842 . "$libc_add_on_frag"
3843 test -z "$libc_add_on" || {
3844 configured_add_ons="$configured_add_ons $libc_add_on"
3845 if test "x$libc_add_on_canonical" = xunknown; then
3846 as_fn_error $? "fragment must set \$libc_add_on_canonical" "$LINENO" 5
3847 fi
3848 for d in $libc_add_on_subdirs; do
3849 case "$libc_add_on" in
3850 /*) subdir_srcdir="$libc_add_on" ;;
3851 *) subdir_srcdir="\$(..)$libc_add_on" ;;
3852 esac
3853 case "$d" in
3854 .)
3855 d="${libc_add_on_canonical:-$libc_add_on}"
3856 ;;
3857 /*)
3858 subdir_srcdir="$d"
3859 ;;
3860 *)
3861 subdir_srcdir="$subdir_srcdir/$d"
3862 ;;
3863 esac
3864 d=`echo "$d" | sed 's@/*$@@;s@^.*/@@'`
3865 add_on_subdirs="$add_on_subdirs $d"
3866 test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars
3867 $d-srcdir = $subdir_srcdir"
3868 done
3869 for d in $libc_add_on_config_subdirs; do
3870 case "$d" in
3871 /*) as_fn_error $? "fragment uses absolute path in \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3872 esac
3873 if test ! -d "$libc_add_on_srcdir/$d"; then
3874 as_fn_error $? "fragment wants to configure missing directory $d" "$LINENO" 5
3875 fi
3876 case "$libc_add_on" in
3877 /*) as_fn_error $? "relative path required for add-on using \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
3878 esac
3879 subdirs="$subdirs $libc_add_on/$d"
3880 done
3881 }
3882 fi
3883 if test -n "$libc_add_on"; then
3884 if frags=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null`
3885 then
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking add-on $libc_add_on for preconfigure fragments" >&5
3887 $as_echo_n "checking add-on $libc_add_on for preconfigure fragments... " >&6; }
3888 for frag in $frags; do
3889 name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
3890 echo $ECHO_N "$name $ECHO_C" >&6
3891 . "$frag"
3892 done
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
3894 $as_echo "" >&6; }
3895 fi
3896 use_add_ons="$use_add_ons $libc_add_on"
3897 add_ons_pfx="$add_ons_pfx $libc_add_on/"
3898 test -z "$libc_add_on_canonical" ||
3899 add_ons_sfx="$add_ons_sfx /$libc_add_on_canonical"
3900 fi
3901 done
3902 # Use echo to strip excess whitespace.
3903 add_ons="`echo $use_add_ons`"
3904 fi
3905
3906
3907
3908
3909 ###
3910 ### By using the undocumented --enable-hacker-mode option for configure
3911 ### one can skip this test to make the configuration not fail for unsupported
3912 ### platforms.
3913 ###
3914 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
3915 case "$machine-$host_os" in
3916 *-linux* | *-gnu*)
3917 ;;
3918 *)
3919 as_fn_error $? "
3920 *** The GNU C library is currently unavailable for this platform.
3921 *** If you are interested in seeing glibc on this platform visit
3922 *** the \"How to submit a new port\" in the wiki:
3923 *** https://sourceware.org/glibc/wiki/#Development
3924 *** and join the community!" "$LINENO" 5
3925 ;;
3926 esac
3927 fi
3928
3929 # Set base_machine if not set by a preconfigure fragment.
3930 test -n "$base_machine" || base_machine=$machine
3931
3932
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
3934 $as_echo_n "checking for -fstack-protector... " >&6; }
3935 if ${libc_cv_ssp+:} false; then :
3936 $as_echo_n "(cached) " >&6
3937 else
3938 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
3939 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3940 (eval $ac_try) 2>&5
3941 ac_status=$?
3942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3943 test $ac_status = 0; }; }; then :
3944 libc_cv_ssp=yes
3945 else
3946 libc_cv_ssp=no
3947 fi
3948
3949 fi
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
3951 $as_echo "$libc_cv_ssp" >&6; }
3952
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-strong" >&5
3954 $as_echo_n "checking for -fstack-protector-strong... " >&6; }
3955 if ${libc_cv_ssp_strong+:} false; then :
3956 $as_echo_n "(cached) " >&6
3957 else
3958 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null'
3959 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3960 (eval $ac_try) 2>&5
3961 ac_status=$?
3962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3963 test $ac_status = 0; }; }; then :
3964 libc_cv_ssp_strong=yes
3965 else
3966 libc_cv_ssp_strong=no
3967 fi
3968
3969 fi
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_strong" >&5
3971 $as_echo "$libc_cv_ssp_strong" >&6; }
3972
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector-all" >&5
3974 $as_echo_n "checking for -fstack-protector-all... " >&6; }
3975 if ${libc_cv_ssp_all+:} false; then :
3976 $as_echo_n "(cached) " >&6
3977 else
3978 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null'
3979 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
3980 (eval $ac_try) 2>&5
3981 ac_status=$?
3982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3983 test $ac_status = 0; }; }; then :
3984 libc_cv_ssp_all=yes
3985 else
3986 libc_cv_ssp_all=no
3987 fi
3988
3989 fi
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_all" >&5
3991 $as_echo "$libc_cv_ssp_all" >&6; }
3992
3993 stack_protector=
3994 no_stack_protector=
3995 if test "$libc_cv_ssp" = yes; then
3996 no_stack_protector="-fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0"
3997 fi
3998
3999 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
4000 stack_protector="-fstack-protector"
4001 $as_echo "#define STACK_PROTECTOR_LEVEL 1" >>confdefs.h
4002
4003 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
4004 stack_protector="-fstack-protector-all"
4005 $as_echo "#define STACK_PROTECTOR_LEVEL 2" >>confdefs.h
4006
4007 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then
4008 stack_protector="-fstack-protector-strong"
4009 $as_echo "#define STACK_PROTECTOR_LEVEL 3" >>confdefs.h
4010
4011 fi
4012
4013
4014
4015
4016 # For the multi-arch option we need support in the assembler & linker.
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
4018 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
4019 if ${libc_cv_ld_gnu_indirect_function+:} false; then :
4020 $as_echo_n "(cached) " >&6
4021 else
4022 cat > conftest.S <<EOF
4023 .type foo,%gnu_indirect_function
4024 foo:
4025 .globl _start
4026 _start:
4027 .globl __start
4028 __start:
4029 .data
4030 #ifdef _LP64
4031 .quad foo
4032 #else
4033 .long foo
4034 #endif
4035 EOF
4036 libc_cv_ld_gnu_indirect_function=no
4037 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4038 -nostartfiles -nostdlib \
4039 -o conftest conftest.S 1>&5 2>&5; then
4040 # Do a link to see if the backend supports IFUNC relocs.
4041 $READELF -r conftest 1>&5
4042 LC_ALL=C $READELF -r conftest | grep 'no relocations' >/dev/null || {
4043 libc_cv_ld_gnu_indirect_function=yes
4044 }
4045 fi
4046 rm -f conftest*
4047 fi
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4049 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4050
4051 # Check if gcc supports attribute ifunc as it is used in libc_ifunc macro.
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc attribute ifunc support" >&5
4053 $as_echo_n "checking for gcc attribute ifunc support... " >&6; }
4054 if ${libc_cv_gcc_indirect_function+:} false; then :
4055 $as_echo_n "(cached) " >&6
4056 else
4057 cat > conftest.c <<EOF
4058 extern int func (int);
4059 int used_func (int a)
4060 {
4061 return a;
4062 }
4063 static void *resolver ()
4064 {
4065 return &used_func;
4066 }
4067 extern __typeof (func) func __attribute__ ((ifunc ("resolver")));
4068 EOF
4069 libc_cv_gcc_indirect_function=no
4070 if ${CC-cc} -c conftest.c -o conftest.o 1>&5 \
4071 2>&5 ; then
4072 if $READELF -s conftest.o | grep IFUNC >/dev/null 2>&5; then
4073 libc_cv_gcc_indirect_function=yes
4074 fi
4075 fi
4076 rm -f conftest*
4077 fi
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_indirect_function" >&5
4079 $as_echo "$libc_cv_gcc_indirect_function" >&6; }
4080
4081 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
4082 if test x"$multi_arch" = xyes; then
4083 as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4084 else
4085 multi_arch=no
4086 fi
4087 fi
4088 if test x"$libc_cv_gcc_indirect_function" != xyes &&
4089 test x"$multi_arch" = xyes; then
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4091 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&5
4092 $as_echo "$as_me: WARNING: --enable-multi-arch support recommends a gcc with gnu-indirect-function support.
4093 Please use a gcc which supports it by default or configure gcc with --enable-gnu-indirect-function" >&2;}
4094 fi
4095 multi_arch_d=
4096 if test x"$multi_arch" != xno; then
4097 multi_arch_d=/multiarch
4098 fi
4099
4100 # Compute the list of sysdep directories for this configuration.
4101 # This can take a while to compute.
4102 sysdep_dir=$srcdir/sysdeps
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4104 $as_echo_n "checking sysdep dirs... " >&6; }
4105 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4106 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4107
4108 test "x$base_os" != x || case "$os" in
4109 gnu*)
4110 base_os=mach/hurd ;;
4111 linux*)
4112 base_os=unix/sysv ;;
4113 esac
4114
4115 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4116 tail=$os
4117 ostry=$os
4118 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4119 ostry="$ostry /$o"
4120 tail=$o
4121 done
4122 o=`echo $tail | sed 's/[0-9]*$//'`
4123 if test $o != $tail; then
4124 ostry="$ostry /$o"
4125 fi
4126 # For linux-gnu, try linux-gnu, then linux.
4127 o=`echo $tail | sed 's/-.*$//'`
4128 if test $o != $tail; then
4129 ostry="$ostry /$o"
4130 fi
4131
4132 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4133 base=
4134 tail=$base_os
4135 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4136 set $b
4137 base="$base /$1"
4138 tail="$2"
4139 done
4140
4141 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4142 mach=
4143 tail=$machine${submachine:+/$submachine}
4144 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4145 set $m
4146 # Prepend the machine's FPU directory unless --without-fp.
4147 if test "$with_fp" = yes; then
4148 maybe_fpu=/fpu
4149 else
4150 maybe_fpu=/nofpu
4151 fi
4152 # For each machine term, try it with and then without /multiarch.
4153 for try_fpu in $maybe_fpu ''; do
4154 for try_multi in $multi_arch_d ''; do
4155 mach="$mach /$1$try_fpu$try_multi"
4156 done
4157 done
4158 tail="$2"
4159 done
4160
4161
4162 # Find what sysdep directories exist.
4163 sysnames_add_ons=
4164 sysnames=
4165 for b in $base ''; do
4166 for m0 in $mach ''; do
4167 for v in /$vendor ''; do
4168 test "$v" = / && continue
4169 for o in /$ostry ''; do
4170 test "$o" = / && continue
4171 for m in $mach ''; do
4172 for d in $add_ons_pfx ''; do
4173 for a in $add_ons_sfx ''; do
4174 try_suffix="$m0$b$v$o$m"
4175 if test -n "$try_suffix"; then
4176 try_srcdir="${srcdir}/"
4177 case "$d" in
4178 /*) try_srcdir= ;;
4179 esac
4180 try="${d}sysdeps$try_suffix$a"
4181 test -n "$enable_debug_configure" &&
4182 echo "$0 DEBUG: try $try" >&2
4183 if test -d "$try_srcdir$try"; then
4184 sysnames="$sysnames $try"
4185 { test -n "$o" || test -n "$b"; } && os_used=t
4186 { test -n "$m" || test -n "$m0"; } && machine_used=t
4187 case x${m0:-$m} in
4188 x*/$submachine) submachine_used=t ;;
4189 esac
4190 if test -n "$d"; then
4191 case "$sysnames_add_ons" in
4192 *" $d "*) ;;
4193 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4194 esac
4195 fi
4196 fi
4197 fi
4198 done
4199 done
4200 done
4201 done
4202 done
4203 done
4204 done
4205
4206 # If the assembler supports gnu_indirect_function symbol type and the
4207 # architecture supports multi-arch, we enable multi-arch by default.
4208 case $sysnames_add_ons$sysnames in
4209 *"$multi_arch_d"*)
4210 ;;
4211 *)
4212 test x"$multi_arch" = xdefault && multi_arch=no
4213 ;;
4214 esac
4215 if test x"$multi_arch" != xno; then
4216 $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4217
4218 fi
4219
4220
4221 if test -z "$os_used" && test "$os" != none; then
4222 as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4223 fi
4224 if test -z "$machine_used" && test "$machine" != none; then
4225 as_fn_error $? "The $machine is not supported." "$LINENO" 5
4226 fi
4227 if test -z "$submachine_used" && test -n "$submachine"; then
4228 as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4229 fi
4230
4231
4232 # We have now validated the configuration.
4233
4234 # Expand the list of system names into a full list of directories
4235 # from each element's parent name and Implies file (if present).
4236 set $sysnames
4237 names=
4238 while test $# -gt 0; do
4239 name=$1
4240 shift
4241
4242 case " $names " in *" $name "*)
4243 # Already in the list.
4244 continue
4245 esac
4246
4247 # Report each name as we discover it, so there is no long pause in output.
4248 echo $ECHO_N "$name $ECHO_C" >&6
4249
4250 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4251
4252 case $name in
4253 /*) xsrcdir= ;;
4254 *) xsrcdir=$srcdir/ ;;
4255 esac
4256 test -n "$enable_debug_configure" &&
4257 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4258
4259 for implies_file in Implies Implies-before Implies-after; do
4260 implies_type=`echo $implies_file | sed s/-/_/`
4261 eval ${implies_type}=
4262 if test -f $xsrcdir$name/$implies_file; then
4263 # Collect more names from the `Implies' file (removing comments).
4264 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4265 for x in $implied_candidate; do
4266 found=no
4267 if test -d $xsrcdir$name_base/$x; then
4268 eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4269 found=yes
4270 fi
4271 for d in $add_ons_pfx ''; do
4272 try="${d}sysdeps/$x"
4273 case $d in
4274 /*) try_srcdir= ;;
4275 *) try_srcdir=$srcdir/ ;;
4276 esac
4277 test -n "$enable_debug_configure" &&
4278 echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4279 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4280 then
4281 eval "${implies_type}=\"\$${implies_type} \$try\""
4282 found=yes
4283 case "$sysnames_add_ons" in
4284 *" $d "*) ;;
4285 *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4286 esac
4287 fi
4288 done
4289 if test $found = no; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4291 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4292 fi
4293 done
4294 fi
4295 done
4296
4297 # Add NAME to the list of names.
4298 names="$names $name"
4299
4300 # Find the parent of NAME, using the empty string if it has none.
4301 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4302
4303 test -n "$enable_debug_configure" &&
4304 echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4305 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4306
4307 # Add the names implied by NAME, and NAME's parent (if it has one), to
4308 # the list of names to be processed (the argument list). We prepend the
4309 # implied names to the list and append the parent. We want implied
4310 # directories to come before further directories inferred from the
4311 # configuration components; this ensures that for sysv4, unix/common
4312 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4313 # after sysv4).
4314 sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4315 test -n "$sysnames" && set $sysnames
4316 done
4317
4318 # Add the default directories.
4319 default_sysnames="sysdeps/generic"
4320 sysnames="$names $default_sysnames"
4321
4322 # The other names were emitted during the scan.
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4324 $as_echo "$default_sysnames" >&6; }
4325
4326 # Collect the list of add-ons that supply partial sysdeps trees.
4327 sysdeps_add_ons=
4328 for add_on in $add_ons; do
4329 case "$add_on" in
4330 /*) xsrcdir= ;;
4331 *) xsrcdir="$srcdir/" ;;
4332 esac
4333
4334 test -d "$xsrcdir$add_on/sysdeps" || {
4335 case "$configured_add_ons " in
4336 *" $add_on "*) ;;
4337 *|'')
4338 as_fn_error $? "add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4339 ;;
4340 esac
4341 continue
4342 }
4343
4344 sysdeps_add_ons="$sysdeps_add_ons $add_on"
4345 case "$sysnames_add_ons" in
4346 *" $add_on/ "*) ;;
4347 *|'')
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4349 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4350 continue ;;
4351 esac
4352
4353 found=no
4354 for d in $sysnames; do
4355 case "$d" in
4356 $add_on/sysdeps/*) ;;
4357 *) continue ;;
4358 esac
4359 (cd "$xsrcdir$d" && for f in *[!~]; do
4360 case "$f" in
4361 sys|bits)
4362 for ff in $f/*.h; do
4363 test -d "$ff" || { test -e "$ff" && exit 88; }
4364 done
4365 ;;
4366 *)
4367 test -d "$f" || { test -e "$f" && exit 88; }
4368 ;;
4369 esac
4370 done)
4371 if test $? -eq 88; then
4372 found=yes
4373 break
4374 fi
4375 done
4376 if test $found = no; then
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4378 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4379 fi
4380 done
4381
4382
4383
4384 ### Locate tools.
4385
4386 # Find a good install program. We prefer a C program (faster),
4387 # so one script is as good as another. But avoid the broken or
4388 # incompatible versions:
4389 # SysV /etc/install, /usr/sbin/install
4390 # SunOS /usr/etc/install
4391 # IRIX /sbin/install
4392 # AIX /bin/install
4393 # AmigaOS /C/install, which installs bootblocks on floppy discs
4394 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4395 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4396 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4397 # OS/2's system install, which has a completely different semantic
4398 # ./install, which can be erroneously created by make from ./install.sh.
4399 # Reject install programs that cannot install multiple files.
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4401 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4402 if test -z "$INSTALL"; then
4403 if ${ac_cv_path_install+:} false; then :
4404 $as_echo_n "(cached) " >&6
4405 else
4406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4408 do
4409 IFS=$as_save_IFS
4410 test -z "$as_dir" && as_dir=.
4411 # Account for people who put trailing slashes in PATH elements.
4412 case $as_dir/ in #((
4413 ./ | .// | /[cC]/* | \
4414 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4415 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4416 /usr/ucb/* ) ;;
4417 *)
4418 # OSF1 and SCO ODT 3.0 have their own names for install.
4419 # Don't use installbsd from OSF since it installs stuff as root
4420 # by default.
4421 for ac_prog in ginstall scoinst install; do
4422 for ac_exec_ext in '' $ac_executable_extensions; do
4423 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4424 if test $ac_prog = install &&
4425 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4426 # AIX install. It has an incompatible calling convention.
4427 :
4428 elif test $ac_prog = install &&
4429 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4430 # program-specific install script used by HP pwplus--don't use.
4431 :
4432 else
4433 rm -rf conftest.one conftest.two conftest.dir
4434 echo one > conftest.one
4435 echo two > conftest.two
4436 mkdir conftest.dir
4437 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4438 test -s conftest.one && test -s conftest.two &&
4439 test -s conftest.dir/conftest.one &&
4440 test -s conftest.dir/conftest.two
4441 then
4442 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4443 break 3
4444 fi
4445 fi
4446 fi
4447 done
4448 done
4449 ;;
4450 esac
4451
4452 done
4453 IFS=$as_save_IFS
4454
4455 rm -rf conftest.one conftest.two conftest.dir
4456
4457 fi
4458 if test "${ac_cv_path_install+set}" = set; then
4459 INSTALL=$ac_cv_path_install
4460 else
4461 # As a last resort, use the slow shell script. Don't cache a
4462 # value for INSTALL within a source directory, because that will
4463 # break other packages using the cache if that directory is
4464 # removed, or if the value is a relative name.
4465 INSTALL=$ac_install_sh
4466 fi
4467 fi
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4469 $as_echo "$INSTALL" >&6; }
4470
4471 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4472 # It thinks the first close brace ends the variable substitution.
4473 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4474
4475 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4476
4477 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4478
4479 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4480 # The makefiles need to use a different form to find it in $srcdir.
4481 INSTALL='\$(..)./scripts/install-sh -c'
4482 fi
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4484 $as_echo_n "checking whether ln -s works... " >&6; }
4485 LN_S=$as_ln_s
4486 if test "$LN_S" = "ln -s"; then
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4488 $as_echo "yes" >&6; }
4489 else
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4491 $as_echo "no, using $LN_S" >&6; }
4492 fi
4493
4494
4495 # Was a --with-binutils option given?
4496 if test -n "$path_binutils"; then
4497 # Make absolute; ensure a single trailing slash.
4498 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4499 CC="$CC -B$path_binutils"
4500 fi
4501 AS=`$CC -print-prog-name=as`
4502 LD=`$CC -print-prog-name=ld`
4503 AR=`$CC -print-prog-name=ar`
4504
4505 OBJDUMP=`$CC -print-prog-name=objdump`
4506
4507 OBJCOPY=`$CC -print-prog-name=objcopy`
4508
4509
4510 # Determine whether we are using GNU binutils.
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4512 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4513 if ${libc_cv_prog_as_gnu+:} false; then :
4514 $as_echo_n "(cached) " >&6
4515 else
4516 # Most GNU programs take a -v and spit out some text including
4517 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4518 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4519 libc_cv_prog_as_gnu=yes
4520 else
4521 libc_cv_prog_as_gnu=no
4522 fi
4523 rm -fr contest*
4524 fi
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4526 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4527 rm -f a.out
4528 gnu_as=$libc_cv_prog_as_gnu
4529
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4531 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4532 if ${libc_cv_prog_ld_gnu+:} false; then :
4533 $as_echo_n "(cached) " >&6
4534 else
4535 # Most GNU programs take a -v and spit out some text including
4536 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
4537 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4538 libc_cv_prog_ld_gnu=yes
4539 else
4540 libc_cv_prog_ld_gnu=no
4541 fi
4542 rm -fr contest*
4543 fi
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4545 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4546 gnu_ld=$libc_cv_prog_ld_gnu
4547
4548
4549 # Accept binutils 2.22 or newer.
4550 for ac_prog in $AS
4551 do
4552 # Extract the first word of "$ac_prog", so it can be a program name with args.
4553 set dummy $ac_prog; ac_word=$2
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4555 $as_echo_n "checking for $ac_word... " >&6; }
4556 if ${ac_cv_prog_AS+:} false; then :
4557 $as_echo_n "(cached) " >&6
4558 else
4559 if test -n "$AS"; then
4560 ac_cv_prog_AS="$AS" # Let the user override the test.
4561 else
4562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4563 for as_dir in $PATH
4564 do
4565 IFS=$as_save_IFS
4566 test -z "$as_dir" && as_dir=.
4567 for ac_exec_ext in '' $ac_executable_extensions; do
4568 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4569 ac_cv_prog_AS="$ac_prog"
4570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4571 break 2
4572 fi
4573 done
4574 done
4575 IFS=$as_save_IFS
4576
4577 fi
4578 fi
4579 AS=$ac_cv_prog_AS
4580 if test -n "$AS"; then
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4582 $as_echo "$AS" >&6; }
4583 else
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4585 $as_echo "no" >&6; }
4586 fi
4587
4588
4589 test -n "$AS" && break
4590 done
4591
4592 if test -z "$AS"; then
4593 ac_verc_fail=yes
4594 else
4595 # Found it, now check the version.
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4597 $as_echo_n "checking version of $AS... " >&6; }
4598 ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4599 case $ac_prog_version in
4600 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4601 2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4602 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4603 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4604
4605 esac
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4607 $as_echo "$ac_prog_version" >&6; }
4608 fi
4609 if test $ac_verc_fail = yes; then
4610 AS=: critic_missing="$critic_missing as"
4611 fi
4612
4613 for ac_prog in $LD
4614 do
4615 # Extract the first word of "$ac_prog", so it can be a program name with args.
4616 set dummy $ac_prog; ac_word=$2
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4618 $as_echo_n "checking for $ac_word... " >&6; }
4619 if ${ac_cv_prog_LD+:} false; then :
4620 $as_echo_n "(cached) " >&6
4621 else
4622 if test -n "$LD"; then
4623 ac_cv_prog_LD="$LD" # Let the user override the test.
4624 else
4625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4626 for as_dir in $PATH
4627 do
4628 IFS=$as_save_IFS
4629 test -z "$as_dir" && as_dir=.
4630 for ac_exec_ext in '' $ac_executable_extensions; do
4631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4632 ac_cv_prog_LD="$ac_prog"
4633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4634 break 2
4635 fi
4636 done
4637 done
4638 IFS=$as_save_IFS
4639
4640 fi
4641 fi
4642 LD=$ac_cv_prog_LD
4643 if test -n "$LD"; then
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4645 $as_echo "$LD" >&6; }
4646 else
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4648 $as_echo "no" >&6; }
4649 fi
4650
4651
4652 test -n "$LD" && break
4653 done
4654
4655 if test -z "$LD"; then
4656 ac_verc_fail=yes
4657 else
4658 # Found it, now check the version.
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4660 $as_echo_n "checking version of $LD... " >&6; }
4661 ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4662 case $ac_prog_version in
4663 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4664 2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
4665 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4666 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4667
4668 esac
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4670 $as_echo "$ac_prog_version" >&6; }
4671 fi
4672 if test $ac_verc_fail = yes; then
4673 LD=: critic_missing="$critic_missing ld"
4674 fi
4675
4676
4677 # These programs are version sensitive.
4678
4679 for ac_prog in gnumake gmake make
4680 do
4681 # Extract the first word of "$ac_prog", so it can be a program name with args.
4682 set dummy $ac_prog; ac_word=$2
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4684 $as_echo_n "checking for $ac_word... " >&6; }
4685 if ${ac_cv_prog_MAKE+:} false; then :
4686 $as_echo_n "(cached) " >&6
4687 else
4688 if test -n "$MAKE"; then
4689 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4690 else
4691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4692 for as_dir in $PATH
4693 do
4694 IFS=$as_save_IFS
4695 test -z "$as_dir" && as_dir=.
4696 for ac_exec_ext in '' $ac_executable_extensions; do
4697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4698 ac_cv_prog_MAKE="$ac_prog"
4699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4700 break 2
4701 fi
4702 done
4703 done
4704 IFS=$as_save_IFS
4705
4706 fi
4707 fi
4708 MAKE=$ac_cv_prog_MAKE
4709 if test -n "$MAKE"; then
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4711 $as_echo "$MAKE" >&6; }
4712 else
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4714 $as_echo "no" >&6; }
4715 fi
4716
4717
4718 test -n "$MAKE" && break
4719 done
4720
4721 if test -z "$MAKE"; then
4722 ac_verc_fail=yes
4723 else
4724 # Found it, now check the version.
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4726 $as_echo_n "checking version of $MAKE... " >&6; }
4727 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4728 case $ac_prog_version in
4729 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4730 3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*)
4731 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4732 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4733
4734 esac
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4736 $as_echo "$ac_prog_version" >&6; }
4737 fi
4738 if test $ac_verc_fail = yes; then
4739 critic_missing="$critic_missing make"
4740 fi
4741
4742
4743 for ac_prog in gnumsgfmt gmsgfmt msgfmt
4744 do
4745 # Extract the first word of "$ac_prog", so it can be a program name with args.
4746 set dummy $ac_prog; ac_word=$2
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4748 $as_echo_n "checking for $ac_word... " >&6; }
4749 if ${ac_cv_prog_MSGFMT+:} false; then :
4750 $as_echo_n "(cached) " >&6
4751 else
4752 if test -n "$MSGFMT"; then
4753 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4754 else
4755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4756 for as_dir in $PATH
4757 do
4758 IFS=$as_save_IFS
4759 test -z "$as_dir" && as_dir=.
4760 for ac_exec_ext in '' $ac_executable_extensions; do
4761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4762 ac_cv_prog_MSGFMT="$ac_prog"
4763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4764 break 2
4765 fi
4766 done
4767 done
4768 IFS=$as_save_IFS
4769
4770 fi
4771 fi
4772 MSGFMT=$ac_cv_prog_MSGFMT
4773 if test -n "$MSGFMT"; then
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
4775 $as_echo "$MSGFMT" >&6; }
4776 else
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4778 $as_echo "no" >&6; }
4779 fi
4780
4781
4782 test -n "$MSGFMT" && break
4783 done
4784
4785 if test -z "$MSGFMT"; then
4786 ac_verc_fail=yes
4787 else
4788 # Found it, now check the version.
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
4790 $as_echo_n "checking version of $MSGFMT... " >&6; }
4791 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4792 case $ac_prog_version in
4793 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4794 0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*)
4795 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4796 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4797
4798 esac
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4800 $as_echo "$ac_prog_version" >&6; }
4801 fi
4802 if test $ac_verc_fail = yes; then
4803 MSGFMT=: aux_missing="$aux_missing msgfmt"
4804 fi
4805
4806 for ac_prog in makeinfo
4807 do
4808 # Extract the first word of "$ac_prog", so it can be a program name with args.
4809 set dummy $ac_prog; ac_word=$2
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4811 $as_echo_n "checking for $ac_word... " >&6; }
4812 if ${ac_cv_prog_MAKEINFO+:} false; then :
4813 $as_echo_n "(cached) " >&6
4814 else
4815 if test -n "$MAKEINFO"; then
4816 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
4817 else
4818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4819 for as_dir in $PATH
4820 do
4821 IFS=$as_save_IFS
4822 test -z "$as_dir" && as_dir=.
4823 for ac_exec_ext in '' $ac_executable_extensions; do
4824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4825 ac_cv_prog_MAKEINFO="$ac_prog"
4826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4827 break 2
4828 fi
4829 done
4830 done
4831 IFS=$as_save_IFS
4832
4833 fi
4834 fi
4835 MAKEINFO=$ac_cv_prog_MAKEINFO
4836 if test -n "$MAKEINFO"; then
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4838 $as_echo "$MAKEINFO" >&6; }
4839 else
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4841 $as_echo "no" >&6; }
4842 fi
4843
4844
4845 test -n "$MAKEINFO" && break
4846 done
4847
4848 if test -z "$MAKEINFO"; then
4849 ac_verc_fail=yes
4850 else
4851 # Found it, now check the version.
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
4853 $as_echo_n "checking version of $MAKEINFO... " >&6; }
4854 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4855 case $ac_prog_version in
4856 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4857 4.[7-9]*|4.[1-9][0-9]*|[5-9].*)
4858 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4859 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4860
4861 esac
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4863 $as_echo "$ac_prog_version" >&6; }
4864 fi
4865 if test $ac_verc_fail = yes; then
4866 MAKEINFO=: aux_missing="$aux_missing makeinfo"
4867 fi
4868
4869 for ac_prog in sed
4870 do
4871 # Extract the first word of "$ac_prog", so it can be a program name with args.
4872 set dummy $ac_prog; ac_word=$2
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4874 $as_echo_n "checking for $ac_word... " >&6; }
4875 if ${ac_cv_prog_SED+:} false; then :
4876 $as_echo_n "(cached) " >&6
4877 else
4878 if test -n "$SED"; then
4879 ac_cv_prog_SED="$SED" # Let the user override the test.
4880 else
4881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4882 for as_dir in $PATH
4883 do
4884 IFS=$as_save_IFS
4885 test -z "$as_dir" && as_dir=.
4886 for ac_exec_ext in '' $ac_executable_extensions; do
4887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4888 ac_cv_prog_SED="$ac_prog"
4889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4890 break 2
4891 fi
4892 done
4893 done
4894 IFS=$as_save_IFS
4895
4896 fi
4897 fi
4898 SED=$ac_cv_prog_SED
4899 if test -n "$SED"; then
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4901 $as_echo "$SED" >&6; }
4902 else
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4904 $as_echo "no" >&6; }
4905 fi
4906
4907
4908 test -n "$SED" && break
4909 done
4910
4911 if test -z "$SED"; then
4912 ac_verc_fail=yes
4913 else
4914 # Found it, now check the version.
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
4916 $as_echo_n "checking version of $SED... " >&6; }
4917 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4918 case $ac_prog_version in
4919 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4920 3.0[2-9]*|3.[1-9]*|[4-9]*)
4921 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4922 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4923
4924 esac
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4926 $as_echo "$ac_prog_version" >&6; }
4927 fi
4928 if test $ac_verc_fail = yes; then
4929 SED=: aux_missing="$aux_missing sed"
4930 fi
4931
4932 for ac_prog in gawk
4933 do
4934 # Extract the first word of "$ac_prog", so it can be a program name with args.
4935 set dummy $ac_prog; ac_word=$2
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4937 $as_echo_n "checking for $ac_word... " >&6; }
4938 if ${ac_cv_prog_AWK+:} false; then :
4939 $as_echo_n "(cached) " >&6
4940 else
4941 if test -n "$AWK"; then
4942 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4943 else
4944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4945 for as_dir in $PATH
4946 do
4947 IFS=$as_save_IFS
4948 test -z "$as_dir" && as_dir=.
4949 for ac_exec_ext in '' $ac_executable_extensions; do
4950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4951 ac_cv_prog_AWK="$ac_prog"
4952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4953 break 2
4954 fi
4955 done
4956 done
4957 IFS=$as_save_IFS
4958
4959 fi
4960 fi
4961 AWK=$ac_cv_prog_AWK
4962 if test -n "$AWK"; then
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4964 $as_echo "$AWK" >&6; }
4965 else
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4967 $as_echo "no" >&6; }
4968 fi
4969
4970
4971 test -n "$AWK" && break
4972 done
4973
4974 if test -z "$AWK"; then
4975 ac_verc_fail=yes
4976 else
4977 # Found it, now check the version.
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
4979 $as_echo_n "checking version of $AWK... " >&6; }
4980 ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4981 case $ac_prog_version in
4982 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4983 3.1.[2-9]*|3.[2-9]*|[4-9]*)
4984 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4985 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4986
4987 esac
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4989 $as_echo "$ac_prog_version" >&6; }
4990 fi
4991 if test $ac_verc_fail = yes; then
4992 critic_missing="$critic_missing gawk"
4993 fi
4994
4995
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC is sufficient to build libc" >&5
4997 $as_echo_n "checking if $CC is sufficient to build libc... " >&6; }
4998 if ${libc_cv_compiler_ok+:} false; then :
4999 $as_echo_n "(cached) " >&6
5000 else
5001
5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h. */
5004
5005 int
5006 main ()
5007 {
5008
5009 #if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 7)
5010 #error insufficient compiler
5011 #endif
5012 ;
5013 return 0;
5014 }
5015 _ACEOF
5016 if ac_fn_c_try_compile "$LINENO"; then :
5017 libc_cv_compiler_ok=yes
5018 else
5019 libc_cv_compiler_ok=no
5020 fi
5021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5022 fi
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_ok" >&5
5024 $as_echo "$libc_cv_compiler_ok" >&6; }
5025 if test $libc_cv_compiler_ok != yes; then :
5026 critic_missing="$critic_missing compiler"
5027 fi
5028
5029 if test -n "$ac_tool_prefix"; then
5030 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5031 set dummy ${ac_tool_prefix}nm; ac_word=$2
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5033 $as_echo_n "checking for $ac_word... " >&6; }
5034 if ${ac_cv_prog_NM+:} false; then :
5035 $as_echo_n "(cached) " >&6
5036 else
5037 if test -n "$NM"; then
5038 ac_cv_prog_NM="$NM" # Let the user override the test.
5039 else
5040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5041 for as_dir in $PATH
5042 do
5043 IFS=$as_save_IFS
5044 test -z "$as_dir" && as_dir=.
5045 for ac_exec_ext in '' $ac_executable_extensions; do
5046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5047 ac_cv_prog_NM="${ac_tool_prefix}nm"
5048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5049 break 2
5050 fi
5051 done
5052 done
5053 IFS=$as_save_IFS
5054
5055 fi
5056 fi
5057 NM=$ac_cv_prog_NM
5058 if test -n "$NM"; then
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5060 $as_echo "$NM" >&6; }
5061 else
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5063 $as_echo "no" >&6; }
5064 fi
5065
5066
5067 fi
5068 if test -z "$ac_cv_prog_NM"; then
5069 ac_ct_NM=$NM
5070 # Extract the first word of "nm", so it can be a program name with args.
5071 set dummy nm; ac_word=$2
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5073 $as_echo_n "checking for $ac_word... " >&6; }
5074 if ${ac_cv_prog_ac_ct_NM+:} false; then :
5075 $as_echo_n "(cached) " >&6
5076 else
5077 if test -n "$ac_ct_NM"; then
5078 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5079 else
5080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5081 for as_dir in $PATH
5082 do
5083 IFS=$as_save_IFS
5084 test -z "$as_dir" && as_dir=.
5085 for ac_exec_ext in '' $ac_executable_extensions; do
5086 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5087 ac_cv_prog_ac_ct_NM="nm"
5088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5089 break 2
5090 fi
5091 done
5092 done
5093 IFS=$as_save_IFS
5094
5095 fi
5096 fi
5097 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5098 if test -n "$ac_ct_NM"; then
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5100 $as_echo "$ac_ct_NM" >&6; }
5101 else
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5103 $as_echo "no" >&6; }
5104 fi
5105
5106 if test "x$ac_ct_NM" = x; then
5107 NM="false"
5108 else
5109 case $cross_compiling:$ac_tool_warned in
5110 yes:)
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5112 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5113 ac_tool_warned=yes ;;
5114 esac
5115 NM=$ac_ct_NM
5116 fi
5117 else
5118 NM="$ac_cv_prog_NM"
5119 fi
5120
5121
5122 if test "x$maintainer" = "xyes"; then
5123 for ac_prog in autoconf
5124 do
5125 # Extract the first word of "$ac_prog", so it can be a program name with args.
5126 set dummy $ac_prog; ac_word=$2
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5128 $as_echo_n "checking for $ac_word... " >&6; }
5129 if ${ac_cv_prog_AUTOCONF+:} false; then :
5130 $as_echo_n "(cached) " >&6
5131 else
5132 if test -n "$AUTOCONF"; then
5133 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5134 else
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5136 for as_dir in $PATH
5137 do
5138 IFS=$as_save_IFS
5139 test -z "$as_dir" && as_dir=.
5140 for ac_exec_ext in '' $ac_executable_extensions; do
5141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5142 ac_cv_prog_AUTOCONF="$ac_prog"
5143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5144 break 2
5145 fi
5146 done
5147 done
5148 IFS=$as_save_IFS
5149
5150 fi
5151 fi
5152 AUTOCONF=$ac_cv_prog_AUTOCONF
5153 if test -n "$AUTOCONF"; then
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5155 $as_echo "$AUTOCONF" >&6; }
5156 else
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5159 fi
5160
5161
5162 test -n "$AUTOCONF" && break
5163 done
5164 test -n "$AUTOCONF" || AUTOCONF="no"
5165
5166 case "x$AUTOCONF" in
5167 xno|x|x:) AUTOCONF=no ;;
5168 *)
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5170 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5171 if ${libc_cv_autoconf_works+:} false; then :
5172 $as_echo_n "(cached) " >&6
5173 else
5174 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then
5175 libc_cv_autoconf_works=yes
5176 else
5177 libc_cv_autoconf_works=no
5178 fi
5179 fi
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5181 $as_echo "$libc_cv_autoconf_works" >&6; }
5182 test $libc_cv_autoconf_works = yes || AUTOCONF=no
5183 ;;
5184 esac
5185 if test "x$AUTOCONF" = xno; then
5186 aux_missing="$aux_missing autoconf"
5187 fi
5188 else
5189 AUTOCONF=no
5190 fi
5191
5192 # Check for python3 if available, or else python.
5193 for ac_prog in python3 python
5194 do
5195 # Extract the first word of "$ac_prog", so it can be a program name with args.
5196 set dummy $ac_prog; ac_word=$2
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5198 $as_echo_n "checking for $ac_word... " >&6; }
5199 if ${ac_cv_prog_PYTHON_PROG+:} false; then :
5200 $as_echo_n "(cached) " >&6
5201 else
5202 if test -n "$PYTHON_PROG"; then
5203 ac_cv_prog_PYTHON_PROG="$PYTHON_PROG" # Let the user override the test.
5204 else
5205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5206 for as_dir in $PATH
5207 do
5208 IFS=$as_save_IFS
5209 test -z "$as_dir" && as_dir=.
5210 for ac_exec_ext in '' $ac_executable_extensions; do
5211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5212 ac_cv_prog_PYTHON_PROG="$ac_prog"
5213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5214 break 2
5215 fi
5216 done
5217 done
5218 IFS=$as_save_IFS
5219
5220 fi
5221 fi
5222 PYTHON_PROG=$ac_cv_prog_PYTHON_PROG
5223 if test -n "$PYTHON_PROG"; then
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_PROG" >&5
5225 $as_echo "$PYTHON_PROG" >&6; }
5226 else
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5228 $as_echo "no" >&6; }
5229 fi
5230
5231
5232 test -n "$PYTHON_PROG" && break
5233 done
5234 test -n "$PYTHON_PROG" || PYTHON_PROG="no"
5235
5236 case "x$PYTHON_PROG" in
5237 xno|x|x:) PYTHON_PROG=no ;;
5238 *) ;;
5239 esac
5240
5241 if test "x$PYTHON_PROG" = xno; then
5242 aux_missing="$aux_missing python"
5243 else
5244 PYTHON="$PYTHON_PROG -B"
5245
5246 fi
5247
5248 test -n "$critic_missing" && as_fn_error $? "
5249 *** These critical programs are missing or too old:$critic_missing
5250 *** Check the INSTALL file for required versions." "$LINENO" 5
5251
5252 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5253 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5254 *** some features or tests will be disabled.
5255 *** Check the INSTALL file for required versions." >&5
5256 $as_echo "$as_me: WARNING:
5257 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5258 *** some features or tests will be disabled.
5259 *** Check the INSTALL file for required versions." >&2;}
5260
5261 # if using special system headers, find out the compiler's sekrit
5262 # header directory and add that to the list. NOTE: Only does the right
5263 # thing on a system that doesn't need fixincludes. (Not presently a problem.)
5264 if test -n "$sysheaders"; then
5265 SYSINCLUDES=-nostdinc
5266 for d in include include-fixed; do
5267 i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5268 SYSINCLUDES="$SYSINCLUDES -isystem $i"
5269 done
5270 SYSINCLUDES="$SYSINCLUDES \
5271 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5272 if test -n "$CXX"; then
5273 CXX_SYSINCLUDES=
5274 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5275 | sed -n -e '1,/#include/d' -e 's/^ \(\/.*\/[cg]++\)/\1/p'`; do
5276 test "x$cxxheaders" != x &&
5277 CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders"
5278 done
5279 fi
5280 fi
5281
5282
5283
5284 # Obtain some C++ header file paths. This is used to make a local
5285 # copy of those headers in Makerules.
5286 if test -n "$CXX"; then
5287 find_cxx_header () {
5288 echo "#include <$1>" | $CXX -M -MP -x c++ - | sed -n "/$1:/{s/:\$//;p}"
5289 }
5290 CXX_CSTDLIB_HEADER="$(find_cxx_header cstdlib)"
5291 CXX_CMATH_HEADER="$(find_cxx_header cmath)"
5292 fi
5293
5294
5295
5296 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5297 # since this would lead to problems installing/building glibc.
5298 # LD_LIBRARY_PATH contains the current directory if one of the following
5299 # is true:
5300 # - one of the terminals (":" and ";") is the first or last sign
5301 # - two terminals occur directly after each other
5302 # - the path contains an element with a dot in it
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5304 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5305 case ${LD_LIBRARY_PATH} in
5306 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5307 ld_library_path_setting="contains current directory"
5308 ;;
5309 *)
5310 ld_library_path_setting="ok"
5311 ;;
5312 esac
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5314 $as_echo "$ld_library_path_setting" >&6; }
5315 if test "$ld_library_path_setting" != "ok"; then
5316 as_fn_error $? "
5317 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5318 *** building glibc. Please change the environment variable
5319 *** and run configure again." "$LINENO" 5
5320 fi
5321
5322 # Extract the first word of "bash", so it can be a program name with args.
5323 set dummy bash; ac_word=$2
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5325 $as_echo_n "checking for $ac_word... " >&6; }
5326 if ${ac_cv_path_BASH_SHELL+:} false; then :
5327 $as_echo_n "(cached) " >&6
5328 else
5329 case $BASH_SHELL in
5330 [\\/]* | ?:[\\/]*)
5331 ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5332 ;;
5333 *)
5334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5335 for as_dir in $PATH
5336 do
5337 IFS=$as_save_IFS
5338 test -z "$as_dir" && as_dir=.
5339 for ac_exec_ext in '' $ac_executable_extensions; do
5340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5341 ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5343 break 2
5344 fi
5345 done
5346 done
5347 IFS=$as_save_IFS
5348
5349 test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5350 ;;
5351 esac
5352 fi
5353 BASH_SHELL=$ac_cv_path_BASH_SHELL
5354 if test -n "$BASH_SHELL"; then
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5356 $as_echo "$BASH_SHELL" >&6; }
5357 else
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5359 $as_echo "no" >&6; }
5360 fi
5361
5362
5363
5364 # Extract the first word of "perl", so it can be a program name with args.
5365 set dummy perl; ac_word=$2
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5367 $as_echo_n "checking for $ac_word... " >&6; }
5368 if ${ac_cv_path_PERL+:} false; then :
5369 $as_echo_n "(cached) " >&6
5370 else
5371 case $PERL in
5372 [\\/]* | ?:[\\/]*)
5373 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5374 ;;
5375 *)
5376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5377 for as_dir in $PATH
5378 do
5379 IFS=$as_save_IFS
5380 test -z "$as_dir" && as_dir=.
5381 for ac_exec_ext in '' $ac_executable_extensions; do
5382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5383 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5385 break 2
5386 fi
5387 done
5388 done
5389 IFS=$as_save_IFS
5390
5391 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5392 ;;
5393 esac
5394 fi
5395 PERL=$ac_cv_path_PERL
5396 if test -n "$PERL"; then
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5398 $as_echo "$PERL" >&6; }
5399 else
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5401 $as_echo "no" >&6; }
5402 fi
5403
5404
5405 if test "$PERL" != no &&
5406 (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5407 PERL=no
5408 fi
5409 # Extract the first word of "install-info", so it can be a program name with args.
5410 set dummy install-info; ac_word=$2
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5412 $as_echo_n "checking for $ac_word... " >&6; }
5413 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5414 $as_echo_n "(cached) " >&6
5415 else
5416 case $INSTALL_INFO in
5417 [\\/]* | ?:[\\/]*)
5418 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5419 ;;
5420 *)
5421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5422 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5423 for as_dir in $as_dummy
5424 do
5425 IFS=$as_save_IFS
5426 test -z "$as_dir" && as_dir=.
5427 for ac_exec_ext in '' $ac_executable_extensions; do
5428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5429 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5431 break 2
5432 fi
5433 done
5434 done
5435 IFS=$as_save_IFS
5436
5437 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5438 ;;
5439 esac
5440 fi
5441 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5442 if test -n "$INSTALL_INFO"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5444 $as_echo "$INSTALL_INFO" >&6; }
5445 else
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; }
5448 fi
5449
5450
5451 for ac_prog in bison
5452 do
5453 # Extract the first word of "$ac_prog", so it can be a program name with args.
5454 set dummy $ac_prog; ac_word=$2
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5456 $as_echo_n "checking for $ac_word... " >&6; }
5457 if ${ac_cv_prog_BISON+:} false; then :
5458 $as_echo_n "(cached) " >&6
5459 else
5460 if test -n "$BISON"; then
5461 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5462 else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464 for as_dir in $PATH
5465 do
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5470 ac_cv_prog_BISON="$ac_prog"
5471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 break 2
5473 fi
5474 done
5475 done
5476 IFS=$as_save_IFS
5477
5478 fi
5479 fi
5480 BISON=$ac_cv_prog_BISON
5481 if test -n "$BISON"; then
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5483 $as_echo "$BISON" >&6; }
5484 else
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5486 $as_echo "no" >&6; }
5487 fi
5488
5489
5490 test -n "$BISON" && break
5491 done
5492
5493 if test -z "$BISON"; then
5494 ac_verc_fail=yes
5495 else
5496 # Found it, now check the version.
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $BISON" >&5
5498 $as_echo_n "checking version of $BISON... " >&6; }
5499 ac_prog_version=`$BISON --version 2>&1 | sed -n 's/^.*bison (GNU Bison) \([0-9]*\.[0-9.]*\).*$/\1/p'`
5500 case $ac_prog_version in
5501 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5502 2.7*|[3-9].*|[1-9][0-9]*)
5503 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5504 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5505
5506 esac
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5508 $as_echo "$ac_prog_version" >&6; }
5509 fi
5510 if test $ac_verc_fail = yes; then
5511 BISON=no
5512 fi
5513
5514
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5516 $as_echo_n "checking for .set assembler directive... " >&6; }
5517 if ${libc_cv_asm_set_directive+:} false; then :
5518 $as_echo_n "(cached) " >&6
5519 else
5520 cat > conftest.s <<EOF
5521 .text
5522 foo:
5523 .set glibc_conftest_frobozz,foo
5524 .globl glibc_conftest_frobozz
5525 EOF
5526 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5527 # (but it doesn't work), so we must do a linking check to be sure.
5528 cat > conftest1.c <<\EOF
5529 extern int glibc_conftest_frobozz;
5530 void _start() { glibc_conftest_frobozz = 1; }
5531 EOF
5532 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5533 -nostartfiles -nostdlib \
5534 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5535 libc_cv_asm_set_directive=yes
5536 else
5537 libc_cv_asm_set_directive=no
5538 fi
5539 rm -f conftest*
5540 fi
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5542 $as_echo "$libc_cv_asm_set_directive" >&6; }
5543 if test $libc_cv_asm_set_directive = yes; then
5544 $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5545
5546 fi
5547
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for protected data symbol" >&5
5549 $as_echo_n "checking linker support for protected data symbol... " >&6; }
5550 if ${libc_cv_protected_data+:} false; then :
5551 $as_echo_n "(cached) " >&6
5552 else
5553 cat > conftest.c <<EOF
5554 int bar __attribute__ ((visibility ("protected"))) = 1;
5555 EOF
5556 libc_cv_protected_data=no
5557 if { ac_try='${CC-cc} -nostdlib -nostartfiles -fPIC -shared conftest.c -o conftest.so'
5558 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5559 (eval $ac_try) 2>&5
5560 ac_status=$?
5561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5562 test $ac_status = 0; }; }; then
5563 cat > conftest.c <<EOF
5564 extern int bar;
5565 int main (void) { return bar; }
5566 EOF
5567 if { ac_try='${CC-cc} -nostdlib -nostartfiles conftest.c -o conftest conftest.so'
5568 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5569 (eval $ac_try) 2>&5
5570 ac_status=$?
5571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5572 test $ac_status = 0; }; }; then
5573 libc_cv_protected_data=yes
5574 fi
5575 fi
5576 rm -f conftest.*
5577
5578 fi
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_protected_data" >&5
5580 $as_echo "$libc_cv_protected_data" >&6; }
5581
5582
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
5584 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
5585 if ${libc_cv_broken_alias_attribute+:} false; then :
5586 $as_echo_n "(cached) " >&6
5587 else
5588 cat > conftest.c <<EOF
5589 extern int foo (int x) __asm ("xyzzy");
5590 int bar (int x) { return x; }
5591 extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
5592 extern int dfoo;
5593 extern __typeof (dfoo) dfoo __asm ("abccb");
5594 int dfoo = 1;
5595 EOF
5596 libc_cv_broken_alias_attribute=yes
5597 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
5598 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5599 (eval $ac_try) 2>&5
5600 ac_status=$?
5601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5602 test $ac_status = 0; }; }; then
5603 if grep 'xyzzy' conftest.s >/dev/null &&
5604 grep 'abccb' conftest.s >/dev/null; then
5605 libc_cv_broken_alias_attribute=no
5606 fi
5607 fi
5608 rm -f conftest.c conftest.s
5609
5610 fi
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
5612 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
5613 if test $libc_cv_broken_alias_attribute = yes; then
5614 as_fn_error $? "working alias attribute support required" "$LINENO" 5
5615 fi
5616
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
5618 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
5619 if ${libc_cv_have_sdata_section+:} false; then :
5620 $as_echo_n "(cached) " >&6
5621 else
5622 echo "int i;" > conftest.c
5623 libc_cv_have_sdata_section=no
5624 if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
5625 | grep '\.sdata' >/dev/null; then
5626 libc_cv_have_sdata_section=yes
5627 fi
5628 rm -f conftest.c conftest.so
5629
5630 fi
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
5632 $as_echo "$libc_cv_have_sdata_section" >&6; }
5633 if test $libc_cv_have_sdata_section = yes; then
5634 $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
5635
5636 fi
5637
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
5639 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
5640 if ${libc_cv_ctors_header+:} false; then :
5641 $as_echo_n "(cached) " >&6
5642 else
5643 libc_cv_ctors_header=yes
5644 cat > conftest.c <<EOF
5645 int _start (void) { return 0; }
5646 int __start (void) { return 0; }
5647
5648 __attribute__ ((constructor)) void ctor (void) { asm (""); }
5649 __attribute__ ((destructor)) void dtor (void) { asm (""); }
5650
5651 EOF
5652 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
5653 conftest.c -static -nostartfiles -nostdlib
5654 1>&5'
5655 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5656 (eval $ac_try) 2>&5
5657 ac_status=$?
5658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5659 test $ac_status = 0; }; }; then :
5660 if $READELF -WS conftest$ac_exeext | $AWK '
5661 { gsub(/\[ */, "[") }
5662 $2 == ".ctors" || $2 == ".dtors" {
5663 size = strtonum("0x" $6)
5664 align = strtonum("0x" $NF)
5665 seen[$2] = 1
5666 stub[$2] = size == align * 2
5667 }
5668 END {
5669 ctors_ok = !seen[".ctors"] || stub[".ctors"]
5670 dtors_ok = !seen[".dtors"] || stub[".dtors"]
5671 exit ((ctors_ok && dtors_ok) ? 0 : 1)
5672 }
5673 '; then :
5674 libc_cv_ctors_header=no
5675 fi
5676
5677 else
5678 as_fn_error $? "missing __attribute__ ((constructor)) support??" "$LINENO" 5
5679
5680 fi
5681 rm -f conftest*
5682
5683 fi
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
5685 $as_echo "$libc_cv_ctors_header" >&6; }
5686 if test $libc_cv_ctors_header = no; then
5687 $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
5688
5689 fi
5690
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
5692 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
5693 if ${libc_cv_cc_with_libunwind+:} false; then :
5694 $as_echo_n "(cached) " >&6
5695 else
5696
5697 cat > conftest.c <<EOF
5698 int main (void) { return 0; }
5699 EOF
5700 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
5701 conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
5702 libc_cv_cc_with_libunwind=yes
5703 else
5704 libc_cv_cc_with_libunwind=no
5705 fi
5706 rm -f conftest*
5707 fi
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
5709 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
5710
5711 if test $libc_cv_cc_with_libunwind = yes; then
5712 $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
5713
5714 fi
5715
5716 ASFLAGS_config=
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
5718 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
5719 if ${libc_cv_as_noexecstack+:} false; then :
5720 $as_echo_n "(cached) " >&6
5721 else
5722 cat > conftest.c <<EOF
5723 void foo (void) { }
5724 EOF
5725 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
5726 -S -o conftest.s conftest.c 1>&5'
5727 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5728 (eval $ac_try) 2>&5
5729 ac_status=$?
5730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5731 test $ac_status = 0; }; } \
5732 && grep .note.GNU-stack conftest.s >/dev/null \
5733 && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
5734 -c -o conftest.o conftest.s 1>&5'
5735 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5736 (eval $ac_try) 2>&5
5737 ac_status=$?
5738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5739 test $ac_status = 0; }; }
5740 then
5741 libc_cv_as_noexecstack=yes
5742 else
5743 libc_cv_as_noexecstack=no
5744 fi
5745 rm -f conftest*
5746 fi
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
5748 $as_echo "$libc_cv_as_noexecstack" >&6; }
5749 if test $libc_cv_as_noexecstack = yes; then
5750 ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
5751 fi
5752
5753
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
5755 $as_echo_n "checking for -z combreloc... " >&6; }
5756 if ${libc_cv_z_combreloc+:} false; then :
5757 $as_echo_n "(cached) " >&6
5758 else
5759 cat > conftest.c <<EOF
5760 extern int bar (int);
5761 extern int mumble;
5762 int foo (void) { return bar (mumble); }
5763 EOF
5764 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5765 -fPIC -shared -o conftest.so conftest.c
5766 -nostdlib -nostartfiles
5767 -Wl,-z,combreloc 1>&5'
5768 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5769 (eval $ac_try) 2>&5
5770 ac_status=$?
5771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5772 test $ac_status = 0; }; }
5773 then
5774 if $READELF -S conftest.so | grep '\.rel\(a\|\)\.dyn' > /dev/null; then
5775 libc_cv_z_combreloc=yes
5776 else
5777 libc_cv_z_combreloc=no
5778 fi
5779 else
5780 libc_cv_z_combreloc=no
5781 fi
5782 rm -f conftest*
5783 fi
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
5785 $as_echo "$libc_cv_z_combreloc" >&6; }
5786 if test "$libc_cv_z_combreloc" = yes; then
5787 $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
5788
5789 fi
5790
5791
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports -z execstack" >&5
5793 $as_echo_n "checking for linker that supports -z execstack... " >&6; }
5794 libc_linker_feature=no
5795 if test x"$gnu_ld" = x"yes"; then
5796 libc_linker_check=`$LD -v --help 2>/dev/null | grep "\-z execstack"`
5797 if test -n "$libc_linker_check"; then
5798 cat > conftest.c <<EOF
5799 int _start (void) { return 42; }
5800 EOF
5801 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5802 -Wl,-z,execstack -nostdlib -nostartfiles
5803 -fPIC -shared -o conftest.so conftest.c
5804 1>&5'
5805 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5806 (eval $ac_try) 2>&5
5807 ac_status=$?
5808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5809 test $ac_status = 0; }; }
5810 then
5811 libc_linker_feature=yes
5812 fi
5813 rm -f conftest*
5814 fi
5815 fi
5816 if test $libc_linker_feature = yes; then
5817 libc_cv_z_execstack=yes
5818 else
5819 libc_cv_z_execstack=no
5820 fi
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
5822 $as_echo "$libc_linker_feature" >&6; }
5823
5824
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
5826 $as_echo_n "checking for -fpie... " >&6; }
5827 if ${libc_cv_fpie+:} false; then :
5828 $as_echo_n "(cached) " >&6
5829 else
5830 if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
5831 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5832 (eval $ac_try) 2>&5
5833 ac_status=$?
5834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5835 test $ac_status = 0; }; }; then :
5836 libc_cv_fpie=yes
5837 else
5838 libc_cv_fpie=no
5839 fi
5840
5841 fi
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
5843 $as_echo "$libc_cv_fpie" >&6; }
5844
5845
5846
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
5848 $as_echo_n "checking for --hash-style option... " >&6; }
5849 if ${libc_cv_hashstyle+:} false; then :
5850 $as_echo_n "(cached) " >&6
5851 else
5852 cat > conftest.c <<EOF
5853 int _start (void) { return 42; }
5854 EOF
5855 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5856 -fPIC -shared -o conftest.so conftest.c
5857 -Wl,--hash-style=both -nostdlib 1>&5'
5858 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5859 (eval $ac_try) 2>&5
5860 ac_status=$?
5861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5862 test $ac_status = 0; }; }
5863 then
5864 libc_cv_hashstyle=yes
5865 else
5866 libc_cv_hashstyle=no
5867 fi
5868 rm -f conftest*
5869 fi
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
5871 $as_echo "$libc_cv_hashstyle" >&6; }
5872
5873
5874 # The linker's default -shared behavior is good enough if it
5875 # does these things that our custom linker scripts ensure that
5876 # all allocated NOTE sections come first.
5877 if test "$use_default_link" = default; then
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
5879 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
5880 if ${libc_cv_use_default_link+:} false; then :
5881 $as_echo_n "(cached) " >&6
5882 else
5883 libc_cv_use_default_link=no
5884 cat > conftest.s <<\EOF
5885 .section .note.a,"a",%note
5886 .balign 4
5887 .long 4,4,9
5888 .string "GNU"
5889 .string "foo"
5890 .section .note.b,"a",%note
5891 .balign 4
5892 .long 4,4,9
5893 .string "GNU"
5894 .string "bar"
5895 EOF
5896 if { ac_try=' ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
5897 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5898 (eval $ac_try) 2>&5
5899 ac_status=$?
5900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5901 test $ac_status = 0; }; } &&
5902 ac_try=`$READELF -S conftest.so | sed -n \
5903 '${x;p;}
5904 s/^ *\[ *[1-9][0-9]*\] *\([^ ][^ ]*\) *\([^ ][^ ]*\) .*$/\2 \1/
5905 t a
5906 b
5907 : a
5908 H'`
5909 then
5910 libc_seen_a=no libc_seen_b=no
5911 set -- $ac_try
5912 while test $# -ge 2 -a "$1" = NOTE; do
5913 case "$2" in
5914 .note.a) libc_seen_a=yes ;;
5915 .note.b) libc_seen_b=yes ;;
5916 esac
5917 shift 2
5918 done
5919 case "$libc_seen_a$libc_seen_b" in
5920 yesyes)
5921 libc_cv_use_default_link=yes
5922 ;;
5923 *)
5924 echo >&5 "\
5925 $libc_seen_a$libc_seen_b from:
5926 $ac_try"
5927 ;;
5928 esac
5929 fi
5930 rm -f conftest*
5931 fi
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
5933 $as_echo "$libc_cv_use_default_link" >&6; }
5934 use_default_link=$libc_cv_use_default_link
5935 fi
5936
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLOB_DAT reloc" >&5
5938 $as_echo_n "checking for GLOB_DAT reloc... " >&6; }
5939 if ${libc_cv_has_glob_dat+:} false; then :
5940 $as_echo_n "(cached) " >&6
5941 else
5942 cat > conftest.c <<EOF
5943 extern int mumble;
5944 int foo (void) { return mumble; }
5945 EOF
5946 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
5947 -fPIC -shared -o conftest.so conftest.c
5948 -nostdlib -nostartfiles
5949 1>&5'
5950 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5951 (eval $ac_try) 2>&5
5952 ac_status=$?
5953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5954 test $ac_status = 0; }; }
5955 then
5956 if $READELF -rW conftest.so | grep '_GLOB_DAT' > /dev/null; then
5957 libc_cv_has_glob_dat=yes
5958 else
5959 libc_cv_has_glob_dat=no
5960 fi
5961 else
5962 libc_cv_has_glob_dat=no
5963 fi
5964 rm -f conftest*
5965 fi
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_has_glob_dat" >&5
5967 $as_echo "$libc_cv_has_glob_dat" >&6; }
5968
5969
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
5971 $as_echo_n "checking linker output format... " >&6; }
5972 if ${libc_cv_output_format+:} false; then :
5973 $as_echo_n "(cached) " >&6
5974 else
5975 if libc_cv_output_format=`
5976 ${CC-cc} -nostartfiles -nostdlib -Wl,--print-output-format 2>&5`
5977 then
5978 :
5979 else
5980 libc_cv_output_format=
5981 fi
5982 test -n "$libc_cv_output_format" || libc_cv_output_format=unknown
5983 fi
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
5985 $as_echo "$libc_cv_output_format" >&6; }
5986
5987
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
5989 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
5990 if ${libc_cv_fno_toplevel_reorder+:} false; then :
5991 $as_echo_n "(cached) " >&6
5992 else
5993 cat > conftest.c <<EOF
5994 int foo;
5995 EOF
5996 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
5997 conftest.c 1>&5'
5998 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5999 (eval $ac_try) 2>&5
6000 ac_status=$?
6001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6002 test $ac_status = 0; }; }
6003 then
6004 libc_cv_fno_toplevel_reorder=yes
6005 else
6006 libc_cv_fno_toplevel_reorder=no
6007 fi
6008 rm -f conftest*
6009 fi
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6011 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6012 if test $libc_cv_fno_toplevel_reorder = yes; then
6013 fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
6014 else
6015 fno_unit_at_a_time=-fno-unit-at-a-time
6016 fi
6017
6018
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mtls-dialect=gnu2" >&5
6020 $as_echo_n "checking for -mtls-dialect=gnu2... " >&6; }
6021 if ${libc_cv_mtls_dialect_gnu2+:} false; then :
6022 $as_echo_n "(cached) " >&6
6023 else
6024 cat > conftest.c <<EOF
6025 __thread int i;
6026 void foo (void)
6027 {
6028 i = 10;
6029 }
6030 EOF
6031 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fPIC -mtls-dialect=gnu2
6032 conftest.c 1>&5'
6033 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6034 (eval $ac_try) 2>&5
6035 ac_status=$?
6036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6037 test $ac_status = 0; }; }
6038 then
6039 libc_cv_mtls_dialect_gnu2=yes
6040 else
6041 libc_cv_mtls_dialect_gnu2=no
6042 fi
6043 rm -f conftest*
6044 fi
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mtls_dialect_gnu2" >&5
6046 $as_echo "$libc_cv_mtls_dialect_gnu2" >&6; }
6047
6048 config_vars="$config_vars
6049 have-mtls-dialect-gnu2 = $libc_cv_mtls_dialect_gnu2"
6050
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6052 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6053 if ${libc_cv_have_section_quotes+:} false; then :
6054 $as_echo_n "(cached) " >&6
6055 else
6056 cat > conftest.c <<EOF
6057 static const int foo
6058 __attribute__ ((section ("bar"))) = 1;
6059 EOF
6060 if ${CC-cc} -S conftest.c -o conftest.s; then
6061 if grep '\.section.*"bar"' conftest.s >/dev/null; then
6062 libc_cv_have_section_quotes=yes
6063 else
6064 libc_cv_have_section_quotes=no
6065 fi
6066 else
6067 libc_cv_have_section_quotes=unknown
6068 fi
6069 rm -f conftest.{c,s}
6070
6071 fi
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6073 $as_echo "$libc_cv_have_section_quotes" >&6; }
6074 if test $libc_cv_have_section_quotes = yes; then
6075 $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6076
6077 fi
6078
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
6080 $as_echo_n "checking for __builtin_memset... " >&6; }
6081 if ${libc_cv_gcc_builtin_memset+:} false; then :
6082 $as_echo_n "(cached) " >&6
6083 else
6084 cat > conftest.c <<\EOF
6085 void zero (void *x)
6086 {
6087 __builtin_memset (x, 0, 1000);
6088 }
6089 EOF
6090 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "memset" > /dev/null'
6091 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6092 (eval $ac_try) 2>&5
6093 ac_status=$?
6094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6095 test $ac_status = 0; }; };
6096 then
6097 libc_cv_gcc_builtin_memset=no
6098 else
6099 libc_cv_gcc_builtin_memset=yes
6100 fi
6101 rm -f conftest*
6102 fi
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
6104 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
6105 if test "$libc_cv_gcc_builtin_memset" = yes ; then
6106 $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
6107
6108 fi
6109
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
6111 $as_echo_n "checking for redirection of built-in functions... " >&6; }
6112 if ${libc_cv_gcc_builtin_redirection+:} false; then :
6113 $as_echo_n "(cached) " >&6
6114 else
6115 cat > conftest.c <<\EOF
6116 extern char *strstr (const char *, const char *) __asm ("my_strstr");
6117 char *foo (const char *a, const char *b)
6118 {
6119 return __builtin_strstr (a, b);
6120 }
6121 EOF
6122 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "my_strstr" > /dev/null'
6123 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6124 (eval $ac_try) 2>&5
6125 ac_status=$?
6126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6127 test $ac_status = 0; }; };
6128 then
6129 libc_cv_gcc_builtin_redirection=yes
6130 else
6131 libc_cv_gcc_builtin_redirection=no
6132 fi
6133 rm -f conftest*
6134 fi
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
6136 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
6137 if test "$libc_cv_gcc_builtin_redirection" = no; then
6138 as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
6139 fi
6140
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
6142 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
6143 if ${libc_cv_cc_nofma+:} false; then :
6144 $as_echo_n "(cached) " >&6
6145 else
6146 libc_cv_cc_nofma=
6147 for opt in -ffp-contract=off -mno-fused-madd; do
6148 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6149 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6150 (eval $ac_try) 2>&5
6151 ac_status=$?
6152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6153 test $ac_status = 0; }; }; then :
6154 libc_cv_cc_nofma=$opt; break
6155 fi
6156 done
6157 fi
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
6159 $as_echo "$libc_cv_cc_nofma" >&6; }
6160
6161
6162 if test -n "$submachine"; then
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
6164 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
6165 if ${libc_cv_cc_submachine+:} false; then :
6166 $as_echo_n "(cached) " >&6
6167 else
6168 libc_cv_cc_submachine=no
6169 for opt in "-march=$submachine" "-mcpu=$submachine"; do
6170 if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
6171 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6172 (eval $ac_try) 2>&5
6173 ac_status=$?
6174 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6175 test $ac_status = 0; }; }; then :
6176
6177 libc_cv_cc_submachine="$opt"
6178 break
6179 fi
6180 done
6181 fi
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6183 $as_echo "$libc_cv_cc_submachine" >&6; }
6184 if test "x$libc_cv_cc_submachine" = xno; then
6185 as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
6186 fi
6187 fi
6188
6189
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6191 __attribute__ ((__optimize__))" >&5
6192 $as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
6193 __attribute__ ((__optimize__))... " >&6; }
6194 if ${libc_cv_cc_loop_to_function+:} false; then :
6195 $as_echo_n "(cached) " >&6
6196 else
6197 cat > conftest.c <<EOF
6198 void
6199 __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
6200 foo (void) {}
6201 EOF
6202 libc_cv_cc_loop_to_function=no
6203 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c'
6204 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6205 (eval $ac_try) 2>&5
6206 ac_status=$?
6207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6208 test $ac_status = 0; }; }
6209 then
6210 libc_cv_cc_loop_to_function=yes
6211 fi
6212 rm -f conftest*
6213 fi
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
6215 $as_echo "$libc_cv_cc_loop_to_function" >&6; }
6216 if test $libc_cv_cc_loop_to_function = yes; then
6217 $as_echo "#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
6218
6219 fi
6220
6221
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
6223 $as_echo_n "checking for libgd... " >&6; }
6224 if test "$with_gd" != "no"; then
6225 old_CFLAGS="$CFLAGS"
6226 CFLAGS="$CFLAGS $libgd_include"
6227 old_LDFLAGS="$LDFLAGS"
6228 LDFLAGS="$LDFLAGS $libgd_ldflags"
6229 old_LIBS="$LIBS"
6230 LIBS="$LIBS -lgd -lpng -lz -lm"
6231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6232 /* end confdefs.h. */
6233 #include <gd.h>
6234 int
6235 main ()
6236 {
6237 gdImagePng (0, 0)
6238 ;
6239 return 0;
6240 }
6241 _ACEOF
6242 if ac_fn_c_try_link "$LINENO"; then :
6243 LIBGD=yes
6244 else
6245 LIBGD=no
6246 fi
6247 rm -f core conftest.err conftest.$ac_objext \
6248 conftest$ac_exeext conftest.$ac_ext
6249 CFLAGS="$old_CFLAGS"
6250 LDFLAGS="$old_LDFLAGS"
6251 LIBS="$old_LIBS"
6252 else
6253 LIBGD=no
6254 fi
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
6256 $as_echo "$LIBGD" >&6; }
6257
6258
6259 # SELinux detection
6260 if test x$with_selinux = xno ; then
6261 have_selinux=no;
6262 else
6263 # See if we have the SELinux library
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
6265 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
6266 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
6267 $as_echo_n "(cached) " >&6
6268 else
6269 ac_check_lib_save_LIBS=$LIBS
6270 LIBS="-lselinux $LIBS"
6271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6272 /* end confdefs.h. */
6273
6274 /* Override any GCC internal prototype to avoid an error.
6275 Use char because int might match the return type of a GCC
6276 builtin and then its argument prototype would still apply. */
6277 #ifdef __cplusplus
6278 extern "C"
6279 #endif
6280 char is_selinux_enabled ();
6281 int
6282 main ()
6283 {
6284 return is_selinux_enabled ();
6285 ;
6286 return 0;
6287 }
6288 _ACEOF
6289 if ac_fn_c_try_link "$LINENO"; then :
6290 ac_cv_lib_selinux_is_selinux_enabled=yes
6291 else
6292 ac_cv_lib_selinux_is_selinux_enabled=no
6293 fi
6294 rm -f core conftest.err conftest.$ac_objext \
6295 conftest$ac_exeext conftest.$ac_ext
6296 LIBS=$ac_check_lib_save_LIBS
6297 fi
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
6299 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
6300 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
6301 have_selinux=yes
6302 else
6303 have_selinux=no
6304 fi
6305
6306 if test x$with_selinux = xyes ; then
6307 if test x$have_selinux = xno ; then
6308 as_fn_error $? "SELinux explicitly required, but SELinux library not found" "$LINENO" 5
6309 fi
6310 fi
6311 fi
6312 # Check if we're building with SELinux support.
6313 if test "x$have_selinux" = xyes; then
6314
6315 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
6316
6317
6318 # See if we have the libaudit library
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
6320 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
6321 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
6322 $as_echo_n "(cached) " >&6
6323 else
6324 ac_check_lib_save_LIBS=$LIBS
6325 LIBS="-laudit $LIBS"
6326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6327 /* end confdefs.h. */
6328
6329 /* Override any GCC internal prototype to avoid an error.
6330 Use char because int might match the return type of a GCC
6331 builtin and then its argument prototype would still apply. */
6332 #ifdef __cplusplus
6333 extern "C"
6334 #endif
6335 char audit_log_user_avc_message ();
6336 int
6337 main ()
6338 {
6339 return audit_log_user_avc_message ();
6340 ;
6341 return 0;
6342 }
6343 _ACEOF
6344 if ac_fn_c_try_link "$LINENO"; then :
6345 ac_cv_lib_audit_audit_log_user_avc_message=yes
6346 else
6347 ac_cv_lib_audit_audit_log_user_avc_message=no
6348 fi
6349 rm -f core conftest.err conftest.$ac_objext \
6350 conftest$ac_exeext conftest.$ac_ext
6351 LIBS=$ac_check_lib_save_LIBS
6352 fi
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
6354 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
6355 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
6356 have_libaudit=yes
6357 else
6358 have_libaudit=no
6359 fi
6360
6361 if test "x$have_libaudit" = xyes; then
6362
6363 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
6364
6365 fi
6366
6367
6368 # See if we have the libcap library
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
6370 $as_echo_n "checking for cap_init in -lcap... " >&6; }
6371 if ${ac_cv_lib_cap_cap_init+:} false; then :
6372 $as_echo_n "(cached) " >&6
6373 else
6374 ac_check_lib_save_LIBS=$LIBS
6375 LIBS="-lcap $LIBS"
6376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6377 /* end confdefs.h. */
6378
6379 /* Override any GCC internal prototype to avoid an error.
6380 Use char because int might match the return type of a GCC
6381 builtin and then its argument prototype would still apply. */
6382 #ifdef __cplusplus
6383 extern "C"
6384 #endif
6385 char cap_init ();
6386 int
6387 main ()
6388 {
6389 return cap_init ();
6390 ;
6391 return 0;
6392 }
6393 _ACEOF
6394 if ac_fn_c_try_link "$LINENO"; then :
6395 ac_cv_lib_cap_cap_init=yes
6396 else
6397 ac_cv_lib_cap_cap_init=no
6398 fi
6399 rm -f core conftest.err conftest.$ac_objext \
6400 conftest$ac_exeext conftest.$ac_ext
6401 LIBS=$ac_check_lib_save_LIBS
6402 fi
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
6404 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
6405 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
6406 have_libcap=yes
6407 else
6408 have_libcap=no
6409 fi
6410
6411 if test "x$have_libcap" = xyes; then
6412
6413 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
6414
6415 fi
6416
6417 fi
6418
6419
6420 CPPUNDEFS=
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
6422 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
6423 if ${libc_cv_predef_fortify_source+:} false; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6427 /* end confdefs.h. */
6428
6429 int
6430 main ()
6431 {
6432
6433 #ifdef _FORTIFY_SOURCE
6434 # error bogon
6435 #endif
6436 ;
6437 return 0;
6438 }
6439 _ACEOF
6440 if ac_fn_c_try_compile "$LINENO"; then :
6441 libc_cv_predef_fortify_source=no
6442 else
6443 libc_cv_predef_fortify_source=yes
6444 fi
6445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6446 fi
6447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
6448 $as_echo "$libc_cv_predef_fortify_source" >&6; }
6449 if test $libc_cv_predef_fortify_source = yes; then
6450 CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
6451 fi
6452
6453
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC implicitly enables -fstack-protector" >&5
6455 $as_echo_n "checking whether $CC implicitly enables -fstack-protector... " >&6; }
6456 if ${libc_cv_predef_stack_protector+:} false; then :
6457 $as_echo_n "(cached) " >&6
6458 else
6459
6460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6461 /* end confdefs.h. */
6462 extern void foobar (char *);
6463 int
6464 main ()
6465 {
6466 char large_array[2048]; foobar (large_array);
6467 ;
6468 return 0;
6469 }
6470 _ACEOF
6471 if ac_fn_c_try_compile "$LINENO"; then :
6472
6473 libc_undefs=`$NM -u conftest.o |
6474 LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
6475 2>&5` || {
6476 as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
6477 }
6478 echo >&5 "libc_undefs='$libc_undefs'"
6479 # On some architectures, there are architecture-specific undefined
6480 # symbols (resolved by the linker), so filter out unknown symbols.
6481 # This will fail to produce the correct result if the compiler
6482 # defaults to -fstack-protector but this produces an undefined symbol
6483 # other than __stack_chk_fail or __stack_chk_fail_local. However,
6484 # compilers like that have not been encountered in practice.
6485 libc_undefs=`echo "$libc_undefs" | \
6486 egrep '^(foobar|__stack_chk_fail|__stack_chk_fail_local)$'`
6487 case "$libc_undefs" in
6488 foobar) libc_cv_predef_stack_protector=no ;;
6489 '__stack_chk_fail
6490 foobar'|'__stack_chk_fail_local
6491 foobar') libc_cv_predef_stack_protector=yes ;;
6492 *) as_fn_error $? "unexpected symbols in test: $libc_undefs" "$LINENO" 5 ;;
6493 esac
6494 else
6495 as_fn_error $? "test compilation failed" "$LINENO" 5
6496 fi
6497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6498
6499 fi
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_stack_protector" >&5
6501 $as_echo "$libc_cv_predef_stack_protector" >&6; }
6502 libc_extra_cflags=
6503 if test $libc_cv_predef_stack_protector = yes; then
6504 libc_extra_cflags="$libc_extra_cflags -fno-stack-protector"
6505 fi
6506 libc_extra_cppflags=
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"
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 | fgrep __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