]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/configure
Fix maintainers-verify.sh
[thirdparty/gcc.git] / libiberty / configure
CommitLineData
0bc0cd11 1#! /bin/sh
0bc0cd11 2# Guess values for system-dependent variables and create Makefiles.
22e05272
JM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
5213506e 7#
0bc0cd11
JL
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
238235ef 14
5213506e
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
238235ef
DJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
238235ef
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
238235ef
DJ
31fi
32
5213506e
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
238235ef
DJ
79fi
80
81
5213506e
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
22e05272 90as_myself=
5213506e
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
238235ef
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
5213506e
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
22e05272
JM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
5213506e
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
22e05272
JM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
5213506e
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev/null; then :
201 as_have_required=yes
202else
203 as_have_required=no
204fi
205 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207else
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209as_found=false
210for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
238235ef 211do
5213506e
RW
212 IFS=$as_save_IFS
213 test -z "$as_dir" && as_dir=.
214 as_found=:
215 case $as_dir in #(
216 /*)
217 for as_base in sh bash ksh sh5; do
218 # Try only shells that exist, to save several forks.
219 as_shell=$as_dir/$as_base
220 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222 CONFIG_SHELL=$as_shell as_have_required=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 break 2
225fi
226fi
227 done;;
228 esac
229 as_found=false
230done
231$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
233 CONFIG_SHELL=$SHELL as_have_required=yes
234fi; }
235IFS=$as_save_IFS
236
237
238 if test "x$CONFIG_SHELL" != x; then :
22e05272
JM
239 export CONFIG_SHELL
240 # We cannot yet assume a decent shell, so we have to provide a
241# neutralization value for shells without unset; and this also
242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
5213506e
RW
258fi
259
260 if test x$as_have_required = xno; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x${ZSH_VERSION+set} = xset ; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
238235ef 266 else
5213506e
RW
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268$0: including any error possibly output before this
269$0: message. Then install a modern shell, or manually run
270$0: the script under such a shell if you do have one."
238235ef 271 fi
5213506e
RW
272 exit 1
273fi
274fi
275fi
276SHELL=${CONFIG_SHELL-/bin/sh}
277export SHELL
278# Unset more variables known to interfere with behavior of common tools.
279CLICOLOR_FORCE= GREP_OPTIONS=
280unset CLICOLOR_FORCE GREP_OPTIONS
281
282## --------------------- ##
283## M4sh Shell Functions. ##
284## --------------------- ##
285# as_fn_unset VAR
286# ---------------
287# Portably unset VAR.
288as_fn_unset ()
289{
290 { eval $1=; unset $1;}
291}
292as_unset=as_fn_unset
293
294# as_fn_set_status STATUS
295# -----------------------
296# Set $? to STATUS, without forking.
297as_fn_set_status ()
298{
299 return $1
300} # as_fn_set_status
301
302# as_fn_exit STATUS
303# -----------------
304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305as_fn_exit ()
306{
307 set +e
308 as_fn_set_status $1
309 exit $1
310} # as_fn_exit
311
312# as_fn_mkdir_p
313# -------------
314# Create "$as_dir" as a directory, including parents if necessary.
315as_fn_mkdir_p ()
316{
317
318 case $as_dir in #(
319 -*) as_dir=./$as_dir;;
320 esac
321 test -d "$as_dir" || eval $as_mkdir_p || {
322 as_dirs=
323 while :; do
324 case $as_dir in #(
325 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
326 *) as_qdir=$as_dir;;
327 esac
328 as_dirs="'$as_qdir' $as_dirs"
329 as_dir=`$as_dirname -- "$as_dir" ||
330$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334$as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
336 s//\1/
337 q
338 }
339 /^X\(\/\/\)[^/].*/{
340 s//\1/
341 q
342 }
343 /^X\(\/\/\)$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\).*/{
348 s//\1/
349 q
350 }
351 s/.*/./; q'`
352 test -d "$as_dir" && break
353 done
354 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5213506e
RW
356
357
358} # as_fn_mkdir_p
22e05272
JM
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365 test -f "$1" && test -x "$1"
366} # as_fn_executable_p
5213506e
RW
367# as_fn_append VAR VALUE
368# ----------------------
369# Append the text in VALUE to the end of the definition contained in VAR. Take
370# advantage of any shell optimizations that allow amortized linear growth over
371# repeated appends, instead of the typical quadratic growth present in naive
372# implementations.
373if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
374 eval 'as_fn_append ()
375 {
376 eval $1+=\$2
377 }'
378else
379 as_fn_append ()
380 {
381 eval $1=\$$1\$2
382 }
383fi # as_fn_append
384
385# as_fn_arith ARG...
386# ------------------
387# Perform arithmetic evaluation on the ARGs, and store the result in the
388# global $as_val. Take advantage of shells that can avoid forks. The arguments
389# must be portable across $(()) and expr.
390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
391 eval 'as_fn_arith ()
392 {
393 as_val=$(( $* ))
394 }'
395else
396 as_fn_arith ()
397 {
398 as_val=`expr "$@" || test $? -eq 1`
399 }
400fi # as_fn_arith
401
402
22e05272
JM
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
5213506e
RW
405# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 407# script with STATUS, using 1 if that was 0.
5213506e
RW
408as_fn_error ()
409{
22e05272
JM
410 as_status=$1; test $as_status -eq 0 && as_status=1
411 if test "$4"; then
412 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5213506e 414 fi
22e05272 415 $as_echo "$as_me: error: $2" >&2
5213506e
RW
416 as_fn_exit $as_status
417} # as_fn_error
238235ef 418
5213506e
RW
419if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
238235ef
DJ
421 as_expr=expr
422else
423 as_expr=false
424fi
425
5213506e 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
238235ef
DJ
427 as_basename=basename
428else
429 as_basename=false
430fi
431
5213506e
RW
432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
238235ef 437
5213506e 438as_me=`$as_basename -- "$0" ||
238235ef
DJ
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
5213506e
RW
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442$as_echo X/"$0" |
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
444 s//\1/
445 q
446 }
447 /^X\/\(\/\/\)$/{
448 s//\1/
449 q
450 }
451 /^X\/\(\/\).*/{
452 s//\1/
453 q
454 }
455 s/.*/./; q'`
238235ef 456
238235ef
DJ
457# Avoid depending upon Character Ranges.
458as_cr_letters='abcdefghijklmnopqrstuvwxyz'
459as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460as_cr_Letters=$as_cr_letters$as_cr_LETTERS
461as_cr_digits='0123456789'
462as_cr_alnum=$as_cr_Letters$as_cr_digits
463
238235ef 464
5213506e
RW
465 as_lineno_1=$LINENO as_lineno_1a=$LINENO
466 as_lineno_2=$LINENO as_lineno_2a=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
470 sed -n '
471 p
472 /[$]LINENO/=
473 ' <$as_myself |
238235ef 474 sed '
5213506e
RW
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
238235ef 479 N
5213506e
RW
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
238235ef 482 t loop
5213506e 483 s/-\n.*//
238235ef 484 ' >$as_me.lineno &&
5213506e
RW
485 chmod +x "$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
238235ef 487
22e05272
JM
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
238235ef
DJ
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
5213506e
RW
494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
238235ef
DJ
496 # Exit status is that of the last command.
497 exit
498}
499
5213506e
RW
500ECHO_C= ECHO_N= ECHO_T=
501case `echo -n x` in #(((((
502-n*)
503 case `echo 'xy\c'` in
504 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
505 xy) ECHO_C='\c';;
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
507 ECHO_T=' ';;
508 esac;;
509*)
510 ECHO_N='-n';;
238235ef
DJ
511esac
512
5213506e
RW
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
238235ef 516else
5213506e
RW
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
238235ef 519fi
5213506e
RW
520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
238235ef 522 as_ln_s='ln -s'
5213506e
RW
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 526 # In both cases, we have to default to `cp -pR'.
5213506e 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 528 as_ln_s='cp -pR'
5213506e
RW
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
22e05272 532 as_ln_s='cp -pR'
238235ef 533 fi
238235ef 534else
22e05272 535 as_ln_s='cp -pR'
238235ef 536fi
5213506e
RW
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
238235ef
DJ
539
540if mkdir -p . 2>/dev/null; then
5213506e 541 as_mkdir_p='mkdir -p "$as_dir"'
238235ef 542else
3beb1315 543 test -d ./-p && rmdir ./-p
238235ef
DJ
544 as_mkdir_p=false
545fi
546
22e05272
JM
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
238235ef
DJ
549
550# Sed expression to map a string onto a valid CPP name.
3beb1315 551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
238235ef
DJ
552
553# Sed expression to map a string onto a valid variable name.
3beb1315 554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238235ef
DJ
555
556
22e05272
JM
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
238235ef
DJ
559
560# Name of the host.
22e05272 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
238235ef
DJ
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
238235ef
DJ
565#
566# Initializations.
567#
0bc0cd11 568ac_default_prefix=/usr/local
5213506e 569ac_clean_files=
238235ef 570ac_config_libobj_dir=.
5213506e 571LIBOBJS=
238235ef
DJ
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
238235ef
DJ
576
577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
5213506e 583PACKAGE_URL=
238235ef
DJ
584
585ac_unique_file="xmalloc.c"
586# Factoring default headers for most tests.
587ac_includes_default="\
588#include <stdio.h>
5213506e 589#ifdef HAVE_SYS_TYPES_H
238235ef
DJ
590# include <sys/types.h>
591#endif
5213506e 592#ifdef HAVE_SYS_STAT_H
238235ef
DJ
593# include <sys/stat.h>
594#endif
5213506e 595#ifdef STDC_HEADERS
238235ef
DJ
596# include <stdlib.h>
597# include <stddef.h>
598#else
5213506e 599# ifdef HAVE_STDLIB_H
238235ef
DJ
600# include <stdlib.h>
601# endif
602#endif
5213506e
RW
603#ifdef HAVE_STRING_H
604# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
238235ef
DJ
605# include <memory.h>
606# endif
607# include <string.h>
608#endif
5213506e 609#ifdef HAVE_STRINGS_H
238235ef
DJ
610# include <strings.h>
611#endif
5213506e 612#ifdef HAVE_INTTYPES_H
238235ef 613# include <inttypes.h>
238235ef 614#endif
5213506e
RW
615#ifdef HAVE_STDINT_H
616# include <stdint.h>
617#endif
618#ifdef HAVE_UNISTD_H
238235ef
DJ
619# include <unistd.h>
620#endif"
621
22e05272 622ac_header_list=
5213506e
RW
623ac_subst_vars='LTLIBOBJS
624INSTALL_DEST
625pexecute
626target_header_dir
627CHECK
628LIBOBJS
8fc8bf80 629CET_HOST_FLAGS
4f148bbc 630NOASANFLAG
5213506e
RW
631PICFLAG
632INSTALL_DATA
633INSTALL_SCRIPT
634INSTALL_PROGRAM
5213506e
RW
635OUTPUT_OPTION
636NO_MINUS_C_MINUS_O
637ac_libiberty_warn_cflags
f50f17e6
YJ
638EGREP
639GREP
5213506e
RW
640CPP
641OBJEXT
642EXEEXT
643ac_ct_CC
644CPPFLAGS
645LDFLAGS
646CFLAGS
647CC
648RANLIB
649AR
650host_os
651host_vendor
652host_cpu
653host
654build_os
655build_vendor
656build_cpu
657build
658HAVE_PERL
659PERL
660BUILD_INFO
661MAKEINFO
662NOTMAINT
663MAINT
664libiberty_topdir
665target_alias
666host_alias
667build_alias
668LIBS
669ECHO_T
670ECHO_N
671ECHO_C
672DEFS
673mandir
674localedir
675libdir
676psdir
677pdfdir
678dvidir
679htmldir
680infodir
681docdir
682oldincludedir
683includedir
684localstatedir
685sharedstatedir
686sysconfdir
687datadir
688datarootdir
689libexecdir
690sbindir
691bindir
692program_transform_name
693prefix
694exec_prefix
695PACKAGE_URL
696PACKAGE_BUGREPORT
697PACKAGE_STRING
698PACKAGE_VERSION
699PACKAGE_TARNAME
700PACKAGE_NAME
701PATH_SEPARATOR
702SHELL'
238235ef 703ac_subst_files='host_makefile_frag'
5213506e
RW
704ac_user_opts='
705enable_option_checking
706with_target_subdir
707with_build_subdir
708with_cross_host
709with_newlib
710enable_maintainer_mode
711enable_multilib
5213506e 712enable_install_libiberty
8c9fddf4 713enable_largefile
8fc8bf80 714enable_cet
5213506e
RW
715'
716 ac_precious_vars='build_alias
717host_alias
718target_alias
719CC
720CFLAGS
721LDFLAGS
722LIBS
723CPPFLAGS
724CPP'
725
0bc0cd11
JL
726
727# Initialize some variables set by options.
238235ef
DJ
728ac_init_help=
729ac_init_version=false
5213506e
RW
730ac_unrecognized_opts=
731ac_unrecognized_sep=
0bc0cd11
JL
732# The variables have the same names as the options, with
733# dashes changed to underlines.
238235ef 734cache_file=/dev/null
0bc0cd11 735exec_prefix=NONE
0bc0cd11 736no_create=
0bc0cd11
JL
737no_recursion=
738prefix=NONE
739program_prefix=NONE
740program_suffix=NONE
741program_transform_name=s,x,x,
742silent=
743site=
744srcdir=
0bc0cd11
JL
745verbose=
746x_includes=NONE
747x_libraries=NONE
238235ef
DJ
748
749# Installation directory options.
750# These are left unexpanded so users can "make install exec_prefix=/foo"
751# and all the variables that are supposed to be based on exec_prefix
752# by default will actually change.
753# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 754# (The list follows the same order as the GNU Coding Standards.)
0bc0cd11
JL
755bindir='${exec_prefix}/bin'
756sbindir='${exec_prefix}/sbin'
757libexecdir='${exec_prefix}/libexec'
5213506e
RW
758datarootdir='${prefix}/share'
759datadir='${datarootdir}'
0bc0cd11
JL
760sysconfdir='${prefix}/etc'
761sharedstatedir='${prefix}/com'
762localstatedir='${prefix}/var'
0bc0cd11
JL
763includedir='${prefix}/include'
764oldincludedir='/usr/include'
5213506e
RW
765docdir='${datarootdir}/doc/${PACKAGE}'
766infodir='${datarootdir}/info'
767htmldir='${docdir}'
768dvidir='${docdir}'
769pdfdir='${docdir}'
770psdir='${docdir}'
771libdir='${exec_prefix}/lib'
772localedir='${datarootdir}/locale'
773mandir='${datarootdir}/man'
0bc0cd11 774
0bc0cd11 775ac_prev=
5213506e 776ac_dashdash=
0bc0cd11
JL
777for ac_option
778do
0bc0cd11
JL
779 # If the previous option needs an argument, assign it.
780 if test -n "$ac_prev"; then
5213506e 781 eval $ac_prev=\$ac_option
0bc0cd11
JL
782 ac_prev=
783 continue
784 fi
785
5213506e 786 case $ac_option in
22e05272
JM
787 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
788 *=) ac_optarg= ;;
789 *) ac_optarg=yes ;;
5213506e 790 esac
0bc0cd11
JL
791
792 # Accept the important Cygnus configure options, so we can diagnose typos.
793
5213506e
RW
794 case $ac_dashdash$ac_option in
795 --)
796 ac_dashdash=yes ;;
0bc0cd11
JL
797
798 -bindir | --bindir | --bindi | --bind | --bin | --bi)
799 ac_prev=bindir ;;
800 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
238235ef 801 bindir=$ac_optarg ;;
0bc0cd11
JL
802
803 -build | --build | --buil | --bui | --bu)
238235ef 804 ac_prev=build_alias ;;
0bc0cd11 805 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
238235ef 806 build_alias=$ac_optarg ;;
0bc0cd11
JL
807
808 -cache-file | --cache-file | --cache-fil | --cache-fi \
809 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
810 ac_prev=cache_file ;;
811 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
812 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
238235ef
DJ
813 cache_file=$ac_optarg ;;
814
815 --config-cache | -C)
816 cache_file=config.cache ;;
0bc0cd11 817
5213506e 818 -datadir | --datadir | --datadi | --datad)
0bc0cd11 819 ac_prev=datadir ;;
5213506e 820 -datadir=* | --datadir=* | --datadi=* | --datad=*)
238235ef 821 datadir=$ac_optarg ;;
0bc0cd11 822
5213506e
RW
823 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
824 | --dataroo | --dataro | --datar)
825 ac_prev=datarootdir ;;
826 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
827 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
828 datarootdir=$ac_optarg ;;
829
0bc0cd11 830 -disable-* | --disable-*)
5213506e 831 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
0bc0cd11 832 # Reject names that are not valid shell variable names.
5213506e 833 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 834 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
835 ac_useropt_orig=$ac_useropt
836 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
837 case $ac_user_opts in
838 *"
839"enable_$ac_useropt"
840"*) ;;
841 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
842 ac_unrecognized_sep=', ';;
843 esac
844 eval enable_$ac_useropt=no ;;
845
846 -docdir | --docdir | --docdi | --doc | --do)
847 ac_prev=docdir ;;
848 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
849 docdir=$ac_optarg ;;
850
851 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
852 ac_prev=dvidir ;;
853 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
854 dvidir=$ac_optarg ;;
0bc0cd11
JL
855
856 -enable-* | --enable-*)
5213506e 857 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
0bc0cd11 858 # Reject names that are not valid shell variable names.
5213506e 859 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 860 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
861 ac_useropt_orig=$ac_useropt
862 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
863 case $ac_user_opts in
864 *"
865"enable_$ac_useropt"
866"*) ;;
867 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
868 ac_unrecognized_sep=', ';;
0bc0cd11 869 esac
5213506e 870 eval enable_$ac_useropt=\$ac_optarg ;;
0bc0cd11
JL
871
872 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
873 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
874 | --exec | --exe | --ex)
875 ac_prev=exec_prefix ;;
876 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
877 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
878 | --exec=* | --exe=* | --ex=*)
238235ef 879 exec_prefix=$ac_optarg ;;
0bc0cd11
JL
880
881 -gas | --gas | --ga | --g)
882 # Obsolete; use --with-gas.
883 with_gas=yes ;;
884
238235ef
DJ
885 -help | --help | --hel | --he | -h)
886 ac_init_help=long ;;
887 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
888 ac_init_help=recursive ;;
889 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
890 ac_init_help=short ;;
0bc0cd11
JL
891
892 -host | --host | --hos | --ho)
238235ef 893 ac_prev=host_alias ;;
0bc0cd11 894 -host=* | --host=* | --hos=* | --ho=*)
238235ef 895 host_alias=$ac_optarg ;;
0bc0cd11 896
5213506e
RW
897 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
898 ac_prev=htmldir ;;
899 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
900 | --ht=*)
901 htmldir=$ac_optarg ;;
902
0bc0cd11
JL
903 -includedir | --includedir | --includedi | --included | --include \
904 | --includ | --inclu | --incl | --inc)
905 ac_prev=includedir ;;
906 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
907 | --includ=* | --inclu=* | --incl=* | --inc=*)
238235ef 908 includedir=$ac_optarg ;;
0bc0cd11
JL
909
910 -infodir | --infodir | --infodi | --infod | --info | --inf)
911 ac_prev=infodir ;;
912 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
238235ef 913 infodir=$ac_optarg ;;
0bc0cd11
JL
914
915 -libdir | --libdir | --libdi | --libd)
916 ac_prev=libdir ;;
917 -libdir=* | --libdir=* | --libdi=* | --libd=*)
238235ef 918 libdir=$ac_optarg ;;
0bc0cd11
JL
919
920 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
921 | --libexe | --libex | --libe)
922 ac_prev=libexecdir ;;
923 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
924 | --libexe=* | --libex=* | --libe=*)
238235ef 925 libexecdir=$ac_optarg ;;
0bc0cd11 926
5213506e
RW
927 -localedir | --localedir | --localedi | --localed | --locale)
928 ac_prev=localedir ;;
929 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
930 localedir=$ac_optarg ;;
931
0bc0cd11 932 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 933 | --localstate | --localstat | --localsta | --localst | --locals)
0bc0cd11
JL
934 ac_prev=localstatedir ;;
935 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 936 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
238235ef 937 localstatedir=$ac_optarg ;;
0bc0cd11
JL
938
939 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
940 ac_prev=mandir ;;
941 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
238235ef 942 mandir=$ac_optarg ;;
0bc0cd11
JL
943
944 -nfp | --nfp | --nf)
945 # Obsolete; use --without-fp.
946 with_fp=no ;;
947
948 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
238235ef 949 | --no-cr | --no-c | -n)
0bc0cd11
JL
950 no_create=yes ;;
951
952 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
953 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
954 no_recursion=yes ;;
955
956 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
957 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
958 | --oldin | --oldi | --old | --ol | --o)
959 ac_prev=oldincludedir ;;
960 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
961 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
962 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
238235ef 963 oldincludedir=$ac_optarg ;;
0bc0cd11
JL
964
965 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
966 ac_prev=prefix ;;
967 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
238235ef 968 prefix=$ac_optarg ;;
0bc0cd11
JL
969
970 -program-prefix | --program-prefix | --program-prefi | --program-pref \
971 | --program-pre | --program-pr | --program-p)
972 ac_prev=program_prefix ;;
973 -program-prefix=* | --program-prefix=* | --program-prefi=* \
974 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
238235ef 975 program_prefix=$ac_optarg ;;
0bc0cd11
JL
976
977 -program-suffix | --program-suffix | --program-suffi | --program-suff \
978 | --program-suf | --program-su | --program-s)
979 ac_prev=program_suffix ;;
980 -program-suffix=* | --program-suffix=* | --program-suffi=* \
981 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
238235ef 982 program_suffix=$ac_optarg ;;
0bc0cd11
JL
983
984 -program-transform-name | --program-transform-name \
985 | --program-transform-nam | --program-transform-na \
986 | --program-transform-n | --program-transform- \
987 | --program-transform | --program-transfor \
988 | --program-transfo | --program-transf \
989 | --program-trans | --program-tran \
990 | --progr-tra | --program-tr | --program-t)
991 ac_prev=program_transform_name ;;
992 -program-transform-name=* | --program-transform-name=* \
993 | --program-transform-nam=* | --program-transform-na=* \
994 | --program-transform-n=* | --program-transform-=* \
995 | --program-transform=* | --program-transfor=* \
996 | --program-transfo=* | --program-transf=* \
997 | --program-trans=* | --program-tran=* \
998 | --progr-tra=* | --program-tr=* | --program-t=*)
238235ef 999 program_transform_name=$ac_optarg ;;
0bc0cd11 1000
5213506e
RW
1001 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1002 ac_prev=pdfdir ;;
1003 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1004 pdfdir=$ac_optarg ;;
1005
1006 -psdir | --psdir | --psdi | --psd | --ps)
1007 ac_prev=psdir ;;
1008 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1009 psdir=$ac_optarg ;;
1010
0bc0cd11
JL
1011 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1012 | -silent | --silent | --silen | --sile | --sil)
1013 silent=yes ;;
1014
1015 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1016 ac_prev=sbindir ;;
1017 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1018 | --sbi=* | --sb=*)
238235ef 1019 sbindir=$ac_optarg ;;
0bc0cd11
JL
1020
1021 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1022 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1023 | --sharedst | --shareds | --shared | --share | --shar \
1024 | --sha | --sh)
1025 ac_prev=sharedstatedir ;;
1026 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1027 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1028 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1029 | --sha=* | --sh=*)
238235ef 1030 sharedstatedir=$ac_optarg ;;
0bc0cd11
JL
1031
1032 -site | --site | --sit)
1033 ac_prev=site ;;
1034 -site=* | --site=* | --sit=*)
238235ef 1035 site=$ac_optarg ;;
0bc0cd11
JL
1036
1037 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1038 ac_prev=srcdir ;;
1039 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
238235ef 1040 srcdir=$ac_optarg ;;
0bc0cd11
JL
1041
1042 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1043 | --syscon | --sysco | --sysc | --sys | --sy)
1044 ac_prev=sysconfdir ;;
1045 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1046 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
238235ef 1047 sysconfdir=$ac_optarg ;;
0bc0cd11
JL
1048
1049 -target | --target | --targe | --targ | --tar | --ta | --t)
238235ef 1050 ac_prev=target_alias ;;
0bc0cd11 1051 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
238235ef 1052 target_alias=$ac_optarg ;;
0bc0cd11
JL
1053
1054 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1055 verbose=yes ;;
1056
238235ef
DJ
1057 -version | --version | --versio | --versi | --vers | -V)
1058 ac_init_version=: ;;
0bc0cd11
JL
1059
1060 -with-* | --with-*)
5213506e 1061 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
0bc0cd11 1062 # Reject names that are not valid shell variable names.
5213506e 1063 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1064 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1065 ac_useropt_orig=$ac_useropt
1066 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1067 case $ac_user_opts in
1068 *"
1069"with_$ac_useropt"
1070"*) ;;
1071 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1072 ac_unrecognized_sep=', ';;
0bc0cd11 1073 esac
5213506e 1074 eval with_$ac_useropt=\$ac_optarg ;;
0bc0cd11
JL
1075
1076 -without-* | --without-*)
5213506e 1077 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
0bc0cd11 1078 # Reject names that are not valid shell variable names.
5213506e 1079 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1080 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1081 ac_useropt_orig=$ac_useropt
1082 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1083 case $ac_user_opts in
1084 *"
1085"with_$ac_useropt"
1086"*) ;;
1087 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1088 ac_unrecognized_sep=', ';;
1089 esac
1090 eval with_$ac_useropt=no ;;
0bc0cd11
JL
1091
1092 --x)
1093 # Obsolete; use --with-x.
1094 with_x=yes ;;
1095
1096 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1097 | --x-incl | --x-inc | --x-in | --x-i)
1098 ac_prev=x_includes ;;
1099 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1100 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
238235ef 1101 x_includes=$ac_optarg ;;
0bc0cd11
JL
1102
1103 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1104 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1105 ac_prev=x_libraries ;;
1106 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1107 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
238235ef 1108 x_libraries=$ac_optarg ;;
0bc0cd11 1109
22e05272
JM
1110 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1111Try \`$0 --help' for more information"
0bc0cd11
JL
1112 ;;
1113
238235ef
DJ
1114 *=*)
1115 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1116 # Reject names that are not valid shell variable names.
5213506e
RW
1117 case $ac_envvar in #(
1118 '' | [0-9]* | *[!_$as_cr_alnum]* )
22e05272 1119 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
5213506e
RW
1120 esac
1121 eval $ac_envvar=\$ac_optarg
238235ef
DJ
1122 export $ac_envvar ;;
1123
0bc0cd11 1124 *)
238235ef 1125 # FIXME: should be removed in autoconf 3.0.
5213506e 1126 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
238235ef 1127 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1128 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
22e05272 1129 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
0bc0cd11
JL
1130 ;;
1131
1132 esac
1133done
1134
1135if test -n "$ac_prev"; then
238235ef 1136 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
22e05272 1137 as_fn_error $? "missing argument to $ac_option"
0bc0cd11 1138fi
0bc0cd11 1139
5213506e
RW
1140if test -n "$ac_unrecognized_opts"; then
1141 case $enable_option_checking in
1142 no) ;;
22e05272 1143 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
5213506e 1144 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
238235ef 1145 esac
5213506e 1146fi
0bc0cd11 1147
5213506e
RW
1148# Check all directory arguments for consistency.
1149for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1150 datadir sysconfdir sharedstatedir localstatedir includedir \
1151 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1152 libdir localedir mandir
0bc0cd11 1153do
5213506e
RW
1154 eval ac_val=\$$ac_var
1155 # Remove trailing slashes.
238235ef 1156 case $ac_val in
5213506e
RW
1157 */ )
1158 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1159 eval $ac_var=\$ac_val;;
0bc0cd11 1160 esac
5213506e
RW
1161 # Be sure to have absolute directory names.
1162 case $ac_val in
1163 [\\/$]* | ?:[\\/]* ) continue;;
1164 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1165 esac
22e05272 1166 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
0bc0cd11
JL
1167done
1168
238235ef
DJ
1169# There might be people who depend on the old broken behavior: `$host'
1170# used to hold the argument of --host etc.
1171# FIXME: To remove some day.
1172build=$build_alias
1173host=$host_alias
1174target=$target_alias
1175
1176# FIXME: To remove some day.
1177if test "x$host_alias" != x; then
1178 if test "x$build_alias" = x; then
1179 cross_compiling=maybe
238235ef
DJ
1180 elif test "x$build_alias" != "x$host_alias"; then
1181 cross_compiling=yes
1182 fi
1183fi
0bc0cd11 1184
238235ef
DJ
1185ac_tool_prefix=
1186test -n "$host_alias" && ac_tool_prefix=$host_alias-
1187
1188test "$silent" = yes && exec 6>/dev/null
0bc0cd11 1189
0bc0cd11 1190
5213506e
RW
1191ac_pwd=`pwd` && test -n "$ac_pwd" &&
1192ac_ls_di=`ls -di .` &&
1193ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
22e05272 1194 as_fn_error $? "working directory cannot be determined"
5213506e 1195test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
22e05272 1196 as_fn_error $? "pwd does not report name of working directory"
5213506e
RW
1197
1198
0bc0cd11
JL
1199# Find the source files, if location was not specified.
1200if test -z "$srcdir"; then
1201 ac_srcdir_defaulted=yes
5213506e
RW
1202 # Try the directory containing this script, then the parent directory.
1203 ac_confdir=`$as_dirname -- "$as_myself" ||
1204$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1205 X"$as_myself" : 'X\(//\)[^/]' \| \
1206 X"$as_myself" : 'X\(//\)$' \| \
1207 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1208$as_echo X"$as_myself" |
1209 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1210 s//\1/
1211 q
1212 }
1213 /^X\(\/\/\)[^/].*/{
1214 s//\1/
1215 q
1216 }
1217 /^X\(\/\/\)$/{
1218 s//\1/
1219 q
1220 }
1221 /^X\(\/\).*/{
1222 s//\1/
1223 q
1224 }
1225 s/.*/./; q'`
0bc0cd11 1226 srcdir=$ac_confdir
5213506e 1227 if test ! -r "$srcdir/$ac_unique_file"; then
0bc0cd11
JL
1228 srcdir=..
1229 fi
1230else
1231 ac_srcdir_defaulted=no
1232fi
5213506e
RW
1233if test ! -r "$srcdir/$ac_unique_file"; then
1234 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
22e05272 1235 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
5213506e
RW
1236fi
1237ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1238ac_abs_confdir=`(
22e05272 1239 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
5213506e
RW
1240 pwd)`
1241# When building in place, set srcdir=.
1242if test "$ac_abs_confdir" = "$ac_pwd"; then
1243 srcdir=.
1244fi
1245# Remove unnecessary trailing slashes from srcdir.
1246# Double slashes in file names in object file debugging info
1247# mess up M-x gdb in Emacs.
1248case $srcdir in
1249*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1250esac
1251for ac_var in $ac_precious_vars; do
1252 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1253 eval ac_env_${ac_var}_value=\$${ac_var}
1254 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1255 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1256done
238235ef
DJ
1257
1258#
1259# Report the --help message.
1260#
1261if test "$ac_init_help" = "long"; then
1262 # Omit some internal or obsolete options to make the list less imposing.
1263 # This message is too long to be a string in the A/UX 3.1 sh.
1264 cat <<_ACEOF
1265\`configure' configures this package to adapt to many kinds of systems.
1266
1267Usage: $0 [OPTION]... [VAR=VALUE]...
1268
1269To assign environment variables (e.g., CC, CFLAGS...), specify them as
1270VAR=VALUE. See below for descriptions of some of the useful variables.
1271
1272Defaults for the options are specified in brackets.
1273
1274Configuration:
1275 -h, --help display this help and exit
1276 --help=short display options specific to this package
1277 --help=recursive display the short help of all the included packages
1278 -V, --version display version information and exit
22e05272 1279 -q, --quiet, --silent do not print \`checking ...' messages
238235ef
DJ
1280 --cache-file=FILE cache test results in FILE [disabled]
1281 -C, --config-cache alias for \`--cache-file=config.cache'
1282 -n, --no-create do not create output files
1283 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1284
238235ef
DJ
1285Installation directories:
1286 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1287 [$ac_default_prefix]
238235ef 1288 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1289 [PREFIX]
238235ef
DJ
1290
1291By default, \`make install' will install all the files in
1292\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1293an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1294for instance \`--prefix=\$HOME'.
1295
1296For better control, use the options below.
1297
1298Fine tuning of the installation directories:
5213506e
RW
1299 --bindir=DIR user executables [EPREFIX/bin]
1300 --sbindir=DIR system admin executables [EPREFIX/sbin]
1301 --libexecdir=DIR program executables [EPREFIX/libexec]
1302 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1303 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1304 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1305 --libdir=DIR object code libraries [EPREFIX/lib]
1306 --includedir=DIR C header files [PREFIX/include]
1307 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1308 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1309 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1310 --infodir=DIR info documentation [DATAROOTDIR/info]
1311 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1312 --mandir=DIR man documentation [DATAROOTDIR/man]
1313 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1314 --htmldir=DIR html documentation [DOCDIR]
1315 --dvidir=DIR dvi documentation [DOCDIR]
1316 --pdfdir=DIR pdf documentation [DOCDIR]
1317 --psdir=DIR ps documentation [DOCDIR]
238235ef
DJ
1318_ACEOF
1319
1320 cat <<\_ACEOF
1321
1322System types:
1323 --build=BUILD configure for building on BUILD [guessed]
1324 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1325_ACEOF
1326fi
1327
1328if test -n "$ac_init_help"; then
1329
1330 cat <<\_ACEOF
1331
1332Optional Features:
5213506e 1333 --disable-option-checking ignore unrecognized --enable/--with options
238235ef
DJ
1334 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1335 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1336 --enable-maintainer-mode
1337 enable make rules and dependencies not useful
1338 (and sometimes confusing) to the casual installer
abea993f 1339 --enable-multilib build many library versions (default)
8c9fddf4 1340 --enable-install-libiberty Install headers and library for end users
d208e2d2 1341 --disable-largefile omit support for large files
8fc8bf80 1342 --enable-cet enable Intel CET in host libraries [default=auto]
238235ef
DJ
1343
1344Optional Packages:
1345 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1346 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1347 --with-target-subdir=SUBDIR Configuring in a subdirectory for target
1348 --with-build-subdir=SUBDIR Configuring in a subdirectory for build
1349 --with-cross-host=HOST Configuring with a cross compiler
1350 --with-newlib Configuring with newlib
1351
1352Some influential environment variables:
1353 CC C compiler command
1354 CFLAGS C compiler flags
1355 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1356 nonstandard directory <lib dir>
5213506e 1357 LIBS libraries to pass to the linker, e.g. -l<library>
22e05272 1358 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
5213506e 1359 you have headers in a nonstandard directory <include dir>
238235ef
DJ
1360 CPP C preprocessor
1361
1362Use these variables to override the choices made by `configure' or to help
1363it to find libraries and programs with nonstandard names/locations.
1364
5213506e 1365Report bugs to the package provider.
238235ef 1366_ACEOF
5213506e 1367ac_status=$?
238235ef
DJ
1368fi
1369
1370if test "$ac_init_help" = "recursive"; then
1371 # If there are subdirs, report their specific --help.
238235ef 1372 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1373 test -d "$ac_dir" ||
1374 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1375 continue
238235ef
DJ
1376 ac_builddir=.
1377
5213506e
RW
1378case "$ac_dir" in
1379.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1380*)
1381 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1382 # A ".." for each directory in $ac_dir_suffix.
1383 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1384 case $ac_top_builddir_sub in
1385 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1386 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1387 esac ;;
1388esac
1389ac_abs_top_builddir=$ac_pwd
1390ac_abs_builddir=$ac_pwd$ac_dir_suffix
1391# for backward compatibility:
1392ac_top_builddir=$ac_top_build_prefix
238235ef
DJ
1393
1394case $srcdir in
5213506e 1395 .) # We are building in place.
238235ef 1396 ac_srcdir=.
5213506e
RW
1397 ac_top_srcdir=$ac_top_builddir_sub
1398 ac_abs_top_srcdir=$ac_pwd ;;
1399 [\\/]* | ?:[\\/]* ) # Absolute name.
238235ef 1400 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1401 ac_top_srcdir=$srcdir
1402 ac_abs_top_srcdir=$srcdir ;;
1403 *) # Relative name.
1404 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1405 ac_top_srcdir=$ac_top_build_prefix$srcdir
1406 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3beb1315 1407esac
5213506e
RW
1408ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1409
1410 cd "$ac_dir" || { ac_status=$?; continue; }
1411 # Check for guested configure.
1412 if test -f "$ac_srcdir/configure.gnu"; then
1413 echo &&
1414 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1415 elif test -f "$ac_srcdir/configure"; then
1416 echo &&
1417 $SHELL "$ac_srcdir/configure" --help=recursive
238235ef 1418 else
5213506e
RW
1419 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1420 fi || ac_status=$?
1421 cd "$ac_pwd" || { ac_status=$?; break; }
238235ef
DJ
1422 done
1423fi
1424
5213506e 1425test -n "$ac_init_help" && exit $ac_status
238235ef
DJ
1426if $ac_init_version; then
1427 cat <<\_ACEOF
5213506e 1428configure
22e05272 1429generated by GNU Autoconf 2.69
238235ef 1430
22e05272 1431Copyright (C) 2012 Free Software Foundation, Inc.
238235ef
DJ
1432This configure script is free software; the Free Software Foundation
1433gives unlimited permission to copy, distribute and modify it.
1434_ACEOF
5213506e 1435 exit
238235ef 1436fi
238235ef 1437
5213506e
RW
1438## ------------------------ ##
1439## Autoconf initialization. ##
1440## ------------------------ ##
238235ef 1441
5213506e
RW
1442# ac_fn_c_try_compile LINENO
1443# --------------------------
1444# Try to compile conftest.$ac_ext, and return whether this succeeded.
1445ac_fn_c_try_compile ()
238235ef 1446{
5213506e
RW
1447 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1448 rm -f conftest.$ac_objext
1449 if { { ac_try="$ac_compile"
1450case "(($ac_try" in
1451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1452 *) ac_try_echo=$ac_try;;
1453esac
1454eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1455$as_echo "$ac_try_echo"; } >&5
1456 (eval "$ac_compile") 2>conftest.err
1457 ac_status=$?
1458 if test -s conftest.err; then
1459 grep -v '^ *+' conftest.err >conftest.er1
1460 cat conftest.er1 >&5
1461 mv -f conftest.er1 conftest.err
1462 fi
1463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1464 test $ac_status = 0; } && {
1465 test -z "$ac_c_werror_flag" ||
1466 test ! -s conftest.err
1467 } && test -s conftest.$ac_objext; then :
1468 ac_retval=0
1469else
1470 $as_echo "$as_me: failed program was:" >&5
1471sed 's/^/| /' conftest.$ac_ext >&5
238235ef 1472
5213506e
RW
1473 ac_retval=1
1474fi
22e05272
JM
1475 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1476 as_fn_set_status $ac_retval
238235ef 1477
5213506e 1478} # ac_fn_c_try_compile
238235ef 1479
5213506e
RW
1480# ac_fn_c_try_cpp LINENO
1481# ----------------------
1482# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1483ac_fn_c_try_cpp ()
1484{
1485 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1486 if { { ac_try="$ac_cpp conftest.$ac_ext"
1487case "(($ac_try" in
1488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1489 *) ac_try_echo=$ac_try;;
1490esac
1491eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1492$as_echo "$ac_try_echo"; } >&5
1493 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1494 ac_status=$?
1495 if test -s conftest.err; then
1496 grep -v '^ *+' conftest.err >conftest.er1
1497 cat conftest.er1 >&5
1498 mv -f conftest.er1 conftest.err
1499 fi
1500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22e05272 1501 test $ac_status = 0; } > conftest.i && {
5213506e
RW
1502 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1503 test ! -s conftest.err
1504 }; then :
1505 ac_retval=0
1506else
1507 $as_echo "$as_me: failed program was:" >&5
1508sed 's/^/| /' conftest.$ac_ext >&5
238235ef 1509
5213506e
RW
1510 ac_retval=1
1511fi
22e05272
JM
1512 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1513 as_fn_set_status $ac_retval
238235ef 1514
5213506e 1515} # ac_fn_c_try_cpp
238235ef 1516
f50f17e6
YJ
1517# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1518# -------------------------------------------------------
1519# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1520# the include files in INCLUDES and setting the cache variable VAR
1521# accordingly.
1522ac_fn_c_check_header_mongrel ()
1523{
1524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
22e05272 1525 if eval \${$3+:} false; then :
f50f17e6
YJ
1526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1527$as_echo_n "checking for $2... " >&6; }
22e05272 1528if eval \${$3+:} false; then :
f50f17e6
YJ
1529 $as_echo_n "(cached) " >&6
1530fi
1531eval ac_res=\$$3
1532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1533$as_echo "$ac_res" >&6; }
1534else
1535 # Is the header compilable?
1536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1537$as_echo_n "checking $2 usability... " >&6; }
1538cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1539/* end confdefs.h. */
1540$4
1541#include <$2>
1542_ACEOF
1543if ac_fn_c_try_compile "$LINENO"; then :
1544 ac_header_compiler=yes
1545else
1546 ac_header_compiler=no
1547fi
1548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1550$as_echo "$ac_header_compiler" >&6; }
1551
1552# Is the header present?
1553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1554$as_echo_n "checking $2 presence... " >&6; }
1555cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1556/* end confdefs.h. */
1557#include <$2>
1558_ACEOF
1559if ac_fn_c_try_cpp "$LINENO"; then :
1560 ac_header_preproc=yes
1561else
1562 ac_header_preproc=no
1563fi
22e05272 1564rm -f conftest.err conftest.i conftest.$ac_ext
f50f17e6
YJ
1565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1566$as_echo "$ac_header_preproc" >&6; }
1567
1568# So? What about this header?
1569case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1570 yes:no: )
1571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1572$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1574$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1575 ;;
1576 no:yes:* )
1577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1578$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1580$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1582$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1584$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1586$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1587 ;;
1588esac
1589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1590$as_echo_n "checking for $2... " >&6; }
22e05272 1591if eval \${$3+:} false; then :
f50f17e6
YJ
1592 $as_echo_n "(cached) " >&6
1593else
1594 eval "$3=\$ac_header_compiler"
1595fi
1596eval ac_res=\$$3
1597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1598$as_echo "$ac_res" >&6; }
1599fi
22e05272 1600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
f50f17e6
YJ
1601
1602} # ac_fn_c_check_header_mongrel
1603
5213506e
RW
1604# ac_fn_c_try_run LINENO
1605# ----------------------
1606# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1607# that executables *can* be run.
1608ac_fn_c_try_run ()
1609{
1610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1611 if { { ac_try="$ac_link"
1612case "(($ac_try" in
1613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1614 *) ac_try_echo=$ac_try;;
1615esac
1616eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1617$as_echo "$ac_try_echo"; } >&5
1618 (eval "$ac_link") 2>&5
1619 ac_status=$?
1620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1621 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1622 { { case "(($ac_try" in
1623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1624 *) ac_try_echo=$ac_try;;
1625esac
1626eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1627$as_echo "$ac_try_echo"; } >&5
1628 (eval "$ac_try") 2>&5
1629 ac_status=$?
1630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1631 test $ac_status = 0; }; }; then :
1632 ac_retval=0
1633else
1634 $as_echo "$as_me: program exited with status $ac_status" >&5
1635 $as_echo "$as_me: failed program was:" >&5
1636sed 's/^/| /' conftest.$ac_ext >&5
238235ef 1637
5213506e
RW
1638 ac_retval=$ac_status
1639fi
1640 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642 as_fn_set_status $ac_retval
238235ef 1643
5213506e 1644} # ac_fn_c_try_run
0bc0cd11 1645
f50f17e6
YJ
1646# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1647# -------------------------------------------------------
1648# Tests whether HEADER exists and can be compiled using the include files in
1649# INCLUDES, setting the cache variable VAR accordingly.
1650ac_fn_c_check_header_compile ()
1651{
1652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1654$as_echo_n "checking for $2... " >&6; }
22e05272 1655if eval \${$3+:} false; then :
f50f17e6
YJ
1656 $as_echo_n "(cached) " >&6
1657else
1658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659/* end confdefs.h. */
1660$4
1661#include <$2>
1662_ACEOF
1663if ac_fn_c_try_compile "$LINENO"; then :
1664 eval "$3=yes"
1665else
1666 eval "$3=no"
1667fi
1668rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1669fi
1670eval ac_res=\$$3
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1672$as_echo "$ac_res" >&6; }
22e05272 1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
f50f17e6
YJ
1674
1675} # ac_fn_c_check_header_compile
1676
eedc73a2
L
1677# ac_fn_c_try_link LINENO
1678# -----------------------
1679# Try to link conftest.$ac_ext, and return whether this succeeded.
1680ac_fn_c_try_link ()
1681{
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 rm -f conftest.$ac_objext conftest$ac_exeext
1684 if { { ac_try="$ac_link"
1685case "(($ac_try" in
1686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1687 *) ac_try_echo=$ac_try;;
1688esac
1689eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1690$as_echo "$ac_try_echo"; } >&5
1691 (eval "$ac_link") 2>conftest.err
1692 ac_status=$?
1693 if test -s conftest.err; then
1694 grep -v '^ *+' conftest.err >conftest.er1
1695 cat conftest.er1 >&5
1696 mv -f conftest.er1 conftest.err
1697 fi
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } && {
1700 test -z "$ac_c_werror_flag" ||
1701 test ! -s conftest.err
1702 } && test -s conftest$ac_exeext && {
1703 test "$cross_compiling" = yes ||
1704 test -x conftest$ac_exeext
1705 }; then :
1706 ac_retval=0
1707else
1708 $as_echo "$as_me: failed program was:" >&5
1709sed 's/^/| /' conftest.$ac_ext >&5
1710
1711 ac_retval=1
1712fi
1713 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1714 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1715 # interfere with the next link command; also delete a directory that is
1716 # left behind by Apple's compiler. We do this before executing the actions.
1717 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1719 as_fn_set_status $ac_retval
1720
1721} # ac_fn_c_try_link
1722
5213506e
RW
1723# ac_fn_c_check_header_preproc LINENO HEADER VAR
1724# ----------------------------------------------
1725# Tests whether HEADER is present, setting the cache variable VAR accordingly.
1726ac_fn_c_check_header_preproc ()
1727{
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1730$as_echo_n "checking for $2... " >&6; }
22e05272 1731if eval \${$3+:} false; then :
5213506e
RW
1732 $as_echo_n "(cached) " >&6
1733else
1734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1735/* end confdefs.h. */
1736#include <$2>
238235ef 1737_ACEOF
5213506e
RW
1738if ac_fn_c_try_cpp "$LINENO"; then :
1739 eval "$3=yes"
1740else
1741 eval "$3=no"
1742fi
22e05272 1743rm -f conftest.err conftest.i conftest.$ac_ext
5213506e
RW
1744fi
1745eval ac_res=\$$3
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747$as_echo "$ac_res" >&6; }
22e05272 1748 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
238235ef 1749
5213506e 1750} # ac_fn_c_check_header_preproc
238235ef 1751
5213506e
RW
1752# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1753# --------------------------------------------
1754# Tries to find the compile-time value of EXPR in a program that includes
1755# INCLUDES, setting VAR accordingly. Returns whether the value could be
1756# computed
1757ac_fn_c_compute_int ()
1758{
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if test "$cross_compiling" = yes; then
1761 # Depending upon the size, compute the lo and hi bounds.
1762cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1763/* end confdefs.h. */
1764$4
1765int
1766main ()
1767{
1768static int test_array [1 - 2 * !(($2) >= 0)];
22e05272
JM
1769test_array [0] = 0;
1770return test_array [0];
238235ef 1771
5213506e
RW
1772 ;
1773 return 0;
1774}
1775_ACEOF
1776if ac_fn_c_try_compile "$LINENO"; then :
1777 ac_lo=0 ac_mid=0
1778 while :; do
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780/* end confdefs.h. */
1781$4
1782int
1783main ()
238235ef 1784{
5213506e 1785static int test_array [1 - 2 * !(($2) <= $ac_mid)];
22e05272
JM
1786test_array [0] = 0;
1787return test_array [0];
5213506e
RW
1788
1789 ;
1790 return 0;
238235ef 1791}
5213506e
RW
1792_ACEOF
1793if ac_fn_c_try_compile "$LINENO"; then :
1794 ac_hi=$ac_mid; break
1795else
1796 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1797 if test $ac_lo -le $ac_mid; then
1798 ac_lo= ac_hi=
1799 break
1800 fi
1801 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1802fi
1803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804 done
1805else
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807/* end confdefs.h. */
1808$4
1809int
1810main ()
1811{
1812static int test_array [1 - 2 * !(($2) < 0)];
22e05272
JM
1813test_array [0] = 0;
1814return test_array [0];
238235ef 1815
5213506e
RW
1816 ;
1817 return 0;
1818}
1819_ACEOF
1820if ac_fn_c_try_compile "$LINENO"; then :
1821 ac_hi=-1 ac_mid=-1
1822 while :; do
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824/* end confdefs.h. */
1825$4
1826int
1827main ()
1828{
1829static int test_array [1 - 2 * !(($2) >= $ac_mid)];
22e05272
JM
1830test_array [0] = 0;
1831return test_array [0];
238235ef 1832
5213506e
RW
1833 ;
1834 return 0;
1835}
1836_ACEOF
1837if ac_fn_c_try_compile "$LINENO"; then :
1838 ac_lo=$ac_mid; break
1839else
1840 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1841 if test $ac_mid -le $ac_hi; then
1842 ac_lo= ac_hi=
1843 break
1844 fi
1845 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1846fi
1847rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1848 done
1849else
1850 ac_lo= ac_hi=
1851fi
1852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1853fi
1854rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1855# Binary search between lo and hi bounds.
1856while test "x$ac_lo" != "x$ac_hi"; do
1857 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1859/* end confdefs.h. */
1860$4
1861int
1862main ()
1863{
1864static int test_array [1 - 2 * !(($2) <= $ac_mid)];
22e05272
JM
1865test_array [0] = 0;
1866return test_array [0];
238235ef 1867
5213506e
RW
1868 ;
1869 return 0;
1870}
1871_ACEOF
1872if ac_fn_c_try_compile "$LINENO"; then :
1873 ac_hi=$ac_mid
1874else
1875 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1876fi
1877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
238235ef 1878done
5213506e
RW
1879case $ac_lo in #((
1880?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
1881'') ac_retval=1 ;;
1882esac
1883 else
1884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1885/* end confdefs.h. */
1886$4
1887static long int longval () { return $2; }
1888static unsigned long int ulongval () { return $2; }
1889#include <stdio.h>
1890#include <stdlib.h>
1891int
1892main ()
1893{
238235ef 1894
5213506e
RW
1895 FILE *f = fopen ("conftest.val", "w");
1896 if (! f)
1897 return 1;
1898 if (($2) < 0)
1899 {
1900 long int i = longval ();
1901 if (i != ($2))
1902 return 1;
1903 fprintf (f, "%ld", i);
1904 }
1905 else
1906 {
1907 unsigned long int i = ulongval ();
1908 if (i != ($2))
1909 return 1;
1910 fprintf (f, "%lu", i);
1911 }
1912 /* Do not output a trailing newline, as this causes \r\n confusion
1913 on some platforms. */
1914 return ferror (f) || fclose (f) != 0;
238235ef 1915
5213506e
RW
1916 ;
1917 return 0;
1918}
238235ef 1919_ACEOF
5213506e
RW
1920if ac_fn_c_try_run "$LINENO"; then :
1921 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
1922else
1923 ac_retval=1
1924fi
1925rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1926 conftest.$ac_objext conftest.beam conftest.$ac_ext
1927rm -f conftest.val
238235ef 1928
5213506e 1929 fi
22e05272
JM
1930 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1931 as_fn_set_status $ac_retval
238235ef 1932
5213506e 1933} # ac_fn_c_compute_int
238235ef 1934
5213506e
RW
1935# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1936# -------------------------------------------
1937# Tests whether TYPE exists after having included INCLUDES, setting cache
1938# variable VAR accordingly.
1939ac_fn_c_check_type ()
1940{
1941 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1943$as_echo_n "checking for $2... " >&6; }
22e05272 1944if eval \${$3+:} false; then :
5213506e
RW
1945 $as_echo_n "(cached) " >&6
1946else
1947 eval "$3=no"
1948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1949/* end confdefs.h. */
1950$4
1951int
1952main ()
1953{
1954if (sizeof ($2))
1955 return 0;
1956 ;
1957 return 0;
1958}
238235ef 1959_ACEOF
5213506e
RW
1960if ac_fn_c_try_compile "$LINENO"; then :
1961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962/* end confdefs.h. */
1963$4
1964int
1965main ()
1966{
1967if (sizeof (($2)))
1968 return 0;
1969 ;
1970 return 0;
1971}
238235ef 1972_ACEOF
5213506e 1973if ac_fn_c_try_compile "$LINENO"; then :
238235ef 1974
5213506e
RW
1975else
1976 eval "$3=yes"
1977fi
1978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1979fi
1980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1981fi
1982eval ac_res=\$$3
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984$as_echo "$ac_res" >&6; }
22e05272 1985 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
238235ef 1986
5213506e 1987} # ac_fn_c_check_type
238235ef 1988
5213506e
RW
1989# ac_fn_c_check_func LINENO FUNC VAR
1990# ----------------------------------
1991# Tests whether FUNC exists, setting the cache variable VAR accordingly
1992ac_fn_c_check_func ()
1993{
1994 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1996$as_echo_n "checking for $2... " >&6; }
22e05272 1997if eval \${$3+:} false; then :
5213506e 1998 $as_echo_n "(cached) " >&6
0bc0cd11 1999else
5213506e 2000 if test x$gcc_no_link = xyes; then
22e05272 2001 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
238235ef 2002fi
5213506e
RW
2003cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2004/* end confdefs.h. */
0e0f02ff
RW
2005/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2006 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2007#define $2 innocuous_$2
2008
5213506e
RW
2009/* System header to define __stub macros and hopefully few prototypes,
2010 which can conflict with char $2 (); below.
2011 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
0e0f02ff
RW
2012 <limits.h> exists even on freestanding compilers. */
2013
2014#ifdef __STDC__
5213506e
RW
2015# include <limits.h>
2016#else
2017# include <assert.h>
2018#endif
0e0f02ff
RW
2019
2020#undef $2
2021
2022/* Override any GCC internal prototype to avoid an error.
2023 Use char because int might match the return type of a GCC
2024 builtin and then its argument prototype would still apply. */
5213506e
RW
2025#ifdef __cplusplus
2026extern "C"
5213506e 2027#endif
5213506e
RW
2028char $2 ();
2029/* The GNU C library defines this for functions which it implements
2030 to always fail with ENOSYS. Some functions are actually named
2031 something starting with __ and the normal name is an alias. */
0e0f02ff 2032#if defined __stub_$2 || defined __stub___$2
5213506e 2033choke me
5213506e 2034#endif
238235ef 2035
5213506e
RW
2036int
2037main ()
2038{
0e0f02ff 2039return $2 ();
5213506e
RW
2040 ;
2041 return 0;
2042}
2043_ACEOF
2044if ac_fn_c_try_link "$LINENO"; then :
2045 eval "$3=yes"
2046else
2047 eval "$3=no"
0bc0cd11 2048fi
5213506e
RW
2049rm -f core conftest.err conftest.$ac_objext \
2050 conftest$ac_exeext conftest.$ac_ext
2051fi
2052eval ac_res=\$$3
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2054$as_echo "$ac_res" >&6; }
22e05272 2055 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0bc0cd11 2056
5213506e 2057} # ac_fn_c_check_func
0bc0cd11 2058
22e05272
JM
2059# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2060# ---------------------------------------------
2061# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2062# accordingly.
5213506e
RW
2063ac_fn_c_check_decl ()
2064{
2065 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
c3f247f4
RW
2066 as_decl_name=`echo $2|sed 's/ *(.*//'`
2067 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2069$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
22e05272 2070if eval \${$3+:} false; then :
5213506e
RW
2071 $as_echo_n "(cached) " >&6
2072else
2073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2074/* end confdefs.h. */
2075$4
2076int
2077main ()
2078{
c3f247f4
RW
2079#ifndef $as_decl_name
2080#ifdef __cplusplus
2081 (void) $as_decl_use;
2082#else
2083 (void) $as_decl_name;
2084#endif
5213506e 2085#endif
0bc0cd11 2086
5213506e
RW
2087 ;
2088 return 0;
2089}
2090_ACEOF
2091if ac_fn_c_try_compile "$LINENO"; then :
2092 eval "$3=yes"
2093else
2094 eval "$3=no"
2095fi
2096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097fi
2098eval ac_res=\$$3
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100$as_echo "$ac_res" >&6; }
22e05272 2101 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0bc0cd11 2102
5213506e
RW
2103} # ac_fn_c_check_decl
2104cat >config.log <<_ACEOF
2105This file contains any messages produced by compilers while
2106running configure, to aid debugging if configure makes a mistake.
6706f116 2107
5213506e 2108It was created by $as_me, which was
22e05272 2109generated by GNU Autoconf 2.69. Invocation command line was
0bc0cd11 2110
5213506e 2111 $ $0 $@
238235ef 2112
5213506e
RW
2113_ACEOF
2114exec 5>>config.log
2115{
2116cat <<_ASUNAME
2117## --------- ##
2118## Platform. ##
2119## --------- ##
238235ef 2120
5213506e
RW
2121hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125uname -v = `(uname -v) 2>/dev/null || echo unknown`
238235ef 2126
5213506e
RW
2127/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
238235ef 2129
5213506e
RW
2130/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2131/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2132/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2134/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2135/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2136/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
238235ef 2137
5213506e 2138_ASUNAME
238235ef 2139
5213506e
RW
2140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141for as_dir in $PATH
2142do
2143 IFS=$as_save_IFS
2144 test -z "$as_dir" && as_dir=.
2145 $as_echo "PATH: $as_dir"
2146 done
2147IFS=$as_save_IFS
238235ef 2148
5213506e 2149} >&5
238235ef 2150
5213506e 2151cat >&5 <<_ACEOF
238235ef
DJ
2152
2153
5213506e
RW
2154## ----------- ##
2155## Core tests. ##
2156## ----------- ##
238235ef 2157
5213506e 2158_ACEOF
238235ef 2159
18c04407 2160
5213506e
RW
2161# Keep a trace of the command line.
2162# Strip out --no-create and --no-recursion so they do not pile up.
2163# Strip out --silent because we don't want to record it for future runs.
2164# Also quote any args containing shell meta-characters.
2165# Make two passes to allow for proper duplicate-argument suppression.
2166ac_configure_args=
2167ac_configure_args0=
2168ac_configure_args1=
2169ac_must_keep_next=false
2170for ac_pass in 1 2
2171do
2172 for ac_arg
2173 do
2174 case $ac_arg in
2175 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177 | -silent | --silent | --silen | --sile | --sil)
2178 continue ;;
2179 *\'*)
2180 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 esac
2182 case $ac_pass in
2183 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2184 2)
2185 as_fn_append ac_configure_args1 " '$ac_arg'"
2186 if test $ac_must_keep_next = true; then
2187 ac_must_keep_next=false # Got value, back to normal.
2188 else
2189 case $ac_arg in
2190 *=* | --config-cache | -C | -disable-* | --disable-* \
2191 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193 | -with-* | --with-* | -without-* | --without-* | --x)
2194 case "$ac_configure_args0 " in
2195 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196 esac
2197 ;;
2198 -* ) ac_must_keep_next=true ;;
2199 esac
2200 fi
2201 as_fn_append ac_configure_args " '$ac_arg'"
2202 ;;
2203 esac
2204 done
2205done
2206{ ac_configure_args0=; unset ac_configure_args0;}
2207{ ac_configure_args1=; unset ac_configure_args1;}
18c04407 2208
5213506e
RW
2209# When interrupted or exit'd, cleanup temporary files, and complete
2210# config.log. We remove comments because anyway the quotes in there
2211# would cause problems or look ugly.
2212# WARNING: Use '\'' to represent an apostrophe within the trap.
2213# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214trap 'exit_status=$?
2215 # Save into config.log some information that might help in debugging.
2216 {
2217 echo
18c04407 2218
22e05272 2219 $as_echo "## ---------------- ##
5213506e 2220## Cache variables. ##
22e05272 2221## ---------------- ##"
5213506e
RW
2222 echo
2223 # The following way of writing the cache mishandles newlines in values,
2224(
2225 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2226 eval ac_val=\$$ac_var
2227 case $ac_val in #(
2228 *${as_nl}*)
2229 case $ac_var in #(
2230 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2231$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2232 esac
2233 case $ac_var in #(
2234 _ | IFS | as_nl) ;; #(
2235 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2236 *) { eval $ac_var=; unset $ac_var;} ;;
2237 esac ;;
2238 esac
2239 done
2240 (set) 2>&1 |
2241 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2242 *${as_nl}ac_space=\ *)
2243 sed -n \
2244 "s/'\''/'\''\\\\'\'''\''/g;
2245 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2246 ;; #(
2247 *)
2248 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2249 ;;
2250 esac |
2251 sort
2252)
2253 echo
238235ef 2254
22e05272 2255 $as_echo "## ----------------- ##
5213506e 2256## Output variables. ##
22e05272 2257## ----------------- ##"
5213506e
RW
2258 echo
2259 for ac_var in $ac_subst_vars
2260 do
2261 eval ac_val=\$$ac_var
2262 case $ac_val in
2263 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2264 esac
2265 $as_echo "$ac_var='\''$ac_val'\''"
2266 done | sort
2267 echo
238235ef 2268
5213506e 2269 if test -n "$ac_subst_files"; then
22e05272 2270 $as_echo "## ------------------- ##
5213506e 2271## File substitutions. ##
22e05272 2272## ------------------- ##"
5213506e
RW
2273 echo
2274 for ac_var in $ac_subst_files
2275 do
2276 eval ac_val=\$$ac_var
2277 case $ac_val in
2278 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2279 esac
2280 $as_echo "$ac_var='\''$ac_val'\''"
2281 done | sort
2282 echo
2283 fi
9bf3c9cc 2284
5213506e 2285 if test -s confdefs.h; then
22e05272 2286 $as_echo "## ----------- ##
5213506e 2287## confdefs.h. ##
22e05272 2288## ----------- ##"
5213506e
RW
2289 echo
2290 cat confdefs.h
2291 echo
2292 fi
2293 test "$ac_signal" != 0 &&
2294 $as_echo "$as_me: caught signal $ac_signal"
2295 $as_echo "$as_me: exit $exit_status"
2296 } >&5
2297 rm -f core *.core core.conftest.* &&
2298 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2299 exit $exit_status
2300' 0
2301for ac_signal in 1 2 13 15; do
2302 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2303done
2304ac_signal=0
238235ef 2305
5213506e
RW
2306# confdefs.h avoids OS command line length limits that DEFS can exceed.
2307rm -f -r conftest* confdefs.h
238235ef 2308
5213506e 2309$as_echo "/* confdefs.h */" > confdefs.h
238235ef 2310
5213506e 2311# Predefined preprocessor variables.
238235ef 2312
5213506e
RW
2313cat >>confdefs.h <<_ACEOF
2314#define PACKAGE_NAME "$PACKAGE_NAME"
2315_ACEOF
238235ef 2316
5213506e
RW
2317cat >>confdefs.h <<_ACEOF
2318#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2319_ACEOF
238235ef 2320
5213506e
RW
2321cat >>confdefs.h <<_ACEOF
2322#define PACKAGE_VERSION "$PACKAGE_VERSION"
2323_ACEOF
cd862df8 2324
5213506e
RW
2325cat >>confdefs.h <<_ACEOF
2326#define PACKAGE_STRING "$PACKAGE_STRING"
2327_ACEOF
238235ef 2328
5213506e
RW
2329cat >>confdefs.h <<_ACEOF
2330#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2331_ACEOF
ca6b370d 2332
5213506e
RW
2333cat >>confdefs.h <<_ACEOF
2334#define PACKAGE_URL "$PACKAGE_URL"
2335_ACEOF
0bc0cd11
JL
2336
2337
5213506e
RW
2338# Let the site file select an alternate cache file if it wants to.
2339# Prefer an explicitly selected file to automatically selected ones.
2340ac_site_file1=NONE
2341ac_site_file2=NONE
2342if test -n "$CONFIG_SITE"; then
22e05272
JM
2343 # We do not want a PATH search for config.site.
2344 case $CONFIG_SITE in #((
2345 -*) ac_site_file1=./$CONFIG_SITE;;
2346 */*) ac_site_file1=$CONFIG_SITE;;
2347 *) ac_site_file1=./$CONFIG_SITE;;
2348 esac
5213506e
RW
2349elif test "x$prefix" != xNONE; then
2350 ac_site_file1=$prefix/share/config.site
2351 ac_site_file2=$prefix/etc/config.site
2352else
2353 ac_site_file1=$ac_default_prefix/share/config.site
2354 ac_site_file2=$ac_default_prefix/etc/config.site
2355fi
2356for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2357do
2358 test "x$ac_site_file" = xNONE && continue
22e05272 2359 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
5213506e
RW
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2361$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2362 sed 's/^/| /' "$ac_site_file" >&5
22e05272
JM
2363 . "$ac_site_file" \
2364 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2365$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2366as_fn_error $? "failed to load site script $ac_site_file
2367See \`config.log' for more details" "$LINENO" 5; }
5213506e
RW
2368 fi
2369done
2370
2371if test -r "$cache_file"; then
22e05272
JM
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
5213506e
RW
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376$as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2381 fi
2382else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384$as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2386fi
2387
22e05272
JM
2388as_fn_append ac_header_list " stdlib.h"
2389as_fn_append ac_header_list " unistd.h"
2390as_fn_append ac_header_list " sys/param.h"
5213506e
RW
2391# Check that the precious variables saved in the cache have kept the same
2392# value.
2393ac_cache_corrupted=false
2394for ac_var in $ac_precious_vars; do
2395 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2396 eval ac_new_set=\$ac_env_${ac_var}_set
2397 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2398 eval ac_new_val=\$ac_env_${ac_var}_value
2399 case $ac_old_set,$ac_new_set in
2400 set,)
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2402$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2403 ac_cache_corrupted=: ;;
2404 ,set)
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2406$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2407 ac_cache_corrupted=: ;;
2408 ,);;
2409 *)
2410 if test "x$ac_old_val" != "x$ac_new_val"; then
2411 # differences in whitespace do not lead to failure.
2412 ac_old_val_w=`echo x $ac_old_val`
2413 ac_new_val_w=`echo x $ac_new_val`
2414 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2416$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2417 ac_cache_corrupted=:
2418 else
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2420$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2421 eval $ac_var=\$ac_old_val
2422 fi
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2424$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2426$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2427 fi;;
2428 esac
2429 # Pass precious variables to config.status.
2430 if test "$ac_new_set" = set; then
2431 case $ac_new_val in
2432 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2433 *) ac_arg=$ac_var=$ac_new_val ;;
2434 esac
2435 case " $ac_configure_args " in
2436 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2437 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2438 esac
2439 fi
2440done
2441if $ac_cache_corrupted; then
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2443$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2445$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22e05272 2446 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
5213506e
RW
2447fi
2448## -------------------- ##
2449## Main body of script. ##
2450## -------------------- ##
2451
2452ac_ext=c
2453ac_cpp='$CPP $CPPFLAGS'
2454ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2455ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2456ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457
2458
2459
2460
5213506e
RW
2461# This works around the fact that libtool configuration may change LD
2462# for this particular configuration, but some shells, instead of
2463# keeping the changes in LD private, export them just because LD is
2464# exported. We don't use libtool yet, but some day we might, so...
2465ORIGINAL_LD_FOR_MULTILIBS=$LD
2466
2467
2468# Check whether --with-target-subdir was given.
2469if test "${with_target_subdir+set}" = set; then :
2470 withval=$with_target_subdir;
2471fi
2472
2473
2474# Check whether --with-build-subdir was given.
2475if test "${with_build_subdir+set}" = set; then :
2476 withval=$with_build_subdir;
2477fi
2478
2479
2480# Check whether --with-cross-host was given.
2481if test "${with_cross_host+set}" = set; then :
2482 withval=$with_cross_host;
2483fi
2484
2485
2486# Check whether --with-newlib was given.
2487if test "${with_newlib+set}" = set; then :
2488 withval=$with_newlib;
2489fi
2490
2491
2492if test "${srcdir}" = "."; then
2493 if test -n "${with_build_subdir}"; then
2494 libiberty_topdir="${srcdir}/../.."
cd862df8
L
2495 with_target_subdir=
2496 elif test -z "${with_target_subdir}"; then
0bc0cd11
JL
2497 libiberty_topdir="${srcdir}/.."
2498 else
2499 if test "${with_target_subdir}" != "."; then
2500 libiberty_topdir="${srcdir}/${with_multisrctop}../.."
2501 else
2502 libiberty_topdir="${srcdir}/${with_multisrctop}.."
2503 fi
2504 fi
2505else
2506 libiberty_topdir="${srcdir}/.."
2507fi
d8c22ce7 2508
0bc0cd11 2509ac_aux_dir=
5213506e 2510for ac_dir in $libiberty_topdir "$srcdir"/$libiberty_topdir; do
22e05272
JM
2511 if test -f "$ac_dir/install-sh"; then
2512 ac_aux_dir=$ac_dir
2513 ac_install_sh="$ac_aux_dir/install-sh -c"
2514 break
2515 elif test -f "$ac_dir/install.sh"; then
2516 ac_aux_dir=$ac_dir
2517 ac_install_sh="$ac_aux_dir/install.sh -c"
2518 break
2519 elif test -f "$ac_dir/shtool"; then
2520 ac_aux_dir=$ac_dir
2521 ac_install_sh="$ac_aux_dir/shtool install -c"
2522 break
2523 fi
0bc0cd11
JL
2524done
2525if test -z "$ac_aux_dir"; then
22e05272 2526 as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libiberty_topdir \"$srcdir\"/$libiberty_topdir" "$LINENO" 5
0bc0cd11 2527fi
0bc0cd11 2528
5213506e
RW
2529# These three variables are undocumented and unsupported,
2530# and are intended to be withdrawn in a future Autoconf release.
2531# They can cause serious problems if a builder's source tree is in a directory
2532# whose full name contains unusual characters.
2533ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2534ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2535ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
0bc0cd11
JL
2536
2537
5213506e
RW
2538
2539
2540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2541$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2542 # Check whether --enable-maintainer-mode was given.
2543if test "${enable_maintainer_mode+set}" = set; then :
2544 enableval=$enable_maintainer_mode; maintainer_mode=$enableval
aaa5f039
DD
2545else
2546 maintainer_mode=no
5213506e 2547fi
aaa5f039 2548
5213506e
RW
2549
2550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $maintainer_mode" >&5
2551$as_echo "$maintainer_mode" >&6; }
aaa5f039
DD
2552
2553if test "$maintainer_mode" = "yes"; then
2554 MAINT=''
2555 NOTMAINT='#'
2556else
2557 MAINT='#'
2558 NOTMAINT=''
2559fi
2560
0e30ffc5
DD
2561# Do we have a single-tree copy of texinfo? Even if we do, we can't
2562# rely on it - libiberty is built before texinfo.
2563# Extract the first word of "makeinfo", so it can be a program name with args.
aaa5f039 2564set dummy makeinfo; ac_word=$2
5213506e
RW
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2566$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2567if ${ac_cv_prog_MAKEINFO+:} false; then :
5213506e 2568 $as_echo_n "(cached) " >&6
aaa5f039
DD
2569else
2570 if test -n "$MAKEINFO"; then
2571 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
2572else
238235ef
DJ
2573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574for as_dir in $PATH
2575do
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
5213506e 2578 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 2580 ac_cv_prog_MAKEINFO="makeinfo"
5213506e 2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
2582 break 2
2583 fi
2584done
5213506e
RW
2585 done
2586IFS=$as_save_IFS
238235ef 2587
aaa5f039
DD
2588fi
2589fi
238235ef 2590MAKEINFO=$ac_cv_prog_MAKEINFO
aaa5f039 2591if test -n "$MAKEINFO"; then
5213506e
RW
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
2593$as_echo "$MAKEINFO" >&6; }
aaa5f039 2594else
5213506e
RW
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
aaa5f039
DD
2597fi
2598
5213506e 2599
f749bd83
AM
2600if test "x$MAKEINFO" = "x"; then
2601 MAKEINFO="@echo makeinfo missing; true"
0e30ffc5 2602 BUILD_INFO=
f749bd83
AM
2603else
2604 BUILD_INFO=info
c0590bfd
L
2605 case "$MAKEINFO" in
2606 */missing\ makeinfo*)
f749bd83 2607 BUILD_INFO=
5213506e 2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
c0590bfd 2609*** Makeinfo is missing. Info documentation will not be built." >&5
5213506e 2610$as_echo "$as_me: WARNING:
c0590bfd
L
2611*** Makeinfo is missing. Info documentation will not be built." >&2;}
2612 ;;
2613 *)
2614 case x"`$MAKEINFO --version | grep 'GNU texinfo'`" in
2615 x*\ [1-3].* )
2616 MAKEINFO="@echo $MAKEINFO is too old, 4.0 or newer required; true"
2617 BUILD_INFO=
5213506e 2618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
238235ef 2619*** Makeinfo is too old. Info documentation will not be built." >&5
5213506e 2620$as_echo "$as_me: WARNING:
238235ef 2621*** Makeinfo is too old. Info documentation will not be built." >&2;}
c0590bfd
L
2622 ;;
2623 esac
f749bd83
AM
2624 ;;
2625 esac
2626fi
0e30ffc5 2627
aaa5f039
DD
2628
2629
2630# Extract the first word of "perl", so it can be a program name with args.
2631set dummy perl; ac_word=$2
5213506e
RW
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2633$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2634if ${ac_cv_prog_PERL+:} false; then :
5213506e 2635 $as_echo_n "(cached) " >&6
aaa5f039
DD
2636else
2637 if test -n "$PERL"; then
2638 ac_cv_prog_PERL="$PERL" # Let the user override the test.
2639else
238235ef
DJ
2640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2641for as_dir in $PATH
2642do
2643 IFS=$as_save_IFS
2644 test -z "$as_dir" && as_dir=.
5213506e 2645 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2646 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 2647 ac_cv_prog_PERL="perl"
5213506e 2648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
2649 break 2
2650 fi
2651done
5213506e
RW
2652 done
2653IFS=$as_save_IFS
238235ef 2654
aaa5f039
DD
2655fi
2656fi
238235ef 2657PERL=$ac_cv_prog_PERL
aaa5f039 2658if test -n "$PERL"; then
5213506e
RW
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
2660$as_echo "$PERL" >&6; }
aaa5f039 2661else
5213506e
RW
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2663$as_echo "no" >&6; }
aaa5f039
DD
2664fi
2665
5213506e 2666
aaa5f039
DD
2667if test x"$PERL" = x""; then
2668 HAVE_PERL='#'
2669else
2670 HAVE_PERL=''
2671fi
2672
2673
0bc0cd11 2674# Make sure we can run config.sub.
5213506e 2675$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
22e05272 2676 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5213506e
RW
2677
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2679$as_echo_n "checking build system type... " >&6; }
22e05272 2680if ${ac_cv_build+:} false; then :
5213506e
RW
2681 $as_echo_n "(cached) " >&6
2682else
2683 ac_build_alias=$build_alias
2684test "x$ac_build_alias" = x &&
2685 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2686test "x$ac_build_alias" = x &&
22e05272 2687 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5213506e 2688ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
22e05272 2689 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5213506e
RW
2690
2691fi
2692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2693$as_echo "$ac_cv_build" >&6; }
2694case $ac_cv_build in
2695*-*-*) ;;
22e05272 2696*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5213506e 2697esac
238235ef 2698build=$ac_cv_build
5213506e
RW
2699ac_save_IFS=$IFS; IFS='-'
2700set x $ac_cv_build
2701shift
2702build_cpu=$1
2703build_vendor=$2
2704shift; shift
2705# Remember, the first character of IFS is used to create $*,
2706# except with old shells:
2707build_os=$*
2708IFS=$ac_save_IFS
2709case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
0bc0cd11
JL
2710
2711
5213506e
RW
2712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2713$as_echo_n "checking host system type... " >&6; }
22e05272 2714if ${ac_cv_host+:} false; then :
5213506e 2715 $as_echo_n "(cached) " >&6
238235ef 2716else
5213506e
RW
2717 if test "x$host_alias" = x; then
2718 ac_cv_host=$ac_cv_build
2719else
2720 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
22e05272 2721 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5213506e 2722fi
0bc0cd11 2723
238235ef 2724fi
5213506e
RW
2725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2726$as_echo "$ac_cv_host" >&6; }
2727case $ac_cv_host in
2728*-*-*) ;;
22e05272 2729*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5213506e 2730esac
238235ef 2731host=$ac_cv_host
5213506e
RW
2732ac_save_IFS=$IFS; IFS='-'
2733set x $ac_cv_host
2734shift
2735host_cpu=$1
2736host_vendor=$2
2737shift; shift
2738# Remember, the first character of IFS is used to create $*,
2739# except with old shells:
2740host_os=$*
2741IFS=$ac_save_IFS
2742case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
0bc0cd11 2743
0bc0cd11 2744
0bc0cd11 2745
0bc0cd11 2746
238235ef
DJ
2747if test -n "$ac_tool_prefix"; then
2748 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
0bc0cd11 2749set dummy ${ac_tool_prefix}ar; ac_word=$2
5213506e
RW
2750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2751$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2752if ${ac_cv_prog_AR+:} false; then :
5213506e 2753 $as_echo_n "(cached) " >&6
0bc0cd11
JL
2754else
2755 if test -n "$AR"; then
2756 ac_cv_prog_AR="$AR" # Let the user override the test.
2757else
238235ef
DJ
2758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2759for as_dir in $PATH
2760do
2761 IFS=$as_save_IFS
2762 test -z "$as_dir" && as_dir=.
5213506e 2763 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 2765 ac_cv_prog_AR="${ac_tool_prefix}ar"
5213506e 2766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
2767 break 2
2768 fi
2769done
5213506e
RW
2770 done
2771IFS=$as_save_IFS
238235ef 2772
0bc0cd11
JL
2773fi
2774fi
238235ef 2775AR=$ac_cv_prog_AR
0bc0cd11 2776if test -n "$AR"; then
5213506e
RW
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
2778$as_echo "$AR" >&6; }
0bc0cd11 2779else
5213506e
RW
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2781$as_echo "no" >&6; }
238235ef
DJ
2782fi
2783
5213506e 2784
0bc0cd11 2785fi
238235ef
DJ
2786if test -z "$ac_cv_prog_AR"; then
2787 ac_ct_AR=$AR
2788 # Extract the first word of "ar", so it can be a program name with args.
2789set dummy ar; ac_word=$2
5213506e
RW
2790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2791$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2792if ${ac_cv_prog_ac_ct_AR+:} false; then :
5213506e 2793 $as_echo_n "(cached) " >&6
238235ef
DJ
2794else
2795 if test -n "$ac_ct_AR"; then
2796 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
2797else
2798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2799for as_dir in $PATH
2800do
2801 IFS=$as_save_IFS
2802 test -z "$as_dir" && as_dir=.
5213506e 2803 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 2805 ac_cv_prog_ac_ct_AR="ar"
5213506e 2806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
2807 break 2
2808 fi
2809done
5213506e
RW
2810 done
2811IFS=$as_save_IFS
0bc0cd11 2812
238235ef
DJ
2813fi
2814fi
2815ac_ct_AR=$ac_cv_prog_ac_ct_AR
2816if test -n "$ac_ct_AR"; then
5213506e
RW
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
2818$as_echo "$ac_ct_AR" >&6; }
238235ef 2819else
5213506e
RW
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2821$as_echo "no" >&6; }
238235ef 2822fi
0bc0cd11 2823
5213506e
RW
2824 if test "x$ac_ct_AR" = x; then
2825 AR=""
2826 else
2827 case $cross_compiling:$ac_tool_warned in
2828yes:)
2829{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2830$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2831ac_tool_warned=yes ;;
2832esac
2833 AR=$ac_ct_AR
2834 fi
238235ef
DJ
2835else
2836 AR="$ac_cv_prog_AR"
2837fi
0bc0cd11 2838
238235ef
DJ
2839if test -n "$ac_tool_prefix"; then
2840 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
0bc0cd11 2841set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5213506e
RW
2842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2843$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2844if ${ac_cv_prog_RANLIB+:} false; then :
5213506e 2845 $as_echo_n "(cached) " >&6
0bc0cd11
JL
2846else
2847 if test -n "$RANLIB"; then
2848 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2849else
238235ef
DJ
2850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2851for as_dir in $PATH
2852do
2853 IFS=$as_save_IFS
2854 test -z "$as_dir" && as_dir=.
5213506e 2855 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 2857 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5213506e 2858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
2859 break 2
2860 fi
2861done
5213506e
RW
2862 done
2863IFS=$as_save_IFS
238235ef 2864
0bc0cd11
JL
2865fi
2866fi
238235ef 2867RANLIB=$ac_cv_prog_RANLIB
0bc0cd11 2868if test -n "$RANLIB"; then
5213506e
RW
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
2870$as_echo "$RANLIB" >&6; }
0bc0cd11 2871else
5213506e
RW
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2873$as_echo "no" >&6; }
0bc0cd11
JL
2874fi
2875
5213506e 2876
238235ef 2877fi
0bc0cd11 2878if test -z "$ac_cv_prog_RANLIB"; then
238235ef 2879 ac_ct_RANLIB=$RANLIB
0bc0cd11
JL
2880 # Extract the first word of "ranlib", so it can be a program name with args.
2881set dummy ranlib; ac_word=$2
5213506e
RW
2882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2883$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2884if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5213506e 2885 $as_echo_n "(cached) " >&6
0bc0cd11 2886else
238235ef
DJ
2887 if test -n "$ac_ct_RANLIB"; then
2888 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
0bc0cd11 2889else
238235ef
DJ
2890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2891for as_dir in $PATH
2892do
2893 IFS=$as_save_IFS
2894 test -z "$as_dir" && as_dir=.
5213506e 2895 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 2897 ac_cv_prog_ac_ct_RANLIB="ranlib"
5213506e 2898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
2899 break 2
2900 fi
2901done
5213506e
RW
2902 done
2903IFS=$as_save_IFS
238235ef 2904
0bc0cd11
JL
2905fi
2906fi
238235ef
DJ
2907ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2908if test -n "$ac_ct_RANLIB"; then
5213506e
RW
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
2910$as_echo "$ac_ct_RANLIB" >&6; }
0bc0cd11 2911else
5213506e
RW
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2913$as_echo "no" >&6; }
0bc0cd11
JL
2914fi
2915
5213506e
RW
2916 if test "x$ac_ct_RANLIB" = x; then
2917 RANLIB=":"
2918 else
2919 case $cross_compiling:$ac_tool_warned in
2920yes:)
2921{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2922$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2923ac_tool_warned=yes ;;
2924esac
2925 RANLIB=$ac_ct_RANLIB
2926 fi
0bc0cd11 2927else
238235ef 2928 RANLIB="$ac_cv_prog_RANLIB"
0bc0cd11
JL
2929fi
2930
2931
abea993f
GK
2932# Add --enable-multilib to configure.
2933# Default to --enable-multilib
5213506e
RW
2934# Check whether --enable-multilib was given.
2935if test "${enable_multilib+set}" = set; then :
2936 enableval=$enable_multilib; case "$enableval" in
abea993f
GK
2937 yes) multilib=yes ;;
2938 no) multilib=no ;;
22e05272 2939 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
abea993f
GK
2940 esac
2941else
2942 multilib=yes
5213506e
RW
2943fi
2944
abea993f
GK
2945
2946# Even if the default multilib is not a cross compilation,
2947# it may be that some of the other multilibs are.
2948if test $cross_compiling = no && test $multilib = yes \
2949 && test "x${with_multisubdir}" != x ; then
2950 cross_compiling=maybe
2951fi
2952
8c9fddf4
MB
2953# We may wish to install the target headers somewhere.
2954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libiberty headers and static library" >&5
2955$as_echo_n "checking whether to install libiberty headers and static library... " >&6; }
2956
2957# Check whether --enable-install-libiberty was given.
2958if test "${enable_install_libiberty+set}" = set; then :
2959 enableval=$enable_install_libiberty; enable_install_libiberty=$enableval
2960else
2961 enable_install_libiberty=no
2962fi
2963
2964# Option parsed, now set things appropriately.
2965case x"$enable_install_libiberty" in
2966 xyes|x)
2967 target_header_dir=libiberty
2968 ;;
2969 xno)
2970 target_header_dir=
2971 ;;
2972 *)
2973 # This could be sanity-checked in various ways...
2974 target_header_dir="${enable_install_libiberty}"
2975 ;;
2976esac
2977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_install_libiberty" >&5
2978$as_echo "$enable_install_libiberty" >&6; }
2979{ $as_echo "$as_me:${as_lineno-$LINENO}: target_header_dir = $target_header_dir" >&5
2980$as_echo "$as_me: target_header_dir = $target_header_dir" >&6;}
2981
1eaf7d9c 2982
238235ef
DJ
2983ac_ext=c
2984ac_cpp='$CPP $CPPFLAGS'
2985ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2986ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2987ac_compiler_gnu=$ac_cv_c_compiler_gnu
2988if test -n "$ac_tool_prefix"; then
2989 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2990set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
2991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2993if ${ac_cv_prog_CC+:} false; then :
5213506e 2994 $as_echo_n "(cached) " >&6
238235ef
DJ
2995else
2996 if test -n "$CC"; then
2997 ac_cv_prog_CC="$CC" # Let the user override the test.
2998else
2999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000for as_dir in $PATH
3001do
3002 IFS=$as_save_IFS
3003 test -z "$as_dir" && as_dir=.
5213506e 3004 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 3006 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
3008 break 2
3009 fi
3010done
5213506e
RW
3011 done
3012IFS=$as_save_IFS
238235ef
DJ
3013
3014fi
3015fi
3016CC=$ac_cv_prog_CC
3017if test -n "$CC"; then
5213506e
RW
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019$as_echo "$CC" >&6; }
238235ef 3020else
5213506e
RW
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022$as_echo "no" >&6; }
238235ef
DJ
3023fi
3024
5213506e 3025
238235ef
DJ
3026fi
3027if test -z "$ac_cv_prog_CC"; then
3028 ac_ct_CC=$CC
3029 # Extract the first word of "gcc", so it can be a program name with args.
0bc0cd11 3030set dummy gcc; ac_word=$2
5213506e
RW
3031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3033if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 3034 $as_echo_n "(cached) " >&6
238235ef
DJ
3035else
3036 if test -n "$ac_ct_CC"; then
3037 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3038else
3039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3040for as_dir in $PATH
3041do
3042 IFS=$as_save_IFS
3043 test -z "$as_dir" && as_dir=.
5213506e 3044 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 3046 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
3048 break 2
3049 fi
3050done
5213506e
RW
3051 done
3052IFS=$as_save_IFS
238235ef
DJ
3053
3054fi
3055fi
3056ac_ct_CC=$ac_cv_prog_ac_ct_CC
3057if test -n "$ac_ct_CC"; then
5213506e
RW
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3059$as_echo "$ac_ct_CC" >&6; }
238235ef 3060else
5213506e
RW
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3062$as_echo "no" >&6; }
238235ef
DJ
3063fi
3064
5213506e
RW
3065 if test "x$ac_ct_CC" = x; then
3066 CC=""
3067 else
3068 case $cross_compiling:$ac_tool_warned in
3069yes:)
3070{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3071$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3072ac_tool_warned=yes ;;
3073esac
3074 CC=$ac_ct_CC
3075 fi
238235ef
DJ
3076else
3077 CC="$ac_cv_prog_CC"
3078fi
3079
3080if test -z "$CC"; then
5213506e
RW
3081 if test -n "$ac_tool_prefix"; then
3082 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
238235ef 3083set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3085$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3086if ${ac_cv_prog_CC+:} false; then :
5213506e 3087 $as_echo_n "(cached) " >&6
0bc0cd11
JL
3088else
3089 if test -n "$CC"; then
3090 ac_cv_prog_CC="$CC" # Let the user override the test.
3091else
238235ef
DJ
3092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3093for as_dir in $PATH
3094do
3095 IFS=$as_save_IFS
3096 test -z "$as_dir" && as_dir=.
5213506e 3097 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 3099 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
3101 break 2
3102 fi
3103done
5213506e
RW
3104 done
3105IFS=$as_save_IFS
238235ef 3106
0bc0cd11
JL
3107fi
3108fi
238235ef 3109CC=$ac_cv_prog_CC
0bc0cd11 3110if test -n "$CC"; then
5213506e
RW
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3112$as_echo "$CC" >&6; }
0bc0cd11 3113else
5213506e
RW
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3115$as_echo "no" >&6; }
0bc0cd11
JL
3116fi
3117
238235ef 3118
5213506e 3119 fi
238235ef 3120fi
0bc0cd11
JL
3121if test -z "$CC"; then
3122 # Extract the first word of "cc", so it can be a program name with args.
3123set dummy cc; ac_word=$2
5213506e
RW
3124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3125$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3126if ${ac_cv_prog_CC+:} false; then :
5213506e 3127 $as_echo_n "(cached) " >&6
0bc0cd11
JL
3128else
3129 if test -n "$CC"; then
3130 ac_cv_prog_CC="$CC" # Let the user override the test.
3131else
0bc0cd11 3132 ac_prog_rejected=no
238235ef
DJ
3133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3134for as_dir in $PATH
3135do
3136 IFS=$as_save_IFS
3137 test -z "$as_dir" && as_dir=.
5213506e 3138 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef
DJ
3140 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3141 ac_prog_rejected=yes
3142 continue
3143 fi
3144 ac_cv_prog_CC="cc"
5213506e 3145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
3146 break 2
3147 fi
3148done
5213506e
RW
3149 done
3150IFS=$as_save_IFS
238235ef 3151
0bc0cd11
JL
3152if test $ac_prog_rejected = yes; then
3153 # We found a bogon in the path, so make sure we never use it.
3154 set dummy $ac_cv_prog_CC
3155 shift
238235ef 3156 if test $# != 0; then
0bc0cd11
JL
3157 # We chose a different compiler from the bogus one.
3158 # However, it has the same basename, so the bogon will be chosen
3159 # first if we set CC to just the basename; use the full file name.
3160 shift
238235ef 3161 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
0bc0cd11
JL
3162 fi
3163fi
3164fi
3165fi
238235ef 3166CC=$ac_cv_prog_CC
0bc0cd11 3167if test -n "$CC"; then
5213506e
RW
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3169$as_echo "$CC" >&6; }
0bc0cd11 3170else
5213506e
RW
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3172$as_echo "no" >&6; }
0bc0cd11
JL
3173fi
3174
5213506e 3175
0bc0cd11 3176fi
238235ef
DJ
3177if test -z "$CC"; then
3178 if test -n "$ac_tool_prefix"; then
5213506e 3179 for ac_prog in cl.exe
238235ef
DJ
3180 do
3181 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3182set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
3183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3184$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3185if ${ac_cv_prog_CC+:} false; then :
5213506e 3186 $as_echo_n "(cached) " >&6
0bc0cd11 3187else
238235ef
DJ
3188 if test -n "$CC"; then
3189 ac_cv_prog_CC="$CC" # Let the user override the test.
0bc0cd11 3190else
238235ef
DJ
3191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3192for as_dir in $PATH
3193do
3194 IFS=$as_save_IFS
3195 test -z "$as_dir" && as_dir=.
5213506e 3196 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 3198 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 3199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef
DJ
3200 break 2
3201 fi
3202done
5213506e
RW
3203 done
3204IFS=$as_save_IFS
238235ef 3205
0bc0cd11
JL
3206fi
3207fi
238235ef
DJ
3208CC=$ac_cv_prog_CC
3209if test -n "$CC"; then
5213506e
RW
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3211$as_echo "$CC" >&6; }
0bc0cd11 3212else
5213506e
RW
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3214$as_echo "no" >&6; }
0bc0cd11 3215fi
0bc0cd11 3216
5213506e 3217
238235ef
DJ
3218 test -n "$CC" && break
3219 done
0bc0cd11 3220fi
238235ef
DJ
3221if test -z "$CC"; then
3222 ac_ct_CC=$CC
5213506e 3223 for ac_prog in cl.exe
238235ef
DJ
3224do
3225 # Extract the first word of "$ac_prog", so it can be a program name with args.
3226set dummy $ac_prog; ac_word=$2
5213506e
RW
3227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3229if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 3230 $as_echo_n "(cached) " >&6
238235ef
DJ
3231else
3232 if test -n "$ac_ct_CC"; then
3233 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3234else
3235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3236for as_dir in $PATH
3237do
3238 IFS=$as_save_IFS
3239 test -z "$as_dir" && as_dir=.
5213506e 3240 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
238235ef 3242 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238235ef 3244 break 2
0bc0cd11 3245 fi
238235ef 3246done
5213506e
RW
3247 done
3248IFS=$as_save_IFS
238235ef
DJ
3249
3250fi
3251fi
3252ac_ct_CC=$ac_cv_prog_ac_ct_CC
3253if test -n "$ac_ct_CC"; then
5213506e
RW
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3255$as_echo "$ac_ct_CC" >&6; }
0bc0cd11 3256else
5213506e
RW
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258$as_echo "no" >&6; }
0bc0cd11
JL
3259fi
3260
5213506e 3261
238235ef
DJ
3262 test -n "$ac_ct_CC" && break
3263done
0bc0cd11 3264
5213506e
RW
3265 if test "x$ac_ct_CC" = x; then
3266 CC=""
3267 else
3268 case $cross_compiling:$ac_tool_warned in
3269yes:)
3270{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3271$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3272ac_tool_warned=yes ;;
3273esac
3274 CC=$ac_ct_CC
3275 fi
238235ef
DJ
3276fi
3277
3278fi
3279
3280
5213506e
RW
3281test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3283as_fn_error $? "no acceptable C compiler found in \$PATH
3284See \`config.log' for more details" "$LINENO" 5; }
238235ef
DJ
3285
3286# Provide some information about the compiler.
5213506e
RW
3287$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3288set X $ac_compile
3289ac_compiler=$2
3290for ac_option in --version -v -V -qversion; do
3291 { { ac_try="$ac_compiler $ac_option >&5"
3292case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295esac
3296eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3297$as_echo "$ac_try_echo"; } >&5
3298 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
238235ef 3299 ac_status=$?
5213506e
RW
3300 if test -s conftest.err; then
3301 sed '10a\
3302... rest of stderr output deleted ...
3303 10q' conftest.err >conftest.er1
3304 cat conftest.er1 >&5
5213506e 3305 fi
22e05272 3306 rm -f conftest.er1 conftest.err
5213506e
RW
3307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3308 test $ac_status = 0; }
3309done
238235ef 3310
5213506e 3311cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef 3312/* end confdefs.h. */
02ce382c 3313#include <stdio.h>
238235ef
DJ
3314int
3315main ()
3316{
02ce382c 3317printf ("hello world\n");
238235ef
DJ
3318 ;
3319 return 0;
3320}
3321_ACEOF
3322# FIXME: Cleanup?
5213506e 3323if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
238235ef
DJ
3324 (eval $ac_link) 2>&5
3325 ac_status=$?
5213506e
RW
3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; then :
238235ef
DJ
3328 gcc_no_link=no
3329else
3330 gcc_no_link=yes
3331fi
238235ef
DJ
3332if test x$gcc_no_link = xyes; then
3333 # Setting cross_compile will disable run tests; it will
3334 # also disable AC_CHECK_FILE but that's generally
3335 # correct if we can't link.
3336 cross_compiling=yes
3337 EXEEXT=
3338else
5213506e 3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef
DJ
3340/* end confdefs.h. */
3341
3342int
3343main ()
3344{
3345
3346 ;
3347 return 0;
3348}
3349_ACEOF
3350ac_clean_files_save=$ac_clean_files
22e05272 3351ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
238235ef
DJ
3352# Try to create an executable without -o first, disregard a.out.
3353# It will help us diagnose broken compilers, and finding out an intuition
3354# of exeext.
22e05272
JM
3355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3356$as_echo_n "checking whether the C compiler works... " >&6; }
5213506e
RW
3357ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3358
3359# The possible output files:
3360ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3361
3362ac_rmfiles=
3363for ac_file in $ac_files
3364do
3365 case $ac_file in
3366 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3367 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3368 esac
3369done
3370rm -f $ac_rmfiles
3371
3372if { { ac_try="$ac_link_default"
3373case "(($ac_try" in
3374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3375 *) ac_try_echo=$ac_try;;
3376esac
3377eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3378$as_echo "$ac_try_echo"; } >&5
3379 (eval "$ac_link_default") 2>&5
3380 ac_status=$?
3381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3382 test $ac_status = 0; }; then :
3383 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3384# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3385# in a Makefile. We should not override ac_cv_exeext if it was cached,
3386# so that the user can short-circuit this test for compilers unknown to
3387# Autoconf.
3388for ac_file in $ac_files ''
238235ef
DJ
3389do
3390 test -f "$ac_file" || continue
3391 case $ac_file in
5213506e 3392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3beb1315 3393 ;;
238235ef 3394 [ab].out )
3beb1315
HPN
3395 # We found the default executable, but exeext='' is most
3396 # certainly right.
3397 break;;
238235ef 3398 *.* )
5213506e
RW
3399 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3400 then :; else
3401 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3402 fi
3403 # We set ac_cv_exeext here because the later test for it is not
3404 # safe: cross compilers may not add the suffix if given an `-o'
3405 # argument, so we may need to know it at that point already.
3406 # Even if this section looks crufty: it has the advantage of
3407 # actually working.
3beb1315 3408 break;;
238235ef 3409 * )
3beb1315 3410 break;;
238235ef
DJ
3411 esac
3412done
5213506e
RW
3413test "$ac_cv_exeext" = no && ac_cv_exeext=
3414
7fda878c 3415else
5213506e
RW
3416 ac_file=''
3417fi
5213506e 3418if test -z "$ac_file"; then :
22e05272
JM
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3420$as_echo "no" >&6; }
3421$as_echo "$as_me: failed program was:" >&5
238235ef
DJ
3422sed 's/^/| /' conftest.$ac_ext >&5
3423
5213506e
RW
3424{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3426as_fn_error 77 "C compiler cannot create executables
3427See \`config.log' for more details" "$LINENO" 5; }
3428else
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3430$as_echo "yes" >&6; }
238235ef 3431fi
22e05272
JM
3432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3433$as_echo_n "checking for C compiler default output file name... " >&6; }
3434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3435$as_echo "$ac_file" >&6; }
238235ef 3436ac_exeext=$ac_cv_exeext
238235ef 3437
22e05272 3438rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
238235ef 3439ac_clean_files=$ac_clean_files_save
5213506e
RW
3440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3441$as_echo_n "checking for suffix of executables... " >&6; }
3442if { { ac_try="$ac_link"
3443case "(($ac_try" in
3444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3445 *) ac_try_echo=$ac_try;;
3446esac
3447eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3448$as_echo "$ac_try_echo"; } >&5
3449 (eval "$ac_link") 2>&5
238235ef 3450 ac_status=$?
5213506e
RW
3451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3452 test $ac_status = 0; }; then :
238235ef
DJ
3453 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3454# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3455# work properly (i.e., refer to `conftest.exe'), while it won't with
3456# `rm'.
3457for ac_file in conftest.exe conftest conftest.*; do
3458 test -f "$ac_file" || continue
3459 case $ac_file in
5213506e 3460 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
238235ef 3461 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3beb1315 3462 break;;
238235ef
DJ
3463 * ) break;;
3464 esac
3465done
7fda878c 3466else
5213506e
RW
3467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3468$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3469as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3470See \`config.log' for more details" "$LINENO" 5; }
7fda878c 3471fi
22e05272 3472rm -f conftest conftest$ac_cv_exeext
5213506e
RW
3473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3474$as_echo "$ac_cv_exeext" >&6; }
238235ef
DJ
3475
3476rm -f conftest.$ac_ext
3477EXEEXT=$ac_cv_exeext
3478ac_exeext=$EXEEXT
22e05272
JM
3479cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3480/* end confdefs.h. */
3481#include <stdio.h>
3482int
3483main ()
3484{
3485FILE *f = fopen ("conftest.out", "w");
3486 return ferror (f) || fclose (f) != 0;
3487
3488 ;
3489 return 0;
3490}
3491_ACEOF
3492ac_clean_files="$ac_clean_files conftest.out"
3493# Check that the compiler produces executables we can run. If not, either
3494# the compiler is broken, or we cross compile.
3495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3496$as_echo_n "checking whether we are cross compiling... " >&6; }
3497if test "$cross_compiling" != yes; then
3498 { { ac_try="$ac_link"
3499case "(($ac_try" in
3500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501 *) ac_try_echo=$ac_try;;
3502esac
3503eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3504$as_echo "$ac_try_echo"; } >&5
3505 (eval "$ac_link") 2>&5
3506 ac_status=$?
3507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3508 test $ac_status = 0; }
3509 if { ac_try='./conftest$ac_cv_exeext'
3510 { { case "(($ac_try" in
3511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3512 *) ac_try_echo=$ac_try;;
3513esac
3514eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3515$as_echo "$ac_try_echo"; } >&5
3516 (eval "$ac_try") 2>&5
3517 ac_status=$?
3518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3519 test $ac_status = 0; }; }; then
3520 cross_compiling=no
3521 else
3522 if test "$cross_compiling" = maybe; then
3523 cross_compiling=yes
3524 else
3525 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3526$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3527as_fn_error $? "cannot run C compiled programs.
3528If you meant to cross compile, use \`--host'.
3529See \`config.log' for more details" "$LINENO" 5; }
3530 fi
3531 fi
3532fi
3533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3534$as_echo "$cross_compiling" >&6; }
3535
3536rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3537ac_clean_files=$ac_clean_files_save
7fda878c 3538fi
5213506e
RW
3539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3540$as_echo_n "checking for suffix of object files... " >&6; }
22e05272 3541if ${ac_cv_objext+:} false; then :
5213506e 3542 $as_echo_n "(cached) " >&6
7fda878c 3543else
5213506e 3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef 3545/* end confdefs.h. */
7fda878c 3546
238235ef
DJ
3547int
3548main ()
3549{
7fda878c 3550
238235ef
DJ
3551 ;
3552 return 0;
3553}
3554_ACEOF
3555rm -f conftest.o conftest.obj
5213506e
RW
3556if { { ac_try="$ac_compile"
3557case "(($ac_try" in
3558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559 *) ac_try_echo=$ac_try;;
3560esac
3561eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3562$as_echo "$ac_try_echo"; } >&5
3563 (eval "$ac_compile") 2>&5
3564 ac_status=$?
3565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3566 test $ac_status = 0; }; then :
3567 for ac_file in conftest.o conftest.obj conftest.*; do
3568 test -f "$ac_file" || continue;
238235ef 3569 case $ac_file in
5213506e 3570 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
238235ef
DJ
3571 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3572 break;;
3573 esac
3574done
7fda878c 3575else
5213506e 3576 $as_echo "$as_me: failed program was:" >&5
238235ef
DJ
3577sed 's/^/| /' conftest.$ac_ext >&5
3578
5213506e
RW
3579{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3580$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3581as_fn_error $? "cannot compute suffix of object files: cannot compile
3582See \`config.log' for more details" "$LINENO" 5; }
238235ef 3583fi
238235ef 3584rm -f conftest.$ac_cv_objext conftest.$ac_ext
7fda878c 3585fi
5213506e
RW
3586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3587$as_echo "$ac_cv_objext" >&6; }
238235ef
DJ
3588OBJEXT=$ac_cv_objext
3589ac_objext=$OBJEXT
5213506e
RW
3590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3591$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
22e05272 3592if ${ac_cv_c_compiler_gnu+:} false; then :
5213506e 3593 $as_echo_n "(cached) " >&6
238235ef 3594else
5213506e 3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef
DJ
3596/* end confdefs.h. */
3597
3598int
3599main ()
3600{
3601#ifndef __GNUC__
3602 choke me
3603#endif
7fda878c 3604
238235ef
DJ
3605 ;
3606 return 0;
3607}
3608_ACEOF
5213506e 3609if ac_fn_c_try_compile "$LINENO"; then :
238235ef
DJ
3610 ac_compiler_gnu=yes
3611else
5213506e 3612 ac_compiler_gnu=no
238235ef 3613fi
5213506e 3614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
238235ef
DJ
3615ac_cv_c_compiler_gnu=$ac_compiler_gnu
3616
3617fi
5213506e
RW
3618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3619$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3620if test $ac_compiler_gnu = yes; then
3621 GCC=yes
3622else
3623 GCC=
3624fi
238235ef
DJ
3625ac_test_CFLAGS=${CFLAGS+set}
3626ac_save_CFLAGS=$CFLAGS
5213506e
RW
3627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3628$as_echo_n "checking whether $CC accepts -g... " >&6; }
22e05272 3629if ${ac_cv_prog_cc_g+:} false; then :
5213506e
RW
3630 $as_echo_n "(cached) " >&6
3631else
3632 ac_save_c_werror_flag=$ac_c_werror_flag
3633 ac_c_werror_flag=yes
3634 ac_cv_prog_cc_g=no
3635 CFLAGS="-g"
3636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef 3637/* end confdefs.h. */
7fda878c 3638
238235ef
DJ
3639int
3640main ()
3641{
7fda878c 3642
238235ef
DJ
3643 ;
3644 return 0;
3645}
3646_ACEOF
5213506e 3647if ac_fn_c_try_compile "$LINENO"; then :
238235ef
DJ
3648 ac_cv_prog_cc_g=yes
3649else
5213506e
RW
3650 CFLAGS=""
3651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3652/* end confdefs.h. */
3653
3654int
3655main ()
3656{
3657
3658 ;
3659 return 0;
3660}
3661_ACEOF
3662if ac_fn_c_try_compile "$LINENO"; then :
3663
3664else
3665 ac_c_werror_flag=$ac_save_c_werror_flag
3666 CFLAGS="-g"
3667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3668/* end confdefs.h. */
3669
3670int
3671main ()
3672{
0bc0cd11 3673
5213506e
RW
3674 ;
3675 return 0;
3676}
3677_ACEOF
3678if ac_fn_c_try_compile "$LINENO"; then :
3679 ac_cv_prog_cc_g=yes
3680fi
3681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
238235ef 3682fi
5213506e 3683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
238235ef 3684fi
5213506e
RW
3685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 ac_c_werror_flag=$ac_save_c_werror_flag
3687fi
3688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3689$as_echo "$ac_cv_prog_cc_g" >&6; }
238235ef
DJ
3690if test "$ac_test_CFLAGS" = set; then
3691 CFLAGS=$ac_save_CFLAGS
3692elif test $ac_cv_prog_cc_g = yes; then
0bc0cd11 3693 if test "$GCC" = yes; then
238235ef 3694 CFLAGS="-g -O2"
0bc0cd11 3695 else
238235ef 3696 CFLAGS="-g"
0bc0cd11
JL
3697 fi
3698else
238235ef
DJ
3699 if test "$GCC" = yes; then
3700 CFLAGS="-O2"
3701 else
3702 CFLAGS=
3703 fi
0bc0cd11 3704fi
5213506e
RW
3705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3706$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
22e05272 3707if ${ac_cv_prog_cc_c89+:} false; then :
5213506e 3708 $as_echo_n "(cached) " >&6
238235ef 3709else
5213506e 3710 ac_cv_prog_cc_c89=no
238235ef 3711ac_save_CC=$CC
5213506e 3712cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef
DJ
3713/* end confdefs.h. */
3714#include <stdarg.h>
3715#include <stdio.h>
22e05272 3716struct stat;
238235ef
DJ
3717/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3718struct buf { int x; };
3719FILE * (*rcsopen) (struct buf *, struct stat *, int);
3720static char *e (p, i)
3721 char **p;
3722 int i;
3723{
3724 return p[i];
d1209685 3725}
238235ef
DJ
3726static char *f (char * (*g) (char **, int), char **p, ...)
3727{
3728 char *s;
3729 va_list v;
3730 va_start (v,p);
3731 s = g (p, va_arg (v,int));
3732 va_end (v);
3733 return s;
d1209685 3734}
3beb1315
HPN
3735
3736/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3737 function prototypes and stuff, but not '\xHH' hex character constants.
3738 These don't provoke an error unfortunately, instead are silently treated
5213506e 3739 as 'x'. The following induces an error, until -std is added to get
3beb1315
HPN
3740 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3741 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 3742 that's true only with -std. */
3beb1315
HPN
3743int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3744
5213506e
RW
3745/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3746 inside strings and character constants. */
3747#define FOO(x) 'x'
3748int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3749
238235ef
DJ
3750int test (int i, double x);
3751struct s1 {int (*f) (int a);};
3752struct s2 {int (*f) (double a);};
3753int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3754int argc;
3755char **argv;
3756int
3757main ()
3758{
3759return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3760 ;
3761 return 0;
d1209685 3762}
238235ef 3763_ACEOF
5213506e
RW
3764for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3765 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
238235ef
DJ
3766do
3767 CC="$ac_save_CC $ac_arg"
5213506e
RW
3768 if ac_fn_c_try_compile "$LINENO"; then :
3769 ac_cv_prog_cc_c89=$ac_arg
238235ef 3770fi
5213506e
RW
3771rm -f core conftest.err conftest.$ac_objext
3772 test "x$ac_cv_prog_cc_c89" != "xno" && break
238235ef 3773done
5213506e 3774rm -f conftest.$ac_ext
238235ef
DJ
3775CC=$ac_save_CC
3776
3777fi
5213506e
RW
3778# AC_CACHE_VAL
3779case "x$ac_cv_prog_cc_c89" in
3780 x)
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3782$as_echo "none needed" >&6; } ;;
3783 xno)
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3785$as_echo "unsupported" >&6; } ;;
238235ef 3786 *)
5213506e
RW
3787 CC="$CC $ac_cv_prog_cc_c89"
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3789$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
238235ef 3790esac
5213506e 3791if test "x$ac_cv_prog_cc_c89" != xno; then :
238235ef 3792
238235ef
DJ
3793fi
3794
238235ef
DJ
3795ac_ext=c
3796ac_cpp='$CPP $CPPFLAGS'
3797ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3798ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3799ac_compiler_gnu=$ac_cv_c_compiler_gnu
3800
d208e2d2 3801
f50f17e6
YJ
3802ac_ext=c
3803ac_cpp='$CPP $CPPFLAGS'
3804ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3805ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3806ac_compiler_gnu=$ac_cv_c_compiler_gnu
3807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3808$as_echo_n "checking how to run the C preprocessor... " >&6; }
3809# On Suns, sometimes $CPP names a directory.
3810if test -n "$CPP" && test -d "$CPP"; then
3811 CPP=
5213506e 3812fi
f50f17e6 3813if test -z "$CPP"; then
22e05272 3814 if ${ac_cv_prog_CPP+:} false; then :
5213506e 3815 $as_echo_n "(cached) " >&6
d208e2d2 3816else
f50f17e6
YJ
3817 # Double quotes because CPP needs to be expanded
3818 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3819 do
3820 ac_preproc_ok=false
3821for ac_c_preproc_warn_flag in '' yes
3822do
3823 # Use a header file that comes with gcc, so configuring glibc
3824 # with a fresh cross-compiler works.
3825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3826 # <limits.h> exists even on freestanding compilers.
3827 # On the NeXT, cc -E runs the code through the compiler's parser,
3828 # not just through cpp. "Syntax error" is here to catch this case.
3829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d208e2d2 3830/* end confdefs.h. */
f50f17e6
YJ
3831#ifdef __STDC__
3832# include <limits.h>
3833#else
3834# include <assert.h>
3835#endif
3836 Syntax error
d208e2d2 3837_ACEOF
f50f17e6
YJ
3838if ac_fn_c_try_cpp "$LINENO"; then :
3839
3840else
3841 # Broken: fails on valid input.
3842continue
d208e2d2 3843fi
22e05272 3844rm -f conftest.err conftest.i conftest.$ac_ext
f50f17e6
YJ
3845
3846 # OK, works on sane cases. Now check whether nonexistent headers
3847 # can be detected and how.
3848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3849/* end confdefs.h. */
3850#include <ac_nonexistent.h>
3851_ACEOF
3852if ac_fn_c_try_cpp "$LINENO"; then :
3853 # Broken: success on invalid input.
3854continue
3855else
3856 # Passes both tests.
3857ac_preproc_ok=:
3858break
d208e2d2 3859fi
22e05272 3860rm -f conftest.err conftest.i conftest.$ac_ext
f50f17e6
YJ
3861
3862done
3863# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 3864rm -f conftest.i conftest.err conftest.$ac_ext
f50f17e6
YJ
3865if $ac_preproc_ok; then :
3866 break
d208e2d2 3867fi
d208e2d2 3868
f50f17e6
YJ
3869 done
3870 ac_cv_prog_CPP=$CPP
3871
3872fi
3873 CPP=$ac_cv_prog_CPP
d208e2d2 3874else
f50f17e6
YJ
3875 ac_cv_prog_CPP=$CPP
3876fi
3877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3878$as_echo "$CPP" >&6; }
3879ac_preproc_ok=false
3880for ac_c_preproc_warn_flag in '' yes
3881do
3882 # Use a header file that comes with gcc, so configuring glibc
3883 # with a fresh cross-compiler works.
3884 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3885 # <limits.h> exists even on freestanding compilers.
3886 # On the NeXT, cc -E runs the code through the compiler's parser,
3887 # not just through cpp. "Syntax error" is here to catch this case.
5213506e 3888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d208e2d2 3889/* end confdefs.h. */
f50f17e6
YJ
3890#ifdef __STDC__
3891# include <limits.h>
3892#else
3893# include <assert.h>
3894#endif
3895 Syntax error
d208e2d2 3896_ACEOF
f50f17e6
YJ
3897if ac_fn_c_try_cpp "$LINENO"; then :
3898
3899else
3900 # Broken: fails on valid input.
3901continue
d208e2d2 3902fi
22e05272 3903rm -f conftest.err conftest.i conftest.$ac_ext
f50f17e6
YJ
3904
3905 # OK, works on sane cases. Now check whether nonexistent headers
3906 # can be detected and how.
5213506e 3907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d208e2d2 3908/* end confdefs.h. */
f50f17e6 3909#include <ac_nonexistent.h>
b033df90 3910_ACEOF
5213506e 3911if ac_fn_c_try_cpp "$LINENO"; then :
b033df90
DJ
3912 # Broken: success on invalid input.
3913continue
3914else
b033df90
DJ
3915 # Passes both tests.
3916ac_preproc_ok=:
3917break
3918fi
22e05272 3919rm -f conftest.err conftest.i conftest.$ac_ext
b033df90
DJ
3920
3921done
3922# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 3923rm -f conftest.i conftest.err conftest.$ac_ext
5213506e
RW
3924if $ac_preproc_ok; then :
3925
b033df90 3926else
5213506e
RW
3927 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3928$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3929as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3930See \`config.log' for more details" "$LINENO" 5; }
b033df90
DJ
3931fi
3932
3933ac_ext=c
3934ac_cpp='$CPP $CPPFLAGS'
3935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3937ac_compiler_gnu=$ac_cv_c_compiler_gnu
3938
3939
f50f17e6
YJ
3940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3941$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
22e05272 3942if ${ac_cv_path_GREP+:} false; then :
5213506e 3943 $as_echo_n "(cached) " >&6
e8f9ec35 3944else
f50f17e6
YJ
3945 if test -z "$GREP"; then
3946 ac_path_GREP_found=false
3947 # Loop through the user's path and test for each of PROGNAME-LIST
3948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3949for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3950do
3951 IFS=$as_save_IFS
3952 test -z "$as_dir" && as_dir=.
3953 for ac_prog in grep ggrep; do
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 3956 as_fn_executable_p "$ac_path_GREP" || continue
f50f17e6
YJ
3957# Check for GNU ac_path_GREP and select it if it is found.
3958 # Check for GNU $ac_path_GREP
3959case `"$ac_path_GREP" --version 2>&1` in
3960*GNU*)
3961 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3962*)
3963 ac_count=0
3964 $as_echo_n 0123456789 >"conftest.in"
3965 while :
3966 do
3967 cat "conftest.in" "conftest.in" >"conftest.tmp"
3968 mv "conftest.tmp" "conftest.in"
3969 cp "conftest.in" "conftest.nl"
3970 $as_echo 'GREP' >> "conftest.nl"
3971 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3972 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3973 as_fn_arith $ac_count + 1 && ac_count=$as_val
3974 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3975 # Best one so far, save it but keep looking for a better one
3976 ac_cv_path_GREP="$ac_path_GREP"
3977 ac_path_GREP_max=$ac_count
3978 fi
3979 # 10*(2^10) chars as input seems more than enough
3980 test $ac_count -gt 10 && break
3981 done
3982 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3983esac
3984
3985 $ac_path_GREP_found && break 3
3986 done
3987 done
3988 done
3989IFS=$as_save_IFS
3990 if test -z "$ac_cv_path_GREP"; then
22e05272 3991 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
f50f17e6 3992 fi
aa2480c5 3993else
f50f17e6
YJ
3994 ac_cv_path_GREP=$GREP
3995fi
3996
3997fi
3998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3999$as_echo "$ac_cv_path_GREP" >&6; }
4000 GREP="$ac_cv_path_GREP"
4001
4002
4003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4004$as_echo_n "checking for egrep... " >&6; }
22e05272 4005if ${ac_cv_path_EGREP+:} false; then :
f50f17e6
YJ
4006 $as_echo_n "(cached) " >&6
4007else
4008 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4009 then ac_cv_path_EGREP="$GREP -E"
4010 else
4011 if test -z "$EGREP"; then
4012 ac_path_EGREP_found=false
4013 # Loop through the user's path and test for each of PROGNAME-LIST
4014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4016do
4017 IFS=$as_save_IFS
4018 test -z "$as_dir" && as_dir=.
4019 for ac_prog in egrep; do
4020 for ac_exec_ext in '' $ac_executable_extensions; do
4021 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4022 as_fn_executable_p "$ac_path_EGREP" || continue
f50f17e6
YJ
4023# Check for GNU ac_path_EGREP and select it if it is found.
4024 # Check for GNU $ac_path_EGREP
4025case `"$ac_path_EGREP" --version 2>&1` in
4026*GNU*)
4027 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4028*)
4029 ac_count=0
4030 $as_echo_n 0123456789 >"conftest.in"
4031 while :
4032 do
4033 cat "conftest.in" "conftest.in" >"conftest.tmp"
4034 mv "conftest.tmp" "conftest.in"
4035 cp "conftest.in" "conftest.nl"
4036 $as_echo 'EGREP' >> "conftest.nl"
4037 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4038 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4039 as_fn_arith $ac_count + 1 && ac_count=$as_val
4040 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4041 # Best one so far, save it but keep looking for a better one
4042 ac_cv_path_EGREP="$ac_path_EGREP"
4043 ac_path_EGREP_max=$ac_count
4044 fi
4045 # 10*(2^10) chars as input seems more than enough
4046 test $ac_count -gt 10 && break
4047 done
4048 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4049esac
4050
4051 $ac_path_EGREP_found && break 3
4052 done
4053 done
4054 done
4055IFS=$as_save_IFS
4056 if test -z "$ac_cv_path_EGREP"; then
22e05272 4057 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
f50f17e6
YJ
4058 fi
4059else
4060 ac_cv_path_EGREP=$EGREP
4061fi
4062
4063 fi
4064fi
4065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4066$as_echo "$ac_cv_path_EGREP" >&6; }
4067 EGREP="$ac_cv_path_EGREP"
4068
4069
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4071$as_echo_n "checking for ANSI C header files... " >&6; }
22e05272 4072if ${ac_cv_header_stdc+:} false; then :
f50f17e6
YJ
4073 $as_echo_n "(cached) " >&6
4074else
4075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
aa2480c5 4076/* end confdefs.h. */
f50f17e6
YJ
4077#include <stdlib.h>
4078#include <stdarg.h>
4079#include <string.h>
4080#include <float.h>
aa2480c5
PB
4081
4082int
4083main ()
4084{
4085
4086 ;
4087 return 0;
4088}
4089_ACEOF
5213506e 4090if ac_fn_c_try_compile "$LINENO"; then :
f50f17e6 4091 ac_cv_header_stdc=yes
aa2480c5 4092else
f50f17e6 4093 ac_cv_header_stdc=no
aa2480c5 4094fi
5213506e 4095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f50f17e6
YJ
4096
4097if test $ac_cv_header_stdc = yes; then
4098 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4100/* end confdefs.h. */
4101#include <string.h>
4102
4103_ACEOF
4104if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4105 $EGREP "memchr" >/dev/null 2>&1; then :
4106
4107else
4108 ac_cv_header_stdc=no
aa2480c5 4109fi
f50f17e6 4110rm -f conftest*
aa2480c5 4111
aa2480c5
PB
4112fi
4113
f50f17e6
YJ
4114if test $ac_cv_header_stdc = yes; then
4115 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4117/* end confdefs.h. */
4118#include <stdlib.h>
4119
4120_ACEOF
4121if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4122 $EGREP "free" >/dev/null 2>&1; then :
aa2480c5 4123
24f2cabb 4124else
f50f17e6 4125 ac_cv_header_stdc=no
24f2cabb 4126fi
f50f17e6
YJ
4127rm -f conftest*
4128
4129fi
4130
4131if test $ac_cv_header_stdc = yes; then
4132 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4133 if test "$cross_compiling" = yes; then :
4134 :
24f2cabb 4135else
5213506e 4136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24f2cabb 4137/* end confdefs.h. */
f50f17e6
YJ
4138#include <ctype.h>
4139#include <stdlib.h>
4140#if ((' ' & 0x0FF) == 0x020)
4141# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4142# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4143#else
4144# define ISLOWER(c) \
4145 (('a' <= (c) && (c) <= 'i') \
4146 || ('j' <= (c) && (c) <= 'r') \
4147 || ('s' <= (c) && (c) <= 'z'))
4148# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4149#endif
24f2cabb 4150
f50f17e6 4151#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
24f2cabb
L
4152int
4153main ()
4154{
f50f17e6
YJ
4155 int i;
4156 for (i = 0; i < 256; i++)
4157 if (XOR (islower (i), ISLOWER (i))
4158 || toupper (i) != TOUPPER (i))
4159 return 2;
24f2cabb
L
4160 return 0;
4161}
4162_ACEOF
f50f17e6
YJ
4163if ac_fn_c_try_run "$LINENO"; then :
4164
24f2cabb 4165else
f50f17e6
YJ
4166 ac_cv_header_stdc=no
4167fi
4168rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4169 conftest.$ac_objext conftest.beam conftest.$ac_ext
24f2cabb 4170fi
24f2cabb
L
4171
4172fi
f50f17e6
YJ
4173fi
4174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4175$as_echo "$ac_cv_header_stdc" >&6; }
4176if test $ac_cv_header_stdc = yes; then
24f2cabb 4177
f50f17e6 4178$as_echo "#define STDC_HEADERS 1" >>confdefs.h
24f2cabb
L
4179
4180fi
4181
f50f17e6
YJ
4182# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4183for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4184 inttypes.h stdint.h unistd.h
4185do :
4186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4187ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4188"
22e05272 4189if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
f50f17e6
YJ
4190 cat >>confdefs.h <<_ACEOF
4191#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4192_ACEOF
4193
4194fi
4195
4196done
4197
4198
4199
4200 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
22e05272 4201if test "x$ac_cv_header_minix_config_h" = xyes; then :
f50f17e6 4202 MINIX=yes
24f2cabb 4203else
f50f17e6 4204 MINIX=
24f2cabb
L
4205fi
4206
4207
f50f17e6 4208 if test "$MINIX" = yes; then
24f2cabb 4209
f50f17e6
YJ
4210$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4211
4212
4213$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4214
4215
4216$as_echo "#define _MINIX 1" >>confdefs.h
4217
4218 fi
4219
4220
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4222$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
22e05272 4223if ${ac_cv_safe_to_define___extensions__+:} false; then :
5213506e 4224 $as_echo_n "(cached) " >&6
207db768 4225else
5213506e 4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ad49d865
L
4227/* end confdefs.h. */
4228
22e05272
JM
4229# define __EXTENSIONS__ 1
4230 $ac_includes_default
ad49d865
L
4231int
4232main ()
4233{
ad49d865
L
4234
4235 ;
4236 return 0;
4237}
4238_ACEOF
5213506e 4239if ac_fn_c_try_compile "$LINENO"; then :
f50f17e6 4240 ac_cv_safe_to_define___extensions__=yes
207db768 4241else
f50f17e6 4242 ac_cv_safe_to_define___extensions__=no
207db768 4243fi
5213506e 4244rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
207db768 4245fi
f50f17e6
YJ
4246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4247$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4248 test $ac_cv_safe_to_define___extensions__ = yes &&
4249 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4250
4251 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4252
4253 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4254
4255 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4256
4257 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4258
ad49d865 4259
207db768 4260
f50f17e6
YJ
4261# Check whether --enable-largefile was given.
4262if test "${enable_largefile+set}" = set; then :
4263 enableval=$enable_largefile;
207db768 4264fi
ad49d865 4265
f50f17e6
YJ
4266if test "$enable_largefile" != no; then
4267
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4269$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
22e05272 4270if ${ac_cv_sys_largefile_CC+:} false; then :
5213506e 4271 $as_echo_n "(cached) " >&6
207db768 4272else
f50f17e6
YJ
4273 ac_cv_sys_largefile_CC=no
4274 if test "$GCC" != yes; then
4275 ac_save_CC=$CC
4276 while :; do
4277 # IRIX 6.2 and later do not support large files by default,
4278 # so use the C compiler's -n32 option if that helps.
4279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4280/* end confdefs.h. */
4281#include <sys/types.h>
4282 /* Check that off_t can represent 2**63 - 1 correctly.
4283 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4284 since some C++ compilers masquerading as C compilers
4285 incorrectly reject 9223372036854775807. */
4286#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4287 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4288 && LARGE_OFF_T % 2147483647 == 1)
4289 ? 1 : -1];
4290int
4291main ()
4292{
4293
4294 ;
4295 return 0;
4296}
4297_ACEOF
4298 if ac_fn_c_try_compile "$LINENO"; then :
4299 break
4300fi
4301rm -f core conftest.err conftest.$ac_objext
4302 CC="$CC -n32"
4303 if ac_fn_c_try_compile "$LINENO"; then :
4304 ac_cv_sys_largefile_CC=' -n32'; break
4305fi
4306rm -f core conftest.err conftest.$ac_objext
4307 break
4308 done
4309 CC=$ac_save_CC
4310 rm -f conftest.$ac_ext
4311 fi
4312fi
4313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4314$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4315 if test "$ac_cv_sys_largefile_CC" != no; then
4316 CC=$CC$ac_cv_sys_largefile_CC
4317 fi
4318
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4320$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
22e05272 4321if ${ac_cv_sys_file_offset_bits+:} false; then :
f50f17e6
YJ
4322 $as_echo_n "(cached) " >&6
4323else
4324 while :; do
5213506e 4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ad49d865 4326/* end confdefs.h. */
f50f17e6
YJ
4327#include <sys/types.h>
4328 /* Check that off_t can represent 2**63 - 1 correctly.
4329 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4330 since some C++ compilers masquerading as C compilers
4331 incorrectly reject 9223372036854775807. */
4332#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4333 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4334 && LARGE_OFF_T % 2147483647 == 1)
4335 ? 1 : -1];
4336int
4337main ()
4338{
238235ef 4339
f50f17e6
YJ
4340 ;
4341 return 0;
4342}
ad49d865 4343_ACEOF
5213506e 4344if ac_fn_c_try_compile "$LINENO"; then :
f50f17e6 4345 ac_cv_sys_file_offset_bits=no; break
207db768 4346fi
5213506e 4347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f50f17e6
YJ
4348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4349/* end confdefs.h. */
4350#define _FILE_OFFSET_BITS 64
4351#include <sys/types.h>
4352 /* Check that off_t can represent 2**63 - 1 correctly.
4353 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4354 since some C++ compilers masquerading as C compilers
4355 incorrectly reject 9223372036854775807. */
4356#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4357 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4358 && LARGE_OFF_T % 2147483647 == 1)
4359 ? 1 : -1];
4360int
4361main ()
4362{
ad49d865 4363
f50f17e6
YJ
4364 ;
4365 return 0;
4366}
4367_ACEOF
4368if ac_fn_c_try_compile "$LINENO"; then :
4369 ac_cv_sys_file_offset_bits=64; break
207db768 4370fi
f50f17e6
YJ
4371rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4372 ac_cv_sys_file_offset_bits=unknown
4373 break
4374done
4375fi
4376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4377$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4378case $ac_cv_sys_file_offset_bits in #(
4379 no | unknown) ;;
4380 *)
4381cat >>confdefs.h <<_ACEOF
4382#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
ad49d865 4383_ACEOF
f50f17e6 4384;;
ad49d865 4385esac
f50f17e6
YJ
4386rm -rf conftest*
4387 if test $ac_cv_sys_file_offset_bits = unknown; then
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4389$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
22e05272 4390if ${ac_cv_sys_large_files+:} false; then :
f50f17e6
YJ
4391 $as_echo_n "(cached) " >&6
4392else
4393 while :; do
4394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4395/* end confdefs.h. */
4396#include <sys/types.h>
4397 /* Check that off_t can represent 2**63 - 1 correctly.
4398 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4399 since some C++ compilers masquerading as C compilers
4400 incorrectly reject 9223372036854775807. */
4401#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4402 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4403 && LARGE_OFF_T % 2147483647 == 1)
4404 ? 1 : -1];
4405int
4406main ()
4407{
207db768 4408
f50f17e6
YJ
4409 ;
4410 return 0;
4411}
4412_ACEOF
4413if ac_fn_c_try_compile "$LINENO"; then :
4414 ac_cv_sys_large_files=no; break
4415fi
4416rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4418/* end confdefs.h. */
4419#define _LARGE_FILES 1
4420#include <sys/types.h>
4421 /* Check that off_t can represent 2**63 - 1 correctly.
4422 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4423 since some C++ compilers masquerading as C compilers
4424 incorrectly reject 9223372036854775807. */
4425#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4426 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4427 && LARGE_OFF_T % 2147483647 == 1)
4428 ? 1 : -1];
4429int
4430main ()
4431{
5213506e 4432
f50f17e6
YJ
4433 ;
4434 return 0;
4435}
4436_ACEOF
4437if ac_fn_c_try_compile "$LINENO"; then :
4438 ac_cv_sys_large_files=1; break
4439fi
4440rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4441 ac_cv_sys_large_files=unknown
4442 break
4443done
4444fi
4445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4446$as_echo "$ac_cv_sys_large_files" >&6; }
4447case $ac_cv_sys_large_files in #(
4448 no | unknown) ;;
4449 *)
4450cat >>confdefs.h <<_ACEOF
4451#define _LARGE_FILES $ac_cv_sys_large_files
4452_ACEOF
4453;;
4454esac
4455rm -rf conftest*
4456 fi
22e05272
JM
4457
4458
f50f17e6
YJ
4459fi
4460
4461
4462ac_c_preproc_warn_flag=yes
4463
126e0b6b
AM
4464ac_ext=c
4465ac_cpp='$CPP $CPPFLAGS'
4466ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4467ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4468ac_compiler_gnu=$ac_cv_c_compiler_gnu
4469
f50f17e6
YJ
4470ac_libiberty_warn_cflags=
4471save_CFLAGS="$CFLAGS"
4472for real_option in -W -Wall -Wwrite-strings -Wc++-compat \
3eb89071
MW
4473 -Wstrict-prototypes \
4474 -Wshadow=local; do
f50f17e6
YJ
4475 # Do the check with the no- prefix removed since gcc silently
4476 # accepts any -Wno-* option on purpose
4477 case $real_option in
4478 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
4479 *) option=$real_option ;;
4480 esac
4481 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
4482
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
4484$as_echo_n "checking whether $CC supports $option... " >&6; }
22e05272 4485if eval \${$as_acx_Woption+:} false; then :
5213506e 4486 $as_echo_n "(cached) " >&6
207db768 4487else
f50f17e6
YJ
4488 CFLAGS="$option"
4489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4490/* end confdefs.h. */
5213506e 4491
f50f17e6
YJ
4492int
4493main ()
4494{
4495
4496 ;
4497 return 0;
4498}
4499_ACEOF
4500if ac_fn_c_try_compile "$LINENO"; then :
4501 eval "$as_acx_Woption=yes"
4502else
4503 eval "$as_acx_Woption=no"
4504fi
4505rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4506
4507fi
4508eval ac_res=\$$as_acx_Woption
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4510$as_echo "$ac_res" >&6; }
4511 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
4512 ac_libiberty_warn_cflags="$ac_libiberty_warn_cflags${ac_libiberty_warn_cflags:+ }$real_option"
4513fi
5213506e 4514 done
f50f17e6 4515CFLAGS="$save_CFLAGS"
126e0b6b
AM
4516ac_ext=c
4517ac_cpp='$CPP $CPPFLAGS'
4518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4520ac_compiler_gnu=$ac_cv_c_compiler_gnu
4521
4522
4523ac_ext=c
4524ac_cpp='$CPP $CPPFLAGS'
4525ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4526ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4527ac_compiler_gnu=$ac_cv_c_compiler_gnu
f50f17e6
YJ
4528
4529# Do the check with the no- prefix removed from the warning options
4530# since gcc silently accepts any -Wno-* option on purpose
4531if test "$GCC" = yes; then :
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pedantic " >&5
4533$as_echo_n "checking whether $CC supports -pedantic ... " >&6; }
22e05272 4534if ${acx_cv_prog_cc_pedantic_+:} false; then :
f50f17e6 4535 $as_echo_n "(cached) " >&6
5213506e 4536else
f50f17e6
YJ
4537 save_CFLAGS="$CFLAGS"
4538CFLAGS="-pedantic "
4539cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4540/* end confdefs.h. */
4541
4542int
4543main ()
4544{
4545
4546 ;
4547 return 0;
4548}
4549_ACEOF
4550if ac_fn_c_try_compile "$LINENO"; then :
4551 acx_cv_prog_cc_pedantic_=yes
4552else
4553 acx_cv_prog_cc_pedantic_=no
4554fi
4555rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4556CFLAGS="$save_CFLAGS"
4557fi
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_prog_cc_pedantic_" >&5
4559$as_echo "$acx_cv_prog_cc_pedantic_" >&6; }
4560if test $acx_cv_prog_cc_pedantic_ = yes; then :
4561 ac_libiberty_warn_cflags="$ac_libiberty_warn_cflags${ac_libiberty_warn_cflags:+ }-pedantic "
5213506e
RW
4562fi
4563
4564fi
126e0b6b
AM
4565ac_ext=c
4566ac_cpp='$CPP $CPPFLAGS'
4567ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4568ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4569ac_compiler_gnu=$ac_cv_c_compiler_gnu
4570
5213506e
RW
4571
4572
f50f17e6
YJ
4573if test "x$CC" != xcc; then
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4575$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4576else
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4578$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4579fi
4580set dummy $CC; ac_cc=`$as_echo "$2" |
4581 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
22e05272 4582if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5213506e
RW
4583 $as_echo_n "(cached) " >&6
4584else
f50f17e6
YJ
4585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4586/* end confdefs.h. */
4587
4588int
4589main ()
4590{
4591
4592 ;
4593 return 0;
4594}
4595_ACEOF
4596# Make sure it works both with $CC and with simple cc.
4597# We do the test twice because some compilers refuse to overwrite an
4598# existing .o file with -o, though they will create one.
4599ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4600rm -f conftest2.*
4601if { { case "(($ac_try" in
4602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4603 *) ac_try_echo=$ac_try;;
4604esac
4605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4606$as_echo "$ac_try_echo"; } >&5
4607 (eval "$ac_try") 2>&5
4608 ac_status=$?
4609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4610 test $ac_status = 0; } &&
4611 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4613 *) ac_try_echo=$ac_try;;
4614esac
4615eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4616$as_echo "$ac_try_echo"; } >&5
4617 (eval "$ac_try") 2>&5
4618 ac_status=$?
4619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4620 test $ac_status = 0; };
4621then
4622 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4623 if test "x$CC" != xcc; then
4624 # Test first that cc exists at all.
4625 if { ac_try='cc -c conftest.$ac_ext >&5'
4626 { { case "(($ac_try" in
4627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4628 *) ac_try_echo=$ac_try;;
5213506e 4629esac
f50f17e6
YJ
4630eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4631$as_echo "$ac_try_echo"; } >&5
4632 (eval "$ac_try") 2>&5
4633 ac_status=$?
4634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4635 test $ac_status = 0; }; }; then
4636 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4637 rm -f conftest2.*
4638 if { { case "(($ac_try" in
4639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4640 *) ac_try_echo=$ac_try;;
4641esac
4642eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4643$as_echo "$ac_try_echo"; } >&5
4644 (eval "$ac_try") 2>&5
4645 ac_status=$?
4646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4647 test $ac_status = 0; } &&
4648 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4650 *) ac_try_echo=$ac_try;;
4651esac
4652eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4653$as_echo "$ac_try_echo"; } >&5
4654 (eval "$ac_try") 2>&5
4655 ac_status=$?
4656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4657 test $ac_status = 0; };
4658 then
4659 # cc works too.
4660 :
4661 else
4662 # cc exists but doesn't like -o.
4663 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4664 fi
4665 fi
5213506e
RW
4666 fi
4667else
f50f17e6 4668 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5213506e 4669fi
f50f17e6 4670rm -f core conftest*
5213506e 4671
5213506e 4672fi
f50f17e6
YJ
4673if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4675$as_echo "yes" >&6; }
4676else
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4678$as_echo "no" >&6; }
4679
4680$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
5213506e 4681
f50f17e6 4682fi
5213506e 4683
f50f17e6
YJ
4684# autoconf is lame and doesn't give us any substitution variable for this.
4685if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = no"; then
4686 NO_MINUS_C_MINUS_O=yes
4687else
4688 OUTPUT_OPTION='-o $@'
4689fi
4690
4691
4692
4693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
4694$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
22e05272 4695if ${ac_cv_c_const+:} false; then :
5213506e
RW
4696 $as_echo_n "(cached) " >&6
4697else
4698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ad49d865 4699/* end confdefs.h. */
fbc1bc09 4700
ad49d865
L
4701int
4702main ()
4703{
22e05272 4704
f50f17e6 4705#ifndef __cplusplus
22e05272 4706 /* Ultrix mips cc rejects this sort of thing. */
f50f17e6 4707 typedef int charset[2];
22e05272 4708 const charset cs = { 0, 0 };
f50f17e6
YJ
4709 /* SunOS 4.1.1 cc rejects this. */
4710 char const *const *pcpcc;
4711 char **ppc;
4712 /* NEC SVR4.0.2 mips cc rejects this. */
4713 struct point {int x, y;};
4714 static struct point const zero = {0,0};
4715 /* AIX XL C 1.02.0.0 rejects this.
4716 It does not let you subtract one const X* pointer from another in
4717 an arm of an if-expression whose if-part is not a constant
4718 expression */
4719 const char *g = "string";
4720 pcpcc = &g + (g ? g-g : 0);
4721 /* HPUX 7.0 cc rejects these. */
4722 ++pcpcc;
4723 ppc = (char**) pcpcc;
4724 pcpcc = (char const *const *) ppc;
22e05272
JM
4725 { /* SCO 3.2v4 cc rejects this sort of thing. */
4726 char tx;
4727 char *t = &tx;
f50f17e6
YJ
4728 char const *s = 0 ? (char *) 0 : (char const *) 0;
4729
4730 *t++ = 0;
4731 if (s) return 0;
4732 }
4733 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
4734 int x[] = {25, 17};
4735 const int *foo = &x[0];
4736 ++foo;
4737 }
4738 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4739 typedef const int *iptr;
4740 iptr p = 0;
4741 ++p;
4742 }
22e05272 4743 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
f50f17e6 4744 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
22e05272
JM
4745 struct s { int j; const int *ap[3]; } bx;
4746 struct s *b = &bx; b->j = 5;
f50f17e6
YJ
4747 }
4748 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4749 const int foo = 10;
4750 if (!foo) return 0;
4751 }
4752 return !cs[0] && !zero.x;
4753#endif
fbc1bc09 4754
ad49d865
L
4755 ;
4756 return 0;
4757}
4758_ACEOF
5213506e 4759if ac_fn_c_try_compile "$LINENO"; then :
f50f17e6 4760 ac_cv_c_const=yes
5213506e 4761else
f50f17e6 4762 ac_cv_c_const=no
5213506e
RW
4763fi
4764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5213506e 4765fi
f50f17e6
YJ
4766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
4767$as_echo "$ac_cv_c_const" >&6; }
4768if test $ac_cv_c_const = no; then
5213506e 4769
f50f17e6 4770$as_echo "#define const /**/" >>confdefs.h
5213506e
RW
4771
4772fi
4773
f50f17e6
YJ
4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
4775$as_echo_n "checking for inline... " >&6; }
22e05272 4776if ${ac_cv_c_inline+:} false; then :
f50f17e6 4777 $as_echo_n "(cached) " >&6
5213506e 4778else
f50f17e6
YJ
4779 ac_cv_c_inline=no
4780for ac_kw in inline __inline__ __inline; do
5213506e
RW
4781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4782/* end confdefs.h. */
f50f17e6
YJ
4783#ifndef __cplusplus
4784typedef int foo_t;
4785static $ac_kw foo_t static_foo () {return 0; }
4786$ac_kw foo_t foo () {return 0; }
24f2cabb 4787#endif
fbc1bc09 4788
238235ef 4789_ACEOF
f50f17e6
YJ
4790if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_cv_c_inline=$ac_kw
5213506e 4792fi
f50f17e6
YJ
4793rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794 test "$ac_cv_c_inline" != no && break
4795done
5213506e
RW
4796
4797fi
f50f17e6
YJ
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
4799$as_echo "$ac_cv_c_inline" >&6; }
5213506e 4800
f50f17e6
YJ
4801case $ac_cv_c_inline in
4802 inline | yes) ;;
4803 *)
4804 case $ac_cv_c_inline in
4805 no) ac_val=;;
4806 *) ac_val=$ac_cv_c_inline;;
4807 esac
4808 cat >>confdefs.h <<_ACEOF
4809#ifndef __cplusplus
4810#define inline $ac_val
4811#endif
5213506e 4812_ACEOF
f50f17e6
YJ
4813 ;;
4814esac
5213506e
RW
4815
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4817$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
22e05272 4818if ${ac_cv_c_bigendian+:} false; then :
5213506e
RW
4819 $as_echo_n "(cached) " >&6
4820else
fbc1bc09 4821 ac_cv_c_bigendian=unknown
5213506e
RW
4822 # See if we're dealing with a universal compiler.
4823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4824/* end confdefs.h. */
4825#ifndef __APPLE_CC__
4826 not a universal capable compiler
4827 #endif
4828 typedef int dummy;
4829
4830_ACEOF
4831if ac_fn_c_try_compile "$LINENO"; then :
4832
4833 # Check for potential -arch flags. It is not universal unless
4834 # there are at least two -arch flags with different values.
4835 ac_arch=
4836 ac_prev=
4837 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
4838 if test -n "$ac_prev"; then
4839 case $ac_word in
4840 i?86 | x86_64 | ppc | ppc64)
4841 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
4842 ac_arch=$ac_word
4843 else
4844 ac_cv_c_bigendian=universal
4845 break
4846 fi
4847 ;;
4848 esac
4849 ac_prev=
4850 elif test "x$ac_word" = "x-arch"; then
4851 ac_prev=arch
4852 fi
4853 done
4854fi
4855rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4856 if test $ac_cv_c_bigendian = unknown; then
4857 # See if sys/param.h defines the BYTE_ORDER macro.
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859/* end confdefs.h. */
4860#include <sys/types.h>
4861 #include <sys/param.h>
4862
4863int
4864main ()
4865{
4866#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
4867 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
4868 && LITTLE_ENDIAN)
4869 bogus endian macros
4870 #endif
4871
4872 ;
4873 return 0;
4874}
fbc1bc09 4875_ACEOF
5213506e
RW
4876if ac_fn_c_try_compile "$LINENO"; then :
4877 # It does; now see whether it defined to BIG_ENDIAN or not.
4878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fbc1bc09 4879/* end confdefs.h. */
5213506e
RW
4880#include <sys/types.h>
4881 #include <sys/param.h>
4882
fbc1bc09
KC
4883int
4884main ()
4885{
5213506e
RW
4886#if BYTE_ORDER != BIG_ENDIAN
4887 not big endian
4888 #endif
4889
fbc1bc09
KC
4890 ;
4891 return 0;
4892}
4893_ACEOF
5213506e 4894if ac_fn_c_try_compile "$LINENO"; then :
fbc1bc09 4895 ac_cv_c_bigendian=yes
5213506e
RW
4896else
4897 ac_cv_c_bigendian=no
fbc1bc09 4898fi
5213506e 4899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fbc1bc09 4900fi
5213506e
RW
4901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4902 fi
4903 if test $ac_cv_c_bigendian = unknown; then
4904 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
4905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4906/* end confdefs.h. */
4907#include <limits.h>
fbc1bc09 4908
5213506e
RW
4909int
4910main ()
4911{
4912#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
4913 bogus endian macros
4914 #endif
4915
4916 ;
4917 return 0;
4918}
24f2cabb 4919_ACEOF
5213506e
RW
4920if ac_fn_c_try_compile "$LINENO"; then :
4921 # It does; now see whether it defined to _BIG_ENDIAN or not.
4922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24f2cabb 4923/* end confdefs.h. */
5213506e
RW
4924#include <limits.h>
4925
fbc1bc09
KC
4926int
4927main ()
4928{
5213506e
RW
4929#ifndef _BIG_ENDIAN
4930 not big endian
4931 #endif
4932
4933 ;
4934 return 0;
24f2cabb 4935}
238235ef 4936_ACEOF
5213506e
RW
4937if ac_fn_c_try_compile "$LINENO"; then :
4938 ac_cv_c_bigendian=yes
24f2cabb 4939else
5213506e 4940 ac_cv_c_bigendian=no
5cc5a0d0 4941fi
5213506e 4942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24f2cabb 4943fi
5213506e
RW
4944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4945 fi
4946 if test $ac_cv_c_bigendian = unknown; then
4947 # Compile a test program.
4948 if test "$cross_compiling" = yes; then :
4949 # Try to guess by grepping values from an object file.
4950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4951/* end confdefs.h. */
4952short int ascii_mm[] =
4953 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4954 short int ascii_ii[] =
4955 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4956 int use_ascii (int i) {
4957 return ascii_mm[i] + ascii_ii[i];
4958 }
4959 short int ebcdic_ii[] =
4960 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4961 short int ebcdic_mm[] =
4962 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4963 int use_ebcdic (int i) {
4964 return ebcdic_mm[i] + ebcdic_ii[i];
4965 }
4966 extern int foo;
4967
4968int
4969main ()
4970{
4971return use_ascii (foo) == use_ebcdic (foo);
4972 ;
4973 return 0;
4974}
4975_ACEOF
4976if ac_fn_c_try_compile "$LINENO"; then :
4977 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
4978 ac_cv_c_bigendian=yes
4979 fi
4980 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4981 if test "$ac_cv_c_bigendian" = unknown; then
4982 ac_cv_c_bigendian=no
4983 else
4984 # finding both strings is unlikely to happen, but who knows?
4985 ac_cv_c_bigendian=unknown
4986 fi
4987 fi
4988fi
4989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4990else
4991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4992/* end confdefs.h. */
4993$ac_includes_default
4994int
4995main ()
4996{
4997
4998 /* Are we little or big endian? From Harbison&Steele. */
4999 union
5000 {
5001 long int l;
5002 char c[sizeof (long int)];
5003 } u;
5004 u.l = 1;
5005 return u.c[sizeof (long int) - 1] == 1;
5006
5007 ;
5008 return 0;
5009}
5010_ACEOF
5011if ac_fn_c_try_run "$LINENO"; then :
5012 ac_cv_c_bigendian=no
5013else
5014 ac_cv_c_bigendian=yes
24f2cabb 5015fi
5213506e
RW
5016rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5017 conftest.$ac_objext conftest.beam conftest.$ac_ext
24f2cabb 5018fi
238235ef 5019
5213506e
RW
5020 fi
5021fi
5022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
5023$as_echo "$ac_cv_c_bigendian" >&6; }
5024 case $ac_cv_c_bigendian in #(
5025 yes)
5026 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
5027;; #(
5028 no)
5029 ;; #(
5030 universal)
5031
5032$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
5033
5034 ;; #(
5035 *)
22e05272 5036 as_fn_error $? "unknown endianness
5213506e
RW
5037 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
5038 esac
5cc5a0d0 5039
0bc0cd11
JL
5040
5041
5042
5213506e 5043ac_config_headers="$ac_config_headers config.h:config.in"
0bc0cd11
JL
5044
5045
5046
5047# Find a good install program. We prefer a C program (faster),
5048# so one script is as good as another. But avoid the broken or
5049# incompatible versions:
5050# SysV /etc/install, /usr/sbin/install
5051# SunOS /usr/etc/install
5052# IRIX /sbin/install
5053# AIX /bin/install
238235ef 5054# AmigaOS /C/install, which installs bootblocks on floppy discs
0bc0cd11
JL
5055# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5056# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5057# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3beb1315 5058# OS/2's system install, which has a completely different semantic
0bc0cd11 5059# ./install, which can be erroneously created by make from ./install.sh.
5213506e
RW
5060# Reject install programs that cannot install multiple files.
5061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5062$as_echo_n "checking for a BSD-compatible install... " >&6; }
0bc0cd11 5063if test -z "$INSTALL"; then
22e05272 5064if ${ac_cv_path_install+:} false; then :
5213506e 5065 $as_echo_n "(cached) " >&6
238235ef
DJ
5066else
5067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5068for as_dir in $PATH
5069do
5070 IFS=$as_save_IFS
5071 test -z "$as_dir" && as_dir=.
5213506e
RW
5072 # Account for people who put trailing slashes in PATH elements.
5073case $as_dir/ in #((
5074 ./ | .// | /[cC]/* | \
238235ef 5075 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 5076 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
238235ef
DJ
5077 /usr/ucb/* ) ;;
5078 *)
5079 # OSF1 and SCO ODT 3.0 have their own names for install.
5080 # Don't use installbsd from OSF since it installs stuff as root
5081 # by default.
5082 for ac_prog in ginstall scoinst install; do
5083 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5084 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3beb1315
HPN
5085 if test $ac_prog = install &&
5086 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5087 # AIX install. It has an incompatible calling convention.
5088 :
5089 elif test $ac_prog = install &&
5090 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5091 # program-specific install script used by HP pwplus--don't use.
5092 :
5093 else
5213506e
RW
5094 rm -rf conftest.one conftest.two conftest.dir
5095 echo one > conftest.one
5096 echo two > conftest.two
5097 mkdir conftest.dir
5098 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5099 test -s conftest.one && test -s conftest.two &&
5100 test -s conftest.dir/conftest.one &&
5101 test -s conftest.dir/conftest.two
5102 then
5103 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5104 break 3
5105 fi
3beb1315
HPN
5106 fi
5107 fi
0bc0cd11 5108 done
238235ef
DJ
5109 done
5110 ;;
5111esac
238235ef 5112
5213506e
RW
5113 done
5114IFS=$as_save_IFS
5115
5116rm -rf conftest.one conftest.two conftest.dir
0bc0cd11
JL
5117
5118fi
5119 if test "${ac_cv_path_install+set}" = set; then
238235ef 5120 INSTALL=$ac_cv_path_install
0bc0cd11 5121 else
5213506e
RW
5122 # As a last resort, use the slow shell script. Don't cache a
5123 # value for INSTALL within a source directory, because that will
0bc0cd11 5124 # break other packages using the cache if that directory is
5213506e 5125 # removed, or if the value is a relative name.
238235ef 5126 INSTALL=$ac_install_sh
0bc0cd11
JL
5127 fi
5128fi
5213506e
RW
5129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5130$as_echo "$INSTALL" >&6; }
0bc0cd11
JL
5131
5132# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5133# It thinks the first close brace ends the variable substitution.
5134test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5135
238235ef 5136test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
687361c8 5137
0bc0cd11
JL
5138test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5139
5140
769b009e
KC
5141# Don't build the shared library for build.
5142if [ -n "${with_build_subdir}" ]; then
5143 enable_shared=no
5144fi
5145
5146frag=
5147case "${host}" in
5148 rs6000-ibm-aix3.1 | rs6000-ibm-aix)
5149 frag=mh-aix ;;
5150 *-*-cxux7*) frag=mh-cxux7 ;;
5151 *-*-freebsd2.1.*) frag=mh-fbsd21 ;;
5152 *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;
5153 i370-*-opened*) frag=mh-openedition ;;
5154 i[34567]86-*-windows*) frag=mh-windows ;;
5155esac
5156
5157if [ -n "${frag}" ]; then
c91c9c2e 5158 frag=${libiberty_topdir}/libiberty/config/$frag
769b009e
KC
5159fi
5160
e3aa9eba
RO
5161
5162
5163
5164
5165case "${host}" in
5166 # PIC is the default on some targets or must not be used.
5167 *-*-darwin*)
cacf1f59
JJ
5168 # For darwin, common symbols are not allowed in MH_DYLIB files
5169 case "${CFLAGS}" in
5170 # If we are using a compiler supporting mdynamic-no-pic
5171 # and the option has been tested as safe to add, then cancel
5172 # it here, since the code generated is incompatible with shared
8f56cb51 5173 # libs.
cacf1f59
JJ
5174 *-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
5175 *) PICFLAG=-fno-common ;;
5176 esac
e3aa9eba
RO
5177 ;;
5178 alpha*-dec-osf5*)
5179 # PIC is the default.
5180 ;;
5181 hppa*64*-*-hpux*)
5182 # PIC is the default for 64-bit PA HP-UX.
5183 ;;
071928d9
KT
5184 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
5185 ;;
5186 i[34567]86-*-mingw* | x86_64-*-mingw*)
e3aa9eba 5187 ;;
2b601678
MK
5188 i[34567]86-*-interix[3-9]*)
5189 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5190 # Instead, we relocate shared libraries at runtime.
5191 ;;
e3aa9eba
RO
5192 i[34567]86-*-nto-qnx*)
5193 # QNX uses GNU C++, but need to define -shared option too, otherwise
5194 # it will coredump.
5195 PICFLAG='-fPIC -shared'
5196 ;;
5197 i[34567]86-pc-msdosdjgpp*)
5198 # DJGPP does not support shared libraries at all.
5199 ;;
5200 ia64*-*-hpux*)
5201 # On IA64 HP-UX, PIC is the default but the pic flag
5202 # sets the default TLS model and affects inlining.
5203 PICFLAG=-fPIC
5204 ;;
5205 mips-sgi-irix6*)
5206 # PIC is the default.
5207 ;;
5208 rs6000-ibm-aix* | powerpc-ibm-aix*)
5209 # All AIX code is PIC.
5210 ;;
5211
5212 # Some targets support both -fPIC and -fpic, but prefer the latter.
5213 # FIXME: Why?
5214 i[34567]86-*-* | x86_64-*-*)
5215 PICFLAG=-fpic
5216 ;;
e3aa9eba
RO
5217 # FIXME: Override -fPIC default in libgcc only?
5218 sh-*-linux* | sh[2346lbe]*-*-linux*)
5219 PICFLAG=-fpic
5220 ;;
5221 # FIXME: Simplify to sh*-*-netbsd*?
8f56cb51
AM
5222 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
5223 sh64-*-netbsd* | sh64l*-*-netbsd*)
e3aa9eba
RO
5224 PICFLAG=-fpic
5225 ;;
5226 # Default to -fPIC unless specified otherwise.
5227 *)
5228 PICFLAG=-fPIC
5229 ;;
5230esac
5231
5232# If the user explicitly uses -fpic/-fPIC, keep that.
5233case "${CFLAGS}" in
5234 *-fpic*)
5235 PICFLAG=-fpic
5236 ;;
5237 *-fPIC*)
5238 PICFLAG=-fPIC
5239 ;;
5240esac
5241
5242
769b009e
KC
5243# If they didn't specify --enable-shared, don't generate shared libs.
5244case "${enable_shared}" in
5245 yes) shared=yes ;;
5246 no) shared=no ;;
5247 "") shared=no ;;
5248 *) shared=yes ;;
5249esac
459260ec
DM
5250
5251# ...unless --enable-host-shared was passed from top-level config:
5252if [ "${enable_host_shared}" = "yes" ]; then
5253 shared=yes
5254fi
5255
e3aa9eba
RO
5256if [ "${shared}" != "yes" ]; then
5257 PICFLAG=
769b009e
KC
5258fi
5259
c91c9c2e 5260
4f148bbc
JJ
5261NOASANFLAG=
5262case " ${CFLAGS} " in
5263 *\ -fsanitize=address\ *) NOASANFLAG=-fno-sanitize=address ;;
170e618e 5264 *\ -fsanitize=hwaddress\ *) NOASANFLAG=-fno-sanitize=hwaddress ;;
4f148bbc
JJ
5265esac
5266
5267
8fc8bf80
L
5268 # Check whether --enable-cet was given.
5269if test "${enable_cet+set}" = set; then :
5270 enableval=$enable_cet;
5271 case "$enableval" in
5272 yes|no|auto) ;;
5273 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
5274 esac
5275
5276else
5277 enable_cet=auto
5278fi
5279
5280
5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
5282$as_echo_n "checking for CET support... " >&6; }
5283
5284case "$host" in
5285 i[34567]86-*-linux* | x86_64-*-linux*)
5286 may_have_cet=yes
9051b548 5287 cet_save_CFLAGS="$CFLAGS"
8fc8bf80
L
5288 CFLAGS="$CFLAGS -fcf-protection"
5289 case "$enable_cet" in
5290 auto)
5291 # Check if target supports multi-byte NOPs
4712bde3 5292 # and if compiler and assembler support CET.
8fc8bf80
L
5293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5294/* end confdefs.h. */
5295
5296int
5297main ()
5298{
5299
5300#if !defined(__SSE2__)
5301#error target does not support multi-byte NOPs
5302#else
5303asm ("setssbsy");
5304#endif
5305
5306 ;
5307 return 0;
5308}
5309_ACEOF
5310if ac_fn_c_try_compile "$LINENO"; then :
5311 enable_cet=yes
5312else
5313 enable_cet=no
5314fi
5315rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5316 ;;
5317 yes)
4712bde3 5318 # Check if compiler and assembler support CET.
8fc8bf80
L
5319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5320/* end confdefs.h. */
5321
5322int
5323main ()
5324{
5325asm ("setssbsy");
5326 ;
5327 return 0;
5328}
5329_ACEOF
5330if ac_fn_c_try_compile "$LINENO"; then :
4712bde3 5331 support_cet=yes
8fc8bf80 5332else
4712bde3 5333 support_cet=no
8fc8bf80
L
5334fi
5335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712bde3
L
5336 if test $support_cet = "no"; then
5337 if test x$enable_bootstrap != xno \
5338 && test -z "${with_build_subdir}" \
5339 && (test ! -f ../stage_current \
5340 || test `cat ../stage_current` != "stage1"); then
5341 # Require CET support only for the final GCC build.
5342 as_fn_error $? "compiler and assembler with CET support are required for --enable-cet" "$LINENO" 5
5343 else
5344 # Don't enable CET without CET support for non-bootstrap
5345 # build, in stage1 nor for build support.
5346 enable_cet=no
5347 fi
5348 fi
8fc8bf80
L
5349 ;;
5350 esac
9051b548 5351 CFLAGS="$cet_save_CFLAGS"
8fc8bf80
L
5352 ;;
5353 *)
5354 may_have_cet=no
5355 enable_cet=no
5356 ;;
5357esac
5358
9051b548 5359cet_save_CFLAGS="$CFLAGS"
eedc73a2 5360CFLAGS="$CFLAGS -fcf-protection=none"
9051b548 5361cet_save_LDFLAGS="$LDFLAGS"
eedc73a2
L
5362LDFLAGS="$LDFLAGS -Wl,-z,ibt,-z,shstk"
5363if test x$may_have_cet = xyes; then
5364 # Check whether -fcf-protection=none -Wl,-z,ibt,-z,shstk work.
5365 if test x$gcc_no_link = xyes; then
5366 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
5367fi
5368cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5369/* end confdefs.h. */
5370
5371int
5372main ()
5373{
5374return 0;
5375 ;
5376 return 0;
5377}
5378_ACEOF
5379if ac_fn_c_try_link "$LINENO"; then :
5380 may_have_cet=yes
5381else
5382 may_have_cet=no
5383fi
5384rm -f core conftest.err conftest.$ac_objext \
5385 conftest$ac_exeext conftest.$ac_ext
5386fi
5387
8fc8bf80 5388if test x$may_have_cet = xyes; then
d17cdc17
L
5389 if test x$cross_compiling = xno; then
5390 if test "$cross_compiling" = yes; then :
8fc8bf80
L
5391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5392$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5393as_fn_error $? "cannot run test program while cross compiling
5394See \`config.log' for more details" "$LINENO" 5; }
5395else
5396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5397/* end confdefs.h. */
5398
fd7eb4bc
L
5399int
5400main ()
5401{
5402 asm ("endbr32");
5403 return 0;
5404}
5405
5406_ACEOF
5407if ac_fn_c_try_run "$LINENO"; then :
5408 have_multi_byte_nop=yes
5409else
5410 have_multi_byte_nop=no
5411fi
5412rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5413 conftest.$ac_objext conftest.beam conftest.$ac_ext
5414fi
5415
5416 have_cet=no
5417 if test x$have_multi_byte_nop = xyes; then
5418 if test "$cross_compiling" = yes; then :
5419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5420$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5421as_fn_error $? "cannot run test program while cross compiling
5422See \`config.log' for more details" "$LINENO" 5; }
5423else
5424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5425/* end confdefs.h. */
5426
8fc8bf80
L
5427static void
5428foo (void)
5429{
5430}
5431
5432static void
5433__attribute__ ((noinline, noclone))
5434xxx (void (*f) (void))
5435{
5436 f ();
5437}
5438
5439static void
5440__attribute__ ((noinline, noclone))
5441bar (void)
5442{
5443 xxx (foo);
5444}
5445
5446int
5447main ()
5448{
5449 bar ();
5450 return 0;
5451}
5452
5453_ACEOF
5454if ac_fn_c_try_run "$LINENO"; then :
5455 have_cet=no
5456else
5457 have_cet=yes
5458fi
5459rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5460 conftest.$ac_objext conftest.beam conftest.$ac_ext
5461fi
5462
fd7eb4bc 5463 fi
d17cdc17
L
5464 if test x$enable_cet = xno -a x$have_cet = xyes; then
5465 as_fn_error $? "Intel CET must be enabled on Intel CET enabled host" "$LINENO" 5
5466 fi
8fc8bf80 5467 fi
d17cdc17
L
5468else
5469 # Enable CET in cross compiler if possible so that it will run on both
5470 # CET and non-CET hosts.
5471 have_cet=yes
8fc8bf80
L
5472fi
5473if test x$enable_cet = xyes; then
5474 CET_HOST_FLAGS="-fcf-protection"
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5476$as_echo "yes" >&6; }
5477else
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5479$as_echo "no" >&6; }
5480fi
9051b548
L
5481CFLAGS="$cet_save_CFLAGS"
5482LDFLAGS="$cet_save_LDFLAGS"
8fc8bf80
L
5483
5484
5485
769b009e
KC
5486echo "# Warning: this fragment is automatically generated" > temp-frag
5487
c91c9c2e
PB
5488if [ -n "${frag}" ] && [ -f "${frag}" ]; then
5489 echo "Appending ${frag} to xhost-mkfrag"
5490 echo "# Following fragment copied from ${frag}" >> temp-frag
5491 cat ${frag} >> temp-frag
5492fi
769b009e
KC
5493
5494# record if we want to build shared libs.
5495if [ "${shared}" = "yes" ]; then
5496 echo enable_shared = yes >> temp-frag
5497else
5498 echo enable_shared = no >> temp-frag
5499fi
5500
5501frag=xhost-mkfrag
5502${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
5503
0bc0cd11
JL
5504host_makefile_frag=${frag}
5505
5506
5507# It's OK to check for header files. Although the compiler may not be
5508# able to link anything, it had better be able to at least compile
5509# something.
52ae149d 5510for ac_header in sys/file.h sys/param.h limits.h stdlib.h malloc.h string.h unistd.h strings.h sys/time.h time.h sys/resource.h sys/stat.h sys/mman.h fcntl.h alloca.h sys/pstat.h sys/sysmp.h sys/sysinfo.h machine/hal_sysinfo.h sys/table.h sys/sysctl.h sys/systemcfg.h stdint.h stdio_ext.h process.h sys/prctl.h
5213506e
RW
5511do :
5512 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5513ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"
22e05272 5514if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
238235ef 5515 cat >>confdefs.h <<_ACEOF
5213506e 5516#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
238235ef
DJ
5517_ACEOF
5518
5519fi
238235ef
DJ
5520done
5521
5213506e
RW
5522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
5523$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
22e05272 5524if ${ac_cv_header_sys_wait_h+:} false; then :
5213506e 5525 $as_echo_n "(cached) " >&6
238235ef 5526else
5213506e 5527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef 5528/* end confdefs.h. */
d3982b71 5529#include <sys/types.h>
238235ef
DJ
5530#include <sys/wait.h>
5531#ifndef WEXITSTATUS
5213506e 5532# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
fdfc290b 5533#endif
238235ef
DJ
5534#ifndef WIFEXITED
5535# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
5536#endif
5537
5538int
5539main ()
5540{
5541 int s;
5542 wait (&s);
5543 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
5544 ;
5545 return 0;
5546}
5547_ACEOF
5213506e 5548if ac_fn_c_try_compile "$LINENO"; then :
238235ef 5549 ac_cv_header_sys_wait_h=yes
d3982b71 5550else
5213506e 5551 ac_cv_header_sys_wait_h=no
d3982b71 5552fi
5213506e 5553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
238235ef 5554fi
5213506e
RW
5555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
5556$as_echo "$ac_cv_header_sys_wait_h" >&6; }
238235ef
DJ
5557if test $ac_cv_header_sys_wait_h = yes; then
5558
5213506e 5559$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
b033df90
DJ
5560
5561fi
5562
5213506e
RW
5563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
5564$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
22e05272 5565if ${ac_cv_header_time+:} false; then :
5213506e 5566 $as_echo_n "(cached) " >&6
b033df90 5567else
5213506e 5568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b033df90
DJ
5569/* end confdefs.h. */
5570#include <sys/types.h>
5571#include <sys/time.h>
5572#include <time.h>
5573
5574int
5575main ()
5576{
5577if ((struct tm *) 0)
5578return 0;
5579 ;
5580 return 0;
5581}
5582_ACEOF
5213506e 5583if ac_fn_c_try_compile "$LINENO"; then :
b033df90
DJ
5584 ac_cv_header_time=yes
5585else
5213506e 5586 ac_cv_header_time=no
b033df90 5587fi
5213506e 5588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b033df90 5589fi
5213506e
RW
5590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
5591$as_echo "$ac_cv_header_time" >&6; }
b033df90
DJ
5592if test $ac_cv_header_time = yes; then
5593
5213506e 5594$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
b033df90
DJ
5595
5596fi
5597
5598
2b601678
MK
5599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether errno must be declared" >&5
5600$as_echo_n "checking whether errno must be declared... " >&6; }
22e05272 5601if ${libiberty_cv_declare_errno+:} false; then :
2b601678
MK
5602 $as_echo_n "(cached) " >&6
5603else
5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5605/* end confdefs.h. */
5606#include <errno.h>
5607int
5608main ()
5609{
5610int x = errno;
5611 ;
5612 return 0;
5613}
5614_ACEOF
5615if ac_fn_c_try_compile "$LINENO"; then :
5616 libiberty_cv_declare_errno=no
5617else
5618 libiberty_cv_declare_errno=yes
5619fi
5620rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5621fi
5622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libiberty_cv_declare_errno" >&5
5623$as_echo "$libiberty_cv_declare_errno" >&6; }
5624if test $libiberty_cv_declare_errno = yes
5625then
5626$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
5627
5628fi
5629
b033df90 5630
ea41822a 5631# Determine sizes of some types.
5213506e
RW
5632# The cast to long int works around a bug in the HP C Compiler
5633# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5634# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5635# This bug is HP SR number 8606223364.
5636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
5637$as_echo_n "checking size of int... " >&6; }
22e05272 5638if ${ac_cv_sizeof_int+:} false; then :
5213506e
RW
5639 $as_echo_n "(cached) " >&6
5640else
5641 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
5642
5643else
5644 if test "$ac_cv_type_int" = yes; then
5645 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5646$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
5647as_fn_error 77 "cannot compute sizeof (int)
5648See \`config.log' for more details" "$LINENO" 5; }
5213506e
RW
5649 else
5650 ac_cv_sizeof_int=0
5651 fi
b033df90 5652fi
b033df90 5653
5213506e
RW
5654fi
5655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
5656$as_echo "$ac_cv_sizeof_int" >&6; }
b033df90 5657
b033df90 5658
b033df90 5659
5213506e
RW
5660cat >>confdefs.h <<_ACEOF
5661#define SIZEOF_INT $ac_cv_sizeof_int
b033df90 5662_ACEOF
b033df90 5663
b033df90 5664
ea41822a
YG
5665# The cast to long int works around a bug in the HP C Compiler
5666# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5667# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5668# This bug is HP SR number 8606223364.
5669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5670$as_echo_n "checking size of long... " >&6; }
22e05272 5671if ${ac_cv_sizeof_long+:} false; then :
ea41822a
YG
5672 $as_echo_n "(cached) " >&6
5673else
5674 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5675
5676else
5677 if test "$ac_cv_type_long" = yes; then
5678 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5679$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
5680as_fn_error 77 "cannot compute sizeof (long)
5681See \`config.log' for more details" "$LINENO" 5; }
ea41822a
YG
5682 else
5683 ac_cv_sizeof_long=0
5684 fi
5685fi
5686
5687fi
5688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5689$as_echo "$ac_cv_sizeof_long" >&6; }
5690
5691
5692
5693cat >>confdefs.h <<_ACEOF
5694#define SIZEOF_LONG $ac_cv_sizeof_long
5695_ACEOF
5696
5697
126e0b6b
AM
5698# The cast to long int works around a bug in the HP C Compiler
5699# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5700# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5701# This bug is HP SR number 8606223364.
5702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
5703$as_echo_n "checking size of size_t... " >&6; }
22e05272 5704if ${ac_cv_sizeof_size_t+:} false; then :
126e0b6b
AM
5705 $as_echo_n "(cached) " >&6
5706else
5707 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
5708
5709else
5710 if test "$ac_cv_type_size_t" = yes; then
5711 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5712$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
5713as_fn_error 77 "cannot compute sizeof (size_t)
5714See \`config.log' for more details" "$LINENO" 5; }
126e0b6b
AM
5715 else
5716 ac_cv_sizeof_size_t=0
5717 fi
5718fi
5719
5720fi
5721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
5722$as_echo "$ac_cv_sizeof_size_t" >&6; }
5723
5724
5725
5726cat >>confdefs.h <<_ACEOF
5727#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
5728_ACEOF
5729
5730
ea41822a
YG
5731
5732# Check for presense of long long
5733ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
22e05272 5734if test "x$ac_cv_type_long_long" = xyes; then :
ea41822a
YG
5735
5736$as_echo "#define HAVE_LONG_LONG 1" >>confdefs.h
5737 # The cast to long int works around a bug in the HP C Compiler
5738# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5739# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5740# This bug is HP SR number 8606223364.
5741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
5742$as_echo_n "checking size of long long... " >&6; }
22e05272 5743if ${ac_cv_sizeof_long_long+:} false; then :
ea41822a
YG
5744 $as_echo_n "(cached) " >&6
5745else
5746 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
5747
5748else
5749 if test "$ac_cv_type_long_long" = yes; then
5750 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5751$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
5752as_fn_error 77 "cannot compute sizeof (long long)
5753See \`config.log' for more details" "$LINENO" 5; }
ea41822a
YG
5754 else
5755 ac_cv_sizeof_long_long=0
5756 fi
5757fi
5758
5759fi
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
5761$as_echo "$ac_cv_sizeof_long_long" >&6; }
5762
5763
5764
5765cat >>confdefs.h <<_ACEOF
5766#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5767_ACEOF
5768
5769
5770fi
5771
b033df90 5772
5213506e
RW
5773# Look for a 64-bit type.
5774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a 64-bit type" >&5
5775$as_echo_n "checking for a 64-bit type... " >&6; }
22e05272 5776if ${liberty_cv_uint64+:} false; then :
5213506e 5777 $as_echo_n "(cached) " >&6
238235ef 5778else
5213506e
RW
5779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5780/* end confdefs.h. */
5781#ifdef HAVE_STDINT_H
5782#include <stdint.h>
5783#endif
5784int
5785main ()
5786{
5787extern uint64_t foo;
5788 ;
5789 return 0;
5790}
238235ef 5791_ACEOF
5213506e
RW
5792if ac_fn_c_try_compile "$LINENO"; then :
5793 liberty_cv_uint64=uint64_t
5794else
5795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef 5796/* end confdefs.h. */
5213506e
RW
5797#ifdef HAVE_LIMITS_H
5798#include <limits.h>
5799#endif
5800#ifndef CHAR_BIT
5801#define CHAR_BIT 8
b033df90 5802#endif
238235ef
DJ
5803int
5804main ()
5805{
5213506e
RW
5806extern char foo[sizeof(long) * CHAR_BIT >= 64 ? 1 : -1];
5807 ;
5808 return 0;
238235ef
DJ
5809}
5810_ACEOF
5213506e
RW
5811if ac_fn_c_try_compile "$LINENO"; then :
5812 liberty_cv_uint64="unsigned long"
238235ef 5813else
5213506e
RW
5814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5815/* end confdefs.h. */
5816#ifdef HAVE_LIMITS_H
5817#include <limits.h>
5818#endif
5819#ifndef CHAR_BIT
5820#define CHAR_BIT 8
5821#endif
5822int
5823main ()
5824{
5825extern char foo[sizeof(long long) * CHAR_BIT >= 64 ? 1 : -1];
5826 ;
5827 return 0;
5828}
5829_ACEOF
5830if ac_fn_c_try_compile "$LINENO"; then :
5831 liberty_cv_uint64="unsigned long long"
5832else
5833 liberty_cv_uint64=none
238235ef 5834fi
5213506e 5835rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
238235ef 5836fi
5213506e 5837rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b033df90 5838fi
5213506e 5839rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b033df90 5840fi
238235ef 5841
5213506e
RW
5842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $liberty_cv_uint64" >&5
5843$as_echo "$liberty_cv_uint64" >&6; }
5844if test "$liberty_cv_uint64" != none; then
5845
5846cat >>confdefs.h <<_ACEOF
5847#define UNSIGNED_64BIT_TYPE $liberty_cv_uint64
238235ef
DJ
5848_ACEOF
5849
5850fi
5851
0e497905
OS
5852
5853 ac_fn_c_check_type "$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
22e05272 5854if test "x$ac_cv_type_intptr_t" = xyes; then :
0e497905
OS
5855
5856$as_echo "#define HAVE_INTPTR_T 1" >>confdefs.h
5857
5858else
5859 for ac_type in 'int' 'long int' 'long long int'; do
5860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5861/* end confdefs.h. */
5862$ac_includes_default
5863int
5864main ()
5865{
5866static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
22e05272
JM
5867test_array [0] = 0;
5868return test_array [0];
0e497905
OS
5869
5870 ;
5871 return 0;
5872}
5873_ACEOF
5874if ac_fn_c_try_compile "$LINENO"; then :
5875
5876cat >>confdefs.h <<_ACEOF
5877#define intptr_t $ac_type
5878_ACEOF
5879
5880 ac_type=
5881fi
5882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5883 test -z "$ac_type" && break
5884 done
5885fi
5886
5887
5888
5889 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
22e05272 5890if test "x$ac_cv_type_uintptr_t" = xyes; then :
0e497905
OS
5891
5892$as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
5893
5894else
5895 for ac_type in 'unsigned int' 'unsigned long int' \
5896 'unsigned long long int'; do
5897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5898/* end confdefs.h. */
5899$ac_includes_default
5900int
5901main ()
5902{
5903static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
22e05272
JM
5904test_array [0] = 0;
5905return test_array [0];
0e497905
OS
5906
5907 ;
5908 return 0;
5909}
5910_ACEOF
5911if ac_fn_c_try_compile "$LINENO"; then :
5912
5913cat >>confdefs.h <<_ACEOF
5914#define uintptr_t $ac_type
5915_ACEOF
5916
5917 ac_type=
5918fi
5919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5920 test -z "$ac_type" && break
5921 done
5922fi
5923
5924
1cfabf34 5925ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
22e05272 5926if test "x$ac_cv_type_ssize_t" = xyes; then :
1cfabf34
ILT
5927
5928else
5929
5930cat >>confdefs.h <<_ACEOF
5931#define ssize_t int
5932_ACEOF
5933
5934fi
5935
0e497905 5936
5213506e
RW
5937# Given the above check, we always have uintptr_t or a fallback
5938# definition. So define HAVE_UINTPTR_T in case any imported code
5939# relies on it.
238235ef 5940
5213506e 5941$as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
b033df90
DJ
5942
5943
5213506e 5944ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
22e05272 5945if test "x$ac_cv_type_pid_t" = xyes; then :
b033df90 5946
5213506e 5947else
b033df90 5948
5213506e
RW
5949cat >>confdefs.h <<_ACEOF
5950#define pid_t int
5951_ACEOF
b033df90 5952
5213506e 5953fi
b033df90
DJ
5954
5955
5213506e
RW
5956# This is the list of functions which libiberty will provide if they
5957# are not available on the host.
b033df90 5958
5213506e
RW
5959funcs="asprintf"
5960funcs="$funcs atexit"
5961funcs="$funcs basename"
5962funcs="$funcs bcmp"
5963funcs="$funcs bcopy"
5964funcs="$funcs bsearch"
5965funcs="$funcs bzero"
5966funcs="$funcs calloc"
5967funcs="$funcs clock"
5968funcs="$funcs ffs"
5969funcs="$funcs getcwd"
5970funcs="$funcs getpagesize"
5971funcs="$funcs gettimeofday"
5972funcs="$funcs index"
5973funcs="$funcs insque"
5974funcs="$funcs memchr"
5975funcs="$funcs memcmp"
5976funcs="$funcs memcpy"
5977funcs="$funcs memmem"
5978funcs="$funcs memmove"
5979funcs="$funcs mempcpy"
5980funcs="$funcs memset"
5981funcs="$funcs mkstemps"
5982funcs="$funcs putenv"
5983funcs="$funcs random"
5984funcs="$funcs rename"
5985funcs="$funcs rindex"
5986funcs="$funcs setenv"
5987funcs="$funcs snprintf"
5988funcs="$funcs sigsetmask"
5989funcs="$funcs stpcpy"
5990funcs="$funcs stpncpy"
5991funcs="$funcs strcasecmp"
5992funcs="$funcs strchr"
5993funcs="$funcs strdup"
5994funcs="$funcs strncasecmp"
5995funcs="$funcs strndup"
9a9baa52 5996funcs="$funcs strnlen"
5213506e
RW
5997funcs="$funcs strrchr"
5998funcs="$funcs strstr"
5999funcs="$funcs strtod"
6000funcs="$funcs strtol"
6001funcs="$funcs strtoul"
ea41822a
YG
6002funcs="$funcs strtoll"
6003funcs="$funcs strtoull"
5213506e
RW
6004funcs="$funcs strverscmp"
6005funcs="$funcs tmpnam"
6006funcs="$funcs vasprintf"
6007funcs="$funcs vfprintf"
6008funcs="$funcs vprintf"
6009funcs="$funcs vsnprintf"
6010funcs="$funcs vsprintf"
6011funcs="$funcs waitpid"
6e9bd0f8 6012funcs="$funcs setproctitle"
238235ef 6013
5213506e
RW
6014# Also in the old function.def file: alloca, vfork, getopt.
6015
6016vars="sys_errlist sys_nerr sys_siglist"
6017
d423df48 6018checkfuncs="__fsetlocking canonicalize_file_name dup3 getrlimit getrusage \
df1346b4 6019 getsysinfo gettimeofday on_exit pipe2 psignal pstat_getdynamic pstat_getstatic \
d423df48
JJ
6020 realpath setrlimit sbrk spawnve spawnvpe strerror strsignal sysconf sysctl \
6021 sysmp table times wait3 wait4"
5213506e
RW
6022
6023# These are neither executed nor required, but they help keep
6024# autoheader happy without adding a bunch of text to acconfig.h.
6025if test "x" = "y"; then
59a8dc25
BE
6026 for ac_func in asprintf atexit \
6027 basename bcmp bcopy bsearch bzero \
6028 calloc canonicalize_file_name clock \
3b63ca7e 6029 dup3 \
59a8dc25 6030 ffs __fsetlocking \
d423df48 6031 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \
59a8dc25
BE
6032 index insque \
6033 memchr memcmp memcpy memmem memmove memset mkstemps \
6034 on_exit \
df1346b4 6035 pipe2 psignal pstat_getdynamic pstat_getstatic putenv \
59a8dc25 6036 random realpath rename rindex \
d423df48 6037 sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \
3b63ca7e 6038 stpcpy stpncpy strcasecmp strchr strdup \
9a9baa52 6039 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
ea41822a 6040 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
59a8dc25
BE
6041 table times tmpnam \
6042 vasprintf vfprintf vprintf vsprintf \
6043 wait3 wait4 waitpid
5213506e
RW
6044do :
6045 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6046ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22e05272 6047if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b033df90 6048 cat >>confdefs.h <<_ACEOF
5213506e 6049#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
238235ef
DJ
6050_ACEOF
6051
6052fi
b033df90 6053done
238235ef 6054
22e05272
JM
6055 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(char *)" | $as_tr_sh`
6056ac_fn_c_check_decl "$LINENO" "basename(char *)" "$as_ac_Symbol" "$ac_includes_default"
6057if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
5213506e 6058 ac_have_decl=1
d49d0907 6059else
5213506e
RW
6060 ac_have_decl=0
6061fi
6062
6063cat >>confdefs.h <<_ACEOF
6064#define HAVE_DECL_BASENAME $ac_have_decl
d49d0907 6065_ACEOF
5213506e 6066ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
22e05272 6067if test "x$ac_cv_have_decl_ffs" = xyes; then :
5213506e 6068 ac_have_decl=1
d49d0907 6069else
5213506e 6070 ac_have_decl=0
d49d0907 6071fi
5213506e
RW
6072
6073cat >>confdefs.h <<_ACEOF
6074#define HAVE_DECL_FFS $ac_have_decl
6075_ACEOF
6076ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
22e05272 6077if test "x$ac_cv_have_decl_asprintf" = xyes; then :
5213506e
RW
6078 ac_have_decl=1
6079else
6080 ac_have_decl=0
d49d0907 6081fi
d49d0907 6082
5213506e
RW
6083cat >>confdefs.h <<_ACEOF
6084#define HAVE_DECL_ASPRINTF $ac_have_decl
6085_ACEOF
6086ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
22e05272 6087if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
5213506e 6088 ac_have_decl=1
d49d0907 6089else
5213506e
RW
6090 ac_have_decl=0
6091fi
6092
6093cat >>confdefs.h <<_ACEOF
6094#define HAVE_DECL_VASPRINTF $ac_have_decl
d49d0907 6095_ACEOF
5213506e 6096ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
22e05272 6097if test "x$ac_cv_have_decl_snprintf" = xyes; then :
5213506e
RW
6098 ac_have_decl=1
6099else
6100 ac_have_decl=0
6101fi
d49d0907 6102
5213506e
RW
6103cat >>confdefs.h <<_ACEOF
6104#define HAVE_DECL_SNPRINTF $ac_have_decl
d49d0907 6105_ACEOF
5213506e 6106ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
22e05272 6107if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
5213506e
RW
6108 ac_have_decl=1
6109else
6110 ac_have_decl=0
6111fi
6112
6113cat >>confdefs.h <<_ACEOF
6114#define HAVE_DECL_VSNPRINTF $ac_have_decl
d49d0907 6115_ACEOF
ea41822a 6116ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
22e05272 6117if test "x$ac_cv_have_decl_strtol" = xyes; then :
ea41822a
YG
6118 ac_have_decl=1
6119else
6120 ac_have_decl=0
6121fi
6122
6123cat >>confdefs.h <<_ACEOF
6124#define HAVE_DECL_STRTOL $ac_have_decl
6125_ACEOF
6126ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
22e05272 6127if test "x$ac_cv_have_decl_strtoul" = xyes; then :
ea41822a
YG
6128 ac_have_decl=1
6129else
6130 ac_have_decl=0
6131fi
6132
6133cat >>confdefs.h <<_ACEOF
6134#define HAVE_DECL_STRTOUL $ac_have_decl
6135_ACEOF
6136ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
22e05272 6137if test "x$ac_cv_have_decl_strtoll" = xyes; then :
ea41822a
YG
6138 ac_have_decl=1
6139else
6140 ac_have_decl=0
6141fi
6142
6143cat >>confdefs.h <<_ACEOF
6144#define HAVE_DECL_STRTOLL $ac_have_decl
6145_ACEOF
6146ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
22e05272 6147if test "x$ac_cv_have_decl_strtoull" = xyes; then :
ea41822a
YG
6148 ac_have_decl=1
6149else
6150 ac_have_decl=0
6151fi
6152
6153cat >>confdefs.h <<_ACEOF
6154#define HAVE_DECL_STRTOULL $ac_have_decl
6155_ACEOF
63d9caf9 6156ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
22e05272 6157if test "x$ac_cv_have_decl_strnlen" = xyes; then :
63d9caf9
DD
6158 ac_have_decl=1
6159else
6160 ac_have_decl=0
6161fi
6162
6163cat >>confdefs.h <<_ACEOF
6164#define HAVE_DECL_STRNLEN $ac_have_decl
6165_ACEOF
d49d0907 6166
d49d0907 6167
5213506e 6168$as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
d49d0907 6169
d49d0907 6170
5213506e 6171$as_echo "#define HAVE_SYS_NERR 1" >>confdefs.h
d49d0907 6172
d49d0907 6173
5213506e 6174$as_echo "#define HAVE_SYS_SIGLIST 1" >>confdefs.h
d49d0907 6175
d49d0907 6176fi
d49d0907 6177
5213506e
RW
6178# For each of these functions, if the host does not provide the
6179# function we want to put FN.o in LIBOBJS, and if the host does
6180# provide the function, we want to define HAVE_FN in config.h.
d49d0907 6181
5213506e
RW
6182setobjs=
6183CHECK=
5213506e 6184if test -n "${with_target_subdir}"; then
d49d0907 6185
5213506e
RW
6186 # We are being configured as a target library. AC_REPLACE_FUNCS
6187 # may not work correctly, because the compiler may not be able to
6188 # link executables. Note that we may still be being configured
6189 # native.
d49d0907 6190
5213506e
RW
6191 # If we are being configured for newlib, we know which functions
6192 # newlib provide and which ones we will be expected to provide.
d49d0907 6193
5213506e
RW
6194 if test "x${with_newlib}" = "xyes"; then
6195 case " $LIBOBJS " in
6196 *" asprintf.$ac_objext "* ) ;;
6197 *) LIBOBJS="$LIBOBJS asprintf.$ac_objext"
6198 ;;
6199esac
d49d0907 6200
5213506e
RW
6201 case " $LIBOBJS " in
6202 *" basename.$ac_objext "* ) ;;
6203 *) LIBOBJS="$LIBOBJS basename.$ac_objext"
6204 ;;
6205esac
d49d0907 6206
5213506e
RW
6207 case " $LIBOBJS " in
6208 *" insque.$ac_objext "* ) ;;
6209 *) LIBOBJS="$LIBOBJS insque.$ac_objext"
6210 ;;
6211esac
d49d0907 6212
5213506e
RW
6213 case " $LIBOBJS " in
6214 *" random.$ac_objext "* ) ;;
6215 *) LIBOBJS="$LIBOBJS random.$ac_objext"
6216 ;;
6217esac
d3982b71 6218
5213506e
RW
6219 case " $LIBOBJS " in
6220 *" strdup.$ac_objext "* ) ;;
6221 *) LIBOBJS="$LIBOBJS strdup.$ac_objext"
6222 ;;
6223esac
238235ef 6224
5213506e
RW
6225 case " $LIBOBJS " in
6226 *" vasprintf.$ac_objext "* ) ;;
6227 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6228 ;;
6229esac
6230
6231
6232 for f in $funcs; do
6233 case "$f" in
6234 asprintf | basename | insque | random | strdup | vasprintf)
6235 ;;
6236 *)
6237 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6238 cat >>confdefs.h <<_ACEOF
6239#define $n 1
238235ef 6240_ACEOF
fdfc290b 6241
5213506e
RW
6242 ;;
6243 esac
6244 done
238235ef 6245
5213506e
RW
6246 # newlib doesnt provide any of the variables in $vars, so we
6247 # dont have to check them here.
238235ef 6248
5213506e
RW
6249 # Of the functions in $checkfuncs, newlib only has strerror.
6250 $as_echo "#define HAVE_STRERROR 1" >>confdefs.h
238235ef
DJ
6251
6252
5213506e 6253 setobjs=yes
238235ef 6254
5213506e 6255 fi
238235ef 6256
5213506e
RW
6257 # If we are being configured for Mingw, we know which functions
6258 # Mingw provides and which ones we will be expected to provide.
238235ef 6259
5213506e
RW
6260 case "${host}" in
6261 *-*-mingw*)
6262 case " $LIBOBJS " in
6263 *" asprintf.$ac_objext "* ) ;;
6264 *) LIBOBJS="$LIBOBJS asprintf.$ac_objext"
6265 ;;
6266esac
238235ef 6267
5213506e
RW
6268 case " $LIBOBJS " in
6269 *" basename.$ac_objext "* ) ;;
6270 *) LIBOBJS="$LIBOBJS basename.$ac_objext"
6271 ;;
6272esac
238235ef 6273
5213506e
RW
6274 case " $LIBOBJS " in
6275 *" bcmp.$ac_objext "* ) ;;
6276 *) LIBOBJS="$LIBOBJS bcmp.$ac_objext"
6277 ;;
6278esac
238235ef 6279
5213506e
RW
6280 case " $LIBOBJS " in
6281 *" bcopy.$ac_objext "* ) ;;
6282 *) LIBOBJS="$LIBOBJS bcopy.$ac_objext"
6283 ;;
6284esac
238235ef 6285
5213506e
RW
6286 case " $LIBOBJS " in
6287 *" bzero.$ac_objext "* ) ;;
6288 *) LIBOBJS="$LIBOBJS bzero.$ac_objext"
6289 ;;
6290esac
238235ef 6291
5213506e
RW
6292 case " $LIBOBJS " in
6293 *" clock.$ac_objext "* ) ;;
6294 *) LIBOBJS="$LIBOBJS clock.$ac_objext"
6295 ;;
6296esac
238235ef 6297
5213506e
RW
6298 case " $LIBOBJS " in
6299 *" ffs.$ac_objext "* ) ;;
6300 *) LIBOBJS="$LIBOBJS ffs.$ac_objext"
6301 ;;
6302esac
238235ef 6303
5213506e
RW
6304 case " $LIBOBJS " in
6305 *" getpagesize.$ac_objext "* ) ;;
6306 *) LIBOBJS="$LIBOBJS getpagesize.$ac_objext"
6307 ;;
6308esac
238235ef 6309
5213506e
RW
6310 case " $LIBOBJS " in
6311 *" index.$ac_objext "* ) ;;
6312 *) LIBOBJS="$LIBOBJS index.$ac_objext"
6313 ;;
6314esac
238235ef 6315
5213506e
RW
6316 case " $LIBOBJS " in
6317 *" insque.$ac_objext "* ) ;;
6318 *) LIBOBJS="$LIBOBJS insque.$ac_objext"
6319 ;;
6320esac
238235ef 6321
5213506e
RW
6322 case " $LIBOBJS " in
6323 *" mempcpy.$ac_objext "* ) ;;
6324 *) LIBOBJS="$LIBOBJS mempcpy.$ac_objext"
6325 ;;
6326esac
238235ef 6327
5213506e
RW
6328 case " $LIBOBJS " in
6329 *" mkstemps.$ac_objext "* ) ;;
6330 *) LIBOBJS="$LIBOBJS mkstemps.$ac_objext"
6331 ;;
6332esac
238235ef 6333
5213506e
RW
6334 case " $LIBOBJS " in
6335 *" random.$ac_objext "* ) ;;
6336 *) LIBOBJS="$LIBOBJS random.$ac_objext"
6337 ;;
6338esac
238235ef 6339
5213506e
RW
6340 case " $LIBOBJS " in
6341 *" rindex.$ac_objext "* ) ;;
6342 *) LIBOBJS="$LIBOBJS rindex.$ac_objext"
6343 ;;
6344esac
238235ef 6345
5213506e
RW
6346 case " $LIBOBJS " in
6347 *" sigsetmask.$ac_objext "* ) ;;
6348 *) LIBOBJS="$LIBOBJS sigsetmask.$ac_objext"
6349 ;;
6350esac
238235ef 6351
5213506e
RW
6352 case " $LIBOBJS " in
6353 *" stpcpy.$ac_objext "* ) ;;
6354 *) LIBOBJS="$LIBOBJS stpcpy.$ac_objext"
6355 ;;
6356esac
238235ef 6357
5213506e
RW
6358 case " $LIBOBJS " in
6359 *" stpncpy.$ac_objext "* ) ;;
6360 *) LIBOBJS="$LIBOBJS stpncpy.$ac_objext"
6361 ;;
6362esac
238235ef 6363
5213506e
RW
6364 case " $LIBOBJS " in
6365 *" strndup.$ac_objext "* ) ;;
6366 *) LIBOBJS="$LIBOBJS strndup.$ac_objext"
6367 ;;
6368esac
238235ef 6369
9a9baa52
ILT
6370 case " $LIBOBJS " in
6371 *" strnlen.$ac_objext "* ) ;;
6372 *) LIBOBJS="$LIBOBJS strnlen.$ac_objext"
6373 ;;
6374esac
6375
5213506e
RW
6376 case " $LIBOBJS " in
6377 *" strverscmp.$ac_objext "* ) ;;
6378 *) LIBOBJS="$LIBOBJS strverscmp.$ac_objext"
6379 ;;
6380esac
238235ef 6381
5213506e
RW
6382 case " $LIBOBJS " in
6383 *" vasprintf.$ac_objext "* ) ;;
6384 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6385 ;;
6386esac
238235ef 6387
5213506e
RW
6388 case " $LIBOBJS " in
6389 *" waitpid.$ac_objext "* ) ;;
6390 *) LIBOBJS="$LIBOBJS waitpid.$ac_objext"
6391 ;;
6392esac
238235ef
DJ
6393
6394
5213506e
RW
6395 for f in $funcs; do
6396 case "$f" in
9a9baa52 6397 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid)
5213506e
RW
6398 ;;
6399 *)
6400 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6401 cat >>confdefs.h <<_ACEOF
6402#define $n 1
6403_ACEOF
238235ef 6404
5213506e
RW
6405 ;;
6406 esac
6407 done
238235ef 6408
5213506e
RW
6409 # Mingw doesnt provide any of the variables in $vars, so we
6410 # dont have to check them here.
238235ef 6411
5213506e
RW
6412 # Of the functions in $checkfuncs, Mingw only has strerror.
6413 $as_echo "#define HAVE_STRERROR 1" >>confdefs.h
238235ef
DJ
6414
6415
5213506e
RW
6416 setobjs=yes
6417 ;;
238235ef 6418
5213506e
RW
6419 *-*-msdosdjgpp)
6420 case " $LIBOBJS " in
6421 *" vasprintf.$ac_objext "* ) ;;
6422 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6423 ;;
6424esac
238235ef 6425
5213506e
RW
6426 case " $LIBOBJS " in
6427 *" vsnprintf.$ac_objext "* ) ;;
6428 *) LIBOBJS="$LIBOBJS vsnprintf.$ac_objext"
6429 ;;
6430esac
238235ef 6431
5213506e
RW
6432 case " $LIBOBJS " in
6433 *" snprintf.$ac_objext "* ) ;;
6434 *) LIBOBJS="$LIBOBJS snprintf.$ac_objext"
6435 ;;
6436esac
238235ef 6437
5213506e
RW
6438 case " $LIBOBJS " in
6439 *" asprintf.$ac_objext "* ) ;;
6440 *) LIBOBJS="$LIBOBJS asprintf.$ac_objext"
6441 ;;
6442esac
238235ef
DJ
6443
6444
5213506e
RW
6445 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
6446 getcwd getpagesize getrusage gettimeofday \
6447 index insque memchr memcmp memcpy memmove memset psignal \
6448 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
6449 strchr strdup strerror strncasecmp strrchr strstr strtod \
6450 strtol strtoul sysconf times tmpnam vfprintf vprintf \
6451 vsprintf waitpid
6452 do
6453 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6454 cat >>confdefs.h <<_ACEOF
6455#define $n 1
6456_ACEOF
238235ef 6457
5213506e 6458 done
238235ef 6459
17998b22 6460
5213506e
RW
6461 setobjs=yes
6462 ;;
17998b22 6463
5213506e 6464 esac
f9a9ac80 6465
0bc0cd11 6466else
238235ef 6467
5213506e
RW
6468 # Not a target library, so we set things up to run the test suite.
6469 CHECK=really-check
0bc0cd11
JL
6470
6471fi
6472
238235ef 6473
238235ef 6474
238235ef 6475
5213506e
RW
6476case "${host}" in
6477 *-*-cygwin* | *-*-mingw*)
6478 $as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
238235ef 6479
5213506e 6480 $as_echo "#define HAVE_SYS_NERR 1" >>confdefs.h
238235ef 6481
5213506e
RW
6482 ;;
6483esac
0bc0cd11 6484
5213506e
RW
6485if test -z "${setobjs}"; then
6486 case "${host}" in
0bc0cd11 6487
5213506e
RW
6488 *-*-vxworks*)
6489 # Handle VxWorks configuration specially, since on VxWorks the
6490 # libraries are actually on the target board, not in the file
6491 # system.
6492 case " $LIBOBJS " in
6493 *" basename.$ac_objext "* ) ;;
6494 *) LIBOBJS="$LIBOBJS basename.$ac_objext"
6495 ;;
3beb1315
HPN
6496esac
6497
5213506e
RW
6498 case " $LIBOBJS " in
6499 *" getpagesize.$ac_objext "* ) ;;
6500 *) LIBOBJS="$LIBOBJS getpagesize.$ac_objext"
6501 ;;
6502esac
238235ef 6503
5213506e
RW
6504 case " $LIBOBJS " in
6505 *" insque.$ac_objext "* ) ;;
6506 *) LIBOBJS="$LIBOBJS insque.$ac_objext"
6507 ;;
6508esac
e490616e 6509
5213506e
RW
6510 case " $LIBOBJS " in
6511 *" random.$ac_objext "* ) ;;
6512 *) LIBOBJS="$LIBOBJS random.$ac_objext"
6513 ;;
6514esac
238235ef 6515
5213506e
RW
6516 case " $LIBOBJS " in
6517 *" strcasecmp.$ac_objext "* ) ;;
6518 *) LIBOBJS="$LIBOBJS strcasecmp.$ac_objext"
6519 ;;
6520esac
238235ef 6521
5213506e
RW
6522 case " $LIBOBJS " in
6523 *" strncasecmp.$ac_objext "* ) ;;
6524 *) LIBOBJS="$LIBOBJS strncasecmp.$ac_objext"
6525 ;;
3beb1315
HPN
6526esac
6527
5213506e
RW
6528 case " $LIBOBJS " in
6529 *" strdup.$ac_objext "* ) ;;
6530 *) LIBOBJS="$LIBOBJS strdup.$ac_objext"
6531 ;;
6532esac
e490616e 6533
5213506e
RW
6534 case " $LIBOBJS " in
6535 *" vfork.$ac_objext "* ) ;;
6536 *) LIBOBJS="$LIBOBJS vfork.$ac_objext"
6537 ;;
6538esac
e490616e 6539
5213506e
RW
6540 case " $LIBOBJS " in
6541 *" waitpid.$ac_objext "* ) ;;
6542 *) LIBOBJS="$LIBOBJS waitpid.$ac_objext"
6543 ;;
6544esac
238235ef 6545
5213506e
RW
6546 case " $LIBOBJS " in
6547 *" vasprintf.$ac_objext "* ) ;;
6548 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6549 ;;
6550esac
9ce3f7e5 6551
5213506e
RW
6552 for f in $funcs; do
6553 case "$f" in
6554 basename | getpagesize | insque | random | strcasecmp)
6555 ;;
6556 strncasecmp | strdup | vfork | waitpid | vasprintf)
6557 ;;
6558 *)
6559 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6560 cat >>confdefs.h <<_ACEOF
6561#define $n 1
238235ef 6562_ACEOF
238235ef 6563
5213506e
RW
6564 ;;
6565 esac
6566 done
9ce3f7e5 6567
5213506e
RW
6568 # VxWorks doesn't provide any of the variables in $vars, so we
6569 # don't have to check them here.
9ce3f7e5 6570
5213506e
RW
6571 # Of the functions in $checkfuncs, VxWorks only has strerror.
6572 $as_echo "#define HAVE_STRERROR 1" >>confdefs.h
e490616e 6573
238235ef 6574
5213506e
RW
6575 setobjs=yes
6576 ;;
6577
6578 esac
0bc0cd11
JL
6579fi
6580
5213506e 6581if test -z "${setobjs}"; then
0bc0cd11 6582
5213506e 6583 case "${host}" in
aa9dc53d 6584
41fdbd54
JB
6585 *-*-android*)
6586 # On android, getpagesize is defined in unistd.h as a static inline
6587 # function, which AC_CHECK_FUNCS does not handle properly.
6588 ac_cv_func_getpagesize=yes
6589 ;;
6590
5213506e
RW
6591 *-*-mingw32*)
6592 # Under mingw32, sys_nerr and sys_errlist exist, but they are
6593 # macros, so the test below won't find them.
6594 libiberty_cv_var_sys_nerr=yes
6595 libiberty_cv_var_sys_errlist=yes
6596 ;;
238235ef 6597
5213506e
RW
6598 *-*-msdosdjgpp*)
6599 # vfork and fork are stubs.
6600 ac_cv_func_vfork_works=no
6601 ;;
aa9dc53d 6602
5213506e
RW
6603 *-*-uwin*)
6604 # Under some versions of uwin, vfork is notoriously buggy and the test
6605 # can hang configure; on other versions, vfork exists just as a stub.
6606 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
6607 ac_cv_func_vfork_works=no
6608 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
6609 # macros (actually, these are imported from a DLL, but the end effect
6610 # is the same), so the test below won't find them.
6611 libiberty_cv_var_sys_nerr=yes
6612 libiberty_cv_var_sys_errlist=yes
6613 ;;
238235ef 6614
5213506e
RW
6615 *-*-*vms*)
6616 # Under VMS, vfork works very different than on Unix. The standard test
6617 # won't work, and it isn't easily adaptable. It makes more sense to
6618 # just force it.
6619 ac_cv_func_vfork_works=yes
6620 ;;
238235ef 6621
5213506e 6622 esac
aa9dc53d 6623
5213506e
RW
6624 # We haven't set the list of objects yet. Use the standard autoconf
6625 # tests. This will only work if the compiler works.
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
6627$as_echo_n "checking for library containing strerror... " >&6; }
22e05272 6628if ${ac_cv_search_strerror+:} false; then :
5213506e 6629 $as_echo_n "(cached) " >&6
238235ef 6630else
5213506e
RW
6631 ac_func_search_save_LIBS=$LIBS
6632cat confdefs.h - <<_ACEOF >conftest.$ac_ext
238235ef 6633/* end confdefs.h. */
5213506e
RW
6634
6635/* Override any GCC internal prototype to avoid an error.
6636 Use char because int might match the return type of a GCC
238235ef 6637 builtin and then its argument prototype would still apply. */
238235ef 6638#ifdef __cplusplus
5213506e 6639extern "C"
0bc0cd11 6640#endif
5213506e 6641char strerror ();
238235ef
DJ
6642int
6643main ()
6644{
5213506e 6645return strerror ();
238235ef
DJ
6646 ;
6647 return 0;
6648}
6649_ACEOF
5213506e
RW
6650for ac_lib in '' cposix; do
6651 if test -z "$ac_lib"; then
6652 ac_res="none required"
6653 else
6654 ac_res=-l$ac_lib
6655 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6656 fi
6657 if test x$gcc_no_link = xyes; then
22e05272 6658 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
5213506e
RW
6659fi
6660if ac_fn_c_try_link "$LINENO"; then :
6661 ac_cv_search_strerror=$ac_res
6662fi
6663rm -f core conftest.err conftest.$ac_objext \
6664 conftest$ac_exeext
22e05272 6665 if ${ac_cv_search_strerror+:} false; then :
5213506e
RW
6666 break
6667fi
6668done
22e05272 6669if ${ac_cv_search_strerror+:} false; then :
238235ef 6670
5213506e
RW
6671else
6672 ac_cv_search_strerror=no
238235ef 6673fi
5213506e
RW
6674rm conftest.$ac_ext
6675LIBS=$ac_func_search_save_LIBS
6676fi
6677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
6678$as_echo "$ac_cv_search_strerror" >&6; }
6679ac_res=$ac_cv_search_strerror
6680if test "$ac_res" != no; then :
6681 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6682
238235ef 6683fi
5213506e
RW
6684
6685 for ac_func in $funcs
6686do :
6687 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6688ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22e05272 6689if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
238235ef 6690 cat >>confdefs.h <<_ACEOF
5213506e 6691#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
238235ef 6692_ACEOF
0bc0cd11 6693
5213506e
RW
6694else
6695 case " $LIBOBJS " in
6696 *" $ac_func.$ac_objext "* ) ;;
6697 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
6698 ;;
6699esac
6700
0bc0cd11
JL
6701fi
6702done
6703
2b601678
MK
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether alloca needs Cray hooks" >&5
6705$as_echo_n "checking whether alloca needs Cray hooks... " >&6; }
22e05272 6706if ${ac_cv_os_cray+:} false; then :
2b601678
MK
6707 $as_echo_n "(cached) " >&6
6708else
6709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6710/* end confdefs.h. */
6711#if defined(CRAY) && ! defined(CRAY2)
6712webecray
6713#else
6714wenotbecray
6715#endif
6716
6717_ACEOF
6718if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6719 $EGREP "webecray" >/dev/null 2>&1; then :
6720 ac_cv_os_cray=yes
6721else
6722 ac_cv_os_cray=no
6723fi
6724rm -f conftest*
6725
6726fi
6727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
6728$as_echo "$ac_cv_os_cray" >&6; }
6729if test $ac_cv_os_cray = yes; then
6730 for ac_func in _getb67 GETB67 getb67; do
6731 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6732ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22e05272 6733if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
2b601678
MK
6734
6735cat >>confdefs.h <<_ACEOF
6736#define CRAY_STACKSEG_END $ac_func
6737_ACEOF
6738 break
6739fi
6740
6741 done
6742fi
6743
6744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
6745$as_echo_n "checking stack direction for C alloca... " >&6; }
22e05272 6746if ${ac_cv_c_stack_direction+:} false; then :
2b601678
MK
6747 $as_echo_n "(cached) " >&6
6748else
6749 if test "$cross_compiling" = yes; then :
6750 ac_cv_c_stack_direction=0
6751else
6752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6753/* end confdefs.h. */
6754find_stack_direction ()
6755{
6756 static char *addr = 0;
6757 auto char dummy;
6758 if (addr == 0)
6759 {
6760 addr = &dummy;
6761 return find_stack_direction ();
6762 }
6763 else
6764 return (&dummy > addr) ? 1 : -1;
6765}
6766main ()
6767{
6768 exit (find_stack_direction() < 0);
6769}
6770_ACEOF
6771if ac_fn_c_try_run "$LINENO"; then :
6772 ac_cv_c_stack_direction=1
6773else
6774 ac_cv_c_stack_direction=-1
6775fi
6776rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6777 conftest.$ac_objext conftest.beam conftest.$ac_ext
6778fi
6779
6780fi
6781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
6782$as_echo "$ac_cv_c_stack_direction" >&6; }
6783
6784cat >>confdefs.h <<_ACEOF
6785#define STACK_DIRECTION $ac_cv_c_stack_direction
6786_ACEOF
6787
6788
5213506e
RW
6789 for ac_header in vfork.h
6790do :
6791 ac_fn_c_check_header_preproc "$LINENO" "vfork.h" "ac_cv_header_vfork_h"
22e05272 6792if test "x$ac_cv_header_vfork_h" = xyes; then :
3c60ae5a 6793 cat >>confdefs.h <<_ACEOF
5213506e 6794#define HAVE_VFORK_H 1
3c60ae5a
GDR
6795_ACEOF
6796
5213506e
RW
6797fi
6798done
6799
6800for ac_func in fork vfork
6801do :
6802 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6803ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22e05272 6804if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5213506e
RW
6805 cat >>confdefs.h <<_ACEOF
6806#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6807_ACEOF
3c60ae5a
GDR
6808
6809fi
5213506e
RW
6810done
6811
6812if test "x$ac_cv_func_fork" = xyes; then
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
6814$as_echo_n "checking for working fork... " >&6; }
22e05272 6815if ${ac_cv_func_fork_works+:} false; then :
5213506e 6816 $as_echo_n "(cached) " >&6
3c60ae5a 6817else
5213506e
RW
6818 if test "$cross_compiling" = yes; then :
6819 ac_cv_func_fork_works=cross
6820else
6821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3c60ae5a
GDR
6822/* end confdefs.h. */
6823$ac_includes_default
6824int
6825main ()
6826{
5213506e
RW
6827
6828 /* By Ruediger Kuhlmann. */
6829 return fork () < 0;
3c60ae5a
GDR
6830
6831 ;
6832 return 0;
6833}
6834_ACEOF
5213506e
RW
6835if ac_fn_c_try_run "$LINENO"; then :
6836 ac_cv_func_fork_works=yes
3c60ae5a 6837else
5213506e 6838 ac_cv_func_fork_works=no
3c60ae5a 6839fi
5213506e
RW
6840rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6841 conftest.$ac_objext conftest.beam conftest.$ac_ext
3c60ae5a 6842fi
3c60ae5a 6843
5213506e
RW
6844fi
6845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
6846$as_echo "$ac_cv_func_fork_works" >&6; }
3c60ae5a
GDR
6847
6848else
5213506e
RW
6849 ac_cv_func_fork_works=$ac_cv_func_fork
6850fi
6851if test "x$ac_cv_func_fork_works" = xcross; then
6852 case $host in
6853 *-*-amigaos* | *-*-msdosdjgpp*)
6854 # Override, as these systems have only a dummy fork() stub
6855 ac_cv_func_fork_works=no
6856 ;;
6857 *)
6858 ac_cv_func_fork_works=yes
6859 ;;
6860 esac
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
6862$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
3c60ae5a 6863fi
5213506e
RW
6864ac_cv_func_vfork_works=$ac_cv_func_vfork
6865if test "x$ac_cv_func_vfork" = xyes; then
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
6867$as_echo_n "checking for working vfork... " >&6; }
22e05272 6868if ${ac_cv_func_vfork_works+:} false; then :
5213506e 6869 $as_echo_n "(cached) " >&6
3c60ae5a 6870else
5213506e
RW
6871 if test "$cross_compiling" = yes; then :
6872 ac_cv_func_vfork_works=cross
6873else
6874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3c60ae5a 6875/* end confdefs.h. */
5213506e 6876/* Thanks to Paul Eggert for this test. */
3c60ae5a 6877$ac_includes_default
5213506e
RW
6878#include <sys/wait.h>
6879#ifdef HAVE_VFORK_H
6880# include <vfork.h>
6881#endif
6882/* On some sparc systems, changes by the child to local and incoming
6883 argument registers are propagated back to the parent. The compiler
6884 is told about this with #include <vfork.h>, but some compilers
6885 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
6886 static variable whose address is put into a register that is
6887 clobbered by the vfork. */
6888static void
6889#ifdef __cplusplus
6890sparc_address_test (int arg)
6891# else
6892sparc_address_test (arg) int arg;
6893#endif
6894{
6895 static pid_t child;
6896 if (!child) {
6897 child = vfork ();
6898 if (child < 0) {
6899 perror ("vfork");
6900 _exit(2);
6901 }
6902 if (!child) {
6903 arg = getpid();
6904 write(-1, "", 0);
6905 _exit (arg);
6906 }
6907 }
6908}
6909
3c60ae5a
GDR
6910int
6911main ()
6912{
5213506e
RW
6913 pid_t parent = getpid ();
6914 pid_t child;
3c60ae5a 6915
5213506e 6916 sparc_address_test (0);
3c60ae5a 6917
5213506e 6918 child = vfork ();
3c60ae5a 6919
5213506e
RW
6920 if (child == 0) {
6921 /* Here is another test for sparc vfork register problems. This
6922 test uses lots of local variables, at least as many local
6923 variables as main has allocated so far including compiler
6924 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
6925 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
6926 reuse the register of parent for one of the local variables,
6927 since it will think that parent can't possibly be used any more
6928 in this routine. Assigning to the local variable will thus
6929 munge parent in the parent process. */
6930 pid_t
6931 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
6932 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
6933 /* Convince the compiler that p..p7 are live; otherwise, it might
6934 use the same hardware register for all 8 local variables. */
6935 if (p != p1 || p != p2 || p != p3 || p != p4
6936 || p != p5 || p != p6 || p != p7)
6937 _exit(1);
3c60ae5a 6938
5213506e
RW
6939 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
6940 from child file descriptors. If the child closes a descriptor
6941 before it execs or exits, this munges the parent's descriptor
6942 as well. Test for this by closing stdout in the child. */
6943 _exit(close(fileno(stdout)) != 0);
6944 } else {
6945 int status;
6946 struct stat st;
3c60ae5a 6947
5213506e
RW
6948 while (wait(&status) != child)
6949 ;
6950 return (
6951 /* Was there some problem with vforking? */
6952 child < 0
3c60ae5a 6953
5213506e
RW
6954 /* Did the child fail? (This shouldn't happen.) */
6955 || status
3c60ae5a 6956
5213506e
RW
6957 /* Did the vfork/compiler bug occur? */
6958 || parent != getpid()
ddcf783b 6959
5213506e
RW
6960 /* Did the file descriptor bug occur? */
6961 || fstat(fileno(stdout), &st) != 0
6962 );
6963 }
ddcf783b
EZ
6964}
6965_ACEOF
5213506e
RW
6966if ac_fn_c_try_run "$LINENO"; then :
6967 ac_cv_func_vfork_works=yes
ddcf783b 6968else
5213506e
RW
6969 ac_cv_func_vfork_works=no
6970fi
6971rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6972 conftest.$ac_objext conftest.beam conftest.$ac_ext
6973fi
ddcf783b 6974
ddcf783b 6975fi
5213506e
RW
6976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
6977$as_echo "$ac_cv_func_vfork_works" >&6; }
6978
6979fi;
6980if test "x$ac_cv_func_fork_works" = xcross; then
6981 ac_cv_func_vfork_works=$ac_cv_func_vfork
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
6983$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
ddcf783b 6984fi
ddcf783b 6985
5213506e 6986if test "x$ac_cv_func_vfork_works" = xyes; then
ddcf783b 6987
5213506e 6988$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
ddcf783b
EZ
6989
6990else
ddcf783b 6991
5213506e 6992$as_echo "#define vfork fork" >>confdefs.h
ddcf783b
EZ
6993
6994fi
5213506e 6995if test "x$ac_cv_func_fork_works" = xyes; then
ddcf783b 6996
5213506e 6997$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
ddcf783b 6998
ddcf783b 6999fi
ddcf783b 7000
5213506e
RW
7001 if test $ac_cv_func_vfork_works = no; then
7002 case " $LIBOBJS " in
7003 *" vfork.$ac_objext "* ) ;;
7004 *) LIBOBJS="$LIBOBJS vfork.$ac_objext"
7005 ;;
7006esac
ddcf783b 7007
5213506e
RW
7008 fi
7009 # We only need _doprnt if we might use it to implement v*printf.
7010 if test $ac_cv_func_vprintf != yes \
7011 || test $ac_cv_func_vfprintf != yes \
7012 || test $ac_cv_func_vsprintf != yes; then
22e05272
JM
7013 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
7014if test "x$ac_cv_func__doprnt" = xyes; then :
7015 $as_echo "#define HAVE__DOPRNT 1" >>confdefs.h
ddcf783b 7016
5213506e
RW
7017else
7018 case " $LIBOBJS " in
22e05272
JM
7019 *" _doprnt.$ac_objext "* ) ;;
7020 *) LIBOBJS="$LIBOBJS _doprnt.$ac_objext"
5213506e
RW
7021 ;;
7022esac
ddcf783b 7023
d7cf8390
GDR
7024fi
7025
7026
5213506e
RW
7027 else
7028 for ac_func in _doprnt
7029do :
7030 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
22e05272 7031if test "x$ac_cv_func__doprnt" = xyes; then :
5213506e
RW
7032 cat >>confdefs.h <<_ACEOF
7033#define HAVE__DOPRNT 1
d7cf8390 7034_ACEOF
d7cf8390 7035
d7cf8390 7036fi
5213506e 7037done
d7cf8390 7038
5213506e 7039 fi
d7cf8390 7040
5213506e
RW
7041 for v in $vars; do
7042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $v" >&5
7043$as_echo_n "checking for $v... " >&6; }
22e05272 7044 if eval \${libiberty_cv_var_$v+:} false; then :
5213506e 7045 $as_echo_n "(cached) " >&6
d7cf8390 7046else
5213506e 7047 if test x$gcc_no_link = xyes; then
22e05272 7048 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
d7cf8390 7049fi
5213506e 7050cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7cf8390 7051/* end confdefs.h. */
f418bc3c 7052extern int $v [];
d7cf8390
GDR
7053int
7054main ()
7055{
f418bc3c 7056if ($v [0]) return 1;
d7cf8390
GDR
7057 ;
7058 return 0;
7059}
7060_ACEOF
5213506e
RW
7061if ac_fn_c_try_link "$LINENO"; then :
7062 eval "libiberty_cv_var_$v=yes"
d7cf8390 7063else
5213506e 7064 eval "libiberty_cv_var_$v=no"
d7cf8390 7065fi
5213506e
RW
7066rm -f core conftest.err conftest.$ac_objext \
7067 conftest$ac_exeext conftest.$ac_ext
d7cf8390 7068fi
d7cf8390 7069
5213506e
RW
7070 if eval "test \"`echo '$libiberty_cv_var_'$v`\" = yes"; then
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7072$as_echo "yes" >&6; }
7073 n=HAVE_`echo $v | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7074 cat >>confdefs.h <<_ACEOF
7075#define $n 1
d7cf8390
GDR
7076_ACEOF
7077
5213506e
RW
7078 else
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080$as_echo "no" >&6; }
7081 fi
7082 done
d7cf8390 7083
5213506e
RW
7084 # special check for _system_configuration because AIX <4.3.2 do not
7085 # contain the `physmem' member.
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for external symbol _system_configuration" >&5
7087$as_echo_n "checking for external symbol _system_configuration... " >&6; }
7088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8b82b724 7089/* end confdefs.h. */
5213506e 7090#include <sys/systemcfg.h>
8b82b724
BE
7091int
7092main ()
7093{
5213506e 7094double x = _system_configuration.physmem;
8b82b724
BE
7095 ;
7096 return 0;
7097}
7098_ACEOF
5213506e
RW
7099if ac_fn_c_try_compile "$LINENO"; then :
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7101$as_echo "yes" >&6; }
8b82b724 7102
5213506e 7103$as_echo "#define HAVE__SYSTEM_CONFIGURATION 1" >>confdefs.h
8b82b724
BE
7104
7105else
5213506e
RW
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7107$as_echo "no" >&6; }
7108fi
7109rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7110
7111 for ac_func in $checkfuncs
7112do :
7113 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7114ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22e05272 7115if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8b82b724 7116 cat >>confdefs.h <<_ACEOF
5213506e 7117#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8b82b724
BE
7118_ACEOF
7119
d7cf8390 7120fi
5213506e 7121done
d7cf8390 7122
22e05272
JM
7123 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(char *)" | $as_tr_sh`
7124ac_fn_c_check_decl "$LINENO" "basename(char *)" "$as_ac_Symbol" "$ac_includes_default"
7125if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
5213506e 7126 ac_have_decl=1
d7cf8390 7127else
5213506e 7128 ac_have_decl=0
d7cf8390 7129fi
d7cf8390
GDR
7130
7131cat >>confdefs.h <<_ACEOF
5213506e 7132#define HAVE_DECL_BASENAME $ac_have_decl
d7cf8390 7133_ACEOF
5213506e 7134ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
22e05272 7135if test "x$ac_cv_have_decl_ffs" = xyes; then :
5213506e 7136 ac_have_decl=1
d7cf8390 7137else
5213506e 7138 ac_have_decl=0
d7cf8390 7139fi
d7cf8390 7140
5213506e
RW
7141cat >>confdefs.h <<_ACEOF
7142#define HAVE_DECL_FFS $ac_have_decl
d7cf8390 7143_ACEOF
5213506e 7144ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
22e05272 7145if test "x$ac_cv_have_decl_asprintf" = xyes; then :
5213506e 7146 ac_have_decl=1
d7cf8390 7147else
5213506e 7148 ac_have_decl=0
d7cf8390 7149fi
d7cf8390
GDR
7150
7151cat >>confdefs.h <<_ACEOF
5213506e 7152#define HAVE_DECL_ASPRINTF $ac_have_decl
d7cf8390 7153_ACEOF
5213506e 7154ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
22e05272 7155if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
5213506e 7156 ac_have_decl=1
d7cf8390 7157else
5213506e 7158 ac_have_decl=0
d7cf8390 7159fi
d7cf8390 7160
5213506e
RW
7161cat >>confdefs.h <<_ACEOF
7162#define HAVE_DECL_VASPRINTF $ac_have_decl
d7cf8390 7163_ACEOF
5213506e 7164ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
22e05272 7165if test "x$ac_cv_have_decl_snprintf" = xyes; then :
5213506e 7166 ac_have_decl=1
d7cf8390 7167else
5213506e 7168 ac_have_decl=0
d7cf8390 7169fi
d7cf8390
GDR
7170
7171cat >>confdefs.h <<_ACEOF
5213506e 7172#define HAVE_DECL_SNPRINTF $ac_have_decl
d7cf8390 7173_ACEOF
5213506e 7174ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
22e05272 7175if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
5213506e 7176 ac_have_decl=1
d7cf8390 7177else
5213506e 7178 ac_have_decl=0
83fbfe42
GK
7179fi
7180
5213506e
RW
7181cat >>confdefs.h <<_ACEOF
7182#define HAVE_DECL_VSNPRINTF $ac_have_decl
7183_ACEOF
83fbfe42 7184
5213506e 7185 ac_fn_c_check_decl "$LINENO" "calloc" "ac_cv_have_decl_calloc" "$ac_includes_default"
22e05272 7186if test "x$ac_cv_have_decl_calloc" = xyes; then :
5213506e
RW
7187 ac_have_decl=1
7188else
7189 ac_have_decl=0
83fbfe42 7190fi
5213506e
RW
7191
7192cat >>confdefs.h <<_ACEOF
7193#define HAVE_DECL_CALLOC $ac_have_decl
7194_ACEOF
7195ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
22e05272 7196if test "x$ac_cv_have_decl_getenv" = xyes; then :
5213506e
RW
7197 ac_have_decl=1
7198else
7199 ac_have_decl=0
83fbfe42 7200fi
83fbfe42
GK
7201
7202cat >>confdefs.h <<_ACEOF
5213506e 7203#define HAVE_DECL_GETENV $ac_have_decl
83fbfe42 7204_ACEOF
5213506e 7205ac_fn_c_check_decl "$LINENO" "getopt" "ac_cv_have_decl_getopt" "$ac_includes_default"
22e05272 7206if test "x$ac_cv_have_decl_getopt" = xyes; then :
5213506e
RW
7207 ac_have_decl=1
7208else
7209 ac_have_decl=0
7210fi
83fbfe42 7211
5213506e
RW
7212cat >>confdefs.h <<_ACEOF
7213#define HAVE_DECL_GETOPT $ac_have_decl
7214_ACEOF
7215ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
22e05272 7216if test "x$ac_cv_have_decl_malloc" = xyes; then :
5213506e
RW
7217 ac_have_decl=1
7218else
7219 ac_have_decl=0
7220fi
83fbfe42 7221
5213506e
RW
7222cat >>confdefs.h <<_ACEOF
7223#define HAVE_DECL_MALLOC $ac_have_decl
7224_ACEOF
7225ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
22e05272 7226if test "x$ac_cv_have_decl_realloc" = xyes; then :
5213506e 7227 ac_have_decl=1
83fbfe42 7228else
5213506e
RW
7229 ac_have_decl=0
7230fi
7231
7232cat >>confdefs.h <<_ACEOF
7233#define HAVE_DECL_REALLOC $ac_have_decl
83fbfe42 7234_ACEOF
5213506e 7235ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
22e05272 7236if test "x$ac_cv_have_decl_sbrk" = xyes; then :
5213506e
RW
7237 ac_have_decl=1
7238else
7239 ac_have_decl=0
7240fi
83fbfe42 7241
5213506e
RW
7242cat >>confdefs.h <<_ACEOF
7243#define HAVE_DECL_SBRK $ac_have_decl
2d3a2063
JDA
7244_ACEOF
7245
7246 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
22e05272 7247if test "x$ac_cv_have_decl_strtol" = xyes; then :
2d3a2063
JDA
7248 ac_have_decl=1
7249else
7250 ac_have_decl=0
7251fi
7252
7253cat >>confdefs.h <<_ACEOF
7254#define HAVE_DECL_STRTOL $ac_have_decl
7255_ACEOF
7256ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
22e05272 7257if test "x$ac_cv_have_decl_strtoul" = xyes; then :
2d3a2063
JDA
7258 ac_have_decl=1
7259else
7260 ac_have_decl=0
7261fi
7262
7263cat >>confdefs.h <<_ACEOF
7264#define HAVE_DECL_STRTOUL $ac_have_decl
7265_ACEOF
7266ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
22e05272 7267if test "x$ac_cv_have_decl_strtoll" = xyes; then :
2d3a2063
JDA
7268 ac_have_decl=1
7269else
7270 ac_have_decl=0
7271fi
7272
7273cat >>confdefs.h <<_ACEOF
7274#define HAVE_DECL_STRTOLL $ac_have_decl
7275_ACEOF
7276ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
22e05272 7277if test "x$ac_cv_have_decl_strtoull" = xyes; then :
2d3a2063
JDA
7278 ac_have_decl=1
7279else
7280 ac_have_decl=0
7281fi
7282
7283cat >>confdefs.h <<_ACEOF
7284#define HAVE_DECL_STRTOULL $ac_have_decl
5213506e 7285_ACEOF
83fbfe42 7286
5213506e 7287 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
22e05272 7288if test "x$ac_cv_have_decl_strverscmp" = xyes; then :
5213506e
RW
7289 ac_have_decl=1
7290else
7291 ac_have_decl=0
3c60ae5a
GDR
7292fi
7293
5213506e
RW
7294cat >>confdefs.h <<_ACEOF
7295#define HAVE_DECL_STRVERSCMP $ac_have_decl
63d9caf9
DD
7296_ACEOF
7297
7298 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
22e05272 7299if test "x$ac_cv_have_decl_strnlen" = xyes; then :
63d9caf9
DD
7300 ac_have_decl=1
7301else
7302 ac_have_decl=0
7303fi
7304
7305cat >>confdefs.h <<_ACEOF
7306#define HAVE_DECL_STRNLEN $ac_have_decl
5213506e 7307_ACEOF
3c60ae5a 7308
2b601678
MK
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether canonicalize_file_name must be declared" >&5
7310$as_echo_n "checking whether canonicalize_file_name must be declared... " >&6; }
22e05272 7311if ${libiberty_cv_decl_needed_canonicalize_file_name+:} false; then :
2b601678
MK
7312 $as_echo_n "(cached) " >&6
7313else
7314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7315/* end confdefs.h. */
7316
7317#include "confdefs.h"
7318#include <stdio.h>
7319#ifdef HAVE_STRING_H
7320#include <string.h>
7321#else
7322#ifdef HAVE_STRINGS_H
7323#include <strings.h>
7324#endif
7325#endif
7326#ifdef HAVE_STDLIB_H
7327#include <stdlib.h>
7328#endif
7329#ifdef HAVE_UNISTD_H
7330#include <unistd.h>
7331#endif
7332int
7333main ()
7334{
7335char *(*pfn) = (char *(*)) canonicalize_file_name
7336 ;
7337 return 0;
7338}
7339_ACEOF
7340if ac_fn_c_try_compile "$LINENO"; then :
7341 libiberty_cv_decl_needed_canonicalize_file_name=no
7342else
7343 libiberty_cv_decl_needed_canonicalize_file_name=yes
7344fi
7345rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7346fi
7347
7348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libiberty_cv_decl_needed_canonicalize_file_name" >&5
7349$as_echo "$libiberty_cv_decl_needed_canonicalize_file_name" >&6; }
7350if test $libiberty_cv_decl_needed_canonicalize_file_name = yes; then
7351
7352$as_echo "#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1" >>confdefs.h
7353
7354fi
7355
0bc0cd11
JL
7356fi
7357
55d0e5e0
ZW
7358# Figure out which version of pexecute to use.
7359case "${host}" in
16f60fcb
TG
7360 *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;;
7361 *-*-msdosdjgpp*) pexecute=pex-djgpp ;;
7362 *-*-msdos*) pexecute=pex-msdos ;;
7363 *) pexecute=pex-unix ;;
55d0e5e0
ZW
7364esac
7365
7366
22e05272
JM
7367
7368
7369
7370 for ac_header in $ac_header_list
2b601678
MK
7371do :
7372 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7373ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"
22e05272 7374if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
2b601678
MK
7375 cat >>confdefs.h <<_ACEOF
7376#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7377_ACEOF
7378
7379fi
7380done
7381
22e05272
JM
7382
7383
7384
7385
7386
7387
7388if test x$gcc_no_link = xyes; then
7389 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset; then
7390 ac_cv_func_mmap_fixed_mapped=no
7391 fi
7392fi
7393if test "x${ac_cv_func_mmap_fixed_mapped}" != xno; then
7394
2b601678
MK
7395for ac_func in getpagesize
7396do :
7397 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
22e05272 7398if test "x$ac_cv_func_getpagesize" = xyes; then :
2b601678
MK
7399 cat >>confdefs.h <<_ACEOF
7400#define HAVE_GETPAGESIZE 1
7401_ACEOF
7402
7403fi
7404done
7405
7406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
7407$as_echo_n "checking for working mmap... " >&6; }
22e05272 7408if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
2b601678
MK
7409 $as_echo_n "(cached) " >&6
7410else
7411 if test "$cross_compiling" = yes; then :
7412 ac_cv_func_mmap_fixed_mapped=no
7413else
7414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7415/* end confdefs.h. */
7416$ac_includes_default
7417/* malloc might have been renamed as rpl_malloc. */
7418#undef malloc
7419
7420/* Thanks to Mike Haertel and Jim Avera for this test.
7421 Here is a matrix of mmap possibilities:
7422 mmap private not fixed
7423 mmap private fixed at somewhere currently unmapped
7424 mmap private fixed at somewhere already mapped
7425 mmap shared not fixed
7426 mmap shared fixed at somewhere currently unmapped
7427 mmap shared fixed at somewhere already mapped
7428 For private mappings, we should verify that changes cannot be read()
7429 back from the file, nor mmap's back from the file at a different
7430 address. (There have been systems where private was not correctly
7431 implemented like the infamous i386 svr4.0, and systems where the
7432 VM page cache was not coherent with the file system buffer cache
7433 like early versions of FreeBSD and possibly contemporary NetBSD.)
7434 For shared mappings, we should conversely verify that changes get
7435 propagated back to all the places they're supposed to be.
7436
7437 Grep wants private fixed already mapped.
7438 The main things grep needs to know about mmap are:
7439 * does it exist and is it safe to write into the mmap'd area
7440 * how to use it (BSD variants) */
7441
7442#include <fcntl.h>
7443#include <sys/mman.h>
7444
7445#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
7446char *malloc ();
7447#endif
7448
7449/* This mess was copied from the GNU getpagesize.h. */
7450#ifndef HAVE_GETPAGESIZE
2b601678
MK
7451# ifdef _SC_PAGESIZE
7452# define getpagesize() sysconf(_SC_PAGESIZE)
7453# else /* no _SC_PAGESIZE */
7454# ifdef HAVE_SYS_PARAM_H
7455# include <sys/param.h>
7456# ifdef EXEC_PAGESIZE
7457# define getpagesize() EXEC_PAGESIZE
7458# else /* no EXEC_PAGESIZE */
7459# ifdef NBPG
7460# define getpagesize() NBPG * CLSIZE
7461# ifndef CLSIZE
7462# define CLSIZE 1
7463# endif /* no CLSIZE */
7464# else /* no NBPG */
7465# ifdef NBPC
7466# define getpagesize() NBPC
7467# else /* no NBPC */
7468# ifdef PAGESIZE
7469# define getpagesize() PAGESIZE
7470# endif /* PAGESIZE */
7471# endif /* no NBPC */
7472# endif /* no NBPG */
7473# endif /* no EXEC_PAGESIZE */
7474# else /* no HAVE_SYS_PARAM_H */
7475# define getpagesize() 8192 /* punt totally */
7476# endif /* no HAVE_SYS_PARAM_H */
7477# endif /* no _SC_PAGESIZE */
7478
7479#endif /* no HAVE_GETPAGESIZE */
7480
7481int
7482main ()
7483{
7484 char *data, *data2, *data3;
22e05272 7485 const char *cdata2;
2b601678 7486 int i, pagesize;
22e05272 7487 int fd, fd2;
2b601678
MK
7488
7489 pagesize = getpagesize ();
7490
7491 /* First, make a file with some known garbage in it. */
7492 data = (char *) malloc (pagesize);
7493 if (!data)
7494 return 1;
7495 for (i = 0; i < pagesize; ++i)
7496 *(data + i) = rand ();
7497 umask (0);
7498 fd = creat ("conftest.mmap", 0600);
7499 if (fd < 0)
22e05272 7500 return 2;
2b601678 7501 if (write (fd, data, pagesize) != pagesize)
22e05272 7502 return 3;
2b601678
MK
7503 close (fd);
7504
22e05272
JM
7505 /* Next, check that the tail of a page is zero-filled. File must have
7506 non-zero length, otherwise we risk SIGBUS for entire page. */
7507 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
7508 if (fd2 < 0)
7509 return 4;
7510 cdata2 = "";
7511 if (write (fd2, cdata2, 1) != 1)
7512 return 5;
7513 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
7514 if (data2 == MAP_FAILED)
7515 return 6;
7516 for (i = 0; i < pagesize; ++i)
7517 if (*(data2 + i))
7518 return 7;
7519 close (fd2);
7520 if (munmap (data2, pagesize))
7521 return 8;
7522
2b601678
MK
7523 /* Next, try to mmap the file at a fixed address which already has
7524 something else allocated at it. If we can, also make sure that
7525 we see the same garbage. */
7526 fd = open ("conftest.mmap", O_RDWR);
7527 if (fd < 0)
22e05272 7528 return 9;
2b601678
MK
7529 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7530 MAP_PRIVATE | MAP_FIXED, fd, 0L))
22e05272 7531 return 10;
2b601678
MK
7532 for (i = 0; i < pagesize; ++i)
7533 if (*(data + i) != *(data2 + i))
22e05272 7534 return 11;
2b601678
MK
7535
7536 /* Finally, make sure that changes to the mapped area do not
7537 percolate back to the file as seen by read(). (This is a bug on
7538 some variants of i386 svr4.0.) */
7539 for (i = 0; i < pagesize; ++i)
7540 *(data2 + i) = *(data2 + i) + 1;
7541 data3 = (char *) malloc (pagesize);
7542 if (!data3)
22e05272 7543 return 12;
2b601678 7544 if (read (fd, data3, pagesize) != pagesize)
22e05272 7545 return 13;
2b601678
MK
7546 for (i = 0; i < pagesize; ++i)
7547 if (*(data + i) != *(data3 + i))
22e05272 7548 return 14;
2b601678
MK
7549 close (fd);
7550 return 0;
7551}
7552_ACEOF
7553if ac_fn_c_try_run "$LINENO"; then :
7554 ac_cv_func_mmap_fixed_mapped=yes
7555else
7556 ac_cv_func_mmap_fixed_mapped=no
7557fi
7558rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7559 conftest.$ac_objext conftest.beam conftest.$ac_ext
7560fi
7561
7562fi
7563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
7564$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
7565if test $ac_cv_func_mmap_fixed_mapped = yes; then
7566
7567$as_echo "#define HAVE_MMAP 1" >>confdefs.h
7568
7569fi
22e05272 7570rm -f conftest.mmap conftest.txt
2b601678
MK
7571
7572fi
7573
7574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strncmp" >&5
7575$as_echo_n "checking for working strncmp... " >&6; }
22e05272 7576if ${ac_cv_func_strncmp_works+:} false; then :
2b601678
MK
7577 $as_echo_n "(cached) " >&6
7578else
7579 if test "$cross_compiling" = yes; then :
7580 ac_cv_func_strncmp_works=yes
7581else
7582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7583/* end confdefs.h. */
7584
7585/* Test by Jim Wilson and Kaveh Ghazi.
7586 Check whether strncmp reads past the end of its string parameters. */
7587#include <sys/types.h>
7588
7589#ifdef HAVE_FCNTL_H
7590#include <fcntl.h>
7591#endif
7592
7593#ifdef HAVE_SYS_MMAN_H
7594#include <sys/mman.h>
7595#endif
7596
7597#ifndef MAP_ANON
7598#ifdef MAP_ANONYMOUS
7599#define MAP_ANON MAP_ANONYMOUS
7600#else
7601#define MAP_ANON MAP_FILE
7602#endif
7603#endif
7604
7605#ifndef MAP_FILE
7606#define MAP_FILE 0
7607#endif
7608#ifndef O_RDONLY
7609#define O_RDONLY 0
7610#endif
7611
7612#define MAP_LEN 0x10000
7613
7614main ()
7615{
7616#if defined(HAVE_MMAP) || defined(HAVE_MMAP_ANYWHERE)
7617 char *p;
7618 int dev_zero;
7619
7620 dev_zero = open ("/dev/zero", O_RDONLY);
7621 if (dev_zero < 0)
7622 exit (1);
7623
7624 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
7625 MAP_ANON|MAP_PRIVATE, dev_zero, 0);
7626 if (p == (char *)-1)
7627 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
7628 MAP_ANON|MAP_PRIVATE, -1, 0);
7629 if (p == (char *)-1)
7630 exit (2);
7631 else
7632 {
7633 char *string = "__si_type_info";
7634 char *q = (char *) p + MAP_LEN - strlen (string) - 2;
7635 char *r = (char *) p + 0xe;
7636
7637 strcpy (q, string);
7638 strcpy (r, string);
7639 strncmp (r, q, 14);
7640 }
7641#endif /* HAVE_MMAP || HAVE_MMAP_ANYWHERE */
7642 exit (0);
7643}
7644
7645_ACEOF
7646if ac_fn_c_try_run "$LINENO"; then :
7647 ac_cv_func_strncmp_works=yes
7648else
7649 ac_cv_func_strncmp_works=no
7650fi
7651rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7652 conftest.$ac_objext conftest.beam conftest.$ac_ext
7653fi
7654
7655rm -f core core.* *.core
7656fi
7657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strncmp_works" >&5
7658$as_echo "$ac_cv_func_strncmp_works" >&6; }
7659if test $ac_cv_func_strncmp_works = no ; then
7660 case " $LIBOBJS " in
7661 *" strncmp.$ac_objext "* ) ;;
7662 *) LIBOBJS="$LIBOBJS strncmp.$ac_objext"
7663 ;;
7664esac
7665
7666fi
7667
a9266bfa 7668
0bc0cd11
JL
7669# Install a library built with a cross compiler in $(tooldir) rather
7670# than $(libdir).
ca6b370d 7671if test -z "${with_cross_host}"; then
0bc0cd11
JL
7672 INSTALL_DEST=libdir
7673else
7674 INSTALL_DEST=tooldir
7675fi
7676
7677
ad49d865
L
7678
7679L=""
7680for l in x $LIBOBJS; do
7681 case $l in
7682 x) ;;
7683 *) L="$L ./$l" ;;
7684 esac
7685done
7686LIBOBJS="$L"
7687
cf61af07
CD
7688
7689
7690
7691
0bc0cd11 7692# We need multilib support, but only if configuring for the target.
5213506e 7693ac_config_files="$ac_config_files Makefile testsuite/Makefile"
9bf3c9cc 7694
5213506e 7695ac_config_commands="$ac_config_commands default"
9bf3c9cc 7696
238235ef 7697cat >confcache <<\_ACEOF
0bc0cd11
JL
7698# This file is a shell script that caches the results of configure
7699# tests run on this system so they can be shared between configure
238235ef
DJ
7700# scripts and configure runs, see configure's option --config-cache.
7701# It is not useful on other systems. If it contains results you don't
7702# want to keep, you may remove or edit it.
0bc0cd11 7703#
238235ef
DJ
7704# config.status only pays attention to the cache file if you give it
7705# the --recheck option to rerun configure.
0bc0cd11 7706#
238235ef
DJ
7707# `ac_cv_env_foo' variables (set or unset) will be overridden when
7708# loading this file, other *unset* `ac_cv_foo' will be assigned the
7709# following values.
7710
7711_ACEOF
7712
0bc0cd11
JL
7713# The following way of writing the cache mishandles newlines in values,
7714# but we know of no workaround that is simple, portable, and efficient.
5213506e 7715# So, we kill variables containing newlines.
0bc0cd11
JL
7716# Ultrix sh set writes to stderr and can't be redirected directly,
7717# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
7718(
7719 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7720 eval ac_val=\$$ac_var
7721 case $ac_val in #(
7722 *${as_nl}*)
7723 case $ac_var in #(
7724 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7725$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7726 esac
7727 case $ac_var in #(
7728 _ | IFS | as_nl) ;; #(
7729 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7730 *) { eval $ac_var=; unset $ac_var;} ;;
7731 esac ;;
7732 esac
7733 done
7734
238235ef 7735 (set) 2>&1 |
5213506e
RW
7736 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7737 *${as_nl}ac_space=\ *)
7738 # `set' does not quote correctly, so add quotes: double-quote
7739 # substitution turns \\\\ into \\, and sed turns \\ into \.
238235ef 7740 sed -n \
3beb1315
HPN
7741 "s/'/'\\\\''/g;
7742 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 7743 ;; #(
238235ef
DJ
7744 *)
7745 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 7746 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
238235ef 7747 ;;
5213506e
RW
7748 esac |
7749 sort
7750) |
238235ef 7751 sed '
5213506e 7752 /^ac_cv_env_/b end
238235ef 7753 t clear
5213506e 7754 :clear
238235ef
DJ
7755 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7756 t end
5213506e
RW
7757 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7758 :end' >>confcache
7759if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7760 if test -w "$cache_file"; then
22e05272 7761 if test "x$cache_file" != "x/dev/null"; then
5213506e
RW
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7763$as_echo "$as_me: updating cache $cache_file" >&6;}
22e05272
JM
7764 if test ! -f "$cache_file" || test -h "$cache_file"; then
7765 cat confcache >"$cache_file"
7766 else
7767 case $cache_file in #(
7768 */* | ?:*)
7769 mv -f confcache "$cache_file"$$ &&
7770 mv -f "$cache_file"$$ "$cache_file" ;; #(
7771 *)
7772 mv -f confcache "$cache_file" ;;
7773 esac
7774 fi
7775 fi
0bc0cd11 7776 else
5213506e
RW
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7778$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
0bc0cd11
JL
7779 fi
7780fi
7781rm -f confcache
7782
0bc0cd11
JL
7783test "x$prefix" = xNONE && prefix=$ac_default_prefix
7784# Let make expand exec_prefix.
7785test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7786
0bc0cd11
JL
7787DEFS=-DHAVE_CONFIG_H
7788
238235ef
DJ
7789ac_libobjs=
7790ac_ltlibobjs=
22e05272 7791U=
238235ef
DJ
7792for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7793 # 1. Remove the extension, and $U if already installed.
5213506e
RW
7794 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7795 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7796 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7797 # will be set to the directory where LIBOBJS objects are built.
7798 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7799 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
238235ef
DJ
7800done
7801LIBOBJS=$ac_libobjs
0bc0cd11 7802
238235ef
DJ
7803LTLIBOBJS=$ac_ltlibobjs
7804
7805
7806
5213506e 7807
22e05272 7808: "${CONFIG_STATUS=./config.status}"
5213506e 7809ac_write_fail=0
238235ef
DJ
7810ac_clean_files_save=$ac_clean_files
7811ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
7812{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7813$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7814as_write_fail=0
7815cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
238235ef
DJ
7816#! $SHELL
7817# Generated by $as_me.
0bc0cd11 7818# Run this file to recreate the current configuration.
0bc0cd11 7819# Compiler output produced by configure, useful for debugging
238235ef 7820# configure, is in config.log if it exists.
0bc0cd11 7821
238235ef
DJ
7822debug=false
7823ac_cs_recheck=false
7824ac_cs_silent=false
238235ef 7825
5213506e
RW
7826SHELL=\${CONFIG_SHELL-$SHELL}
7827export SHELL
7828_ASEOF
7829cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7830## -------------------- ##
7831## M4sh Initialization. ##
7832## -------------------- ##
7833
7834# Be more Bourne compatible
7835DUALCASE=1; export DUALCASE # for MKS sh
7836if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
238235ef
DJ
7837 emulate sh
7838 NULLCMD=:
5213506e 7839 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
238235ef
DJ
7840 # is contrary to our usage. Disable this feature.
7841 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
7842 setopt NO_GLOB_SUBST
7843else
7844 case `(set -o) 2>/dev/null` in #(
7845 *posix*) :
7846 set -o posix ;; #(
7847 *) :
7848 ;;
7849esac
238235ef
DJ
7850fi
7851
5213506e
RW
7852
7853as_nl='
7854'
7855export as_nl
7856# Printing a long string crashes Solaris 7 /usr/bin/printf.
7857as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7858as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7859as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7860# Prefer a ksh shell builtin over an external printf program on Solaris,
7861# but without wasting forks for bash or zsh.
7862if test -z "$BASH_VERSION$ZSH_VERSION" \
7863 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7864 as_echo='print -r --'
7865 as_echo_n='print -rn --'
7866elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7867 as_echo='printf %s\n'
7868 as_echo_n='printf %s'
7869else
7870 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7871 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7872 as_echo_n='/usr/ucb/echo -n'
7873 else
7874 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7875 as_echo_n_body='eval
7876 arg=$1;
7877 case $arg in #(
7878 *"$as_nl"*)
7879 expr "X$arg" : "X\\(.*\\)$as_nl";
7880 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7881 esac;
7882 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7883 '
7884 export as_echo_n_body
7885 as_echo_n='sh -c $as_echo_n_body as_echo'
7886 fi
7887 export as_echo_body
7888 as_echo='sh -c $as_echo_body as_echo'
7889fi
7890
7891# The user is always right.
7892if test "${PATH_SEPARATOR+set}" != set; then
7893 PATH_SEPARATOR=:
7894 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7895 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7896 PATH_SEPARATOR=';'
7897 }
238235ef
DJ
7898fi
7899
7900
5213506e
RW
7901# IFS
7902# We need space, tab and new line, in precisely that order. Quoting is
7903# there to prevent editors from complaining about space-tab.
7904# (If _AS_PATH_WALK were called with IFS unset, it would disable word
7905# splitting by setting IFS to empty value.)
7906IFS=" "" $as_nl"
7907
7908# Find who we are. Look in the path if we contain no directory separator.
22e05272 7909as_myself=
5213506e
RW
7910case $0 in #((
7911 *[\\/]* ) as_myself=$0 ;;
7912 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7913for as_dir in $PATH
7914do
7915 IFS=$as_save_IFS
7916 test -z "$as_dir" && as_dir=.
7917 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7918 done
7919IFS=$as_save_IFS
7920
7921 ;;
7922esac
7923# We did not find ourselves, most probably we were run as `sh COMMAND'
7924# in which case we are not to be found in the path.
7925if test "x$as_myself" = x; then
7926 as_myself=$0
7927fi
7928if test ! -f "$as_myself"; then
7929 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7930 exit 1
7931fi
7932
7933# Unset variables that we do not need and which cause bugs (e.g. in
7934# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7935# suppresses any "Segmentation fault" message there. '((' could
7936# trigger a bug in pdksh 5.2.14.
7937for as_var in BASH_ENV ENV MAIL MAILPATH
7938do eval test x\${$as_var+set} = xset \
7939 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7940done
238235ef
DJ
7941PS1='$ '
7942PS2='> '
7943PS4='+ '
7944
7945# NLS nuisances.
5213506e
RW
7946LC_ALL=C
7947export LC_ALL
7948LANGUAGE=C
7949export LANGUAGE
7950
7951# CDPATH.
7952(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7953
7954
22e05272
JM
7955# as_fn_error STATUS ERROR [LINENO LOG_FD]
7956# ----------------------------------------
5213506e
RW
7957# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7958# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 7959# script with STATUS, using 1 if that was 0.
5213506e
RW
7960as_fn_error ()
7961{
22e05272
JM
7962 as_status=$1; test $as_status -eq 0 && as_status=1
7963 if test "$4"; then
7964 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7965 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
238235ef 7966 fi
22e05272 7967 $as_echo "$as_me: error: $2" >&2
5213506e
RW
7968 as_fn_exit $as_status
7969} # as_fn_error
7970
7971
7972# as_fn_set_status STATUS
7973# -----------------------
7974# Set $? to STATUS, without forking.
7975as_fn_set_status ()
7976{
7977 return $1
7978} # as_fn_set_status
7979
7980# as_fn_exit STATUS
7981# -----------------
7982# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7983as_fn_exit ()
7984{
7985 set +e
7986 as_fn_set_status $1
7987 exit $1
7988} # as_fn_exit
7989
7990# as_fn_unset VAR
7991# ---------------
7992# Portably unset VAR.
7993as_fn_unset ()
7994{
7995 { eval $1=; unset $1;}
7996}
7997as_unset=as_fn_unset
7998# as_fn_append VAR VALUE
7999# ----------------------
8000# Append the text in VALUE to the end of the definition contained in VAR. Take
8001# advantage of any shell optimizations that allow amortized linear growth over
8002# repeated appends, instead of the typical quadratic growth present in naive
8003# implementations.
8004if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
8005 eval 'as_fn_append ()
8006 {
8007 eval $1+=\$2
8008 }'
8009else
8010 as_fn_append ()
8011 {
8012 eval $1=\$$1\$2
8013 }
8014fi # as_fn_append
8015
8016# as_fn_arith ARG...
8017# ------------------
8018# Perform arithmetic evaluation on the ARGs, and store the result in the
8019# global $as_val. Take advantage of shells that can avoid forks. The arguments
8020# must be portable across $(()) and expr.
8021if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
8022 eval 'as_fn_arith ()
8023 {
8024 as_val=$(( $* ))
8025 }'
8026else
8027 as_fn_arith ()
8028 {
8029 as_val=`expr "$@" || test $? -eq 1`
8030 }
8031fi # as_fn_arith
8032
0bc0cd11 8033
5213506e
RW
8034if expr a : '\(a\)' >/dev/null 2>&1 &&
8035 test "X`expr 00001 : '.*\(...\)'`" = X001; then
238235ef
DJ
8036 as_expr=expr
8037else
8038 as_expr=false
8039fi
0bc0cd11 8040
5213506e 8041if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
238235ef
DJ
8042 as_basename=basename
8043else
8044 as_basename=false
8045fi
0bc0cd11 8046
5213506e
RW
8047if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
8048 as_dirname=dirname
8049else
8050 as_dirname=false
8051fi
0bc0cd11 8052
5213506e 8053as_me=`$as_basename -- "$0" ||
238235ef
DJ
8054$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8055 X"$0" : 'X\(//\)$' \| \
5213506e
RW
8056 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
8057$as_echo X/"$0" |
8058 sed '/^.*\/\([^/][^/]*\)\/*$/{
8059 s//\1/
8060 q
8061 }
8062 /^X\/\(\/\/\)$/{
8063 s//\1/
8064 q
8065 }
8066 /^X\/\(\/\).*/{
8067 s//\1/
8068 q
8069 }
8070 s/.*/./; q'`
238235ef 8071
238235ef
DJ
8072# Avoid depending upon Character Ranges.
8073as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8074as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8075as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8076as_cr_digits='0123456789'
8077as_cr_alnum=$as_cr_Letters$as_cr_digits
0bc0cd11 8078
5213506e
RW
8079ECHO_C= ECHO_N= ECHO_T=
8080case `echo -n x` in #(((((
8081-n*)
8082 case `echo 'xy\c'` in
8083 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
8084 xy) ECHO_C='\c';;
8085 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
8086 ECHO_T=' ';;
8087 esac;;
8088*)
8089 ECHO_N='-n';;
238235ef
DJ
8090esac
8091
5213506e
RW
8092rm -f conf$$ conf$$.exe conf$$.file
8093if test -d conf$$.dir; then
8094 rm -f conf$$.dir/conf$$.file
238235ef 8095else
5213506e
RW
8096 rm -f conf$$.dir
8097 mkdir conf$$.dir 2>/dev/null
238235ef 8098fi
5213506e
RW
8099if (echo >conf$$.file) 2>/dev/null; then
8100 if ln -s conf$$.file conf$$ 2>/dev/null; then
238235ef 8101 as_ln_s='ln -s'
5213506e
RW
8102 # ... but there are two gotchas:
8103 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8104 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 8105 # In both cases, we have to default to `cp -pR'.
5213506e 8106 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 8107 as_ln_s='cp -pR'
5213506e
RW
8108 elif ln conf$$.file conf$$ 2>/dev/null; then
8109 as_ln_s=ln
8110 else
22e05272 8111 as_ln_s='cp -pR'
0bc0cd11 8112 fi
238235ef 8113else
22e05272 8114 as_ln_s='cp -pR'
238235ef 8115fi
5213506e
RW
8116rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8117rmdir conf$$.dir 2>/dev/null
8118
8119
8120# as_fn_mkdir_p
8121# -------------
8122# Create "$as_dir" as a directory, including parents if necessary.
8123as_fn_mkdir_p ()
8124{
8125
8126 case $as_dir in #(
8127 -*) as_dir=./$as_dir;;
8128 esac
8129 test -d "$as_dir" || eval $as_mkdir_p || {
8130 as_dirs=
8131 while :; do
8132 case $as_dir in #(
8133 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8134 *) as_qdir=$as_dir;;
8135 esac
8136 as_dirs="'$as_qdir' $as_dirs"
8137 as_dir=`$as_dirname -- "$as_dir" ||
8138$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8139 X"$as_dir" : 'X\(//\)[^/]' \| \
8140 X"$as_dir" : 'X\(//\)$' \| \
8141 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8142$as_echo X"$as_dir" |
8143 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8144 s//\1/
8145 q
8146 }
8147 /^X\(\/\/\)[^/].*/{
8148 s//\1/
8149 q
8150 }
8151 /^X\(\/\/\)$/{
8152 s//\1/
8153 q
8154 }
8155 /^X\(\/\).*/{
8156 s//\1/
8157 q
8158 }
8159 s/.*/./; q'`
8160 test -d "$as_dir" && break
8161 done
8162 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 8163 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
238235ef 8164
5213506e
RW
8165
8166} # as_fn_mkdir_p
238235ef 8167if mkdir -p . 2>/dev/null; then
5213506e 8168 as_mkdir_p='mkdir -p "$as_dir"'
238235ef 8169else
3beb1315 8170 test -d ./-p && rmdir ./-p
238235ef
DJ
8171 as_mkdir_p=false
8172fi
8173
22e05272
JM
8174
8175# as_fn_executable_p FILE
8176# -----------------------
8177# Test if FILE is an executable regular file.
8178as_fn_executable_p ()
8179{
8180 test -f "$1" && test -x "$1"
8181} # as_fn_executable_p
8182as_test_x='test -x'
8183as_executable_p=as_fn_executable_p
238235ef
DJ
8184
8185# Sed expression to map a string onto a valid CPP name.
3beb1315 8186as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
238235ef
DJ
8187
8188# Sed expression to map a string onto a valid variable name.
3beb1315 8189as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238235ef
DJ
8190
8191
238235ef 8192exec 6>&1
5213506e
RW
8193## ----------------------------------- ##
8194## Main body of $CONFIG_STATUS script. ##
8195## ----------------------------------- ##
8196_ASEOF
8197test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8198
8199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8200# Save the log message, to keep $0 and so on meaningful, and to
238235ef 8201# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
8202# values after options handling.
8203ac_log="
238235ef 8204This file was extended by $as_me, which was
22e05272 8205generated by GNU Autoconf 2.69. Invocation command line was
238235ef
DJ
8206
8207 CONFIG_FILES = $CONFIG_FILES
8208 CONFIG_HEADERS = $CONFIG_HEADERS
8209 CONFIG_LINKS = $CONFIG_LINKS
8210 CONFIG_COMMANDS = $CONFIG_COMMANDS
8211 $ $0 $@
8212
5213506e
RW
8213on `(hostname || uname -n) 2>/dev/null | sed 1q`
8214"
8215
238235ef
DJ
8216_ACEOF
8217
5213506e
RW
8218case $ac_config_files in *"
8219"*) set x $ac_config_files; shift; ac_config_files=$*;;
8220esac
238235ef 8221
5213506e
RW
8222case $ac_config_headers in *"
8223"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8224esac
238235ef 8225
238235ef 8226
5213506e
RW
8227cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8228# Files that config.status was made for.
8229config_files="$ac_config_files"
8230config_headers="$ac_config_headers"
8231config_commands="$ac_config_commands"
238235ef 8232
5213506e 8233_ACEOF
238235ef 8234
5213506e 8235cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
238235ef 8236ac_cs_usage="\
5213506e
RW
8237\`$as_me' instantiates files and other configuration actions
8238from templates according to the current configuration. Unless the files
8239and actions are specified as TAGs, all are instantiated by default.
238235ef 8240
5213506e 8241Usage: $0 [OPTION]... [TAG]...
238235ef
DJ
8242
8243 -h, --help print this help, then exit
5213506e 8244 -V, --version print version number and configuration settings, then exit
22e05272 8245 --config print configuration, then exit
5213506e
RW
8246 -q, --quiet, --silent
8247 do not print progress messages
238235ef
DJ
8248 -d, --debug don't remove temporary files
8249 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
8250 --file=FILE[:TEMPLATE]
8251 instantiate the configuration file FILE
8252 --header=FILE[:TEMPLATE]
8253 instantiate the configuration header FILE
238235ef
DJ
8254
8255Configuration files:
8256$config_files
8257
8258Configuration headers:
8259$config_headers
8260
8261Configuration commands:
8262$config_commands
8263
5213506e 8264Report bugs to the package provider."
238235ef 8265
5213506e
RW
8266_ACEOF
8267cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 8268ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
238235ef
DJ
8269ac_cs_version="\\
8270config.status
22e05272
JM
8271configured by $0, generated by GNU Autoconf 2.69,
8272 with options \\"\$ac_cs_config\\"
238235ef 8273
22e05272 8274Copyright (C) 2012 Free Software Foundation, Inc.
238235ef
DJ
8275This config.status script is free software; the Free Software Foundation
8276gives unlimited permission to copy, distribute and modify it."
5213506e
RW
8277
8278ac_pwd='$ac_pwd'
8279srcdir='$srcdir'
8280INSTALL='$INSTALL'
8281test -n "\$AWK" || AWK=awk
238235ef
DJ
8282_ACEOF
8283
5213506e
RW
8284cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8285# The default lists apply if the user does not specify any file.
238235ef
DJ
8286ac_need_defaults=:
8287while test $# != 0
8288do
8289 case $1 in
22e05272 8290 --*=?*)
5213506e
RW
8291 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8292 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
238235ef
DJ
8293 ac_shift=:
8294 ;;
22e05272
JM
8295 --*=)
8296 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8297 ac_optarg=
8298 ac_shift=:
8299 ;;
5213506e 8300 *)
238235ef
DJ
8301 ac_option=$1
8302 ac_optarg=$2
8303 ac_shift=shift
8304 ;;
238235ef
DJ
8305 esac
8306
8307 case $ac_option in
8308 # Handling of the options.
238235ef
DJ
8309 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8310 ac_cs_recheck=: ;;
5213506e
RW
8311 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8312 $as_echo "$ac_cs_version"; exit ;;
22e05272
JM
8313 --config | --confi | --conf | --con | --co | --c )
8314 $as_echo "$ac_cs_config"; exit ;;
5213506e 8315 --debug | --debu | --deb | --de | --d | -d )
238235ef
DJ
8316 debug=: ;;
8317 --file | --fil | --fi | --f )
8318 $ac_shift
5213506e
RW
8319 case $ac_optarg in
8320 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22e05272 8321 '') as_fn_error $? "missing file argument" ;;
5213506e
RW
8322 esac
8323 as_fn_append CONFIG_FILES " '$ac_optarg'"
238235ef
DJ
8324 ac_need_defaults=false;;
8325 --header | --heade | --head | --hea )
8326 $ac_shift
5213506e
RW
8327 case $ac_optarg in
8328 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8329 esac
8330 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
238235ef 8331 ac_need_defaults=false;;
5213506e
RW
8332 --he | --h)
8333 # Conflict between --help and --header
22e05272 8334 as_fn_error $? "ambiguous option: \`$1'
5213506e
RW
8335Try \`$0 --help' for more information.";;
8336 --help | --hel | -h )
8337 $as_echo "$ac_cs_usage"; exit ;;
238235ef
DJ
8338 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8339 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8340 ac_cs_silent=: ;;
8341
8342 # This is an error.
22e05272 8343 -*) as_fn_error $? "unrecognized option: \`$1'
5213506e 8344Try \`$0 --help' for more information." ;;
238235ef 8345
5213506e
RW
8346 *) as_fn_append ac_config_targets " $1"
8347 ac_need_defaults=false ;;
238235ef
DJ
8348
8349 esac
8350 shift
0bc0cd11 8351done
238235ef
DJ
8352
8353ac_configure_extra_args=
8354
8355if $ac_cs_silent; then
8356 exec 6>/dev/null
8357 ac_configure_extra_args="$ac_configure_extra_args --silent"
0bc0cd11 8358fi
0bc0cd11 8359
238235ef 8360_ACEOF
5213506e 8361cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
238235ef 8362if \$ac_cs_recheck; then
22e05272 8363 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5213506e
RW
8364 shift
8365 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8366 CONFIG_SHELL='$SHELL'
8367 export CONFIG_SHELL
8368 exec "\$@"
238235ef 8369fi
0bc0cd11 8370
238235ef 8371_ACEOF
5213506e
RW
8372cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8373exec 5>>config.log
8374{
8375 echo
8376 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8377## Running $as_me. ##
8378_ASBOX
8379 $as_echo "$ac_log"
8380} >&5
238235ef 8381
5213506e
RW
8382_ACEOF
8383cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
238235ef 8384#
5213506e 8385# INIT-COMMANDS
238235ef 8386#
238235ef
DJ
8387srcdir=${srcdir}
8388host=${host}
8389target=${target}
8390with_target_subdir=${with_target_subdir}
238235ef
DJ
8391with_multisubdir=${with_multisubdir}
8392ac_configure_args="--enable-multilib ${ac_configure_args}"
8393CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
8394ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
8395libiberty_topdir=${libiberty_topdir}
8396
8397
8398_ACEOF
8399
5213506e 8400cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
238235ef 8401
5213506e 8402# Handling of arguments.
238235ef
DJ
8403for ac_config_target in $ac_config_targets
8404do
5213506e
RW
8405 case $ac_config_target in
8406 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
8407 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8408 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
8409 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
8410
22e05272 8411 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
0bc0cd11 8412 esac
238235ef 8413done
0bc0cd11 8414
5213506e 8415
238235ef
DJ
8416# If the user did not use the arguments to specify the items to instantiate,
8417# then the envvar interface is used. Set only those that are not.
8418# We use the long form for the default assignment because of an extremely
8419# bizarre bug on SunOS 4.1.3.
8420if $ac_need_defaults; then
8421 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8422 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8423 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8424fi
8425
8426# Have a temporary directory for convenience. Make it in the build tree
5213506e 8427# simply because there is no reason against having it here, and in addition,
238235ef 8428# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
8429# Hook for its removal unless debugging.
8430# Note that there is a small window in which the directory will not be cleaned:
8431# after its creation but before its name has been assigned to `$tmp'.
238235ef
DJ
8432$debug ||
8433{
22e05272 8434 tmp= ac_tmp=
5213506e 8435 trap 'exit_status=$?
22e05272
JM
8436 : "${ac_tmp:=$tmp}"
8437 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5213506e
RW
8438' 0
8439 trap 'as_fn_exit 1' 1 2 13 15
238235ef 8440}
238235ef
DJ
8441# Create a (secure) tmp directory for tmp files.
8442
8443{
5213506e 8444 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22e05272 8445 test -d "$tmp"
238235ef
DJ
8446} ||
8447{
5213506e
RW
8448 tmp=./conf$$-$RANDOM
8449 (umask 077 && mkdir "$tmp")
22e05272
JM
8450} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8451ac_tmp=$tmp
5213506e
RW
8452
8453# Set up the scripts for CONFIG_FILES section.
8454# No need to generate them if there are no CONFIG_FILES.
8455# This happens for instance with `./config.status config.h'.
8456if test -n "$CONFIG_FILES"; then
8457
8458if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
8459 ac_cs_awk_getline=:
8460 ac_cs_awk_pipe_init=
8461 ac_cs_awk_read_file='
8462 while ((getline aline < (F[key])) > 0)
8463 print(aline)
8464 close(F[key])'
8465 ac_cs_awk_pipe_fini=
8466else
8467 ac_cs_awk_getline=false
8468 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
8469 ac_cs_awk_read_file='
8470 print "|#_!!_#|"
8471 print "cat " F[key] " &&"
8472 '$ac_cs_awk_pipe_init
8473 # The final `:' finishes the AND list.
8474 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
8475fi
8476ac_cr=`echo X | tr X '\015'`
8477# On cygwin, bash can eat \r inside `` if the user requested igncr.
8478# But we know of no other shell where ac_cr would be empty at this
8479# point, so we can use a bashism as a fallback.
8480if test "x$ac_cr" = x; then
8481 eval ac_cr=\$\'\\r\'
8482fi
8483ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8484if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22e05272 8485 ac_cs_awk_cr='\\r'
5213506e
RW
8486else
8487 ac_cs_awk_cr=$ac_cr
8488fi
8489
22e05272 8490echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5213506e
RW
8491_ACEOF
8492
8493# Create commands to substitute file output variables.
8494{
8495 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
22e05272 8496 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
5213506e
RW
8497 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
8498 echo "_ACAWK" &&
8499 echo "_ACEOF"
8500} >conf$$files.sh &&
8501. ./conf$$files.sh ||
22e05272 8502 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
8503rm -f conf$$files.sh
8504
238235ef 8505{
5213506e
RW
8506 echo "cat >conf$$subs.awk <<_ACEOF" &&
8507 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8508 echo "_ACEOF"
8509} >conf$$subs.sh ||
22e05272
JM
8510 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8511ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5213506e
RW
8512ac_delim='%!_!# '
8513for ac_last_try in false false false false false :; do
8514 . ./conf$$subs.sh ||
22e05272 8515 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
8516
8517 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8518 if test $ac_delim_n = $ac_delim_num; then
8519 break
8520 elif $ac_last_try; then
22e05272 8521 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
8522 else
8523 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8524 fi
8525done
8526rm -f conf$$subs.sh
8527
8528cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 8529cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5213506e
RW
8530_ACEOF
8531sed -n '
8532h
8533s/^/S["/; s/!.*/"]=/
8534p
8535g
8536s/^[^!]*!//
8537:repl
8538t repl
8539s/'"$ac_delim"'$//
8540t delim
8541:nl
8542h
22e05272 8543s/\(.\{148\}\)..*/\1/
5213506e
RW
8544t more1
8545s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8546p
8547n
8548b repl
8549:more1
8550s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8551p
8552g
8553s/.\{148\}//
8554t nl
8555:delim
8556h
22e05272 8557s/\(.\{148\}\)..*/\1/
5213506e
RW
8558t more2
8559s/["\\]/\\&/g; s/^/"/; s/$/"/
8560p
8561b
8562:more2
8563s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8564p
8565g
8566s/.\{148\}//
8567t delim
8568' <conf$$subs.awk | sed '
8569/^[^""]/{
8570 N
8571 s/\n//
238235ef 8572}
5213506e
RW
8573' >>$CONFIG_STATUS || ac_write_fail=1
8574rm -f conf$$subs.awk
8575cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8576_ACAWK
22e05272 8577cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5213506e
RW
8578 for (key in S) S_is_set[key] = 1
8579 FS = "\a"
8580 \$ac_cs_awk_pipe_init
8581}
8582{
8583 line = $ 0
8584 nfields = split(line, field, "@")
8585 substed = 0
8586 len = length(field[1])
8587 for (i = 2; i < nfields; i++) {
8588 key = field[i]
8589 keylen = length(key)
8590 if (S_is_set[key]) {
8591 value = S[key]
8592 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8593 len += length(value) + length(field[++i])
8594 substed = 1
8595 } else
8596 len += 1 + keylen
8597 }
8598 if (nfields == 3 && !substed) {
8599 key = field[2]
8600 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
8601 \$ac_cs_awk_read_file
8602 next
8603 }
8604 }
8605 print line
8606}
8607\$ac_cs_awk_pipe_fini
8608_ACAWK
8609_ACEOF
8610cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8611if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8612 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8613else
8614 cat
22e05272
JM
8615fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8616 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
238235ef
DJ
8617_ACEOF
8618
22e05272
JM
8619# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8620# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5213506e
RW
8621# trailing colons and then remove the whole line if VPATH becomes empty
8622# (actually we leave an empty line to preserve line numbers).
8623if test "x$srcdir" = x.; then
22e05272
JM
8624 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8625h
8626s///
8627s/^/:/
8628s/[ ]*$/:/
8629s/:\$(srcdir):/:/g
8630s/:\${srcdir}:/:/g
8631s/:@srcdir@:/:/g
8632s/^:*//
5213506e 8633s/:*$//
22e05272
JM
8634x
8635s/\(=[ ]*\).*/\1/
8636G
8637s/\n//
5213506e
RW
8638s/^[^=]*=[ ]*$//
8639}'
8640fi
238235ef 8641
5213506e
RW
8642cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8643fi # test -n "$CONFIG_FILES"
238235ef 8644
5213506e
RW
8645# Set up the scripts for CONFIG_HEADERS section.
8646# No need to generate them if there are no CONFIG_HEADERS.
8647# This happens for instance with `./config.status Makefile'.
8648if test -n "$CONFIG_HEADERS"; then
22e05272 8649cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
5213506e
RW
8650BEGIN {
8651_ACEOF
8652
8653# Transform confdefs.h into an awk script `defines.awk', embedded as
8654# here-document in config.status, that substitutes the proper values into
8655# config.h.in to produce config.h.
8656
8657# Create a delimiter string that does not exist in confdefs.h, to ease
8658# handling of long lines.
8659ac_delim='%!_!# '
8660for ac_last_try in false false :; do
22e05272
JM
8661 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8662 if test -z "$ac_tt"; then
5213506e
RW
8663 break
8664 elif $ac_last_try; then
22e05272 8665 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5213506e
RW
8666 else
8667 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
0bc0cd11 8668 fi
5213506e 8669done
0bc0cd11 8670
5213506e
RW
8671# For the awk script, D is an array of macro values keyed by name,
8672# likewise P contains macro parameters if any. Preserve backslash
8673# newline sequences.
8674
8675ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8676sed -n '
8677s/.\{148\}/&'"$ac_delim"'/g
8678t rset
8679:rset
8680s/^[ ]*#[ ]*define[ ][ ]*/ /
8681t def
8682d
8683:def
8684s/\\$//
8685t bsnl
8686s/["\\]/\\&/g
8687s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8688D["\1"]=" \3"/p
8689s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8690d
8691:bsnl
8692s/["\\]/\\&/g
8693s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8694D["\1"]=" \3\\\\\\n"\\/p
8695t cont
8696s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8697t cont
8698d
8699:cont
8700n
8701s/.\{148\}/&'"$ac_delim"'/g
8702t clear
8703:clear
8704s/\\$//
8705t bsnlc
8706s/["\\]/\\&/g; s/^/"/; s/$/"/p
8707d
8708:bsnlc
8709s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8710b cont
8711' <confdefs.h | sed '
8712s/'"$ac_delim"'/"\\\
8713"/g' >>$CONFIG_STATUS || ac_write_fail=1
8714
8715cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8716 for (key in D) D_is_set[key] = 1
8717 FS = "\a"
8718}
8719/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8720 line = \$ 0
8721 split(line, arg, " ")
8722 if (arg[1] == "#") {
8723 defundef = arg[2]
8724 mac1 = arg[3]
8725 } else {
8726 defundef = substr(arg[1], 2)
8727 mac1 = arg[2]
8728 }
8729 split(mac1, mac2, "(") #)
8730 macro = mac2[1]
8731 prefix = substr(line, 1, index(line, defundef) - 1)
8732 if (D_is_set[macro]) {
8733 # Preserve the white space surrounding the "#".
8734 print prefix "define", macro P[macro] D[macro]
8735 next
8736 } else {
8737 # Replace #undef with comments. This is necessary, for example,
8738 # in the case of _POSIX_SOURCE, which is predefined and required
8739 # on some systems where configure will not decide to define it.
8740 if (defundef == "undef") {
8741 print "/*", prefix defundef, macro, "*/"
8742 next
8743 }
8744 }
8745}
8746{ print }
8747_ACAWK
238235ef 8748_ACEOF
5213506e 8749cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22e05272 8750 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5213506e
RW
8751fi # test -n "$CONFIG_HEADERS"
8752
8753
8754eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
8755shift
8756for ac_tag
8757do
8758 case $ac_tag in
8759 :[FHLC]) ac_mode=$ac_tag; continue;;
8760 esac
8761 case $ac_mode$ac_tag in
8762 :[FHL]*:*);;
22e05272 8763 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5213506e
RW
8764 :[FH]-) ac_tag=-:-;;
8765 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8766 esac
8767 ac_save_IFS=$IFS
8768 IFS=:
8769 set x $ac_tag
8770 IFS=$ac_save_IFS
8771 shift
8772 ac_file=$1
8773 shift
8774
8775 case $ac_mode in
8776 :L) ac_source=$1;;
8777 :[FH])
8778 ac_file_inputs=
8779 for ac_f
8780 do
8781 case $ac_f in
22e05272 8782 -) ac_f="$ac_tmp/stdin";;
5213506e
RW
8783 *) # Look for the file first in the build tree, then in the source tree
8784 # (if the path is not absolute). The absolute path cannot be DOS-style,
8785 # because $ac_f cannot contain `:'.
8786 test -f "$ac_f" ||
8787 case $ac_f in
8788 [\\/$]*) false;;
8789 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8790 esac ||
22e05272 8791 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5213506e
RW
8792 esac
8793 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8794 as_fn_append ac_file_inputs " '$ac_f'"
8795 done
8796
8797 # Let's still pretend it is `configure' which instantiates (i.e., don't
8798 # use $as_me), people would be surprised to read:
8799 # /* config.h. Generated by config.status. */
8800 configure_input='Generated from '`
8801 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8802 `' by configure.'
8803 if test x"$ac_file" != x-; then
8804 configure_input="$ac_file. $configure_input"
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8806$as_echo "$as_me: creating $ac_file" >&6;}
8807 fi
8808 # Neutralize special characters interpreted by sed in replacement strings.
8809 case $configure_input in #(
8810 *\&* | *\|* | *\\* )
8811 ac_sed_conf_input=`$as_echo "$configure_input" |
8812 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8813 *) ac_sed_conf_input=$configure_input;;
8814 esac
8815
8816 case $ac_tag in
22e05272
JM
8817 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8818 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5213506e
RW
8819 esac
8820 ;;
0bc0cd11
JL
8821 esac
8822
5213506e 8823 ac_dir=`$as_dirname -- "$ac_file" ||
238235ef 8824$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
8825 X"$ac_file" : 'X\(//\)[^/]' \| \
8826 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
8827 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8828$as_echo X"$ac_file" |
8829 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8830 s//\1/
8831 q
8832 }
8833 /^X\(\/\/\)[^/].*/{
8834 s//\1/
8835 q
8836 }
8837 /^X\(\/\/\)$/{
8838 s//\1/
8839 q
8840 }
8841 /^X\(\/\).*/{
8842 s//\1/
8843 q
8844 }
8845 s/.*/./; q'`
8846 as_dir="$ac_dir"; as_fn_mkdir_p
238235ef 8847 ac_builddir=.
0bc0cd11 8848
5213506e
RW
8849case "$ac_dir" in
8850.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8851*)
8852 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8853 # A ".." for each directory in $ac_dir_suffix.
8854 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8855 case $ac_top_builddir_sub in
8856 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8857 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8858 esac ;;
8859esac
8860ac_abs_top_builddir=$ac_pwd
8861ac_abs_builddir=$ac_pwd$ac_dir_suffix
8862# for backward compatibility:
8863ac_top_builddir=$ac_top_build_prefix
238235ef
DJ
8864
8865case $srcdir in
5213506e 8866 .) # We are building in place.
238235ef 8867 ac_srcdir=.
5213506e
RW
8868 ac_top_srcdir=$ac_top_builddir_sub
8869 ac_abs_top_srcdir=$ac_pwd ;;
8870 [\\/]* | ?:[\\/]* ) # Absolute name.
238235ef 8871 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
8872 ac_top_srcdir=$srcdir
8873 ac_abs_top_srcdir=$srcdir ;;
8874 *) # Relative name.
8875 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8876 ac_top_srcdir=$ac_top_build_prefix$srcdir
8877 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
238235ef 8878esac
5213506e 8879ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4f74b58 8880
238235ef 8881
5213506e
RW
8882 case $ac_mode in
8883 :F)
8884 #
8885 # CONFIG_FILE
8886 #
238235ef
DJ
8887
8888 case $INSTALL in
8889 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 8890 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
0bc0cd11 8891 esac
5213506e 8892_ACEOF
0bc0cd11 8893
5213506e
RW
8894cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8895# If the template does not know about datarootdir, expand it.
8896# FIXME: This hack should be removed a few years after 2.60.
8897ac_datarootdir_hack=; ac_datarootdir_seen=
8898ac_sed_dataroot='
8899/datarootdir/ {
8900 p
8901 q
8902}
8903/@datadir@/p
8904/@docdir@/p
8905/@infodir@/p
8906/@localedir@/p
8907/@mandir@/p'
8908case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8909*datarootdir*) ac_datarootdir_seen=yes;;
8910*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8912$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8913_ACEOF
8914cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8915 ac_datarootdir_hack='
8916 s&@datadir@&$datadir&g
8917 s&@docdir@&$docdir&g
8918 s&@infodir@&$infodir&g
8919 s&@localedir@&$localedir&g
8920 s&@mandir@&$mandir&g
8921 s&\\\${datarootdir}&$datarootdir&g' ;;
8922esac
238235ef 8923_ACEOF
5213506e
RW
8924
8925# Neutralize VPATH when `$srcdir' = `.'.
8926# Shell code in configure.ac might set extrasub.
8927# FIXME: do we really want to maintain this feature?
8928cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8929ac_sed_extra="$ac_vpsub
238235ef
DJ
8930$extrasub
8931_ACEOF
5213506e 8932cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
238235ef
DJ
8933:t
8934/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
8935s|@configure_input@|$ac_sed_conf_input|;t t
8936s&@top_builddir@&$ac_top_builddir_sub&;t t
8937s&@top_build_prefix@&$ac_top_build_prefix&;t t
8938s&@srcdir@&$ac_srcdir&;t t
8939s&@abs_srcdir@&$ac_abs_srcdir&;t t
8940s&@top_srcdir@&$ac_top_srcdir&;t t
8941s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8942s&@builddir@&$ac_builddir&;t t
8943s&@abs_builddir@&$ac_abs_builddir&;t t
8944s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8945s&@INSTALL@&$ac_INSTALL&;t t
8946$ac_datarootdir_hack
8947"
8948eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
8949if $ac_cs_awk_getline; then
22e05272 8950 $AWK -f "$ac_tmp/subs.awk"
5213506e 8951else
22e05272
JM
8952 $AWK -f "$ac_tmp/subs.awk" | $SHELL
8953fi \
8954 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e
RW
8955
8956test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22e05272
JM
8957 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8958 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8959 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5213506e 8960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 8961which seems to be undefined. Please make sure it is defined" >&5
5213506e 8962$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 8963which seems to be undefined. Please make sure it is defined" >&2;}
5213506e 8964
22e05272 8965 rm -f "$ac_tmp/stdin"
238235ef 8966 case $ac_file in
22e05272
JM
8967 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8968 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5213506e 8969 esac \
22e05272 8970 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e
RW
8971 ;;
8972 :H)
8973 #
8974 # CONFIG_HEADER
8975 #
238235ef 8976 if test x"$ac_file" != x-; then
5213506e
RW
8977 {
8978 $as_echo "/* $configure_input */" \
22e05272
JM
8979 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8980 } >"$ac_tmp/config.h" \
8981 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8982 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
5213506e
RW
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8984$as_echo "$as_me: $ac_file is unchanged" >&6;}
238235ef 8985 else
5213506e 8986 rm -f "$ac_file"
22e05272
JM
8987 mv "$ac_tmp/config.h" "$ac_file" \
8988 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
238235ef
DJ
8989 fi
8990 else
5213506e 8991 $as_echo "/* $configure_input */" \
22e05272
JM
8992 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8993 || as_fn_error $? "could not create -" "$LINENO" 5
238235ef 8994 fi
5213506e 8995 ;;
a4f74b58 8996
5213506e
RW
8997 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8998$as_echo "$as_me: executing $ac_file commands" >&6;}
8999 ;;
9000 esac
238235ef
DJ
9001
9002
5213506e
RW
9003 case $ac_file$ac_mode in
9004 "default":C) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
0bc0cd11 9005if test -n "$CONFIG_FILES"; then
7b3ed47d 9006 if test -n "${with_target_subdir}"; then
0bc0cd11
JL
9007 # FIXME: We shouldn't need to set ac_file
9008 ac_file=Makefile
6706f116 9009 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
0bc0cd11
JL
9010 . ${libiberty_topdir}/config-ml.in
9011 fi
238235ef 9012fi ;;
5213506e 9013
238235ef 9014 esac
5213506e 9015done # for ac_tag
238235ef 9016
238235ef 9017
5213506e 9018as_fn_exit 0
238235ef 9019_ACEOF
238235ef
DJ
9020ac_clean_files=$ac_clean_files_save
9021
5213506e 9022test $ac_write_fail = 0 ||
22e05272 9023 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5213506e 9024
238235ef
DJ
9025
9026# configure is writing to config.log, and then calls config.status.
9027# config.status does its own redirection, appending to config.log.
9028# Unfortunately, on DOS this fails, as config.log is still kept open
9029# by configure, so config.status won't be able to write to it; its
9030# output is simply discarded. So we exec the FD to /dev/null,
9031# effectively closing config.log, so it can be properly (re)opened and
9032# appended to by config.status. When coming back to configure, we
9033# need to make the FD available again.
9034if test "$no_create" != yes; then
9035 ac_cs_success=:
9036 ac_config_status_args=
9037 test "$silent" = yes &&
9038 ac_config_status_args="$ac_config_status_args --quiet"
9039 exec 5>/dev/null
9040 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9041 exec 5>>config.log
9042 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9043 # would make configure fail if this is the last instruction.
22e05272 9044 $ac_cs_success || as_fn_exit 1
5213506e
RW
9045fi
9046if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9048$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
238235ef 9049fi
0bc0cd11 9050