]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/configure
gdb/riscv: Handle empty C++ structs during argument passing
[thirdparty/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
f48dfe41 3# Generated by GNU Autoconf 2.69 for gas 2.32.51.
d0ac1c44
SM
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
13b2be9c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
13b2be9c
DJ
31fi
32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
13b2be9c
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
13b2be9c
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
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;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13b2be9c 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
13b2be9c 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
13b2be9c 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
13b2be9c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
13b2be9c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
13b2be9c 464
13b2be9c
DJ
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
13b2be9c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
13b2be9c 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
13b2be9c 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
13b2be9c 490 t loop
81ecdfbb 491 s/-\n.*//
13b2be9c 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
13b2be9c 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
13b2be9c
DJ
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
13b2be9c
DJ
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
13b2be9c
DJ
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
13b2be9c 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
13b2be9c 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
13b2be9c 541 fi
13b2be9c 542else
d0ac1c44 543 as_ln_s='cp -pR'
13b2be9c 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
13b2be9c
DJ
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
13b2be9c 550else
ab509236 551 test -d ./-p && rmdir ./-p
13b2be9c
DJ
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
13b2be9c
DJ
557
558# Sed expression to map a string onto a valid CPP name.
ab509236 559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
560
561# Sed expression to map a string onto a valid variable name.
ab509236 562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c 563
d7040cdb
SE
564SHELL=${CONFIG_SHELL-/bin/sh}
565
d7040cdb 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
81ecdfbb 569
13b2be9c 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
13b2be9c
DJ
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
13b2be9c
DJ
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
13b2be9c 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
13b2be9c
DJ
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
13b2be9c
DJ
586
587# Identity of this package.
2e98a7bd
AM
588PACKAGE_NAME='gas'
589PACKAGE_TARNAME='gas'
f48dfe41
NC
590PACKAGE_VERSION='2.32.51'
591PACKAGE_STRING='gas 2.32.51'
2e98a7bd
AM
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
13b2be9c
DJ
594
595ac_unique_file="as.h"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
13b2be9c
DJ
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
13b2be9c
DJ
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
13b2be9c
DJ
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
13b2be9c
DJ
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
13b2be9c
DJ
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
13b2be9c
DJ
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
13b2be9c 623# include <inttypes.h>
13b2be9c 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
13b2be9c
DJ
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='am__EXEEXT_FALSE
633am__EXEEXT_TRUE
634LTLIBOBJS
635LIBOBJS
0138187e 636zlibinc
543b7933 637zlibdir
81ecdfbb
RW
638LIBM
639ALLOCA
640GENINSRC_NEVER_FALSE
641GENINSRC_NEVER_TRUE
642MAINT
643MAINTAINER_MODE_FALSE
644MAINTAINER_MODE_TRUE
645MSGMERGE
646MSGFMT
647MKINSTALLDIRS
648CATOBJEXT
649GENCAT
650INSTOBJEXT
651DATADIRNAME
652CATALOGS
653POSUB
654GMSGFMT
655XGETTEXT
656INCINTL
657LIBINTL_DEP
658LIBINTL
659USE_NLS
660LEXLIB
661LEX_OUTPUT_ROOT
662LEX
663YFLAGS
664YACC
665OPCODES_LIB
666atof
667install_tooldir
668te_file
669obj_format
670target_cpu_type
671extra_objects
672cgen_cpu_prefix
673GDBINIT
6757cf57 674WARN_WRITE_STRINGS
81ecdfbb 675NO_WERROR
c5da1932 676WARN_CFLAGS_FOR_BUILD
81ecdfbb 677WARN_CFLAGS
2d7f2507 678do_compare
81ecdfbb
RW
679OTOOL64
680OTOOL
681LIPO
682NMEDIT
683DSYMUTIL
81ecdfbb
RW
684RANLIB
685AR
686OBJDUMP
687LN_S
688NM
689ac_ct_DUMPBIN
690DUMPBIN
691LD
692FGREP
693SED
694LIBTOOL
695EGREP
696GREP
697CPP
d0ac1c44
SM
698AM_BACKSLASH
699AM_DEFAULT_VERBOSITY
700AM_DEFAULT_V
701AM_V
81ecdfbb
RW
702am__fastdepCC_FALSE
703am__fastdepCC_TRUE
704CCDEPMODE
6eb7d830 705am__nodep
81ecdfbb
RW
706AMDEPBACKSLASH
707AMDEP_FALSE
708AMDEP_TRUE
709am__quote
710am__include
711DEPDIR
712am__untar
713am__tar
714AMTAR
715am__leading_dot
716SET_MAKE
717AWK
718mkdir_p
719MKDIR_P
720INSTALL_STRIP_PROGRAM
721STRIP
722install_sh
723MAKEINFO
724AUTOHEADER
725AUTOMAKE
726AUTOCONF
727ACLOCAL
728VERSION
729PACKAGE
730CYGPATH_W
731am__isrc
732INSTALL_DATA
733INSTALL_SCRIPT
734INSTALL_PROGRAM
735OBJEXT
736EXEEXT
737ac_ct_CC
738CPPFLAGS
739LDFLAGS
740CFLAGS
741CC
742target_os
743target_vendor
744target_cpu
745target
746host_os
747host_vendor
748host_cpu
749host
750build_os
751build_vendor
752build_cpu
753build
754target_alias
755host_alias
756build_alias
757LIBS
758ECHO_T
759ECHO_N
760ECHO_C
761DEFS
762mandir
763localedir
764libdir
765psdir
766pdfdir
767dvidir
768htmldir
769infodir
770docdir
771oldincludedir
772includedir
773localstatedir
774sharedstatedir
775sysconfdir
776datadir
777datarootdir
778libexecdir
779sbindir
780bindir
781program_transform_name
782prefix
783exec_prefix
784PACKAGE_URL
785PACKAGE_BUGREPORT
786PACKAGE_STRING
787PACKAGE_VERSION
788PACKAGE_TARNAME
789PACKAGE_NAME
790PATH_SEPARATOR
791SHELL'
13b2be9c 792ac_subst_files=''
81ecdfbb
RW
793ac_user_opts='
794enable_option_checking
795enable_dependency_tracking
d0ac1c44 796enable_silent_rules
81ecdfbb
RW
797enable_shared
798enable_static
799with_pic
800enable_fast_install
801with_gnu_ld
802enable_libtool_lock
b879806f
AM
803enable_plugins
804enable_largefile
81ecdfbb
RW
805enable_targets
806enable_checking
6c3bc0f8 807enable_compressed_debug_sections
0cb4071e 808enable_x86_relax_relocations
b8871f35 809enable_elf_stt_common
0df8ad28 810enable_generate_build_notes
6f2117ba 811enable_mips_fix_loongson3_llsc
b4a3a7b4 812enable_x86_used_note
2dc8dd17 813enable_default_riscv_attribute
81ecdfbb
RW
814enable_werror
815enable_build_warnings
9004b6bd 816with_cpu
81ecdfbb
RW
817enable_nls
818enable_maintainer_mode
0138187e 819with_system_zlib
81ecdfbb
RW
820'
821 ac_precious_vars='build_alias
822host_alias
823target_alias
824CC
825CFLAGS
826LDFLAGS
827LIBS
828CPPFLAGS
829CPP
830YACC
831YFLAGS'
832
252b5132
RH
833
834# Initialize some variables set by options.
13b2be9c
DJ
835ac_init_help=
836ac_init_version=false
81ecdfbb
RW
837ac_unrecognized_opts=
838ac_unrecognized_sep=
252b5132
RH
839# The variables have the same names as the options, with
840# dashes changed to underlines.
13b2be9c 841cache_file=/dev/null
252b5132 842exec_prefix=NONE
252b5132 843no_create=
252b5132
RH
844no_recursion=
845prefix=NONE
846program_prefix=NONE
847program_suffix=NONE
848program_transform_name=s,x,x,
849silent=
850site=
851srcdir=
252b5132
RH
852verbose=
853x_includes=NONE
854x_libraries=NONE
13b2be9c
DJ
855
856# Installation directory options.
857# These are left unexpanded so users can "make install exec_prefix=/foo"
858# and all the variables that are supposed to be based on exec_prefix
859# by default will actually change.
860# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 861# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
862bindir='${exec_prefix}/bin'
863sbindir='${exec_prefix}/sbin'
864libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
865datarootdir='${prefix}/share'
866datadir='${datarootdir}'
252b5132
RH
867sysconfdir='${prefix}/etc'
868sharedstatedir='${prefix}/com'
869localstatedir='${prefix}/var'
252b5132
RH
870includedir='${prefix}/include'
871oldincludedir='/usr/include'
2e98a7bd 872docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
873infodir='${datarootdir}/info'
874htmldir='${docdir}'
875dvidir='${docdir}'
876pdfdir='${docdir}'
877psdir='${docdir}'
878libdir='${exec_prefix}/lib'
879localedir='${datarootdir}/locale'
880mandir='${datarootdir}/man'
252b5132 881
252b5132 882ac_prev=
81ecdfbb 883ac_dashdash=
252b5132
RH
884for ac_option
885do
252b5132
RH
886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
81ecdfbb 888 eval $ac_prev=\$ac_option
252b5132
RH
889 ac_prev=
890 continue
891 fi
892
81ecdfbb 893 case $ac_option in
d0ac1c44
SM
894 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895 *=) ac_optarg= ;;
896 *) ac_optarg=yes ;;
81ecdfbb 897 esac
252b5132
RH
898
899 # Accept the important Cygnus configure options, so we can diagnose typos.
900
81ecdfbb
RW
901 case $ac_dashdash$ac_option in
902 --)
903 ac_dashdash=yes ;;
252b5132
RH
904
905 -bindir | --bindir | --bindi | --bind | --bin | --bi)
906 ac_prev=bindir ;;
907 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 908 bindir=$ac_optarg ;;
252b5132
RH
909
910 -build | --build | --buil | --bui | --bu)
13b2be9c 911 ac_prev=build_alias ;;
252b5132 912 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 913 build_alias=$ac_optarg ;;
252b5132
RH
914
915 -cache-file | --cache-file | --cache-fil | --cache-fi \
916 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
917 ac_prev=cache_file ;;
918 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
919 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
920 cache_file=$ac_optarg ;;
921
922 --config-cache | -C)
923 cache_file=config.cache ;;
252b5132 924
81ecdfbb 925 -datadir | --datadir | --datadi | --datad)
252b5132 926 ac_prev=datadir ;;
81ecdfbb 927 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 928 datadir=$ac_optarg ;;
252b5132 929
81ecdfbb
RW
930 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
931 | --dataroo | --dataro | --datar)
932 ac_prev=datarootdir ;;
933 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
934 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
935 datarootdir=$ac_optarg ;;
936
252b5132 937 -disable-* | --disable-*)
81ecdfbb 938 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 939 # Reject names that are not valid shell variable names.
81ecdfbb 940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 941 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
945 *"
946"enable_$ac_useropt"
947"*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
950 esac
951 eval enable_$ac_useropt=no ;;
952
953 -docdir | --docdir | --docdi | --doc | --do)
954 ac_prev=docdir ;;
955 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
956 docdir=$ac_optarg ;;
957
958 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
959 ac_prev=dvidir ;;
960 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
961 dvidir=$ac_optarg ;;
252b5132
RH
962
963 -enable-* | --enable-*)
81ecdfbb 964 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 965 # Reject names that are not valid shell variable names.
81ecdfbb 966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 967 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
971 *"
972"enable_$ac_useropt"
973"*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
252b5132 976 esac
81ecdfbb 977 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
978
979 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
980 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
981 | --exec | --exe | --ex)
982 ac_prev=exec_prefix ;;
983 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
984 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
985 | --exec=* | --exe=* | --ex=*)
13b2be9c 986 exec_prefix=$ac_optarg ;;
252b5132
RH
987
988 -gas | --gas | --ga | --g)
989 # Obsolete; use --with-gas.
990 with_gas=yes ;;
991
13b2be9c
DJ
992 -help | --help | --hel | --he | -h)
993 ac_init_help=long ;;
994 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
995 ac_init_help=recursive ;;
996 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
997 ac_init_help=short ;;
252b5132
RH
998
999 -host | --host | --hos | --ho)
13b2be9c 1000 ac_prev=host_alias ;;
252b5132 1001 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 1002 host_alias=$ac_optarg ;;
252b5132 1003
81ecdfbb
RW
1004 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1005 ac_prev=htmldir ;;
1006 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1007 | --ht=*)
1008 htmldir=$ac_optarg ;;
1009
252b5132
RH
1010 -includedir | --includedir | --includedi | --included | --include \
1011 | --includ | --inclu | --incl | --inc)
1012 ac_prev=includedir ;;
1013 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1014 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 1015 includedir=$ac_optarg ;;
252b5132
RH
1016
1017 -infodir | --infodir | --infodi | --infod | --info | --inf)
1018 ac_prev=infodir ;;
1019 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 1020 infodir=$ac_optarg ;;
252b5132
RH
1021
1022 -libdir | --libdir | --libdi | --libd)
1023 ac_prev=libdir ;;
1024 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 1025 libdir=$ac_optarg ;;
252b5132
RH
1026
1027 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1028 | --libexe | --libex | --libe)
1029 ac_prev=libexecdir ;;
1030 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1031 | --libexe=* | --libex=* | --libe=*)
13b2be9c 1032 libexecdir=$ac_optarg ;;
252b5132 1033
81ecdfbb
RW
1034 -localedir | --localedir | --localedi | --localed | --locale)
1035 ac_prev=localedir ;;
1036 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1037 localedir=$ac_optarg ;;
1038
252b5132 1039 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1040 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1041 ac_prev=localstatedir ;;
1042 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1043 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 1044 localstatedir=$ac_optarg ;;
252b5132
RH
1045
1046 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1047 ac_prev=mandir ;;
1048 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 1049 mandir=$ac_optarg ;;
252b5132
RH
1050
1051 -nfp | --nfp | --nf)
1052 # Obsolete; use --without-fp.
1053 with_fp=no ;;
1054
1055 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1056 | --no-cr | --no-c | -n)
252b5132
RH
1057 no_create=yes ;;
1058
1059 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1060 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1061 no_recursion=yes ;;
1062
1063 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1064 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1065 | --oldin | --oldi | --old | --ol | --o)
1066 ac_prev=oldincludedir ;;
1067 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1068 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1069 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1070 oldincludedir=$ac_optarg ;;
252b5132
RH
1071
1072 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1073 ac_prev=prefix ;;
1074 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1075 prefix=$ac_optarg ;;
252b5132
RH
1076
1077 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1078 | --program-pre | --program-pr | --program-p)
1079 ac_prev=program_prefix ;;
1080 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1081 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1082 program_prefix=$ac_optarg ;;
252b5132
RH
1083
1084 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1085 | --program-suf | --program-su | --program-s)
1086 ac_prev=program_suffix ;;
1087 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1088 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1089 program_suffix=$ac_optarg ;;
252b5132
RH
1090
1091 -program-transform-name | --program-transform-name \
1092 | --program-transform-nam | --program-transform-na \
1093 | --program-transform-n | --program-transform- \
1094 | --program-transform | --program-transfor \
1095 | --program-transfo | --program-transf \
1096 | --program-trans | --program-tran \
1097 | --progr-tra | --program-tr | --program-t)
1098 ac_prev=program_transform_name ;;
1099 -program-transform-name=* | --program-transform-name=* \
1100 | --program-transform-nam=* | --program-transform-na=* \
1101 | --program-transform-n=* | --program-transform-=* \
1102 | --program-transform=* | --program-transfor=* \
1103 | --program-transfo=* | --program-transf=* \
1104 | --program-trans=* | --program-tran=* \
1105 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1106 program_transform_name=$ac_optarg ;;
252b5132 1107
81ecdfbb
RW
1108 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1109 ac_prev=pdfdir ;;
1110 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1111 pdfdir=$ac_optarg ;;
1112
1113 -psdir | --psdir | --psdi | --psd | --ps)
1114 ac_prev=psdir ;;
1115 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1116 psdir=$ac_optarg ;;
1117
252b5132
RH
1118 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1119 | -silent | --silent | --silen | --sile | --sil)
1120 silent=yes ;;
1121
1122 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1123 ac_prev=sbindir ;;
1124 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1125 | --sbi=* | --sb=*)
13b2be9c 1126 sbindir=$ac_optarg ;;
252b5132
RH
1127
1128 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1129 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1130 | --sharedst | --shareds | --shared | --share | --shar \
1131 | --sha | --sh)
1132 ac_prev=sharedstatedir ;;
1133 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1134 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1135 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1136 | --sha=* | --sh=*)
13b2be9c 1137 sharedstatedir=$ac_optarg ;;
252b5132
RH
1138
1139 -site | --site | --sit)
1140 ac_prev=site ;;
1141 -site=* | --site=* | --sit=*)
13b2be9c 1142 site=$ac_optarg ;;
76bff705 1143
252b5132
RH
1144 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1145 ac_prev=srcdir ;;
1146 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1147 srcdir=$ac_optarg ;;
252b5132
RH
1148
1149 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1150 | --syscon | --sysco | --sysc | --sys | --sy)
1151 ac_prev=sysconfdir ;;
1152 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1153 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1154 sysconfdir=$ac_optarg ;;
252b5132
RH
1155
1156 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1157 ac_prev=target_alias ;;
252b5132 1158 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1159 target_alias=$ac_optarg ;;
252b5132
RH
1160
1161 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1162 verbose=yes ;;
1163
13b2be9c
DJ
1164 -version | --version | --versio | --versi | --vers | -V)
1165 ac_init_version=: ;;
252b5132
RH
1166
1167 -with-* | --with-*)
81ecdfbb 1168 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1169 # Reject names that are not valid shell variable names.
81ecdfbb 1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1171 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1172 ac_useropt_orig=$ac_useropt
1173 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1175 *"
1176"with_$ac_useropt"
1177"*) ;;
1178 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1179 ac_unrecognized_sep=', ';;
252b5132 1180 esac
81ecdfbb 1181 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1182
1183 -without-* | --without-*)
81ecdfbb 1184 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1185 # Reject names that are not valid shell variable names.
81ecdfbb 1186 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1187 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1188 ac_useropt_orig=$ac_useropt
1189 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1190 case $ac_user_opts in
1191 *"
1192"with_$ac_useropt"
1193"*) ;;
1194 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1195 ac_unrecognized_sep=', ';;
1196 esac
1197 eval with_$ac_useropt=no ;;
252b5132
RH
1198
1199 --x)
1200 # Obsolete; use --with-x.
1201 with_x=yes ;;
1202
1203 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1204 | --x-incl | --x-inc | --x-in | --x-i)
1205 ac_prev=x_includes ;;
1206 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1207 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1208 x_includes=$ac_optarg ;;
252b5132
RH
1209
1210 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1211 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1212 ac_prev=x_libraries ;;
1213 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1214 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1215 x_libraries=$ac_optarg ;;
252b5132 1216
d0ac1c44
SM
1217 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1218Try \`$0 --help' for more information"
252b5132
RH
1219 ;;
1220
13b2be9c
DJ
1221 *=*)
1222 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1223 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1224 case $ac_envvar in #(
1225 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1226 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1227 esac
1228 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1229 export $ac_envvar ;;
1230
252b5132 1231 *)
13b2be9c 1232 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1233 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1234 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1235 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1236 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1237 ;;
1238
1239 esac
1240done
1241
1242if test -n "$ac_prev"; then
13b2be9c 1243 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1244 as_fn_error $? "missing argument to $ac_option"
c8615825 1245fi
c8615825 1246
81ecdfbb
RW
1247if test -n "$ac_unrecognized_opts"; then
1248 case $enable_option_checking in
1249 no) ;;
d0ac1c44 1250 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1251 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1252 esac
81ecdfbb 1253fi
252b5132 1254
81ecdfbb
RW
1255# Check all directory arguments for consistency.
1256for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1257 datadir sysconfdir sharedstatedir localstatedir includedir \
1258 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1259 libdir localedir mandir
252b5132 1260do
81ecdfbb
RW
1261 eval ac_val=\$$ac_var
1262 # Remove trailing slashes.
1263 case $ac_val in
1264 */ )
1265 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1266 eval $ac_var=\$ac_val;;
1267 esac
1268 # Be sure to have absolute directory names.
13b2be9c 1269 case $ac_val in
81ecdfbb
RW
1270 [\\/$]* | ?:[\\/]* ) continue;;
1271 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1272 esac
d0ac1c44 1273 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1274done
1275
13b2be9c
DJ
1276# There might be people who depend on the old broken behavior: `$host'
1277# used to hold the argument of --host etc.
1278# FIXME: To remove some day.
1279build=$build_alias
1280host=$host_alias
1281target=$target_alias
1282
1283# FIXME: To remove some day.
1284if test "x$host_alias" != x; then
1285 if test "x$build_alias" = x; then
1286 cross_compiling=maybe
13b2be9c
DJ
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
9b2b7d69 1291
13b2be9c
DJ
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
252b5132 1296
252b5132 1297
81ecdfbb
RW
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1301 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1303 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1304
1305
252b5132
RH
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
81ecdfbb
RW
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
252b5132 1333 srcdir=$ac_confdir
81ecdfbb 1334 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
81ecdfbb
RW
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1342 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
d0ac1c44 1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
1358for ac_var in $ac_precious_vars; do
1359 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_env_${ac_var}_value=\$${ac_var}
1361 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1362 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1363done
d6d788bd 1364
13b2be9c
DJ
1365#
1366# Report the --help message.
1367#
1368if test "$ac_init_help" = "long"; then
1369 # Omit some internal or obsolete options to make the list less imposing.
1370 # This message is too long to be a string in the A/UX 3.1 sh.
1371 cat <<_ACEOF
f48dfe41 1372\`configure' configures gas 2.32.51 to adapt to many kinds of systems.
9b2b7d69 1373
13b2be9c 1374Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1375
13b2be9c
DJ
1376To assign environment variables (e.g., CC, CFLAGS...), specify them as
1377VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1378
13b2be9c 1379Defaults for the options are specified in brackets.
9b2b7d69 1380
13b2be9c
DJ
1381Configuration:
1382 -h, --help display this help and exit
1383 --help=short display options specific to this package
1384 --help=recursive display the short help of all the included packages
1385 -V, --version display version information and exit
d0ac1c44 1386 -q, --quiet, --silent do not print \`checking ...' messages
13b2be9c
DJ
1387 --cache-file=FILE cache test results in FILE [disabled]
1388 -C, --config-cache alias for \`--cache-file=config.cache'
1389 -n, --no-create do not create output files
1390 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1391
13b2be9c
DJ
1392Installation directories:
1393 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1394 [$ac_default_prefix]
13b2be9c 1395 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1396 [PREFIX]
9b2b7d69 1397
13b2be9c
DJ
1398By default, \`make install' will install all the files in
1399\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1400an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1401for instance \`--prefix=\$HOME'.
9b2b7d69 1402
13b2be9c 1403For better control, use the options below.
9b2b7d69 1404
13b2be9c 1405Fine tuning of the installation directories:
81ecdfbb
RW
1406 --bindir=DIR user executables [EPREFIX/bin]
1407 --sbindir=DIR system admin executables [EPREFIX/sbin]
1408 --libexecdir=DIR program executables [EPREFIX/libexec]
1409 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1410 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1411 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1412 --libdir=DIR object code libraries [EPREFIX/lib]
1413 --includedir=DIR C header files [PREFIX/include]
1414 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1415 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1416 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1417 --infodir=DIR info documentation [DATAROOTDIR/info]
1418 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1419 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1420 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
81ecdfbb
RW
1421 --htmldir=DIR html documentation [DOCDIR]
1422 --dvidir=DIR dvi documentation [DOCDIR]
1423 --pdfdir=DIR pdf documentation [DOCDIR]
1424 --psdir=DIR ps documentation [DOCDIR]
13b2be9c 1425_ACEOF
9b2b7d69 1426
13b2be9c 1427 cat <<\_ACEOF
9b2b7d69 1428
13b2be9c
DJ
1429Program names:
1430 --program-prefix=PREFIX prepend PREFIX to installed program names
1431 --program-suffix=SUFFIX append SUFFIX to installed program names
1432 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 1433
13b2be9c
DJ
1434System types:
1435 --build=BUILD configure for building on BUILD [guessed]
1436 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1437 --target=TARGET configure for building compilers for TARGET [HOST]
1438_ACEOF
9b2b7d69 1439fi
9b2b7d69 1440
13b2be9c 1441if test -n "$ac_init_help"; then
2e98a7bd 1442 case $ac_init_help in
f48dfe41 1443 short | recursive ) echo "Configuration of gas 2.32.51:";;
2e98a7bd 1444 esac
13b2be9c 1445 cat <<\_ACEOF
9b2b7d69 1446
13b2be9c 1447Optional Features:
81ecdfbb 1448 --disable-option-checking ignore unrecognized --enable/--with options
13b2be9c
DJ
1449 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1450 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1451 --enable-dependency-tracking
1452 do not reject slow dependency extractors
1453 --disable-dependency-tracking
1454 speeds up one-time build
1455 --enable-silent-rules less verbose build output (undo: "make V=1")
1456 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1457 --enable-shared[=PKGS] build shared libraries [default=yes]
1458 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1459 --enable-fast-install[=PKGS]
1460 optimize for fast installation [default=yes]
13b2be9c 1461 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1462 --enable-plugins Enable support for plugins
1463 --disable-largefile omit support for large files
241a6c40 1464 --enable-targets alternative target configurations besides the primary
c43a438d 1465 --enable-checking enable run-time checks
4894d80b 1466 --enable-compressed-debug-sections={all,gas,none}
27ba7c94 1467 compress debug sections by default
0cb4071e
L
1468 --enable-x86-relax-relocations
1469 generate x86 relax relocations by default
b8871f35
L
1470 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1471 default
0df8ad28
NC
1472 --enable-generate-build-notes
1473 generate GNU Build notes if none are provided by the
1474 input
6f2117ba
PH
1475 --enable-mips-fix-loongson3-llsc
1476 enable MIPS fix Loongson3 LLSC errata
b4a3a7b4 1477 --enable-x86-used-note generate GNU x86 used ISA and feature properties
2dc8dd17
JW
1478 --enable-default-riscv-attribute
1479 generate RISC-V arch attribute by default
241a6c40
AM
1480 --enable-werror treat compile warnings as errors
1481 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1482 --disable-nls do not use Native Language Support
d0ac1c44
SM
1483 --enable-maintainer-mode
1484 enable make rules and dependencies not useful (and
1485 sometimes confusing) to the casual installer
9b2b7d69 1486
13b2be9c
DJ
1487Optional Packages:
1488 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1489 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1490 --with-pic try to use only PIC/non-PIC objects [default=use
1491 both]
1492 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
9004b6bd
AB
1493 --with-cpu=CPU default cpu variant is CPU (currently only supported
1494 on ARC)
0138187e 1495 --with-system-zlib use installed libz
9b2b7d69 1496
13b2be9c
DJ
1497Some influential environment variables:
1498 CC C compiler command
1499 CFLAGS C compiler flags
1500 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1501 nonstandard directory <lib dir>
81ecdfbb 1502 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1503 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1504 you have headers in a nonstandard directory <include dir>
13b2be9c 1505 CPP C preprocessor
d0ac1c44
SM
1506 YACC The `Yet Another Compiler Compiler' implementation to use.
1507 Defaults to the first program found out of: `bison -y', `byacc',
1508 `yacc'.
81ecdfbb
RW
1509 YFLAGS The list of arguments that will be passed by default to $YACC.
1510 This script will default YFLAGS to the empty string to avoid a
1511 default value of `-d' given by some make applications.
13b2be9c
DJ
1512
1513Use these variables to override the choices made by `configure' or to help
1514it to find libraries and programs with nonstandard names/locations.
1515
81ecdfbb 1516Report bugs to the package provider.
13b2be9c 1517_ACEOF
81ecdfbb 1518ac_status=$?
9b2b7d69 1519fi
9b2b7d69 1520
13b2be9c
DJ
1521if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
13b2be9c 1523 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526 continue
13b2be9c
DJ
1527 ac_builddir=.
1528
81ecdfbb
RW
1529case "$ac_dir" in
1530.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531*)
1532 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538 esac ;;
1539esac
1540ac_abs_top_builddir=$ac_pwd
1541ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542# for backward compatibility:
1543ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1544
13b2be9c 1545case $srcdir in
81ecdfbb 1546 .) # We are building in place.
13b2be9c 1547 ac_srcdir=.
81ecdfbb
RW
1548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1551 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1554 *) # Relative name.
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1558esac
81ecdfbb
RW
1559ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1560
1561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1564 echo &&
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1569 else
81ecdfbb
RW
1570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1571 fi || ac_status=$?
1572 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1573 done
1574fi
6840198f 1575
81ecdfbb 1576test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1577if $ac_init_version; then
1578 cat <<\_ACEOF
f48dfe41 1579gas configure 2.32.51
d0ac1c44 1580generated by GNU Autoconf 2.69
c8615825 1581
d0ac1c44 1582Copyright (C) 2012 Free Software Foundation, Inc.
13b2be9c
DJ
1583This configure script is free software; the Free Software Foundation
1584gives unlimited permission to copy, distribute and modify it.
1585_ACEOF
81ecdfbb 1586 exit
13b2be9c 1587fi
c8615825 1588
81ecdfbb
RW
1589## ------------------------ ##
1590## Autoconf initialization. ##
1591## ------------------------ ##
c8615825 1592
81ecdfbb
RW
1593# ac_fn_c_try_compile LINENO
1594# --------------------------
1595# Try to compile conftest.$ac_ext, and return whether this succeeded.
1596ac_fn_c_try_compile ()
13b2be9c 1597{
81ecdfbb
RW
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1601case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604esac
1605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606$as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1613 fi
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1619 ac_retval=0
1620else
1621 $as_echo "$as_me: failed program was:" >&5
1622sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1623
81ecdfbb
RW
1624 ac_retval=1
1625fi
d0ac1c44
SM
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
13b2be9c 1628
81ecdfbb 1629} # ac_fn_c_try_compile
13b2be9c 1630
81ecdfbb
RW
1631# ac_fn_c_try_link LINENO
1632# -----------------------
1633# Try to link conftest.$ac_ext, and return whether this succeeded.
1634ac_fn_c_try_link ()
1635{
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext conftest$ac_exeext
1638 if { { ac_try="$ac_link"
1639case "(($ac_try" in
1640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1642esac
1643eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644$as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_link") 2>conftest.err
1646 ac_status=$?
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1651 fi
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_c_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest$ac_exeext && {
1657 test "$cross_compiling" = yes ||
d0ac1c44 1658 test -x conftest$ac_exeext
81ecdfbb
RW
1659 }; then :
1660 ac_retval=0
1661else
1662 $as_echo "$as_me: failed program was:" >&5
1663sed 's/^/| /' conftest.$ac_ext >&5
1664
1665 ac_retval=1
1666fi
1667 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1668 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1669 # interfere with the next link command; also delete a directory that is
1670 # left behind by Apple's compiler. We do this before executing the actions.
1671 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 as_fn_set_status $ac_retval
81ecdfbb
RW
1674
1675} # ac_fn_c_try_link
1676
1677# ac_fn_c_try_cpp LINENO
1678# ----------------------
1679# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1680ac_fn_c_try_cpp ()
1681{
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 if { { ac_try="$ac_cpp conftest.$ac_ext"
1684case "(($ac_try" in
1685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1686 *) ac_try_echo=$ac_try;;
1687esac
1688eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689$as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1691 ac_status=$?
1692 if test -s conftest.err; then
1693 grep -v '^ *+' conftest.err >conftest.er1
1694 cat conftest.er1 >&5
1695 mv -f conftest.er1 conftest.err
1696 fi
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1698 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1699 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1701 }; then :
1702 ac_retval=0
1703else
1704 $as_echo "$as_me: failed program was:" >&5
1705sed 's/^/| /' conftest.$ac_ext >&5
1706
1707 ac_retval=1
1708fi
d0ac1c44
SM
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status $ac_retval
81ecdfbb
RW
1711
1712} # ac_fn_c_try_cpp
1713
1714# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1715# -------------------------------------------------------
1716# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1717# the include files in INCLUDES and setting the cache variable VAR
1718# accordingly.
1719ac_fn_c_check_header_mongrel ()
1720{
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1722 if eval \${$3+:} false; then :
81ecdfbb
RW
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1724$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1725if eval \${$3+:} false; then :
81ecdfbb
RW
1726 $as_echo_n "(cached) " >&6
1727fi
1728eval ac_res=\$$3
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1730$as_echo "$ac_res" >&6; }
1731else
1732 # Is the header compilable?
1733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1734$as_echo_n "checking $2 usability... " >&6; }
1735cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1736/* end confdefs.h. */
1737$4
1738#include <$2>
1739_ACEOF
1740if ac_fn_c_try_compile "$LINENO"; then :
1741 ac_header_compiler=yes
1742else
1743 ac_header_compiler=no
1744fi
1745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1747$as_echo "$ac_header_compiler" >&6; }
1748
1749# Is the header present?
1750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1751$as_echo_n "checking $2 presence... " >&6; }
1752cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1753/* end confdefs.h. */
1754#include <$2>
1755_ACEOF
1756if ac_fn_c_try_cpp "$LINENO"; then :
1757 ac_header_preproc=yes
1758else
1759 ac_header_preproc=no
1760fi
d0ac1c44 1761rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1763$as_echo "$ac_header_preproc" >&6; }
1764
1765# So? What about this header?
1766case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1767 yes:no: )
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1769$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1771$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1772 ;;
1773 no:yes:* )
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1775$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1777$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1779$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1781$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1783$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1784 ;;
1785esac
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1787$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1788if eval \${$3+:} false; then :
81ecdfbb
RW
1789 $as_echo_n "(cached) " >&6
1790else
1791 eval "$3=\$ac_header_compiler"
1792fi
1793eval ac_res=\$$3
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1795$as_echo "$ac_res" >&6; }
1796fi
d0ac1c44 1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1798
1799} # ac_fn_c_check_header_mongrel
1800
1801# ac_fn_c_try_run LINENO
1802# ----------------------
1803# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1804# that executables *can* be run.
1805ac_fn_c_try_run ()
1806{
1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1808 if { { ac_try="$ac_link"
1809case "(($ac_try" in
1810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1811 *) ac_try_echo=$ac_try;;
1812esac
1813eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1814$as_echo "$ac_try_echo"; } >&5
1815 (eval "$ac_link") 2>&5
1816 ac_status=$?
1817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1818 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1819 { { case "(($ac_try" in
1820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1821 *) ac_try_echo=$ac_try;;
1822esac
1823eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1824$as_echo "$ac_try_echo"; } >&5
1825 (eval "$ac_try") 2>&5
1826 ac_status=$?
1827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1828 test $ac_status = 0; }; }; then :
1829 ac_retval=0
1830else
1831 $as_echo "$as_me: program exited with status $ac_status" >&5
1832 $as_echo "$as_me: failed program was:" >&5
1833sed 's/^/| /' conftest.$ac_ext >&5
1834
1835 ac_retval=$ac_status
1836fi
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status $ac_retval
81ecdfbb
RW
1840
1841} # ac_fn_c_try_run
1842
1843# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1844# -------------------------------------------------------
1845# Tests whether HEADER exists and can be compiled using the include files in
1846# INCLUDES, setting the cache variable VAR accordingly.
1847ac_fn_c_check_header_compile ()
1848{
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1851$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1852if eval \${$3+:} false; then :
81ecdfbb
RW
1853 $as_echo_n "(cached) " >&6
1854else
1855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1856/* end confdefs.h. */
1857$4
1858#include <$2>
1859_ACEOF
1860if ac_fn_c_try_compile "$LINENO"; then :
1861 eval "$3=yes"
1862else
1863 eval "$3=no"
1864fi
1865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1866fi
1867eval ac_res=\$$3
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1869$as_echo "$ac_res" >&6; }
d0ac1c44 1870 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1871
1872} # ac_fn_c_check_header_compile
1873
1874# ac_fn_c_check_func LINENO FUNC VAR
1875# ----------------------------------
1876# Tests whether FUNC exists, setting the cache variable VAR accordingly
1877ac_fn_c_check_func ()
1878{
1879 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1882if eval \${$3+:} false; then :
81ecdfbb
RW
1883 $as_echo_n "(cached) " >&6
1884else
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886/* end confdefs.h. */
1887/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1889#define $2 innocuous_$2
1890
1891/* System header to define __stub macros and hopefully few prototypes,
1892 which can conflict with char $2 (); below.
1893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1894 <limits.h> exists even on freestanding compilers. */
1895
1896#ifdef __STDC__
1897# include <limits.h>
1898#else
1899# include <assert.h>
1900#endif
1901
1902#undef $2
1903
1904/* Override any GCC internal prototype to avoid an error.
1905 Use char because int might match the return type of a GCC
1906 builtin and then its argument prototype would still apply. */
1907#ifdef __cplusplus
1908extern "C"
1909#endif
1910char $2 ();
1911/* The GNU C library defines this for functions which it implements
1912 to always fail with ENOSYS. Some functions are actually named
1913 something starting with __ and the normal name is an alias. */
1914#if defined __stub_$2 || defined __stub___$2
1915choke me
1916#endif
1917
1918int
1919main ()
1920{
1921return $2 ();
1922 ;
1923 return 0;
1924}
1925_ACEOF
1926if ac_fn_c_try_link "$LINENO"; then :
1927 eval "$3=yes"
1928else
1929 eval "$3=no"
1930fi
1931rm -f core conftest.err conftest.$ac_objext \
1932 conftest$ac_exeext conftest.$ac_ext
1933fi
1934eval ac_res=\$$3
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1936$as_echo "$ac_res" >&6; }
d0ac1c44 1937 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1938
1939} # ac_fn_c_check_func
1940
d0ac1c44
SM
1941# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1942# -------------------------------------------
1943# Tests whether TYPE exists after having included INCLUDES, setting cache
1944# variable VAR accordingly.
1945ac_fn_c_check_type ()
1946{
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1949$as_echo_n "checking for $2... " >&6; }
1950if eval \${$3+:} false; then :
1951 $as_echo_n "(cached) " >&6
1952else
1953 eval "$3=no"
1954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1955/* end confdefs.h. */
1956$4
1957int
1958main ()
1959{
1960if (sizeof ($2))
1961 return 0;
1962 ;
1963 return 0;
1964}
1965_ACEOF
1966if ac_fn_c_try_compile "$LINENO"; then :
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968/* end confdefs.h. */
1969$4
1970int
1971main ()
1972{
1973if (sizeof (($2)))
1974 return 0;
1975 ;
1976 return 0;
1977}
1978_ACEOF
1979if ac_fn_c_try_compile "$LINENO"; then :
1980
1981else
1982 eval "$3=yes"
1983fi
1984rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985fi
1986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1987fi
1988eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990$as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1992
1993} # ac_fn_c_check_type
1994
1995# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1996# ---------------------------------------------
1997# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1998# accordingly.
81ecdfbb
RW
1999ac_fn_c_check_decl ()
2000{
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2002 as_decl_name=`echo $2|sed 's/ *(.*//'`
2003 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2005$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2006if eval \${$3+:} false; then :
81ecdfbb
RW
2007 $as_echo_n "(cached) " >&6
2008else
2009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2010/* end confdefs.h. */
2011$4
2012int
2013main ()
2014{
360cfc9c
AM
2015#ifndef $as_decl_name
2016#ifdef __cplusplus
2017 (void) $as_decl_use;
2018#else
2019 (void) $as_decl_name;
2020#endif
81ecdfbb
RW
2021#endif
2022
2023 ;
2024 return 0;
2025}
2026_ACEOF
2027if ac_fn_c_try_compile "$LINENO"; then :
2028 eval "$3=yes"
2029else
2030 eval "$3=no"
2031fi
2032rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033fi
2034eval ac_res=\$$3
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2036$as_echo "$ac_res" >&6; }
d0ac1c44 2037 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
2038
2039} # ac_fn_c_check_decl
2040cat >config.log <<_ACEOF
2041This file contains any messages produced by compilers while
2042running configure, to aid debugging if configure makes a mistake.
2043
f48dfe41 2044It was created by gas $as_me 2.32.51, which was
d0ac1c44 2045generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2046
2047 $ $0 $@
2048
2049_ACEOF
2050exec 5>>config.log
2051{
2052cat <<_ASUNAME
2053## --------- ##
2054## Platform. ##
2055## --------- ##
2056
2057hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2058uname -m = `(uname -m) 2>/dev/null || echo unknown`
2059uname -r = `(uname -r) 2>/dev/null || echo unknown`
2060uname -s = `(uname -s) 2>/dev/null || echo unknown`
2061uname -v = `(uname -v) 2>/dev/null || echo unknown`
2062
2063/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2064/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2065
2066/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
2067/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2068/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 2069/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
2070/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2071/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2072/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2073
2074_ASUNAME
2075
2076as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2077for as_dir in $PATH
2078do
2079 IFS=$as_save_IFS
2080 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2081 $as_echo "PATH: $as_dir"
2082 done
2083IFS=$as_save_IFS
9b2b7d69 2084
13b2be9c 2085} >&5
6840198f 2086
13b2be9c 2087cat >&5 <<_ACEOF
c8615825 2088
9b2b7d69 2089
13b2be9c
DJ
2090## ----------- ##
2091## Core tests. ##
2092## ----------- ##
87ccc1b0 2093
13b2be9c 2094_ACEOF
9b2b7d69 2095
13b2be9c
DJ
2096
2097# Keep a trace of the command line.
2098# Strip out --no-create and --no-recursion so they do not pile up.
2099# Strip out --silent because we don't want to record it for future runs.
2100# Also quote any args containing shell meta-characters.
2101# Make two passes to allow for proper duplicate-argument suppression.
2102ac_configure_args=
2103ac_configure_args0=
2104ac_configure_args1=
13b2be9c
DJ
2105ac_must_keep_next=false
2106for ac_pass in 1 2
2107do
2108 for ac_arg
2109 do
2110 case $ac_arg in
2111 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2112 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2113 | -silent | --silent | --silen | --sile | --sil)
2114 continue ;;
81ecdfbb
RW
2115 *\'*)
2116 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2117 esac
2118 case $ac_pass in
81ecdfbb 2119 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 2120 2)
81ecdfbb 2121 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 2122 if test $ac_must_keep_next = true; then
ab509236 2123 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 2124 else
ab509236
L
2125 case $ac_arg in
2126 *=* | --config-cache | -C | -disable-* | --disable-* \
2127 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2128 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2129 | -with-* | --with-* | -without-* | --without-* | --x)
2130 case "$ac_configure_args0 " in
2131 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2132 esac
2133 ;;
2134 -* ) ac_must_keep_next=true ;;
2135 esac
13b2be9c 2136 fi
81ecdfbb 2137 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2138 ;;
2139 esac
2140 done
13b2be9c 2141done
81ecdfbb
RW
2142{ ac_configure_args0=; unset ac_configure_args0;}
2143{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2144
2145# When interrupted or exit'd, cleanup temporary files, and complete
2146# config.log. We remove comments because anyway the quotes in there
2147# would cause problems or look ugly.
81ecdfbb
RW
2148# WARNING: Use '\'' to represent an apostrophe within the trap.
2149# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2150trap 'exit_status=$?
2151 # Save into config.log some information that might help in debugging.
2152 {
2153 echo
2154
d0ac1c44 2155 $as_echo "## ---------------- ##
13b2be9c 2156## Cache variables. ##
d0ac1c44 2157## ---------------- ##"
13b2be9c
DJ
2158 echo
2159 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2160(
2161 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2162 eval ac_val=\$$ac_var
2163 case $ac_val in #(
2164 *${as_nl}*)
2165 case $ac_var in #(
2166 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2167$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2168 esac
2169 case $ac_var in #(
2170 _ | IFS | as_nl) ;; #(
2171 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2172 *) { eval $ac_var=; unset $ac_var;} ;;
2173 esac ;;
2174 esac
2175 done
13b2be9c 2176 (set) 2>&1 |
81ecdfbb
RW
2177 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2178 *${as_nl}ac_space=\ *)
13b2be9c 2179 sed -n \
81ecdfbb
RW
2180 "s/'\''/'\''\\\\'\'''\''/g;
2181 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2182 ;; #(
13b2be9c 2183 *)
81ecdfbb 2184 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2185 ;;
81ecdfbb
RW
2186 esac |
2187 sort
2188)
13b2be9c
DJ
2189 echo
2190
d0ac1c44 2191 $as_echo "## ----------------- ##
13b2be9c 2192## Output variables. ##
d0ac1c44 2193## ----------------- ##"
13b2be9c
DJ
2194 echo
2195 for ac_var in $ac_subst_vars
2196 do
81ecdfbb
RW
2197 eval ac_val=\$$ac_var
2198 case $ac_val in
2199 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2200 esac
2201 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2202 done | sort
2203 echo
2204
2205 if test -n "$ac_subst_files"; then
d0ac1c44 2206 $as_echo "## ------------------- ##
81ecdfbb 2207## File substitutions. ##
d0ac1c44 2208## ------------------- ##"
13b2be9c
DJ
2209 echo
2210 for ac_var in $ac_subst_files
2211 do
81ecdfbb
RW
2212 eval ac_val=\$$ac_var
2213 case $ac_val in
2214 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2215 esac
2216 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2217 done | sort
2218 echo
2219 fi
2220
2221 if test -s confdefs.h; then
d0ac1c44 2222 $as_echo "## ----------- ##
13b2be9c 2223## confdefs.h. ##
d0ac1c44 2224## ----------- ##"
13b2be9c 2225 echo
81ecdfbb 2226 cat confdefs.h
13b2be9c
DJ
2227 echo
2228 fi
2229 test "$ac_signal" != 0 &&
81ecdfbb
RW
2230 $as_echo "$as_me: caught signal $ac_signal"
2231 $as_echo "$as_me: exit $exit_status"
13b2be9c 2232 } >&5
81ecdfbb
RW
2233 rm -f core *.core core.conftest.* &&
2234 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2235 exit $exit_status
81ecdfbb 2236' 0
13b2be9c 2237for ac_signal in 1 2 13 15; do
81ecdfbb 2238 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2239done
2240ac_signal=0
2241
2242# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2243rm -f -r conftest* confdefs.h
2244
2245$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2246
2247# Predefined preprocessor variables.
2248
2249cat >>confdefs.h <<_ACEOF
2250#define PACKAGE_NAME "$PACKAGE_NAME"
2251_ACEOF
2252
13b2be9c
DJ
2253cat >>confdefs.h <<_ACEOF
2254#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2255_ACEOF
2256
13b2be9c
DJ
2257cat >>confdefs.h <<_ACEOF
2258#define PACKAGE_VERSION "$PACKAGE_VERSION"
2259_ACEOF
2260
13b2be9c
DJ
2261cat >>confdefs.h <<_ACEOF
2262#define PACKAGE_STRING "$PACKAGE_STRING"
2263_ACEOF
2264
13b2be9c
DJ
2265cat >>confdefs.h <<_ACEOF
2266#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2267_ACEOF
2268
81ecdfbb
RW
2269cat >>confdefs.h <<_ACEOF
2270#define PACKAGE_URL "$PACKAGE_URL"
2271_ACEOF
2272
13b2be9c
DJ
2273
2274# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2275# Prefer an explicitly selected file to automatically selected ones.
2276ac_site_file1=NONE
2277ac_site_file2=NONE
2278if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2279 # We do not want a PATH search for config.site.
2280 case $CONFIG_SITE in #((
2281 -*) ac_site_file1=./$CONFIG_SITE;;
2282 */*) ac_site_file1=$CONFIG_SITE;;
2283 *) ac_site_file1=./$CONFIG_SITE;;
2284 esac
81ecdfbb
RW
2285elif test "x$prefix" != xNONE; then
2286 ac_site_file1=$prefix/share/config.site
2287 ac_site_file2=$prefix/etc/config.site
2288else
2289 ac_site_file1=$ac_default_prefix/share/config.site
2290 ac_site_file2=$ac_default_prefix/etc/config.site
2291fi
2292for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2293do
2294 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2295 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2297$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c 2298 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2299 . "$ac_site_file" \
2300 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2301$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2302as_fn_error $? "failed to load site script $ac_site_file
2303See \`config.log' for more details" "$LINENO" 5; }
13b2be9c
DJ
2304 fi
2305done
2306
2307if test -r "$cache_file"; then
d0ac1c44
SM
2308 # Some versions of bash will fail to source /dev/null (special files
2309 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2310 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2312$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2313 case $cache_file in
81ecdfbb
RW
2314 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2315 *) . "./$cache_file";;
13b2be9c
DJ
2316 esac
2317 fi
2318else
81ecdfbb
RW
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2320$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2321 >$cache_file
2322fi
2323
2324# Check that the precious variables saved in the cache have kept the same
2325# value.
2326ac_cache_corrupted=false
81ecdfbb 2327for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2328 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2329 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2330 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2331 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2332 case $ac_old_set,$ac_new_set in
2333 set,)
81ecdfbb
RW
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2335$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2336 ac_cache_corrupted=: ;;
2337 ,set)
81ecdfbb
RW
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2339$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2340 ac_cache_corrupted=: ;;
2341 ,);;
2342 *)
2343 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2344 # differences in whitespace do not lead to failure.
2345 ac_old_val_w=`echo x $ac_old_val`
2346 ac_new_val_w=`echo x $ac_new_val`
2347 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2349$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2350 ac_cache_corrupted=:
2351 else
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2353$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2354 eval $ac_var=\$ac_old_val
2355 fi
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2357$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2359$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2360 fi;;
2361 esac
2362 # Pass precious variables to config.status.
2363 if test "$ac_new_set" = set; then
2364 case $ac_new_val in
81ecdfbb 2365 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2366 *) ac_arg=$ac_var=$ac_new_val ;;
2367 esac
2368 case " $ac_configure_args " in
2369 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2370 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2371 esac
2372 fi
2373done
2374if $ac_cache_corrupted; then
81ecdfbb
RW
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2376$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2378$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2379 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2380fi
81ecdfbb
RW
2381## -------------------- ##
2382## Main body of script. ##
2383## -------------------- ##
13b2be9c
DJ
2384
2385ac_ext=c
2386ac_cpp='$CPP $CPPFLAGS'
2387ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2388ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2389ac_compiler_gnu=$ac_cv_c_compiler_gnu
2390
2391
2392
13b2be9c 2393
da594c4a 2394
13b2be9c
DJ
2395
2396
2397ac_aux_dir=
81ecdfbb 2398for ac_dir in .. "$srcdir"/..; do
d0ac1c44
SM
2399 if test -f "$ac_dir/install-sh"; then
2400 ac_aux_dir=$ac_dir
2401 ac_install_sh="$ac_aux_dir/install-sh -c"
2402 break
2403 elif test -f "$ac_dir/install.sh"; then
2404 ac_aux_dir=$ac_dir
2405 ac_install_sh="$ac_aux_dir/install.sh -c"
2406 break
2407 elif test -f "$ac_dir/shtool"; then
2408 ac_aux_dir=$ac_dir
2409 ac_install_sh="$ac_aux_dir/shtool install -c"
2410 break
2411 fi
13b2be9c
DJ
2412done
2413if test -z "$ac_aux_dir"; then
d0ac1c44 2414 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2415fi
81ecdfbb
RW
2416
2417# These three variables are undocumented and unsupported,
2418# and are intended to be withdrawn in a future Autoconf release.
2419# They can cause serious problems if a builder's source tree is in a directory
2420# whose full name contains unusual characters.
2421ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2422ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2423ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2424
13b2be9c
DJ
2425
2426# Make sure we can run config.sub.
81ecdfbb 2427$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2428 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2429
2430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2431$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2432if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2433 $as_echo_n "(cached) " >&6
2434else
2435 ac_build_alias=$build_alias
2436test "x$ac_build_alias" = x &&
2437 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2438test "x$ac_build_alias" = x &&
d0ac1c44 2439 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2440ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2441 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2442
2443fi
2444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2445$as_echo "$ac_cv_build" >&6; }
2446case $ac_cv_build in
2447*-*-*) ;;
d0ac1c44 2448*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2449esac
13b2be9c 2450build=$ac_cv_build
81ecdfbb
RW
2451ac_save_IFS=$IFS; IFS='-'
2452set x $ac_cv_build
2453shift
2454build_cpu=$1
2455build_vendor=$2
2456shift; shift
2457# Remember, the first character of IFS is used to create $*,
2458# except with old shells:
2459build_os=$*
2460IFS=$ac_save_IFS
2461case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2462
2463
81ecdfbb
RW
2464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2465$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2466if ${ac_cv_host+:} false; then :
81ecdfbb 2467 $as_echo_n "(cached) " >&6
13b2be9c 2468else
81ecdfbb
RW
2469 if test "x$host_alias" = x; then
2470 ac_cv_host=$ac_cv_build
2471else
2472 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2473 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2474fi
13b2be9c
DJ
2475
2476fi
81ecdfbb
RW
2477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2478$as_echo "$ac_cv_host" >&6; }
2479case $ac_cv_host in
2480*-*-*) ;;
d0ac1c44 2481*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2482esac
13b2be9c 2483host=$ac_cv_host
81ecdfbb
RW
2484ac_save_IFS=$IFS; IFS='-'
2485set x $ac_cv_host
2486shift
2487host_cpu=$1
2488host_vendor=$2
2489shift; shift
2490# Remember, the first character of IFS is used to create $*,
2491# except with old shells:
2492host_os=$*
2493IFS=$ac_save_IFS
2494case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2495
2496
81ecdfbb
RW
2497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2498$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2499if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2500 $as_echo_n "(cached) " >&6
2501else
2502 if test "x$target_alias" = x; then
2503 ac_cv_target=$ac_cv_host
13b2be9c 2504else
81ecdfbb 2505 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2506 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2507fi
13b2be9c
DJ
2508
2509fi
81ecdfbb
RW
2510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2511$as_echo "$ac_cv_target" >&6; }
2512case $ac_cv_target in
2513*-*-*) ;;
d0ac1c44 2514*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2515esac
13b2be9c 2516target=$ac_cv_target
81ecdfbb
RW
2517ac_save_IFS=$IFS; IFS='-'
2518set x $ac_cv_target
2519shift
2520target_cpu=$1
2521target_vendor=$2
2522shift; shift
2523# Remember, the first character of IFS is used to create $*,
2524# except with old shells:
2525target_os=$*
2526IFS=$ac_save_IFS
2527case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2528
2529
2530# The aliases save the names the user supplied, while $host etc.
2531# will get canonicalized.
2532test -n "$target_alias" &&
2533 test "$program_prefix$program_suffix$program_transform_name" = \
2534 NONENONEs,x,x, &&
2535 program_prefix=${target_alias}-
d0ac1c44
SM
2536# Expand $ac_aux_dir to an absolute path.
2537am_aux_dir=`cd "$ac_aux_dir" && pwd`
2538
13b2be9c
DJ
2539ac_ext=c
2540ac_cpp='$CPP $CPPFLAGS'
2541ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2542ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543ac_compiler_gnu=$ac_cv_c_compiler_gnu
2544if test -n "$ac_tool_prefix"; then
2545 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2546set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2548$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2549if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2550 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2551else
2552 if test -n "$CC"; then
2553 ac_cv_prog_CC="$CC" # Let the user override the test.
2554else
2555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2556for as_dir in $PATH
2557do
2558 IFS=$as_save_IFS
2559 test -z "$as_dir" && as_dir=.
81ecdfbb 2560 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13b2be9c 2562 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2564 break 2
2565 fi
2566done
81ecdfbb
RW
2567 done
2568IFS=$as_save_IFS
13b2be9c
DJ
2569
2570fi
2571fi
2572CC=$ac_cv_prog_CC
2573if test -n "$CC"; then
81ecdfbb
RW
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2575$as_echo "$CC" >&6; }
13b2be9c 2576else
81ecdfbb
RW
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2578$as_echo "no" >&6; }
13b2be9c
DJ
2579fi
2580
81ecdfbb 2581
13b2be9c
DJ
2582fi
2583if test -z "$ac_cv_prog_CC"; then
2584 ac_ct_CC=$CC
2585 # Extract the first word of "gcc", so it can be a program name with args.
2586set dummy gcc; ac_word=$2
81ecdfbb
RW
2587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2588$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2589if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2590 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2591else
2592 if test -n "$ac_ct_CC"; then
2593 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2594else
2595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2596for as_dir in $PATH
2597do
2598 IFS=$as_save_IFS
2599 test -z "$as_dir" && as_dir=.
81ecdfbb 2600 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13b2be9c 2602 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2604 break 2
2605 fi
2606done
81ecdfbb
RW
2607 done
2608IFS=$as_save_IFS
13b2be9c
DJ
2609
2610fi
2611fi
2612ac_ct_CC=$ac_cv_prog_ac_ct_CC
2613if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2615$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2616else
81ecdfbb
RW
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2618$as_echo "no" >&6; }
13b2be9c
DJ
2619fi
2620
81ecdfbb
RW
2621 if test "x$ac_ct_CC" = x; then
2622 CC=""
2623 else
2624 case $cross_compiling:$ac_tool_warned in
2625yes:)
2626{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2627$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2628ac_tool_warned=yes ;;
2629esac
2630 CC=$ac_ct_CC
2631 fi
13b2be9c
DJ
2632else
2633 CC="$ac_cv_prog_CC"
2634fi
2635
2636if test -z "$CC"; then
81ecdfbb
RW
2637 if test -n "$ac_tool_prefix"; then
2638 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13b2be9c 2639set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2641$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2642if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2643 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2644else
2645 if test -n "$CC"; then
2646 ac_cv_prog_CC="$CC" # Let the user override the test.
2647else
2648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2649for as_dir in $PATH
2650do
2651 IFS=$as_save_IFS
2652 test -z "$as_dir" && as_dir=.
81ecdfbb 2653 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2654 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13b2be9c 2655 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2657 break 2
2658 fi
2659done
81ecdfbb
RW
2660 done
2661IFS=$as_save_IFS
13b2be9c
DJ
2662
2663fi
2664fi
2665CC=$ac_cv_prog_CC
2666if test -n "$CC"; then
81ecdfbb
RW
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2668$as_echo "$CC" >&6; }
13b2be9c 2669else
81ecdfbb
RW
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2671$as_echo "no" >&6; }
13b2be9c
DJ
2672fi
2673
13b2be9c 2674
81ecdfbb 2675 fi
13b2be9c
DJ
2676fi
2677if test -z "$CC"; then
2678 # Extract the first word of "cc", so it can be a program name with args.
2679set dummy cc; ac_word=$2
81ecdfbb
RW
2680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2681$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2682if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2683 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2684else
2685 if test -n "$CC"; then
2686 ac_cv_prog_CC="$CC" # Let the user override the test.
2687else
2688 ac_prog_rejected=no
2689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690for as_dir in $PATH
2691do
2692 IFS=$as_save_IFS
2693 test -z "$as_dir" && as_dir=.
81ecdfbb 2694 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13b2be9c
DJ
2696 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2697 ac_prog_rejected=yes
2698 continue
2699 fi
2700 ac_cv_prog_CC="cc"
81ecdfbb 2701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2702 break 2
2703 fi
2704done
81ecdfbb
RW
2705 done
2706IFS=$as_save_IFS
2707
13b2be9c
DJ
2708if test $ac_prog_rejected = yes; then
2709 # We found a bogon in the path, so make sure we never use it.
2710 set dummy $ac_cv_prog_CC
2711 shift
2712 if test $# != 0; then
2713 # We chose a different compiler from the bogus one.
2714 # However, it has the same basename, so the bogon will be chosen
2715 # first if we set CC to just the basename; use the full file name.
2716 shift
2717 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2718 fi
2719fi
2720fi
2721fi
2722CC=$ac_cv_prog_CC
2723if test -n "$CC"; then
81ecdfbb
RW
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2725$as_echo "$CC" >&6; }
13b2be9c 2726else
81ecdfbb
RW
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2728$as_echo "no" >&6; }
13b2be9c
DJ
2729fi
2730
81ecdfbb 2731
13b2be9c
DJ
2732fi
2733if test -z "$CC"; then
2734 if test -n "$ac_tool_prefix"; then
81ecdfbb 2735 for ac_prog in cl.exe
13b2be9c
DJ
2736 do
2737 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2738set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2740$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2741if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2742 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2743else
2744 if test -n "$CC"; then
2745 ac_cv_prog_CC="$CC" # Let the user override the test.
2746else
2747as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2748for as_dir in $PATH
2749do
2750 IFS=$as_save_IFS
2751 test -z "$as_dir" && as_dir=.
81ecdfbb 2752 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13b2be9c 2754 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2756 break 2
2757 fi
2758done
81ecdfbb
RW
2759 done
2760IFS=$as_save_IFS
13b2be9c
DJ
2761
2762fi
2763fi
2764CC=$ac_cv_prog_CC
2765if test -n "$CC"; then
81ecdfbb
RW
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2767$as_echo "$CC" >&6; }
13b2be9c 2768else
81ecdfbb
RW
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2770$as_echo "no" >&6; }
13b2be9c
DJ
2771fi
2772
81ecdfbb 2773
13b2be9c
DJ
2774 test -n "$CC" && break
2775 done
2776fi
2777if test -z "$CC"; then
2778 ac_ct_CC=$CC
81ecdfbb 2779 for ac_prog in cl.exe
13b2be9c
DJ
2780do
2781 # Extract the first word of "$ac_prog", so it can be a program name with args.
2782set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2784$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2785if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2786 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2787else
2788 if test -n "$ac_ct_CC"; then
2789 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2790else
2791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2792for as_dir in $PATH
2793do
2794 IFS=$as_save_IFS
2795 test -z "$as_dir" && as_dir=.
81ecdfbb 2796 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13b2be9c 2798 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2800 break 2
2801 fi
2802done
81ecdfbb
RW
2803 done
2804IFS=$as_save_IFS
13b2be9c
DJ
2805
2806fi
2807fi
2808ac_ct_CC=$ac_cv_prog_ac_ct_CC
2809if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2811$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2812else
81ecdfbb
RW
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2814$as_echo "no" >&6; }
13b2be9c
DJ
2815fi
2816
81ecdfbb 2817
13b2be9c
DJ
2818 test -n "$ac_ct_CC" && break
2819done
2820
81ecdfbb
RW
2821 if test "x$ac_ct_CC" = x; then
2822 CC=""
2823 else
2824 case $cross_compiling:$ac_tool_warned in
2825yes:)
2826{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2827$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2828ac_tool_warned=yes ;;
2829esac
2830 CC=$ac_ct_CC
2831 fi
13b2be9c
DJ
2832fi
2833
2834fi
2835
2836
81ecdfbb
RW
2837test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2838$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2839as_fn_error $? "no acceptable C compiler found in \$PATH
2840See \`config.log' for more details" "$LINENO" 5; }
13b2be9c
DJ
2841
2842# Provide some information about the compiler.
81ecdfbb
RW
2843$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2844set X $ac_compile
2845ac_compiler=$2
2846for ac_option in --version -v -V -qversion; do
2847 { { ac_try="$ac_compiler $ac_option >&5"
2848case "(($ac_try" in
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2851esac
2852eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853$as_echo "$ac_try_echo"; } >&5
2854 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13b2be9c 2855 ac_status=$?
81ecdfbb
RW
2856 if test -s conftest.err; then
2857 sed '10a\
2858... rest of stderr output deleted ...
2859 10q' conftest.err >conftest.er1
2860 cat conftest.er1 >&5
81ecdfbb 2861 fi
d0ac1c44 2862 rm -f conftest.er1 conftest.err
81ecdfbb
RW
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; }
2865done
13b2be9c 2866
81ecdfbb 2867cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2868/* end confdefs.h. */
2869
2870int
2871main ()
2872{
2873
2874 ;
2875 return 0;
2876}
2877_ACEOF
2878ac_clean_files_save=$ac_clean_files
d0ac1c44 2879ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
13b2be9c
DJ
2880# Try to create an executable without -o first, disregard a.out.
2881# It will help us diagnose broken compilers, and finding out an intuition
2882# of exeext.
d0ac1c44
SM
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2884$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
2885ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2886
2887# The possible output files:
2888ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2889
2890ac_rmfiles=
2891for ac_file in $ac_files
2892do
2893 case $ac_file in
2894 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2895 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2896 esac
2897done
2898rm -f $ac_rmfiles
2899
2900if { { ac_try="$ac_link_default"
2901case "(($ac_try" in
2902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2904esac
2905eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2906$as_echo "$ac_try_echo"; } >&5
2907 (eval "$ac_link_default") 2>&5
2908 ac_status=$?
2909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2910 test $ac_status = 0; }; then :
2911 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2912# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2913# in a Makefile. We should not override ac_cv_exeext if it was cached,
2914# so that the user can short-circuit this test for compilers unknown to
2915# Autoconf.
2916for ac_file in $ac_files ''
13b2be9c
DJ
2917do
2918 test -f "$ac_file" || continue
2919 case $ac_file in
81ecdfbb 2920 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
ab509236 2921 ;;
13b2be9c 2922 [ab].out )
ab509236
L
2923 # We found the default executable, but exeext='' is most
2924 # certainly right.
2925 break;;
13b2be9c 2926 *.* )
81ecdfbb
RW
2927 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2928 then :; else
2929 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2930 fi
2931 # We set ac_cv_exeext here because the later test for it is not
2932 # safe: cross compilers may not add the suffix if given an `-o'
2933 # argument, so we may need to know it at that point already.
2934 # Even if this section looks crufty: it has the advantage of
2935 # actually working.
ab509236 2936 break;;
13b2be9c 2937 * )
ab509236 2938 break;;
13b2be9c
DJ
2939 esac
2940done
81ecdfbb
RW
2941test "$ac_cv_exeext" = no && ac_cv_exeext=
2942
13b2be9c 2943else
81ecdfbb
RW
2944 ac_file=''
2945fi
81ecdfbb 2946if test -z "$ac_file"; then :
d0ac1c44
SM
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948$as_echo "no" >&6; }
2949$as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2950sed 's/^/| /' conftest.$ac_ext >&5
2951
81ecdfbb
RW
2952{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2953$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2954as_fn_error 77 "C compiler cannot create executables
2955See \`config.log' for more details" "$LINENO" 5; }
2956else
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2958$as_echo "yes" >&6; }
13b2be9c 2959fi
d0ac1c44
SM
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2961$as_echo_n "checking for C compiler default output file name... " >&6; }
2962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2963$as_echo "$ac_file" >&6; }
13b2be9c 2964ac_exeext=$ac_cv_exeext
13b2be9c 2965
d0ac1c44 2966rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
13b2be9c 2967ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2969$as_echo_n "checking for suffix of executables... " >&6; }
2970if { { ac_try="$ac_link"
2971case "(($ac_try" in
2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973 *) ac_try_echo=$ac_try;;
2974esac
2975eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2976$as_echo "$ac_try_echo"; } >&5
2977 (eval "$ac_link") 2>&5
13b2be9c 2978 ac_status=$?
81ecdfbb
RW
2979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2980 test $ac_status = 0; }; then :
13b2be9c
DJ
2981 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2982# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2983# work properly (i.e., refer to `conftest.exe'), while it won't with
2984# `rm'.
2985for ac_file in conftest.exe conftest conftest.*; do
2986 test -f "$ac_file" || continue
2987 case $ac_file in
81ecdfbb 2988 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
13b2be9c 2989 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236 2990 break;;
13b2be9c
DJ
2991 * ) break;;
2992 esac
2993done
2994else
81ecdfbb
RW
2995 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2996$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2997as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2998See \`config.log' for more details" "$LINENO" 5; }
13b2be9c 2999fi
d0ac1c44 3000rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3002$as_echo "$ac_cv_exeext" >&6; }
13b2be9c
DJ
3003
3004rm -f conftest.$ac_ext
3005EXEEXT=$ac_cv_exeext
3006ac_exeext=$EXEEXT
d0ac1c44
SM
3007cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3008/* end confdefs.h. */
3009#include <stdio.h>
3010int
3011main ()
3012{
3013FILE *f = fopen ("conftest.out", "w");
3014 return ferror (f) || fclose (f) != 0;
3015
3016 ;
3017 return 0;
3018}
3019_ACEOF
3020ac_clean_files="$ac_clean_files conftest.out"
3021# Check that the compiler produces executables we can run. If not, either
3022# the compiler is broken, or we cross compile.
3023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3024$as_echo_n "checking whether we are cross compiling... " >&6; }
3025if test "$cross_compiling" != yes; then
3026 { { ac_try="$ac_link"
3027case "(($ac_try" in
3028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3029 *) ac_try_echo=$ac_try;;
3030esac
3031eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3032$as_echo "$ac_try_echo"; } >&5
3033 (eval "$ac_link") 2>&5
3034 ac_status=$?
3035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3036 test $ac_status = 0; }
3037 if { ac_try='./conftest$ac_cv_exeext'
3038 { { case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041esac
3042eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3043$as_echo "$ac_try_echo"; } >&5
3044 (eval "$ac_try") 2>&5
3045 ac_status=$?
3046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3047 test $ac_status = 0; }; }; then
3048 cross_compiling=no
3049 else
3050 if test "$cross_compiling" = maybe; then
3051 cross_compiling=yes
3052 else
3053 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3054$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3055as_fn_error $? "cannot run C compiled programs.
3056If you meant to cross compile, use \`--host'.
3057See \`config.log' for more details" "$LINENO" 5; }
3058 fi
3059 fi
3060fi
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3062$as_echo "$cross_compiling" >&6; }
3063
3064rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3065ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3067$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3068if ${ac_cv_objext+:} false; then :
81ecdfbb 3069 $as_echo_n "(cached) " >&6
13b2be9c 3070else
81ecdfbb 3071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3072/* end confdefs.h. */
3073
3074int
3075main ()
3076{
3077
3078 ;
3079 return 0;
3080}
3081_ACEOF
3082rm -f conftest.o conftest.obj
81ecdfbb
RW
3083if { { ac_try="$ac_compile"
3084case "(($ac_try" in
3085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3086 *) ac_try_echo=$ac_try;;
3087esac
3088eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3089$as_echo "$ac_try_echo"; } >&5
3090 (eval "$ac_compile") 2>&5
3091 ac_status=$?
3092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3093 test $ac_status = 0; }; then :
3094 for ac_file in conftest.o conftest.obj conftest.*; do
3095 test -f "$ac_file" || continue;
13b2be9c 3096 case $ac_file in
81ecdfbb 3097 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
13b2be9c
DJ
3098 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3099 break;;
3100 esac
3101done
3102else
81ecdfbb 3103 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
3104sed 's/^/| /' conftest.$ac_ext >&5
3105
81ecdfbb
RW
3106{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3107$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3108as_fn_error $? "cannot compute suffix of object files: cannot compile
3109See \`config.log' for more details" "$LINENO" 5; }
13b2be9c 3110fi
13b2be9c
DJ
3111rm -f conftest.$ac_cv_objext conftest.$ac_ext
3112fi
81ecdfbb
RW
3113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3114$as_echo "$ac_cv_objext" >&6; }
13b2be9c
DJ
3115OBJEXT=$ac_cv_objext
3116ac_objext=$OBJEXT
81ecdfbb
RW
3117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3118$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3119if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3120 $as_echo_n "(cached) " >&6
13b2be9c 3121else
81ecdfbb 3122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3123/* end confdefs.h. */
3124
3125int
3126main ()
3127{
3128#ifndef __GNUC__
3129 choke me
3130#endif
3131
3132 ;
3133 return 0;
3134}
3135_ACEOF
81ecdfbb 3136if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
3137 ac_compiler_gnu=yes
3138else
81ecdfbb 3139 ac_compiler_gnu=no
13b2be9c 3140fi
81ecdfbb 3141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
3142ac_cv_c_compiler_gnu=$ac_compiler_gnu
3143
3144fi
81ecdfbb
RW
3145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3146$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3147if test $ac_compiler_gnu = yes; then
3148 GCC=yes
3149else
3150 GCC=
3151fi
13b2be9c
DJ
3152ac_test_CFLAGS=${CFLAGS+set}
3153ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3155$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3156if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3157 $as_echo_n "(cached) " >&6
3158else
3159 ac_save_c_werror_flag=$ac_c_werror_flag
3160 ac_c_werror_flag=yes
3161 ac_cv_prog_cc_g=no
3162 CFLAGS="-g"
3163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3164/* end confdefs.h. */
3165
3166int
3167main ()
3168{
3169
3170 ;
3171 return 0;
3172}
3173_ACEOF
81ecdfbb 3174if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
3175 ac_cv_prog_cc_g=yes
3176else
81ecdfbb
RW
3177 CFLAGS=""
3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179/* end confdefs.h. */
13b2be9c 3180
81ecdfbb
RW
3181int
3182main ()
3183{
3184
3185 ;
3186 return 0;
3187}
3188_ACEOF
3189if ac_fn_c_try_compile "$LINENO"; then :
3190
3191else
3192 ac_c_werror_flag=$ac_save_c_werror_flag
3193 CFLAGS="-g"
3194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3195/* end confdefs.h. */
3196
3197int
3198main ()
3199{
3200
3201 ;
3202 return 0;
3203}
3204_ACEOF
3205if ac_fn_c_try_compile "$LINENO"; then :
3206 ac_cv_prog_cc_g=yes
3207fi
3208rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3209fi
81ecdfbb 3210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3211fi
81ecdfbb
RW
3212rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3213 ac_c_werror_flag=$ac_save_c_werror_flag
3214fi
3215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3216$as_echo "$ac_cv_prog_cc_g" >&6; }
13b2be9c
DJ
3217if test "$ac_test_CFLAGS" = set; then
3218 CFLAGS=$ac_save_CFLAGS
3219elif test $ac_cv_prog_cc_g = yes; then
3220 if test "$GCC" = yes; then
3221 CFLAGS="-g -O2"
3222 else
3223 CFLAGS="-g"
3224 fi
3225else
3226 if test "$GCC" = yes; then
3227 CFLAGS="-O2"
3228 else
3229 CFLAGS=
3230 fi
3231fi
81ecdfbb
RW
3232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3233$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3234if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3235 $as_echo_n "(cached) " >&6
13b2be9c 3236else
81ecdfbb 3237 ac_cv_prog_cc_c89=no
13b2be9c 3238ac_save_CC=$CC
81ecdfbb 3239cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3240/* end confdefs.h. */
3241#include <stdarg.h>
3242#include <stdio.h>
d0ac1c44 3243struct stat;
13b2be9c
DJ
3244/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3245struct buf { int x; };
3246FILE * (*rcsopen) (struct buf *, struct stat *, int);
3247static char *e (p, i)
3248 char **p;
3249 int i;
3250{
3251 return p[i];
3252}
3253static char *f (char * (*g) (char **, int), char **p, ...)
3254{
3255 char *s;
3256 va_list v;
3257 va_start (v,p);
3258 s = g (p, va_arg (v,int));
3259 va_end (v);
3260 return s;
3261}
ab509236
L
3262
3263/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3264 function prototypes and stuff, but not '\xHH' hex character constants.
3265 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3266 as 'x'. The following induces an error, until -std is added to get
ab509236
L
3267 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3268 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3269 that's true only with -std. */
ab509236
L
3270int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271
81ecdfbb
RW
3272/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3273 inside strings and character constants. */
3274#define FOO(x) 'x'
3275int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276
13b2be9c
DJ
3277int test (int i, double x);
3278struct s1 {int (*f) (int a);};
3279struct s2 {int (*f) (double a);};
3280int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3281int argc;
3282char **argv;
3283int
3284main ()
3285{
3286return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 ;
3288 return 0;
3289}
3290_ACEOF
81ecdfbb
RW
3291for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3292 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
13b2be9c
DJ
3293do
3294 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3295 if ac_fn_c_try_compile "$LINENO"; then :
3296 ac_cv_prog_cc_c89=$ac_arg
13b2be9c 3297fi
81ecdfbb
RW
3298rm -f core conftest.err conftest.$ac_objext
3299 test "x$ac_cv_prog_cc_c89" != "xno" && break
13b2be9c 3300done
81ecdfbb 3301rm -f conftest.$ac_ext
13b2be9c
DJ
3302CC=$ac_save_CC
3303
3304fi
81ecdfbb
RW
3305# AC_CACHE_VAL
3306case "x$ac_cv_prog_cc_c89" in
3307 x)
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3309$as_echo "none needed" >&6; } ;;
3310 xno)
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3312$as_echo "unsupported" >&6; } ;;
13b2be9c 3313 *)
81ecdfbb
RW
3314 CC="$CC $ac_cv_prog_cc_c89"
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3316$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
13b2be9c 3317esac
81ecdfbb 3318if test "x$ac_cv_prog_cc_c89" != xno; then :
13b2be9c 3319
13b2be9c
DJ
3320fi
3321
13b2be9c
DJ
3322ac_ext=c
3323ac_cpp='$CPP $CPPFLAGS'
3324ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3325ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326ac_compiler_gnu=$ac_cv_c_compiler_gnu
3327
d0ac1c44
SM
3328ac_ext=c
3329ac_cpp='$CPP $CPPFLAGS'
3330ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3331ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3332ac_compiler_gnu=$ac_cv_c_compiler_gnu
3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3334$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3335if ${am_cv_prog_cc_c_o+:} false; then :
3336 $as_echo_n "(cached) " >&6
3337else
3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339/* end confdefs.h. */
3340
3341int
3342main ()
3343{
3344
3345 ;
3346 return 0;
3347}
3348_ACEOF
3349 # Make sure it works both with $CC and with simple cc.
3350 # Following AC_PROG_CC_C_O, we do the test twice because some
3351 # compilers refuse to overwrite an existing .o file with -o,
3352 # though they will create one.
3353 am_cv_prog_cc_c_o=yes
3354 for am_i in 1 2; do
3355 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3356 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3357 ac_status=$?
3358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3359 (exit $ac_status); } \
3360 && test -f conftest2.$ac_objext; then
3361 : OK
3362 else
3363 am_cv_prog_cc_c_o=no
3364 break
3365 fi
3366 done
3367 rm -f core conftest*
3368 unset am_i
3369fi
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3371$as_echo "$am_cv_prog_cc_c_o" >&6; }
3372if test "$am_cv_prog_cc_c_o" != yes; then
3373 # Losing compiler, so override with the script.
3374 # FIXME: It is wrong to rewrite CC.
3375 # But if we don't then we get into trouble of one sort or another.
3376 # A longer-term fix would be to have automake use am__CC in this case,
3377 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3378 CC="$am_aux_dir/compile $CC"
3379fi
3380ac_ext=c
3381ac_cpp='$CPP $CPPFLAGS'
3382ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3383ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3384ac_compiler_gnu=$ac_cv_c_compiler_gnu
3385
3386
13b2be9c 3387
81ecdfbb
RW
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3389$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3390if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3391 $as_echo_n "(cached) " >&6
13b2be9c 3392else
ab509236 3393 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3394cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3395/* end confdefs.h. */
3396
81ecdfbb
RW
3397/* Override any GCC internal prototype to avoid an error.
3398 Use char because int might match the return type of a GCC
3399 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
3400#ifdef __cplusplus
3401extern "C"
3402#endif
13b2be9c
DJ
3403char strerror ();
3404int
3405main ()
3406{
81ecdfbb 3407return strerror ();
13b2be9c
DJ
3408 ;
3409 return 0;
3410}
3411_ACEOF
81ecdfbb
RW
3412for ac_lib in '' cposix; do
3413 if test -z "$ac_lib"; then
3414 ac_res="none required"
3415 else
3416 ac_res=-l$ac_lib
ab509236 3417 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3418 fi
3419 if ac_fn_c_try_link "$LINENO"; then :
3420 ac_cv_search_strerror=$ac_res
3421fi
3422rm -f core conftest.err conftest.$ac_objext \
3423 conftest$ac_exeext
d0ac1c44 3424 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3425 break
3426fi
3427done
d0ac1c44 3428if ${ac_cv_search_strerror+:} false; then :
ab509236 3429
ab509236 3430else
81ecdfbb 3431 ac_cv_search_strerror=no
13b2be9c 3432fi
81ecdfbb 3433rm conftest.$ac_ext
ab509236
L
3434LIBS=$ac_func_search_save_LIBS
3435fi
81ecdfbb
RW
3436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3437$as_echo "$ac_cv_search_strerror" >&6; }
3438ac_res=$ac_cv_search_strerror
3439if test "$ac_res" != no; then :
3440 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13b2be9c 3441
ab509236 3442fi
13b2be9c
DJ
3443
3444
d0ac1c44 3445am__api_version='1.15'
81ecdfbb 3446
13b2be9c
DJ
3447# Find a good install program. We prefer a C program (faster),
3448# so one script is as good as another. But avoid the broken or
3449# incompatible versions:
3450# SysV /etc/install, /usr/sbin/install
3451# SunOS /usr/etc/install
3452# IRIX /sbin/install
3453# AIX /bin/install
3454# AmigaOS /C/install, which installs bootblocks on floppy discs
3455# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3456# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3457# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 3458# OS/2's system install, which has a completely different semantic
13b2be9c 3459# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3460# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3462$as_echo_n "checking for a BSD-compatible install... " >&6; }
13b2be9c 3463if test -z "$INSTALL"; then
d0ac1c44 3464if ${ac_cv_path_install+:} false; then :
81ecdfbb 3465 $as_echo_n "(cached) " >&6
13b2be9c
DJ
3466else
3467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468for as_dir in $PATH
3469do
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3472 # Account for people who put trailing slashes in PATH elements.
3473case $as_dir/ in #((
3474 ./ | .// | /[cC]/* | \
13b2be9c 3475 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3476 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
13b2be9c
DJ
3477 /usr/ucb/* ) ;;
3478 *)
3479 # OSF1 and SCO ODT 3.0 have their own names for install.
3480 # Don't use installbsd from OSF since it installs stuff as root
3481 # by default.
3482 for ac_prog in ginstall scoinst install; do
3483 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3484 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
ab509236
L
3485 if test $ac_prog = install &&
3486 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3487 # AIX install. It has an incompatible calling convention.
3488 :
3489 elif test $ac_prog = install &&
3490 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3491 # program-specific install script used by HP pwplus--don't use.
3492 :
3493 else
58c85be7
RW
3494 rm -rf conftest.one conftest.two conftest.dir
3495 echo one > conftest.one
3496 echo two > conftest.two
3497 mkdir conftest.dir
3498 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3499 test -s conftest.one && test -s conftest.two &&
3500 test -s conftest.dir/conftest.one &&
3501 test -s conftest.dir/conftest.two
3502 then
3503 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3504 break 3
3505 fi
ab509236
L
3506 fi
3507 fi
13b2be9c
DJ
3508 done
3509 done
3510 ;;
3511esac
81ecdfbb
RW
3512
3513 done
3514IFS=$as_save_IFS
13b2be9c 3515
58c85be7 3516rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3517
3518fi
3519 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 3520 INSTALL=$ac_cv_path_install
252b5132 3521 else
58c85be7
RW
3522 # As a last resort, use the slow shell script. Don't cache a
3523 # value for INSTALL within a source directory, because that will
252b5132 3524 # break other packages using the cache if that directory is
58c85be7 3525 # removed, or if the value is a relative name.
13b2be9c 3526 INSTALL=$ac_install_sh
252b5132
RH
3527 fi
3528fi
81ecdfbb
RW
3529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3530$as_echo "$INSTALL" >&6; }
252b5132
RH
3531
3532# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3533# It thinks the first close brace ends the variable substitution.
3534test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3535
13b2be9c 3536test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3537
3538test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3539
81ecdfbb
RW
3540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3541$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3542# Reject unsafe characters in $srcdir or the absolute working directory
3543# name. Accept space and tab only in the latter.
3544am_lf='
3545'
3546case `pwd` in
3547 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3548 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3549esac
3550case $srcdir in
3551 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3552 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3553esac
3554
d0ac1c44 3555# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3556# arguments. Must try -L first in case configure is actually a
3557# symlink; some systems play weird games with the mod time of symlinks
3558# (eg FreeBSD returns the mod time of the symlink's containing
3559# directory).
3560if (
d0ac1c44
SM
3561 am_has_slept=no
3562 for am_try in 1 2; do
3563 echo "timestamp, slept: $am_has_slept" > conftest.file
3564 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3565 if test "$*" = "X"; then
3566 # -L didn't work.
3567 set X `ls -t "$srcdir/configure" conftest.file`
3568 fi
3569 if test "$*" != "X $srcdir/configure conftest.file" \
3570 && test "$*" != "X conftest.file $srcdir/configure"; then
3571
3572 # If neither matched, then we have a broken ls. This can happen
3573 # if, for instance, CONFIG_SHELL is bash and it inherits a
3574 # broken ls alias from the environment. This has actually
3575 # happened. Such a system could not be considered "sane".
3576 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3577 alias in your environment" "$LINENO" 5
3578 fi
3579 if test "$2" = conftest.file || test $am_try -eq 2; then
3580 break
3581 fi
3582 # Just in case.
3583 sleep 1
3584 am_has_slept=yes
3585 done
13b2be9c
DJ
3586 test "$2" = conftest.file
3587 )
3588then
3589 # Ok.
3590 :
3591else
d0ac1c44 3592 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3593Check your system clock" "$LINENO" 5
13b2be9c 3594fi
81ecdfbb
RW
3595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3596$as_echo "yes" >&6; }
d0ac1c44
SM
3597# If we didn't sleep, we still need to ensure time stamps of config.status and
3598# generated files are strictly newer.
3599am_sleep_pid=
3600if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3601 ( sleep 1 ) &
3602 am_sleep_pid=$!
3603fi
3604
3605rm -f conftest.file
3606
13b2be9c 3607test "$program_prefix" != NONE &&
81ecdfbb 3608 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
3609# Use a double $ so make ignores it.
3610test "$program_suffix" != NONE &&
81ecdfbb
RW
3611 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3612# Double any \ or $.
13b2be9c 3613# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3614ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3615program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 3616
81ecdfbb
RW
3617if test x"${MISSING+set}" != xset; then
3618 case $am_aux_dir in
3619 *\ * | *\ *)
3620 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3621 *)
3622 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3623 esac
3624fi
13b2be9c 3625# Use eval to expand $SHELL
d0ac1c44
SM
3626if eval "$MISSING --is-lightweight"; then
3627 am_missing_run="$MISSING "
13b2be9c
DJ
3628else
3629 am_missing_run=
d0ac1c44
SM
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3631$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
ab509236
L
3632fi
3633
d0ac1c44 3634if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3635 case $am_aux_dir in
3636 *\ * | *\ *)
3637 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3638 *)
3639 install_sh="\${SHELL} $am_aux_dir/install-sh"
3640 esac
3641fi
3642
d0ac1c44
SM
3643# Installed binaries are usually stripped using 'strip' when the user
3644# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3645# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3646# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3647if test "$cross_compiling" != no; then
3648 if test -n "$ac_tool_prefix"; then
3649 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3650set dummy ${ac_tool_prefix}strip; ac_word=$2
3651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3652$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3653if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 3654 $as_echo_n "(cached) " >&6
13b2be9c 3655else
81ecdfbb
RW
3656 if test -n "$STRIP"; then
3657 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
3658else
3659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660for as_dir in $PATH
3661do
3662 IFS=$as_save_IFS
3663 test -z "$as_dir" && as_dir=.
81ecdfbb 3664 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3666 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
3668 break 2
3669 fi
3670done
81ecdfbb
RW
3671 done
3672IFS=$as_save_IFS
13b2be9c
DJ
3673
3674fi
3675fi
81ecdfbb
RW
3676STRIP=$ac_cv_prog_STRIP
3677if test -n "$STRIP"; then
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3679$as_echo "$STRIP" >&6; }
13b2be9c 3680else
81ecdfbb
RW
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3682$as_echo "no" >&6; }
13b2be9c
DJ
3683fi
3684
13b2be9c 3685
81ecdfbb
RW
3686fi
3687if test -z "$ac_cv_prog_STRIP"; then
3688 ac_ct_STRIP=$STRIP
3689 # Extract the first word of "strip", so it can be a program name with args.
3690set dummy strip; ac_word=$2
3691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3692$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3693if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 3694 $as_echo_n "(cached) " >&6
13b2be9c 3695else
81ecdfbb
RW
3696 if test -n "$ac_ct_STRIP"; then
3697 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 3698else
81ecdfbb
RW
3699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3700for as_dir in $PATH
3701do
3702 IFS=$as_save_IFS
3703 test -z "$as_dir" && as_dir=.
3704 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3706 ac_cv_prog_ac_ct_STRIP="strip"
3707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3708 break 2
3709 fi
3710done
3711 done
3712IFS=$as_save_IFS
3713
3714fi
3715fi
3716ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3717if test -n "$ac_ct_STRIP"; then
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3719$as_echo "$ac_ct_STRIP" >&6; }
3720else
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3722$as_echo "no" >&6; }
3723fi
3724
3725 if test "x$ac_ct_STRIP" = x; then
3726 STRIP=":"
3727 else
3728 case $cross_compiling:$ac_tool_warned in
3729yes:)
3730{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3731$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3732ac_tool_warned=yes ;;
3733esac
3734 STRIP=$ac_ct_STRIP
3735 fi
3736else
3737 STRIP="$ac_cv_prog_STRIP"
3738fi
3739
3740fi
3741INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3742
3743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3744$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3745if test -z "$MKDIR_P"; then
d0ac1c44 3746 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3747 $as_echo_n "(cached) " >&6
3748else
3749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3751do
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_prog in mkdir gmkdir; do
3755 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3756 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3757 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3758 'mkdir (GNU coreutils) '* | \
3759 'mkdir (coreutils) '* | \
3760 'mkdir (fileutils) '4.1*)
3761 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3762 break 3;;
3763 esac
3764 done
3765 done
3766 done
3767IFS=$as_save_IFS
3768
3769fi
3770
d0ac1c44 3771 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3772 if test "${ac_cv_path_mkdir+set}" = set; then
3773 MKDIR_P="$ac_cv_path_mkdir -p"
3774 else
3775 # As a last resort, use the slow shell script. Don't cache a
3776 # value for MKDIR_P within a source directory, because that will
3777 # break other packages using the cache if that directory is
3778 # removed, or if the value is a relative name.
81ecdfbb
RW
3779 MKDIR_P="$ac_install_sh -d"
3780 fi
3781fi
3782{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3783$as_echo "$MKDIR_P" >&6; }
3784
81ecdfbb
RW
3785for ac_prog in gawk mawk nawk awk
3786do
3787 # Extract the first word of "$ac_prog", so it can be a program name with args.
3788set dummy $ac_prog; ac_word=$2
3789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3790$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3791if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
3792 $as_echo_n "(cached) " >&6
3793else
3794 if test -n "$AWK"; then
3795 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3796else
3797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3798for as_dir in $PATH
3799do
3800 IFS=$as_save_IFS
3801 test -z "$as_dir" && as_dir=.
3802 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3803 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3804 ac_cv_prog_AWK="$ac_prog"
3805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3806 break 2
3807 fi
3808done
3809 done
3810IFS=$as_save_IFS
3811
3812fi
3813fi
3814AWK=$ac_cv_prog_AWK
3815if test -n "$AWK"; then
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3817$as_echo "$AWK" >&6; }
3818else
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820$as_echo "no" >&6; }
13b2be9c 3821fi
81ecdfbb
RW
3822
3823
3824 test -n "$AWK" && break
3825done
3826
3827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3828$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3829set x ${MAKE-make}
3830ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 3831if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb
RW
3832 $as_echo_n "(cached) " >&6
3833else
3834 cat >conftest.make <<\_ACEOF
3835SHELL = /bin/sh
3836all:
3837 @echo '@@@%%%=$(MAKE)=@@@%%%'
3838_ACEOF
d0ac1c44 3839# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
3840case `${MAKE-make} -f conftest.make 2>/dev/null` in
3841 *@@@%%%=?*=@@@%%%*)
3842 eval ac_cv_prog_make_${ac_make}_set=yes;;
3843 *)
3844 eval ac_cv_prog_make_${ac_make}_set=no;;
3845esac
13b2be9c
DJ
3846rm -f conftest.make
3847fi
81ecdfbb
RW
3848if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3850$as_echo "yes" >&6; }
13b2be9c
DJ
3851 SET_MAKE=
3852else
81ecdfbb
RW
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3854$as_echo "no" >&6; }
13b2be9c
DJ
3855 SET_MAKE="MAKE=${MAKE-make}"
3856fi
3857
3858rm -rf .tst 2>/dev/null
3859mkdir .tst 2>/dev/null
3860if test -d .tst; then
3861 am__leading_dot=.
3862else
3863 am__leading_dot=_
3864fi
3865rmdir .tst 2>/dev/null
3866
3867DEPDIR="${am__leading_dot}deps"
3868
81ecdfbb 3869ac_config_commands="$ac_config_commands depfiles"
13b2be9c
DJ
3870
3871
3872am_make=${MAKE-make}
3873cat > confinc << 'END'
3874am__doit:
81ecdfbb 3875 @echo this is the am__doit target
13b2be9c
DJ
3876.PHONY: am__doit
3877END
3878# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3880$as_echo_n "checking for style of include used by $am_make... " >&6; }
13b2be9c
DJ
3881am__include="#"
3882am__quote=
3883_am_result=none
3884# First try GNU make style include.
3885echo "include confinc" > confmf
d0ac1c44 3886# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
3887case `$am_make -s -f confmf 2> /dev/null` in #(
3888*the\ am__doit\ target*)
3889 am__include=include
3890 am__quote=
3891 _am_result=GNU
3892 ;;
3893esac
13b2be9c
DJ
3894# Now try BSD make style include.
3895if test "$am__include" = "#"; then
3896 echo '.include "confinc"' > confmf
81ecdfbb
RW
3897 case `$am_make -s -f confmf 2> /dev/null` in #(
3898 *the\ am__doit\ target*)
3899 am__include=.include
3900 am__quote="\""
3901 _am_result=BSD
3902 ;;
3903 esac
13b2be9c
DJ
3904fi
3905
3906
81ecdfbb
RW
3907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3908$as_echo "$_am_result" >&6; }
13b2be9c
DJ
3909rm -f confinc confmf
3910
81ecdfbb
RW
3911# Check whether --enable-dependency-tracking was given.
3912if test "${enable_dependency_tracking+set}" = set; then :
3913 enableval=$enable_dependency_tracking;
3914fi
13b2be9c 3915
13b2be9c
DJ
3916if test "x$enable_dependency_tracking" != xno; then
3917 am_depcomp="$ac_aux_dir/depcomp"
3918 AMDEPBACKSLASH='\'
6eb7d830 3919 am__nodep='_no'
13b2be9c 3920fi
81ecdfbb 3921 if test "x$enable_dependency_tracking" != xno; then
13b2be9c
DJ
3922 AMDEP_TRUE=
3923 AMDEP_FALSE='#'
3924else
3925 AMDEP_TRUE='#'
3926 AMDEP_FALSE=
3927fi
3928
3929
d0ac1c44
SM
3930# Check whether --enable-silent-rules was given.
3931if test "${enable_silent_rules+set}" = set; then :
3932 enableval=$enable_silent_rules;
3933fi
3934
3935case $enable_silent_rules in # (((
3936 yes) AM_DEFAULT_VERBOSITY=0;;
3937 no) AM_DEFAULT_VERBOSITY=1;;
3938 *) AM_DEFAULT_VERBOSITY=1;;
3939esac
3940am_make=${MAKE-make}
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3942$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3943if ${am_cv_make_support_nested_variables+:} false; then :
3944 $as_echo_n "(cached) " >&6
3945else
3946 if $as_echo 'TRUE=$(BAR$(V))
3947BAR0=false
3948BAR1=true
3949V=1
3950am__doit:
3951 @$(TRUE)
3952.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3953 am_cv_make_support_nested_variables=yes
3954else
3955 am_cv_make_support_nested_variables=no
3956fi
3957fi
3958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3959$as_echo "$am_cv_make_support_nested_variables" >&6; }
3960if test $am_cv_make_support_nested_variables = yes; then
3961 AM_V='$(V)'
3962 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3963else
3964 AM_V=$AM_DEFAULT_VERBOSITY
3965 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3966fi
3967AM_BACKSLASH='\'
3968
81ecdfbb
RW
3969if test "`cd $srcdir && pwd`" != "`pwd`"; then
3970 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3971 # is not polluted with repeated "-I."
3972 am__isrc=' -I$(srcdir)'
3973 # test to see if srcdir already configured
3974 if test -f $srcdir/config.status; then
d0ac1c44 3975 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 3976 fi
13b2be9c
DJ
3977fi
3978
3979# test whether we have cygpath
3980if test -z "$CYGPATH_W"; then
3981 if (cygpath --version) >/dev/null 2>/dev/null; then
3982 CYGPATH_W='cygpath -w'
3983 else
3984 CYGPATH_W=echo
3985 fi
3986fi
3987
3988
3989# Define the identity of the package.
2e98a7bd 3990 PACKAGE='gas'
f48dfe41 3991 VERSION='2.32.51'
13b2be9c
DJ
3992
3993
3994cat >>confdefs.h <<_ACEOF
3995#define PACKAGE "$PACKAGE"
3996_ACEOF
3997
3998
3999cat >>confdefs.h <<_ACEOF
4000#define VERSION "$VERSION"
4001_ACEOF
4002
4003# Some tools Automake needs.
4004
4005ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4006
4007
4008AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4009
4010
4011AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4012
4013
4014AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4015
4016
4017MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4018
d0ac1c44
SM
4019# For better backward compatibility. To be removed once Automake 1.9.x
4020# dies out for good. For more background, see:
4021# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4022# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4023mkdir_p='$(MKDIR_P)'
4024
4025# We need awk for the "check" target (and possibly the TAP driver). The
4026# system "awk" is bad on some platforms.
6eb7d830
AM
4027# Always define AMTAR for backward compatibility. Yes, it's still used
4028# in the wild :-( We should find a proper way to deprecate it ...
4029AMTAR='$${TAR-tar}'
8ea2b00f 4030
d0ac1c44
SM
4031
4032# We'll loop over all known methods to create a tar archive until one works.
4033_am_tools='gnutar pax cpio none'
4034
6eb7d830 4035am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8ea2b00f
AM
4036
4037
252b5132 4038
d6d788bd 4039
d0ac1c44 4040
13b2be9c 4041depcc="$CC" am_compiler_list=
d6d788bd 4042
81ecdfbb
RW
4043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4044$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4045if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4046 $as_echo_n "(cached) " >&6
252b5132 4047else
13b2be9c
DJ
4048 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4049 # We make a subdir and do the tests there. Otherwise we can end up
4050 # making bogus files that we don't know about and never remove. For
4051 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4052 # making a dummy file named 'D' -- because '-MD' means "put the output
4053 # in D".
6eb7d830 4054 rm -rf conftest.dir
13b2be9c
DJ
4055 mkdir conftest.dir
4056 # Copy depcomp to subdir because otherwise we won't find it if we're
4057 # using a relative directory.
4058 cp "$am_depcomp" conftest.dir
4059 cd conftest.dir
4060 # We will build objects and dependencies in a subdirectory because
4061 # it helps to detect inapplicable dependency modes. For instance
4062 # both Tru64's cc and ICC support -MD to output dependencies as a
4063 # side effect of compilation, but ICC will put the dependencies in
4064 # the current directory while Tru64 will put them in the object
4065 # directory.
4066 mkdir sub
252b5132 4067
13b2be9c
DJ
4068 am_cv_CC_dependencies_compiler_type=none
4069 if test "$am_compiler_list" = ""; then
4070 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4071 fi
81ecdfbb
RW
4072 am__universal=false
4073 case " $depcc " in #(
4074 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4075 esac
4076
13b2be9c
DJ
4077 for depmode in $am_compiler_list; do
4078 # Setup a source with many dependencies, because some compilers
4079 # like to wrap large dependency lists on column 80 (with \), and
4080 # we should not choose a depcomp mode which is confused by this.
4081 #
4082 # We need to recreate these files for each test, as the compiler may
4083 # overwrite some of them when testing with obscure command lines.
4084 # This happens at least with the AIX C compiler.
4085 : > sub/conftest.c
4086 for i in 1 2 3 4 5 6; do
4087 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4088 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4089 # Solaris 10 /bin/sh.
4090 echo '/* dummy */' > sub/conftst$i.h
13b2be9c
DJ
4091 done
4092 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4093
d0ac1c44 4094 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4095 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4096 # handle '-M -o', and we need to detect this. Also, some Intel
4097 # versions had trouble with output in subdirs.
81ecdfbb
RW
4098 am__obj=sub/conftest.${OBJEXT-o}
4099 am__minus_obj="-o $am__obj"
13b2be9c 4100 case $depmode in
81ecdfbb
RW
4101 gcc)
4102 # This depmode causes a compiler race in universal mode.
4103 test "$am__universal" = false || continue
4104 ;;
13b2be9c 4105 nosideeffect)
d0ac1c44
SM
4106 # After this tag, mechanisms are not by side-effect, so they'll
4107 # only be used when explicitly requested.
13b2be9c
DJ
4108 if test "x$enable_dependency_tracking" = xyes; then
4109 continue
4110 else
4111 break
4112 fi
4113 ;;
6eb7d830 4114 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4115 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4116 # not run yet. These depmodes are late enough in the game, and
4117 # so weak that their functioning should not be impacted.
4118 am__obj=conftest.${OBJEXT-o}
4119 am__minus_obj=
4120 ;;
13b2be9c
DJ
4121 none) break ;;
4122 esac
13b2be9c 4123 if depmode=$depmode \
81ecdfbb 4124 source=sub/conftest.c object=$am__obj \
13b2be9c 4125 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4126 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
13b2be9c 4127 >/dev/null 2>conftest.err &&
81ecdfbb 4128 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c 4129 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4130 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c
DJ
4131 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4132 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
4133 # or remarks (even with -Werror). So we grep stderr for any message
4134 # that says an option was ignored or not supported.
4135 # When given -MP, icc 7.0 and 7.1 complain thusly:
4136 # icc: Command line warning: ignoring option '-M'; no argument required
4137 # The diagnosis changed in icc 8.0:
4138 # icc: Command line remark: option '-MP' not supported
4139 if (grep 'ignoring option' conftest.err ||
4140 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
4141 am_cv_CC_dependencies_compiler_type=$depmode
4142 break
4143 fi
4144 fi
4145 done
252b5132 4146
13b2be9c
DJ
4147 cd ..
4148 rm -rf conftest.dir
252b5132 4149else
13b2be9c 4150 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4151fi
4152
252b5132 4153fi
81ecdfbb
RW
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4155$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
13b2be9c 4156CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 4157
81ecdfbb 4158 if
13b2be9c
DJ
4159 test "x$enable_dependency_tracking" != xno \
4160 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4161 am__fastdepCC_TRUE=
4162 am__fastdepCC_FALSE='#'
252b5132 4163else
13b2be9c
DJ
4164 am__fastdepCC_TRUE='#'
4165 am__fastdepCC_FALSE=
252b5132
RH
4166fi
4167
d6d788bd
L
4168
4169
d0ac1c44
SM
4170# POSIX will say in a future version that running "rm -f" with no argument
4171# is OK; and we want to be able to make that assumption in our Makefile
4172# recipes. So use an aggressive probe to check that the usage we want is
4173# actually supported "in the wild" to an acceptable degree.
4174# See automake bug#10828.
4175# To make any issue more visible, cause the running configure to be aborted
4176# by default if the 'rm' program in use doesn't match our expectations; the
4177# user can still override this though.
4178if rm -f && rm -fr && rm -rf; then : OK; else
4179 cat >&2 <<'END'
4180Oops!
4181
4182Your 'rm' program seems unable to run without file operands specified
4183on the command line, even when the '-f' option is present. This is contrary
4184to the behaviour of most rm programs out there, and not conforming with
4185the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4186
4187Please tell bug-automake@gnu.org about your system, including the value
4188of your $PATH and any error possibly output before this message. This
4189can help us improve future automake versions.
4190
4191END
4192 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4193 echo 'Configuration will proceed anyway, since you have set the' >&2
4194 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4195 echo >&2
4196 else
4197 cat >&2 <<'END'
4198Aborting the configuration process, to ensure you take notice of the issue.
4199
4200You can download and install GNU coreutils to get an 'rm' implementation
4201that behaves properly: <http://www.gnu.org/software/coreutils/>.
4202
4203If you want to complete the configuration process using your problematic
4204'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4205to "yes", and re-run configure.
4206
4207END
4208 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4209 fi
4210fi
4211
13b2be9c 4212
ce2cded5
L
4213ac_ext=c
4214ac_cpp='$CPP $CPPFLAGS'
4215ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4216ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4217ac_compiler_gnu=$ac_cv_c_compiler_gnu
4218if test -n "$ac_tool_prefix"; then
4219 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4220set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4222$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4223if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4224 $as_echo_n "(cached) " >&6
252b5132 4225else
ce2cded5
L
4226 if test -n "$CC"; then
4227 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 4228else
ce2cded5
L
4229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4230for as_dir in $PATH
4231do
4232 IFS=$as_save_IFS
4233 test -z "$as_dir" && as_dir=.
81ecdfbb 4234 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 4236 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4238 break 2
4239 fi
4240done
81ecdfbb
RW
4241 done
4242IFS=$as_save_IFS
d7040cdb 4243
ce2cded5
L
4244fi
4245fi
4246CC=$ac_cv_prog_CC
4247if test -n "$CC"; then
81ecdfbb
RW
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4249$as_echo "$CC" >&6; }
bedf545c 4250else
81ecdfbb
RW
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252$as_echo "no" >&6; }
ce2cded5 4253fi
d7040cdb 4254
81ecdfbb 4255
ce2cded5
L
4256fi
4257if test -z "$ac_cv_prog_CC"; then
4258 ac_ct_CC=$CC
4259 # Extract the first word of "gcc", so it can be a program name with args.
4260set dummy gcc; ac_word=$2
81ecdfbb
RW
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4263if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4264 $as_echo_n "(cached) " >&6
d7040cdb 4265else
ce2cded5
L
4266 if test -n "$ac_ct_CC"; then
4267 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4268else
d7040cdb
SE
4269as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4270for as_dir in $PATH
4271do
4272 IFS=$as_save_IFS
4273 test -z "$as_dir" && as_dir=.
81ecdfbb 4274 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4275 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 4276 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 4278 break 2
d7040cdb 4279 fi
ce2cded5 4280done
81ecdfbb
RW
4281 done
4282IFS=$as_save_IFS
d7040cdb 4283
ce2cded5
L
4284fi
4285fi
4286ac_ct_CC=$ac_cv_prog_ac_ct_CC
4287if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4289$as_echo "$ac_ct_CC" >&6; }
ce2cded5 4290else
81ecdfbb
RW
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4292$as_echo "no" >&6; }
d7040cdb
SE
4293fi
4294
81ecdfbb
RW
4295 if test "x$ac_ct_CC" = x; then
4296 CC=""
4297 else
4298 case $cross_compiling:$ac_tool_warned in
4299yes:)
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4301$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4302ac_tool_warned=yes ;;
4303esac
4304 CC=$ac_ct_CC
4305 fi
ce2cded5
L
4306else
4307 CC="$ac_cv_prog_CC"
4308fi
d7040cdb 4309
ce2cded5 4310if test -z "$CC"; then
81ecdfbb
RW
4311 if test -n "$ac_tool_prefix"; then
4312 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 4313set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4315$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4316if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4317 $as_echo_n "(cached) " >&6
d7040cdb 4318else
ce2cded5
L
4319 if test -n "$CC"; then
4320 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 4321else
ce2cded5
L
4322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4323for as_dir in $PATH
4324do
4325 IFS=$as_save_IFS
4326 test -z "$as_dir" && as_dir=.
81ecdfbb 4327 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 4329 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4331 break 2
4332 fi
4333done
81ecdfbb
RW
4334 done
4335IFS=$as_save_IFS
d7040cdb 4336
252b5132
RH
4337fi
4338fi
ce2cded5
L
4339CC=$ac_cv_prog_CC
4340if test -n "$CC"; then
81ecdfbb
RW
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4342$as_echo "$CC" >&6; }
ce2cded5 4343else
81ecdfbb
RW
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4345$as_echo "no" >&6; }
d7040cdb 4346fi
f9c19112 4347
ce2cded5 4348
81ecdfbb 4349 fi
ce2cded5
L
4350fi
4351if test -z "$CC"; then
4352 # Extract the first word of "cc", so it can be a program name with args.
4353set dummy cc; ac_word=$2
81ecdfbb
RW
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4355$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4356if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4357 $as_echo_n "(cached) " >&6
ce2cded5
L
4358else
4359 if test -n "$CC"; then
4360 ac_cv_prog_CC="$CC" # Let the user override the test.
4361else
4362 ac_prog_rejected=no
4363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364for as_dir in $PATH
4365do
4366 IFS=$as_save_IFS
4367 test -z "$as_dir" && as_dir=.
81ecdfbb 4368 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5
L
4370 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4371 ac_prog_rejected=yes
4372 continue
4373 fi
4374 ac_cv_prog_CC="cc"
81ecdfbb 4375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4376 break 2
4377 fi
4378done
81ecdfbb
RW
4379 done
4380IFS=$as_save_IFS
ce2cded5
L
4381
4382if test $ac_prog_rejected = yes; then
4383 # We found a bogon in the path, so make sure we never use it.
4384 set dummy $ac_cv_prog_CC
4385 shift
4386 if test $# != 0; then
4387 # We chose a different compiler from the bogus one.
4388 # However, it has the same basename, so the bogon will be chosen
4389 # first if we set CC to just the basename; use the full file name.
4390 shift
4391 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4392 fi
4393fi
4394fi
4395fi
4396CC=$ac_cv_prog_CC
4397if test -n "$CC"; then
81ecdfbb
RW
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4399$as_echo "$CC" >&6; }
ce2cded5 4400else
81ecdfbb
RW
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4402$as_echo "no" >&6; }
ce2cded5
L
4403fi
4404
81ecdfbb 4405
ce2cded5
L
4406fi
4407if test -z "$CC"; then
4408 if test -n "$ac_tool_prefix"; then
81ecdfbb 4409 for ac_prog in cl.exe
ce2cded5
L
4410 do
4411 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4412set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4414$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4415if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4416 $as_echo_n "(cached) " >&6
ce2cded5
L
4417else
4418 if test -n "$CC"; then
4419 ac_cv_prog_CC="$CC" # Let the user override the test.
4420else
4421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4422for as_dir in $PATH
4423do
4424 IFS=$as_save_IFS
4425 test -z "$as_dir" && as_dir=.
81ecdfbb 4426 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 4428 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4430 break 2
4431 fi
4432done
81ecdfbb
RW
4433 done
4434IFS=$as_save_IFS
ce2cded5
L
4435
4436fi
4437fi
4438CC=$ac_cv_prog_CC
4439if test -n "$CC"; then
81ecdfbb
RW
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4441$as_echo "$CC" >&6; }
ce2cded5 4442else
81ecdfbb
RW
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4444$as_echo "no" >&6; }
ce2cded5
L
4445fi
4446
81ecdfbb 4447
ce2cded5 4448 test -n "$CC" && break
d7040cdb
SE
4449 done
4450fi
ce2cded5
L
4451if test -z "$CC"; then
4452 ac_ct_CC=$CC
81ecdfbb 4453 for ac_prog in cl.exe
d7040cdb
SE
4454do
4455 # Extract the first word of "$ac_prog", so it can be a program name with args.
4456set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4458$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4459if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4460 $as_echo_n "(cached) " >&6
d7040cdb 4461else
ce2cded5
L
4462 if test -n "$ac_ct_CC"; then
4463 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
4464else
4465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4466for as_dir in $PATH
4467do
4468 IFS=$as_save_IFS
4469 test -z "$as_dir" && as_dir=.
81ecdfbb 4470 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 4472 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 4474 break 2
ac48eca1 4475 fi
d7040cdb 4476done
81ecdfbb
RW
4477 done
4478IFS=$as_save_IFS
ac48eca1 4479
d7040cdb
SE
4480fi
4481fi
ce2cded5
L
4482ac_ct_CC=$ac_cv_prog_ac_ct_CC
4483if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4485$as_echo "$ac_ct_CC" >&6; }
d7040cdb 4486else
81ecdfbb
RW
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4488$as_echo "no" >&6; }
d7040cdb 4489fi
ac48eca1 4490
81ecdfbb 4491
ce2cded5 4492 test -n "$ac_ct_CC" && break
d7040cdb 4493done
ac48eca1 4494
81ecdfbb
RW
4495 if test "x$ac_ct_CC" = x; then
4496 CC=""
4497 else
4498 case $cross_compiling:$ac_tool_warned in
4499yes:)
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4501$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4502ac_tool_warned=yes ;;
4503esac
4504 CC=$ac_ct_CC
4505 fi
d7040cdb 4506fi
ac48eca1 4507
d7040cdb 4508fi
ac48eca1 4509
ac48eca1 4510
81ecdfbb
RW
4511test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4512$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4513as_fn_error $? "no acceptable C compiler found in \$PATH
4514See \`config.log' for more details" "$LINENO" 5; }
6be7c12c 4515
ce2cded5 4516# Provide some information about the compiler.
81ecdfbb
RW
4517$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4518set X $ac_compile
4519ac_compiler=$2
4520for ac_option in --version -v -V -qversion; do
4521 { { ac_try="$ac_compiler $ac_option >&5"
4522case "(($ac_try" in
4523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4524 *) ac_try_echo=$ac_try;;
4525esac
4526eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4527$as_echo "$ac_try_echo"; } >&5
4528 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 4529 ac_status=$?
81ecdfbb
RW
4530 if test -s conftest.err; then
4531 sed '10a\
4532... rest of stderr output deleted ...
4533 10q' conftest.err >conftest.er1
4534 cat conftest.er1 >&5
81ecdfbb 4535 fi
d0ac1c44 4536 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }
4539done
ac48eca1 4540
81ecdfbb
RW
4541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4542$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4543if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4544 $as_echo_n "(cached) " >&6
d7040cdb 4545else
81ecdfbb 4546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4547/* end confdefs.h. */
c8615825 4548
ce2cded5
L
4549int
4550main ()
4551{
4552#ifndef __GNUC__
4553 choke me
4554#endif
4555
4556 ;
4557 return 0;
4558}
4559_ACEOF
81ecdfbb 4560if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 4561 ac_compiler_gnu=yes
d7040cdb 4562else
81ecdfbb 4563 ac_compiler_gnu=no
d7040cdb 4564fi
81ecdfbb 4565rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 4566ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4567
ce2cded5 4568fi
81ecdfbb
RW
4569{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4570$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4571if test $ac_compiler_gnu = yes; then
4572 GCC=yes
4573else
4574 GCC=
4575fi
ce2cded5
L
4576ac_test_CFLAGS=${CFLAGS+set}
4577ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4579$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4580if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4581 $as_echo_n "(cached) " >&6
4582else
4583 ac_save_c_werror_flag=$ac_c_werror_flag
4584 ac_c_werror_flag=yes
4585 ac_cv_prog_cc_g=no
4586 CFLAGS="-g"
4587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4588/* end confdefs.h. */
d7040cdb 4589
ce2cded5
L
4590int
4591main ()
4592{
d7040cdb 4593
ce2cded5
L
4594 ;
4595 return 0;
4596}
4597_ACEOF
81ecdfbb 4598if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
4599 ac_cv_prog_cc_g=yes
4600else
81ecdfbb
RW
4601 CFLAGS=""
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603/* end confdefs.h. */
4604
4605int
4606main ()
4607{
4608
4609 ;
4610 return 0;
4611}
4612_ACEOF
4613if ac_fn_c_try_compile "$LINENO"; then :
4614
4615else
4616 ac_c_werror_flag=$ac_save_c_werror_flag
4617 CFLAGS="-g"
4618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4619/* end confdefs.h. */
d70c5fc7 4620
81ecdfbb
RW
4621int
4622main ()
4623{
4624
4625 ;
4626 return 0;
4627}
4628_ACEOF
4629if ac_fn_c_try_compile "$LINENO"; then :
4630 ac_cv_prog_cc_g=yes
4631fi
4632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4633fi
81ecdfbb 4634rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4635fi
81ecdfbb
RW
4636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4637 ac_c_werror_flag=$ac_save_c_werror_flag
4638fi
4639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4640$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
4641if test "$ac_test_CFLAGS" = set; then
4642 CFLAGS=$ac_save_CFLAGS
4643elif test $ac_cv_prog_cc_g = yes; then
4644 if test "$GCC" = yes; then
4645 CFLAGS="-g -O2"
4646 else
4647 CFLAGS="-g"
4648 fi
ac48eca1 4649else
ce2cded5
L
4650 if test "$GCC" = yes; then
4651 CFLAGS="-O2"
4652 else
4653 CFLAGS=
4654 fi
ac48eca1 4655fi
81ecdfbb
RW
4656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4657$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4658if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4659 $as_echo_n "(cached) " >&6
ac48eca1 4660else
81ecdfbb 4661 ac_cv_prog_cc_c89=no
ce2cded5 4662ac_save_CC=$CC
81ecdfbb 4663cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
4664/* end confdefs.h. */
4665#include <stdarg.h>
4666#include <stdio.h>
d0ac1c44 4667struct stat;
ce2cded5
L
4668/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4669struct buf { int x; };
4670FILE * (*rcsopen) (struct buf *, struct stat *, int);
4671static char *e (p, i)
4672 char **p;
4673 int i;
4674{
4675 return p[i];
4676}
4677static char *f (char * (*g) (char **, int), char **p, ...)
4678{
4679 char *s;
4680 va_list v;
4681 va_start (v,p);
4682 s = g (p, va_arg (v,int));
4683 va_end (v);
4684 return s;
4685}
4686
4687/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4688 function prototypes and stuff, but not '\xHH' hex character constants.
4689 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4690 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
4691 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4692 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4693 that's true only with -std. */
ce2cded5
L
4694int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4695
81ecdfbb
RW
4696/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4697 inside strings and character constants. */
4698#define FOO(x) 'x'
4699int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4700
ce2cded5
L
4701int test (int i, double x);
4702struct s1 {int (*f) (int a);};
4703struct s2 {int (*f) (double a);};
4704int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4705int argc;
4706char **argv;
4707int
4708main ()
4709{
4710return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4711 ;
4712 return 0;
4713}
4714_ACEOF
81ecdfbb
RW
4715for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4716 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
4717do
4718 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4719 if ac_fn_c_try_compile "$LINENO"; then :
4720 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 4721fi
81ecdfbb
RW
4722rm -f core conftest.err conftest.$ac_objext
4723 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 4724done
81ecdfbb 4725rm -f conftest.$ac_ext
ce2cded5
L
4726CC=$ac_save_CC
4727
4728fi
81ecdfbb
RW
4729# AC_CACHE_VAL
4730case "x$ac_cv_prog_cc_c89" in
4731 x)
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4733$as_echo "none needed" >&6; } ;;
4734 xno)
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4736$as_echo "unsupported" >&6; } ;;
ce2cded5 4737 *)
81ecdfbb
RW
4738 CC="$CC $ac_cv_prog_cc_c89"
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4740$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 4741esac
81ecdfbb 4742if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 4743
ce2cded5 4744fi
d7040cdb 4745
ce2cded5
L
4746ac_ext=c
4747ac_cpp='$CPP $CPPFLAGS'
4748ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4749ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4750ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4751
d0ac1c44
SM
4752ac_ext=c
4753ac_cpp='$CPP $CPPFLAGS'
4754ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4755ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4756ac_compiler_gnu=$ac_cv_c_compiler_gnu
4757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4758$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4759if ${am_cv_prog_cc_c_o+:} false; then :
4760 $as_echo_n "(cached) " >&6
4761else
4762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4763/* end confdefs.h. */
4764
4765int
4766main ()
4767{
4768
4769 ;
4770 return 0;
4771}
4772_ACEOF
4773 # Make sure it works both with $CC and with simple cc.
4774 # Following AC_PROG_CC_C_O, we do the test twice because some
4775 # compilers refuse to overwrite an existing .o file with -o,
4776 # though they will create one.
4777 am_cv_prog_cc_c_o=yes
4778 for am_i in 1 2; do
4779 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4780 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4781 ac_status=$?
4782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4783 (exit $ac_status); } \
4784 && test -f conftest2.$ac_objext; then
4785 : OK
4786 else
4787 am_cv_prog_cc_c_o=no
4788 break
4789 fi
4790 done
4791 rm -f core conftest*
4792 unset am_i
4793fi
4794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4795$as_echo "$am_cv_prog_cc_c_o" >&6; }
4796if test "$am_cv_prog_cc_c_o" != yes; then
4797 # Losing compiler, so override with the script.
4798 # FIXME: It is wrong to rewrite CC.
4799 # But if we don't then we get into trouble of one sort or another.
4800 # A longer-term fix would be to have automake use am__CC in this case,
4801 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4802 CC="$am_aux_dir/compile $CC"
4803fi
4804ac_ext=c
4805ac_cpp='$CPP $CPPFLAGS'
4806ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4807ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4808ac_compiler_gnu=$ac_cv_c_compiler_gnu
4809
4810
7357c5b6
AM
4811ac_ext=c
4812ac_cpp='$CPP $CPPFLAGS'
4813ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4814ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4815ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4817$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4818# On Suns, sometimes $CPP names a directory.
4819if test -n "$CPP" && test -d "$CPP"; then
4820 CPP=
4821fi
4822if test -z "$CPP"; then
d0ac1c44 4823 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4824 $as_echo_n "(cached) " >&6
7357c5b6
AM
4825else
4826 # Double quotes because CPP needs to be expanded
4827 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4828 do
4829 ac_preproc_ok=false
4830for ac_c_preproc_warn_flag in '' yes
4831do
4832 # Use a header file that comes with gcc, so configuring glibc
4833 # with a fresh cross-compiler works.
4834 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4835 # <limits.h> exists even on freestanding compilers.
4836 # On the NeXT, cc -E runs the code through the compiler's parser,
4837 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4839/* end confdefs.h. */
4840#ifdef __STDC__
4841# include <limits.h>
4842#else
4843# include <assert.h>
4844#endif
4845 Syntax error
4846_ACEOF
81ecdfbb 4847if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4848
81ecdfbb 4849else
7357c5b6
AM
4850 # Broken: fails on valid input.
4851continue
4852fi
d0ac1c44 4853rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4854
81ecdfbb 4855 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4856 # can be detected and how.
81ecdfbb 4857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4858/* end confdefs.h. */
4859#include <ac_nonexistent.h>
4860_ACEOF
81ecdfbb 4861if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4862 # Broken: success on invalid input.
4863continue
4864else
7357c5b6
AM
4865 # Passes both tests.
4866ac_preproc_ok=:
4867break
4868fi
d0ac1c44 4869rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4870
7357c5b6
AM
4871done
4872# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4873rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4874if $ac_preproc_ok; then :
7357c5b6
AM
4875 break
4876fi
d7040cdb 4877
7357c5b6
AM
4878 done
4879 ac_cv_prog_CPP=$CPP
d7040cdb 4880
7357c5b6
AM
4881fi
4882 CPP=$ac_cv_prog_CPP
4883else
4884 ac_cv_prog_CPP=$CPP
4885fi
81ecdfbb
RW
4886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4887$as_echo "$CPP" >&6; }
7357c5b6
AM
4888ac_preproc_ok=false
4889for ac_c_preproc_warn_flag in '' yes
4890do
4891 # Use a header file that comes with gcc, so configuring glibc
4892 # with a fresh cross-compiler works.
4893 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4894 # <limits.h> exists even on freestanding compilers.
4895 # On the NeXT, cc -E runs the code through the compiler's parser,
4896 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4898/* end confdefs.h. */
4899#ifdef __STDC__
4900# include <limits.h>
4901#else
4902# include <assert.h>
4903#endif
4904 Syntax error
4905_ACEOF
81ecdfbb 4906if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4907
81ecdfbb 4908else
7357c5b6
AM
4909 # Broken: fails on valid input.
4910continue
4911fi
d0ac1c44 4912rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4913
81ecdfbb 4914 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4915 # can be detected and how.
81ecdfbb 4916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4917/* end confdefs.h. */
4918#include <ac_nonexistent.h>
4919_ACEOF
81ecdfbb 4920if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4921 # Broken: success on invalid input.
4922continue
4923else
7357c5b6
AM
4924 # Passes both tests.
4925ac_preproc_ok=:
4926break
4927fi
d0ac1c44 4928rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4929
7357c5b6
AM
4930done
4931# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4932rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4933if $ac_preproc_ok; then :
4934
7357c5b6 4935else
81ecdfbb
RW
4936 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4937$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4938as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4939See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 4940fi
ac48eca1 4941
7357c5b6
AM
4942ac_ext=c
4943ac_cpp='$CPP $CPPFLAGS'
4944ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4947
ac48eca1 4948
81ecdfbb
RW
4949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4950$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4951if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 4952 $as_echo_n "(cached) " >&6
7357c5b6 4953else
81ecdfbb
RW
4954 if test -z "$GREP"; then
4955 ac_path_GREP_found=false
4956 # Loop through the user's path and test for each of PROGNAME-LIST
4957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4958for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4959do
4960 IFS=$as_save_IFS
4961 test -z "$as_dir" && as_dir=.
4962 for ac_prog in grep ggrep; do
4963 for ac_exec_ext in '' $ac_executable_extensions; do
4964 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4965 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4966# Check for GNU ac_path_GREP and select it if it is found.
4967 # Check for GNU $ac_path_GREP
4968case `"$ac_path_GREP" --version 2>&1` in
4969*GNU*)
4970 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4971*)
4972 ac_count=0
4973 $as_echo_n 0123456789 >"conftest.in"
4974 while :
4975 do
4976 cat "conftest.in" "conftest.in" >"conftest.tmp"
4977 mv "conftest.tmp" "conftest.in"
4978 cp "conftest.in" "conftest.nl"
4979 $as_echo 'GREP' >> "conftest.nl"
4980 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4981 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4982 as_fn_arith $ac_count + 1 && ac_count=$as_val
4983 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4984 # Best one so far, save it but keep looking for a better one
4985 ac_cv_path_GREP="$ac_path_GREP"
4986 ac_path_GREP_max=$ac_count
7357c5b6 4987 fi
81ecdfbb
RW
4988 # 10*(2^10) chars as input seems more than enough
4989 test $ac_count -gt 10 && break
4990 done
4991 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4992esac
4993
4994 $ac_path_GREP_found && break 3
4995 done
4996 done
4997 done
4998IFS=$as_save_IFS
4999 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5000 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5001 fi
5002else
5003 ac_cv_path_GREP=$GREP
7357c5b6 5004fi
81ecdfbb
RW
5005
5006fi
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5008$as_echo "$ac_cv_path_GREP" >&6; }
5009 GREP="$ac_cv_path_GREP"
ac48eca1 5010
d7040cdb 5011
81ecdfbb
RW
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5013$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5014if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 5015 $as_echo_n "(cached) " >&6
7357c5b6 5016else
81ecdfbb
RW
5017 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5018 then ac_cv_path_EGREP="$GREP -E"
5019 else
5020 if test -z "$EGREP"; then
5021 ac_path_EGREP_found=false
5022 # Loop through the user's path and test for each of PROGNAME-LIST
5023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5024for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5025do
5026 IFS=$as_save_IFS
5027 test -z "$as_dir" && as_dir=.
5028 for ac_prog in egrep; do
5029 for ac_exec_ext in '' $ac_executable_extensions; do
5030 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5031 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
5032# Check for GNU ac_path_EGREP and select it if it is found.
5033 # Check for GNU $ac_path_EGREP
5034case `"$ac_path_EGREP" --version 2>&1` in
5035*GNU*)
5036 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5037*)
5038 ac_count=0
5039 $as_echo_n 0123456789 >"conftest.in"
5040 while :
5041 do
5042 cat "conftest.in" "conftest.in" >"conftest.tmp"
5043 mv "conftest.tmp" "conftest.in"
5044 cp "conftest.in" "conftest.nl"
5045 $as_echo 'EGREP' >> "conftest.nl"
5046 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5047 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5048 as_fn_arith $ac_count + 1 && ac_count=$as_val
5049 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5050 # Best one so far, save it but keep looking for a better one
5051 ac_cv_path_EGREP="$ac_path_EGREP"
5052 ac_path_EGREP_max=$ac_count
5053 fi
5054 # 10*(2^10) chars as input seems more than enough
5055 test $ac_count -gt 10 && break
5056 done
5057 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5058esac
5059
5060 $ac_path_EGREP_found && break 3
5061 done
5062 done
5063 done
5064IFS=$as_save_IFS
5065 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5066 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5067 fi
5068else
5069 ac_cv_path_EGREP=$EGREP
5070fi
5071
5072 fi
5073fi
5074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5075$as_echo "$ac_cv_path_EGREP" >&6; }
5076 EGREP="$ac_cv_path_EGREP"
5077
5078
5079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5080$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5081if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
5082 $as_echo_n "(cached) " >&6
5083else
5084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5085/* end confdefs.h. */
5086#include <stdlib.h>
5087#include <stdarg.h>
5088#include <string.h>
5089#include <float.h>
d7040cdb 5090
7357c5b6
AM
5091int
5092main ()
5093{
d7040cdb 5094
7357c5b6
AM
5095 ;
5096 return 0;
5097}
5098_ACEOF
81ecdfbb 5099if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5100 ac_cv_header_stdc=yes
5101else
81ecdfbb 5102 ac_cv_header_stdc=no
7357c5b6 5103fi
81ecdfbb 5104rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5105
7357c5b6
AM
5106if test $ac_cv_header_stdc = yes; then
5107 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5109/* end confdefs.h. */
5110#include <string.h>
d7040cdb 5111
7357c5b6
AM
5112_ACEOF
5113if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5114 $EGREP "memchr" >/dev/null 2>&1; then :
5115
ce2cded5 5116else
7357c5b6
AM
5117 ac_cv_header_stdc=no
5118fi
5119rm -f conftest*
d7040cdb 5120
7357c5b6 5121fi
d7040cdb 5122
7357c5b6
AM
5123if test $ac_cv_header_stdc = yes; then
5124 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5126/* end confdefs.h. */
5127#include <stdlib.h>
ac48eca1 5128
7357c5b6
AM
5129_ACEOF
5130if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5131 $EGREP "free" >/dev/null 2>&1; then :
5132
7357c5b6
AM
5133else
5134 ac_cv_header_stdc=no
5135fi
5136rm -f conftest*
d7040cdb 5137
7357c5b6 5138fi
d7040cdb 5139
7357c5b6
AM
5140if test $ac_cv_header_stdc = yes; then
5141 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5142 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5143 :
5144else
81ecdfbb 5145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5146/* end confdefs.h. */
5147#include <ctype.h>
81ecdfbb 5148#include <stdlib.h>
7357c5b6
AM
5149#if ((' ' & 0x0FF) == 0x020)
5150# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5151# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5152#else
5153# define ISLOWER(c) \
5154 (('a' <= (c) && (c) <= 'i') \
5155 || ('j' <= (c) && (c) <= 'r') \
5156 || ('s' <= (c) && (c) <= 'z'))
5157# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5158#endif
d7040cdb 5159
7357c5b6
AM
5160#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5161int
5162main ()
5163{
5164 int i;
5165 for (i = 0; i < 256; i++)
5166 if (XOR (islower (i), ISLOWER (i))
5167 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5168 return 2;
5169 return 0;
7357c5b6
AM
5170}
5171_ACEOF
81ecdfbb 5172if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5173
81ecdfbb
RW
5174else
5175 ac_cv_header_stdc=no
7357c5b6 5176fi
81ecdfbb
RW
5177rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5178 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5179fi
81ecdfbb 5180
7357c5b6
AM
5181fi
5182fi
81ecdfbb
RW
5183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5184$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5185if test $ac_cv_header_stdc = yes; then
d7040cdb 5186
81ecdfbb 5187$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5188
7357c5b6 5189fi
d7040cdb 5190
7357c5b6 5191# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5192for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5193 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5194do :
5195 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5196ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5197"
d0ac1c44 5198if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 5199 cat >>confdefs.h <<_ACEOF
81ecdfbb 5200#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5201_ACEOF
ce2cded5 5202
7357c5b6 5203fi
ce2cded5 5204
7357c5b6 5205done
ce2cded5
L
5206
5207
5208
81ecdfbb 5209 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5210if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
5211 MINIX=yes
5212else
5213 MINIX=
5214fi
d7040cdb
SE
5215
5216
7357c5b6 5217 if test "$MINIX" = yes; then
d7040cdb 5218
81ecdfbb 5219$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
5220
5221
81ecdfbb 5222$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5223
5224
81ecdfbb 5225$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5226
7357c5b6 5227 fi
d7040cdb
SE
5228
5229
81ecdfbb
RW
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5231$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5232if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5233 $as_echo_n "(cached) " >&6
ac48eca1 5234else
81ecdfbb 5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5236/* end confdefs.h. */
ac48eca1 5237
d0ac1c44
SM
5238# define __EXTENSIONS__ 1
5239 $ac_includes_default
7357c5b6
AM
5240int
5241main ()
5242{
13b2be9c 5243
7357c5b6
AM
5244 ;
5245 return 0;
5246}
5247_ACEOF
81ecdfbb 5248if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5249 ac_cv_safe_to_define___extensions__=yes
d6d788bd 5250else
81ecdfbb 5251 ac_cv_safe_to_define___extensions__=no
d6d788bd 5252fi
81ecdfbb 5253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5254fi
81ecdfbb
RW
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5256$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5257 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5258 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 5259
81ecdfbb 5260 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 5261
81ecdfbb 5262 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 5263
81ecdfbb 5264 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 5265
81ecdfbb 5266 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 5267
a74801ba 5268
d053aef8 5269
81ecdfbb 5270
da2f07f1 5271
718a6fd8
SE
5272case `pwd` in
5273 *\ * | *\ *)
81ecdfbb
RW
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5275$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5276esac
13b2be9c 5277
252b5132 5278
7357c5b6 5279
f2c621e4
AS
5280macro_version='2.2.7a'
5281macro_revision='1.3134'
7357c5b6
AM
5282
5283
5284
5285
5286
5287
7357c5b6
AM
5288
5289
5290
5291
5292
5293
5294
718a6fd8 5295ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5296
3725885a
RW
5297# Backslashify metacharacters that are still active within
5298# double-quoted strings.
5299sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5300
5301# Same as above, but do not quote variable references.
5302double_quote_subst='s/\(["`\\]\)/\\\1/g'
5303
5304# Sed substitution to delay expansion of an escaped shell variable in a
5305# double_quote_subst'ed string.
5306delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5307
5308# Sed substitution to delay expansion of an escaped single quote.
5309delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5310
5311# Sed substitution to avoid accidental globbing in evaled expressions
5312no_glob_subst='s/\*/\\\*/g'
5313
5314ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5315ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5316ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5317
5318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5319$as_echo_n "checking how to print strings... " >&6; }
5320# Test print first, because it will be a builtin if present.
f2c621e4 5321if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5322 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5323 ECHO='print -r --'
5324elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5325 ECHO='printf %s\n'
5326else
5327 # Use this function as a fallback that always works.
5328 func_fallback_echo ()
5329 {
5330 eval 'cat <<_LTECHO_EOF
5331$1
5332_LTECHO_EOF'
5333 }
5334 ECHO='func_fallback_echo'
5335fi
5336
5337# func_echo_all arg...
5338# Invoke $ECHO with all args, space-separated.
5339func_echo_all ()
5340{
5341 $ECHO ""
5342}
5343
5344case "$ECHO" in
5345 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5346$as_echo "printf" >&6; } ;;
5347 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5348$as_echo "print -r" >&6; } ;;
5349 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5350$as_echo "cat" >&6; } ;;
5351esac
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
81ecdfbb
RW
5366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5367$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5368if ${ac_cv_path_SED+:} false; then :
81ecdfbb
RW
5369 $as_echo_n "(cached) " >&6
5370else
5371 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5372 for ac_i in 1 2 3 4 5 6 7; do
5373 ac_script="$ac_script$as_nl$ac_script"
5374 done
5375 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5376 { ac_script=; unset ac_script;}
5377 if test -z "$SED"; then
5378 ac_path_SED_found=false
5379 # Loop through the user's path and test for each of PROGNAME-LIST
5380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5381for as_dir in $PATH
5382do
5383 IFS=$as_save_IFS
5384 test -z "$as_dir" && as_dir=.
81ecdfbb 5385 for ac_prog in sed gsed; do
7357c5b6 5386 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5387 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5388 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5389# Check for GNU ac_path_SED and select it if it is found.
5390 # Check for GNU $ac_path_SED
5391case `"$ac_path_SED" --version 2>&1` in
5392*GNU*)
5393 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5394*)
5395 ac_count=0
5396 $as_echo_n 0123456789 >"conftest.in"
5397 while :
5398 do
5399 cat "conftest.in" "conftest.in" >"conftest.tmp"
5400 mv "conftest.tmp" "conftest.in"
5401 cp "conftest.in" "conftest.nl"
5402 $as_echo '' >> "conftest.nl"
5403 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5404 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5405 as_fn_arith $ac_count + 1 && ac_count=$as_val
5406 if test $ac_count -gt ${ac_path_SED_max-0}; then
5407 # Best one so far, save it but keep looking for a better one
5408 ac_cv_path_SED="$ac_path_SED"
5409 ac_path_SED_max=$ac_count
5410 fi
5411 # 10*(2^10) chars as input seems more than enough
5412 test $ac_count -gt 10 && break
5413 done
5414 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5415esac
5416
5417 $ac_path_SED_found && break 3
7357c5b6
AM
5418 done
5419 done
81ecdfbb 5420 done
7357c5b6 5421IFS=$as_save_IFS
81ecdfbb 5422 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5423 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5424 fi
81ecdfbb
RW
5425else
5426 ac_cv_path_SED=$SED
7357c5b6
AM
5427fi
5428
81ecdfbb
RW
5429fi
5430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5431$as_echo "$ac_cv_path_SED" >&6; }
5432 SED="$ac_cv_path_SED"
5433 rm -f conftest.sed
7357c5b6
AM
5434
5435test -z "$SED" && SED=sed
5436Xsed="$SED -e 1s/^X//"
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
81ecdfbb
RW
5448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5449$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5450if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5451 $as_echo_n "(cached) " >&6
7357c5b6 5452else
81ecdfbb
RW
5453 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5454 then ac_cv_path_FGREP="$GREP -F"
5455 else
5456 if test -z "$FGREP"; then
5457 ac_path_FGREP_found=false
5458 # Loop through the user's path and test for each of PROGNAME-LIST
5459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5460for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5461do
5462 IFS=$as_save_IFS
5463 test -z "$as_dir" && as_dir=.
5464 for ac_prog in fgrep; do
5465 for ac_exec_ext in '' $ac_executable_extensions; do
5466 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5467 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5468# Check for GNU ac_path_FGREP and select it if it is found.
5469 # Check for GNU $ac_path_FGREP
5470case `"$ac_path_FGREP" --version 2>&1` in
5471*GNU*)
5472 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5473*)
5474 ac_count=0
5475 $as_echo_n 0123456789 >"conftest.in"
5476 while :
5477 do
5478 cat "conftest.in" "conftest.in" >"conftest.tmp"
5479 mv "conftest.tmp" "conftest.in"
5480 cp "conftest.in" "conftest.nl"
5481 $as_echo 'FGREP' >> "conftest.nl"
5482 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5483 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5484 as_fn_arith $ac_count + 1 && ac_count=$as_val
5485 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5486 # Best one so far, save it but keep looking for a better one
5487 ac_cv_path_FGREP="$ac_path_FGREP"
5488 ac_path_FGREP_max=$ac_count
7357c5b6 5489 fi
81ecdfbb
RW
5490 # 10*(2^10) chars as input seems more than enough
5491 test $ac_count -gt 10 && break
5492 done
5493 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5494esac
5495
5496 $ac_path_FGREP_found && break 3
5497 done
5498 done
5499 done
5500IFS=$as_save_IFS
5501 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5502 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5503 fi
5504else
5505 ac_cv_path_FGREP=$FGREP
7357c5b6 5506fi
81ecdfbb
RW
5507
5508 fi
5509fi
5510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5511$as_echo "$ac_cv_path_FGREP" >&6; }
5512 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5513
5514
5515test -z "$GREP" && GREP=grep
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
81ecdfbb
RW
5535# Check whether --with-gnu-ld was given.
5536if test "${with_gnu_ld+set}" = set; then :
5537 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5538else
5539 with_gnu_ld=no
81ecdfbb
RW
5540fi
5541
ce2cded5
L
5542ac_prog=ld
5543if test "$GCC" = yes; then
5544 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5546$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
5547 case $host in
5548 *-*-mingw*)
5549 # gcc leaves a trailing carriage return which upsets mingw
5550 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5551 *)
5552 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5553 esac
5554 case $ac_prog in
5555 # Accept absolute paths.
5556 [\\/]* | ?:[\\/]*)
5557 re_direlt='/[^/][^/]*/\.\./'
5558 # Canonicalize the pathname of ld
5559 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5560 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5561 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5562 done
5563 test -z "$LD" && LD="$ac_prog"
5564 ;;
5565 "")
5566 # If it fails, then pretend we aren't using GCC.
5567 ac_prog=ld
5568 ;;
5569 *)
5570 # If it is relative, then search for the first ld in PATH.
5571 with_gnu_ld=unknown
5572 ;;
5573 esac
5574elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5576$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 5577else
81ecdfbb
RW
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5579$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 5580fi
d0ac1c44 5581if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5582 $as_echo_n "(cached) " >&6
ce2cded5
L
5583else
5584 if test -z "$LD"; then
5585 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5586 for ac_dir in $PATH; do
5587 IFS="$lt_save_ifs"
5588 test -z "$ac_dir" && ac_dir=.
5589 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5590 lt_cv_path_LD="$ac_dir/$ac_prog"
5591 # Check to see if the program is GNU ld. I'd rather use --version,
5592 # but apparently some variants of GNU ld only accept -v.
5593 # Break only if it was the GNU/non-GNU ld that we prefer.
5594 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5595 *GNU* | *'with BFD'*)
5596 test "$with_gnu_ld" != no && break
5597 ;;
5598 *)
5599 test "$with_gnu_ld" != yes && break
5600 ;;
5601 esac
5602 fi
5603 done
5604 IFS="$lt_save_ifs"
5605else
5606 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5607fi
5608fi
5609
5610LD="$lt_cv_path_LD"
5611if test -n "$LD"; then
81ecdfbb
RW
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5613$as_echo "$LD" >&6; }
ce2cded5 5614else
81ecdfbb
RW
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5616$as_echo "no" >&6; }
ce2cded5 5617fi
d0ac1c44 5618test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5620$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5621if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5622 $as_echo_n "(cached) " >&6
ce2cded5
L
5623else
5624 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5625case `$LD -v 2>&1 </dev/null` in
5626*GNU* | *'with BFD'*)
5627 lt_cv_prog_gnu_ld=yes
5628 ;;
5629*)
5630 lt_cv_prog_gnu_ld=no
5631 ;;
5632esac
5633fi
81ecdfbb
RW
5634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5635$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
5636with_gnu_ld=$lt_cv_prog_gnu_ld
5637
5638
5639
5640
5641
5642
5643
5644
5645
81ecdfbb
RW
5646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5647$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5648if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5649 $as_echo_n "(cached) " >&6
ce2cded5
L
5650else
5651 if test -n "$NM"; then
5652 # Let the user override the test.
5653 lt_cv_path_NM="$NM"
5654else
5655 lt_nm_to_check="${ac_tool_prefix}nm"
5656 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5657 lt_nm_to_check="$lt_nm_to_check nm"
5658 fi
5659 for lt_tmp_nm in $lt_nm_to_check; do
5660 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5661 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5662 IFS="$lt_save_ifs"
5663 test -z "$ac_dir" && ac_dir=.
5664 tmp_nm="$ac_dir/$lt_tmp_nm"
5665 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5666 # Check to see if the nm accepts a BSD-compat flag.
5667 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5668 # nm: unknown option "B" ignored
5669 # Tru64's nm complains that /dev/null is an invalid object file
5670 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5671 */dev/null* | *'Invalid file or object type'*)
5672 lt_cv_path_NM="$tmp_nm -B"
5673 break
5674 ;;
5675 *)
5676 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5677 */dev/null*)
5678 lt_cv_path_NM="$tmp_nm -p"
5679 break
5680 ;;
5681 *)
5682 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5683 continue # so that we can try to find one that supports BSD flags
5684 ;;
5685 esac
5686 ;;
5687 esac
5688 fi
5689 done
5690 IFS="$lt_save_ifs"
5691 done
5692 : ${lt_cv_path_NM=no}
5693fi
5694fi
81ecdfbb
RW
5695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5696$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5697if test "$lt_cv_path_NM" != "no"; then
5698 NM="$lt_cv_path_NM"
5699else
5700 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5701 if test -n "$DUMPBIN"; then :
5702 # Let the user override the test.
5703 else
5704 if test -n "$ac_tool_prefix"; then
5705 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5706 do
5707 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5708set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5711if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5712 $as_echo_n "(cached) " >&6
d7040cdb 5713else
ce2cded5
L
5714 if test -n "$DUMPBIN"; then
5715 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5716else
5717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718for as_dir in $PATH
5719do
5720 IFS=$as_save_IFS
5721 test -z "$as_dir" && as_dir=.
81ecdfbb 5722 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5724 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5726 break 2
d70c5fc7 5727 fi
d7040cdb 5728done
81ecdfbb
RW
5729 done
5730IFS=$as_save_IFS
d70c5fc7 5731
d7040cdb
SE
5732fi
5733fi
ce2cded5
L
5734DUMPBIN=$ac_cv_prog_DUMPBIN
5735if test -n "$DUMPBIN"; then
81ecdfbb
RW
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5737$as_echo "$DUMPBIN" >&6; }
bedf545c 5738else
81ecdfbb
RW
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740$as_echo "no" >&6; }
d7040cdb 5741fi
13b2be9c 5742
81ecdfbb 5743
ce2cded5
L
5744 test -n "$DUMPBIN" && break
5745 done
5746fi
5747if test -z "$DUMPBIN"; then
5748 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5749 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5750do
5751 # Extract the first word of "$ac_prog", so it can be a program name with args.
5752set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5754$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5755if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5756 $as_echo_n "(cached) " >&6
d7040cdb 5757else
ce2cded5
L
5758 if test -n "$ac_ct_DUMPBIN"; then
5759 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5760else
5761as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5762for as_dir in $PATH
5763do
5764 IFS=$as_save_IFS
5765 test -z "$as_dir" && as_dir=.
81ecdfbb 5766 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5768 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5770 break 2
5771 fi
5772done
81ecdfbb
RW
5773 done
5774IFS=$as_save_IFS
ce2cded5
L
5775
5776fi
5777fi
5778ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5779if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5781$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5782else
81ecdfbb
RW
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5784$as_echo "no" >&6; }
d7040cdb
SE
5785fi
5786
81ecdfbb 5787
ce2cded5
L
5788 test -n "$ac_ct_DUMPBIN" && break
5789done
13b2be9c 5790
81ecdfbb
RW
5791 if test "x$ac_ct_DUMPBIN" = x; then
5792 DUMPBIN=":"
5793 else
5794 case $cross_compiling:$ac_tool_warned in
5795yes:)
5796{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5797$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5798ac_tool_warned=yes ;;
5799esac
5800 DUMPBIN=$ac_ct_DUMPBIN
5801 fi
ce2cded5 5802fi
13b2be9c 5803
3725885a
RW
5804 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5805 *COFF*)
5806 DUMPBIN="$DUMPBIN -symbols"
5807 ;;
5808 *)
5809 DUMPBIN=:
5810 ;;
5811 esac
5812 fi
bedf545c 5813
ce2cded5
L
5814 if test "$DUMPBIN" != ":"; then
5815 NM="$DUMPBIN"
5816 fi
5817fi
5818test -z "$NM" && NM=nm
6840198f 5819
13b2be9c 5820
ac48eca1 5821
d7040cdb 5822
ce2cded5
L
5823
5824
81ecdfbb
RW
5825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5826$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5827if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5828 $as_echo_n "(cached) " >&6
ce2cded5
L
5829else
5830 lt_cv_nm_interface="BSD nm"
5831 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5832 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5833 (eval "$ac_compile" 2>conftest.err)
5834 cat conftest.err >&5
3725885a 5835 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5836 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5837 cat conftest.err >&5
3725885a 5838 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5839 cat conftest.out >&5
5840 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5841 lt_cv_nm_interface="MS dumpbin"
5842 fi
5843 rm -f conftest*
5844fi
81ecdfbb
RW
5845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5846$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5847
81ecdfbb
RW
5848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5849$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5850LN_S=$as_ln_s
5851if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5853$as_echo "yes" >&6; }
ce2cded5 5854else
81ecdfbb
RW
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5856$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5857fi
5858
5859# find the maximum length of command line arguments
81ecdfbb
RW
5860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5861$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5862if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5863 $as_echo_n "(cached) " >&6
ce2cded5
L
5864else
5865 i=0
5866 teststring="ABCD"
5867
5868 case $build_os in
5869 msdosdjgpp*)
5870 # On DJGPP, this test can blow up pretty badly due to problems in libc
5871 # (any single argument exceeding 2000 bytes causes a buffer overrun
5872 # during glob expansion). Even if it were fixed, the result of this
5873 # check would be larger than it should be.
5874 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5875 ;;
5876
5877 gnu*)
5878 # Under GNU Hurd, this test is not required because there is
5879 # no limit to the length of command line arguments.
5880 # Libtool will interpret -1 as no limit whatsoever
5881 lt_cv_sys_max_cmd_len=-1;
5882 ;;
5883
718a6fd8 5884 cygwin* | mingw* | cegcc*)
ce2cded5
L
5885 # On Win9x/ME, this test blows up -- it succeeds, but takes
5886 # about 5 minutes as the teststring grows exponentially.
5887 # Worse, since 9x/ME are not pre-emptively multitasking,
5888 # you end up with a "frozen" computer, even though with patience
5889 # the test eventually succeeds (with a max line length of 256k).
5890 # Instead, let's just punt: use the minimum linelength reported by
5891 # all of the supported platforms: 8192 (on NT/2K/XP).
5892 lt_cv_sys_max_cmd_len=8192;
5893 ;;
5894
3725885a
RW
5895 mint*)
5896 # On MiNT this can take a long time and run out of memory.
5897 lt_cv_sys_max_cmd_len=8192;
5898 ;;
5899
ce2cded5
L
5900 amigaos*)
5901 # On AmigaOS with pdksh, this test takes hours, literally.
5902 # So we just punt and use a minimum line length of 8192.
5903 lt_cv_sys_max_cmd_len=8192;
5904 ;;
5905
5906 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5907 # This has been around since 386BSD, at least. Likely further.
5908 if test -x /sbin/sysctl; then
5909 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5910 elif test -x /usr/sbin/sysctl; then
5911 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5912 else
5913 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5914 fi
5915 # And add a safety zone
5916 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5917 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5918 ;;
5919
5920 interix*)
5921 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5922 lt_cv_sys_max_cmd_len=196608
5923 ;;
5924
5925 osf*)
5926 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5927 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5928 # nice to cause kernel panics so lets avoid the loop below.
5929 # First set a reasonable default.
5930 lt_cv_sys_max_cmd_len=16384
5931 #
5932 if test -x /sbin/sysconfig; then
5933 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5934 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5935 esac
5936 fi
5937 ;;
5938 sco3.2v5*)
5939 lt_cv_sys_max_cmd_len=102400
5940 ;;
5941 sysv5* | sco5v6* | sysv4.2uw2*)
5942 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5943 if test -n "$kargmax"; then
5944 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5945 else
5946 lt_cv_sys_max_cmd_len=32768
5947 fi
d7040cdb
SE
5948 ;;
5949 *)
718a6fd8
SE
5950 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5951 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5952 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5953 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5954 else
5955 # Make teststring a little bigger before we do anything with it.
5956 # a 1K string should be a reasonable start.
5957 for i in 1 2 3 4 5 6 7 8 ; do
5958 teststring=$teststring$teststring
5959 done
5960 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5961 # If test is not a shell built-in, we'll probably end up computing a
5962 # maximum length that is only half of the actual maximum length, but
5963 # we can't tell.
3725885a
RW
5964 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5965 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5966 test $i != 17 # 1/2 MB should be enough
5967 do
5968 i=`expr $i + 1`
5969 teststring=$teststring$teststring
5970 done
5971 # Only check the string length outside the loop.
5972 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5973 teststring=
5974 # Add a significant safety factor because C++ compilers can tack on
5975 # massive amounts of additional arguments before passing them to the
5976 # linker. It appears as though 1/2 is a usable value.
5977 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5978 fi
d7040cdb
SE
5979 ;;
5980 esac
252b5132 5981
ce2cded5 5982fi
d6d788bd 5983
ce2cded5 5984if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5986$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5987else
81ecdfbb
RW
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5989$as_echo "none" >&6; }
ce2cded5
L
5990fi
5991max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5992
d6d788bd 5993
13b2be9c 5994
13b2be9c 5995
bedf545c 5996
252b5132 5997
ce2cded5
L
5998: ${CP="cp -f"}
5999: ${MV="mv -f"}
6000: ${RM="rm -f"}
d6d788bd 6001
81ecdfbb
RW
6002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6003$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
6004# Try some XSI features
6005xsi_shell=no
6006( _lt_dummy="a/b/c"
f2c621e4
AS
6007 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6008 = c,a/b,, \
718a6fd8
SE
6009 && eval 'test $(( 1 + 1 )) -eq 2 \
6010 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 6011 && xsi_shell=yes
81ecdfbb
RW
6012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6013$as_echo "$xsi_shell" >&6; }
bedf545c 6014
bedf545c 6015
81ecdfbb
RW
6016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6017$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
6018lt_shell_append=no
6019( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6020 >/dev/null 2>&1 \
6021 && lt_shell_append=yes
81ecdfbb
RW
6022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6023$as_echo "$lt_shell_append" >&6; }
252b5132 6024
d6d788bd 6025
ce2cded5
L
6026if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6027 lt_unset=unset
6028else
6029 lt_unset=false
6030fi
13b2be9c
DJ
6031
6032
6033
6034
d6d788bd 6035
ce2cded5
L
6036# test EBCDIC or ASCII
6037case `echo X|tr X '\101'` in
6038 A) # ASCII based system
6039 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6040 lt_SP2NL='tr \040 \012'
6041 lt_NL2SP='tr \015\012 \040\040'
6042 ;;
6043 *) # EBCDIC based system
6044 lt_SP2NL='tr \100 \n'
6045 lt_NL2SP='tr \r\n \100\100'
6046 ;;
6047esac
c43a438d 6048
c43a438d 6049
c43a438d 6050
252b5132 6051
ad22bfe8 6052
1ad12f97 6053
1ad12f97 6054
9e9b66a9 6055
1ad12f97 6056
81ecdfbb
RW
6057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6058$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6059if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6060 $as_echo_n "(cached) " >&6
ce2cded5
L
6061else
6062 lt_cv_ld_reload_flag='-r'
6063fi
81ecdfbb
RW
6064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6065$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
6066reload_flag=$lt_cv_ld_reload_flag
6067case $reload_flag in
6068"" | " "*) ;;
6069*) reload_flag=" $reload_flag" ;;
6070esac
6071reload_cmds='$LD$reload_flag -o $output$reload_objs'
6072case $host_os in
6073 darwin*)
6074 if test "$GCC" = yes; then
6075 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6076 else
6077 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6078 fi
6079 ;;
6080esac
a541e3ce 6081
9e9b66a9 6082
a2d91340 6083
d6d788bd 6084
9e9b66a9
AM
6085
6086
6087
d6d788bd 6088
252b5132 6089
718a6fd8
SE
6090if test -n "$ac_tool_prefix"; then
6091 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6092set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6094$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6095if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6096 $as_echo_n "(cached) " >&6
718a6fd8
SE
6097else
6098 if test -n "$OBJDUMP"; then
6099 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6100else
6101as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6102for as_dir in $PATH
6103do
6104 IFS=$as_save_IFS
6105 test -z "$as_dir" && as_dir=.
81ecdfbb 6106 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6107 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6108 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6110 break 2
6111 fi
6112done
81ecdfbb
RW
6113 done
6114IFS=$as_save_IFS
718a6fd8
SE
6115
6116fi
6117fi
6118OBJDUMP=$ac_cv_prog_OBJDUMP
6119if test -n "$OBJDUMP"; then
81ecdfbb
RW
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6121$as_echo "$OBJDUMP" >&6; }
718a6fd8 6122else
81ecdfbb
RW
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6124$as_echo "no" >&6; }
718a6fd8
SE
6125fi
6126
81ecdfbb 6127
718a6fd8
SE
6128fi
6129if test -z "$ac_cv_prog_OBJDUMP"; then
6130 ac_ct_OBJDUMP=$OBJDUMP
6131 # Extract the first word of "objdump", so it can be a program name with args.
6132set dummy objdump; ac_word=$2
81ecdfbb
RW
6133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6134$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6135if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6136 $as_echo_n "(cached) " >&6
718a6fd8
SE
6137else
6138 if test -n "$ac_ct_OBJDUMP"; then
6139 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6140else
6141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6142for as_dir in $PATH
6143do
6144 IFS=$as_save_IFS
6145 test -z "$as_dir" && as_dir=.
81ecdfbb 6146 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6148 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6150 break 2
6151 fi
6152done
81ecdfbb
RW
6153 done
6154IFS=$as_save_IFS
718a6fd8 6155
718a6fd8
SE
6156fi
6157fi
6158ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6159if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6161$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6162else
81ecdfbb
RW
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6164$as_echo "no" >&6; }
718a6fd8
SE
6165fi
6166
81ecdfbb
RW
6167 if test "x$ac_ct_OBJDUMP" = x; then
6168 OBJDUMP="false"
6169 else
6170 case $cross_compiling:$ac_tool_warned in
6171yes:)
6172{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6173$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6174ac_tool_warned=yes ;;
6175esac
6176 OBJDUMP=$ac_ct_OBJDUMP
6177 fi
718a6fd8
SE
6178else
6179 OBJDUMP="$ac_cv_prog_OBJDUMP"
6180fi
6181
6182test -z "$OBJDUMP" && OBJDUMP=objdump
6183
6184
6185
6186
6187
6188
6189
6190
13b2be9c 6191
81ecdfbb
RW
6192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6193$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6194if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6195 $as_echo_n "(cached) " >&6
d7040cdb 6196else
ce2cded5
L
6197 lt_cv_file_magic_cmd='$MAGIC_CMD'
6198lt_cv_file_magic_test_file=
6199lt_cv_deplibs_check_method='unknown'
6200# Need to set the preceding variable on all platforms that support
6201# interlibrary dependencies.
6202# 'none' -- dependencies not supported.
6203# `unknown' -- same as none, but documents that we really don't know.
6204# 'pass_all' -- all dependencies passed with no checks.
6205# 'test_compile' -- check by making test program.
6206# 'file_magic [[regex]]' -- check by looking for files in library path
6207# which responds to the $file_magic_cmd with a given extended regex.
6208# If you have `file' or equivalent on your system and you're not sure
6209# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 6210
ce2cded5 6211case $host_os in
50e7d84b 6212aix[4-9]*)
ce2cded5
L
6213 lt_cv_deplibs_check_method=pass_all
6214 ;;
d7040cdb 6215
ce2cded5
L
6216beos*)
6217 lt_cv_deplibs_check_method=pass_all
6218 ;;
d7040cdb 6219
ce2cded5
L
6220bsdi[45]*)
6221 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6222 lt_cv_file_magic_cmd='/usr/bin/file -L'
6223 lt_cv_file_magic_test_file=/shlib/libc.so
6224 ;;
d7040cdb 6225
ce2cded5
L
6226cygwin*)
6227 # func_win32_libid is a shell function defined in ltmain.sh
6228 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6229 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6230 ;;
ce2cded5
L
6231
6232mingw* | pw32*)
6233 # Base MSYS/MinGW do not provide the 'file' command needed by
6234 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6235 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6236 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6237 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
6238 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6239 lt_cv_file_magic_cmd='func_win32_libid'
6240 else
f2c621e4 6241 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
6242 lt_cv_file_magic_cmd='$OBJDUMP -f'
6243 fi
d7040cdb 6244 ;;
ce2cded5 6245
3725885a 6246cegcc*)
718a6fd8
SE
6247 # use the weaker test based on 'objdump'. See mingw*.
6248 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6249 lt_cv_file_magic_cmd='$OBJDUMP -f'
6250 ;;
6251
ce2cded5
L
6252darwin* | rhapsody*)
6253 lt_cv_deplibs_check_method=pass_all
6254 ;;
6255
6256freebsd* | dragonfly*)
6257 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6258 case $host_cpu in
6259 i*86 )
6260 # Not sure whether the presence of OpenBSD here was a mistake.
6261 # Let's accept both of them until this is cleared up.
6262 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6263 lt_cv_file_magic_cmd=/usr/bin/file
6264 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6265 ;;
6266 esac
6267 else
6268 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6269 fi
6270 ;;
ce2cded5
L
6271
6272gnu*)
6273 lt_cv_deplibs_check_method=pass_all
d7040cdb 6274 ;;
ce2cded5 6275
3725885a
RW
6276haiku*)
6277 lt_cv_deplibs_check_method=pass_all
6278 ;;
6279
ce2cded5
L
6280hpux10.20* | hpux11*)
6281 lt_cv_file_magic_cmd=/usr/bin/file
6282 case $host_cpu in
6283 ia64*)
6284 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6285 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6286 ;;
6287 hppa*64*)
3725885a 6288 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
ce2cded5
L
6289 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6290 ;;
6291 *)
3725885a 6292 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
6293 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6294 ;;
6295 esac
d7040cdb 6296 ;;
ce2cded5
L
6297
6298interix[3-9]*)
6299 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6300 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 6301 ;;
ce2cded5
L
6302
6303irix5* | irix6* | nonstopux*)
6304 case $LD in
6305 *-32|*"-32 ") libmagic=32-bit;;
6306 *-n32|*"-n32 ") libmagic=N32;;
6307 *-64|*"-64 ") libmagic=64-bit;;
6308 *) libmagic=never-match;;
6309 esac
6310 lt_cv_deplibs_check_method=pass_all
d7040cdb 6311 ;;
ce2cded5
L
6312
6313# This must be Linux ELF.
58e24671 6314linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 6315 lt_cv_deplibs_check_method=pass_all
d7040cdb 6316 ;;
ce2cded5
L
6317
6318netbsd*)
6319 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6320 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6321 else
6322 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6323 fi
d7040cdb 6324 ;;
ce2cded5
L
6325
6326newos6*)
6327 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6328 lt_cv_file_magic_cmd=/usr/bin/file
6329 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 6330 ;;
76a27922 6331
ce2cded5
L
6332*nto* | *qnx*)
6333 lt_cv_deplibs_check_method=pass_all
6334 ;;
d6d788bd 6335
ce2cded5
L
6336openbsd*)
6337 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6338 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6339 else
6340 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6341 fi
6342 ;;
44f2f9d2 6343
ce2cded5
L
6344osf3* | osf4* | osf5*)
6345 lt_cv_deplibs_check_method=pass_all
6346 ;;
44f2f9d2 6347
ce2cded5
L
6348rdos*)
6349 lt_cv_deplibs_check_method=pass_all
6350 ;;
6351
6352solaris*)
6353 lt_cv_deplibs_check_method=pass_all
6354 ;;
6355
6356sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6357 lt_cv_deplibs_check_method=pass_all
6358 ;;
6359
6360sysv4 | sysv4.3*)
6361 case $host_vendor in
6362 motorola)
6363 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6364 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6365 ;;
6366 ncr)
6367 lt_cv_deplibs_check_method=pass_all
6368 ;;
6369 sequent)
6370 lt_cv_file_magic_cmd='/bin/file'
6371 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6372 ;;
6373 sni)
6374 lt_cv_file_magic_cmd='/bin/file'
6375 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6376 lt_cv_file_magic_test_file=/lib/libc.so
6377 ;;
6378 siemens)
6379 lt_cv_deplibs_check_method=pass_all
6380 ;;
6381 pc)
6382 lt_cv_deplibs_check_method=pass_all
6383 ;;
6384 esac
6385 ;;
6386
6387tpf*)
6388 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6389 ;;
6390esac
6391
ce2cded5 6392fi
81ecdfbb
RW
6393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6394$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
6395file_magic_cmd=$lt_cv_file_magic_cmd
6396deplibs_check_method=$lt_cv_deplibs_check_method
6397test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6398
d7040cdb 6399
d7040cdb 6400
d7040cdb 6401
d7040cdb 6402
44f2f9d2 6403
d7040cdb 6404
d7040cdb 6405
d7040cdb 6406
d7040cdb 6407
44f2f9d2 6408
d7040cdb 6409
ce2cded5 6410if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6411 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6412set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6414$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6415if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6416 $as_echo_n "(cached) " >&6
ce2cded5
L
6417else
6418 if test -n "$AR"; then
6419 ac_cv_prog_AR="$AR" # Let the user override the test.
6420else
6421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422for as_dir in $PATH
6423do
6424 IFS=$as_save_IFS
6425 test -z "$as_dir" && as_dir=.
81ecdfbb 6426 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6428 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6430 break 2
d7040cdb
SE
6431 fi
6432done
81ecdfbb
RW
6433 done
6434IFS=$as_save_IFS
44f2f9d2 6435
ce2cded5
L
6436fi
6437fi
6438AR=$ac_cv_prog_AR
6439if test -n "$AR"; then
81ecdfbb
RW
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6441$as_echo "$AR" >&6; }
ce2cded5 6442else
81ecdfbb
RW
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6444$as_echo "no" >&6; }
44f2f9d2 6445fi
d7040cdb 6446
81ecdfbb 6447
d7040cdb 6448fi
f2c621e4 6449if test -z "$ac_cv_prog_AR"; then
ce2cded5 6450 ac_ct_AR=$AR
f2c621e4
AS
6451 # Extract the first word of "ar", so it can be a program name with args.
6452set dummy ar; ac_word=$2
81ecdfbb
RW
6453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6454$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6455if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6456 $as_echo_n "(cached) " >&6
44f2f9d2 6457else
ce2cded5
L
6458 if test -n "$ac_ct_AR"; then
6459 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6460else
6461as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6462for as_dir in $PATH
6463do
6464 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=.
81ecdfbb 6466 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6468 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6470 break 2
6471 fi
6472done
81ecdfbb
RW
6473 done
6474IFS=$as_save_IFS
ce2cded5 6475
ce2cded5
L
6476fi
6477fi
6478ac_ct_AR=$ac_cv_prog_ac_ct_AR
6479if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6481$as_echo "$ac_ct_AR" >&6; }
ce2cded5 6482else
81ecdfbb
RW
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6484$as_echo "no" >&6; }
d7040cdb 6485fi
44f2f9d2 6486
81ecdfbb
RW
6487 if test "x$ac_ct_AR" = x; then
6488 AR="false"
6489 else
6490 case $cross_compiling:$ac_tool_warned in
6491yes:)
6492{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6493$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6494ac_tool_warned=yes ;;
6495esac
6496 AR=$ac_ct_AR
6497 fi
df7b86aa 6498else
f2c621e4
AS
6499 AR="$ac_cv_prog_AR"
6500fi
df7b86aa 6501
f2c621e4
AS
6502test -z "$AR" && AR=ar
6503test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6504
df7b86aa 6505
df7b86aa 6506
df7b86aa 6507
df7b86aa
NC
6508
6509
6510
6511
6512
6513
d7040cdb 6514
ce2cded5
L
6515if test -n "$ac_tool_prefix"; then
6516 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6517set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6519$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6520if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6521 $as_echo_n "(cached) " >&6
ce2cded5
L
6522else
6523 if test -n "$STRIP"; then
6524 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6525else
6526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6527for as_dir in $PATH
6528do
6529 IFS=$as_save_IFS
6530 test -z "$as_dir" && as_dir=.
81ecdfbb 6531 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6532 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6533 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6535 break 2
6536 fi
6537done
81ecdfbb
RW
6538 done
6539IFS=$as_save_IFS
d7040cdb 6540
ce2cded5
L
6541fi
6542fi
6543STRIP=$ac_cv_prog_STRIP
6544if test -n "$STRIP"; then
81ecdfbb
RW
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6546$as_echo "$STRIP" >&6; }
ce2cded5 6547else
81ecdfbb
RW
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6549$as_echo "no" >&6; }
ce2cded5 6550fi
d7040cdb 6551
81ecdfbb 6552
ce2cded5
L
6553fi
6554if test -z "$ac_cv_prog_STRIP"; then
6555 ac_ct_STRIP=$STRIP
6556 # Extract the first word of "strip", so it can be a program name with args.
6557set dummy strip; ac_word=$2
81ecdfbb
RW
6558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6559$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6560if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6561 $as_echo_n "(cached) " >&6
ce2cded5
L
6562else
6563 if test -n "$ac_ct_STRIP"; then
6564 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6565else
6566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567for as_dir in $PATH
6568do
6569 IFS=$as_save_IFS
6570 test -z "$as_dir" && as_dir=.
81ecdfbb 6571 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6572 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6573 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6575 break 2
6576 fi
6577done
81ecdfbb
RW
6578 done
6579IFS=$as_save_IFS
d7040cdb 6580
ce2cded5
L
6581fi
6582fi
6583ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6584if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6586$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 6587else
81ecdfbb
RW
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6589$as_echo "no" >&6; }
ce2cded5 6590fi
d7040cdb 6591
81ecdfbb
RW
6592 if test "x$ac_ct_STRIP" = x; then
6593 STRIP=":"
6594 else
6595 case $cross_compiling:$ac_tool_warned in
6596yes:)
6597{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6598$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6599ac_tool_warned=yes ;;
6600esac
6601 STRIP=$ac_ct_STRIP
6602 fi
ce2cded5
L
6603else
6604 STRIP="$ac_cv_prog_STRIP"
6605fi
d7040cdb 6606
ce2cded5 6607test -z "$STRIP" && STRIP=:
d7040cdb 6608
d7040cdb 6609
d7040cdb 6610
d7040cdb 6611
d7040cdb 6612
d7040cdb 6613
ce2cded5
L
6614if test -n "$ac_tool_prefix"; then
6615 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6616set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6618$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6619if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6620 $as_echo_n "(cached) " >&6
44f2f9d2 6621else
ce2cded5
L
6622 if test -n "$RANLIB"; then
6623 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6624else
6625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6626for as_dir in $PATH
6627do
6628 IFS=$as_save_IFS
6629 test -z "$as_dir" && as_dir=.
81ecdfbb 6630 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6632 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6634 break 2
6635 fi
6636done
81ecdfbb
RW
6637 done
6638IFS=$as_save_IFS
44f2f9d2 6639
d7040cdb 6640fi
44f2f9d2 6641fi
ce2cded5
L
6642RANLIB=$ac_cv_prog_RANLIB
6643if test -n "$RANLIB"; then
81ecdfbb
RW
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6645$as_echo "$RANLIB" >&6; }
ce2cded5 6646else
81ecdfbb
RW
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6648$as_echo "no" >&6; }
ce2cded5 6649fi
d7040cdb 6650
81ecdfbb 6651
d7040cdb 6652fi
ce2cded5
L
6653if test -z "$ac_cv_prog_RANLIB"; then
6654 ac_ct_RANLIB=$RANLIB
6655 # Extract the first word of "ranlib", so it can be a program name with args.
6656set dummy ranlib; ac_word=$2
81ecdfbb
RW
6657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6658$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6659if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6660 $as_echo_n "(cached) " >&6
44f2f9d2 6661else
ce2cded5
L
6662 if test -n "$ac_ct_RANLIB"; then
6663 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6664else
6665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6666for as_dir in $PATH
d7040cdb 6667do
ce2cded5
L
6668 IFS=$as_save_IFS
6669 test -z "$as_dir" && as_dir=.
81ecdfbb 6670 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6671 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6672 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6674 break 2
d7040cdb 6675 fi
ce2cded5 6676done
81ecdfbb
RW
6677 done
6678IFS=$as_save_IFS
ce2cded5 6679
d7040cdb 6680fi
ce2cded5
L
6681fi
6682ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6683if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6685$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6686else
81ecdfbb
RW
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6688$as_echo "no" >&6; }
44f2f9d2 6689fi
44f2f9d2 6690
81ecdfbb
RW
6691 if test "x$ac_ct_RANLIB" = x; then
6692 RANLIB=":"
6693 else
6694 case $cross_compiling:$ac_tool_warned in
6695yes:)
6696{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6697$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6698ac_tool_warned=yes ;;
6699esac
6700 RANLIB=$ac_ct_RANLIB
6701 fi
d7040cdb 6702else
ce2cded5 6703 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6704fi
252b5132 6705
ce2cded5 6706test -z "$RANLIB" && RANLIB=:
252b5132 6707
252b5132 6708
ae57792d 6709
252b5132 6710
13b2be9c 6711
14ee9f48 6712
ce2cded5 6713# Determine commands to create old-style static archives.
718a6fd8 6714old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6715old_postinstall_cmds='chmod 644 $oldlib'
6716old_postuninstall_cmds=
14ee9f48 6717
ce2cded5
L
6718if test -n "$RANLIB"; then
6719 case $host_os in
6720 openbsd*)
6721 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6722 ;;
6723 *)
6724 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6725 ;;
6726 esac
6727 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6728fi
14ee9f48 6729
3725885a
RW
6730case $host_os in
6731 darwin*)
6732 lock_old_archive_extraction=yes ;;
6733 *)
6734 lock_old_archive_extraction=no ;;
6735esac
6736
6737
6738
6739
6740
6741
f8fc3443 6742
f8fc3443 6743
252b5132 6744
85fbca6a 6745
85fbca6a 6746
13b2be9c 6747
13b2be9c 6748
d7040cdb 6749
d7040cdb
SE
6750
6751
6752
252b5132 6753
93fbbb04 6754
93fbbb04 6755
d70c5fc7 6756
e0001a05 6757
252b5132 6758
252b5132 6759
252b5132 6760
252b5132 6761
252b5132 6762
3bcbcc3d 6763
252b5132 6764
252b5132 6765
252b5132 6766
15886821 6767
252b5132 6768
252b5132 6769
13b2be9c
DJ
6770
6771
252b5132 6772
252b5132 6773
d6d788bd 6774
ce2cded5
L
6775# If no C compiler was specified, use CC.
6776LTCC=${LTCC-"$CC"}
252b5132 6777
ce2cded5
L
6778# If no C compiler flags were specified, use CFLAGS.
6779LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6780
ce2cded5
L
6781# Allow CC to be a program name with arguments.
6782compiler=$CC
252b5132 6783
252b5132 6784
ce2cded5 6785# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6787$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6788if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6789 $as_echo_n "(cached) " >&6
ce2cded5 6790else
252b5132 6791
ce2cded5
L
6792# These are sane defaults that work on at least a few old systems.
6793# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6794
ce2cded5
L
6795# Character class describing NM global symbol codes.
6796symcode='[BCDEGRST]'
252b5132 6797
ce2cded5
L
6798# Regexp to match symbols that can be accessed directly from C.
6799sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6800
ce2cded5
L
6801# Define system-specific variables.
6802case $host_os in
6803aix*)
6804 symcode='[BCDT]'
6805 ;;
718a6fd8 6806cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6807 symcode='[ABCDGISTW]'
6808 ;;
6809hpux*)
6810 if test "$host_cpu" = ia64; then
6811 symcode='[ABCDEGRST]'
6812 fi
6813 ;;
6814irix* | nonstopux*)
6815 symcode='[BCDEGRST]'
6816 ;;
6817osf*)
6818 symcode='[BCDEGQRST]'
6819 ;;
6820solaris*)
6821 symcode='[BDRT]'
6822 ;;
6823sco3.2v5*)
6824 symcode='[DT]'
6825 ;;
6826sysv4.2uw2*)
6827 symcode='[DT]'
6828 ;;
6829sysv5* | sco5v6* | unixware* | OpenUNIX*)
6830 symcode='[ABDT]'
6831 ;;
6832sysv4)
6833 symcode='[DFNSTU]'
6834 ;;
6835esac
6836
6837# If we're using GNU nm, then use its standard symbol codes.
6838case `$NM -V 2>&1` in
6839*GNU* | *'with BFD'*)
6840 symcode='[ABCDGIRSTW]' ;;
6841esac
252b5132 6842
ce2cded5
L
6843# Transform an extracted symbol line into a proper C declaration.
6844# Some systems (esp. on ia64) link data and code symbols differently,
6845# so use this general approach.
6846lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6847
ce2cded5 6848# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6849lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6850lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
d7040cdb 6851
7357c5b6
AM
6852# Handle CRLF in mingw tool chain
6853opt_cr=
6854case $build_os in
6855mingw*)
6856 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6857 ;;
6858esac
d7040cdb 6859
7357c5b6
AM
6860# Try without a prefix underscore, then with it.
6861for ac_symprfx in "" "_"; do
d7040cdb 6862
7357c5b6
AM
6863 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6864 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6865
7357c5b6
AM
6866 # Write the raw and C identifiers.
6867 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6868 # Fake it for dumpbin and say T for any non-static function
6869 # and D for any global variable.
6870 # Also find C++ and __fastcall symbols from MSVC++,
6871 # which start with @ or ?.
6872 lt_cv_sys_global_symbol_pipe="$AWK '"\
6873" {last_section=section; section=\$ 3};"\
6874" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6875" \$ 0!~/External *\|/{next};"\
6876" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6877" {if(hide[section]) next};"\
6878" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6879" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6880" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6881" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6882" ' prfx=^$ac_symprfx"
6883 else
6884 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6885 fi
d7040cdb 6886
7357c5b6
AM
6887 # Check to see that the pipe works correctly.
6888 pipe_works=no
d7040cdb 6889
7357c5b6
AM
6890 rm -f conftest*
6891 cat > conftest.$ac_ext <<_LT_EOF
6892#ifdef __cplusplus
6893extern "C" {
6894#endif
6895char nm_test_var;
6896void nm_test_func(void);
6897void nm_test_func(void){}
6898#ifdef __cplusplus
ce2cded5 6899}
7357c5b6
AM
6900#endif
6901int main(){nm_test_var='a';nm_test_func();return(0);}
6902_LT_EOF
6903
81ecdfbb 6904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6905 (eval $ac_compile) 2>&5
ce2cded5 6906 ac_status=$?
81ecdfbb
RW
6907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6908 test $ac_status = 0; }; then
7357c5b6
AM
6909 # Now try to grab the symbols.
6910 nlist=conftest.nm
3725885a
RW
6911 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6912 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6913 ac_status=$?
81ecdfbb
RW
6914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6915 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6916 # Try sorting and uniquifying the output.
6917 if sort "$nlist" | uniq > "$nlist"T; then
6918 mv -f "$nlist"T "$nlist"
6919 else
6920 rm -f "$nlist"T
6921 fi
13b2be9c 6922
7357c5b6
AM
6923 # Make sure that we snagged all the symbols we need.
6924 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6925 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6926 cat <<_LT_EOF > conftest.$ac_ext
6927#ifdef __cplusplus
6928extern "C" {
6929#endif
13b2be9c 6930
7357c5b6
AM
6931_LT_EOF
6932 # Now generate the symbol file.
6933 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6934
7357c5b6 6935 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6936
7357c5b6 6937/* The mapping between symbol names and symbols. */
f2c621e4 6938const struct {
7357c5b6
AM
6939 const char *name;
6940 void *address;
6941}
6942lt__PROGRAM__LTX_preloaded_symbols[] =
6943{
6944 { "@PROGRAM@", (void *) 0 },
6945_LT_EOF
6946 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6947 cat <<\_LT_EOF >> conftest.$ac_ext
6948 {0, (void *) 0}
6949};
d7040cdb 6950
7357c5b6
AM
6951/* This works around a problem in FreeBSD linker */
6952#ifdef FREEBSD_WORKAROUND
6953static const void *lt_preloaded_setup() {
6954 return lt__PROGRAM__LTX_preloaded_symbols;
6955}
ce2cded5 6956#endif
d7040cdb 6957
7357c5b6 6958#ifdef __cplusplus
ce2cded5 6959}
7357c5b6
AM
6960#endif
6961_LT_EOF
6962 # Now try linking the two files.
6963 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6964 lt_save_LIBS="$LIBS"
6965 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6966 LIBS="conftstm.$ac_objext"
6967 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6968 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6969 (eval $ac_link) 2>&5
6970 ac_status=$?
81ecdfbb
RW
6971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6972 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6973 pipe_works=yes
6974 fi
f2c621e4
AS
6975 LIBS="$lt_save_LIBS"
6976 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6977 else
6978 echo "cannot find nm_test_func in $nlist" >&5
6979 fi
6980 else
6981 echo "cannot find nm_test_var in $nlist" >&5
6982 fi
6983 else
6984 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6985 fi
6986 else
6987 echo "$progname: failed program was:" >&5
6988 cat conftest.$ac_ext >&5
6989 fi
718a6fd8 6990 rm -rf conftest* conftst*
7357c5b6
AM
6991
6992 # Do not use the global_symbol_pipe unless it works.
6993 if test "$pipe_works" = yes; then
6994 break
6995 else
6996 lt_cv_sys_global_symbol_pipe=
6997 fi
6998done
d7040cdb 6999
ce2cded5 7000fi
7357c5b6
AM
7001
7002if test -z "$lt_cv_sys_global_symbol_pipe"; then
7003 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 7004fi
7357c5b6 7005if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7007$as_echo "failed" >&6; }
7357c5b6 7008else
81ecdfbb
RW
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7010$as_echo "ok" >&6; }
ce2cded5 7011fi
d7040cdb 7012
df7b86aa
NC
7013
7014
7015
d7040cdb 7016
d7040cdb 7017
d7040cdb 7018
d7040cdb 7019
d7040cdb 7020
d7040cdb 7021
d7040cdb 7022
d7040cdb 7023
d7040cdb 7024
d7040cdb 7025
d7040cdb 7026
7357c5b6
AM
7027
7028
718a6fd8
SE
7029
7030
7031
7357c5b6
AM
7032
7033
81ecdfbb
RW
7034# Check whether --enable-libtool-lock was given.
7035if test "${enable_libtool_lock+set}" = set; then :
7036 enableval=$enable_libtool_lock;
7037fi
7357c5b6 7038
7357c5b6
AM
7039test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7040
7041# Some flags need to be propagated to the compiler or linker for good
7042# libtool support.
7043case $host in
7044ia64-*-hpux*)
7045 # Find out which ABI we are using.
7046 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7047 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7048 (eval $ac_compile) 2>&5
7049 ac_status=$?
81ecdfbb
RW
7050 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7051 test $ac_status = 0; }; then
7357c5b6
AM
7052 case `/usr/bin/file conftest.$ac_objext` in
7053 *ELF-32*)
7054 HPUX_IA64_MODE="32"
7055 ;;
7056 *ELF-64*)
7057 HPUX_IA64_MODE="64"
7058 ;;
7059 esac
7060 fi
7061 rm -rf conftest*
7062 ;;
7063*-*-irix6*)
7064 # Find out which ABI we are using.
3725885a 7065 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7066 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7067 (eval $ac_compile) 2>&5
7068 ac_status=$?
81ecdfbb
RW
7069 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7070 test $ac_status = 0; }; then
7357c5b6
AM
7071 if test "$lt_cv_prog_gnu_ld" = yes; then
7072 case `/usr/bin/file conftest.$ac_objext` in
7073 *32-bit*)
7074 LD="${LD-ld} -melf32bsmip"
7075 ;;
7076 *N32*)
7077 LD="${LD-ld} -melf32bmipn32"
7078 ;;
7079 *64-bit*)
7080 LD="${LD-ld} -melf64bmip"
7081 ;;
7082 esac
7083 else
7084 case `/usr/bin/file conftest.$ac_objext` in
7085 *32-bit*)
7086 LD="${LD-ld} -32"
7087 ;;
7088 *N32*)
7089 LD="${LD-ld} -n32"
7090 ;;
7091 *64-bit*)
7092 LD="${LD-ld} -64"
7093 ;;
7094 esac
7095 fi
7096 fi
7097 rm -rf conftest*
7098 ;;
7099
cc9afea3 7100x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7101s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7102 # Find out which ABI we are using.
7103 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7104 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7105 (eval $ac_compile) 2>&5
7106 ac_status=$?
81ecdfbb
RW
7107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7108 test $ac_status = 0; }; then
7357c5b6
AM
7109 case `/usr/bin/file conftest.o` in
7110 *32-bit*)
7111 case $host in
7112 x86_64-*kfreebsd*-gnu)
7113 LD="${LD-ld} -m elf_i386_fbsd"
7114 ;;
7115 x86_64-*linux*)
6d2920c8
L
7116 case `/usr/bin/file conftest.o` in
7117 *x86-64*)
7118 LD="${LD-ld} -m elf32_x86_64"
7119 ;;
7120 *)
7121 LD="${LD-ld} -m elf_i386"
7122 ;;
7123 esac
7357c5b6 7124 ;;
cc9afea3
AM
7125 powerpc64le-*linux*)
7126 LD="${LD-ld} -m elf32lppclinux"
7127 ;;
7128 powerpc64-*linux*)
7357c5b6
AM
7129 LD="${LD-ld} -m elf32ppclinux"
7130 ;;
7131 s390x-*linux*)
7132 LD="${LD-ld} -m elf_s390"
7133 ;;
7134 sparc64-*linux*)
7135 LD="${LD-ld} -m elf32_sparc"
7136 ;;
7137 esac
7138 ;;
7139 *64-bit*)
7140 case $host in
7141 x86_64-*kfreebsd*-gnu)
7142 LD="${LD-ld} -m elf_x86_64_fbsd"
7143 ;;
7144 x86_64-*linux*)
7145 LD="${LD-ld} -m elf_x86_64"
7146 ;;
cc9afea3
AM
7147 powerpcle-*linux*)
7148 LD="${LD-ld} -m elf64lppc"
7149 ;;
7150 powerpc-*linux*)
7357c5b6
AM
7151 LD="${LD-ld} -m elf64ppc"
7152 ;;
7153 s390*-*linux*|s390*-*tpf*)
7154 LD="${LD-ld} -m elf64_s390"
7155 ;;
7156 sparc*-*linux*)
7157 LD="${LD-ld} -m elf64_sparc"
7158 ;;
7159 esac
7160 ;;
7161 esac
7162 fi
7163 rm -rf conftest*
7164 ;;
7165
7166*-*-sco3.2v5*)
7167 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7168 SAVE_CFLAGS="$CFLAGS"
7169 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7171$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7172if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7173 $as_echo_n "(cached) " >&6
ce2cded5 7174else
7357c5b6
AM
7175 ac_ext=c
7176ac_cpp='$CPP $CPPFLAGS'
7177ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7178ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7179ac_compiler_gnu=$ac_cv_c_compiler_gnu
7180
81ecdfbb 7181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 7182/* end confdefs.h. */
d7040cdb 7183
7357c5b6
AM
7184int
7185main ()
7186{
7187
7188 ;
7189 return 0;
7190}
ce2cded5 7191_ACEOF
81ecdfbb 7192if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7193 lt_cv_cc_needs_belf=yes
ce2cded5 7194else
81ecdfbb 7195 lt_cv_cc_needs_belf=no
ce2cded5 7196fi
81ecdfbb
RW
7197rm -f core conftest.err conftest.$ac_objext \
7198 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7199 ac_ext=c
7200ac_cpp='$CPP $CPPFLAGS'
7201ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7202ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7203ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7204
ce2cded5 7205fi
81ecdfbb
RW
7206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7207$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7208 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7209 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7210 CFLAGS="$SAVE_CFLAGS"
7211 fi
7212 ;;
7213sparc*-*solaris*)
7214 # Find out which ABI we are using.
7215 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7217 (eval $ac_compile) 2>&5
7218 ac_status=$?
81ecdfbb
RW
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; }; then
7357c5b6
AM
7221 case `/usr/bin/file conftest.o` in
7222 *64-bit*)
7223 case $lt_cv_prog_gnu_ld in
7224 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7225 *)
7226 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7227 LD="${LD-ld} -64"
7228 fi
7229 ;;
7357c5b6
AM
7230 esac
7231 ;;
7232 esac
7233 fi
7234 rm -rf conftest*
7235 ;;
7236esac
d7040cdb 7237
df7b86aa
NC
7238need_locks="$enable_libtool_lock"
7239
718a6fd8
SE
7240
7241 case $host_os in
7242 rhapsody* | darwin*)
7243 if test -n "$ac_tool_prefix"; then
7244 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7245set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7247$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7248if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7249 $as_echo_n "(cached) " >&6
718a6fd8
SE
7250else
7251 if test -n "$DSYMUTIL"; then
7252 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7253else
7254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7255for as_dir in $PATH
7256do
7257 IFS=$as_save_IFS
7258 test -z "$as_dir" && as_dir=.
81ecdfbb 7259 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7261 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7263 break 2
7264 fi
7265done
81ecdfbb
RW
7266 done
7267IFS=$as_save_IFS
718a6fd8
SE
7268
7269fi
7270fi
7271DSYMUTIL=$ac_cv_prog_DSYMUTIL
7272if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7274$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7275else
81ecdfbb
RW
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277$as_echo "no" >&6; }
718a6fd8
SE
7278fi
7279
81ecdfbb 7280
718a6fd8
SE
7281fi
7282if test -z "$ac_cv_prog_DSYMUTIL"; then
7283 ac_ct_DSYMUTIL=$DSYMUTIL
7284 # Extract the first word of "dsymutil", so it can be a program name with args.
7285set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7287$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7288if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7289 $as_echo_n "(cached) " >&6
718a6fd8
SE
7290else
7291 if test -n "$ac_ct_DSYMUTIL"; then
7292 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7293else
7294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295for as_dir in $PATH
7296do
7297 IFS=$as_save_IFS
7298 test -z "$as_dir" && as_dir=.
81ecdfbb 7299 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7301 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7303 break 2
7304 fi
7305done
81ecdfbb
RW
7306 done
7307IFS=$as_save_IFS
718a6fd8 7308
718a6fd8
SE
7309fi
7310fi
7311ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7312if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7314$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7315else
81ecdfbb
RW
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7317$as_echo "no" >&6; }
718a6fd8
SE
7318fi
7319
81ecdfbb
RW
7320 if test "x$ac_ct_DSYMUTIL" = x; then
7321 DSYMUTIL=":"
7322 else
7323 case $cross_compiling:$ac_tool_warned in
7324yes:)
7325{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7326$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7327ac_tool_warned=yes ;;
7328esac
7329 DSYMUTIL=$ac_ct_DSYMUTIL
7330 fi
718a6fd8
SE
7331else
7332 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7333fi
7334
7335 if test -n "$ac_tool_prefix"; then
7336 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7337set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7339$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7340if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7341 $as_echo_n "(cached) " >&6
718a6fd8
SE
7342else
7343 if test -n "$NMEDIT"; then
7344 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7345else
7346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7347for as_dir in $PATH
7348do
7349 IFS=$as_save_IFS
7350 test -z "$as_dir" && as_dir=.
81ecdfbb 7351 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7353 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7355 break 2
7356 fi
7357done
81ecdfbb
RW
7358 done
7359IFS=$as_save_IFS
718a6fd8
SE
7360
7361fi
7362fi
7363NMEDIT=$ac_cv_prog_NMEDIT
7364if test -n "$NMEDIT"; then
81ecdfbb
RW
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7366$as_echo "$NMEDIT" >&6; }
718a6fd8 7367else
81ecdfbb
RW
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7369$as_echo "no" >&6; }
718a6fd8
SE
7370fi
7371
81ecdfbb 7372
718a6fd8
SE
7373fi
7374if test -z "$ac_cv_prog_NMEDIT"; then
7375 ac_ct_NMEDIT=$NMEDIT
7376 # Extract the first word of "nmedit", so it can be a program name with args.
7377set dummy nmedit; ac_word=$2
81ecdfbb
RW
7378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7379$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7380if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7381 $as_echo_n "(cached) " >&6
718a6fd8
SE
7382else
7383 if test -n "$ac_ct_NMEDIT"; then
7384 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7385else
7386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387for as_dir in $PATH
7388do
7389 IFS=$as_save_IFS
7390 test -z "$as_dir" && as_dir=.
81ecdfbb 7391 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7393 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7395 break 2
7396 fi
7397done
81ecdfbb
RW
7398 done
7399IFS=$as_save_IFS
718a6fd8 7400
718a6fd8
SE
7401fi
7402fi
7403ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7404if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7406$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7407else
81ecdfbb
RW
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7409$as_echo "no" >&6; }
718a6fd8
SE
7410fi
7411
81ecdfbb
RW
7412 if test "x$ac_ct_NMEDIT" = x; then
7413 NMEDIT=":"
7414 else
7415 case $cross_compiling:$ac_tool_warned in
7416yes:)
7417{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7418$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7419ac_tool_warned=yes ;;
7420esac
7421 NMEDIT=$ac_ct_NMEDIT
7422 fi
718a6fd8
SE
7423else
7424 NMEDIT="$ac_cv_prog_NMEDIT"
7425fi
7426
7427 if test -n "$ac_tool_prefix"; then
7428 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7429set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7431$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7432if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7433 $as_echo_n "(cached) " >&6
718a6fd8
SE
7434else
7435 if test -n "$LIPO"; then
7436 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7437else
7438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7439for as_dir in $PATH
7440do
7441 IFS=$as_save_IFS
7442 test -z "$as_dir" && as_dir=.
81ecdfbb 7443 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7445 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7447 break 2
7448 fi
7449done
81ecdfbb
RW
7450 done
7451IFS=$as_save_IFS
718a6fd8
SE
7452
7453fi
7454fi
7455LIPO=$ac_cv_prog_LIPO
7456if test -n "$LIPO"; then
81ecdfbb
RW
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7458$as_echo "$LIPO" >&6; }
718a6fd8 7459else
81ecdfbb
RW
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7461$as_echo "no" >&6; }
718a6fd8
SE
7462fi
7463
81ecdfbb 7464
718a6fd8
SE
7465fi
7466if test -z "$ac_cv_prog_LIPO"; then
7467 ac_ct_LIPO=$LIPO
7468 # Extract the first word of "lipo", so it can be a program name with args.
7469set dummy lipo; ac_word=$2
81ecdfbb
RW
7470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7471$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7472if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7473 $as_echo_n "(cached) " >&6
718a6fd8
SE
7474else
7475 if test -n "$ac_ct_LIPO"; then
7476 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7477else
7478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479for as_dir in $PATH
7480do
7481 IFS=$as_save_IFS
7482 test -z "$as_dir" && as_dir=.
81ecdfbb 7483 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7485 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7487 break 2
7488 fi
7489done
81ecdfbb
RW
7490 done
7491IFS=$as_save_IFS
718a6fd8 7492
718a6fd8
SE
7493fi
7494fi
7495ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7496if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7498$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7499else
81ecdfbb
RW
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7501$as_echo "no" >&6; }
718a6fd8
SE
7502fi
7503
81ecdfbb
RW
7504 if test "x$ac_ct_LIPO" = x; then
7505 LIPO=":"
7506 else
7507 case $cross_compiling:$ac_tool_warned in
7508yes:)
7509{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7510$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7511ac_tool_warned=yes ;;
7512esac
7513 LIPO=$ac_ct_LIPO
7514 fi
718a6fd8
SE
7515else
7516 LIPO="$ac_cv_prog_LIPO"
7517fi
7518
7519 if test -n "$ac_tool_prefix"; then
7520 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7521set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7523$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7524if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7525 $as_echo_n "(cached) " >&6
718a6fd8
SE
7526else
7527 if test -n "$OTOOL"; then
7528 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7529else
7530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7531for as_dir in $PATH
7532do
7533 IFS=$as_save_IFS
7534 test -z "$as_dir" && as_dir=.
81ecdfbb 7535 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7537 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7539 break 2
7540 fi
7541done
81ecdfbb
RW
7542 done
7543IFS=$as_save_IFS
718a6fd8
SE
7544
7545fi
7546fi
7547OTOOL=$ac_cv_prog_OTOOL
7548if test -n "$OTOOL"; then
81ecdfbb
RW
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7550$as_echo "$OTOOL" >&6; }
718a6fd8 7551else
81ecdfbb
RW
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7553$as_echo "no" >&6; }
718a6fd8
SE
7554fi
7555
81ecdfbb 7556
718a6fd8
SE
7557fi
7558if test -z "$ac_cv_prog_OTOOL"; then
7559 ac_ct_OTOOL=$OTOOL
7560 # Extract the first word of "otool", so it can be a program name with args.
7561set dummy otool; ac_word=$2
81ecdfbb
RW
7562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7563$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7564if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7565 $as_echo_n "(cached) " >&6
718a6fd8
SE
7566else
7567 if test -n "$ac_ct_OTOOL"; then
7568 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7569else
7570as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7571for as_dir in $PATH
7572do
7573 IFS=$as_save_IFS
7574 test -z "$as_dir" && as_dir=.
81ecdfbb 7575 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7576 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7577 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7579 break 2
7580 fi
7581done
81ecdfbb
RW
7582 done
7583IFS=$as_save_IFS
718a6fd8 7584
718a6fd8
SE
7585fi
7586fi
7587ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7588if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7590$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7591else
81ecdfbb
RW
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7593$as_echo "no" >&6; }
718a6fd8
SE
7594fi
7595
81ecdfbb
RW
7596 if test "x$ac_ct_OTOOL" = x; then
7597 OTOOL=":"
7598 else
7599 case $cross_compiling:$ac_tool_warned in
7600yes:)
7601{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7602$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7603ac_tool_warned=yes ;;
7604esac
7605 OTOOL=$ac_ct_OTOOL
7606 fi
718a6fd8
SE
7607else
7608 OTOOL="$ac_cv_prog_OTOOL"
7609fi
7610
7611 if test -n "$ac_tool_prefix"; then
7612 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7613set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7615$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7616if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7617 $as_echo_n "(cached) " >&6
718a6fd8
SE
7618else
7619 if test -n "$OTOOL64"; then
7620 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7621else
7622as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7623for as_dir in $PATH
7624do
7625 IFS=$as_save_IFS
7626 test -z "$as_dir" && as_dir=.
81ecdfbb 7627 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7628 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7629 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7631 break 2
7632 fi
7633done
81ecdfbb
RW
7634 done
7635IFS=$as_save_IFS
718a6fd8
SE
7636
7637fi
7638fi
7639OTOOL64=$ac_cv_prog_OTOOL64
7640if test -n "$OTOOL64"; then
81ecdfbb
RW
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7642$as_echo "$OTOOL64" >&6; }
718a6fd8 7643else
81ecdfbb
RW
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7645$as_echo "no" >&6; }
718a6fd8
SE
7646fi
7647
81ecdfbb 7648
718a6fd8
SE
7649fi
7650if test -z "$ac_cv_prog_OTOOL64"; then
7651 ac_ct_OTOOL64=$OTOOL64
7652 # Extract the first word of "otool64", so it can be a program name with args.
7653set dummy otool64; ac_word=$2
81ecdfbb
RW
7654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7655$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7656if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7657 $as_echo_n "(cached) " >&6
718a6fd8
SE
7658else
7659 if test -n "$ac_ct_OTOOL64"; then
7660 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7661else
7662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7663for as_dir in $PATH
7664do
7665 IFS=$as_save_IFS
7666 test -z "$as_dir" && as_dir=.
81ecdfbb 7667 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7668 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7669 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7671 break 2
7672 fi
7673done
81ecdfbb
RW
7674 done
7675IFS=$as_save_IFS
718a6fd8 7676
718a6fd8
SE
7677fi
7678fi
7679ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7680if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7682$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7683else
81ecdfbb
RW
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7685$as_echo "no" >&6; }
718a6fd8
SE
7686fi
7687
81ecdfbb
RW
7688 if test "x$ac_ct_OTOOL64" = x; then
7689 OTOOL64=":"
7690 else
7691 case $cross_compiling:$ac_tool_warned in
7692yes:)
7693{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7694$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7695ac_tool_warned=yes ;;
7696esac
7697 OTOOL64=$ac_ct_OTOOL64
7698 fi
718a6fd8
SE
7699else
7700 OTOOL64="$ac_cv_prog_OTOOL64"
7701fi
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
81ecdfbb
RW
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7730$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7731if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7732 $as_echo_n "(cached) " >&6
718a6fd8
SE
7733else
7734 lt_cv_apple_cc_single_mod=no
7735 if test -z "${LT_MULTI_MODULE}"; then
7736 # By default we will add the -single_module flag. You can override
7737 # by either setting the environment variable LT_MULTI_MODULE
7738 # non-empty at configure time, or by adding -multi_module to the
7739 # link flags.
7740 rm -rf libconftest.dylib*
7741 echo "int foo(void){return 1;}" > conftest.c
7742 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7743-dynamiclib -Wl,-single_module conftest.c" >&5
7744 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7745 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7746 _lt_result=$?
7747 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7748 lt_cv_apple_cc_single_mod=yes
7749 else
7750 cat conftest.err >&5
7751 fi
7752 rm -rf libconftest.dylib*
7753 rm -f conftest.*
7754 fi
7755fi
81ecdfbb
RW
7756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7757$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7759$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7760if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7761 $as_echo_n "(cached) " >&6
718a6fd8
SE
7762else
7763 lt_cv_ld_exported_symbols_list=no
7764 save_LDFLAGS=$LDFLAGS
7765 echo "_main" > conftest.sym
7766 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7768/* end confdefs.h. */
7769
7770int
7771main ()
7772{
7773
7774 ;
7775 return 0;
7776}
7777_ACEOF
81ecdfbb 7778if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7779 lt_cv_ld_exported_symbols_list=yes
7780else
81ecdfbb 7781 lt_cv_ld_exported_symbols_list=no
718a6fd8 7782fi
81ecdfbb
RW
7783rm -f core conftest.err conftest.$ac_objext \
7784 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7785 LDFLAGS="$save_LDFLAGS"
7786
7787fi
81ecdfbb
RW
7788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7789$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7791$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7792if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7793 $as_echo_n "(cached) " >&6
7794else
7795 lt_cv_ld_force_load=no
7796 cat > conftest.c << _LT_EOF
7797int forced_loaded() { return 2;}
7798_LT_EOF
7799 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7800 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7801 echo "$AR cru libconftest.a conftest.o" >&5
7802 $AR cru libconftest.a conftest.o 2>&5
7803 cat > conftest.c << _LT_EOF
7804int main() { return 0;}
7805_LT_EOF
7806 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7807 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7808 _lt_result=$?
7809 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7810 lt_cv_ld_force_load=yes
7811 else
7812 cat conftest.err >&5
7813 fi
7814 rm -f conftest.err libconftest.a conftest conftest.c
7815 rm -rf conftest.dSYM
7816
7817fi
7818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7819$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7820 case $host_os in
7821 rhapsody* | darwin1.[012])
7822 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7823 darwin1.*)
7824 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7825 darwin*) # darwin 5.x on
7826 # if running on 10.5 or later, the deployment target defaults
7827 # to the OS version, if on x86, and 10.4, the deployment
7828 # target defaults to 10.4. Don't you love it?
7829 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7830 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7831 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7832 10.[012][,.]*)
718a6fd8
SE
7833 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7834 10.*)
7835 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7836 esac
7837 ;;
7838 esac
7839 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7840 _lt_dar_single_mod='$single_module'
7841 fi
7842 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7843 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7844 else
7845 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7846 fi
3725885a 7847 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7848 _lt_dsymutil='~$DSYMUTIL $lib || :'
7849 else
7850 _lt_dsymutil=
7851 fi
7852 ;;
7853 esac
7854
718a6fd8 7855for ac_header in dlfcn.h
81ecdfbb
RW
7856do :
7857 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7858"
d0ac1c44 7859if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 7860 cat >>confdefs.h <<_ACEOF
81ecdfbb 7861#define HAVE_DLFCN_H 1
718a6fd8
SE
7862_ACEOF
7863
7864fi
7865
7866done
7867
7868
7869
3725885a
RW
7870
7871
718a6fd8
SE
7872# Set options
7873
7874
7875
7876 enable_dlopen=no
7877
7878
7879 enable_win32_dll=no
7880
7881
81ecdfbb
RW
7882 # Check whether --enable-shared was given.
7883if test "${enable_shared+set}" = set; then :
7884 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7885 case $enableval in
7886 yes) enable_shared=yes ;;
7887 no) enable_shared=no ;;
7888 *)
7889 enable_shared=no
7890 # Look at the argument we got. We use all the common list separators.
7891 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7892 for pkg in $enableval; do
7893 IFS="$lt_save_ifs"
7894 if test "X$pkg" = "X$p"; then
7895 enable_shared=yes
7896 fi
7897 done
7898 IFS="$lt_save_ifs"
7899 ;;
7900 esac
7901else
7902 enable_shared=yes
81ecdfbb
RW
7903fi
7904
718a6fd8
SE
7905
7906
7907
7908
7909
7910
7911
7912
81ecdfbb
RW
7913 # Check whether --enable-static was given.
7914if test "${enable_static+set}" = set; then :
7915 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7916 case $enableval in
7917 yes) enable_static=yes ;;
7918 no) enable_static=no ;;
7919 *)
7920 enable_static=no
7921 # Look at the argument we got. We use all the common list separators.
7922 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7923 for pkg in $enableval; do
7924 IFS="$lt_save_ifs"
7925 if test "X$pkg" = "X$p"; then
7926 enable_static=yes
7927 fi
7928 done
7929 IFS="$lt_save_ifs"
7930 ;;
7931 esac
7932else
7933 enable_static=yes
81ecdfbb
RW
7934fi
7935
718a6fd8
SE
7936
7937
d7040cdb 7938
d7040cdb 7939
718a6fd8
SE
7940
7941
7942
7943
7944
81ecdfbb
RW
7945# Check whether --with-pic was given.
7946if test "${with_pic+set}" = set; then :
7947 withval=$with_pic; pic_mode="$withval"
ce2cded5 7948else
718a6fd8 7949 pic_mode=default
81ecdfbb
RW
7950fi
7951
d7040cdb 7952
718a6fd8
SE
7953test -z "$pic_mode" && pic_mode=default
7954
7955
7956
7957
7958
7959
7960
81ecdfbb
RW
7961 # Check whether --enable-fast-install was given.
7962if test "${enable_fast_install+set}" = set; then :
7963 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7964 case $enableval in
7965 yes) enable_fast_install=yes ;;
7966 no) enable_fast_install=no ;;
7967 *)
7968 enable_fast_install=no
7969 # Look at the argument we got. We use all the common list separators.
7970 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7971 for pkg in $enableval; do
7972 IFS="$lt_save_ifs"
7973 if test "X$pkg" = "X$p"; then
7974 enable_fast_install=yes
7975 fi
7976 done
7977 IFS="$lt_save_ifs"
7978 ;;
7979 esac
ce2cded5 7980else
718a6fd8 7981 enable_fast_install=yes
81ecdfbb
RW
7982fi
7983
718a6fd8
SE
7984
7985
7986
7987
d7040cdb 7988
d7040cdb 7989
d7040cdb 7990
d7040cdb 7991
d7040cdb 7992
d7040cdb 7993
ce2cded5
L
7994# This can be used to rebuild libtool when needed
7995LIBTOOL_DEPS="$ltmain"
d7040cdb 7996
ce2cded5
L
7997# Always use our own libtool.
7998LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7999
d7040cdb 8000
d7040cdb 8001
d7040cdb
SE
8002
8003
8004
8005
8006
8007
d7040cdb 8008
d7040cdb 8009
ab509236 8010
ab509236 8011
d7040cdb
SE
8012
8013
8014
8015
8016
13b2be9c 8017
13b2be9c 8018
13b2be9c 8019
13b2be9c 8020
d7040cdb 8021
3725885a 8022
d7040cdb
SE
8023
8024
ce2cded5 8025test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
8026
8027
d7040cdb 8028
d7040cdb 8029
d7040cdb
SE
8030
8031
8032
8033
8034
8035
ce2cded5
L
8036
8037
8038
8039
8040if test -n "${ZSH_VERSION+set}" ; then
8041 setopt NO_GLOB_SUBST
8042fi
8043
81ecdfbb
RW
8044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8045$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8046if ${lt_cv_objdir+:} false; then :
81ecdfbb 8047 $as_echo_n "(cached) " >&6
d7040cdb 8048else
ce2cded5
L
8049 rm -f .libs 2>/dev/null
8050mkdir .libs 2>/dev/null
8051if test -d .libs; then
8052 lt_cv_objdir=.libs
8053else
8054 # MS-DOS does not allow filenames that begin with a dot.
8055 lt_cv_objdir=_libs
d7040cdb 8056fi
ce2cded5
L
8057rmdir .libs 2>/dev/null
8058fi
81ecdfbb
RW
8059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8060$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 8061objdir=$lt_cv_objdir
d7040cdb
SE
8062
8063
8064
8065
d7040cdb 8066
ce2cded5
L
8067cat >>confdefs.h <<_ACEOF
8068#define LT_OBJDIR "$lt_cv_objdir/"
8069_ACEOF
d7040cdb
SE
8070
8071
8072
8073
ce2cded5
L
8074case $host_os in
8075aix3*)
8076 # AIX sometimes has problems with the GCC collect2 program. For some
8077 # reason, if we set the COLLECT_NAMES environment variable, the problems
8078 # vanish in a puff of smoke.
8079 if test "X${COLLECT_NAMES+set}" != Xset; then
8080 COLLECT_NAMES=
8081 export COLLECT_NAMES
8082 fi
8083 ;;
8084esac
d7040cdb 8085
ce2cded5
L
8086# Global variables:
8087ofile=libtool
8088can_build_shared=yes
d7040cdb 8089
ce2cded5
L
8090# All known linkers require a `.a' archive for static linking (except MSVC,
8091# which needs '.lib').
8092libext=a
d7040cdb 8093
ce2cded5 8094with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 8095
ce2cded5
L
8096old_CC="$CC"
8097old_CFLAGS="$CFLAGS"
d7040cdb 8098
ce2cded5
L
8099# Set sane defaults for various variables
8100test -z "$CC" && CC=cc
8101test -z "$LTCC" && LTCC=$CC
8102test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8103test -z "$LD" && LD=ld
8104test -z "$ac_objext" && ac_objext=o
8105
8106for cc_temp in $compiler""; do
8107 case $cc_temp in
8108 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8109 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8110 \-*) ;;
8111 *) break;;
8112 esac
8113done
3725885a 8114cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
8115
8116
8117# Only perform the check for file, if the check method requires it
8118test -z "$MAGIC_CMD" && MAGIC_CMD=file
8119case $deplibs_check_method in
8120file_magic*)
8121 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8123$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8124if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8125 $as_echo_n "(cached) " >&6
ce2cded5
L
8126else
8127 case $MAGIC_CMD in
8128[\\/*] | ?:[\\/]*)
8129 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8130 ;;
8131*)
8132 lt_save_MAGIC_CMD="$MAGIC_CMD"
8133 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8134 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8135 for ac_dir in $ac_dummy; do
8136 IFS="$lt_save_ifs"
8137 test -z "$ac_dir" && ac_dir=.
8138 if test -f $ac_dir/${ac_tool_prefix}file; then
8139 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8140 if test -n "$file_magic_test_file"; then
8141 case $deplibs_check_method in
8142 "file_magic "*)
8143 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8144 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8145 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8146 $EGREP "$file_magic_regex" > /dev/null; then
8147 :
d7040cdb 8148 else
ce2cded5 8149 cat <<_LT_EOF 1>&2
d7040cdb 8150
ce2cded5
L
8151*** Warning: the command libtool uses to detect shared libraries,
8152*** $file_magic_cmd, produces output that libtool cannot recognize.
8153*** The result is that libtool may fail to recognize shared libraries
8154*** as such. This will affect the creation of libtool libraries that
8155*** depend on shared libraries, but programs linked with such libtool
8156*** libraries will work regardless of this problem. Nevertheless, you
8157*** may want to report the problem to your system manager and/or to
8158*** bug-libtool@gnu.org
d7040cdb 8159
ce2cded5
L
8160_LT_EOF
8161 fi ;;
8162 esac
d7040cdb 8163 fi
ce2cded5 8164 break
d7040cdb 8165 fi
ce2cded5
L
8166 done
8167 IFS="$lt_save_ifs"
8168 MAGIC_CMD="$lt_save_MAGIC_CMD"
8169 ;;
8170esac
8171fi
d7040cdb 8172
ce2cded5
L
8173MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8174if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8176$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8177else
81ecdfbb
RW
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8179$as_echo "no" >&6; }
ce2cded5 8180fi
d7040cdb 8181
d7040cdb 8182
d7040cdb 8183
d7040cdb 8184
d7040cdb 8185
ce2cded5
L
8186if test -z "$lt_cv_path_MAGIC_CMD"; then
8187 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8189$as_echo_n "checking for file... " >&6; }
d0ac1c44 8190if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8191 $as_echo_n "(cached) " >&6
ce2cded5
L
8192else
8193 case $MAGIC_CMD in
8194[\\/*] | ?:[\\/]*)
8195 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8196 ;;
8197*)
8198 lt_save_MAGIC_CMD="$MAGIC_CMD"
8199 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8200 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8201 for ac_dir in $ac_dummy; do
8202 IFS="$lt_save_ifs"
8203 test -z "$ac_dir" && ac_dir=.
8204 if test -f $ac_dir/file; then
8205 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8206 if test -n "$file_magic_test_file"; then
8207 case $deplibs_check_method in
8208 "file_magic "*)
8209 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8210 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8211 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8212 $EGREP "$file_magic_regex" > /dev/null; then
8213 :
d7040cdb 8214 else
ce2cded5
L
8215 cat <<_LT_EOF 1>&2
8216
8217*** Warning: the command libtool uses to detect shared libraries,
8218*** $file_magic_cmd, produces output that libtool cannot recognize.
8219*** The result is that libtool may fail to recognize shared libraries
8220*** as such. This will affect the creation of libtool libraries that
8221*** depend on shared libraries, but programs linked with such libtool
8222*** libraries will work regardless of this problem. Nevertheless, you
8223*** may want to report the problem to your system manager and/or to
8224*** bug-libtool@gnu.org
8225
8226_LT_EOF
8227 fi ;;
d7040cdb 8228 esac
d7040cdb 8229 fi
ce2cded5
L
8230 break
8231 fi
8232 done
8233 IFS="$lt_save_ifs"
8234 MAGIC_CMD="$lt_save_MAGIC_CMD"
8235 ;;
8236esac
8237fi
d7040cdb 8238
ce2cded5
L
8239MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8240if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8242$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8243else
81ecdfbb
RW
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245$as_echo "no" >&6; }
ce2cded5 8246fi
d7040cdb 8247
d7040cdb 8248
ce2cded5
L
8249 else
8250 MAGIC_CMD=:
8251 fi
d7040cdb 8252fi
d7040cdb 8253
ce2cded5
L
8254 fi
8255 ;;
8256esac
d7040cdb 8257
ce2cded5 8258# Use C for the default configuration in the libtool script
d7040cdb 8259
ce2cded5
L
8260lt_save_CC="$CC"
8261ac_ext=c
8262ac_cpp='$CPP $CPPFLAGS'
8263ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8264ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8265ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8266
d7040cdb 8267
ce2cded5
L
8268# Source file extension for C test sources.
8269ac_ext=c
d7040cdb 8270
ce2cded5
L
8271# Object file extension for compiled C test sources.
8272objext=o
8273objext=$objext
d7040cdb 8274
ce2cded5
L
8275# Code to be used in simple compile tests
8276lt_simple_compile_test_code="int some_variable = 0;"
8277
8278# Code to be used in simple link tests
8279lt_simple_link_test_code='int main(){return(0);}'
8280
8281
8282
8283
8284
8285
8286
8287# If no C compiler was specified, use CC.
8288LTCC=${LTCC-"$CC"}
8289
8290# If no C compiler flags were specified, use CFLAGS.
8291LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8292
8293# Allow CC to be a program name with arguments.
8294compiler=$CC
8295
8296# Save the default compiler, since it gets overwritten when the other
8297# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8298compiler_DEFAULT=$CC
8299
8300# save warnings/boilerplate of simple test code
8301ac_outfile=conftest.$ac_objext
8302echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8303eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8304_lt_compiler_boilerplate=`cat conftest.err`
8305$RM conftest*
8306
8307ac_outfile=conftest.$ac_objext
8308echo "$lt_simple_link_test_code" >conftest.$ac_ext
8309eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8310_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8311$RM -r conftest*
ce2cded5
L
8312
8313
f2c621e4
AS
8314## CAVEAT EMPTOR:
8315## There is no encapsulation within the following macros, do not change
8316## the running order or otherwise move them around unless you know exactly
8317## what you are doing...
ce2cded5
L
8318if test -n "$compiler"; then
8319
8320lt_prog_compiler_no_builtin_flag=
8321
8322if test "$GCC" = yes; then
3725885a
RW
8323 case $cc_basename in
8324 nvcc*)
8325 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8326 *)
8327 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8328 esac
ce2cded5 8329
81ecdfbb
RW
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8331$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8332if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8333 $as_echo_n "(cached) " >&6
ce2cded5
L
8334else
8335 lt_cv_prog_compiler_rtti_exceptions=no
8336 ac_outfile=conftest.$ac_objext
8337 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8338 lt_compiler_flag="-fno-rtti -fno-exceptions"
8339 # Insert the option either (1) after the last *FLAGS variable, or
8340 # (2) before a word containing "conftest.", or (3) at the end.
8341 # Note that $ac_compile itself does not contain backslashes and begins
8342 # with a dollar sign (not a hyphen), so the echo should work correctly.
8343 # The option is referenced via a variable to avoid confusing sed.
8344 lt_compile=`echo "$ac_compile" | $SED \
8345 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8346 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8347 -e 's:$: $lt_compiler_flag:'`
3725885a 8348 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8349 (eval "$lt_compile" 2>conftest.err)
8350 ac_status=$?
8351 cat conftest.err >&5
3725885a 8352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8353 if (exit $ac_status) && test -s "$ac_outfile"; then
8354 # The compiler can only warn and ignore the option if not recognized
8355 # So say no if there are warnings other than the usual output.
3725885a 8356 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8357 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8358 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8359 lt_cv_prog_compiler_rtti_exceptions=yes
8360 fi
8361 fi
8362 $RM conftest*
8363
8364fi
81ecdfbb
RW
8365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8366$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
8367
8368if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8369 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8370else
8371 :
8372fi
8373
8374fi
8375
8376
8377
8378
8379
8380
8381 lt_prog_compiler_wl=
8382lt_prog_compiler_pic=
8383lt_prog_compiler_static=
8384
f2c621e4
AS
8385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8386$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
8387
8388 if test "$GCC" = yes; then
8389 lt_prog_compiler_wl='-Wl,'
8390 lt_prog_compiler_static='-static'
8391
8392 case $host_os in
8393 aix*)
8394 # All AIX code is PIC.
8395 if test "$host_cpu" = ia64; then
8396 # AIX 5 now supports IA64 processor
8397 lt_prog_compiler_static='-Bstatic'
8398 fi
6c9c0a50 8399 lt_prog_compiler_pic='-fPIC'
ce2cded5 8400 ;;
d7040cdb
SE
8401
8402 amigaos*)
718a6fd8
SE
8403 case $host_cpu in
8404 powerpc)
8405 # see comment about AmigaOS4 .so support
8406 lt_prog_compiler_pic='-fPIC'
8407 ;;
8408 m68k)
8409 # FIXME: we need at least 68020 code to build shared libraries, but
8410 # adding the `-m68020' flag to GCC prevents building anything better,
8411 # like `-m68040'.
8412 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8413 ;;
8414 esac
d7040cdb
SE
8415 ;;
8416
ce2cded5
L
8417 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8418 # PIC is the default for these OSes.
d7040cdb
SE
8419 ;;
8420
718a6fd8 8421 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8422 # This hack is so that the source file can tell whether it is being
8423 # built for inclusion in a dll (and should export symbols for example).
8424 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8425 # (--disable-auto-import) libraries
8426 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8427 ;;
8428
8429 darwin* | rhapsody*)
ce2cded5
L
8430 # PIC is the default on this platform
8431 # Common symbols not allowed in MH_DYLIB files
8432 lt_prog_compiler_pic='-fno-common'
8433 ;;
8434
3725885a
RW
8435 haiku*)
8436 # PIC is the default for Haiku.
8437 # The "-static" flag exists, but is broken.
8438 lt_prog_compiler_static=
8439 ;;
8440
ce2cded5 8441 hpux*)
718a6fd8
SE
8442 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8443 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8444 # sets the default TLS model and affects inlining.
ce2cded5 8445 case $host_cpu in
718a6fd8 8446 hppa*64*)
ce2cded5 8447 # +Z the default
d7040cdb 8448 ;;
ce2cded5
L
8449 *)
8450 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8451 ;;
8452 esac
ce2cded5 8453 ;;
d7040cdb 8454
ce2cded5
L
8455 interix[3-9]*)
8456 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8457 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8458 ;;
8459
ce2cded5
L
8460 msdosdjgpp*)
8461 # Just because we use GCC doesn't mean we suddenly get shared libraries
8462 # on systems that don't support them.
8463 lt_prog_compiler_can_build_shared=no
8464 enable_shared=no
d7040cdb
SE
8465 ;;
8466
ce2cded5
L
8467 *nto* | *qnx*)
8468 # QNX uses GNU C++, but need to define -shared option too, otherwise
8469 # it will coredump.
8470 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8471 ;;
8472
ce2cded5
L
8473 sysv4*MP*)
8474 if test -d /usr/nec; then
8475 lt_prog_compiler_pic=-Kconform_pic
8476 fi
d7040cdb
SE
8477 ;;
8478
ce2cded5
L
8479 *)
8480 lt_prog_compiler_pic='-fPIC'
d7040cdb 8481 ;;
ce2cded5 8482 esac
3725885a
RW
8483
8484 case $cc_basename in
8485 nvcc*) # Cuda Compiler Driver 2.2
8486 lt_prog_compiler_wl='-Xlinker '
8487 lt_prog_compiler_pic='-Xcompiler -fPIC'
8488 ;;
8489 esac
ce2cded5
L
8490 else
8491 # PORTME Check for flag to pass linker flags through the system compiler.
8492 case $host_os in
8493 aix*)
8494 lt_prog_compiler_wl='-Wl,'
8495 if test "$host_cpu" = ia64; then
8496 # AIX 5 now supports IA64 processor
8497 lt_prog_compiler_static='-Bstatic'
d7040cdb 8498 else
ce2cded5 8499 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8500 fi
ce2cded5 8501 ;;
d7040cdb 8502
718a6fd8 8503 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8504 # This hack is so that the source file can tell whether it is being
8505 # built for inclusion in a dll (and should export symbols for example).
8506 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8507 ;;
8508
ce2cded5
L
8509 hpux9* | hpux10* | hpux11*)
8510 lt_prog_compiler_wl='-Wl,'
8511 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8512 # not for PA HP-UX.
8513 case $host_cpu in
8514 hppa*64*|ia64*)
8515 # +Z the default
8516 ;;
8517 *)
8518 lt_prog_compiler_pic='+Z'
8519 ;;
8520 esac
8521 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8522 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8523 ;;
8524
ce2cded5
L
8525 irix5* | irix6* | nonstopux*)
8526 lt_prog_compiler_wl='-Wl,'
8527 # PIC (with -KPIC) is the default.
8528 lt_prog_compiler_static='-non_shared'
8529 ;;
d7040cdb 8530
58e24671 8531 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8532 case $cc_basename in
718a6fd8
SE
8533 # old Intel for x86_64 which still supported -KPIC.
8534 ecc*)
ce2cded5
L
8535 lt_prog_compiler_wl='-Wl,'
8536 lt_prog_compiler_pic='-KPIC'
8537 lt_prog_compiler_static='-static'
8538 ;;
718a6fd8
SE
8539 # icc used to be incompatible with GCC.
8540 # ICC 10 doesn't accept -KPIC any more.
8541 icc* | ifort*)
8542 lt_prog_compiler_wl='-Wl,'
8543 lt_prog_compiler_pic='-fPIC'
8544 lt_prog_compiler_static='-static'
8545 ;;
8546 # Lahey Fortran 8.1.
8547 lf95*)
8548 lt_prog_compiler_wl='-Wl,'
8549 lt_prog_compiler_pic='--shared'
8550 lt_prog_compiler_static='--static'
8551 ;;
3725885a 8552 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
8553 # Portland Group compilers (*not* the Pentium gcc compiler,
8554 # which looks to be a dead project)
8555 lt_prog_compiler_wl='-Wl,'
8556 lt_prog_compiler_pic='-fpic'
8557 lt_prog_compiler_static='-Bstatic'
8558 ;;
8559 ccc*)
8560 lt_prog_compiler_wl='-Wl,'
8561 # All Alpha code is PIC.
8562 lt_prog_compiler_static='-non_shared'
8563 ;;
3725885a
RW
8564 xl* | bgxl* | bgf* | mpixl*)
8565 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8566 lt_prog_compiler_wl='-Wl,'
8567 lt_prog_compiler_pic='-qpic'
8568 lt_prog_compiler_static='-qstaticlink'
8569 ;;
ce2cded5
L
8570 *)
8571 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8572 *Sun\ F* | *Sun*Fortran*)
8573 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
8574 lt_prog_compiler_pic='-KPIC'
8575 lt_prog_compiler_static='-Bstatic'
3725885a 8576 lt_prog_compiler_wl=''
d7040cdb 8577 ;;
3725885a
RW
8578 *Sun\ C*)
8579 # Sun C 5.9
ce2cded5
L
8580 lt_prog_compiler_pic='-KPIC'
8581 lt_prog_compiler_static='-Bstatic'
3725885a 8582 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8583 ;;
8584 esac
ce2cded5
L
8585 ;;
8586 esac
d7040cdb
SE
8587 ;;
8588
ce2cded5
L
8589 newsos6)
8590 lt_prog_compiler_pic='-KPIC'
8591 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8592 ;;
8593
ce2cded5
L
8594 *nto* | *qnx*)
8595 # QNX uses GNU C++, but need to define -shared option too, otherwise
8596 # it will coredump.
8597 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8598 ;;
8599
ce2cded5
L
8600 osf3* | osf4* | osf5*)
8601 lt_prog_compiler_wl='-Wl,'
8602 # All OSF/1 code is PIC.
8603 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8604 ;;
8605
ce2cded5
L
8606 rdos*)
8607 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8608 ;;
8609
8610 solaris*)
ce2cded5
L
8611 lt_prog_compiler_pic='-KPIC'
8612 lt_prog_compiler_static='-Bstatic'
8613 case $cc_basename in
f2c621e4 8614 f77* | f90* | f95*)
ce2cded5 8615 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8616 *)
ce2cded5 8617 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8618 esac
d7040cdb
SE
8619 ;;
8620
8621 sunos4*)
ce2cded5
L
8622 lt_prog_compiler_wl='-Qoption ld '
8623 lt_prog_compiler_pic='-PIC'
8624 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8625 ;;
8626
ce2cded5
L
8627 sysv4 | sysv4.2uw2* | sysv4.3*)
8628 lt_prog_compiler_wl='-Wl,'
8629 lt_prog_compiler_pic='-KPIC'
8630 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8631 ;;
8632
8633 sysv4*MP*)
ce2cded5
L
8634 if test -d /usr/nec ;then
8635 lt_prog_compiler_pic='-Kconform_pic'
8636 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8637 fi
8638 ;;
8639
ce2cded5
L
8640 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8641 lt_prog_compiler_wl='-Wl,'
8642 lt_prog_compiler_pic='-KPIC'
8643 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8644 ;;
8645
ce2cded5
L
8646 unicos*)
8647 lt_prog_compiler_wl='-Wl,'
8648 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8649 ;;
8650
8651 uts4*)
ce2cded5
L
8652 lt_prog_compiler_pic='-pic'
8653 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8654 ;;
8655
8656 *)
ce2cded5 8657 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8658 ;;
8659 esac
d7040cdb
SE
8660 fi
8661
ce2cded5
L
8662case $host_os in
8663 # For platforms which do not support PIC, -DPIC is meaningless:
8664 *djgpp*)
8665 lt_prog_compiler_pic=
8666 ;;
8667 *)
8668 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8669 ;;
8670esac
f2c621e4
AS
8671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8672$as_echo "$lt_prog_compiler_pic" >&6; }
8673
8674
8675
8676
d7040cdb
SE
8677
8678
8679#
ce2cded5 8680# Check to make sure the PIC flag actually works.
d7040cdb 8681#
ce2cded5 8682if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8684$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8685if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8686 $as_echo_n "(cached) " >&6
ce2cded5 8687else
718a6fd8 8688 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8689 ac_outfile=conftest.$ac_objext
8690 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8691 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8692 # Insert the option either (1) after the last *FLAGS variable, or
8693 # (2) before a word containing "conftest.", or (3) at the end.
8694 # Note that $ac_compile itself does not contain backslashes and begins
8695 # with a dollar sign (not a hyphen), so the echo should work correctly.
8696 # The option is referenced via a variable to avoid confusing sed.
8697 lt_compile=`echo "$ac_compile" | $SED \
8698 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8699 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8700 -e 's:$: $lt_compiler_flag:'`
3725885a 8701 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8702 (eval "$lt_compile" 2>conftest.err)
8703 ac_status=$?
8704 cat conftest.err >&5
3725885a 8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8706 if (exit $ac_status) && test -s "$ac_outfile"; then
8707 # The compiler can only warn and ignore the option if not recognized
8708 # So say no if there are warnings other than the usual output.
3725885a 8709 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8710 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8711 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8712 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8713 fi
8714 fi
8715 $RM conftest*
d7040cdb 8716
ce2cded5 8717fi
81ecdfbb
RW
8718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8719$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8720
718a6fd8 8721if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8722 case $lt_prog_compiler_pic in
8723 "" | " "*) ;;
8724 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8725 esac
8726else
8727 lt_prog_compiler_pic=
8728 lt_prog_compiler_can_build_shared=no
8729fi
d7040cdb 8730
ce2cded5 8731fi
d7040cdb
SE
8732
8733
8734
8735
8736
8737
ce2cded5
L
8738#
8739# Check to make sure the static flag actually works.
8740#
8741wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8743$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8744if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8745 $as_echo_n "(cached) " >&6
ce2cded5 8746else
718a6fd8 8747 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8748 save_LDFLAGS="$LDFLAGS"
8749 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8750 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8751 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8752 # The linker can only warn and ignore the option if not recognized
8753 # So say no if there are warnings
8754 if test -s conftest.err; then
8755 # Append any errors to the config.log.
8756 cat conftest.err 1>&5
3725885a 8757 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8758 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8759 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8760 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8761 fi
8762 else
718a6fd8 8763 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8764 fi
8765 fi
718a6fd8 8766 $RM -r conftest*
ce2cded5 8767 LDFLAGS="$save_LDFLAGS"
d7040cdb 8768
ce2cded5 8769fi
81ecdfbb
RW
8770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8771$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8772
718a6fd8 8773if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8774 :
8775else
8776 lt_prog_compiler_static=
8777fi
d7040cdb
SE
8778
8779
8780
8781
8782
8783
8784
81ecdfbb
RW
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8786$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8787if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8788 $as_echo_n "(cached) " >&6
ce2cded5
L
8789else
8790 lt_cv_prog_compiler_c_o=no
8791 $RM -r conftest 2>/dev/null
8792 mkdir conftest
8793 cd conftest
8794 mkdir out
8795 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8796
ce2cded5
L
8797 lt_compiler_flag="-o out/conftest2.$ac_objext"
8798 # Insert the option either (1) after the last *FLAGS variable, or
8799 # (2) before a word containing "conftest.", or (3) at the end.
8800 # Note that $ac_compile itself does not contain backslashes and begins
8801 # with a dollar sign (not a hyphen), so the echo should work correctly.
8802 lt_compile=`echo "$ac_compile" | $SED \
8803 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8804 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8805 -e 's:$: $lt_compiler_flag:'`
3725885a 8806 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8807 (eval "$lt_compile" 2>out/conftest.err)
8808 ac_status=$?
8809 cat out/conftest.err >&5
3725885a 8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8811 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8812 then
8813 # The compiler can only warn and ignore the option if not recognized
8814 # So say no if there are warnings
3725885a 8815 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8816 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8817 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8818 lt_cv_prog_compiler_c_o=yes
8819 fi
8820 fi
8821 chmod u+w . 2>&5
8822 $RM conftest*
8823 # SGI C++ compiler will create directory out/ii_files/ for
8824 # template instantiation
8825 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8826 $RM out/* && rmdir out
8827 cd ..
8828 $RM -r conftest
8829 $RM conftest*
d7040cdb 8830
ce2cded5 8831fi
81ecdfbb
RW
8832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8833$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8834
8835
8836
8837
8838
8839
81ecdfbb
RW
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8841$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8842if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8843 $as_echo_n "(cached) " >&6
ce2cded5
L
8844else
8845 lt_cv_prog_compiler_c_o=no
8846 $RM -r conftest 2>/dev/null
8847 mkdir conftest
8848 cd conftest
8849 mkdir out
8850 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8851
ce2cded5
L
8852 lt_compiler_flag="-o out/conftest2.$ac_objext"
8853 # Insert the option either (1) after the last *FLAGS variable, or
8854 # (2) before a word containing "conftest.", or (3) at the end.
8855 # Note that $ac_compile itself does not contain backslashes and begins
8856 # with a dollar sign (not a hyphen), so the echo should work correctly.
8857 lt_compile=`echo "$ac_compile" | $SED \
8858 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8859 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8860 -e 's:$: $lt_compiler_flag:'`
3725885a 8861 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8862 (eval "$lt_compile" 2>out/conftest.err)
8863 ac_status=$?
8864 cat out/conftest.err >&5
3725885a 8865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8866 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8867 then
8868 # The compiler can only warn and ignore the option if not recognized
8869 # So say no if there are warnings
3725885a 8870 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8871 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8872 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8873 lt_cv_prog_compiler_c_o=yes
8874 fi
8875 fi
8876 chmod u+w . 2>&5
8877 $RM conftest*
8878 # SGI C++ compiler will create directory out/ii_files/ for
8879 # template instantiation
8880 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8881 $RM out/* && rmdir out
8882 cd ..
8883 $RM -r conftest
8884 $RM conftest*
d7040cdb 8885
ce2cded5 8886fi
81ecdfbb
RW
8887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8888$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8889
8890
8891
8892
ce2cded5
L
8893hard_links="nottested"
8894if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8895 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8897$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8898 hard_links=yes
8899 $RM conftest*
8900 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8901 touch conftest.a
8902 ln conftest.a conftest.b 2>&5 || hard_links=no
8903 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8905$as_echo "$hard_links" >&6; }
ce2cded5 8906 if test "$hard_links" = no; then
81ecdfbb
RW
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8908$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8909 need_locks=warn
8910 fi
8911else
8912 need_locks=no
8913fi
d7040cdb
SE
8914
8915
8916
8917
8918
8919
81ecdfbb
RW
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8921$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8922
ce2cded5
L
8923 runpath_var=
8924 allow_undefined_flag=
8925 always_export_symbols=no
8926 archive_cmds=
8927 archive_expsym_cmds=
8928 compiler_needs_object=no
8929 enable_shared_with_static_runtimes=no
8930 export_dynamic_flag_spec=
8931 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8932 hardcode_automatic=no
8933 hardcode_direct=no
8934 hardcode_direct_absolute=no
8935 hardcode_libdir_flag_spec=
8936 hardcode_libdir_flag_spec_ld=
8937 hardcode_libdir_separator=
8938 hardcode_minus_L=no
8939 hardcode_shlibpath_var=unsupported
8940 inherit_rpath=no
8941 link_all_deplibs=unknown
8942 module_cmds=
8943 module_expsym_cmds=
8944 old_archive_from_new_cmds=
8945 old_archive_from_expsyms_cmds=
8946 thread_safe_flag_spec=
8947 whole_archive_flag_spec=
8948 # include_expsyms should be a list of space-separated symbols to be *always*
8949 # included in the symbol list
8950 include_expsyms=
8951 # exclude_expsyms can be an extended regexp of symbols to exclude
8952 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8953 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8954 # as well as any symbol that contains `d'.
718a6fd8 8955 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8956 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8957 # platforms (ab)use it in PIC code, but their linkers get confused if
8958 # the symbol is explicitly referenced. Since portable code cannot
8959 # rely on this symbol name, it's probably fine to never include it in
8960 # preloaded symbol tables.
718a6fd8 8961 # Exclude shared library initialization/finalization symbols.
ce2cded5 8962 extract_expsyms_cmds=
d7040cdb 8963
ce2cded5 8964 case $host_os in
718a6fd8 8965 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8966 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8967 # When not using gcc, we currently assume that we are using
8968 # Microsoft Visual C++.
8969 if test "$GCC" != yes; then
8970 with_gnu_ld=no
8971 fi
8972 ;;
8973 interix*)
8974 # we just hope/assume this is gcc and not c89 (= MSVC++)
8975 with_gnu_ld=yes
8976 ;;
8977 openbsd*)
8978 with_gnu_ld=no
8979 ;;
8980 esac
d7040cdb 8981
ce2cded5 8982 ld_shlibs=yes
3725885a
RW
8983
8984 # On some targets, GNU ld is compatible enough with the native linker
8985 # that we're better off using the native interface for both.
8986 lt_use_gnu_ld_interface=no
ce2cded5 8987 if test "$with_gnu_ld" = yes; then
3725885a
RW
8988 case $host_os in
8989 aix*)
8990 # The AIX port of GNU ld has always aspired to compatibility
8991 # with the native linker. However, as the warning in the GNU ld
8992 # block says, versions before 2.19.5* couldn't really create working
8993 # shared libraries, regardless of the interface used.
8994 case `$LD -v 2>&1` in
8995 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8996 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8997 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8998 *)
8999 lt_use_gnu_ld_interface=yes
9000 ;;
9001 esac
9002 ;;
9003 *)
9004 lt_use_gnu_ld_interface=yes
9005 ;;
9006 esac
9007 fi
9008
9009 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
9010 # If archive_cmds runs LD, not CC, wlarc should be empty
9011 wlarc='${wl}'
d7040cdb 9012
ce2cded5
L
9013 # Set some defaults for GNU ld with shared library support. These
9014 # are reset later if shared libraries are not supported. Putting them
9015 # here allows them to be overridden if necessary.
9016 runpath_var=LD_RUN_PATH
9017 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9018 export_dynamic_flag_spec='${wl}--export-dynamic'
9019 # ancient GNU ld didn't support --whole-archive et. al.
9020 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9021 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9022 else
9023 whole_archive_flag_spec=
9024 fi
9025 supports_anon_versioning=no
9026 case `$LD -v 2>&1` in
3725885a 9027 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
9028 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9029 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9030 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9031 *\ 2.11.*) ;; # other 2.11 versions
9032 *) supports_anon_versioning=yes ;;
9033 esac
d7040cdb 9034
ce2cded5
L
9035 # See if GNU ld supports shared libraries.
9036 case $host_os in
50e7d84b 9037 aix[3-9]*)
ce2cded5
L
9038 # On AIX/PPC, the GNU linker is very broken
9039 if test "$host_cpu" != ia64; then
9040 ld_shlibs=no
9041 cat <<_LT_EOF 1>&2
d7040cdb 9042
3725885a 9043*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
9044*** to be unable to reliably create shared libraries on AIX.
9045*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9046*** really care for shared libraries, you may want to install binutils
9047*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9048*** You will then need to restart the configuration process.
d7040cdb 9049
ce2cded5
L
9050_LT_EOF
9051 fi
9052 ;;
d7040cdb 9053
ce2cded5 9054 amigaos*)
718a6fd8
SE
9055 case $host_cpu in
9056 powerpc)
9057 # see comment about AmigaOS4 .so support
9058 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9059 archive_expsym_cmds=''
9060 ;;
9061 m68k)
9062 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9063 hardcode_libdir_flag_spec='-L$libdir'
9064 hardcode_minus_L=yes
9065 ;;
9066 esac
ce2cded5 9067 ;;
d7040cdb 9068
ce2cded5
L
9069 beos*)
9070 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9071 allow_undefined_flag=unsupported
9072 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9073 # support --undefined. This deserves some investigation. FIXME
9074 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9075 else
9076 ld_shlibs=no
9077 fi
9078 ;;
d7040cdb 9079
718a6fd8 9080 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9081 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9082 # as there is no search path for DLLs.
9083 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9084 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
9085 allow_undefined_flag=unsupported
9086 always_export_symbols=no
9087 enable_shared_with_static_runtimes=yes
f2c621e4 9088 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 9089
ce2cded5
L
9090 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9091 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9092 # If the export-symbols file already is a .def file (1st line
9093 # is EXPORTS), use it as is; otherwise, prepend...
9094 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9095 cp $export_symbols $output_objdir/$soname.def;
9096 else
9097 echo EXPORTS > $output_objdir/$soname.def;
9098 cat $export_symbols >> $output_objdir/$soname.def;
9099 fi~
9100 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9101 else
9102 ld_shlibs=no
9103 fi
9104 ;;
d7040cdb 9105
3725885a
RW
9106 haiku*)
9107 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9108 link_all_deplibs=yes
9109 ;;
9110
ce2cded5
L
9111 interix[3-9]*)
9112 hardcode_direct=no
9113 hardcode_shlibpath_var=no
9114 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9115 export_dynamic_flag_spec='${wl}-E'
9116 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9117 # Instead, shared libraries are loaded at an image base (0x10000000 by
9118 # default) and relocated if they conflict, which is a slow very memory
9119 # consuming and fragmenting process. To avoid this, we pick a random,
9120 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9121 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9122 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9123 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9124 ;;
d7040cdb 9125
58e24671 9126 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
9127 tmp_diet=no
9128 if test "$host_os" = linux-dietlibc; then
9129 case $cc_basename in
9130 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9131 esac
9132 fi
9133 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9134 && test "$tmp_diet" = no
9135 then
6e733cce 9136 tmp_addflag=' $pic_flag'
718a6fd8 9137 tmp_sharedflag='-shared'
ce2cded5
L
9138 case $cc_basename,$host_cpu in
9139 pgcc*) # Portland Group C compiler
3725885a 9140 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
ce2cded5
L
9141 tmp_addflag=' $pic_flag'
9142 ;;
3725885a
RW
9143 pgf77* | pgf90* | pgf95* | pgfortran*)
9144 # Portland Group f77 and f90 compilers
9145 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
ce2cded5
L
9146 tmp_addflag=' $pic_flag -Mnomain' ;;
9147 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9148 tmp_addflag=' -i_dynamic' ;;
9149 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9150 tmp_addflag=' -i_dynamic -nofor_main' ;;
9151 ifc* | ifort*) # Intel Fortran compiler
9152 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9153 lf95*) # Lahey Fortran 8.1
9154 whole_archive_flag_spec=
9155 tmp_sharedflag='--shared' ;;
3725885a 9156 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9157 tmp_sharedflag='-qmkshrobj'
9158 tmp_addflag= ;;
3725885a
RW
9159 nvcc*) # Cuda Compiler Driver 2.2
9160 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9161 compiler_needs_object=yes
9162 ;;
ce2cded5
L
9163 esac
9164 case `$CC -V 2>&1 | sed 5q` in
9165 *Sun\ C*) # Sun C 5.9
3725885a 9166 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
ce2cded5
L
9167 compiler_needs_object=yes
9168 tmp_sharedflag='-G' ;;
9169 *Sun\ F*) # Sun Fortran 8.3
9170 tmp_sharedflag='-G' ;;
ce2cded5
L
9171 esac
9172 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9173
ce2cded5
L
9174 if test "x$supports_anon_versioning" = xyes; then
9175 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9176 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9177 echo "local: *; };" >> $output_objdir/$libname.ver~
9178 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9179 fi
718a6fd8
SE
9180
9181 case $cc_basename in
3725885a 9182 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9183 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9184 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9185 hardcode_libdir_flag_spec=
9186 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9187 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9188 if test "x$supports_anon_versioning" = xyes; then
9189 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9190 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9191 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9192 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9193 fi
9194 ;;
9195 esac
ce2cded5
L
9196 else
9197 ld_shlibs=no
9198 fi
9199 ;;
d7040cdb 9200
ce2cded5
L
9201 netbsd*)
9202 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9203 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9204 wlarc=
9205 else
f2c621e4
AS
9206 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9207 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9208 fi
9209 ;;
d7040cdb 9210
ce2cded5
L
9211 solaris*)
9212 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9213 ld_shlibs=no
9214 cat <<_LT_EOF 1>&2
d7040cdb 9215
ce2cded5
L
9216*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9217*** create shared libraries on Solaris systems. Therefore, libtool
9218*** is disabling shared libraries support. We urge you to upgrade GNU
9219*** binutils to release 2.9.1 or newer. Another option is to modify
9220*** your PATH or compiler configuration so that the native linker is
9221*** used, and then restart.
d7040cdb 9222
ce2cded5
L
9223_LT_EOF
9224 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9225 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9226 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9227 else
9228 ld_shlibs=no
9229 fi
9230 ;;
d7040cdb 9231
ce2cded5
L
9232 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9233 case `$LD -v 2>&1` in
9234 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9235 ld_shlibs=no
9236 cat <<_LT_EOF 1>&2
d7040cdb 9237
ce2cded5
L
9238*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9239*** reliably create shared libraries on SCO systems. Therefore, libtool
9240*** is disabling shared libraries support. We urge you to upgrade GNU
9241*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9242*** your PATH or compiler configuration so that the native linker is
9243*** used, and then restart.
d7040cdb 9244
ce2cded5
L
9245_LT_EOF
9246 ;;
9247 *)
9248 # For security reasons, it is highly recommended that you always
9249 # use absolute paths for naming shared libraries, and exclude the
9250 # DT_RUNPATH tag from executables and libraries. But doing so
9251 # requires that you compile everything twice, which is a pain.
9252 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9253 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9254 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9255 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9256 else
9257 ld_shlibs=no
9258 fi
9259 ;;
9260 esac
9261 ;;
d7040cdb 9262
ce2cded5
L
9263 sunos4*)
9264 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9265 wlarc=
9266 hardcode_direct=yes
9267 hardcode_shlibpath_var=no
9268 ;;
d7040cdb 9269
ce2cded5
L
9270 *)
9271 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9272 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9273 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9274 else
9275 ld_shlibs=no
9276 fi
9277 ;;
9278 esac
d7040cdb 9279
ce2cded5
L
9280 if test "$ld_shlibs" = no; then
9281 runpath_var=
9282 hardcode_libdir_flag_spec=
9283 export_dynamic_flag_spec=
9284 whole_archive_flag_spec=
9285 fi
9286 else
9287 # PORTME fill in a description of your system's linker (not GNU ld)
9288 case $host_os in
9289 aix3*)
9290 allow_undefined_flag=unsupported
9291 always_export_symbols=yes
9292 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9293 # Note: this linker hardcodes the directories in LIBPATH if there
9294 # are no directories specified by -L.
9295 hardcode_minus_L=yes
9296 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9297 # Neither direct hardcoding nor static linking is supported with a
9298 # broken collect2.
9299 hardcode_direct=unsupported
9300 fi
9301 ;;
d7040cdb 9302
50e7d84b 9303 aix[4-9]*)
ce2cded5
L
9304 if test "$host_cpu" = ia64; then
9305 # On IA64, the linker does run time linking by default, so we don't
9306 # have to do anything special.
9307 aix_use_runtimelinking=no
9308 exp_sym_flag='-Bexport'
9309 no_entry_flag=""
9310 else
9311 # If we're using GNU nm, then we don't want the "-C" option.
9312 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9313 # Also, AIX nm treats weak defined symbols like other global
9314 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 9315 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9316 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
ce2cded5 9317 else
5c14705f 9318 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
ce2cded5
L
9319 fi
9320 aix_use_runtimelinking=no
d7040cdb 9321
ce2cded5
L
9322 # Test if we are trying to use run time linking or normal
9323 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9324 # need to do runtime linking.
50e7d84b 9325 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
9326 for ld_flag in $LDFLAGS; do
9327 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9328 aix_use_runtimelinking=yes
9329 break
9330 fi
9331 done
9332 ;;
9333 esac
d7040cdb 9334
ce2cded5
L
9335 exp_sym_flag='-bexport'
9336 no_entry_flag='-bnoentry'
9337 fi
d7040cdb 9338
ce2cded5
L
9339 # When large executables or shared objects are built, AIX ld can
9340 # have problems creating the table of contents. If linking a library
9341 # or program results in "error TOC overflow" add -mminimal-toc to
9342 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9343 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9344
ce2cded5
L
9345 archive_cmds=''
9346 hardcode_direct=yes
9347 hardcode_direct_absolute=yes
9348 hardcode_libdir_separator=':'
9349 link_all_deplibs=yes
9350 file_list_spec='${wl}-f,'
d7040cdb 9351
ce2cded5
L
9352 if test "$GCC" = yes; then
9353 case $host_os in aix4.[012]|aix4.[012].*)
9354 # We only want to do this on AIX 4.2 and lower, the check
9355 # below for broken collect2 doesn't work under 4.3+
9356 collect2name=`${CC} -print-prog-name=collect2`
9357 if test -f "$collect2name" &&
9358 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9359 then
9360 # We have reworked collect2
9361 :
9362 else
9363 # We have old collect2
9364 hardcode_direct=unsupported
9365 # It fails to find uninstalled libraries when the uninstalled
9366 # path is not listed in the libpath. Setting hardcode_minus_L
9367 # to unsupported forces relinking
9368 hardcode_minus_L=yes
9369 hardcode_libdir_flag_spec='-L$libdir'
9370 hardcode_libdir_separator=
9371 fi
9372 ;;
9373 esac
9374 shared_flag='-shared'
9375 if test "$aix_use_runtimelinking" = yes; then
9376 shared_flag="$shared_flag "'${wl}-G'
9377 fi
9378 else
9379 # not using gcc
9380 if test "$host_cpu" = ia64; then
9381 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9382 # chokes on -Wl,-G. The following line is correct:
9383 shared_flag='-G'
9384 else
9385 if test "$aix_use_runtimelinking" = yes; then
9386 shared_flag='${wl}-G'
9387 else
9388 shared_flag='${wl}-bM:SRE'
9389 fi
9390 fi
9391 fi
d7040cdb 9392
718a6fd8 9393 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
9394 # It seems that -bexpall does not export symbols beginning with
9395 # underscore (_), so it is better to generate a list of symbols to export.
9396 always_export_symbols=yes
9397 if test "$aix_use_runtimelinking" = yes; then
9398 # Warning - without using the other runtime loading flags (-brtl),
9399 # -berok will link without error, but may produce a broken library.
9400 allow_undefined_flag='-berok'
9401 # Determine the default libpath from the value encoded in an
9402 # empty executable.
f2c621e4 9403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9404/* end confdefs.h. */
d7040cdb 9405
ce2cded5
L
9406int
9407main ()
9408{
d7040cdb 9409
ce2cded5
L
9410 ;
9411 return 0;
9412}
9413_ACEOF
81ecdfbb 9414if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9415
f2c621e4
AS
9416lt_aix_libpath_sed='
9417 /Import File Strings/,/^$/ {
9418 /^0/ {
9419 s/^0 *\(.*\)$/\1/
9420 p
9421 }
9422 }'
9423aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9424# Check for a 64-bit object if we didn't find anything.
9425if test -z "$aix_libpath"; then
9426 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9427fi
ce2cded5 9428fi
81ecdfbb
RW
9429rm -f core conftest.err conftest.$ac_objext \
9430 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9431if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9432
ce2cded5 9433 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9434 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ce2cded5
L
9435 else
9436 if test "$host_cpu" = ia64; then
9437 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9438 allow_undefined_flag="-z nodefs"
9439 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9440 else
9441 # Determine the default libpath from the value encoded in an
9442 # empty executable.
f2c621e4 9443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9444/* end confdefs.h. */
d7040cdb 9445
ce2cded5
L
9446int
9447main ()
9448{
d7040cdb 9449
ce2cded5
L
9450 ;
9451 return 0;
9452}
9453_ACEOF
81ecdfbb 9454if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9455
f2c621e4
AS
9456lt_aix_libpath_sed='
9457 /Import File Strings/,/^$/ {
9458 /^0/ {
9459 s/^0 *\(.*\)$/\1/
9460 p
9461 }
9462 }'
9463aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9464# Check for a 64-bit object if we didn't find anything.
9465if test -z "$aix_libpath"; then
9466 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9467fi
ce2cded5 9468fi
81ecdfbb
RW
9469rm -f core conftest.err conftest.$ac_objext \
9470 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9471if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9472
ce2cded5
L
9473 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9474 # Warning - without using the other run time loading flags,
9475 # -berok will link without error, but may produce a broken library.
9476 no_undefined_flag=' ${wl}-bernotok'
9477 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9478 if test "$with_gnu_ld" = yes; then
9479 # We only use this code for GNU lds that support --whole-archive.
9480 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9481 else
9482 # Exported symbols can be pulled into shared objects from archives
9483 whole_archive_flag_spec='$convenience'
9484 fi
ce2cded5
L
9485 archive_cmds_need_lc=yes
9486 # This is similar to how AIX traditionally builds its shared libraries.
9487 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9488 fi
9489 fi
9490 ;;
d7040cdb 9491
ce2cded5 9492 amigaos*)
718a6fd8
SE
9493 case $host_cpu in
9494 powerpc)
9495 # see comment about AmigaOS4 .so support
9496 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9497 archive_expsym_cmds=''
9498 ;;
9499 m68k)
9500 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9501 hardcode_libdir_flag_spec='-L$libdir'
9502 hardcode_minus_L=yes
9503 ;;
9504 esac
ce2cded5 9505 ;;
d7040cdb 9506
ce2cded5
L
9507 bsdi[45]*)
9508 export_dynamic_flag_spec=-rdynamic
9509 ;;
d7040cdb 9510
718a6fd8 9511 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9512 # When not using gcc, we currently assume that we are using
9513 # Microsoft Visual C++.
9514 # hardcode_libdir_flag_spec is actually meaningless, as there is
9515 # no search path for DLLs.
f2c621e4
AS
9516 hardcode_libdir_flag_spec=' '
9517 allow_undefined_flag=unsupported
9518 # Tell ltmain to make .lib files, not .a files.
9519 libext=lib
9520 # Tell ltmain to make .dll files, not .so files.
9521 shrext_cmds=".dll"
9522 # FIXME: Setting linknames here is a bad hack.
9523 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9524 # The linker will automatically build a .lib file if we build a DLL.
9525 old_archive_from_new_cmds='true'
9526 # FIXME: Should let the user specify the lib program.
9527 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9528 fix_srcfile_path='`cygpath -w "$srcfile"`'
9529 enable_shared_with_static_runtimes=yes
ce2cded5 9530 ;;
d7040cdb 9531
ce2cded5 9532 darwin* | rhapsody*)
d7040cdb 9533
718a6fd8
SE
9534
9535 archive_cmds_need_lc=no
9536 hardcode_direct=no
9537 hardcode_automatic=yes
9538 hardcode_shlibpath_var=unsupported
3725885a
RW
9539 if test "$lt_cv_ld_force_load" = "yes"; then
9540 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9541 else
9542 whole_archive_flag_spec=''
9543 fi
718a6fd8
SE
9544 link_all_deplibs=yes
9545 allow_undefined_flag="$_lt_dar_allow_undefined"
9546 case $cc_basename in
9547 ifort*) _lt_dar_can_shared=yes ;;
9548 *) _lt_dar_can_shared=$GCC ;;
9549 esac
9550 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9551 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9552 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9553 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9554 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9555 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9556
9557 else
9558 ld_shlibs=no
9559 fi
9560
ce2cded5 9561 ;;
d7040cdb 9562
ce2cded5
L
9563 dgux*)
9564 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9565 hardcode_libdir_flag_spec='-L$libdir'
9566 hardcode_shlibpath_var=no
9567 ;;
d7040cdb 9568
ce2cded5
L
9569 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9570 # support. Future versions do this automatically, but an explicit c++rt0.o
9571 # does not break anything, and helps significantly (at the cost of a little
9572 # extra space).
9573 freebsd2.2*)
9574 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9575 hardcode_libdir_flag_spec='-R$libdir'
9576 hardcode_direct=yes
9577 hardcode_shlibpath_var=no
9578 ;;
d7040cdb 9579
ce2cded5 9580 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9581 freebsd2.*)
ce2cded5
L
9582 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_direct=yes
9584 hardcode_minus_L=yes
9585 hardcode_shlibpath_var=no
9586 ;;
d7040cdb 9587
ce2cded5
L
9588 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9589 freebsd* | dragonfly*)
f2c621e4 9590 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9591 hardcode_libdir_flag_spec='-R$libdir'
9592 hardcode_direct=yes
9593 hardcode_shlibpath_var=no
9594 ;;
d7040cdb 9595
ce2cded5
L
9596 hpux9*)
9597 if test "$GCC" = yes; then
f2c621e4 9598 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
ce2cded5
L
9599 else
9600 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9601 fi
9602 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9603 hardcode_libdir_separator=:
9604 hardcode_direct=yes
d7040cdb 9605
ce2cded5
L
9606 # hardcode_minus_L: Not really in the search PATH,
9607 # but as the default location of the library.
9608 hardcode_minus_L=yes
9609 export_dynamic_flag_spec='${wl}-E'
9610 ;;
d7040cdb 9611
ce2cded5 9612 hpux10*)
3725885a 9613 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9614 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9615 else
9616 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9617 fi
9618 if test "$with_gnu_ld" = no; then
9619 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9620 hardcode_libdir_flag_spec_ld='+b $libdir'
9621 hardcode_libdir_separator=:
9622 hardcode_direct=yes
9623 hardcode_direct_absolute=yes
9624 export_dynamic_flag_spec='${wl}-E'
9625 # hardcode_minus_L: Not really in the search PATH,
9626 # but as the default location of the library.
9627 hardcode_minus_L=yes
9628 fi
9629 ;;
d7040cdb 9630
ce2cded5 9631 hpux11*)
3725885a 9632 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9633 case $host_cpu in
9634 hppa*64*)
9635 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9636 ;;
9637 ia64*)
f2c621e4 9638 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9639 ;;
9640 *)
f2c621e4 9641 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9642 ;;
9643 esac
9644 else
9645 case $host_cpu in
9646 hppa*64*)
9647 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9648 ;;
9649 ia64*)
9650 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9651 ;;
9652 *)
3725885a
RW
9653
9654 # Older versions of the 11.00 compiler do not understand -b yet
9655 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9657$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9658if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9659 $as_echo_n "(cached) " >&6
9660else
9661 lt_cv_prog_compiler__b=no
9662 save_LDFLAGS="$LDFLAGS"
9663 LDFLAGS="$LDFLAGS -b"
9664 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9665 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9666 # The linker can only warn and ignore the option if not recognized
9667 # So say no if there are warnings
9668 if test -s conftest.err; then
9669 # Append any errors to the config.log.
9670 cat conftest.err 1>&5
9671 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9672 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9673 if diff conftest.exp conftest.er2 >/dev/null; then
9674 lt_cv_prog_compiler__b=yes
9675 fi
9676 else
9677 lt_cv_prog_compiler__b=yes
9678 fi
9679 fi
9680 $RM -r conftest*
9681 LDFLAGS="$save_LDFLAGS"
9682
9683fi
9684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9685$as_echo "$lt_cv_prog_compiler__b" >&6; }
9686
9687if test x"$lt_cv_prog_compiler__b" = xyes; then
9688 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9689else
9690 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9691fi
9692
ce2cded5
L
9693 ;;
9694 esac
9695 fi
9696 if test "$with_gnu_ld" = no; then
9697 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9698 hardcode_libdir_separator=:
d7040cdb 9699
ce2cded5
L
9700 case $host_cpu in
9701 hppa*64*|ia64*)
9702 hardcode_direct=no
9703 hardcode_shlibpath_var=no
9704 ;;
9705 *)
9706 hardcode_direct=yes
9707 hardcode_direct_absolute=yes
9708 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9709
ce2cded5
L
9710 # hardcode_minus_L: Not really in the search PATH,
9711 # but as the default location of the library.
9712 hardcode_minus_L=yes
9713 ;;
9714 esac
9715 fi
9716 ;;
9717
9718 irix5* | irix6* | nonstopux*)
9719 if test "$GCC" = yes; then
f2c621e4 9720 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ce2cded5
L
9721 # Try to use the -exported_symbol ld option, if it does not
9722 # work, assume that -exports_file does not work either and
9723 # implicitly export all symbols.
f2c621e4
AS
9724 save_LDFLAGS="$LDFLAGS"
9725 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9727/* end confdefs.h. */
f2c621e4 9728int foo(void) {}
ce2cded5 9729_ACEOF
81ecdfbb 9730if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9731 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9732
d7040cdb 9733fi
81ecdfbb
RW
9734rm -f core conftest.err conftest.$ac_objext \
9735 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9736 LDFLAGS="$save_LDFLAGS"
ce2cded5 9737 else
3725885a
RW
9738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9739 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
ce2cded5
L
9740 fi
9741 archive_cmds_need_lc='no'
9742 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9743 hardcode_libdir_separator=:
9744 inherit_rpath=yes
9745 link_all_deplibs=yes
9746 ;;
d7040cdb 9747
ce2cded5
L
9748 netbsd*)
9749 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9750 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9751 else
9752 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9753 fi
9754 hardcode_libdir_flag_spec='-R$libdir'
9755 hardcode_direct=yes
9756 hardcode_shlibpath_var=no
9757 ;;
d7040cdb 9758
ce2cded5
L
9759 newsos6)
9760 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9761 hardcode_direct=yes
9762 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9763 hardcode_libdir_separator=:
9764 hardcode_shlibpath_var=no
9765 ;;
d7040cdb 9766
ce2cded5
L
9767 *nto* | *qnx*)
9768 ;;
d7040cdb 9769
ce2cded5 9770 openbsd*)
718a6fd8
SE
9771 if test -f /usr/libexec/ld.so; then
9772 hardcode_direct=yes
9773 hardcode_shlibpath_var=no
9774 hardcode_direct_absolute=yes
9775 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9776 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9777 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9778 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9779 export_dynamic_flag_spec='${wl}-E'
9780 else
9781 case $host_os in
9782 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9783 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9784 hardcode_libdir_flag_spec='-R$libdir'
9785 ;;
9786 *)
9787 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9788 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9789 ;;
9790 esac
9791 fi
9792 else
9793 ld_shlibs=no
d7040cdb
SE
9794 fi
9795 ;;
d7040cdb 9796
ce2cded5
L
9797 os2*)
9798 hardcode_libdir_flag_spec='-L$libdir'
9799 hardcode_minus_L=yes
9800 allow_undefined_flag=unsupported
3725885a 9801 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
ce2cded5
L
9802 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9803 ;;
d7040cdb 9804
ce2cded5
L
9805 osf3*)
9806 if test "$GCC" = yes; then
9807 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9808 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ce2cded5
L
9809 else
9810 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9811 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
ce2cded5
L
9812 fi
9813 archive_cmds_need_lc='no'
9814 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9815 hardcode_libdir_separator=:
9816 ;;
d7040cdb 9817
ce2cded5
L
9818 osf4* | osf5*) # as osf3* with the addition of -msym flag
9819 if test "$GCC" = yes; then
9820 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9821 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ce2cded5
L
9822 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9823 else
9824 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9825 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
ce2cded5 9826 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
3725885a 9827 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
d7040cdb 9828
ce2cded5
L
9829 # Both c and cxx compiler support -rpath directly
9830 hardcode_libdir_flag_spec='-rpath $libdir'
9831 fi
9832 archive_cmds_need_lc='no'
9833 hardcode_libdir_separator=:
9834 ;;
d7040cdb 9835
ce2cded5
L
9836 solaris*)
9837 no_undefined_flag=' -z defs'
9838 if test "$GCC" = yes; then
9839 wlarc='${wl}'
f2c621e4 9840 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9841 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9842 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
ce2cded5
L
9843 else
9844 case `$CC -V 2>&1` in
9845 *"Compilers 5.0"*)
9846 wlarc=''
9847 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9848 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9849 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9850 ;;
9851 *)
9852 wlarc='${wl}'
9853 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9854 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9855 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9856 ;;
9857 esac
9858 fi
9859 hardcode_libdir_flag_spec='-R$libdir'
9860 hardcode_shlibpath_var=no
9861 case $host_os in
9862 solaris2.[0-5] | solaris2.[0-5].*) ;;
9863 *)
9864 # The compiler driver will combine and reorder linker options,
9865 # but understands `-z linker_flag'. GCC discards it without `$wl',
9866 # but is careful enough not to reorder.
9867 # Supported since Solaris 2.6 (maybe 2.5.1?)
9868 if test "$GCC" = yes; then
9869 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9870 else
9871 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9872 fi
9873 ;;
9874 esac
9875 link_all_deplibs=yes
d7040cdb 9876 ;;
ce2cded5
L
9877
9878 sunos4*)
9879 if test "x$host_vendor" = xsequent; then
9880 # Use $CC to link under sequent, because it throws in some extra .o
9881 # files that make .init and .fini sections work.
9882 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9883 else
ce2cded5 9884 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9885 fi
ce2cded5
L
9886 hardcode_libdir_flag_spec='-L$libdir'
9887 hardcode_direct=yes
9888 hardcode_minus_L=yes
9889 hardcode_shlibpath_var=no
d7040cdb 9890 ;;
ce2cded5
L
9891
9892 sysv4)
9893 case $host_vendor in
9894 sni)
9895 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9896 hardcode_direct=yes # is this really true???
9897 ;;
9898 siemens)
9899 ## LD is ld it makes a PLAMLIB
9900 ## CC just makes a GrossModule.
9901 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9902 reload_cmds='$CC -r -o $output$reload_objs'
9903 hardcode_direct=no
9904 ;;
9905 motorola)
9906 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9907 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9908 ;;
9909 esac
9910 runpath_var='LD_RUN_PATH'
9911 hardcode_shlibpath_var=no
d7040cdb 9912 ;;
d7040cdb 9913
ce2cded5
L
9914 sysv4.3*)
9915 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9916 hardcode_shlibpath_var=no
9917 export_dynamic_flag_spec='-Bexport'
9918 ;;
d7040cdb 9919
ce2cded5
L
9920 sysv4*MP*)
9921 if test -d /usr/nec; then
9922 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9923 hardcode_shlibpath_var=no
9924 runpath_var=LD_RUN_PATH
9925 hardcode_runpath_var=yes
9926 ld_shlibs=yes
9927 fi
9928 ;;
d7040cdb 9929
ce2cded5
L
9930 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9931 no_undefined_flag='${wl}-z,text'
9932 archive_cmds_need_lc=no
9933 hardcode_shlibpath_var=no
9934 runpath_var='LD_RUN_PATH'
d7040cdb 9935
ce2cded5
L
9936 if test "$GCC" = yes; then
9937 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9939 else
9940 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9941 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9942 fi
9943 ;;
d7040cdb 9944
ce2cded5
L
9945 sysv5* | sco3.2v5* | sco5v6*)
9946 # Note: We can NOT use -z defs as we might desire, because we do not
9947 # link with -lc, and that would cause any symbols used from libc to
9948 # always be unresolved, which means just about no library would
9949 # ever link correctly. If we're not using GNU ld we use -z text
9950 # though, which does catch some bad symbols but isn't as heavy-handed
9951 # as -z defs.
9952 no_undefined_flag='${wl}-z,text'
9953 allow_undefined_flag='${wl}-z,nodefs'
9954 archive_cmds_need_lc=no
9955 hardcode_shlibpath_var=no
9956 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9957 hardcode_libdir_separator=':'
9958 link_all_deplibs=yes
9959 export_dynamic_flag_spec='${wl}-Bexport'
9960 runpath_var='LD_RUN_PATH'
d7040cdb 9961
ce2cded5
L
9962 if test "$GCC" = yes; then
9963 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9964 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9965 else
9966 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9967 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9968 fi
d7040cdb 9969 ;;
d7040cdb 9970
ce2cded5
L
9971 uts4*)
9972 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9973 hardcode_libdir_flag_spec='-L$libdir'
9974 hardcode_shlibpath_var=no
9975 ;;
d7040cdb 9976
ce2cded5
L
9977 *)
9978 ld_shlibs=no
9979 ;;
9980 esac
9981
9982 if test x$host_vendor = xsni; then
9983 case $host in
9984 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9985 export_dynamic_flag_spec='${wl}-Blargedynsym'
9986 ;;
9987 esac
d7040cdb 9988 fi
ce2cded5 9989 fi
d7040cdb 9990
81ecdfbb
RW
9991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9992$as_echo "$ld_shlibs" >&6; }
ce2cded5 9993test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9994
ce2cded5 9995with_gnu_ld=$with_gnu_ld
d7040cdb 9996
d7040cdb 9997
d7040cdb 9998
d7040cdb 9999
d7040cdb 10000
d7040cdb 10001
d7040cdb 10002
d7040cdb 10003
d7040cdb 10004
d7040cdb 10005
d7040cdb 10006
d7040cdb 10007
d7040cdb 10008
d7040cdb 10009
d7040cdb 10010
ce2cded5
L
10011#
10012# Do we need to explicitly link libc?
10013#
10014case "x$archive_cmds_need_lc" in
10015x|xyes)
10016 # Assume -lc should be added
10017 archive_cmds_need_lc=yes
d7040cdb 10018
ce2cded5
L
10019 if test "$enable_shared" = yes && test "$GCC" = yes; then
10020 case $archive_cmds in
10021 *'~'*)
10022 # FIXME: we may have to deal with multi-command sequences.
10023 ;;
10024 '$CC '*)
10025 # Test whether the compiler implicitly links with -lc since on some
10026 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10027 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10029$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10030if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10031 $as_echo_n "(cached) " >&6
39144654
RW
10032else
10033 $RM conftest*
10034 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10035
81ecdfbb 10036 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
10037 (eval $ac_compile) 2>&5
10038 ac_status=$?
81ecdfbb
RW
10039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10040 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10041 soname=conftest
10042 lib=conftest
10043 libobjs=conftest.$ac_objext
10044 deplibs=
10045 wl=$lt_prog_compiler_wl
10046 pic_flag=$lt_prog_compiler_pic
10047 compiler_flags=-v
10048 linker_flags=-v
10049 verstring=
10050 output_objdir=.
10051 libname=conftest
10052 lt_save_allow_undefined_flag=$allow_undefined_flag
10053 allow_undefined_flag=
81ecdfbb 10054 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
10055 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10056 ac_status=$?
81ecdfbb
RW
10057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10058 test $ac_status = 0; }
39144654
RW
10059 then
10060 lt_cv_archive_cmds_need_lc=no
10061 else
10062 lt_cv_archive_cmds_need_lc=yes
10063 fi
10064 allow_undefined_flag=$lt_save_allow_undefined_flag
10065 else
10066 cat conftest.err 1>&5
10067 fi
10068 $RM conftest*
10069
10070fi
81ecdfbb
RW
10071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10072$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10073 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
10074 ;;
10075 esac
d7040cdb 10076 fi
d7040cdb 10077 ;;
ce2cded5 10078esac
d7040cdb 10079
d7040cdb 10080
d7040cdb 10081
d7040cdb 10082
d7040cdb 10083
d7040cdb 10084
d7040cdb 10085
d7040cdb
SE
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
d7040cdb 10173
d7040cdb 10174
d7040cdb
SE
10175
10176
10177
10178
10179
10180
d7040cdb 10181
d7040cdb 10182
d7040cdb 10183
d7040cdb 10184
d7040cdb 10185
d7040cdb 10186
d7040cdb 10187
d7040cdb 10188
d7040cdb 10189
d7040cdb 10190
d7040cdb 10191
d7040cdb 10192
d7040cdb 10193
d7040cdb 10194
d7040cdb 10195
d7040cdb 10196
d7040cdb 10197
d7040cdb 10198
d7040cdb 10199
d7040cdb 10200
d7040cdb 10201
d7040cdb 10202
d7040cdb 10203
ce2cded5
L
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
81ecdfbb
RW
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10237$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10238
10239if test "$GCC" = yes; then
ce2cded5
L
10240 case $host_os in
10241 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10242 *) lt_awk_arg="/^libraries:/" ;;
10243 esac
3725885a
RW
10244 case $host_os in
10245 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10246 *) lt_sed_strip_eq="s,=/,/,g" ;;
10247 esac
10248 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10249 case $lt_search_path_spec in
10250 *\;*)
ce2cded5
L
10251 # if the path contains ";" then we assume it to be the separator
10252 # otherwise default to the standard path separator (i.e. ":") - it is
10253 # assumed that no part of a normal pathname contains ";" but that should
10254 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10255 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10256 ;;
10257 *)
10258 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10259 ;;
10260 esac
ce2cded5
L
10261 # Ok, now we have the path, separated by spaces, we can step through it
10262 # and add multilib dir if necessary.
10263 lt_tmp_lt_search_path_spec=
10264 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10265 for lt_sys_path in $lt_search_path_spec; do
10266 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10267 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10268 else
10269 test -d "$lt_sys_path" && \
10270 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10271 fi
10272 done
3725885a 10273 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
10274BEGIN {RS=" "; FS="/|\n";} {
10275 lt_foo="";
10276 lt_count=0;
10277 for (lt_i = NF; lt_i > 0; lt_i--) {
10278 if ($lt_i != "" && $lt_i != ".") {
10279 if ($lt_i == "..") {
10280 lt_count++;
10281 } else {
10282 if (lt_count == 0) {
10283 lt_foo="/" $lt_i lt_foo;
10284 } else {
10285 lt_count--;
10286 }
10287 }
10288 }
10289 }
10290 if (lt_foo != "") { lt_freq[lt_foo]++; }
10291 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10292}'`
3725885a
RW
10293 # AWK program above erroneously prepends '/' to C:/dos/paths
10294 # for these hosts.
10295 case $host_os in
10296 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10297 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10298 esac
10299 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10300else
ce2cded5
L
10301 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10302fi
10303library_names_spec=
10304libname_spec='lib$name'
10305soname_spec=
10306shrext_cmds=".so"
10307postinstall_cmds=
10308postuninstall_cmds=
10309finish_cmds=
10310finish_eval=
10311shlibpath_var=
10312shlibpath_overrides_runpath=unknown
10313version_type=none
10314dynamic_linker="$host_os ld.so"
10315sys_lib_dlsearch_path_spec="/lib /usr/lib"
10316need_lib_prefix=unknown
10317hardcode_into_libs=no
10318
10319# when you set need_version to no, make sure it does not cause -set_version
10320# flags to be left without arguments
10321need_version=unknown
10322
10323case $host_os in
10324aix3*)
10325 version_type=linux
10326 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10327 shlibpath_var=LIBPATH
10328
10329 # AIX 3 has no versioning support, so we append a major version to the name.
10330 soname_spec='${libname}${release}${shared_ext}$major'
10331 ;;
10332
50e7d84b 10333aix[4-9]*)
ce2cded5
L
10334 version_type=linux
10335 need_lib_prefix=no
10336 need_version=no
10337 hardcode_into_libs=yes
10338 if test "$host_cpu" = ia64; then
10339 # AIX 5 supports IA64
10340 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10341 shlibpath_var=LD_LIBRARY_PATH
10342 else
10343 # With GCC up to 2.95.x, collect2 would create an import file
10344 # for dependence libraries. The import file would start with
10345 # the line `#! .'. This would cause the generated library to
10346 # depend on `.', always an invalid library. This was fixed in
10347 # development snapshots of GCC prior to 3.0.
10348 case $host_os in
10349 aix4 | aix4.[01] | aix4.[01].*)
10350 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10351 echo ' yes '
10352 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10353 :
10354 else
10355 can_build_shared=no
10356 fi
10357 ;;
10358 esac
10359 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10360 # soname into executable. Probably we can add versioning support to
10361 # collect2, so additional links can be useful in future.
10362 if test "$aix_use_runtimelinking" = yes; then
10363 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10364 # instead of lib<name>.a to let people know that these are not
10365 # typical AIX shared libraries.
10366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10367 else
10368 # We preserve .a as extension for shared libraries through AIX4.2
10369 # and later when we are not doing run time linking.
10370 library_names_spec='${libname}${release}.a $libname.a'
10371 soname_spec='${libname}${release}${shared_ext}$major'
10372 fi
10373 shlibpath_var=LIBPATH
10374 fi
10375 ;;
10376
10377amigaos*)
718a6fd8
SE
10378 case $host_cpu in
10379 powerpc)
10380 # Since July 2007 AmigaOS4 officially supports .so libraries.
10381 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10383 ;;
10384 m68k)
ce2cded5
L
10385 library_names_spec='$libname.ixlibrary $libname.a'
10386 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10387 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
718a6fd8
SE
10388 ;;
10389 esac
ce2cded5
L
10390 ;;
10391
10392beos*)
10393 library_names_spec='${libname}${shared_ext}'
10394 dynamic_linker="$host_os ld.so"
10395 shlibpath_var=LIBRARY_PATH
10396 ;;
10397
10398bsdi[45]*)
10399 version_type=linux
10400 need_version=no
10401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10402 soname_spec='${libname}${release}${shared_ext}$major'
10403 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10404 shlibpath_var=LD_LIBRARY_PATH
10405 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10406 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10407 # the default ld.so.conf also contains /usr/contrib/lib and
10408 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10409 # libtool to hard-code these into programs
10410 ;;
10411
718a6fd8 10412cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10413 version_type=windows
10414 shrext_cmds=".dll"
10415 need_version=no
10416 need_lib_prefix=no
10417
f2c621e4
AS
10418 case $GCC,$host_os in
10419 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10420 library_names_spec='$libname.dll.a'
10421 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10422 postinstall_cmds='base_file=`basename \${file}`~
10423 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10424 dldir=$destdir/`dirname \$dlpath`~
10425 test -d \$dldir || mkdir -p \$dldir~
10426 $install_prog $dir/$dlname \$dldir/$dlname~
10427 chmod a+x \$dldir/$dlname~
10428 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10429 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10430 fi'
10431 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10432 dlpath=$dir/\$dldll~
10433 $RM \$dlpath'
10434 shlibpath_overrides_runpath=yes
10435
10436 case $host_os in
10437 cygwin*)
10438 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10439 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10440
10441 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 10442 ;;
718a6fd8 10443 mingw* | cegcc*)
ce2cded5
L
10444 # MinGW DLLs use traditional 'lib' prefix
10445 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
10446 ;;
10447 pw32*)
10448 # pw32 DLLs use 'pw' prefix rather than 'lib'
10449 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10450 ;;
10451 esac
10452 ;;
10453
10454 *)
10455 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10456 ;;
10457 esac
f2c621e4 10458 dynamic_linker='Win32 ld.exe'
ce2cded5
L
10459 # FIXME: first we should search . and the directory the executable is in
10460 shlibpath_var=PATH
10461 ;;
10462
10463darwin* | rhapsody*)
10464 dynamic_linker="$host_os dyld"
10465 version_type=darwin
10466 need_lib_prefix=no
10467 need_version=no
10468 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10469 soname_spec='${libname}${release}${major}$shared_ext'
10470 shlibpath_overrides_runpath=yes
10471 shlibpath_var=DYLD_LIBRARY_PATH
10472 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10473
10474 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10475 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10476 ;;
10477
10478dgux*)
10479 version_type=linux
10480 need_lib_prefix=no
10481 need_version=no
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10483 soname_spec='${libname}${release}${shared_ext}$major'
10484 shlibpath_var=LD_LIBRARY_PATH
10485 ;;
10486
ce2cded5
L
10487freebsd* | dragonfly*)
10488 # DragonFly does not have aout. When/if they implement a new
10489 # versioning mechanism, adjust this.
10490 if test -x /usr/bin/objformat; then
10491 objformat=`/usr/bin/objformat`
10492 else
10493 case $host_os in
6d2920c8 10494 freebsd[23].*) objformat=aout ;;
ce2cded5
L
10495 *) objformat=elf ;;
10496 esac
10497 fi
10498 version_type=freebsd-$objformat
10499 case $version_type in
10500 freebsd-elf*)
10501 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10502 need_version=no
10503 need_lib_prefix=no
10504 ;;
10505 freebsd-*)
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10507 need_version=yes
10508 ;;
10509 esac
10510 shlibpath_var=LD_LIBRARY_PATH
10511 case $host_os in
6d2920c8 10512 freebsd2.*)
ce2cded5
L
10513 shlibpath_overrides_runpath=yes
10514 ;;
10515 freebsd3.[01]* | freebsdelf3.[01]*)
10516 shlibpath_overrides_runpath=yes
10517 hardcode_into_libs=yes
10518 ;;
10519 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10520 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10521 shlibpath_overrides_runpath=no
10522 hardcode_into_libs=yes
10523 ;;
10524 *) # from 4.6 on, and DragonFly
10525 shlibpath_overrides_runpath=yes
10526 hardcode_into_libs=yes
10527 ;;
10528 esac
10529 ;;
10530
10531gnu*)
10532 version_type=linux
10533 need_lib_prefix=no
10534 need_version=no
10535 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10536 soname_spec='${libname}${release}${shared_ext}$major'
10537 shlibpath_var=LD_LIBRARY_PATH
10538 hardcode_into_libs=yes
10539 ;;
10540
3725885a
RW
10541haiku*)
10542 version_type=linux
10543 need_lib_prefix=no
10544 need_version=no
10545 dynamic_linker="$host_os runtime_loader"
10546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10547 soname_spec='${libname}${release}${shared_ext}$major'
10548 shlibpath_var=LIBRARY_PATH
10549 shlibpath_overrides_runpath=yes
f2c621e4 10550 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10551 hardcode_into_libs=yes
10552 ;;
10553
ce2cded5
L
10554hpux9* | hpux10* | hpux11*)
10555 # Give a soname corresponding to the major version so that dld.sl refuses to
10556 # link against other versions.
10557 version_type=sunos
10558 need_lib_prefix=no
10559 need_version=no
10560 case $host_cpu in
10561 ia64*)
10562 shrext_cmds='.so'
10563 hardcode_into_libs=yes
10564 dynamic_linker="$host_os dld.so"
10565 shlibpath_var=LD_LIBRARY_PATH
10566 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10567 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10568 soname_spec='${libname}${release}${shared_ext}$major'
10569 if test "X$HPUX_IA64_MODE" = X32; then
10570 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10571 else
10572 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10573 fi
10574 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10575 ;;
10576 hppa*64*)
10577 shrext_cmds='.sl'
10578 hardcode_into_libs=yes
10579 dynamic_linker="$host_os dld.sl"
10580 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10581 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10583 soname_spec='${libname}${release}${shared_ext}$major'
10584 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10585 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10586 ;;
10587 *)
10588 shrext_cmds='.sl'
10589 dynamic_linker="$host_os dld.sl"
10590 shlibpath_var=SHLIB_PATH
10591 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10593 soname_spec='${libname}${release}${shared_ext}$major'
10594 ;;
10595 esac
3725885a 10596 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 10597 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10598 # or fails outright, so override atomically:
10599 install_override_mode=555
ce2cded5
L
10600 ;;
10601
10602interix[3-9]*)
10603 version_type=linux
10604 need_lib_prefix=no
10605 need_version=no
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10609 shlibpath_var=LD_LIBRARY_PATH
10610 shlibpath_overrides_runpath=no
10611 hardcode_into_libs=yes
10612 ;;
10613
10614irix5* | irix6* | nonstopux*)
10615 case $host_os in
10616 nonstopux*) version_type=nonstopux ;;
10617 *)
10618 if test "$lt_cv_prog_gnu_ld" = yes; then
10619 version_type=linux
10620 else
10621 version_type=irix
10622 fi ;;
10623 esac
10624 need_lib_prefix=no
10625 need_version=no
10626 soname_spec='${libname}${release}${shared_ext}$major'
10627 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10628 case $host_os in
10629 irix5* | nonstopux*)
10630 libsuff= shlibsuff=
10631 ;;
10632 *)
10633 case $LD in # libtool.m4 will add one of these switches to LD
10634 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10635 libsuff= shlibsuff= libmagic=32-bit;;
10636 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10637 libsuff=32 shlibsuff=N32 libmagic=N32;;
10638 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10639 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10640 *) libsuff= shlibsuff= libmagic=never-match;;
10641 esac
10642 ;;
10643 esac
10644 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10645 shlibpath_overrides_runpath=no
10646 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10647 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10648 hardcode_into_libs=yes
10649 ;;
d7040cdb 10650
ce2cded5
L
10651# No shared lib support for Linux oldld, aout, or coff.
10652linux*oldld* | linux*aout* | linux*coff*)
10653 dynamic_linker=no
10654 ;;
10655
10656# This must be Linux ELF.
58e24671 10657linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
10658 version_type=linux
10659 need_lib_prefix=no
10660 need_version=no
10661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 soname_spec='${libname}${release}${shared_ext}$major'
10663 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10664 shlibpath_var=LD_LIBRARY_PATH
10665 shlibpath_overrides_runpath=no
39144654 10666
ce2cded5 10667 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10668 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10669 $as_echo_n "(cached) " >&6
39144654
RW
10670else
10671 lt_cv_shlibpath_overrides_runpath=no
10672 save_LDFLAGS=$LDFLAGS
10673 save_libdir=$libdir
10674 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10675 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10677/* end confdefs.h. */
10678
d7040cdb
SE
10679int
10680main ()
10681{
ce2cded5 10682
d7040cdb
SE
10683 ;
10684 return 0;
10685}
10686_ACEOF
81ecdfbb
RW
10687if ac_fn_c_try_link "$LINENO"; then :
10688 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10689 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10690fi
ce2cded5 10691fi
81ecdfbb
RW
10692rm -f core conftest.err conftest.$ac_objext \
10693 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10694 LDFLAGS=$save_LDFLAGS
10695 libdir=$save_libdir
10696
10697fi
10698
10699 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10700
10701 # This implies no fast_install, which is unacceptable.
10702 # Some rework will be needed to allow for fast_install
10703 # before this can be enabled.
10704 hardcode_into_libs=yes
10705
10706 # Append ld.so.conf contents to the search path
10707 if test -f /etc/ld.so.conf; then
3725885a 10708 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
f2c621e4 10709 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10710 fi
10711
10712 # We used to test for /lib/ld.so.1 and disable shared libraries on
10713 # powerpc, because MkLinux only supported shared libraries with the
10714 # GNU dynamic linker. Since this was broken with cross compilers,
10715 # most powerpc-linux boxes support dynamic linking these days and
10716 # people can always --disable-shared, the test was removed, and we
10717 # assume the GNU/Linux dynamic linker is in use.
10718 dynamic_linker='GNU/Linux ld.so'
10719 ;;
10720
10721netbsd*)
10722 version_type=sunos
10723 need_lib_prefix=no
10724 need_version=no
10725 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10727 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10728 dynamic_linker='NetBSD (a.out) ld.so'
10729 else
10730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10731 soname_spec='${libname}${release}${shared_ext}$major'
10732 dynamic_linker='NetBSD ld.elf_so'
10733 fi
10734 shlibpath_var=LD_LIBRARY_PATH
10735 shlibpath_overrides_runpath=yes
10736 hardcode_into_libs=yes
10737 ;;
10738
10739newsos6)
10740 version_type=linux
10741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10742 shlibpath_var=LD_LIBRARY_PATH
10743 shlibpath_overrides_runpath=yes
10744 ;;
10745
10746*nto* | *qnx*)
10747 version_type=qnx
10748 need_lib_prefix=no
10749 need_version=no
10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10751 soname_spec='${libname}${release}${shared_ext}$major'
10752 shlibpath_var=LD_LIBRARY_PATH
10753 shlibpath_overrides_runpath=no
10754 hardcode_into_libs=yes
10755 dynamic_linker='ldqnx.so'
10756 ;;
10757
10758openbsd*)
10759 version_type=sunos
10760 sys_lib_dlsearch_path_spec="/usr/lib"
10761 need_lib_prefix=no
10762 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10763 case $host_os in
10764 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10765 *) need_version=no ;;
10766 esac
10767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10768 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10769 shlibpath_var=LD_LIBRARY_PATH
10770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10771 case $host_os in
10772 openbsd2.[89] | openbsd2.[89].*)
10773 shlibpath_overrides_runpath=no
10774 ;;
10775 *)
10776 shlibpath_overrides_runpath=yes
10777 ;;
10778 esac
10779 else
10780 shlibpath_overrides_runpath=yes
10781 fi
10782 ;;
10783
10784os2*)
10785 libname_spec='$name'
10786 shrext_cmds=".dll"
10787 need_lib_prefix=no
10788 library_names_spec='$libname${shared_ext} $libname.a'
10789 dynamic_linker='OS/2 ld.exe'
10790 shlibpath_var=LIBPATH
10791 ;;
10792
10793osf3* | osf4* | osf5*)
10794 version_type=osf
10795 need_lib_prefix=no
10796 need_version=no
10797 soname_spec='${libname}${release}${shared_ext}$major'
10798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10801 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10802 ;;
10803
10804rdos*)
10805 dynamic_linker=no
10806 ;;
10807
10808solaris*)
10809 version_type=linux
10810 need_lib_prefix=no
10811 need_version=no
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10813 soname_spec='${libname}${release}${shared_ext}$major'
10814 shlibpath_var=LD_LIBRARY_PATH
10815 shlibpath_overrides_runpath=yes
10816 hardcode_into_libs=yes
10817 # ldd complains unless libraries are executable
10818 postinstall_cmds='chmod +x $lib'
10819 ;;
10820
10821sunos4*)
10822 version_type=sunos
10823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10824 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10825 shlibpath_var=LD_LIBRARY_PATH
10826 shlibpath_overrides_runpath=yes
10827 if test "$with_gnu_ld" = yes; then
10828 need_lib_prefix=no
10829 fi
10830 need_version=yes
10831 ;;
10832
10833sysv4 | sysv4.3*)
10834 version_type=linux
10835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10836 soname_spec='${libname}${release}${shared_ext}$major'
10837 shlibpath_var=LD_LIBRARY_PATH
10838 case $host_vendor in
10839 sni)
10840 shlibpath_overrides_runpath=no
10841 need_lib_prefix=no
10842 runpath_var=LD_RUN_PATH
10843 ;;
10844 siemens)
10845 need_lib_prefix=no
10846 ;;
10847 motorola)
10848 need_lib_prefix=no
10849 need_version=no
10850 shlibpath_overrides_runpath=no
10851 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10852 ;;
10853 esac
10854 ;;
10855
10856sysv4*MP*)
10857 if test -d /usr/nec ;then
10858 version_type=linux
10859 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10860 soname_spec='$libname${shared_ext}.$major'
10861 shlibpath_var=LD_LIBRARY_PATH
10862 fi
10863 ;;
10864
10865sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10866 version_type=freebsd-elf
10867 need_lib_prefix=no
10868 need_version=no
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10870 soname_spec='${libname}${release}${shared_ext}$major'
10871 shlibpath_var=LD_LIBRARY_PATH
10872 shlibpath_overrides_runpath=yes
10873 hardcode_into_libs=yes
10874 if test "$with_gnu_ld" = yes; then
10875 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10876 else
10877 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10878 case $host_os in
10879 sco3.2v5*)
10880 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10881 ;;
10882 esac
10883 fi
10884 sys_lib_dlsearch_path_spec='/usr/lib'
10885 ;;
10886
10887tpf*)
10888 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10889 version_type=linux
10890 need_lib_prefix=no
10891 need_version=no
718a6fd8 10892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10893 shlibpath_var=LD_LIBRARY_PATH
10894 shlibpath_overrides_runpath=no
10895 hardcode_into_libs=yes
10896 ;;
d7040cdb 10897
ce2cded5
L
10898uts4*)
10899 version_type=linux
10900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10901 soname_spec='${libname}${release}${shared_ext}$major'
10902 shlibpath_var=LD_LIBRARY_PATH
10903 ;;
d7040cdb 10904
ce2cded5
L
10905*)
10906 dynamic_linker=no
10907 ;;
10908esac
81ecdfbb
RW
10909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10910$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10911test "$dynamic_linker" = no && can_build_shared=no
10912
10913variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10914if test "$GCC" = yes; then
10915 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10916fi
d7040cdb 10917
718a6fd8
SE
10918if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10919 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10920fi
10921if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10922 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10923fi
10924
d7040cdb 10925
d7040cdb
SE
10926
10927
d7040cdb
SE
10928
10929
d7040cdb
SE
10930
10931
d7040cdb
SE
10932
10933
d7040cdb
SE
10934
10935
d7040cdb 10936
d7040cdb 10937
d7040cdb 10938
d7040cdb 10939
d7040cdb 10940
d7040cdb 10941
d7040cdb 10942
d7040cdb 10943
d7040cdb 10944
d7040cdb 10945
d7040cdb 10946
d7040cdb 10947
d7040cdb 10948
d7040cdb 10949
d7040cdb
SE
10950
10951
d7040cdb 10952
d7040cdb 10953
d7040cdb 10954
d7040cdb 10955
d7040cdb 10956
d7040cdb 10957
d7040cdb 10958
d7040cdb 10959
d7040cdb 10960
d7040cdb
SE
10961
10962
d7040cdb 10963
d7040cdb 10964
d7040cdb 10965
d7040cdb
SE
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
d7040cdb
SE
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
d7040cdb 10995
d7040cdb 10996
d7040cdb 10997
d7040cdb 10998
d7040cdb
SE
10999
11000
11001
11002
ce2cded5
L
11003
11004
3725885a
RW
11005
11006
11007
11008
11009
ce2cded5
L
11010
11011
11012
11013
11014
11015
81ecdfbb
RW
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11017$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
11018hardcode_action=
11019if test -n "$hardcode_libdir_flag_spec" ||
11020 test -n "$runpath_var" ||
11021 test "X$hardcode_automatic" = "Xyes" ; then
11022
11023 # We can hardcode non-existent directories.
11024 if test "$hardcode_direct" != no &&
11025 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11026 # have to relink, otherwise we might link with an installed library
11027 # when we should be linking with a yet-to-be-installed one
11028 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11029 test "$hardcode_minus_L" != no; then
11030 # Linking always hardcodes the temporary library directory.
11031 hardcode_action=relink
11032 else
11033 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11034 hardcode_action=immediate
11035 fi
11036else
11037 # We cannot hardcode anything, or else we can only hardcode existing
11038 # directories.
11039 hardcode_action=unsupported
11040fi
81ecdfbb
RW
11041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11042$as_echo "$hardcode_action" >&6; }
ce2cded5
L
11043
11044if test "$hardcode_action" = relink ||
11045 test "$inherit_rpath" = yes; then
11046 # Fast installation is not supported
11047 enable_fast_install=no
11048elif test "$shlibpath_overrides_runpath" = yes ||
11049 test "$enable_shared" = no; then
11050 # Fast installation is not necessary
11051 enable_fast_install=needless
d7040cdb 11052fi
d7040cdb 11053
d7040cdb
SE
11054
11055
11056
11057
11058
ce2cded5
L
11059 if test "x$enable_dlopen" != xyes; then
11060 enable_dlopen=unknown
11061 enable_dlopen_self=unknown
11062 enable_dlopen_self_static=unknown
11063else
11064 lt_cv_dlopen=no
11065 lt_cv_dlopen_libs=
11066
11067 case $host_os in
11068 beos*)
11069 lt_cv_dlopen="load_add_on"
11070 lt_cv_dlopen_libs=
11071 lt_cv_dlopen_self=yes
11072 ;;
d7040cdb 11073
718a6fd8 11074 mingw* | pw32* | cegcc*)
ce2cded5
L
11075 lt_cv_dlopen="LoadLibrary"
11076 lt_cv_dlopen_libs=
11077 ;;
d7040cdb 11078
ce2cded5
L
11079 cygwin*)
11080 lt_cv_dlopen="dlopen"
11081 lt_cv_dlopen_libs=
11082 ;;
d7040cdb 11083
ce2cded5
L
11084 darwin*)
11085 # if libdl is installed we need to link against it
81ecdfbb
RW
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11087$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11088if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11089 $as_echo_n "(cached) " >&6
ce2cded5
L
11090else
11091 ac_check_lib_save_LIBS=$LIBS
11092LIBS="-ldl $LIBS"
81ecdfbb 11093cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11094/* end confdefs.h. */
d7040cdb 11095
81ecdfbb
RW
11096/* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
ce2cded5
L
11099#ifdef __cplusplus
11100extern "C"
11101#endif
ce2cded5
L
11102char dlopen ();
11103int
11104main ()
11105{
81ecdfbb 11106return dlopen ();
ce2cded5
L
11107 ;
11108 return 0;
11109}
11110_ACEOF
81ecdfbb 11111if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11112 ac_cv_lib_dl_dlopen=yes
11113else
81ecdfbb 11114 ac_cv_lib_dl_dlopen=no
ce2cded5 11115fi
81ecdfbb
RW
11116rm -f core conftest.err conftest.$ac_objext \
11117 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11118LIBS=$ac_check_lib_save_LIBS
11119fi
81ecdfbb
RW
11120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11121$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11122if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5
L
11123 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11124else
d7040cdb 11125
ce2cded5
L
11126 lt_cv_dlopen="dyld"
11127 lt_cv_dlopen_libs=
11128 lt_cv_dlopen_self=yes
d7040cdb 11129
ce2cded5 11130fi
d7040cdb 11131
ce2cded5 11132 ;;
d7040cdb 11133
ce2cded5 11134 *)
81ecdfbb 11135 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11136if test "x$ac_cv_func_shl_load" = xyes; then :
ce2cded5
L
11137 lt_cv_dlopen="shl_load"
11138else
81ecdfbb
RW
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11140$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11141if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11142 $as_echo_n "(cached) " >&6
ce2cded5
L
11143else
11144 ac_check_lib_save_LIBS=$LIBS
11145LIBS="-ldld $LIBS"
81ecdfbb 11146cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11147/* end confdefs.h. */
d7040cdb 11148
81ecdfbb
RW
11149/* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
ce2cded5
L
11152#ifdef __cplusplus
11153extern "C"
11154#endif
ce2cded5
L
11155char shl_load ();
11156int
11157main ()
11158{
81ecdfbb 11159return shl_load ();
ce2cded5
L
11160 ;
11161 return 0;
11162}
d7040cdb 11163_ACEOF
81ecdfbb 11164if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11165 ac_cv_lib_dld_shl_load=yes
11166else
81ecdfbb 11167 ac_cv_lib_dld_shl_load=no
d7040cdb 11168fi
81ecdfbb
RW
11169rm -f core conftest.err conftest.$ac_objext \
11170 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11171LIBS=$ac_check_lib_save_LIBS
11172fi
81ecdfbb
RW
11173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11174$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11175if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 11176 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 11177else
81ecdfbb 11178 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11179if test "x$ac_cv_func_dlopen" = xyes; then :
ce2cded5
L
11180 lt_cv_dlopen="dlopen"
11181else
81ecdfbb
RW
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11183$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11184if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11185 $as_echo_n "(cached) " >&6
d7040cdb 11186else
ce2cded5
L
11187 ac_check_lib_save_LIBS=$LIBS
11188LIBS="-ldl $LIBS"
81ecdfbb 11189cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11190/* end confdefs.h. */
d7040cdb 11191
81ecdfbb
RW
11192/* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
ce2cded5
L
11195#ifdef __cplusplus
11196extern "C"
11197#endif
ce2cded5 11198char dlopen ();
d7040cdb
SE
11199int
11200main ()
11201{
81ecdfbb 11202return dlopen ();
d7040cdb
SE
11203 ;
11204 return 0;
11205}
11206_ACEOF
81ecdfbb 11207if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11208 ac_cv_lib_dl_dlopen=yes
11209else
81ecdfbb 11210 ac_cv_lib_dl_dlopen=no
ce2cded5 11211fi
81ecdfbb
RW
11212rm -f core conftest.err conftest.$ac_objext \
11213 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11214LIBS=$ac_check_lib_save_LIBS
11215fi
81ecdfbb
RW
11216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11217$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11218if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5
L
11219 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11220else
81ecdfbb
RW
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11222$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11223if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11224 $as_echo_n "(cached) " >&6
ce2cded5
L
11225else
11226 ac_check_lib_save_LIBS=$LIBS
11227LIBS="-lsvld $LIBS"
81ecdfbb 11228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11229/* end confdefs.h. */
d7040cdb 11230
81ecdfbb
RW
11231/* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
ce2cded5
L
11234#ifdef __cplusplus
11235extern "C"
11236#endif
ce2cded5 11237char dlopen ();
d7040cdb
SE
11238int
11239main ()
11240{
81ecdfbb 11241return dlopen ();
d7040cdb
SE
11242 ;
11243 return 0;
11244}
11245_ACEOF
81ecdfbb 11246if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11247 ac_cv_lib_svld_dlopen=yes
d7040cdb 11248else
81ecdfbb 11249 ac_cv_lib_svld_dlopen=no
d7040cdb 11250fi
81ecdfbb
RW
11251rm -f core conftest.err conftest.$ac_objext \
11252 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11253LIBS=$ac_check_lib_save_LIBS
11254fi
81ecdfbb
RW
11255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11256$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11257if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
ce2cded5
L
11258 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11259else
81ecdfbb
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11261$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11262if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11263 $as_echo_n "(cached) " >&6
d7040cdb 11264else
ce2cded5
L
11265 ac_check_lib_save_LIBS=$LIBS
11266LIBS="-ldld $LIBS"
81ecdfbb 11267cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11268/* end confdefs.h. */
ce2cded5 11269
81ecdfbb
RW
11270/* Override any GCC internal prototype to avoid an error.
11271 Use char because int might match the return type of a GCC
11272 builtin and then its argument prototype would still apply. */
ce2cded5
L
11273#ifdef __cplusplus
11274extern "C"
11275#endif
ce2cded5 11276char dld_link ();
d7040cdb
SE
11277int
11278main ()
11279{
81ecdfbb 11280return dld_link ();
d7040cdb
SE
11281 ;
11282 return 0;
11283}
11284_ACEOF
81ecdfbb 11285if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11286 ac_cv_lib_dld_dld_link=yes
11287else
81ecdfbb 11288 ac_cv_lib_dld_dld_link=no
d7040cdb 11289fi
81ecdfbb
RW
11290rm -f core conftest.err conftest.$ac_objext \
11291 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11292LIBS=$ac_check_lib_save_LIBS
11293fi
81ecdfbb
RW
11294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11295$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11296if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11297 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
11298fi
11299
11300
11301fi
11302
11303
11304fi
11305
11306
11307fi
11308
11309
11310fi
11311
11312
11313fi
11314
11315 ;;
11316 esac
11317
11318 if test "x$lt_cv_dlopen" != xno; then
11319 enable_dlopen=yes
d7040cdb 11320 else
ce2cded5 11321 enable_dlopen=no
d7040cdb 11322 fi
ce2cded5
L
11323
11324 case $lt_cv_dlopen in
11325 dlopen)
11326 save_CPPFLAGS="$CPPFLAGS"
11327 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11328
11329 save_LDFLAGS="$LDFLAGS"
11330 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11331
11332 save_LIBS="$LIBS"
11333 LIBS="$lt_cv_dlopen_libs $LIBS"
11334
81ecdfbb
RW
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11336$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11337if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11338 $as_echo_n "(cached) " >&6
d7040cdb 11339else
ce2cded5
L
11340 if test "$cross_compiling" = yes; then :
11341 lt_cv_dlopen_self=cross
11342else
11343 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11344 lt_status=$lt_dlunknown
11345 cat > conftest.$ac_ext <<_LT_EOF
6f2117ba 11346#line 11346 "configure"
ce2cded5
L
11347#include "confdefs.h"
11348
11349#if HAVE_DLFCN_H
11350#include <dlfcn.h>
11351#endif
11352
11353#include <stdio.h>
11354
11355#ifdef RTLD_GLOBAL
11356# define LT_DLGLOBAL RTLD_GLOBAL
11357#else
11358# ifdef DL_GLOBAL
11359# define LT_DLGLOBAL DL_GLOBAL
11360# else
11361# define LT_DLGLOBAL 0
11362# endif
11363#endif
11364
11365/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11366 find out it does not work in some platform. */
11367#ifndef LT_DLLAZY_OR_NOW
11368# ifdef RTLD_LAZY
11369# define LT_DLLAZY_OR_NOW RTLD_LAZY
11370# else
11371# ifdef DL_LAZY
11372# define LT_DLLAZY_OR_NOW DL_LAZY
11373# else
11374# ifdef RTLD_NOW
11375# define LT_DLLAZY_OR_NOW RTLD_NOW
11376# else
11377# ifdef DL_NOW
11378# define LT_DLLAZY_OR_NOW DL_NOW
11379# else
11380# define LT_DLLAZY_OR_NOW 0
11381# endif
11382# endif
11383# endif
11384# endif
11385#endif
11386
3725885a
RW
11387/* When -fvisbility=hidden is used, assume the code has been annotated
11388 correspondingly for the symbols needed. */
11389#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11390void fnord () __attribute__((visibility("default")));
3725885a
RW
11391#endif
11392
f2c621e4 11393void fnord () { int i=42; }
ce2cded5
L
11394int main ()
11395{
11396 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11397 int status = $lt_dlunknown;
11398
11399 if (self)
11400 {
11401 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11402 else
11403 {
11404 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11405 else puts (dlerror ());
11406 }
ce2cded5
L
11407 /* dlclose (self); */
11408 }
11409 else
11410 puts (dlerror ());
11411
718a6fd8 11412 return status;
ce2cded5
L
11413}
11414_LT_EOF
81ecdfbb 11415 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
11416 (eval $ac_link) 2>&5
11417 ac_status=$?
81ecdfbb
RW
11418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11419 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11420 (./conftest; exit; ) >&5 2>/dev/null
11421 lt_status=$?
11422 case x$lt_status in
11423 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11424 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11425 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11426 esac
11427 else :
11428 # compilation failed
11429 lt_cv_dlopen_self=no
11430 fi
11431fi
11432rm -fr conftest*
11433
d7040cdb
SE
11434
11435fi
81ecdfbb
RW
11436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11437$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
11438
11439 if test "x$lt_cv_dlopen_self" = xyes; then
11440 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11442$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11443if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11444 $as_echo_n "(cached) " >&6
d7040cdb 11445else
ce2cded5
L
11446 if test "$cross_compiling" = yes; then :
11447 lt_cv_dlopen_self_static=cross
11448else
11449 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11450 lt_status=$lt_dlunknown
11451 cat > conftest.$ac_ext <<_LT_EOF
6f2117ba 11452#line 11452 "configure"
ce2cded5
L
11453#include "confdefs.h"
11454
11455#if HAVE_DLFCN_H
11456#include <dlfcn.h>
11457#endif
11458
11459#include <stdio.h>
11460
11461#ifdef RTLD_GLOBAL
11462# define LT_DLGLOBAL RTLD_GLOBAL
11463#else
11464# ifdef DL_GLOBAL
11465# define LT_DLGLOBAL DL_GLOBAL
11466# else
11467# define LT_DLGLOBAL 0
11468# endif
11469#endif
11470
11471/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11472 find out it does not work in some platform. */
11473#ifndef LT_DLLAZY_OR_NOW
11474# ifdef RTLD_LAZY
11475# define LT_DLLAZY_OR_NOW RTLD_LAZY
11476# else
11477# ifdef DL_LAZY
11478# define LT_DLLAZY_OR_NOW DL_LAZY
11479# else
11480# ifdef RTLD_NOW
11481# define LT_DLLAZY_OR_NOW RTLD_NOW
11482# else
11483# ifdef DL_NOW
11484# define LT_DLLAZY_OR_NOW DL_NOW
11485# else
11486# define LT_DLLAZY_OR_NOW 0
11487# endif
11488# endif
11489# endif
11490# endif
11491#endif
11492
3725885a
RW
11493/* When -fvisbility=hidden is used, assume the code has been annotated
11494 correspondingly for the symbols needed. */
11495#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11496void fnord () __attribute__((visibility("default")));
3725885a
RW
11497#endif
11498
f2c621e4 11499void fnord () { int i=42; }
ce2cded5 11500int main ()
d7040cdb 11501{
ce2cded5
L
11502 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11503 int status = $lt_dlunknown;
11504
11505 if (self)
11506 {
11507 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11508 else
11509 {
11510 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11511 else puts (dlerror ());
11512 }
ce2cded5
L
11513 /* dlclose (self); */
11514 }
11515 else
11516 puts (dlerror ());
11517
718a6fd8 11518 return status;
d7040cdb 11519}
ce2cded5 11520_LT_EOF
81ecdfbb 11521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11522 (eval $ac_link) 2>&5
11523 ac_status=$?
81ecdfbb
RW
11524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11525 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11526 (./conftest; exit; ) >&5 2>/dev/null
11527 lt_status=$?
11528 case x$lt_status in
11529 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11530 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11531 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11532 esac
11533 else :
11534 # compilation failed
11535 lt_cv_dlopen_self_static=no
11536 fi
d7040cdb 11537fi
ce2cded5
L
11538rm -fr conftest*
11539
11540
d7040cdb 11541fi
81ecdfbb
RW
11542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11543$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
11544 fi
11545
11546 CPPFLAGS="$save_CPPFLAGS"
11547 LDFLAGS="$save_LDFLAGS"
11548 LIBS="$save_LIBS"
11549 ;;
11550 esac
11551
11552 case $lt_cv_dlopen_self in
11553 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11554 *) enable_dlopen_self=unknown ;;
11555 esac
11556
11557 case $lt_cv_dlopen_self_static in
11558 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11559 *) enable_dlopen_self_static=unknown ;;
11560 esac
d7040cdb 11561fi
d7040cdb 11562
d7040cdb
SE
11563
11564
d7040cdb 11565
d7040cdb 11566
ce2cded5
L
11567
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579striplib=
11580old_striplib=
81ecdfbb
RW
11581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11582$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
11583if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11584 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11585 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11587$as_echo "yes" >&6; }
ce2cded5
L
11588else
11589# FIXME - insert some real tests, host_os isn't really good enough
11590 case $host_os in
11591 darwin*)
11592 if test -n "$STRIP" ; then
11593 striplib="$STRIP -x"
11594 old_striplib="$STRIP -S"
81ecdfbb
RW
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11596$as_echo "yes" >&6; }
ce2cded5 11597 else
81ecdfbb
RW
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11599$as_echo "no" >&6; }
d7040cdb 11600 fi
ce2cded5
L
11601 ;;
11602 *)
81ecdfbb
RW
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11604$as_echo "no" >&6; }
ce2cded5 11605 ;;
d7040cdb 11606 esac
d7040cdb
SE
11607fi
11608
d7040cdb 11609
d7040cdb 11610
d7040cdb 11611
d7040cdb 11612
d7040cdb 11613
d7040cdb 11614
d7040cdb 11615
d7040cdb 11616
d7040cdb 11617
d7040cdb 11618
d7040cdb 11619
ce2cded5 11620 # Report which library types will actually be built
81ecdfbb
RW
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11622$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11624$as_echo "$can_build_shared" >&6; }
d7040cdb 11625
81ecdfbb
RW
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11627$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 11628 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11629
ce2cded5
L
11630 # On AIX, shared libraries and static libraries use the same namespace, and
11631 # are all built from PIC.
11632 case $host_os in
11633 aix3*)
11634 test "$enable_shared" = yes && enable_static=no
11635 if test -n "$RANLIB"; then
11636 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11637 postinstall_cmds='$RANLIB $lib'
11638 fi
11639 ;;
d7040cdb 11640
50e7d84b 11641 aix[4-9]*)
ce2cded5
L
11642 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11643 test "$enable_shared" = yes && enable_static=no
11644 fi
11645 ;;
11646 esac
81ecdfbb
RW
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11648$as_echo "$enable_shared" >&6; }
ce2cded5 11649
81ecdfbb
RW
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11651$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11652 # Make sure either enable_shared or enable_static is yes.
11653 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11655$as_echo "$enable_static" >&6; }
d7040cdb 11656
d7040cdb 11657
d7040cdb 11658
d7040cdb 11659
ce2cded5
L
11660fi
11661ac_ext=c
11662ac_cpp='$CPP $CPPFLAGS'
11663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11665ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11666
ce2cded5 11667CC="$lt_save_CC"
d7040cdb 11668
d7040cdb 11669
d7040cdb 11670
d7040cdb 11671
d7040cdb 11672
d7040cdb 11673
d7040cdb 11674
d7040cdb 11675
d7040cdb 11676
d7040cdb
SE
11677
11678
d7040cdb
SE
11679
11680
81ecdfbb 11681 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11682
11683
d7040cdb 11684
d7040cdb 11685
ce2cded5 11686# Only expand once:
d7040cdb 11687
d7040cdb 11688
d7040cdb 11689
b879806f
AM
11690# The tests for host and target for $enable_largefile require
11691# canonical names.
11692
11693
11694
11695# As the $enable_largefile decision depends on --enable-plugins we must set it
11696# even in directories otherwise not depending on the $plugins option.
11697
11698
11699 maybe_plugins=no
11700 for ac_header in dlfcn.h
11701do :
11702 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11703"
d0ac1c44 11704if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11705 cat >>confdefs.h <<_ACEOF
11706#define HAVE_DLFCN_H 1
11707_ACEOF
11708 maybe_plugins=yes
11709fi
11710
11711done
11712
11713 for ac_header in windows.h
11714do :
11715 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11716"
d0ac1c44 11717if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11718 cat >>confdefs.h <<_ACEOF
11719#define HAVE_WINDOWS_H 1
11720_ACEOF
11721 maybe_plugins=yes
11722fi
11723
11724done
11725
11726
11727 # Check whether --enable-plugins was given.
11728if test "${enable_plugins+set}" = set; then :
11729 enableval=$enable_plugins; case "${enableval}" in
11730 no) plugins=no ;;
11731 *) plugins=yes
11732 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11733 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11734 fi ;;
11735 esac
11736else
11737 plugins=$maybe_plugins
11738
11739fi
11740
2974be62 11741 if test "$plugins" = "yes"; then
3cba8b6c
L
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11743$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11744if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11745 $as_echo_n "(cached) " >&6
11746else
11747 ac_func_search_save_LIBS=$LIBS
11748cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11749/* end confdefs.h. */
11750
11751/* Override any GCC internal prototype to avoid an error.
11752 Use char because int might match the return type of a GCC
11753 builtin and then its argument prototype would still apply. */
11754#ifdef __cplusplus
11755extern "C"
11756#endif
3cba8b6c 11757char dlsym ();
2974be62
AM
11758int
11759main ()
11760{
3cba8b6c 11761return dlsym ();
2974be62
AM
11762 ;
11763 return 0;
11764}
11765_ACEOF
11766for ac_lib in '' dl; do
11767 if test -z "$ac_lib"; then
11768 ac_res="none required"
11769 else
11770 ac_res=-l$ac_lib
11771 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11772 fi
11773 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11774 ac_cv_search_dlsym=$ac_res
2974be62
AM
11775fi
11776rm -f core conftest.err conftest.$ac_objext \
11777 conftest$ac_exeext
d0ac1c44 11778 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11779 break
11780fi
11781done
d0ac1c44 11782if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11783
11784else
3cba8b6c 11785 ac_cv_search_dlsym=no
2974be62
AM
11786fi
11787rm conftest.$ac_ext
11788LIBS=$ac_func_search_save_LIBS
11789fi
3cba8b6c
L
11790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11791$as_echo "$ac_cv_search_dlsym" >&6; }
11792ac_res=$ac_cv_search_dlsym
2974be62
AM
11793if test "$ac_res" != no; then :
11794 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11795
11796fi
11797
11798 fi
b879806f
AM
11799
11800
11801case "${host}" in
11802 sparc-*-solaris*|i[3-7]86-*-solaris*)
11803 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11804 # are mutually exclusive; and without procfs support, the bfd/ elf module
11805 # cannot provide certain routines such as elfcore_write_prpsinfo
11806 # or elfcore_write_prstatus. So unless the user explicitly requested
11807 # large-file support through the --enable-largefile switch, disable
11808 # large-file support in favor of procfs support.
11809 test "${target}" = "${host}" -a "x$plugins" = xno \
11810 && : ${enable_largefile="no"}
11811 ;;
11812esac
11813
11814# Check whether --enable-largefile was given.
11815if test "${enable_largefile+set}" = set; then :
11816 enableval=$enable_largefile;
11817fi
11818
11819if test "$enable_largefile" != no; then
11820
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11822$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 11823if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
11824 $as_echo_n "(cached) " >&6
11825else
11826 ac_cv_sys_largefile_CC=no
11827 if test "$GCC" != yes; then
11828 ac_save_CC=$CC
11829 while :; do
11830 # IRIX 6.2 and later do not support large files by default,
11831 # so use the C compiler's -n32 option if that helps.
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833/* end confdefs.h. */
11834#include <sys/types.h>
11835 /* Check that off_t can represent 2**63 - 1 correctly.
11836 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11837 since some C++ compilers masquerading as C compilers
11838 incorrectly reject 9223372036854775807. */
11839#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11840 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11841 && LARGE_OFF_T % 2147483647 == 1)
11842 ? 1 : -1];
11843int
11844main ()
11845{
11846
11847 ;
11848 return 0;
11849}
11850_ACEOF
11851 if ac_fn_c_try_compile "$LINENO"; then :
11852 break
11853fi
11854rm -f core conftest.err conftest.$ac_objext
11855 CC="$CC -n32"
11856 if ac_fn_c_try_compile "$LINENO"; then :
11857 ac_cv_sys_largefile_CC=' -n32'; break
11858fi
11859rm -f core conftest.err conftest.$ac_objext
11860 break
11861 done
11862 CC=$ac_save_CC
11863 rm -f conftest.$ac_ext
11864 fi
11865fi
11866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11867$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11868 if test "$ac_cv_sys_largefile_CC" != no; then
11869 CC=$CC$ac_cv_sys_largefile_CC
11870 fi
11871
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11873$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 11874if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
11875 $as_echo_n "(cached) " >&6
11876else
11877 while :; do
11878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11879/* end confdefs.h. */
11880#include <sys/types.h>
11881 /* Check that off_t can represent 2**63 - 1 correctly.
11882 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11883 since some C++ compilers masquerading as C compilers
11884 incorrectly reject 9223372036854775807. */
11885#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11886 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11887 && LARGE_OFF_T % 2147483647 == 1)
11888 ? 1 : -1];
11889int
11890main ()
11891{
11892
11893 ;
11894 return 0;
11895}
11896_ACEOF
11897if ac_fn_c_try_compile "$LINENO"; then :
11898 ac_cv_sys_file_offset_bits=no; break
11899fi
11900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11902/* end confdefs.h. */
11903#define _FILE_OFFSET_BITS 64
11904#include <sys/types.h>
11905 /* Check that off_t can represent 2**63 - 1 correctly.
11906 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11907 since some C++ compilers masquerading as C compilers
11908 incorrectly reject 9223372036854775807. */
11909#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11910 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11911 && LARGE_OFF_T % 2147483647 == 1)
11912 ? 1 : -1];
11913int
11914main ()
11915{
11916
11917 ;
11918 return 0;
11919}
11920_ACEOF
11921if ac_fn_c_try_compile "$LINENO"; then :
11922 ac_cv_sys_file_offset_bits=64; break
11923fi
11924rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 ac_cv_sys_file_offset_bits=unknown
11926 break
11927done
11928fi
11929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11930$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11931case $ac_cv_sys_file_offset_bits in #(
11932 no | unknown) ;;
11933 *)
11934cat >>confdefs.h <<_ACEOF
11935#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11936_ACEOF
11937;;
11938esac
11939rm -rf conftest*
11940 if test $ac_cv_sys_file_offset_bits = unknown; then
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11942$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 11943if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
11944 $as_echo_n "(cached) " >&6
11945else
11946 while :; do
11947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11948/* end confdefs.h. */
11949#include <sys/types.h>
11950 /* Check that off_t can represent 2**63 - 1 correctly.
11951 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11952 since some C++ compilers masquerading as C compilers
11953 incorrectly reject 9223372036854775807. */
11954#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11955 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11956 && LARGE_OFF_T % 2147483647 == 1)
11957 ? 1 : -1];
11958int
11959main ()
11960{
11961
11962 ;
11963 return 0;
11964}
11965_ACEOF
11966if ac_fn_c_try_compile "$LINENO"; then :
11967 ac_cv_sys_large_files=no; break
11968fi
11969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11971/* end confdefs.h. */
11972#define _LARGE_FILES 1
11973#include <sys/types.h>
11974 /* Check that off_t can represent 2**63 - 1 correctly.
11975 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11976 since some C++ compilers masquerading as C compilers
11977 incorrectly reject 9223372036854775807. */
11978#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11979 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11980 && LARGE_OFF_T % 2147483647 == 1)
11981 ? 1 : -1];
11982int
11983main ()
11984{
11985
11986 ;
11987 return 0;
11988}
11989_ACEOF
11990if ac_fn_c_try_compile "$LINENO"; then :
11991 ac_cv_sys_large_files=1; break
11992fi
11993rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11994 ac_cv_sys_large_files=unknown
11995 break
11996done
11997fi
11998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11999$as_echo "$ac_cv_sys_large_files" >&6; }
12000case $ac_cv_sys_large_files in #(
12001 no | unknown) ;;
12002 *)
12003cat >>confdefs.h <<_ACEOF
12004#define _LARGE_FILES $ac_cv_sys_large_files
12005_ACEOF
12006;;
12007esac
12008rm -rf conftest*
12009 fi
d0ac1c44
SM
12010
12011
b879806f
AM
12012fi
12013
12014
2d7f2507
AM
12015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
12016$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
d0ac1c44 12017if ${gcc_cv_prog_cmp_skip+:} false; then :
2d7f2507
AM
12018 $as_echo_n "(cached) " >&6
12019else
12020 echo abfoo >t1
12021 echo cdfoo >t2
da17fe9d 12022 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2d7f2507
AM
12023 if cmp t1 t2 2 2 > /dev/null 2>&1; then
12024 if cmp t1 t2 1 1 > /dev/null 2>&1; then
12025 :
12026 else
12027 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
12028 fi
12029 fi
12030 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
12031 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
12032 :
12033 else
12034 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
12035 fi
12036 fi
12037 rm t1 t2
12038
12039fi
12040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
12041$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
12042do_compare="$gcc_cv_prog_cmp_skip"
12043
12044
b879806f 12045
81ecdfbb
RW
12046# Check whether --enable-targets was given.
12047if test "${enable_targets+set}" = set; then :
12048 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 12049 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
12050 ;;
12051 no) enable_targets= ;;
12052 *) enable_targets=$enableval ;;
12053esac
81ecdfbb
RW
12054fi
12055
e044973b
AM
12056ac_checking=
12057. ${srcdir}/../bfd/development.sh
12058test "$development" = true && ac_checking=yes
81ecdfbb
RW
12059# Check whether --enable-checking was given.
12060if test "${enable_checking+set}" = set; then :
12061 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
12062 no|none) ac_checking= ;;
12063 *) ac_checking=yes ;;
12064esac
81ecdfbb
RW
12065fi
12066if test x$ac_checking != x ; then
d7040cdb 12067
81ecdfbb 12068$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 12069
ce2cded5 12070fi
d7040cdb 12071
6c3bc0f8
NC
12072# PR gas/19109
12073# Decide the default method for compressing debug sections.
12074ac_default_compressed_debug_sections=unset
12075# Provide a configure time option to override our default.
12076# Check whether --enable-compressed_debug_sections was given.
12077if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 12078 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 12079 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 12080 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
12081 *) ac_default_compressed_debug_sections=unset ;;
12082esac
12083fi
12084
0cb4071e
L
12085# PR gas/19520
12086# Decide if x86 assembler should generate relax relocations.
12087ac_default_x86_relax_relocations=unset
12088# Provide a configure time option to override our default.
12089# Check whether --enable-x86_relax_relocations was given.
12090if test "${enable_x86_relax_relocations+set}" = set; then :
12091 enableval=$enable_x86_relax_relocations; case "${enableval}" in
12092 no) ac_default_x86_relax_relocations=0 ;;
12093esac
12094fi
12095
b8871f35
L
12096# Decide if ELF assembler should generate common symbols with the
12097# STT_COMMON type.
12098ac_default_elf_stt_common=unset
12099# Provide a configure time option to override our default.
12100# Check whether --enable-elf_stt_common was given.
12101if test "${enable_elf_stt_common+set}" = set; then :
12102 enableval=$enable_elf_stt_common; case "${enableval}" in
12103 yes) ac_default_elf_stt_common=1 ;;
12104esac
12105fi
12106
0df8ad28
NC
12107
12108# Decide if the ELF assembler should default to generating
12109# GNU Build notes if none are provided by the input.
12110ac_default_generate_build_notes=0
12111# Provide a configuration option to override the default.
12112# Check whether --enable-generate_build_notes was given.
12113if test "${enable_generate_build_notes+set}" = set; then :
12114 enableval=$enable_generate_build_notes; case "${enableval}" in
12115 yes) ac_default_generate_build_notes=1 ;;
12116 no) ac_default_generate_build_notes=0 ;;
12117esac
12118fi
12119
6f2117ba
PH
12120# Decide if the MIPS assembler should default to enable MIPS fix Loongson3
12121# LLSC errata.
12122ac_default_mips_fix_loongson3_llsc=unset
12123# Provide a configuration option to override the default.
12124# Check whether --enable-mips-fix-loongson3-llsc was given.
12125if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
12126 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
12127 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
12128 no) ac_default_mips_fix_loongson3_llsc=0 ;;
12129esac
12130fi
0df8ad28 12131
b4a3a7b4
L
12132# Decide if the x86 ELF assembler should default to generating GNU x86
12133# used ISA and feature properties.
12134ac_default_generate_x86_used_note=unset
12135# Provide a configuration option to override the default.
12136# Check whether --enable-x86-used-note was given.
12137if test "${enable_x86_used_note+set}" = set; then :
12138 enableval=$enable_x86_used_note; case "${enableval}" in
12139 yes) ac_default_generate_x86_used_note=1 ;;
12140 no) ac_default_generate_x86_used_note=0 ;;
12141esac
12142fi
12143
2dc8dd17
JW
12144# Decide if the RISC-V ELF assembler should default to generating attribute.
12145ac_default_generate_riscv_attr=unset
12146# Provide a configuration option to override the default.
12147# Check whether --enable-default-riscv-attribute was given.
12148if test "${enable_default_riscv_attribute+set}" = set; then :
12149 enableval=$enable_default_riscv_attribute; case "${enableval}" in
12150 yes) ac_default_generate_riscv_attr=1 ;;
12151 no) ac_default_generate_riscv_attr=0 ;;
12152esac
12153fi
b4a3a7b4 12154
ce2cded5 12155using_cgen=no
d7040cdb 12156
d7040cdb 12157
270c9937
JB
12158# Set the 'development' global.
12159. $srcdir/../bfd/development.sh
12160
c5da1932
VZ
12161# Set acp_cpp_for_build variable
12162ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12163
9780e045 12164# Default set of GCC warnings to enable.
397841b5 12165GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12166GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12167
12168# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
12169cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12170/* end confdefs.h. */
12171__GNUC__
12172_ACEOF
12173if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12174 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
12175
12176else
12177 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12178fi
12179rm -f conftest*
12180
d7040cdb 12181
9780e045
NC
12182# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12183cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12184/* end confdefs.h. */
12185__GNUC__
12186_ACEOF
12187if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12188 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12189
12190else
12191 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12192fi
12193rm -f conftest*
12194
12195
6757cf57
TS
12196# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12197WARN_WRITE_STRINGS=""
12198cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12199/* end confdefs.h. */
12200__GNUC__
12201_ACEOF
12202if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12203 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12204
12205else
12206 WARN_WRITE_STRINGS="-Wwrite-strings"
12207fi
12208rm -f conftest*
12209
9780e045 12210
96fe4562 12211# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12212
12213# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12214cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12215/* end confdefs.h. */
12216__GNUC__
12217_ACEOF
12218if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12219 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12220
12221else
12222 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12223fi
12224rm -f conftest*
12225
12226
12227# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12229/* end confdefs.h. */
12230__GNUC__
12231_ACEOF
12232if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12233 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12234
12235else
12236 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12237fi
12238rm -f conftest*
12239
12240
81ecdfbb
RW
12241# Check whether --enable-werror was given.
12242if test "${enable_werror+set}" = set; then :
12243 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
12244 yes | y) ERROR_ON_WARNING="yes" ;;
12245 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12246 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 12247 esac
81ecdfbb
RW
12248fi
12249
d7040cdb 12250
397841b5 12251# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12252case "${host}" in
12253 *-*-mingw32*)
12254 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12255 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12256 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12257 fi
12258 ;;
12259 *) ;;
12260esac
12261
270c9937
JB
12262# Enable -Werror by default when using gcc. Turn it off for releases.
12263if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
ce2cded5
L
12264 ERROR_ON_WARNING=yes
12265fi
12266
12267NO_WERROR=
12268if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12269 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12270 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
ce2cded5
L
12271 NO_WERROR="-Wno-error"
12272fi
12273
12274if test "${GCC}" = yes ; then
12275 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12276 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
ce2cded5
L
12277fi
12278
81ecdfbb
RW
12279# Check whether --enable-build-warnings was given.
12280if test "${enable_build_warnings+set}" = set; then :
12281 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12282 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12283 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
ce2cded5
L
12284 no) if test "${GCC}" = yes ; then
12285 WARN_CFLAGS="-w"
c5da1932 12286 WARN_CFLAGS_FOR_BUILD="-w"
ce2cded5
L
12287 fi;;
12288 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12289 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12290 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
ce2cded5 12291 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12292 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12293 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12294 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12295 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
ce2cded5 12296esac
81ecdfbb
RW
12297fi
12298
d7040cdb 12299
ce2cded5
L
12300if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12301 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12302fi
d7040cdb 12303
d7040cdb 12304
d7040cdb 12305
d7040cdb 12306
d7040cdb 12307
6757cf57 12308
c5da1932 12309
ce2cded5 12310# Generate a header file
81ecdfbb 12311ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 12312
d7040cdb 12313
9004b6bd
AB
12314
12315# Check whether --with-cpu was given.
12316if test "${with_cpu+set}" = set; then :
12317 withval=$with_cpu;
12318cat >>confdefs.h <<_ACEOF
12319#define TARGET_WITH_CPU "${with_cpu}"
12320_ACEOF
12321
12322fi
12323
12324
df7b86aa
NC
12325# PR 14072
12326
12327
ce2cded5
L
12328# If we are on a DOS filesystem, we must use gdb.ini rather than
12329# .gdbinit.
12330case "${host}" in
12331 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
12332 GDBINIT="gdb.ini"
81ecdfbb 12333 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 12334
ce2cded5
L
12335 ;;
12336 *)
12337 GDBINIT=".gdbinit"
81ecdfbb 12338 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 12339
ce2cded5
L
12340 ;;
12341esac
d7040cdb 12342
d7040cdb 12343
a8eb42a8 12344#We need this for the host.
81ecdfbb
RW
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12346$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 12347if ${ac_cv_c_bigendian+:} false; then :
81ecdfbb
RW
12348 $as_echo_n "(cached) " >&6
12349else
12350 ac_cv_c_bigendian=unknown
12351 # See if we're dealing with a universal compiler.
12352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12353/* end confdefs.h. */
12354#ifndef __APPLE_CC__
12355 not a universal capable compiler
12356 #endif
12357 typedef int dummy;
12358
12359_ACEOF
12360if ac_fn_c_try_compile "$LINENO"; then :
12361
12362 # Check for potential -arch flags. It is not universal unless
12363 # there are at least two -arch flags with different values.
12364 ac_arch=
12365 ac_prev=
12366 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12367 if test -n "$ac_prev"; then
12368 case $ac_word in
12369 i?86 | x86_64 | ppc | ppc64)
12370 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12371 ac_arch=$ac_word
12372 else
12373 ac_cv_c_bigendian=universal
12374 break
12375 fi
12376 ;;
12377 esac
12378 ac_prev=
12379 elif test "x$ac_word" = "x-arch"; then
12380 ac_prev=arch
12381 fi
12382 done
12383fi
12384rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12385 if test $ac_cv_c_bigendian = unknown; then
12386 # See if sys/param.h defines the BYTE_ORDER macro.
12387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
12388/* end confdefs.h. */
12389#include <sys/types.h>
81ecdfbb 12390 #include <sys/param.h>
d7040cdb 12391
ce2cded5
L
12392int
12393main ()
12394{
81ecdfbb
RW
12395#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12396 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12397 && LITTLE_ENDIAN)
12398 bogus endian macros
12399 #endif
d7040cdb 12400
ce2cded5
L
12401 ;
12402 return 0;
12403}
12404_ACEOF
81ecdfbb 12405if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 12406 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 12407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
12408/* end confdefs.h. */
12409#include <sys/types.h>
81ecdfbb 12410 #include <sys/param.h>
d7040cdb 12411
ce2cded5
L
12412int
12413main ()
12414{
12415#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
12416 not big endian
12417 #endif
d7040cdb 12418
ce2cded5
L
12419 ;
12420 return 0;
12421}
12422_ACEOF
81ecdfbb 12423if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
12424 ac_cv_c_bigendian=yes
12425else
81ecdfbb 12426 ac_cv_c_bigendian=no
ce2cded5 12427fi
81ecdfbb
RW
12428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12429fi
12430rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12431 fi
12432 if test $ac_cv_c_bigendian = unknown; then
12433 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12435/* end confdefs.h. */
12436#include <limits.h>
d7040cdb 12437
81ecdfbb
RW
12438int
12439main ()
12440{
12441#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12442 bogus endian macros
12443 #endif
12444
12445 ;
12446 return 0;
12447}
ce2cded5 12448_ACEOF
81ecdfbb
RW
12449if ac_fn_c_try_compile "$LINENO"; then :
12450 # It does; now see whether it defined to _BIG_ENDIAN or not.
12451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 12452/* end confdefs.h. */
81ecdfbb
RW
12453#include <limits.h>
12454
ce2cded5
L
12455int
12456main ()
12457{
81ecdfbb
RW
12458#ifndef _BIG_ENDIAN
12459 not big endian
12460 #endif
12461
ce2cded5
L
12462 ;
12463 return 0;
12464}
12465_ACEOF
81ecdfbb 12466if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 12467 ac_cv_c_bigendian=yes
81ecdfbb
RW
12468else
12469 ac_cv_c_bigendian=no
d7040cdb 12470fi
81ecdfbb 12471rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 12472fi
81ecdfbb
RW
12473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12474 fi
12475 if test $ac_cv_c_bigendian = unknown; then
12476 # Compile a test program.
12477 if test "$cross_compiling" = yes; then :
12478 # Try to guess by grepping values from an object file.
12479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12480/* end confdefs.h. */
12481short int ascii_mm[] =
12482 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12483 short int ascii_ii[] =
12484 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12485 int use_ascii (int i) {
12486 return ascii_mm[i] + ascii_ii[i];
12487 }
12488 short int ebcdic_ii[] =
12489 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12490 short int ebcdic_mm[] =
12491 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12492 int use_ebcdic (int i) {
12493 return ebcdic_mm[i] + ebcdic_ii[i];
12494 }
12495 extern int foo;
d7040cdb 12496
81ecdfbb
RW
12497int
12498main ()
12499{
12500return use_ascii (foo) == use_ebcdic (foo);
12501 ;
12502 return 0;
12503}
12504_ACEOF
12505if ac_fn_c_try_compile "$LINENO"; then :
12506 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12507 ac_cv_c_bigendian=yes
12508 fi
12509 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12510 if test "$ac_cv_c_bigendian" = unknown; then
12511 ac_cv_c_bigendian=no
12512 else
12513 # finding both strings is unlikely to happen, but who knows?
12514 ac_cv_c_bigendian=unknown
12515 fi
12516 fi
ce2cded5 12517fi
81ecdfbb 12518rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 12519else
81ecdfbb 12520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 12521/* end confdefs.h. */
81ecdfbb 12522$ac_includes_default
ce2cded5
L
12523int
12524main ()
12525{
81ecdfbb
RW
12526
12527 /* Are we little or big endian? From Harbison&Steele. */
12528 union
12529 {
12530 long int l;
12531 char c[sizeof (long int)];
12532 } u;
12533 u.l = 1;
12534 return u.c[sizeof (long int) - 1] == 1;
12535
12536 ;
12537 return 0;
ce2cded5 12538}
d7040cdb 12539_ACEOF
81ecdfbb 12540if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
12541 ac_cv_c_bigendian=no
12542else
81ecdfbb 12543 ac_cv_c_bigendian=yes
d7040cdb 12544fi
81ecdfbb
RW
12545rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12546 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 12547fi
81ecdfbb
RW
12548
12549 fi
ce2cded5 12550fi
81ecdfbb
RW
12551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12552$as_echo "$ac_cv_c_bigendian" >&6; }
12553 case $ac_cv_c_bigendian in #(
12554 yes)
12555 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12556;; #(
12557 no)
12558 ;; #(
12559 universal)
d7040cdb 12560
81ecdfbb
RW
12561$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12562
12563 ;; #(
12564 *)
d0ac1c44 12565 as_fn_error $? "unknown endianness
81ecdfbb
RW
12566 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12567 esac
d7040cdb 12568
d7040cdb 12569
ce2cded5 12570te_file=generic
d7040cdb 12571
ce2cded5
L
12572# Makefile target for installing gas in $(tooldir)/bin.
12573install_tooldir=install-exec-tooldir
d7040cdb 12574
ce2cded5
L
12575canon_targets=""
12576all_targets=no
12577if test -n "$enable_targets" ; then
12578 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12579 if test $t = "all"; then
12580 all_targets=yes
12581 continue
12582 fi
12583 result=`$ac_config_sub $t 2>/dev/null`
12584 if test -n "$result" ; then
12585 canon_targets="$canon_targets $result"
12586# else
12587# # Permit "all", etc. We don't support it yet though.
12588# canon_targets="$canon_targets $t"
12589 fi
12590 done
12591 _gas_uniq_list="$canon_targets"
d7040cdb
SE
12592_gas_uniq_newlist=""
12593for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12594 case $_gas_uniq_i in
12595 _gas_uniq_dummy) ;;
12596 *) case " $_gas_uniq_newlist " in
12597 *" $_gas_uniq_i "*) ;;
12598 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12599 esac ;;
12600 esac
12601done
ce2cded5 12602canon_targets=$_gas_uniq_newlist
d7040cdb 12603
ce2cded5
L
12604fi
12605
12606emulations=""
12607
12608for this_target in $target $canon_targets ; do
12609
12610 targ=${this_target}
12611 . ${srcdir}/configure.tgt
12612
12613 case ${target_cpu} in
12614 crisv32)
12615
12616cat >>confdefs.h <<_ACEOF
12617#define DEFAULT_CRIS_ARCH $arch
d7040cdb 12618_ACEOF
ce2cded5
L
12619
12620 ;;
12621 esac
12622
12623 if test ${this_target} = $target ; then
12624 target_cpu_type=${cpu_type}
12625 elif test ${target_cpu_type} != ${cpu_type} ; then
12626 continue
12627 fi
12628
12629 generic_target=${cpu_type}-${target_vendor}-${target_os}
12630 case ${generic_target} in
ce2cded5
L
12631 i386-*-msdosdjgpp* \
12632 | i386-*-go32* \
12633 | i386-go32-rtems*)
12634
81ecdfbb 12635$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
12636
12637 ;;
12638
0cb4071e
L
12639 i386-*-solaris2 \
12640 | x86_64-*-solaris2 \
12641 | i386-*-solaris2.[0-9] \
12642 | i386-*-solaris2.1[01] \
12643 | x86_64-*-solaris2.1[01])
12644 if test ${this_target} = $target \
12645 && test ${ac_default_x86_relax_relocations} = unset; then
12646 ac_default_x86_relax_relocations=0
12647 fi
12648 ;;
12649
7ba29e2a
NC
12650 microblaze*)
12651 ;;
12652
e5231592 12653 ppc-*-aix[5-9].*)
ce2cded5 12654
81ecdfbb 12655$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5 12656
ce2cded5
L
12657 ;;
12658 ppc-*-solaris*)
12659 if test ${this_target} = $target; then
12660
81ecdfbb 12661$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
12662
12663 fi
12664 if test x${endian} = xbig; then
d0ac1c44 12665 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
12666 fi
12667 ;;
d7040cdb 12668 esac
d7040cdb 12669
ce2cded5
L
12670 if test ${this_target} = $target ; then
12671 endian_def=
12672 if test x${endian} = xbig; then
12673 endian_def=1
12674 elif test x${endian} = xlittle; then
12675 endian_def=0
12676 fi
12677 if test x${endian_def} != x; then
12678
12679cat >>confdefs.h <<_ACEOF
12680#define TARGET_BYTES_BIG_ENDIAN $endian_def
12681_ACEOF
12682
12683 fi
12684 fi
12685
12686# Other random stuff.
12687
12688 case ${cpu_type} in
12689 mips)
12690 # Set mips_cpu to the name of the default CPU.
12691 case ${target_cpu} in
12692 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12693 mips_cpu=from-abi
12694 ;;
12695 mipsisa32 | mipsisa32el)
12696 mips_cpu=mips32
12697 ;;
12698 mipsisa32r2 | mipsisa32r2el)
12699 mips_cpu=mips32r2
12700 ;;
ae52f483
AB
12701 mipsisa32r3 | mipsisa32r3el)
12702 mips_cpu=mips32r3
12703 ;;
12704 mipsisa32r5 | mipsisa32r5el)
12705 mips_cpu=mips32r5
12706 ;;
7361da2c
AB
12707 mipsisa32r6 | mipsisa32r6el)
12708 mips_cpu=mips32r6
12709 ;;
ce2cded5
L
12710 mipsisa64 | mipsisa64el)
12711 mips_cpu=mips64
12712 ;;
12713 mipsisa64r2 | mipsisa64r2el)
12714 mips_cpu=mips64r2
12715 ;;
ae52f483
AB
12716 mipsisa64r3 | mipsisa64r3el)
12717 mips_cpu=mips64r3
12718 ;;
12719 mipsisa64r5 | mipsisa64r5el)
12720 mips_cpu=mips64r5
12721 ;;
7361da2c
AB
12722 mipsisa64r6 | mipsisa64r6el)
12723 mips_cpu=mips64r6
12724 ;;
ce2cded5
L
12725 mipstx39 | mipstx39el)
12726 mips_cpu=r3900
12727 ;;
12728 mips64vr | mips64vrel)
12729 mips_cpu=vr4100
12730 ;;
12731 mipsisa32r2* | mipsisa64r2*)
12732 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12733 ;;
7361da2c
AB
12734 mipsisa32r6* | mipsisa64r6*)
12735 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12736 ;;
ce2cded5
L
12737 mips64* | mipsisa64* | mipsisa32*)
12738 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12739 ;;
e407c74b
NC
12740 mips*)
12741 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12742 ;;
ce2cded5 12743 *)
d0ac1c44 12744 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12745 ;;
12746 esac
12747 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12748 # binaries. It's a GNU extension that some OSes don't understand.
ce2cded5
L
12749 case ${target} in
12750 *-*-irix*)
12751 use_e_mips_abi_o32=0
12752 ;;
12753 *)
12754 use_e_mips_abi_o32=1
12755 ;;
12756 esac
12757 # Decide whether to generate 32-bit or 64-bit code by default.
12758 # Used to resolve -march=from-abi when an embedded ABI is selected.
12759 case ${target} in
12760 mips64*-*-* | mipsisa64*-*-*)
12761 mips_default_64bit=1
12762 ;;
12763 *)
12764 mips_default_64bit=0
12765 ;;
12766 esac
12767 # Decide which ABI to target by default.
12768 case ${target} in
0984958b
MR
12769 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12770 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
ce2cded5
L
12771 mips_default_abi=N32_ABI
12772 ;;
aeffff67 12773 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12774 mips_default_abi=O32_ABI
12775 ;;
12776 mips64*-openbsd*)
12777 mips_default_abi=N64_ABI
12778 ;;
12779 *)
12780 mips_default_abi=NO_ABI
12781 ;;
12782 esac
12783
12784cat >>confdefs.h <<_ACEOF
12785#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12786_ACEOF
d7040cdb
SE
12787
12788
12789cat >>confdefs.h <<_ACEOF
ce2cded5 12790#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12791_ACEOF
12792
12793
12794cat >>confdefs.h <<_ACEOF
ce2cded5 12795#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12796_ACEOF
12797
12798
ce2cded5
L
12799cat >>confdefs.h <<_ACEOF
12800#define MIPS_DEFAULT_ABI $mips_default_abi
12801_ACEOF
d7040cdb 12802
ce2cded5
L
12803 ;;
12804 esac
d7040cdb 12805
ce2cded5
L
12806 # Do we need the opcodes library?
12807 case ${cpu_type} in
12808 vax | tic30)
12809 ;;
d7040cdb 12810
ce2cded5
L
12811 *)
12812 need_opcodes=yes
d7040cdb 12813
ce2cded5
L
12814 case "${enable_shared}" in
12815 yes) shared_opcodes=true ;;
12816 *opcodes*) shared_opcodes=true ;;
12817 *) shared_opcodes=false ;;
12818 esac
12819 ;;
12820 esac
d7040cdb 12821
ce2cded5
L
12822 # Any other special object files needed ?
12823 case ${cpu_type} in
d7040cdb 12824
ce2cded5 12825 bfin)
e11078da
AM
12826 for f in bfin-parse.o bfin-lex-wrapper.o; do
12827 case " $extra_objects " in
12828 *" $f "*) ;;
12829 *) extra_objects="$extra_objects $f" ;;
12830 esac
12831 done
12832 ;;
d7040cdb 12833
73589c9d 12834 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
ce2cded5
L
12835 using_cgen=yes
12836 ;;
d7040cdb 12837
ce2cded5
L
12838 m32c)
12839 using_cgen=yes
12840 ;;
12841 frv)
12842 using_cgen=yes
12843 ;;
12844 m68k)
e11078da
AM
12845 f=m68k-parse.o
12846 case " $extra_objects " in
12847 *" $f "*) ;;
12848 *) extra_objects="$extra_objects $f" ;;
ce2cded5
L
12849 esac
12850 ;;
d7040cdb 12851
ce2cded5
L
12852 mep)
12853 using_cgen=yes
12854 ;;
d7040cdb 12855
ce2cded5 12856 mips)
e11078da
AM
12857 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12858 case " $extra_objects " in
12859 *" $f "*) ;;
12860 *) extra_objects="$extra_objects $f" ;;
12861 esac
12862 done
ce2cded5 12863 ;;
d7040cdb 12864
ce2cded5 12865 mt)
e11078da 12866 using_cgen=yes
ce2cded5 12867 ;;
d7040cdb 12868
35c08157 12869 nds32)
fbaf61ad
NC
12870 # setup NDS32_LINUX_TOOLCHAIN definition
12871 if test "linux" = $em; then
12872
12873$as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12874
12875 else
12876
12877$as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12878
12879 fi
12880
e11078da 12881 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
35c08157
KLC
12882 # based on arch_name.
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12884$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12885 if test "x${with_arch}" != x; then
12886 case ${with_arch} in
e11078da 12887 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
35c08157
KLC
12888
12889cat >>confdefs.h <<_ACEOF
12890#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12891_ACEOF
12892
e11078da 12893 ;;
35c08157 12894 *)
d0ac1c44 12895 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
35c08157 12896 ;;
e11078da 12897 esac
35c08157
KLC
12898 fi
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12900$as_echo "$with_arch" >&6; }
12901
e11078da
AM
12902 # Decide features one by one.
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
35c08157 12904$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
6cd8405e 12905 if test "x${enable_dx_regs}" = xyes; then
35c08157
KLC
12906
12907$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12908
12909 else
12910
12911$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12912
12913 fi
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12915$as_echo "$enable_dx_regs" >&6; }
12916
e11078da 12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
35c08157 12918$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
6cd8405e 12919 if test "x${enable_perf_ext}" = xno; then
35c08157
KLC
12920
12921$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12922
12923 else
12924
12925$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12926
12927 fi
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12929$as_echo "$enable_perf_ext" >&6; }
12930
e11078da 12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
35c08157 12932$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
6cd8405e 12933 if test "x${enable_perf_ext2}" = xno; then
35c08157
KLC
12934
12935$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12936
12937 else
12938
12939$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12940
12941 fi
12942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12943$as_echo "$enable_perf_ext2" >&6; }
12944
e11078da 12945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
35c08157 12946$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
6cd8405e 12947 if test "x${enable_string_ext}" = xno; then
35c08157
KLC
12948
12949$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12950
12951 else
12952
12953$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12954
12955 fi
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12957$as_echo "$enable_string_ext" >&6; }
12958
e11078da 12959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
35c08157 12960$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
6cd8405e 12961 if test "x${enable_audio_ext}" = xno; then
35c08157
KLC
12962
12963$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12964
12965 else
12966
12967$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12968
12969 fi
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12971$as_echo "$enable_audio_ext" >&6; }
fbaf61ad
NC
12972
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12974$as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12975 if test "x${enable_dsp_ext}" = xno; then
12976
12977$as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12978
12979 else
12980
12981$as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12982
12983 fi
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12985$as_echo "$enable_dsp_ext" >&6; }
12986
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12988$as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12989 if test "x${enable_zol_ext}" = xno; then
12990
12991$as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12992
12993 else
12994
12995$as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12996
12997 fi
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12999$as_echo "$enable_zol_ext" >&6; }
35c08157
KLC
13000 ;;
13001
3c0367d0 13002 aarch64 | i386 | riscv | s390 | sparc)
ce2cded5 13003 if test $this_target = $target ; then
d7040cdb
SE
13004
13005cat >>confdefs.h <<_ACEOF
ce2cded5 13006#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
13007_ACEOF
13008
ce2cded5
L
13009 fi
13010 ;;
d7040cdb 13011
99c513f6 13012 rl78)
e11078da
AM
13013 f=rl78-parse.o
13014 case " $extra_objects " in
13015 *" $f "*) ;;
13016 *) extra_objects="$extra_objects $f" ;;
13017 esac
99c513f6
DD
13018 ;;
13019
c7927a3c 13020 rx)
e11078da
AM
13021 f=rx-parse.o
13022 case " $extra_objects " in
13023 *" $f "*) ;;
13024 *) extra_objects="$extra_objects $f" ;;
13025 esac
c7927a3c
NC
13026 ;;
13027
ce2cded5
L
13028 xstormy16)
13029 using_cgen=yes
13030 ;;
d7040cdb 13031
ce2cded5
L
13032 xc16x)
13033 using_cgen=yes
13034 ;;
d7040cdb 13035
ce2cded5 13036 xtensa)
e11078da
AM
13037 f=config/xtensa-relax.o
13038 case " $extra_objects " in
13039 *" $f "*) ;;
13040 *) extra_objects="$extra_objects $f" ;;
13041 esac
ce2cded5 13042 ;;
d7040cdb 13043
ce2cded5
L
13044 *)
13045 ;;
13046 esac
d7040cdb 13047
ce2cded5 13048 if test $using_cgen = yes ; then
e11078da
AM
13049 f=cgen.o
13050 case " $extra_objects " in
13051 *" $f "*) ;;
13052 *) extra_objects="$extra_objects $f" ;;
ce2cded5
L
13053 esac
13054 fi
d7040cdb 13055
ce2cded5 13056# See if we really can support this configuration with the emulation code.
d7040cdb 13057
ce2cded5
L
13058 if test $this_target = $target ; then
13059 obj_format=$fmt
13060 te_file=$em
13061 fi
d7040cdb 13062
e11078da
AM
13063 case ${te_file} in
13064 vms)
13065 f=config/te-vms.o
13066 case " $extra_objects " in
13067 *" $f "*) ;;
13068 *) extra_objects="$extra_objects $f" ;;
13069 esac ;;
13070 esac
b11d79f2 13071
ce2cded5 13072# From target name and format, produce a list of supported emulations.
d7040cdb 13073
ce2cded5 13074 case ${generic_target}-${fmt} in
e8044f35 13075 mips-*-*-*) case "$endian" in
ce2cded5
L
13076 big) emulation="mipsbelf mipslelf mipself" ;;
13077 *) emulation="mipslelf mipsbelf mipself" ;;
13078 esac ;;
ce2cded5
L
13079 # i386-pc-pe-coff != i386-pc-coff.
13080 i386-*-pe-coff) ;;
13081 # Uncommenting the next line will turn on support for i386 AOUT
13082 # for the default linux configuration
13083 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
13084 #
13085 i386-*-aout) emulation="i386aout" ;;
13086 i386-*-coff) emulation="i386coff" ;;
13087 i386-*-elf) emulation="i386elf" ;;
d7040cdb 13088
ce2cded5
L
13089 # Always all formats. The first stated emulation becomes the default.
13090 cris-*-*aout*) emulation="crisaout criself" ;;
13091 cris-*-*) emulation="criself crisaout" ;;
13092 esac
13b2be9c 13093
ce2cded5 13094 emulations="$emulations $emulation"
13b2be9c 13095
13b2be9c 13096done
13b2be9c 13097
0cb4071e
L
13098if test ${ac_default_x86_relax_relocations} = unset; then
13099 ac_default_x86_relax_relocations=1
13100fi
13101
13102cat >>confdefs.h <<_ACEOF
13103#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
13104_ACEOF
13105
13106
b8871f35
L
13107if test ${ac_default_elf_stt_common} = unset; then
13108 ac_default_elf_stt_common=0
13109fi
13110
13111cat >>confdefs.h <<_ACEOF
13112#define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
13113_ACEOF
13114
13115
0df8ad28
NC
13116
13117cat >>confdefs.h <<_ACEOF
13118#define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
13119_ACEOF
13120
13121
b4a3a7b4
L
13122if test ${ac_default_generate_x86_used_note} = unset; then
13123 ac_default_generate_x86_used_note=0
13124fi
13125
13126cat >>confdefs.h <<_ACEOF
13127#define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
13128_ACEOF
13129
13130
2dc8dd17
JW
13131if test ${ac_default_generate_riscv_attr} = unset; then
13132 case ${target_os} in
13133 elf)
13134 ac_default_generate_riscv_attr=1
13135 ;;
13136 *)
13137 ac_default_generate_riscv_attr=0
13138 ;;
13139 esac
13140fi
13141
13142
13143cat >>confdefs.h <<_ACEOF
13144#define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
13145_ACEOF
13146
13147
6f2117ba
PH
13148if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
13149 ac_default_mips_fix_loongson3_llsc=0
13150fi
13151
13152cat >>confdefs.h <<_ACEOF
13153#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
13154_ACEOF
13155
13156
348ef89a 13157if test x$ac_default_compressed_debug_sections = xyes ; then
e12fe555
NC
13158
13159$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
13160
6c3bc0f8 13161fi
e12fe555 13162
ce2cded5
L
13163# Turn on all targets if possible
13164if test ${all_targets} = "yes"; then
13165 case ${target_cpu_type} in
13166 i386)
13167 case ${obj_format} in
13168 aout)
13169 emulations="$emulations i386coff i386elf"
13170 ;;
13171 coff)
13172 emulations="$emulations i386aout i386elf"
13173 ;;
13174 elf)
13175 emulations="$emulations i386aout i386coff"
13176 ;;
13177 esac
13178 ;;
13179 x86_64)
13180 case ${obj_format} in
13181 aout)
13182 emulations="$emulations i386coff i386elf"
13183 ;;
13184 coff)
13185 emulations="$emulations i386aout i386elf"
13186 ;;
13187 elf)
13188 emulations="$emulations i386aout i386coff"
13189 ;;
13190 esac
13191 ;;
13192 esac
13b2be9c 13193fi
c8615825 13194
39871c07
AM
13195# PE code has way too many macros tweaking behaviour
13196case ${te_file} in
13197 pe*) emulations="" ;;
13198esac
13199
ce2cded5
L
13200# Assign floating point type. Most processors with FP support
13201# IEEE FP. On those that don't support FP at all, usually IEEE
13202# is emulated.
13203case ${target_cpu} in
13204 vax | pdp11 ) atof=vax ;;
13205 *) atof=ieee ;;
13206esac
c8615825 13207
ce2cded5 13208case "${obj_format}" in
d0ac1c44 13209 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 13210esac
13b2be9c 13211
ce2cded5
L
13212# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
13213cgen_cpu_prefix=""
13214if test $using_cgen = yes ; then
13215 case ${target_cpu} in
73589c9d
CS
13216 or1knd)
13217 cgen_cpu_prefix=or1k ;;
ce2cded5
L
13218 *) cgen_cpu_prefix=${target_cpu} ;;
13219 esac
c8615825 13220
c8615825 13221
81ecdfbb 13222$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 13223
d7040cdb 13224fi
13b2be9c 13225
ce2cded5
L
13226
13227if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
d0ac1c44 13228 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 13229fi
ce2cded5
L
13230
13231if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
d0ac1c44 13232 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
13233fi
13234
ce2cded5
L
13235# Some COFF configurations want these random other flags set.
13236case ${obj_format} in
13237 coff)
13238 case ${target_cpu_type} in
13239 i386)
81ecdfbb 13240$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
13241 ;;
13242 x86_64)
81ecdfbb 13243$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
13244 ;;
13245 esac
13246 ;;
13247esac
13248
13249# Getting this done right is going to be a bitch. Each configuration specified
13250# with --enable-targets=... should be checked for environment, format, cpu
13251# setting.
13252#
13253# For each configuration, the necessary object file support code must be linked
13254# in. This might be only one, it might be up to four. The necessary emulation
13255# code needs to be provided, too.
13256#
13257# And then there's "--enable-targets=all"....
13258#
e8044f35 13259# For now, just always do it for MIPS ELF configurations. Sigh.
ce2cded5
L
13260
13261formats="${obj_format}"
13262emfiles=""
13263EMULATIONS=""
13264_gas_uniq_list="$emulations"
13265_gas_uniq_newlist=""
13266for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13267 case $_gas_uniq_i in
13268 _gas_uniq_dummy) ;;
13269 *) case " $_gas_uniq_newlist " in
13270 *" $_gas_uniq_i "*) ;;
13271 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13272 esac ;;
13273 esac
13274done
13275emulations=$_gas_uniq_newlist
13276
13277for em in . $emulations ; do
13278 case $em in
13279 .) continue ;;
13280 mipsbelf | mipslelf | mipself)
13281 fmt=elf file=mipself ;;
ce2cded5
L
13282 *coff)
13283 fmt=coff file=$em ;;
13284 *aout)
13285 fmt=aout file=$em ;;
13286 *elf)
13287 fmt=elf file=$em ;;
13288 esac
13289 formats="$formats $fmt"
d0ac1c44 13290 emfiles="$emfiles config/e-$file.o"
ce2cded5
L
13291 EMULATIONS="$EMULATIONS &$em,"
13292done
13293_gas_uniq_list="$formats"
13294_gas_uniq_newlist=""
13295for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13296 case $_gas_uniq_i in
13297 _gas_uniq_dummy) ;;
13298 *) case " $_gas_uniq_newlist " in
13299 *" $_gas_uniq_i "*) ;;
13300 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13301 esac ;;
13302 esac
13b2be9c 13303done
ce2cded5 13304formats=$_gas_uniq_newlist
13b2be9c 13305
ce2cded5
L
13306_gas_uniq_list="$emfiles"
13307_gas_uniq_newlist=""
13308for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13309 case $_gas_uniq_i in
13310 _gas_uniq_dummy) ;;
13311 *) case " $_gas_uniq_newlist " in
13312 *" $_gas_uniq_i "*) ;;
13313 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13314 esac ;;
13315 esac
13316done
13317emfiles=$_gas_uniq_newlist
d7040cdb 13318
ce2cded5
L
13319if test `set . $formats ; shift ; echo $#` -gt 1 ; then
13320 for fmt in $formats ; do
13321 case $fmt in
13322 aout)
81ecdfbb 13323$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
13324 ;;
13325 coff)
81ecdfbb 13326$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
13327 ;;
13328 ecoff)
81ecdfbb 13329$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
13330 ;;
13331 elf)
81ecdfbb 13332$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
13333 ;;
13334 generic)
81ecdfbb 13335$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
13336 ;;
13337 som)
81ecdfbb 13338$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
13339 ;;
13340 esac
d0ac1c44 13341 extra_objects="$extra_objects config/obj-$fmt.o"
ce2cded5
L
13342 done
13343 obj_format=multi
13b2be9c 13344fi
ce2cded5
L
13345if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
13346 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 13347 # e-mipself has more than one emulation per file, e-i386* has just one at the
ce2cded5
L
13348 # moment. If only one emulation is specified, then don't define
13349 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
13350 case "${obj_format}${emfiles}" in
e8044f35 13351 multi* | *mipself*)
ce2cded5 13352 extra_objects="$extra_objects $emfiles"
d7040cdb 13353
81ecdfbb 13354$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
13355 ;;
13356 esac
13357fi
d7040cdb 13358
13b2be9c 13359
ce2cded5
L
13360cat >>confdefs.h <<_ACEOF
13361#define EMULATIONS $EMULATIONS
13b2be9c 13362_ACEOF
d7040cdb 13363
d7040cdb 13364
ce2cded5
L
13365cat >>confdefs.h <<_ACEOF
13366#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 13367_ACEOF
d7040cdb 13368
d7040cdb 13369
ce2cded5 13370reject_dev_configs=yes
252b5132 13371
ce2cded5
L
13372case ${reject_dev_configs}-${dev} in
13373 yes-yes) # Oops.
d0ac1c44 13374 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 13375 ;;
d7040cdb
SE
13376esac
13377
13b2be9c 13378
ce2cded5
L
13379
13380
13381
13382
13383
13384# do we need the opcodes library?
13385case "${need_opcodes}" in
13386yes)
13387 OPCODES_LIB=../opcodes/libopcodes.la
13388 ;;
13389esac
13390
13391
13392
13393
13394cat >>confdefs.h <<_ACEOF
13395#define TARGET_ALIAS "${target_alias}"
d7040cdb 13396_ACEOF
20e95c23 13397
20e95c23 13398
ce2cded5
L
13399cat >>confdefs.h <<_ACEOF
13400#define TARGET_CANONICAL "${target}"
13401_ACEOF
20e95c23 13402
d6d788bd 13403
ce2cded5
L
13404cat >>confdefs.h <<_ACEOF
13405#define TARGET_CPU "${target_cpu}"
13406_ACEOF
20e95c23 13407
ce2cded5
L
13408
13409cat >>confdefs.h <<_ACEOF
13410#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
13411_ACEOF
13412
13413
ce2cded5
L
13414cat >>confdefs.h <<_ACEOF
13415#define TARGET_OS "${target_os}"
13416_ACEOF
13417
0efedc4c 13418
d7040cdb
SE
13419for ac_prog in 'bison -y' byacc
13420do
13421 # Extract the first word of "$ac_prog", so it can be a program name with args.
13422set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
13423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13424$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13425if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 13426 $as_echo_n "(cached) " >&6
20e95c23 13427else
d7040cdb
SE
13428 if test -n "$YACC"; then
13429 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 13430else
d7040cdb
SE
13431as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13432for as_dir in $PATH
13433do
13434 IFS=$as_save_IFS
13435 test -z "$as_dir" && as_dir=.
81ecdfbb 13436 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13438 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 13439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 13440 break 2
20e95c23 13441 fi
d7040cdb 13442done
81ecdfbb
RW
13443 done
13444IFS=$as_save_IFS
20e95c23 13445
d7040cdb
SE
13446fi
13447fi
13448YACC=$ac_cv_prog_YACC
13449if test -n "$YACC"; then
81ecdfbb
RW
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
13451$as_echo "$YACC" >&6; }
d7040cdb 13452else
81ecdfbb
RW
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13454$as_echo "no" >&6; }
d7040cdb 13455fi
20e95c23 13456
81ecdfbb 13457
d7040cdb
SE
13458 test -n "$YACC" && break
13459done
13460test -n "$YACC" || YACC="yacc"
20e95c23 13461
d7040cdb
SE
13462for ac_prog in flex lex
13463do
13464 # Extract the first word of "$ac_prog", so it can be a program name with args.
13465set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
13466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13467$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13468if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 13469 $as_echo_n "(cached) " >&6
d6d788bd 13470else
d7040cdb
SE
13471 if test -n "$LEX"; then
13472 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13473else
13474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13475for as_dir in $PATH
13476do
13477 IFS=$as_save_IFS
13478 test -z "$as_dir" && as_dir=.
81ecdfbb 13479 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13481 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 13482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13483 break 2
13484 fi
13485done
81ecdfbb
RW
13486 done
13487IFS=$as_save_IFS
20e95c23 13488
d7040cdb
SE
13489fi
13490fi
13491LEX=$ac_cv_prog_LEX
13492if test -n "$LEX"; then
81ecdfbb
RW
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13494$as_echo "$LEX" >&6; }
20e95c23 13495else
81ecdfbb
RW
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13497$as_echo "no" >&6; }
13b2be9c
DJ
13498fi
13499
81ecdfbb 13500
d7040cdb
SE
13501 test -n "$LEX" && break
13502done
13503test -n "$LEX" || LEX=":"
20e95c23 13504
3d961d0d
AM
13505case "$LEX" in
13506 :|*"missing "*) ;;
13507 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
13508%%
13509a { ECHO; }
13510b { REJECT; }
13511c { yymore (); }
13512d { yyless (1); }
d0ac1c44
SM
13513e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13514 yyless ((input () != 0)); }
81ecdfbb
RW
13515f { unput (yytext[0]); }
13516. { BEGIN INITIAL; }
13517%%
13518#ifdef YYTEXT_POINTER
13519extern char *yytext;
d7040cdb 13520#endif
d7040cdb 13521int
81ecdfbb 13522main (void)
d7040cdb 13523{
81ecdfbb 13524 return ! yylex () + ! yywrap ();
d7040cdb
SE
13525}
13526_ACEOF
81ecdfbb
RW
13527{ { ac_try="$LEX conftest.l"
13528case "(($ac_try" in
13529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13530 *) ac_try_echo=$ac_try;;
13531esac
13532eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13533$as_echo "$ac_try_echo"; } >&5
13534 (eval "$LEX conftest.l") 2>&5
d7040cdb 13535 ac_status=$?
81ecdfbb
RW
13536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13537 test $ac_status = 0; }
13538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13539$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 13540if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 13541 $as_echo_n "(cached) " >&6
d7040cdb 13542else
d5fbea21 13543
81ecdfbb
RW
13544if test -f lex.yy.c; then
13545 ac_cv_prog_lex_root=lex.yy
13546elif test -f lexyy.c; then
13547 ac_cv_prog_lex_root=lexyy
13548else
d0ac1c44 13549 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 13550fi
d7040cdb 13551fi
81ecdfbb
RW
13552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13553$as_echo "$ac_cv_prog_lex_root" >&6; }
13554LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 13555
81ecdfbb
RW
13556if test -z "${LEXLIB+set}"; then
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13558$as_echo_n "checking lex library... " >&6; }
d0ac1c44 13559if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 13560 $as_echo_n "(cached) " >&6
d7040cdb 13561else
d7040cdb 13562
81ecdfbb
RW
13563 ac_save_LIBS=$LIBS
13564 ac_cv_lib_lex='none needed'
13565 for ac_lib in '' -lfl -ll; do
13566 LIBS="$ac_lib $ac_save_LIBS"
13567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13568/* end confdefs.h. */
13569`cat $LEX_OUTPUT_ROOT.c`
13570_ACEOF
13571if ac_fn_c_try_link "$LINENO"; then :
13572 ac_cv_lib_lex=$ac_lib
d7040cdb 13573fi
81ecdfbb
RW
13574rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13576 test "$ac_cv_lib_lex" != 'none needed' && break
13577 done
13578 LIBS=$ac_save_LIBS
d7040cdb
SE
13579
13580fi
81ecdfbb
RW
13581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13582$as_echo "$ac_cv_lib_lex" >&6; }
13583 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
13584fi
13585
13b2be9c 13586
81ecdfbb
RW
13587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13588$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 13589if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 13590 $as_echo_n "(cached) " >&6
d7040cdb
SE
13591else
13592 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 13593# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
13594# not all implementations provide the %pointer and %array declarations.
13595ac_cv_prog_lex_yytext_pointer=no
d7040cdb 13596ac_save_LIBS=$LIBS
81ecdfbb
RW
13597LIBS="$LEXLIB $ac_save_LIBS"
13598cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13599/* end confdefs.h. */
d0ac1c44
SM
13600
13601 #define YYTEXT_POINTER 1
d7040cdb 13602`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 13603_ACEOF
81ecdfbb 13604if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13605 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 13606fi
81ecdfbb
RW
13607rm -f core conftest.err conftest.$ac_objext \
13608 conftest$ac_exeext conftest.$ac_ext
d7040cdb 13609LIBS=$ac_save_LIBS
252b5132 13610
9b2b7d69 13611fi
81ecdfbb
RW
13612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13613$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 13614if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 13615
81ecdfbb 13616$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 13617
d6d788bd 13618fi
81ecdfbb 13619rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
13620 ;;
13621esac
d7040cdb
SE
13622if test "$LEX" = :; then
13623 LEX=${am_missing_run}flex
13624fi
13625
e184813f 13626ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
d7040cdb
SE
13627# If we haven't got the data from the intl directory,
13628# assume NLS is disabled.
13629USE_NLS=no
13630LIBINTL=
13631LIBINTL_DEP=
13632INCINTL=
13633XGETTEXT=
13634GMSGFMT=
13635POSUB=
13636
13637if test -f ../intl/config.intl; then
13638 . ../intl/config.intl
13639fi
81ecdfbb
RW
13640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13641$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 13642if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13644$as_echo "no" >&6; }
d7040cdb 13645else
81ecdfbb
RW
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13647$as_echo "yes" >&6; }
d7040cdb 13648
81ecdfbb 13649$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
13650
13651
81ecdfbb
RW
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13653$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
13654 # Look for .po and .gmo files in the source directory.
13655 CATALOGS=
13656 XLINGUAS=
13657 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13658 # If there aren't any .gmo files the shell will give us the
13659 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13660 # weeded out.
13661 case "$cat" in *\**)
13662 continue;;
13663 esac
13664 # The quadruple backslash is collapsed to a double backslash
13665 # by the backticks, then collapsed again by the double quotes,
13666 # leaving us with one backslash in the sed expression (right
13667 # before the dot that mustn't act as a wildcard).
13668 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13669 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13670 # The user is allowed to set LINGUAS to a list of languages to
13671 # install catalogs for. If it's empty that means "all of them."
13672 if test "x$LINGUAS" = x; then
13673 CATALOGS="$CATALOGS $cat"
13674 XLINGUAS="$XLINGUAS $lang"
13675 else
13676 case "$LINGUAS" in *$lang*)
13677 CATALOGS="$CATALOGS $cat"
13678 XLINGUAS="$XLINGUAS $lang"
13679 ;;
13680 esac
13681 fi
13682 done
13683 LINGUAS="$XLINGUAS"
81ecdfbb
RW
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13685$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
13686
13687
13688 DATADIRNAME=share
13689
13690 INSTOBJEXT=.mo
13691
13692 GENCAT=gencat
13693
13694 CATOBJEXT=.gmo
13695
13696fi
13697
13698 MKINSTALLDIRS=
13699 if test -n "$ac_aux_dir"; then
13700 case "$ac_aux_dir" in
13701 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13702 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13703 esac
13704 fi
13705 if test -z "$MKINSTALLDIRS"; then
13706 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13707 fi
13708
13709
13710
81ecdfbb
RW
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13712$as_echo_n "checking whether NLS is requested... " >&6; }
13713 # Check whether --enable-nls was given.
13714if test "${enable_nls+set}" = set; then :
13715 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
13716else
13717 USE_NLS=yes
81ecdfbb
RW
13718fi
13719
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13721$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
13722
13723
13724
13725
13726
13727
13728# Prepare PATH_SEPARATOR.
13729# The user is always right.
13730if test "${PATH_SEPARATOR+set}" != set; then
13731 echo "#! /bin/sh" >conf$$.sh
13732 echo "exit 0" >>conf$$.sh
13733 chmod +x conf$$.sh
13734 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13735 PATH_SEPARATOR=';'
13b2be9c 13736 else
d7040cdb 13737 PATH_SEPARATOR=:
13b2be9c 13738 fi
d7040cdb 13739 rm -f conf$$.sh
252b5132 13740fi
13b2be9c 13741
d7040cdb
SE
13742# Find out how to test for executable files. Don't use a zero-byte file,
13743# as systems may use methods other than mode bits to determine executability.
13744cat >conf$$.file <<_ASEOF
13745#! /bin/sh
13746exit 0
13747_ASEOF
13748chmod +x conf$$.file
13749if test -x conf$$.file >/dev/null 2>&1; then
13750 ac_executable_p="test -x"
13751else
13752 ac_executable_p="test -f"
13b2be9c 13753fi
d7040cdb 13754rm -f conf$$.file
13b2be9c 13755
d7040cdb
SE
13756# Extract the first word of "msgfmt", so it can be a program name with args.
13757set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13759$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13760if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 13761 $as_echo_n "(cached) " >&6
252b5132 13762else
d7040cdb
SE
13763 case "$MSGFMT" in
13764 [\\/]* | ?:[\\/]*)
13765 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13766 ;;
13767 *)
13768 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13769 for ac_dir in $PATH; do
13770 IFS="$ac_save_IFS"
13771 test -z "$ac_dir" && ac_dir=.
13772 for ac_exec_ext in '' $ac_executable_extensions; do
13773 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13774 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13775 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13776 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13777 break 2
13778 fi
13779 fi
13780 done
13781 done
13782 IFS="$ac_save_IFS"
13783 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13784 ;;
13785esac
252b5132 13786fi
d7040cdb
SE
13787MSGFMT="$ac_cv_path_MSGFMT"
13788if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13790$as_echo "$MSGFMT" >&6; }
252b5132 13791else
81ecdfbb
RW
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13793$as_echo "no" >&6; }
252b5132 13794fi
252b5132 13795
d7040cdb
SE
13796 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13797set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13799$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13800if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 13801 $as_echo_n "(cached) " >&6
13b2be9c 13802else
d7040cdb
SE
13803 case $GMSGFMT in
13804 [\\/]* | ?:[\\/]*)
13805 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13806 ;;
13807 *)
13808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13809for as_dir in $PATH
13810do
13811 IFS=$as_save_IFS
13812 test -z "$as_dir" && as_dir=.
81ecdfbb 13813 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13815 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13817 break 2
13818 fi
13819done
81ecdfbb
RW
13820 done
13821IFS=$as_save_IFS
252b5132 13822
d7040cdb
SE
13823 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13824 ;;
13825esac
13826fi
13827GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13828if test -n "$GMSGFMT"; then
81ecdfbb
RW
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13830$as_echo "$GMSGFMT" >&6; }
ac48eca1 13831else
81ecdfbb
RW
13832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13833$as_echo "no" >&6; }
6840198f 13834fi
6840198f 13835
13b2be9c 13836
20e95c23 13837
81ecdfbb 13838
d7040cdb
SE
13839# Prepare PATH_SEPARATOR.
13840# The user is always right.
13841if test "${PATH_SEPARATOR+set}" != set; then
13842 echo "#! /bin/sh" >conf$$.sh
13843 echo "exit 0" >>conf$$.sh
13844 chmod +x conf$$.sh
13845 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13846 PATH_SEPARATOR=';'
13847 else
13848 PATH_SEPARATOR=:
13849 fi
13850 rm -f conf$$.sh
13851fi
20e95c23 13852
d7040cdb
SE
13853# Find out how to test for executable files. Don't use a zero-byte file,
13854# as systems may use methods other than mode bits to determine executability.
13855cat >conf$$.file <<_ASEOF
13856#! /bin/sh
13857exit 0
13858_ASEOF
13859chmod +x conf$$.file
13860if test -x conf$$.file >/dev/null 2>&1; then
13861 ac_executable_p="test -x"
13b2be9c 13862else
d7040cdb 13863 ac_executable_p="test -f"
13b2be9c 13864fi
d7040cdb 13865rm -f conf$$.file
20e95c23 13866
d7040cdb
SE
13867# Extract the first word of "xgettext", so it can be a program name with args.
13868set dummy xgettext; ac_word=$2
81ecdfbb
RW
13869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13870$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13871if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 13872 $as_echo_n "(cached) " >&6
252b5132 13873else
d7040cdb
SE
13874 case "$XGETTEXT" in
13875 [\\/]* | ?:[\\/]*)
13876 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13877 ;;
13878 *)
13879 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13880 for ac_dir in $PATH; do
13881 IFS="$ac_save_IFS"
13882 test -z "$ac_dir" && ac_dir=.
13883 for ac_exec_ext in '' $ac_executable_extensions; do
13884 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13885 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13886 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13887 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13888 break 2
13889 fi
13890 fi
13891 done
13892 done
13893 IFS="$ac_save_IFS"
13894 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13895 ;;
13896esac
13b2be9c 13897fi
d7040cdb
SE
13898XGETTEXT="$ac_cv_path_XGETTEXT"
13899if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13901$as_echo "$XGETTEXT" >&6; }
d7040cdb 13902else
81ecdfbb
RW
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13904$as_echo "no" >&6; }
13b2be9c 13905fi
13b2be9c 13906
d7040cdb 13907 rm -f messages.po
20e95c23 13908
13b2be9c 13909
d7040cdb
SE
13910# Prepare PATH_SEPARATOR.
13911# The user is always right.
13912if test "${PATH_SEPARATOR+set}" != set; then
13913 echo "#! /bin/sh" >conf$$.sh
13914 echo "exit 0" >>conf$$.sh
13915 chmod +x conf$$.sh
13916 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13917 PATH_SEPARATOR=';'
13918 else
13919 PATH_SEPARATOR=:
13920 fi
13921 rm -f conf$$.sh
252b5132 13922fi
20e95c23 13923
d7040cdb
SE
13924# Find out how to test for executable files. Don't use a zero-byte file,
13925# as systems may use methods other than mode bits to determine executability.
13926cat >conf$$.file <<_ASEOF
13927#! /bin/sh
13928exit 0
13929_ASEOF
13930chmod +x conf$$.file
13931if test -x conf$$.file >/dev/null 2>&1; then
13932 ac_executable_p="test -x"
252b5132 13933else
d7040cdb
SE
13934 ac_executable_p="test -f"
13935fi
13936rm -f conf$$.file
20e95c23 13937
d7040cdb
SE
13938# Extract the first word of "msgmerge", so it can be a program name with args.
13939set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13941$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13942if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 13943 $as_echo_n "(cached) " >&6
20e95c23 13944else
d7040cdb
SE
13945 case "$MSGMERGE" in
13946 [\\/]* | ?:[\\/]*)
13947 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13948 ;;
13949 *)
13950 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13951 for ac_dir in $PATH; do
13952 IFS="$ac_save_IFS"
13953 test -z "$ac_dir" && ac_dir=.
13954 for ac_exec_ext in '' $ac_executable_extensions; do
13955 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13956 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13957 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13958 break 2
13959 fi
13960 fi
13961 done
13962 done
13963 IFS="$ac_save_IFS"
13964 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13965 ;;
13966esac
20e95c23 13967fi
d7040cdb
SE
13968MSGMERGE="$ac_cv_path_MSGMERGE"
13969if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13971$as_echo "$MSGMERGE" >&6; }
d7040cdb 13972else
81ecdfbb
RW
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13974$as_echo "no" >&6; }
20e95c23 13975fi
252b5132 13976
252b5132 13977
d7040cdb
SE
13978 if test "$GMSGFMT" != ":"; then
13979 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13980 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13981 : ;
13982 else
13983 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13985$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13986 GMSGFMT=":"
13987 fi
13988 fi
13b2be9c 13989
d7040cdb
SE
13990 if test "$XGETTEXT" != ":"; then
13991 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13992 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13993 : ;
13994 else
81ecdfbb
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13996$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13997 XGETTEXT=":"
13998 fi
13999 rm -f messages.po
14000 fi
252b5132 14001
81ecdfbb 14002 ac_config_commands="$ac_config_commands default-1"
13b2be9c 14003
13b2be9c 14004
81ecdfbb
RW
14005
14006
14007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14008$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14009 # Check whether --enable-maintainer-mode was given.
14010if test "${enable_maintainer_mode+set}" = set; then :
14011 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 14012else
81ecdfbb 14013 USE_MAINTAINER_MODE=no
13b2be9c 14014fi
13b2be9c 14015
81ecdfbb
RW
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14017$as_echo "$USE_MAINTAINER_MODE" >&6; }
14018 if test $USE_MAINTAINER_MODE = yes; then
14019 MAINTAINER_MODE_TRUE=
14020 MAINTAINER_MODE_FALSE='#'
14021else
14022 MAINTAINER_MODE_TRUE='#'
14023 MAINTAINER_MODE_FALSE=
13b2be9c 14024fi
13b2be9c 14025
81ecdfbb
RW
14026 MAINT=$MAINTAINER_MODE_TRUE
14027
14028
14029 if false; then
14030 GENINSRC_NEVER_TRUE=
14031 GENINSRC_NEVER_FALSE='#'
13b2be9c 14032else
81ecdfbb
RW
14033 GENINSRC_NEVER_TRUE='#'
14034 GENINSRC_NEVER_FALSE=
252b5132 14035fi
13b2be9c 14036
81ecdfbb
RW
14037
14038
58797674 14039for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
81ecdfbb
RW
14040do :
14041 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14042ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 14043if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13b2be9c 14044 cat >>confdefs.h <<_ACEOF
81ecdfbb 14045#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c
DJ
14046_ACEOF
14047
252b5132 14048fi
13b2be9c 14049
252b5132
RH
14050done
14051
df7b86aa
NC
14052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14053$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 14054if ${gcc_cv_header_string+:} false; then :
df7b86aa
NC
14055 $as_echo_n "(cached) " >&6
14056else
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058/* end confdefs.h. */
14059#include <string.h>
14060#include <strings.h>
14061int
14062main ()
14063{
14064
14065 ;
14066 return 0;
14067}
14068_ACEOF
14069if ac_fn_c_try_compile "$LINENO"; then :
14070 gcc_cv_header_string=yes
14071else
14072 gcc_cv_header_string=no
14073fi
14074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14075fi
14076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14077$as_echo "$gcc_cv_header_string" >&6; }
14078if test $gcc_cv_header_string = yes; then
14079
14080$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14081
14082fi
14083
d6d788bd 14084
252b5132
RH
14085# Put this here so that autoconf's "cross-compiling" message doesn't confuse
14086# people who are not cross-compiling but are compiling cross-assemblers.
81ecdfbb
RW
14087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
14088$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
252b5132
RH
14089if test "${host}" = "${target}"; then
14090 cross_gas=no
14091else
14092 cross_gas=yes
13b2be9c 14093
81ecdfbb 14094$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132
RH
14095
14096fi
81ecdfbb
RW
14097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
14098$as_echo "$cross_gas" >&6; }
252b5132 14099
d0ac1c44
SM
14100ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14101if test "x$ac_cv_type_size_t" = xyes; then :
14102
14103else
14104
14105cat >>confdefs.h <<_ACEOF
14106#define size_t unsigned int
14107_ACEOF
14108
14109fi
14110
252b5132
RH
14111# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14112# for constant arguments. Useless!
81ecdfbb
RW
14113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
14114$as_echo_n "checking for working alloca.h... " >&6; }
d0ac1c44 14115if ${ac_cv_working_alloca_h+:} false; then :
81ecdfbb 14116 $as_echo_n "(cached) " >&6
13b2be9c 14117else
81ecdfbb 14118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14119/* end confdefs.h. */
252b5132 14120#include <alloca.h>
13b2be9c
DJ
14121int
14122main ()
14123{
14124char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 14125 if (p) return 0;
13b2be9c
DJ
14126 ;
14127 return 0;
14128}
14129_ACEOF
81ecdfbb 14130if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
14131 ac_cv_working_alloca_h=yes
14132else
81ecdfbb 14133 ac_cv_working_alloca_h=no
13b2be9c 14134fi
81ecdfbb
RW
14135rm -f core conftest.err conftest.$ac_objext \
14136 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14137fi
81ecdfbb
RW
14138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
14139$as_echo "$ac_cv_working_alloca_h" >&6; }
13b2be9c
DJ
14140if test $ac_cv_working_alloca_h = yes; then
14141
81ecdfbb 14142$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
14143
14144fi
14145
81ecdfbb
RW
14146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
14147$as_echo_n "checking for alloca... " >&6; }
d0ac1c44 14148if ${ac_cv_func_alloca_works+:} false; then :
81ecdfbb 14149 $as_echo_n "(cached) " >&6
252b5132 14150else
81ecdfbb 14151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14152/* end confdefs.h. */
252b5132
RH
14153#ifdef __GNUC__
14154# define alloca __builtin_alloca
14155#else
14156# ifdef _MSC_VER
14157# include <malloc.h>
14158# define alloca _alloca
14159# else
81ecdfbb 14160# ifdef HAVE_ALLOCA_H
252b5132
RH
14161# include <alloca.h>
14162# else
14163# ifdef _AIX
14164 #pragma alloca
14165# else
14166# ifndef alloca /* predefined by HP cc +Olibcalls */
d0ac1c44 14167void *alloca (size_t);
252b5132
RH
14168# endif
14169# endif
14170# endif
14171# endif
14172#endif
14173
13b2be9c
DJ
14174int
14175main ()
14176{
14177char *p = (char *) alloca (1);
81ecdfbb 14178 if (p) return 0;
13b2be9c
DJ
14179 ;
14180 return 0;
14181}
14182_ACEOF
81ecdfbb 14183if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
14184 ac_cv_func_alloca_works=yes
14185else
81ecdfbb 14186 ac_cv_func_alloca_works=no
252b5132 14187fi
81ecdfbb
RW
14188rm -f core conftest.err conftest.$ac_objext \
14189 conftest$ac_exeext conftest.$ac_ext
252b5132 14190fi
81ecdfbb
RW
14191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
14192$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 14193
252b5132 14194if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 14195
81ecdfbb 14196$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
9b2b7d69 14197
13b2be9c 14198else
c8615825 14199 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
14200# that cause trouble. Some versions do not even contain alloca or
14201# contain a buggy version. If you still want to use their alloca,
14202# use ar to extract alloca.o from them instead of compiling alloca.c.
14203
81ecdfbb 14204ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13b2be9c 14205
81ecdfbb 14206$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132 14207
d6d788bd 14208
81ecdfbb
RW
14209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
14210$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
d0ac1c44 14211if ${ac_cv_os_cray+:} false; then :
81ecdfbb 14212 $as_echo_n "(cached) " >&6
252b5132 14213else
81ecdfbb 14214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14215/* end confdefs.h. */
81ecdfbb 14216#if defined CRAY && ! defined CRAY2
252b5132
RH
14217webecray
14218#else
14219wenotbecray
14220#endif
14221
13b2be9c 14222_ACEOF
252b5132 14223if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 14224 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
14225 ac_cv_os_cray=yes
14226else
252b5132
RH
14227 ac_cv_os_cray=no
14228fi
14229rm -f conftest*
14230
14231fi
81ecdfbb
RW
14232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
14233$as_echo "$ac_cv_os_cray" >&6; }
252b5132 14234if test $ac_cv_os_cray = yes; then
13b2be9c 14235 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
14236 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14237ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14238if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13b2be9c
DJ
14239
14240cat >>confdefs.h <<_ACEOF
252b5132 14241#define CRAY_STACKSEG_END $ac_func
13b2be9c 14242_ACEOF
252b5132 14243
13b2be9c 14244 break
252b5132
RH
14245fi
14246
13b2be9c 14247 done
252b5132
RH
14248fi
14249
81ecdfbb
RW
14250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
14251$as_echo_n "checking stack direction for C alloca... " >&6; }
d0ac1c44 14252if ${ac_cv_c_stack_direction+:} false; then :
81ecdfbb 14253 $as_echo_n "(cached) " >&6
252b5132 14254else
81ecdfbb 14255 if test "$cross_compiling" = yes; then :
252b5132
RH
14256 ac_cv_c_stack_direction=0
14257else
81ecdfbb 14258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14259/* end confdefs.h. */
81ecdfbb 14260$ac_includes_default
13b2be9c 14261int
d0ac1c44 14262find_stack_direction (int *addr, int depth)
252b5132 14263{
d0ac1c44
SM
14264 int dir, dummy = 0;
14265 if (! addr)
14266 addr = &dummy;
14267 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
14268 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
14269 return dir + dummy;
252b5132 14270}
13b2be9c
DJ
14271
14272int
d0ac1c44 14273main (int argc, char **argv)
252b5132 14274{
d0ac1c44 14275 return find_stack_direction (0, argc + !argv + 20) < 0;
252b5132 14276}
13b2be9c 14277_ACEOF
81ecdfbb 14278if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
14279 ac_cv_c_stack_direction=1
14280else
81ecdfbb 14281 ac_cv_c_stack_direction=-1
252b5132 14282fi
81ecdfbb
RW
14283rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14284 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132 14285fi
252b5132 14286
81ecdfbb
RW
14287fi
14288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
14289$as_echo "$ac_cv_c_stack_direction" >&6; }
13b2be9c 14290cat >>confdefs.h <<_ACEOF
252b5132 14291#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
14292_ACEOF
14293
252b5132
RH
14294
14295fi
14296
81ecdfbb
RW
14297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14298$as_echo_n "checking for inline... " >&6; }
d0ac1c44 14299if ${ac_cv_c_inline+:} false; then :
81ecdfbb 14300 $as_echo_n "(cached) " >&6
252b5132
RH
14301else
14302 ac_cv_c_inline=no
14303for ac_kw in inline __inline__ __inline; do
81ecdfbb 14304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14305/* end confdefs.h. */
14306#ifndef __cplusplus
14307typedef int foo_t;
14308static $ac_kw foo_t static_foo () {return 0; }
14309$ac_kw foo_t foo () {return 0; }
14310#endif
252b5132 14311
13b2be9c 14312_ACEOF
81ecdfbb
RW
14313if ac_fn_c_try_compile "$LINENO"; then :
14314 ac_cv_c_inline=$ac_kw
252b5132 14315fi
81ecdfbb
RW
14316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14317 test "$ac_cv_c_inline" != no && break
252b5132
RH
14318done
14319
14320fi
81ecdfbb
RW
14321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
14322$as_echo "$ac_cv_c_inline" >&6; }
ab509236 14323
13b2be9c 14324case $ac_cv_c_inline in
252b5132 14325 inline | yes) ;;
ab509236
L
14326 *)
14327 case $ac_cv_c_inline in
14328 no) ac_val=;;
14329 *) ac_val=$ac_cv_c_inline;;
14330 esac
14331 cat >>confdefs.h <<_ACEOF
14332#ifndef __cplusplus
14333#define inline $ac_val
14334#endif
13b2be9c 14335_ACEOF
ab509236 14336 ;;
252b5132
RH
14337esac
14338
6840198f 14339
d6d788bd 14340# VMS doesn't have unlink.
252b5132 14341for ac_func in unlink remove
81ecdfbb
RW
14342do :
14343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14344ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14345if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13b2be9c 14346 cat >>confdefs.h <<_ACEOF
81ecdfbb 14347#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 14348_ACEOF
252b5132 14349 break
252b5132
RH
14350fi
14351done
14352
4b0296ce 14353for ac_func in sbrk setlocale
81ecdfbb 14354do :
a574142b
AM
14355 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14356ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14357if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13b2be9c 14358 cat >>confdefs.h <<_ACEOF
a574142b 14359#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 14360_ACEOF
252b5132 14361
1ec4b9f2
NS
14362fi
14363done
14364
14365for ac_func in strsignal
14366do :
14367 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
d0ac1c44 14368if test "x$ac_cv_func_strsignal" = xyes; then :
1ec4b9f2
NS
14369 cat >>confdefs.h <<_ACEOF
14370#define HAVE_STRSIGNAL 1
14371_ACEOF
14372
252b5132
RH
14373fi
14374done
14375
d6d788bd 14376
44350750
NC
14377
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14379$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 14380if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
14381 $as_echo_n "(cached) " >&6
14382else
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384/* end confdefs.h. */
14385#include <locale.h>
14386int
14387main ()
14388{
14389return LC_MESSAGES
14390 ;
14391 return 0;
14392}
14393_ACEOF
14394if ac_fn_c_try_link "$LINENO"; then :
14395 am_cv_val_LC_MESSAGES=yes
14396else
14397 am_cv_val_LC_MESSAGES=no
14398fi
14399rm -f core conftest.err conftest.$ac_objext \
14400 conftest$ac_exeext conftest.$ac_ext
14401fi
14402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14403$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14404 if test $am_cv_val_LC_MESSAGES = yes; then
14405
14406$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14407
14408 fi
14409
14410
39bec121
TW
14411# do we need the math library?
14412case "${need_libm}" in
13b2be9c 14413yes)
39bec121 14414 LIBM=
f9c19112 14415case $host in
3725885a 14416*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 14417 # These system don't have libm, or don't need it
39bec121
TW
14418 ;;
14419*-ncr-sysv4.3*)
81ecdfbb
RW
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14421$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 14422if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
81ecdfbb 14423 $as_echo_n "(cached) " >&6
39bec121 14424else
13b2be9c 14425 ac_check_lib_save_LIBS=$LIBS
39bec121 14426LIBS="-lmw $LIBS"
81ecdfbb 14427cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14428/* end confdefs.h. */
14429
81ecdfbb
RW
14430/* Override any GCC internal prototype to avoid an error.
14431 Use char because int might match the return type of a GCC
14432 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
14433#ifdef __cplusplus
14434extern "C"
14435#endif
13b2be9c
DJ
14436char _mwvalidcheckl ();
14437int
14438main ()
14439{
81ecdfbb 14440return _mwvalidcheckl ();
13b2be9c
DJ
14441 ;
14442 return 0;
14443}
14444_ACEOF
81ecdfbb 14445if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
14446 ac_cv_lib_mw__mwvalidcheckl=yes
14447else
81ecdfbb 14448 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 14449fi
81ecdfbb
RW
14450rm -f core conftest.err conftest.$ac_objext \
14451 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14452LIBS=$ac_check_lib_save_LIBS
14453fi
81ecdfbb
RW
14454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14455$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 14456if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
39bec121 14457 LIBM="-lmw"
39bec121
TW
14458fi
14459
81ecdfbb
RW
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14461$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 14462if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 14463 $as_echo_n "(cached) " >&6
39bec121 14464else
13b2be9c 14465 ac_check_lib_save_LIBS=$LIBS
39bec121 14466LIBS="-lm $LIBS"
81ecdfbb 14467cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14468/* end confdefs.h. */
39bec121 14469
81ecdfbb
RW
14470/* Override any GCC internal prototype to avoid an error.
14471 Use char because int might match the return type of a GCC
14472 builtin and then its argument prototype would still apply. */
d7040cdb
SE
14473#ifdef __cplusplus
14474extern "C"
14475#endif
d7040cdb 14476char cos ();
13b2be9c
DJ
14477int
14478main ()
14479{
81ecdfbb 14480return cos ();
13b2be9c
DJ
14481 ;
14482 return 0;
14483}
14484_ACEOF
81ecdfbb 14485if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 14486 ac_cv_lib_m_cos=yes
13b2be9c 14487else
81ecdfbb 14488 ac_cv_lib_m_cos=no
13b2be9c 14489fi
81ecdfbb
RW
14490rm -f core conftest.err conftest.$ac_objext \
14491 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14492LIBS=$ac_check_lib_save_LIBS
14493fi
81ecdfbb
RW
14494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14495$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 14496if test "x$ac_cv_lib_m_cos" = xyes; then :
39bec121 14497 LIBM="$LIBM -lm"
39bec121
TW
14498fi
14499
14500 ;;
14501*)
81ecdfbb
RW
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14503$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 14504if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 14505 $as_echo_n "(cached) " >&6
39bec121 14506else
13b2be9c 14507 ac_check_lib_save_LIBS=$LIBS
39bec121 14508LIBS="-lm $LIBS"
81ecdfbb 14509cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14510/* end confdefs.h. */
39bec121 14511
81ecdfbb
RW
14512/* Override any GCC internal prototype to avoid an error.
14513 Use char because int might match the return type of a GCC
14514 builtin and then its argument prototype would still apply. */
d7040cdb
SE
14515#ifdef __cplusplus
14516extern "C"
14517#endif
d7040cdb 14518char cos ();
13b2be9c
DJ
14519int
14520main ()
14521{
81ecdfbb 14522return cos ();
13b2be9c
DJ
14523 ;
14524 return 0;
14525}
14526_ACEOF
81ecdfbb 14527if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 14528 ac_cv_lib_m_cos=yes
13b2be9c 14529else
81ecdfbb 14530 ac_cv_lib_m_cos=no
13b2be9c 14531fi
81ecdfbb
RW
14532rm -f core conftest.err conftest.$ac_objext \
14533 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14534LIBS=$ac_check_lib_save_LIBS
14535fi
81ecdfbb
RW
14536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14537$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 14538if test "x$ac_cv_lib_m_cos" = xyes; then :
39bec121 14539 LIBM="-lm"
39bec121
TW
14540fi
14541
14542 ;;
14543esac
14544
13b2be9c 14545
d7040cdb 14546
39bec121
TW
14547 ;;
14548esac
14549
252b5132
RH
14550# Some non-ANSI preprocessors botch requoting inside strings. That's bad
14551# enough, but on some of those systems, the assert macro relies on requoting
14552# working properly!
81ecdfbb
RW
14553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14554$as_echo_n "checking for working assert macro... " >&6; }
d0ac1c44 14555if ${gas_cv_assert_ok+:} false; then :
81ecdfbb 14556 $as_echo_n "(cached) " >&6
13b2be9c 14557else
81ecdfbb 14558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14559/* end confdefs.h. */
252b5132
RH
14560#include <assert.h>
14561#include <stdio.h>
13b2be9c
DJ
14562int
14563main ()
14564{
252b5132
RH
14565
14566/* check for requoting problems */
14567static int a, b, c, d;
14568static char *s;
14569assert (!strcmp(s, "foo bar baz quux"));
14570/* check for newline handling */
14571assert (a == b
14572 || c == d);
14573
13b2be9c
DJ
14574 ;
14575 return 0;
81ecdfbb
RW
14576}
14577_ACEOF
14578if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
14579 gas_cv_assert_ok=yes
14580else
81ecdfbb 14581 gas_cv_assert_ok=no
252b5132 14582fi
81ecdfbb
RW
14583rm -f core conftest.err conftest.$ac_objext \
14584 conftest$ac_exeext conftest.$ac_ext
252b5132 14585fi
81ecdfbb
RW
14586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14587$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 14588test $gas_cv_assert_ok = yes ||
81ecdfbb 14589$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 14590
d6d788bd
L
14591
14592
252b5132
RH
14593# On some systems, the system header files may not declare malloc, realloc,
14594# and free. There are places where gas needs these functions to have been
14595# declared -- such as when taking their addresses.
14596gas_test_headers="
14597#ifdef HAVE_MEMORY_H
14598#include <memory.h>
14599#endif
14600#ifdef HAVE_STRING_H
14601#include <string.h>
14602#else
14603#ifdef HAVE_STRINGS_H
14604#include <strings.h>
14605#endif
14606#endif
14607#ifdef HAVE_STDLIB_H
14608#include <stdlib.h>
14609#endif
14610#ifdef HAVE_UNISTD_H
14611#include <unistd.h>
14612#endif
14613"
14614
e8a38df5
AL
14615# Does errno.h declare errno, or do we have to add a separate declaration
14616# for it?
14617
81ecdfbb
RW
14618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14619$as_echo_n "checking whether declaration is required for errno... " >&6; }
d0ac1c44 14620if ${gas_cv_decl_needed_errno+:} false; then :
81ecdfbb 14621 $as_echo_n "(cached) " >&6
e8a38df5 14622else
81ecdfbb 14623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a38df5
AL
14624/* end confdefs.h. */
14625
14626#ifdef HAVE_ERRNO_H
14627#include <errno.h>
14628#endif
14629
14630int
14631main ()
14632{
14633
14634typedef int f;
14635f x;
14636x = (f) errno;
14637
14638 ;
14639 return 0;
14640}
14641_ACEOF
81ecdfbb 14642if ac_fn_c_try_link "$LINENO"; then :
e8a38df5
AL
14643 gas_cv_decl_needed_errno=no
14644else
81ecdfbb 14645 gas_cv_decl_needed_errno=yes
e8a38df5 14646fi
81ecdfbb
RW
14647rm -f core conftest.err conftest.$ac_objext \
14648 conftest$ac_exeext conftest.$ac_ext
e8a38df5 14649fi
81ecdfbb
RW
14650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14651$as_echo "$gas_cv_decl_needed_errno" >&6; }
e8a38df5
AL
14652if test $gas_cv_decl_needed_errno = yes; then
14653
81ecdfbb 14654$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
e8a38df5
AL
14655
14656fi
14657
14658
81ecdfbb
RW
14659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14660$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 14661if ${gas_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 14662 $as_echo_n "(cached) " >&6
56f36663 14663else
81ecdfbb 14664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
14665/* end confdefs.h. */
14666#include <unistd.h>
14667int
14668main ()
14669{
14670extern int getopt (int, char *const*, const char *);
14671 ;
14672 return 0;
14673}
14674_ACEOF
81ecdfbb 14675if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
14676 gas_cv_decl_getopt_unistd_h=yes
14677else
81ecdfbb 14678 gas_cv_decl_getopt_unistd_h=no
56f36663 14679fi
81ecdfbb 14680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
14681fi
14682
81ecdfbb
RW
14683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14684$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
14685if test $gas_cv_decl_getopt_unistd_h = yes; then
14686
81ecdfbb 14687$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
14688
14689fi
14690
e8a38df5 14691
81ecdfbb
RW
14692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14693$as_echo_n "checking whether declaration is required for environ... " >&6; }
d0ac1c44 14694if ${gas_cv_decl_needed_environ+:} false; then :
81ecdfbb 14695 $as_echo_n "(cached) " >&6
13b2be9c 14696else
81ecdfbb 14697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14698/* end confdefs.h. */
252b5132 14699$gas_test_headers
13b2be9c
DJ
14700int
14701main ()
14702{
252b5132 14703
e8a38df5 14704typedef char **f;
252b5132 14705f x;
e8a38df5 14706x = (f) environ;
252b5132 14707
13b2be9c
DJ
14708 ;
14709 return 0;
14710}
14711_ACEOF
81ecdfbb 14712if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14713 gas_cv_decl_needed_environ=no
252b5132 14714else
81ecdfbb 14715 gas_cv_decl_needed_environ=yes
252b5132 14716fi
81ecdfbb
RW
14717rm -f core conftest.err conftest.$ac_objext \
14718 conftest$ac_exeext conftest.$ac_ext
252b5132 14719fi
81ecdfbb
RW
14720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14721$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 14722if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 14723
81ecdfbb 14724$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
14725
14726fi
14727
14728
81ecdfbb
RW
14729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14730$as_echo_n "checking whether declaration is required for ffs... " >&6; }
d0ac1c44 14731if ${gas_cv_decl_needed_ffs+:} false; then :
81ecdfbb 14732 $as_echo_n "(cached) " >&6
13b2be9c 14733else
81ecdfbb 14734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14735/* end confdefs.h. */
14736$gas_test_headers
14737int
14738main ()
14739{
14740
e8a38df5 14741typedef int (*f)(int);
13b2be9c 14742f x;
e8a38df5 14743x = (f) ffs;
13b2be9c
DJ
14744
14745 ;
14746 return 0;
14747}
14748_ACEOF
81ecdfbb 14749if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14750 gas_cv_decl_needed_ffs=no
13b2be9c 14751else
81ecdfbb 14752 gas_cv_decl_needed_ffs=yes
13b2be9c 14753fi
81ecdfbb
RW
14754rm -f core conftest.err conftest.$ac_objext \
14755 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14756fi
81ecdfbb
RW
14757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14758$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 14759if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 14760
81ecdfbb 14761$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
14762
14763fi
14764
14765
81ecdfbb
RW
14766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14767$as_echo_n "checking whether declaration is required for free... " >&6; }
d0ac1c44 14768if ${gas_cv_decl_needed_free+:} false; then :
81ecdfbb 14769 $as_echo_n "(cached) " >&6
13b2be9c 14770else
81ecdfbb 14771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14772/* end confdefs.h. */
14773$gas_test_headers
14774int
14775main ()
14776{
14777
14778typedef void (*f)();
14779f x;
14780x = (f) free;
14781
14782 ;
14783 return 0;
14784}
14785_ACEOF
81ecdfbb 14786if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
14787 gas_cv_decl_needed_free=no
14788else
81ecdfbb 14789 gas_cv_decl_needed_free=yes
13b2be9c 14790fi
81ecdfbb
RW
14791rm -f core conftest.err conftest.$ac_objext \
14792 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14793fi
81ecdfbb
RW
14794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14795$as_echo "$gas_cv_decl_needed_free" >&6; }
13b2be9c
DJ
14796if test $gas_cv_decl_needed_free = yes; then
14797
81ecdfbb 14798$as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13b2be9c
DJ
14799
14800fi
14801
14802
81ecdfbb
RW
14803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14804$as_echo_n "checking whether declaration is required for malloc... " >&6; }
d0ac1c44 14805if ${gas_cv_decl_needed_malloc+:} false; then :
81ecdfbb 14806 $as_echo_n "(cached) " >&6
13b2be9c 14807else
81ecdfbb 14808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14809/* end confdefs.h. */
14810$gas_test_headers
14811int
14812main ()
14813{
14814
14815typedef char *(*f)();
14816f x;
e8a38df5 14817x = (f) malloc;
13b2be9c
DJ
14818
14819 ;
14820 return 0;
14821}
14822_ACEOF
81ecdfbb 14823if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14824 gas_cv_decl_needed_malloc=no
13b2be9c 14825else
81ecdfbb 14826 gas_cv_decl_needed_malloc=yes
13b2be9c 14827fi
81ecdfbb
RW
14828rm -f core conftest.err conftest.$ac_objext \
14829 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14830fi
81ecdfbb
RW
14831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14832$as_echo "$gas_cv_decl_needed_malloc" >&6; }
e8a38df5 14833if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c 14834
81ecdfbb 14835$as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13b2be9c
DJ
14836
14837fi
14838
14839
81ecdfbb
RW
14840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14841$as_echo_n "checking whether declaration is required for sbrk... " >&6; }
d0ac1c44 14842if ${gas_cv_decl_needed_sbrk+:} false; then :
81ecdfbb 14843 $as_echo_n "(cached) " >&6
13b2be9c 14844else
81ecdfbb 14845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14846/* end confdefs.h. */
14847$gas_test_headers
14848int
14849main ()
14850{
14851
e8a38df5 14852typedef char *(*f)();
13b2be9c 14853f x;
e8a38df5 14854x = (f) sbrk;
13b2be9c
DJ
14855
14856 ;
14857 return 0;
14858}
14859_ACEOF
81ecdfbb 14860if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14861 gas_cv_decl_needed_sbrk=no
13b2be9c 14862else
81ecdfbb 14863 gas_cv_decl_needed_sbrk=yes
13b2be9c 14864fi
81ecdfbb
RW
14865rm -f core conftest.err conftest.$ac_objext \
14866 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14867fi
81ecdfbb
RW
14868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14869$as_echo "$gas_cv_decl_needed_sbrk" >&6; }
e8a38df5 14870if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c 14871
81ecdfbb 14872$as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13b2be9c
DJ
14873
14874fi
14875
14876
81ecdfbb
RW
14877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14878$as_echo_n "checking whether declaration is required for strstr... " >&6; }
d0ac1c44 14879if ${gas_cv_decl_needed_strstr+:} false; then :
81ecdfbb 14880 $as_echo_n "(cached) " >&6
13b2be9c 14881else
81ecdfbb 14882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14883/* end confdefs.h. */
e8a38df5 14884$gas_test_headers
13b2be9c
DJ
14885int
14886main ()
14887{
14888
e8a38df5 14889typedef char *(*f)();
13b2be9c 14890f x;
e8a38df5 14891x = (f) strstr;
13b2be9c
DJ
14892
14893 ;
14894 return 0;
14895}
14896_ACEOF
81ecdfbb 14897if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14898 gas_cv_decl_needed_strstr=no
13b2be9c 14899else
81ecdfbb 14900 gas_cv_decl_needed_strstr=yes
13b2be9c 14901fi
81ecdfbb
RW
14902rm -f core conftest.err conftest.$ac_objext \
14903 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14904fi
81ecdfbb
RW
14905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14906$as_echo "$gas_cv_decl_needed_strstr" >&6; }
e8a38df5 14907if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c 14908
81ecdfbb 14909$as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
13b2be9c
DJ
14910
14911fi
14912
14913
4b0296ce 14914ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
d0ac1c44 14915if test "x$ac_cv_have_decl_free" = xyes; then :
4b0296ce
AM
14916 ac_have_decl=1
14917else
14918 ac_have_decl=0
14919fi
14920
14921cat >>confdefs.h <<_ACEOF
14922#define HAVE_DECL_FREE $ac_have_decl
14923_ACEOF
14924ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 14925if test "x$ac_cv_have_decl_getenv" = xyes; then :
4b0296ce
AM
14926 ac_have_decl=1
14927else
14928 ac_have_decl=0
14929fi
14930
14931cat >>confdefs.h <<_ACEOF
14932#define HAVE_DECL_GETENV $ac_have_decl
14933_ACEOF
14934ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
d0ac1c44 14935if test "x$ac_cv_have_decl_malloc" = xyes; then :
4b0296ce
AM
14936 ac_have_decl=1
14937else
14938 ac_have_decl=0
14939fi
14940
14941cat >>confdefs.h <<_ACEOF
14942#define HAVE_DECL_MALLOC $ac_have_decl
14943_ACEOF
0175442d 14944ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
d0ac1c44 14945if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
0175442d
L
14946 ac_have_decl=1
14947else
14948 ac_have_decl=0
14949fi
14950
14951cat >>confdefs.h <<_ACEOF
14952#define HAVE_DECL_MEMPCPY $ac_have_decl
14953_ACEOF
4b0296ce 14954ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
d0ac1c44 14955if test "x$ac_cv_have_decl_realloc" = xyes; then :
4b0296ce
AM
14956 ac_have_decl=1
14957else
14958 ac_have_decl=0
14959fi
14960
14961cat >>confdefs.h <<_ACEOF
14962#define HAVE_DECL_REALLOC $ac_have_decl
14963_ACEOF
14964ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 14965if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
4b0296ce
AM
14966 ac_have_decl=1
14967else
14968 ac_have_decl=0
14969fi
14970
14971cat >>confdefs.h <<_ACEOF
14972#define HAVE_DECL_STPCPY $ac_have_decl
14973_ACEOF
14974ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 14975if test "x$ac_cv_have_decl_strstr" = xyes; then :
4b0296ce
AM
14976 ac_have_decl=1
14977else
14978 ac_have_decl=0
14979fi
0175442d 14980
4b0296ce
AM
14981cat >>confdefs.h <<_ACEOF
14982#define HAVE_DECL_STRSTR $ac_have_decl
14983_ACEOF
81ecdfbb 14984ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 14985if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
81ecdfbb 14986 ac_have_decl=1
6d74f28b 14987else
81ecdfbb 14988 ac_have_decl=0
6d74f28b 14989fi
6d74f28b
EB
14990
14991cat >>confdefs.h <<_ACEOF
81ecdfbb 14992#define HAVE_DECL_VSNPRINTF $ac_have_decl
6d74f28b 14993_ACEOF
2a7f4fa9 14994ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 14995if test "x$ac_cv_have_decl_asprintf" = xyes; then :
2a7f4fa9
NC
14996 ac_have_decl=1
14997else
14998 ac_have_decl=0
14999fi
15000
15001cat >>confdefs.h <<_ACEOF
15002#define HAVE_DECL_ASPRINTF $ac_have_decl
15003_ACEOF
6d74f28b
EB
15004
15005
13b2be9c 15006
c973bc5c
NC
15007case "${host}" in
15008*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
15009
81ecdfbb 15010$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
15011 ;;
15012esac
15013
543b7933
L
15014# Link in zlib if we can. This allows us to write compressed debug sections.
15015
15016 # Use the system's zlib library.
39f3de7c
L
15017 zlibdir="-L\$(top_builddir)/../zlib"
15018 zlibinc="-I\$(top_srcdir)/../zlib"
0acf065b 15019
0138187e
L
15020# Check whether --with-system-zlib was given.
15021if test "${with_system_zlib+set}" = set; then :
afa59b79
L
15022 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
15023 zlibdir=
15024 zlibinc=
15025 fi
0acf065b 15026
0acf065b 15027fi
0acf065b 15028
0acf065b
CC
15029
15030
543b7933
L
15031
15032
b11d79f2
TG
15033# Support for VMS timestamps via cross compile
15034
15035if test "$ac_cv_header_time_h" = yes; then
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
15037$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
d0ac1c44 15038 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
b11d79f2
TG
15039 $as_echo_n "(cached) " >&6
15040else
15041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15042/* end confdefs.h. */
15043
15044#define _BSD_SOURCE 1
15045#include <time.h>
15046int
15047main ()
15048{
15049struct tm avar; void* aref = (void*) &avar.tm_gmtoff
15050 ;
15051 return 0;
15052}
15053_ACEOF
15054if ac_fn_c_try_compile "$LINENO"; then :
15055 gas_cv_have_time_type_member_tm_gmtoff=yes
15056else
15057 gas_cv_have_time_type_member_tm_gmtoff=no
15058
15059fi
15060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15061fi
15062
15063 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
15064
15065$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
15066
15067 fi
15068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
15069$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
15070
15071fi
15072
15073if test "$ac_cv_header_sys_stat_h" = yes; then
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
15075$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
d0ac1c44 15076 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
b11d79f2
TG
15077 $as_echo_n "(cached) " >&6
15078else
15079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15080/* end confdefs.h. */
15081
15082#define _BSD_SOURCE 1
15083#include <sys/stat.h>
15084int
15085main ()
15086{
15087struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
15088 ;
15089 return 0;
15090}
15091_ACEOF
15092if ac_fn_c_try_compile "$LINENO"; then :
15093 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
15094else
15095 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
15096
15097fi
15098rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15099fi
15100
15101 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
15102
15103$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
15104
15105 fi
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
15107$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
15108
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
15110$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
d0ac1c44 15111 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
b11d79f2
TG
15112 $as_echo_n "(cached) " >&6
15113else
15114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15115/* end confdefs.h. */
15116
15117#define _BSD_SOURCE 1
15118#include <sys/stat.h>
15119int
15120main ()
15121{
15122struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
15123 ;
15124 return 0;
15125}
15126_ACEOF
15127if ac_fn_c_try_compile "$LINENO"; then :
15128 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
15129else
15130 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
15131
15132fi
15133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15134fi
15135
15136 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
15137
15138$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
15139
15140 fi
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
15142$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
15143
15144fi
15145
15146
c973bc5c 15147
13b2be9c 15148
108a6f8e
CD
15149
15150
15151
15152
31dd3154 15153
81ecdfbb 15154ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
13b2be9c 15155
81ecdfbb 15156ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
15157
15158
15159cat >confcache <<\_ACEOF
15160# This file is a shell script that caches the results of configure
15161# tests run on this system so they can be shared between configure
15162# scripts and configure runs, see configure's option --config-cache.
15163# It is not useful on other systems. If it contains results you don't
15164# want to keep, you may remove or edit it.
15165#
15166# config.status only pays attention to the cache file if you give it
15167# the --recheck option to rerun configure.
15168#
15169# `ac_cv_env_foo' variables (set or unset) will be overridden when
15170# loading this file, other *unset* `ac_cv_foo' will be assigned the
15171# following values.
15172
15173_ACEOF
15174
15175# The following way of writing the cache mishandles newlines in values,
15176# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15177# So, we kill variables containing newlines.
13b2be9c
DJ
15178# Ultrix sh set writes to stderr and can't be redirected directly,
15179# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15180(
15181 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15182 eval ac_val=\$$ac_var
15183 case $ac_val in #(
15184 *${as_nl}*)
15185 case $ac_var in #(
15186 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15187$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15188 esac
15189 case $ac_var in #(
15190 _ | IFS | as_nl) ;; #(
15191 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15192 *) { eval $ac_var=; unset $ac_var;} ;;
15193 esac ;;
15194 esac
15195 done
15196
13b2be9c 15197 (set) 2>&1 |
81ecdfbb
RW
15198 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15199 *${as_nl}ac_space=\ *)
15200 # `set' does not quote correctly, so add quotes: double-quote
15201 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 15202 sed -n \
ab509236
L
15203 "s/'/'\\\\''/g;
15204 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15205 ;; #(
13b2be9c
DJ
15206 *)
15207 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15208 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 15209 ;;
81ecdfbb
RW
15210 esac |
15211 sort
15212) |
13b2be9c 15213 sed '
81ecdfbb 15214 /^ac_cv_env_/b end
13b2be9c 15215 t clear
81ecdfbb 15216 :clear
13b2be9c
DJ
15217 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15218 t end
81ecdfbb
RW
15219 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15220 :end' >>confcache
15221if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15222 if test -w "$cache_file"; then
d0ac1c44 15223 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15225$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15226 if test ! -f "$cache_file" || test -h "$cache_file"; then
15227 cat confcache >"$cache_file"
15228 else
15229 case $cache_file in #(
15230 */* | ?:*)
15231 mv -f confcache "$cache_file"$$ &&
15232 mv -f "$cache_file"$$ "$cache_file" ;; #(
15233 *)
15234 mv -f confcache "$cache_file" ;;
15235 esac
15236 fi
15237 fi
13b2be9c 15238 else
81ecdfbb
RW
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15240$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
15241 fi
15242fi
15243rm -f confcache
15244
15245test "x$prefix" = xNONE && prefix=$ac_default_prefix
15246# Let make expand exec_prefix.
15247test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15248
13b2be9c
DJ
15249DEFS=-DHAVE_CONFIG_H
15250
15251ac_libobjs=
15252ac_ltlibobjs=
d0ac1c44 15253U=
13b2be9c
DJ
15254for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15255 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15256 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15257 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15258 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15259 # will be set to the directory where LIBOBJS objects are built.
15260 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15261 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
15262done
15263LIBOBJS=$ac_libobjs
15264
15265LTLIBOBJS=$ac_ltlibobjs
15266
15267
d0ac1c44
SM
15268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15269$as_echo_n "checking that generated files are newer than configure... " >&6; }
15270 if test -n "$am_sleep_pid"; then
15271 # Hide warnings about reused PIDs.
15272 wait $am_sleep_pid 2>/dev/null
15273 fi
15274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15275$as_echo "done" >&6; }
13b2be9c 15276if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 15277 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 15278Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c
DJ
15279fi
15280if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 15281 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
15282Usually this means the macro was only invoked conditionally." "$LINENO" 5
15283fi
15284 if test -n "$EXEEXT"; then
15285 am__EXEEXT_TRUE=
15286 am__EXEEXT_FALSE='#'
15287else
15288 am__EXEEXT_TRUE='#'
15289 am__EXEEXT_FALSE=
13b2be9c 15290fi
81ecdfbb
RW
15291
15292
13b2be9c 15293if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15294 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15295Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 15296fi
d5fbea21 15297if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15298 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15299Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15300fi
13b2be9c 15301
d0ac1c44 15302: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15303ac_write_fail=0
13b2be9c
DJ
15304ac_clean_files_save=$ac_clean_files
15305ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15306{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15307$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15308as_write_fail=0
15309cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
15310#! $SHELL
15311# Generated by $as_me.
15312# Run this file to recreate the current configuration.
15313# Compiler output produced by configure, useful for debugging
15314# configure, is in config.log if it exists.
15315
15316debug=false
15317ac_cs_recheck=false
15318ac_cs_silent=false
13b2be9c 15319
81ecdfbb
RW
15320SHELL=\${CONFIG_SHELL-$SHELL}
15321export SHELL
15322_ASEOF
15323cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15324## -------------------- ##
15325## M4sh Initialization. ##
15326## -------------------- ##
13b2be9c 15327
81ecdfbb
RW
15328# Be more Bourne compatible
15329DUALCASE=1; export DUALCASE # for MKS sh
15330if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
15331 emulate sh
15332 NULLCMD=:
81ecdfbb 15333 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
15334 # is contrary to our usage. Disable this feature.
15335 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15336 setopt NO_GLOB_SUBST
15337else
15338 case `(set -o) 2>/dev/null` in #(
15339 *posix*) :
15340 set -o posix ;; #(
15341 *) :
15342 ;;
15343esac
13b2be9c
DJ
15344fi
15345
81ecdfbb
RW
15346
15347as_nl='
15348'
15349export as_nl
15350# Printing a long string crashes Solaris 7 /usr/bin/printf.
15351as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15352as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15353as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15354# Prefer a ksh shell builtin over an external printf program on Solaris,
15355# but without wasting forks for bash or zsh.
15356if test -z "$BASH_VERSION$ZSH_VERSION" \
15357 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15358 as_echo='print -r --'
15359 as_echo_n='print -rn --'
15360elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15361 as_echo='printf %s\n'
15362 as_echo_n='printf %s'
15363else
15364 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15365 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15366 as_echo_n='/usr/ucb/echo -n'
15367 else
15368 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15369 as_echo_n_body='eval
15370 arg=$1;
15371 case $arg in #(
15372 *"$as_nl"*)
15373 expr "X$arg" : "X\\(.*\\)$as_nl";
15374 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15375 esac;
15376 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15377 '
15378 export as_echo_n_body
15379 as_echo_n='sh -c $as_echo_n_body as_echo'
15380 fi
15381 export as_echo_body
15382 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
15383fi
15384
81ecdfbb
RW
15385# The user is always right.
15386if test "${PATH_SEPARATOR+set}" != set; then
15387 PATH_SEPARATOR=:
15388 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15389 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15390 PATH_SEPARATOR=';'
15391 }
15392fi
15393
15394
15395# IFS
15396# We need space, tab and new line, in precisely that order. Quoting is
15397# there to prevent editors from complaining about space-tab.
15398# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15399# splitting by setting IFS to empty value.)
15400IFS=" "" $as_nl"
15401
15402# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15403as_myself=
81ecdfbb
RW
15404case $0 in #((
15405 *[\\/]* ) as_myself=$0 ;;
15406 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15407for as_dir in $PATH
15408do
15409 IFS=$as_save_IFS
15410 test -z "$as_dir" && as_dir=.
15411 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15412 done
15413IFS=$as_save_IFS
15414
15415 ;;
15416esac
15417# We did not find ourselves, most probably we were run as `sh COMMAND'
15418# in which case we are not to be found in the path.
15419if test "x$as_myself" = x; then
15420 as_myself=$0
15421fi
15422if test ! -f "$as_myself"; then
15423 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15424 exit 1
15425fi
13b2be9c 15426
81ecdfbb
RW
15427# Unset variables that we do not need and which cause bugs (e.g. in
15428# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15429# suppresses any "Segmentation fault" message there. '((' could
15430# trigger a bug in pdksh 5.2.14.
15431for as_var in BASH_ENV ENV MAIL MAILPATH
15432do eval test x\${$as_var+set} = xset \
15433 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15434done
13b2be9c
DJ
15435PS1='$ '
15436PS2='> '
15437PS4='+ '
15438
15439# NLS nuisances.
81ecdfbb
RW
15440LC_ALL=C
15441export LC_ALL
15442LANGUAGE=C
15443export LANGUAGE
15444
15445# CDPATH.
15446(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15447
15448
d0ac1c44
SM
15449# as_fn_error STATUS ERROR [LINENO LOG_FD]
15450# ----------------------------------------
81ecdfbb
RW
15451# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15452# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15453# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15454as_fn_error ()
15455{
d0ac1c44
SM
15456 as_status=$1; test $as_status -eq 0 && as_status=1
15457 if test "$4"; then
15458 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15459 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13b2be9c 15460 fi
d0ac1c44 15461 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15462 as_fn_exit $as_status
15463} # as_fn_error
15464
15465
15466# as_fn_set_status STATUS
15467# -----------------------
15468# Set $? to STATUS, without forking.
15469as_fn_set_status ()
15470{
15471 return $1
15472} # as_fn_set_status
15473
15474# as_fn_exit STATUS
15475# -----------------
15476# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15477as_fn_exit ()
15478{
15479 set +e
15480 as_fn_set_status $1
15481 exit $1
15482} # as_fn_exit
15483
15484# as_fn_unset VAR
15485# ---------------
15486# Portably unset VAR.
15487as_fn_unset ()
15488{
15489 { eval $1=; unset $1;}
15490}
15491as_unset=as_fn_unset
15492# as_fn_append VAR VALUE
15493# ----------------------
15494# Append the text in VALUE to the end of the definition contained in VAR. Take
15495# advantage of any shell optimizations that allow amortized linear growth over
15496# repeated appends, instead of the typical quadratic growth present in naive
15497# implementations.
15498if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15499 eval 'as_fn_append ()
15500 {
15501 eval $1+=\$2
15502 }'
15503else
15504 as_fn_append ()
15505 {
15506 eval $1=\$$1\$2
15507 }
15508fi # as_fn_append
15509
15510# as_fn_arith ARG...
15511# ------------------
15512# Perform arithmetic evaluation on the ARGs, and store the result in the
15513# global $as_val. Take advantage of shells that can avoid forks. The arguments
15514# must be portable across $(()) and expr.
15515if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15516 eval 'as_fn_arith ()
15517 {
15518 as_val=$(( $* ))
15519 }'
15520else
15521 as_fn_arith ()
15522 {
15523 as_val=`expr "$@" || test $? -eq 1`
15524 }
15525fi # as_fn_arith
15526
13b2be9c 15527
81ecdfbb
RW
15528if expr a : '\(a\)' >/dev/null 2>&1 &&
15529 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
15530 as_expr=expr
15531else
15532 as_expr=false
15533fi
15534
81ecdfbb 15535if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
15536 as_basename=basename
15537else
15538 as_basename=false
15539fi
15540
81ecdfbb
RW
15541if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15542 as_dirname=dirname
15543else
15544 as_dirname=false
15545fi
13b2be9c 15546
81ecdfbb 15547as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
15548$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15549 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15550 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15551$as_echo X/"$0" |
15552 sed '/^.*\/\([^/][^/]*\)\/*$/{
15553 s//\1/
15554 q
15555 }
15556 /^X\/\(\/\/\)$/{
15557 s//\1/
15558 q
15559 }
15560 /^X\/\(\/\).*/{
15561 s//\1/
15562 q
15563 }
15564 s/.*/./; q'`
13b2be9c 15565
13b2be9c
DJ
15566# Avoid depending upon Character Ranges.
15567as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15568as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15569as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15570as_cr_digits='0123456789'
15571as_cr_alnum=$as_cr_Letters$as_cr_digits
15572
81ecdfbb
RW
15573ECHO_C= ECHO_N= ECHO_T=
15574case `echo -n x` in #(((((
15575-n*)
15576 case `echo 'xy\c'` in
15577 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15578 xy) ECHO_C='\c';;
15579 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15580 ECHO_T=' ';;
15581 esac;;
15582*)
15583 ECHO_N='-n';;
13b2be9c 15584esac
252b5132 15585
81ecdfbb
RW
15586rm -f conf$$ conf$$.exe conf$$.file
15587if test -d conf$$.dir; then
15588 rm -f conf$$.dir/conf$$.file
252b5132 15589else
81ecdfbb
RW
15590 rm -f conf$$.dir
15591 mkdir conf$$.dir 2>/dev/null
252b5132 15592fi
81ecdfbb
RW
15593if (echo >conf$$.file) 2>/dev/null; then
15594 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 15595 as_ln_s='ln -s'
81ecdfbb
RW
15596 # ... but there are two gotchas:
15597 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15598 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15599 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15600 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15601 as_ln_s='cp -pR'
81ecdfbb
RW
15602 elif ln conf$$.file conf$$ 2>/dev/null; then
15603 as_ln_s=ln
15604 else
d0ac1c44 15605 as_ln_s='cp -pR'
13b2be9c 15606 fi
13b2be9c 15607else
d0ac1c44 15608 as_ln_s='cp -pR'
252b5132 15609fi
81ecdfbb
RW
15610rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15611rmdir conf$$.dir 2>/dev/null
252b5132 15612
81ecdfbb
RW
15613
15614# as_fn_mkdir_p
15615# -------------
15616# Create "$as_dir" as a directory, including parents if necessary.
15617as_fn_mkdir_p ()
15618{
15619
15620 case $as_dir in #(
15621 -*) as_dir=./$as_dir;;
15622 esac
15623 test -d "$as_dir" || eval $as_mkdir_p || {
15624 as_dirs=
15625 while :; do
15626 case $as_dir in #(
15627 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15628 *) as_qdir=$as_dir;;
15629 esac
15630 as_dirs="'$as_qdir' $as_dirs"
15631 as_dir=`$as_dirname -- "$as_dir" ||
15632$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15633 X"$as_dir" : 'X\(//\)[^/]' \| \
15634 X"$as_dir" : 'X\(//\)$' \| \
15635 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15636$as_echo X"$as_dir" |
15637 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15638 s//\1/
15639 q
15640 }
15641 /^X\(\/\/\)[^/].*/{
15642 s//\1/
15643 q
15644 }
15645 /^X\(\/\/\)$/{
15646 s//\1/
15647 q
15648 }
15649 /^X\(\/\).*/{
15650 s//\1/
15651 q
15652 }
15653 s/.*/./; q'`
15654 test -d "$as_dir" && break
15655 done
15656 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15657 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
15658
15659
15660} # as_fn_mkdir_p
13b2be9c 15661if mkdir -p . 2>/dev/null; then
81ecdfbb 15662 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 15663else
ab509236 15664 test -d ./-p && rmdir ./-p
13b2be9c
DJ
15665 as_mkdir_p=false
15666fi
81ecdfbb 15667
d0ac1c44
SM
15668
15669# as_fn_executable_p FILE
15670# -----------------------
15671# Test if FILE is an executable regular file.
15672as_fn_executable_p ()
15673{
15674 test -f "$1" && test -x "$1"
15675} # as_fn_executable_p
15676as_test_x='test -x'
15677as_executable_p=as_fn_executable_p
252b5132 15678
13b2be9c 15679# Sed expression to map a string onto a valid CPP name.
ab509236 15680as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15681
13b2be9c 15682# Sed expression to map a string onto a valid variable name.
ab509236 15683as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15684
d6d788bd 15685
13b2be9c 15686exec 6>&1
81ecdfbb
RW
15687## ----------------------------------- ##
15688## Main body of $CONFIG_STATUS script. ##
15689## ----------------------------------- ##
15690_ASEOF
15691test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 15692
81ecdfbb
RW
15693cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15694# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 15695# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15696# values after options handling.
15697ac_log="
f48dfe41 15698This file was extended by gas $as_me 2.32.51, which was
d0ac1c44 15699generated by GNU Autoconf 2.69. Invocation command line was
d6d788bd 15700
13b2be9c
DJ
15701 CONFIG_FILES = $CONFIG_FILES
15702 CONFIG_HEADERS = $CONFIG_HEADERS
15703 CONFIG_LINKS = $CONFIG_LINKS
15704 CONFIG_COMMANDS = $CONFIG_COMMANDS
15705 $ $0 $@
252b5132 15706
81ecdfbb
RW
15707on `(hostname || uname -n) 2>/dev/null | sed 1q`
15708"
15709
13b2be9c 15710_ACEOF
252b5132 15711
81ecdfbb
RW
15712case $ac_config_files in *"
15713"*) set x $ac_config_files; shift; ac_config_files=$*;;
15714esac
13b2be9c 15715
81ecdfbb
RW
15716case $ac_config_headers in *"
15717"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15718esac
252b5132 15719
252b5132 15720
81ecdfbb
RW
15721cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15722# Files that config.status was made for.
15723config_files="$ac_config_files"
15724config_headers="$ac_config_headers"
15725config_commands="$ac_config_commands"
d6d788bd 15726
81ecdfbb 15727_ACEOF
252b5132 15728
81ecdfbb 15729cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15730ac_cs_usage="\
81ecdfbb
RW
15731\`$as_me' instantiates files and other configuration actions
15732from templates according to the current configuration. Unless the files
15733and actions are specified as TAGs, all are instantiated by default.
252b5132 15734
81ecdfbb 15735Usage: $0 [OPTION]... [TAG]...
252b5132 15736
13b2be9c 15737 -h, --help print this help, then exit
81ecdfbb 15738 -V, --version print version number and configuration settings, then exit
d0ac1c44 15739 --config print configuration, then exit
81ecdfbb
RW
15740 -q, --quiet, --silent
15741 do not print progress messages
13b2be9c
DJ
15742 -d, --debug don't remove temporary files
15743 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15744 --file=FILE[:TEMPLATE]
15745 instantiate the configuration file FILE
15746 --header=FILE[:TEMPLATE]
15747 instantiate the configuration header FILE
252b5132 15748
13b2be9c
DJ
15749Configuration files:
15750$config_files
252b5132 15751
13b2be9c
DJ
15752Configuration headers:
15753$config_headers
252b5132 15754
13b2be9c
DJ
15755Configuration commands:
15756$config_commands
252b5132 15757
81ecdfbb 15758Report bugs to the package provider."
d6d788bd 15759
81ecdfbb
RW
15760_ACEOF
15761cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15762ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13b2be9c 15763ac_cs_version="\\
f48dfe41 15764gas config.status 2.32.51
d0ac1c44
SM
15765configured by $0, generated by GNU Autoconf 2.69,
15766 with options \\"\$ac_cs_config\\"
d6d788bd 15767
d0ac1c44 15768Copyright (C) 2012 Free Software Foundation, Inc.
13b2be9c
DJ
15769This config.status script is free software; the Free Software Foundation
15770gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15771
15772ac_pwd='$ac_pwd'
15773srcdir='$srcdir'
15774INSTALL='$INSTALL'
15775MKDIR_P='$MKDIR_P'
15776AWK='$AWK'
15777test -n "\$AWK" || AWK=awk
13b2be9c 15778_ACEOF
d6d788bd 15779
81ecdfbb
RW
15780cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15781# The default lists apply if the user does not specify any file.
13b2be9c
DJ
15782ac_need_defaults=:
15783while test $# != 0
15784do
15785 case $1 in
d0ac1c44 15786 --*=?*)
81ecdfbb
RW
15787 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15788 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 15789 ac_shift=:
c8615825 15790 ;;
d0ac1c44
SM
15791 --*=)
15792 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15793 ac_optarg=
15794 ac_shift=:
15795 ;;
81ecdfbb 15796 *)
13b2be9c
DJ
15797 ac_option=$1
15798 ac_optarg=$2
15799 ac_shift=shift
c8615825 15800 ;;
13b2be9c 15801 esac
252b5132 15802
13b2be9c
DJ
15803 case $ac_option in
15804 # Handling of the options.
13b2be9c
DJ
15805 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15806 ac_cs_recheck=: ;;
81ecdfbb
RW
15807 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15808 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15809 --config | --confi | --conf | --con | --co | --c )
15810 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15811 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
15812 debug=: ;;
15813 --file | --fil | --fi | --f )
15814 $ac_shift
81ecdfbb
RW
15815 case $ac_optarg in
15816 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15817 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15818 esac
15819 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
15820 ac_need_defaults=false;;
15821 --header | --heade | --head | --hea )
15822 $ac_shift
81ecdfbb
RW
15823 case $ac_optarg in
15824 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15825 esac
15826 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 15827 ac_need_defaults=false;;
81ecdfbb
RW
15828 --he | --h)
15829 # Conflict between --help and --header
d0ac1c44 15830 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15831Try \`$0 --help' for more information.";;
15832 --help | --hel | -h )
15833 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
15834 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15835 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15836 ac_cs_silent=: ;;
c8615825 15837
13b2be9c 15838 # This is an error.
d0ac1c44 15839 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15840Try \`$0 --help' for more information." ;;
252b5132 15841
81ecdfbb
RW
15842 *) as_fn_append ac_config_targets " $1"
15843 ac_need_defaults=false ;;
252b5132 15844
13b2be9c
DJ
15845 esac
15846 shift
15847done
252b5132 15848
13b2be9c 15849ac_configure_extra_args=
d6d788bd 15850
13b2be9c
DJ
15851if $ac_cs_silent; then
15852 exec 6>/dev/null
15853 ac_configure_extra_args="$ac_configure_extra_args --silent"
15854fi
9b2b7d69 15855
13b2be9c 15856_ACEOF
81ecdfbb 15857cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15858if \$ac_cs_recheck; then
d0ac1c44 15859 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15860 shift
15861 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15862 CONFIG_SHELL='$SHELL'
15863 export CONFIG_SHELL
15864 exec "\$@"
13b2be9c
DJ
15865fi
15866
15867_ACEOF
81ecdfbb
RW
15868cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15869exec 5>>config.log
15870{
15871 echo
15872 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15873## Running $as_me. ##
15874_ASBOX
15875 $as_echo "$ac_log"
15876} >&5
13b2be9c 15877
81ecdfbb
RW
15878_ACEOF
15879cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 15880#
81ecdfbb 15881# INIT-COMMANDS
9b2b7d69 15882#
13b2be9c 15883AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15884
15885
15886# The HP-UX ksh and POSIX shell print the target directory to stdout
15887# if CDPATH is set.
15888(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15889
15890sed_quote_subst='$sed_quote_subst'
15891double_quote_subst='$double_quote_subst'
15892delay_variable_subst='$delay_variable_subst'
3725885a
RW
15893macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15894macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15895enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15896enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15897pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15898enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15899SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15900ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15901host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15902host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15903host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15904build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15905build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15906build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15907SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15908Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15909GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15910EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15911FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15912LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15913NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15914LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15915max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15916ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15917exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15918lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15919lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15920lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15921reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15922reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15923OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15924deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15925file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15926AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15927AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15928STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15929RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15930old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15931old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15932old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15933lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15934CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15935CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15936compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15937GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15938lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15939lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15940lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15941lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
15942objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15943MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15944lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15945lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15946lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15947lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15948lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15949need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15950DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15951NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15952LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15953OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15954OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15955libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15956shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15957extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15958archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15959enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15960export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15961whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15962compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15963old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15964old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15965archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15966archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15967module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15968module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15969with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15970allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15971no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15972hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15973hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15974hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15975hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15976hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15977hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15978hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15979hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15980inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15981link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15982fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15983always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15984export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15985exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15986include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15987prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15988file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15989variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15990need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15991need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15992version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15993runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15994shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15995shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15996libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15997library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15998soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15999install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16000postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16001postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16002finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16003finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16004hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16005sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16006sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16007hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16008enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16009enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16010enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16011old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16012striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16013
16014LTCC='$LTCC'
16015LTCFLAGS='$LTCFLAGS'
16016compiler='$compiler_DEFAULT'
16017
3725885a
RW
16018# A function that is used when there is no print builtin or printf.
16019func_fallback_echo ()
16020{
16021 eval 'cat <<_LTECHO_EOF
16022\$1
16023_LTECHO_EOF'
16024}
16025
d7040cdb 16026# Quote evaled strings.
3725885a
RW
16027for var in SHELL \
16028ECHO \
16029SED \
d7040cdb
SE
16030GREP \
16031EGREP \
16032FGREP \
16033LD \
16034NM \
16035LN_S \
16036lt_SP2NL \
16037lt_NL2SP \
16038reload_flag \
718a6fd8 16039OBJDUMP \
d7040cdb
SE
16040deplibs_check_method \
16041file_magic_cmd \
16042AR \
16043AR_FLAGS \
16044STRIP \
16045RANLIB \
16046CC \
16047CFLAGS \
16048compiler \
16049lt_cv_sys_global_symbol_pipe \
16050lt_cv_sys_global_symbol_to_cdecl \
16051lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16052lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 16053lt_prog_compiler_no_builtin_flag \
df7b86aa 16054lt_prog_compiler_wl \
f2c621e4 16055lt_prog_compiler_pic \
d7040cdb
SE
16056lt_prog_compiler_static \
16057lt_cv_prog_compiler_c_o \
16058need_locks \
718a6fd8
SE
16059DSYMUTIL \
16060NMEDIT \
16061LIPO \
16062OTOOL \
16063OTOOL64 \
d7040cdb
SE
16064shrext_cmds \
16065export_dynamic_flag_spec \
16066whole_archive_flag_spec \
16067compiler_needs_object \
16068with_gnu_ld \
16069allow_undefined_flag \
16070no_undefined_flag \
16071hardcode_libdir_flag_spec \
16072hardcode_libdir_flag_spec_ld \
16073hardcode_libdir_separator \
f2c621e4 16074fix_srcfile_path \
d7040cdb
SE
16075exclude_expsyms \
16076include_expsyms \
16077file_list_spec \
16078variables_saved_for_relink \
16079libname_spec \
16080library_names_spec \
16081soname_spec \
3725885a 16082install_override_mode \
d7040cdb
SE
16083finish_eval \
16084old_striplib \
16085striplib; do
3725885a 16086 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16087 *[\\\\\\\`\\"\\\$]*)
3725885a 16088 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16089 ;;
16090 *)
16091 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16092 ;;
16093 esac
16094done
16095
16096# Double-quote double-evaled strings.
16097for var in reload_cmds \
16098old_postinstall_cmds \
16099old_postuninstall_cmds \
16100old_archive_cmds \
16101extract_expsyms_cmds \
16102old_archive_from_new_cmds \
16103old_archive_from_expsyms_cmds \
16104archive_cmds \
16105archive_expsym_cmds \
16106module_cmds \
16107module_expsym_cmds \
16108export_symbols_cmds \
16109prelink_cmds \
16110postinstall_cmds \
16111postuninstall_cmds \
16112finish_cmds \
16113sys_lib_search_path_spec \
16114sys_lib_dlsearch_path_spec; do
3725885a 16115 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16116 *[\\\\\\\`\\"\\\$]*)
3725885a 16117 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16118 ;;
16119 *)
16120 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16121 ;;
16122 esac
16123done
16124
d7040cdb
SE
16125ac_aux_dir='$ac_aux_dir'
16126xsi_shell='$xsi_shell'
16127lt_shell_append='$lt_shell_append'
16128
16129# See if we are running on zsh, and set the options which allow our
16130# commands through without removal of \ escapes INIT.
16131if test -n "\${ZSH_VERSION+set}" ; then
16132 setopt NO_GLOB_SUBST
16133fi
16134
16135
16136 PACKAGE='$PACKAGE'
16137 VERSION='$VERSION'
16138 TIMESTAMP='$TIMESTAMP'
16139 RM='$RM'
16140 ofile='$ofile'
16141
16142
16143
20e95c23
DJ
16144# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16145 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16146 # from automake.
16147 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16148 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16149 LINGUAS="${LINGUAS-%UNSET%}"
16150
13b2be9c
DJ
16151target_cpu_type=${target_cpu_type}
16152 cgen_cpu_prefix=${cgen_cpu_prefix}
16153 obj_format=${obj_format}
16154 te_file=${te_file}
16155
16156_ACEOF
16157
81ecdfbb 16158cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 16159
81ecdfbb 16160# Handling of arguments.
13b2be9c 16161for ac_config_target in $ac_config_targets
9b2b7d69 16162do
81ecdfbb
RW
16163 case $ac_config_target in
16164 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16165 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16166 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16167 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
16168 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
16169 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16170 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16171 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16172 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16173 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16174
d0ac1c44 16175 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
16176 esac
16177done
16178
81ecdfbb 16179
13b2be9c
DJ
16180# If the user did not use the arguments to specify the items to instantiate,
16181# then the envvar interface is used. Set only those that are not.
16182# We use the long form for the default assignment because of an extremely
16183# bizarre bug on SunOS 4.1.3.
16184if $ac_need_defaults; then
16185 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16186 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16187 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16188fi
16189
16190# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16191# simply because there is no reason against having it here, and in addition,
13b2be9c 16192# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16193# Hook for its removal unless debugging.
16194# Note that there is a small window in which the directory will not be cleaned:
16195# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
16196$debug ||
16197{
d0ac1c44 16198 tmp= ac_tmp=
81ecdfbb 16199 trap 'exit_status=$?
d0ac1c44
SM
16200 : "${ac_tmp:=$tmp}"
16201 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16202' 0
16203 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 16204}
13b2be9c 16205# Create a (secure) tmp directory for tmp files.
9b2b7d69 16206
13b2be9c 16207{
81ecdfbb 16208 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16209 test -d "$tmp"
13b2be9c
DJ
16210} ||
16211{
81ecdfbb
RW
16212 tmp=./conf$$-$RANDOM
16213 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16214} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16215ac_tmp=$tmp
81ecdfbb
RW
16216
16217# Set up the scripts for CONFIG_FILES section.
16218# No need to generate them if there are no CONFIG_FILES.
16219# This happens for instance with `./config.status config.h'.
16220if test -n "$CONFIG_FILES"; then
16221
16222
16223ac_cr=`echo X | tr X '\015'`
16224# On cygwin, bash can eat \r inside `` if the user requested igncr.
16225# But we know of no other shell where ac_cr would be empty at this
16226# point, so we can use a bashism as a fallback.
16227if test "x$ac_cr" = x; then
16228 eval ac_cr=\$\'\\r\'
16229fi
16230ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16231if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16232 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16233else
16234 ac_cs_awk_cr=$ac_cr
16235fi
16236
d0ac1c44 16237echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16238_ACEOF
16239
16240
16241{
16242 echo "cat >conf$$subs.awk <<_ACEOF" &&
16243 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16244 echo "_ACEOF"
16245} >conf$$subs.sh ||
d0ac1c44
SM
16246 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16247ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16248ac_delim='%!_!# '
16249for ac_last_try in false false false false false :; do
16250 . ./conf$$subs.sh ||
d0ac1c44 16251 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16252
16253 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16254 if test $ac_delim_n = $ac_delim_num; then
16255 break
16256 elif $ac_last_try; then
d0ac1c44 16257 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16258 else
16259 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16260 fi
16261done
16262rm -f conf$$subs.sh
16263
16264cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16265cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16266_ACEOF
16267sed -n '
16268h
16269s/^/S["/; s/!.*/"]=/
16270p
16271g
16272s/^[^!]*!//
16273:repl
16274t repl
16275s/'"$ac_delim"'$//
16276t delim
16277:nl
16278h
d0ac1c44 16279s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16280t more1
16281s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16282p
16283n
16284b repl
16285:more1
16286s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16287p
16288g
16289s/.\{148\}//
16290t nl
16291:delim
16292h
d0ac1c44 16293s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16294t more2
16295s/["\\]/\\&/g; s/^/"/; s/$/"/
16296p
16297b
16298:more2
16299s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16300p
16301g
16302s/.\{148\}//
16303t delim
16304' <conf$$subs.awk | sed '
16305/^[^""]/{
16306 N
16307 s/\n//
16308}
16309' >>$CONFIG_STATUS || ac_write_fail=1
16310rm -f conf$$subs.awk
16311cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16312_ACAWK
d0ac1c44 16313cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16314 for (key in S) S_is_set[key] = 1
16315 FS = "\a"
16316
16317}
13b2be9c 16318{
81ecdfbb
RW
16319 line = $ 0
16320 nfields = split(line, field, "@")
16321 substed = 0
16322 len = length(field[1])
16323 for (i = 2; i < nfields; i++) {
16324 key = field[i]
16325 keylen = length(key)
16326 if (S_is_set[key]) {
16327 value = S[key]
16328 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16329 len += length(value) + length(field[++i])
16330 substed = 1
16331 } else
16332 len += 1 + keylen
16333 }
16334
16335 print line
13b2be9c 16336}
9b2b7d69 16337
81ecdfbb
RW
16338_ACAWK
16339_ACEOF
16340cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16341if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16342 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16343else
16344 cat
d0ac1c44
SM
16345fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16346 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
16347_ACEOF
16348
d0ac1c44
SM
16349# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16350# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16351# trailing colons and then remove the whole line if VPATH becomes empty
16352# (actually we leave an empty line to preserve line numbers).
16353if test "x$srcdir" = x.; then
d0ac1c44
SM
16354 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16355h
16356s///
16357s/^/:/
16358s/[ ]*$/:/
16359s/:\$(srcdir):/:/g
16360s/:\${srcdir}:/:/g
16361s/:@srcdir@:/:/g
16362s/^:*//
81ecdfbb 16363s/:*$//
d0ac1c44
SM
16364x
16365s/\(=[ ]*\).*/\1/
16366G
16367s/\n//
81ecdfbb
RW
16368s/^[^=]*=[ ]*$//
16369}'
16370fi
16371
16372cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16373fi # test -n "$CONFIG_FILES"
13b2be9c 16374
81ecdfbb
RW
16375# Set up the scripts for CONFIG_HEADERS section.
16376# No need to generate them if there are no CONFIG_HEADERS.
16377# This happens for instance with `./config.status Makefile'.
16378if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16379cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
16380BEGIN {
16381_ACEOF
13b2be9c 16382
81ecdfbb
RW
16383# Transform confdefs.h into an awk script `defines.awk', embedded as
16384# here-document in config.status, that substitutes the proper values into
16385# config.h.in to produce config.h.
9b2b7d69 16386
81ecdfbb
RW
16387# Create a delimiter string that does not exist in confdefs.h, to ease
16388# handling of long lines.
16389ac_delim='%!_!# '
16390for ac_last_try in false false :; do
d0ac1c44
SM
16391 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16392 if test -z "$ac_tt"; then
81ecdfbb
RW
16393 break
16394 elif $ac_last_try; then
d0ac1c44 16395 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16396 else
16397 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16398 fi
16399done
16400
16401# For the awk script, D is an array of macro values keyed by name,
16402# likewise P contains macro parameters if any. Preserve backslash
16403# newline sequences.
16404
16405ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16406sed -n '
16407s/.\{148\}/&'"$ac_delim"'/g
16408t rset
16409:rset
16410s/^[ ]*#[ ]*define[ ][ ]*/ /
16411t def
16412d
16413:def
16414s/\\$//
16415t bsnl
16416s/["\\]/\\&/g
16417s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16418D["\1"]=" \3"/p
16419s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16420d
16421:bsnl
16422s/["\\]/\\&/g
16423s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16424D["\1"]=" \3\\\\\\n"\\/p
16425t cont
16426s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16427t cont
16428d
16429:cont
16430n
16431s/.\{148\}/&'"$ac_delim"'/g
16432t clear
16433:clear
16434s/\\$//
16435t bsnlc
16436s/["\\]/\\&/g; s/^/"/; s/$/"/p
16437d
16438:bsnlc
16439s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16440b cont
16441' <confdefs.h | sed '
16442s/'"$ac_delim"'/"\\\
16443"/g' >>$CONFIG_STATUS || ac_write_fail=1
16444
16445cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16446 for (key in D) D_is_set[key] = 1
16447 FS = "\a"
16448}
16449/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16450 line = \$ 0
16451 split(line, arg, " ")
16452 if (arg[1] == "#") {
16453 defundef = arg[2]
16454 mac1 = arg[3]
16455 } else {
16456 defundef = substr(arg[1], 2)
16457 mac1 = arg[2]
16458 }
16459 split(mac1, mac2, "(") #)
16460 macro = mac2[1]
16461 prefix = substr(line, 1, index(line, defundef) - 1)
16462 if (D_is_set[macro]) {
16463 # Preserve the white space surrounding the "#".
16464 print prefix "define", macro P[macro] D[macro]
16465 next
16466 } else {
16467 # Replace #undef with comments. This is necessary, for example,
16468 # in the case of _POSIX_SOURCE, which is predefined and required
16469 # on some systems where configure will not decide to define it.
16470 if (defundef == "undef") {
16471 print "/*", prefix defundef, macro, "*/"
16472 next
16473 }
16474 }
16475}
16476{ print }
16477_ACAWK
13b2be9c 16478_ACEOF
81ecdfbb 16479cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16480 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 16481fi # test -n "$CONFIG_HEADERS"
13b2be9c 16482
81ecdfbb
RW
16483
16484eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16485shift
16486for ac_tag
16487do
16488 case $ac_tag in
16489 :[FHLC]) ac_mode=$ac_tag; continue;;
16490 esac
16491 case $ac_mode$ac_tag in
16492 :[FHL]*:*);;
d0ac1c44 16493 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16494 :[FH]-) ac_tag=-:-;;
16495 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16496 esac
16497 ac_save_IFS=$IFS
16498 IFS=:
16499 set x $ac_tag
16500 IFS=$ac_save_IFS
16501 shift
16502 ac_file=$1
16503 shift
16504
16505 case $ac_mode in
16506 :L) ac_source=$1;;
16507 :[FH])
16508 ac_file_inputs=
16509 for ac_f
16510 do
16511 case $ac_f in
d0ac1c44 16512 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16513 *) # Look for the file first in the build tree, then in the source tree
16514 # (if the path is not absolute). The absolute path cannot be DOS-style,
16515 # because $ac_f cannot contain `:'.
16516 test -f "$ac_f" ||
16517 case $ac_f in
16518 [\\/$]*) false;;
16519 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16520 esac ||
d0ac1c44 16521 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16522 esac
16523 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16524 as_fn_append ac_file_inputs " '$ac_f'"
16525 done
16526
16527 # Let's still pretend it is `configure' which instantiates (i.e., don't
16528 # use $as_me), people would be surprised to read:
16529 # /* config.h. Generated by config.status. */
16530 configure_input='Generated from '`
16531 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16532 `' by configure.'
16533 if test x"$ac_file" != x-; then
16534 configure_input="$ac_file. $configure_input"
16535 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16536$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 16537 fi
81ecdfbb
RW
16538 # Neutralize special characters interpreted by sed in replacement strings.
16539 case $configure_input in #(
16540 *\&* | *\|* | *\\* )
16541 ac_sed_conf_input=`$as_echo "$configure_input" |
16542 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16543 *) ac_sed_conf_input=$configure_input;;
16544 esac
252b5132 16545
81ecdfbb 16546 case $ac_tag in
d0ac1c44
SM
16547 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16548 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16549 esac
16550 ;;
252b5132 16551 esac
9b2b7d69 16552
81ecdfbb 16553 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 16554$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16555 X"$ac_file" : 'X\(//\)[^/]' \| \
16556 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16557 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16558$as_echo X"$ac_file" |
16559 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16560 s//\1/
16561 q
16562 }
16563 /^X\(\/\/\)[^/].*/{
16564 s//\1/
16565 q
16566 }
16567 /^X\(\/\/\)$/{
16568 s//\1/
16569 q
16570 }
16571 /^X\(\/\).*/{
16572 s//\1/
16573 q
16574 }
16575 s/.*/./; q'`
16576 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
16577 ac_builddir=.
16578
81ecdfbb
RW
16579case "$ac_dir" in
16580.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16581*)
16582 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16583 # A ".." for each directory in $ac_dir_suffix.
16584 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16585 case $ac_top_builddir_sub in
16586 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16587 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16588 esac ;;
16589esac
16590ac_abs_top_builddir=$ac_pwd
16591ac_abs_builddir=$ac_pwd$ac_dir_suffix
16592# for backward compatibility:
16593ac_top_builddir=$ac_top_build_prefix
9b2b7d69 16594
13b2be9c 16595case $srcdir in
81ecdfbb 16596 .) # We are building in place.
13b2be9c 16597 ac_srcdir=.
81ecdfbb
RW
16598 ac_top_srcdir=$ac_top_builddir_sub
16599 ac_abs_top_srcdir=$ac_pwd ;;
16600 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 16601 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16602 ac_top_srcdir=$srcdir
16603 ac_abs_top_srcdir=$srcdir ;;
16604 *) # Relative name.
16605 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16606 ac_top_srcdir=$ac_top_build_prefix$srcdir
16607 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 16608esac
81ecdfbb 16609ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 16610
252b5132 16611
81ecdfbb
RW
16612 case $ac_mode in
16613 :F)
16614 #
16615 # CONFIG_FILE
16616 #
9b2b7d69 16617
13b2be9c
DJ
16618 case $INSTALL in
16619 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16620 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16621 esac
16622 ac_MKDIR_P=$MKDIR_P
16623 case $MKDIR_P in
16624 [\\/$]* | ?:[\\/]* ) ;;
16625 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 16626 esac
81ecdfbb 16627_ACEOF
9b2b7d69 16628
81ecdfbb
RW
16629cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16630# If the template does not know about datarootdir, expand it.
16631# FIXME: This hack should be removed a few years after 2.60.
16632ac_datarootdir_hack=; ac_datarootdir_seen=
16633ac_sed_dataroot='
16634/datarootdir/ {
16635 p
16636 q
16637}
16638/@datadir@/p
16639/@docdir@/p
16640/@infodir@/p
16641/@localedir@/p
16642/@mandir@/p'
16643case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16644*datarootdir*) ac_datarootdir_seen=yes;;
16645*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16647$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16648_ACEOF
16649cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16650 ac_datarootdir_hack='
16651 s&@datadir@&$datadir&g
16652 s&@docdir@&$docdir&g
16653 s&@infodir@&$infodir&g
16654 s&@localedir@&$localedir&g
16655 s&@mandir@&$mandir&g
16656 s&\\\${datarootdir}&$datarootdir&g' ;;
16657esac
13b2be9c 16658_ACEOF
81ecdfbb
RW
16659
16660# Neutralize VPATH when `$srcdir' = `.'.
16661# Shell code in configure.ac might set extrasub.
16662# FIXME: do we really want to maintain this feature?
16663cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16664ac_sed_extra="$ac_vpsub
13b2be9c
DJ
16665$extrasub
16666_ACEOF
81ecdfbb 16667cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
16668:t
16669/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16670s|@configure_input@|$ac_sed_conf_input|;t t
16671s&@top_builddir@&$ac_top_builddir_sub&;t t
16672s&@top_build_prefix@&$ac_top_build_prefix&;t t
16673s&@srcdir@&$ac_srcdir&;t t
16674s&@abs_srcdir@&$ac_abs_srcdir&;t t
16675s&@top_srcdir@&$ac_top_srcdir&;t t
16676s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16677s&@builddir@&$ac_builddir&;t t
16678s&@abs_builddir@&$ac_abs_builddir&;t t
16679s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16680s&@INSTALL@&$ac_INSTALL&;t t
16681s&@MKDIR_P@&$ac_MKDIR_P&;t t
16682$ac_datarootdir_hack
16683"
d0ac1c44
SM
16684eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16685 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16686
16687test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16688 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16689 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16690 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16692which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16693$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16694which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16695
d0ac1c44 16696 rm -f "$ac_tmp/stdin"
13b2be9c 16697 case $ac_file in
d0ac1c44
SM
16698 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16699 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16700 esac \
d0ac1c44 16701 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16702 ;;
16703 :H)
16704 #
16705 # CONFIG_HEADER
16706 #
13b2be9c 16707 if test x"$ac_file" != x-; then
81ecdfbb
RW
16708 {
16709 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16710 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16711 } >"$ac_tmp/config.h" \
16712 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16713 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16714 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16715$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 16716 else
81ecdfbb 16717 rm -f "$ac_file"
d0ac1c44
SM
16718 mv "$ac_tmp/config.h" "$ac_file" \
16719 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9b2b7d69 16720 fi
13b2be9c 16721 else
81ecdfbb 16722 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16723 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16724 || as_fn_error $? "could not create -" "$LINENO" 5
9b2b7d69 16725 fi
81ecdfbb
RW
16726# Compute "$ac_file"'s index in $config_headers.
16727_am_arg="$ac_file"
13b2be9c
DJ
16728_am_stamp_count=1
16729for _am_header in $config_headers :; do
16730 case $_am_header in
81ecdfbb 16731 $_am_arg | $_am_arg:* )
13b2be9c
DJ
16732 break ;;
16733 * )
16734 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16735 esac
16736done
81ecdfbb
RW
16737echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16738$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16739 X"$_am_arg" : 'X\(//\)[^/]' \| \
16740 X"$_am_arg" : 'X\(//\)$' \| \
16741 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16742$as_echo X"$_am_arg" |
16743 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16744 s//\1/
16745 q
16746 }
16747 /^X\(\/\/\)[^/].*/{
16748 s//\1/
16749 q
16750 }
16751 /^X\(\/\/\)$/{
16752 s//\1/
16753 q
16754 }
16755 /^X\(\/\).*/{
16756 s//\1/
16757 q
16758 }
16759 s/.*/./; q'`/stamp-h$_am_stamp_count
16760 ;;
ab509236 16761
81ecdfbb
RW
16762 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16763$as_echo "$as_me: executing $ac_file commands" >&6;}
16764 ;;
16765 esac
13b2be9c
DJ
16766
16767
81ecdfbb
RW
16768 case $ac_file$ac_mode in
16769 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 16770 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
16771 # are listed without --file. Let's play safe and only enable the eval
16772 # if we detect the quoting.
16773 case $CONFIG_FILES in
16774 *\'*) eval set x "$CONFIG_FILES" ;;
16775 *) set x $CONFIG_FILES ;;
16776 esac
16777 shift
16778 for mf
16779 do
16780 # Strip MF so we end up with the name of the file.
16781 mf=`echo "$mf" | sed -e 's/:.*$//'`
16782 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 16783 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
16784 # some people rename them; so instead we look at the file content.
16785 # Grep'ing the first line is not enough: some people post-process
16786 # each Makefile.in and add a new line on top of each file to say so.
16787 # Grep'ing the whole file is not good either: AIX grep has a line
16788 # limit of 2048, but all sed's we know have understand at least 4000.
16789 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16790 dirpart=`$as_dirname -- "$mf" ||
13b2be9c 16791$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16792 X"$mf" : 'X\(//\)[^/]' \| \
16793 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16794 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16795$as_echo X"$mf" |
16796 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16797 s//\1/
16798 q
16799 }
16800 /^X\(\/\/\)[^/].*/{
16801 s//\1/
16802 q
16803 }
16804 /^X\(\/\/\)$/{
16805 s//\1/
16806 q
16807 }
16808 /^X\(\/\).*/{
16809 s//\1/
16810 q
16811 }
16812 s/.*/./; q'`
16813 else
16814 continue
16815 fi
16816 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 16817 # from the Makefile without running 'make'.
81ecdfbb
RW
16818 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16819 test -z "$DEPDIR" && continue
16820 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 16821 test -z "$am__include" && continue
81ecdfbb 16822 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
16823 # Find all dependency output files, they are included files with
16824 # $(DEPDIR) in their names. We invoke sed twice because it is the
16825 # simplest approach to changing $(DEPDIR) to its actual value in the
16826 # expansion.
16827 for file in `sed -n "
16828 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 16829 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
16830 # Make sure the directory exists.
16831 test -f "$dirpart/$file" && continue
16832 fdir=`$as_dirname -- "$file" ||
13b2be9c 16833$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16834 X"$file" : 'X\(//\)[^/]' \| \
16835 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16836 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16837$as_echo X"$file" |
16838 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16839 s//\1/
16840 q
16841 }
16842 /^X\(\/\/\)[^/].*/{
16843 s//\1/
16844 q
16845 }
16846 /^X\(\/\/\)$/{
16847 s//\1/
16848 q
16849 }
16850 /^X\(\/\).*/{
16851 s//\1/
16852 q
16853 }
16854 s/.*/./; q'`
16855 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16856 # echo "creating $dirpart/$file"
16857 echo '# dummy' > "$dirpart/$file"
13b2be9c 16858 done
13b2be9c 16859 done
81ecdfbb 16860}
d7040cdb 16861 ;;
81ecdfbb 16862 "libtool":C)
d7040cdb
SE
16863
16864 # See if we are running on zsh, and set the options which allow our
16865 # commands through without removal of \ escapes.
16866 if test -n "${ZSH_VERSION+set}" ; then
16867 setopt NO_GLOB_SUBST
16868 fi
16869
16870 cfgfile="${ofile}T"
16871 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16872 $RM "$cfgfile"
16873
16874 cat <<_LT_EOF >> "$cfgfile"
16875#! $SHELL
16876
16877# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16878# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16879# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16880# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16881#
718a6fd8 16882# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16883# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16884# Written by Gordon Matzigkeit, 1996
d7040cdb 16885#
718a6fd8 16886# This file is part of GNU Libtool.
d7040cdb 16887#
718a6fd8
SE
16888# GNU Libtool is free software; you can redistribute it and/or
16889# modify it under the terms of the GNU General Public License as
16890# published by the Free Software Foundation; either version 2 of
16891# the License, or (at your option) any later version.
d7040cdb 16892#
718a6fd8
SE
16893# As a special exception to the GNU General Public License,
16894# if you distribute this file as part of a program or library that
16895# is built using GNU Libtool, you may include this file under the
16896# same distribution terms that you use for the rest of that program.
d7040cdb 16897#
718a6fd8
SE
16898# GNU Libtool is distributed in the hope that it will be useful,
16899# but WITHOUT ANY WARRANTY; without even the implied warranty of
16900# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16901# GNU General Public License for more details.
d7040cdb 16902#
718a6fd8
SE
16903# You should have received a copy of the GNU General Public License
16904# along with GNU Libtool; see the file COPYING. If not, a copy
16905# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16906# obtained by writing to the Free Software Foundation, Inc.,
16907# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16908
16909
16910# The names of the tagged configurations supported by this script.
16911available_tags=""
16912
16913# ### BEGIN LIBTOOL CONFIG
16914
16915# Which release of libtool.m4 was used?
16916macro_version=$macro_version
16917macro_revision=$macro_revision
16918
16919# Whether or not to build shared libraries.
16920build_libtool_libs=$enable_shared
16921
16922# Whether or not to build static libraries.
16923build_old_libs=$enable_static
16924
16925# What type of objects to build.
16926pic_mode=$pic_mode
16927
16928# Whether or not to optimize for fast installation.
16929fast_install=$enable_fast_install
16930
3725885a
RW
16931# Shell to use when invoking shell scripts.
16932SHELL=$lt_SHELL
16933
16934# An echo program that protects backslashes.
16935ECHO=$lt_ECHO
16936
d7040cdb
SE
16937# The host system.
16938host_alias=$host_alias
16939host=$host
16940host_os=$host_os
16941
16942# The build system.
16943build_alias=$build_alias
16944build=$build
16945build_os=$build_os
16946
16947# A sed program that does not truncate output.
16948SED=$lt_SED
16949
16950# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16951Xsed="\$SED -e 1s/^X//"
16952
16953# A grep program that handles long lines.
16954GREP=$lt_GREP
16955
16956# An ERE matcher.
16957EGREP=$lt_EGREP
16958
16959# A literal string matcher.
16960FGREP=$lt_FGREP
16961
16962# A BSD- or MS-compatible name lister.
16963NM=$lt_NM
16964
16965# Whether we need soft or hard links.
16966LN_S=$lt_LN_S
16967
16968# What is the maximum length of a command?
16969max_cmd_len=$max_cmd_len
16970
16971# Object file suffix (normally "o").
16972objext=$ac_objext
16973
16974# Executable file suffix (normally "").
16975exeext=$exeext
16976
16977# whether the shell understands "unset".
16978lt_unset=$lt_unset
16979
16980# turn spaces into newlines.
16981SP2NL=$lt_lt_SP2NL
16982
16983# turn newlines into spaces.
16984NL2SP=$lt_lt_NL2SP
16985
718a6fd8
SE
16986# An object symbol dumper.
16987OBJDUMP=$lt_OBJDUMP
16988
d7040cdb
SE
16989# Method to check whether dependent libraries are shared objects.
16990deplibs_check_method=$lt_deplibs_check_method
16991
f2c621e4 16992# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16993file_magic_cmd=$lt_file_magic_cmd
16994
16995# The archiver.
16996AR=$lt_AR
16997AR_FLAGS=$lt_AR_FLAGS
16998
16999# A symbol stripping program.
17000STRIP=$lt_STRIP
17001
17002# Commands used to install an old-style archive.
17003RANLIB=$lt_RANLIB
17004old_postinstall_cmds=$lt_old_postinstall_cmds
17005old_postuninstall_cmds=$lt_old_postuninstall_cmds
17006
3725885a
RW
17007# Whether to use a lock for old archive extraction.
17008lock_old_archive_extraction=$lock_old_archive_extraction
17009
d7040cdb
SE
17010# A C compiler.
17011LTCC=$lt_CC
17012
17013# LTCC compiler flags.
17014LTCFLAGS=$lt_CFLAGS
17015
17016# Take the output of nm and produce a listing of raw symbols and C names.
17017global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17018
17019# Transform the output of nm in a proper C declaration.
17020global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17021
17022# Transform the output of nm in a C name address pair.
17023global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17024
718a6fd8
SE
17025# Transform the output of nm in a C name address pair when lib prefix is needed.
17026global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17027
d7040cdb
SE
17028# The name of the directory that contains temporary libtool files.
17029objdir=$objdir
17030
d7040cdb
SE
17031# Used to examine libraries when file_magic_cmd begins with "file".
17032MAGIC_CMD=$MAGIC_CMD
17033
17034# Must we lock files when doing compilation?
17035need_locks=$lt_need_locks
17036
718a6fd8
SE
17037# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17038DSYMUTIL=$lt_DSYMUTIL
17039
17040# Tool to change global to local symbols on Mac OS X.
17041NMEDIT=$lt_NMEDIT
17042
17043# Tool to manipulate fat objects and archives on Mac OS X.
17044LIPO=$lt_LIPO
17045
17046# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17047OTOOL=$lt_OTOOL
17048
17049# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17050OTOOL64=$lt_OTOOL64
17051
d7040cdb
SE
17052# Old archive suffix (normally "a").
17053libext=$libext
17054
17055# Shared library suffix (normally ".so").
17056shrext_cmds=$lt_shrext_cmds
17057
17058# The commands to extract the exported symbol list from a shared archive.
17059extract_expsyms_cmds=$lt_extract_expsyms_cmds
17060
17061# Variables whose values should be saved in libtool wrapper scripts and
17062# restored at link time.
17063variables_saved_for_relink=$lt_variables_saved_for_relink
17064
17065# Do we need the "lib" prefix for modules?
17066need_lib_prefix=$need_lib_prefix
17067
17068# Do we need a version for libraries?
17069need_version=$need_version
17070
17071# Library versioning type.
17072version_type=$version_type
17073
17074# Shared library runtime path variable.
17075runpath_var=$runpath_var
17076
17077# Shared library path variable.
17078shlibpath_var=$shlibpath_var
17079
17080# Is shlibpath searched before the hard-coded library search path?
17081shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17082
17083# Format of library name prefix.
17084libname_spec=$lt_libname_spec
17085
17086# List of archive names. First name is the real one, the rest are links.
17087# The last name is the one that the linker finds with -lNAME
17088library_names_spec=$lt_library_names_spec
17089
17090# The coded name of the library, if different from the real name.
17091soname_spec=$lt_soname_spec
17092
3725885a
RW
17093# Permission mode override for installation of shared libraries.
17094install_override_mode=$lt_install_override_mode
17095
d7040cdb
SE
17096# Command to use after installation of a shared archive.
17097postinstall_cmds=$lt_postinstall_cmds
17098
17099# Command to use after uninstallation of a shared archive.
17100postuninstall_cmds=$lt_postuninstall_cmds
17101
17102# Commands used to finish a libtool library installation in a directory.
17103finish_cmds=$lt_finish_cmds
17104
17105# As "finish_cmds", except a single script fragment to be evaled but
17106# not shown.
17107finish_eval=$lt_finish_eval
17108
17109# Whether we should hardcode library paths into libraries.
17110hardcode_into_libs=$hardcode_into_libs
17111
17112# Compile-time system search path for libraries.
17113sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17114
17115# Run-time system search path for libraries.
17116sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17117
17118# Whether dlopen is supported.
17119dlopen_support=$enable_dlopen
17120
17121# Whether dlopen of programs is supported.
17122dlopen_self=$enable_dlopen_self
17123
17124# Whether dlopen of statically linked programs is supported.
17125dlopen_self_static=$enable_dlopen_self_static
17126
17127# Commands to strip libraries.
17128old_striplib=$lt_old_striplib
17129striplib=$lt_striplib
17130
17131
17132# The linker used to build libraries.
17133LD=$lt_LD
17134
3725885a
RW
17135# How to create reloadable object files.
17136reload_flag=$lt_reload_flag
17137reload_cmds=$lt_reload_cmds
17138
d7040cdb
SE
17139# Commands used to build an old-style archive.
17140old_archive_cmds=$lt_old_archive_cmds
17141
17142# A language specific compiler.
17143CC=$lt_compiler
17144
17145# Is the compiler the GNU compiler?
17146with_gcc=$GCC
17147
17148# Compiler flag to turn off builtin functions.
17149no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17150
df7b86aa
NC
17151# How to pass a linker flag through the compiler.
17152wl=$lt_lt_prog_compiler_wl
17153
f2c621e4
AS
17154# Additional compiler flags for building library objects.
17155pic_flag=$lt_lt_prog_compiler_pic
17156
d7040cdb
SE
17157# Compiler flag to prevent dynamic linking.
17158link_static_flag=$lt_lt_prog_compiler_static
17159
17160# Does compiler simultaneously support -c and -o options?
17161compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17162
17163# Whether or not to add -lc for building shared libraries.
17164build_libtool_need_lc=$archive_cmds_need_lc
17165
17166# Whether or not to disallow shared libs when runtime libs are static.
17167allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17168
17169# Compiler flag to allow reflexive dlopens.
17170export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17171
17172# Compiler flag to generate shared objects directly from archives.
17173whole_archive_flag_spec=$lt_whole_archive_flag_spec
17174
17175# Whether the compiler copes with passing no objects directly.
17176compiler_needs_object=$lt_compiler_needs_object
17177
17178# Create an old-style archive from a shared archive.
17179old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17180
17181# Create a temporary old-style archive to link instead of a shared archive.
17182old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17183
17184# Commands used to build a shared archive.
17185archive_cmds=$lt_archive_cmds
17186archive_expsym_cmds=$lt_archive_expsym_cmds
17187
17188# Commands used to build a loadable module if different from building
17189# a shared archive.
17190module_cmds=$lt_module_cmds
17191module_expsym_cmds=$lt_module_expsym_cmds
17192
17193# Whether we are building with GNU ld or not.
17194with_gnu_ld=$lt_with_gnu_ld
17195
17196# Flag that allows shared libraries with undefined symbols to be built.
17197allow_undefined_flag=$lt_allow_undefined_flag
17198
17199# Flag that enforces no undefined symbols.
17200no_undefined_flag=$lt_no_undefined_flag
17201
17202# Flag to hardcode \$libdir into a binary during linking.
17203# This must work even if \$libdir does not exist
17204hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17205
17206# If ld is used when linking, flag to hardcode \$libdir into a binary
17207# during linking. This must work even if \$libdir does not exist.
17208hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17209
17210# Whether we need a single "-rpath" flag with a separated argument.
17211hardcode_libdir_separator=$lt_hardcode_libdir_separator
17212
17213# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17214# DIR into the resulting binary.
17215hardcode_direct=$hardcode_direct
17216
17217# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17218# DIR into the resulting binary and the resulting library dependency is
17219# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17220# library is relocated.
17221hardcode_direct_absolute=$hardcode_direct_absolute
17222
17223# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17224# into the resulting binary.
17225hardcode_minus_L=$hardcode_minus_L
17226
17227# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17228# into the resulting binary.
17229hardcode_shlibpath_var=$hardcode_shlibpath_var
17230
17231# Set to "yes" if building a shared library automatically hardcodes DIR
17232# into the library and all subsequent libraries and executables linked
17233# against it.
17234hardcode_automatic=$hardcode_automatic
17235
17236# Set to yes if linker adds runtime paths of dependent libraries
17237# to runtime path list.
17238inherit_rpath=$inherit_rpath
17239
17240# Whether libtool must link a program against all its dependency libraries.
17241link_all_deplibs=$link_all_deplibs
17242
f2c621e4
AS
17243# Fix the shell variable \$srcfile for the compiler.
17244fix_srcfile_path=$lt_fix_srcfile_path
17245
d7040cdb
SE
17246# Set to "yes" if exported symbols are required.
17247always_export_symbols=$always_export_symbols
17248
17249# The commands to list exported symbols.
17250export_symbols_cmds=$lt_export_symbols_cmds
17251
17252# Symbols that should not be listed in the preloaded symbols.
17253exclude_expsyms=$lt_exclude_expsyms
17254
17255# Symbols that must always be exported.
17256include_expsyms=$lt_include_expsyms
17257
17258# Commands necessary for linking programs (against libraries) with templates.
17259prelink_cmds=$lt_prelink_cmds
17260
17261# Specify filename containing input files.
17262file_list_spec=$lt_file_list_spec
17263
17264# How to hardcode a shared library path into an executable.
17265hardcode_action=$hardcode_action
17266
17267# ### END LIBTOOL CONFIG
17268
17269_LT_EOF
17270
17271 case $host_os in
17272 aix3*)
17273 cat <<\_LT_EOF >> "$cfgfile"
17274# AIX sometimes has problems with the GCC collect2 program. For some
17275# reason, if we set the COLLECT_NAMES environment variable, the problems
17276# vanish in a puff of smoke.
17277if test "X${COLLECT_NAMES+set}" != Xset; then
17278 COLLECT_NAMES=
17279 export COLLECT_NAMES
17280fi
17281_LT_EOF
17282 ;;
17283 esac
17284
17285
17286ltmain="$ac_aux_dir/ltmain.sh"
17287
17288
17289 # We use sed instead of cat because bash on DJGPP gets confused if
17290 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17291 # text mode, it properly converts lines to CR/LF. This bash problem
17292 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
17293 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17294 || (rm -f "$cfgfile"; exit 1)
17295
17296 case $xsi_shell in
17297 yes)
17298 cat << \_LT_EOF >> "$cfgfile"
17299
17300# func_dirname file append nondir_replacement
17301# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17302# otherwise set result to NONDIR_REPLACEMENT.
17303func_dirname ()
17304{
17305 case ${1} in
17306 */*) func_dirname_result="${1%/*}${2}" ;;
17307 * ) func_dirname_result="${3}" ;;
17308 esac
17309}
17310
17311# func_basename file
17312func_basename ()
17313{
17314 func_basename_result="${1##*/}"
17315}
17316
17317# func_dirname_and_basename file append nondir_replacement
17318# perform func_basename and func_dirname in a single function
17319# call:
17320# dirname: Compute the dirname of FILE. If nonempty,
17321# add APPEND to the result, otherwise set result
17322# to NONDIR_REPLACEMENT.
17323# value returned in "$func_dirname_result"
17324# basename: Compute filename of FILE.
17325# value retuned in "$func_basename_result"
17326# Implementation must be kept synchronized with func_dirname
17327# and func_basename. For efficiency, we do not delegate to
17328# those functions but instead duplicate the functionality here.
17329func_dirname_and_basename ()
17330{
17331 case ${1} in
17332 */*) func_dirname_result="${1%/*}${2}" ;;
17333 * ) func_dirname_result="${3}" ;;
17334 esac
17335 func_basename_result="${1##*/}"
17336}
17337
17338# func_stripname prefix suffix name
17339# strip PREFIX and SUFFIX off of NAME.
17340# PREFIX and SUFFIX must not contain globbing or regex special
17341# characters, hashes, percent signs, but SUFFIX may contain a leading
17342# dot (in which case that matches only a dot).
17343func_stripname ()
17344{
17345 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17346 # positional parameters, so assign one to ordinary parameter first.
17347 func_stripname_result=${3}
17348 func_stripname_result=${func_stripname_result#"${1}"}
17349 func_stripname_result=${func_stripname_result%"${2}"}
17350}
17351
17352# func_opt_split
17353func_opt_split ()
17354{
17355 func_opt_split_opt=${1%%=*}
17356 func_opt_split_arg=${1#*=}
17357}
17358
17359# func_lo2o object
17360func_lo2o ()
17361{
17362 case ${1} in
17363 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17364 *) func_lo2o_result=${1} ;;
17365 esac
17366}
17367
17368# func_xform libobj-or-source
17369func_xform ()
17370{
17371 func_xform_result=${1%.*}.lo
17372}
17373
17374# func_arith arithmetic-term...
17375func_arith ()
17376{
17377 func_arith_result=$(( $* ))
17378}
17379
17380# func_len string
17381# STRING may not start with a hyphen.
17382func_len ()
17383{
17384 func_len_result=${#1}
17385}
17386
17387_LT_EOF
17388 ;;
17389 *) # Bourne compatible functions.
17390 cat << \_LT_EOF >> "$cfgfile"
17391
17392# func_dirname file append nondir_replacement
17393# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17394# otherwise set result to NONDIR_REPLACEMENT.
17395func_dirname ()
17396{
17397 # Extract subdirectory from the argument.
17398 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17399 if test "X$func_dirname_result" = "X${1}"; then
17400 func_dirname_result="${3}"
17401 else
17402 func_dirname_result="$func_dirname_result${2}"
17403 fi
17404}
17405
17406# func_basename file
17407func_basename ()
17408{
17409 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17410}
17411
17412
17413# func_stripname prefix suffix name
17414# strip PREFIX and SUFFIX off of NAME.
17415# PREFIX and SUFFIX must not contain globbing or regex special
17416# characters, hashes, percent signs, but SUFFIX may contain a leading
17417# dot (in which case that matches only a dot).
17418# func_strip_suffix prefix name
17419func_stripname ()
17420{
17421 case ${2} in
17422 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17423 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17424 esac
17425}
17426
17427# sed scripts:
17428my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17429my_sed_long_arg='1s/^-[^=]*=//'
17430
17431# func_opt_split
17432func_opt_split ()
17433{
17434 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17435 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17436}
17437
17438# func_lo2o object
17439func_lo2o ()
17440{
17441 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17442}
17443
17444# func_xform libobj-or-source
17445func_xform ()
17446{
17447 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17448}
17449
17450# func_arith arithmetic-term...
17451func_arith ()
17452{
17453 func_arith_result=`expr "$@"`
17454}
17455
17456# func_len string
17457# STRING may not start with a hyphen.
17458func_len ()
17459{
17460 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17461}
17462
17463_LT_EOF
17464esac
17465
17466case $lt_shell_append in
17467 yes)
17468 cat << \_LT_EOF >> "$cfgfile"
17469
17470# func_append var value
17471# Append VALUE to the end of shell variable VAR.
17472func_append ()
17473{
17474 eval "$1+=\$2"
17475}
17476_LT_EOF
17477 ;;
17478 *)
17479 cat << \_LT_EOF >> "$cfgfile"
17480
17481# func_append var value
17482# Append VALUE to the end of shell variable VAR.
17483func_append ()
17484{
17485 eval "$1=\$$1\$2"
17486}
17487
17488_LT_EOF
17489 ;;
17490 esac
17491
17492
17493 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17494 || (rm -f "$cfgfile"; exit 1)
17495
17496 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17497 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17498 chmod +x "$ofile"
17499
13b2be9c 17500 ;;
81ecdfbb 17501 "default-1":C)
20e95c23
DJ
17502 for ac_file in $CONFIG_FILES; do
17503 # Support "outfile[:infile[:infile...]]"
17504 case "$ac_file" in
17505 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17506 esac
17507 # PO directories have a Makefile.in generated from Makefile.in.in.
17508 case "$ac_file" in */Makefile.in)
17509 # Adjust a relative srcdir.
17510 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17511 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17512 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17513 # In autoconf-2.13 it is called $ac_given_srcdir.
17514 # In autoconf-2.50 it is called $srcdir.
17515 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17516 case "$ac_given_srcdir" in
17517 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17518 /*) top_srcdir="$ac_given_srcdir" ;;
17519 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17520 esac
17521 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17522 rm -f "$ac_dir/POTFILES"
17523 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17524 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17525 POMAKEFILEDEPS="POTFILES.in"
17526 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17527 # on $ac_dir but don't depend on user-specified configuration
17528 # parameters.
17529 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17530 # The LINGUAS file contains the set of available languages.
17531 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17532 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
17533 fi
17534 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17535 # Hide the ALL_LINGUAS assigment from automake.
17536 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17537 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17538 else
37a42ee9 17539 # The set of available languages was given in configure.ac.
20e95c23
DJ
17540 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17541 fi
17542 case "$ac_given_srcdir" in
17543 .) srcdirpre= ;;
17544 *) srcdirpre='$(srcdir)/' ;;
17545 esac
17546 POFILES=
17547 GMOFILES=
17548 UPDATEPOFILES=
17549 DUMMYPOFILES=
17550 for lang in $ALL_LINGUAS; do
17551 POFILES="$POFILES $srcdirpre$lang.po"
17552 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17553 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17554 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17555 done
17556 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17557 # environment variable.
17558 INST_LINGUAS=
17559 if test -n "$ALL_LINGUAS"; then
17560 for presentlang in $ALL_LINGUAS; do
17561 useit=no
17562 if test "%UNSET%" != "$LINGUAS"; then
17563 desiredlanguages="$LINGUAS"
17564 else
17565 desiredlanguages="$ALL_LINGUAS"
17566 fi
17567 for desiredlang in $desiredlanguages; do
17568 # Use the presentlang catalog if desiredlang is
17569 # a. equal to presentlang, or
17570 # b. a variant of presentlang (because in this case,
17571 # presentlang can be used as a fallback for messages
17572 # which are not translated in the desiredlang catalog).
17573 case "$desiredlang" in
17574 "$presentlang"*) useit=yes;;
17575 esac
17576 done
17577 if test $useit = yes; then
17578 INST_LINGUAS="$INST_LINGUAS $presentlang"
17579 fi
17580 done
17581 fi
17582 CATALOGS=
17583 if test -n "$INST_LINGUAS"; then
17584 for lang in $INST_LINGUAS; do
17585 CATALOGS="$CATALOGS $lang.gmo"
17586 done
17587 fi
17588 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17589 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
17590 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17591 if test -f "$f"; then
17592 case "$f" in
17593 *.orig | *.bak | *~) ;;
17594 *) cat "$f" >> "$ac_dir/Makefile" ;;
17595 esac
17596 fi
17597 done
17598 fi
17599 ;;
17600 esac
17601 done ;;
81ecdfbb 17602 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
252b5132
RH
17603 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17604 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17605 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17606 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17607 if test "x$cgen_cpu_prefix" != x ; then
17608 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 17609 fi ;;
81ecdfbb 17610
13b2be9c 17611 esac
81ecdfbb 17612done # for ac_tag
13b2be9c 17613
13b2be9c 17614
81ecdfbb 17615as_fn_exit 0
13b2be9c 17616_ACEOF
13b2be9c
DJ
17617ac_clean_files=$ac_clean_files_save
17618
81ecdfbb 17619test $ac_write_fail = 0 ||
d0ac1c44 17620 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17621
13b2be9c
DJ
17622
17623# configure is writing to config.log, and then calls config.status.
17624# config.status does its own redirection, appending to config.log.
17625# Unfortunately, on DOS this fails, as config.log is still kept open
17626# by configure, so config.status won't be able to write to it; its
17627# output is simply discarded. So we exec the FD to /dev/null,
17628# effectively closing config.log, so it can be properly (re)opened and
17629# appended to by config.status. When coming back to configure, we
17630# need to make the FD available again.
17631if test "$no_create" != yes; then
17632 ac_cs_success=:
17633 ac_config_status_args=
17634 test "$silent" = yes &&
17635 ac_config_status_args="$ac_config_status_args --quiet"
17636 exec 5>/dev/null
17637 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17638 exec 5>>config.log
17639 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17640 # would make configure fail if this is the last instruction.
d0ac1c44 17641 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17642fi
17643if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17645$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 17646fi
252b5132 17647