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