]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/configure
libphobos: Fix configure test for backtrace-supported.h
[thirdparty/gcc.git] / libiberty / configure
CommitLineData
f0a93313 1#! /bin/sh
f0a93313 2# Guess values for system-dependent variables and create Makefiles.
f00f02a3 3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
cd9a469c 7#
f0a93313 8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
cd9a469c 11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
a6089b1e 14
cd9a469c 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 :
a6089b1e 18 emulate sh
19 NULLCMD=:
cd9a469c 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
a6089b1e 21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
cd9a469c 23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
a6089b1e 31fi
32
cd9a469c 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 }
a6089b1e 79fi
80
81
cd9a469c 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.
f00f02a3 90as_myself=
cd9a469c 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
a6089b1e 122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
cd9a469c 127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
f00f02a3 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;}
cd9a469c 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
f00f02a3 193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
cd9a469c 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
a6089b1e 211do
cd9a469c 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 :
f00f02a3 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
cd9a469c 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."
a6089b1e 266 else
cd9a469c 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."
a6089b1e 271 fi
cd9a469c 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"
f00f02a3 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
cd9a469c 356
357
358} # as_fn_mkdir_p
f00f02a3 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
cd9a469c 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
f00f02a3 403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
cd9a469c 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
f00f02a3 407# script with STATUS, using 1 if that was 0.
cd9a469c 408as_fn_error ()
409{
f00f02a3 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
cd9a469c 414 fi
f00f02a3 415 $as_echo "$as_me: error: $2" >&2
cd9a469c 416 as_fn_exit $as_status
417} # as_fn_error
a6089b1e 418
cd9a469c 419if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
a6089b1e 421 as_expr=expr
422else
423 as_expr=false
424fi
425
cd9a469c 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
a6089b1e 427 as_basename=basename
428else
429 as_basename=false
430fi
431
cd9a469c 432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
a6089b1e 437
cd9a469c 438as_me=`$as_basename -- "$0" ||
a6089b1e 439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
cd9a469c 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'`
a6089b1e 456
a6089b1e 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
a6089b1e 464
cd9a469c 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 |
a6089b1e 474 sed '
cd9a469c 475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
a6089b1e 479 N
cd9a469c 480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
a6089b1e 482 t loop
cd9a469c 483 s/-\n.*//
a6089b1e 484 ' >$as_me.lineno &&
cd9a469c 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; }
a6089b1e 487
f00f02a3 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
a6089b1e 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
cd9a469c 494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
a6089b1e 496 # Exit status is that of the last command.
497 exit
498}
499
cd9a469c 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';;
a6089b1e 511esac
512
cd9a469c 513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
a6089b1e 516else
cd9a469c 517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
a6089b1e 519fi
cd9a469c 520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
a6089b1e 522 as_ln_s='ln -s'
cd9a469c 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.
f00f02a3 526 # In both cases, we have to default to `cp -pR'.
cd9a469c 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
f00f02a3 528 as_ln_s='cp -pR'
cd9a469c 529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
f00f02a3 532 as_ln_s='cp -pR'
a6089b1e 533 fi
a6089b1e 534else
f00f02a3 535 as_ln_s='cp -pR'
a6089b1e 536fi
cd9a469c 537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
a6089b1e 539
540if mkdir -p . 2>/dev/null; then
cd9a469c 541 as_mkdir_p='mkdir -p "$as_dir"'
a6089b1e 542else
ac09b42b 543 test -d ./-p && rmdir ./-p
a6089b1e 544 as_mkdir_p=false
545fi
546
f00f02a3 547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
a6089b1e 549
550# Sed expression to map a string onto a valid CPP name.
ac09b42b 551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a6089b1e 552
553# Sed expression to map a string onto a valid variable name.
ac09b42b 554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a6089b1e 555
556
f00f02a3 557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
a6089b1e 559
560# Name of the host.
f00f02a3 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
a6089b1e 562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
a6089b1e 565#
566# Initializations.
567#
f0a93313 568ac_default_prefix=/usr/local
cd9a469c 569ac_clean_files=
a6089b1e 570ac_config_libobj_dir=.
cd9a469c 571LIBOBJS=
a6089b1e 572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
a6089b1e 576
577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
cd9a469c 583PACKAGE_URL=
a6089b1e 584
585ac_unique_file="xmalloc.c"
586# Factoring default headers for most tests.
587ac_includes_default="\
588#include <stdio.h>
cd9a469c 589#ifdef HAVE_SYS_TYPES_H
a6089b1e 590# include <sys/types.h>
591#endif
cd9a469c 592#ifdef HAVE_SYS_STAT_H
a6089b1e 593# include <sys/stat.h>
594#endif
cd9a469c 595#ifdef STDC_HEADERS
a6089b1e 596# include <stdlib.h>
597# include <stddef.h>
598#else
cd9a469c 599# ifdef HAVE_STDLIB_H
a6089b1e 600# include <stdlib.h>
601# endif
602#endif
cd9a469c 603#ifdef HAVE_STRING_H
604# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
a6089b1e 605# include <memory.h>
606# endif
607# include <string.h>
608#endif
cd9a469c 609#ifdef HAVE_STRINGS_H
a6089b1e 610# include <strings.h>
611#endif
cd9a469c 612#ifdef HAVE_INTTYPES_H
a6089b1e 613# include <inttypes.h>
a6089b1e 614#endif
cd9a469c 615#ifdef HAVE_STDINT_H
616# include <stdint.h>
617#endif
618#ifdef HAVE_UNISTD_H
a6089b1e 619# include <unistd.h>
620#endif"
621
f00f02a3 622ac_header_list=
cd9a469c 623ac_subst_vars='LTLIBOBJS
624INSTALL_DEST
625pexecute
626target_header_dir
627CHECK
628LIBOBJS
f945635a 629NOASANFLAG
cd9a469c 630PICFLAG
631INSTALL_DATA
632INSTALL_SCRIPT
633INSTALL_PROGRAM
cd9a469c 634OUTPUT_OPTION
635NO_MINUS_C_MINUS_O
636ac_libiberty_warn_cflags
19ecc7c1 637EGREP
638GREP
cd9a469c 639CPP
640OBJEXT
641EXEEXT
642ac_ct_CC
643CPPFLAGS
644LDFLAGS
645CFLAGS
646CC
647RANLIB
648AR
649host_os
650host_vendor
651host_cpu
652host
653build_os
654build_vendor
655build_cpu
656build
657HAVE_PERL
658PERL
659BUILD_INFO
660MAKEINFO
661NOTMAINT
662MAINT
663libiberty_topdir
664target_alias
665host_alias
666build_alias
667LIBS
668ECHO_T
669ECHO_N
670ECHO_C
671DEFS
672mandir
673localedir
674libdir
675psdir
676pdfdir
677dvidir
678htmldir
679infodir
680docdir
681oldincludedir
682includedir
683localstatedir
684sharedstatedir
685sysconfdir
686datadir
687datarootdir
688libexecdir
689sbindir
690bindir
691program_transform_name
692prefix
693exec_prefix
694PACKAGE_URL
695PACKAGE_BUGREPORT
696PACKAGE_STRING
697PACKAGE_VERSION
698PACKAGE_TARNAME
699PACKAGE_NAME
700PATH_SEPARATOR
701SHELL'
a6089b1e 702ac_subst_files='host_makefile_frag'
cd9a469c 703ac_user_opts='
704enable_option_checking
705with_target_subdir
706with_build_subdir
707with_cross_host
708with_newlib
709enable_maintainer_mode
710enable_multilib
cd9a469c 711enable_install_libiberty
d86ceed1 712enable_largefile
cd9a469c 713'
714 ac_precious_vars='build_alias
715host_alias
716target_alias
717CC
718CFLAGS
719LDFLAGS
720LIBS
721CPPFLAGS
722CPP'
723
f0a93313 724
725# Initialize some variables set by options.
a6089b1e 726ac_init_help=
727ac_init_version=false
cd9a469c 728ac_unrecognized_opts=
729ac_unrecognized_sep=
f0a93313 730# The variables have the same names as the options, with
731# dashes changed to underlines.
a6089b1e 732cache_file=/dev/null
f0a93313 733exec_prefix=NONE
f0a93313 734no_create=
f0a93313 735no_recursion=
736prefix=NONE
737program_prefix=NONE
738program_suffix=NONE
739program_transform_name=s,x,x,
740silent=
741site=
742srcdir=
f0a93313 743verbose=
744x_includes=NONE
745x_libraries=NONE
a6089b1e 746
747# Installation directory options.
748# These are left unexpanded so users can "make install exec_prefix=/foo"
749# and all the variables that are supposed to be based on exec_prefix
750# by default will actually change.
751# Use braces instead of parens because sh, perl, etc. also accept them.
cd9a469c 752# (The list follows the same order as the GNU Coding Standards.)
f0a93313 753bindir='${exec_prefix}/bin'
754sbindir='${exec_prefix}/sbin'
755libexecdir='${exec_prefix}/libexec'
cd9a469c 756datarootdir='${prefix}/share'
757datadir='${datarootdir}'
f0a93313 758sysconfdir='${prefix}/etc'
759sharedstatedir='${prefix}/com'
760localstatedir='${prefix}/var'
f0a93313 761includedir='${prefix}/include'
762oldincludedir='/usr/include'
cd9a469c 763docdir='${datarootdir}/doc/${PACKAGE}'
764infodir='${datarootdir}/info'
765htmldir='${docdir}'
766dvidir='${docdir}'
767pdfdir='${docdir}'
768psdir='${docdir}'
769libdir='${exec_prefix}/lib'
770localedir='${datarootdir}/locale'
771mandir='${datarootdir}/man'
f0a93313 772
f0a93313 773ac_prev=
cd9a469c 774ac_dashdash=
f0a93313 775for ac_option
776do
f0a93313 777 # If the previous option needs an argument, assign it.
778 if test -n "$ac_prev"; then
cd9a469c 779 eval $ac_prev=\$ac_option
f0a93313 780 ac_prev=
781 continue
782 fi
783
cd9a469c 784 case $ac_option in
f00f02a3 785 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
786 *=) ac_optarg= ;;
787 *) ac_optarg=yes ;;
cd9a469c 788 esac
f0a93313 789
790 # Accept the important Cygnus configure options, so we can diagnose typos.
791
cd9a469c 792 case $ac_dashdash$ac_option in
793 --)
794 ac_dashdash=yes ;;
f0a93313 795
796 -bindir | --bindir | --bindi | --bind | --bin | --bi)
797 ac_prev=bindir ;;
798 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
a6089b1e 799 bindir=$ac_optarg ;;
f0a93313 800
801 -build | --build | --buil | --bui | --bu)
a6089b1e 802 ac_prev=build_alias ;;
f0a93313 803 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
a6089b1e 804 build_alias=$ac_optarg ;;
f0a93313 805
806 -cache-file | --cache-file | --cache-fil | --cache-fi \
807 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
808 ac_prev=cache_file ;;
809 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
810 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
a6089b1e 811 cache_file=$ac_optarg ;;
812
813 --config-cache | -C)
814 cache_file=config.cache ;;
f0a93313 815
cd9a469c 816 -datadir | --datadir | --datadi | --datad)
f0a93313 817 ac_prev=datadir ;;
cd9a469c 818 -datadir=* | --datadir=* | --datadi=* | --datad=*)
a6089b1e 819 datadir=$ac_optarg ;;
f0a93313 820
cd9a469c 821 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
822 | --dataroo | --dataro | --datar)
823 ac_prev=datarootdir ;;
824 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
825 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
826 datarootdir=$ac_optarg ;;
827
f0a93313 828 -disable-* | --disable-*)
cd9a469c 829 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
f0a93313 830 # Reject names that are not valid shell variable names.
cd9a469c 831 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 832 as_fn_error $? "invalid feature name: $ac_useropt"
cd9a469c 833 ac_useropt_orig=$ac_useropt
834 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
835 case $ac_user_opts in
836 *"
837"enable_$ac_useropt"
838"*) ;;
839 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
840 ac_unrecognized_sep=', ';;
841 esac
842 eval enable_$ac_useropt=no ;;
843
844 -docdir | --docdir | --docdi | --doc | --do)
845 ac_prev=docdir ;;
846 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
847 docdir=$ac_optarg ;;
848
849 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
850 ac_prev=dvidir ;;
851 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
852 dvidir=$ac_optarg ;;
f0a93313 853
854 -enable-* | --enable-*)
cd9a469c 855 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
f0a93313 856 # Reject names that are not valid shell variable names.
cd9a469c 857 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 858 as_fn_error $? "invalid feature name: $ac_useropt"
cd9a469c 859 ac_useropt_orig=$ac_useropt
860 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
861 case $ac_user_opts in
862 *"
863"enable_$ac_useropt"
864"*) ;;
865 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
866 ac_unrecognized_sep=', ';;
f0a93313 867 esac
cd9a469c 868 eval enable_$ac_useropt=\$ac_optarg ;;
f0a93313 869
870 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
871 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
872 | --exec | --exe | --ex)
873 ac_prev=exec_prefix ;;
874 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
875 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
876 | --exec=* | --exe=* | --ex=*)
a6089b1e 877 exec_prefix=$ac_optarg ;;
f0a93313 878
879 -gas | --gas | --ga | --g)
880 # Obsolete; use --with-gas.
881 with_gas=yes ;;
882
a6089b1e 883 -help | --help | --hel | --he | -h)
884 ac_init_help=long ;;
885 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
886 ac_init_help=recursive ;;
887 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
888 ac_init_help=short ;;
f0a93313 889
890 -host | --host | --hos | --ho)
a6089b1e 891 ac_prev=host_alias ;;
f0a93313 892 -host=* | --host=* | --hos=* | --ho=*)
a6089b1e 893 host_alias=$ac_optarg ;;
f0a93313 894
cd9a469c 895 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
896 ac_prev=htmldir ;;
897 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
898 | --ht=*)
899 htmldir=$ac_optarg ;;
900
f0a93313 901 -includedir | --includedir | --includedi | --included | --include \
902 | --includ | --inclu | --incl | --inc)
903 ac_prev=includedir ;;
904 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
905 | --includ=* | --inclu=* | --incl=* | --inc=*)
a6089b1e 906 includedir=$ac_optarg ;;
f0a93313 907
908 -infodir | --infodir | --infodi | --infod | --info | --inf)
909 ac_prev=infodir ;;
910 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
a6089b1e 911 infodir=$ac_optarg ;;
f0a93313 912
913 -libdir | --libdir | --libdi | --libd)
914 ac_prev=libdir ;;
915 -libdir=* | --libdir=* | --libdi=* | --libd=*)
a6089b1e 916 libdir=$ac_optarg ;;
f0a93313 917
918 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
919 | --libexe | --libex | --libe)
920 ac_prev=libexecdir ;;
921 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
922 | --libexe=* | --libex=* | --libe=*)
a6089b1e 923 libexecdir=$ac_optarg ;;
f0a93313 924
cd9a469c 925 -localedir | --localedir | --localedi | --localed | --locale)
926 ac_prev=localedir ;;
927 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
928 localedir=$ac_optarg ;;
929
f0a93313 930 -localstatedir | --localstatedir | --localstatedi | --localstated \
cd9a469c 931 | --localstate | --localstat | --localsta | --localst | --locals)
f0a93313 932 ac_prev=localstatedir ;;
933 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
cd9a469c 934 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
a6089b1e 935 localstatedir=$ac_optarg ;;
f0a93313 936
937 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
938 ac_prev=mandir ;;
939 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
a6089b1e 940 mandir=$ac_optarg ;;
f0a93313 941
942 -nfp | --nfp | --nf)
943 # Obsolete; use --without-fp.
944 with_fp=no ;;
945
946 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
a6089b1e 947 | --no-cr | --no-c | -n)
f0a93313 948 no_create=yes ;;
949
950 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
951 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
952 no_recursion=yes ;;
953
954 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
955 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
956 | --oldin | --oldi | --old | --ol | --o)
957 ac_prev=oldincludedir ;;
958 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
959 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
960 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
a6089b1e 961 oldincludedir=$ac_optarg ;;
f0a93313 962
963 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
964 ac_prev=prefix ;;
965 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
a6089b1e 966 prefix=$ac_optarg ;;
f0a93313 967
968 -program-prefix | --program-prefix | --program-prefi | --program-pref \
969 | --program-pre | --program-pr | --program-p)
970 ac_prev=program_prefix ;;
971 -program-prefix=* | --program-prefix=* | --program-prefi=* \
972 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
a6089b1e 973 program_prefix=$ac_optarg ;;
f0a93313 974
975 -program-suffix | --program-suffix | --program-suffi | --program-suff \
976 | --program-suf | --program-su | --program-s)
977 ac_prev=program_suffix ;;
978 -program-suffix=* | --program-suffix=* | --program-suffi=* \
979 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
a6089b1e 980 program_suffix=$ac_optarg ;;
f0a93313 981
982 -program-transform-name | --program-transform-name \
983 | --program-transform-nam | --program-transform-na \
984 | --program-transform-n | --program-transform- \
985 | --program-transform | --program-transfor \
986 | --program-transfo | --program-transf \
987 | --program-trans | --program-tran \
988 | --progr-tra | --program-tr | --program-t)
989 ac_prev=program_transform_name ;;
990 -program-transform-name=* | --program-transform-name=* \
991 | --program-transform-nam=* | --program-transform-na=* \
992 | --program-transform-n=* | --program-transform-=* \
993 | --program-transform=* | --program-transfor=* \
994 | --program-transfo=* | --program-transf=* \
995 | --program-trans=* | --program-tran=* \
996 | --progr-tra=* | --program-tr=* | --program-t=*)
a6089b1e 997 program_transform_name=$ac_optarg ;;
f0a93313 998
cd9a469c 999 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1000 ac_prev=pdfdir ;;
1001 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1002 pdfdir=$ac_optarg ;;
1003
1004 -psdir | --psdir | --psdi | --psd | --ps)
1005 ac_prev=psdir ;;
1006 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1007 psdir=$ac_optarg ;;
1008
f0a93313 1009 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1010 | -silent | --silent | --silen | --sile | --sil)
1011 silent=yes ;;
1012
1013 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1014 ac_prev=sbindir ;;
1015 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1016 | --sbi=* | --sb=*)
a6089b1e 1017 sbindir=$ac_optarg ;;
f0a93313 1018
1019 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1020 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1021 | --sharedst | --shareds | --shared | --share | --shar \
1022 | --sha | --sh)
1023 ac_prev=sharedstatedir ;;
1024 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1025 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1026 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1027 | --sha=* | --sh=*)
a6089b1e 1028 sharedstatedir=$ac_optarg ;;
f0a93313 1029
1030 -site | --site | --sit)
1031 ac_prev=site ;;
1032 -site=* | --site=* | --sit=*)
a6089b1e 1033 site=$ac_optarg ;;
f0a93313 1034
1035 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1036 ac_prev=srcdir ;;
1037 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
a6089b1e 1038 srcdir=$ac_optarg ;;
f0a93313 1039
1040 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1041 | --syscon | --sysco | --sysc | --sys | --sy)
1042 ac_prev=sysconfdir ;;
1043 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1044 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
a6089b1e 1045 sysconfdir=$ac_optarg ;;
f0a93313 1046
1047 -target | --target | --targe | --targ | --tar | --ta | --t)
a6089b1e 1048 ac_prev=target_alias ;;
f0a93313 1049 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
a6089b1e 1050 target_alias=$ac_optarg ;;
f0a93313 1051
1052 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1053 verbose=yes ;;
1054
a6089b1e 1055 -version | --version | --versio | --versi | --vers | -V)
1056 ac_init_version=: ;;
f0a93313 1057
1058 -with-* | --with-*)
cd9a469c 1059 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
f0a93313 1060 # Reject names that are not valid shell variable names.
cd9a469c 1061 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1062 as_fn_error $? "invalid package name: $ac_useropt"
cd9a469c 1063 ac_useropt_orig=$ac_useropt
1064 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1065 case $ac_user_opts in
1066 *"
1067"with_$ac_useropt"
1068"*) ;;
1069 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1070 ac_unrecognized_sep=', ';;
f0a93313 1071 esac
cd9a469c 1072 eval with_$ac_useropt=\$ac_optarg ;;
f0a93313 1073
1074 -without-* | --without-*)
cd9a469c 1075 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
f0a93313 1076 # Reject names that are not valid shell variable names.
cd9a469c 1077 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1078 as_fn_error $? "invalid package name: $ac_useropt"
cd9a469c 1079 ac_useropt_orig=$ac_useropt
1080 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1081 case $ac_user_opts in
1082 *"
1083"with_$ac_useropt"
1084"*) ;;
1085 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1086 ac_unrecognized_sep=', ';;
1087 esac
1088 eval with_$ac_useropt=no ;;
f0a93313 1089
1090 --x)
1091 # Obsolete; use --with-x.
1092 with_x=yes ;;
1093
1094 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1095 | --x-incl | --x-inc | --x-in | --x-i)
1096 ac_prev=x_includes ;;
1097 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1098 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
a6089b1e 1099 x_includes=$ac_optarg ;;
f0a93313 1100
1101 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1102 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1103 ac_prev=x_libraries ;;
1104 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1105 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
a6089b1e 1106 x_libraries=$ac_optarg ;;
f0a93313 1107
f00f02a3 1108 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1109Try \`$0 --help' for more information"
f0a93313 1110 ;;
1111
a6089b1e 1112 *=*)
1113 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1114 # Reject names that are not valid shell variable names.
cd9a469c 1115 case $ac_envvar in #(
1116 '' | [0-9]* | *[!_$as_cr_alnum]* )
f00f02a3 1117 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
cd9a469c 1118 esac
1119 eval $ac_envvar=\$ac_optarg
a6089b1e 1120 export $ac_envvar ;;
1121
f0a93313 1122 *)
a6089b1e 1123 # FIXME: should be removed in autoconf 3.0.
cd9a469c 1124 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
a6089b1e 1125 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
cd9a469c 1126 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
f00f02a3 1127 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
f0a93313 1128 ;;
1129
1130 esac
1131done
1132
1133if test -n "$ac_prev"; then
a6089b1e 1134 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
f00f02a3 1135 as_fn_error $? "missing argument to $ac_option"
f0a93313 1136fi
f0a93313 1137
cd9a469c 1138if test -n "$ac_unrecognized_opts"; then
1139 case $enable_option_checking in
1140 no) ;;
f00f02a3 1141 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
cd9a469c 1142 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
a6089b1e 1143 esac
cd9a469c 1144fi
f0a93313 1145
cd9a469c 1146# Check all directory arguments for consistency.
1147for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1148 datadir sysconfdir sharedstatedir localstatedir includedir \
1149 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1150 libdir localedir mandir
f0a93313 1151do
cd9a469c 1152 eval ac_val=\$$ac_var
1153 # Remove trailing slashes.
a6089b1e 1154 case $ac_val in
cd9a469c 1155 */ )
1156 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1157 eval $ac_var=\$ac_val;;
f0a93313 1158 esac
cd9a469c 1159 # Be sure to have absolute directory names.
1160 case $ac_val in
1161 [\\/$]* | ?:[\\/]* ) continue;;
1162 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1163 esac
f00f02a3 1164 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
f0a93313 1165done
1166
a6089b1e 1167# There might be people who depend on the old broken behavior: `$host'
1168# used to hold the argument of --host etc.
1169# FIXME: To remove some day.
1170build=$build_alias
1171host=$host_alias
1172target=$target_alias
1173
1174# FIXME: To remove some day.
1175if test "x$host_alias" != x; then
1176 if test "x$build_alias" = x; then
1177 cross_compiling=maybe
a6089b1e 1178 elif test "x$build_alias" != "x$host_alias"; then
1179 cross_compiling=yes
1180 fi
1181fi
f0a93313 1182
a6089b1e 1183ac_tool_prefix=
1184test -n "$host_alias" && ac_tool_prefix=$host_alias-
1185
1186test "$silent" = yes && exec 6>/dev/null
f0a93313 1187
f0a93313 1188
cd9a469c 1189ac_pwd=`pwd` && test -n "$ac_pwd" &&
1190ac_ls_di=`ls -di .` &&
1191ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
f00f02a3 1192 as_fn_error $? "working directory cannot be determined"
cd9a469c 1193test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
f00f02a3 1194 as_fn_error $? "pwd does not report name of working directory"
cd9a469c 1195
1196
f0a93313 1197# Find the source files, if location was not specified.
1198if test -z "$srcdir"; then
1199 ac_srcdir_defaulted=yes
cd9a469c 1200 # Try the directory containing this script, then the parent directory.
1201 ac_confdir=`$as_dirname -- "$as_myself" ||
1202$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1203 X"$as_myself" : 'X\(//\)[^/]' \| \
1204 X"$as_myself" : 'X\(//\)$' \| \
1205 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1206$as_echo X"$as_myself" |
1207 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1208 s//\1/
1209 q
1210 }
1211 /^X\(\/\/\)[^/].*/{
1212 s//\1/
1213 q
1214 }
1215 /^X\(\/\/\)$/{
1216 s//\1/
1217 q
1218 }
1219 /^X\(\/\).*/{
1220 s//\1/
1221 q
1222 }
1223 s/.*/./; q'`
f0a93313 1224 srcdir=$ac_confdir
cd9a469c 1225 if test ! -r "$srcdir/$ac_unique_file"; then
f0a93313 1226 srcdir=..
1227 fi
1228else
1229 ac_srcdir_defaulted=no
1230fi
cd9a469c 1231if test ! -r "$srcdir/$ac_unique_file"; then
1232 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
f00f02a3 1233 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
cd9a469c 1234fi
1235ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1236ac_abs_confdir=`(
f00f02a3 1237 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
cd9a469c 1238 pwd)`
1239# When building in place, set srcdir=.
1240if test "$ac_abs_confdir" = "$ac_pwd"; then
1241 srcdir=.
1242fi
1243# Remove unnecessary trailing slashes from srcdir.
1244# Double slashes in file names in object file debugging info
1245# mess up M-x gdb in Emacs.
1246case $srcdir in
1247*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1248esac
1249for ac_var in $ac_precious_vars; do
1250 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1251 eval ac_env_${ac_var}_value=\$${ac_var}
1252 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1253 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1254done
a6089b1e 1255
1256#
1257# Report the --help message.
1258#
1259if test "$ac_init_help" = "long"; then
1260 # Omit some internal or obsolete options to make the list less imposing.
1261 # This message is too long to be a string in the A/UX 3.1 sh.
1262 cat <<_ACEOF
1263\`configure' configures this package to adapt to many kinds of systems.
1264
1265Usage: $0 [OPTION]... [VAR=VALUE]...
1266
1267To assign environment variables (e.g., CC, CFLAGS...), specify them as
1268VAR=VALUE. See below for descriptions of some of the useful variables.
1269
1270Defaults for the options are specified in brackets.
1271
1272Configuration:
1273 -h, --help display this help and exit
1274 --help=short display options specific to this package
1275 --help=recursive display the short help of all the included packages
1276 -V, --version display version information and exit
f00f02a3 1277 -q, --quiet, --silent do not print \`checking ...' messages
a6089b1e 1278 --cache-file=FILE cache test results in FILE [disabled]
1279 -C, --config-cache alias for \`--cache-file=config.cache'
1280 -n, --no-create do not create output files
1281 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1282
a6089b1e 1283Installation directories:
1284 --prefix=PREFIX install architecture-independent files in PREFIX
cd9a469c 1285 [$ac_default_prefix]
a6089b1e 1286 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
cd9a469c 1287 [PREFIX]
a6089b1e 1288
1289By default, \`make install' will install all the files in
1290\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1291an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1292for instance \`--prefix=\$HOME'.
1293
1294For better control, use the options below.
1295
1296Fine tuning of the installation directories:
cd9a469c 1297 --bindir=DIR user executables [EPREFIX/bin]
1298 --sbindir=DIR system admin executables [EPREFIX/sbin]
1299 --libexecdir=DIR program executables [EPREFIX/libexec]
1300 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1301 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1302 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1303 --libdir=DIR object code libraries [EPREFIX/lib]
1304 --includedir=DIR C header files [PREFIX/include]
1305 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1306 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1307 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1308 --infodir=DIR info documentation [DATAROOTDIR/info]
1309 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1310 --mandir=DIR man documentation [DATAROOTDIR/man]
1311 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1312 --htmldir=DIR html documentation [DOCDIR]
1313 --dvidir=DIR dvi documentation [DOCDIR]
1314 --pdfdir=DIR pdf documentation [DOCDIR]
1315 --psdir=DIR ps documentation [DOCDIR]
a6089b1e 1316_ACEOF
1317
1318 cat <<\_ACEOF
1319
1320System types:
1321 --build=BUILD configure for building on BUILD [guessed]
1322 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1323_ACEOF
1324fi
1325
1326if test -n "$ac_init_help"; then
1327
1328 cat <<\_ACEOF
1329
1330Optional Features:
cd9a469c 1331 --disable-option-checking ignore unrecognized --enable/--with options
a6089b1e 1332 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1333 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1334 --enable-maintainer-mode
1335 enable make rules and dependencies not useful
1336 (and sometimes confusing) to the casual installer
b88bcfca 1337 --enable-multilib build many library versions (default)
d86ceed1 1338 --enable-install-libiberty Install headers and library for end users
0a8f1add 1339 --disable-largefile omit support for large files
a6089b1e 1340
1341Optional Packages:
1342 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1343 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1344 --with-target-subdir=SUBDIR Configuring in a subdirectory for target
1345 --with-build-subdir=SUBDIR Configuring in a subdirectory for build
1346 --with-cross-host=HOST Configuring with a cross compiler
1347 --with-newlib Configuring with newlib
1348
1349Some influential environment variables:
1350 CC C compiler command
1351 CFLAGS C compiler flags
1352 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1353 nonstandard directory <lib dir>
cd9a469c 1354 LIBS libraries to pass to the linker, e.g. -l<library>
f00f02a3 1355 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
cd9a469c 1356 you have headers in a nonstandard directory <include dir>
a6089b1e 1357 CPP C preprocessor
1358
1359Use these variables to override the choices made by `configure' or to help
1360it to find libraries and programs with nonstandard names/locations.
1361
cd9a469c 1362Report bugs to the package provider.
a6089b1e 1363_ACEOF
cd9a469c 1364ac_status=$?
a6089b1e 1365fi
1366
1367if test "$ac_init_help" = "recursive"; then
1368 # If there are subdirs, report their specific --help.
a6089b1e 1369 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
cd9a469c 1370 test -d "$ac_dir" ||
1371 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1372 continue
a6089b1e 1373 ac_builddir=.
1374
cd9a469c 1375case "$ac_dir" in
1376.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1377*)
1378 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1379 # A ".." for each directory in $ac_dir_suffix.
1380 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1381 case $ac_top_builddir_sub in
1382 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1383 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1384 esac ;;
1385esac
1386ac_abs_top_builddir=$ac_pwd
1387ac_abs_builddir=$ac_pwd$ac_dir_suffix
1388# for backward compatibility:
1389ac_top_builddir=$ac_top_build_prefix
a6089b1e 1390
1391case $srcdir in
cd9a469c 1392 .) # We are building in place.
a6089b1e 1393 ac_srcdir=.
cd9a469c 1394 ac_top_srcdir=$ac_top_builddir_sub
1395 ac_abs_top_srcdir=$ac_pwd ;;
1396 [\\/]* | ?:[\\/]* ) # Absolute name.
a6089b1e 1397 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 1398 ac_top_srcdir=$srcdir
1399 ac_abs_top_srcdir=$srcdir ;;
1400 *) # Relative name.
1401 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1402 ac_top_srcdir=$ac_top_build_prefix$srcdir
1403 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ac09b42b 1404esac
cd9a469c 1405ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1406
1407 cd "$ac_dir" || { ac_status=$?; continue; }
1408 # Check for guested configure.
1409 if test -f "$ac_srcdir/configure.gnu"; then
1410 echo &&
1411 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1412 elif test -f "$ac_srcdir/configure"; then
1413 echo &&
1414 $SHELL "$ac_srcdir/configure" --help=recursive
a6089b1e 1415 else
cd9a469c 1416 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1417 fi || ac_status=$?
1418 cd "$ac_pwd" || { ac_status=$?; break; }
a6089b1e 1419 done
1420fi
1421
cd9a469c 1422test -n "$ac_init_help" && exit $ac_status
a6089b1e 1423if $ac_init_version; then
1424 cat <<\_ACEOF
cd9a469c 1425configure
f00f02a3 1426generated by GNU Autoconf 2.69
a6089b1e 1427
f00f02a3 1428Copyright (C) 2012 Free Software Foundation, Inc.
a6089b1e 1429This configure script is free software; the Free Software Foundation
1430gives unlimited permission to copy, distribute and modify it.
1431_ACEOF
cd9a469c 1432 exit
a6089b1e 1433fi
a6089b1e 1434
cd9a469c 1435## ------------------------ ##
1436## Autoconf initialization. ##
1437## ------------------------ ##
a6089b1e 1438
cd9a469c 1439# ac_fn_c_try_compile LINENO
1440# --------------------------
1441# Try to compile conftest.$ac_ext, and return whether this succeeded.
1442ac_fn_c_try_compile ()
a6089b1e 1443{
cd9a469c 1444 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1445 rm -f conftest.$ac_objext
1446 if { { ac_try="$ac_compile"
1447case "(($ac_try" in
1448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1449 *) ac_try_echo=$ac_try;;
1450esac
1451eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1452$as_echo "$ac_try_echo"; } >&5
1453 (eval "$ac_compile") 2>conftest.err
1454 ac_status=$?
1455 if test -s conftest.err; then
1456 grep -v '^ *+' conftest.err >conftest.er1
1457 cat conftest.er1 >&5
1458 mv -f conftest.er1 conftest.err
1459 fi
1460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1461 test $ac_status = 0; } && {
1462 test -z "$ac_c_werror_flag" ||
1463 test ! -s conftest.err
1464 } && test -s conftest.$ac_objext; then :
1465 ac_retval=0
1466else
1467 $as_echo "$as_me: failed program was:" >&5
1468sed 's/^/| /' conftest.$ac_ext >&5
a6089b1e 1469
cd9a469c 1470 ac_retval=1
1471fi
f00f02a3 1472 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1473 as_fn_set_status $ac_retval
a6089b1e 1474
cd9a469c 1475} # ac_fn_c_try_compile
a6089b1e 1476
cd9a469c 1477# ac_fn_c_try_cpp LINENO
1478# ----------------------
1479# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1480ac_fn_c_try_cpp ()
1481{
1482 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1483 if { { ac_try="$ac_cpp conftest.$ac_ext"
1484case "(($ac_try" in
1485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1486 *) ac_try_echo=$ac_try;;
1487esac
1488eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1489$as_echo "$ac_try_echo"; } >&5
1490 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1491 ac_status=$?
1492 if test -s conftest.err; then
1493 grep -v '^ *+' conftest.err >conftest.er1
1494 cat conftest.er1 >&5
1495 mv -f conftest.er1 conftest.err
1496 fi
1497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
f00f02a3 1498 test $ac_status = 0; } > conftest.i && {
cd9a469c 1499 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1500 test ! -s conftest.err
1501 }; then :
1502 ac_retval=0
1503else
1504 $as_echo "$as_me: failed program was:" >&5
1505sed 's/^/| /' conftest.$ac_ext >&5
a6089b1e 1506
cd9a469c 1507 ac_retval=1
1508fi
f00f02a3 1509 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1510 as_fn_set_status $ac_retval
a6089b1e 1511
cd9a469c 1512} # ac_fn_c_try_cpp
a6089b1e 1513
19ecc7c1 1514# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1515# -------------------------------------------------------
1516# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1517# the include files in INCLUDES and setting the cache variable VAR
1518# accordingly.
1519ac_fn_c_check_header_mongrel ()
1520{
1521 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
f00f02a3 1522 if eval \${$3+:} false; then :
19ecc7c1 1523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1524$as_echo_n "checking for $2... " >&6; }
f00f02a3 1525if eval \${$3+:} false; then :
19ecc7c1 1526 $as_echo_n "(cached) " >&6
1527fi
1528eval ac_res=\$$3
1529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1530$as_echo "$ac_res" >&6; }
1531else
1532 # Is the header compilable?
1533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1534$as_echo_n "checking $2 usability... " >&6; }
1535cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1536/* end confdefs.h. */
1537$4
1538#include <$2>
1539_ACEOF
1540if ac_fn_c_try_compile "$LINENO"; then :
1541 ac_header_compiler=yes
1542else
1543 ac_header_compiler=no
1544fi
1545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1547$as_echo "$ac_header_compiler" >&6; }
1548
1549# Is the header present?
1550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1551$as_echo_n "checking $2 presence... " >&6; }
1552cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1553/* end confdefs.h. */
1554#include <$2>
1555_ACEOF
1556if ac_fn_c_try_cpp "$LINENO"; then :
1557 ac_header_preproc=yes
1558else
1559 ac_header_preproc=no
1560fi
f00f02a3 1561rm -f conftest.err conftest.i conftest.$ac_ext
19ecc7c1 1562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1563$as_echo "$ac_header_preproc" >&6; }
1564
1565# So? What about this header?
1566case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1567 yes:no: )
1568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1569$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1571$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1572 ;;
1573 no:yes:* )
1574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1575$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1576 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1577$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1578 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1579$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1581$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1583$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1584 ;;
1585esac
1586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1587$as_echo_n "checking for $2... " >&6; }
f00f02a3 1588if eval \${$3+:} false; then :
19ecc7c1 1589 $as_echo_n "(cached) " >&6
1590else
1591 eval "$3=\$ac_header_compiler"
1592fi
1593eval ac_res=\$$3
1594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1595$as_echo "$ac_res" >&6; }
1596fi
f00f02a3 1597 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
19ecc7c1 1598
1599} # ac_fn_c_check_header_mongrel
1600
cd9a469c 1601# ac_fn_c_try_run LINENO
1602# ----------------------
1603# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1604# that executables *can* be run.
1605ac_fn_c_try_run ()
1606{
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 if { { ac_try="$ac_link"
1609case "(($ac_try" in
1610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1611 *) ac_try_echo=$ac_try;;
1612esac
1613eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1614$as_echo "$ac_try_echo"; } >&5
1615 (eval "$ac_link") 2>&5
1616 ac_status=$?
1617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1618 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1619 { { case "(($ac_try" in
1620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1621 *) ac_try_echo=$ac_try;;
1622esac
1623eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1624$as_echo "$ac_try_echo"; } >&5
1625 (eval "$ac_try") 2>&5
1626 ac_status=$?
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; }; }; then :
1629 ac_retval=0
1630else
1631 $as_echo "$as_me: program exited with status $ac_status" >&5
1632 $as_echo "$as_me: failed program was:" >&5
1633sed 's/^/| /' conftest.$ac_ext >&5
a6089b1e 1634
cd9a469c 1635 ac_retval=$ac_status
1636fi
1637 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1638 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1639 as_fn_set_status $ac_retval
a6089b1e 1640
cd9a469c 1641} # ac_fn_c_try_run
f0a93313 1642
19ecc7c1 1643# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1644# -------------------------------------------------------
1645# Tests whether HEADER exists and can be compiled using the include files in
1646# INCLUDES, setting the cache variable VAR accordingly.
1647ac_fn_c_check_header_compile ()
1648{
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651$as_echo_n "checking for $2... " >&6; }
f00f02a3 1652if eval \${$3+:} false; then :
19ecc7c1 1653 $as_echo_n "(cached) " >&6
1654else
1655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1656/* end confdefs.h. */
1657$4
1658#include <$2>
1659_ACEOF
1660if ac_fn_c_try_compile "$LINENO"; then :
1661 eval "$3=yes"
1662else
1663 eval "$3=no"
1664fi
1665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1666fi
1667eval ac_res=\$$3
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1669$as_echo "$ac_res" >&6; }
f00f02a3 1670 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
19ecc7c1 1671
1672} # ac_fn_c_check_header_compile
1673
cd9a469c 1674# ac_fn_c_check_header_preproc LINENO HEADER VAR
1675# ----------------------------------------------
1676# Tests whether HEADER is present, setting the cache variable VAR accordingly.
1677ac_fn_c_check_header_preproc ()
1678{
1679 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1681$as_echo_n "checking for $2... " >&6; }
f00f02a3 1682if eval \${$3+:} false; then :
cd9a469c 1683 $as_echo_n "(cached) " >&6
1684else
1685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1686/* end confdefs.h. */
1687#include <$2>
a6089b1e 1688_ACEOF
cd9a469c 1689if ac_fn_c_try_cpp "$LINENO"; then :
1690 eval "$3=yes"
1691else
1692 eval "$3=no"
1693fi
f00f02a3 1694rm -f conftest.err conftest.i conftest.$ac_ext
cd9a469c 1695fi
1696eval ac_res=\$$3
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1698$as_echo "$ac_res" >&6; }
f00f02a3 1699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
a6089b1e 1700
cd9a469c 1701} # ac_fn_c_check_header_preproc
a6089b1e 1702
cd9a469c 1703# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1704# --------------------------------------------
1705# Tries to find the compile-time value of EXPR in a program that includes
1706# INCLUDES, setting VAR accordingly. Returns whether the value could be
1707# computed
1708ac_fn_c_compute_int ()
1709{
1710 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711 if test "$cross_compiling" = yes; then
1712 # Depending upon the size, compute the lo and hi bounds.
1713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714/* end confdefs.h. */
1715$4
1716int
1717main ()
1718{
1719static int test_array [1 - 2 * !(($2) >= 0)];
f00f02a3 1720test_array [0] = 0;
1721return test_array [0];
a6089b1e 1722
cd9a469c 1723 ;
1724 return 0;
1725}
1726_ACEOF
1727if ac_fn_c_try_compile "$LINENO"; then :
1728 ac_lo=0 ac_mid=0
1729 while :; do
1730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731/* end confdefs.h. */
1732$4
1733int
1734main ()
a6089b1e 1735{
cd9a469c 1736static int test_array [1 - 2 * !(($2) <= $ac_mid)];
f00f02a3 1737test_array [0] = 0;
1738return test_array [0];
cd9a469c 1739
1740 ;
1741 return 0;
a6089b1e 1742}
cd9a469c 1743_ACEOF
1744if ac_fn_c_try_compile "$LINENO"; then :
1745 ac_hi=$ac_mid; break
1746else
1747 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1748 if test $ac_lo -le $ac_mid; then
1749 ac_lo= ac_hi=
1750 break
1751 fi
1752 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1753fi
1754rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1755 done
1756else
1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758/* end confdefs.h. */
1759$4
1760int
1761main ()
1762{
1763static int test_array [1 - 2 * !(($2) < 0)];
f00f02a3 1764test_array [0] = 0;
1765return test_array [0];
a6089b1e 1766
cd9a469c 1767 ;
1768 return 0;
1769}
1770_ACEOF
1771if ac_fn_c_try_compile "$LINENO"; then :
1772 ac_hi=-1 ac_mid=-1
1773 while :; do
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775/* end confdefs.h. */
1776$4
1777int
1778main ()
1779{
1780static int test_array [1 - 2 * !(($2) >= $ac_mid)];
f00f02a3 1781test_array [0] = 0;
1782return test_array [0];
a6089b1e 1783
cd9a469c 1784 ;
1785 return 0;
1786}
1787_ACEOF
1788if ac_fn_c_try_compile "$LINENO"; then :
1789 ac_lo=$ac_mid; break
1790else
1791 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1792 if test $ac_mid -le $ac_hi; then
1793 ac_lo= ac_hi=
1794 break
1795 fi
1796 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1797fi
1798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1799 done
1800else
1801 ac_lo= ac_hi=
1802fi
1803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804fi
1805rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1806# Binary search between lo and hi bounds.
1807while test "x$ac_lo" != "x$ac_hi"; do
1808 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1810/* end confdefs.h. */
1811$4
1812int
1813main ()
1814{
1815static int test_array [1 - 2 * !(($2) <= $ac_mid)];
f00f02a3 1816test_array [0] = 0;
1817return test_array [0];
a6089b1e 1818
cd9a469c 1819 ;
1820 return 0;
1821}
1822_ACEOF
1823if ac_fn_c_try_compile "$LINENO"; then :
1824 ac_hi=$ac_mid
1825else
1826 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1827fi
1828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a6089b1e 1829done
cd9a469c 1830case $ac_lo in #((
1831?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
1832'') ac_retval=1 ;;
1833esac
1834 else
1835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1836/* end confdefs.h. */
1837$4
1838static long int longval () { return $2; }
1839static unsigned long int ulongval () { return $2; }
1840#include <stdio.h>
1841#include <stdlib.h>
1842int
1843main ()
1844{
a6089b1e 1845
cd9a469c 1846 FILE *f = fopen ("conftest.val", "w");
1847 if (! f)
1848 return 1;
1849 if (($2) < 0)
1850 {
1851 long int i = longval ();
1852 if (i != ($2))
1853 return 1;
1854 fprintf (f, "%ld", i);
1855 }
1856 else
1857 {
1858 unsigned long int i = ulongval ();
1859 if (i != ($2))
1860 return 1;
1861 fprintf (f, "%lu", i);
1862 }
1863 /* Do not output a trailing newline, as this causes \r\n confusion
1864 on some platforms. */
1865 return ferror (f) || fclose (f) != 0;
a6089b1e 1866
cd9a469c 1867 ;
1868 return 0;
1869}
a6089b1e 1870_ACEOF
cd9a469c 1871if ac_fn_c_try_run "$LINENO"; then :
1872 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
1873else
1874 ac_retval=1
1875fi
1876rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1877 conftest.$ac_objext conftest.beam conftest.$ac_ext
1878rm -f conftest.val
a6089b1e 1879
cd9a469c 1880 fi
f00f02a3 1881 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1882 as_fn_set_status $ac_retval
a6089b1e 1883
cd9a469c 1884} # ac_fn_c_compute_int
a6089b1e 1885
cd9a469c 1886# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1887# -------------------------------------------
1888# Tests whether TYPE exists after having included INCLUDES, setting cache
1889# variable VAR accordingly.
1890ac_fn_c_check_type ()
1891{
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1894$as_echo_n "checking for $2... " >&6; }
f00f02a3 1895if eval \${$3+:} false; then :
cd9a469c 1896 $as_echo_n "(cached) " >&6
1897else
1898 eval "$3=no"
1899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900/* end confdefs.h. */
1901$4
1902int
1903main ()
1904{
1905if (sizeof ($2))
1906 return 0;
1907 ;
1908 return 0;
1909}
a6089b1e 1910_ACEOF
cd9a469c 1911if ac_fn_c_try_compile "$LINENO"; then :
1912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1913/* end confdefs.h. */
1914$4
1915int
1916main ()
1917{
1918if (sizeof (($2)))
1919 return 0;
1920 ;
1921 return 0;
1922}
a6089b1e 1923_ACEOF
cd9a469c 1924if ac_fn_c_try_compile "$LINENO"; then :
a6089b1e 1925
cd9a469c 1926else
1927 eval "$3=yes"
1928fi
1929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1930fi
1931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1932fi
1933eval ac_res=\$$3
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1935$as_echo "$ac_res" >&6; }
f00f02a3 1936 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
a6089b1e 1937
cd9a469c 1938} # ac_fn_c_check_type
a6089b1e 1939
cd9a469c 1940# ac_fn_c_try_link LINENO
1941# -----------------------
1942# Try to link conftest.$ac_ext, and return whether this succeeded.
1943ac_fn_c_try_link ()
1944{
1945 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1946 rm -f conftest.$ac_objext conftest$ac_exeext
1947 if { { ac_try="$ac_link"
1948case "(($ac_try" in
1949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1950 *) ac_try_echo=$ac_try;;
1951esac
1952eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1953$as_echo "$ac_try_echo"; } >&5
1954 (eval "$ac_link") 2>conftest.err
1955 ac_status=$?
1956 if test -s conftest.err; then
1957 grep -v '^ *+' conftest.err >conftest.er1
1958 cat conftest.er1 >&5
1959 mv -f conftest.er1 conftest.err
f0a93313 1960 fi
cd9a469c 1961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1962 test $ac_status = 0; } && {
1963 test -z "$ac_c_werror_flag" ||
1964 test ! -s conftest.err
1965 } && test -s conftest$ac_exeext && {
1966 test "$cross_compiling" = yes ||
f00f02a3 1967 test -x conftest$ac_exeext
cd9a469c 1968 }; then :
1969 ac_retval=0
1970else
1971 $as_echo "$as_me: failed program was:" >&5
1972sed 's/^/| /' conftest.$ac_ext >&5
1973
1974 ac_retval=1
f0a93313 1975fi
cd9a469c 1976 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1977 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1978 # interfere with the next link command; also delete a directory that is
1979 # left behind by Apple's compiler. We do this before executing the actions.
1980 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1981 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1982 as_fn_set_status $ac_retval
f0a93313 1983
cd9a469c 1984} # ac_fn_c_try_link
1985
1986# ac_fn_c_check_func LINENO FUNC VAR
1987# ----------------------------------
1988# Tests whether FUNC exists, setting the cache variable VAR accordingly
1989ac_fn_c_check_func ()
1990{
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1993$as_echo_n "checking for $2... " >&6; }
f00f02a3 1994if eval \${$3+:} false; then :
cd9a469c 1995 $as_echo_n "(cached) " >&6
f0a93313 1996else
cd9a469c 1997 if test x$gcc_no_link = xyes; then
f00f02a3 1998 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
a6089b1e 1999fi
cd9a469c 2000cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2001/* end confdefs.h. */
73834184 2002/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2003 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2004#define $2 innocuous_$2
2005
cd9a469c 2006/* System header to define __stub macros and hopefully few prototypes,
2007 which can conflict with char $2 (); below.
2008 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
73834184 2009 <limits.h> exists even on freestanding compilers. */
2010
2011#ifdef __STDC__
cd9a469c 2012# include <limits.h>
2013#else
2014# include <assert.h>
2015#endif
73834184 2016
2017#undef $2
2018
2019/* Override any GCC internal prototype to avoid an error.
2020 Use char because int might match the return type of a GCC
2021 builtin and then its argument prototype would still apply. */
cd9a469c 2022#ifdef __cplusplus
2023extern "C"
cd9a469c 2024#endif
cd9a469c 2025char $2 ();
2026/* The GNU C library defines this for functions which it implements
2027 to always fail with ENOSYS. Some functions are actually named
2028 something starting with __ and the normal name is an alias. */
73834184 2029#if defined __stub_$2 || defined __stub___$2
cd9a469c 2030choke me
cd9a469c 2031#endif
a6089b1e 2032
cd9a469c 2033int
2034main ()
2035{
73834184 2036return $2 ();
cd9a469c 2037 ;
2038 return 0;
2039}
2040_ACEOF
2041if ac_fn_c_try_link "$LINENO"; then :
2042 eval "$3=yes"
2043else
2044 eval "$3=no"
f0a93313 2045fi
cd9a469c 2046rm -f core conftest.err conftest.$ac_objext \
2047 conftest$ac_exeext conftest.$ac_ext
2048fi
2049eval ac_res=\$$3
2050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2051$as_echo "$ac_res" >&6; }
f00f02a3 2052 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
f0a93313 2053
cd9a469c 2054} # ac_fn_c_check_func
f0a93313 2055
f00f02a3 2056# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2057# ---------------------------------------------
2058# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2059# accordingly.
cd9a469c 2060ac_fn_c_check_decl ()
2061{
2062 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
050318d9 2063 as_decl_name=`echo $2|sed 's/ *(.*//'`
2064 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2066$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
f00f02a3 2067if eval \${$3+:} false; then :
cd9a469c 2068 $as_echo_n "(cached) " >&6
2069else
2070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2071/* end confdefs.h. */
2072$4
2073int
2074main ()
2075{
050318d9 2076#ifndef $as_decl_name
2077#ifdef __cplusplus
2078 (void) $as_decl_use;
2079#else
2080 (void) $as_decl_name;
2081#endif
cd9a469c 2082#endif
f0a93313 2083
cd9a469c 2084 ;
2085 return 0;
2086}
2087_ACEOF
2088if ac_fn_c_try_compile "$LINENO"; then :
2089 eval "$3=yes"
2090else
2091 eval "$3=no"
2092fi
2093rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094fi
2095eval ac_res=\$$3
2096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2097$as_echo "$ac_res" >&6; }
f00f02a3 2098 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
f0a93313 2099
cd9a469c 2100} # ac_fn_c_check_decl
2101cat >config.log <<_ACEOF
2102This file contains any messages produced by compilers while
2103running configure, to aid debugging if configure makes a mistake.
0b045cf7 2104
cd9a469c 2105It was created by $as_me, which was
f00f02a3 2106generated by GNU Autoconf 2.69. Invocation command line was
f0a93313 2107
cd9a469c 2108 $ $0 $@
a6089b1e 2109
cd9a469c 2110_ACEOF
2111exec 5>>config.log
2112{
2113cat <<_ASUNAME
2114## --------- ##
2115## Platform. ##
2116## --------- ##
a6089b1e 2117
cd9a469c 2118hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2119uname -m = `(uname -m) 2>/dev/null || echo unknown`
2120uname -r = `(uname -r) 2>/dev/null || echo unknown`
2121uname -s = `(uname -s) 2>/dev/null || echo unknown`
2122uname -v = `(uname -v) 2>/dev/null || echo unknown`
a6089b1e 2123
cd9a469c 2124/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2125/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
a6089b1e 2126
cd9a469c 2127/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2128/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2129/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2130/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2131/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2132/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2133/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
a6089b1e 2134
cd9a469c 2135_ASUNAME
a6089b1e 2136
cd9a469c 2137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2138for as_dir in $PATH
2139do
2140 IFS=$as_save_IFS
2141 test -z "$as_dir" && as_dir=.
2142 $as_echo "PATH: $as_dir"
2143 done
2144IFS=$as_save_IFS
a6089b1e 2145
cd9a469c 2146} >&5
a6089b1e 2147
cd9a469c 2148cat >&5 <<_ACEOF
a6089b1e 2149
2150
cd9a469c 2151## ----------- ##
2152## Core tests. ##
2153## ----------- ##
a6089b1e 2154
cd9a469c 2155_ACEOF
a6089b1e 2156
5b2c7553 2157
cd9a469c 2158# Keep a trace of the command line.
2159# Strip out --no-create and --no-recursion so they do not pile up.
2160# Strip out --silent because we don't want to record it for future runs.
2161# Also quote any args containing shell meta-characters.
2162# Make two passes to allow for proper duplicate-argument suppression.
2163ac_configure_args=
2164ac_configure_args0=
2165ac_configure_args1=
2166ac_must_keep_next=false
2167for ac_pass in 1 2
2168do
2169 for ac_arg
2170 do
2171 case $ac_arg in
2172 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2173 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2174 | -silent | --silent | --silen | --sile | --sil)
2175 continue ;;
2176 *\'*)
2177 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2178 esac
2179 case $ac_pass in
2180 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2181 2)
2182 as_fn_append ac_configure_args1 " '$ac_arg'"
2183 if test $ac_must_keep_next = true; then
2184 ac_must_keep_next=false # Got value, back to normal.
2185 else
2186 case $ac_arg in
2187 *=* | --config-cache | -C | -disable-* | --disable-* \
2188 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2189 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2190 | -with-* | --with-* | -without-* | --without-* | --x)
2191 case "$ac_configure_args0 " in
2192 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2193 esac
2194 ;;
2195 -* ) ac_must_keep_next=true ;;
2196 esac
2197 fi
2198 as_fn_append ac_configure_args " '$ac_arg'"
2199 ;;
2200 esac
2201 done
2202done
2203{ ac_configure_args0=; unset ac_configure_args0;}
2204{ ac_configure_args1=; unset ac_configure_args1;}
5b2c7553 2205
cd9a469c 2206# When interrupted or exit'd, cleanup temporary files, and complete
2207# config.log. We remove comments because anyway the quotes in there
2208# would cause problems or look ugly.
2209# WARNING: Use '\'' to represent an apostrophe within the trap.
2210# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2211trap 'exit_status=$?
2212 # Save into config.log some information that might help in debugging.
2213 {
2214 echo
5b2c7553 2215
f00f02a3 2216 $as_echo "## ---------------- ##
cd9a469c 2217## Cache variables. ##
f00f02a3 2218## ---------------- ##"
cd9a469c 2219 echo
2220 # The following way of writing the cache mishandles newlines in values,
2221(
2222 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223 eval ac_val=\$$ac_var
2224 case $ac_val in #(
2225 *${as_nl}*)
2226 case $ac_var in #(
2227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229 esac
2230 case $ac_var in #(
2231 _ | IFS | as_nl) ;; #(
2232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233 *) { eval $ac_var=; unset $ac_var;} ;;
2234 esac ;;
2235 esac
2236 done
2237 (set) 2>&1 |
2238 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239 *${as_nl}ac_space=\ *)
2240 sed -n \
2241 "s/'\''/'\''\\\\'\'''\''/g;
2242 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243 ;; #(
2244 *)
2245 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2246 ;;
2247 esac |
2248 sort
2249)
2250 echo
a6089b1e 2251
f00f02a3 2252 $as_echo "## ----------------- ##
cd9a469c 2253## Output variables. ##
f00f02a3 2254## ----------------- ##"
cd9a469c 2255 echo
2256 for ac_var in $ac_subst_vars
2257 do
2258 eval ac_val=\$$ac_var
2259 case $ac_val in
2260 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2261 esac
2262 $as_echo "$ac_var='\''$ac_val'\''"
2263 done | sort
2264 echo
a6089b1e 2265
cd9a469c 2266 if test -n "$ac_subst_files"; then
f00f02a3 2267 $as_echo "## ------------------- ##
cd9a469c 2268## File substitutions. ##
f00f02a3 2269## ------------------- ##"
cd9a469c 2270 echo
2271 for ac_var in $ac_subst_files
2272 do
2273 eval ac_val=\$$ac_var
2274 case $ac_val in
2275 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2276 esac
2277 $as_echo "$ac_var='\''$ac_val'\''"
2278 done | sort
2279 echo
2280 fi
6c13736f 2281
cd9a469c 2282 if test -s confdefs.h; then
f00f02a3 2283 $as_echo "## ----------- ##
cd9a469c 2284## confdefs.h. ##
f00f02a3 2285## ----------- ##"
cd9a469c 2286 echo
2287 cat confdefs.h
2288 echo
2289 fi
2290 test "$ac_signal" != 0 &&
2291 $as_echo "$as_me: caught signal $ac_signal"
2292 $as_echo "$as_me: exit $exit_status"
2293 } >&5
2294 rm -f core *.core core.conftest.* &&
2295 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2296 exit $exit_status
2297' 0
2298for ac_signal in 1 2 13 15; do
2299 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2300done
2301ac_signal=0
a6089b1e 2302
cd9a469c 2303# confdefs.h avoids OS command line length limits that DEFS can exceed.
2304rm -f -r conftest* confdefs.h
a6089b1e 2305
cd9a469c 2306$as_echo "/* confdefs.h */" > confdefs.h
a6089b1e 2307
cd9a469c 2308# Predefined preprocessor variables.
a6089b1e 2309
cd9a469c 2310cat >>confdefs.h <<_ACEOF
2311#define PACKAGE_NAME "$PACKAGE_NAME"
2312_ACEOF
a6089b1e 2313
cd9a469c 2314cat >>confdefs.h <<_ACEOF
2315#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2316_ACEOF
a6089b1e 2317
cd9a469c 2318cat >>confdefs.h <<_ACEOF
2319#define PACKAGE_VERSION "$PACKAGE_VERSION"
2320_ACEOF
60d10194 2321
cd9a469c 2322cat >>confdefs.h <<_ACEOF
2323#define PACKAGE_STRING "$PACKAGE_STRING"
2324_ACEOF
a6089b1e 2325
cd9a469c 2326cat >>confdefs.h <<_ACEOF
2327#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2328_ACEOF
804ec1bf 2329
cd9a469c 2330cat >>confdefs.h <<_ACEOF
2331#define PACKAGE_URL "$PACKAGE_URL"
2332_ACEOF
f0a93313 2333
2334
cd9a469c 2335# Let the site file select an alternate cache file if it wants to.
2336# Prefer an explicitly selected file to automatically selected ones.
2337ac_site_file1=NONE
2338ac_site_file2=NONE
2339if test -n "$CONFIG_SITE"; then
f00f02a3 2340 # We do not want a PATH search for config.site.
2341 case $CONFIG_SITE in #((
2342 -*) ac_site_file1=./$CONFIG_SITE;;
2343 */*) ac_site_file1=$CONFIG_SITE;;
2344 *) ac_site_file1=./$CONFIG_SITE;;
2345 esac
cd9a469c 2346elif test "x$prefix" != xNONE; then
2347 ac_site_file1=$prefix/share/config.site
2348 ac_site_file2=$prefix/etc/config.site
2349else
2350 ac_site_file1=$ac_default_prefix/share/config.site
2351 ac_site_file2=$ac_default_prefix/etc/config.site
2352fi
2353for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2354do
2355 test "x$ac_site_file" = xNONE && continue
f00f02a3 2356 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
cd9a469c 2357 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2358$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2359 sed 's/^/| /' "$ac_site_file" >&5
f00f02a3 2360 . "$ac_site_file" \
2361 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2362$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2363as_fn_error $? "failed to load site script $ac_site_file
2364See \`config.log' for more details" "$LINENO" 5; }
cd9a469c 2365 fi
2366done
2367
2368if test -r "$cache_file"; then
f00f02a3 2369 # Some versions of bash will fail to source /dev/null (special files
2370 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2371 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
cd9a469c 2372 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2373$as_echo "$as_me: loading cache $cache_file" >&6;}
2374 case $cache_file in
2375 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2376 *) . "./$cache_file";;
2377 esac
2378 fi
2379else
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2381$as_echo "$as_me: creating cache $cache_file" >&6;}
2382 >$cache_file
2383fi
2384
f00f02a3 2385as_fn_append ac_header_list " stdlib.h"
2386as_fn_append ac_header_list " unistd.h"
2387as_fn_append ac_header_list " sys/param.h"
cd9a469c 2388# Check that the precious variables saved in the cache have kept the same
2389# value.
2390ac_cache_corrupted=false
2391for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2406 *)
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2419 fi
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2436 fi
2437done
2438if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
f00f02a3 2443 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
cd9a469c 2444fi
2445## -------------------- ##
2446## Main body of script. ##
2447## -------------------- ##
2448
2449ac_ext=c
2450ac_cpp='$CPP $CPPFLAGS'
2451ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454
2455
2456
2457
2458
2459
2460
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}/../.."
60d10194 2495 with_target_subdir=
2496 elif test -z "${with_target_subdir}"; then
f0a93313 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
7f13318a 2508
f0a93313 2509ac_aux_dir=
cd9a469c 2510for ac_dir in $libiberty_topdir "$srcdir"/$libiberty_topdir; do
f00f02a3 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
f0a93313 2524done
2525if test -z "$ac_aux_dir"; then
f00f02a3 2526 as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libiberty_topdir \"$srcdir\"/$libiberty_topdir" "$LINENO" 5
f0a93313 2527fi
f0a93313 2528
cd9a469c 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.
f0a93313 2536
2537
cd9a469c 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
614a23c6 2545else
2546 maintainer_mode=no
cd9a469c 2547fi
614a23c6 2548
cd9a469c 2549
2550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $maintainer_mode" >&5
2551$as_echo "$maintainer_mode" >&6; }
614a23c6 2552
2553if test "$maintainer_mode" = "yes"; then
2554 MAINT=''
2555 NOTMAINT='#'
2556else
2557 MAINT='#'
2558 NOTMAINT=''
2559fi
2560
5b7836cc 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.
614a23c6 2564set dummy makeinfo; ac_word=$2
cd9a469c 2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2566$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2567if ${ac_cv_prog_MAKEINFO+:} false; then :
cd9a469c 2568 $as_echo_n "(cached) " >&6
614a23c6 2569else
2570 if test -n "$MAKEINFO"; then
2571 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
2572else
a6089b1e 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=.
cd9a469c 2578 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 2580 ac_cv_prog_MAKEINFO="makeinfo"
cd9a469c 2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 2582 break 2
2583 fi
2584done
cd9a469c 2585 done
2586IFS=$as_save_IFS
a6089b1e 2587
614a23c6 2588fi
2589fi
a6089b1e 2590MAKEINFO=$ac_cv_prog_MAKEINFO
614a23c6 2591if test -n "$MAKEINFO"; then
cd9a469c 2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
2593$as_echo "$MAKEINFO" >&6; }
614a23c6 2594else
cd9a469c 2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
614a23c6 2597fi
2598
cd9a469c 2599
7c9e70dd 2600if test "x$MAKEINFO" = "x"; then
2601 MAKEINFO="@echo makeinfo missing; true"
5b7836cc 2602 BUILD_INFO=
7c9e70dd 2603else
2604 BUILD_INFO=info
40a84a93 2605 case "$MAKEINFO" in
2606 */missing\ makeinfo*)
7c9e70dd 2607 BUILD_INFO=
cd9a469c 2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
40a84a93 2609*** Makeinfo is missing. Info documentation will not be built." >&5
cd9a469c 2610$as_echo "$as_me: WARNING:
40a84a93 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=
cd9a469c 2618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
a6089b1e 2619*** Makeinfo is too old. Info documentation will not be built." >&5
cd9a469c 2620$as_echo "$as_me: WARNING:
a6089b1e 2621*** Makeinfo is too old. Info documentation will not be built." >&2;}
40a84a93 2622 ;;
2623 esac
7c9e70dd 2624 ;;
2625 esac
2626fi
5b7836cc 2627
614a23c6 2628
2629
2630# Extract the first word of "perl", so it can be a program name with args.
2631set dummy perl; ac_word=$2
cd9a469c 2632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2633$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2634if ${ac_cv_prog_PERL+:} false; then :
cd9a469c 2635 $as_echo_n "(cached) " >&6
614a23c6 2636else
2637 if test -n "$PERL"; then
2638 ac_cv_prog_PERL="$PERL" # Let the user override the test.
2639else
a6089b1e 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=.
cd9a469c 2645 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2646 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 2647 ac_cv_prog_PERL="perl"
cd9a469c 2648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 2649 break 2
2650 fi
2651done
cd9a469c 2652 done
2653IFS=$as_save_IFS
a6089b1e 2654
614a23c6 2655fi
2656fi
a6089b1e 2657PERL=$ac_cv_prog_PERL
614a23c6 2658if test -n "$PERL"; then
cd9a469c 2659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
2660$as_echo "$PERL" >&6; }
614a23c6 2661else
cd9a469c 2662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2663$as_echo "no" >&6; }
614a23c6 2664fi
2665
cd9a469c 2666
614a23c6 2667if test x"$PERL" = x""; then
2668 HAVE_PERL='#'
2669else
2670 HAVE_PERL=''
2671fi
2672
2673
f0a93313 2674# Make sure we can run config.sub.
cd9a469c 2675$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
f00f02a3 2676 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
cd9a469c 2677
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2679$as_echo_n "checking build system type... " >&6; }
f00f02a3 2680if ${ac_cv_build+:} false; then :
cd9a469c 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 &&
f00f02a3 2687 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
cd9a469c 2688ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
f00f02a3 2689 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
cd9a469c 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*-*-*) ;;
f00f02a3 2696*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
cd9a469c 2697esac
a6089b1e 2698build=$ac_cv_build
cd9a469c 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
f0a93313 2710
2711
cd9a469c 2712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2713$as_echo_n "checking host system type... " >&6; }
f00f02a3 2714if ${ac_cv_host+:} false; then :
cd9a469c 2715 $as_echo_n "(cached) " >&6
a6089b1e 2716else
cd9a469c 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` ||
f00f02a3 2721 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
cd9a469c 2722fi
f0a93313 2723
a6089b1e 2724fi
cd9a469c 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*-*-*) ;;
f00f02a3 2729*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
cd9a469c 2730esac
a6089b1e 2731host=$ac_cv_host
cd9a469c 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
f0a93313 2743
f0a93313 2744
f0a93313 2745
f0a93313 2746
a6089b1e 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.
f0a93313 2749set dummy ${ac_tool_prefix}ar; ac_word=$2
cd9a469c 2750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2751$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2752if ${ac_cv_prog_AR+:} false; then :
cd9a469c 2753 $as_echo_n "(cached) " >&6
f0a93313 2754else
2755 if test -n "$AR"; then
2756 ac_cv_prog_AR="$AR" # Let the user override the test.
2757else
a6089b1e 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=.
cd9a469c 2763 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 2765 ac_cv_prog_AR="${ac_tool_prefix}ar"
cd9a469c 2766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 2767 break 2
2768 fi
2769done
cd9a469c 2770 done
2771IFS=$as_save_IFS
a6089b1e 2772
f0a93313 2773fi
2774fi
a6089b1e 2775AR=$ac_cv_prog_AR
f0a93313 2776if test -n "$AR"; then
cd9a469c 2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
2778$as_echo "$AR" >&6; }
f0a93313 2779else
cd9a469c 2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2781$as_echo "no" >&6; }
a6089b1e 2782fi
2783
cd9a469c 2784
f0a93313 2785fi
a6089b1e 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
cd9a469c 2790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2791$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2792if ${ac_cv_prog_ac_ct_AR+:} false; then :
cd9a469c 2793 $as_echo_n "(cached) " >&6
a6089b1e 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=.
cd9a469c 2803 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 2805 ac_cv_prog_ac_ct_AR="ar"
cd9a469c 2806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 2807 break 2
2808 fi
2809done
cd9a469c 2810 done
2811IFS=$as_save_IFS
f0a93313 2812
a6089b1e 2813fi
2814fi
2815ac_ct_AR=$ac_cv_prog_ac_ct_AR
2816if test -n "$ac_ct_AR"; then
cd9a469c 2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
2818$as_echo "$ac_ct_AR" >&6; }
a6089b1e 2819else
cd9a469c 2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2821$as_echo "no" >&6; }
a6089b1e 2822fi
f0a93313 2823
cd9a469c 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
a6089b1e 2835else
2836 AR="$ac_cv_prog_AR"
2837fi
f0a93313 2838
a6089b1e 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.
f0a93313 2841set dummy ${ac_tool_prefix}ranlib; ac_word=$2
cd9a469c 2842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2843$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2844if ${ac_cv_prog_RANLIB+:} false; then :
cd9a469c 2845 $as_echo_n "(cached) " >&6
f0a93313 2846else
2847 if test -n "$RANLIB"; then
2848 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2849else
a6089b1e 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=.
cd9a469c 2855 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 2857 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
cd9a469c 2858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 2859 break 2
2860 fi
2861done
cd9a469c 2862 done
2863IFS=$as_save_IFS
a6089b1e 2864
f0a93313 2865fi
2866fi
a6089b1e 2867RANLIB=$ac_cv_prog_RANLIB
f0a93313 2868if test -n "$RANLIB"; then
cd9a469c 2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
2870$as_echo "$RANLIB" >&6; }
f0a93313 2871else
cd9a469c 2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2873$as_echo "no" >&6; }
f0a93313 2874fi
2875
cd9a469c 2876
a6089b1e 2877fi
f0a93313 2878if test -z "$ac_cv_prog_RANLIB"; then
a6089b1e 2879 ac_ct_RANLIB=$RANLIB
f0a93313 2880 # Extract the first word of "ranlib", so it can be a program name with args.
2881set dummy ranlib; ac_word=$2
cd9a469c 2882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2883$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2884if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
cd9a469c 2885 $as_echo_n "(cached) " >&6
f0a93313 2886else
a6089b1e 2887 if test -n "$ac_ct_RANLIB"; then
2888 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
f0a93313 2889else
a6089b1e 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=.
cd9a469c 2895 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 2897 ac_cv_prog_ac_ct_RANLIB="ranlib"
cd9a469c 2898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 2899 break 2
2900 fi
2901done
cd9a469c 2902 done
2903IFS=$as_save_IFS
a6089b1e 2904
f0a93313 2905fi
2906fi
a6089b1e 2907ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2908if test -n "$ac_ct_RANLIB"; then
cd9a469c 2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
2910$as_echo "$ac_ct_RANLIB" >&6; }
f0a93313 2911else
cd9a469c 2912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2913$as_echo "no" >&6; }
f0a93313 2914fi
2915
cd9a469c 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
f0a93313 2927else
a6089b1e 2928 RANLIB="$ac_cv_prog_RANLIB"
f0a93313 2929fi
2930
2931
b88bcfca 2932# Add --enable-multilib to configure.
2933# Default to --enable-multilib
cd9a469c 2934# Check whether --enable-multilib was given.
2935if test "${enable_multilib+set}" = set; then :
2936 enableval=$enable_multilib; case "$enableval" in
b88bcfca 2937 yes) multilib=yes ;;
2938 no) multilib=no ;;
f00f02a3 2939 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
b88bcfca 2940 esac
2941else
2942 multilib=yes
cd9a469c 2943fi
2944
b88bcfca 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
d86ceed1 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
6d93ad38 2982
a6089b1e 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
cd9a469c 2991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2993if ${ac_cv_prog_CC+:} false; then :
cd9a469c 2994 $as_echo_n "(cached) " >&6
a6089b1e 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=.
cd9a469c 3004 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 3006 ac_cv_prog_CC="${ac_tool_prefix}gcc"
cd9a469c 3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 3008 break 2
3009 fi
3010done
cd9a469c 3011 done
3012IFS=$as_save_IFS
a6089b1e 3013
3014fi
3015fi
3016CC=$ac_cv_prog_CC
3017if test -n "$CC"; then
cd9a469c 3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019$as_echo "$CC" >&6; }
a6089b1e 3020else
cd9a469c 3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022$as_echo "no" >&6; }
a6089b1e 3023fi
3024
cd9a469c 3025
a6089b1e 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.
f0a93313 3030set dummy gcc; ac_word=$2
cd9a469c 3031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3033if ${ac_cv_prog_ac_ct_CC+:} false; then :
cd9a469c 3034 $as_echo_n "(cached) " >&6
a6089b1e 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=.
cd9a469c 3044 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 3046 ac_cv_prog_ac_ct_CC="gcc"
cd9a469c 3047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 3048 break 2
3049 fi
3050done
cd9a469c 3051 done
3052IFS=$as_save_IFS
a6089b1e 3053
3054fi
3055fi
3056ac_ct_CC=$ac_cv_prog_ac_ct_CC
3057if test -n "$ac_ct_CC"; then
cd9a469c 3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3059$as_echo "$ac_ct_CC" >&6; }
a6089b1e 3060else
cd9a469c 3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3062$as_echo "no" >&6; }
a6089b1e 3063fi
3064
cd9a469c 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
a6089b1e 3076else
3077 CC="$ac_cv_prog_CC"
3078fi
3079
3080if test -z "$CC"; then
cd9a469c 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.
a6089b1e 3083set dummy ${ac_tool_prefix}cc; ac_word=$2
cd9a469c 3084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3085$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3086if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3087 $as_echo_n "(cached) " >&6
f0a93313 3088else
3089 if test -n "$CC"; then
3090 ac_cv_prog_CC="$CC" # Let the user override the test.
3091else
a6089b1e 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=.
cd9a469c 3097 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 3099 ac_cv_prog_CC="${ac_tool_prefix}cc"
cd9a469c 3100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 3101 break 2
3102 fi
3103done
cd9a469c 3104 done
3105IFS=$as_save_IFS
a6089b1e 3106
f0a93313 3107fi
3108fi
a6089b1e 3109CC=$ac_cv_prog_CC
f0a93313 3110if test -n "$CC"; then
cd9a469c 3111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3112$as_echo "$CC" >&6; }
f0a93313 3113else
cd9a469c 3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3115$as_echo "no" >&6; }
f0a93313 3116fi
3117
a6089b1e 3118
cd9a469c 3119 fi
a6089b1e 3120fi
f0a93313 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
cd9a469c 3124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3125$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3126if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3127 $as_echo_n "(cached) " >&6
f0a93313 3128else
3129 if test -n "$CC"; then
3130 ac_cv_prog_CC="$CC" # Let the user override the test.
3131else
f0a93313 3132 ac_prog_rejected=no
a6089b1e 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=.
cd9a469c 3138 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 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"
cd9a469c 3145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 3146 break 2
3147 fi
3148done
cd9a469c 3149 done
3150IFS=$as_save_IFS
a6089b1e 3151
f0a93313 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
a6089b1e 3156 if test $# != 0; then
f0a93313 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
a6089b1e 3161 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
f0a93313 3162 fi
3163fi
3164fi
3165fi
a6089b1e 3166CC=$ac_cv_prog_CC
f0a93313 3167if test -n "$CC"; then
cd9a469c 3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3169$as_echo "$CC" >&6; }
f0a93313 3170else
cd9a469c 3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3172$as_echo "no" >&6; }
f0a93313 3173fi
3174
cd9a469c 3175
f0a93313 3176fi
a6089b1e 3177if test -z "$CC"; then
3178 if test -n "$ac_tool_prefix"; then
cd9a469c 3179 for ac_prog in cl.exe
a6089b1e 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
cd9a469c 3183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3184$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3185if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3186 $as_echo_n "(cached) " >&6
f0a93313 3187else
a6089b1e 3188 if test -n "$CC"; then
3189 ac_cv_prog_CC="$CC" # Let the user override the test.
f0a93313 3190else
a6089b1e 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=.
cd9a469c 3196 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 3198 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
cd9a469c 3199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 3200 break 2
3201 fi
3202done
cd9a469c 3203 done
3204IFS=$as_save_IFS
a6089b1e 3205
f0a93313 3206fi
3207fi
a6089b1e 3208CC=$ac_cv_prog_CC
3209if test -n "$CC"; then
cd9a469c 3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3211$as_echo "$CC" >&6; }
f0a93313 3212else
cd9a469c 3213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3214$as_echo "no" >&6; }
f0a93313 3215fi
f0a93313 3216
cd9a469c 3217
a6089b1e 3218 test -n "$CC" && break
3219 done
f0a93313 3220fi
a6089b1e 3221if test -z "$CC"; then
3222 ac_ct_CC=$CC
cd9a469c 3223 for ac_prog in cl.exe
a6089b1e 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
cd9a469c 3227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3229if ${ac_cv_prog_ac_ct_CC+:} false; then :
cd9a469c 3230 $as_echo_n "(cached) " >&6
a6089b1e 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=.
cd9a469c 3240 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
a6089b1e 3242 ac_cv_prog_ac_ct_CC="$ac_prog"
cd9a469c 3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a6089b1e 3244 break 2
f0a93313 3245 fi
a6089b1e 3246done
cd9a469c 3247 done
3248IFS=$as_save_IFS
a6089b1e 3249
3250fi
3251fi
3252ac_ct_CC=$ac_cv_prog_ac_ct_CC
3253if test -n "$ac_ct_CC"; then
cd9a469c 3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3255$as_echo "$ac_ct_CC" >&6; }
f0a93313 3256else
cd9a469c 3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258$as_echo "no" >&6; }
f0a93313 3259fi
3260
cd9a469c 3261
a6089b1e 3262 test -n "$ac_ct_CC" && break
3263done
f0a93313 3264
cd9a469c 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
a6089b1e 3276fi
3277
3278fi
3279
3280
cd9a469c 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;}
f00f02a3 3283as_fn_error $? "no acceptable C compiler found in \$PATH
3284See \`config.log' for more details" "$LINENO" 5; }
a6089b1e 3285
3286# Provide some information about the compiler.
cd9a469c 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
a6089b1e 3299 ac_status=$?
cd9a469c 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
cd9a469c 3305 fi
f00f02a3 3306 rm -f conftest.er1 conftest.err
cd9a469c 3307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3308 test $ac_status = 0; }
3309done
a6089b1e 3310
cd9a469c 3311cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 3312/* end confdefs.h. */
ec255163 3313
a6089b1e 3314int
3315main ()
3316{
3317
3318 ;
3319 return 0;
3320}
3321_ACEOF
3322# FIXME: Cleanup?
cd9a469c 3323if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
a6089b1e 3324 (eval $ac_link) 2>&5
3325 ac_status=$?
cd9a469c 3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; then :
a6089b1e 3328 gcc_no_link=no
3329else
3330 gcc_no_link=yes
3331fi
a6089b1e 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
cd9a469c 3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 3340/* end confdefs.h. */
3341
3342int
3343main ()
3344{
3345
3346 ;
3347 return 0;
3348}
3349_ACEOF
3350ac_clean_files_save=$ac_clean_files
f00f02a3 3351ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
a6089b1e 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.
f00f02a3 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; }
cd9a469c 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 ''
a6089b1e 3389do
3390 test -f "$ac_file" || continue
3391 case $ac_file in
cd9a469c 3392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
ac09b42b 3393 ;;
a6089b1e 3394 [ab].out )
ac09b42b 3395 # We found the default executable, but exeext='' is most
3396 # certainly right.
3397 break;;
a6089b1e 3398 *.* )
cd9a469c 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.
ac09b42b 3408 break;;
a6089b1e 3409 * )
ac09b42b 3410 break;;
a6089b1e 3411 esac
3412done
cd9a469c 3413test "$ac_cv_exeext" = no && ac_cv_exeext=
3414
b2835908 3415else
cd9a469c 3416 ac_file=''
3417fi
cd9a469c 3418if test -z "$ac_file"; then :
f00f02a3 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
a6089b1e 3422sed 's/^/| /' conftest.$ac_ext >&5
3423
cd9a469c 3424{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 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; }
a6089b1e 3431fi
f00f02a3 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; }
a6089b1e 3436ac_exeext=$ac_cv_exeext
a6089b1e 3437
f00f02a3 3438rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
a6089b1e 3439ac_clean_files=$ac_clean_files_save
cd9a469c 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
a6089b1e 3450 ac_status=$?
cd9a469c 3451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3452 test $ac_status = 0; }; then :
a6089b1e 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
cd9a469c 3460 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
a6089b1e 3461 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ac09b42b 3462 break;;
a6089b1e 3463 * ) break;;
3464 esac
3465done
b2835908 3466else
cd9a469c 3467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3468$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 3469as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3470See \`config.log' for more details" "$LINENO" 5; }
b2835908 3471fi
f00f02a3 3472rm -f conftest conftest$ac_cv_exeext
cd9a469c 3473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3474$as_echo "$ac_cv_exeext" >&6; }
a6089b1e 3475
3476rm -f conftest.$ac_ext
3477EXEEXT=$ac_cv_exeext
3478ac_exeext=$EXEEXT
f00f02a3 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
b2835908 3538fi
cd9a469c 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; }
f00f02a3 3541if ${ac_cv_objext+:} false; then :
cd9a469c 3542 $as_echo_n "(cached) " >&6
b2835908 3543else
cd9a469c 3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 3545/* end confdefs.h. */
b2835908 3546
a6089b1e 3547int
3548main ()
3549{
b2835908 3550
a6089b1e 3551 ;
3552 return 0;
3553}
3554_ACEOF
3555rm -f conftest.o conftest.obj
cd9a469c 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;
a6089b1e 3569 case $ac_file in
cd9a469c 3570 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
a6089b1e 3571 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3572 break;;
3573 esac
3574done
b2835908 3575else
cd9a469c 3576 $as_echo "$as_me: failed program was:" >&5
a6089b1e 3577sed 's/^/| /' conftest.$ac_ext >&5
3578
cd9a469c 3579{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3580$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 3581as_fn_error $? "cannot compute suffix of object files: cannot compile
3582See \`config.log' for more details" "$LINENO" 5; }
a6089b1e 3583fi
a6089b1e 3584rm -f conftest.$ac_cv_objext conftest.$ac_ext
b2835908 3585fi
cd9a469c 3586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3587$as_echo "$ac_cv_objext" >&6; }
a6089b1e 3588OBJEXT=$ac_cv_objext
3589ac_objext=$OBJEXT
cd9a469c 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; }
f00f02a3 3592if ${ac_cv_c_compiler_gnu+:} false; then :
cd9a469c 3593 $as_echo_n "(cached) " >&6
a6089b1e 3594else
cd9a469c 3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 3596/* end confdefs.h. */
3597
3598int
3599main ()
3600{
3601#ifndef __GNUC__
3602 choke me
3603#endif
b2835908 3604
a6089b1e 3605 ;
3606 return 0;
3607}
3608_ACEOF
cd9a469c 3609if ac_fn_c_try_compile "$LINENO"; then :
a6089b1e 3610 ac_compiler_gnu=yes
3611else
cd9a469c 3612 ac_compiler_gnu=no
a6089b1e 3613fi
cd9a469c 3614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a6089b1e 3615ac_cv_c_compiler_gnu=$ac_compiler_gnu
3616
3617fi
cd9a469c 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
a6089b1e 3625ac_test_CFLAGS=${CFLAGS+set}
3626ac_save_CFLAGS=$CFLAGS
cd9a469c 3627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3628$as_echo_n "checking whether $CC accepts -g... " >&6; }
f00f02a3 3629if ${ac_cv_prog_cc_g+:} false; then :
cd9a469c 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
a6089b1e 3637/* end confdefs.h. */
b2835908 3638
a6089b1e 3639int
3640main ()
3641{
b2835908 3642
a6089b1e 3643 ;
3644 return 0;
3645}
3646_ACEOF
cd9a469c 3647if ac_fn_c_try_compile "$LINENO"; then :
a6089b1e 3648 ac_cv_prog_cc_g=yes
3649else
cd9a469c 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{
f0a93313 3673
cd9a469c 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
a6089b1e 3682fi
cd9a469c 3683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a6089b1e 3684fi
cd9a469c 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; }
a6089b1e 3690if test "$ac_test_CFLAGS" = set; then
3691 CFLAGS=$ac_save_CFLAGS
3692elif test $ac_cv_prog_cc_g = yes; then
f0a93313 3693 if test "$GCC" = yes; then
a6089b1e 3694 CFLAGS="-g -O2"
f0a93313 3695 else
a6089b1e 3696 CFLAGS="-g"
f0a93313 3697 fi
3698else
a6089b1e 3699 if test "$GCC" = yes; then
3700 CFLAGS="-O2"
3701 else
3702 CFLAGS=
3703 fi
f0a93313 3704fi
cd9a469c 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; }
f00f02a3 3707if ${ac_cv_prog_cc_c89+:} false; then :
cd9a469c 3708 $as_echo_n "(cached) " >&6
a6089b1e 3709else
cd9a469c 3710 ac_cv_prog_cc_c89=no
a6089b1e 3711ac_save_CC=$CC
cd9a469c 3712cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 3713/* end confdefs.h. */
3714#include <stdarg.h>
3715#include <stdio.h>
f00f02a3 3716struct stat;
a6089b1e 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];
ec255163 3725}
a6089b1e 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;
ec255163 3734}
ac09b42b 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
cd9a469c 3739 as 'x'. The following induces an error, until -std is added to get
ac09b42b 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
cd9a469c 3742 that's true only with -std. */
ac09b42b 3743int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3744
cd9a469c 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
a6089b1e 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;
ec255163 3762}
a6089b1e 3763_ACEOF
cd9a469c 3764for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3765 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
a6089b1e 3766do
3767 CC="$ac_save_CC $ac_arg"
cd9a469c 3768 if ac_fn_c_try_compile "$LINENO"; then :
3769 ac_cv_prog_cc_c89=$ac_arg
a6089b1e 3770fi
cd9a469c 3771rm -f core conftest.err conftest.$ac_objext
3772 test "x$ac_cv_prog_cc_c89" != "xno" && break
a6089b1e 3773done
cd9a469c 3774rm -f conftest.$ac_ext
a6089b1e 3775CC=$ac_save_CC
3776
3777fi
cd9a469c 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; } ;;
a6089b1e 3786 *)
cd9a469c 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; } ;;
a6089b1e 3790esac
cd9a469c 3791if test "x$ac_cv_prog_cc_c89" != xno; then :
a6089b1e 3792
a6089b1e 3793fi
3794
a6089b1e 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
0a8f1add 3801
19ecc7c1 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=
cd9a469c 3812fi
19ecc7c1 3813if test -z "$CPP"; then
f00f02a3 3814 if ${ac_cv_prog_CPP+:} false; then :
cd9a469c 3815 $as_echo_n "(cached) " >&6
0a8f1add 3816else
19ecc7c1 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
0a8f1add 3830/* end confdefs.h. */
19ecc7c1 3831#ifdef __STDC__
3832# include <limits.h>
3833#else
3834# include <assert.h>
3835#endif
3836 Syntax error
0a8f1add 3837_ACEOF
19ecc7c1 3838if ac_fn_c_try_cpp "$LINENO"; then :
3839
3840else
3841 # Broken: fails on valid input.
3842continue
0a8f1add 3843fi
f00f02a3 3844rm -f conftest.err conftest.i conftest.$ac_ext
19ecc7c1 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
0a8f1add 3859fi
f00f02a3 3860rm -f conftest.err conftest.i conftest.$ac_ext
19ecc7c1 3861
3862done
3863# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
f00f02a3 3864rm -f conftest.i conftest.err conftest.$ac_ext
19ecc7c1 3865if $ac_preproc_ok; then :
3866 break
0a8f1add 3867fi
0a8f1add 3868
19ecc7c1 3869 done
3870 ac_cv_prog_CPP=$CPP
3871
3872fi
3873 CPP=$ac_cv_prog_CPP
0a8f1add 3874else
19ecc7c1 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.
cd9a469c 3888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0a8f1add 3889/* end confdefs.h. */
19ecc7c1 3890#ifdef __STDC__
3891# include <limits.h>
3892#else
3893# include <assert.h>
3894#endif
3895 Syntax error
0a8f1add 3896_ACEOF
19ecc7c1 3897if ac_fn_c_try_cpp "$LINENO"; then :
3898
3899else
3900 # Broken: fails on valid input.
3901continue
0a8f1add 3902fi
f00f02a3 3903rm -f conftest.err conftest.i conftest.$ac_ext
19ecc7c1 3904
3905 # OK, works on sane cases. Now check whether nonexistent headers
3906 # can be detected and how.
cd9a469c 3907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0a8f1add 3908/* end confdefs.h. */
19ecc7c1 3909#include <ac_nonexistent.h>
90305aaf 3910_ACEOF
cd9a469c 3911if ac_fn_c_try_cpp "$LINENO"; then :
90305aaf 3912 # Broken: success on invalid input.
3913continue
3914else
90305aaf 3915 # Passes both tests.
3916ac_preproc_ok=:
3917break
3918fi
f00f02a3 3919rm -f conftest.err conftest.i conftest.$ac_ext
90305aaf 3920
3921done
3922# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
f00f02a3 3923rm -f conftest.i conftest.err conftest.$ac_ext
cd9a469c 3924if $ac_preproc_ok; then :
3925
90305aaf 3926else
cd9a469c 3927 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3928$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 3929as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3930See \`config.log' for more details" "$LINENO" 5; }
90305aaf 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
19ecc7c1 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; }
f00f02a3 3942if ${ac_cv_path_GREP+:} false; then :
cd9a469c 3943 $as_echo_n "(cached) " >&6
ecefb1e5 3944else
19ecc7c1 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"
f00f02a3 3956 as_fn_executable_p "$ac_path_GREP" || continue
19ecc7c1 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
f00f02a3 3991 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
19ecc7c1 3992 fi
f07d7f0f 3993else
19ecc7c1 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; }
f00f02a3 4005if ${ac_cv_path_EGREP+:} false; then :
19ecc7c1 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"
f00f02a3 4022 as_fn_executable_p "$ac_path_EGREP" || continue
19ecc7c1 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
f00f02a3 4057 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
19ecc7c1 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; }
f00f02a3 4072if ${ac_cv_header_stdc+:} false; then :
19ecc7c1 4073 $as_echo_n "(cached) " >&6
4074else
4075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f07d7f0f 4076/* end confdefs.h. */
19ecc7c1 4077#include <stdlib.h>
4078#include <stdarg.h>
4079#include <string.h>
4080#include <float.h>
f07d7f0f 4081
4082int
4083main ()
4084{
4085
4086 ;
4087 return 0;
4088}
4089_ACEOF
cd9a469c 4090if ac_fn_c_try_compile "$LINENO"; then :
19ecc7c1 4091 ac_cv_header_stdc=yes
f07d7f0f 4092else
19ecc7c1 4093 ac_cv_header_stdc=no
f07d7f0f 4094fi
cd9a469c 4095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19ecc7c1 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
f07d7f0f 4109fi
19ecc7c1 4110rm -f conftest*
f07d7f0f 4111
f07d7f0f 4112fi
4113
19ecc7c1 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 :
f07d7f0f 4123
a1ba1d98 4124else
19ecc7c1 4125 ac_cv_header_stdc=no
a1ba1d98 4126fi
19ecc7c1 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 :
a1ba1d98 4135else
cd9a469c 4136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a1ba1d98 4137/* end confdefs.h. */
19ecc7c1 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
a1ba1d98 4150
19ecc7c1 4151#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
a1ba1d98 4152int
4153main ()
4154{
19ecc7c1 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;
a1ba1d98 4160 return 0;
4161}
4162_ACEOF
19ecc7c1 4163if ac_fn_c_try_run "$LINENO"; then :
4164
a1ba1d98 4165else
19ecc7c1 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
a1ba1d98 4170fi
a1ba1d98 4171
4172fi
19ecc7c1 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
a1ba1d98 4177
19ecc7c1 4178$as_echo "#define STDC_HEADERS 1" >>confdefs.h
a1ba1d98 4179
4180fi
4181
19ecc7c1 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"
f00f02a3 4189if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19ecc7c1 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"
f00f02a3 4201if test "x$ac_cv_header_minix_config_h" = xyes; then :
19ecc7c1 4202 MINIX=yes
a1ba1d98 4203else
19ecc7c1 4204 MINIX=
a1ba1d98 4205fi
4206
4207
19ecc7c1 4208 if test "$MINIX" = yes; then
a1ba1d98 4209
19ecc7c1 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; }
f00f02a3 4223if ${ac_cv_safe_to_define___extensions__+:} false; then :
cd9a469c 4224 $as_echo_n "(cached) " >&6
0bc5435c 4225else
cd9a469c 4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdf7ca85 4227/* end confdefs.h. */
4228
f00f02a3 4229# define __EXTENSIONS__ 1
4230 $ac_includes_default
fdf7ca85 4231int
4232main ()
4233{
fdf7ca85 4234
4235 ;
4236 return 0;
4237}
4238_ACEOF
cd9a469c 4239if ac_fn_c_try_compile "$LINENO"; then :
19ecc7c1 4240 ac_cv_safe_to_define___extensions__=yes
0bc5435c 4241else
19ecc7c1 4242 ac_cv_safe_to_define___extensions__=no
0bc5435c 4243fi
cd9a469c 4244rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0bc5435c 4245fi
19ecc7c1 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
fdf7ca85 4259
0bc5435c 4260
19ecc7c1 4261# Check whether --enable-largefile was given.
4262if test "${enable_largefile+set}" = set; then :
4263 enableval=$enable_largefile;
0bc5435c 4264fi
fdf7ca85 4265
19ecc7c1 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; }
f00f02a3 4270if ${ac_cv_sys_largefile_CC+:} false; then :
cd9a469c 4271 $as_echo_n "(cached) " >&6
0bc5435c 4272else
19ecc7c1 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; }
f00f02a3 4321if ${ac_cv_sys_file_offset_bits+:} false; then :
19ecc7c1 4322 $as_echo_n "(cached) " >&6
4323else
4324 while :; do
cd9a469c 4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdf7ca85 4326/* end confdefs.h. */
19ecc7c1 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{
a6089b1e 4339
19ecc7c1 4340 ;
4341 return 0;
4342}
fdf7ca85 4343_ACEOF
cd9a469c 4344if ac_fn_c_try_compile "$LINENO"; then :
19ecc7c1 4345 ac_cv_sys_file_offset_bits=no; break
0bc5435c 4346fi
cd9a469c 4347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19ecc7c1 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{
fdf7ca85 4363
19ecc7c1 4364 ;
4365 return 0;
4366}
4367_ACEOF
4368if ac_fn_c_try_compile "$LINENO"; then :
4369 ac_cv_sys_file_offset_bits=64; break
0bc5435c 4370fi
19ecc7c1 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
fdf7ca85 4383_ACEOF
19ecc7c1 4384;;
fdf7ca85 4385esac
19ecc7c1 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; }
f00f02a3 4390if ${ac_cv_sys_large_files+:} false; then :
19ecc7c1 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{
0bc5435c 4408
19ecc7c1 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{
cd9a469c 4432
19ecc7c1 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
f00f02a3 4457
4458
19ecc7c1 4459fi
4460
4461
4462ac_c_preproc_warn_flag=yes
4463
55b8da6f 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
19ecc7c1 4470ac_libiberty_warn_cflags=
4471save_CFLAGS="$CFLAGS"
4472for real_option in -W -Wall -Wwrite-strings -Wc++-compat \
b11bc8f7 4473 -Wstrict-prototypes \
4474 -Wshadow=local; do
19ecc7c1 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; }
f00f02a3 4485if eval \${$as_acx_Woption+:} false; then :
cd9a469c 4486 $as_echo_n "(cached) " >&6
0bc5435c 4487else
19ecc7c1 4488 CFLAGS="$option"
4489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4490/* end confdefs.h. */
cd9a469c 4491
19ecc7c1 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
cd9a469c 4514 done
19ecc7c1 4515CFLAGS="$save_CFLAGS"
55b8da6f 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
19ecc7c1 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; }
f00f02a3 4534if ${acx_cv_prog_cc_pedantic_+:} false; then :
19ecc7c1 4535 $as_echo_n "(cached) " >&6
cd9a469c 4536else
19ecc7c1 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 "
cd9a469c 4562fi
4563
4564fi
55b8da6f 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
cd9a469c 4571
4572
19ecc7c1 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]/_/'`
f00f02a3 4582if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
cd9a469c 4583 $as_echo_n "(cached) " >&6
4584else
19ecc7c1 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;;
cd9a469c 4629esac
19ecc7c1 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
cd9a469c 4666 fi
4667else
19ecc7c1 4668 eval ac_cv_prog_cc_${ac_cc}_c_o=no
cd9a469c 4669fi
19ecc7c1 4670rm -f core conftest*
cd9a469c 4671
cd9a469c 4672fi
19ecc7c1 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
cd9a469c 4681
19ecc7c1 4682fi
cd9a469c 4683
19ecc7c1 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; }
f00f02a3 4695if ${ac_cv_c_const+:} false; then :
cd9a469c 4696 $as_echo_n "(cached) " >&6
4697else
4698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdf7ca85 4699/* end confdefs.h. */
1aa028ef 4700
fdf7ca85 4701int
4702main ()
4703{
f00f02a3 4704
19ecc7c1 4705#ifndef __cplusplus
f00f02a3 4706 /* Ultrix mips cc rejects this sort of thing. */
19ecc7c1 4707 typedef int charset[2];
f00f02a3 4708 const charset cs = { 0, 0 };
19ecc7c1 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;
f00f02a3 4725 { /* SCO 3.2v4 cc rejects this sort of thing. */
4726 char tx;
4727 char *t = &tx;
19ecc7c1 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 }
f00f02a3 4743 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
19ecc7c1 4744 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
f00f02a3 4745 struct s { int j; const int *ap[3]; } bx;
4746 struct s *b = &bx; b->j = 5;
19ecc7c1 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
1aa028ef 4754
fdf7ca85 4755 ;
4756 return 0;
4757}
4758_ACEOF
cd9a469c 4759if ac_fn_c_try_compile "$LINENO"; then :
19ecc7c1 4760 ac_cv_c_const=yes
cd9a469c 4761else
19ecc7c1 4762 ac_cv_c_const=no
cd9a469c 4763fi
4764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cd9a469c 4765fi
19ecc7c1 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
cd9a469c 4769
19ecc7c1 4770$as_echo "#define const /**/" >>confdefs.h
cd9a469c 4771
4772fi
4773
19ecc7c1 4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
4775$as_echo_n "checking for inline... " >&6; }
f00f02a3 4776if ${ac_cv_c_inline+:} false; then :
19ecc7c1 4777 $as_echo_n "(cached) " >&6
cd9a469c 4778else
19ecc7c1 4779 ac_cv_c_inline=no
4780for ac_kw in inline __inline__ __inline; do
cd9a469c 4781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4782/* end confdefs.h. */
19ecc7c1 4783#ifndef __cplusplus
4784typedef int foo_t;
4785static $ac_kw foo_t static_foo () {return 0; }
4786$ac_kw foo_t foo () {return 0; }
a1ba1d98 4787#endif
1aa028ef 4788
a6089b1e 4789_ACEOF
19ecc7c1 4790if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_cv_c_inline=$ac_kw
cd9a469c 4792fi
19ecc7c1 4793rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794 test "$ac_cv_c_inline" != no && break
4795done
cd9a469c 4796
4797fi
19ecc7c1 4798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
4799$as_echo "$ac_cv_c_inline" >&6; }
cd9a469c 4800
19ecc7c1 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
cd9a469c 4812_ACEOF
19ecc7c1 4813 ;;
4814esac
cd9a469c 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; }
f00f02a3 4818if ${ac_cv_c_bigendian+:} false; then :
cd9a469c 4819 $as_echo_n "(cached) " >&6
4820else
1aa028ef 4821 ac_cv_c_bigendian=unknown
cd9a469c 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}
1aa028ef 4875_ACEOF
cd9a469c 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
1aa028ef 4879/* end confdefs.h. */
cd9a469c 4880#include <sys/types.h>
4881 #include <sys/param.h>
4882
1aa028ef 4883int
4884main ()
4885{
cd9a469c 4886#if BYTE_ORDER != BIG_ENDIAN
4887 not big endian
4888 #endif
4889
1aa028ef 4890 ;
4891 return 0;
4892}
4893_ACEOF
cd9a469c 4894if ac_fn_c_try_compile "$LINENO"; then :
1aa028ef 4895 ac_cv_c_bigendian=yes
cd9a469c 4896else
4897 ac_cv_c_bigendian=no
1aa028ef 4898fi
cd9a469c 4899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1aa028ef 4900fi
cd9a469c 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>
1aa028ef 4908
cd9a469c 4909int
4910main ()
4911{
4912#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
4913 bogus endian macros
4914 #endif
4915
4916 ;
4917 return 0;
4918}
a1ba1d98 4919_ACEOF
cd9a469c 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
a1ba1d98 4923/* end confdefs.h. */
cd9a469c 4924#include <limits.h>
4925
1aa028ef 4926int
4927main ()
4928{
cd9a469c 4929#ifndef _BIG_ENDIAN
4930 not big endian
4931 #endif
4932
4933 ;
4934 return 0;
a1ba1d98 4935}
a6089b1e 4936_ACEOF
cd9a469c 4937if ac_fn_c_try_compile "$LINENO"; then :
4938 ac_cv_c_bigendian=yes
a1ba1d98 4939else
cd9a469c 4940 ac_cv_c_bigendian=no
b3552be1 4941fi
cd9a469c 4942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a1ba1d98 4943fi
cd9a469c 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
a1ba1d98 5015fi
cd9a469c 5016rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5017 conftest.$ac_objext conftest.beam conftest.$ac_ext
a1ba1d98 5018fi
a6089b1e 5019
cd9a469c 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 *)
f00f02a3 5036 as_fn_error $? "unknown endianness
cd9a469c 5037 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
5038 esac
b3552be1 5039
f0a93313 5040
5041
5042
cd9a469c 5043ac_config_headers="$ac_config_headers config.h:config.in"
f0a93313 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
a6089b1e 5054# AmigaOS /C/install, which installs bootblocks on floppy discs
f0a93313 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"
ac09b42b 5058# OS/2's system install, which has a completely different semantic
f0a93313 5059# ./install, which can be erroneously created by make from ./install.sh.
cd9a469c 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; }
f0a93313 5063if test -z "$INSTALL"; then
f00f02a3 5064if ${ac_cv_path_install+:} false; then :
cd9a469c 5065 $as_echo_n "(cached) " >&6
a6089b1e 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=.
cd9a469c 5072 # Account for people who put trailing slashes in PATH elements.
5073case $as_dir/ in #((
5074 ./ | .// | /[cC]/* | \
a6089b1e 5075 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
cd9a469c 5076 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
a6089b1e 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
f00f02a3 5084 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
ac09b42b 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
cd9a469c 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
ac09b42b 5106 fi
5107 fi
f0a93313 5108 done
a6089b1e 5109 done
5110 ;;
5111esac
a6089b1e 5112
cd9a469c 5113 done
5114IFS=$as_save_IFS
5115
5116rm -rf conftest.one conftest.two conftest.dir
f0a93313 5117
5118fi
5119 if test "${ac_cv_path_install+set}" = set; then
a6089b1e 5120 INSTALL=$ac_cv_path_install
f0a93313 5121 else
cd9a469c 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
f0a93313 5124 # break other packages using the cache if that directory is
cd9a469c 5125 # removed, or if the value is a relative name.
a6089b1e 5126 INSTALL=$ac_install_sh
f0a93313 5127 fi
5128fi
cd9a469c 5129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5130$as_echo "$INSTALL" >&6; }
f0a93313 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
a6089b1e 5136test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
301e59c9 5137
f0a93313 5138test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5139
5140
e744e148 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
05f405cd 5158 frag=${libiberty_topdir}/libiberty/config/$frag
e744e148 5159fi
5160
d89b8910 5161
5162
5163
5164
5165case "${host}" in
5166 # PIC is the default on some targets or must not be used.
5167 *-*-darwin*)
fb5ccd6d 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
cb7a0f1d 5173 # libs.
fb5ccd6d 5174 *-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
5175 *) PICFLAG=-fno-common ;;
5176 esac
d89b8910 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 ;;
919a02c0 5184 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
5185 ;;
5186 i[34567]86-*-mingw* | x86_64-*-mingw*)
d89b8910 5187 ;;
70e4dc27 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 ;;
d89b8910 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 ;;
d89b8910 5217 # FIXME: Override -fPIC default in libgcc only?
5218 sh-*-linux* | sh[2346lbe]*-*-linux*)
5219 PICFLAG=-fpic
5220 ;;
5221 # FIXME: Simplify to sh*-*-netbsd*?
cb7a0f1d 5222 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
5223 sh64-*-netbsd* | sh64l*-*-netbsd*)
d89b8910 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
e744e148 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
2bd17377 5250
5251# ...unless --enable-host-shared was passed from top-level config:
5252if [ "${enable_host_shared}" = "yes" ]; then
5253 shared=yes
5254fi
5255
d89b8910 5256if [ "${shared}" != "yes" ]; then
5257 PICFLAG=
e744e148 5258fi
5259
05f405cd 5260
f945635a 5261NOASANFLAG=
5262case " ${CFLAGS} " in
5263 *\ -fsanitize=address\ *) NOASANFLAG=-fno-sanitize=address ;;
5264esac
5265
5266
e744e148 5267echo "# Warning: this fragment is automatically generated" > temp-frag
5268
05f405cd 5269if [ -n "${frag}" ] && [ -f "${frag}" ]; then
5270 echo "Appending ${frag} to xhost-mkfrag"
5271 echo "# Following fragment copied from ${frag}" >> temp-frag
5272 cat ${frag} >> temp-frag
5273fi
e744e148 5274
5275# record if we want to build shared libs.
5276if [ "${shared}" = "yes" ]; then
5277 echo enable_shared = yes >> temp-frag
5278else
5279 echo enable_shared = no >> temp-frag
5280fi
5281
5282frag=xhost-mkfrag
5283${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
5284
f0a93313 5285host_makefile_frag=${frag}
5286
5287
5288# It's OK to check for header files. Although the compiler may not be
5289# able to link anything, it had better be able to at least compile
5290# something.
d0820ac0 5291for 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
cd9a469c 5292do :
5293 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"
f00f02a3 5295if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
a6089b1e 5296 cat >>confdefs.h <<_ACEOF
cd9a469c 5297#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
a6089b1e 5298_ACEOF
5299
5300fi
a6089b1e 5301done
5302
cd9a469c 5303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
5304$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
f00f02a3 5305if ${ac_cv_header_sys_wait_h+:} false; then :
cd9a469c 5306 $as_echo_n "(cached) " >&6
a6089b1e 5307else
cd9a469c 5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 5309/* end confdefs.h. */
7b190504 5310#include <sys/types.h>
a6089b1e 5311#include <sys/wait.h>
5312#ifndef WEXITSTATUS
cd9a469c 5313# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
b6477ce7 5314#endif
a6089b1e 5315#ifndef WIFEXITED
5316# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
5317#endif
5318
5319int
5320main ()
5321{
5322 int s;
5323 wait (&s);
5324 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
5325 ;
5326 return 0;
5327}
5328_ACEOF
cd9a469c 5329if ac_fn_c_try_compile "$LINENO"; then :
a6089b1e 5330 ac_cv_header_sys_wait_h=yes
7b190504 5331else
cd9a469c 5332 ac_cv_header_sys_wait_h=no
7b190504 5333fi
cd9a469c 5334rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a6089b1e 5335fi
cd9a469c 5336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
5337$as_echo "$ac_cv_header_sys_wait_h" >&6; }
a6089b1e 5338if test $ac_cv_header_sys_wait_h = yes; then
5339
cd9a469c 5340$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
90305aaf 5341
5342fi
5343
cd9a469c 5344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
5345$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
f00f02a3 5346if ${ac_cv_header_time+:} false; then :
cd9a469c 5347 $as_echo_n "(cached) " >&6
90305aaf 5348else
cd9a469c 5349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90305aaf 5350/* end confdefs.h. */
5351#include <sys/types.h>
5352#include <sys/time.h>
5353#include <time.h>
5354
5355int
5356main ()
5357{
5358if ((struct tm *) 0)
5359return 0;
5360 ;
5361 return 0;
5362}
5363_ACEOF
cd9a469c 5364if ac_fn_c_try_compile "$LINENO"; then :
90305aaf 5365 ac_cv_header_time=yes
5366else
cd9a469c 5367 ac_cv_header_time=no
90305aaf 5368fi
cd9a469c 5369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90305aaf 5370fi
cd9a469c 5371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
5372$as_echo "$ac_cv_header_time" >&6; }
90305aaf 5373if test $ac_cv_header_time = yes; then
5374
cd9a469c 5375$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
90305aaf 5376
5377fi
5378
5379
70e4dc27 5380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether errno must be declared" >&5
5381$as_echo_n "checking whether errno must be declared... " >&6; }
f00f02a3 5382if ${libiberty_cv_declare_errno+:} false; then :
70e4dc27 5383 $as_echo_n "(cached) " >&6
5384else
5385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5386/* end confdefs.h. */
5387#include <errno.h>
5388int
5389main ()
5390{
5391int x = errno;
5392 ;
5393 return 0;
5394}
5395_ACEOF
5396if ac_fn_c_try_compile "$LINENO"; then :
5397 libiberty_cv_declare_errno=no
5398else
5399 libiberty_cv_declare_errno=yes
5400fi
5401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5402fi
5403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libiberty_cv_declare_errno" >&5
5404$as_echo "$libiberty_cv_declare_errno" >&6; }
5405if test $libiberty_cv_declare_errno = yes
5406then
5407$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
5408
5409fi
5410
90305aaf 5411
5e1a5aba 5412# Determine sizes of some types.
cd9a469c 5413# The cast to long int works around a bug in the HP C Compiler
5414# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5415# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5416# This bug is HP SR number 8606223364.
5417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
5418$as_echo_n "checking size of int... " >&6; }
f00f02a3 5419if ${ac_cv_sizeof_int+:} false; then :
cd9a469c 5420 $as_echo_n "(cached) " >&6
5421else
5422 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
5423
5424else
5425 if test "$ac_cv_type_int" = yes; then
5426 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5427$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 5428as_fn_error 77 "cannot compute sizeof (int)
5429See \`config.log' for more details" "$LINENO" 5; }
cd9a469c 5430 else
5431 ac_cv_sizeof_int=0
5432 fi
90305aaf 5433fi
90305aaf 5434
cd9a469c 5435fi
5436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
5437$as_echo "$ac_cv_sizeof_int" >&6; }
90305aaf 5438
90305aaf 5439
90305aaf 5440
cd9a469c 5441cat >>confdefs.h <<_ACEOF
5442#define SIZEOF_INT $ac_cv_sizeof_int
90305aaf 5443_ACEOF
90305aaf 5444
90305aaf 5445
5e1a5aba 5446# The cast to long int works around a bug in the HP C Compiler
5447# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5448# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5449# This bug is HP SR number 8606223364.
5450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5451$as_echo_n "checking size of long... " >&6; }
f00f02a3 5452if ${ac_cv_sizeof_long+:} false; then :
5e1a5aba 5453 $as_echo_n "(cached) " >&6
5454else
5455 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5456
5457else
5458 if test "$ac_cv_type_long" = yes; then
5459 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5460$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 5461as_fn_error 77 "cannot compute sizeof (long)
5462See \`config.log' for more details" "$LINENO" 5; }
5e1a5aba 5463 else
5464 ac_cv_sizeof_long=0
5465 fi
5466fi
5467
5468fi
5469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5470$as_echo "$ac_cv_sizeof_long" >&6; }
5471
5472
5473
5474cat >>confdefs.h <<_ACEOF
5475#define SIZEOF_LONG $ac_cv_sizeof_long
5476_ACEOF
5477
5478
55b8da6f 5479# The cast to long int works around a bug in the HP C Compiler
5480# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5481# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5482# This bug is HP SR number 8606223364.
5483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
5484$as_echo_n "checking size of size_t... " >&6; }
f00f02a3 5485if ${ac_cv_sizeof_size_t+:} false; then :
55b8da6f 5486 $as_echo_n "(cached) " >&6
5487else
5488 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
5489
5490else
5491 if test "$ac_cv_type_size_t" = yes; then
5492 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5493$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 5494as_fn_error 77 "cannot compute sizeof (size_t)
5495See \`config.log' for more details" "$LINENO" 5; }
55b8da6f 5496 else
5497 ac_cv_sizeof_size_t=0
5498 fi
5499fi
5500
5501fi
5502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
5503$as_echo "$ac_cv_sizeof_size_t" >&6; }
5504
5505
5506
5507cat >>confdefs.h <<_ACEOF
5508#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
5509_ACEOF
5510
5511
5e1a5aba 5512
5513# Check for presense of long long
5514ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
f00f02a3 5515if test "x$ac_cv_type_long_long" = xyes; then :
5e1a5aba 5516
5517$as_echo "#define HAVE_LONG_LONG 1" >>confdefs.h
5518 # The cast to long int works around a bug in the HP C Compiler
5519# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5520# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5521# This bug is HP SR number 8606223364.
5522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
5523$as_echo_n "checking size of long long... " >&6; }
f00f02a3 5524if ${ac_cv_sizeof_long_long+:} false; then :
5e1a5aba 5525 $as_echo_n "(cached) " >&6
5526else
5527 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
5528
5529else
5530 if test "$ac_cv_type_long_long" = yes; then
5531 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5532$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 5533as_fn_error 77 "cannot compute sizeof (long long)
5534See \`config.log' for more details" "$LINENO" 5; }
5e1a5aba 5535 else
5536 ac_cv_sizeof_long_long=0
5537 fi
5538fi
5539
5540fi
5541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
5542$as_echo "$ac_cv_sizeof_long_long" >&6; }
5543
5544
5545
5546cat >>confdefs.h <<_ACEOF
5547#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5548_ACEOF
5549
5550
5551fi
5552
90305aaf 5553
cd9a469c 5554# Look for a 64-bit type.
5555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a 64-bit type" >&5
5556$as_echo_n "checking for a 64-bit type... " >&6; }
f00f02a3 5557if ${liberty_cv_uint64+:} false; then :
cd9a469c 5558 $as_echo_n "(cached) " >&6
a6089b1e 5559else
cd9a469c 5560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5561/* end confdefs.h. */
5562#ifdef HAVE_STDINT_H
5563#include <stdint.h>
5564#endif
5565int
5566main ()
5567{
5568extern uint64_t foo;
5569 ;
5570 return 0;
5571}
a6089b1e 5572_ACEOF
cd9a469c 5573if ac_fn_c_try_compile "$LINENO"; then :
5574 liberty_cv_uint64=uint64_t
5575else
5576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 5577/* end confdefs.h. */
cd9a469c 5578#ifdef HAVE_LIMITS_H
5579#include <limits.h>
5580#endif
5581#ifndef CHAR_BIT
5582#define CHAR_BIT 8
90305aaf 5583#endif
a6089b1e 5584int
5585main ()
5586{
cd9a469c 5587extern char foo[sizeof(long) * CHAR_BIT >= 64 ? 1 : -1];
5588 ;
5589 return 0;
a6089b1e 5590}
5591_ACEOF
cd9a469c 5592if ac_fn_c_try_compile "$LINENO"; then :
5593 liberty_cv_uint64="unsigned long"
a6089b1e 5594else
cd9a469c 5595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5596/* end confdefs.h. */
5597#ifdef HAVE_LIMITS_H
5598#include <limits.h>
5599#endif
5600#ifndef CHAR_BIT
5601#define CHAR_BIT 8
5602#endif
5603int
5604main ()
5605{
5606extern char foo[sizeof(long long) * CHAR_BIT >= 64 ? 1 : -1];
5607 ;
5608 return 0;
5609}
5610_ACEOF
5611if ac_fn_c_try_compile "$LINENO"; then :
5612 liberty_cv_uint64="unsigned long long"
5613else
5614 liberty_cv_uint64=none
a6089b1e 5615fi
cd9a469c 5616rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a6089b1e 5617fi
cd9a469c 5618rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90305aaf 5619fi
cd9a469c 5620rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90305aaf 5621fi
a6089b1e 5622
cd9a469c 5623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $liberty_cv_uint64" >&5
5624$as_echo "$liberty_cv_uint64" >&6; }
5625if test "$liberty_cv_uint64" != none; then
5626
5627cat >>confdefs.h <<_ACEOF
5628#define UNSIGNED_64BIT_TYPE $liberty_cv_uint64
a6089b1e 5629_ACEOF
5630
5631fi
5632
65e17bf6 5633
5634 ac_fn_c_check_type "$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
f00f02a3 5635if test "x$ac_cv_type_intptr_t" = xyes; then :
65e17bf6 5636
5637$as_echo "#define HAVE_INTPTR_T 1" >>confdefs.h
5638
5639else
5640 for ac_type in 'int' 'long int' 'long long int'; do
5641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5642/* end confdefs.h. */
5643$ac_includes_default
5644int
5645main ()
5646{
5647static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
f00f02a3 5648test_array [0] = 0;
5649return test_array [0];
65e17bf6 5650
5651 ;
5652 return 0;
5653}
5654_ACEOF
5655if ac_fn_c_try_compile "$LINENO"; then :
5656
5657cat >>confdefs.h <<_ACEOF
5658#define intptr_t $ac_type
5659_ACEOF
5660
5661 ac_type=
5662fi
5663rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5664 test -z "$ac_type" && break
5665 done
5666fi
5667
5668
5669
5670 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
f00f02a3 5671if test "x$ac_cv_type_uintptr_t" = xyes; then :
65e17bf6 5672
5673$as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
5674
5675else
5676 for ac_type in 'unsigned int' 'unsigned long int' \
5677 'unsigned long long int'; do
5678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5679/* end confdefs.h. */
5680$ac_includes_default
5681int
5682main ()
5683{
5684static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
f00f02a3 5685test_array [0] = 0;
5686return test_array [0];
65e17bf6 5687
5688 ;
5689 return 0;
5690}
5691_ACEOF
5692if ac_fn_c_try_compile "$LINENO"; then :
5693
5694cat >>confdefs.h <<_ACEOF
5695#define uintptr_t $ac_type
5696_ACEOF
5697
5698 ac_type=
5699fi
5700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5701 test -z "$ac_type" && break
5702 done
5703fi
5704
5705
ebb6c20c 5706ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
f00f02a3 5707if test "x$ac_cv_type_ssize_t" = xyes; then :
ebb6c20c 5708
5709else
5710
5711cat >>confdefs.h <<_ACEOF
5712#define ssize_t int
5713_ACEOF
5714
5715fi
5716
65e17bf6 5717
cd9a469c 5718# Given the above check, we always have uintptr_t or a fallback
5719# definition. So define HAVE_UINTPTR_T in case any imported code
5720# relies on it.
a6089b1e 5721
cd9a469c 5722$as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
90305aaf 5723
5724
cd9a469c 5725ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
f00f02a3 5726if test "x$ac_cv_type_pid_t" = xyes; then :
90305aaf 5727
cd9a469c 5728else
90305aaf 5729
cd9a469c 5730cat >>confdefs.h <<_ACEOF
5731#define pid_t int
5732_ACEOF
90305aaf 5733
cd9a469c 5734fi
90305aaf 5735
5736
cd9a469c 5737# This is the list of functions which libiberty will provide if they
5738# are not available on the host.
90305aaf 5739
cd9a469c 5740funcs="asprintf"
5741funcs="$funcs atexit"
5742funcs="$funcs basename"
5743funcs="$funcs bcmp"
5744funcs="$funcs bcopy"
5745funcs="$funcs bsearch"
5746funcs="$funcs bzero"
5747funcs="$funcs calloc"
5748funcs="$funcs clock"
5749funcs="$funcs ffs"
5750funcs="$funcs getcwd"
5751funcs="$funcs getpagesize"
5752funcs="$funcs gettimeofday"
5753funcs="$funcs index"
5754funcs="$funcs insque"
5755funcs="$funcs memchr"
5756funcs="$funcs memcmp"
5757funcs="$funcs memcpy"
5758funcs="$funcs memmem"
5759funcs="$funcs memmove"
5760funcs="$funcs mempcpy"
5761funcs="$funcs memset"
5762funcs="$funcs mkstemps"
5763funcs="$funcs putenv"
5764funcs="$funcs random"
5765funcs="$funcs rename"
5766funcs="$funcs rindex"
5767funcs="$funcs setenv"
5768funcs="$funcs snprintf"
5769funcs="$funcs sigsetmask"
5770funcs="$funcs stpcpy"
5771funcs="$funcs stpncpy"
5772funcs="$funcs strcasecmp"
5773funcs="$funcs strchr"
5774funcs="$funcs strdup"
5775funcs="$funcs strncasecmp"
5776funcs="$funcs strndup"
c7babc8d 5777funcs="$funcs strnlen"
cd9a469c 5778funcs="$funcs strrchr"
5779funcs="$funcs strstr"
5780funcs="$funcs strtod"
5781funcs="$funcs strtol"
5782funcs="$funcs strtoul"
5e1a5aba 5783funcs="$funcs strtoll"
5784funcs="$funcs strtoull"
cd9a469c 5785funcs="$funcs strverscmp"
5786funcs="$funcs tmpnam"
5787funcs="$funcs vasprintf"
5788funcs="$funcs vfprintf"
5789funcs="$funcs vprintf"
5790funcs="$funcs vsnprintf"
5791funcs="$funcs vsprintf"
5792funcs="$funcs waitpid"
a3de1f55 5793funcs="$funcs setproctitle"
a6089b1e 5794
cd9a469c 5795# Also in the old function.def file: alloca, vfork, getopt.
5796
5797vars="sys_errlist sys_nerr sys_siglist"
5798
00dacc40 5799checkfuncs="__fsetlocking canonicalize_file_name dup3 getrlimit getrusage \
9d4fa1d7 5800 getsysinfo gettimeofday on_exit pipe2 psignal pstat_getdynamic pstat_getstatic \
00dacc40 5801 realpath setrlimit sbrk spawnve spawnvpe strerror strsignal sysconf sysctl \
5802 sysmp table times wait3 wait4"
cd9a469c 5803
5804# These are neither executed nor required, but they help keep
5805# autoheader happy without adding a bunch of text to acconfig.h.
5806if test "x" = "y"; then
3b79ad9b 5807 for ac_func in asprintf atexit \
5808 basename bcmp bcopy bsearch bzero \
5809 calloc canonicalize_file_name clock \
392b7e30 5810 dup3 \
3b79ad9b 5811 ffs __fsetlocking \
00dacc40 5812 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \
3b79ad9b 5813 index insque \
5814 memchr memcmp memcpy memmem memmove memset mkstemps \
5815 on_exit \
9d4fa1d7 5816 pipe2 psignal pstat_getdynamic pstat_getstatic putenv \
3b79ad9b 5817 random realpath rename rindex \
00dacc40 5818 sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \
392b7e30 5819 stpcpy stpncpy strcasecmp strchr strdup \
c7babc8d 5820 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
5e1a5aba 5821 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
3b79ad9b 5822 table times tmpnam \
5823 vasprintf vfprintf vprintf vsprintf \
5824 wait3 wait4 waitpid
cd9a469c 5825do :
5826 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5827ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 5828if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
90305aaf 5829 cat >>confdefs.h <<_ACEOF
cd9a469c 5830#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
a6089b1e 5831_ACEOF
5832
5833fi
90305aaf 5834done
a6089b1e 5835
f00f02a3 5836 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(char *)" | $as_tr_sh`
5837ac_fn_c_check_decl "$LINENO" "basename(char *)" "$as_ac_Symbol" "$ac_includes_default"
5838if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
cd9a469c 5839 ac_have_decl=1
4927c18d 5840else
cd9a469c 5841 ac_have_decl=0
5842fi
5843
5844cat >>confdefs.h <<_ACEOF
5845#define HAVE_DECL_BASENAME $ac_have_decl
4927c18d 5846_ACEOF
cd9a469c 5847ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
f00f02a3 5848if test "x$ac_cv_have_decl_ffs" = xyes; then :
cd9a469c 5849 ac_have_decl=1
4927c18d 5850else
cd9a469c 5851 ac_have_decl=0
4927c18d 5852fi
cd9a469c 5853
5854cat >>confdefs.h <<_ACEOF
5855#define HAVE_DECL_FFS $ac_have_decl
5856_ACEOF
5857ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
f00f02a3 5858if test "x$ac_cv_have_decl_asprintf" = xyes; then :
cd9a469c 5859 ac_have_decl=1
5860else
5861 ac_have_decl=0
4927c18d 5862fi
4927c18d 5863
cd9a469c 5864cat >>confdefs.h <<_ACEOF
5865#define HAVE_DECL_ASPRINTF $ac_have_decl
5866_ACEOF
5867ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
f00f02a3 5868if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
cd9a469c 5869 ac_have_decl=1
4927c18d 5870else
cd9a469c 5871 ac_have_decl=0
5872fi
5873
5874cat >>confdefs.h <<_ACEOF
5875#define HAVE_DECL_VASPRINTF $ac_have_decl
4927c18d 5876_ACEOF
cd9a469c 5877ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
f00f02a3 5878if test "x$ac_cv_have_decl_snprintf" = xyes; then :
cd9a469c 5879 ac_have_decl=1
5880else
5881 ac_have_decl=0
5882fi
4927c18d 5883
cd9a469c 5884cat >>confdefs.h <<_ACEOF
5885#define HAVE_DECL_SNPRINTF $ac_have_decl
4927c18d 5886_ACEOF
cd9a469c 5887ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
f00f02a3 5888if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
cd9a469c 5889 ac_have_decl=1
5890else
5891 ac_have_decl=0
5892fi
5893
5894cat >>confdefs.h <<_ACEOF
5895#define HAVE_DECL_VSNPRINTF $ac_have_decl
4927c18d 5896_ACEOF
5e1a5aba 5897ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
f00f02a3 5898if test "x$ac_cv_have_decl_strtol" = xyes; then :
5e1a5aba 5899 ac_have_decl=1
5900else
5901 ac_have_decl=0
5902fi
5903
5904cat >>confdefs.h <<_ACEOF
5905#define HAVE_DECL_STRTOL $ac_have_decl
5906_ACEOF
5907ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
f00f02a3 5908if test "x$ac_cv_have_decl_strtoul" = xyes; then :
5e1a5aba 5909 ac_have_decl=1
5910else
5911 ac_have_decl=0
5912fi
5913
5914cat >>confdefs.h <<_ACEOF
5915#define HAVE_DECL_STRTOUL $ac_have_decl
5916_ACEOF
5917ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
f00f02a3 5918if test "x$ac_cv_have_decl_strtoll" = xyes; then :
5e1a5aba 5919 ac_have_decl=1
5920else
5921 ac_have_decl=0
5922fi
5923
5924cat >>confdefs.h <<_ACEOF
5925#define HAVE_DECL_STRTOLL $ac_have_decl
5926_ACEOF
5927ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
f00f02a3 5928if test "x$ac_cv_have_decl_strtoull" = xyes; then :
5e1a5aba 5929 ac_have_decl=1
5930else
5931 ac_have_decl=0
5932fi
5933
5934cat >>confdefs.h <<_ACEOF
5935#define HAVE_DECL_STRTOULL $ac_have_decl
5936_ACEOF
4b9df3c0 5937ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
f00f02a3 5938if test "x$ac_cv_have_decl_strnlen" = xyes; then :
4b9df3c0 5939 ac_have_decl=1
5940else
5941 ac_have_decl=0
5942fi
5943
5944cat >>confdefs.h <<_ACEOF
5945#define HAVE_DECL_STRNLEN $ac_have_decl
5946_ACEOF
4927c18d 5947
4927c18d 5948
cd9a469c 5949$as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
4927c18d 5950
4927c18d 5951
cd9a469c 5952$as_echo "#define HAVE_SYS_NERR 1" >>confdefs.h
4927c18d 5953
4927c18d 5954
cd9a469c 5955$as_echo "#define HAVE_SYS_SIGLIST 1" >>confdefs.h
4927c18d 5956
4927c18d 5957fi
4927c18d 5958
cd9a469c 5959# For each of these functions, if the host does not provide the
5960# function we want to put FN.o in LIBOBJS, and if the host does
5961# provide the function, we want to define HAVE_FN in config.h.
4927c18d 5962
cd9a469c 5963setobjs=
5964CHECK=
cd9a469c 5965if test -n "${with_target_subdir}"; then
4927c18d 5966
cd9a469c 5967 # We are being configured as a target library. AC_REPLACE_FUNCS
5968 # may not work correctly, because the compiler may not be able to
5969 # link executables. Note that we may still be being configured
5970 # native.
4927c18d 5971
cd9a469c 5972 # If we are being configured for newlib, we know which functions
5973 # newlib provide and which ones we will be expected to provide.
4927c18d 5974
cd9a469c 5975 if test "x${with_newlib}" = "xyes"; then
5976 case " $LIBOBJS " in
5977 *" asprintf.$ac_objext "* ) ;;
5978 *) LIBOBJS="$LIBOBJS asprintf.$ac_objext"
5979 ;;
5980esac
4927c18d 5981
cd9a469c 5982 case " $LIBOBJS " in
5983 *" basename.$ac_objext "* ) ;;
5984 *) LIBOBJS="$LIBOBJS basename.$ac_objext"
5985 ;;
5986esac
4927c18d 5987
cd9a469c 5988 case " $LIBOBJS " in
5989 *" insque.$ac_objext "* ) ;;
5990 *) LIBOBJS="$LIBOBJS insque.$ac_objext"
5991 ;;
5992esac
4927c18d 5993
cd9a469c 5994 case " $LIBOBJS " in
5995 *" random.$ac_objext "* ) ;;
5996 *) LIBOBJS="$LIBOBJS random.$ac_objext"
5997 ;;
5998esac
7b190504 5999
cd9a469c 6000 case " $LIBOBJS " in
6001 *" strdup.$ac_objext "* ) ;;
6002 *) LIBOBJS="$LIBOBJS strdup.$ac_objext"
6003 ;;
6004esac
a6089b1e 6005
cd9a469c 6006 case " $LIBOBJS " in
6007 *" vasprintf.$ac_objext "* ) ;;
6008 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6009 ;;
6010esac
6011
6012
6013 for f in $funcs; do
6014 case "$f" in
6015 asprintf | basename | insque | random | strdup | vasprintf)
6016 ;;
6017 *)
6018 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6019 cat >>confdefs.h <<_ACEOF
6020#define $n 1
a6089b1e 6021_ACEOF
b6477ce7 6022
cd9a469c 6023 ;;
6024 esac
6025 done
a6089b1e 6026
cd9a469c 6027 # newlib doesnt provide any of the variables in $vars, so we
6028 # dont have to check them here.
a6089b1e 6029
cd9a469c 6030 # Of the functions in $checkfuncs, newlib only has strerror.
6031 $as_echo "#define HAVE_STRERROR 1" >>confdefs.h
a6089b1e 6032
6033
cd9a469c 6034 setobjs=yes
a6089b1e 6035
cd9a469c 6036 fi
a6089b1e 6037
cd9a469c 6038 # If we are being configured for Mingw, we know which functions
6039 # Mingw provides and which ones we will be expected to provide.
a6089b1e 6040
cd9a469c 6041 case "${host}" in
6042 *-*-mingw*)
6043 case " $LIBOBJS " in
6044 *" asprintf.$ac_objext "* ) ;;
6045 *) LIBOBJS="$LIBOBJS asprintf.$ac_objext"
6046 ;;
6047esac
a6089b1e 6048
cd9a469c 6049 case " $LIBOBJS " in
6050 *" basename.$ac_objext "* ) ;;
6051 *) LIBOBJS="$LIBOBJS basename.$ac_objext"
6052 ;;
6053esac
a6089b1e 6054
cd9a469c 6055 case " $LIBOBJS " in
6056 *" bcmp.$ac_objext "* ) ;;
6057 *) LIBOBJS="$LIBOBJS bcmp.$ac_objext"
6058 ;;
6059esac
a6089b1e 6060
cd9a469c 6061 case " $LIBOBJS " in
6062 *" bcopy.$ac_objext "* ) ;;
6063 *) LIBOBJS="$LIBOBJS bcopy.$ac_objext"
6064 ;;
6065esac
a6089b1e 6066
cd9a469c 6067 case " $LIBOBJS " in
6068 *" bzero.$ac_objext "* ) ;;
6069 *) LIBOBJS="$LIBOBJS bzero.$ac_objext"
6070 ;;
6071esac
a6089b1e 6072
cd9a469c 6073 case " $LIBOBJS " in
6074 *" clock.$ac_objext "* ) ;;
6075 *) LIBOBJS="$LIBOBJS clock.$ac_objext"
6076 ;;
6077esac
a6089b1e 6078
cd9a469c 6079 case " $LIBOBJS " in
6080 *" ffs.$ac_objext "* ) ;;
6081 *) LIBOBJS="$LIBOBJS ffs.$ac_objext"
6082 ;;
6083esac
a6089b1e 6084
cd9a469c 6085 case " $LIBOBJS " in
6086 *" getpagesize.$ac_objext "* ) ;;
6087 *) LIBOBJS="$LIBOBJS getpagesize.$ac_objext"
6088 ;;
6089esac
a6089b1e 6090
cd9a469c 6091 case " $LIBOBJS " in
6092 *" index.$ac_objext "* ) ;;
6093 *) LIBOBJS="$LIBOBJS index.$ac_objext"
6094 ;;
6095esac
a6089b1e 6096
cd9a469c 6097 case " $LIBOBJS " in
6098 *" insque.$ac_objext "* ) ;;
6099 *) LIBOBJS="$LIBOBJS insque.$ac_objext"
6100 ;;
6101esac
a6089b1e 6102
cd9a469c 6103 case " $LIBOBJS " in
6104 *" mempcpy.$ac_objext "* ) ;;
6105 *) LIBOBJS="$LIBOBJS mempcpy.$ac_objext"
6106 ;;
6107esac
a6089b1e 6108
cd9a469c 6109 case " $LIBOBJS " in
6110 *" mkstemps.$ac_objext "* ) ;;
6111 *) LIBOBJS="$LIBOBJS mkstemps.$ac_objext"
6112 ;;
6113esac
a6089b1e 6114
cd9a469c 6115 case " $LIBOBJS " in
6116 *" random.$ac_objext "* ) ;;
6117 *) LIBOBJS="$LIBOBJS random.$ac_objext"
6118 ;;
6119esac
a6089b1e 6120
cd9a469c 6121 case " $LIBOBJS " in
6122 *" rindex.$ac_objext "* ) ;;
6123 *) LIBOBJS="$LIBOBJS rindex.$ac_objext"
6124 ;;
6125esac
a6089b1e 6126
cd9a469c 6127 case " $LIBOBJS " in
6128 *" sigsetmask.$ac_objext "* ) ;;
6129 *) LIBOBJS="$LIBOBJS sigsetmask.$ac_objext"
6130 ;;
6131esac
a6089b1e 6132
cd9a469c 6133 case " $LIBOBJS " in
6134 *" stpcpy.$ac_objext "* ) ;;
6135 *) LIBOBJS="$LIBOBJS stpcpy.$ac_objext"
6136 ;;
6137esac
a6089b1e 6138
cd9a469c 6139 case " $LIBOBJS " in
6140 *" stpncpy.$ac_objext "* ) ;;
6141 *) LIBOBJS="$LIBOBJS stpncpy.$ac_objext"
6142 ;;
6143esac
a6089b1e 6144
cd9a469c 6145 case " $LIBOBJS " in
6146 *" strndup.$ac_objext "* ) ;;
6147 *) LIBOBJS="$LIBOBJS strndup.$ac_objext"
6148 ;;
6149esac
a6089b1e 6150
c7babc8d 6151 case " $LIBOBJS " in
6152 *" strnlen.$ac_objext "* ) ;;
6153 *) LIBOBJS="$LIBOBJS strnlen.$ac_objext"
6154 ;;
6155esac
6156
cd9a469c 6157 case " $LIBOBJS " in
6158 *" strverscmp.$ac_objext "* ) ;;
6159 *) LIBOBJS="$LIBOBJS strverscmp.$ac_objext"
6160 ;;
6161esac
a6089b1e 6162
cd9a469c 6163 case " $LIBOBJS " in
6164 *" vasprintf.$ac_objext "* ) ;;
6165 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6166 ;;
6167esac
a6089b1e 6168
cd9a469c 6169 case " $LIBOBJS " in
6170 *" waitpid.$ac_objext "* ) ;;
6171 *) LIBOBJS="$LIBOBJS waitpid.$ac_objext"
6172 ;;
6173esac
a6089b1e 6174
6175
cd9a469c 6176 for f in $funcs; do
6177 case "$f" in
c7babc8d 6178 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid)
cd9a469c 6179 ;;
6180 *)
6181 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6182 cat >>confdefs.h <<_ACEOF
6183#define $n 1
6184_ACEOF
a6089b1e 6185
cd9a469c 6186 ;;
6187 esac
6188 done
a6089b1e 6189
cd9a469c 6190 # Mingw doesnt provide any of the variables in $vars, so we
6191 # dont have to check them here.
a6089b1e 6192
cd9a469c 6193 # Of the functions in $checkfuncs, Mingw only has strerror.
6194 $as_echo "#define HAVE_STRERROR 1" >>confdefs.h
a6089b1e 6195
6196
cd9a469c 6197 setobjs=yes
6198 ;;
a6089b1e 6199
cd9a469c 6200 *-*-msdosdjgpp)
6201 case " $LIBOBJS " in
6202 *" vasprintf.$ac_objext "* ) ;;
6203 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6204 ;;
6205esac
a6089b1e 6206
cd9a469c 6207 case " $LIBOBJS " in
6208 *" vsnprintf.$ac_objext "* ) ;;
6209 *) LIBOBJS="$LIBOBJS vsnprintf.$ac_objext"
6210 ;;
6211esac
a6089b1e 6212
cd9a469c 6213 case " $LIBOBJS " in
6214 *" snprintf.$ac_objext "* ) ;;
6215 *) LIBOBJS="$LIBOBJS snprintf.$ac_objext"
6216 ;;
6217esac
a6089b1e 6218
cd9a469c 6219 case " $LIBOBJS " in
6220 *" asprintf.$ac_objext "* ) ;;
6221 *) LIBOBJS="$LIBOBJS asprintf.$ac_objext"
6222 ;;
6223esac
a6089b1e 6224
6225
cd9a469c 6226 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
6227 getcwd getpagesize getrusage gettimeofday \
6228 index insque memchr memcmp memcpy memmove memset psignal \
6229 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
6230 strchr strdup strerror strncasecmp strrchr strstr strtod \
6231 strtol strtoul sysconf times tmpnam vfprintf vprintf \
6232 vsprintf waitpid
6233 do
6234 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6235 cat >>confdefs.h <<_ACEOF
6236#define $n 1
6237_ACEOF
a6089b1e 6238
cd9a469c 6239 done
a6089b1e 6240
a2ef32b0 6241
cd9a469c 6242 setobjs=yes
6243 ;;
a2ef32b0 6244
cd9a469c 6245 esac
8e1547da 6246
f0a93313 6247else
a6089b1e 6248
cd9a469c 6249 # Not a target library, so we set things up to run the test suite.
6250 CHECK=really-check
f0a93313 6251
6252fi
6253
a6089b1e 6254
a6089b1e 6255
a6089b1e 6256
cd9a469c 6257case "${host}" in
6258 *-*-cygwin* | *-*-mingw*)
6259 $as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
a6089b1e 6260
cd9a469c 6261 $as_echo "#define HAVE_SYS_NERR 1" >>confdefs.h
a6089b1e 6262
cd9a469c 6263 ;;
6264esac
f0a93313 6265
cd9a469c 6266if test -z "${setobjs}"; then
6267 case "${host}" in
f0a93313 6268
cd9a469c 6269 *-*-vxworks*)
6270 # Handle VxWorks configuration specially, since on VxWorks the
6271 # libraries are actually on the target board, not in the file
6272 # system.
6273 case " $LIBOBJS " in
6274 *" basename.$ac_objext "* ) ;;
6275 *) LIBOBJS="$LIBOBJS basename.$ac_objext"
6276 ;;
ac09b42b 6277esac
6278
cd9a469c 6279 case " $LIBOBJS " in
6280 *" getpagesize.$ac_objext "* ) ;;
6281 *) LIBOBJS="$LIBOBJS getpagesize.$ac_objext"
6282 ;;
6283esac
a6089b1e 6284
cd9a469c 6285 case " $LIBOBJS " in
6286 *" insque.$ac_objext "* ) ;;
6287 *) LIBOBJS="$LIBOBJS insque.$ac_objext"
6288 ;;
6289esac
31972771 6290
cd9a469c 6291 case " $LIBOBJS " in
6292 *" random.$ac_objext "* ) ;;
6293 *) LIBOBJS="$LIBOBJS random.$ac_objext"
6294 ;;
6295esac
a6089b1e 6296
cd9a469c 6297 case " $LIBOBJS " in
6298 *" strcasecmp.$ac_objext "* ) ;;
6299 *) LIBOBJS="$LIBOBJS strcasecmp.$ac_objext"
6300 ;;
6301esac
a6089b1e 6302
cd9a469c 6303 case " $LIBOBJS " in
6304 *" strncasecmp.$ac_objext "* ) ;;
6305 *) LIBOBJS="$LIBOBJS strncasecmp.$ac_objext"
6306 ;;
ac09b42b 6307esac
6308
cd9a469c 6309 case " $LIBOBJS " in
6310 *" strdup.$ac_objext "* ) ;;
6311 *) LIBOBJS="$LIBOBJS strdup.$ac_objext"
6312 ;;
6313esac
31972771 6314
cd9a469c 6315 case " $LIBOBJS " in
6316 *" vfork.$ac_objext "* ) ;;
6317 *) LIBOBJS="$LIBOBJS vfork.$ac_objext"
6318 ;;
6319esac
31972771 6320
cd9a469c 6321 case " $LIBOBJS " in
6322 *" waitpid.$ac_objext "* ) ;;
6323 *) LIBOBJS="$LIBOBJS waitpid.$ac_objext"
6324 ;;
6325esac
a6089b1e 6326
cd9a469c 6327 case " $LIBOBJS " in
6328 *" vasprintf.$ac_objext "* ) ;;
6329 *) LIBOBJS="$LIBOBJS vasprintf.$ac_objext"
6330 ;;
6331esac
98b6fc70 6332
cd9a469c 6333 for f in $funcs; do
6334 case "$f" in
6335 basename | getpagesize | insque | random | strcasecmp)
6336 ;;
6337 strncasecmp | strdup | vfork | waitpid | vasprintf)
6338 ;;
6339 *)
6340 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6341 cat >>confdefs.h <<_ACEOF
6342#define $n 1
a6089b1e 6343_ACEOF
a6089b1e 6344
cd9a469c 6345 ;;
6346 esac
6347 done
98b6fc70 6348
cd9a469c 6349 # VxWorks doesn't provide any of the variables in $vars, so we
6350 # don't have to check them here.
98b6fc70 6351
cd9a469c 6352 # Of the functions in $checkfuncs, VxWorks only has strerror.
6353 $as_echo "#define HAVE_STRERROR 1" >>confdefs.h
31972771 6354
a6089b1e 6355
cd9a469c 6356 setobjs=yes
6357 ;;
6358
6359 esac
f0a93313 6360fi
6361
cd9a469c 6362if test -z "${setobjs}"; then
f0a93313 6363
cd9a469c 6364 case "${host}" in
5e90539e 6365
2ed4d1b7 6366 *-*-android*)
6367 # On android, getpagesize is defined in unistd.h as a static inline
6368 # function, which AC_CHECK_FUNCS does not handle properly.
6369 ac_cv_func_getpagesize=yes
6370 ;;
6371
cd9a469c 6372 *-*-mingw32*)
6373 # Under mingw32, sys_nerr and sys_errlist exist, but they are
6374 # macros, so the test below won't find them.
6375 libiberty_cv_var_sys_nerr=yes
6376 libiberty_cv_var_sys_errlist=yes
6377 ;;
a6089b1e 6378
cd9a469c 6379 *-*-msdosdjgpp*)
6380 # vfork and fork are stubs.
6381 ac_cv_func_vfork_works=no
6382 ;;
5e90539e 6383
cd9a469c 6384 *-*-uwin*)
6385 # Under some versions of uwin, vfork is notoriously buggy and the test
6386 # can hang configure; on other versions, vfork exists just as a stub.
6387 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
6388 ac_cv_func_vfork_works=no
6389 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
6390 # macros (actually, these are imported from a DLL, but the end effect
6391 # is the same), so the test below won't find them.
6392 libiberty_cv_var_sys_nerr=yes
6393 libiberty_cv_var_sys_errlist=yes
6394 ;;
a6089b1e 6395
cd9a469c 6396 *-*-*vms*)
6397 # Under VMS, vfork works very different than on Unix. The standard test
6398 # won't work, and it isn't easily adaptable. It makes more sense to
6399 # just force it.
6400 ac_cv_func_vfork_works=yes
6401 ;;
a6089b1e 6402
cd9a469c 6403 esac
5e90539e 6404
cd9a469c 6405 # We haven't set the list of objects yet. Use the standard autoconf
6406 # tests. This will only work if the compiler works.
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
6408$as_echo_n "checking for library containing strerror... " >&6; }
f00f02a3 6409if ${ac_cv_search_strerror+:} false; then :
cd9a469c 6410 $as_echo_n "(cached) " >&6
a6089b1e 6411else
cd9a469c 6412 ac_func_search_save_LIBS=$LIBS
6413cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6089b1e 6414/* end confdefs.h. */
cd9a469c 6415
6416/* Override any GCC internal prototype to avoid an error.
6417 Use char because int might match the return type of a GCC
a6089b1e 6418 builtin and then its argument prototype would still apply. */
a6089b1e 6419#ifdef __cplusplus
cd9a469c 6420extern "C"
f0a93313 6421#endif
cd9a469c 6422char strerror ();
a6089b1e 6423int
6424main ()
6425{
cd9a469c 6426return strerror ();
a6089b1e 6427 ;
6428 return 0;
6429}
6430_ACEOF
cd9a469c 6431for ac_lib in '' cposix; do
6432 if test -z "$ac_lib"; then
6433 ac_res="none required"
6434 else
6435 ac_res=-l$ac_lib
6436 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6437 fi
6438 if test x$gcc_no_link = xyes; then
f00f02a3 6439 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
cd9a469c 6440fi
6441if ac_fn_c_try_link "$LINENO"; then :
6442 ac_cv_search_strerror=$ac_res
6443fi
6444rm -f core conftest.err conftest.$ac_objext \
6445 conftest$ac_exeext
f00f02a3 6446 if ${ac_cv_search_strerror+:} false; then :
cd9a469c 6447 break
6448fi
6449done
f00f02a3 6450if ${ac_cv_search_strerror+:} false; then :
a6089b1e 6451
cd9a469c 6452else
6453 ac_cv_search_strerror=no
a6089b1e 6454fi
cd9a469c 6455rm conftest.$ac_ext
6456LIBS=$ac_func_search_save_LIBS
6457fi
6458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
6459$as_echo "$ac_cv_search_strerror" >&6; }
6460ac_res=$ac_cv_search_strerror
6461if test "$ac_res" != no; then :
6462 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6463
a6089b1e 6464fi
cd9a469c 6465
6466 for ac_func in $funcs
6467do :
6468 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6469ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 6470if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
a6089b1e 6471 cat >>confdefs.h <<_ACEOF
cd9a469c 6472#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
a6089b1e 6473_ACEOF
f0a93313 6474
cd9a469c 6475else
6476 case " $LIBOBJS " in
6477 *" $ac_func.$ac_objext "* ) ;;
6478 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
6479 ;;
6480esac
6481
f0a93313 6482fi
6483done
6484
70e4dc27 6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether alloca needs Cray hooks" >&5
6486$as_echo_n "checking whether alloca needs Cray hooks... " >&6; }
f00f02a3 6487if ${ac_cv_os_cray+:} false; then :
70e4dc27 6488 $as_echo_n "(cached) " >&6
6489else
6490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6491/* end confdefs.h. */
6492#if defined(CRAY) && ! defined(CRAY2)
6493webecray
6494#else
6495wenotbecray
6496#endif
6497
6498_ACEOF
6499if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6500 $EGREP "webecray" >/dev/null 2>&1; then :
6501 ac_cv_os_cray=yes
6502else
6503 ac_cv_os_cray=no
6504fi
6505rm -f conftest*
6506
6507fi
6508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
6509$as_echo "$ac_cv_os_cray" >&6; }
6510if test $ac_cv_os_cray = yes; then
6511 for ac_func in _getb67 GETB67 getb67; do
6512 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6513ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 6514if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
70e4dc27 6515
6516cat >>confdefs.h <<_ACEOF
6517#define CRAY_STACKSEG_END $ac_func
6518_ACEOF
6519 break
6520fi
6521
6522 done
6523fi
6524
6525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
6526$as_echo_n "checking stack direction for C alloca... " >&6; }
f00f02a3 6527if ${ac_cv_c_stack_direction+:} false; then :
70e4dc27 6528 $as_echo_n "(cached) " >&6
6529else
6530 if test "$cross_compiling" = yes; then :
6531 ac_cv_c_stack_direction=0
6532else
6533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6534/* end confdefs.h. */
6535find_stack_direction ()
6536{
6537 static char *addr = 0;
6538 auto char dummy;
6539 if (addr == 0)
6540 {
6541 addr = &dummy;
6542 return find_stack_direction ();
6543 }
6544 else
6545 return (&dummy > addr) ? 1 : -1;
6546}
6547main ()
6548{
6549 exit (find_stack_direction() < 0);
6550}
6551_ACEOF
6552if ac_fn_c_try_run "$LINENO"; then :
6553 ac_cv_c_stack_direction=1
6554else
6555 ac_cv_c_stack_direction=-1
6556fi
6557rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6558 conftest.$ac_objext conftest.beam conftest.$ac_ext
6559fi
6560
6561fi
6562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
6563$as_echo "$ac_cv_c_stack_direction" >&6; }
6564
6565cat >>confdefs.h <<_ACEOF
6566#define STACK_DIRECTION $ac_cv_c_stack_direction
6567_ACEOF
6568
6569
cd9a469c 6570 for ac_header in vfork.h
6571do :
6572 ac_fn_c_check_header_preproc "$LINENO" "vfork.h" "ac_cv_header_vfork_h"
f00f02a3 6573if test "x$ac_cv_header_vfork_h" = xyes; then :
9459c273 6574 cat >>confdefs.h <<_ACEOF
cd9a469c 6575#define HAVE_VFORK_H 1
9459c273 6576_ACEOF
6577
cd9a469c 6578fi
6579done
6580
6581for ac_func in fork vfork
6582do :
6583 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6584ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 6585if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
cd9a469c 6586 cat >>confdefs.h <<_ACEOF
6587#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6588_ACEOF
9459c273 6589
6590fi
cd9a469c 6591done
6592
6593if test "x$ac_cv_func_fork" = xyes; then
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
6595$as_echo_n "checking for working fork... " >&6; }
f00f02a3 6596if ${ac_cv_func_fork_works+:} false; then :
cd9a469c 6597 $as_echo_n "(cached) " >&6
9459c273 6598else
cd9a469c 6599 if test "$cross_compiling" = yes; then :
6600 ac_cv_func_fork_works=cross
6601else
6602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9459c273 6603/* end confdefs.h. */
6604$ac_includes_default
6605int
6606main ()
6607{
cd9a469c 6608
6609 /* By Ruediger Kuhlmann. */
6610 return fork () < 0;
9459c273 6611
6612 ;
6613 return 0;
6614}
6615_ACEOF
cd9a469c 6616if ac_fn_c_try_run "$LINENO"; then :
6617 ac_cv_func_fork_works=yes
9459c273 6618else
cd9a469c 6619 ac_cv_func_fork_works=no
9459c273 6620fi
cd9a469c 6621rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6622 conftest.$ac_objext conftest.beam conftest.$ac_ext
9459c273 6623fi
9459c273 6624
cd9a469c 6625fi
6626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
6627$as_echo "$ac_cv_func_fork_works" >&6; }
9459c273 6628
6629else
cd9a469c 6630 ac_cv_func_fork_works=$ac_cv_func_fork
6631fi
6632if test "x$ac_cv_func_fork_works" = xcross; then
6633 case $host in
6634 *-*-amigaos* | *-*-msdosdjgpp*)
6635 # Override, as these systems have only a dummy fork() stub
6636 ac_cv_func_fork_works=no
6637 ;;
6638 *)
6639 ac_cv_func_fork_works=yes
6640 ;;
6641 esac
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
6643$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
9459c273 6644fi
cd9a469c 6645ac_cv_func_vfork_works=$ac_cv_func_vfork
6646if test "x$ac_cv_func_vfork" = xyes; then
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
6648$as_echo_n "checking for working vfork... " >&6; }
f00f02a3 6649if ${ac_cv_func_vfork_works+:} false; then :
cd9a469c 6650 $as_echo_n "(cached) " >&6
9459c273 6651else
cd9a469c 6652 if test "$cross_compiling" = yes; then :
6653 ac_cv_func_vfork_works=cross
6654else
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9459c273 6656/* end confdefs.h. */
cd9a469c 6657/* Thanks to Paul Eggert for this test. */
9459c273 6658$ac_includes_default
cd9a469c 6659#include <sys/wait.h>
6660#ifdef HAVE_VFORK_H
6661# include <vfork.h>
6662#endif
6663/* On some sparc systems, changes by the child to local and incoming
6664 argument registers are propagated back to the parent. The compiler
6665 is told about this with #include <vfork.h>, but some compilers
6666 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
6667 static variable whose address is put into a register that is
6668 clobbered by the vfork. */
6669static void
6670#ifdef __cplusplus
6671sparc_address_test (int arg)
6672# else
6673sparc_address_test (arg) int arg;
6674#endif
6675{
6676 static pid_t child;
6677 if (!child) {
6678 child = vfork ();
6679 if (child < 0) {
6680 perror ("vfork");
6681 _exit(2);
6682 }
6683 if (!child) {
6684 arg = getpid();
6685 write(-1, "", 0);
6686 _exit (arg);
6687 }
6688 }
6689}
6690
9459c273 6691int
6692main ()
6693{
cd9a469c 6694 pid_t parent = getpid ();
6695 pid_t child;
9459c273 6696
cd9a469c 6697 sparc_address_test (0);
9459c273 6698
cd9a469c 6699 child = vfork ();
9459c273 6700
cd9a469c 6701 if (child == 0) {
6702 /* Here is another test for sparc vfork register problems. This
6703 test uses lots of local variables, at least as many local
6704 variables as main has allocated so far including compiler
6705 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
6706 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
6707 reuse the register of parent for one of the local variables,
6708 since it will think that parent can't possibly be used any more
6709 in this routine. Assigning to the local variable will thus
6710 munge parent in the parent process. */
6711 pid_t
6712 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
6713 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
6714 /* Convince the compiler that p..p7 are live; otherwise, it might
6715 use the same hardware register for all 8 local variables. */
6716 if (p != p1 || p != p2 || p != p3 || p != p4
6717 || p != p5 || p != p6 || p != p7)
6718 _exit(1);
9459c273 6719
cd9a469c 6720 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
6721 from child file descriptors. If the child closes a descriptor
6722 before it execs or exits, this munges the parent's descriptor
6723 as well. Test for this by closing stdout in the child. */
6724 _exit(close(fileno(stdout)) != 0);
6725 } else {
6726 int status;
6727 struct stat st;
9459c273 6728
cd9a469c 6729 while (wait(&status) != child)
6730 ;
6731 return (
6732 /* Was there some problem with vforking? */
6733 child < 0
9459c273 6734
cd9a469c 6735 /* Did the child fail? (This shouldn't happen.) */
6736 || status
9459c273 6737
cd9a469c 6738 /* Did the vfork/compiler bug occur? */
6739 || parent != getpid()
71f27b28 6740
cd9a469c 6741 /* Did the file descriptor bug occur? */
6742 || fstat(fileno(stdout), &st) != 0
6743 );
6744 }
71f27b28 6745}
6746_ACEOF
cd9a469c 6747if ac_fn_c_try_run "$LINENO"; then :
6748 ac_cv_func_vfork_works=yes
71f27b28 6749else
cd9a469c 6750 ac_cv_func_vfork_works=no
6751fi
6752rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6753 conftest.$ac_objext conftest.beam conftest.$ac_ext
6754fi
71f27b28 6755
71f27b28 6756fi
cd9a469c 6757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
6758$as_echo "$ac_cv_func_vfork_works" >&6; }
6759
6760fi;
6761if test "x$ac_cv_func_fork_works" = xcross; then
6762 ac_cv_func_vfork_works=$ac_cv_func_vfork
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
6764$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
71f27b28 6765fi
71f27b28 6766
cd9a469c 6767if test "x$ac_cv_func_vfork_works" = xyes; then
71f27b28 6768
cd9a469c 6769$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
71f27b28 6770
6771else
71f27b28 6772
cd9a469c 6773$as_echo "#define vfork fork" >>confdefs.h
71f27b28 6774
6775fi
cd9a469c 6776if test "x$ac_cv_func_fork_works" = xyes; then
71f27b28 6777
cd9a469c 6778$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
71f27b28 6779
71f27b28 6780fi
71f27b28 6781
cd9a469c 6782 if test $ac_cv_func_vfork_works = no; then
6783 case " $LIBOBJS " in
6784 *" vfork.$ac_objext "* ) ;;
6785 *) LIBOBJS="$LIBOBJS vfork.$ac_objext"
6786 ;;
6787esac
71f27b28 6788
cd9a469c 6789 fi
6790 # We only need _doprnt if we might use it to implement v*printf.
6791 if test $ac_cv_func_vprintf != yes \
6792 || test $ac_cv_func_vfprintf != yes \
6793 || test $ac_cv_func_vsprintf != yes; then
f00f02a3 6794 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
6795if test "x$ac_cv_func__doprnt" = xyes; then :
6796 $as_echo "#define HAVE__DOPRNT 1" >>confdefs.h
71f27b28 6797
cd9a469c 6798else
6799 case " $LIBOBJS " in
f00f02a3 6800 *" _doprnt.$ac_objext "* ) ;;
6801 *) LIBOBJS="$LIBOBJS _doprnt.$ac_objext"
cd9a469c 6802 ;;
6803esac
71f27b28 6804
f2d737fc 6805fi
6806
6807
cd9a469c 6808 else
6809 for ac_func in _doprnt
6810do :
6811 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
f00f02a3 6812if test "x$ac_cv_func__doprnt" = xyes; then :
cd9a469c 6813 cat >>confdefs.h <<_ACEOF
6814#define HAVE__DOPRNT 1
f2d737fc 6815_ACEOF
f2d737fc 6816
f2d737fc 6817fi
cd9a469c 6818done
f2d737fc 6819
cd9a469c 6820 fi
f2d737fc 6821
cd9a469c 6822 for v in $vars; do
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $v" >&5
6824$as_echo_n "checking for $v... " >&6; }
f00f02a3 6825 if eval \${libiberty_cv_var_$v+:} false; then :
cd9a469c 6826 $as_echo_n "(cached) " >&6
f2d737fc 6827else
cd9a469c 6828 if test x$gcc_no_link = xyes; then
f00f02a3 6829 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
f2d737fc 6830fi
cd9a469c 6831cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f2d737fc 6832/* end confdefs.h. */
cd9a469c 6833int *p;
f2d737fc 6834int
6835main ()
6836{
cd9a469c 6837extern int $v []; p = $v;
f2d737fc 6838 ;
6839 return 0;
6840}
6841_ACEOF
cd9a469c 6842if ac_fn_c_try_link "$LINENO"; then :
6843 eval "libiberty_cv_var_$v=yes"
f2d737fc 6844else
cd9a469c 6845 eval "libiberty_cv_var_$v=no"
f2d737fc 6846fi
cd9a469c 6847rm -f core conftest.err conftest.$ac_objext \
6848 conftest$ac_exeext conftest.$ac_ext
f2d737fc 6849fi
f2d737fc 6850
cd9a469c 6851 if eval "test \"`echo '$libiberty_cv_var_'$v`\" = yes"; then
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6853$as_echo "yes" >&6; }
6854 n=HAVE_`echo $v | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6855 cat >>confdefs.h <<_ACEOF
6856#define $n 1
f2d737fc 6857_ACEOF
6858
cd9a469c 6859 else
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6861$as_echo "no" >&6; }
6862 fi
6863 done
f2d737fc 6864
cd9a469c 6865 # special check for _system_configuration because AIX <4.3.2 do not
6866 # contain the `physmem' member.
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for external symbol _system_configuration" >&5
6868$as_echo_n "checking for external symbol _system_configuration... " >&6; }
6869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
deef0ea6 6870/* end confdefs.h. */
cd9a469c 6871#include <sys/systemcfg.h>
deef0ea6 6872int
6873main ()
6874{
cd9a469c 6875double x = _system_configuration.physmem;
deef0ea6 6876 ;
6877 return 0;
6878}
6879_ACEOF
cd9a469c 6880if ac_fn_c_try_compile "$LINENO"; then :
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6882$as_echo "yes" >&6; }
deef0ea6 6883
cd9a469c 6884$as_echo "#define HAVE__SYSTEM_CONFIGURATION 1" >>confdefs.h
deef0ea6 6885
6886else
cd9a469c 6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6888$as_echo "no" >&6; }
6889fi
6890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6891
6892 for ac_func in $checkfuncs
6893do :
6894 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6895ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 6896if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
deef0ea6 6897 cat >>confdefs.h <<_ACEOF
cd9a469c 6898#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
deef0ea6 6899_ACEOF
6900
f2d737fc 6901fi
cd9a469c 6902done
f2d737fc 6903
f00f02a3 6904 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(char *)" | $as_tr_sh`
6905ac_fn_c_check_decl "$LINENO" "basename(char *)" "$as_ac_Symbol" "$ac_includes_default"
6906if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
cd9a469c 6907 ac_have_decl=1
f2d737fc 6908else
cd9a469c 6909 ac_have_decl=0
f2d737fc 6910fi
f2d737fc 6911
6912cat >>confdefs.h <<_ACEOF
cd9a469c 6913#define HAVE_DECL_BASENAME $ac_have_decl
f2d737fc 6914_ACEOF
cd9a469c 6915ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
f00f02a3 6916if test "x$ac_cv_have_decl_ffs" = xyes; then :
cd9a469c 6917 ac_have_decl=1
f2d737fc 6918else
cd9a469c 6919 ac_have_decl=0
f2d737fc 6920fi
f2d737fc 6921
cd9a469c 6922cat >>confdefs.h <<_ACEOF
6923#define HAVE_DECL_FFS $ac_have_decl
f2d737fc 6924_ACEOF
cd9a469c 6925ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
f00f02a3 6926if test "x$ac_cv_have_decl_asprintf" = xyes; then :
cd9a469c 6927 ac_have_decl=1
f2d737fc 6928else
cd9a469c 6929 ac_have_decl=0
f2d737fc 6930fi
f2d737fc 6931
6932cat >>confdefs.h <<_ACEOF
cd9a469c 6933#define HAVE_DECL_ASPRINTF $ac_have_decl
f2d737fc 6934_ACEOF
cd9a469c 6935ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
f00f02a3 6936if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
cd9a469c 6937 ac_have_decl=1
f2d737fc 6938else
cd9a469c 6939 ac_have_decl=0
f2d737fc 6940fi
f2d737fc 6941
cd9a469c 6942cat >>confdefs.h <<_ACEOF
6943#define HAVE_DECL_VASPRINTF $ac_have_decl
f2d737fc 6944_ACEOF
cd9a469c 6945ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
f00f02a3 6946if test "x$ac_cv_have_decl_snprintf" = xyes; then :
cd9a469c 6947 ac_have_decl=1
f2d737fc 6948else
cd9a469c 6949 ac_have_decl=0
f2d737fc 6950fi
f2d737fc 6951
6952cat >>confdefs.h <<_ACEOF
cd9a469c 6953#define HAVE_DECL_SNPRINTF $ac_have_decl
f2d737fc 6954_ACEOF
cd9a469c 6955ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
f00f02a3 6956if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
cd9a469c 6957 ac_have_decl=1
f2d737fc 6958else
cd9a469c 6959 ac_have_decl=0
28cc9eac 6960fi
6961
cd9a469c 6962cat >>confdefs.h <<_ACEOF
6963#define HAVE_DECL_VSNPRINTF $ac_have_decl
6964_ACEOF
28cc9eac 6965
cd9a469c 6966 ac_fn_c_check_decl "$LINENO" "calloc" "ac_cv_have_decl_calloc" "$ac_includes_default"
f00f02a3 6967if test "x$ac_cv_have_decl_calloc" = xyes; then :
cd9a469c 6968 ac_have_decl=1
6969else
6970 ac_have_decl=0
28cc9eac 6971fi
cd9a469c 6972
6973cat >>confdefs.h <<_ACEOF
6974#define HAVE_DECL_CALLOC $ac_have_decl
6975_ACEOF
6976ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
f00f02a3 6977if test "x$ac_cv_have_decl_getenv" = xyes; then :
cd9a469c 6978 ac_have_decl=1
6979else
6980 ac_have_decl=0
28cc9eac 6981fi
28cc9eac 6982
6983cat >>confdefs.h <<_ACEOF
cd9a469c 6984#define HAVE_DECL_GETENV $ac_have_decl
28cc9eac 6985_ACEOF
cd9a469c 6986ac_fn_c_check_decl "$LINENO" "getopt" "ac_cv_have_decl_getopt" "$ac_includes_default"
f00f02a3 6987if test "x$ac_cv_have_decl_getopt" = xyes; then :
cd9a469c 6988 ac_have_decl=1
6989else
6990 ac_have_decl=0
6991fi
28cc9eac 6992
cd9a469c 6993cat >>confdefs.h <<_ACEOF
6994#define HAVE_DECL_GETOPT $ac_have_decl
6995_ACEOF
6996ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
f00f02a3 6997if test "x$ac_cv_have_decl_malloc" = xyes; then :
cd9a469c 6998 ac_have_decl=1
6999else
7000 ac_have_decl=0
7001fi
28cc9eac 7002
cd9a469c 7003cat >>confdefs.h <<_ACEOF
7004#define HAVE_DECL_MALLOC $ac_have_decl
7005_ACEOF
7006ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
f00f02a3 7007if test "x$ac_cv_have_decl_realloc" = xyes; then :
cd9a469c 7008 ac_have_decl=1
28cc9eac 7009else
cd9a469c 7010 ac_have_decl=0
7011fi
7012
7013cat >>confdefs.h <<_ACEOF
7014#define HAVE_DECL_REALLOC $ac_have_decl
28cc9eac 7015_ACEOF
cd9a469c 7016ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
f00f02a3 7017if test "x$ac_cv_have_decl_sbrk" = xyes; then :
cd9a469c 7018 ac_have_decl=1
7019else
7020 ac_have_decl=0
7021fi
28cc9eac 7022
cd9a469c 7023cat >>confdefs.h <<_ACEOF
7024#define HAVE_DECL_SBRK $ac_have_decl
33922532 7025_ACEOF
7026
7027 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
f00f02a3 7028if test "x$ac_cv_have_decl_strtol" = xyes; then :
33922532 7029 ac_have_decl=1
7030else
7031 ac_have_decl=0
7032fi
7033
7034cat >>confdefs.h <<_ACEOF
7035#define HAVE_DECL_STRTOL $ac_have_decl
7036_ACEOF
7037ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
f00f02a3 7038if test "x$ac_cv_have_decl_strtoul" = xyes; then :
33922532 7039 ac_have_decl=1
7040else
7041 ac_have_decl=0
7042fi
7043
7044cat >>confdefs.h <<_ACEOF
7045#define HAVE_DECL_STRTOUL $ac_have_decl
7046_ACEOF
7047ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
f00f02a3 7048if test "x$ac_cv_have_decl_strtoll" = xyes; then :
33922532 7049 ac_have_decl=1
7050else
7051 ac_have_decl=0
7052fi
7053
7054cat >>confdefs.h <<_ACEOF
7055#define HAVE_DECL_STRTOLL $ac_have_decl
7056_ACEOF
7057ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
f00f02a3 7058if test "x$ac_cv_have_decl_strtoull" = xyes; then :
33922532 7059 ac_have_decl=1
7060else
7061 ac_have_decl=0
7062fi
7063
7064cat >>confdefs.h <<_ACEOF
7065#define HAVE_DECL_STRTOULL $ac_have_decl
cd9a469c 7066_ACEOF
28cc9eac 7067
cd9a469c 7068 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
f00f02a3 7069if test "x$ac_cv_have_decl_strverscmp" = xyes; then :
cd9a469c 7070 ac_have_decl=1
7071else
7072 ac_have_decl=0
9459c273 7073fi
7074
cd9a469c 7075cat >>confdefs.h <<_ACEOF
7076#define HAVE_DECL_STRVERSCMP $ac_have_decl
4b9df3c0 7077_ACEOF
7078
7079 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
f00f02a3 7080if test "x$ac_cv_have_decl_strnlen" = xyes; then :
4b9df3c0 7081 ac_have_decl=1
7082else
7083 ac_have_decl=0
7084fi
7085
7086cat >>confdefs.h <<_ACEOF
7087#define HAVE_DECL_STRNLEN $ac_have_decl
cd9a469c 7088_ACEOF
9459c273 7089
70e4dc27 7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether canonicalize_file_name must be declared" >&5
7091$as_echo_n "checking whether canonicalize_file_name must be declared... " >&6; }
f00f02a3 7092if ${libiberty_cv_decl_needed_canonicalize_file_name+:} false; then :
70e4dc27 7093 $as_echo_n "(cached) " >&6
7094else
7095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7096/* end confdefs.h. */
7097
7098#include "confdefs.h"
7099#include <stdio.h>
7100#ifdef HAVE_STRING_H
7101#include <string.h>
7102#else
7103#ifdef HAVE_STRINGS_H
7104#include <strings.h>
7105#endif
7106#endif
7107#ifdef HAVE_STDLIB_H
7108#include <stdlib.h>
7109#endif
7110#ifdef HAVE_UNISTD_H
7111#include <unistd.h>
7112#endif
7113int
7114main ()
7115{
7116char *(*pfn) = (char *(*)) canonicalize_file_name
7117 ;
7118 return 0;
7119}
7120_ACEOF
7121if ac_fn_c_try_compile "$LINENO"; then :
7122 libiberty_cv_decl_needed_canonicalize_file_name=no
7123else
7124 libiberty_cv_decl_needed_canonicalize_file_name=yes
7125fi
7126rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7127fi
7128
7129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libiberty_cv_decl_needed_canonicalize_file_name" >&5
7130$as_echo "$libiberty_cv_decl_needed_canonicalize_file_name" >&6; }
7131if test $libiberty_cv_decl_needed_canonicalize_file_name = yes; then
7132
7133$as_echo "#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1" >>confdefs.h
7134
7135fi
7136
f0a93313 7137fi
7138
8cb0536d 7139# Figure out which version of pexecute to use.
7140case "${host}" in
a16fe5d1 7141 *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;;
7142 *-*-msdosdjgpp*) pexecute=pex-djgpp ;;
7143 *-*-msdos*) pexecute=pex-msdos ;;
7144 *) pexecute=pex-unix ;;
8cb0536d 7145esac
7146
7147
f00f02a3 7148
7149
7150
7151 for ac_header in $ac_header_list
70e4dc27 7152do :
7153 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7154ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"
f00f02a3 7155if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
70e4dc27 7156 cat >>confdefs.h <<_ACEOF
7157#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7158_ACEOF
7159
7160fi
7161done
7162
f00f02a3 7163
7164
7165
7166
7167
7168
7169if test x$gcc_no_link = xyes; then
7170 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset; then
7171 ac_cv_func_mmap_fixed_mapped=no
7172 fi
7173fi
7174if test "x${ac_cv_func_mmap_fixed_mapped}" != xno; then
7175
70e4dc27 7176for ac_func in getpagesize
7177do :
7178 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
f00f02a3 7179if test "x$ac_cv_func_getpagesize" = xyes; then :
70e4dc27 7180 cat >>confdefs.h <<_ACEOF
7181#define HAVE_GETPAGESIZE 1
7182_ACEOF
7183
7184fi
7185done
7186
7187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
7188$as_echo_n "checking for working mmap... " >&6; }
f00f02a3 7189if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
70e4dc27 7190 $as_echo_n "(cached) " >&6
7191else
7192 if test "$cross_compiling" = yes; then :
7193 ac_cv_func_mmap_fixed_mapped=no
7194else
7195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7196/* end confdefs.h. */
7197$ac_includes_default
7198/* malloc might have been renamed as rpl_malloc. */
7199#undef malloc
7200
7201/* Thanks to Mike Haertel and Jim Avera for this test.
7202 Here is a matrix of mmap possibilities:
7203 mmap private not fixed
7204 mmap private fixed at somewhere currently unmapped
7205 mmap private fixed at somewhere already mapped
7206 mmap shared not fixed
7207 mmap shared fixed at somewhere currently unmapped
7208 mmap shared fixed at somewhere already mapped
7209 For private mappings, we should verify that changes cannot be read()
7210 back from the file, nor mmap's back from the file at a different
7211 address. (There have been systems where private was not correctly
7212 implemented like the infamous i386 svr4.0, and systems where the
7213 VM page cache was not coherent with the file system buffer cache
7214 like early versions of FreeBSD and possibly contemporary NetBSD.)
7215 For shared mappings, we should conversely verify that changes get
7216 propagated back to all the places they're supposed to be.
7217
7218 Grep wants private fixed already mapped.
7219 The main things grep needs to know about mmap are:
7220 * does it exist and is it safe to write into the mmap'd area
7221 * how to use it (BSD variants) */
7222
7223#include <fcntl.h>
7224#include <sys/mman.h>
7225
7226#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
7227char *malloc ();
7228#endif
7229
7230/* This mess was copied from the GNU getpagesize.h. */
7231#ifndef HAVE_GETPAGESIZE
70e4dc27 7232# ifdef _SC_PAGESIZE
7233# define getpagesize() sysconf(_SC_PAGESIZE)
7234# else /* no _SC_PAGESIZE */
7235# ifdef HAVE_SYS_PARAM_H
7236# include <sys/param.h>
7237# ifdef EXEC_PAGESIZE
7238# define getpagesize() EXEC_PAGESIZE
7239# else /* no EXEC_PAGESIZE */
7240# ifdef NBPG
7241# define getpagesize() NBPG * CLSIZE
7242# ifndef CLSIZE
7243# define CLSIZE 1
7244# endif /* no CLSIZE */
7245# else /* no NBPG */
7246# ifdef NBPC
7247# define getpagesize() NBPC
7248# else /* no NBPC */
7249# ifdef PAGESIZE
7250# define getpagesize() PAGESIZE
7251# endif /* PAGESIZE */
7252# endif /* no NBPC */
7253# endif /* no NBPG */
7254# endif /* no EXEC_PAGESIZE */
7255# else /* no HAVE_SYS_PARAM_H */
7256# define getpagesize() 8192 /* punt totally */
7257# endif /* no HAVE_SYS_PARAM_H */
7258# endif /* no _SC_PAGESIZE */
7259
7260#endif /* no HAVE_GETPAGESIZE */
7261
7262int
7263main ()
7264{
7265 char *data, *data2, *data3;
f00f02a3 7266 const char *cdata2;
70e4dc27 7267 int i, pagesize;
f00f02a3 7268 int fd, fd2;
70e4dc27 7269
7270 pagesize = getpagesize ();
7271
7272 /* First, make a file with some known garbage in it. */
7273 data = (char *) malloc (pagesize);
7274 if (!data)
7275 return 1;
7276 for (i = 0; i < pagesize; ++i)
7277 *(data + i) = rand ();
7278 umask (0);
7279 fd = creat ("conftest.mmap", 0600);
7280 if (fd < 0)
f00f02a3 7281 return 2;
70e4dc27 7282 if (write (fd, data, pagesize) != pagesize)
f00f02a3 7283 return 3;
70e4dc27 7284 close (fd);
7285
f00f02a3 7286 /* Next, check that the tail of a page is zero-filled. File must have
7287 non-zero length, otherwise we risk SIGBUS for entire page. */
7288 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
7289 if (fd2 < 0)
7290 return 4;
7291 cdata2 = "";
7292 if (write (fd2, cdata2, 1) != 1)
7293 return 5;
7294 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
7295 if (data2 == MAP_FAILED)
7296 return 6;
7297 for (i = 0; i < pagesize; ++i)
7298 if (*(data2 + i))
7299 return 7;
7300 close (fd2);
7301 if (munmap (data2, pagesize))
7302 return 8;
7303
70e4dc27 7304 /* Next, try to mmap the file at a fixed address which already has
7305 something else allocated at it. If we can, also make sure that
7306 we see the same garbage. */
7307 fd = open ("conftest.mmap", O_RDWR);
7308 if (fd < 0)
f00f02a3 7309 return 9;
70e4dc27 7310 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7311 MAP_PRIVATE | MAP_FIXED, fd, 0L))
f00f02a3 7312 return 10;
70e4dc27 7313 for (i = 0; i < pagesize; ++i)
7314 if (*(data + i) != *(data2 + i))
f00f02a3 7315 return 11;
70e4dc27 7316
7317 /* Finally, make sure that changes to the mapped area do not
7318 percolate back to the file as seen by read(). (This is a bug on
7319 some variants of i386 svr4.0.) */
7320 for (i = 0; i < pagesize; ++i)
7321 *(data2 + i) = *(data2 + i) + 1;
7322 data3 = (char *) malloc (pagesize);
7323 if (!data3)
f00f02a3 7324 return 12;
70e4dc27 7325 if (read (fd, data3, pagesize) != pagesize)
f00f02a3 7326 return 13;
70e4dc27 7327 for (i = 0; i < pagesize; ++i)
7328 if (*(data + i) != *(data3 + i))
f00f02a3 7329 return 14;
70e4dc27 7330 close (fd);
7331 return 0;
7332}
7333_ACEOF
7334if ac_fn_c_try_run "$LINENO"; then :
7335 ac_cv_func_mmap_fixed_mapped=yes
7336else
7337 ac_cv_func_mmap_fixed_mapped=no
7338fi
7339rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7340 conftest.$ac_objext conftest.beam conftest.$ac_ext
7341fi
7342
7343fi
7344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
7345$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
7346if test $ac_cv_func_mmap_fixed_mapped = yes; then
7347
7348$as_echo "#define HAVE_MMAP 1" >>confdefs.h
7349
7350fi
f00f02a3 7351rm -f conftest.mmap conftest.txt
70e4dc27 7352
7353fi
7354
7355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strncmp" >&5
7356$as_echo_n "checking for working strncmp... " >&6; }
f00f02a3 7357if ${ac_cv_func_strncmp_works+:} false; then :
70e4dc27 7358 $as_echo_n "(cached) " >&6
7359else
7360 if test "$cross_compiling" = yes; then :
7361 ac_cv_func_strncmp_works=yes
7362else
7363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7364/* end confdefs.h. */
7365
7366/* Test by Jim Wilson and Kaveh Ghazi.
7367 Check whether strncmp reads past the end of its string parameters. */
7368#include <sys/types.h>
7369
7370#ifdef HAVE_FCNTL_H
7371#include <fcntl.h>
7372#endif
7373
7374#ifdef HAVE_SYS_MMAN_H
7375#include <sys/mman.h>
7376#endif
7377
7378#ifndef MAP_ANON
7379#ifdef MAP_ANONYMOUS
7380#define MAP_ANON MAP_ANONYMOUS
7381#else
7382#define MAP_ANON MAP_FILE
7383#endif
7384#endif
7385
7386#ifndef MAP_FILE
7387#define MAP_FILE 0
7388#endif
7389#ifndef O_RDONLY
7390#define O_RDONLY 0
7391#endif
7392
7393#define MAP_LEN 0x10000
7394
7395main ()
7396{
7397#if defined(HAVE_MMAP) || defined(HAVE_MMAP_ANYWHERE)
7398 char *p;
7399 int dev_zero;
7400
7401 dev_zero = open ("/dev/zero", O_RDONLY);
7402 if (dev_zero < 0)
7403 exit (1);
7404
7405 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
7406 MAP_ANON|MAP_PRIVATE, dev_zero, 0);
7407 if (p == (char *)-1)
7408 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
7409 MAP_ANON|MAP_PRIVATE, -1, 0);
7410 if (p == (char *)-1)
7411 exit (2);
7412 else
7413 {
7414 char *string = "__si_type_info";
7415 char *q = (char *) p + MAP_LEN - strlen (string) - 2;
7416 char *r = (char *) p + 0xe;
7417
7418 strcpy (q, string);
7419 strcpy (r, string);
7420 strncmp (r, q, 14);
7421 }
7422#endif /* HAVE_MMAP || HAVE_MMAP_ANYWHERE */
7423 exit (0);
7424}
7425
7426_ACEOF
7427if ac_fn_c_try_run "$LINENO"; then :
7428 ac_cv_func_strncmp_works=yes
7429else
7430 ac_cv_func_strncmp_works=no
7431fi
7432rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7433 conftest.$ac_objext conftest.beam conftest.$ac_ext
7434fi
7435
7436rm -f core core.* *.core
7437fi
7438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strncmp_works" >&5
7439$as_echo "$ac_cv_func_strncmp_works" >&6; }
7440if test $ac_cv_func_strncmp_works = no ; then
7441 case " $LIBOBJS " in
7442 *" strncmp.$ac_objext "* ) ;;
7443 *) LIBOBJS="$LIBOBJS strncmp.$ac_objext"
7444 ;;
7445esac
7446
7447fi
7448
b3524c8f 7449
f0a93313 7450# Install a library built with a cross compiler in $(tooldir) rather
7451# than $(libdir).
804ec1bf 7452if test -z "${with_cross_host}"; then
f0a93313 7453 INSTALL_DEST=libdir
7454else
7455 INSTALL_DEST=tooldir
7456fi
7457
7458
fdf7ca85 7459
7460L=""
7461for l in x $LIBOBJS; do
7462 case $l in
7463 x) ;;
7464 *) L="$L ./$l" ;;
7465 esac
7466done
7467LIBOBJS="$L"
7468
87d31c8b 7469
7470
7471
7472
f0a93313 7473# We need multilib support, but only if configuring for the target.
cd9a469c 7474ac_config_files="$ac_config_files Makefile testsuite/Makefile"
6c13736f 7475
cd9a469c 7476ac_config_commands="$ac_config_commands default"
6c13736f 7477
a6089b1e 7478cat >confcache <<\_ACEOF
f0a93313 7479# This file is a shell script that caches the results of configure
7480# tests run on this system so they can be shared between configure
a6089b1e 7481# scripts and configure runs, see configure's option --config-cache.
7482# It is not useful on other systems. If it contains results you don't
7483# want to keep, you may remove or edit it.
f0a93313 7484#
a6089b1e 7485# config.status only pays attention to the cache file if you give it
7486# the --recheck option to rerun configure.
f0a93313 7487#
a6089b1e 7488# `ac_cv_env_foo' variables (set or unset) will be overridden when
7489# loading this file, other *unset* `ac_cv_foo' will be assigned the
7490# following values.
7491
7492_ACEOF
7493
f0a93313 7494# The following way of writing the cache mishandles newlines in values,
7495# but we know of no workaround that is simple, portable, and efficient.
cd9a469c 7496# So, we kill variables containing newlines.
f0a93313 7497# Ultrix sh set writes to stderr and can't be redirected directly,
7498# and sets the high bit in the cache file unless we assign to the vars.
cd9a469c 7499(
7500 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7501 eval ac_val=\$$ac_var
7502 case $ac_val in #(
7503 *${as_nl}*)
7504 case $ac_var in #(
7505 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7506$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7507 esac
7508 case $ac_var in #(
7509 _ | IFS | as_nl) ;; #(
7510 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7511 *) { eval $ac_var=; unset $ac_var;} ;;
7512 esac ;;
7513 esac
7514 done
7515
a6089b1e 7516 (set) 2>&1 |
cd9a469c 7517 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7518 *${as_nl}ac_space=\ *)
7519 # `set' does not quote correctly, so add quotes: double-quote
7520 # substitution turns \\\\ into \\, and sed turns \\ into \.
a6089b1e 7521 sed -n \
ac09b42b 7522 "s/'/'\\\\''/g;
7523 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
cd9a469c 7524 ;; #(
a6089b1e 7525 *)
7526 # `set' quotes correctly as required by POSIX, so do not add quotes.
cd9a469c 7527 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
a6089b1e 7528 ;;
cd9a469c 7529 esac |
7530 sort
7531) |
a6089b1e 7532 sed '
cd9a469c 7533 /^ac_cv_env_/b end
a6089b1e 7534 t clear
cd9a469c 7535 :clear
a6089b1e 7536 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7537 t end
cd9a469c 7538 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7539 :end' >>confcache
7540if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7541 if test -w "$cache_file"; then
f00f02a3 7542 if test "x$cache_file" != "x/dev/null"; then
cd9a469c 7543 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7544$as_echo "$as_me: updating cache $cache_file" >&6;}
f00f02a3 7545 if test ! -f "$cache_file" || test -h "$cache_file"; then
7546 cat confcache >"$cache_file"
7547 else
7548 case $cache_file in #(
7549 */* | ?:*)
7550 mv -f confcache "$cache_file"$$ &&
7551 mv -f "$cache_file"$$ "$cache_file" ;; #(
7552 *)
7553 mv -f confcache "$cache_file" ;;
7554 esac
7555 fi
7556 fi
f0a93313 7557 else
cd9a469c 7558 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7559$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
f0a93313 7560 fi
7561fi
7562rm -f confcache
7563
f0a93313 7564test "x$prefix" = xNONE && prefix=$ac_default_prefix
7565# Let make expand exec_prefix.
7566test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7567
f0a93313 7568DEFS=-DHAVE_CONFIG_H
7569
a6089b1e 7570ac_libobjs=
7571ac_ltlibobjs=
f00f02a3 7572U=
a6089b1e 7573for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7574 # 1. Remove the extension, and $U if already installed.
cd9a469c 7575 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7576 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7577 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7578 # will be set to the directory where LIBOBJS objects are built.
7579 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7580 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
a6089b1e 7581done
7582LIBOBJS=$ac_libobjs
f0a93313 7583
a6089b1e 7584LTLIBOBJS=$ac_ltlibobjs
7585
7586
7587
cd9a469c 7588
f00f02a3 7589: "${CONFIG_STATUS=./config.status}"
cd9a469c 7590ac_write_fail=0
a6089b1e 7591ac_clean_files_save=$ac_clean_files
7592ac_clean_files="$ac_clean_files $CONFIG_STATUS"
cd9a469c 7593{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7594$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7595as_write_fail=0
7596cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
a6089b1e 7597#! $SHELL
7598# Generated by $as_me.
f0a93313 7599# Run this file to recreate the current configuration.
f0a93313 7600# Compiler output produced by configure, useful for debugging
a6089b1e 7601# configure, is in config.log if it exists.
f0a93313 7602
a6089b1e 7603debug=false
7604ac_cs_recheck=false
7605ac_cs_silent=false
a6089b1e 7606
cd9a469c 7607SHELL=\${CONFIG_SHELL-$SHELL}
7608export SHELL
7609_ASEOF
7610cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7611## -------------------- ##
7612## M4sh Initialization. ##
7613## -------------------- ##
7614
7615# Be more Bourne compatible
7616DUALCASE=1; export DUALCASE # for MKS sh
7617if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
a6089b1e 7618 emulate sh
7619 NULLCMD=:
cd9a469c 7620 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
a6089b1e 7621 # is contrary to our usage. Disable this feature.
7622 alias -g '${1+"$@"}'='"$@"'
cd9a469c 7623 setopt NO_GLOB_SUBST
7624else
7625 case `(set -o) 2>/dev/null` in #(
7626 *posix*) :
7627 set -o posix ;; #(
7628 *) :
7629 ;;
7630esac
a6089b1e 7631fi
7632
cd9a469c 7633
7634as_nl='
7635'
7636export as_nl
7637# Printing a long string crashes Solaris 7 /usr/bin/printf.
7638as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7639as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7640as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7641# Prefer a ksh shell builtin over an external printf program on Solaris,
7642# but without wasting forks for bash or zsh.
7643if test -z "$BASH_VERSION$ZSH_VERSION" \
7644 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7645 as_echo='print -r --'
7646 as_echo_n='print -rn --'
7647elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7648 as_echo='printf %s\n'
7649 as_echo_n='printf %s'
7650else
7651 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7652 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7653 as_echo_n='/usr/ucb/echo -n'
7654 else
7655 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7656 as_echo_n_body='eval
7657 arg=$1;
7658 case $arg in #(
7659 *"$as_nl"*)
7660 expr "X$arg" : "X\\(.*\\)$as_nl";
7661 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7662 esac;
7663 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7664 '
7665 export as_echo_n_body
7666 as_echo_n='sh -c $as_echo_n_body as_echo'
7667 fi
7668 export as_echo_body
7669 as_echo='sh -c $as_echo_body as_echo'
7670fi
7671
7672# The user is always right.
7673if test "${PATH_SEPARATOR+set}" != set; then
7674 PATH_SEPARATOR=:
7675 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7676 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7677 PATH_SEPARATOR=';'
7678 }
a6089b1e 7679fi
7680
7681
cd9a469c 7682# IFS
7683# We need space, tab and new line, in precisely that order. Quoting is
7684# there to prevent editors from complaining about space-tab.
7685# (If _AS_PATH_WALK were called with IFS unset, it would disable word
7686# splitting by setting IFS to empty value.)
7687IFS=" "" $as_nl"
7688
7689# Find who we are. Look in the path if we contain no directory separator.
f00f02a3 7690as_myself=
cd9a469c 7691case $0 in #((
7692 *[\\/]* ) as_myself=$0 ;;
7693 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7694for as_dir in $PATH
7695do
7696 IFS=$as_save_IFS
7697 test -z "$as_dir" && as_dir=.
7698 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7699 done
7700IFS=$as_save_IFS
7701
7702 ;;
7703esac
7704# We did not find ourselves, most probably we were run as `sh COMMAND'
7705# in which case we are not to be found in the path.
7706if test "x$as_myself" = x; then
7707 as_myself=$0
7708fi
7709if test ! -f "$as_myself"; then
7710 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7711 exit 1
7712fi
7713
7714# Unset variables that we do not need and which cause bugs (e.g. in
7715# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7716# suppresses any "Segmentation fault" message there. '((' could
7717# trigger a bug in pdksh 5.2.14.
7718for as_var in BASH_ENV ENV MAIL MAILPATH
7719do eval test x\${$as_var+set} = xset \
7720 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7721done
a6089b1e 7722PS1='$ '
7723PS2='> '
7724PS4='+ '
7725
7726# NLS nuisances.
cd9a469c 7727LC_ALL=C
7728export LC_ALL
7729LANGUAGE=C
7730export LANGUAGE
7731
7732# CDPATH.
7733(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7734
7735
f00f02a3 7736# as_fn_error STATUS ERROR [LINENO LOG_FD]
7737# ----------------------------------------
cd9a469c 7738# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7739# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
f00f02a3 7740# script with STATUS, using 1 if that was 0.
cd9a469c 7741as_fn_error ()
7742{
f00f02a3 7743 as_status=$1; test $as_status -eq 0 && as_status=1
7744 if test "$4"; then
7745 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7746 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
a6089b1e 7747 fi
f00f02a3 7748 $as_echo "$as_me: error: $2" >&2
cd9a469c 7749 as_fn_exit $as_status
7750} # as_fn_error
7751
7752
7753# as_fn_set_status STATUS
7754# -----------------------
7755# Set $? to STATUS, without forking.
7756as_fn_set_status ()
7757{
7758 return $1
7759} # as_fn_set_status
7760
7761# as_fn_exit STATUS
7762# -----------------
7763# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7764as_fn_exit ()
7765{
7766 set +e
7767 as_fn_set_status $1
7768 exit $1
7769} # as_fn_exit
7770
7771# as_fn_unset VAR
7772# ---------------
7773# Portably unset VAR.
7774as_fn_unset ()
7775{
7776 { eval $1=; unset $1;}
7777}
7778as_unset=as_fn_unset
7779# as_fn_append VAR VALUE
7780# ----------------------
7781# Append the text in VALUE to the end of the definition contained in VAR. Take
7782# advantage of any shell optimizations that allow amortized linear growth over
7783# repeated appends, instead of the typical quadratic growth present in naive
7784# implementations.
7785if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7786 eval 'as_fn_append ()
7787 {
7788 eval $1+=\$2
7789 }'
7790else
7791 as_fn_append ()
7792 {
7793 eval $1=\$$1\$2
7794 }
7795fi # as_fn_append
7796
7797# as_fn_arith ARG...
7798# ------------------
7799# Perform arithmetic evaluation on the ARGs, and store the result in the
7800# global $as_val. Take advantage of shells that can avoid forks. The arguments
7801# must be portable across $(()) and expr.
7802if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7803 eval 'as_fn_arith ()
7804 {
7805 as_val=$(( $* ))
7806 }'
7807else
7808 as_fn_arith ()
7809 {
7810 as_val=`expr "$@" || test $? -eq 1`
7811 }
7812fi # as_fn_arith
7813
f0a93313 7814
cd9a469c 7815if expr a : '\(a\)' >/dev/null 2>&1 &&
7816 test "X`expr 00001 : '.*\(...\)'`" = X001; then
a6089b1e 7817 as_expr=expr
7818else
7819 as_expr=false
7820fi
f0a93313 7821
cd9a469c 7822if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
a6089b1e 7823 as_basename=basename
7824else
7825 as_basename=false
7826fi
f0a93313 7827
cd9a469c 7828if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7829 as_dirname=dirname
7830else
7831 as_dirname=false
7832fi
f0a93313 7833
cd9a469c 7834as_me=`$as_basename -- "$0" ||
a6089b1e 7835$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7836 X"$0" : 'X\(//\)$' \| \
cd9a469c 7837 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7838$as_echo X/"$0" |
7839 sed '/^.*\/\([^/][^/]*\)\/*$/{
7840 s//\1/
7841 q
7842 }
7843 /^X\/\(\/\/\)$/{
7844 s//\1/
7845 q
7846 }
7847 /^X\/\(\/\).*/{
7848 s//\1/
7849 q
7850 }
7851 s/.*/./; q'`
a6089b1e 7852
a6089b1e 7853# Avoid depending upon Character Ranges.
7854as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7855as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7856as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7857as_cr_digits='0123456789'
7858as_cr_alnum=$as_cr_Letters$as_cr_digits
f0a93313 7859
cd9a469c 7860ECHO_C= ECHO_N= ECHO_T=
7861case `echo -n x` in #(((((
7862-n*)
7863 case `echo 'xy\c'` in
7864 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7865 xy) ECHO_C='\c';;
7866 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7867 ECHO_T=' ';;
7868 esac;;
7869*)
7870 ECHO_N='-n';;
a6089b1e 7871esac
7872
cd9a469c 7873rm -f conf$$ conf$$.exe conf$$.file
7874if test -d conf$$.dir; then
7875 rm -f conf$$.dir/conf$$.file
a6089b1e 7876else
cd9a469c 7877 rm -f conf$$.dir
7878 mkdir conf$$.dir 2>/dev/null
a6089b1e 7879fi
cd9a469c 7880if (echo >conf$$.file) 2>/dev/null; then
7881 if ln -s conf$$.file conf$$ 2>/dev/null; then
a6089b1e 7882 as_ln_s='ln -s'
cd9a469c 7883 # ... but there are two gotchas:
7884 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7885 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
f00f02a3 7886 # In both cases, we have to default to `cp -pR'.
cd9a469c 7887 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
f00f02a3 7888 as_ln_s='cp -pR'
cd9a469c 7889 elif ln conf$$.file conf$$ 2>/dev/null; then
7890 as_ln_s=ln
7891 else
f00f02a3 7892 as_ln_s='cp -pR'
f0a93313 7893 fi
a6089b1e 7894else
f00f02a3 7895 as_ln_s='cp -pR'
a6089b1e 7896fi
cd9a469c 7897rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7898rmdir conf$$.dir 2>/dev/null
7899
7900
7901# as_fn_mkdir_p
7902# -------------
7903# Create "$as_dir" as a directory, including parents if necessary.
7904as_fn_mkdir_p ()
7905{
7906
7907 case $as_dir in #(
7908 -*) as_dir=./$as_dir;;
7909 esac
7910 test -d "$as_dir" || eval $as_mkdir_p || {
7911 as_dirs=
7912 while :; do
7913 case $as_dir in #(
7914 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7915 *) as_qdir=$as_dir;;
7916 esac
7917 as_dirs="'$as_qdir' $as_dirs"
7918 as_dir=`$as_dirname -- "$as_dir" ||
7919$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7920 X"$as_dir" : 'X\(//\)[^/]' \| \
7921 X"$as_dir" : 'X\(//\)$' \| \
7922 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7923$as_echo X"$as_dir" |
7924 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7925 s//\1/
7926 q
7927 }
7928 /^X\(\/\/\)[^/].*/{
7929 s//\1/
7930 q
7931 }
7932 /^X\(\/\/\)$/{
7933 s//\1/
7934 q
7935 }
7936 /^X\(\/\).*/{
7937 s//\1/
7938 q
7939 }
7940 s/.*/./; q'`
7941 test -d "$as_dir" && break
7942 done
7943 test -z "$as_dirs" || eval "mkdir $as_dirs"
f00f02a3 7944 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
a6089b1e 7945
cd9a469c 7946
7947} # as_fn_mkdir_p
a6089b1e 7948if mkdir -p . 2>/dev/null; then
cd9a469c 7949 as_mkdir_p='mkdir -p "$as_dir"'
a6089b1e 7950else
ac09b42b 7951 test -d ./-p && rmdir ./-p
a6089b1e 7952 as_mkdir_p=false
7953fi
7954
f00f02a3 7955
7956# as_fn_executable_p FILE
7957# -----------------------
7958# Test if FILE is an executable regular file.
7959as_fn_executable_p ()
7960{
7961 test -f "$1" && test -x "$1"
7962} # as_fn_executable_p
7963as_test_x='test -x'
7964as_executable_p=as_fn_executable_p
a6089b1e 7965
7966# Sed expression to map a string onto a valid CPP name.
ac09b42b 7967as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a6089b1e 7968
7969# Sed expression to map a string onto a valid variable name.
ac09b42b 7970as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a6089b1e 7971
7972
a6089b1e 7973exec 6>&1
cd9a469c 7974## ----------------------------------- ##
7975## Main body of $CONFIG_STATUS script. ##
7976## ----------------------------------- ##
7977_ASEOF
7978test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
7979
7980cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7981# Save the log message, to keep $0 and so on meaningful, and to
a6089b1e 7982# report actual input values of CONFIG_FILES etc. instead of their
cd9a469c 7983# values after options handling.
7984ac_log="
a6089b1e 7985This file was extended by $as_me, which was
f00f02a3 7986generated by GNU Autoconf 2.69. Invocation command line was
a6089b1e 7987
7988 CONFIG_FILES = $CONFIG_FILES
7989 CONFIG_HEADERS = $CONFIG_HEADERS
7990 CONFIG_LINKS = $CONFIG_LINKS
7991 CONFIG_COMMANDS = $CONFIG_COMMANDS
7992 $ $0 $@
7993
cd9a469c 7994on `(hostname || uname -n) 2>/dev/null | sed 1q`
7995"
7996
a6089b1e 7997_ACEOF
7998
cd9a469c 7999case $ac_config_files in *"
8000"*) set x $ac_config_files; shift; ac_config_files=$*;;
8001esac
a6089b1e 8002
cd9a469c 8003case $ac_config_headers in *"
8004"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8005esac
a6089b1e 8006
a6089b1e 8007
cd9a469c 8008cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8009# Files that config.status was made for.
8010config_files="$ac_config_files"
8011config_headers="$ac_config_headers"
8012config_commands="$ac_config_commands"
a6089b1e 8013
cd9a469c 8014_ACEOF
a6089b1e 8015
cd9a469c 8016cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
a6089b1e 8017ac_cs_usage="\
cd9a469c 8018\`$as_me' instantiates files and other configuration actions
8019from templates according to the current configuration. Unless the files
8020and actions are specified as TAGs, all are instantiated by default.
a6089b1e 8021
cd9a469c 8022Usage: $0 [OPTION]... [TAG]...
a6089b1e 8023
8024 -h, --help print this help, then exit
cd9a469c 8025 -V, --version print version number and configuration settings, then exit
f00f02a3 8026 --config print configuration, then exit
cd9a469c 8027 -q, --quiet, --silent
8028 do not print progress messages
a6089b1e 8029 -d, --debug don't remove temporary files
8030 --recheck update $as_me by reconfiguring in the same conditions
cd9a469c 8031 --file=FILE[:TEMPLATE]
8032 instantiate the configuration file FILE
8033 --header=FILE[:TEMPLATE]
8034 instantiate the configuration header FILE
a6089b1e 8035
8036Configuration files:
8037$config_files
8038
8039Configuration headers:
8040$config_headers
8041
8042Configuration commands:
8043$config_commands
8044
cd9a469c 8045Report bugs to the package provider."
a6089b1e 8046
cd9a469c 8047_ACEOF
8048cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f00f02a3 8049ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
a6089b1e 8050ac_cs_version="\\
8051config.status
f00f02a3 8052configured by $0, generated by GNU Autoconf 2.69,
8053 with options \\"\$ac_cs_config\\"
a6089b1e 8054
f00f02a3 8055Copyright (C) 2012 Free Software Foundation, Inc.
a6089b1e 8056This config.status script is free software; the Free Software Foundation
8057gives unlimited permission to copy, distribute and modify it."
cd9a469c 8058
8059ac_pwd='$ac_pwd'
8060srcdir='$srcdir'
8061INSTALL='$INSTALL'
8062test -n "\$AWK" || AWK=awk
a6089b1e 8063_ACEOF
8064
cd9a469c 8065cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8066# The default lists apply if the user does not specify any file.
a6089b1e 8067ac_need_defaults=:
8068while test $# != 0
8069do
8070 case $1 in
f00f02a3 8071 --*=?*)
cd9a469c 8072 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8073 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
a6089b1e 8074 ac_shift=:
8075 ;;
f00f02a3 8076 --*=)
8077 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8078 ac_optarg=
8079 ac_shift=:
8080 ;;
cd9a469c 8081 *)
a6089b1e 8082 ac_option=$1
8083 ac_optarg=$2
8084 ac_shift=shift
8085 ;;
a6089b1e 8086 esac
8087
8088 case $ac_option in
8089 # Handling of the options.
a6089b1e 8090 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8091 ac_cs_recheck=: ;;
cd9a469c 8092 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8093 $as_echo "$ac_cs_version"; exit ;;
f00f02a3 8094 --config | --confi | --conf | --con | --co | --c )
8095 $as_echo "$ac_cs_config"; exit ;;
cd9a469c 8096 --debug | --debu | --deb | --de | --d | -d )
a6089b1e 8097 debug=: ;;
8098 --file | --fil | --fi | --f )
8099 $ac_shift
cd9a469c 8100 case $ac_optarg in
8101 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
f00f02a3 8102 '') as_fn_error $? "missing file argument" ;;
cd9a469c 8103 esac
8104 as_fn_append CONFIG_FILES " '$ac_optarg'"
a6089b1e 8105 ac_need_defaults=false;;
8106 --header | --heade | --head | --hea )
8107 $ac_shift
cd9a469c 8108 case $ac_optarg in
8109 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8110 esac
8111 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
a6089b1e 8112 ac_need_defaults=false;;
cd9a469c 8113 --he | --h)
8114 # Conflict between --help and --header
f00f02a3 8115 as_fn_error $? "ambiguous option: \`$1'
cd9a469c 8116Try \`$0 --help' for more information.";;
8117 --help | --hel | -h )
8118 $as_echo "$ac_cs_usage"; exit ;;
a6089b1e 8119 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8120 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8121 ac_cs_silent=: ;;
8122
8123 # This is an error.
f00f02a3 8124 -*) as_fn_error $? "unrecognized option: \`$1'
cd9a469c 8125Try \`$0 --help' for more information." ;;
a6089b1e 8126
cd9a469c 8127 *) as_fn_append ac_config_targets " $1"
8128 ac_need_defaults=false ;;
a6089b1e 8129
8130 esac
8131 shift
f0a93313 8132done
a6089b1e 8133
8134ac_configure_extra_args=
8135
8136if $ac_cs_silent; then
8137 exec 6>/dev/null
8138 ac_configure_extra_args="$ac_configure_extra_args --silent"
f0a93313 8139fi
f0a93313 8140
a6089b1e 8141_ACEOF
cd9a469c 8142cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
a6089b1e 8143if \$ac_cs_recheck; then
f00f02a3 8144 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
cd9a469c 8145 shift
8146 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8147 CONFIG_SHELL='$SHELL'
8148 export CONFIG_SHELL
8149 exec "\$@"
a6089b1e 8150fi
f0a93313 8151
a6089b1e 8152_ACEOF
cd9a469c 8153cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8154exec 5>>config.log
8155{
8156 echo
8157 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8158## Running $as_me. ##
8159_ASBOX
8160 $as_echo "$ac_log"
8161} >&5
a6089b1e 8162
cd9a469c 8163_ACEOF
8164cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
a6089b1e 8165#
cd9a469c 8166# INIT-COMMANDS
a6089b1e 8167#
a6089b1e 8168srcdir=${srcdir}
8169host=${host}
8170target=${target}
8171with_target_subdir=${with_target_subdir}
a6089b1e 8172with_multisubdir=${with_multisubdir}
8173ac_configure_args="--enable-multilib ${ac_configure_args}"
8174CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
8175ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
8176libiberty_topdir=${libiberty_topdir}
8177
8178
8179_ACEOF
8180
cd9a469c 8181cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
a6089b1e 8182
cd9a469c 8183# Handling of arguments.
a6089b1e 8184for ac_config_target in $ac_config_targets
8185do
cd9a469c 8186 case $ac_config_target in
8187 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
8188 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8189 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
8190 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
8191
f00f02a3 8192 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
f0a93313 8193 esac
a6089b1e 8194done
f0a93313 8195
cd9a469c 8196
a6089b1e 8197# If the user did not use the arguments to specify the items to instantiate,
8198# then the envvar interface is used. Set only those that are not.
8199# We use the long form for the default assignment because of an extremely
8200# bizarre bug on SunOS 4.1.3.
8201if $ac_need_defaults; then
8202 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8203 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8204 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8205fi
8206
8207# Have a temporary directory for convenience. Make it in the build tree
cd9a469c 8208# simply because there is no reason against having it here, and in addition,
a6089b1e 8209# creating and moving files from /tmp can sometimes cause problems.
cd9a469c 8210# Hook for its removal unless debugging.
8211# Note that there is a small window in which the directory will not be cleaned:
8212# after its creation but before its name has been assigned to `$tmp'.
a6089b1e 8213$debug ||
8214{
f00f02a3 8215 tmp= ac_tmp=
cd9a469c 8216 trap 'exit_status=$?
f00f02a3 8217 : "${ac_tmp:=$tmp}"
8218 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
cd9a469c 8219' 0
8220 trap 'as_fn_exit 1' 1 2 13 15
a6089b1e 8221}
a6089b1e 8222# Create a (secure) tmp directory for tmp files.
8223
8224{
cd9a469c 8225 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
f00f02a3 8226 test -d "$tmp"
a6089b1e 8227} ||
8228{
cd9a469c 8229 tmp=./conf$$-$RANDOM
8230 (umask 077 && mkdir "$tmp")
f00f02a3 8231} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8232ac_tmp=$tmp
cd9a469c 8233
8234# Set up the scripts for CONFIG_FILES section.
8235# No need to generate them if there are no CONFIG_FILES.
8236# This happens for instance with `./config.status config.h'.
8237if test -n "$CONFIG_FILES"; then
8238
8239if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
8240 ac_cs_awk_getline=:
8241 ac_cs_awk_pipe_init=
8242 ac_cs_awk_read_file='
8243 while ((getline aline < (F[key])) > 0)
8244 print(aline)
8245 close(F[key])'
8246 ac_cs_awk_pipe_fini=
8247else
8248 ac_cs_awk_getline=false
8249 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
8250 ac_cs_awk_read_file='
8251 print "|#_!!_#|"
8252 print "cat " F[key] " &&"
8253 '$ac_cs_awk_pipe_init
8254 # The final `:' finishes the AND list.
8255 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
8256fi
8257ac_cr=`echo X | tr X '\015'`
8258# On cygwin, bash can eat \r inside `` if the user requested igncr.
8259# But we know of no other shell where ac_cr would be empty at this
8260# point, so we can use a bashism as a fallback.
8261if test "x$ac_cr" = x; then
8262 eval ac_cr=\$\'\\r\'
8263fi
8264ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8265if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
f00f02a3 8266 ac_cs_awk_cr='\\r'
cd9a469c 8267else
8268 ac_cs_awk_cr=$ac_cr
8269fi
8270
f00f02a3 8271echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cd9a469c 8272_ACEOF
8273
8274# Create commands to substitute file output variables.
8275{
8276 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
f00f02a3 8277 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
cd9a469c 8278 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
8279 echo "_ACAWK" &&
8280 echo "_ACEOF"
8281} >conf$$files.sh &&
8282. ./conf$$files.sh ||
f00f02a3 8283 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 8284rm -f conf$$files.sh
8285
a6089b1e 8286{
cd9a469c 8287 echo "cat >conf$$subs.awk <<_ACEOF" &&
8288 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8289 echo "_ACEOF"
8290} >conf$$subs.sh ||
f00f02a3 8291 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8292ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cd9a469c 8293ac_delim='%!_!# '
8294for ac_last_try in false false false false false :; do
8295 . ./conf$$subs.sh ||
f00f02a3 8296 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 8297
8298 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8299 if test $ac_delim_n = $ac_delim_num; then
8300 break
8301 elif $ac_last_try; then
f00f02a3 8302 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 8303 else
8304 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8305 fi
8306done
8307rm -f conf$$subs.sh
8308
8309cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f00f02a3 8310cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
cd9a469c 8311_ACEOF
8312sed -n '
8313h
8314s/^/S["/; s/!.*/"]=/
8315p
8316g
8317s/^[^!]*!//
8318:repl
8319t repl
8320s/'"$ac_delim"'$//
8321t delim
8322:nl
8323h
f00f02a3 8324s/\(.\{148\}\)..*/\1/
cd9a469c 8325t more1
8326s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8327p
8328n
8329b repl
8330:more1
8331s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8332p
8333g
8334s/.\{148\}//
8335t nl
8336:delim
8337h
f00f02a3 8338s/\(.\{148\}\)..*/\1/
cd9a469c 8339t more2
8340s/["\\]/\\&/g; s/^/"/; s/$/"/
8341p
8342b
8343:more2
8344s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8345p
8346g
8347s/.\{148\}//
8348t delim
8349' <conf$$subs.awk | sed '
8350/^[^""]/{
8351 N
8352 s/\n//
a6089b1e 8353}
cd9a469c 8354' >>$CONFIG_STATUS || ac_write_fail=1
8355rm -f conf$$subs.awk
8356cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8357_ACAWK
f00f02a3 8358cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
cd9a469c 8359 for (key in S) S_is_set[key] = 1
8360 FS = "\a"
8361 \$ac_cs_awk_pipe_init
8362}
8363{
8364 line = $ 0
8365 nfields = split(line, field, "@")
8366 substed = 0
8367 len = length(field[1])
8368 for (i = 2; i < nfields; i++) {
8369 key = field[i]
8370 keylen = length(key)
8371 if (S_is_set[key]) {
8372 value = S[key]
8373 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8374 len += length(value) + length(field[++i])
8375 substed = 1
8376 } else
8377 len += 1 + keylen
8378 }
8379 if (nfields == 3 && !substed) {
8380 key = field[2]
8381 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
8382 \$ac_cs_awk_read_file
8383 next
8384 }
8385 }
8386 print line
8387}
8388\$ac_cs_awk_pipe_fini
8389_ACAWK
8390_ACEOF
8391cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8392if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8393 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8394else
8395 cat
f00f02a3 8396fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8397 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
a6089b1e 8398_ACEOF
8399
f00f02a3 8400# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8401# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
cd9a469c 8402# trailing colons and then remove the whole line if VPATH becomes empty
8403# (actually we leave an empty line to preserve line numbers).
8404if test "x$srcdir" = x.; then
f00f02a3 8405 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8406h
8407s///
8408s/^/:/
8409s/[ ]*$/:/
8410s/:\$(srcdir):/:/g
8411s/:\${srcdir}:/:/g
8412s/:@srcdir@:/:/g
8413s/^:*//
cd9a469c 8414s/:*$//
f00f02a3 8415x
8416s/\(=[ ]*\).*/\1/
8417G
8418s/\n//
cd9a469c 8419s/^[^=]*=[ ]*$//
8420}'
8421fi
a6089b1e 8422
cd9a469c 8423cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8424fi # test -n "$CONFIG_FILES"
a6089b1e 8425
cd9a469c 8426# Set up the scripts for CONFIG_HEADERS section.
8427# No need to generate them if there are no CONFIG_HEADERS.
8428# This happens for instance with `./config.status Makefile'.
8429if test -n "$CONFIG_HEADERS"; then
f00f02a3 8430cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
cd9a469c 8431BEGIN {
8432_ACEOF
8433
8434# Transform confdefs.h into an awk script `defines.awk', embedded as
8435# here-document in config.status, that substitutes the proper values into
8436# config.h.in to produce config.h.
8437
8438# Create a delimiter string that does not exist in confdefs.h, to ease
8439# handling of long lines.
8440ac_delim='%!_!# '
8441for ac_last_try in false false :; do
f00f02a3 8442 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8443 if test -z "$ac_tt"; then
cd9a469c 8444 break
8445 elif $ac_last_try; then
f00f02a3 8446 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
cd9a469c 8447 else
8448 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
f0a93313 8449 fi
cd9a469c 8450done
f0a93313 8451
cd9a469c 8452# For the awk script, D is an array of macro values keyed by name,
8453# likewise P contains macro parameters if any. Preserve backslash
8454# newline sequences.
8455
8456ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8457sed -n '
8458s/.\{148\}/&'"$ac_delim"'/g
8459t rset
8460:rset
8461s/^[ ]*#[ ]*define[ ][ ]*/ /
8462t def
8463d
8464:def
8465s/\\$//
8466t bsnl
8467s/["\\]/\\&/g
8468s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8469D["\1"]=" \3"/p
8470s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8471d
8472:bsnl
8473s/["\\]/\\&/g
8474s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8475D["\1"]=" \3\\\\\\n"\\/p
8476t cont
8477s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8478t cont
8479d
8480:cont
8481n
8482s/.\{148\}/&'"$ac_delim"'/g
8483t clear
8484:clear
8485s/\\$//
8486t bsnlc
8487s/["\\]/\\&/g; s/^/"/; s/$/"/p
8488d
8489:bsnlc
8490s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8491b cont
8492' <confdefs.h | sed '
8493s/'"$ac_delim"'/"\\\
8494"/g' >>$CONFIG_STATUS || ac_write_fail=1
8495
8496cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8497 for (key in D) D_is_set[key] = 1
8498 FS = "\a"
8499}
8500/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8501 line = \$ 0
8502 split(line, arg, " ")
8503 if (arg[1] == "#") {
8504 defundef = arg[2]
8505 mac1 = arg[3]
8506 } else {
8507 defundef = substr(arg[1], 2)
8508 mac1 = arg[2]
8509 }
8510 split(mac1, mac2, "(") #)
8511 macro = mac2[1]
8512 prefix = substr(line, 1, index(line, defundef) - 1)
8513 if (D_is_set[macro]) {
8514 # Preserve the white space surrounding the "#".
8515 print prefix "define", macro P[macro] D[macro]
8516 next
8517 } else {
8518 # Replace #undef with comments. This is necessary, for example,
8519 # in the case of _POSIX_SOURCE, which is predefined and required
8520 # on some systems where configure will not decide to define it.
8521 if (defundef == "undef") {
8522 print "/*", prefix defundef, macro, "*/"
8523 next
8524 }
8525 }
8526}
8527{ print }
8528_ACAWK
a6089b1e 8529_ACEOF
cd9a469c 8530cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
f00f02a3 8531 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
cd9a469c 8532fi # test -n "$CONFIG_HEADERS"
8533
8534
8535eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
8536shift
8537for ac_tag
8538do
8539 case $ac_tag in
8540 :[FHLC]) ac_mode=$ac_tag; continue;;
8541 esac
8542 case $ac_mode$ac_tag in
8543 :[FHL]*:*);;
f00f02a3 8544 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
cd9a469c 8545 :[FH]-) ac_tag=-:-;;
8546 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8547 esac
8548 ac_save_IFS=$IFS
8549 IFS=:
8550 set x $ac_tag
8551 IFS=$ac_save_IFS
8552 shift
8553 ac_file=$1
8554 shift
8555
8556 case $ac_mode in
8557 :L) ac_source=$1;;
8558 :[FH])
8559 ac_file_inputs=
8560 for ac_f
8561 do
8562 case $ac_f in
f00f02a3 8563 -) ac_f="$ac_tmp/stdin";;
cd9a469c 8564 *) # Look for the file first in the build tree, then in the source tree
8565 # (if the path is not absolute). The absolute path cannot be DOS-style,
8566 # because $ac_f cannot contain `:'.
8567 test -f "$ac_f" ||
8568 case $ac_f in
8569 [\\/$]*) false;;
8570 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8571 esac ||
f00f02a3 8572 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
cd9a469c 8573 esac
8574 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8575 as_fn_append ac_file_inputs " '$ac_f'"
8576 done
8577
8578 # Let's still pretend it is `configure' which instantiates (i.e., don't
8579 # use $as_me), people would be surprised to read:
8580 # /* config.h. Generated by config.status. */
8581 configure_input='Generated from '`
8582 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8583 `' by configure.'
8584 if test x"$ac_file" != x-; then
8585 configure_input="$ac_file. $configure_input"
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8587$as_echo "$as_me: creating $ac_file" >&6;}
8588 fi
8589 # Neutralize special characters interpreted by sed in replacement strings.
8590 case $configure_input in #(
8591 *\&* | *\|* | *\\* )
8592 ac_sed_conf_input=`$as_echo "$configure_input" |
8593 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8594 *) ac_sed_conf_input=$configure_input;;
8595 esac
8596
8597 case $ac_tag in
f00f02a3 8598 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8599 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
cd9a469c 8600 esac
8601 ;;
f0a93313 8602 esac
8603
cd9a469c 8604 ac_dir=`$as_dirname -- "$ac_file" ||
a6089b1e 8605$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac09b42b 8606 X"$ac_file" : 'X\(//\)[^/]' \| \
8607 X"$ac_file" : 'X\(//\)$' \| \
cd9a469c 8608 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8609$as_echo X"$ac_file" |
8610 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8611 s//\1/
8612 q
8613 }
8614 /^X\(\/\/\)[^/].*/{
8615 s//\1/
8616 q
8617 }
8618 /^X\(\/\/\)$/{
8619 s//\1/
8620 q
8621 }
8622 /^X\(\/\).*/{
8623 s//\1/
8624 q
8625 }
8626 s/.*/./; q'`
8627 as_dir="$ac_dir"; as_fn_mkdir_p
a6089b1e 8628 ac_builddir=.
f0a93313 8629
cd9a469c 8630case "$ac_dir" in
8631.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8632*)
8633 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8634 # A ".." for each directory in $ac_dir_suffix.
8635 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8636 case $ac_top_builddir_sub in
8637 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8638 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8639 esac ;;
8640esac
8641ac_abs_top_builddir=$ac_pwd
8642ac_abs_builddir=$ac_pwd$ac_dir_suffix
8643# for backward compatibility:
8644ac_top_builddir=$ac_top_build_prefix
a6089b1e 8645
8646case $srcdir in
cd9a469c 8647 .) # We are building in place.
a6089b1e 8648 ac_srcdir=.
cd9a469c 8649 ac_top_srcdir=$ac_top_builddir_sub
8650 ac_abs_top_srcdir=$ac_pwd ;;
8651 [\\/]* | ?:[\\/]* ) # Absolute name.
a6089b1e 8652 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 8653 ac_top_srcdir=$srcdir
8654 ac_abs_top_srcdir=$srcdir ;;
8655 *) # Relative name.
8656 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8657 ac_top_srcdir=$ac_top_build_prefix$srcdir
8658 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
a6089b1e 8659esac
cd9a469c 8660ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7f759422 8661
a6089b1e 8662
cd9a469c 8663 case $ac_mode in
8664 :F)
8665 #
8666 # CONFIG_FILE
8667 #
a6089b1e 8668
8669 case $INSTALL in
8670 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
cd9a469c 8671 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
f0a93313 8672 esac
cd9a469c 8673_ACEOF
f0a93313 8674
cd9a469c 8675cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8676# If the template does not know about datarootdir, expand it.
8677# FIXME: This hack should be removed a few years after 2.60.
8678ac_datarootdir_hack=; ac_datarootdir_seen=
8679ac_sed_dataroot='
8680/datarootdir/ {
8681 p
8682 q
8683}
8684/@datadir@/p
8685/@docdir@/p
8686/@infodir@/p
8687/@localedir@/p
8688/@mandir@/p'
8689case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8690*datarootdir*) ac_datarootdir_seen=yes;;
8691*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8693$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8694_ACEOF
8695cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8696 ac_datarootdir_hack='
8697 s&@datadir@&$datadir&g
8698 s&@docdir@&$docdir&g
8699 s&@infodir@&$infodir&g
8700 s&@localedir@&$localedir&g
8701 s&@mandir@&$mandir&g
8702 s&\\\${datarootdir}&$datarootdir&g' ;;
8703esac
a6089b1e 8704_ACEOF
cd9a469c 8705
8706# Neutralize VPATH when `$srcdir' = `.'.
8707# Shell code in configure.ac might set extrasub.
8708# FIXME: do we really want to maintain this feature?
8709cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8710ac_sed_extra="$ac_vpsub
a6089b1e 8711$extrasub
8712_ACEOF
cd9a469c 8713cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
a6089b1e 8714:t
8715/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
cd9a469c 8716s|@configure_input@|$ac_sed_conf_input|;t t
8717s&@top_builddir@&$ac_top_builddir_sub&;t t
8718s&@top_build_prefix@&$ac_top_build_prefix&;t t
8719s&@srcdir@&$ac_srcdir&;t t
8720s&@abs_srcdir@&$ac_abs_srcdir&;t t
8721s&@top_srcdir@&$ac_top_srcdir&;t t
8722s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8723s&@builddir@&$ac_builddir&;t t
8724s&@abs_builddir@&$ac_abs_builddir&;t t
8725s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8726s&@INSTALL@&$ac_INSTALL&;t t
8727$ac_datarootdir_hack
8728"
8729eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
8730if $ac_cs_awk_getline; then
f00f02a3 8731 $AWK -f "$ac_tmp/subs.awk"
cd9a469c 8732else
f00f02a3 8733 $AWK -f "$ac_tmp/subs.awk" | $SHELL
8734fi \
8735 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
cd9a469c 8736
8737test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
f00f02a3 8738 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8739 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8740 "$ac_tmp/out"`; test -z "$ac_out"; } &&
cd9a469c 8741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
f00f02a3 8742which seems to be undefined. Please make sure it is defined" >&5
cd9a469c 8743$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
f00f02a3 8744which seems to be undefined. Please make sure it is defined" >&2;}
cd9a469c 8745
f00f02a3 8746 rm -f "$ac_tmp/stdin"
a6089b1e 8747 case $ac_file in
f00f02a3 8748 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8749 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
cd9a469c 8750 esac \
f00f02a3 8751 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
cd9a469c 8752 ;;
8753 :H)
8754 #
8755 # CONFIG_HEADER
8756 #
a6089b1e 8757 if test x"$ac_file" != x-; then
cd9a469c 8758 {
8759 $as_echo "/* $configure_input */" \
f00f02a3 8760 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8761 } >"$ac_tmp/config.h" \
8762 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8763 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
cd9a469c 8764 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8765$as_echo "$as_me: $ac_file is unchanged" >&6;}
a6089b1e 8766 else
cd9a469c 8767 rm -f "$ac_file"
f00f02a3 8768 mv "$ac_tmp/config.h" "$ac_file" \
8769 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
a6089b1e 8770 fi
8771 else
cd9a469c 8772 $as_echo "/* $configure_input */" \
f00f02a3 8773 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8774 || as_fn_error $? "could not create -" "$LINENO" 5
a6089b1e 8775 fi
cd9a469c 8776 ;;
7f759422 8777
cd9a469c 8778 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8779$as_echo "$as_me: executing $ac_file commands" >&6;}
8780 ;;
8781 esac
a6089b1e 8782
8783
cd9a469c 8784 case $ac_file$ac_mode in
8785 "default":C) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
f0a93313 8786if test -n "$CONFIG_FILES"; then
b279e2c1 8787 if test -n "${with_target_subdir}"; then
f0a93313 8788 # FIXME: We shouldn't need to set ac_file
8789 ac_file=Makefile
0b045cf7 8790 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
f0a93313 8791 . ${libiberty_topdir}/config-ml.in
8792 fi
a6089b1e 8793fi ;;
cd9a469c 8794
a6089b1e 8795 esac
cd9a469c 8796done # for ac_tag
a6089b1e 8797
a6089b1e 8798
cd9a469c 8799as_fn_exit 0
a6089b1e 8800_ACEOF
a6089b1e 8801ac_clean_files=$ac_clean_files_save
8802
cd9a469c 8803test $ac_write_fail = 0 ||
f00f02a3 8804 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
cd9a469c 8805
a6089b1e 8806
8807# configure is writing to config.log, and then calls config.status.
8808# config.status does its own redirection, appending to config.log.
8809# Unfortunately, on DOS this fails, as config.log is still kept open
8810# by configure, so config.status won't be able to write to it; its
8811# output is simply discarded. So we exec the FD to /dev/null,
8812# effectively closing config.log, so it can be properly (re)opened and
8813# appended to by config.status. When coming back to configure, we
8814# need to make the FD available again.
8815if test "$no_create" != yes; then
8816 ac_cs_success=:
8817 ac_config_status_args=
8818 test "$silent" = yes &&
8819 ac_config_status_args="$ac_config_status_args --quiet"
8820 exec 5>/dev/null
8821 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8822 exec 5>>config.log
8823 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8824 # would make configure fail if this is the last instruction.
f00f02a3 8825 $ac_cs_success || as_fn_exit 1
cd9a469c 8826fi
8827if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8829$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
a6089b1e 8830fi
f0a93313 8831