]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/configure
Change version number to 2.38.50 and regenerate files
[thirdparty/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
f908e960 3# Generated by GNU Autoconf 2.69 for gas 2.38.50.
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'
f908e960
NC
590PACKAGE_VERSION='2.38.50'
591PACKAGE_STRING='gas 2.38.50'
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 638LIBM
81ecdfbb
RW
639GENINSRC_NEVER_FALSE
640GENINSRC_NEVER_TRUE
641MAINT
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
644MSGMERGE
645MSGFMT
646MKINSTALLDIRS
647CATOBJEXT
648GENCAT
649INSTOBJEXT
650DATADIRNAME
651CATALOGS
652POSUB
653GMSGFMT
654XGETTEXT
655INCINTL
656LIBINTL_DEP
657LIBINTL
658USE_NLS
659LEXLIB
660LEX_OUTPUT_ROOT
661LEX
662YFLAGS
663YACC
664OPCODES_LIB
665atof
666install_tooldir
667te_file
668obj_format
669target_cpu_type
670extra_objects
671cgen_cpu_prefix
672GDBINIT
6757cf57 673WARN_WRITE_STRINGS
81ecdfbb 674NO_WERROR
c5da1932 675WARN_CFLAGS_FOR_BUILD
81ecdfbb 676WARN_CFLAGS
2d7f2507 677do_compare
c8693053 678LARGEFILE_CPPFLAGS
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
698am__fastdepCC_FALSE
699am__fastdepCC_TRUE
700CCDEPMODE
6eb7d830 701am__nodep
81ecdfbb
RW
702AMDEPBACKSLASH
703AMDEP_FALSE
704AMDEP_TRUE
705am__quote
706am__include
707DEPDIR
23d61380
AM
708OBJEXT
709EXEEXT
710ac_ct_CC
711CPPFLAGS
712LDFLAGS
713CFLAGS
714CC
715AM_BACKSLASH
716AM_DEFAULT_VERBOSITY
717AM_DEFAULT_V
718AM_V
81ecdfbb
RW
719am__untar
720am__tar
721AMTAR
722am__leading_dot
723SET_MAKE
724AWK
725mkdir_p
726MKDIR_P
727INSTALL_STRIP_PROGRAM
728STRIP
729install_sh
730MAKEINFO
731AUTOHEADER
732AUTOMAKE
733AUTOCONF
734ACLOCAL
735VERSION
736PACKAGE
737CYGPATH_W
738am__isrc
739INSTALL_DATA
740INSTALL_SCRIPT
741INSTALL_PROGRAM
81ecdfbb
RW
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
f908e960 773runstatedir
81ecdfbb
RW
774localstatedir
775sharedstatedir
776sysconfdir
777datadir
778datarootdir
779libexecdir
780sbindir
781bindir
782program_transform_name
783prefix
784exec_prefix
785PACKAGE_URL
786PACKAGE_BUGREPORT
787PACKAGE_STRING
788PACKAGE_VERSION
789PACKAGE_TARNAME
790PACKAGE_NAME
791PATH_SEPARATOR
792SHELL'
13b2be9c 793ac_subst_files=''
81ecdfbb
RW
794ac_user_opts='
795enable_option_checking
d0ac1c44 796enable_silent_rules
23d61380 797enable_dependency_tracking
81ecdfbb
RW
798enable_shared
799enable_static
800with_pic
801enable_fast_install
802with_gnu_ld
803enable_libtool_lock
b879806f
AM
804enable_plugins
805enable_largefile
81ecdfbb
RW
806enable_targets
807enable_checking
6c3bc0f8 808enable_compressed_debug_sections
0cb4071e 809enable_x86_relax_relocations
b8871f35 810enable_elf_stt_common
0df8ad28 811enable_generate_build_notes
6f2117ba 812enable_mips_fix_loongson3_llsc
b4a3a7b4 813enable_x86_used_note
2dc8dd17 814enable_default_riscv_attribute
81ecdfbb
RW
815enable_werror
816enable_build_warnings
9004b6bd 817with_cpu
81ecdfbb
RW
818enable_nls
819enable_maintainer_mode
0138187e 820with_system_zlib
81ecdfbb
RW
821'
822 ac_precious_vars='build_alias
823host_alias
824target_alias
825CC
826CFLAGS
827LDFLAGS
828LIBS
829CPPFLAGS
830CPP
831YACC
832YFLAGS'
833
252b5132
RH
834
835# Initialize some variables set by options.
13b2be9c
DJ
836ac_init_help=
837ac_init_version=false
81ecdfbb
RW
838ac_unrecognized_opts=
839ac_unrecognized_sep=
252b5132
RH
840# The variables have the same names as the options, with
841# dashes changed to underlines.
13b2be9c 842cache_file=/dev/null
252b5132 843exec_prefix=NONE
252b5132 844no_create=
252b5132
RH
845no_recursion=
846prefix=NONE
847program_prefix=NONE
848program_suffix=NONE
849program_transform_name=s,x,x,
850silent=
851site=
852srcdir=
252b5132
RH
853verbose=
854x_includes=NONE
855x_libraries=NONE
13b2be9c
DJ
856
857# Installation directory options.
858# These are left unexpanded so users can "make install exec_prefix=/foo"
859# and all the variables that are supposed to be based on exec_prefix
860# by default will actually change.
861# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 862# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
863bindir='${exec_prefix}/bin'
864sbindir='${exec_prefix}/sbin'
865libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
866datarootdir='${prefix}/share'
867datadir='${datarootdir}'
252b5132
RH
868sysconfdir='${prefix}/etc'
869sharedstatedir='${prefix}/com'
870localstatedir='${prefix}/var'
f908e960 871runstatedir='${localstatedir}/run'
252b5132
RH
872includedir='${prefix}/include'
873oldincludedir='/usr/include'
2e98a7bd 874docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
875infodir='${datarootdir}/info'
876htmldir='${docdir}'
877dvidir='${docdir}'
878pdfdir='${docdir}'
879psdir='${docdir}'
880libdir='${exec_prefix}/lib'
881localedir='${datarootdir}/locale'
882mandir='${datarootdir}/man'
252b5132 883
252b5132 884ac_prev=
81ecdfbb 885ac_dashdash=
252b5132
RH
886for ac_option
887do
252b5132
RH
888 # If the previous option needs an argument, assign it.
889 if test -n "$ac_prev"; then
81ecdfbb 890 eval $ac_prev=\$ac_option
252b5132
RH
891 ac_prev=
892 continue
893 fi
894
81ecdfbb 895 case $ac_option in
d0ac1c44
SM
896 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
897 *=) ac_optarg= ;;
898 *) ac_optarg=yes ;;
81ecdfbb 899 esac
252b5132
RH
900
901 # Accept the important Cygnus configure options, so we can diagnose typos.
902
81ecdfbb
RW
903 case $ac_dashdash$ac_option in
904 --)
905 ac_dashdash=yes ;;
252b5132
RH
906
907 -bindir | --bindir | --bindi | --bind | --bin | --bi)
908 ac_prev=bindir ;;
909 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 910 bindir=$ac_optarg ;;
252b5132
RH
911
912 -build | --build | --buil | --bui | --bu)
13b2be9c 913 ac_prev=build_alias ;;
252b5132 914 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 915 build_alias=$ac_optarg ;;
252b5132
RH
916
917 -cache-file | --cache-file | --cache-fil | --cache-fi \
918 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
919 ac_prev=cache_file ;;
920 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
921 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
922 cache_file=$ac_optarg ;;
923
924 --config-cache | -C)
925 cache_file=config.cache ;;
252b5132 926
81ecdfbb 927 -datadir | --datadir | --datadi | --datad)
252b5132 928 ac_prev=datadir ;;
81ecdfbb 929 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 930 datadir=$ac_optarg ;;
252b5132 931
81ecdfbb
RW
932 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
933 | --dataroo | --dataro | --datar)
934 ac_prev=datarootdir ;;
935 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
936 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
937 datarootdir=$ac_optarg ;;
938
252b5132 939 -disable-* | --disable-*)
81ecdfbb 940 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 941 # Reject names that are not valid shell variable names.
81ecdfbb 942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 943 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
947 *"
948"enable_$ac_useropt"
949"*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=no ;;
954
955 -docdir | --docdir | --docdi | --doc | --do)
956 ac_prev=docdir ;;
957 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
958 docdir=$ac_optarg ;;
959
960 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 ac_prev=dvidir ;;
962 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
963 dvidir=$ac_optarg ;;
252b5132
RH
964
965 -enable-* | --enable-*)
81ecdfbb 966 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 967 # Reject names that are not valid shell variable names.
81ecdfbb 968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 969 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
973 *"
974"enable_$ac_useropt"
975"*) ;;
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
252b5132 978 esac
81ecdfbb 979 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
980
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
13b2be9c 988 exec_prefix=$ac_optarg ;;
252b5132
RH
989
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
992 with_gas=yes ;;
993
13b2be9c
DJ
994 -help | --help | --hel | --he | -h)
995 ac_init_help=long ;;
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
252b5132
RH
1000
1001 -host | --host | --hos | --ho)
13b2be9c 1002 ac_prev=host_alias ;;
252b5132 1003 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 1004 host_alias=$ac_optarg ;;
252b5132 1005
81ecdfbb
RW
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1007 ac_prev=htmldir ;;
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1009 | --ht=*)
1010 htmldir=$ac_optarg ;;
1011
252b5132
RH
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 1017 includedir=$ac_optarg ;;
252b5132
RH
1018
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1020 ac_prev=infodir ;;
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 1022 infodir=$ac_optarg ;;
252b5132
RH
1023
1024 -libdir | --libdir | --libdi | --libd)
1025 ac_prev=libdir ;;
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 1027 libdir=$ac_optarg ;;
252b5132
RH
1028
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
13b2be9c 1034 libexecdir=$ac_optarg ;;
252b5132 1035
81ecdfbb
RW
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1040
252b5132 1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1042 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 1046 localstatedir=$ac_optarg ;;
252b5132
RH
1047
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1049 ac_prev=mandir ;;
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 1051 mandir=$ac_optarg ;;
252b5132
RH
1052
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1055 with_fp=no ;;
1056
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1058 | --no-cr | --no-c | -n)
252b5132
RH
1059 no_create=yes ;;
1060
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1063 no_recursion=yes ;;
1064
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1072 oldincludedir=$ac_optarg ;;
252b5132
RH
1073
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1075 ac_prev=prefix ;;
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1077 prefix=$ac_optarg ;;
252b5132
RH
1078
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1084 program_prefix=$ac_optarg ;;
252b5132
RH
1085
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1091 program_suffix=$ac_optarg ;;
252b5132
RH
1092
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1108 program_transform_name=$ac_optarg ;;
252b5132 1109
81ecdfbb
RW
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1111 ac_prev=pdfdir ;;
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1114
1115 -psdir | --psdir | --psdi | --psd | --ps)
1116 ac_prev=psdir ;;
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1118 psdir=$ac_optarg ;;
1119
252b5132
RH
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1122 silent=yes ;;
1123
f908e960
NC
1124 -runstatedir | --runstatedir | --runstatedi | --runstated \
1125 | --runstate | --runstat | --runsta | --runst | --runs \
1126 | --run | --ru | --r)
1127 ac_prev=runstatedir ;;
1128 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1129 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1130 | --run=* | --ru=* | --r=*)
1131 runstatedir=$ac_optarg ;;
1132
252b5132
RH
1133 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1134 ac_prev=sbindir ;;
1135 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1136 | --sbi=* | --sb=*)
13b2be9c 1137 sbindir=$ac_optarg ;;
252b5132
RH
1138
1139 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1140 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1141 | --sharedst | --shareds | --shared | --share | --shar \
1142 | --sha | --sh)
1143 ac_prev=sharedstatedir ;;
1144 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1145 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1146 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1147 | --sha=* | --sh=*)
13b2be9c 1148 sharedstatedir=$ac_optarg ;;
252b5132
RH
1149
1150 -site | --site | --sit)
1151 ac_prev=site ;;
1152 -site=* | --site=* | --sit=*)
13b2be9c 1153 site=$ac_optarg ;;
76bff705 1154
252b5132
RH
1155 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1156 ac_prev=srcdir ;;
1157 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1158 srcdir=$ac_optarg ;;
252b5132
RH
1159
1160 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1161 | --syscon | --sysco | --sysc | --sys | --sy)
1162 ac_prev=sysconfdir ;;
1163 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1164 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1165 sysconfdir=$ac_optarg ;;
252b5132
RH
1166
1167 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1168 ac_prev=target_alias ;;
252b5132 1169 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1170 target_alias=$ac_optarg ;;
252b5132
RH
1171
1172 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1173 verbose=yes ;;
1174
13b2be9c
DJ
1175 -version | --version | --versio | --versi | --vers | -V)
1176 ac_init_version=: ;;
252b5132
RH
1177
1178 -with-* | --with-*)
81ecdfbb 1179 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1180 # Reject names that are not valid shell variable names.
81ecdfbb 1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1182 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1183 ac_useropt_orig=$ac_useropt
1184 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1186 *"
1187"with_$ac_useropt"
1188"*) ;;
1189 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1190 ac_unrecognized_sep=', ';;
252b5132 1191 esac
81ecdfbb 1192 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1193
1194 -without-* | --without-*)
81ecdfbb 1195 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1196 # Reject names that are not valid shell variable names.
81ecdfbb 1197 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1198 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1199 ac_useropt_orig=$ac_useropt
1200 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201 case $ac_user_opts in
1202 *"
1203"with_$ac_useropt"
1204"*) ;;
1205 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1206 ac_unrecognized_sep=', ';;
1207 esac
1208 eval with_$ac_useropt=no ;;
252b5132
RH
1209
1210 --x)
1211 # Obsolete; use --with-x.
1212 with_x=yes ;;
1213
1214 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1215 | --x-incl | --x-inc | --x-in | --x-i)
1216 ac_prev=x_includes ;;
1217 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1218 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1219 x_includes=$ac_optarg ;;
252b5132
RH
1220
1221 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1222 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1223 ac_prev=x_libraries ;;
1224 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1225 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1226 x_libraries=$ac_optarg ;;
252b5132 1227
d0ac1c44
SM
1228 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1229Try \`$0 --help' for more information"
252b5132
RH
1230 ;;
1231
13b2be9c
DJ
1232 *=*)
1233 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1234 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1235 case $ac_envvar in #(
1236 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1237 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1238 esac
1239 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1240 export $ac_envvar ;;
1241
252b5132 1242 *)
13b2be9c 1243 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1244 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1245 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1246 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1247 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1248 ;;
1249
1250 esac
1251done
1252
1253if test -n "$ac_prev"; then
13b2be9c 1254 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1255 as_fn_error $? "missing argument to $ac_option"
c8615825 1256fi
c8615825 1257
81ecdfbb
RW
1258if test -n "$ac_unrecognized_opts"; then
1259 case $enable_option_checking in
1260 no) ;;
d0ac1c44 1261 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1262 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1263 esac
81ecdfbb 1264fi
252b5132 1265
81ecdfbb
RW
1266# Check all directory arguments for consistency.
1267for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1268 datadir sysconfdir sharedstatedir localstatedir includedir \
1269 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
f908e960 1270 libdir localedir mandir runstatedir
252b5132 1271do
81ecdfbb
RW
1272 eval ac_val=\$$ac_var
1273 # Remove trailing slashes.
1274 case $ac_val in
1275 */ )
1276 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1277 eval $ac_var=\$ac_val;;
1278 esac
1279 # Be sure to have absolute directory names.
13b2be9c 1280 case $ac_val in
81ecdfbb
RW
1281 [\\/$]* | ?:[\\/]* ) continue;;
1282 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1283 esac
d0ac1c44 1284 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1285done
1286
13b2be9c
DJ
1287# There might be people who depend on the old broken behavior: `$host'
1288# used to hold the argument of --host etc.
1289# FIXME: To remove some day.
1290build=$build_alias
1291host=$host_alias
1292target=$target_alias
1293
1294# FIXME: To remove some day.
1295if test "x$host_alias" != x; then
1296 if test "x$build_alias" = x; then
1297 cross_compiling=maybe
13b2be9c
DJ
1298 elif test "x$build_alias" != "x$host_alias"; then
1299 cross_compiling=yes
1300 fi
1301fi
9b2b7d69 1302
13b2be9c
DJ
1303ac_tool_prefix=
1304test -n "$host_alias" && ac_tool_prefix=$host_alias-
1305
1306test "$silent" = yes && exec 6>/dev/null
252b5132 1307
252b5132 1308
81ecdfbb
RW
1309ac_pwd=`pwd` && test -n "$ac_pwd" &&
1310ac_ls_di=`ls -di .` &&
1311ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1312 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1313test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1314 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1315
1316
252b5132
RH
1317# Find the source files, if location was not specified.
1318if test -z "$srcdir"; then
1319 ac_srcdir_defaulted=yes
81ecdfbb
RW
1320 # Try the directory containing this script, then the parent directory.
1321 ac_confdir=`$as_dirname -- "$as_myself" ||
1322$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323 X"$as_myself" : 'X\(//\)[^/]' \| \
1324 X"$as_myself" : 'X\(//\)$' \| \
1325 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1326$as_echo X"$as_myself" |
1327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1328 s//\1/
1329 q
1330 }
1331 /^X\(\/\/\)[^/].*/{
1332 s//\1/
1333 q
1334 }
1335 /^X\(\/\/\)$/{
1336 s//\1/
1337 q
1338 }
1339 /^X\(\/\).*/{
1340 s//\1/
1341 q
1342 }
1343 s/.*/./; q'`
252b5132 1344 srcdir=$ac_confdir
81ecdfbb 1345 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1346 srcdir=..
1347 fi
1348else
1349 ac_srcdir_defaulted=no
1350fi
81ecdfbb
RW
1351if test ! -r "$srcdir/$ac_unique_file"; then
1352 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1353 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1354fi
1355ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1356ac_abs_confdir=`(
d0ac1c44 1357 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1358 pwd)`
1359# When building in place, set srcdir=.
1360if test "$ac_abs_confdir" = "$ac_pwd"; then
1361 srcdir=.
1362fi
1363# Remove unnecessary trailing slashes from srcdir.
1364# Double slashes in file names in object file debugging info
1365# mess up M-x gdb in Emacs.
1366case $srcdir in
1367*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1368esac
1369for ac_var in $ac_precious_vars; do
1370 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1371 eval ac_env_${ac_var}_value=\$${ac_var}
1372 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1373 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1374done
d6d788bd 1375
13b2be9c
DJ
1376#
1377# Report the --help message.
1378#
1379if test "$ac_init_help" = "long"; then
1380 # Omit some internal or obsolete options to make the list less imposing.
1381 # This message is too long to be a string in the A/UX 3.1 sh.
1382 cat <<_ACEOF
f908e960 1383\`configure' configures gas 2.38.50 to adapt to many kinds of systems.
9b2b7d69 1384
13b2be9c 1385Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1386
13b2be9c
DJ
1387To assign environment variables (e.g., CC, CFLAGS...), specify them as
1388VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1389
13b2be9c 1390Defaults for the options are specified in brackets.
9b2b7d69 1391
13b2be9c
DJ
1392Configuration:
1393 -h, --help display this help and exit
1394 --help=short display options specific to this package
1395 --help=recursive display the short help of all the included packages
1396 -V, --version display version information and exit
d0ac1c44 1397 -q, --quiet, --silent do not print \`checking ...' messages
13b2be9c
DJ
1398 --cache-file=FILE cache test results in FILE [disabled]
1399 -C, --config-cache alias for \`--cache-file=config.cache'
1400 -n, --no-create do not create output files
1401 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1402
13b2be9c
DJ
1403Installation directories:
1404 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1405 [$ac_default_prefix]
13b2be9c 1406 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1407 [PREFIX]
9b2b7d69 1408
13b2be9c
DJ
1409By default, \`make install' will install all the files in
1410\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1411an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1412for instance \`--prefix=\$HOME'.
9b2b7d69 1413
13b2be9c 1414For better control, use the options below.
9b2b7d69 1415
13b2be9c 1416Fine tuning of the installation directories:
81ecdfbb
RW
1417 --bindir=DIR user executables [EPREFIX/bin]
1418 --sbindir=DIR system admin executables [EPREFIX/sbin]
1419 --libexecdir=DIR program executables [EPREFIX/libexec]
1420 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1421 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1422 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
f908e960 1423 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
81ecdfbb
RW
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1432 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
81ecdfbb
RW
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
13b2be9c 1437_ACEOF
9b2b7d69 1438
13b2be9c 1439 cat <<\_ACEOF
9b2b7d69 1440
13b2be9c
DJ
1441Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 1445
13b2be9c
DJ
1446System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450_ACEOF
9b2b7d69 1451fi
9b2b7d69 1452
13b2be9c 1453if test -n "$ac_init_help"; then
2e98a7bd 1454 case $ac_init_help in
f908e960 1455 short | recursive ) echo "Configuration of gas 2.38.50:";;
2e98a7bd 1456 esac
13b2be9c 1457 cat <<\_ACEOF
9b2b7d69 1458
13b2be9c 1459Optional Features:
81ecdfbb 1460 --disable-option-checking ignore unrecognized --enable/--with options
13b2be9c
DJ
1461 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1462 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
23d61380
AM
1463 --enable-silent-rules less verbose build output (undo: "make V=1")
1464 --disable-silent-rules verbose build output (undo: "make V=0")
d0ac1c44
SM
1465 --enable-dependency-tracking
1466 do not reject slow dependency extractors
1467 --disable-dependency-tracking
1468 speeds up one-time build
81ecdfbb
RW
1469 --enable-shared[=PKGS] build shared libraries [default=yes]
1470 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1471 --enable-fast-install[=PKGS]
1472 optimize for fast installation [default=yes]
13b2be9c 1473 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1474 --enable-plugins Enable support for plugins
1475 --disable-largefile omit support for large files
241a6c40 1476 --enable-targets alternative target configurations besides the primary
c43a438d 1477 --enable-checking enable run-time checks
4894d80b 1478 --enable-compressed-debug-sections={all,gas,none}
27ba7c94 1479 compress debug sections by default
0cb4071e
L
1480 --enable-x86-relax-relocations
1481 generate x86 relax relocations by default
b8871f35
L
1482 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1483 default
0df8ad28
NC
1484 --enable-generate-build-notes
1485 generate GNU Build notes if none are provided by the
1486 input
6f2117ba
PH
1487 --enable-mips-fix-loongson3-llsc
1488 enable MIPS fix Loongson3 LLSC errata
b4a3a7b4 1489 --enable-x86-used-note generate GNU x86 used ISA and feature properties
2dc8dd17
JW
1490 --enable-default-riscv-attribute
1491 generate RISC-V arch attribute by default
241a6c40
AM
1492 --enable-werror treat compile warnings as errors
1493 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1494 --disable-nls do not use Native Language Support
d0ac1c44
SM
1495 --enable-maintainer-mode
1496 enable make rules and dependencies not useful (and
1497 sometimes confusing) to the casual installer
9b2b7d69 1498
13b2be9c
DJ
1499Optional Packages:
1500 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1501 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1502 --with-pic try to use only PIC/non-PIC objects [default=use
1503 both]
1504 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
9004b6bd
AB
1505 --with-cpu=CPU default cpu variant is CPU (currently only supported
1506 on ARC)
0138187e 1507 --with-system-zlib use installed libz
9b2b7d69 1508
13b2be9c
DJ
1509Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
81ecdfbb 1514 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1516 you have headers in a nonstandard directory <include dir>
13b2be9c 1517 CPP C preprocessor
d0ac1c44
SM
1518 YACC The `Yet Another Compiler Compiler' implementation to use.
1519 Defaults to the first program found out of: `bison -y', `byacc',
1520 `yacc'.
81ecdfbb
RW
1521 YFLAGS The list of arguments that will be passed by default to $YACC.
1522 This script will default YFLAGS to the empty string to avoid a
1523 default value of `-d' given by some make applications.
13b2be9c
DJ
1524
1525Use these variables to override the choices made by `configure' or to help
1526it to find libraries and programs with nonstandard names/locations.
1527
81ecdfbb 1528Report bugs to the package provider.
13b2be9c 1529_ACEOF
81ecdfbb 1530ac_status=$?
9b2b7d69 1531fi
9b2b7d69 1532
13b2be9c
DJ
1533if test "$ac_init_help" = "recursive"; then
1534 # If there are subdirs, report their specific --help.
13b2be9c 1535 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1536 test -d "$ac_dir" ||
1537 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1538 continue
13b2be9c
DJ
1539 ac_builddir=.
1540
81ecdfbb
RW
1541case "$ac_dir" in
1542.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1543*)
1544 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1545 # A ".." for each directory in $ac_dir_suffix.
1546 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1547 case $ac_top_builddir_sub in
1548 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1550 esac ;;
1551esac
1552ac_abs_top_builddir=$ac_pwd
1553ac_abs_builddir=$ac_pwd$ac_dir_suffix
1554# for backward compatibility:
1555ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1556
13b2be9c 1557case $srcdir in
81ecdfbb 1558 .) # We are building in place.
13b2be9c 1559 ac_srcdir=.
81ecdfbb
RW
1560 ac_top_srcdir=$ac_top_builddir_sub
1561 ac_abs_top_srcdir=$ac_pwd ;;
1562 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1563 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1564 ac_top_srcdir=$srcdir
1565 ac_abs_top_srcdir=$srcdir ;;
1566 *) # Relative name.
1567 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1568 ac_top_srcdir=$ac_top_build_prefix$srcdir
1569 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1570esac
81ecdfbb
RW
1571ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1572
1573 cd "$ac_dir" || { ac_status=$?; continue; }
1574 # Check for guested configure.
1575 if test -f "$ac_srcdir/configure.gnu"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1578 elif test -f "$ac_srcdir/configure"; then
1579 echo &&
1580 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1581 else
81ecdfbb
RW
1582 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1583 fi || ac_status=$?
1584 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1585 done
1586fi
6840198f 1587
81ecdfbb 1588test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1589if $ac_init_version; then
1590 cat <<\_ACEOF
f908e960 1591gas configure 2.38.50
d0ac1c44 1592generated by GNU Autoconf 2.69
c8615825 1593
d0ac1c44 1594Copyright (C) 2012 Free Software Foundation, Inc.
13b2be9c
DJ
1595This configure script is free software; the Free Software Foundation
1596gives unlimited permission to copy, distribute and modify it.
1597_ACEOF
81ecdfbb 1598 exit
13b2be9c 1599fi
c8615825 1600
81ecdfbb
RW
1601## ------------------------ ##
1602## Autoconf initialization. ##
1603## ------------------------ ##
c8615825 1604
81ecdfbb
RW
1605# ac_fn_c_try_compile LINENO
1606# --------------------------
1607# Try to compile conftest.$ac_ext, and return whether this succeeded.
1608ac_fn_c_try_compile ()
13b2be9c 1609{
81ecdfbb
RW
1610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1611 rm -f conftest.$ac_objext
1612 if { { ac_try="$ac_compile"
1613case "(($ac_try" in
1614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1615 *) ac_try_echo=$ac_try;;
1616esac
1617eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1618$as_echo "$ac_try_echo"; } >&5
1619 (eval "$ac_compile") 2>conftest.err
1620 ac_status=$?
1621 if test -s conftest.err; then
1622 grep -v '^ *+' conftest.err >conftest.er1
1623 cat conftest.er1 >&5
1624 mv -f conftest.er1 conftest.err
1625 fi
1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1627 test $ac_status = 0; } && {
1628 test -z "$ac_c_werror_flag" ||
1629 test ! -s conftest.err
1630 } && test -s conftest.$ac_objext; then :
1631 ac_retval=0
1632else
1633 $as_echo "$as_me: failed program was:" >&5
1634sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1635
81ecdfbb
RW
1636 ac_retval=1
1637fi
d0ac1c44
SM
1638 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1639 as_fn_set_status $ac_retval
13b2be9c 1640
81ecdfbb 1641} # ac_fn_c_try_compile
13b2be9c 1642
81ecdfbb
RW
1643# ac_fn_c_try_cpp LINENO
1644# ----------------------
1645# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1646ac_fn_c_try_cpp ()
1647{
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 if { { ac_try="$ac_cpp conftest.$ac_ext"
1650case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653esac
1654eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655$as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1662 fi
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1664 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1665 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1666 test ! -s conftest.err
1667 }; then :
1668 ac_retval=0
1669else
1670 $as_echo "$as_me: failed program was:" >&5
1671sed 's/^/| /' conftest.$ac_ext >&5
1672
1673 ac_retval=1
1674fi
d0ac1c44
SM
1675 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1676 as_fn_set_status $ac_retval
81ecdfbb
RW
1677
1678} # ac_fn_c_try_cpp
1679
1680# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1681# -------------------------------------------------------
1682# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1683# the include files in INCLUDES and setting the cache variable VAR
1684# accordingly.
1685ac_fn_c_check_header_mongrel ()
1686{
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1688 if eval \${$3+:} false; then :
81ecdfbb
RW
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1691if eval \${$3+:} false; then :
81ecdfbb
RW
1692 $as_echo_n "(cached) " >&6
1693fi
1694eval ac_res=\$$3
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1696$as_echo "$ac_res" >&6; }
1697else
1698 # Is the header compilable?
1699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1700$as_echo_n "checking $2 usability... " >&6; }
1701cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1702/* end confdefs.h. */
1703$4
1704#include <$2>
1705_ACEOF
1706if ac_fn_c_try_compile "$LINENO"; then :
1707 ac_header_compiler=yes
1708else
1709 ac_header_compiler=no
1710fi
1711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1713$as_echo "$ac_header_compiler" >&6; }
1714
1715# Is the header present?
1716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1717$as_echo_n "checking $2 presence... " >&6; }
1718cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1719/* end confdefs.h. */
1720#include <$2>
1721_ACEOF
1722if ac_fn_c_try_cpp "$LINENO"; then :
1723 ac_header_preproc=yes
1724else
1725 ac_header_preproc=no
1726fi
d0ac1c44 1727rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1729$as_echo "$ac_header_preproc" >&6; }
1730
1731# So? What about this header?
1732case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1733 yes:no: )
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1735$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1737$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1738 ;;
1739 no:yes:* )
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1741$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1743$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1745$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1747$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1749$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1750 ;;
1751esac
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1754if eval \${$3+:} false; then :
81ecdfbb
RW
1755 $as_echo_n "(cached) " >&6
1756else
1757 eval "$3=\$ac_header_compiler"
1758fi
1759eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761$as_echo "$ac_res" >&6; }
1762fi
d0ac1c44 1763 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1764
1765} # ac_fn_c_check_header_mongrel
1766
1767# ac_fn_c_try_run LINENO
1768# ----------------------
1769# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1770# that executables *can* be run.
1771ac_fn_c_try_run ()
1772{
1773 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1774 if { { ac_try="$ac_link"
1775case "(($ac_try" in
1776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1778esac
1779eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780$as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_link") 2>&5
1782 ac_status=$?
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1785 { { case "(($ac_try" in
1786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1787 *) ac_try_echo=$ac_try;;
1788esac
1789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1790$as_echo "$ac_try_echo"; } >&5
1791 (eval "$ac_try") 2>&5
1792 ac_status=$?
1793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1794 test $ac_status = 0; }; }; then :
1795 ac_retval=0
1796else
1797 $as_echo "$as_me: program exited with status $ac_status" >&5
1798 $as_echo "$as_me: failed program was:" >&5
1799sed 's/^/| /' conftest.$ac_ext >&5
1800
1801 ac_retval=$ac_status
1802fi
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1804 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1805 as_fn_set_status $ac_retval
81ecdfbb
RW
1806
1807} # ac_fn_c_try_run
1808
1809# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1810# -------------------------------------------------------
1811# Tests whether HEADER exists and can be compiled using the include files in
1812# INCLUDES, setting the cache variable VAR accordingly.
1813ac_fn_c_check_header_compile ()
1814{
1815 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1817$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1818if eval \${$3+:} false; then :
81ecdfbb
RW
1819 $as_echo_n "(cached) " >&6
1820else
1821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1822/* end confdefs.h. */
1823$4
1824#include <$2>
1825_ACEOF
1826if ac_fn_c_try_compile "$LINENO"; then :
1827 eval "$3=yes"
1828else
1829 eval "$3=no"
1830fi
1831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1832fi
1833eval ac_res=\$$3
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1835$as_echo "$ac_res" >&6; }
d0ac1c44 1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1837
1838} # ac_fn_c_check_header_compile
1839
23d61380
AM
1840# ac_fn_c_try_link LINENO
1841# -----------------------
1842# Try to link conftest.$ac_ext, and return whether this succeeded.
1843ac_fn_c_try_link ()
1844{
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 rm -f conftest.$ac_objext conftest$ac_exeext
1847 if { { ac_try="$ac_link"
1848case "(($ac_try" in
1849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1850 *) ac_try_echo=$ac_try;;
1851esac
1852eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1853$as_echo "$ac_try_echo"; } >&5
1854 (eval "$ac_link") 2>conftest.err
1855 ac_status=$?
1856 if test -s conftest.err; then
1857 grep -v '^ *+' conftest.err >conftest.er1
1858 cat conftest.er1 >&5
1859 mv -f conftest.er1 conftest.err
1860 fi
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && {
1863 test -z "$ac_c_werror_flag" ||
1864 test ! -s conftest.err
1865 } && test -s conftest$ac_exeext && {
1866 test "$cross_compiling" = yes ||
1867 test -x conftest$ac_exeext
1868 }; then :
1869 ac_retval=0
1870else
1871 $as_echo "$as_me: failed program was:" >&5
1872sed 's/^/| /' conftest.$ac_ext >&5
1873
1874 ac_retval=1
1875fi
1876 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1877 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1878 # interfere with the next link command; also delete a directory that is
1879 # left behind by Apple's compiler. We do this before executing the actions.
1880 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1881 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1882 as_fn_set_status $ac_retval
1883
1884} # ac_fn_c_try_link
1885
81ecdfbb
RW
1886# ac_fn_c_check_func LINENO FUNC VAR
1887# ----------------------------------
1888# Tests whether FUNC exists, setting the cache variable VAR accordingly
1889ac_fn_c_check_func ()
1890{
1891 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1893$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1894if eval \${$3+:} false; then :
81ecdfbb
RW
1895 $as_echo_n "(cached) " >&6
1896else
1897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1898/* end confdefs.h. */
1899/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1901#define $2 innocuous_$2
1902
1903/* System header to define __stub macros and hopefully few prototypes,
1904 which can conflict with char $2 (); below.
1905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1906 <limits.h> exists even on freestanding compilers. */
1907
1908#ifdef __STDC__
1909# include <limits.h>
1910#else
1911# include <assert.h>
1912#endif
1913
1914#undef $2
1915
1916/* Override any GCC internal prototype to avoid an error.
1917 Use char because int might match the return type of a GCC
1918 builtin and then its argument prototype would still apply. */
1919#ifdef __cplusplus
1920extern "C"
1921#endif
1922char $2 ();
1923/* The GNU C library defines this for functions which it implements
1924 to always fail with ENOSYS. Some functions are actually named
1925 something starting with __ and the normal name is an alias. */
1926#if defined __stub_$2 || defined __stub___$2
1927choke me
1928#endif
1929
1930int
1931main ()
1932{
1933return $2 ();
1934 ;
1935 return 0;
1936}
1937_ACEOF
1938if ac_fn_c_try_link "$LINENO"; then :
1939 eval "$3=yes"
1940else
1941 eval "$3=no"
1942fi
1943rm -f core conftest.err conftest.$ac_objext \
1944 conftest$ac_exeext conftest.$ac_ext
1945fi
1946eval ac_res=\$$3
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1948$as_echo "$ac_res" >&6; }
d0ac1c44 1949 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1950
1951} # ac_fn_c_check_func
1952
d0ac1c44
SM
1953# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1954# ---------------------------------------------
1955# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1956# accordingly.
81ecdfbb
RW
1957ac_fn_c_check_decl ()
1958{
1959 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1960 as_decl_name=`echo $2|sed 's/ *(.*//'`
1961 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1963$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 1964if eval \${$3+:} false; then :
81ecdfbb
RW
1965 $as_echo_n "(cached) " >&6
1966else
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968/* end confdefs.h. */
1969$4
1970int
1971main ()
1972{
360cfc9c
AM
1973#ifndef $as_decl_name
1974#ifdef __cplusplus
1975 (void) $as_decl_use;
1976#else
1977 (void) $as_decl_name;
1978#endif
81ecdfbb
RW
1979#endif
1980
1981 ;
1982 return 0;
1983}
1984_ACEOF
1985if ac_fn_c_try_compile "$LINENO"; then :
1986 eval "$3=yes"
1987else
1988 eval "$3=no"
1989fi
1990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991fi
1992eval ac_res=\$$3
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1994$as_echo "$ac_res" >&6; }
d0ac1c44 1995 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1996
1997} # ac_fn_c_check_decl
1998cat >config.log <<_ACEOF
1999This file contains any messages produced by compilers while
2000running configure, to aid debugging if configure makes a mistake.
2001
f908e960 2002It was created by gas $as_me 2.38.50, which was
d0ac1c44 2003generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2004
2005 $ $0 $@
2006
2007_ACEOF
2008exec 5>>config.log
2009{
2010cat <<_ASUNAME
2011## --------- ##
2012## Platform. ##
2013## --------- ##
2014
2015hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2016uname -m = `(uname -m) 2>/dev/null || echo unknown`
2017uname -r = `(uname -r) 2>/dev/null || echo unknown`
2018uname -s = `(uname -s) 2>/dev/null || echo unknown`
2019uname -v = `(uname -v) 2>/dev/null || echo unknown`
2020
2021/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2022/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2023
2024/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
2025/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2026/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 2027/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
2028/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2029/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2030/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2031
2032_ASUNAME
2033
2034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2035for as_dir in $PATH
2036do
2037 IFS=$as_save_IFS
2038 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2039 $as_echo "PATH: $as_dir"
2040 done
2041IFS=$as_save_IFS
9b2b7d69 2042
13b2be9c 2043} >&5
6840198f 2044
13b2be9c 2045cat >&5 <<_ACEOF
c8615825 2046
9b2b7d69 2047
13b2be9c
DJ
2048## ----------- ##
2049## Core tests. ##
2050## ----------- ##
87ccc1b0 2051
13b2be9c 2052_ACEOF
9b2b7d69 2053
13b2be9c
DJ
2054
2055# Keep a trace of the command line.
2056# Strip out --no-create and --no-recursion so they do not pile up.
2057# Strip out --silent because we don't want to record it for future runs.
2058# Also quote any args containing shell meta-characters.
2059# Make two passes to allow for proper duplicate-argument suppression.
2060ac_configure_args=
2061ac_configure_args0=
2062ac_configure_args1=
13b2be9c
DJ
2063ac_must_keep_next=false
2064for ac_pass in 1 2
2065do
2066 for ac_arg
2067 do
2068 case $ac_arg in
2069 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2071 | -silent | --silent | --silen | --sile | --sil)
2072 continue ;;
81ecdfbb
RW
2073 *\'*)
2074 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2075 esac
2076 case $ac_pass in
81ecdfbb 2077 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 2078 2)
81ecdfbb 2079 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 2080 if test $ac_must_keep_next = true; then
ab509236 2081 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 2082 else
ab509236
L
2083 case $ac_arg in
2084 *=* | --config-cache | -C | -disable-* | --disable-* \
2085 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2086 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2087 | -with-* | --with-* | -without-* | --without-* | --x)
2088 case "$ac_configure_args0 " in
2089 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2090 esac
2091 ;;
2092 -* ) ac_must_keep_next=true ;;
2093 esac
13b2be9c 2094 fi
81ecdfbb 2095 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2096 ;;
2097 esac
2098 done
13b2be9c 2099done
81ecdfbb
RW
2100{ ac_configure_args0=; unset ac_configure_args0;}
2101{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2102
2103# When interrupted or exit'd, cleanup temporary files, and complete
2104# config.log. We remove comments because anyway the quotes in there
2105# would cause problems or look ugly.
81ecdfbb
RW
2106# WARNING: Use '\'' to represent an apostrophe within the trap.
2107# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2108trap 'exit_status=$?
2109 # Save into config.log some information that might help in debugging.
2110 {
2111 echo
2112
d0ac1c44 2113 $as_echo "## ---------------- ##
13b2be9c 2114## Cache variables. ##
d0ac1c44 2115## ---------------- ##"
13b2be9c
DJ
2116 echo
2117 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2118(
2119 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2120 eval ac_val=\$$ac_var
2121 case $ac_val in #(
2122 *${as_nl}*)
2123 case $ac_var in #(
2124 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2125$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2126 esac
2127 case $ac_var in #(
2128 _ | IFS | as_nl) ;; #(
2129 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2130 *) { eval $ac_var=; unset $ac_var;} ;;
2131 esac ;;
2132 esac
2133 done
13b2be9c 2134 (set) 2>&1 |
81ecdfbb
RW
2135 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2136 *${as_nl}ac_space=\ *)
13b2be9c 2137 sed -n \
81ecdfbb
RW
2138 "s/'\''/'\''\\\\'\'''\''/g;
2139 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2140 ;; #(
13b2be9c 2141 *)
81ecdfbb 2142 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2143 ;;
81ecdfbb
RW
2144 esac |
2145 sort
2146)
13b2be9c
DJ
2147 echo
2148
d0ac1c44 2149 $as_echo "## ----------------- ##
13b2be9c 2150## Output variables. ##
d0ac1c44 2151## ----------------- ##"
13b2be9c
DJ
2152 echo
2153 for ac_var in $ac_subst_vars
2154 do
81ecdfbb
RW
2155 eval ac_val=\$$ac_var
2156 case $ac_val in
2157 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2158 esac
2159 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2160 done | sort
2161 echo
2162
2163 if test -n "$ac_subst_files"; then
d0ac1c44 2164 $as_echo "## ------------------- ##
81ecdfbb 2165## File substitutions. ##
d0ac1c44 2166## ------------------- ##"
13b2be9c
DJ
2167 echo
2168 for ac_var in $ac_subst_files
2169 do
81ecdfbb
RW
2170 eval ac_val=\$$ac_var
2171 case $ac_val in
2172 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2173 esac
2174 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2175 done | sort
2176 echo
2177 fi
2178
2179 if test -s confdefs.h; then
d0ac1c44 2180 $as_echo "## ----------- ##
13b2be9c 2181## confdefs.h. ##
d0ac1c44 2182## ----------- ##"
13b2be9c 2183 echo
81ecdfbb 2184 cat confdefs.h
13b2be9c
DJ
2185 echo
2186 fi
2187 test "$ac_signal" != 0 &&
81ecdfbb
RW
2188 $as_echo "$as_me: caught signal $ac_signal"
2189 $as_echo "$as_me: exit $exit_status"
13b2be9c 2190 } >&5
81ecdfbb
RW
2191 rm -f core *.core core.conftest.* &&
2192 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2193 exit $exit_status
81ecdfbb 2194' 0
13b2be9c 2195for ac_signal in 1 2 13 15; do
81ecdfbb 2196 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2197done
2198ac_signal=0
2199
2200# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2201rm -f -r conftest* confdefs.h
2202
2203$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2204
2205# Predefined preprocessor variables.
2206
2207cat >>confdefs.h <<_ACEOF
2208#define PACKAGE_NAME "$PACKAGE_NAME"
2209_ACEOF
2210
13b2be9c
DJ
2211cat >>confdefs.h <<_ACEOF
2212#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2213_ACEOF
2214
13b2be9c
DJ
2215cat >>confdefs.h <<_ACEOF
2216#define PACKAGE_VERSION "$PACKAGE_VERSION"
2217_ACEOF
2218
13b2be9c
DJ
2219cat >>confdefs.h <<_ACEOF
2220#define PACKAGE_STRING "$PACKAGE_STRING"
2221_ACEOF
2222
13b2be9c
DJ
2223cat >>confdefs.h <<_ACEOF
2224#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2225_ACEOF
2226
81ecdfbb
RW
2227cat >>confdefs.h <<_ACEOF
2228#define PACKAGE_URL "$PACKAGE_URL"
2229_ACEOF
2230
13b2be9c
DJ
2231
2232# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2233# Prefer an explicitly selected file to automatically selected ones.
2234ac_site_file1=NONE
2235ac_site_file2=NONE
2236if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2237 # We do not want a PATH search for config.site.
2238 case $CONFIG_SITE in #((
2239 -*) ac_site_file1=./$CONFIG_SITE;;
2240 */*) ac_site_file1=$CONFIG_SITE;;
2241 *) ac_site_file1=./$CONFIG_SITE;;
2242 esac
81ecdfbb
RW
2243elif test "x$prefix" != xNONE; then
2244 ac_site_file1=$prefix/share/config.site
2245 ac_site_file2=$prefix/etc/config.site
2246else
2247 ac_site_file1=$ac_default_prefix/share/config.site
2248 ac_site_file2=$ac_default_prefix/etc/config.site
2249fi
2250for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2251do
2252 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2253 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2255$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c 2256 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2257 . "$ac_site_file" \
2258 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2259$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2260as_fn_error $? "failed to load site script $ac_site_file
2261See \`config.log' for more details" "$LINENO" 5; }
13b2be9c
DJ
2262 fi
2263done
2264
2265if test -r "$cache_file"; then
d0ac1c44
SM
2266 # Some versions of bash will fail to source /dev/null (special files
2267 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2268 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2270$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2271 case $cache_file in
81ecdfbb
RW
2272 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2273 *) . "./$cache_file";;
13b2be9c
DJ
2274 esac
2275 fi
2276else
81ecdfbb
RW
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2278$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2279 >$cache_file
2280fi
2281
2282# Check that the precious variables saved in the cache have kept the same
2283# value.
2284ac_cache_corrupted=false
81ecdfbb 2285for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2286 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2287 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2288 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2289 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2290 case $ac_old_set,$ac_new_set in
2291 set,)
81ecdfbb
RW
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2293$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2294 ac_cache_corrupted=: ;;
2295 ,set)
81ecdfbb
RW
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2297$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2298 ac_cache_corrupted=: ;;
2299 ,);;
2300 *)
2301 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2302 # differences in whitespace do not lead to failure.
2303 ac_old_val_w=`echo x $ac_old_val`
2304 ac_new_val_w=`echo x $ac_new_val`
2305 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2307$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2308 ac_cache_corrupted=:
2309 else
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2311$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2312 eval $ac_var=\$ac_old_val
2313 fi
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2315$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2317$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2318 fi;;
2319 esac
2320 # Pass precious variables to config.status.
2321 if test "$ac_new_set" = set; then
2322 case $ac_new_val in
81ecdfbb 2323 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2324 *) ac_arg=$ac_var=$ac_new_val ;;
2325 esac
2326 case " $ac_configure_args " in
2327 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2328 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2329 esac
2330 fi
2331done
2332if $ac_cache_corrupted; then
81ecdfbb
RW
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2334$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2336$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2337 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2338fi
81ecdfbb
RW
2339## -------------------- ##
2340## Main body of script. ##
2341## -------------------- ##
13b2be9c
DJ
2342
2343ac_ext=c
2344ac_cpp='$CPP $CPPFLAGS'
2345ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2346ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2347ac_compiler_gnu=$ac_cv_c_compiler_gnu
2348
2349
2350
13b2be9c 2351
da594c4a 2352
13b2be9c
DJ
2353
2354
2355ac_aux_dir=
81ecdfbb 2356for ac_dir in .. "$srcdir"/..; do
d0ac1c44
SM
2357 if test -f "$ac_dir/install-sh"; then
2358 ac_aux_dir=$ac_dir
2359 ac_install_sh="$ac_aux_dir/install-sh -c"
2360 break
2361 elif test -f "$ac_dir/install.sh"; then
2362 ac_aux_dir=$ac_dir
2363 ac_install_sh="$ac_aux_dir/install.sh -c"
2364 break
2365 elif test -f "$ac_dir/shtool"; then
2366 ac_aux_dir=$ac_dir
2367 ac_install_sh="$ac_aux_dir/shtool install -c"
2368 break
2369 fi
13b2be9c
DJ
2370done
2371if test -z "$ac_aux_dir"; then
d0ac1c44 2372 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2373fi
81ecdfbb
RW
2374
2375# These three variables are undocumented and unsupported,
2376# and are intended to be withdrawn in a future Autoconf release.
2377# They can cause serious problems if a builder's source tree is in a directory
2378# whose full name contains unusual characters.
2379ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2380ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2381ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2382
13b2be9c
DJ
2383
2384# Make sure we can run config.sub.
81ecdfbb 2385$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2386 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2387
2388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2389$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2390if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2391 $as_echo_n "(cached) " >&6
2392else
2393 ac_build_alias=$build_alias
2394test "x$ac_build_alias" = x &&
2395 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2396test "x$ac_build_alias" = x &&
d0ac1c44 2397 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2398ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2399 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2400
2401fi
2402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2403$as_echo "$ac_cv_build" >&6; }
2404case $ac_cv_build in
2405*-*-*) ;;
d0ac1c44 2406*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2407esac
13b2be9c 2408build=$ac_cv_build
81ecdfbb
RW
2409ac_save_IFS=$IFS; IFS='-'
2410set x $ac_cv_build
2411shift
2412build_cpu=$1
2413build_vendor=$2
2414shift; shift
2415# Remember, the first character of IFS is used to create $*,
2416# except with old shells:
2417build_os=$*
2418IFS=$ac_save_IFS
2419case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2420
2421
81ecdfbb
RW
2422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2423$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2424if ${ac_cv_host+:} false; then :
81ecdfbb 2425 $as_echo_n "(cached) " >&6
13b2be9c 2426else
81ecdfbb
RW
2427 if test "x$host_alias" = x; then
2428 ac_cv_host=$ac_cv_build
2429else
2430 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2431 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2432fi
13b2be9c
DJ
2433
2434fi
81ecdfbb
RW
2435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2436$as_echo "$ac_cv_host" >&6; }
2437case $ac_cv_host in
2438*-*-*) ;;
d0ac1c44 2439*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2440esac
13b2be9c 2441host=$ac_cv_host
81ecdfbb
RW
2442ac_save_IFS=$IFS; IFS='-'
2443set x $ac_cv_host
2444shift
2445host_cpu=$1
2446host_vendor=$2
2447shift; shift
2448# Remember, the first character of IFS is used to create $*,
2449# except with old shells:
2450host_os=$*
2451IFS=$ac_save_IFS
2452case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2453
2454
81ecdfbb
RW
2455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2456$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2457if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2458 $as_echo_n "(cached) " >&6
2459else
2460 if test "x$target_alias" = x; then
2461 ac_cv_target=$ac_cv_host
13b2be9c 2462else
81ecdfbb 2463 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2464 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2465fi
13b2be9c
DJ
2466
2467fi
81ecdfbb
RW
2468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2469$as_echo "$ac_cv_target" >&6; }
2470case $ac_cv_target in
2471*-*-*) ;;
d0ac1c44 2472*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2473esac
13b2be9c 2474target=$ac_cv_target
81ecdfbb
RW
2475ac_save_IFS=$IFS; IFS='-'
2476set x $ac_cv_target
2477shift
2478target_cpu=$1
2479target_vendor=$2
2480shift; shift
2481# Remember, the first character of IFS is used to create $*,
2482# except with old shells:
2483target_os=$*
2484IFS=$ac_save_IFS
2485case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2486
2487
2488# The aliases save the names the user supplied, while $host etc.
2489# will get canonicalized.
2490test -n "$target_alias" &&
2491 test "$program_prefix$program_suffix$program_transform_name" = \
2492 NONENONEs,x,x, &&
2493 program_prefix=${target_alias}-
d0ac1c44 2494
23d61380
AM
2495am__api_version='1.15'
2496
2497# Find a good install program. We prefer a C program (faster),
2498# so one script is as good as another. But avoid the broken or
2499# incompatible versions:
2500# SysV /etc/install, /usr/sbin/install
2501# SunOS /usr/etc/install
2502# IRIX /sbin/install
2503# AIX /bin/install
2504# AmigaOS /C/install, which installs bootblocks on floppy discs
2505# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2506# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2507# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2508# OS/2's system install, which has a completely different semantic
2509# ./install, which can be erroneously created by make from ./install.sh.
2510# Reject install programs that cannot install multiple files.
2511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2512$as_echo_n "checking for a BSD-compatible install... " >&6; }
2513if test -z "$INSTALL"; then
2514if ${ac_cv_path_install+:} false; then :
81ecdfbb 2515 $as_echo_n "(cached) " >&6
13b2be9c 2516else
23d61380 2517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13b2be9c
DJ
2518for as_dir in $PATH
2519do
2520 IFS=$as_save_IFS
2521 test -z "$as_dir" && as_dir=.
23d61380
AM
2522 # Account for people who put trailing slashes in PATH elements.
2523case $as_dir/ in #((
2524 ./ | .// | /[cC]/* | \
2525 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2526 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2527 /usr/ucb/* ) ;;
2528 *)
2529 # OSF1 and SCO ODT 3.0 have their own names for install.
2530 # Don't use installbsd from OSF since it installs stuff as root
2531 # by default.
2532 for ac_prog in ginstall scoinst install; do
2533 for ac_exec_ext in '' $ac_executable_extensions; do
2534 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2535 if test $ac_prog = install &&
2536 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2537 # AIX install. It has an incompatible calling convention.
2538 :
2539 elif test $ac_prog = install &&
2540 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2541 # program-specific install script used by HP pwplus--don't use.
2542 :
2543 else
2544 rm -rf conftest.one conftest.two conftest.dir
2545 echo one > conftest.one
2546 echo two > conftest.two
2547 mkdir conftest.dir
2548 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2549 test -s conftest.one && test -s conftest.two &&
2550 test -s conftest.dir/conftest.one &&
2551 test -s conftest.dir/conftest.two
2552 then
2553 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2554 break 3
2555 fi
2556 fi
2557 fi
2558 done
2559 done
2560 ;;
2561esac
2562
81ecdfbb
RW
2563 done
2564IFS=$as_save_IFS
13b2be9c 2565
23d61380
AM
2566rm -rf conftest.one conftest.two conftest.dir
2567
252b5132
RH
2568fi
2569 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 2570 INSTALL=$ac_cv_path_install
252b5132 2571 else
58c85be7
RW
2572 # As a last resort, use the slow shell script. Don't cache a
2573 # value for INSTALL within a source directory, because that will
252b5132 2574 # break other packages using the cache if that directory is
58c85be7 2575 # removed, or if the value is a relative name.
13b2be9c 2576 INSTALL=$ac_install_sh
252b5132
RH
2577 fi
2578fi
81ecdfbb
RW
2579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2580$as_echo "$INSTALL" >&6; }
252b5132
RH
2581
2582# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2583# It thinks the first close brace ends the variable substitution.
2584test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2585
13b2be9c 2586test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2587
2588test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2589
81ecdfbb
RW
2590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2591$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
2592# Reject unsafe characters in $srcdir or the absolute working directory
2593# name. Accept space and tab only in the latter.
2594am_lf='
2595'
2596case `pwd` in
2597 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 2598 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
2599esac
2600case $srcdir in
2601 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 2602 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
2603esac
2604
d0ac1c44 2605# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
2606# arguments. Must try -L first in case configure is actually a
2607# symlink; some systems play weird games with the mod time of symlinks
2608# (eg FreeBSD returns the mod time of the symlink's containing
2609# directory).
2610if (
d0ac1c44
SM
2611 am_has_slept=no
2612 for am_try in 1 2; do
2613 echo "timestamp, slept: $am_has_slept" > conftest.file
2614 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2615 if test "$*" = "X"; then
2616 # -L didn't work.
2617 set X `ls -t "$srcdir/configure" conftest.file`
2618 fi
2619 if test "$*" != "X $srcdir/configure conftest.file" \
2620 && test "$*" != "X conftest.file $srcdir/configure"; then
2621
2622 # If neither matched, then we have a broken ls. This can happen
2623 # if, for instance, CONFIG_SHELL is bash and it inherits a
2624 # broken ls alias from the environment. This has actually
2625 # happened. Such a system could not be considered "sane".
2626 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2627 alias in your environment" "$LINENO" 5
2628 fi
2629 if test "$2" = conftest.file || test $am_try -eq 2; then
2630 break
2631 fi
2632 # Just in case.
2633 sleep 1
2634 am_has_slept=yes
2635 done
13b2be9c
DJ
2636 test "$2" = conftest.file
2637 )
2638then
2639 # Ok.
2640 :
2641else
d0ac1c44 2642 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 2643Check your system clock" "$LINENO" 5
13b2be9c 2644fi
81ecdfbb
RW
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2646$as_echo "yes" >&6; }
d0ac1c44
SM
2647# If we didn't sleep, we still need to ensure time stamps of config.status and
2648# generated files are strictly newer.
2649am_sleep_pid=
2650if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2651 ( sleep 1 ) &
2652 am_sleep_pid=$!
2653fi
2654
2655rm -f conftest.file
2656
13b2be9c 2657test "$program_prefix" != NONE &&
81ecdfbb 2658 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
2659# Use a double $ so make ignores it.
2660test "$program_suffix" != NONE &&
81ecdfbb
RW
2661 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2662# Double any \ or $.
13b2be9c 2663# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2664ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2665program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 2666
23d61380
AM
2667# Expand $ac_aux_dir to an absolute path.
2668am_aux_dir=`cd "$ac_aux_dir" && pwd`
2669
81ecdfbb
RW
2670if test x"${MISSING+set}" != xset; then
2671 case $am_aux_dir in
2672 *\ * | *\ *)
2673 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2674 *)
2675 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2676 esac
2677fi
13b2be9c 2678# Use eval to expand $SHELL
d0ac1c44
SM
2679if eval "$MISSING --is-lightweight"; then
2680 am_missing_run="$MISSING "
13b2be9c
DJ
2681else
2682 am_missing_run=
d0ac1c44
SM
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2684$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
ab509236
L
2685fi
2686
d0ac1c44 2687if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
2688 case $am_aux_dir in
2689 *\ * | *\ *)
2690 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2691 *)
2692 install_sh="\${SHELL} $am_aux_dir/install-sh"
2693 esac
2694fi
2695
d0ac1c44
SM
2696# Installed binaries are usually stripped using 'strip' when the user
2697# run "make install-strip". However 'strip' might not be the right
81ecdfbb 2698# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 2699# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
2700if test "$cross_compiling" != no; then
2701 if test -n "$ac_tool_prefix"; then
2702 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2703set dummy ${ac_tool_prefix}strip; ac_word=$2
2704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2705$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2706if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 2707 $as_echo_n "(cached) " >&6
13b2be9c 2708else
81ecdfbb
RW
2709 if test -n "$STRIP"; then
2710 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
2711else
2712as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2713for as_dir in $PATH
2714do
2715 IFS=$as_save_IFS
2716 test -z "$as_dir" && as_dir=.
81ecdfbb 2717 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2719 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2721 break 2
2722 fi
2723done
81ecdfbb
RW
2724 done
2725IFS=$as_save_IFS
13b2be9c
DJ
2726
2727fi
2728fi
81ecdfbb
RW
2729STRIP=$ac_cv_prog_STRIP
2730if test -n "$STRIP"; then
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2732$as_echo "$STRIP" >&6; }
13b2be9c 2733else
81ecdfbb
RW
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2735$as_echo "no" >&6; }
13b2be9c
DJ
2736fi
2737
13b2be9c 2738
81ecdfbb
RW
2739fi
2740if test -z "$ac_cv_prog_STRIP"; then
2741 ac_ct_STRIP=$STRIP
2742 # Extract the first word of "strip", so it can be a program name with args.
2743set dummy strip; ac_word=$2
2744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2745$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2746if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 2747 $as_echo_n "(cached) " >&6
13b2be9c 2748else
81ecdfbb
RW
2749 if test -n "$ac_ct_STRIP"; then
2750 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 2751else
81ecdfbb
RW
2752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2753for as_dir in $PATH
2754do
2755 IFS=$as_save_IFS
2756 test -z "$as_dir" && as_dir=.
2757 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2759 ac_cv_prog_ac_ct_STRIP="strip"
2760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2761 break 2
2762 fi
2763done
2764 done
2765IFS=$as_save_IFS
2766
2767fi
2768fi
2769ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2770if test -n "$ac_ct_STRIP"; then
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2772$as_echo "$ac_ct_STRIP" >&6; }
2773else
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2775$as_echo "no" >&6; }
2776fi
2777
2778 if test "x$ac_ct_STRIP" = x; then
2779 STRIP=":"
2780 else
2781 case $cross_compiling:$ac_tool_warned in
2782yes:)
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2784$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2785ac_tool_warned=yes ;;
2786esac
2787 STRIP=$ac_ct_STRIP
2788 fi
2789else
2790 STRIP="$ac_cv_prog_STRIP"
2791fi
2792
2793fi
2794INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2795
2796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2797$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2798if test -z "$MKDIR_P"; then
d0ac1c44 2799 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
2800 $as_echo_n "(cached) " >&6
2801else
2802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2803for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2804do
2805 IFS=$as_save_IFS
2806 test -z "$as_dir" && as_dir=.
2807 for ac_prog in mkdir gmkdir; do
2808 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2809 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
2810 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2811 'mkdir (GNU coreutils) '* | \
2812 'mkdir (coreutils) '* | \
2813 'mkdir (fileutils) '4.1*)
2814 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2815 break 3;;
2816 esac
2817 done
2818 done
2819 done
2820IFS=$as_save_IFS
2821
2822fi
2823
d0ac1c44 2824 test -d ./--version && rmdir ./--version
81ecdfbb
RW
2825 if test "${ac_cv_path_mkdir+set}" = set; then
2826 MKDIR_P="$ac_cv_path_mkdir -p"
2827 else
2828 # As a last resort, use the slow shell script. Don't cache a
2829 # value for MKDIR_P within a source directory, because that will
2830 # break other packages using the cache if that directory is
2831 # removed, or if the value is a relative name.
81ecdfbb
RW
2832 MKDIR_P="$ac_install_sh -d"
2833 fi
2834fi
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2836$as_echo "$MKDIR_P" >&6; }
2837
81ecdfbb
RW
2838for ac_prog in gawk mawk nawk awk
2839do
2840 # Extract the first word of "$ac_prog", so it can be a program name with args.
2841set dummy $ac_prog; ac_word=$2
2842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2843$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2844if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
2845 $as_echo_n "(cached) " >&6
2846else
2847 if test -n "$AWK"; then
2848 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2849else
2850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2851for as_dir in $PATH
2852do
2853 IFS=$as_save_IFS
2854 test -z "$as_dir" && as_dir=.
2855 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2857 ac_cv_prog_AWK="$ac_prog"
2858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2859 break 2
2860 fi
2861done
2862 done
2863IFS=$as_save_IFS
2864
2865fi
2866fi
2867AWK=$ac_cv_prog_AWK
2868if test -n "$AWK"; then
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2870$as_echo "$AWK" >&6; }
2871else
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2873$as_echo "no" >&6; }
13b2be9c 2874fi
81ecdfbb
RW
2875
2876
2877 test -n "$AWK" && break
2878done
2879
2880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2881$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2882set x ${MAKE-make}
2883ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 2884if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb
RW
2885 $as_echo_n "(cached) " >&6
2886else
2887 cat >conftest.make <<\_ACEOF
2888SHELL = /bin/sh
2889all:
2890 @echo '@@@%%%=$(MAKE)=@@@%%%'
2891_ACEOF
d0ac1c44 2892# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
2893case `${MAKE-make} -f conftest.make 2>/dev/null` in
2894 *@@@%%%=?*=@@@%%%*)
2895 eval ac_cv_prog_make_${ac_make}_set=yes;;
2896 *)
2897 eval ac_cv_prog_make_${ac_make}_set=no;;
2898esac
13b2be9c
DJ
2899rm -f conftest.make
2900fi
81ecdfbb
RW
2901if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2903$as_echo "yes" >&6; }
13b2be9c
DJ
2904 SET_MAKE=
2905else
81ecdfbb
RW
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907$as_echo "no" >&6; }
13b2be9c
DJ
2908 SET_MAKE="MAKE=${MAKE-make}"
2909fi
2910
2911rm -rf .tst 2>/dev/null
2912mkdir .tst 2>/dev/null
2913if test -d .tst; then
2914 am__leading_dot=.
2915else
2916 am__leading_dot=_
2917fi
2918rmdir .tst 2>/dev/null
2919
d0ac1c44
SM
2920# Check whether --enable-silent-rules was given.
2921if test "${enable_silent_rules+set}" = set; then :
2922 enableval=$enable_silent_rules;
2923fi
2924
2925case $enable_silent_rules in # (((
2926 yes) AM_DEFAULT_VERBOSITY=0;;
2927 no) AM_DEFAULT_VERBOSITY=1;;
2928 *) AM_DEFAULT_VERBOSITY=1;;
2929esac
2930am_make=${MAKE-make}
2931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2932$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2933if ${am_cv_make_support_nested_variables+:} false; then :
2934 $as_echo_n "(cached) " >&6
2935else
2936 if $as_echo 'TRUE=$(BAR$(V))
2937BAR0=false
2938BAR1=true
2939V=1
2940am__doit:
2941 @$(TRUE)
2942.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2943 am_cv_make_support_nested_variables=yes
2944else
2945 am_cv_make_support_nested_variables=no
2946fi
2947fi
2948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2949$as_echo "$am_cv_make_support_nested_variables" >&6; }
2950if test $am_cv_make_support_nested_variables = yes; then
2951 AM_V='$(V)'
2952 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2953else
2954 AM_V=$AM_DEFAULT_VERBOSITY
2955 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2956fi
2957AM_BACKSLASH='\'
2958
81ecdfbb
RW
2959if test "`cd $srcdir && pwd`" != "`pwd`"; then
2960 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2961 # is not polluted with repeated "-I."
2962 am__isrc=' -I$(srcdir)'
2963 # test to see if srcdir already configured
2964 if test -f $srcdir/config.status; then
d0ac1c44 2965 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 2966 fi
13b2be9c
DJ
2967fi
2968
2969# test whether we have cygpath
2970if test -z "$CYGPATH_W"; then
2971 if (cygpath --version) >/dev/null 2>/dev/null; then
2972 CYGPATH_W='cygpath -w'
2973 else
2974 CYGPATH_W=echo
2975 fi
2976fi
2977
2978
2979# Define the identity of the package.
2e98a7bd 2980 PACKAGE='gas'
f908e960 2981 VERSION='2.38.50'
13b2be9c
DJ
2982
2983
2984cat >>confdefs.h <<_ACEOF
2985#define PACKAGE "$PACKAGE"
2986_ACEOF
2987
2988
2989cat >>confdefs.h <<_ACEOF
2990#define VERSION "$VERSION"
2991_ACEOF
2992
2993# Some tools Automake needs.
2994
2995ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2996
2997
2998AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2999
3000
3001AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3002
3003
3004AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3005
3006
3007MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3008
d0ac1c44
SM
3009# For better backward compatibility. To be removed once Automake 1.9.x
3010# dies out for good. For more background, see:
3011# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3012# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3013mkdir_p='$(MKDIR_P)'
3014
3015# We need awk for the "check" target (and possibly the TAP driver). The
23d61380
AM
3016# system "awk" is bad on some platforms.
3017# Always define AMTAR for backward compatibility. Yes, it's still used
3018# in the wild :-( We should find a proper way to deprecate it ...
3019AMTAR='$${TAR-tar}'
3020
3021
3022# We'll loop over all known methods to create a tar archive until one works.
3023_am_tools='gnutar pax cpio none'
3024
3025am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132 3026
252b5132 3027
252b5132 3028
252b5132 3029
d6d788bd
L
3030
3031
d0ac1c44
SM
3032# POSIX will say in a future version that running "rm -f" with no argument
3033# is OK; and we want to be able to make that assumption in our Makefile
3034# recipes. So use an aggressive probe to check that the usage we want is
3035# actually supported "in the wild" to an acceptable degree.
3036# See automake bug#10828.
3037# To make any issue more visible, cause the running configure to be aborted
3038# by default if the 'rm' program in use doesn't match our expectations; the
3039# user can still override this though.
3040if rm -f && rm -fr && rm -rf; then : OK; else
3041 cat >&2 <<'END'
3042Oops!
3043
3044Your 'rm' program seems unable to run without file operands specified
3045on the command line, even when the '-f' option is present. This is contrary
3046to the behaviour of most rm programs out there, and not conforming with
3047the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3048
3049Please tell bug-automake@gnu.org about your system, including the value
3050of your $PATH and any error possibly output before this message. This
3051can help us improve future automake versions.
3052
3053END
3054 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3055 echo 'Configuration will proceed anyway, since you have set the' >&2
3056 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3057 echo >&2
3058 else
3059 cat >&2 <<'END'
3060Aborting the configuration process, to ensure you take notice of the issue.
3061
3062You can download and install GNU coreutils to get an 'rm' implementation
3063that behaves properly: <http://www.gnu.org/software/coreutils/>.
3064
3065If you want to complete the configuration process using your problematic
3066'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3067to "yes", and re-run configure.
3068
3069END
3070 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3071 fi
3072fi
3073
3b4d5621
MF
3074# Check whether --enable-silent-rules was given.
3075if test "${enable_silent_rules+set}" = set; then :
3076 enableval=$enable_silent_rules;
3077fi
3078
3079case $enable_silent_rules in # (((
3080 yes) AM_DEFAULT_VERBOSITY=0;;
3081 no) AM_DEFAULT_VERBOSITY=1;;
3082 *) AM_DEFAULT_VERBOSITY=0;;
3083esac
3084am_make=${MAKE-make}
3085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3086$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3087if ${am_cv_make_support_nested_variables+:} false; then :
3088 $as_echo_n "(cached) " >&6
3089else
3090 if $as_echo 'TRUE=$(BAR$(V))
3091BAR0=false
3092BAR1=true
3093V=1
3094am__doit:
3095 @$(TRUE)
3096.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3097 am_cv_make_support_nested_variables=yes
3098else
3099 am_cv_make_support_nested_variables=no
3100fi
3101fi
3102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3103$as_echo "$am_cv_make_support_nested_variables" >&6; }
3104if test $am_cv_make_support_nested_variables = yes; then
3105 AM_V='$(V)'
3106 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3107else
3108 AM_V=$AM_DEFAULT_VERBOSITY
3109 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3110fi
3111AM_BACKSLASH='\'
3112
13b2be9c 3113
ce2cded5
L
3114ac_ext=c
3115ac_cpp='$CPP $CPPFLAGS'
3116ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3117ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3118ac_compiler_gnu=$ac_cv_c_compiler_gnu
3119if test -n "$ac_tool_prefix"; then
3120 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3121set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3123$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3124if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3125 $as_echo_n "(cached) " >&6
252b5132 3126else
ce2cded5
L
3127 if test -n "$CC"; then
3128 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3129else
ce2cded5
L
3130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3131for as_dir in $PATH
3132do
3133 IFS=$as_save_IFS
3134 test -z "$as_dir" && as_dir=.
81ecdfbb 3135 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3137 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3139 break 2
3140 fi
3141done
81ecdfbb
RW
3142 done
3143IFS=$as_save_IFS
d7040cdb 3144
ce2cded5
L
3145fi
3146fi
3147CC=$ac_cv_prog_CC
3148if test -n "$CC"; then
81ecdfbb
RW
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3150$as_echo "$CC" >&6; }
bedf545c 3151else
81ecdfbb
RW
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3153$as_echo "no" >&6; }
ce2cded5 3154fi
d7040cdb 3155
81ecdfbb 3156
ce2cded5
L
3157fi
3158if test -z "$ac_cv_prog_CC"; then
3159 ac_ct_CC=$CC
3160 # Extract the first word of "gcc", so it can be a program name with args.
3161set dummy gcc; ac_word=$2
81ecdfbb
RW
3162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3163$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3164if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3165 $as_echo_n "(cached) " >&6
d7040cdb 3166else
ce2cded5
L
3167 if test -n "$ac_ct_CC"; then
3168 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3169else
d7040cdb
SE
3170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3171for as_dir in $PATH
3172do
3173 IFS=$as_save_IFS
3174 test -z "$as_dir" && as_dir=.
81ecdfbb 3175 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3177 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 3179 break 2
d7040cdb 3180 fi
ce2cded5 3181done
81ecdfbb
RW
3182 done
3183IFS=$as_save_IFS
d7040cdb 3184
ce2cded5
L
3185fi
3186fi
3187ac_ct_CC=$ac_cv_prog_ac_ct_CC
3188if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3190$as_echo "$ac_ct_CC" >&6; }
ce2cded5 3191else
81ecdfbb
RW
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3193$as_echo "no" >&6; }
d7040cdb
SE
3194fi
3195
81ecdfbb
RW
3196 if test "x$ac_ct_CC" = x; then
3197 CC=""
3198 else
3199 case $cross_compiling:$ac_tool_warned in
3200yes:)
3201{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3202$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3203ac_tool_warned=yes ;;
3204esac
3205 CC=$ac_ct_CC
3206 fi
ce2cded5
L
3207else
3208 CC="$ac_cv_prog_CC"
3209fi
d7040cdb 3210
ce2cded5 3211if test -z "$CC"; then
81ecdfbb
RW
3212 if test -n "$ac_tool_prefix"; then
3213 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 3214set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3216$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3217if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3218 $as_echo_n "(cached) " >&6
d7040cdb 3219else
ce2cded5
L
3220 if test -n "$CC"; then
3221 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3222else
ce2cded5
L
3223as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3224for as_dir in $PATH
3225do
3226 IFS=$as_save_IFS
3227 test -z "$as_dir" && as_dir=.
81ecdfbb 3228 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3229 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3230 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3232 break 2
3233 fi
3234done
81ecdfbb
RW
3235 done
3236IFS=$as_save_IFS
d7040cdb 3237
252b5132
RH
3238fi
3239fi
ce2cded5
L
3240CC=$ac_cv_prog_CC
3241if test -n "$CC"; then
81ecdfbb
RW
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3243$as_echo "$CC" >&6; }
ce2cded5 3244else
81ecdfbb
RW
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3246$as_echo "no" >&6; }
d7040cdb 3247fi
f9c19112 3248
ce2cded5 3249
81ecdfbb 3250 fi
ce2cded5
L
3251fi
3252if test -z "$CC"; then
3253 # Extract the first word of "cc", so it can be a program name with args.
3254set dummy cc; ac_word=$2
81ecdfbb
RW
3255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3256$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3257if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3258 $as_echo_n "(cached) " >&6
ce2cded5
L
3259else
3260 if test -n "$CC"; then
3261 ac_cv_prog_CC="$CC" # Let the user override the test.
3262else
3263 ac_prog_rejected=no
3264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3265for as_dir in $PATH
3266do
3267 IFS=$as_save_IFS
3268 test -z "$as_dir" && as_dir=.
81ecdfbb 3269 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5
L
3271 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3272 ac_prog_rejected=yes
3273 continue
3274 fi
3275 ac_cv_prog_CC="cc"
81ecdfbb 3276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3277 break 2
3278 fi
3279done
81ecdfbb
RW
3280 done
3281IFS=$as_save_IFS
ce2cded5
L
3282
3283if test $ac_prog_rejected = yes; then
3284 # We found a bogon in the path, so make sure we never use it.
3285 set dummy $ac_cv_prog_CC
3286 shift
3287 if test $# != 0; then
3288 # We chose a different compiler from the bogus one.
3289 # However, it has the same basename, so the bogon will be chosen
3290 # first if we set CC to just the basename; use the full file name.
3291 shift
3292 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3293 fi
3294fi
3295fi
3296fi
3297CC=$ac_cv_prog_CC
3298if test -n "$CC"; then
81ecdfbb
RW
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3300$as_echo "$CC" >&6; }
ce2cded5 3301else
81ecdfbb
RW
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3303$as_echo "no" >&6; }
ce2cded5
L
3304fi
3305
81ecdfbb 3306
ce2cded5
L
3307fi
3308if test -z "$CC"; then
3309 if test -n "$ac_tool_prefix"; then
81ecdfbb 3310 for ac_prog in cl.exe
ce2cded5
L
3311 do
3312 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3313set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3315$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3316if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3317 $as_echo_n "(cached) " >&6
ce2cded5
L
3318else
3319 if test -n "$CC"; then
3320 ac_cv_prog_CC="$CC" # Let the user override the test.
3321else
3322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3323for as_dir in $PATH
3324do
3325 IFS=$as_save_IFS
3326 test -z "$as_dir" && as_dir=.
81ecdfbb 3327 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3329 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3331 break 2
3332 fi
3333done
81ecdfbb
RW
3334 done
3335IFS=$as_save_IFS
ce2cded5
L
3336
3337fi
3338fi
3339CC=$ac_cv_prog_CC
3340if test -n "$CC"; then
81ecdfbb
RW
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3342$as_echo "$CC" >&6; }
ce2cded5 3343else
81ecdfbb
RW
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3345$as_echo "no" >&6; }
ce2cded5
L
3346fi
3347
81ecdfbb 3348
ce2cded5 3349 test -n "$CC" && break
d7040cdb
SE
3350 done
3351fi
ce2cded5
L
3352if test -z "$CC"; then
3353 ac_ct_CC=$CC
81ecdfbb 3354 for ac_prog in cl.exe
d7040cdb
SE
3355do
3356 # Extract the first word of "$ac_prog", so it can be a program name with args.
3357set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3359$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3360if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3361 $as_echo_n "(cached) " >&6
d7040cdb 3362else
ce2cded5
L
3363 if test -n "$ac_ct_CC"; then
3364 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
3365else
3366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367for as_dir in $PATH
3368do
3369 IFS=$as_save_IFS
3370 test -z "$as_dir" && as_dir=.
81ecdfbb 3371 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3373 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 3375 break 2
ac48eca1 3376 fi
d7040cdb 3377done
81ecdfbb
RW
3378 done
3379IFS=$as_save_IFS
ac48eca1 3380
d7040cdb
SE
3381fi
3382fi
ce2cded5
L
3383ac_ct_CC=$ac_cv_prog_ac_ct_CC
3384if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3386$as_echo "$ac_ct_CC" >&6; }
d7040cdb 3387else
81ecdfbb
RW
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3389$as_echo "no" >&6; }
d7040cdb 3390fi
ac48eca1 3391
81ecdfbb 3392
ce2cded5 3393 test -n "$ac_ct_CC" && break
d7040cdb 3394done
ac48eca1 3395
81ecdfbb
RW
3396 if test "x$ac_ct_CC" = x; then
3397 CC=""
3398 else
3399 case $cross_compiling:$ac_tool_warned in
3400yes:)
3401{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3402$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3403ac_tool_warned=yes ;;
3404esac
3405 CC=$ac_ct_CC
3406 fi
d7040cdb 3407fi
ac48eca1 3408
d7040cdb 3409fi
ac48eca1 3410
ac48eca1 3411
81ecdfbb
RW
3412test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3413$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3414as_fn_error $? "no acceptable C compiler found in \$PATH
3415See \`config.log' for more details" "$LINENO" 5; }
6be7c12c 3416
ce2cded5 3417# Provide some information about the compiler.
81ecdfbb
RW
3418$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3419set X $ac_compile
3420ac_compiler=$2
3421for ac_option in --version -v -V -qversion; do
3422 { { ac_try="$ac_compiler $ac_option >&5"
3423case "(($ac_try" in
3424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3425 *) ac_try_echo=$ac_try;;
3426esac
3427eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3428$as_echo "$ac_try_echo"; } >&5
3429 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 3430 ac_status=$?
81ecdfbb
RW
3431 if test -s conftest.err; then
3432 sed '10a\
3433... rest of stderr output deleted ...
3434 10q' conftest.err >conftest.er1
3435 cat conftest.er1 >&5
81ecdfbb 3436 fi
d0ac1c44 3437 rm -f conftest.er1 conftest.err
81ecdfbb 3438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23d61380
AM
3439 test $ac_status = 0; }
3440done
3441
3442cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3443/* end confdefs.h. */
3444
3445int
3446main ()
3447{
3448
3449 ;
3450 return 0;
3451}
3452_ACEOF
3453ac_clean_files_save=$ac_clean_files
3454ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3455# Try to create an executable without -o first, disregard a.out.
3456# It will help us diagnose broken compilers, and finding out an intuition
3457# of exeext.
3458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3459$as_echo_n "checking whether the C compiler works... " >&6; }
3460ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3461
3462# The possible output files:
3463ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3464
3465ac_rmfiles=
3466for ac_file in $ac_files
3467do
3468 case $ac_file in
3469 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3470 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3471 esac
3472done
3473rm -f $ac_rmfiles
3474
3475if { { ac_try="$ac_link_default"
3476case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479esac
3480eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3481$as_echo "$ac_try_echo"; } >&5
3482 (eval "$ac_link_default") 2>&5
3483 ac_status=$?
3484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3485 test $ac_status = 0; }; then :
3486 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3487# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3488# in a Makefile. We should not override ac_cv_exeext if it was cached,
3489# so that the user can short-circuit this test for compilers unknown to
3490# Autoconf.
3491for ac_file in $ac_files ''
3492do
3493 test -f "$ac_file" || continue
3494 case $ac_file in
3495 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3496 ;;
3497 [ab].out )
3498 # We found the default executable, but exeext='' is most
3499 # certainly right.
3500 break;;
3501 *.* )
3502 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3503 then :; else
3504 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3505 fi
3506 # We set ac_cv_exeext here because the later test for it is not
3507 # safe: cross compilers may not add the suffix if given an `-o'
3508 # argument, so we may need to know it at that point already.
3509 # Even if this section looks crufty: it has the advantage of
3510 # actually working.
3511 break;;
3512 * )
3513 break;;
3514 esac
3515done
3516test "$ac_cv_exeext" = no && ac_cv_exeext=
3517
3518else
3519 ac_file=''
3520fi
3521if test -z "$ac_file"; then :
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3523$as_echo "no" >&6; }
3524$as_echo "$as_me: failed program was:" >&5
3525sed 's/^/| /' conftest.$ac_ext >&5
3526
3527{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3528$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3529as_fn_error 77 "C compiler cannot create executables
3530See \`config.log' for more details" "$LINENO" 5; }
3531else
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3533$as_echo "yes" >&6; }
3534fi
3535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3536$as_echo_n "checking for C compiler default output file name... " >&6; }
3537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3538$as_echo "$ac_file" >&6; }
3539ac_exeext=$ac_cv_exeext
3540
3541rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3542ac_clean_files=$ac_clean_files_save
3543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3544$as_echo_n "checking for suffix of executables... " >&6; }
3545if { { ac_try="$ac_link"
3546case "(($ac_try" in
3547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3548 *) ac_try_echo=$ac_try;;
3549esac
3550eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3551$as_echo "$ac_try_echo"; } >&5
3552 (eval "$ac_link") 2>&5
3553 ac_status=$?
3554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3555 test $ac_status = 0; }; then :
3556 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3557# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3558# work properly (i.e., refer to `conftest.exe'), while it won't with
3559# `rm'.
3560for ac_file in conftest.exe conftest conftest.*; do
3561 test -f "$ac_file" || continue
3562 case $ac_file in
3563 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3564 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3565 break;;
3566 * ) break;;
3567 esac
3568done
3569else
3570 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3571$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3572as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3573See \`config.log' for more details" "$LINENO" 5; }
3574fi
3575rm -f conftest conftest$ac_cv_exeext
3576{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3577$as_echo "$ac_cv_exeext" >&6; }
3578
3579rm -f conftest.$ac_ext
3580EXEEXT=$ac_cv_exeext
3581ac_exeext=$EXEEXT
3582cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583/* end confdefs.h. */
3584#include <stdio.h>
3585int
3586main ()
3587{
3588FILE *f = fopen ("conftest.out", "w");
3589 return ferror (f) || fclose (f) != 0;
3590
3591 ;
3592 return 0;
3593}
3594_ACEOF
3595ac_clean_files="$ac_clean_files conftest.out"
3596# Check that the compiler produces executables we can run. If not, either
3597# the compiler is broken, or we cross compile.
3598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3599$as_echo_n "checking whether we are cross compiling... " >&6; }
3600if test "$cross_compiling" != yes; then
3601 { { ac_try="$ac_link"
3602case "(($ac_try" in
3603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3604 *) ac_try_echo=$ac_try;;
3605esac
3606eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3607$as_echo "$ac_try_echo"; } >&5
3608 (eval "$ac_link") 2>&5
3609 ac_status=$?
3610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3611 test $ac_status = 0; }
3612 if { ac_try='./conftest$ac_cv_exeext'
3613 { { case "(($ac_try" in
3614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3615 *) ac_try_echo=$ac_try;;
3616esac
3617eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3618$as_echo "$ac_try_echo"; } >&5
3619 (eval "$ac_try") 2>&5
3620 ac_status=$?
3621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3622 test $ac_status = 0; }; }; then
3623 cross_compiling=no
3624 else
3625 if test "$cross_compiling" = maybe; then
3626 cross_compiling=yes
3627 else
3628 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3629$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3630as_fn_error $? "cannot run C compiled programs.
3631If you meant to cross compile, use \`--host'.
3632See \`config.log' for more details" "$LINENO" 5; }
3633 fi
3634 fi
3635fi
3636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3637$as_echo "$cross_compiling" >&6; }
3638
3639rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3640ac_clean_files=$ac_clean_files_save
3641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3642$as_echo_n "checking for suffix of object files... " >&6; }
3643if ${ac_cv_objext+:} false; then :
3644 $as_echo_n "(cached) " >&6
3645else
3646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3647/* end confdefs.h. */
3648
3649int
3650main ()
3651{
3652
3653 ;
3654 return 0;
3655}
3656_ACEOF
3657rm -f conftest.o conftest.obj
3658if { { ac_try="$ac_compile"
3659case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662esac
3663eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3664$as_echo "$ac_try_echo"; } >&5
3665 (eval "$ac_compile") 2>&5
3666 ac_status=$?
3667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3668 test $ac_status = 0; }; then :
3669 for ac_file in conftest.o conftest.obj conftest.*; do
3670 test -f "$ac_file" || continue;
3671 case $ac_file in
3672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3673 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3674 break;;
3675 esac
81ecdfbb 3676done
23d61380
AM
3677else
3678 $as_echo "$as_me: failed program was:" >&5
3679sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 3680
23d61380
AM
3681{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3682$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3683as_fn_error $? "cannot compute suffix of object files: cannot compile
3684See \`config.log' for more details" "$LINENO" 5; }
3685fi
3686rm -f conftest.$ac_cv_objext conftest.$ac_ext
3687fi
3688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3689$as_echo "$ac_cv_objext" >&6; }
3690OBJEXT=$ac_cv_objext
3691ac_objext=$OBJEXT
81ecdfbb
RW
3692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3693$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3694if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3695 $as_echo_n "(cached) " >&6
d7040cdb 3696else
81ecdfbb 3697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 3698/* end confdefs.h. */
c8615825 3699
ce2cded5
L
3700int
3701main ()
3702{
3703#ifndef __GNUC__
3704 choke me
3705#endif
3706
3707 ;
3708 return 0;
3709}
3710_ACEOF
81ecdfbb 3711if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 3712 ac_compiler_gnu=yes
d7040cdb 3713else
81ecdfbb 3714 ac_compiler_gnu=no
d7040cdb 3715fi
81ecdfbb 3716rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 3717ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 3718
ce2cded5 3719fi
81ecdfbb
RW
3720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3721$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3722if test $ac_compiler_gnu = yes; then
3723 GCC=yes
3724else
3725 GCC=
3726fi
ce2cded5
L
3727ac_test_CFLAGS=${CFLAGS+set}
3728ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3730$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3731if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3732 $as_echo_n "(cached) " >&6
3733else
3734 ac_save_c_werror_flag=$ac_c_werror_flag
3735 ac_c_werror_flag=yes
3736 ac_cv_prog_cc_g=no
3737 CFLAGS="-g"
3738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 3739/* end confdefs.h. */
d7040cdb 3740
ce2cded5
L
3741int
3742main ()
3743{
d7040cdb 3744
ce2cded5
L
3745 ;
3746 return 0;
3747}
3748_ACEOF
81ecdfbb 3749if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
3750 ac_cv_prog_cc_g=yes
3751else
81ecdfbb
RW
3752 CFLAGS=""
3753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3754/* end confdefs.h. */
3755
3756int
3757main ()
3758{
3759
3760 ;
3761 return 0;
3762}
3763_ACEOF
3764if ac_fn_c_try_compile "$LINENO"; then :
3765
3766else
3767 ac_c_werror_flag=$ac_save_c_werror_flag
3768 CFLAGS="-g"
3769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3770/* end confdefs.h. */
d70c5fc7 3771
81ecdfbb
RW
3772int
3773main ()
3774{
3775
3776 ;
3777 return 0;
3778}
3779_ACEOF
3780if ac_fn_c_try_compile "$LINENO"; then :
3781 ac_cv_prog_cc_g=yes
3782fi
3783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 3784fi
81ecdfbb 3785rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 3786fi
81ecdfbb
RW
3787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3788 ac_c_werror_flag=$ac_save_c_werror_flag
3789fi
3790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3791$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
3792if test "$ac_test_CFLAGS" = set; then
3793 CFLAGS=$ac_save_CFLAGS
3794elif test $ac_cv_prog_cc_g = yes; then
3795 if test "$GCC" = yes; then
3796 CFLAGS="-g -O2"
3797 else
3798 CFLAGS="-g"
3799 fi
ac48eca1 3800else
ce2cded5
L
3801 if test "$GCC" = yes; then
3802 CFLAGS="-O2"
3803 else
3804 CFLAGS=
3805 fi
ac48eca1 3806fi
81ecdfbb
RW
3807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3808$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3809if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3810 $as_echo_n "(cached) " >&6
ac48eca1 3811else
81ecdfbb 3812 ac_cv_prog_cc_c89=no
ce2cded5 3813ac_save_CC=$CC
81ecdfbb 3814cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
3815/* end confdefs.h. */
3816#include <stdarg.h>
3817#include <stdio.h>
d0ac1c44 3818struct stat;
ce2cded5
L
3819/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3820struct buf { int x; };
3821FILE * (*rcsopen) (struct buf *, struct stat *, int);
3822static char *e (p, i)
3823 char **p;
3824 int i;
3825{
3826 return p[i];
3827}
3828static char *f (char * (*g) (char **, int), char **p, ...)
3829{
3830 char *s;
3831 va_list v;
3832 va_start (v,p);
3833 s = g (p, va_arg (v,int));
3834 va_end (v);
3835 return s;
3836}
3837
3838/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3839 function prototypes and stuff, but not '\xHH' hex character constants.
3840 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3841 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
3842 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3843 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3844 that's true only with -std. */
ce2cded5
L
3845int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3846
81ecdfbb
RW
3847/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3848 inside strings and character constants. */
3849#define FOO(x) 'x'
3850int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3851
ce2cded5
L
3852int test (int i, double x);
3853struct s1 {int (*f) (int a);};
3854struct s2 {int (*f) (double a);};
3855int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3856int argc;
3857char **argv;
3858int
3859main ()
3860{
3861return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3862 ;
3863 return 0;
3864}
3865_ACEOF
81ecdfbb
RW
3866for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3867 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
3868do
3869 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3870 if ac_fn_c_try_compile "$LINENO"; then :
3871 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 3872fi
81ecdfbb
RW
3873rm -f core conftest.err conftest.$ac_objext
3874 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 3875done
81ecdfbb 3876rm -f conftest.$ac_ext
ce2cded5
L
3877CC=$ac_save_CC
3878
3879fi
81ecdfbb
RW
3880# AC_CACHE_VAL
3881case "x$ac_cv_prog_cc_c89" in
3882 x)
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3884$as_echo "none needed" >&6; } ;;
3885 xno)
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3887$as_echo "unsupported" >&6; } ;;
ce2cded5 3888 *)
81ecdfbb
RW
3889 CC="$CC $ac_cv_prog_cc_c89"
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3891$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 3892esac
81ecdfbb 3893if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 3894
ce2cded5 3895fi
d7040cdb 3896
23d61380
AM
3897ac_ext=c
3898ac_cpp='$CPP $CPPFLAGS'
3899ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3900ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3901ac_compiler_gnu=$ac_cv_c_compiler_gnu
3902
3903ac_ext=c
3904ac_cpp='$CPP $CPPFLAGS'
3905ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3906ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3907ac_compiler_gnu=$ac_cv_c_compiler_gnu
3908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3909$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3910if ${am_cv_prog_cc_c_o+:} false; then :
3911 $as_echo_n "(cached) " >&6
3912else
3913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3914/* end confdefs.h. */
3915
3916int
3917main ()
3918{
3919
3920 ;
3921 return 0;
3922}
3923_ACEOF
3924 # Make sure it works both with $CC and with simple cc.
3925 # Following AC_PROG_CC_C_O, we do the test twice because some
3926 # compilers refuse to overwrite an existing .o file with -o,
3927 # though they will create one.
3928 am_cv_prog_cc_c_o=yes
3929 for am_i in 1 2; do
3930 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3931 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3932 ac_status=$?
3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934 (exit $ac_status); } \
3935 && test -f conftest2.$ac_objext; then
3936 : OK
3937 else
3938 am_cv_prog_cc_c_o=no
3939 break
3940 fi
3941 done
3942 rm -f core conftest*
3943 unset am_i
3944fi
3945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3946$as_echo "$am_cv_prog_cc_c_o" >&6; }
3947if test "$am_cv_prog_cc_c_o" != yes; then
3948 # Losing compiler, so override with the script.
3949 # FIXME: It is wrong to rewrite CC.
3950 # But if we don't then we get into trouble of one sort or another.
3951 # A longer-term fix would be to have automake use am__CC in this case,
3952 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3953 CC="$am_aux_dir/compile $CC"
3954fi
3955ac_ext=c
3956ac_cpp='$CPP $CPPFLAGS'
3957ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3958ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3959ac_compiler_gnu=$ac_cv_c_compiler_gnu
3960
3961DEPDIR="${am__leading_dot}deps"
3962
3963ac_config_commands="$ac_config_commands depfiles"
3964
3965
3966am_make=${MAKE-make}
3967cat > confinc << 'END'
3968am__doit:
3969 @echo this is the am__doit target
3970.PHONY: am__doit
3971END
3972# If we don't find an include directive, just comment out the code.
3973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3974$as_echo_n "checking for style of include used by $am_make... " >&6; }
3975am__include="#"
3976am__quote=
3977_am_result=none
3978# First try GNU make style include.
3979echo "include confinc" > confmf
3980# Ignore all kinds of additional output from 'make'.
3981case `$am_make -s -f confmf 2> /dev/null` in #(
3982*the\ am__doit\ target*)
3983 am__include=include
3984 am__quote=
3985 _am_result=GNU
3986 ;;
3987esac
3988# Now try BSD make style include.
3989if test "$am__include" = "#"; then
3990 echo '.include "confinc"' > confmf
3991 case `$am_make -s -f confmf 2> /dev/null` in #(
3992 *the\ am__doit\ target*)
3993 am__include=.include
3994 am__quote="\""
3995 _am_result=BSD
3996 ;;
3997 esac
3998fi
3999
4000
4001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4002$as_echo "$_am_result" >&6; }
4003rm -f confinc confmf
4004
4005# Check whether --enable-dependency-tracking was given.
4006if test "${enable_dependency_tracking+set}" = set; then :
4007 enableval=$enable_dependency_tracking;
4008fi
4009
4010if test "x$enable_dependency_tracking" != xno; then
4011 am_depcomp="$ac_aux_dir/depcomp"
4012 AMDEPBACKSLASH='\'
4013 am__nodep='_no'
4014fi
4015 if test "x$enable_dependency_tracking" != xno; then
4016 AMDEP_TRUE=
4017 AMDEP_FALSE='#'
4018else
4019 AMDEP_TRUE='#'
4020 AMDEP_FALSE=
4021fi
4022
4023
4024
4025depcc="$CC" am_compiler_list=
4026
4027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4028$as_echo_n "checking dependency style of $depcc... " >&6; }
4029if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4030 $as_echo_n "(cached) " >&6
4031else
4032 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4033 # We make a subdir and do the tests there. Otherwise we can end up
4034 # making bogus files that we don't know about and never remove. For
4035 # instance it was reported that on HP-UX the gcc test will end up
4036 # making a dummy file named 'D' -- because '-MD' means "put the output
4037 # in D".
4038 rm -rf conftest.dir
4039 mkdir conftest.dir
4040 # Copy depcomp to subdir because otherwise we won't find it if we're
4041 # using a relative directory.
4042 cp "$am_depcomp" conftest.dir
4043 cd conftest.dir
4044 # We will build objects and dependencies in a subdirectory because
4045 # it helps to detect inapplicable dependency modes. For instance
4046 # both Tru64's cc and ICC support -MD to output dependencies as a
4047 # side effect of compilation, but ICC will put the dependencies in
4048 # the current directory while Tru64 will put them in the object
4049 # directory.
4050 mkdir sub
4051
4052 am_cv_CC_dependencies_compiler_type=none
4053 if test "$am_compiler_list" = ""; then
4054 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4055 fi
4056 am__universal=false
4057 case " $depcc " in #(
4058 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4059 esac
4060
4061 for depmode in $am_compiler_list; do
4062 # Setup a source with many dependencies, because some compilers
4063 # like to wrap large dependency lists on column 80 (with \), and
4064 # we should not choose a depcomp mode which is confused by this.
4065 #
4066 # We need to recreate these files for each test, as the compiler may
4067 # overwrite some of them when testing with obscure command lines.
4068 # This happens at least with the AIX C compiler.
4069 : > sub/conftest.c
4070 for i in 1 2 3 4 5 6; do
4071 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4072 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4073 # Solaris 10 /bin/sh.
4074 echo '/* dummy */' > sub/conftst$i.h
4075 done
4076 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4077
4078 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4079 # mode. It turns out that the SunPro C++ compiler does not properly
4080 # handle '-M -o', and we need to detect this. Also, some Intel
4081 # versions had trouble with output in subdirs.
4082 am__obj=sub/conftest.${OBJEXT-o}
4083 am__minus_obj="-o $am__obj"
4084 case $depmode in
4085 gcc)
4086 # This depmode causes a compiler race in universal mode.
4087 test "$am__universal" = false || continue
4088 ;;
4089 nosideeffect)
4090 # After this tag, mechanisms are not by side-effect, so they'll
4091 # only be used when explicitly requested.
4092 if test "x$enable_dependency_tracking" = xyes; then
4093 continue
4094 else
4095 break
4096 fi
4097 ;;
4098 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4099 # This compiler won't grok '-c -o', but also, the minuso test has
4100 # not run yet. These depmodes are late enough in the game, and
4101 # so weak that their functioning should not be impacted.
4102 am__obj=conftest.${OBJEXT-o}
4103 am__minus_obj=
4104 ;;
4105 none) break ;;
4106 esac
4107 if depmode=$depmode \
4108 source=sub/conftest.c object=$am__obj \
4109 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4110 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4111 >/dev/null 2>conftest.err &&
4112 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4113 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4114 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4115 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4116 # icc doesn't choke on unknown options, it will just issue warnings
4117 # or remarks (even with -Werror). So we grep stderr for any message
4118 # that says an option was ignored or not supported.
4119 # When given -MP, icc 7.0 and 7.1 complain thusly:
4120 # icc: Command line warning: ignoring option '-M'; no argument required
4121 # The diagnosis changed in icc 8.0:
4122 # icc: Command line remark: option '-MP' not supported
4123 if (grep 'ignoring option' conftest.err ||
4124 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4125 am_cv_CC_dependencies_compiler_type=$depmode
4126 break
4127 fi
4128 fi
4129 done
4130
4131 cd ..
4132 rm -rf conftest.dir
4133else
4134 am_cv_CC_dependencies_compiler_type=none
4135fi
4136
4137fi
4138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4139$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4140CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
d7040cdb 4141
23d61380
AM
4142 if
4143 test "x$enable_dependency_tracking" != xno \
4144 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4145 am__fastdepCC_TRUE=
4146 am__fastdepCC_FALSE='#'
d0ac1c44 4147else
23d61380
AM
4148 am__fastdepCC_TRUE='#'
4149 am__fastdepCC_FALSE=
d0ac1c44 4150fi
23d61380 4151
d0ac1c44
SM
4152
4153
7357c5b6
AM
4154ac_ext=c
4155ac_cpp='$CPP $CPPFLAGS'
4156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4158ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4160$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4161# On Suns, sometimes $CPP names a directory.
4162if test -n "$CPP" && test -d "$CPP"; then
4163 CPP=
4164fi
4165if test -z "$CPP"; then
d0ac1c44 4166 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4167 $as_echo_n "(cached) " >&6
7357c5b6
AM
4168else
4169 # Double quotes because CPP needs to be expanded
4170 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4171 do
4172 ac_preproc_ok=false
4173for ac_c_preproc_warn_flag in '' yes
4174do
4175 # Use a header file that comes with gcc, so configuring glibc
4176 # with a fresh cross-compiler works.
4177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4178 # <limits.h> exists even on freestanding compilers.
4179 # On the NeXT, cc -E runs the code through the compiler's parser,
4180 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4182/* end confdefs.h. */
4183#ifdef __STDC__
4184# include <limits.h>
4185#else
4186# include <assert.h>
4187#endif
4188 Syntax error
4189_ACEOF
81ecdfbb 4190if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4191
81ecdfbb 4192else
7357c5b6
AM
4193 # Broken: fails on valid input.
4194continue
4195fi
d0ac1c44 4196rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4197
81ecdfbb 4198 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4199 # can be detected and how.
81ecdfbb 4200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4201/* end confdefs.h. */
4202#include <ac_nonexistent.h>
4203_ACEOF
81ecdfbb 4204if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4205 # Broken: success on invalid input.
4206continue
4207else
7357c5b6
AM
4208 # Passes both tests.
4209ac_preproc_ok=:
4210break
4211fi
d0ac1c44 4212rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4213
7357c5b6
AM
4214done
4215# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4216rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4217if $ac_preproc_ok; then :
7357c5b6
AM
4218 break
4219fi
d7040cdb 4220
7357c5b6
AM
4221 done
4222 ac_cv_prog_CPP=$CPP
d7040cdb 4223
7357c5b6
AM
4224fi
4225 CPP=$ac_cv_prog_CPP
4226else
4227 ac_cv_prog_CPP=$CPP
4228fi
81ecdfbb
RW
4229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4230$as_echo "$CPP" >&6; }
7357c5b6
AM
4231ac_preproc_ok=false
4232for ac_c_preproc_warn_flag in '' yes
4233do
4234 # Use a header file that comes with gcc, so configuring glibc
4235 # with a fresh cross-compiler works.
4236 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4237 # <limits.h> exists even on freestanding compilers.
4238 # On the NeXT, cc -E runs the code through the compiler's parser,
4239 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4241/* end confdefs.h. */
4242#ifdef __STDC__
4243# include <limits.h>
4244#else
4245# include <assert.h>
4246#endif
4247 Syntax error
4248_ACEOF
81ecdfbb 4249if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4250
81ecdfbb 4251else
7357c5b6
AM
4252 # Broken: fails on valid input.
4253continue
4254fi
d0ac1c44 4255rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4256
81ecdfbb 4257 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4258 # can be detected and how.
81ecdfbb 4259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4260/* end confdefs.h. */
4261#include <ac_nonexistent.h>
4262_ACEOF
81ecdfbb 4263if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4264 # Broken: success on invalid input.
4265continue
4266else
7357c5b6
AM
4267 # Passes both tests.
4268ac_preproc_ok=:
4269break
4270fi
d0ac1c44 4271rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4272
7357c5b6
AM
4273done
4274# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4275rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4276if $ac_preproc_ok; then :
4277
7357c5b6 4278else
81ecdfbb
RW
4279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4280$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4281as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4282See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 4283fi
ac48eca1 4284
7357c5b6
AM
4285ac_ext=c
4286ac_cpp='$CPP $CPPFLAGS'
4287ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4288ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4289ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4290
ac48eca1 4291
81ecdfbb
RW
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4293$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4294if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 4295 $as_echo_n "(cached) " >&6
7357c5b6 4296else
81ecdfbb
RW
4297 if test -z "$GREP"; then
4298 ac_path_GREP_found=false
4299 # Loop through the user's path and test for each of PROGNAME-LIST
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4302do
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_prog in grep ggrep; do
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4308 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4309# Check for GNU ac_path_GREP and select it if it is found.
4310 # Check for GNU $ac_path_GREP
4311case `"$ac_path_GREP" --version 2>&1` in
4312*GNU*)
4313 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4314*)
4315 ac_count=0
4316 $as_echo_n 0123456789 >"conftest.in"
4317 while :
4318 do
4319 cat "conftest.in" "conftest.in" >"conftest.tmp"
4320 mv "conftest.tmp" "conftest.in"
4321 cp "conftest.in" "conftest.nl"
4322 $as_echo 'GREP' >> "conftest.nl"
4323 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4324 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4325 as_fn_arith $ac_count + 1 && ac_count=$as_val
4326 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4327 # Best one so far, save it but keep looking for a better one
4328 ac_cv_path_GREP="$ac_path_GREP"
4329 ac_path_GREP_max=$ac_count
7357c5b6 4330 fi
81ecdfbb
RW
4331 # 10*(2^10) chars as input seems more than enough
4332 test $ac_count -gt 10 && break
4333 done
4334 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4335esac
4336
4337 $ac_path_GREP_found && break 3
4338 done
4339 done
4340 done
4341IFS=$as_save_IFS
4342 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4343 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4344 fi
4345else
4346 ac_cv_path_GREP=$GREP
7357c5b6 4347fi
81ecdfbb
RW
4348
4349fi
4350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4351$as_echo "$ac_cv_path_GREP" >&6; }
4352 GREP="$ac_cv_path_GREP"
ac48eca1 4353
d7040cdb 4354
81ecdfbb
RW
4355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4356$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4357if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4358 $as_echo_n "(cached) " >&6
7357c5b6 4359else
81ecdfbb
RW
4360 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4361 then ac_cv_path_EGREP="$GREP -E"
4362 else
4363 if test -z "$EGREP"; then
4364 ac_path_EGREP_found=false
4365 # Loop through the user's path and test for each of PROGNAME-LIST
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4368do
4369 IFS=$as_save_IFS
4370 test -z "$as_dir" && as_dir=.
4371 for ac_prog in egrep; do
4372 for ac_exec_ext in '' $ac_executable_extensions; do
4373 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4374 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4375# Check for GNU ac_path_EGREP and select it if it is found.
4376 # Check for GNU $ac_path_EGREP
4377case `"$ac_path_EGREP" --version 2>&1` in
4378*GNU*)
4379 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4380*)
4381 ac_count=0
4382 $as_echo_n 0123456789 >"conftest.in"
4383 while :
4384 do
4385 cat "conftest.in" "conftest.in" >"conftest.tmp"
4386 mv "conftest.tmp" "conftest.in"
4387 cp "conftest.in" "conftest.nl"
4388 $as_echo 'EGREP' >> "conftest.nl"
4389 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4390 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4391 as_fn_arith $ac_count + 1 && ac_count=$as_val
4392 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4393 # Best one so far, save it but keep looking for a better one
4394 ac_cv_path_EGREP="$ac_path_EGREP"
4395 ac_path_EGREP_max=$ac_count
4396 fi
4397 # 10*(2^10) chars as input seems more than enough
4398 test $ac_count -gt 10 && break
4399 done
4400 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4401esac
4402
4403 $ac_path_EGREP_found && break 3
4404 done
4405 done
4406 done
4407IFS=$as_save_IFS
4408 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4409 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4410 fi
4411else
4412 ac_cv_path_EGREP=$EGREP
4413fi
4414
4415 fi
4416fi
4417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4418$as_echo "$ac_cv_path_EGREP" >&6; }
4419 EGREP="$ac_cv_path_EGREP"
4420
4421
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4423$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4424if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
4425 $as_echo_n "(cached) " >&6
4426else
4427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4428/* end confdefs.h. */
4429#include <stdlib.h>
4430#include <stdarg.h>
4431#include <string.h>
4432#include <float.h>
d7040cdb 4433
7357c5b6
AM
4434int
4435main ()
4436{
d7040cdb 4437
7357c5b6
AM
4438 ;
4439 return 0;
4440}
4441_ACEOF
81ecdfbb 4442if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4443 ac_cv_header_stdc=yes
4444else
81ecdfbb 4445 ac_cv_header_stdc=no
7357c5b6 4446fi
81ecdfbb 4447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4448
7357c5b6
AM
4449if test $ac_cv_header_stdc = yes; then
4450 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4452/* end confdefs.h. */
4453#include <string.h>
d7040cdb 4454
7357c5b6
AM
4455_ACEOF
4456if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4457 $EGREP "memchr" >/dev/null 2>&1; then :
4458
ce2cded5 4459else
7357c5b6
AM
4460 ac_cv_header_stdc=no
4461fi
4462rm -f conftest*
d7040cdb 4463
7357c5b6 4464fi
d7040cdb 4465
7357c5b6
AM
4466if test $ac_cv_header_stdc = yes; then
4467 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4469/* end confdefs.h. */
4470#include <stdlib.h>
ac48eca1 4471
7357c5b6
AM
4472_ACEOF
4473if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4474 $EGREP "free" >/dev/null 2>&1; then :
4475
7357c5b6
AM
4476else
4477 ac_cv_header_stdc=no
4478fi
4479rm -f conftest*
d7040cdb 4480
7357c5b6 4481fi
d7040cdb 4482
7357c5b6
AM
4483if test $ac_cv_header_stdc = yes; then
4484 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4485 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4486 :
4487else
81ecdfbb 4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4489/* end confdefs.h. */
4490#include <ctype.h>
81ecdfbb 4491#include <stdlib.h>
7357c5b6
AM
4492#if ((' ' & 0x0FF) == 0x020)
4493# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4494# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4495#else
4496# define ISLOWER(c) \
4497 (('a' <= (c) && (c) <= 'i') \
4498 || ('j' <= (c) && (c) <= 'r') \
4499 || ('s' <= (c) && (c) <= 'z'))
4500# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4501#endif
d7040cdb 4502
7357c5b6
AM
4503#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4504int
4505main ()
4506{
4507 int i;
4508 for (i = 0; i < 256; i++)
4509 if (XOR (islower (i), ISLOWER (i))
4510 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4511 return 2;
4512 return 0;
7357c5b6
AM
4513}
4514_ACEOF
81ecdfbb 4515if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4516
81ecdfbb
RW
4517else
4518 ac_cv_header_stdc=no
7357c5b6 4519fi
81ecdfbb
RW
4520rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4521 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4522fi
81ecdfbb 4523
7357c5b6
AM
4524fi
4525fi
81ecdfbb
RW
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4527$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4528if test $ac_cv_header_stdc = yes; then
d7040cdb 4529
81ecdfbb 4530$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4531
7357c5b6 4532fi
d7040cdb 4533
7357c5b6 4534# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4535for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4536 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4537do :
4538 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4539ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4540"
d0ac1c44 4541if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 4542 cat >>confdefs.h <<_ACEOF
81ecdfbb 4543#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4544_ACEOF
ce2cded5 4545
7357c5b6 4546fi
ce2cded5 4547
7357c5b6 4548done
ce2cded5
L
4549
4550
4551
81ecdfbb 4552 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 4553if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
4554 MINIX=yes
4555else
4556 MINIX=
4557fi
d7040cdb
SE
4558
4559
7357c5b6 4560 if test "$MINIX" = yes; then
d7040cdb 4561
81ecdfbb 4562$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4563
4564
81ecdfbb 4565$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4566
4567
81ecdfbb 4568$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4569
7357c5b6 4570 fi
d7040cdb
SE
4571
4572
81ecdfbb
RW
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4574$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 4575if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 4576 $as_echo_n "(cached) " >&6
ac48eca1 4577else
81ecdfbb 4578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4579/* end confdefs.h. */
ac48eca1 4580
d0ac1c44
SM
4581# define __EXTENSIONS__ 1
4582 $ac_includes_default
7357c5b6
AM
4583int
4584main ()
4585{
13b2be9c 4586
7357c5b6
AM
4587 ;
4588 return 0;
4589}
4590_ACEOF
81ecdfbb 4591if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4592 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4593else
81ecdfbb 4594 ac_cv_safe_to_define___extensions__=no
d6d788bd 4595fi
81ecdfbb 4596rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4597fi
81ecdfbb
RW
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4599$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4600 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4601 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 4602
81ecdfbb 4603 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 4604
81ecdfbb 4605 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 4606
81ecdfbb 4607 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 4608
81ecdfbb 4609 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 4610
a74801ba 4611
d053aef8 4612
81ecdfbb 4613
da2f07f1 4614
718a6fd8
SE
4615case `pwd` in
4616 *\ * | *\ *)
81ecdfbb
RW
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4618$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4619esac
13b2be9c 4620
252b5132 4621
7357c5b6 4622
f2c621e4
AS
4623macro_version='2.2.7a'
4624macro_revision='1.3134'
7357c5b6
AM
4625
4626
4627
4628
4629
4630
7357c5b6
AM
4631
4632
4633
4634
4635
4636
4637
718a6fd8 4638ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 4639
3725885a
RW
4640# Backslashify metacharacters that are still active within
4641# double-quoted strings.
4642sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4643
4644# Same as above, but do not quote variable references.
4645double_quote_subst='s/\(["`\\]\)/\\\1/g'
4646
4647# Sed substitution to delay expansion of an escaped shell variable in a
4648# double_quote_subst'ed string.
4649delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4650
4651# Sed substitution to delay expansion of an escaped single quote.
4652delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4653
4654# Sed substitution to avoid accidental globbing in evaled expressions
4655no_glob_subst='s/\*/\\\*/g'
4656
4657ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4658ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4659ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4660
4661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4662$as_echo_n "checking how to print strings... " >&6; }
4663# Test print first, because it will be a builtin if present.
f2c621e4 4664if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
4665 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4666 ECHO='print -r --'
4667elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4668 ECHO='printf %s\n'
4669else
4670 # Use this function as a fallback that always works.
4671 func_fallback_echo ()
4672 {
4673 eval 'cat <<_LTECHO_EOF
4674$1
4675_LTECHO_EOF'
4676 }
4677 ECHO='func_fallback_echo'
4678fi
4679
4680# func_echo_all arg...
4681# Invoke $ECHO with all args, space-separated.
4682func_echo_all ()
4683{
4684 $ECHO ""
4685}
4686
4687case "$ECHO" in
4688 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4689$as_echo "printf" >&6; } ;;
4690 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4691$as_echo "print -r" >&6; } ;;
4692 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4693$as_echo "cat" >&6; } ;;
4694esac
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
81ecdfbb
RW
4709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4710$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4711if ${ac_cv_path_SED+:} false; then :
81ecdfbb
RW
4712 $as_echo_n "(cached) " >&6
4713else
4714 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4715 for ac_i in 1 2 3 4 5 6 7; do
4716 ac_script="$ac_script$as_nl$ac_script"
4717 done
4718 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4719 { ac_script=; unset ac_script;}
4720 if test -z "$SED"; then
4721 ac_path_SED_found=false
4722 # Loop through the user's path and test for each of PROGNAME-LIST
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
4724for as_dir in $PATH
4725do
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
81ecdfbb 4728 for ac_prog in sed gsed; do
7357c5b6 4729 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 4730 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4731 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
4732# Check for GNU ac_path_SED and select it if it is found.
4733 # Check for GNU $ac_path_SED
4734case `"$ac_path_SED" --version 2>&1` in
4735*GNU*)
4736 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4737*)
4738 ac_count=0
4739 $as_echo_n 0123456789 >"conftest.in"
4740 while :
4741 do
4742 cat "conftest.in" "conftest.in" >"conftest.tmp"
4743 mv "conftest.tmp" "conftest.in"
4744 cp "conftest.in" "conftest.nl"
4745 $as_echo '' >> "conftest.nl"
4746 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4747 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4748 as_fn_arith $ac_count + 1 && ac_count=$as_val
4749 if test $ac_count -gt ${ac_path_SED_max-0}; then
4750 # Best one so far, save it but keep looking for a better one
4751 ac_cv_path_SED="$ac_path_SED"
4752 ac_path_SED_max=$ac_count
4753 fi
4754 # 10*(2^10) chars as input seems more than enough
4755 test $ac_count -gt 10 && break
4756 done
4757 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4758esac
4759
4760 $ac_path_SED_found && break 3
7357c5b6
AM
4761 done
4762 done
81ecdfbb 4763 done
7357c5b6 4764IFS=$as_save_IFS
81ecdfbb 4765 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4766 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 4767 fi
81ecdfbb
RW
4768else
4769 ac_cv_path_SED=$SED
7357c5b6
AM
4770fi
4771
81ecdfbb
RW
4772fi
4773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4774$as_echo "$ac_cv_path_SED" >&6; }
4775 SED="$ac_cv_path_SED"
4776 rm -f conftest.sed
7357c5b6
AM
4777
4778test -z "$SED" && SED=sed
4779Xsed="$SED -e 1s/^X//"
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
81ecdfbb
RW
4791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4792$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4793if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 4794 $as_echo_n "(cached) " >&6
7357c5b6 4795else
81ecdfbb
RW
4796 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4797 then ac_cv_path_FGREP="$GREP -F"
4798 else
4799 if test -z "$FGREP"; then
4800 ac_path_FGREP_found=false
4801 # Loop through the user's path and test for each of PROGNAME-LIST
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4804do
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_prog in fgrep; do
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4810 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
4811# Check for GNU ac_path_FGREP and select it if it is found.
4812 # Check for GNU $ac_path_FGREP
4813case `"$ac_path_FGREP" --version 2>&1` in
4814*GNU*)
4815 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4816*)
4817 ac_count=0
4818 $as_echo_n 0123456789 >"conftest.in"
4819 while :
4820 do
4821 cat "conftest.in" "conftest.in" >"conftest.tmp"
4822 mv "conftest.tmp" "conftest.in"
4823 cp "conftest.in" "conftest.nl"
4824 $as_echo 'FGREP' >> "conftest.nl"
4825 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4826 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4827 as_fn_arith $ac_count + 1 && ac_count=$as_val
4828 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4829 # Best one so far, save it but keep looking for a better one
4830 ac_cv_path_FGREP="$ac_path_FGREP"
4831 ac_path_FGREP_max=$ac_count
7357c5b6 4832 fi
81ecdfbb
RW
4833 # 10*(2^10) chars as input seems more than enough
4834 test $ac_count -gt 10 && break
4835 done
4836 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4837esac
4838
4839 $ac_path_FGREP_found && break 3
4840 done
4841 done
4842 done
4843IFS=$as_save_IFS
4844 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4845 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4846 fi
4847else
4848 ac_cv_path_FGREP=$FGREP
7357c5b6 4849fi
81ecdfbb
RW
4850
4851 fi
4852fi
4853{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4854$as_echo "$ac_cv_path_FGREP" >&6; }
4855 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
4856
4857
4858test -z "$GREP" && GREP=grep
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
81ecdfbb
RW
4878# Check whether --with-gnu-ld was given.
4879if test "${with_gnu_ld+set}" = set; then :
4880 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
4881else
4882 with_gnu_ld=no
81ecdfbb
RW
4883fi
4884
ce2cded5
L
4885ac_prog=ld
4886if test "$GCC" = yes; then
4887 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4889$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
4890 case $host in
4891 *-*-mingw*)
4892 # gcc leaves a trailing carriage return which upsets mingw
4893 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4894 *)
4895 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4896 esac
4897 case $ac_prog in
4898 # Accept absolute paths.
4899 [\\/]* | ?:[\\/]*)
4900 re_direlt='/[^/][^/]*/\.\./'
4901 # Canonicalize the pathname of ld
4902 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4903 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4904 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4905 done
4906 test -z "$LD" && LD="$ac_prog"
4907 ;;
4908 "")
4909 # If it fails, then pretend we aren't using GCC.
4910 ac_prog=ld
4911 ;;
4912 *)
4913 # If it is relative, then search for the first ld in PATH.
4914 with_gnu_ld=unknown
4915 ;;
4916 esac
4917elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4919$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 4920else
81ecdfbb
RW
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4922$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 4923fi
d0ac1c44 4924if ${lt_cv_path_LD+:} false; then :
81ecdfbb 4925 $as_echo_n "(cached) " >&6
ce2cded5
L
4926else
4927 if test -z "$LD"; then
4928 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4929 for ac_dir in $PATH; do
4930 IFS="$lt_save_ifs"
4931 test -z "$ac_dir" && ac_dir=.
4932 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4933 lt_cv_path_LD="$ac_dir/$ac_prog"
4934 # Check to see if the program is GNU ld. I'd rather use --version,
4935 # but apparently some variants of GNU ld only accept -v.
4936 # Break only if it was the GNU/non-GNU ld that we prefer.
4937 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4938 *GNU* | *'with BFD'*)
4939 test "$with_gnu_ld" != no && break
4940 ;;
4941 *)
4942 test "$with_gnu_ld" != yes && break
4943 ;;
4944 esac
4945 fi
4946 done
4947 IFS="$lt_save_ifs"
4948else
4949 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4950fi
4951fi
4952
4953LD="$lt_cv_path_LD"
4954if test -n "$LD"; then
81ecdfbb
RW
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4956$as_echo "$LD" >&6; }
ce2cded5 4957else
81ecdfbb
RW
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4959$as_echo "no" >&6; }
ce2cded5 4960fi
d0ac1c44 4961test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
4962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4963$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4964if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 4965 $as_echo_n "(cached) " >&6
ce2cded5
L
4966else
4967 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4968case `$LD -v 2>&1 </dev/null` in
4969*GNU* | *'with BFD'*)
4970 lt_cv_prog_gnu_ld=yes
4971 ;;
4972*)
4973 lt_cv_prog_gnu_ld=no
4974 ;;
4975esac
4976fi
81ecdfbb
RW
4977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4978$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
4979with_gnu_ld=$lt_cv_prog_gnu_ld
4980
4981
4982
4983
4984
4985
4986
4987
4988
81ecdfbb
RW
4989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4990$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4991if ${lt_cv_path_NM+:} false; then :
81ecdfbb 4992 $as_echo_n "(cached) " >&6
ce2cded5
L
4993else
4994 if test -n "$NM"; then
b9004024
NA
4995 # Let the user override the nm to test.
4996 lt_nm_to_check="$NM"
4997 else
4998 lt_nm_to_check="${ac_tool_prefix}nm"
4999 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5000 lt_nm_to_check="$lt_nm_to_check nm"
5001 fi
5002 fi
5003 for lt_tmp_nm in $lt_nm_to_check; do
5004 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5005 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5006 IFS="$lt_save_ifs"
5007 test -z "$ac_dir" && ac_dir=.
5008 case "$lt_tmp_nm" in
5009 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5010 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5011 esac
5012 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5013 # Check to see if the nm accepts a BSD-compat flag.
5014 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5015 # nm: unknown option "B" ignored
5016 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5017 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5018 break
5019 ;;
5020 *)
5021 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5022 *$tmp_nm*)
5023 lt_cv_path_NM="$tmp_nm -p"
5024 break
5025 ;;
5026 *)
5027 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5028 continue # so that we can try to find one that supports BSD flags
5029 ;;
5030 esac
5031 ;;
5032 esac
5033 fi
5034 done
5035 IFS="$lt_save_ifs"
5036 done
5037 : ${lt_cv_path_NM=no}
ce2cded5 5038fi
81ecdfbb
RW
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5040$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5041if test "$lt_cv_path_NM" != "no"; then
5042 NM="$lt_cv_path_NM"
5043else
5044 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5045 if test -n "$DUMPBIN"; then :
5046 # Let the user override the test.
5047 else
5048 if test -n "$ac_tool_prefix"; then
5049 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5050 do
5051 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5052set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5054$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5055if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5056 $as_echo_n "(cached) " >&6
d7040cdb 5057else
ce2cded5
L
5058 if test -n "$DUMPBIN"; then
5059 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5060else
5061as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5062for as_dir in $PATH
5063do
5064 IFS=$as_save_IFS
5065 test -z "$as_dir" && as_dir=.
81ecdfbb 5066 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5067 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5068 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5070 break 2
d70c5fc7 5071 fi
d7040cdb 5072done
81ecdfbb
RW
5073 done
5074IFS=$as_save_IFS
d70c5fc7 5075
d7040cdb
SE
5076fi
5077fi
ce2cded5
L
5078DUMPBIN=$ac_cv_prog_DUMPBIN
5079if test -n "$DUMPBIN"; then
81ecdfbb
RW
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5081$as_echo "$DUMPBIN" >&6; }
bedf545c 5082else
81ecdfbb
RW
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5084$as_echo "no" >&6; }
d7040cdb 5085fi
13b2be9c 5086
81ecdfbb 5087
ce2cded5
L
5088 test -n "$DUMPBIN" && break
5089 done
5090fi
5091if test -z "$DUMPBIN"; then
5092 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5093 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5094do
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5098$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5099if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5100 $as_echo_n "(cached) " >&6
d7040cdb 5101else
ce2cded5
L
5102 if test -n "$ac_ct_DUMPBIN"; then
5103 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5104else
5105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106for as_dir in $PATH
5107do
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
81ecdfbb 5110 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5112 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5114 break 2
5115 fi
5116done
81ecdfbb
RW
5117 done
5118IFS=$as_save_IFS
ce2cded5
L
5119
5120fi
5121fi
5122ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5123if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5125$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5126else
81ecdfbb
RW
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5128$as_echo "no" >&6; }
d7040cdb
SE
5129fi
5130
81ecdfbb 5131
ce2cded5
L
5132 test -n "$ac_ct_DUMPBIN" && break
5133done
13b2be9c 5134
81ecdfbb
RW
5135 if test "x$ac_ct_DUMPBIN" = x; then
5136 DUMPBIN=":"
5137 else
5138 case $cross_compiling:$ac_tool_warned in
5139yes:)
5140{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5141$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5142ac_tool_warned=yes ;;
5143esac
5144 DUMPBIN=$ac_ct_DUMPBIN
5145 fi
ce2cded5 5146fi
13b2be9c 5147
3725885a
RW
5148 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5149 *COFF*)
5150 DUMPBIN="$DUMPBIN -symbols"
5151 ;;
5152 *)
5153 DUMPBIN=:
5154 ;;
5155 esac
5156 fi
bedf545c 5157
ce2cded5
L
5158 if test "$DUMPBIN" != ":"; then
5159 NM="$DUMPBIN"
5160 fi
5161fi
5162test -z "$NM" && NM=nm
6840198f 5163
13b2be9c 5164
ac48eca1 5165
d7040cdb 5166
ce2cded5
L
5167
5168
81ecdfbb
RW
5169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5170$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5171if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5172 $as_echo_n "(cached) " >&6
ce2cded5
L
5173else
5174 lt_cv_nm_interface="BSD nm"
5175 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5176 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5177 (eval "$ac_compile" 2>conftest.err)
5178 cat conftest.err >&5
3725885a 5179 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5180 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5181 cat conftest.err >&5
3725885a 5182 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5183 cat conftest.out >&5
5184 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5185 lt_cv_nm_interface="MS dumpbin"
5186 fi
5187 rm -f conftest*
5188fi
81ecdfbb
RW
5189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5190$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5191
81ecdfbb
RW
5192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5193$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5194LN_S=$as_ln_s
5195if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5197$as_echo "yes" >&6; }
ce2cded5 5198else
81ecdfbb
RW
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5200$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5201fi
5202
5203# find the maximum length of command line arguments
81ecdfbb
RW
5204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5205$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5206if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5207 $as_echo_n "(cached) " >&6
ce2cded5
L
5208else
5209 i=0
5210 teststring="ABCD"
5211
5212 case $build_os in
5213 msdosdjgpp*)
5214 # On DJGPP, this test can blow up pretty badly due to problems in libc
5215 # (any single argument exceeding 2000 bytes causes a buffer overrun
5216 # during glob expansion). Even if it were fixed, the result of this
5217 # check would be larger than it should be.
5218 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5219 ;;
5220
5221 gnu*)
5222 # Under GNU Hurd, this test is not required because there is
5223 # no limit to the length of command line arguments.
5224 # Libtool will interpret -1 as no limit whatsoever
5225 lt_cv_sys_max_cmd_len=-1;
5226 ;;
5227
718a6fd8 5228 cygwin* | mingw* | cegcc*)
ce2cded5
L
5229 # On Win9x/ME, this test blows up -- it succeeds, but takes
5230 # about 5 minutes as the teststring grows exponentially.
5231 # Worse, since 9x/ME are not pre-emptively multitasking,
5232 # you end up with a "frozen" computer, even though with patience
5233 # the test eventually succeeds (with a max line length of 256k).
5234 # Instead, let's just punt: use the minimum linelength reported by
5235 # all of the supported platforms: 8192 (on NT/2K/XP).
5236 lt_cv_sys_max_cmd_len=8192;
5237 ;;
5238
3725885a
RW
5239 mint*)
5240 # On MiNT this can take a long time and run out of memory.
5241 lt_cv_sys_max_cmd_len=8192;
5242 ;;
5243
ce2cded5
L
5244 amigaos*)
5245 # On AmigaOS with pdksh, this test takes hours, literally.
5246 # So we just punt and use a minimum line length of 8192.
5247 lt_cv_sys_max_cmd_len=8192;
5248 ;;
5249
5250 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5251 # This has been around since 386BSD, at least. Likely further.
5252 if test -x /sbin/sysctl; then
5253 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5254 elif test -x /usr/sbin/sysctl; then
5255 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5256 else
5257 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5258 fi
5259 # And add a safety zone
5260 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5261 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5262 ;;
5263
5264 interix*)
5265 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5266 lt_cv_sys_max_cmd_len=196608
5267 ;;
5268
5269 osf*)
5270 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5271 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5272 # nice to cause kernel panics so lets avoid the loop below.
5273 # First set a reasonable default.
5274 lt_cv_sys_max_cmd_len=16384
5275 #
5276 if test -x /sbin/sysconfig; then
5277 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5278 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5279 esac
5280 fi
5281 ;;
5282 sco3.2v5*)
5283 lt_cv_sys_max_cmd_len=102400
5284 ;;
5285 sysv5* | sco5v6* | sysv4.2uw2*)
5286 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5287 if test -n "$kargmax"; then
5288 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5289 else
5290 lt_cv_sys_max_cmd_len=32768
5291 fi
d7040cdb
SE
5292 ;;
5293 *)
718a6fd8
SE
5294 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5295 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5296 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5297 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5298 else
5299 # Make teststring a little bigger before we do anything with it.
5300 # a 1K string should be a reasonable start.
5301 for i in 1 2 3 4 5 6 7 8 ; do
5302 teststring=$teststring$teststring
5303 done
5304 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5305 # If test is not a shell built-in, we'll probably end up computing a
5306 # maximum length that is only half of the actual maximum length, but
5307 # we can't tell.
3725885a
RW
5308 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5309 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5310 test $i != 17 # 1/2 MB should be enough
5311 do
5312 i=`expr $i + 1`
5313 teststring=$teststring$teststring
5314 done
5315 # Only check the string length outside the loop.
5316 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5317 teststring=
5318 # Add a significant safety factor because C++ compilers can tack on
5319 # massive amounts of additional arguments before passing them to the
5320 # linker. It appears as though 1/2 is a usable value.
5321 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5322 fi
d7040cdb
SE
5323 ;;
5324 esac
252b5132 5325
ce2cded5 5326fi
d6d788bd 5327
ce2cded5 5328if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5330$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5331else
81ecdfbb
RW
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5333$as_echo "none" >&6; }
ce2cded5
L
5334fi
5335max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5336
d6d788bd 5337
13b2be9c 5338
13b2be9c 5339
bedf545c 5340
252b5132 5341
ce2cded5
L
5342: ${CP="cp -f"}
5343: ${MV="mv -f"}
5344: ${RM="rm -f"}
d6d788bd 5345
81ecdfbb
RW
5346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5347$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
5348# Try some XSI features
5349xsi_shell=no
5350( _lt_dummy="a/b/c"
f2c621e4
AS
5351 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5352 = c,a/b,, \
718a6fd8
SE
5353 && eval 'test $(( 1 + 1 )) -eq 2 \
5354 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 5355 && xsi_shell=yes
81ecdfbb
RW
5356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5357$as_echo "$xsi_shell" >&6; }
bedf545c 5358
bedf545c 5359
81ecdfbb
RW
5360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5361$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
5362lt_shell_append=no
5363( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5364 >/dev/null 2>&1 \
5365 && lt_shell_append=yes
81ecdfbb
RW
5366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5367$as_echo "$lt_shell_append" >&6; }
252b5132 5368
d6d788bd 5369
ce2cded5
L
5370if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5371 lt_unset=unset
5372else
5373 lt_unset=false
5374fi
13b2be9c
DJ
5375
5376
5377
5378
d6d788bd 5379
ce2cded5
L
5380# test EBCDIC or ASCII
5381case `echo X|tr X '\101'` in
5382 A) # ASCII based system
5383 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5384 lt_SP2NL='tr \040 \012'
5385 lt_NL2SP='tr \015\012 \040\040'
5386 ;;
5387 *) # EBCDIC based system
5388 lt_SP2NL='tr \100 \n'
5389 lt_NL2SP='tr \r\n \100\100'
5390 ;;
5391esac
c43a438d 5392
c43a438d 5393
c43a438d 5394
252b5132 5395
ad22bfe8 5396
1ad12f97 5397
1ad12f97 5398
9e9b66a9 5399
1ad12f97 5400
81ecdfbb
RW
5401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5402$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 5403if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 5404 $as_echo_n "(cached) " >&6
ce2cded5
L
5405else
5406 lt_cv_ld_reload_flag='-r'
5407fi
81ecdfbb
RW
5408{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5409$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
5410reload_flag=$lt_cv_ld_reload_flag
5411case $reload_flag in
5412"" | " "*) ;;
5413*) reload_flag=" $reload_flag" ;;
5414esac
5415reload_cmds='$LD$reload_flag -o $output$reload_objs'
5416case $host_os in
5417 darwin*)
5418 if test "$GCC" = yes; then
5419 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5420 else
5421 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5422 fi
5423 ;;
5424esac
a541e3ce 5425
9e9b66a9 5426
a2d91340 5427
d6d788bd 5428
9e9b66a9
AM
5429
5430
5431
d6d788bd 5432
252b5132 5433
718a6fd8
SE
5434if test -n "$ac_tool_prefix"; then
5435 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5436set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5438$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5439if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 5440 $as_echo_n "(cached) " >&6
718a6fd8
SE
5441else
5442 if test -n "$OBJDUMP"; then
5443 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5444else
5445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5446for as_dir in $PATH
5447do
5448 IFS=$as_save_IFS
5449 test -z "$as_dir" && as_dir=.
81ecdfbb 5450 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5452 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5454 break 2
5455 fi
5456done
81ecdfbb
RW
5457 done
5458IFS=$as_save_IFS
718a6fd8
SE
5459
5460fi
5461fi
5462OBJDUMP=$ac_cv_prog_OBJDUMP
5463if test -n "$OBJDUMP"; then
81ecdfbb
RW
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5465$as_echo "$OBJDUMP" >&6; }
718a6fd8 5466else
81ecdfbb
RW
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5468$as_echo "no" >&6; }
718a6fd8
SE
5469fi
5470
81ecdfbb 5471
718a6fd8
SE
5472fi
5473if test -z "$ac_cv_prog_OBJDUMP"; then
5474 ac_ct_OBJDUMP=$OBJDUMP
5475 # Extract the first word of "objdump", so it can be a program name with args.
5476set dummy objdump; ac_word=$2
81ecdfbb
RW
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5478$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5479if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 5480 $as_echo_n "(cached) " >&6
718a6fd8
SE
5481else
5482 if test -n "$ac_ct_OBJDUMP"; then
5483 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5484else
5485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5486for as_dir in $PATH
5487do
5488 IFS=$as_save_IFS
5489 test -z "$as_dir" && as_dir=.
81ecdfbb 5490 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5492 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5494 break 2
5495 fi
5496done
81ecdfbb
RW
5497 done
5498IFS=$as_save_IFS
718a6fd8 5499
718a6fd8
SE
5500fi
5501fi
5502ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5503if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5505$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5506else
81ecdfbb
RW
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5508$as_echo "no" >&6; }
718a6fd8
SE
5509fi
5510
81ecdfbb
RW
5511 if test "x$ac_ct_OBJDUMP" = x; then
5512 OBJDUMP="false"
5513 else
5514 case $cross_compiling:$ac_tool_warned in
5515yes:)
5516{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5517$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5518ac_tool_warned=yes ;;
5519esac
5520 OBJDUMP=$ac_ct_OBJDUMP
5521 fi
718a6fd8
SE
5522else
5523 OBJDUMP="$ac_cv_prog_OBJDUMP"
5524fi
5525
5526test -z "$OBJDUMP" && OBJDUMP=objdump
5527
5528
5529
5530
5531
5532
5533
5534
13b2be9c 5535
81ecdfbb
RW
5536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5537$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 5538if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 5539 $as_echo_n "(cached) " >&6
d7040cdb 5540else
ce2cded5
L
5541 lt_cv_file_magic_cmd='$MAGIC_CMD'
5542lt_cv_file_magic_test_file=
5543lt_cv_deplibs_check_method='unknown'
5544# Need to set the preceding variable on all platforms that support
5545# interlibrary dependencies.
5546# 'none' -- dependencies not supported.
5547# `unknown' -- same as none, but documents that we really don't know.
5548# 'pass_all' -- all dependencies passed with no checks.
5549# 'test_compile' -- check by making test program.
5550# 'file_magic [[regex]]' -- check by looking for files in library path
5551# which responds to the $file_magic_cmd with a given extended regex.
5552# If you have `file' or equivalent on your system and you're not sure
5553# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 5554
ce2cded5 5555case $host_os in
50e7d84b 5556aix[4-9]*)
ce2cded5
L
5557 lt_cv_deplibs_check_method=pass_all
5558 ;;
d7040cdb 5559
ce2cded5
L
5560beos*)
5561 lt_cv_deplibs_check_method=pass_all
5562 ;;
d7040cdb 5563
ce2cded5
L
5564bsdi[45]*)
5565 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5566 lt_cv_file_magic_cmd='/usr/bin/file -L'
5567 lt_cv_file_magic_test_file=/shlib/libc.so
5568 ;;
d7040cdb 5569
ce2cded5
L
5570cygwin*)
5571 # func_win32_libid is a shell function defined in ltmain.sh
5572 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5573 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 5574 ;;
ce2cded5
L
5575
5576mingw* | pw32*)
5577 # Base MSYS/MinGW do not provide the 'file' command needed by
5578 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5579 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5580 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5581 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
5582 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5583 lt_cv_file_magic_cmd='func_win32_libid'
5584 else
f2c621e4 5585 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
5586 lt_cv_file_magic_cmd='$OBJDUMP -f'
5587 fi
d7040cdb 5588 ;;
ce2cded5 5589
3725885a 5590cegcc*)
718a6fd8
SE
5591 # use the weaker test based on 'objdump'. See mingw*.
5592 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5593 lt_cv_file_magic_cmd='$OBJDUMP -f'
5594 ;;
5595
ce2cded5
L
5596darwin* | rhapsody*)
5597 lt_cv_deplibs_check_method=pass_all
5598 ;;
5599
5600freebsd* | dragonfly*)
5601 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5602 case $host_cpu in
5603 i*86 )
5604 # Not sure whether the presence of OpenBSD here was a mistake.
5605 # Let's accept both of them until this is cleared up.
5606 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5607 lt_cv_file_magic_cmd=/usr/bin/file
5608 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5609 ;;
5610 esac
5611 else
5612 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5613 fi
5614 ;;
ce2cded5
L
5615
5616gnu*)
5617 lt_cv_deplibs_check_method=pass_all
d7040cdb 5618 ;;
ce2cded5 5619
3725885a
RW
5620haiku*)
5621 lt_cv_deplibs_check_method=pass_all
5622 ;;
5623
ce2cded5
L
5624hpux10.20* | hpux11*)
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 case $host_cpu in
5627 ia64*)
5628 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5629 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5630 ;;
5631 hppa*64*)
3725885a 5632 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
5633 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5634 ;;
5635 *)
3725885a 5636 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
5637 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5638 ;;
5639 esac
d7040cdb 5640 ;;
ce2cded5
L
5641
5642interix[3-9]*)
5643 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5644 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 5645 ;;
ce2cded5
L
5646
5647irix5* | irix6* | nonstopux*)
5648 case $LD in
5649 *-32|*"-32 ") libmagic=32-bit;;
5650 *-n32|*"-n32 ") libmagic=N32;;
5651 *-64|*"-64 ") libmagic=64-bit;;
5652 *) libmagic=never-match;;
5653 esac
5654 lt_cv_deplibs_check_method=pass_all
d7040cdb 5655 ;;
ce2cded5
L
5656
5657# This must be Linux ELF.
58e24671 5658linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 5659 lt_cv_deplibs_check_method=pass_all
d7040cdb 5660 ;;
ce2cded5
L
5661
5662netbsd*)
5663 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5664 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5665 else
5666 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5667 fi
d7040cdb 5668 ;;
ce2cded5
L
5669
5670newos6*)
5671 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5672 lt_cv_file_magic_cmd=/usr/bin/file
5673 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 5674 ;;
76a27922 5675
ce2cded5
L
5676*nto* | *qnx*)
5677 lt_cv_deplibs_check_method=pass_all
5678 ;;
d6d788bd 5679
ce2cded5
L
5680openbsd*)
5681 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5683 else
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5685 fi
5686 ;;
44f2f9d2 5687
ce2cded5
L
5688osf3* | osf4* | osf5*)
5689 lt_cv_deplibs_check_method=pass_all
5690 ;;
44f2f9d2 5691
ce2cded5
L
5692rdos*)
5693 lt_cv_deplibs_check_method=pass_all
5694 ;;
5695
5696solaris*)
5697 lt_cv_deplibs_check_method=pass_all
5698 ;;
5699
5700sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5701 lt_cv_deplibs_check_method=pass_all
5702 ;;
5703
5704sysv4 | sysv4.3*)
5705 case $host_vendor in
5706 motorola)
5707 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]'
5708 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5709 ;;
5710 ncr)
5711 lt_cv_deplibs_check_method=pass_all
5712 ;;
5713 sequent)
5714 lt_cv_file_magic_cmd='/bin/file'
5715 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5716 ;;
5717 sni)
5718 lt_cv_file_magic_cmd='/bin/file'
5719 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5720 lt_cv_file_magic_test_file=/lib/libc.so
5721 ;;
5722 siemens)
5723 lt_cv_deplibs_check_method=pass_all
5724 ;;
5725 pc)
5726 lt_cv_deplibs_check_method=pass_all
5727 ;;
5728 esac
5729 ;;
5730
5731tpf*)
5732 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5733 ;;
5734esac
5735
ce2cded5 5736fi
81ecdfbb
RW
5737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5738$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
5739file_magic_cmd=$lt_cv_file_magic_cmd
5740deplibs_check_method=$lt_cv_deplibs_check_method
5741test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 5742
d7040cdb 5743
d7040cdb 5744
d7040cdb 5745
d7040cdb 5746
44f2f9d2 5747
d7040cdb 5748
d7040cdb 5749
d7040cdb 5750
d7040cdb 5751
44f2f9d2 5752
d7040cdb 5753
a4966cd9
L
5754plugin_option=
5755plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5756for plugin in $plugin_names; do
5757 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5758 if test x$plugin_so = x$plugin; then
5759 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5760 fi
5761 if test x$plugin_so != x$plugin; then
5762 plugin_option="--plugin $plugin_so"
5763 break
5764 fi
5765done
5766
ce2cded5 5767if test -n "$ac_tool_prefix"; then
f2c621e4
AS
5768 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5769set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
5770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5771$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5772if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 5773 $as_echo_n "(cached) " >&6
ce2cded5
L
5774else
5775 if test -n "$AR"; then
5776 ac_cv_prog_AR="$AR" # Let the user override the test.
5777else
5778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5779for as_dir in $PATH
5780do
5781 IFS=$as_save_IFS
5782 test -z "$as_dir" && as_dir=.
81ecdfbb 5783 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 5785 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 5787 break 2
d7040cdb
SE
5788 fi
5789done
81ecdfbb
RW
5790 done
5791IFS=$as_save_IFS
44f2f9d2 5792
ce2cded5
L
5793fi
5794fi
5795AR=$ac_cv_prog_AR
5796if test -n "$AR"; then
81ecdfbb
RW
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5798$as_echo "$AR" >&6; }
ce2cded5 5799else
81ecdfbb
RW
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5801$as_echo "no" >&6; }
44f2f9d2 5802fi
d7040cdb 5803
81ecdfbb 5804
d7040cdb 5805fi
f2c621e4 5806if test -z "$ac_cv_prog_AR"; then
ce2cded5 5807 ac_ct_AR=$AR
f2c621e4
AS
5808 # Extract the first word of "ar", so it can be a program name with args.
5809set dummy ar; ac_word=$2
81ecdfbb
RW
5810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5812if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 5813 $as_echo_n "(cached) " >&6
44f2f9d2 5814else
ce2cded5
L
5815 if test -n "$ac_ct_AR"; then
5816 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5817else
5818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819for as_dir in $PATH
5820do
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
81ecdfbb 5823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 5825 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 5826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5827 break 2
5828 fi
5829done
81ecdfbb
RW
5830 done
5831IFS=$as_save_IFS
ce2cded5 5832
ce2cded5
L
5833fi
5834fi
5835ac_ct_AR=$ac_cv_prog_ac_ct_AR
5836if test -n "$ac_ct_AR"; then
81ecdfbb
RW
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5838$as_echo "$ac_ct_AR" >&6; }
ce2cded5 5839else
81ecdfbb
RW
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5841$as_echo "no" >&6; }
d7040cdb 5842fi
44f2f9d2 5843
81ecdfbb
RW
5844 if test "x$ac_ct_AR" = x; then
5845 AR="false"
5846 else
5847 case $cross_compiling:$ac_tool_warned in
5848yes:)
5849{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5850$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5851ac_tool_warned=yes ;;
5852esac
5853 AR=$ac_ct_AR
5854 fi
df7b86aa 5855else
f2c621e4
AS
5856 AR="$ac_cv_prog_AR"
5857fi
df7b86aa 5858
f2c621e4 5859test -z "$AR" && AR=ar
a4966cd9
L
5860if test -n "$plugin_option"; then
5861 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
5862 touch conftest.c
5863 $AR $plugin_option rc conftest.a conftest.c
5864 if test "$?" != 0; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5866$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5867 else
5868 AR="$AR $plugin_option"
5869 fi
5870 rm -f conftest.*
a4966cd9
L
5871 fi
5872fi
f2c621e4 5873test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 5874
df7b86aa 5875
df7b86aa 5876
df7b86aa 5877
df7b86aa
NC
5878
5879
5880
5881
5882
5883
d7040cdb 5884
ce2cded5
L
5885if test -n "$ac_tool_prefix"; then
5886 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5887set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
5888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5889$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5890if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 5891 $as_echo_n "(cached) " >&6
ce2cded5
L
5892else
5893 if test -n "$STRIP"; then
5894 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5895else
5896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5897for as_dir in $PATH
5898do
5899 IFS=$as_save_IFS
5900 test -z "$as_dir" && as_dir=.
81ecdfbb 5901 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5903 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 5904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5905 break 2
5906 fi
5907done
81ecdfbb
RW
5908 done
5909IFS=$as_save_IFS
d7040cdb 5910
ce2cded5
L
5911fi
5912fi
5913STRIP=$ac_cv_prog_STRIP
5914if test -n "$STRIP"; then
81ecdfbb
RW
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5916$as_echo "$STRIP" >&6; }
ce2cded5 5917else
81ecdfbb
RW
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5919$as_echo "no" >&6; }
ce2cded5 5920fi
d7040cdb 5921
81ecdfbb 5922
ce2cded5
L
5923fi
5924if test -z "$ac_cv_prog_STRIP"; then
5925 ac_ct_STRIP=$STRIP
5926 # Extract the first word of "strip", so it can be a program name with args.
5927set dummy strip; ac_word=$2
81ecdfbb
RW
5928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5929$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5930if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 5931 $as_echo_n "(cached) " >&6
ce2cded5
L
5932else
5933 if test -n "$ac_ct_STRIP"; then
5934 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5935else
5936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5937for as_dir in $PATH
5938do
5939 IFS=$as_save_IFS
5940 test -z "$as_dir" && as_dir=.
81ecdfbb 5941 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5942 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5943 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 5944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5945 break 2
5946 fi
5947done
81ecdfbb
RW
5948 done
5949IFS=$as_save_IFS
d7040cdb 5950
ce2cded5
L
5951fi
5952fi
5953ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5954if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5956$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 5957else
81ecdfbb
RW
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5959$as_echo "no" >&6; }
ce2cded5 5960fi
d7040cdb 5961
81ecdfbb
RW
5962 if test "x$ac_ct_STRIP" = x; then
5963 STRIP=":"
5964 else
5965 case $cross_compiling:$ac_tool_warned in
5966yes:)
5967{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5968$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5969ac_tool_warned=yes ;;
5970esac
5971 STRIP=$ac_ct_STRIP
5972 fi
ce2cded5
L
5973else
5974 STRIP="$ac_cv_prog_STRIP"
5975fi
d7040cdb 5976
ce2cded5 5977test -z "$STRIP" && STRIP=:
d7040cdb 5978
d7040cdb 5979
d7040cdb 5980
d7040cdb 5981
d7040cdb 5982
d7040cdb 5983
ce2cded5
L
5984if test -n "$ac_tool_prefix"; then
5985 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5986set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
5987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5988$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5989if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 5990 $as_echo_n "(cached) " >&6
44f2f9d2 5991else
ce2cded5
L
5992 if test -n "$RANLIB"; then
5993 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5994else
5995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5996for as_dir in $PATH
5997do
5998 IFS=$as_save_IFS
5999 test -z "$as_dir" && as_dir=.
81ecdfbb 6000 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6002 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6004 break 2
6005 fi
6006done
81ecdfbb
RW
6007 done
6008IFS=$as_save_IFS
44f2f9d2 6009
d7040cdb 6010fi
44f2f9d2 6011fi
ce2cded5
L
6012RANLIB=$ac_cv_prog_RANLIB
6013if test -n "$RANLIB"; then
81ecdfbb
RW
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6015$as_echo "$RANLIB" >&6; }
ce2cded5 6016else
81ecdfbb
RW
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6018$as_echo "no" >&6; }
ce2cded5 6019fi
d7040cdb 6020
81ecdfbb 6021
d7040cdb 6022fi
ce2cded5
L
6023if test -z "$ac_cv_prog_RANLIB"; then
6024 ac_ct_RANLIB=$RANLIB
6025 # Extract the first word of "ranlib", so it can be a program name with args.
6026set dummy ranlib; ac_word=$2
81ecdfbb
RW
6027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6028$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6029if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6030 $as_echo_n "(cached) " >&6
44f2f9d2 6031else
ce2cded5
L
6032 if test -n "$ac_ct_RANLIB"; then
6033 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6034else
6035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6036for as_dir in $PATH
d7040cdb 6037do
ce2cded5
L
6038 IFS=$as_save_IFS
6039 test -z "$as_dir" && as_dir=.
81ecdfbb 6040 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6042 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6044 break 2
d7040cdb 6045 fi
ce2cded5 6046done
81ecdfbb
RW
6047 done
6048IFS=$as_save_IFS
ce2cded5 6049
d7040cdb 6050fi
ce2cded5
L
6051fi
6052ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6053if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6055$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6056else
81ecdfbb
RW
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6058$as_echo "no" >&6; }
44f2f9d2 6059fi
44f2f9d2 6060
81ecdfbb
RW
6061 if test "x$ac_ct_RANLIB" = x; then
6062 RANLIB=":"
6063 else
6064 case $cross_compiling:$ac_tool_warned in
6065yes:)
6066{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6067$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6068ac_tool_warned=yes ;;
6069esac
6070 RANLIB=$ac_ct_RANLIB
6071 fi
d7040cdb 6072else
ce2cded5 6073 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6074fi
252b5132 6075
ce2cded5 6076test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6077if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6078 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6079 RANLIB="$RANLIB $plugin_option"
6080 fi
6081fi
252b5132 6082
252b5132 6083
ae57792d 6084
252b5132 6085
13b2be9c 6086
14ee9f48 6087
ce2cded5 6088# Determine commands to create old-style static archives.
718a6fd8 6089old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6090old_postinstall_cmds='chmod 644 $oldlib'
6091old_postuninstall_cmds=
14ee9f48 6092
ce2cded5
L
6093if test -n "$RANLIB"; then
6094 case $host_os in
6095 openbsd*)
6096 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6097 ;;
6098 *)
6099 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6100 ;;
6101 esac
6102 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6103fi
14ee9f48 6104
3725885a
RW
6105case $host_os in
6106 darwin*)
6107 lock_old_archive_extraction=yes ;;
6108 *)
6109 lock_old_archive_extraction=no ;;
6110esac
6111
6112
6113
6114
6115
6116
f8fc3443 6117
f8fc3443 6118
252b5132 6119
85fbca6a 6120
85fbca6a 6121
13b2be9c 6122
13b2be9c 6123
d7040cdb 6124
d7040cdb
SE
6125
6126
6127
252b5132 6128
93fbbb04 6129
93fbbb04 6130
d70c5fc7 6131
e0001a05 6132
252b5132 6133
252b5132 6134
252b5132 6135
252b5132 6136
252b5132 6137
3bcbcc3d 6138
252b5132 6139
252b5132 6140
252b5132 6141
15886821 6142
252b5132 6143
252b5132 6144
13b2be9c
DJ
6145
6146
252b5132 6147
252b5132 6148
d6d788bd 6149
ce2cded5
L
6150# If no C compiler was specified, use CC.
6151LTCC=${LTCC-"$CC"}
252b5132 6152
ce2cded5
L
6153# If no C compiler flags were specified, use CFLAGS.
6154LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6155
ce2cded5
L
6156# Allow CC to be a program name with arguments.
6157compiler=$CC
252b5132 6158
252b5132 6159
ce2cded5 6160# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6162$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6163if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6164 $as_echo_n "(cached) " >&6
ce2cded5 6165else
252b5132 6166
ce2cded5
L
6167# These are sane defaults that work on at least a few old systems.
6168# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6169
ce2cded5
L
6170# Character class describing NM global symbol codes.
6171symcode='[BCDEGRST]'
252b5132 6172
ce2cded5
L
6173# Regexp to match symbols that can be accessed directly from C.
6174sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6175
ce2cded5
L
6176# Define system-specific variables.
6177case $host_os in
6178aix*)
6179 symcode='[BCDT]'
6180 ;;
718a6fd8 6181cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6182 symcode='[ABCDGISTW]'
6183 ;;
6184hpux*)
6185 if test "$host_cpu" = ia64; then
6186 symcode='[ABCDEGRST]'
6187 fi
6188 ;;
6189irix* | nonstopux*)
6190 symcode='[BCDEGRST]'
6191 ;;
6192osf*)
6193 symcode='[BCDEGQRST]'
6194 ;;
6195solaris*)
b9004024 6196 symcode='[BCDRT]'
ce2cded5
L
6197 ;;
6198sco3.2v5*)
6199 symcode='[DT]'
6200 ;;
6201sysv4.2uw2*)
6202 symcode='[DT]'
6203 ;;
6204sysv5* | sco5v6* | unixware* | OpenUNIX*)
6205 symcode='[ABDT]'
6206 ;;
6207sysv4)
6208 symcode='[DFNSTU]'
6209 ;;
6210esac
6211
6212# If we're using GNU nm, then use its standard symbol codes.
6213case `$NM -V 2>&1` in
6214*GNU* | *'with BFD'*)
6215 symcode='[ABCDGIRSTW]' ;;
6216esac
252b5132 6217
ce2cded5
L
6218# Transform an extracted symbol line into a proper C declaration.
6219# Some systems (esp. on ia64) link data and code symbols differently,
6220# so use this general approach.
6221lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6222
ce2cded5 6223# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6224lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6225lt_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 6226
7357c5b6
AM
6227# Handle CRLF in mingw tool chain
6228opt_cr=
6229case $build_os in
6230mingw*)
6231 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6232 ;;
6233esac
d7040cdb 6234
7357c5b6
AM
6235# Try without a prefix underscore, then with it.
6236for ac_symprfx in "" "_"; do
d7040cdb 6237
7357c5b6
AM
6238 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6239 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6240
7357c5b6
AM
6241 # Write the raw and C identifiers.
6242 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6243 # Fake it for dumpbin and say T for any non-static function
6244 # and D for any global variable.
6245 # Also find C++ and __fastcall symbols from MSVC++,
6246 # which start with @ or ?.
6247 lt_cv_sys_global_symbol_pipe="$AWK '"\
6248" {last_section=section; section=\$ 3};"\
6249" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6250" \$ 0!~/External *\|/{next};"\
6251" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6252" {if(hide[section]) next};"\
6253" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6254" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6255" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6256" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6257" ' prfx=^$ac_symprfx"
6258 else
6259 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6260 fi
d7040cdb 6261
7357c5b6
AM
6262 # Check to see that the pipe works correctly.
6263 pipe_works=no
d7040cdb 6264
7357c5b6
AM
6265 rm -f conftest*
6266 cat > conftest.$ac_ext <<_LT_EOF
6267#ifdef __cplusplus
6268extern "C" {
6269#endif
6270char nm_test_var;
6271void nm_test_func(void);
6272void nm_test_func(void){}
6273#ifdef __cplusplus
ce2cded5 6274}
7357c5b6
AM
6275#endif
6276int main(){nm_test_var='a';nm_test_func();return(0);}
6277_LT_EOF
6278
81ecdfbb 6279 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6280 (eval $ac_compile) 2>&5
ce2cded5 6281 ac_status=$?
81ecdfbb
RW
6282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6283 test $ac_status = 0; }; then
7357c5b6
AM
6284 # Now try to grab the symbols.
6285 nlist=conftest.nm
3725885a
RW
6286 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6287 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6288 ac_status=$?
81ecdfbb
RW
6289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6290 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6291 # Try sorting and uniquifying the output.
6292 if sort "$nlist" | uniq > "$nlist"T; then
6293 mv -f "$nlist"T "$nlist"
6294 else
6295 rm -f "$nlist"T
6296 fi
13b2be9c 6297
7357c5b6
AM
6298 # Make sure that we snagged all the symbols we need.
6299 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6300 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6301 cat <<_LT_EOF > conftest.$ac_ext
6302#ifdef __cplusplus
6303extern "C" {
6304#endif
13b2be9c 6305
7357c5b6
AM
6306_LT_EOF
6307 # Now generate the symbol file.
6308 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6309
7357c5b6 6310 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6311
7357c5b6 6312/* The mapping between symbol names and symbols. */
f2c621e4 6313const struct {
7357c5b6
AM
6314 const char *name;
6315 void *address;
6316}
6317lt__PROGRAM__LTX_preloaded_symbols[] =
6318{
6319 { "@PROGRAM@", (void *) 0 },
6320_LT_EOF
6321 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6322 cat <<\_LT_EOF >> conftest.$ac_ext
6323 {0, (void *) 0}
6324};
d7040cdb 6325
7357c5b6
AM
6326/* This works around a problem in FreeBSD linker */
6327#ifdef FREEBSD_WORKAROUND
6328static const void *lt_preloaded_setup() {
6329 return lt__PROGRAM__LTX_preloaded_symbols;
6330}
ce2cded5 6331#endif
d7040cdb 6332
7357c5b6 6333#ifdef __cplusplus
ce2cded5 6334}
7357c5b6
AM
6335#endif
6336_LT_EOF
6337 # Now try linking the two files.
6338 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6339 lt_save_LIBS="$LIBS"
6340 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6341 LIBS="conftstm.$ac_objext"
6342 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6344 (eval $ac_link) 2>&5
6345 ac_status=$?
81ecdfbb
RW
6346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6347 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6348 pipe_works=yes
6349 fi
f2c621e4
AS
6350 LIBS="$lt_save_LIBS"
6351 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6352 else
6353 echo "cannot find nm_test_func in $nlist" >&5
6354 fi
6355 else
6356 echo "cannot find nm_test_var in $nlist" >&5
6357 fi
6358 else
6359 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6360 fi
6361 else
6362 echo "$progname: failed program was:" >&5
6363 cat conftest.$ac_ext >&5
6364 fi
718a6fd8 6365 rm -rf conftest* conftst*
7357c5b6
AM
6366
6367 # Do not use the global_symbol_pipe unless it works.
6368 if test "$pipe_works" = yes; then
6369 break
6370 else
6371 lt_cv_sys_global_symbol_pipe=
6372 fi
6373done
d7040cdb 6374
ce2cded5 6375fi
7357c5b6
AM
6376
6377if test -z "$lt_cv_sys_global_symbol_pipe"; then
6378 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6379fi
7357c5b6 6380if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6382$as_echo "failed" >&6; }
7357c5b6 6383else
81ecdfbb
RW
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6385$as_echo "ok" >&6; }
ce2cded5 6386fi
d7040cdb 6387
df7b86aa
NC
6388
6389
6390
d7040cdb 6391
d7040cdb 6392
d7040cdb 6393
d7040cdb 6394
d7040cdb 6395
d7040cdb 6396
d7040cdb 6397
d7040cdb 6398
d7040cdb 6399
d7040cdb 6400
d7040cdb 6401
7357c5b6
AM
6402
6403
718a6fd8
SE
6404
6405
6406
7357c5b6
AM
6407
6408
81ecdfbb
RW
6409# Check whether --enable-libtool-lock was given.
6410if test "${enable_libtool_lock+set}" = set; then :
6411 enableval=$enable_libtool_lock;
6412fi
7357c5b6 6413
7357c5b6
AM
6414test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6415
6416# Some flags need to be propagated to the compiler or linker for good
6417# libtool support.
6418case $host in
6419ia64-*-hpux*)
6420 # Find out which ABI we are using.
6421 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6422 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6423 (eval $ac_compile) 2>&5
6424 ac_status=$?
81ecdfbb
RW
6425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6426 test $ac_status = 0; }; then
7357c5b6
AM
6427 case `/usr/bin/file conftest.$ac_objext` in
6428 *ELF-32*)
6429 HPUX_IA64_MODE="32"
6430 ;;
6431 *ELF-64*)
6432 HPUX_IA64_MODE="64"
6433 ;;
6434 esac
6435 fi
6436 rm -rf conftest*
6437 ;;
6438*-*-irix6*)
6439 # Find out which ABI we are using.
3725885a 6440 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6441 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6442 (eval $ac_compile) 2>&5
6443 ac_status=$?
81ecdfbb
RW
6444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6445 test $ac_status = 0; }; then
7357c5b6
AM
6446 if test "$lt_cv_prog_gnu_ld" = yes; then
6447 case `/usr/bin/file conftest.$ac_objext` in
6448 *32-bit*)
6449 LD="${LD-ld} -melf32bsmip"
6450 ;;
6451 *N32*)
6452 LD="${LD-ld} -melf32bmipn32"
6453 ;;
6454 *64-bit*)
6455 LD="${LD-ld} -melf64bmip"
6456 ;;
6457 esac
6458 else
6459 case `/usr/bin/file conftest.$ac_objext` in
6460 *32-bit*)
6461 LD="${LD-ld} -32"
6462 ;;
6463 *N32*)
6464 LD="${LD-ld} -n32"
6465 ;;
6466 *64-bit*)
6467 LD="${LD-ld} -64"
6468 ;;
6469 esac
6470 fi
6471 fi
6472 rm -rf conftest*
6473 ;;
6474
cc9afea3 6475x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6476s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6477 # Find out which ABI we are using.
6478 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6479 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6480 (eval $ac_compile) 2>&5
6481 ac_status=$?
81ecdfbb
RW
6482 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6483 test $ac_status = 0; }; then
7357c5b6
AM
6484 case `/usr/bin/file conftest.o` in
6485 *32-bit*)
6486 case $host in
6487 x86_64-*kfreebsd*-gnu)
6488 LD="${LD-ld} -m elf_i386_fbsd"
6489 ;;
6490 x86_64-*linux*)
6d2920c8
L
6491 case `/usr/bin/file conftest.o` in
6492 *x86-64*)
6493 LD="${LD-ld} -m elf32_x86_64"
6494 ;;
6495 *)
6496 LD="${LD-ld} -m elf_i386"
6497 ;;
6498 esac
7357c5b6 6499 ;;
cc9afea3
AM
6500 powerpc64le-*linux*)
6501 LD="${LD-ld} -m elf32lppclinux"
6502 ;;
6503 powerpc64-*linux*)
7357c5b6
AM
6504 LD="${LD-ld} -m elf32ppclinux"
6505 ;;
6506 s390x-*linux*)
6507 LD="${LD-ld} -m elf_s390"
6508 ;;
6509 sparc64-*linux*)
6510 LD="${LD-ld} -m elf32_sparc"
6511 ;;
6512 esac
6513 ;;
6514 *64-bit*)
6515 case $host in
6516 x86_64-*kfreebsd*-gnu)
6517 LD="${LD-ld} -m elf_x86_64_fbsd"
6518 ;;
6519 x86_64-*linux*)
6520 LD="${LD-ld} -m elf_x86_64"
6521 ;;
cc9afea3
AM
6522 powerpcle-*linux*)
6523 LD="${LD-ld} -m elf64lppc"
6524 ;;
6525 powerpc-*linux*)
7357c5b6
AM
6526 LD="${LD-ld} -m elf64ppc"
6527 ;;
6528 s390*-*linux*|s390*-*tpf*)
6529 LD="${LD-ld} -m elf64_s390"
6530 ;;
6531 sparc*-*linux*)
6532 LD="${LD-ld} -m elf64_sparc"
6533 ;;
6534 esac
6535 ;;
6536 esac
6537 fi
6538 rm -rf conftest*
6539 ;;
6540
6541*-*-sco3.2v5*)
6542 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6543 SAVE_CFLAGS="$CFLAGS"
6544 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6546$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 6547if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 6548 $as_echo_n "(cached) " >&6
ce2cded5 6549else
7357c5b6
AM
6550 ac_ext=c
6551ac_cpp='$CPP $CPPFLAGS'
6552ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6553ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6554ac_compiler_gnu=$ac_cv_c_compiler_gnu
6555
81ecdfbb 6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 6557/* end confdefs.h. */
d7040cdb 6558
7357c5b6
AM
6559int
6560main ()
6561{
6562
6563 ;
6564 return 0;
6565}
ce2cded5 6566_ACEOF
81ecdfbb 6567if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6568 lt_cv_cc_needs_belf=yes
ce2cded5 6569else
81ecdfbb 6570 lt_cv_cc_needs_belf=no
ce2cded5 6571fi
81ecdfbb
RW
6572rm -f core conftest.err conftest.$ac_objext \
6573 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6574 ac_ext=c
6575ac_cpp='$CPP $CPPFLAGS'
6576ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6577ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6578ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6579
ce2cded5 6580fi
81ecdfbb
RW
6581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6582$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
6583 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6584 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6585 CFLAGS="$SAVE_CFLAGS"
6586 fi
6587 ;;
6588sparc*-*solaris*)
6589 # Find out which ABI we are using.
6590 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6591 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6592 (eval $ac_compile) 2>&5
6593 ac_status=$?
81ecdfbb
RW
6594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6595 test $ac_status = 0; }; then
7357c5b6
AM
6596 case `/usr/bin/file conftest.o` in
6597 *64-bit*)
6598 case $lt_cv_prog_gnu_ld in
6599 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
6600 *)
6601 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6602 LD="${LD-ld} -64"
6603 fi
6604 ;;
7357c5b6
AM
6605 esac
6606 ;;
6607 esac
6608 fi
6609 rm -rf conftest*
6610 ;;
6611esac
d7040cdb 6612
df7b86aa
NC
6613need_locks="$enable_libtool_lock"
6614
718a6fd8
SE
6615
6616 case $host_os in
6617 rhapsody* | darwin*)
6618 if test -n "$ac_tool_prefix"; then
6619 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6620set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6622$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6623if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 6624 $as_echo_n "(cached) " >&6
718a6fd8
SE
6625else
6626 if test -n "$DSYMUTIL"; then
6627 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6628else
6629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6630for as_dir in $PATH
6631do
6632 IFS=$as_save_IFS
6633 test -z "$as_dir" && as_dir=.
81ecdfbb 6634 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6636 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 6637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6638 break 2
6639 fi
6640done
81ecdfbb
RW
6641 done
6642IFS=$as_save_IFS
718a6fd8
SE
6643
6644fi
6645fi
6646DSYMUTIL=$ac_cv_prog_DSYMUTIL
6647if test -n "$DSYMUTIL"; then
81ecdfbb
RW
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6649$as_echo "$DSYMUTIL" >&6; }
718a6fd8 6650else
81ecdfbb
RW
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6652$as_echo "no" >&6; }
718a6fd8
SE
6653fi
6654
81ecdfbb 6655
718a6fd8
SE
6656fi
6657if test -z "$ac_cv_prog_DSYMUTIL"; then
6658 ac_ct_DSYMUTIL=$DSYMUTIL
6659 # Extract the first word of "dsymutil", so it can be a program name with args.
6660set dummy dsymutil; ac_word=$2
81ecdfbb
RW
6661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6662$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6663if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 6664 $as_echo_n "(cached) " >&6
718a6fd8
SE
6665else
6666 if test -n "$ac_ct_DSYMUTIL"; then
6667 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6668else
6669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670for as_dir in $PATH
6671do
6672 IFS=$as_save_IFS
6673 test -z "$as_dir" && as_dir=.
81ecdfbb 6674 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6676 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 6677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6678 break 2
6679 fi
6680done
81ecdfbb
RW
6681 done
6682IFS=$as_save_IFS
718a6fd8 6683
718a6fd8
SE
6684fi
6685fi
6686ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6687if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6689$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 6690else
81ecdfbb
RW
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6692$as_echo "no" >&6; }
718a6fd8
SE
6693fi
6694
81ecdfbb
RW
6695 if test "x$ac_ct_DSYMUTIL" = x; then
6696 DSYMUTIL=":"
6697 else
6698 case $cross_compiling:$ac_tool_warned in
6699yes:)
6700{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6701$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6702ac_tool_warned=yes ;;
6703esac
6704 DSYMUTIL=$ac_ct_DSYMUTIL
6705 fi
718a6fd8
SE
6706else
6707 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6708fi
6709
6710 if test -n "$ac_tool_prefix"; then
6711 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6712set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
6713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6714$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6715if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 6716 $as_echo_n "(cached) " >&6
718a6fd8
SE
6717else
6718 if test -n "$NMEDIT"; then
6719 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6720else
6721as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6722for as_dir in $PATH
6723do
6724 IFS=$as_save_IFS
6725 test -z "$as_dir" && as_dir=.
81ecdfbb 6726 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6727 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6728 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 6729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6730 break 2
6731 fi
6732done
81ecdfbb
RW
6733 done
6734IFS=$as_save_IFS
718a6fd8
SE
6735
6736fi
6737fi
6738NMEDIT=$ac_cv_prog_NMEDIT
6739if test -n "$NMEDIT"; then
81ecdfbb
RW
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6741$as_echo "$NMEDIT" >&6; }
718a6fd8 6742else
81ecdfbb
RW
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6744$as_echo "no" >&6; }
718a6fd8
SE
6745fi
6746
81ecdfbb 6747
718a6fd8
SE
6748fi
6749if test -z "$ac_cv_prog_NMEDIT"; then
6750 ac_ct_NMEDIT=$NMEDIT
6751 # Extract the first word of "nmedit", so it can be a program name with args.
6752set dummy nmedit; ac_word=$2
81ecdfbb
RW
6753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6754$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6755if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 6756 $as_echo_n "(cached) " >&6
718a6fd8
SE
6757else
6758 if test -n "$ac_ct_NMEDIT"; then
6759 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6760else
6761as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6762for as_dir in $PATH
6763do
6764 IFS=$as_save_IFS
6765 test -z "$as_dir" && as_dir=.
81ecdfbb 6766 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6768 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 6769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6770 break 2
6771 fi
6772done
81ecdfbb
RW
6773 done
6774IFS=$as_save_IFS
718a6fd8 6775
718a6fd8
SE
6776fi
6777fi
6778ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6779if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6781$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 6782else
81ecdfbb
RW
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6784$as_echo "no" >&6; }
718a6fd8
SE
6785fi
6786
81ecdfbb
RW
6787 if test "x$ac_ct_NMEDIT" = x; then
6788 NMEDIT=":"
6789 else
6790 case $cross_compiling:$ac_tool_warned in
6791yes:)
6792{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6793$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6794ac_tool_warned=yes ;;
6795esac
6796 NMEDIT=$ac_ct_NMEDIT
6797 fi
718a6fd8
SE
6798else
6799 NMEDIT="$ac_cv_prog_NMEDIT"
6800fi
6801
6802 if test -n "$ac_tool_prefix"; then
6803 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6804set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
6805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6806$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6807if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 6808 $as_echo_n "(cached) " >&6
718a6fd8
SE
6809else
6810 if test -n "$LIPO"; then
6811 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6812else
6813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6814for as_dir in $PATH
6815do
6816 IFS=$as_save_IFS
6817 test -z "$as_dir" && as_dir=.
81ecdfbb 6818 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6819 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6820 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 6821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6822 break 2
6823 fi
6824done
81ecdfbb
RW
6825 done
6826IFS=$as_save_IFS
718a6fd8
SE
6827
6828fi
6829fi
6830LIPO=$ac_cv_prog_LIPO
6831if test -n "$LIPO"; then
81ecdfbb
RW
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6833$as_echo "$LIPO" >&6; }
718a6fd8 6834else
81ecdfbb
RW
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6836$as_echo "no" >&6; }
718a6fd8
SE
6837fi
6838
81ecdfbb 6839
718a6fd8
SE
6840fi
6841if test -z "$ac_cv_prog_LIPO"; then
6842 ac_ct_LIPO=$LIPO
6843 # Extract the first word of "lipo", so it can be a program name with args.
6844set dummy lipo; ac_word=$2
81ecdfbb
RW
6845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6847if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 6848 $as_echo_n "(cached) " >&6
718a6fd8
SE
6849else
6850 if test -n "$ac_ct_LIPO"; then
6851 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6852else
6853as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854for as_dir in $PATH
6855do
6856 IFS=$as_save_IFS
6857 test -z "$as_dir" && as_dir=.
81ecdfbb 6858 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6859 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6860 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 6861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6862 break 2
6863 fi
6864done
81ecdfbb
RW
6865 done
6866IFS=$as_save_IFS
718a6fd8 6867
718a6fd8
SE
6868fi
6869fi
6870ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6871if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6873$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 6874else
81ecdfbb
RW
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876$as_echo "no" >&6; }
718a6fd8
SE
6877fi
6878
81ecdfbb
RW
6879 if test "x$ac_ct_LIPO" = x; then
6880 LIPO=":"
6881 else
6882 case $cross_compiling:$ac_tool_warned in
6883yes:)
6884{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6885$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6886ac_tool_warned=yes ;;
6887esac
6888 LIPO=$ac_ct_LIPO
6889 fi
718a6fd8
SE
6890else
6891 LIPO="$ac_cv_prog_LIPO"
6892fi
6893
6894 if test -n "$ac_tool_prefix"; then
6895 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6896set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
6897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6898$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6899if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 6900 $as_echo_n "(cached) " >&6
718a6fd8
SE
6901else
6902 if test -n "$OTOOL"; then
6903 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6904else
6905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906for as_dir in $PATH
6907do
6908 IFS=$as_save_IFS
6909 test -z "$as_dir" && as_dir=.
81ecdfbb 6910 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6912 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 6913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6914 break 2
6915 fi
6916done
81ecdfbb
RW
6917 done
6918IFS=$as_save_IFS
718a6fd8
SE
6919
6920fi
6921fi
6922OTOOL=$ac_cv_prog_OTOOL
6923if test -n "$OTOOL"; then
81ecdfbb
RW
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6925$as_echo "$OTOOL" >&6; }
718a6fd8 6926else
81ecdfbb
RW
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6928$as_echo "no" >&6; }
718a6fd8
SE
6929fi
6930
81ecdfbb 6931
718a6fd8
SE
6932fi
6933if test -z "$ac_cv_prog_OTOOL"; then
6934 ac_ct_OTOOL=$OTOOL
6935 # Extract the first word of "otool", so it can be a program name with args.
6936set dummy otool; ac_word=$2
81ecdfbb
RW
6937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6938$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6939if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 6940 $as_echo_n "(cached) " >&6
718a6fd8
SE
6941else
6942 if test -n "$ac_ct_OTOOL"; then
6943 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6944else
6945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6946for as_dir in $PATH
6947do
6948 IFS=$as_save_IFS
6949 test -z "$as_dir" && as_dir=.
81ecdfbb 6950 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6952 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 6953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6954 break 2
6955 fi
6956done
81ecdfbb
RW
6957 done
6958IFS=$as_save_IFS
718a6fd8 6959
718a6fd8
SE
6960fi
6961fi
6962ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6963if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6965$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 6966else
81ecdfbb
RW
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6968$as_echo "no" >&6; }
718a6fd8
SE
6969fi
6970
81ecdfbb
RW
6971 if test "x$ac_ct_OTOOL" = x; then
6972 OTOOL=":"
6973 else
6974 case $cross_compiling:$ac_tool_warned in
6975yes:)
6976{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6977$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6978ac_tool_warned=yes ;;
6979esac
6980 OTOOL=$ac_ct_OTOOL
6981 fi
718a6fd8
SE
6982else
6983 OTOOL="$ac_cv_prog_OTOOL"
6984fi
6985
6986 if test -n "$ac_tool_prefix"; then
6987 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6988set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
6989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6990$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6991if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 6992 $as_echo_n "(cached) " >&6
718a6fd8
SE
6993else
6994 if test -n "$OTOOL64"; then
6995 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6996else
6997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6998for as_dir in $PATH
6999do
7000 IFS=$as_save_IFS
7001 test -z "$as_dir" && as_dir=.
81ecdfbb 7002 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7004 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7006 break 2
7007 fi
7008done
81ecdfbb
RW
7009 done
7010IFS=$as_save_IFS
718a6fd8
SE
7011
7012fi
7013fi
7014OTOOL64=$ac_cv_prog_OTOOL64
7015if test -n "$OTOOL64"; then
81ecdfbb
RW
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7017$as_echo "$OTOOL64" >&6; }
718a6fd8 7018else
81ecdfbb
RW
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7020$as_echo "no" >&6; }
718a6fd8
SE
7021fi
7022
81ecdfbb 7023
718a6fd8
SE
7024fi
7025if test -z "$ac_cv_prog_OTOOL64"; then
7026 ac_ct_OTOOL64=$OTOOL64
7027 # Extract the first word of "otool64", so it can be a program name with args.
7028set dummy otool64; ac_word=$2
81ecdfbb
RW
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7031if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7032 $as_echo_n "(cached) " >&6
718a6fd8
SE
7033else
7034 if test -n "$ac_ct_OTOOL64"; then
7035 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7036else
7037as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038for as_dir in $PATH
7039do
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
81ecdfbb 7042 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7043 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7044 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7046 break 2
7047 fi
7048done
81ecdfbb
RW
7049 done
7050IFS=$as_save_IFS
718a6fd8 7051
718a6fd8
SE
7052fi
7053fi
7054ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7055if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7057$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7058else
81ecdfbb
RW
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060$as_echo "no" >&6; }
718a6fd8
SE
7061fi
7062
81ecdfbb
RW
7063 if test "x$ac_ct_OTOOL64" = x; then
7064 OTOOL64=":"
7065 else
7066 case $cross_compiling:$ac_tool_warned in
7067yes:)
7068{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7069$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7070ac_tool_warned=yes ;;
7071esac
7072 OTOOL64=$ac_ct_OTOOL64
7073 fi
718a6fd8
SE
7074else
7075 OTOOL64="$ac_cv_prog_OTOOL64"
7076fi
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
81ecdfbb
RW
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7105$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7106if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7107 $as_echo_n "(cached) " >&6
718a6fd8
SE
7108else
7109 lt_cv_apple_cc_single_mod=no
7110 if test -z "${LT_MULTI_MODULE}"; then
7111 # By default we will add the -single_module flag. You can override
7112 # by either setting the environment variable LT_MULTI_MODULE
7113 # non-empty at configure time, or by adding -multi_module to the
7114 # link flags.
7115 rm -rf libconftest.dylib*
7116 echo "int foo(void){return 1;}" > conftest.c
7117 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7118-dynamiclib -Wl,-single_module conftest.c" >&5
7119 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7120 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7121 _lt_result=$?
7122 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7123 lt_cv_apple_cc_single_mod=yes
7124 else
7125 cat conftest.err >&5
7126 fi
7127 rm -rf libconftest.dylib*
7128 rm -f conftest.*
7129 fi
7130fi
81ecdfbb
RW
7131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7132$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7134$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7135if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7136 $as_echo_n "(cached) " >&6
718a6fd8
SE
7137else
7138 lt_cv_ld_exported_symbols_list=no
7139 save_LDFLAGS=$LDFLAGS
7140 echo "_main" > conftest.sym
7141 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7143/* end confdefs.h. */
7144
7145int
7146main ()
7147{
7148
7149 ;
7150 return 0;
7151}
7152_ACEOF
81ecdfbb 7153if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7154 lt_cv_ld_exported_symbols_list=yes
7155else
81ecdfbb 7156 lt_cv_ld_exported_symbols_list=no
718a6fd8 7157fi
81ecdfbb
RW
7158rm -f core conftest.err conftest.$ac_objext \
7159 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7160 LDFLAGS="$save_LDFLAGS"
7161
7162fi
81ecdfbb
RW
7163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7164$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7166$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7167if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7168 $as_echo_n "(cached) " >&6
7169else
7170 lt_cv_ld_force_load=no
7171 cat > conftest.c << _LT_EOF
7172int forced_loaded() { return 2;}
7173_LT_EOF
7174 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7175 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7176 echo "$AR cru libconftest.a conftest.o" >&5
7177 $AR cru libconftest.a conftest.o 2>&5
7178 cat > conftest.c << _LT_EOF
7179int main() { return 0;}
7180_LT_EOF
7181 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7182 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7183 _lt_result=$?
7184 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7185 lt_cv_ld_force_load=yes
7186 else
7187 cat conftest.err >&5
7188 fi
7189 rm -f conftest.err libconftest.a conftest conftest.c
7190 rm -rf conftest.dSYM
7191
7192fi
7193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7194$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7195 case $host_os in
7196 rhapsody* | darwin1.[012])
7197 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7198 darwin1.*)
7199 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7200 darwin*) # darwin 5.x on
7201 # if running on 10.5 or later, the deployment target defaults
7202 # to the OS version, if on x86, and 10.4, the deployment
7203 # target defaults to 10.4. Don't you love it?
7204 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7205 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7206 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7207 10.[012][,.]*)
718a6fd8
SE
7208 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7209 10.*)
7210 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7211 esac
7212 ;;
7213 esac
7214 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7215 _lt_dar_single_mod='$single_module'
7216 fi
7217 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7218 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7219 else
7220 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7221 fi
3725885a 7222 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7223 _lt_dsymutil='~$DSYMUTIL $lib || :'
7224 else
7225 _lt_dsymutil=
7226 fi
7227 ;;
7228 esac
7229
718a6fd8 7230for ac_header in dlfcn.h
81ecdfbb
RW
7231do :
7232 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7233"
d0ac1c44 7234if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 7235 cat >>confdefs.h <<_ACEOF
81ecdfbb 7236#define HAVE_DLFCN_H 1
718a6fd8
SE
7237_ACEOF
7238
7239fi
7240
7241done
7242
7243
7244
3725885a
RW
7245
7246
718a6fd8
SE
7247# Set options
7248
7249
7250
7251 enable_dlopen=no
7252
7253
7254 enable_win32_dll=no
7255
7256
81ecdfbb
RW
7257 # Check whether --enable-shared was given.
7258if test "${enable_shared+set}" = set; then :
7259 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7260 case $enableval in
7261 yes) enable_shared=yes ;;
7262 no) enable_shared=no ;;
7263 *)
7264 enable_shared=no
7265 # Look at the argument we got. We use all the common list separators.
7266 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7267 for pkg in $enableval; do
7268 IFS="$lt_save_ifs"
7269 if test "X$pkg" = "X$p"; then
7270 enable_shared=yes
7271 fi
7272 done
7273 IFS="$lt_save_ifs"
7274 ;;
7275 esac
7276else
7277 enable_shared=yes
81ecdfbb
RW
7278fi
7279
718a6fd8
SE
7280
7281
7282
7283
7284
7285
7286
7287
81ecdfbb
RW
7288 # Check whether --enable-static was given.
7289if test "${enable_static+set}" = set; then :
7290 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7291 case $enableval in
7292 yes) enable_static=yes ;;
7293 no) enable_static=no ;;
7294 *)
7295 enable_static=no
7296 # Look at the argument we got. We use all the common list separators.
7297 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7298 for pkg in $enableval; do
7299 IFS="$lt_save_ifs"
7300 if test "X$pkg" = "X$p"; then
7301 enable_static=yes
7302 fi
7303 done
7304 IFS="$lt_save_ifs"
7305 ;;
7306 esac
7307else
7308 enable_static=yes
81ecdfbb
RW
7309fi
7310
718a6fd8
SE
7311
7312
d7040cdb 7313
d7040cdb 7314
718a6fd8
SE
7315
7316
7317
7318
7319
81ecdfbb
RW
7320# Check whether --with-pic was given.
7321if test "${with_pic+set}" = set; then :
7322 withval=$with_pic; pic_mode="$withval"
ce2cded5 7323else
718a6fd8 7324 pic_mode=default
81ecdfbb
RW
7325fi
7326
d7040cdb 7327
718a6fd8
SE
7328test -z "$pic_mode" && pic_mode=default
7329
7330
7331
7332
7333
7334
7335
81ecdfbb
RW
7336 # Check whether --enable-fast-install was given.
7337if test "${enable_fast_install+set}" = set; then :
7338 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7339 case $enableval in
7340 yes) enable_fast_install=yes ;;
7341 no) enable_fast_install=no ;;
7342 *)
7343 enable_fast_install=no
7344 # Look at the argument we got. We use all the common list separators.
7345 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7346 for pkg in $enableval; do
7347 IFS="$lt_save_ifs"
7348 if test "X$pkg" = "X$p"; then
7349 enable_fast_install=yes
7350 fi
7351 done
7352 IFS="$lt_save_ifs"
7353 ;;
7354 esac
ce2cded5 7355else
718a6fd8 7356 enable_fast_install=yes
81ecdfbb
RW
7357fi
7358
718a6fd8
SE
7359
7360
7361
7362
d7040cdb 7363
d7040cdb 7364
d7040cdb 7365
d7040cdb 7366
d7040cdb 7367
d7040cdb 7368
ce2cded5
L
7369# This can be used to rebuild libtool when needed
7370LIBTOOL_DEPS="$ltmain"
d7040cdb 7371
ce2cded5
L
7372# Always use our own libtool.
7373LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7374
d7040cdb 7375
d7040cdb 7376
d7040cdb
SE
7377
7378
7379
7380
7381
7382
d7040cdb 7383
d7040cdb 7384
ab509236 7385
ab509236 7386
d7040cdb
SE
7387
7388
7389
7390
7391
13b2be9c 7392
13b2be9c 7393
13b2be9c 7394
13b2be9c 7395
d7040cdb 7396
3725885a 7397
d7040cdb
SE
7398
7399
ce2cded5 7400test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7401
7402
d7040cdb 7403
d7040cdb 7404
d7040cdb
SE
7405
7406
7407
7408
7409
7410
ce2cded5
L
7411
7412
7413
7414
7415if test -n "${ZSH_VERSION+set}" ; then
7416 setopt NO_GLOB_SUBST
7417fi
7418
81ecdfbb
RW
7419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7420$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7421if ${lt_cv_objdir+:} false; then :
81ecdfbb 7422 $as_echo_n "(cached) " >&6
d7040cdb 7423else
ce2cded5
L
7424 rm -f .libs 2>/dev/null
7425mkdir .libs 2>/dev/null
7426if test -d .libs; then
7427 lt_cv_objdir=.libs
7428else
7429 # MS-DOS does not allow filenames that begin with a dot.
7430 lt_cv_objdir=_libs
d7040cdb 7431fi
ce2cded5
L
7432rmdir .libs 2>/dev/null
7433fi
81ecdfbb
RW
7434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7435$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 7436objdir=$lt_cv_objdir
d7040cdb
SE
7437
7438
7439
7440
d7040cdb 7441
ce2cded5
L
7442cat >>confdefs.h <<_ACEOF
7443#define LT_OBJDIR "$lt_cv_objdir/"
7444_ACEOF
d7040cdb
SE
7445
7446
7447
7448
ce2cded5
L
7449case $host_os in
7450aix3*)
7451 # AIX sometimes has problems with the GCC collect2 program. For some
7452 # reason, if we set the COLLECT_NAMES environment variable, the problems
7453 # vanish in a puff of smoke.
7454 if test "X${COLLECT_NAMES+set}" != Xset; then
7455 COLLECT_NAMES=
7456 export COLLECT_NAMES
7457 fi
7458 ;;
7459esac
d7040cdb 7460
ce2cded5
L
7461# Global variables:
7462ofile=libtool
7463can_build_shared=yes
d7040cdb 7464
ce2cded5
L
7465# All known linkers require a `.a' archive for static linking (except MSVC,
7466# which needs '.lib').
7467libext=a
d7040cdb 7468
ce2cded5 7469with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7470
ce2cded5
L
7471old_CC="$CC"
7472old_CFLAGS="$CFLAGS"
d7040cdb 7473
ce2cded5
L
7474# Set sane defaults for various variables
7475test -z "$CC" && CC=cc
7476test -z "$LTCC" && LTCC=$CC
7477test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7478test -z "$LD" && LD=ld
7479test -z "$ac_objext" && ac_objext=o
7480
7481for cc_temp in $compiler""; do
7482 case $cc_temp in
7483 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7484 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7485 \-*) ;;
7486 *) break;;
7487 esac
7488done
3725885a 7489cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
7490
7491
7492# Only perform the check for file, if the check method requires it
7493test -z "$MAGIC_CMD" && MAGIC_CMD=file
7494case $deplibs_check_method in
7495file_magic*)
7496 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7498$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7499if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7500 $as_echo_n "(cached) " >&6
ce2cded5
L
7501else
7502 case $MAGIC_CMD in
7503[\\/*] | ?:[\\/]*)
7504 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7505 ;;
7506*)
7507 lt_save_MAGIC_CMD="$MAGIC_CMD"
7508 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7509 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7510 for ac_dir in $ac_dummy; do
7511 IFS="$lt_save_ifs"
7512 test -z "$ac_dir" && ac_dir=.
7513 if test -f $ac_dir/${ac_tool_prefix}file; then
7514 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7515 if test -n "$file_magic_test_file"; then
7516 case $deplibs_check_method in
7517 "file_magic "*)
7518 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7519 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7520 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7521 $EGREP "$file_magic_regex" > /dev/null; then
7522 :
d7040cdb 7523 else
ce2cded5 7524 cat <<_LT_EOF 1>&2
d7040cdb 7525
ce2cded5
L
7526*** Warning: the command libtool uses to detect shared libraries,
7527*** $file_magic_cmd, produces output that libtool cannot recognize.
7528*** The result is that libtool may fail to recognize shared libraries
7529*** as such. This will affect the creation of libtool libraries that
7530*** depend on shared libraries, but programs linked with such libtool
7531*** libraries will work regardless of this problem. Nevertheless, you
7532*** may want to report the problem to your system manager and/or to
7533*** bug-libtool@gnu.org
d7040cdb 7534
ce2cded5
L
7535_LT_EOF
7536 fi ;;
7537 esac
d7040cdb 7538 fi
ce2cded5 7539 break
d7040cdb 7540 fi
ce2cded5
L
7541 done
7542 IFS="$lt_save_ifs"
7543 MAGIC_CMD="$lt_save_MAGIC_CMD"
7544 ;;
7545esac
7546fi
d7040cdb 7547
ce2cded5
L
7548MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7549if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7551$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7552else
81ecdfbb
RW
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7554$as_echo "no" >&6; }
ce2cded5 7555fi
d7040cdb 7556
d7040cdb 7557
d7040cdb 7558
d7040cdb 7559
d7040cdb 7560
ce2cded5
L
7561if test -z "$lt_cv_path_MAGIC_CMD"; then
7562 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7564$as_echo_n "checking for file... " >&6; }
d0ac1c44 7565if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7566 $as_echo_n "(cached) " >&6
ce2cded5
L
7567else
7568 case $MAGIC_CMD in
7569[\\/*] | ?:[\\/]*)
7570 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7571 ;;
7572*)
7573 lt_save_MAGIC_CMD="$MAGIC_CMD"
7574 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7575 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7576 for ac_dir in $ac_dummy; do
7577 IFS="$lt_save_ifs"
7578 test -z "$ac_dir" && ac_dir=.
7579 if test -f $ac_dir/file; then
7580 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7581 if test -n "$file_magic_test_file"; then
7582 case $deplibs_check_method in
7583 "file_magic "*)
7584 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7585 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7586 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7587 $EGREP "$file_magic_regex" > /dev/null; then
7588 :
d7040cdb 7589 else
ce2cded5
L
7590 cat <<_LT_EOF 1>&2
7591
7592*** Warning: the command libtool uses to detect shared libraries,
7593*** $file_magic_cmd, produces output that libtool cannot recognize.
7594*** The result is that libtool may fail to recognize shared libraries
7595*** as such. This will affect the creation of libtool libraries that
7596*** depend on shared libraries, but programs linked with such libtool
7597*** libraries will work regardless of this problem. Nevertheless, you
7598*** may want to report the problem to your system manager and/or to
7599*** bug-libtool@gnu.org
7600
7601_LT_EOF
7602 fi ;;
d7040cdb 7603 esac
d7040cdb 7604 fi
ce2cded5
L
7605 break
7606 fi
7607 done
7608 IFS="$lt_save_ifs"
7609 MAGIC_CMD="$lt_save_MAGIC_CMD"
7610 ;;
7611esac
7612fi
d7040cdb 7613
ce2cded5
L
7614MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7615if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7617$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7618else
81ecdfbb
RW
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7620$as_echo "no" >&6; }
ce2cded5 7621fi
d7040cdb 7622
d7040cdb 7623
ce2cded5
L
7624 else
7625 MAGIC_CMD=:
7626 fi
d7040cdb 7627fi
d7040cdb 7628
ce2cded5
L
7629 fi
7630 ;;
7631esac
d7040cdb 7632
ce2cded5 7633# Use C for the default configuration in the libtool script
d7040cdb 7634
ce2cded5
L
7635lt_save_CC="$CC"
7636ac_ext=c
7637ac_cpp='$CPP $CPPFLAGS'
7638ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7639ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7640ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7641
d7040cdb 7642
ce2cded5
L
7643# Source file extension for C test sources.
7644ac_ext=c
d7040cdb 7645
ce2cded5
L
7646# Object file extension for compiled C test sources.
7647objext=o
7648objext=$objext
d7040cdb 7649
ce2cded5
L
7650# Code to be used in simple compile tests
7651lt_simple_compile_test_code="int some_variable = 0;"
7652
7653# Code to be used in simple link tests
7654lt_simple_link_test_code='int main(){return(0);}'
7655
7656
7657
7658
7659
7660
7661
7662# If no C compiler was specified, use CC.
7663LTCC=${LTCC-"$CC"}
7664
7665# If no C compiler flags were specified, use CFLAGS.
7666LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7667
7668# Allow CC to be a program name with arguments.
7669compiler=$CC
7670
7671# Save the default compiler, since it gets overwritten when the other
7672# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7673compiler_DEFAULT=$CC
7674
7675# save warnings/boilerplate of simple test code
7676ac_outfile=conftest.$ac_objext
7677echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7678eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7679_lt_compiler_boilerplate=`cat conftest.err`
7680$RM conftest*
7681
7682ac_outfile=conftest.$ac_objext
7683echo "$lt_simple_link_test_code" >conftest.$ac_ext
7684eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7685_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7686$RM -r conftest*
ce2cded5
L
7687
7688
f2c621e4
AS
7689## CAVEAT EMPTOR:
7690## There is no encapsulation within the following macros, do not change
7691## the running order or otherwise move them around unless you know exactly
7692## what you are doing...
ce2cded5
L
7693if test -n "$compiler"; then
7694
7695lt_prog_compiler_no_builtin_flag=
7696
7697if test "$GCC" = yes; then
3725885a
RW
7698 case $cc_basename in
7699 nvcc*)
7700 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7701 *)
7702 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7703 esac
ce2cded5 7704
81ecdfbb
RW
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7706$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7707if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 7708 $as_echo_n "(cached) " >&6
ce2cded5
L
7709else
7710 lt_cv_prog_compiler_rtti_exceptions=no
7711 ac_outfile=conftest.$ac_objext
7712 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7713 lt_compiler_flag="-fno-rtti -fno-exceptions"
7714 # Insert the option either (1) after the last *FLAGS variable, or
7715 # (2) before a word containing "conftest.", or (3) at the end.
7716 # Note that $ac_compile itself does not contain backslashes and begins
7717 # with a dollar sign (not a hyphen), so the echo should work correctly.
7718 # The option is referenced via a variable to avoid confusing sed.
7719 lt_compile=`echo "$ac_compile" | $SED \
7720 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7721 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7722 -e 's:$: $lt_compiler_flag:'`
3725885a 7723 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
7724 (eval "$lt_compile" 2>conftest.err)
7725 ac_status=$?
7726 cat conftest.err >&5
3725885a 7727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
7728 if (exit $ac_status) && test -s "$ac_outfile"; then
7729 # The compiler can only warn and ignore the option if not recognized
7730 # So say no if there are warnings other than the usual output.
3725885a 7731 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
7732 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7733 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7734 lt_cv_prog_compiler_rtti_exceptions=yes
7735 fi
7736 fi
7737 $RM conftest*
7738
7739fi
81ecdfbb
RW
7740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7741$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
7742
7743if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7744 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7745else
7746 :
7747fi
7748
7749fi
7750
7751
7752
7753
7754
7755
7756 lt_prog_compiler_wl=
7757lt_prog_compiler_pic=
7758lt_prog_compiler_static=
7759
f2c621e4
AS
7760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7761$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
7762
7763 if test "$GCC" = yes; then
7764 lt_prog_compiler_wl='-Wl,'
7765 lt_prog_compiler_static='-static'
7766
7767 case $host_os in
7768 aix*)
7769 # All AIX code is PIC.
7770 if test "$host_cpu" = ia64; then
7771 # AIX 5 now supports IA64 processor
7772 lt_prog_compiler_static='-Bstatic'
7773 fi
6c9c0a50 7774 lt_prog_compiler_pic='-fPIC'
ce2cded5 7775 ;;
d7040cdb
SE
7776
7777 amigaos*)
718a6fd8
SE
7778 case $host_cpu in
7779 powerpc)
7780 # see comment about AmigaOS4 .so support
7781 lt_prog_compiler_pic='-fPIC'
7782 ;;
7783 m68k)
7784 # FIXME: we need at least 68020 code to build shared libraries, but
7785 # adding the `-m68020' flag to GCC prevents building anything better,
7786 # like `-m68040'.
7787 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7788 ;;
7789 esac
d7040cdb
SE
7790 ;;
7791
ce2cded5
L
7792 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7793 # PIC is the default for these OSes.
d7040cdb
SE
7794 ;;
7795
718a6fd8 7796 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
7797 # This hack is so that the source file can tell whether it is being
7798 # built for inclusion in a dll (and should export symbols for example).
7799 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7800 # (--disable-auto-import) libraries
7801 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
7802 ;;
7803
7804 darwin* | rhapsody*)
ce2cded5
L
7805 # PIC is the default on this platform
7806 # Common symbols not allowed in MH_DYLIB files
7807 lt_prog_compiler_pic='-fno-common'
7808 ;;
7809
3725885a
RW
7810 haiku*)
7811 # PIC is the default for Haiku.
7812 # The "-static" flag exists, but is broken.
7813 lt_prog_compiler_static=
7814 ;;
7815
ce2cded5 7816 hpux*)
718a6fd8
SE
7817 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7818 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7819 # sets the default TLS model and affects inlining.
ce2cded5 7820 case $host_cpu in
718a6fd8 7821 hppa*64*)
ce2cded5 7822 # +Z the default
d7040cdb 7823 ;;
ce2cded5
L
7824 *)
7825 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
7826 ;;
7827 esac
ce2cded5 7828 ;;
d7040cdb 7829
ce2cded5
L
7830 interix[3-9]*)
7831 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7832 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
7833 ;;
7834
ce2cded5
L
7835 msdosdjgpp*)
7836 # Just because we use GCC doesn't mean we suddenly get shared libraries
7837 # on systems that don't support them.
7838 lt_prog_compiler_can_build_shared=no
7839 enable_shared=no
d7040cdb
SE
7840 ;;
7841
ce2cded5
L
7842 *nto* | *qnx*)
7843 # QNX uses GNU C++, but need to define -shared option too, otherwise
7844 # it will coredump.
7845 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
7846 ;;
7847
ce2cded5
L
7848 sysv4*MP*)
7849 if test -d /usr/nec; then
7850 lt_prog_compiler_pic=-Kconform_pic
7851 fi
d7040cdb
SE
7852 ;;
7853
ce2cded5
L
7854 *)
7855 lt_prog_compiler_pic='-fPIC'
d7040cdb 7856 ;;
ce2cded5 7857 esac
3725885a
RW
7858
7859 case $cc_basename in
7860 nvcc*) # Cuda Compiler Driver 2.2
7861 lt_prog_compiler_wl='-Xlinker '
7862 lt_prog_compiler_pic='-Xcompiler -fPIC'
7863 ;;
7864 esac
ce2cded5
L
7865 else
7866 # PORTME Check for flag to pass linker flags through the system compiler.
7867 case $host_os in
7868 aix*)
7869 lt_prog_compiler_wl='-Wl,'
7870 if test "$host_cpu" = ia64; then
7871 # AIX 5 now supports IA64 processor
7872 lt_prog_compiler_static='-Bstatic'
d7040cdb 7873 else
ce2cded5 7874 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 7875 fi
ce2cded5 7876 ;;
d7040cdb 7877
718a6fd8 7878 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
7879 # This hack is so that the source file can tell whether it is being
7880 # built for inclusion in a dll (and should export symbols for example).
7881 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
7882 ;;
7883
ce2cded5
L
7884 hpux9* | hpux10* | hpux11*)
7885 lt_prog_compiler_wl='-Wl,'
7886 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7887 # not for PA HP-UX.
7888 case $host_cpu in
7889 hppa*64*|ia64*)
7890 # +Z the default
7891 ;;
7892 *)
7893 lt_prog_compiler_pic='+Z'
7894 ;;
7895 esac
7896 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7897 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
7898 ;;
7899
ce2cded5
L
7900 irix5* | irix6* | nonstopux*)
7901 lt_prog_compiler_wl='-Wl,'
7902 # PIC (with -KPIC) is the default.
7903 lt_prog_compiler_static='-non_shared'
7904 ;;
d7040cdb 7905
58e24671 7906 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 7907 case $cc_basename in
718a6fd8
SE
7908 # old Intel for x86_64 which still supported -KPIC.
7909 ecc*)
ce2cded5
L
7910 lt_prog_compiler_wl='-Wl,'
7911 lt_prog_compiler_pic='-KPIC'
7912 lt_prog_compiler_static='-static'
7913 ;;
718a6fd8
SE
7914 # icc used to be incompatible with GCC.
7915 # ICC 10 doesn't accept -KPIC any more.
7916 icc* | ifort*)
7917 lt_prog_compiler_wl='-Wl,'
7918 lt_prog_compiler_pic='-fPIC'
7919 lt_prog_compiler_static='-static'
7920 ;;
7921 # Lahey Fortran 8.1.
7922 lf95*)
7923 lt_prog_compiler_wl='-Wl,'
7924 lt_prog_compiler_pic='--shared'
7925 lt_prog_compiler_static='--static'
7926 ;;
3725885a 7927 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
7928 # Portland Group compilers (*not* the Pentium gcc compiler,
7929 # which looks to be a dead project)
7930 lt_prog_compiler_wl='-Wl,'
7931 lt_prog_compiler_pic='-fpic'
7932 lt_prog_compiler_static='-Bstatic'
7933 ;;
7934 ccc*)
7935 lt_prog_compiler_wl='-Wl,'
7936 # All Alpha code is PIC.
7937 lt_prog_compiler_static='-non_shared'
7938 ;;
3725885a
RW
7939 xl* | bgxl* | bgf* | mpixl*)
7940 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='-qpic'
7943 lt_prog_compiler_static='-qstaticlink'
7944 ;;
ce2cded5
L
7945 *)
7946 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
7947 *Sun\ F* | *Sun*Fortran*)
7948 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
7949 lt_prog_compiler_pic='-KPIC'
7950 lt_prog_compiler_static='-Bstatic'
3725885a 7951 lt_prog_compiler_wl=''
d7040cdb 7952 ;;
3725885a
RW
7953 *Sun\ C*)
7954 # Sun C 5.9
ce2cded5
L
7955 lt_prog_compiler_pic='-KPIC'
7956 lt_prog_compiler_static='-Bstatic'
3725885a 7957 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
7958 ;;
7959 esac
ce2cded5
L
7960 ;;
7961 esac
d7040cdb
SE
7962 ;;
7963
ce2cded5
L
7964 newsos6)
7965 lt_prog_compiler_pic='-KPIC'
7966 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7967 ;;
7968
ce2cded5
L
7969 *nto* | *qnx*)
7970 # QNX uses GNU C++, but need to define -shared option too, otherwise
7971 # it will coredump.
7972 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
7973 ;;
7974
ce2cded5
L
7975 osf3* | osf4* | osf5*)
7976 lt_prog_compiler_wl='-Wl,'
7977 # All OSF/1 code is PIC.
7978 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
7979 ;;
7980
ce2cded5
L
7981 rdos*)
7982 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
7983 ;;
7984
7985 solaris*)
ce2cded5
L
7986 lt_prog_compiler_pic='-KPIC'
7987 lt_prog_compiler_static='-Bstatic'
7988 case $cc_basename in
f2c621e4 7989 f77* | f90* | f95*)
ce2cded5 7990 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 7991 *)
ce2cded5 7992 lt_prog_compiler_wl='-Wl,';;
d7040cdb 7993 esac
d7040cdb
SE
7994 ;;
7995
7996 sunos4*)
ce2cded5
L
7997 lt_prog_compiler_wl='-Qoption ld '
7998 lt_prog_compiler_pic='-PIC'
7999 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8000 ;;
8001
ce2cded5
L
8002 sysv4 | sysv4.2uw2* | sysv4.3*)
8003 lt_prog_compiler_wl='-Wl,'
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8006 ;;
8007
8008 sysv4*MP*)
ce2cded5
L
8009 if test -d /usr/nec ;then
8010 lt_prog_compiler_pic='-Kconform_pic'
8011 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8012 fi
8013 ;;
8014
ce2cded5
L
8015 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8016 lt_prog_compiler_wl='-Wl,'
8017 lt_prog_compiler_pic='-KPIC'
8018 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8019 ;;
8020
ce2cded5
L
8021 unicos*)
8022 lt_prog_compiler_wl='-Wl,'
8023 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8024 ;;
8025
8026 uts4*)
ce2cded5
L
8027 lt_prog_compiler_pic='-pic'
8028 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8029 ;;
8030
8031 *)
ce2cded5 8032 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8033 ;;
8034 esac
d7040cdb
SE
8035 fi
8036
ce2cded5
L
8037case $host_os in
8038 # For platforms which do not support PIC, -DPIC is meaningless:
8039 *djgpp*)
8040 lt_prog_compiler_pic=
8041 ;;
8042 *)
8043 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8044 ;;
8045esac
f2c621e4
AS
8046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8047$as_echo "$lt_prog_compiler_pic" >&6; }
8048
8049
8050
8051
d7040cdb
SE
8052
8053
8054#
ce2cded5 8055# Check to make sure the PIC flag actually works.
d7040cdb 8056#
ce2cded5 8057if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8059$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8060if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8061 $as_echo_n "(cached) " >&6
ce2cded5 8062else
718a6fd8 8063 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8064 ac_outfile=conftest.$ac_objext
8065 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8066 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8067 # Insert the option either (1) after the last *FLAGS variable, or
8068 # (2) before a word containing "conftest.", or (3) at the end.
8069 # Note that $ac_compile itself does not contain backslashes and begins
8070 # with a dollar sign (not a hyphen), so the echo should work correctly.
8071 # The option is referenced via a variable to avoid confusing sed.
8072 lt_compile=`echo "$ac_compile" | $SED \
8073 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8074 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8075 -e 's:$: $lt_compiler_flag:'`
3725885a 8076 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8077 (eval "$lt_compile" 2>conftest.err)
8078 ac_status=$?
8079 cat conftest.err >&5
3725885a 8080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8081 if (exit $ac_status) && test -s "$ac_outfile"; then
8082 # The compiler can only warn and ignore the option if not recognized
8083 # So say no if there are warnings other than the usual output.
3725885a 8084 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8085 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8086 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8087 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8088 fi
8089 fi
8090 $RM conftest*
d7040cdb 8091
ce2cded5 8092fi
81ecdfbb
RW
8093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8094$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8095
718a6fd8 8096if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8097 case $lt_prog_compiler_pic in
8098 "" | " "*) ;;
8099 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8100 esac
8101else
8102 lt_prog_compiler_pic=
8103 lt_prog_compiler_can_build_shared=no
8104fi
d7040cdb 8105
ce2cded5 8106fi
d7040cdb
SE
8107
8108
8109
8110
8111
8112
ce2cded5
L
8113#
8114# Check to make sure the static flag actually works.
8115#
8116wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8118$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8119if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8120 $as_echo_n "(cached) " >&6
ce2cded5 8121else
718a6fd8 8122 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8123 save_LDFLAGS="$LDFLAGS"
8124 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8125 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8126 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8127 # The linker can only warn and ignore the option if not recognized
8128 # So say no if there are warnings
8129 if test -s conftest.err; then
8130 # Append any errors to the config.log.
8131 cat conftest.err 1>&5
3725885a 8132 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8133 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8134 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8135 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8136 fi
8137 else
718a6fd8 8138 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8139 fi
8140 fi
718a6fd8 8141 $RM -r conftest*
ce2cded5 8142 LDFLAGS="$save_LDFLAGS"
d7040cdb 8143
ce2cded5 8144fi
81ecdfbb
RW
8145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8146$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8147
718a6fd8 8148if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8149 :
8150else
8151 lt_prog_compiler_static=
8152fi
d7040cdb
SE
8153
8154
8155
8156
8157
8158
8159
81ecdfbb
RW
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8161$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8162if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8163 $as_echo_n "(cached) " >&6
ce2cded5
L
8164else
8165 lt_cv_prog_compiler_c_o=no
8166 $RM -r conftest 2>/dev/null
8167 mkdir conftest
8168 cd conftest
8169 mkdir out
8170 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8171
ce2cded5
L
8172 lt_compiler_flag="-o out/conftest2.$ac_objext"
8173 # Insert the option either (1) after the last *FLAGS variable, or
8174 # (2) before a word containing "conftest.", or (3) at the end.
8175 # Note that $ac_compile itself does not contain backslashes and begins
8176 # with a dollar sign (not a hyphen), so the echo should work correctly.
8177 lt_compile=`echo "$ac_compile" | $SED \
8178 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8179 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8180 -e 's:$: $lt_compiler_flag:'`
3725885a 8181 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8182 (eval "$lt_compile" 2>out/conftest.err)
8183 ac_status=$?
8184 cat out/conftest.err >&5
3725885a 8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8186 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8187 then
8188 # The compiler can only warn and ignore the option if not recognized
8189 # So say no if there are warnings
3725885a 8190 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8191 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8192 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8193 lt_cv_prog_compiler_c_o=yes
8194 fi
8195 fi
8196 chmod u+w . 2>&5
8197 $RM conftest*
8198 # SGI C++ compiler will create directory out/ii_files/ for
8199 # template instantiation
8200 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8201 $RM out/* && rmdir out
8202 cd ..
8203 $RM -r conftest
8204 $RM conftest*
d7040cdb 8205
ce2cded5 8206fi
81ecdfbb
RW
8207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8208$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8209
8210
8211
8212
8213
8214
81ecdfbb
RW
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8216$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8217if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8218 $as_echo_n "(cached) " >&6
ce2cded5
L
8219else
8220 lt_cv_prog_compiler_c_o=no
8221 $RM -r conftest 2>/dev/null
8222 mkdir conftest
8223 cd conftest
8224 mkdir out
8225 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8226
ce2cded5
L
8227 lt_compiler_flag="-o out/conftest2.$ac_objext"
8228 # Insert the option either (1) after the last *FLAGS variable, or
8229 # (2) before a word containing "conftest.", or (3) at the end.
8230 # Note that $ac_compile itself does not contain backslashes and begins
8231 # with a dollar sign (not a hyphen), so the echo should work correctly.
8232 lt_compile=`echo "$ac_compile" | $SED \
8233 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8234 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8235 -e 's:$: $lt_compiler_flag:'`
3725885a 8236 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8237 (eval "$lt_compile" 2>out/conftest.err)
8238 ac_status=$?
8239 cat out/conftest.err >&5
3725885a 8240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8241 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8242 then
8243 # The compiler can only warn and ignore the option if not recognized
8244 # So say no if there are warnings
3725885a 8245 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8246 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8247 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8248 lt_cv_prog_compiler_c_o=yes
8249 fi
8250 fi
8251 chmod u+w . 2>&5
8252 $RM conftest*
8253 # SGI C++ compiler will create directory out/ii_files/ for
8254 # template instantiation
8255 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8256 $RM out/* && rmdir out
8257 cd ..
8258 $RM -r conftest
8259 $RM conftest*
d7040cdb 8260
ce2cded5 8261fi
81ecdfbb
RW
8262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8263$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8264
8265
8266
8267
ce2cded5
L
8268hard_links="nottested"
8269if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8270 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8272$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8273 hard_links=yes
8274 $RM conftest*
8275 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8276 touch conftest.a
8277 ln conftest.a conftest.b 2>&5 || hard_links=no
8278 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8280$as_echo "$hard_links" >&6; }
ce2cded5 8281 if test "$hard_links" = no; then
81ecdfbb
RW
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8283$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8284 need_locks=warn
8285 fi
8286else
8287 need_locks=no
8288fi
d7040cdb
SE
8289
8290
8291
8292
8293
8294
81ecdfbb
RW
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8296$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8297
ce2cded5
L
8298 runpath_var=
8299 allow_undefined_flag=
8300 always_export_symbols=no
8301 archive_cmds=
8302 archive_expsym_cmds=
8303 compiler_needs_object=no
8304 enable_shared_with_static_runtimes=no
8305 export_dynamic_flag_spec=
8306 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8307 hardcode_automatic=no
8308 hardcode_direct=no
8309 hardcode_direct_absolute=no
8310 hardcode_libdir_flag_spec=
8311 hardcode_libdir_flag_spec_ld=
8312 hardcode_libdir_separator=
8313 hardcode_minus_L=no
8314 hardcode_shlibpath_var=unsupported
8315 inherit_rpath=no
8316 link_all_deplibs=unknown
8317 module_cmds=
8318 module_expsym_cmds=
8319 old_archive_from_new_cmds=
8320 old_archive_from_expsyms_cmds=
8321 thread_safe_flag_spec=
8322 whole_archive_flag_spec=
8323 # include_expsyms should be a list of space-separated symbols to be *always*
8324 # included in the symbol list
8325 include_expsyms=
8326 # exclude_expsyms can be an extended regexp of symbols to exclude
8327 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8328 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8329 # as well as any symbol that contains `d'.
718a6fd8 8330 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8331 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8332 # platforms (ab)use it in PIC code, but their linkers get confused if
8333 # the symbol is explicitly referenced. Since portable code cannot
8334 # rely on this symbol name, it's probably fine to never include it in
8335 # preloaded symbol tables.
718a6fd8 8336 # Exclude shared library initialization/finalization symbols.
ce2cded5 8337 extract_expsyms_cmds=
d7040cdb 8338
ce2cded5 8339 case $host_os in
718a6fd8 8340 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8341 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8342 # When not using gcc, we currently assume that we are using
8343 # Microsoft Visual C++.
8344 if test "$GCC" != yes; then
8345 with_gnu_ld=no
8346 fi
8347 ;;
8348 interix*)
8349 # we just hope/assume this is gcc and not c89 (= MSVC++)
8350 with_gnu_ld=yes
8351 ;;
8352 openbsd*)
8353 with_gnu_ld=no
8354 ;;
8355 esac
d7040cdb 8356
ce2cded5 8357 ld_shlibs=yes
3725885a
RW
8358
8359 # On some targets, GNU ld is compatible enough with the native linker
8360 # that we're better off using the native interface for both.
8361 lt_use_gnu_ld_interface=no
ce2cded5 8362 if test "$with_gnu_ld" = yes; then
3725885a
RW
8363 case $host_os in
8364 aix*)
8365 # The AIX port of GNU ld has always aspired to compatibility
8366 # with the native linker. However, as the warning in the GNU ld
8367 # block says, versions before 2.19.5* couldn't really create working
8368 # shared libraries, regardless of the interface used.
8369 case `$LD -v 2>&1` in
8370 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8371 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8372 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8373 *)
8374 lt_use_gnu_ld_interface=yes
8375 ;;
8376 esac
8377 ;;
8378 *)
8379 lt_use_gnu_ld_interface=yes
8380 ;;
8381 esac
8382 fi
8383
8384 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
8385 # If archive_cmds runs LD, not CC, wlarc should be empty
8386 wlarc='${wl}'
d7040cdb 8387
ce2cded5
L
8388 # Set some defaults for GNU ld with shared library support. These
8389 # are reset later if shared libraries are not supported. Putting them
8390 # here allows them to be overridden if necessary.
8391 runpath_var=LD_RUN_PATH
8392 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8393 export_dynamic_flag_spec='${wl}--export-dynamic'
8394 # ancient GNU ld didn't support --whole-archive et. al.
8395 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8396 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8397 else
8398 whole_archive_flag_spec=
8399 fi
8400 supports_anon_versioning=no
8401 case `$LD -v 2>&1` in
3725885a 8402 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
8403 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8404 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8405 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8406 *\ 2.11.*) ;; # other 2.11 versions
8407 *) supports_anon_versioning=yes ;;
8408 esac
d7040cdb 8409
ce2cded5
L
8410 # See if GNU ld supports shared libraries.
8411 case $host_os in
50e7d84b 8412 aix[3-9]*)
ce2cded5
L
8413 # On AIX/PPC, the GNU linker is very broken
8414 if test "$host_cpu" != ia64; then
8415 ld_shlibs=no
8416 cat <<_LT_EOF 1>&2
d7040cdb 8417
3725885a 8418*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
8419*** to be unable to reliably create shared libraries on AIX.
8420*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8421*** really care for shared libraries, you may want to install binutils
8422*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8423*** You will then need to restart the configuration process.
d7040cdb 8424
ce2cded5
L
8425_LT_EOF
8426 fi
8427 ;;
d7040cdb 8428
ce2cded5 8429 amigaos*)
718a6fd8
SE
8430 case $host_cpu in
8431 powerpc)
8432 # see comment about AmigaOS4 .so support
8433 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8434 archive_expsym_cmds=''
8435 ;;
8436 m68k)
8437 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)'
8438 hardcode_libdir_flag_spec='-L$libdir'
8439 hardcode_minus_L=yes
8440 ;;
8441 esac
ce2cded5 8442 ;;
d7040cdb 8443
ce2cded5
L
8444 beos*)
8445 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8446 allow_undefined_flag=unsupported
8447 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8448 # support --undefined. This deserves some investigation. FIXME
8449 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8450 else
8451 ld_shlibs=no
8452 fi
8453 ;;
d7040cdb 8454
718a6fd8 8455 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8456 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8457 # as there is no search path for DLLs.
8458 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8459 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
8460 allow_undefined_flag=unsupported
8461 always_export_symbols=no
8462 enable_shared_with_static_runtimes=yes
f2c621e4 8463 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8464
ce2cded5
L
8465 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8466 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8467 # If the export-symbols file already is a .def file (1st line
8468 # is EXPORTS), use it as is; otherwise, prepend...
8469 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8470 cp $export_symbols $output_objdir/$soname.def;
8471 else
8472 echo EXPORTS > $output_objdir/$soname.def;
8473 cat $export_symbols >> $output_objdir/$soname.def;
8474 fi~
8475 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8476 else
8477 ld_shlibs=no
8478 fi
8479 ;;
d7040cdb 8480
3725885a
RW
8481 haiku*)
8482 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8483 link_all_deplibs=yes
8484 ;;
8485
ce2cded5
L
8486 interix[3-9]*)
8487 hardcode_direct=no
8488 hardcode_shlibpath_var=no
8489 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8490 export_dynamic_flag_spec='${wl}-E'
8491 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8492 # Instead, shared libraries are loaded at an image base (0x10000000 by
8493 # default) and relocated if they conflict, which is a slow very memory
8494 # consuming and fragmenting process. To avoid this, we pick a random,
8495 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8496 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8497 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8498 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'
8499 ;;
d7040cdb 8500
58e24671 8501 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8502 tmp_diet=no
8503 if test "$host_os" = linux-dietlibc; then
8504 case $cc_basename in
8505 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8506 esac
8507 fi
8508 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8509 && test "$tmp_diet" = no
8510 then
6e733cce 8511 tmp_addflag=' $pic_flag'
718a6fd8 8512 tmp_sharedflag='-shared'
ce2cded5
L
8513 case $cc_basename,$host_cpu in
8514 pgcc*) # Portland Group C compiler
3725885a 8515 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
8516 tmp_addflag=' $pic_flag'
8517 ;;
3725885a
RW
8518 pgf77* | pgf90* | pgf95* | pgfortran*)
8519 # Portland Group f77 and f90 compilers
8520 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
8521 tmp_addflag=' $pic_flag -Mnomain' ;;
8522 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8523 tmp_addflag=' -i_dynamic' ;;
8524 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8525 tmp_addflag=' -i_dynamic -nofor_main' ;;
8526 ifc* | ifort*) # Intel Fortran compiler
8527 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8528 lf95*) # Lahey Fortran 8.1
8529 whole_archive_flag_spec=
8530 tmp_sharedflag='--shared' ;;
3725885a 8531 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8532 tmp_sharedflag='-qmkshrobj'
8533 tmp_addflag= ;;
3725885a
RW
8534 nvcc*) # Cuda Compiler Driver 2.2
8535 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'
8536 compiler_needs_object=yes
8537 ;;
ce2cded5
L
8538 esac
8539 case `$CC -V 2>&1 | sed 5q` in
8540 *Sun\ C*) # Sun C 5.9
3725885a 8541 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
8542 compiler_needs_object=yes
8543 tmp_sharedflag='-G' ;;
8544 *Sun\ F*) # Sun Fortran 8.3
8545 tmp_sharedflag='-G' ;;
ce2cded5
L
8546 esac
8547 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8548
ce2cded5
L
8549 if test "x$supports_anon_versioning" = xyes; then
8550 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8551 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8552 echo "local: *; };" >> $output_objdir/$libname.ver~
8553 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8554 fi
718a6fd8
SE
8555
8556 case $cc_basename in
3725885a 8557 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8558 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8559 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8560 hardcode_libdir_flag_spec=
8561 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 8562 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
8563 if test "x$supports_anon_versioning" = xyes; then
8564 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8565 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8566 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 8567 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
8568 fi
8569 ;;
8570 esac
ce2cded5
L
8571 else
8572 ld_shlibs=no
8573 fi
8574 ;;
d7040cdb 8575
ce2cded5
L
8576 netbsd*)
8577 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8578 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8579 wlarc=
8580 else
f2c621e4
AS
8581 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8582 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8583 fi
8584 ;;
d7040cdb 8585
ce2cded5
L
8586 solaris*)
8587 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8588 ld_shlibs=no
8589 cat <<_LT_EOF 1>&2
d7040cdb 8590
ce2cded5
L
8591*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8592*** create shared libraries on Solaris systems. Therefore, libtool
8593*** is disabling shared libraries support. We urge you to upgrade GNU
8594*** binutils to release 2.9.1 or newer. Another option is to modify
8595*** your PATH or compiler configuration so that the native linker is
8596*** used, and then restart.
d7040cdb 8597
ce2cded5
L
8598_LT_EOF
8599 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8600 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8601 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8602 else
8603 ld_shlibs=no
8604 fi
8605 ;;
d7040cdb 8606
ce2cded5
L
8607 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8608 case `$LD -v 2>&1` in
8609 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8610 ld_shlibs=no
8611 cat <<_LT_EOF 1>&2
d7040cdb 8612
ce2cded5
L
8613*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8614*** reliably create shared libraries on SCO systems. Therefore, libtool
8615*** is disabling shared libraries support. We urge you to upgrade GNU
8616*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8617*** your PATH or compiler configuration so that the native linker is
8618*** used, and then restart.
d7040cdb 8619
ce2cded5
L
8620_LT_EOF
8621 ;;
8622 *)
8623 # For security reasons, it is highly recommended that you always
8624 # use absolute paths for naming shared libraries, and exclude the
8625 # DT_RUNPATH tag from executables and libraries. But doing so
8626 # requires that you compile everything twice, which is a pain.
8627 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8628 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8629 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8630 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8631 else
8632 ld_shlibs=no
8633 fi
8634 ;;
8635 esac
8636 ;;
d7040cdb 8637
ce2cded5
L
8638 sunos4*)
8639 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8640 wlarc=
8641 hardcode_direct=yes
8642 hardcode_shlibpath_var=no
8643 ;;
d7040cdb 8644
ce2cded5
L
8645 *)
8646 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8647 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8648 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8649 else
8650 ld_shlibs=no
8651 fi
8652 ;;
8653 esac
d7040cdb 8654
ce2cded5
L
8655 if test "$ld_shlibs" = no; then
8656 runpath_var=
8657 hardcode_libdir_flag_spec=
8658 export_dynamic_flag_spec=
8659 whole_archive_flag_spec=
8660 fi
8661 else
8662 # PORTME fill in a description of your system's linker (not GNU ld)
8663 case $host_os in
8664 aix3*)
8665 allow_undefined_flag=unsupported
8666 always_export_symbols=yes
8667 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'
8668 # Note: this linker hardcodes the directories in LIBPATH if there
8669 # are no directories specified by -L.
8670 hardcode_minus_L=yes
8671 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8672 # Neither direct hardcoding nor static linking is supported with a
8673 # broken collect2.
8674 hardcode_direct=unsupported
8675 fi
8676 ;;
d7040cdb 8677
50e7d84b 8678 aix[4-9]*)
ce2cded5
L
8679 if test "$host_cpu" = ia64; then
8680 # On IA64, the linker does run time linking by default, so we don't
8681 # have to do anything special.
8682 aix_use_runtimelinking=no
8683 exp_sym_flag='-Bexport'
8684 no_entry_flag=""
8685 else
8686 # If we're using GNU nm, then we don't want the "-C" option.
8687 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
8688 # Also, AIX nm treats weak defined symbols like other global
8689 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 8690 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 8691 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 8692 else
5c14705f 8693 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
8694 fi
8695 aix_use_runtimelinking=no
d7040cdb 8696
ce2cded5
L
8697 # Test if we are trying to use run time linking or normal
8698 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8699 # need to do runtime linking.
50e7d84b 8700 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
8701 for ld_flag in $LDFLAGS; do
8702 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8703 aix_use_runtimelinking=yes
8704 break
8705 fi
8706 done
8707 ;;
8708 esac
d7040cdb 8709
ce2cded5
L
8710 exp_sym_flag='-bexport'
8711 no_entry_flag='-bnoentry'
8712 fi
d7040cdb 8713
ce2cded5
L
8714 # When large executables or shared objects are built, AIX ld can
8715 # have problems creating the table of contents. If linking a library
8716 # or program results in "error TOC overflow" add -mminimal-toc to
8717 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8718 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 8719
ce2cded5
L
8720 archive_cmds=''
8721 hardcode_direct=yes
8722 hardcode_direct_absolute=yes
8723 hardcode_libdir_separator=':'
8724 link_all_deplibs=yes
8725 file_list_spec='${wl}-f,'
d7040cdb 8726
ce2cded5
L
8727 if test "$GCC" = yes; then
8728 case $host_os in aix4.[012]|aix4.[012].*)
8729 # We only want to do this on AIX 4.2 and lower, the check
8730 # below for broken collect2 doesn't work under 4.3+
8731 collect2name=`${CC} -print-prog-name=collect2`
8732 if test -f "$collect2name" &&
8733 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8734 then
8735 # We have reworked collect2
8736 :
8737 else
8738 # We have old collect2
8739 hardcode_direct=unsupported
8740 # It fails to find uninstalled libraries when the uninstalled
8741 # path is not listed in the libpath. Setting hardcode_minus_L
8742 # to unsupported forces relinking
8743 hardcode_minus_L=yes
8744 hardcode_libdir_flag_spec='-L$libdir'
8745 hardcode_libdir_separator=
8746 fi
8747 ;;
8748 esac
8749 shared_flag='-shared'
8750 if test "$aix_use_runtimelinking" = yes; then
8751 shared_flag="$shared_flag "'${wl}-G'
8752 fi
8753 else
8754 # not using gcc
8755 if test "$host_cpu" = ia64; then
8756 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8757 # chokes on -Wl,-G. The following line is correct:
8758 shared_flag='-G'
8759 else
8760 if test "$aix_use_runtimelinking" = yes; then
8761 shared_flag='${wl}-G'
8762 else
8763 shared_flag='${wl}-bM:SRE'
8764 fi
8765 fi
8766 fi
d7040cdb 8767
718a6fd8 8768 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
8769 # It seems that -bexpall does not export symbols beginning with
8770 # underscore (_), so it is better to generate a list of symbols to export.
8771 always_export_symbols=yes
8772 if test "$aix_use_runtimelinking" = yes; then
8773 # Warning - without using the other runtime loading flags (-brtl),
8774 # -berok will link without error, but may produce a broken library.
8775 allow_undefined_flag='-berok'
8776 # Determine the default libpath from the value encoded in an
8777 # empty executable.
f2c621e4 8778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 8779/* end confdefs.h. */
d7040cdb 8780
ce2cded5
L
8781int
8782main ()
8783{
d7040cdb 8784
ce2cded5
L
8785 ;
8786 return 0;
8787}
8788_ACEOF
81ecdfbb 8789if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 8790
f2c621e4
AS
8791lt_aix_libpath_sed='
8792 /Import File Strings/,/^$/ {
8793 /^0/ {
8794 s/^0 *\(.*\)$/\1/
8795 p
8796 }
8797 }'
8798aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8799# Check for a 64-bit object if we didn't find anything.
8800if test -z "$aix_libpath"; then
8801 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8802fi
ce2cded5 8803fi
81ecdfbb
RW
8804rm -f core conftest.err conftest.$ac_objext \
8805 conftest$ac_exeext conftest.$ac_ext
f2c621e4 8806if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 8807
ce2cded5 8808 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 8809 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
8810 else
8811 if test "$host_cpu" = ia64; then
8812 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8813 allow_undefined_flag="-z nodefs"
8814 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"
8815 else
8816 # Determine the default libpath from the value encoded in an
8817 # empty executable.
f2c621e4 8818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 8819/* end confdefs.h. */
d7040cdb 8820
ce2cded5
L
8821int
8822main ()
8823{
d7040cdb 8824
ce2cded5
L
8825 ;
8826 return 0;
8827}
8828_ACEOF
81ecdfbb 8829if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 8830
f2c621e4
AS
8831lt_aix_libpath_sed='
8832 /Import File Strings/,/^$/ {
8833 /^0/ {
8834 s/^0 *\(.*\)$/\1/
8835 p
8836 }
8837 }'
8838aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8839# Check for a 64-bit object if we didn't find anything.
8840if test -z "$aix_libpath"; then
8841 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8842fi
ce2cded5 8843fi
81ecdfbb
RW
8844rm -f core conftest.err conftest.$ac_objext \
8845 conftest$ac_exeext conftest.$ac_ext
f2c621e4 8846if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 8847
ce2cded5
L
8848 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8849 # Warning - without using the other run time loading flags,
8850 # -berok will link without error, but may produce a broken library.
8851 no_undefined_flag=' ${wl}-bernotok'
8852 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
8853 if test "$with_gnu_ld" = yes; then
8854 # We only use this code for GNU lds that support --whole-archive.
8855 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8856 else
8857 # Exported symbols can be pulled into shared objects from archives
8858 whole_archive_flag_spec='$convenience'
8859 fi
ce2cded5
L
8860 archive_cmds_need_lc=yes
8861 # This is similar to how AIX traditionally builds its shared libraries.
8862 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'
8863 fi
8864 fi
8865 ;;
d7040cdb 8866
ce2cded5 8867 amigaos*)
718a6fd8
SE
8868 case $host_cpu in
8869 powerpc)
8870 # see comment about AmigaOS4 .so support
8871 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8872 archive_expsym_cmds=''
8873 ;;
8874 m68k)
8875 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)'
8876 hardcode_libdir_flag_spec='-L$libdir'
8877 hardcode_minus_L=yes
8878 ;;
8879 esac
ce2cded5 8880 ;;
d7040cdb 8881
ce2cded5
L
8882 bsdi[45]*)
8883 export_dynamic_flag_spec=-rdynamic
8884 ;;
d7040cdb 8885
718a6fd8 8886 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8887 # When not using gcc, we currently assume that we are using
8888 # Microsoft Visual C++.
8889 # hardcode_libdir_flag_spec is actually meaningless, as there is
8890 # no search path for DLLs.
f2c621e4
AS
8891 hardcode_libdir_flag_spec=' '
8892 allow_undefined_flag=unsupported
8893 # Tell ltmain to make .lib files, not .a files.
8894 libext=lib
8895 # Tell ltmain to make .dll files, not .so files.
8896 shrext_cmds=".dll"
8897 # FIXME: Setting linknames here is a bad hack.
8898 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8899 # The linker will automatically build a .lib file if we build a DLL.
8900 old_archive_from_new_cmds='true'
8901 # FIXME: Should let the user specify the lib program.
8902 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8903 fix_srcfile_path='`cygpath -w "$srcfile"`'
8904 enable_shared_with_static_runtimes=yes
ce2cded5 8905 ;;
d7040cdb 8906
ce2cded5 8907 darwin* | rhapsody*)
d7040cdb 8908
718a6fd8
SE
8909
8910 archive_cmds_need_lc=no
8911 hardcode_direct=no
8912 hardcode_automatic=yes
8913 hardcode_shlibpath_var=unsupported
3725885a
RW
8914 if test "$lt_cv_ld_force_load" = "yes"; then
8915 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\"`'
8916 else
8917 whole_archive_flag_spec=''
8918 fi
718a6fd8
SE
8919 link_all_deplibs=yes
8920 allow_undefined_flag="$_lt_dar_allow_undefined"
8921 case $cc_basename in
8922 ifort*) _lt_dar_can_shared=yes ;;
8923 *) _lt_dar_can_shared=$GCC ;;
8924 esac
8925 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 8926 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
8927 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8928 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8929 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}"
8930 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}"
8931
8932 else
8933 ld_shlibs=no
8934 fi
8935
ce2cded5 8936 ;;
d7040cdb 8937
ce2cded5
L
8938 dgux*)
8939 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8940 hardcode_libdir_flag_spec='-L$libdir'
8941 hardcode_shlibpath_var=no
8942 ;;
d7040cdb 8943
ce2cded5
L
8944 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8945 # support. Future versions do this automatically, but an explicit c++rt0.o
8946 # does not break anything, and helps significantly (at the cost of a little
8947 # extra space).
8948 freebsd2.2*)
8949 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8950 hardcode_libdir_flag_spec='-R$libdir'
8951 hardcode_direct=yes
8952 hardcode_shlibpath_var=no
8953 ;;
d7040cdb 8954
ce2cded5 8955 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 8956 freebsd2.*)
ce2cded5
L
8957 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8958 hardcode_direct=yes
8959 hardcode_minus_L=yes
8960 hardcode_shlibpath_var=no
8961 ;;
d7040cdb 8962
ce2cded5
L
8963 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8964 freebsd* | dragonfly*)
f2c621e4 8965 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
8966 hardcode_libdir_flag_spec='-R$libdir'
8967 hardcode_direct=yes
8968 hardcode_shlibpath_var=no
8969 ;;
d7040cdb 8970
ce2cded5
L
8971 hpux9*)
8972 if test "$GCC" = yes; then
f2c621e4 8973 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
8974 else
8975 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'
8976 fi
8977 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8978 hardcode_libdir_separator=:
8979 hardcode_direct=yes
d7040cdb 8980
ce2cded5
L
8981 # hardcode_minus_L: Not really in the search PATH,
8982 # but as the default location of the library.
8983 hardcode_minus_L=yes
8984 export_dynamic_flag_spec='${wl}-E'
8985 ;;
d7040cdb 8986
ce2cded5 8987 hpux10*)
3725885a 8988 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 8989 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
8990 else
8991 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8992 fi
8993 if test "$with_gnu_ld" = no; then
8994 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8995 hardcode_libdir_flag_spec_ld='+b $libdir'
8996 hardcode_libdir_separator=:
8997 hardcode_direct=yes
8998 hardcode_direct_absolute=yes
8999 export_dynamic_flag_spec='${wl}-E'
9000 # hardcode_minus_L: Not really in the search PATH,
9001 # but as the default location of the library.
9002 hardcode_minus_L=yes
9003 fi
9004 ;;
d7040cdb 9005
ce2cded5 9006 hpux11*)
3725885a 9007 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9008 case $host_cpu in
9009 hppa*64*)
9010 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9011 ;;
9012 ia64*)
f2c621e4 9013 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9014 ;;
9015 *)
f2c621e4 9016 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9017 ;;
9018 esac
9019 else
9020 case $host_cpu in
9021 hppa*64*)
9022 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9023 ;;
9024 ia64*)
9025 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9026 ;;
9027 *)
3725885a
RW
9028
9029 # Older versions of the 11.00 compiler do not understand -b yet
9030 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9032$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9033if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9034 $as_echo_n "(cached) " >&6
9035else
9036 lt_cv_prog_compiler__b=no
9037 save_LDFLAGS="$LDFLAGS"
9038 LDFLAGS="$LDFLAGS -b"
9039 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9040 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9041 # The linker can only warn and ignore the option if not recognized
9042 # So say no if there are warnings
9043 if test -s conftest.err; then
9044 # Append any errors to the config.log.
9045 cat conftest.err 1>&5
9046 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9047 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9048 if diff conftest.exp conftest.er2 >/dev/null; then
9049 lt_cv_prog_compiler__b=yes
9050 fi
9051 else
9052 lt_cv_prog_compiler__b=yes
9053 fi
9054 fi
9055 $RM -r conftest*
9056 LDFLAGS="$save_LDFLAGS"
9057
9058fi
9059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9060$as_echo "$lt_cv_prog_compiler__b" >&6; }
9061
9062if test x"$lt_cv_prog_compiler__b" = xyes; then
9063 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9064else
9065 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9066fi
9067
ce2cded5
L
9068 ;;
9069 esac
9070 fi
9071 if test "$with_gnu_ld" = no; then
9072 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9073 hardcode_libdir_separator=:
d7040cdb 9074
ce2cded5
L
9075 case $host_cpu in
9076 hppa*64*|ia64*)
9077 hardcode_direct=no
9078 hardcode_shlibpath_var=no
9079 ;;
9080 *)
9081 hardcode_direct=yes
9082 hardcode_direct_absolute=yes
9083 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9084
ce2cded5
L
9085 # hardcode_minus_L: Not really in the search PATH,
9086 # but as the default location of the library.
9087 hardcode_minus_L=yes
9088 ;;
9089 esac
9090 fi
9091 ;;
9092
9093 irix5* | irix6* | nonstopux*)
9094 if test "$GCC" = yes; then
f2c621e4 9095 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
9096 # Try to use the -exported_symbol ld option, if it does not
9097 # work, assume that -exports_file does not work either and
9098 # implicitly export all symbols.
f2c621e4
AS
9099 save_LDFLAGS="$LDFLAGS"
9100 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9102/* end confdefs.h. */
f2c621e4 9103int foo(void) {}
ce2cded5 9104_ACEOF
81ecdfbb 9105if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9106 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'
9107
d7040cdb 9108fi
81ecdfbb
RW
9109rm -f core conftest.err conftest.$ac_objext \
9110 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9111 LDFLAGS="$save_LDFLAGS"
ce2cded5 9112 else
3725885a
RW
9113 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'
9114 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
9115 fi
9116 archive_cmds_need_lc='no'
9117 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9118 hardcode_libdir_separator=:
9119 inherit_rpath=yes
9120 link_all_deplibs=yes
9121 ;;
d7040cdb 9122
ce2cded5
L
9123 netbsd*)
9124 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9125 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9126 else
9127 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9128 fi
9129 hardcode_libdir_flag_spec='-R$libdir'
9130 hardcode_direct=yes
9131 hardcode_shlibpath_var=no
9132 ;;
d7040cdb 9133
ce2cded5
L
9134 newsos6)
9135 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9136 hardcode_direct=yes
9137 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9138 hardcode_libdir_separator=:
9139 hardcode_shlibpath_var=no
9140 ;;
d7040cdb 9141
ce2cded5
L
9142 *nto* | *qnx*)
9143 ;;
d7040cdb 9144
ce2cded5 9145 openbsd*)
718a6fd8
SE
9146 if test -f /usr/libexec/ld.so; then
9147 hardcode_direct=yes
9148 hardcode_shlibpath_var=no
9149 hardcode_direct_absolute=yes
9150 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9151 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9152 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9153 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9154 export_dynamic_flag_spec='${wl}-E'
9155 else
9156 case $host_os in
9157 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9159 hardcode_libdir_flag_spec='-R$libdir'
9160 ;;
9161 *)
9162 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9163 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9164 ;;
9165 esac
9166 fi
9167 else
9168 ld_shlibs=no
d7040cdb
SE
9169 fi
9170 ;;
d7040cdb 9171
ce2cded5
L
9172 os2*)
9173 hardcode_libdir_flag_spec='-L$libdir'
9174 hardcode_minus_L=yes
9175 allow_undefined_flag=unsupported
3725885a 9176 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
9177 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9178 ;;
d7040cdb 9179
ce2cded5
L
9180 osf3*)
9181 if test "$GCC" = yes; then
9182 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9183 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
9184 else
9185 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9186 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
9187 fi
9188 archive_cmds_need_lc='no'
9189 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9190 hardcode_libdir_separator=:
9191 ;;
d7040cdb 9192
ce2cded5
L
9193 osf4* | osf5*) # as osf3* with the addition of -msym flag
9194 if test "$GCC" = yes; then
9195 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9196 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
9197 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9198 else
9199 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9200 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 9201 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 9202 $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 9203
ce2cded5
L
9204 # Both c and cxx compiler support -rpath directly
9205 hardcode_libdir_flag_spec='-rpath $libdir'
9206 fi
9207 archive_cmds_need_lc='no'
9208 hardcode_libdir_separator=:
9209 ;;
d7040cdb 9210
ce2cded5
L
9211 solaris*)
9212 no_undefined_flag=' -z defs'
9213 if test "$GCC" = yes; then
9214 wlarc='${wl}'
f2c621e4 9215 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9216 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9217 $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
9218 else
9219 case `$CC -V 2>&1` in
9220 *"Compilers 5.0"*)
9221 wlarc=''
9222 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9223 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9224 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9225 ;;
9226 *)
9227 wlarc='${wl}'
9228 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9229 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9230 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9231 ;;
9232 esac
9233 fi
9234 hardcode_libdir_flag_spec='-R$libdir'
9235 hardcode_shlibpath_var=no
9236 case $host_os in
9237 solaris2.[0-5] | solaris2.[0-5].*) ;;
9238 *)
9239 # The compiler driver will combine and reorder linker options,
9240 # but understands `-z linker_flag'. GCC discards it without `$wl',
9241 # but is careful enough not to reorder.
9242 # Supported since Solaris 2.6 (maybe 2.5.1?)
9243 if test "$GCC" = yes; then
9244 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9245 else
9246 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9247 fi
9248 ;;
9249 esac
9250 link_all_deplibs=yes
d7040cdb 9251 ;;
ce2cded5
L
9252
9253 sunos4*)
9254 if test "x$host_vendor" = xsequent; then
9255 # Use $CC to link under sequent, because it throws in some extra .o
9256 # files that make .init and .fini sections work.
9257 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9258 else
ce2cded5 9259 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9260 fi
ce2cded5
L
9261 hardcode_libdir_flag_spec='-L$libdir'
9262 hardcode_direct=yes
9263 hardcode_minus_L=yes
9264 hardcode_shlibpath_var=no
d7040cdb 9265 ;;
ce2cded5
L
9266
9267 sysv4)
9268 case $host_vendor in
9269 sni)
9270 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9271 hardcode_direct=yes # is this really true???
9272 ;;
9273 siemens)
9274 ## LD is ld it makes a PLAMLIB
9275 ## CC just makes a GrossModule.
9276 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9277 reload_cmds='$CC -r -o $output$reload_objs'
9278 hardcode_direct=no
9279 ;;
9280 motorola)
9281 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9282 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9283 ;;
9284 esac
9285 runpath_var='LD_RUN_PATH'
9286 hardcode_shlibpath_var=no
d7040cdb 9287 ;;
d7040cdb 9288
ce2cded5
L
9289 sysv4.3*)
9290 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9291 hardcode_shlibpath_var=no
9292 export_dynamic_flag_spec='-Bexport'
9293 ;;
d7040cdb 9294
ce2cded5
L
9295 sysv4*MP*)
9296 if test -d /usr/nec; then
9297 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9298 hardcode_shlibpath_var=no
9299 runpath_var=LD_RUN_PATH
9300 hardcode_runpath_var=yes
9301 ld_shlibs=yes
9302 fi
9303 ;;
d7040cdb 9304
ce2cded5
L
9305 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9306 no_undefined_flag='${wl}-z,text'
9307 archive_cmds_need_lc=no
9308 hardcode_shlibpath_var=no
9309 runpath_var='LD_RUN_PATH'
d7040cdb 9310
ce2cded5
L
9311 if test "$GCC" = yes; then
9312 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9313 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9314 else
9315 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9316 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9317 fi
9318 ;;
d7040cdb 9319
ce2cded5
L
9320 sysv5* | sco3.2v5* | sco5v6*)
9321 # Note: We can NOT use -z defs as we might desire, because we do not
9322 # link with -lc, and that would cause any symbols used from libc to
9323 # always be unresolved, which means just about no library would
9324 # ever link correctly. If we're not using GNU ld we use -z text
9325 # though, which does catch some bad symbols but isn't as heavy-handed
9326 # as -z defs.
9327 no_undefined_flag='${wl}-z,text'
9328 allow_undefined_flag='${wl}-z,nodefs'
9329 archive_cmds_need_lc=no
9330 hardcode_shlibpath_var=no
9331 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9332 hardcode_libdir_separator=':'
9333 link_all_deplibs=yes
9334 export_dynamic_flag_spec='${wl}-Bexport'
9335 runpath_var='LD_RUN_PATH'
d7040cdb 9336
ce2cded5
L
9337 if test "$GCC" = yes; then
9338 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9339 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9340 else
9341 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9342 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9343 fi
d7040cdb 9344 ;;
d7040cdb 9345
ce2cded5
L
9346 uts4*)
9347 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9348 hardcode_libdir_flag_spec='-L$libdir'
9349 hardcode_shlibpath_var=no
9350 ;;
d7040cdb 9351
ce2cded5
L
9352 *)
9353 ld_shlibs=no
9354 ;;
9355 esac
9356
9357 if test x$host_vendor = xsni; then
9358 case $host in
9359 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9360 export_dynamic_flag_spec='${wl}-Blargedynsym'
9361 ;;
9362 esac
d7040cdb 9363 fi
ce2cded5 9364 fi
d7040cdb 9365
81ecdfbb
RW
9366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9367$as_echo "$ld_shlibs" >&6; }
ce2cded5 9368test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9369
ce2cded5 9370with_gnu_ld=$with_gnu_ld
d7040cdb 9371
d7040cdb 9372
d7040cdb 9373
d7040cdb 9374
d7040cdb 9375
d7040cdb 9376
d7040cdb 9377
d7040cdb 9378
d7040cdb 9379
d7040cdb 9380
d7040cdb 9381
d7040cdb 9382
d7040cdb 9383
d7040cdb 9384
d7040cdb 9385
ce2cded5
L
9386#
9387# Do we need to explicitly link libc?
9388#
9389case "x$archive_cmds_need_lc" in
9390x|xyes)
9391 # Assume -lc should be added
9392 archive_cmds_need_lc=yes
d7040cdb 9393
ce2cded5
L
9394 if test "$enable_shared" = yes && test "$GCC" = yes; then
9395 case $archive_cmds in
9396 *'~'*)
9397 # FIXME: we may have to deal with multi-command sequences.
9398 ;;
9399 '$CC '*)
9400 # Test whether the compiler implicitly links with -lc since on some
9401 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9402 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9404$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9405if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 9406 $as_echo_n "(cached) " >&6
39144654
RW
9407else
9408 $RM conftest*
9409 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9410
81ecdfbb 9411 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
9412 (eval $ac_compile) 2>&5
9413 ac_status=$?
81ecdfbb
RW
9414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9415 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9416 soname=conftest
9417 lib=conftest
9418 libobjs=conftest.$ac_objext
9419 deplibs=
9420 wl=$lt_prog_compiler_wl
9421 pic_flag=$lt_prog_compiler_pic
9422 compiler_flags=-v
9423 linker_flags=-v
9424 verstring=
9425 output_objdir=.
9426 libname=conftest
9427 lt_save_allow_undefined_flag=$allow_undefined_flag
9428 allow_undefined_flag=
81ecdfbb 9429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
9430 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9431 ac_status=$?
81ecdfbb
RW
9432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9433 test $ac_status = 0; }
39144654
RW
9434 then
9435 lt_cv_archive_cmds_need_lc=no
9436 else
9437 lt_cv_archive_cmds_need_lc=yes
9438 fi
9439 allow_undefined_flag=$lt_save_allow_undefined_flag
9440 else
9441 cat conftest.err 1>&5
9442 fi
9443 $RM conftest*
9444
9445fi
81ecdfbb
RW
9446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9447$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9448 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9449 ;;
9450 esac
d7040cdb 9451 fi
d7040cdb 9452 ;;
ce2cded5 9453esac
d7040cdb 9454
d7040cdb 9455
d7040cdb 9456
d7040cdb 9457
d7040cdb 9458
d7040cdb 9459
d7040cdb 9460
d7040cdb
SE
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
d7040cdb 9548
d7040cdb 9549
d7040cdb
SE
9550
9551
9552
9553
9554
9555
d7040cdb 9556
d7040cdb 9557
d7040cdb 9558
d7040cdb 9559
d7040cdb 9560
d7040cdb 9561
d7040cdb 9562
d7040cdb 9563
d7040cdb 9564
d7040cdb 9565
d7040cdb 9566
d7040cdb 9567
d7040cdb 9568
d7040cdb 9569
d7040cdb 9570
d7040cdb 9571
d7040cdb 9572
d7040cdb 9573
d7040cdb 9574
d7040cdb 9575
d7040cdb 9576
d7040cdb 9577
d7040cdb 9578
ce2cded5
L
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
81ecdfbb
RW
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9612$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9613
9614if test "$GCC" = yes; then
ce2cded5
L
9615 case $host_os in
9616 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9617 *) lt_awk_arg="/^libraries:/" ;;
9618 esac
3725885a
RW
9619 case $host_os in
9620 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9621 *) lt_sed_strip_eq="s,=/,/,g" ;;
9622 esac
9623 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9624 case $lt_search_path_spec in
9625 *\;*)
ce2cded5
L
9626 # if the path contains ";" then we assume it to be the separator
9627 # otherwise default to the standard path separator (i.e. ":") - it is
9628 # assumed that no part of a normal pathname contains ";" but that should
9629 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9630 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9631 ;;
9632 *)
9633 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9634 ;;
9635 esac
ce2cded5
L
9636 # Ok, now we have the path, separated by spaces, we can step through it
9637 # and add multilib dir if necessary.
9638 lt_tmp_lt_search_path_spec=
9639 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9640 for lt_sys_path in $lt_search_path_spec; do
9641 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9642 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9643 else
9644 test -d "$lt_sys_path" && \
9645 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9646 fi
9647 done
3725885a 9648 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
9649BEGIN {RS=" "; FS="/|\n";} {
9650 lt_foo="";
9651 lt_count=0;
9652 for (lt_i = NF; lt_i > 0; lt_i--) {
9653 if ($lt_i != "" && $lt_i != ".") {
9654 if ($lt_i == "..") {
9655 lt_count++;
9656 } else {
9657 if (lt_count == 0) {
9658 lt_foo="/" $lt_i lt_foo;
9659 } else {
9660 lt_count--;
9661 }
9662 }
9663 }
9664 }
9665 if (lt_foo != "") { lt_freq[lt_foo]++; }
9666 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9667}'`
3725885a
RW
9668 # AWK program above erroneously prepends '/' to C:/dos/paths
9669 # for these hosts.
9670 case $host_os in
9671 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9672 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9673 esac
9674 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 9675else
ce2cded5
L
9676 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9677fi
9678library_names_spec=
9679libname_spec='lib$name'
9680soname_spec=
9681shrext_cmds=".so"
9682postinstall_cmds=
9683postuninstall_cmds=
9684finish_cmds=
9685finish_eval=
9686shlibpath_var=
9687shlibpath_overrides_runpath=unknown
9688version_type=none
9689dynamic_linker="$host_os ld.so"
9690sys_lib_dlsearch_path_spec="/lib /usr/lib"
9691need_lib_prefix=unknown
9692hardcode_into_libs=no
9693
9694# when you set need_version to no, make sure it does not cause -set_version
9695# flags to be left without arguments
9696need_version=unknown
9697
9698case $host_os in
9699aix3*)
9700 version_type=linux
9701 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9702 shlibpath_var=LIBPATH
9703
9704 # AIX 3 has no versioning support, so we append a major version to the name.
9705 soname_spec='${libname}${release}${shared_ext}$major'
9706 ;;
9707
50e7d84b 9708aix[4-9]*)
ce2cded5
L
9709 version_type=linux
9710 need_lib_prefix=no
9711 need_version=no
9712 hardcode_into_libs=yes
9713 if test "$host_cpu" = ia64; then
9714 # AIX 5 supports IA64
9715 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9716 shlibpath_var=LD_LIBRARY_PATH
9717 else
9718 # With GCC up to 2.95.x, collect2 would create an import file
9719 # for dependence libraries. The import file would start with
9720 # the line `#! .'. This would cause the generated library to
9721 # depend on `.', always an invalid library. This was fixed in
9722 # development snapshots of GCC prior to 3.0.
9723 case $host_os in
9724 aix4 | aix4.[01] | aix4.[01].*)
9725 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9726 echo ' yes '
9727 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9728 :
9729 else
9730 can_build_shared=no
9731 fi
9732 ;;
9733 esac
9734 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9735 # soname into executable. Probably we can add versioning support to
9736 # collect2, so additional links can be useful in future.
9737 if test "$aix_use_runtimelinking" = yes; then
9738 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9739 # instead of lib<name>.a to let people know that these are not
9740 # typical AIX shared libraries.
9741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9742 else
9743 # We preserve .a as extension for shared libraries through AIX4.2
9744 # and later when we are not doing run time linking.
9745 library_names_spec='${libname}${release}.a $libname.a'
9746 soname_spec='${libname}${release}${shared_ext}$major'
9747 fi
9748 shlibpath_var=LIBPATH
9749 fi
9750 ;;
9751
9752amigaos*)
718a6fd8
SE
9753 case $host_cpu in
9754 powerpc)
9755 # Since July 2007 AmigaOS4 officially supports .so libraries.
9756 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9757 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9758 ;;
9759 m68k)
ce2cded5
L
9760 library_names_spec='$libname.ixlibrary $libname.a'
9761 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 9762 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
9763 ;;
9764 esac
ce2cded5
L
9765 ;;
9766
9767beos*)
9768 library_names_spec='${libname}${shared_ext}'
9769 dynamic_linker="$host_os ld.so"
9770 shlibpath_var=LIBRARY_PATH
9771 ;;
9772
9773bsdi[45]*)
9774 version_type=linux
9775 need_version=no
9776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9777 soname_spec='${libname}${release}${shared_ext}$major'
9778 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9779 shlibpath_var=LD_LIBRARY_PATH
9780 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9781 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9782 # the default ld.so.conf also contains /usr/contrib/lib and
9783 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9784 # libtool to hard-code these into programs
9785 ;;
9786
718a6fd8 9787cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9788 version_type=windows
9789 shrext_cmds=".dll"
9790 need_version=no
9791 need_lib_prefix=no
9792
f2c621e4
AS
9793 case $GCC,$host_os in
9794 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
9795 library_names_spec='$libname.dll.a'
9796 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9797 postinstall_cmds='base_file=`basename \${file}`~
9798 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9799 dldir=$destdir/`dirname \$dlpath`~
9800 test -d \$dldir || mkdir -p \$dldir~
9801 $install_prog $dir/$dlname \$dldir/$dlname~
9802 chmod a+x \$dldir/$dlname~
9803 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9804 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9805 fi'
9806 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9807 dlpath=$dir/\$dldll~
9808 $RM \$dlpath'
9809 shlibpath_overrides_runpath=yes
9810
9811 case $host_os in
9812 cygwin*)
9813 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9814 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
9815
9816 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 9817 ;;
718a6fd8 9818 mingw* | cegcc*)
ce2cded5
L
9819 # MinGW DLLs use traditional 'lib' prefix
9820 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
9821 ;;
9822 pw32*)
9823 # pw32 DLLs use 'pw' prefix rather than 'lib'
9824 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9825 ;;
9826 esac
9827 ;;
9828
9829 *)
9830 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9831 ;;
9832 esac
f2c621e4 9833 dynamic_linker='Win32 ld.exe'
ce2cded5
L
9834 # FIXME: first we should search . and the directory the executable is in
9835 shlibpath_var=PATH
9836 ;;
9837
9838darwin* | rhapsody*)
9839 dynamic_linker="$host_os dyld"
9840 version_type=darwin
9841 need_lib_prefix=no
9842 need_version=no
9843 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9844 soname_spec='${libname}${release}${major}$shared_ext'
9845 shlibpath_overrides_runpath=yes
9846 shlibpath_var=DYLD_LIBRARY_PATH
9847 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9848
9849 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9850 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9851 ;;
9852
9853dgux*)
9854 version_type=linux
9855 need_lib_prefix=no
9856 need_version=no
9857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9858 soname_spec='${libname}${release}${shared_ext}$major'
9859 shlibpath_var=LD_LIBRARY_PATH
9860 ;;
9861
ce2cded5
L
9862freebsd* | dragonfly*)
9863 # DragonFly does not have aout. When/if they implement a new
9864 # versioning mechanism, adjust this.
9865 if test -x /usr/bin/objformat; then
9866 objformat=`/usr/bin/objformat`
9867 else
9868 case $host_os in
6d2920c8 9869 freebsd[23].*) objformat=aout ;;
ce2cded5
L
9870 *) objformat=elf ;;
9871 esac
9872 fi
9873 version_type=freebsd-$objformat
9874 case $version_type in
9875 freebsd-elf*)
9876 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9877 need_version=no
9878 need_lib_prefix=no
9879 ;;
9880 freebsd-*)
9881 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9882 need_version=yes
9883 ;;
9884 esac
9885 shlibpath_var=LD_LIBRARY_PATH
9886 case $host_os in
6d2920c8 9887 freebsd2.*)
ce2cded5
L
9888 shlibpath_overrides_runpath=yes
9889 ;;
9890 freebsd3.[01]* | freebsdelf3.[01]*)
9891 shlibpath_overrides_runpath=yes
9892 hardcode_into_libs=yes
9893 ;;
9894 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9895 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9896 shlibpath_overrides_runpath=no
9897 hardcode_into_libs=yes
9898 ;;
9899 *) # from 4.6 on, and DragonFly
9900 shlibpath_overrides_runpath=yes
9901 hardcode_into_libs=yes
9902 ;;
9903 esac
9904 ;;
9905
3725885a
RW
9906haiku*)
9907 version_type=linux
9908 need_lib_prefix=no
9909 need_version=no
9910 dynamic_linker="$host_os runtime_loader"
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9912 soname_spec='${libname}${release}${shared_ext}$major'
9913 shlibpath_var=LIBRARY_PATH
9914 shlibpath_overrides_runpath=yes
d85e70a3 9915 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
3725885a
RW
9916 hardcode_into_libs=yes
9917 ;;
9918
ce2cded5
L
9919hpux9* | hpux10* | hpux11*)
9920 # Give a soname corresponding to the major version so that dld.sl refuses to
9921 # link against other versions.
9922 version_type=sunos
9923 need_lib_prefix=no
9924 need_version=no
9925 case $host_cpu in
9926 ia64*)
9927 shrext_cmds='.so'
9928 hardcode_into_libs=yes
9929 dynamic_linker="$host_os dld.so"
9930 shlibpath_var=LD_LIBRARY_PATH
9931 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9933 soname_spec='${libname}${release}${shared_ext}$major'
9934 if test "X$HPUX_IA64_MODE" = X32; then
9935 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9936 else
9937 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9938 fi
9939 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9940 ;;
9941 hppa*64*)
9942 shrext_cmds='.sl'
9943 hardcode_into_libs=yes
9944 dynamic_linker="$host_os dld.sl"
9945 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9946 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9948 soname_spec='${libname}${release}${shared_ext}$major'
9949 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9950 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9951 ;;
9952 *)
9953 shrext_cmds='.sl'
9954 dynamic_linker="$host_os dld.sl"
9955 shlibpath_var=SHLIB_PATH
9956 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9958 soname_spec='${libname}${release}${shared_ext}$major'
9959 ;;
9960 esac
3725885a 9961 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 9962 postinstall_cmds='chmod 555 $lib'
3725885a
RW
9963 # or fails outright, so override atomically:
9964 install_override_mode=555
ce2cded5
L
9965 ;;
9966
9967interix[3-9]*)
9968 version_type=linux
9969 need_lib_prefix=no
9970 need_version=no
9971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9972 soname_spec='${libname}${release}${shared_ext}$major'
9973 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9974 shlibpath_var=LD_LIBRARY_PATH
9975 shlibpath_overrides_runpath=no
9976 hardcode_into_libs=yes
9977 ;;
9978
9979irix5* | irix6* | nonstopux*)
9980 case $host_os in
9981 nonstopux*) version_type=nonstopux ;;
9982 *)
9983 if test "$lt_cv_prog_gnu_ld" = yes; then
9984 version_type=linux
9985 else
9986 version_type=irix
9987 fi ;;
9988 esac
9989 need_lib_prefix=no
9990 need_version=no
9991 soname_spec='${libname}${release}${shared_ext}$major'
9992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9993 case $host_os in
9994 irix5* | nonstopux*)
9995 libsuff= shlibsuff=
9996 ;;
9997 *)
9998 case $LD in # libtool.m4 will add one of these switches to LD
9999 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10000 libsuff= shlibsuff= libmagic=32-bit;;
10001 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10002 libsuff=32 shlibsuff=N32 libmagic=N32;;
10003 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10004 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10005 *) libsuff= shlibsuff= libmagic=never-match;;
10006 esac
10007 ;;
10008 esac
10009 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10010 shlibpath_overrides_runpath=no
10011 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10012 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10013 hardcode_into_libs=yes
10014 ;;
d7040cdb 10015
ce2cded5
L
10016# No shared lib support for Linux oldld, aout, or coff.
10017linux*oldld* | linux*aout* | linux*coff*)
10018 dynamic_linker=no
10019 ;;
10020
10021# This must be Linux ELF.
f4782128 10022linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
ce2cded5
L
10023 version_type=linux
10024 need_lib_prefix=no
10025 need_version=no
10026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10027 soname_spec='${libname}${release}${shared_ext}$major'
10028 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10029 shlibpath_var=LD_LIBRARY_PATH
10030 shlibpath_overrides_runpath=no
39144654 10031
ce2cded5 10032 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10033 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10034 $as_echo_n "(cached) " >&6
39144654
RW
10035else
10036 lt_cv_shlibpath_overrides_runpath=no
10037 save_LDFLAGS=$LDFLAGS
10038 save_libdir=$libdir
10039 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10040 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10042/* end confdefs.h. */
10043
d7040cdb
SE
10044int
10045main ()
10046{
ce2cded5 10047
d7040cdb
SE
10048 ;
10049 return 0;
10050}
10051_ACEOF
81ecdfbb
RW
10052if ac_fn_c_try_link "$LINENO"; then :
10053 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10054 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10055fi
ce2cded5 10056fi
81ecdfbb
RW
10057rm -f core conftest.err conftest.$ac_objext \
10058 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10059 LDFLAGS=$save_LDFLAGS
10060 libdir=$save_libdir
10061
10062fi
10063
10064 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10065
10066 # This implies no fast_install, which is unacceptable.
10067 # Some rework will be needed to allow for fast_install
10068 # before this can be enabled.
10069 hardcode_into_libs=yes
10070
10071 # Append ld.so.conf contents to the search path
10072 if test -f /etc/ld.so.conf; then
3725885a 10073 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 10074 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10075 fi
10076
10077 # We used to test for /lib/ld.so.1 and disable shared libraries on
10078 # powerpc, because MkLinux only supported shared libraries with the
10079 # GNU dynamic linker. Since this was broken with cross compilers,
10080 # most powerpc-linux boxes support dynamic linking these days and
10081 # people can always --disable-shared, the test was removed, and we
10082 # assume the GNU/Linux dynamic linker is in use.
10083 dynamic_linker='GNU/Linux ld.so'
10084 ;;
10085
10086netbsd*)
10087 version_type=sunos
10088 need_lib_prefix=no
10089 need_version=no
10090 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10091 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10092 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10093 dynamic_linker='NetBSD (a.out) ld.so'
10094 else
10095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10096 soname_spec='${libname}${release}${shared_ext}$major'
10097 dynamic_linker='NetBSD ld.elf_so'
10098 fi
10099 shlibpath_var=LD_LIBRARY_PATH
10100 shlibpath_overrides_runpath=yes
10101 hardcode_into_libs=yes
10102 ;;
10103
10104newsos6)
10105 version_type=linux
10106 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10107 shlibpath_var=LD_LIBRARY_PATH
10108 shlibpath_overrides_runpath=yes
10109 ;;
10110
10111*nto* | *qnx*)
10112 version_type=qnx
10113 need_lib_prefix=no
10114 need_version=no
10115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10116 soname_spec='${libname}${release}${shared_ext}$major'
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=no
10119 hardcode_into_libs=yes
10120 dynamic_linker='ldqnx.so'
10121 ;;
10122
10123openbsd*)
10124 version_type=sunos
10125 sys_lib_dlsearch_path_spec="/usr/lib"
10126 need_lib_prefix=no
10127 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10128 case $host_os in
10129 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10130 *) need_version=no ;;
10131 esac
10132 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10133 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10134 shlibpath_var=LD_LIBRARY_PATH
10135 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10136 case $host_os in
10137 openbsd2.[89] | openbsd2.[89].*)
10138 shlibpath_overrides_runpath=no
10139 ;;
10140 *)
10141 shlibpath_overrides_runpath=yes
10142 ;;
10143 esac
10144 else
10145 shlibpath_overrides_runpath=yes
10146 fi
10147 ;;
10148
10149os2*)
10150 libname_spec='$name'
10151 shrext_cmds=".dll"
10152 need_lib_prefix=no
10153 library_names_spec='$libname${shared_ext} $libname.a'
10154 dynamic_linker='OS/2 ld.exe'
10155 shlibpath_var=LIBPATH
10156 ;;
10157
10158osf3* | osf4* | osf5*)
10159 version_type=osf
10160 need_lib_prefix=no
10161 need_version=no
10162 soname_spec='${libname}${release}${shared_ext}$major'
10163 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10164 shlibpath_var=LD_LIBRARY_PATH
10165 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10166 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10167 ;;
10168
10169rdos*)
10170 dynamic_linker=no
10171 ;;
10172
10173solaris*)
10174 version_type=linux
10175 need_lib_prefix=no
10176 need_version=no
10177 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10178 soname_spec='${libname}${release}${shared_ext}$major'
10179 shlibpath_var=LD_LIBRARY_PATH
10180 shlibpath_overrides_runpath=yes
10181 hardcode_into_libs=yes
10182 # ldd complains unless libraries are executable
10183 postinstall_cmds='chmod +x $lib'
10184 ;;
10185
10186sunos4*)
10187 version_type=sunos
10188 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10189 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10190 shlibpath_var=LD_LIBRARY_PATH
10191 shlibpath_overrides_runpath=yes
10192 if test "$with_gnu_ld" = yes; then
10193 need_lib_prefix=no
10194 fi
10195 need_version=yes
10196 ;;
10197
10198sysv4 | sysv4.3*)
10199 version_type=linux
10200 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10201 soname_spec='${libname}${release}${shared_ext}$major'
10202 shlibpath_var=LD_LIBRARY_PATH
10203 case $host_vendor in
10204 sni)
10205 shlibpath_overrides_runpath=no
10206 need_lib_prefix=no
10207 runpath_var=LD_RUN_PATH
10208 ;;
10209 siemens)
10210 need_lib_prefix=no
10211 ;;
10212 motorola)
10213 need_lib_prefix=no
10214 need_version=no
10215 shlibpath_overrides_runpath=no
10216 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10217 ;;
10218 esac
10219 ;;
10220
10221sysv4*MP*)
10222 if test -d /usr/nec ;then
10223 version_type=linux
10224 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10225 soname_spec='$libname${shared_ext}.$major'
10226 shlibpath_var=LD_LIBRARY_PATH
10227 fi
10228 ;;
10229
10230sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10231 version_type=freebsd-elf
10232 need_lib_prefix=no
10233 need_version=no
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10235 soname_spec='${libname}${release}${shared_ext}$major'
10236 shlibpath_var=LD_LIBRARY_PATH
10237 shlibpath_overrides_runpath=yes
10238 hardcode_into_libs=yes
10239 if test "$with_gnu_ld" = yes; then
10240 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10241 else
10242 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10243 case $host_os in
10244 sco3.2v5*)
10245 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10246 ;;
10247 esac
10248 fi
10249 sys_lib_dlsearch_path_spec='/usr/lib'
10250 ;;
10251
10252tpf*)
10253 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10254 version_type=linux
10255 need_lib_prefix=no
10256 need_version=no
718a6fd8 10257 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10258 shlibpath_var=LD_LIBRARY_PATH
10259 shlibpath_overrides_runpath=no
10260 hardcode_into_libs=yes
10261 ;;
d7040cdb 10262
ce2cded5
L
10263uts4*)
10264 version_type=linux
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec='${libname}${release}${shared_ext}$major'
10267 shlibpath_var=LD_LIBRARY_PATH
10268 ;;
d7040cdb 10269
ce2cded5
L
10270*)
10271 dynamic_linker=no
10272 ;;
10273esac
81ecdfbb
RW
10274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10275$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10276test "$dynamic_linker" = no && can_build_shared=no
10277
10278variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10279if test "$GCC" = yes; then
10280 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10281fi
d7040cdb 10282
718a6fd8
SE
10283if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10284 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10285fi
10286if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10287 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10288fi
10289
d7040cdb 10290
d7040cdb
SE
10291
10292
d7040cdb
SE
10293
10294
d7040cdb
SE
10295
10296
d7040cdb
SE
10297
10298
d7040cdb
SE
10299
10300
d7040cdb 10301
d7040cdb 10302
d7040cdb 10303
d7040cdb 10304
d7040cdb 10305
d7040cdb 10306
d7040cdb 10307
d7040cdb 10308
d7040cdb 10309
d7040cdb 10310
d7040cdb 10311
d7040cdb 10312
d7040cdb 10313
d7040cdb 10314
d7040cdb
SE
10315
10316
d7040cdb 10317
d7040cdb 10318
d7040cdb 10319
d7040cdb 10320
d7040cdb 10321
d7040cdb 10322
d7040cdb 10323
d7040cdb 10324
d7040cdb 10325
d7040cdb
SE
10326
10327
d7040cdb 10328
d7040cdb 10329
d7040cdb 10330
d7040cdb
SE
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
d7040cdb
SE
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
d7040cdb 10360
d7040cdb 10361
d7040cdb 10362
d7040cdb 10363
d7040cdb
SE
10364
10365
10366
10367
ce2cded5
L
10368
10369
3725885a
RW
10370
10371
10372
10373
10374
ce2cded5
L
10375
10376
10377
10378
10379
10380
81ecdfbb
RW
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10382$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
10383hardcode_action=
10384if test -n "$hardcode_libdir_flag_spec" ||
10385 test -n "$runpath_var" ||
10386 test "X$hardcode_automatic" = "Xyes" ; then
10387
10388 # We can hardcode non-existent directories.
10389 if test "$hardcode_direct" != no &&
10390 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10391 # have to relink, otherwise we might link with an installed library
10392 # when we should be linking with a yet-to-be-installed one
10393 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10394 test "$hardcode_minus_L" != no; then
10395 # Linking always hardcodes the temporary library directory.
10396 hardcode_action=relink
10397 else
10398 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10399 hardcode_action=immediate
10400 fi
10401else
10402 # We cannot hardcode anything, or else we can only hardcode existing
10403 # directories.
10404 hardcode_action=unsupported
10405fi
81ecdfbb
RW
10406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10407$as_echo "$hardcode_action" >&6; }
ce2cded5
L
10408
10409if test "$hardcode_action" = relink ||
10410 test "$inherit_rpath" = yes; then
10411 # Fast installation is not supported
10412 enable_fast_install=no
10413elif test "$shlibpath_overrides_runpath" = yes ||
10414 test "$enable_shared" = no; then
10415 # Fast installation is not necessary
10416 enable_fast_install=needless
d7040cdb 10417fi
d7040cdb 10418
d7040cdb
SE
10419
10420
10421
10422
10423
ce2cded5
L
10424 if test "x$enable_dlopen" != xyes; then
10425 enable_dlopen=unknown
10426 enable_dlopen_self=unknown
10427 enable_dlopen_self_static=unknown
10428else
10429 lt_cv_dlopen=no
10430 lt_cv_dlopen_libs=
10431
10432 case $host_os in
10433 beos*)
10434 lt_cv_dlopen="load_add_on"
10435 lt_cv_dlopen_libs=
10436 lt_cv_dlopen_self=yes
10437 ;;
d7040cdb 10438
718a6fd8 10439 mingw* | pw32* | cegcc*)
ce2cded5
L
10440 lt_cv_dlopen="LoadLibrary"
10441 lt_cv_dlopen_libs=
10442 ;;
d7040cdb 10443
ce2cded5
L
10444 cygwin*)
10445 lt_cv_dlopen="dlopen"
10446 lt_cv_dlopen_libs=
10447 ;;
d7040cdb 10448
ce2cded5
L
10449 darwin*)
10450 # if libdl is installed we need to link against it
81ecdfbb
RW
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10452$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10453if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10454 $as_echo_n "(cached) " >&6
ce2cded5
L
10455else
10456 ac_check_lib_save_LIBS=$LIBS
10457LIBS="-ldl $LIBS"
81ecdfbb 10458cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10459/* end confdefs.h. */
d7040cdb 10460
81ecdfbb
RW
10461/* Override any GCC internal prototype to avoid an error.
10462 Use char because int might match the return type of a GCC
10463 builtin and then its argument prototype would still apply. */
ce2cded5
L
10464#ifdef __cplusplus
10465extern "C"
10466#endif
ce2cded5
L
10467char dlopen ();
10468int
10469main ()
10470{
81ecdfbb 10471return dlopen ();
ce2cded5
L
10472 ;
10473 return 0;
10474}
10475_ACEOF
81ecdfbb 10476if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10477 ac_cv_lib_dl_dlopen=yes
10478else
81ecdfbb 10479 ac_cv_lib_dl_dlopen=no
ce2cded5 10480fi
81ecdfbb
RW
10481rm -f core conftest.err conftest.$ac_objext \
10482 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10483LIBS=$ac_check_lib_save_LIBS
10484fi
81ecdfbb
RW
10485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10486$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10487if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5
L
10488 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10489else
d7040cdb 10490
ce2cded5
L
10491 lt_cv_dlopen="dyld"
10492 lt_cv_dlopen_libs=
10493 lt_cv_dlopen_self=yes
d7040cdb 10494
ce2cded5 10495fi
d7040cdb 10496
ce2cded5 10497 ;;
d7040cdb 10498
ce2cded5 10499 *)
81ecdfbb 10500 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10501if test "x$ac_cv_func_shl_load" = xyes; then :
ce2cded5
L
10502 lt_cv_dlopen="shl_load"
10503else
81ecdfbb
RW
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10505$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10506if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 10507 $as_echo_n "(cached) " >&6
ce2cded5
L
10508else
10509 ac_check_lib_save_LIBS=$LIBS
10510LIBS="-ldld $LIBS"
81ecdfbb 10511cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10512/* end confdefs.h. */
d7040cdb 10513
81ecdfbb
RW
10514/* Override any GCC internal prototype to avoid an error.
10515 Use char because int might match the return type of a GCC
10516 builtin and then its argument prototype would still apply. */
ce2cded5
L
10517#ifdef __cplusplus
10518extern "C"
10519#endif
ce2cded5
L
10520char shl_load ();
10521int
10522main ()
10523{
81ecdfbb 10524return shl_load ();
ce2cded5
L
10525 ;
10526 return 0;
10527}
d7040cdb 10528_ACEOF
81ecdfbb 10529if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10530 ac_cv_lib_dld_shl_load=yes
10531else
81ecdfbb 10532 ac_cv_lib_dld_shl_load=no
d7040cdb 10533fi
81ecdfbb
RW
10534rm -f core conftest.err conftest.$ac_objext \
10535 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10536LIBS=$ac_check_lib_save_LIBS
10537fi
81ecdfbb
RW
10538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10539$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10540if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 10541 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 10542else
81ecdfbb 10543 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10544if test "x$ac_cv_func_dlopen" = xyes; then :
ce2cded5
L
10545 lt_cv_dlopen="dlopen"
10546else
81ecdfbb
RW
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10548$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10549if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10550 $as_echo_n "(cached) " >&6
d7040cdb 10551else
ce2cded5
L
10552 ac_check_lib_save_LIBS=$LIBS
10553LIBS="-ldl $LIBS"
81ecdfbb 10554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10555/* end confdefs.h. */
d7040cdb 10556
81ecdfbb
RW
10557/* Override any GCC internal prototype to avoid an error.
10558 Use char because int might match the return type of a GCC
10559 builtin and then its argument prototype would still apply. */
ce2cded5
L
10560#ifdef __cplusplus
10561extern "C"
10562#endif
ce2cded5 10563char dlopen ();
d7040cdb
SE
10564int
10565main ()
10566{
81ecdfbb 10567return dlopen ();
d7040cdb
SE
10568 ;
10569 return 0;
10570}
10571_ACEOF
81ecdfbb 10572if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10573 ac_cv_lib_dl_dlopen=yes
10574else
81ecdfbb 10575 ac_cv_lib_dl_dlopen=no
ce2cded5 10576fi
81ecdfbb
RW
10577rm -f core conftest.err conftest.$ac_objext \
10578 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10579LIBS=$ac_check_lib_save_LIBS
10580fi
81ecdfbb
RW
10581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10582$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10583if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5
L
10584 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10585else
81ecdfbb
RW
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10587$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10588if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10589 $as_echo_n "(cached) " >&6
ce2cded5
L
10590else
10591 ac_check_lib_save_LIBS=$LIBS
10592LIBS="-lsvld $LIBS"
81ecdfbb 10593cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10594/* end confdefs.h. */
d7040cdb 10595
81ecdfbb
RW
10596/* Override any GCC internal prototype to avoid an error.
10597 Use char because int might match the return type of a GCC
10598 builtin and then its argument prototype would still apply. */
ce2cded5
L
10599#ifdef __cplusplus
10600extern "C"
10601#endif
ce2cded5 10602char dlopen ();
d7040cdb
SE
10603int
10604main ()
10605{
81ecdfbb 10606return dlopen ();
d7040cdb
SE
10607 ;
10608 return 0;
10609}
10610_ACEOF
81ecdfbb 10611if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 10612 ac_cv_lib_svld_dlopen=yes
d7040cdb 10613else
81ecdfbb 10614 ac_cv_lib_svld_dlopen=no
d7040cdb 10615fi
81ecdfbb
RW
10616rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10618LIBS=$ac_check_lib_save_LIBS
10619fi
81ecdfbb
RW
10620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10621$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10622if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
ce2cded5
L
10623 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10624else
81ecdfbb
RW
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10626$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10627if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10628 $as_echo_n "(cached) " >&6
d7040cdb 10629else
ce2cded5
L
10630 ac_check_lib_save_LIBS=$LIBS
10631LIBS="-ldld $LIBS"
81ecdfbb 10632cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10633/* end confdefs.h. */
ce2cded5 10634
81ecdfbb
RW
10635/* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
ce2cded5
L
10638#ifdef __cplusplus
10639extern "C"
10640#endif
ce2cded5 10641char dld_link ();
d7040cdb
SE
10642int
10643main ()
10644{
81ecdfbb 10645return dld_link ();
d7040cdb
SE
10646 ;
10647 return 0;
10648}
10649_ACEOF
81ecdfbb 10650if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10651 ac_cv_lib_dld_dld_link=yes
10652else
81ecdfbb 10653 ac_cv_lib_dld_dld_link=no
d7040cdb 10654fi
81ecdfbb
RW
10655rm -f core conftest.err conftest.$ac_objext \
10656 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10657LIBS=$ac_check_lib_save_LIBS
10658fi
81ecdfbb
RW
10659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10660$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10661if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 10662 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
10663fi
10664
10665
10666fi
10667
10668
10669fi
10670
10671
10672fi
10673
10674
10675fi
10676
10677
10678fi
10679
10680 ;;
10681 esac
10682
10683 if test "x$lt_cv_dlopen" != xno; then
10684 enable_dlopen=yes
d7040cdb 10685 else
ce2cded5 10686 enable_dlopen=no
d7040cdb 10687 fi
ce2cded5
L
10688
10689 case $lt_cv_dlopen in
10690 dlopen)
10691 save_CPPFLAGS="$CPPFLAGS"
10692 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10693
10694 save_LDFLAGS="$LDFLAGS"
10695 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10696
10697 save_LIBS="$LIBS"
10698 LIBS="$lt_cv_dlopen_libs $LIBS"
10699
81ecdfbb
RW
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10701$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10702if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 10703 $as_echo_n "(cached) " >&6
d7040cdb 10704else
ce2cded5
L
10705 if test "$cross_compiling" = yes; then :
10706 lt_cv_dlopen_self=cross
10707else
10708 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10709 lt_status=$lt_dlunknown
10710 cat > conftest.$ac_ext <<_LT_EOF
f908e960 10711#line 10711 "configure"
ce2cded5
L
10712#include "confdefs.h"
10713
10714#if HAVE_DLFCN_H
10715#include <dlfcn.h>
10716#endif
10717
10718#include <stdio.h>
10719
10720#ifdef RTLD_GLOBAL
10721# define LT_DLGLOBAL RTLD_GLOBAL
10722#else
10723# ifdef DL_GLOBAL
10724# define LT_DLGLOBAL DL_GLOBAL
10725# else
10726# define LT_DLGLOBAL 0
10727# endif
10728#endif
10729
10730/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10731 find out it does not work in some platform. */
10732#ifndef LT_DLLAZY_OR_NOW
10733# ifdef RTLD_LAZY
10734# define LT_DLLAZY_OR_NOW RTLD_LAZY
10735# else
10736# ifdef DL_LAZY
10737# define LT_DLLAZY_OR_NOW DL_LAZY
10738# else
10739# ifdef RTLD_NOW
10740# define LT_DLLAZY_OR_NOW RTLD_NOW
10741# else
10742# ifdef DL_NOW
10743# define LT_DLLAZY_OR_NOW DL_NOW
10744# else
10745# define LT_DLLAZY_OR_NOW 0
10746# endif
10747# endif
10748# endif
10749# endif
10750#endif
10751
3725885a
RW
10752/* When -fvisbility=hidden is used, assume the code has been annotated
10753 correspondingly for the symbols needed. */
10754#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 10755void fnord () __attribute__((visibility("default")));
3725885a
RW
10756#endif
10757
f2c621e4 10758void fnord () { int i=42; }
ce2cded5
L
10759int main ()
10760{
10761 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10762 int status = $lt_dlunknown;
10763
10764 if (self)
10765 {
10766 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
10767 else
10768 {
10769 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10770 else puts (dlerror ());
10771 }
ce2cded5
L
10772 /* dlclose (self); */
10773 }
10774 else
10775 puts (dlerror ());
10776
718a6fd8 10777 return status;
ce2cded5
L
10778}
10779_LT_EOF
81ecdfbb 10780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
10781 (eval $ac_link) 2>&5
10782 ac_status=$?
81ecdfbb
RW
10783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10784 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
10785 (./conftest; exit; ) >&5 2>/dev/null
10786 lt_status=$?
10787 case x$lt_status in
10788 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10789 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10790 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10791 esac
10792 else :
10793 # compilation failed
10794 lt_cv_dlopen_self=no
10795 fi
10796fi
10797rm -fr conftest*
10798
d7040cdb
SE
10799
10800fi
81ecdfbb
RW
10801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10802$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
10803
10804 if test "x$lt_cv_dlopen_self" = xyes; then
10805 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10807$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10808if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 10809 $as_echo_n "(cached) " >&6
d7040cdb 10810else
ce2cded5
L
10811 if test "$cross_compiling" = yes; then :
10812 lt_cv_dlopen_self_static=cross
10813else
10814 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10815 lt_status=$lt_dlunknown
10816 cat > conftest.$ac_ext <<_LT_EOF
f908e960 10817#line 10817 "configure"
ce2cded5
L
10818#include "confdefs.h"
10819
10820#if HAVE_DLFCN_H
10821#include <dlfcn.h>
10822#endif
10823
10824#include <stdio.h>
10825
10826#ifdef RTLD_GLOBAL
10827# define LT_DLGLOBAL RTLD_GLOBAL
10828#else
10829# ifdef DL_GLOBAL
10830# define LT_DLGLOBAL DL_GLOBAL
10831# else
10832# define LT_DLGLOBAL 0
10833# endif
10834#endif
10835
10836/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10837 find out it does not work in some platform. */
10838#ifndef LT_DLLAZY_OR_NOW
10839# ifdef RTLD_LAZY
10840# define LT_DLLAZY_OR_NOW RTLD_LAZY
10841# else
10842# ifdef DL_LAZY
10843# define LT_DLLAZY_OR_NOW DL_LAZY
10844# else
10845# ifdef RTLD_NOW
10846# define LT_DLLAZY_OR_NOW RTLD_NOW
10847# else
10848# ifdef DL_NOW
10849# define LT_DLLAZY_OR_NOW DL_NOW
10850# else
10851# define LT_DLLAZY_OR_NOW 0
10852# endif
10853# endif
10854# endif
10855# endif
10856#endif
10857
3725885a
RW
10858/* When -fvisbility=hidden is used, assume the code has been annotated
10859 correspondingly for the symbols needed. */
10860#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 10861void fnord () __attribute__((visibility("default")));
3725885a
RW
10862#endif
10863
f2c621e4 10864void fnord () { int i=42; }
ce2cded5 10865int main ()
d7040cdb 10866{
ce2cded5
L
10867 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10868 int status = $lt_dlunknown;
10869
10870 if (self)
10871 {
10872 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
10873 else
10874 {
10875 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10876 else puts (dlerror ());
10877 }
ce2cded5
L
10878 /* dlclose (self); */
10879 }
10880 else
10881 puts (dlerror ());
10882
718a6fd8 10883 return status;
d7040cdb 10884}
ce2cded5 10885_LT_EOF
81ecdfbb 10886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
10887 (eval $ac_link) 2>&5
10888 ac_status=$?
81ecdfbb
RW
10889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10890 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
10891 (./conftest; exit; ) >&5 2>/dev/null
10892 lt_status=$?
10893 case x$lt_status in
10894 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10895 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10896 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10897 esac
10898 else :
10899 # compilation failed
10900 lt_cv_dlopen_self_static=no
10901 fi
d7040cdb 10902fi
ce2cded5
L
10903rm -fr conftest*
10904
10905
d7040cdb 10906fi
81ecdfbb
RW
10907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10908$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
10909 fi
10910
10911 CPPFLAGS="$save_CPPFLAGS"
10912 LDFLAGS="$save_LDFLAGS"
10913 LIBS="$save_LIBS"
10914 ;;
10915 esac
10916
10917 case $lt_cv_dlopen_self in
10918 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10919 *) enable_dlopen_self=unknown ;;
10920 esac
10921
10922 case $lt_cv_dlopen_self_static in
10923 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10924 *) enable_dlopen_self_static=unknown ;;
10925 esac
d7040cdb 10926fi
d7040cdb 10927
d7040cdb
SE
10928
10929
d7040cdb 10930
d7040cdb 10931
ce2cded5
L
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944striplib=
10945old_striplib=
81ecdfbb
RW
10946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10947$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
10948if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10949 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10950 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10952$as_echo "yes" >&6; }
ce2cded5
L
10953else
10954# FIXME - insert some real tests, host_os isn't really good enough
10955 case $host_os in
10956 darwin*)
10957 if test -n "$STRIP" ; then
10958 striplib="$STRIP -x"
10959 old_striplib="$STRIP -S"
81ecdfbb
RW
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10961$as_echo "yes" >&6; }
ce2cded5 10962 else
81ecdfbb
RW
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10964$as_echo "no" >&6; }
d7040cdb 10965 fi
ce2cded5
L
10966 ;;
10967 *)
81ecdfbb
RW
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10969$as_echo "no" >&6; }
ce2cded5 10970 ;;
d7040cdb 10971 esac
d7040cdb
SE
10972fi
10973
d7040cdb 10974
d7040cdb 10975
d7040cdb 10976
d7040cdb 10977
d7040cdb 10978
d7040cdb 10979
d7040cdb 10980
d7040cdb 10981
d7040cdb 10982
d7040cdb 10983
d7040cdb 10984
ce2cded5 10985 # Report which library types will actually be built
81ecdfbb
RW
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10987$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10989$as_echo "$can_build_shared" >&6; }
d7040cdb 10990
81ecdfbb
RW
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10992$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 10993 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 10994
ce2cded5
L
10995 # On AIX, shared libraries and static libraries use the same namespace, and
10996 # are all built from PIC.
10997 case $host_os in
10998 aix3*)
10999 test "$enable_shared" = yes && enable_static=no
11000 if test -n "$RANLIB"; then
11001 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11002 postinstall_cmds='$RANLIB $lib'
11003 fi
11004 ;;
d7040cdb 11005
50e7d84b 11006 aix[4-9]*)
ce2cded5
L
11007 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11008 test "$enable_shared" = yes && enable_static=no
11009 fi
11010 ;;
11011 esac
81ecdfbb
RW
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11013$as_echo "$enable_shared" >&6; }
ce2cded5 11014
81ecdfbb
RW
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11016$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11017 # Make sure either enable_shared or enable_static is yes.
11018 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11020$as_echo "$enable_static" >&6; }
d7040cdb 11021
d7040cdb 11022
d7040cdb 11023
d7040cdb 11024
ce2cded5
L
11025fi
11026ac_ext=c
11027ac_cpp='$CPP $CPPFLAGS'
11028ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11029ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11030ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11031
ce2cded5 11032CC="$lt_save_CC"
d7040cdb 11033
d7040cdb 11034
d7040cdb 11035
d7040cdb 11036
d7040cdb 11037
d7040cdb 11038
d7040cdb 11039
d7040cdb 11040
d7040cdb 11041
d7040cdb
SE
11042
11043
d7040cdb
SE
11044
11045
81ecdfbb 11046 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11047
11048
d7040cdb 11049
d7040cdb 11050
ce2cded5 11051# Only expand once:
d7040cdb 11052
d7040cdb 11053
d7040cdb 11054
b879806f
AM
11055# The tests for host and target for $enable_largefile require
11056# canonical names.
11057
11058
11059
11060# As the $enable_largefile decision depends on --enable-plugins we must set it
11061# even in directories otherwise not depending on the $plugins option.
11062
11063
11064 maybe_plugins=no
11065 for ac_header in dlfcn.h
11066do :
11067 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11068"
d0ac1c44 11069if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11070 cat >>confdefs.h <<_ACEOF
11071#define HAVE_DLFCN_H 1
11072_ACEOF
11073 maybe_plugins=yes
11074fi
11075
11076done
11077
11078 for ac_header in windows.h
11079do :
11080 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11081"
d0ac1c44 11082if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11083 cat >>confdefs.h <<_ACEOF
11084#define HAVE_WINDOWS_H 1
11085_ACEOF
11086 maybe_plugins=yes
11087fi
11088
11089done
11090
11091
11092 # Check whether --enable-plugins was given.
11093if test "${enable_plugins+set}" = set; then :
11094 enableval=$enable_plugins; case "${enableval}" in
11095 no) plugins=no ;;
11096 *) plugins=yes
11097 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11098 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11099 fi ;;
11100 esac
11101else
11102 plugins=$maybe_plugins
11103
11104fi
11105
2974be62 11106 if test "$plugins" = "yes"; then
3cba8b6c
L
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11108$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11109if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11110 $as_echo_n "(cached) " >&6
11111else
11112 ac_func_search_save_LIBS=$LIBS
11113cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11114/* end confdefs.h. */
11115
11116/* Override any GCC internal prototype to avoid an error.
11117 Use char because int might match the return type of a GCC
11118 builtin and then its argument prototype would still apply. */
11119#ifdef __cplusplus
11120extern "C"
11121#endif
3cba8b6c 11122char dlsym ();
2974be62
AM
11123int
11124main ()
11125{
3cba8b6c 11126return dlsym ();
2974be62
AM
11127 ;
11128 return 0;
11129}
11130_ACEOF
11131for ac_lib in '' dl; do
11132 if test -z "$ac_lib"; then
11133 ac_res="none required"
11134 else
11135 ac_res=-l$ac_lib
11136 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11137 fi
11138 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11139 ac_cv_search_dlsym=$ac_res
2974be62
AM
11140fi
11141rm -f core conftest.err conftest.$ac_objext \
11142 conftest$ac_exeext
d0ac1c44 11143 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11144 break
11145fi
11146done
d0ac1c44 11147if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11148
11149else
3cba8b6c 11150 ac_cv_search_dlsym=no
2974be62
AM
11151fi
11152rm conftest.$ac_ext
11153LIBS=$ac_func_search_save_LIBS
11154fi
3cba8b6c
L
11155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11156$as_echo "$ac_cv_search_dlsym" >&6; }
11157ac_res=$ac_cv_search_dlsym
2974be62
AM
11158if test "$ac_res" != no; then :
11159 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11160
11161fi
11162
11163 fi
b879806f
AM
11164
11165
11166case "${host}" in
c8693053
RO
11167 sparc-*-solaris*|i?86-*-solaris*)
11168 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11169 # were mutually exclusive until Solaris 11.3. Without procfs support,
11170 # the bfd/ elf module cannot provide certain routines such as
11171 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11172 # explicitly requested large-file support through the
11173 # --enable-largefile switch, disable large-file support in favor of
11174 # procfs support.
11175 #
11176 # Check if <sys/procfs.h> is incompatible with large-file support.
11177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11178/* end confdefs.h. */
11179#define _FILE_OFFSET_BITS 64
11180#define _STRUCTURED_PROC 1
11181#include <sys/procfs.h>
11182int
11183main ()
11184{
11185
11186 ;
11187 return 0;
11188}
11189_ACEOF
11190if ac_fn_c_try_compile "$LINENO"; then :
11191 acx_cv_procfs_lfs=yes
11192else
11193 acx_cv_procfs_lfs=no
11194fi
11195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11196 #
11197 # Forcefully disable large-file support only if necessary, gdb is in
11198 # tree and enabled.
11199 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11200 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11201 : ${enable_largefile="no"}
11202 if test "$plugins" = yes; then
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11204plugin support disabled; require large-file support which is incompatible with GDB." >&5
11205$as_echo "$as_me: WARNING:
11206plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11207 plugins=no
11208 fi
11209 fi
11210 #
11211 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11212 # benefit of g++ 9+ which predefines it on Solaris.
11213 if test "$enable_largefile" = no; then
11214 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11215
11216 fi
b879806f
AM
11217 ;;
11218esac
11219
11220# Check whether --enable-largefile was given.
11221if test "${enable_largefile+set}" = set; then :
11222 enableval=$enable_largefile;
11223fi
11224
11225if test "$enable_largefile" != no; then
11226
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11228$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 11229if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
11230 $as_echo_n "(cached) " >&6
11231else
11232 ac_cv_sys_largefile_CC=no
11233 if test "$GCC" != yes; then
11234 ac_save_CC=$CC
11235 while :; do
11236 # IRIX 6.2 and later do not support large files by default,
11237 # so use the C compiler's -n32 option if that helps.
11238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11239/* end confdefs.h. */
11240#include <sys/types.h>
11241 /* Check that off_t can represent 2**63 - 1 correctly.
11242 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11243 since some C++ compilers masquerading as C compilers
11244 incorrectly reject 9223372036854775807. */
e0b2a78c 11245#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11246 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11247 && LARGE_OFF_T % 2147483647 == 1)
11248 ? 1 : -1];
11249int
11250main ()
11251{
11252
11253 ;
11254 return 0;
11255}
11256_ACEOF
11257 if ac_fn_c_try_compile "$LINENO"; then :
11258 break
11259fi
11260rm -f core conftest.err conftest.$ac_objext
11261 CC="$CC -n32"
11262 if ac_fn_c_try_compile "$LINENO"; then :
11263 ac_cv_sys_largefile_CC=' -n32'; break
11264fi
11265rm -f core conftest.err conftest.$ac_objext
11266 break
11267 done
11268 CC=$ac_save_CC
11269 rm -f conftest.$ac_ext
11270 fi
11271fi
11272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11273$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11274 if test "$ac_cv_sys_largefile_CC" != no; then
11275 CC=$CC$ac_cv_sys_largefile_CC
11276 fi
11277
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11279$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 11280if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
11281 $as_echo_n "(cached) " >&6
11282else
11283 while :; do
11284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11285/* end confdefs.h. */
11286#include <sys/types.h>
11287 /* Check that off_t can represent 2**63 - 1 correctly.
11288 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11289 since some C++ compilers masquerading as C compilers
11290 incorrectly reject 9223372036854775807. */
e0b2a78c 11291#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11292 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11293 && LARGE_OFF_T % 2147483647 == 1)
11294 ? 1 : -1];
11295int
11296main ()
11297{
11298
11299 ;
11300 return 0;
11301}
11302_ACEOF
11303if ac_fn_c_try_compile "$LINENO"; then :
11304 ac_cv_sys_file_offset_bits=no; break
11305fi
11306rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11308/* end confdefs.h. */
11309#define _FILE_OFFSET_BITS 64
11310#include <sys/types.h>
11311 /* Check that off_t can represent 2**63 - 1 correctly.
11312 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11313 since some C++ compilers masquerading as C compilers
11314 incorrectly reject 9223372036854775807. */
e0b2a78c 11315#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11316 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11317 && LARGE_OFF_T % 2147483647 == 1)
11318 ? 1 : -1];
11319int
11320main ()
11321{
11322
11323 ;
11324 return 0;
11325}
11326_ACEOF
11327if ac_fn_c_try_compile "$LINENO"; then :
11328 ac_cv_sys_file_offset_bits=64; break
11329fi
11330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11331 ac_cv_sys_file_offset_bits=unknown
11332 break
11333done
11334fi
11335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11336$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11337case $ac_cv_sys_file_offset_bits in #(
11338 no | unknown) ;;
11339 *)
11340cat >>confdefs.h <<_ACEOF
11341#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11342_ACEOF
11343;;
11344esac
11345rm -rf conftest*
11346 if test $ac_cv_sys_file_offset_bits = unknown; then
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11348$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 11349if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
11350 $as_echo_n "(cached) " >&6
11351else
11352 while :; do
11353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11354/* end confdefs.h. */
11355#include <sys/types.h>
11356 /* Check that off_t can represent 2**63 - 1 correctly.
11357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11358 since some C++ compilers masquerading as C compilers
11359 incorrectly reject 9223372036854775807. */
e0b2a78c 11360#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11362 && LARGE_OFF_T % 2147483647 == 1)
11363 ? 1 : -1];
11364int
11365main ()
11366{
11367
11368 ;
11369 return 0;
11370}
11371_ACEOF
11372if ac_fn_c_try_compile "$LINENO"; then :
11373 ac_cv_sys_large_files=no; break
11374fi
11375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377/* end confdefs.h. */
11378#define _LARGE_FILES 1
11379#include <sys/types.h>
11380 /* Check that off_t can represent 2**63 - 1 correctly.
11381 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11382 since some C++ compilers masquerading as C compilers
11383 incorrectly reject 9223372036854775807. */
e0b2a78c 11384#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11385 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11386 && LARGE_OFF_T % 2147483647 == 1)
11387 ? 1 : -1];
11388int
11389main ()
11390{
11391
11392 ;
11393 return 0;
11394}
11395_ACEOF
11396if ac_fn_c_try_compile "$LINENO"; then :
11397 ac_cv_sys_large_files=1; break
11398fi
11399rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11400 ac_cv_sys_large_files=unknown
11401 break
11402done
11403fi
11404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11405$as_echo "$ac_cv_sys_large_files" >&6; }
11406case $ac_cv_sys_large_files in #(
11407 no | unknown) ;;
11408 *)
11409cat >>confdefs.h <<_ACEOF
11410#define _LARGE_FILES $ac_cv_sys_large_files
11411_ACEOF
11412;;
11413esac
11414rm -rf conftest*
11415 fi
d0ac1c44
SM
11416
11417
b879806f
AM
11418fi
11419
11420
2d7f2507
AM
11421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11422$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
d0ac1c44 11423if ${gcc_cv_prog_cmp_skip+:} false; then :
2d7f2507
AM
11424 $as_echo_n "(cached) " >&6
11425else
11426 echo abfoo >t1
11427 echo cdfoo >t2
da17fe9d 11428 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2d7f2507
AM
11429 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11430 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11431 :
11432 else
11433 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11434 fi
11435 fi
11436 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11437 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11438 :
11439 else
11440 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11441 fi
11442 fi
11443 rm t1 t2
11444
11445fi
11446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11447$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11448do_compare="$gcc_cv_prog_cmp_skip"
11449
11450
b879806f 11451
81ecdfbb
RW
11452# Check whether --enable-targets was given.
11453if test "${enable_targets+set}" = set; then :
11454 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11455 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
11456 ;;
11457 no) enable_targets= ;;
11458 *) enable_targets=$enableval ;;
11459esac
81ecdfbb
RW
11460fi
11461
e044973b
AM
11462ac_checking=
11463. ${srcdir}/../bfd/development.sh
11464test "$development" = true && ac_checking=yes
81ecdfbb
RW
11465# Check whether --enable-checking was given.
11466if test "${enable_checking+set}" = set; then :
11467 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
11468 no|none) ac_checking= ;;
11469 *) ac_checking=yes ;;
11470esac
81ecdfbb
RW
11471fi
11472if test x$ac_checking != x ; then
d7040cdb 11473
81ecdfbb 11474$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 11475
ce2cded5 11476fi
d7040cdb 11477
6c3bc0f8
NC
11478# PR gas/19109
11479# Decide the default method for compressing debug sections.
11480ac_default_compressed_debug_sections=unset
11481# Provide a configure time option to override our default.
11482# Check whether --enable-compressed_debug_sections was given.
11483if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 11484 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 11485 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 11486 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
11487 *) ac_default_compressed_debug_sections=unset ;;
11488esac
11489fi
11490
0cb4071e
L
11491# PR gas/19520
11492# Decide if x86 assembler should generate relax relocations.
11493ac_default_x86_relax_relocations=unset
11494# Provide a configure time option to override our default.
11495# Check whether --enable-x86_relax_relocations was given.
11496if test "${enable_x86_relax_relocations+set}" = set; then :
11497 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11498 no) ac_default_x86_relax_relocations=0 ;;
11499esac
11500fi
11501
b8871f35
L
11502# Decide if ELF assembler should generate common symbols with the
11503# STT_COMMON type.
11504ac_default_elf_stt_common=unset
11505# Provide a configure time option to override our default.
11506# Check whether --enable-elf_stt_common was given.
11507if test "${enable_elf_stt_common+set}" = set; then :
11508 enableval=$enable_elf_stt_common; case "${enableval}" in
11509 yes) ac_default_elf_stt_common=1 ;;
11510esac
11511fi
11512
0df8ad28
NC
11513
11514# Decide if the ELF assembler should default to generating
11515# GNU Build notes if none are provided by the input.
11516ac_default_generate_build_notes=0
11517# Provide a configuration option to override the default.
11518# Check whether --enable-generate_build_notes was given.
11519if test "${enable_generate_build_notes+set}" = set; then :
11520 enableval=$enable_generate_build_notes; case "${enableval}" in
11521 yes) ac_default_generate_build_notes=1 ;;
11522 no) ac_default_generate_build_notes=0 ;;
11523esac
11524fi
11525
6f2117ba
PH
11526# Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11527# LLSC errata.
11528ac_default_mips_fix_loongson3_llsc=unset
11529# Provide a configuration option to override the default.
11530# Check whether --enable-mips-fix-loongson3-llsc was given.
11531if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11532 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11533 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11534 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11535esac
11536fi
0df8ad28 11537
b4a3a7b4
L
11538# Decide if the x86 ELF assembler should default to generating GNU x86
11539# used ISA and feature properties.
11540ac_default_generate_x86_used_note=unset
11541# Provide a configuration option to override the default.
11542# Check whether --enable-x86-used-note was given.
11543if test "${enable_x86_used_note+set}" = set; then :
11544 enableval=$enable_x86_used_note; case "${enableval}" in
11545 yes) ac_default_generate_x86_used_note=1 ;;
11546 no) ac_default_generate_x86_used_note=0 ;;
11547esac
11548fi
11549
2dc8dd17
JW
11550# Decide if the RISC-V ELF assembler should default to generating attribute.
11551ac_default_generate_riscv_attr=unset
11552# Provide a configuration option to override the default.
11553# Check whether --enable-default-riscv-attribute was given.
11554if test "${enable_default_riscv_attribute+set}" = set; then :
11555 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11556 yes) ac_default_generate_riscv_attr=1 ;;
11557 no) ac_default_generate_riscv_attr=0 ;;
11558esac
11559fi
b4a3a7b4 11560
ce2cded5 11561using_cgen=no
d7040cdb 11562
d7040cdb 11563
270c9937
JB
11564# Set the 'development' global.
11565. $srcdir/../bfd/development.sh
11566
c5da1932
VZ
11567# Set acp_cpp_for_build variable
11568ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11569
9780e045 11570# Default set of GCC warnings to enable.
397841b5 11571GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11572GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11573
11574# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11575cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11576/* end confdefs.h. */
11577__GNUC__
11578_ACEOF
11579if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11580 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
11581
11582else
11583 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11584fi
11585rm -f conftest*
11586
d7040cdb 11587
9780e045
NC
11588# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11589cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11590/* end confdefs.h. */
11591__GNUC__
11592_ACEOF
11593if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11594 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
11595
11596else
11597 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11598fi
11599rm -f conftest*
11600
11601
6757cf57
TS
11602# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11603WARN_WRITE_STRINGS=""
11604cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605/* end confdefs.h. */
11606__GNUC__
11607_ACEOF
11608if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11609 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
11610
11611else
11612 WARN_WRITE_STRINGS="-Wwrite-strings"
11613fi
11614rm -f conftest*
11615
9780e045 11616
96fe4562 11617# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11618
11619# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11620cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11621/* end confdefs.h. */
11622__GNUC__
11623_ACEOF
11624if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11625 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11626
11627else
11628 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11629fi
11630rm -f conftest*
11631
11632
11633# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11634cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11635/* end confdefs.h. */
11636__GNUC__
11637_ACEOF
11638if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11639 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11640
11641else
11642 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11643fi
11644rm -f conftest*
11645
11646
81ecdfbb
RW
11647# Check whether --enable-werror was given.
11648if test "${enable_werror+set}" = set; then :
11649 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
11650 yes | y) ERROR_ON_WARNING="yes" ;;
11651 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11652 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 11653 esac
81ecdfbb
RW
11654fi
11655
d7040cdb 11656
397841b5 11657# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11658case "${host}" in
11659 *-*-mingw32*)
11660 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11661 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 11662 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
11663 fi
11664 ;;
11665 *) ;;
11666esac
11667
270c9937
JB
11668# Enable -Werror by default when using gcc. Turn it off for releases.
11669if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
ce2cded5
L
11670 ERROR_ON_WARNING=yes
11671fi
11672
11673NO_WERROR=
11674if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11675 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 11676 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
ce2cded5
L
11677 NO_WERROR="-Wno-error"
11678fi
11679
11680if test "${GCC}" = yes ; then
11681 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 11682 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
ce2cded5
L
11683fi
11684
81ecdfbb
RW
11685# Check whether --enable-build-warnings was given.
11686if test "${enable_build_warnings+set}" = set; then :
11687 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
11688 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11689 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
ce2cded5
L
11690 no) if test "${GCC}" = yes ; then
11691 WARN_CFLAGS="-w"
c5da1932 11692 WARN_CFLAGS_FOR_BUILD="-w"
ce2cded5
L
11693 fi;;
11694 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11695 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11696 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
ce2cded5 11697 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11698 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11699 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11700 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11701 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
ce2cded5 11702esac
81ecdfbb
RW
11703fi
11704
d7040cdb 11705
ce2cded5
L
11706if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11707 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11708fi
d7040cdb 11709
d7040cdb 11710
d7040cdb 11711
d7040cdb 11712
d7040cdb 11713
6757cf57 11714
c5da1932 11715
ce2cded5 11716# Generate a header file
81ecdfbb 11717ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11718
d7040cdb 11719
9004b6bd
AB
11720
11721# Check whether --with-cpu was given.
11722if test "${with_cpu+set}" = set; then :
11723 withval=$with_cpu;
11724cat >>confdefs.h <<_ACEOF
11725#define TARGET_WITH_CPU "${with_cpu}"
11726_ACEOF
11727
11728fi
11729
11730
df7b86aa
NC
11731# PR 14072
11732
11733
ce2cded5
L
11734# If we are on a DOS filesystem, we must use gdb.ini rather than
11735# .gdbinit.
11736case "${host}" in
11737 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11738 GDBINIT="gdb.ini"
81ecdfbb 11739 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11740
ce2cded5
L
11741 ;;
11742 *)
11743 GDBINIT=".gdbinit"
81ecdfbb 11744 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11745
ce2cded5
L
11746 ;;
11747esac
d7040cdb 11748
d7040cdb 11749
a8eb42a8 11750#We need this for the host.
81ecdfbb
RW
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11752$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 11753if ${ac_cv_c_bigendian+:} false; then :
81ecdfbb
RW
11754 $as_echo_n "(cached) " >&6
11755else
11756 ac_cv_c_bigendian=unknown
11757 # See if we're dealing with a universal compiler.
11758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11759/* end confdefs.h. */
11760#ifndef __APPLE_CC__
11761 not a universal capable compiler
11762 #endif
11763 typedef int dummy;
11764
11765_ACEOF
11766if ac_fn_c_try_compile "$LINENO"; then :
11767
11768 # Check for potential -arch flags. It is not universal unless
11769 # there are at least two -arch flags with different values.
11770 ac_arch=
11771 ac_prev=
11772 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11773 if test -n "$ac_prev"; then
11774 case $ac_word in
11775 i?86 | x86_64 | ppc | ppc64)
11776 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11777 ac_arch=$ac_word
11778 else
11779 ac_cv_c_bigendian=universal
11780 break
11781 fi
11782 ;;
11783 esac
11784 ac_prev=
11785 elif test "x$ac_word" = "x-arch"; then
11786 ac_prev=arch
11787 fi
11788 done
11789fi
11790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11791 if test $ac_cv_c_bigendian = unknown; then
11792 # See if sys/param.h defines the BYTE_ORDER macro.
11793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11794/* end confdefs.h. */
11795#include <sys/types.h>
81ecdfbb 11796 #include <sys/param.h>
d7040cdb 11797
ce2cded5
L
11798int
11799main ()
11800{
81ecdfbb
RW
11801#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11802 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11803 && LITTLE_ENDIAN)
11804 bogus endian macros
11805 #endif
d7040cdb 11806
ce2cded5
L
11807 ;
11808 return 0;
11809}
11810_ACEOF
81ecdfbb 11811if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11812 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11814/* end confdefs.h. */
11815#include <sys/types.h>
81ecdfbb 11816 #include <sys/param.h>
d7040cdb 11817
ce2cded5
L
11818int
11819main ()
11820{
11821#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11822 not big endian
11823 #endif
d7040cdb 11824
ce2cded5
L
11825 ;
11826 return 0;
11827}
11828_ACEOF
81ecdfbb 11829if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
11830 ac_cv_c_bigendian=yes
11831else
81ecdfbb 11832 ac_cv_c_bigendian=no
ce2cded5 11833fi
81ecdfbb
RW
11834rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11835fi
11836rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11837 fi
11838 if test $ac_cv_c_bigendian = unknown; then
11839 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11841/* end confdefs.h. */
11842#include <limits.h>
d7040cdb 11843
81ecdfbb
RW
11844int
11845main ()
11846{
11847#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11848 bogus endian macros
11849 #endif
11850
11851 ;
11852 return 0;
11853}
ce2cded5 11854_ACEOF
81ecdfbb
RW
11855if ac_fn_c_try_compile "$LINENO"; then :
11856 # It does; now see whether it defined to _BIG_ENDIAN or not.
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11858/* end confdefs.h. */
81ecdfbb
RW
11859#include <limits.h>
11860
ce2cded5
L
11861int
11862main ()
11863{
81ecdfbb
RW
11864#ifndef _BIG_ENDIAN
11865 not big endian
11866 #endif
11867
ce2cded5
L
11868 ;
11869 return 0;
11870}
11871_ACEOF
81ecdfbb 11872if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11873 ac_cv_c_bigendian=yes
81ecdfbb
RW
11874else
11875 ac_cv_c_bigendian=no
d7040cdb 11876fi
81ecdfbb 11877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11878fi
81ecdfbb
RW
11879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11880 fi
11881 if test $ac_cv_c_bigendian = unknown; then
11882 # Compile a test program.
11883 if test "$cross_compiling" = yes; then :
11884 # Try to guess by grepping values from an object file.
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886/* end confdefs.h. */
11887short int ascii_mm[] =
11888 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11889 short int ascii_ii[] =
11890 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11891 int use_ascii (int i) {
11892 return ascii_mm[i] + ascii_ii[i];
11893 }
11894 short int ebcdic_ii[] =
11895 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11896 short int ebcdic_mm[] =
11897 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11898 int use_ebcdic (int i) {
11899 return ebcdic_mm[i] + ebcdic_ii[i];
11900 }
11901 extern int foo;
d7040cdb 11902
81ecdfbb
RW
11903int
11904main ()
11905{
11906return use_ascii (foo) == use_ebcdic (foo);
11907 ;
11908 return 0;
11909}
11910_ACEOF
11911if ac_fn_c_try_compile "$LINENO"; then :
11912 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11913 ac_cv_c_bigendian=yes
11914 fi
11915 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11916 if test "$ac_cv_c_bigendian" = unknown; then
11917 ac_cv_c_bigendian=no
11918 else
11919 # finding both strings is unlikely to happen, but who knows?
11920 ac_cv_c_bigendian=unknown
11921 fi
11922 fi
ce2cded5 11923fi
81ecdfbb 11924rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11925else
81ecdfbb 11926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11927/* end confdefs.h. */
81ecdfbb 11928$ac_includes_default
ce2cded5
L
11929int
11930main ()
11931{
81ecdfbb
RW
11932
11933 /* Are we little or big endian? From Harbison&Steele. */
11934 union
11935 {
11936 long int l;
11937 char c[sizeof (long int)];
11938 } u;
11939 u.l = 1;
11940 return u.c[sizeof (long int) - 1] == 1;
11941
11942 ;
11943 return 0;
ce2cded5 11944}
d7040cdb 11945_ACEOF
81ecdfbb 11946if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
11947 ac_cv_c_bigendian=no
11948else
81ecdfbb 11949 ac_cv_c_bigendian=yes
d7040cdb 11950fi
81ecdfbb
RW
11951rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11952 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 11953fi
81ecdfbb
RW
11954
11955 fi
ce2cded5 11956fi
81ecdfbb
RW
11957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11958$as_echo "$ac_cv_c_bigendian" >&6; }
11959 case $ac_cv_c_bigendian in #(
11960 yes)
11961 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11962;; #(
11963 no)
11964 ;; #(
11965 universal)
d7040cdb 11966
81ecdfbb
RW
11967$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11968
11969 ;; #(
11970 *)
d0ac1c44 11971 as_fn_error $? "unknown endianness
81ecdfbb
RW
11972 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11973 esac
d7040cdb 11974
d7040cdb 11975
ce2cded5 11976te_file=generic
d7040cdb 11977
ce2cded5
L
11978# Makefile target for installing gas in $(tooldir)/bin.
11979install_tooldir=install-exec-tooldir
d7040cdb 11980
ce2cded5
L
11981canon_targets=""
11982all_targets=no
11983if test -n "$enable_targets" ; then
11984 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11985 if test $t = "all"; then
11986 all_targets=yes
11987 continue
11988 fi
11989 result=`$ac_config_sub $t 2>/dev/null`
11990 if test -n "$result" ; then
11991 canon_targets="$canon_targets $result"
11992# else
11993# # Permit "all", etc. We don't support it yet though.
11994# canon_targets="$canon_targets $t"
11995 fi
11996 done
11997 _gas_uniq_list="$canon_targets"
d7040cdb
SE
11998_gas_uniq_newlist=""
11999for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12000 case $_gas_uniq_i in
12001 _gas_uniq_dummy) ;;
12002 *) case " $_gas_uniq_newlist " in
12003 *" $_gas_uniq_i "*) ;;
12004 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12005 esac ;;
12006 esac
12007done
ce2cded5 12008canon_targets=$_gas_uniq_newlist
d7040cdb 12009
ce2cded5
L
12010fi
12011
12012emulations=""
12013
12014for this_target in $target $canon_targets ; do
12015
12016 targ=${this_target}
12017 . ${srcdir}/configure.tgt
12018
12019 case ${target_cpu} in
12020 crisv32)
12021
12022cat >>confdefs.h <<_ACEOF
12023#define DEFAULT_CRIS_ARCH $arch
d7040cdb 12024_ACEOF
ce2cded5
L
12025
12026 ;;
12027 esac
12028
12029 if test ${this_target} = $target ; then
12030 target_cpu_type=${cpu_type}
12031 elif test ${target_cpu_type} != ${cpu_type} ; then
12032 continue
12033 fi
12034
12035 generic_target=${cpu_type}-${target_vendor}-${target_os}
12036 case ${generic_target} in
ce2cded5
L
12037 i386-*-msdosdjgpp* \
12038 | i386-*-go32* \
12039 | i386-go32-rtems*)
12040
81ecdfbb 12041$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
12042
12043 ;;
12044
939b95c7
L
12045 i386-*-linux-* | x86_64-*-linux-*)
12046 if test ${this_target} = $target \
12047 && test ${ac_default_generate_x86_used_note} = unset; then
12048 ac_default_generate_x86_used_note=1
12049 fi
12050 ;;
12051
0cb4071e
L
12052 i386-*-solaris2 \
12053 | x86_64-*-solaris2 \
12054 | i386-*-solaris2.[0-9] \
12055 | i386-*-solaris2.1[01] \
12056 | x86_64-*-solaris2.1[01])
12057 if test ${this_target} = $target \
12058 && test ${ac_default_x86_relax_relocations} = unset; then
12059 ac_default_x86_relax_relocations=0
12060 fi
12061 ;;
12062
7ba29e2a
NC
12063 microblaze*)
12064 ;;
12065
e5231592 12066 ppc-*-aix[5-9].*)
ce2cded5 12067
81ecdfbb 12068$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5 12069
ce2cded5
L
12070 ;;
12071 ppc-*-solaris*)
12072 if test ${this_target} = $target; then
12073
81ecdfbb 12074$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
12075
12076 fi
12077 if test x${endian} = xbig; then
d0ac1c44 12078 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
12079 fi
12080 ;;
d7040cdb 12081 esac
d7040cdb 12082
ce2cded5
L
12083 if test ${this_target} = $target ; then
12084 endian_def=
12085 if test x${endian} = xbig; then
12086 endian_def=1
12087 elif test x${endian} = xlittle; then
12088 endian_def=0
12089 fi
12090 if test x${endian_def} != x; then
12091
12092cat >>confdefs.h <<_ACEOF
12093#define TARGET_BYTES_BIG_ENDIAN $endian_def
12094_ACEOF
12095
12096 fi
12097 fi
12098
12099# Other random stuff.
12100
12101 case ${cpu_type} in
12102 mips)
12103 # Set mips_cpu to the name of the default CPU.
12104 case ${target_cpu} in
12105 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12106 mips_cpu=from-abi
12107 ;;
12108 mipsisa32 | mipsisa32el)
12109 mips_cpu=mips32
12110 ;;
12111 mipsisa32r2 | mipsisa32r2el)
12112 mips_cpu=mips32r2
12113 ;;
ae52f483
AB
12114 mipsisa32r3 | mipsisa32r3el)
12115 mips_cpu=mips32r3
12116 ;;
12117 mipsisa32r5 | mipsisa32r5el)
12118 mips_cpu=mips32r5
12119 ;;
7361da2c
AB
12120 mipsisa32r6 | mipsisa32r6el)
12121 mips_cpu=mips32r6
12122 ;;
ce2cded5
L
12123 mipsisa64 | mipsisa64el)
12124 mips_cpu=mips64
12125 ;;
12126 mipsisa64r2 | mipsisa64r2el)
12127 mips_cpu=mips64r2
12128 ;;
ae52f483
AB
12129 mipsisa64r3 | mipsisa64r3el)
12130 mips_cpu=mips64r3
12131 ;;
12132 mipsisa64r5 | mipsisa64r5el)
12133 mips_cpu=mips64r5
12134 ;;
7361da2c
AB
12135 mipsisa64r6 | mipsisa64r6el)
12136 mips_cpu=mips64r6
12137 ;;
ce2cded5
L
12138 mipstx39 | mipstx39el)
12139 mips_cpu=r3900
12140 ;;
12141 mips64vr | mips64vrel)
12142 mips_cpu=vr4100
12143 ;;
12144 mipsisa32r2* | mipsisa64r2*)
12145 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12146 ;;
7361da2c
AB
12147 mipsisa32r6* | mipsisa64r6*)
12148 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12149 ;;
ce2cded5
L
12150 mips64* | mipsisa64* | mipsisa32*)
12151 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12152 ;;
e407c74b
NC
12153 mips*)
12154 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12155 ;;
ce2cded5 12156 *)
d0ac1c44 12157 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12158 ;;
12159 esac
12160 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12161 # binaries. It's a GNU extension that some OSes don't understand.
ce2cded5
L
12162 case ${target} in
12163 *-*-irix*)
12164 use_e_mips_abi_o32=0
12165 ;;
12166 *)
12167 use_e_mips_abi_o32=1
12168 ;;
12169 esac
12170 # Decide whether to generate 32-bit or 64-bit code by default.
12171 # Used to resolve -march=from-abi when an embedded ABI is selected.
12172 case ${target} in
12173 mips64*-*-* | mipsisa64*-*-*)
12174 mips_default_64bit=1
12175 ;;
12176 *)
12177 mips_default_64bit=0
12178 ;;
12179 esac
12180 # Decide which ABI to target by default.
12181 case ${target} in
0984958b
MR
12182 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12183 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
ce2cded5
L
12184 mips_default_abi=N32_ABI
12185 ;;
aeffff67 12186 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12187 mips_default_abi=O32_ABI
12188 ;;
12189 mips64*-openbsd*)
12190 mips_default_abi=N64_ABI
12191 ;;
12192 *)
12193 mips_default_abi=NO_ABI
12194 ;;
12195 esac
12196
12197cat >>confdefs.h <<_ACEOF
12198#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12199_ACEOF
d7040cdb
SE
12200
12201
12202cat >>confdefs.h <<_ACEOF
ce2cded5 12203#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12204_ACEOF
12205
12206
12207cat >>confdefs.h <<_ACEOF
ce2cded5 12208#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12209_ACEOF
12210
12211
ce2cded5
L
12212cat >>confdefs.h <<_ACEOF
12213#define MIPS_DEFAULT_ABI $mips_default_abi
12214_ACEOF
d7040cdb 12215
ce2cded5
L
12216 ;;
12217 esac
d7040cdb 12218
ce2cded5
L
12219 # Do we need the opcodes library?
12220 case ${cpu_type} in
12221 vax | tic30)
12222 ;;
d7040cdb 12223
ce2cded5
L
12224 *)
12225 need_opcodes=yes
d7040cdb 12226
ce2cded5
L
12227 case "${enable_shared}" in
12228 yes) shared_opcodes=true ;;
12229 *opcodes*) shared_opcodes=true ;;
12230 *) shared_opcodes=false ;;
12231 esac
12232 ;;
12233 esac
d7040cdb 12234
ce2cded5
L
12235 # Any other special object files needed ?
12236 case ${cpu_type} in
d7040cdb 12237
ce2cded5 12238 bfin)
55add51e 12239 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
e11078da
AM
12240 case " $extra_objects " in
12241 *" $f "*) ;;
12242 *) extra_objects="$extra_objects $f" ;;
12243 esac
12244 done
12245 ;;
d7040cdb 12246
f8861f5d
JM
12247 bpf)
12248 if test $this_target = $target ; then
12249
12250cat >>confdefs.h <<_ACEOF
12251#define DEFAULT_ARCH "${arch}"
12252_ACEOF
12253
12254 fi
12255 using_cgen=yes
12256 ;;
73589c9d 12257 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
ce2cded5
L
12258 using_cgen=yes
12259 ;;
d7040cdb 12260
4462d7c4 12261 loongarch)
12262 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12263 case " $extra_objects " in
12264 *" $f "*) ;;
12265 *) extra_objects="$extra_objects $f" ;;
12266 esac
12267 done
12268 # --target=loongarch[32|64]-*-*. */
12269 if test $this_target = $target ; then
12270
12271cat >>confdefs.h <<_ACEOF
12272#define DEFAULT_ARCH "${arch}"
12273_ACEOF
12274
12275 fi
12276 ;;
12277
ce2cded5
L
12278 m32c)
12279 using_cgen=yes
12280 ;;
12281 frv)
12282 using_cgen=yes
12283 ;;
12284 m68k)
55add51e 12285 f=config/m68k-parse.o
e11078da
AM
12286 case " $extra_objects " in
12287 *" $f "*) ;;
12288 *) extra_objects="$extra_objects $f" ;;
ce2cded5
L
12289 esac
12290 ;;
d7040cdb 12291
ce2cded5
L
12292 mep)
12293 using_cgen=yes
12294 ;;
d7040cdb 12295
ce2cded5 12296 mips)
e11078da
AM
12297 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12298 case " $extra_objects " in
12299 *" $f "*) ;;
12300 *) extra_objects="$extra_objects $f" ;;
12301 esac
12302 done
ce2cded5 12303 ;;
d7040cdb 12304
ce2cded5 12305 mt)
e11078da 12306 using_cgen=yes
ce2cded5 12307 ;;
d7040cdb 12308
35c08157 12309 nds32)
fbaf61ad
NC
12310 # setup NDS32_LINUX_TOOLCHAIN definition
12311 if test "linux" = $em; then
12312
12313$as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12314
12315 else
12316
12317$as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12318
12319 fi
12320
e11078da 12321 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
35c08157
KLC
12322 # based on arch_name.
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12324$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12325 if test "x${with_arch}" != x; then
12326 case ${with_arch} in
e11078da 12327 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
35c08157
KLC
12328
12329cat >>confdefs.h <<_ACEOF
12330#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12331_ACEOF
12332
e11078da 12333 ;;
35c08157 12334 *)
d0ac1c44 12335 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
35c08157 12336 ;;
e11078da 12337 esac
35c08157
KLC
12338 fi
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12340$as_echo "$with_arch" >&6; }
12341
e11078da
AM
12342 # Decide features one by one.
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
35c08157 12344$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
6cd8405e 12345 if test "x${enable_dx_regs}" = xyes; then
35c08157
KLC
12346
12347$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12348
12349 else
12350
12351$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12352
12353 fi
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12355$as_echo "$enable_dx_regs" >&6; }
12356
e11078da 12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
35c08157 12358$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
6cd8405e 12359 if test "x${enable_perf_ext}" = xno; then
35c08157
KLC
12360
12361$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12362
12363 else
12364
12365$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12366
12367 fi
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12369$as_echo "$enable_perf_ext" >&6; }
12370
e11078da 12371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
35c08157 12372$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
6cd8405e 12373 if test "x${enable_perf_ext2}" = xno; then
35c08157
KLC
12374
12375$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12376
12377 else
12378
12379$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12380
12381 fi
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12383$as_echo "$enable_perf_ext2" >&6; }
12384
e11078da 12385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
35c08157 12386$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
6cd8405e 12387 if test "x${enable_string_ext}" = xno; then
35c08157
KLC
12388
12389$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12390
12391 else
12392
12393$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12394
12395 fi
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12397$as_echo "$enable_string_ext" >&6; }
12398
e11078da 12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
35c08157 12400$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
6cd8405e 12401 if test "x${enable_audio_ext}" = xno; then
35c08157
KLC
12402
12403$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12404
12405 else
12406
12407$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12408
12409 fi
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12411$as_echo "$enable_audio_ext" >&6; }
fbaf61ad
NC
12412
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12414$as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12415 if test "x${enable_dsp_ext}" = xno; then
12416
12417$as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12418
12419 else
12420
12421$as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12422
12423 fi
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12425$as_echo "$enable_dsp_ext" >&6; }
12426
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12428$as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12429 if test "x${enable_zol_ext}" = xno; then
12430
12431$as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12432
12433 else
12434
12435$as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12436
12437 fi
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12439$as_echo "$enable_zol_ext" >&6; }
35c08157
KLC
12440 ;;
12441
8f595e9b 12442 aarch64 | i386 | s390 | sparc)
ce2cded5 12443 if test $this_target = $target ; then
d7040cdb
SE
12444
12445cat >>confdefs.h <<_ACEOF
ce2cded5 12446#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12447_ACEOF
12448
ce2cded5
L
12449 fi
12450 ;;
d7040cdb 12451
8f595e9b
NC
12452 riscv)
12453 # --target=riscv[32|64]-*-*. */
12454 if test $this_target = $target ; then
12455
12456cat >>confdefs.h <<_ACEOF
12457#define DEFAULT_ARCH "${arch}"
12458_ACEOF
12459
12460 fi
12461
12462 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12464$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12465 if test "x${with_arch}" != x; then
12466
12467cat >>confdefs.h <<_ACEOF
12468#define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12469_ACEOF
12470
12471 fi
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12473$as_echo "$with_arch" >&6; }
12474
12475 # --with-isa-spec=[2.2|20190608|20191213].
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12477$as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12478 if test "x${with_isa_spec}" != x; then
12479
12480cat >>confdefs.h <<_ACEOF
12481#define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12482_ACEOF
12483
12484 fi
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12486$as_echo "$with_isa_spec" >&6; }
12487
9fba0721 12488 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
8f595e9b
NC
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12490$as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12491 if test "x${with_priv_spec}" != x; then
12492
12493cat >>confdefs.h <<_ACEOF
12494#define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12495_ACEOF
12496
12497 fi
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12499$as_echo "$with_priv_spec" >&6; }
12500 ;;
12501
99c513f6 12502 rl78)
55add51e 12503 f=config/rl78-parse.o
e11078da
AM
12504 case " $extra_objects " in
12505 *" $f "*) ;;
12506 *) extra_objects="$extra_objects $f" ;;
12507 esac
99c513f6
DD
12508 ;;
12509
c7927a3c 12510 rx)
55add51e 12511 f=config/rx-parse.o
e11078da
AM
12512 case " $extra_objects " in
12513 *" $f "*) ;;
12514 *) extra_objects="$extra_objects $f" ;;
12515 esac
c7927a3c
NC
12516 ;;
12517
ce2cded5
L
12518 xstormy16)
12519 using_cgen=yes
12520 ;;
d7040cdb 12521
ce2cded5
L
12522 xc16x)
12523 using_cgen=yes
12524 ;;
d7040cdb 12525
ce2cded5 12526 xtensa)
e11078da
AM
12527 f=config/xtensa-relax.o
12528 case " $extra_objects " in
12529 *" $f "*) ;;
12530 *) extra_objects="$extra_objects $f" ;;
12531 esac
ce2cded5 12532 ;;
d7040cdb 12533
ce2cded5
L
12534 *)
12535 ;;
12536 esac
d7040cdb 12537
ce2cded5 12538 if test $using_cgen = yes ; then
e11078da
AM
12539 f=cgen.o
12540 case " $extra_objects " in
12541 *" $f "*) ;;
12542 *) extra_objects="$extra_objects $f" ;;
ce2cded5
L
12543 esac
12544 fi
d7040cdb 12545
ce2cded5 12546# See if we really can support this configuration with the emulation code.
d7040cdb 12547
ce2cded5
L
12548 if test $this_target = $target ; then
12549 obj_format=$fmt
12550 te_file=$em
12551 fi
d7040cdb 12552
e11078da
AM
12553 case ${te_file} in
12554 vms)
12555 f=config/te-vms.o
12556 case " $extra_objects " in
12557 *" $f "*) ;;
12558 *) extra_objects="$extra_objects $f" ;;
12559 esac ;;
12560 esac
b11d79f2 12561
ce2cded5 12562# From target name and format, produce a list of supported emulations.
d7040cdb 12563
ce2cded5 12564 case ${generic_target}-${fmt} in
e8044f35 12565 mips-*-*-*) case "$endian" in
ce2cded5
L
12566 big) emulation="mipsbelf mipslelf mipself" ;;
12567 *) emulation="mipslelf mipsbelf mipself" ;;
12568 esac ;;
ce2cded5
L
12569 # i386-pc-pe-coff != i386-pc-coff.
12570 i386-*-pe-coff) ;;
12571 # Uncommenting the next line will turn on support for i386 AOUT
12572 # for the default linux configuration
12573 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12574 #
12575 i386-*-aout) emulation="i386aout" ;;
12576 i386-*-coff) emulation="i386coff" ;;
12577 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12578
ce2cded5
L
12579 # Always all formats. The first stated emulation becomes the default.
12580 cris-*-*aout*) emulation="crisaout criself" ;;
12581 cris-*-*) emulation="criself crisaout" ;;
12582 esac
13b2be9c 12583
ce2cded5 12584 emulations="$emulations $emulation"
13b2be9c 12585
13b2be9c 12586done
13b2be9c 12587
0cb4071e
L
12588if test ${ac_default_x86_relax_relocations} = unset; then
12589 ac_default_x86_relax_relocations=1
12590fi
12591
12592cat >>confdefs.h <<_ACEOF
12593#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12594_ACEOF
12595
12596
b8871f35
L
12597if test ${ac_default_elf_stt_common} = unset; then
12598 ac_default_elf_stt_common=0
12599fi
12600
12601cat >>confdefs.h <<_ACEOF
12602#define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12603_ACEOF
12604
12605
0df8ad28
NC
12606
12607cat >>confdefs.h <<_ACEOF
12608#define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12609_ACEOF
12610
12611
b4a3a7b4
L
12612if test ${ac_default_generate_x86_used_note} = unset; then
12613 ac_default_generate_x86_used_note=0
12614fi
12615
12616cat >>confdefs.h <<_ACEOF
12617#define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12618_ACEOF
12619
12620
2dc8dd17 12621if test ${ac_default_generate_riscv_attr} = unset; then
aa0587b2 12622 ac_default_generate_riscv_attr=1
2dc8dd17
JW
12623fi
12624
12625
12626cat >>confdefs.h <<_ACEOF
12627#define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12628_ACEOF
12629
12630
6f2117ba
PH
12631if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12632 ac_default_mips_fix_loongson3_llsc=0
12633fi
12634
12635cat >>confdefs.h <<_ACEOF
12636#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12637_ACEOF
12638
12639
348ef89a 12640if test x$ac_default_compressed_debug_sections = xyes ; then
e12fe555
NC
12641
12642$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12643
6c3bc0f8 12644fi
e12fe555 12645
ce2cded5
L
12646# Turn on all targets if possible
12647if test ${all_targets} = "yes"; then
12648 case ${target_cpu_type} in
12649 i386)
12650 case ${obj_format} in
12651 aout)
12652 emulations="$emulations i386coff i386elf"
12653 ;;
12654 coff)
12655 emulations="$emulations i386aout i386elf"
12656 ;;
12657 elf)
12658 emulations="$emulations i386aout i386coff"
12659 ;;
12660 esac
12661 ;;
12662 x86_64)
12663 case ${obj_format} in
12664 aout)
12665 emulations="$emulations i386coff i386elf"
12666 ;;
12667 coff)
12668 emulations="$emulations i386aout i386elf"
12669 ;;
12670 elf)
12671 emulations="$emulations i386aout i386coff"
12672 ;;
12673 esac
12674 ;;
12675 esac
13b2be9c 12676fi
c8615825 12677
39871c07
AM
12678# PE code has way too many macros tweaking behaviour
12679case ${te_file} in
12680 pe*) emulations="" ;;
12681esac
12682
ce2cded5
L
12683# Assign floating point type. Most processors with FP support
12684# IEEE FP. On those that don't support FP at all, usually IEEE
12685# is emulated.
12686case ${target_cpu} in
12687 vax | pdp11 ) atof=vax ;;
12688 *) atof=ieee ;;
12689esac
c8615825 12690
ce2cded5 12691case "${obj_format}" in
d0ac1c44 12692 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 12693esac
13b2be9c 12694
ce2cded5
L
12695# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12696cgen_cpu_prefix=""
12697if test $using_cgen = yes ; then
12698 case ${target_cpu} in
73589c9d
CS
12699 or1knd)
12700 cgen_cpu_prefix=or1k ;;
ce2cded5
L
12701 *) cgen_cpu_prefix=${target_cpu} ;;
12702 esac
c8615825 12703
c8615825 12704
81ecdfbb 12705$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 12706
d7040cdb 12707fi
13b2be9c 12708
ce2cded5
L
12709
12710if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
d0ac1c44 12711 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 12712fi
ce2cded5
L
12713
12714if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
d0ac1c44 12715 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
12716fi
12717
ce2cded5
L
12718# Some COFF configurations want these random other flags set.
12719case ${obj_format} in
12720 coff)
12721 case ${target_cpu_type} in
12722 i386)
81ecdfbb 12723$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12724 ;;
12725 x86_64)
81ecdfbb 12726$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12727 ;;
12728 esac
12729 ;;
12730esac
12731
12732# Getting this done right is going to be a bitch. Each configuration specified
12733# with --enable-targets=... should be checked for environment, format, cpu
12734# setting.
12735#
12736# For each configuration, the necessary object file support code must be linked
12737# in. This might be only one, it might be up to four. The necessary emulation
12738# code needs to be provided, too.
12739#
12740# And then there's "--enable-targets=all"....
12741#
e8044f35 12742# For now, just always do it for MIPS ELF configurations. Sigh.
ce2cded5
L
12743
12744formats="${obj_format}"
12745emfiles=""
12746EMULATIONS=""
12747_gas_uniq_list="$emulations"
12748_gas_uniq_newlist=""
12749for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12750 case $_gas_uniq_i in
12751 _gas_uniq_dummy) ;;
12752 *) case " $_gas_uniq_newlist " in
12753 *" $_gas_uniq_i "*) ;;
12754 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12755 esac ;;
12756 esac
12757done
12758emulations=$_gas_uniq_newlist
12759
12760for em in . $emulations ; do
12761 case $em in
12762 .) continue ;;
12763 mipsbelf | mipslelf | mipself)
12764 fmt=elf file=mipself ;;
ce2cded5
L
12765 *coff)
12766 fmt=coff file=$em ;;
12767 *aout)
12768 fmt=aout file=$em ;;
12769 *elf)
12770 fmt=elf file=$em ;;
12771 esac
12772 formats="$formats $fmt"
d0ac1c44 12773 emfiles="$emfiles config/e-$file.o"
ce2cded5
L
12774 EMULATIONS="$EMULATIONS &$em,"
12775done
12776_gas_uniq_list="$formats"
12777_gas_uniq_newlist=""
12778for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12779 case $_gas_uniq_i in
12780 _gas_uniq_dummy) ;;
12781 *) case " $_gas_uniq_newlist " in
12782 *" $_gas_uniq_i "*) ;;
12783 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12784 esac ;;
12785 esac
13b2be9c 12786done
ce2cded5 12787formats=$_gas_uniq_newlist
13b2be9c 12788
ce2cded5
L
12789_gas_uniq_list="$emfiles"
12790_gas_uniq_newlist=""
12791for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12792 case $_gas_uniq_i in
12793 _gas_uniq_dummy) ;;
12794 *) case " $_gas_uniq_newlist " in
12795 *" $_gas_uniq_i "*) ;;
12796 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12797 esac ;;
12798 esac
12799done
12800emfiles=$_gas_uniq_newlist
d7040cdb 12801
ce2cded5
L
12802if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12803 for fmt in $formats ; do
12804 case $fmt in
12805 aout)
81ecdfbb 12806$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
12807 ;;
12808 coff)
81ecdfbb 12809$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
12810 ;;
12811 ecoff)
81ecdfbb 12812$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
12813 ;;
12814 elf)
81ecdfbb 12815$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
12816 ;;
12817 generic)
81ecdfbb 12818$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
12819 ;;
12820 som)
81ecdfbb 12821$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
12822 ;;
12823 esac
d0ac1c44 12824 extra_objects="$extra_objects config/obj-$fmt.o"
ce2cded5
L
12825 done
12826 obj_format=multi
13b2be9c 12827fi
ce2cded5
L
12828if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12829 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 12830 # e-mipself has more than one emulation per file, e-i386* has just one at the
ce2cded5
L
12831 # moment. If only one emulation is specified, then don't define
12832 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12833 case "${obj_format}${emfiles}" in
e8044f35 12834 multi* | *mipself*)
ce2cded5 12835 extra_objects="$extra_objects $emfiles"
d7040cdb 12836
81ecdfbb 12837$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
12838 ;;
12839 esac
12840fi
d7040cdb 12841
13b2be9c 12842
ce2cded5
L
12843cat >>confdefs.h <<_ACEOF
12844#define EMULATIONS $EMULATIONS
13b2be9c 12845_ACEOF
d7040cdb 12846
d7040cdb 12847
ce2cded5
L
12848cat >>confdefs.h <<_ACEOF
12849#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12850_ACEOF
d7040cdb 12851
d7040cdb 12852
ce2cded5 12853reject_dev_configs=yes
252b5132 12854
ce2cded5
L
12855case ${reject_dev_configs}-${dev} in
12856 yes-yes) # Oops.
d0ac1c44 12857 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 12858 ;;
d7040cdb
SE
12859esac
12860
13b2be9c 12861
ce2cded5
L
12862
12863
12864
12865
12866
12867# do we need the opcodes library?
12868case "${need_opcodes}" in
12869yes)
12870 OPCODES_LIB=../opcodes/libopcodes.la
12871 ;;
12872esac
12873
12874
12875
12876
12877cat >>confdefs.h <<_ACEOF
12878#define TARGET_ALIAS "${target_alias}"
d7040cdb 12879_ACEOF
20e95c23 12880
20e95c23 12881
ce2cded5
L
12882cat >>confdefs.h <<_ACEOF
12883#define TARGET_CANONICAL "${target}"
12884_ACEOF
20e95c23 12885
d6d788bd 12886
ce2cded5
L
12887cat >>confdefs.h <<_ACEOF
12888#define TARGET_CPU "${target_cpu}"
12889_ACEOF
20e95c23 12890
ce2cded5
L
12891
12892cat >>confdefs.h <<_ACEOF
12893#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12894_ACEOF
12895
12896
ce2cded5
L
12897cat >>confdefs.h <<_ACEOF
12898#define TARGET_OS "${target_os}"
12899_ACEOF
12900
0efedc4c 12901
d7040cdb
SE
12902for ac_prog in 'bison -y' byacc
12903do
12904 # Extract the first word of "$ac_prog", so it can be a program name with args.
12905set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12907$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12908if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12909 $as_echo_n "(cached) " >&6
20e95c23 12910else
d7040cdb
SE
12911 if test -n "$YACC"; then
12912 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12913else
d7040cdb
SE
12914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12915for as_dir in $PATH
12916do
12917 IFS=$as_save_IFS
12918 test -z "$as_dir" && as_dir=.
81ecdfbb 12919 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12921 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 12923 break 2
20e95c23 12924 fi
d7040cdb 12925done
81ecdfbb
RW
12926 done
12927IFS=$as_save_IFS
20e95c23 12928
d7040cdb
SE
12929fi
12930fi
12931YACC=$ac_cv_prog_YACC
12932if test -n "$YACC"; then
81ecdfbb
RW
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12934$as_echo "$YACC" >&6; }
d7040cdb 12935else
81ecdfbb
RW
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12937$as_echo "no" >&6; }
d7040cdb 12938fi
20e95c23 12939
81ecdfbb 12940
d7040cdb
SE
12941 test -n "$YACC" && break
12942done
12943test -n "$YACC" || YACC="yacc"
20e95c23 12944
d7040cdb
SE
12945for ac_prog in flex lex
12946do
12947 # Extract the first word of "$ac_prog", so it can be a program name with args.
12948set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12950$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12951if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 12952 $as_echo_n "(cached) " >&6
d6d788bd 12953else
d7040cdb
SE
12954 if test -n "$LEX"; then
12955 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12956else
12957as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12958for as_dir in $PATH
12959do
12960 IFS=$as_save_IFS
12961 test -z "$as_dir" && as_dir=.
81ecdfbb 12962 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12964 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12966 break 2
12967 fi
12968done
81ecdfbb
RW
12969 done
12970IFS=$as_save_IFS
20e95c23 12971
d7040cdb
SE
12972fi
12973fi
12974LEX=$ac_cv_prog_LEX
12975if test -n "$LEX"; then
81ecdfbb
RW
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12977$as_echo "$LEX" >&6; }
20e95c23 12978else
81ecdfbb
RW
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12980$as_echo "no" >&6; }
13b2be9c
DJ
12981fi
12982
81ecdfbb 12983
d7040cdb
SE
12984 test -n "$LEX" && break
12985done
12986test -n "$LEX" || LEX=":"
20e95c23 12987
3d961d0d
AM
12988case "$LEX" in
12989 :|*"missing "*) ;;
12990 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12991%%
12992a { ECHO; }
12993b { REJECT; }
12994c { yymore (); }
12995d { yyless (1); }
d0ac1c44
SM
12996e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12997 yyless ((input () != 0)); }
81ecdfbb
RW
12998f { unput (yytext[0]); }
12999. { BEGIN INITIAL; }
13000%%
13001#ifdef YYTEXT_POINTER
13002extern char *yytext;
d7040cdb 13003#endif
d7040cdb 13004int
81ecdfbb 13005main (void)
d7040cdb 13006{
81ecdfbb 13007 return ! yylex () + ! yywrap ();
d7040cdb
SE
13008}
13009_ACEOF
81ecdfbb
RW
13010{ { ac_try="$LEX conftest.l"
13011case "(($ac_try" in
13012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13013 *) ac_try_echo=$ac_try;;
13014esac
13015eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13016$as_echo "$ac_try_echo"; } >&5
13017 (eval "$LEX conftest.l") 2>&5
d7040cdb 13018 ac_status=$?
81ecdfbb
RW
13019 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13020 test $ac_status = 0; }
13021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13022$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 13023if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 13024 $as_echo_n "(cached) " >&6
d7040cdb 13025else
d5fbea21 13026
81ecdfbb
RW
13027if test -f lex.yy.c; then
13028 ac_cv_prog_lex_root=lex.yy
13029elif test -f lexyy.c; then
13030 ac_cv_prog_lex_root=lexyy
13031else
d0ac1c44 13032 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 13033fi
d7040cdb 13034fi
81ecdfbb
RW
13035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13036$as_echo "$ac_cv_prog_lex_root" >&6; }
13037LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 13038
81ecdfbb
RW
13039if test -z "${LEXLIB+set}"; then
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13041$as_echo_n "checking lex library... " >&6; }
d0ac1c44 13042if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 13043 $as_echo_n "(cached) " >&6
d7040cdb 13044else
d7040cdb 13045
81ecdfbb
RW
13046 ac_save_LIBS=$LIBS
13047 ac_cv_lib_lex='none needed'
13048 for ac_lib in '' -lfl -ll; do
13049 LIBS="$ac_lib $ac_save_LIBS"
13050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13051/* end confdefs.h. */
13052`cat $LEX_OUTPUT_ROOT.c`
13053_ACEOF
13054if ac_fn_c_try_link "$LINENO"; then :
13055 ac_cv_lib_lex=$ac_lib
d7040cdb 13056fi
81ecdfbb
RW
13057rm -f core conftest.err conftest.$ac_objext \
13058 conftest$ac_exeext conftest.$ac_ext
13059 test "$ac_cv_lib_lex" != 'none needed' && break
13060 done
13061 LIBS=$ac_save_LIBS
d7040cdb
SE
13062
13063fi
81ecdfbb
RW
13064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13065$as_echo "$ac_cv_lib_lex" >&6; }
13066 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
13067fi
13068
13b2be9c 13069
81ecdfbb
RW
13070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13071$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 13072if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 13073 $as_echo_n "(cached) " >&6
d7040cdb
SE
13074else
13075 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 13076# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
13077# not all implementations provide the %pointer and %array declarations.
13078ac_cv_prog_lex_yytext_pointer=no
d7040cdb 13079ac_save_LIBS=$LIBS
81ecdfbb
RW
13080LIBS="$LEXLIB $ac_save_LIBS"
13081cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082/* end confdefs.h. */
d0ac1c44
SM
13083
13084 #define YYTEXT_POINTER 1
d7040cdb 13085`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 13086_ACEOF
81ecdfbb 13087if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13088 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 13089fi
81ecdfbb
RW
13090rm -f core conftest.err conftest.$ac_objext \
13091 conftest$ac_exeext conftest.$ac_ext
d7040cdb 13092LIBS=$ac_save_LIBS
252b5132 13093
9b2b7d69 13094fi
81ecdfbb
RW
13095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13096$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 13097if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 13098
81ecdfbb 13099$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 13100
d6d788bd 13101fi
81ecdfbb 13102rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
13103 ;;
13104esac
d7040cdb
SE
13105if test "$LEX" = :; then
13106 LEX=${am_missing_run}flex
13107fi
13108
e184813f 13109ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
d7040cdb
SE
13110# If we haven't got the data from the intl directory,
13111# assume NLS is disabled.
13112USE_NLS=no
13113LIBINTL=
13114LIBINTL_DEP=
13115INCINTL=
13116XGETTEXT=
13117GMSGFMT=
13118POSUB=
13119
13120if test -f ../intl/config.intl; then
13121 . ../intl/config.intl
13122fi
81ecdfbb
RW
13123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13124$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 13125if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13127$as_echo "no" >&6; }
d7040cdb 13128else
81ecdfbb
RW
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13130$as_echo "yes" >&6; }
d7040cdb 13131
81ecdfbb 13132$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
13133
13134
81ecdfbb
RW
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13136$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
13137 # Look for .po and .gmo files in the source directory.
13138 CATALOGS=
13139 XLINGUAS=
13140 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13141 # If there aren't any .gmo files the shell will give us the
13142 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13143 # weeded out.
13144 case "$cat" in *\**)
13145 continue;;
13146 esac
13147 # The quadruple backslash is collapsed to a double backslash
13148 # by the backticks, then collapsed again by the double quotes,
13149 # leaving us with one backslash in the sed expression (right
13150 # before the dot that mustn't act as a wildcard).
13151 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13152 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13153 # The user is allowed to set LINGUAS to a list of languages to
13154 # install catalogs for. If it's empty that means "all of them."
13155 if test "x$LINGUAS" = x; then
13156 CATALOGS="$CATALOGS $cat"
13157 XLINGUAS="$XLINGUAS $lang"
13158 else
13159 case "$LINGUAS" in *$lang*)
13160 CATALOGS="$CATALOGS $cat"
13161 XLINGUAS="$XLINGUAS $lang"
13162 ;;
13163 esac
13164 fi
13165 done
13166 LINGUAS="$XLINGUAS"
81ecdfbb
RW
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13168$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
13169
13170
13171 DATADIRNAME=share
13172
13173 INSTOBJEXT=.mo
13174
13175 GENCAT=gencat
13176
13177 CATOBJEXT=.gmo
13178
13179fi
13180
13181 MKINSTALLDIRS=
13182 if test -n "$ac_aux_dir"; then
13183 case "$ac_aux_dir" in
13184 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13185 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13186 esac
13187 fi
13188 if test -z "$MKINSTALLDIRS"; then
13189 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13190 fi
13191
13192
13193
81ecdfbb
RW
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13195$as_echo_n "checking whether NLS is requested... " >&6; }
13196 # Check whether --enable-nls was given.
13197if test "${enable_nls+set}" = set; then :
13198 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
13199else
13200 USE_NLS=yes
81ecdfbb
RW
13201fi
13202
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13204$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
13205
13206
13207
13208
13209
13210
13211# Prepare PATH_SEPARATOR.
13212# The user is always right.
13213if test "${PATH_SEPARATOR+set}" != set; then
13214 echo "#! /bin/sh" >conf$$.sh
13215 echo "exit 0" >>conf$$.sh
13216 chmod +x conf$$.sh
13217 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13218 PATH_SEPARATOR=';'
13b2be9c 13219 else
d7040cdb 13220 PATH_SEPARATOR=:
13b2be9c 13221 fi
d7040cdb 13222 rm -f conf$$.sh
252b5132 13223fi
13b2be9c 13224
d7040cdb
SE
13225# Find out how to test for executable files. Don't use a zero-byte file,
13226# as systems may use methods other than mode bits to determine executability.
13227cat >conf$$.file <<_ASEOF
13228#! /bin/sh
13229exit 0
13230_ASEOF
13231chmod +x conf$$.file
13232if test -x conf$$.file >/dev/null 2>&1; then
13233 ac_executable_p="test -x"
13234else
13235 ac_executable_p="test -f"
13b2be9c 13236fi
d7040cdb 13237rm -f conf$$.file
13b2be9c 13238
d7040cdb
SE
13239# Extract the first word of "msgfmt", so it can be a program name with args.
13240set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13242$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13243if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 13244 $as_echo_n "(cached) " >&6
252b5132 13245else
d7040cdb
SE
13246 case "$MSGFMT" in
13247 [\\/]* | ?:[\\/]*)
13248 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13249 ;;
13250 *)
13251 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13252 for ac_dir in $PATH; do
13253 IFS="$ac_save_IFS"
13254 test -z "$ac_dir" && ac_dir=.
13255 for ac_exec_ext in '' $ac_executable_extensions; do
13256 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13257 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13258 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13259 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13260 break 2
13261 fi
13262 fi
13263 done
13264 done
13265 IFS="$ac_save_IFS"
13266 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13267 ;;
13268esac
252b5132 13269fi
d7040cdb
SE
13270MSGFMT="$ac_cv_path_MSGFMT"
13271if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13273$as_echo "$MSGFMT" >&6; }
252b5132 13274else
81ecdfbb
RW
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13276$as_echo "no" >&6; }
252b5132 13277fi
252b5132 13278
d7040cdb
SE
13279 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13280set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13282$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13283if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 13284 $as_echo_n "(cached) " >&6
13b2be9c 13285else
d7040cdb
SE
13286 case $GMSGFMT in
13287 [\\/]* | ?:[\\/]*)
13288 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13289 ;;
13290 *)
13291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13292for as_dir in $PATH
13293do
13294 IFS=$as_save_IFS
13295 test -z "$as_dir" && as_dir=.
81ecdfbb 13296 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13298 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13300 break 2
13301 fi
13302done
81ecdfbb
RW
13303 done
13304IFS=$as_save_IFS
252b5132 13305
d7040cdb
SE
13306 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13307 ;;
13308esac
13309fi
13310GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13311if test -n "$GMSGFMT"; then
81ecdfbb
RW
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13313$as_echo "$GMSGFMT" >&6; }
ac48eca1 13314else
81ecdfbb
RW
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13316$as_echo "no" >&6; }
6840198f 13317fi
6840198f 13318
13b2be9c 13319
20e95c23 13320
81ecdfbb 13321
d7040cdb
SE
13322# Prepare PATH_SEPARATOR.
13323# The user is always right.
13324if test "${PATH_SEPARATOR+set}" != set; then
13325 echo "#! /bin/sh" >conf$$.sh
13326 echo "exit 0" >>conf$$.sh
13327 chmod +x conf$$.sh
13328 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13329 PATH_SEPARATOR=';'
13330 else
13331 PATH_SEPARATOR=:
13332 fi
13333 rm -f conf$$.sh
13334fi
20e95c23 13335
d7040cdb
SE
13336# Find out how to test for executable files. Don't use a zero-byte file,
13337# as systems may use methods other than mode bits to determine executability.
13338cat >conf$$.file <<_ASEOF
13339#! /bin/sh
13340exit 0
13341_ASEOF
13342chmod +x conf$$.file
13343if test -x conf$$.file >/dev/null 2>&1; then
13344 ac_executable_p="test -x"
13b2be9c 13345else
d7040cdb 13346 ac_executable_p="test -f"
13b2be9c 13347fi
d7040cdb 13348rm -f conf$$.file
20e95c23 13349
d7040cdb
SE
13350# Extract the first word of "xgettext", so it can be a program name with args.
13351set dummy xgettext; ac_word=$2
81ecdfbb
RW
13352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13353$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13354if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 13355 $as_echo_n "(cached) " >&6
252b5132 13356else
d7040cdb
SE
13357 case "$XGETTEXT" in
13358 [\\/]* | ?:[\\/]*)
13359 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13360 ;;
13361 *)
13362 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13363 for ac_dir in $PATH; do
13364 IFS="$ac_save_IFS"
13365 test -z "$ac_dir" && ac_dir=.
13366 for ac_exec_ext in '' $ac_executable_extensions; do
13367 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13368 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13369 (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
13370 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13371 break 2
13372 fi
13373 fi
13374 done
13375 done
13376 IFS="$ac_save_IFS"
13377 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13378 ;;
13379esac
13b2be9c 13380fi
d7040cdb
SE
13381XGETTEXT="$ac_cv_path_XGETTEXT"
13382if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13384$as_echo "$XGETTEXT" >&6; }
d7040cdb 13385else
81ecdfbb
RW
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13387$as_echo "no" >&6; }
13b2be9c 13388fi
13b2be9c 13389
d7040cdb 13390 rm -f messages.po
20e95c23 13391
13b2be9c 13392
d7040cdb
SE
13393# Prepare PATH_SEPARATOR.
13394# The user is always right.
13395if test "${PATH_SEPARATOR+set}" != set; then
13396 echo "#! /bin/sh" >conf$$.sh
13397 echo "exit 0" >>conf$$.sh
13398 chmod +x conf$$.sh
13399 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13400 PATH_SEPARATOR=';'
13401 else
13402 PATH_SEPARATOR=:
13403 fi
13404 rm -f conf$$.sh
252b5132 13405fi
20e95c23 13406
d7040cdb
SE
13407# Find out how to test for executable files. Don't use a zero-byte file,
13408# as systems may use methods other than mode bits to determine executability.
13409cat >conf$$.file <<_ASEOF
13410#! /bin/sh
13411exit 0
13412_ASEOF
13413chmod +x conf$$.file
13414if test -x conf$$.file >/dev/null 2>&1; then
13415 ac_executable_p="test -x"
252b5132 13416else
d7040cdb
SE
13417 ac_executable_p="test -f"
13418fi
13419rm -f conf$$.file
20e95c23 13420
d7040cdb
SE
13421# Extract the first word of "msgmerge", so it can be a program name with args.
13422set dummy msgmerge; 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_path_MSGMERGE+:} false; then :
81ecdfbb 13426 $as_echo_n "(cached) " >&6
20e95c23 13427else
d7040cdb
SE
13428 case "$MSGMERGE" in
13429 [\\/]* | ?:[\\/]*)
13430 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13431 ;;
13432 *)
13433 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13434 for ac_dir in $PATH; do
13435 IFS="$ac_save_IFS"
13436 test -z "$ac_dir" && ac_dir=.
13437 for ac_exec_ext in '' $ac_executable_extensions; do
13438 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13439 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13440 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13441 break 2
13442 fi
13443 fi
13444 done
13445 done
13446 IFS="$ac_save_IFS"
13447 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13448 ;;
13449esac
20e95c23 13450fi
d7040cdb
SE
13451MSGMERGE="$ac_cv_path_MSGMERGE"
13452if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13454$as_echo "$MSGMERGE" >&6; }
d7040cdb 13455else
81ecdfbb
RW
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13457$as_echo "no" >&6; }
20e95c23 13458fi
252b5132 13459
252b5132 13460
d7040cdb
SE
13461 if test "$GMSGFMT" != ":"; then
13462 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13463 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13464 : ;
13465 else
13466 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13468$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13469 GMSGFMT=":"
13470 fi
13471 fi
13b2be9c 13472
d7040cdb
SE
13473 if test "$XGETTEXT" != ":"; then
13474 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13475 (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
13476 : ;
13477 else
81ecdfbb
RW
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13479$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13480 XGETTEXT=":"
13481 fi
13482 rm -f messages.po
13483 fi
252b5132 13484
81ecdfbb 13485 ac_config_commands="$ac_config_commands default-1"
13b2be9c 13486
13b2be9c 13487
81ecdfbb
RW
13488
13489
13490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13491$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13492 # Check whether --enable-maintainer-mode was given.
13493if test "${enable_maintainer_mode+set}" = set; then :
13494 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 13495else
81ecdfbb 13496 USE_MAINTAINER_MODE=no
13b2be9c 13497fi
13b2be9c 13498
81ecdfbb
RW
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13500$as_echo "$USE_MAINTAINER_MODE" >&6; }
13501 if test $USE_MAINTAINER_MODE = yes; then
13502 MAINTAINER_MODE_TRUE=
23d61380
AM
13503 MAINTAINER_MODE_FALSE='#'
13504else
13505 MAINTAINER_MODE_TRUE='#'
13506 MAINTAINER_MODE_FALSE=
81ecdfbb 13507fi
13b2be9c 13508
23d61380 13509 MAINT=$MAINTAINER_MODE_TRUE
252b5132 13510
252b5132 13511
23d61380
AM
13512 if false; then
13513 GENINSRC_NEVER_TRUE=
13514 GENINSRC_NEVER_FALSE='#'
252b5132 13515else
23d61380
AM
13516 GENINSRC_NEVER_TRUE='#'
13517 GENINSRC_NEVER_FALSE=
252b5132 13518fi
ab509236 13519
252b5132 13520
6840198f 13521
23d61380 13522for ac_header in memory.h sys/stat.h sys/types.h unistd.h
81ecdfbb 13523do :
23d61380
AM
13524 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13525ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13526if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13b2be9c 13527 cat >>confdefs.h <<_ACEOF
23d61380 13528#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c 13529_ACEOF
23d61380 13530
252b5132 13531fi
23d61380 13532
252b5132
RH
13533done
13534
23d61380
AM
13535
13536# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13537# people who are not cross-compiling but are compiling cross-assemblers.
13538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13539$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13540if test "${host}" = "${target}"; then
13541 cross_gas=no
13542else
13543 cross_gas=yes
13544
13545$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132 13546
1ec4b9f2 13547fi
23d61380
AM
13548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13549$as_echo "$cross_gas" >&6; }
1ec4b9f2
NS
13550
13551for ac_func in strsignal
13552do :
13553 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
d0ac1c44 13554if test "x$ac_cv_func_strsignal" = xyes; then :
1ec4b9f2
NS
13555 cat >>confdefs.h <<_ACEOF
13556#define HAVE_STRSIGNAL 1
13557_ACEOF
13558
252b5132
RH
13559fi
13560done
13561
d6d788bd 13562
44350750
NC
13563
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13565$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 13566if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
13567 $as_echo_n "(cached) " >&6
13568else
13569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13570/* end confdefs.h. */
13571#include <locale.h>
13572int
13573main ()
13574{
13575return LC_MESSAGES
13576 ;
13577 return 0;
13578}
13579_ACEOF
13580if ac_fn_c_try_link "$LINENO"; then :
13581 am_cv_val_LC_MESSAGES=yes
13582else
13583 am_cv_val_LC_MESSAGES=no
13584fi
13585rm -f core conftest.err conftest.$ac_objext \
13586 conftest$ac_exeext conftest.$ac_ext
13587fi
13588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13589$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13590 if test $am_cv_val_LC_MESSAGES = yes; then
13591
13592$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13593
13594 fi
13595
13596
39bec121
TW
13597# do we need the math library?
13598case "${need_libm}" in
13b2be9c 13599yes)
39bec121 13600 LIBM=
f9c19112 13601case $host in
3725885a 13602*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 13603 # These system don't have libm, or don't need it
39bec121
TW
13604 ;;
13605*-ncr-sysv4.3*)
81ecdfbb
RW
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13607$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 13608if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
81ecdfbb 13609 $as_echo_n "(cached) " >&6
39bec121 13610else
13b2be9c 13611 ac_check_lib_save_LIBS=$LIBS
39bec121 13612LIBS="-lmw $LIBS"
81ecdfbb 13613cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13614/* end confdefs.h. */
13615
81ecdfbb
RW
13616/* Override any GCC internal prototype to avoid an error.
13617 Use char because int might match the return type of a GCC
13618 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
13619#ifdef __cplusplus
13620extern "C"
13621#endif
13b2be9c
DJ
13622char _mwvalidcheckl ();
13623int
13624main ()
13625{
81ecdfbb 13626return _mwvalidcheckl ();
13b2be9c
DJ
13627 ;
13628 return 0;
13629}
13630_ACEOF
81ecdfbb 13631if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13632 ac_cv_lib_mw__mwvalidcheckl=yes
13633else
81ecdfbb 13634 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 13635fi
81ecdfbb
RW
13636rm -f core conftest.err conftest.$ac_objext \
13637 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13638LIBS=$ac_check_lib_save_LIBS
13639fi
81ecdfbb
RW
13640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13641$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 13642if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
39bec121 13643 LIBM="-lmw"
39bec121
TW
13644fi
13645
81ecdfbb
RW
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13647$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13648if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13649 $as_echo_n "(cached) " >&6
39bec121 13650else
13b2be9c 13651 ac_check_lib_save_LIBS=$LIBS
39bec121 13652LIBS="-lm $LIBS"
81ecdfbb 13653cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13654/* end confdefs.h. */
39bec121 13655
81ecdfbb
RW
13656/* Override any GCC internal prototype to avoid an error.
13657 Use char because int might match the return type of a GCC
13658 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13659#ifdef __cplusplus
13660extern "C"
13661#endif
d7040cdb 13662char cos ();
13b2be9c
DJ
13663int
13664main ()
13665{
81ecdfbb 13666return cos ();
13b2be9c
DJ
13667 ;
13668 return 0;
13669}
13670_ACEOF
81ecdfbb 13671if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13672 ac_cv_lib_m_cos=yes
13b2be9c 13673else
81ecdfbb 13674 ac_cv_lib_m_cos=no
13b2be9c 13675fi
81ecdfbb
RW
13676rm -f core conftest.err conftest.$ac_objext \
13677 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13678LIBS=$ac_check_lib_save_LIBS
13679fi
81ecdfbb
RW
13680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13681$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13682if test "x$ac_cv_lib_m_cos" = xyes; then :
39bec121 13683 LIBM="$LIBM -lm"
39bec121
TW
13684fi
13685
13686 ;;
13687*)
81ecdfbb
RW
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13689$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13690if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13691 $as_echo_n "(cached) " >&6
39bec121 13692else
13b2be9c 13693 ac_check_lib_save_LIBS=$LIBS
39bec121 13694LIBS="-lm $LIBS"
81ecdfbb 13695cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13696/* end confdefs.h. */
39bec121 13697
81ecdfbb
RW
13698/* Override any GCC internal prototype to avoid an error.
13699 Use char because int might match the return type of a GCC
13700 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13701#ifdef __cplusplus
13702extern "C"
13703#endif
d7040cdb 13704char cos ();
13b2be9c
DJ
13705int
13706main ()
13707{
81ecdfbb 13708return cos ();
13b2be9c
DJ
13709 ;
13710 return 0;
13711}
13712_ACEOF
81ecdfbb 13713if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13714 ac_cv_lib_m_cos=yes
13b2be9c 13715else
81ecdfbb 13716 ac_cv_lib_m_cos=no
13b2be9c 13717fi
81ecdfbb
RW
13718rm -f core conftest.err conftest.$ac_objext \
13719 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13720LIBS=$ac_check_lib_save_LIBS
13721fi
81ecdfbb
RW
13722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13723$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13724if test "x$ac_cv_lib_m_cos" = xyes; then :
39bec121 13725 LIBM="-lm"
39bec121
TW
13726fi
13727
13728 ;;
13729esac
13730
13b2be9c 13731
d7040cdb 13732
39bec121
TW
13733 ;;
13734esac
13735
252b5132
RH
13736# Some non-ANSI preprocessors botch requoting inside strings. That's bad
13737# enough, but on some of those systems, the assert macro relies on requoting
13738# working properly!
81ecdfbb
RW
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13740$as_echo_n "checking for working assert macro... " >&6; }
d0ac1c44 13741if ${gas_cv_assert_ok+:} false; then :
81ecdfbb 13742 $as_echo_n "(cached) " >&6
13b2be9c 13743else
81ecdfbb 13744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13745/* end confdefs.h. */
252b5132
RH
13746#include <assert.h>
13747#include <stdio.h>
13b2be9c
DJ
13748int
13749main ()
13750{
252b5132
RH
13751
13752/* check for requoting problems */
13753static int a, b, c, d;
13754static char *s;
13755assert (!strcmp(s, "foo bar baz quux"));
13756/* check for newline handling */
13757assert (a == b
13758 || c == d);
13759
13b2be9c
DJ
13760 ;
13761 return 0;
81ecdfbb
RW
13762}
13763_ACEOF
13764if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13765 gas_cv_assert_ok=yes
13766else
81ecdfbb 13767 gas_cv_assert_ok=no
252b5132 13768fi
81ecdfbb
RW
13769rm -f core conftest.err conftest.$ac_objext \
13770 conftest$ac_exeext conftest.$ac_ext
252b5132 13771fi
81ecdfbb
RW
13772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13773$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 13774test $gas_cv_assert_ok = yes ||
81ecdfbb 13775$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 13776
d6d788bd
L
13777
13778
252b5132
RH
13779# On some systems, the system header files may not declare malloc, realloc,
13780# and free. There are places where gas needs these functions to have been
13781# declared -- such as when taking their addresses.
13782gas_test_headers="
13783#ifdef HAVE_MEMORY_H
13784#include <memory.h>
13785#endif
252b5132 13786#include <string.h>
252b5132 13787#include <stdlib.h>
252b5132
RH
13788#ifdef HAVE_UNISTD_H
13789#include <unistd.h>
13790#endif
13791"
13792
81ecdfbb
RW
13793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13794$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 13795if ${gas_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 13796 $as_echo_n "(cached) " >&6
56f36663 13797else
81ecdfbb 13798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
13799/* end confdefs.h. */
13800#include <unistd.h>
13801int
13802main ()
13803{
13804extern int getopt (int, char *const*, const char *);
13805 ;
13806 return 0;
13807}
13808_ACEOF
81ecdfbb 13809if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
13810 gas_cv_decl_getopt_unistd_h=yes
13811else
81ecdfbb 13812 gas_cv_decl_getopt_unistd_h=no
56f36663 13813fi
81ecdfbb 13814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
13815fi
13816
81ecdfbb
RW
13817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13818$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
13819if test $gas_cv_decl_getopt_unistd_h = yes; then
13820
81ecdfbb 13821$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
13822
13823fi
13824
e8a38df5 13825
81ecdfbb
RW
13826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13827$as_echo_n "checking whether declaration is required for environ... " >&6; }
d0ac1c44 13828if ${gas_cv_decl_needed_environ+:} false; then :
81ecdfbb 13829 $as_echo_n "(cached) " >&6
13b2be9c 13830else
81ecdfbb 13831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13832/* end confdefs.h. */
252b5132 13833$gas_test_headers
13b2be9c
DJ
13834int
13835main ()
13836{
252b5132 13837
e8a38df5 13838typedef char **f;
252b5132 13839f x;
e8a38df5 13840x = (f) environ;
252b5132 13841
13b2be9c
DJ
13842 ;
13843 return 0;
13844}
13845_ACEOF
81ecdfbb 13846if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13847 gas_cv_decl_needed_environ=no
252b5132 13848else
81ecdfbb 13849 gas_cv_decl_needed_environ=yes
252b5132 13850fi
81ecdfbb
RW
13851rm -f core conftest.err conftest.$ac_objext \
13852 conftest$ac_exeext conftest.$ac_ext
252b5132 13853fi
81ecdfbb
RW
13854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13855$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 13856if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 13857
81ecdfbb 13858$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
13859
13860fi
13861
13862
81ecdfbb
RW
13863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13864$as_echo_n "checking whether declaration is required for ffs... " >&6; }
d0ac1c44 13865if ${gas_cv_decl_needed_ffs+:} false; then :
81ecdfbb 13866 $as_echo_n "(cached) " >&6
13b2be9c 13867else
81ecdfbb 13868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13869/* end confdefs.h. */
13870$gas_test_headers
13871int
13872main ()
13873{
13874
e8a38df5 13875typedef int (*f)(int);
13b2be9c 13876f x;
e8a38df5 13877x = (f) ffs;
13b2be9c
DJ
13878
13879 ;
13880 return 0;
13881}
13882_ACEOF
81ecdfbb 13883if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13884 gas_cv_decl_needed_ffs=no
13b2be9c 13885else
81ecdfbb 13886 gas_cv_decl_needed_ffs=yes
13b2be9c 13887fi
81ecdfbb
RW
13888rm -f core conftest.err conftest.$ac_objext \
13889 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13890fi
81ecdfbb
RW
13891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13892$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 13893if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 13894
81ecdfbb 13895$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
13896
13897fi
13898
13899
23d61380
AM
13900ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13901if test "x$ac_cv_have_decl_asprintf" = xyes; then :
4b0296ce
AM
13902 ac_have_decl=1
13903else
13904 ac_have_decl=0
13905fi
13906
13907cat >>confdefs.h <<_ACEOF
23d61380 13908#define HAVE_DECL_ASPRINTF $ac_have_decl
4b0296ce 13909_ACEOF
0175442d 13910ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
d0ac1c44 13911if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
0175442d
L
13912 ac_have_decl=1
13913else
13914 ac_have_decl=0
13915fi
13916
13917cat >>confdefs.h <<_ACEOF
13918#define HAVE_DECL_MEMPCPY $ac_have_decl
13919_ACEOF
4b0296ce 13920ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 13921if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
4b0296ce
AM
13922 ac_have_decl=1
13923else
13924 ac_have_decl=0
13925fi
13926
13927cat >>confdefs.h <<_ACEOF
13928#define HAVE_DECL_STPCPY $ac_have_decl
13929_ACEOF
6d74f28b
EB
13930
13931
13b2be9c 13932
c973bc5c
NC
13933case "${host}" in
13934*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13935
81ecdfbb 13936$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
13937 ;;
13938esac
13939
543b7933
L
13940# Link in zlib if we can. This allows us to write compressed debug sections.
13941
13942 # Use the system's zlib library.
39f3de7c
L
13943 zlibdir="-L\$(top_builddir)/../zlib"
13944 zlibinc="-I\$(top_srcdir)/../zlib"
0acf065b 13945
0138187e
L
13946# Check whether --with-system-zlib was given.
13947if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13948 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13949 zlibdir=
13950 zlibinc=
13951 fi
0acf065b 13952
0acf065b 13953fi
0acf065b 13954
0acf065b
CC
13955
13956
543b7933
L
13957
13958
b11d79f2
TG
13959# Support for VMS timestamps via cross compile
13960
13961if test "$ac_cv_header_time_h" = yes; then
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13963$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
d0ac1c44 13964 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
b11d79f2
TG
13965 $as_echo_n "(cached) " >&6
13966else
13967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13968/* end confdefs.h. */
13969
13970#define _BSD_SOURCE 1
13971#include <time.h>
13972int
13973main ()
13974{
13975struct tm avar; void* aref = (void*) &avar.tm_gmtoff
13976 ;
13977 return 0;
13978}
13979_ACEOF
13980if ac_fn_c_try_compile "$LINENO"; then :
13981 gas_cv_have_time_type_member_tm_gmtoff=yes
13982else
13983 gas_cv_have_time_type_member_tm_gmtoff=no
13984
13985fi
13986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13987fi
13988
13989 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
13990
13991$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
13992
13993 fi
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
13995$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
13996
13997fi
13998
13999if test "$ac_cv_header_sys_stat_h" = yes; then
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14001$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
d0ac1c44 14002 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
b11d79f2
TG
14003 $as_echo_n "(cached) " >&6
14004else
14005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14006/* end confdefs.h. */
14007
14008#define _BSD_SOURCE 1
14009#include <sys/stat.h>
14010int
14011main ()
14012{
14013struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14014 ;
14015 return 0;
14016}
14017_ACEOF
14018if ac_fn_c_try_compile "$LINENO"; then :
14019 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14020else
14021 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14022
14023fi
14024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14025fi
14026
14027 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14028
14029$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14030
14031 fi
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14033$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14034
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14036$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
d0ac1c44 14037 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
b11d79f2
TG
14038 $as_echo_n "(cached) " >&6
14039else
14040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14041/* end confdefs.h. */
14042
14043#define _BSD_SOURCE 1
14044#include <sys/stat.h>
14045int
14046main ()
14047{
14048struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14049 ;
14050 return 0;
14051}
14052_ACEOF
14053if ac_fn_c_try_compile "$LINENO"; then :
14054 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14055else
14056 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14057
14058fi
14059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14060fi
14061
14062 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14063
14064$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14065
14066 fi
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14068$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14069
14070fi
14071
14072
c973bc5c 14073
13b2be9c 14074
108a6f8e
CD
14075
14076
14077
14078
31dd3154 14079
1075011a 14080ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13b2be9c 14081
81ecdfbb 14082ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
14083
14084
14085cat >confcache <<\_ACEOF
14086# This file is a shell script that caches the results of configure
14087# tests run on this system so they can be shared between configure
14088# scripts and configure runs, see configure's option --config-cache.
14089# It is not useful on other systems. If it contains results you don't
14090# want to keep, you may remove or edit it.
14091#
14092# config.status only pays attention to the cache file if you give it
14093# the --recheck option to rerun configure.
14094#
14095# `ac_cv_env_foo' variables (set or unset) will be overridden when
14096# loading this file, other *unset* `ac_cv_foo' will be assigned the
14097# following values.
14098
14099_ACEOF
14100
14101# The following way of writing the cache mishandles newlines in values,
14102# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14103# So, we kill variables containing newlines.
13b2be9c
DJ
14104# Ultrix sh set writes to stderr and can't be redirected directly,
14105# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14106(
14107 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14108 eval ac_val=\$$ac_var
14109 case $ac_val in #(
14110 *${as_nl}*)
14111 case $ac_var in #(
14112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14113$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14114 esac
14115 case $ac_var in #(
14116 _ | IFS | as_nl) ;; #(
14117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14118 *) { eval $ac_var=; unset $ac_var;} ;;
14119 esac ;;
14120 esac
14121 done
14122
13b2be9c 14123 (set) 2>&1 |
81ecdfbb
RW
14124 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14125 *${as_nl}ac_space=\ *)
14126 # `set' does not quote correctly, so add quotes: double-quote
14127 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 14128 sed -n \
ab509236
L
14129 "s/'/'\\\\''/g;
14130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14131 ;; #(
13b2be9c
DJ
14132 *)
14133 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14134 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 14135 ;;
81ecdfbb
RW
14136 esac |
14137 sort
14138) |
13b2be9c 14139 sed '
81ecdfbb 14140 /^ac_cv_env_/b end
13b2be9c 14141 t clear
81ecdfbb 14142 :clear
13b2be9c
DJ
14143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14144 t end
81ecdfbb
RW
14145 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14146 :end' >>confcache
14147if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14148 if test -w "$cache_file"; then
d0ac1c44 14149 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14151$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14152 if test ! -f "$cache_file" || test -h "$cache_file"; then
14153 cat confcache >"$cache_file"
14154 else
14155 case $cache_file in #(
14156 */* | ?:*)
14157 mv -f confcache "$cache_file"$$ &&
14158 mv -f "$cache_file"$$ "$cache_file" ;; #(
14159 *)
14160 mv -f confcache "$cache_file" ;;
14161 esac
14162 fi
14163 fi
13b2be9c 14164 else
81ecdfbb
RW
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14166$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
14167 fi
14168fi
14169rm -f confcache
14170
14171test "x$prefix" = xNONE && prefix=$ac_default_prefix
14172# Let make expand exec_prefix.
14173test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14174
13b2be9c
DJ
14175DEFS=-DHAVE_CONFIG_H
14176
14177ac_libobjs=
14178ac_ltlibobjs=
d0ac1c44 14179U=
13b2be9c
DJ
14180for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14181 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14182 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14183 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14184 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14185 # will be set to the directory where LIBOBJS objects are built.
14186 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14187 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
14188done
14189LIBOBJS=$ac_libobjs
14190
14191LTLIBOBJS=$ac_ltlibobjs
14192
14193
d0ac1c44
SM
14194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14195$as_echo_n "checking that generated files are newer than configure... " >&6; }
14196 if test -n "$am_sleep_pid"; then
14197 # Hide warnings about reused PIDs.
14198 wait $am_sleep_pid 2>/dev/null
14199 fi
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14201$as_echo "done" >&6; }
81ecdfbb
RW
14202 if test -n "$EXEEXT"; then
14203 am__EXEEXT_TRUE=
14204 am__EXEEXT_FALSE='#'
14205else
14206 am__EXEEXT_TRUE='#'
14207 am__EXEEXT_FALSE=
13b2be9c 14208fi
81ecdfbb 14209
23d61380
AM
14210if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14211 as_fn_error $? "conditional \"AMDEP\" was never defined.
14212Usually this means the macro was only invoked conditionally." "$LINENO" 5
14213fi
14214if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14215 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14216Usually this means the macro was only invoked conditionally." "$LINENO" 5
14217fi
81ecdfbb 14218
13b2be9c 14219if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14220 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 14221Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 14222fi
d5fbea21 14223if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 14224 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 14225Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14226fi
13b2be9c 14227
d0ac1c44 14228: "${CONFIG_STATUS=./config.status}"
81ecdfbb 14229ac_write_fail=0
13b2be9c
DJ
14230ac_clean_files_save=$ac_clean_files
14231ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14232{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14233$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14234as_write_fail=0
14235cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
14236#! $SHELL
14237# Generated by $as_me.
14238# Run this file to recreate the current configuration.
14239# Compiler output produced by configure, useful for debugging
14240# configure, is in config.log if it exists.
14241
14242debug=false
14243ac_cs_recheck=false
14244ac_cs_silent=false
13b2be9c 14245
81ecdfbb
RW
14246SHELL=\${CONFIG_SHELL-$SHELL}
14247export SHELL
14248_ASEOF
14249cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14250## -------------------- ##
14251## M4sh Initialization. ##
14252## -------------------- ##
13b2be9c 14253
81ecdfbb
RW
14254# Be more Bourne compatible
14255DUALCASE=1; export DUALCASE # for MKS sh
14256if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
14257 emulate sh
14258 NULLCMD=:
81ecdfbb 14259 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
14260 # is contrary to our usage. Disable this feature.
14261 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14262 setopt NO_GLOB_SUBST
14263else
14264 case `(set -o) 2>/dev/null` in #(
14265 *posix*) :
14266 set -o posix ;; #(
14267 *) :
14268 ;;
14269esac
13b2be9c
DJ
14270fi
14271
81ecdfbb
RW
14272
14273as_nl='
14274'
14275export as_nl
14276# Printing a long string crashes Solaris 7 /usr/bin/printf.
14277as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14278as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14279as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14280# Prefer a ksh shell builtin over an external printf program on Solaris,
14281# but without wasting forks for bash or zsh.
14282if test -z "$BASH_VERSION$ZSH_VERSION" \
14283 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14284 as_echo='print -r --'
14285 as_echo_n='print -rn --'
14286elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14287 as_echo='printf %s\n'
14288 as_echo_n='printf %s'
14289else
14290 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14291 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14292 as_echo_n='/usr/ucb/echo -n'
14293 else
14294 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14295 as_echo_n_body='eval
14296 arg=$1;
14297 case $arg in #(
14298 *"$as_nl"*)
14299 expr "X$arg" : "X\\(.*\\)$as_nl";
14300 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14301 esac;
14302 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14303 '
14304 export as_echo_n_body
14305 as_echo_n='sh -c $as_echo_n_body as_echo'
14306 fi
14307 export as_echo_body
14308 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
14309fi
14310
81ecdfbb
RW
14311# The user is always right.
14312if test "${PATH_SEPARATOR+set}" != set; then
14313 PATH_SEPARATOR=:
14314 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14315 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14316 PATH_SEPARATOR=';'
14317 }
14318fi
14319
14320
14321# IFS
14322# We need space, tab and new line, in precisely that order. Quoting is
14323# there to prevent editors from complaining about space-tab.
14324# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14325# splitting by setting IFS to empty value.)
14326IFS=" "" $as_nl"
14327
14328# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14329as_myself=
81ecdfbb
RW
14330case $0 in #((
14331 *[\\/]* ) as_myself=$0 ;;
14332 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14333for as_dir in $PATH
14334do
14335 IFS=$as_save_IFS
14336 test -z "$as_dir" && as_dir=.
14337 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14338 done
14339IFS=$as_save_IFS
14340
14341 ;;
14342esac
14343# We did not find ourselves, most probably we were run as `sh COMMAND'
14344# in which case we are not to be found in the path.
14345if test "x$as_myself" = x; then
14346 as_myself=$0
14347fi
14348if test ! -f "$as_myself"; then
14349 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14350 exit 1
14351fi
13b2be9c 14352
81ecdfbb
RW
14353# Unset variables that we do not need and which cause bugs (e.g. in
14354# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14355# suppresses any "Segmentation fault" message there. '((' could
14356# trigger a bug in pdksh 5.2.14.
14357for as_var in BASH_ENV ENV MAIL MAILPATH
14358do eval test x\${$as_var+set} = xset \
14359 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14360done
13b2be9c
DJ
14361PS1='$ '
14362PS2='> '
14363PS4='+ '
14364
14365# NLS nuisances.
81ecdfbb
RW
14366LC_ALL=C
14367export LC_ALL
14368LANGUAGE=C
14369export LANGUAGE
14370
14371# CDPATH.
14372(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14373
14374
d0ac1c44
SM
14375# as_fn_error STATUS ERROR [LINENO LOG_FD]
14376# ----------------------------------------
81ecdfbb
RW
14377# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14378# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14379# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
14380as_fn_error ()
14381{
d0ac1c44
SM
14382 as_status=$1; test $as_status -eq 0 && as_status=1
14383 if test "$4"; then
14384 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14385 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13b2be9c 14386 fi
d0ac1c44 14387 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
14388 as_fn_exit $as_status
14389} # as_fn_error
14390
14391
14392# as_fn_set_status STATUS
14393# -----------------------
14394# Set $? to STATUS, without forking.
14395as_fn_set_status ()
14396{
14397 return $1
14398} # as_fn_set_status
14399
14400# as_fn_exit STATUS
14401# -----------------
14402# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14403as_fn_exit ()
14404{
14405 set +e
14406 as_fn_set_status $1
14407 exit $1
14408} # as_fn_exit
14409
14410# as_fn_unset VAR
14411# ---------------
14412# Portably unset VAR.
14413as_fn_unset ()
14414{
14415 { eval $1=; unset $1;}
14416}
14417as_unset=as_fn_unset
14418# as_fn_append VAR VALUE
14419# ----------------------
14420# Append the text in VALUE to the end of the definition contained in VAR. Take
14421# advantage of any shell optimizations that allow amortized linear growth over
14422# repeated appends, instead of the typical quadratic growth present in naive
14423# implementations.
14424if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14425 eval 'as_fn_append ()
14426 {
14427 eval $1+=\$2
14428 }'
14429else
14430 as_fn_append ()
14431 {
14432 eval $1=\$$1\$2
14433 }
14434fi # as_fn_append
14435
14436# as_fn_arith ARG...
14437# ------------------
14438# Perform arithmetic evaluation on the ARGs, and store the result in the
14439# global $as_val. Take advantage of shells that can avoid forks. The arguments
14440# must be portable across $(()) and expr.
14441if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14442 eval 'as_fn_arith ()
14443 {
14444 as_val=$(( $* ))
14445 }'
14446else
14447 as_fn_arith ()
14448 {
14449 as_val=`expr "$@" || test $? -eq 1`
14450 }
14451fi # as_fn_arith
14452
13b2be9c 14453
81ecdfbb
RW
14454if expr a : '\(a\)' >/dev/null 2>&1 &&
14455 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
14456 as_expr=expr
14457else
14458 as_expr=false
14459fi
14460
81ecdfbb 14461if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
14462 as_basename=basename
14463else
14464 as_basename=false
14465fi
14466
81ecdfbb
RW
14467if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14468 as_dirname=dirname
14469else
14470 as_dirname=false
14471fi
13b2be9c 14472
81ecdfbb 14473as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
14474$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14475 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14476 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14477$as_echo X/"$0" |
14478 sed '/^.*\/\([^/][^/]*\)\/*$/{
14479 s//\1/
14480 q
14481 }
14482 /^X\/\(\/\/\)$/{
14483 s//\1/
14484 q
14485 }
14486 /^X\/\(\/\).*/{
14487 s//\1/
14488 q
14489 }
14490 s/.*/./; q'`
13b2be9c 14491
13b2be9c
DJ
14492# Avoid depending upon Character Ranges.
14493as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14494as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14495as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14496as_cr_digits='0123456789'
14497as_cr_alnum=$as_cr_Letters$as_cr_digits
14498
81ecdfbb
RW
14499ECHO_C= ECHO_N= ECHO_T=
14500case `echo -n x` in #(((((
14501-n*)
14502 case `echo 'xy\c'` in
14503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14504 xy) ECHO_C='\c';;
14505 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14506 ECHO_T=' ';;
14507 esac;;
14508*)
14509 ECHO_N='-n';;
13b2be9c 14510esac
252b5132 14511
81ecdfbb
RW
14512rm -f conf$$ conf$$.exe conf$$.file
14513if test -d conf$$.dir; then
14514 rm -f conf$$.dir/conf$$.file
252b5132 14515else
81ecdfbb
RW
14516 rm -f conf$$.dir
14517 mkdir conf$$.dir 2>/dev/null
252b5132 14518fi
81ecdfbb
RW
14519if (echo >conf$$.file) 2>/dev/null; then
14520 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 14521 as_ln_s='ln -s'
81ecdfbb
RW
14522 # ... but there are two gotchas:
14523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14525 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14527 as_ln_s='cp -pR'
81ecdfbb
RW
14528 elif ln conf$$.file conf$$ 2>/dev/null; then
14529 as_ln_s=ln
14530 else
d0ac1c44 14531 as_ln_s='cp -pR'
13b2be9c 14532 fi
13b2be9c 14533else
d0ac1c44 14534 as_ln_s='cp -pR'
252b5132 14535fi
81ecdfbb
RW
14536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14537rmdir conf$$.dir 2>/dev/null
252b5132 14538
81ecdfbb
RW
14539
14540# as_fn_mkdir_p
14541# -------------
14542# Create "$as_dir" as a directory, including parents if necessary.
14543as_fn_mkdir_p ()
14544{
14545
14546 case $as_dir in #(
14547 -*) as_dir=./$as_dir;;
14548 esac
14549 test -d "$as_dir" || eval $as_mkdir_p || {
14550 as_dirs=
14551 while :; do
14552 case $as_dir in #(
14553 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14554 *) as_qdir=$as_dir;;
14555 esac
14556 as_dirs="'$as_qdir' $as_dirs"
14557 as_dir=`$as_dirname -- "$as_dir" ||
14558$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14559 X"$as_dir" : 'X\(//\)[^/]' \| \
14560 X"$as_dir" : 'X\(//\)$' \| \
14561 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14562$as_echo X"$as_dir" |
14563 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14564 s//\1/
14565 q
14566 }
14567 /^X\(\/\/\)[^/].*/{
14568 s//\1/
14569 q
14570 }
14571 /^X\(\/\/\)$/{
14572 s//\1/
14573 q
14574 }
14575 /^X\(\/\).*/{
14576 s//\1/
14577 q
14578 }
14579 s/.*/./; q'`
14580 test -d "$as_dir" && break
14581 done
14582 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14583 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
14584
14585
14586} # as_fn_mkdir_p
13b2be9c 14587if mkdir -p . 2>/dev/null; then
81ecdfbb 14588 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 14589else
ab509236 14590 test -d ./-p && rmdir ./-p
13b2be9c
DJ
14591 as_mkdir_p=false
14592fi
81ecdfbb 14593
d0ac1c44
SM
14594
14595# as_fn_executable_p FILE
14596# -----------------------
14597# Test if FILE is an executable regular file.
14598as_fn_executable_p ()
14599{
14600 test -f "$1" && test -x "$1"
14601} # as_fn_executable_p
14602as_test_x='test -x'
14603as_executable_p=as_fn_executable_p
252b5132 14604
13b2be9c 14605# Sed expression to map a string onto a valid CPP name.
ab509236 14606as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14607
13b2be9c 14608# Sed expression to map a string onto a valid variable name.
ab509236 14609as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14610
d6d788bd 14611
13b2be9c 14612exec 6>&1
81ecdfbb
RW
14613## ----------------------------------- ##
14614## Main body of $CONFIG_STATUS script. ##
14615## ----------------------------------- ##
14616_ASEOF
14617test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 14618
81ecdfbb
RW
14619cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14620# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 14621# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14622# values after options handling.
14623ac_log="
f908e960 14624This file was extended by gas $as_me 2.38.50, which was
d0ac1c44 14625generated by GNU Autoconf 2.69. Invocation command line was
d6d788bd 14626
13b2be9c
DJ
14627 CONFIG_FILES = $CONFIG_FILES
14628 CONFIG_HEADERS = $CONFIG_HEADERS
14629 CONFIG_LINKS = $CONFIG_LINKS
14630 CONFIG_COMMANDS = $CONFIG_COMMANDS
14631 $ $0 $@
252b5132 14632
81ecdfbb
RW
14633on `(hostname || uname -n) 2>/dev/null | sed 1q`
14634"
14635
13b2be9c 14636_ACEOF
252b5132 14637
81ecdfbb
RW
14638case $ac_config_files in *"
14639"*) set x $ac_config_files; shift; ac_config_files=$*;;
14640esac
13b2be9c 14641
81ecdfbb
RW
14642case $ac_config_headers in *"
14643"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14644esac
252b5132 14645
252b5132 14646
81ecdfbb
RW
14647cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14648# Files that config.status was made for.
14649config_files="$ac_config_files"
14650config_headers="$ac_config_headers"
14651config_commands="$ac_config_commands"
d6d788bd 14652
81ecdfbb 14653_ACEOF
252b5132 14654
81ecdfbb 14655cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 14656ac_cs_usage="\
81ecdfbb
RW
14657\`$as_me' instantiates files and other configuration actions
14658from templates according to the current configuration. Unless the files
14659and actions are specified as TAGs, all are instantiated by default.
252b5132 14660
81ecdfbb 14661Usage: $0 [OPTION]... [TAG]...
252b5132 14662
13b2be9c 14663 -h, --help print this help, then exit
81ecdfbb 14664 -V, --version print version number and configuration settings, then exit
d0ac1c44 14665 --config print configuration, then exit
81ecdfbb
RW
14666 -q, --quiet, --silent
14667 do not print progress messages
13b2be9c
DJ
14668 -d, --debug don't remove temporary files
14669 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14670 --file=FILE[:TEMPLATE]
14671 instantiate the configuration file FILE
14672 --header=FILE[:TEMPLATE]
14673 instantiate the configuration header FILE
252b5132 14674
13b2be9c
DJ
14675Configuration files:
14676$config_files
252b5132 14677
13b2be9c
DJ
14678Configuration headers:
14679$config_headers
252b5132 14680
13b2be9c
DJ
14681Configuration commands:
14682$config_commands
252b5132 14683
81ecdfbb 14684Report bugs to the package provider."
d6d788bd 14685
81ecdfbb
RW
14686_ACEOF
14687cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14688ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13b2be9c 14689ac_cs_version="\\
f908e960 14690gas config.status 2.38.50
d0ac1c44
SM
14691configured by $0, generated by GNU Autoconf 2.69,
14692 with options \\"\$ac_cs_config\\"
d6d788bd 14693
d0ac1c44 14694Copyright (C) 2012 Free Software Foundation, Inc.
13b2be9c
DJ
14695This config.status script is free software; the Free Software Foundation
14696gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14697
14698ac_pwd='$ac_pwd'
14699srcdir='$srcdir'
14700INSTALL='$INSTALL'
14701MKDIR_P='$MKDIR_P'
14702AWK='$AWK'
14703test -n "\$AWK" || AWK=awk
13b2be9c 14704_ACEOF
d6d788bd 14705
81ecdfbb
RW
14706cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14707# The default lists apply if the user does not specify any file.
13b2be9c
DJ
14708ac_need_defaults=:
14709while test $# != 0
14710do
14711 case $1 in
d0ac1c44 14712 --*=?*)
81ecdfbb
RW
14713 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14714 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 14715 ac_shift=:
c8615825 14716 ;;
d0ac1c44
SM
14717 --*=)
14718 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14719 ac_optarg=
14720 ac_shift=:
14721 ;;
81ecdfbb 14722 *)
13b2be9c
DJ
14723 ac_option=$1
14724 ac_optarg=$2
14725 ac_shift=shift
c8615825 14726 ;;
13b2be9c 14727 esac
252b5132 14728
13b2be9c
DJ
14729 case $ac_option in
14730 # Handling of the options.
13b2be9c
DJ
14731 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14732 ac_cs_recheck=: ;;
81ecdfbb
RW
14733 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14734 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14735 --config | --confi | --conf | --con | --co | --c )
14736 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 14737 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
14738 debug=: ;;
14739 --file | --fil | --fi | --f )
14740 $ac_shift
81ecdfbb
RW
14741 case $ac_optarg in
14742 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14743 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
14744 esac
14745 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
14746 ac_need_defaults=false;;
14747 --header | --heade | --head | --hea )
14748 $ac_shift
81ecdfbb
RW
14749 case $ac_optarg in
14750 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14751 esac
14752 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 14753 ac_need_defaults=false;;
81ecdfbb
RW
14754 --he | --h)
14755 # Conflict between --help and --header
d0ac1c44 14756 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
14757Try \`$0 --help' for more information.";;
14758 --help | --hel | -h )
14759 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
14760 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14761 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14762 ac_cs_silent=: ;;
c8615825 14763
13b2be9c 14764 # This is an error.
d0ac1c44 14765 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 14766Try \`$0 --help' for more information." ;;
252b5132 14767
81ecdfbb
RW
14768 *) as_fn_append ac_config_targets " $1"
14769 ac_need_defaults=false ;;
252b5132 14770
13b2be9c
DJ
14771 esac
14772 shift
14773done
252b5132 14774
13b2be9c 14775ac_configure_extra_args=
d6d788bd 14776
13b2be9c
DJ
14777if $ac_cs_silent; then
14778 exec 6>/dev/null
14779 ac_configure_extra_args="$ac_configure_extra_args --silent"
14780fi
9b2b7d69 14781
13b2be9c 14782_ACEOF
81ecdfbb 14783cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 14784if \$ac_cs_recheck; then
d0ac1c44 14785 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
14786 shift
14787 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14788 CONFIG_SHELL='$SHELL'
14789 export CONFIG_SHELL
14790 exec "\$@"
13b2be9c
DJ
14791fi
14792
14793_ACEOF
81ecdfbb
RW
14794cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14795exec 5>>config.log
14796{
14797 echo
14798 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14799## Running $as_me. ##
14800_ASBOX
14801 $as_echo "$ac_log"
14802} >&5
13b2be9c 14803
81ecdfbb
RW
14804_ACEOF
14805cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 14806#
81ecdfbb 14807# INIT-COMMANDS
9b2b7d69 14808#
13b2be9c 14809AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
14810
14811
14812# The HP-UX ksh and POSIX shell print the target directory to stdout
14813# if CDPATH is set.
14814(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14815
14816sed_quote_subst='$sed_quote_subst'
14817double_quote_subst='$double_quote_subst'
14818delay_variable_subst='$delay_variable_subst'
3725885a
RW
14819macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14820macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14821enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14822enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14823pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14824enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14825SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14826ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14827host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14828host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14829host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14830build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14831build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14832build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14833SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14834Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14835GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14836EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14837FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14838LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14839NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14840LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14841max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14842ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14843exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14844lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14845lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14846lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14847reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14848reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14849OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14850deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14851file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14852AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14853AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14854STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14855RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14856old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14857old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14858old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14859lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14860CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14861CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14862compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14863GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14864lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14865lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14866lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14867lt_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"`'
14868objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14869MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14870lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 14871lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 14872lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
14873lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14874lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14875need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14876DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14877NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14878LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14879OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14880OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14881libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14882shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14883extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14884archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14885enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14886export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14887whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14888compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14889old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14890old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14891archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14892archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14893module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14894module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14895with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14896allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14897no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14898hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14899hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14900hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14901hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14902hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14903hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14904hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14905hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14906inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14907link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 14908fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
14909always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14910export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14911exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14912include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14913prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14914file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14915variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14916need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14917need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14918version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14919runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14920shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14921shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14922libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14923library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14924soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14925install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14926postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14927postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14928finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14929finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14930hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14931sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14932sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14933hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14934enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14935enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14936enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14937old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14938striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
14939
14940LTCC='$LTCC'
14941LTCFLAGS='$LTCFLAGS'
14942compiler='$compiler_DEFAULT'
14943
3725885a
RW
14944# A function that is used when there is no print builtin or printf.
14945func_fallback_echo ()
14946{
14947 eval 'cat <<_LTECHO_EOF
14948\$1
14949_LTECHO_EOF'
14950}
14951
d7040cdb 14952# Quote evaled strings.
3725885a
RW
14953for var in SHELL \
14954ECHO \
14955SED \
d7040cdb
SE
14956GREP \
14957EGREP \
14958FGREP \
14959LD \
14960NM \
14961LN_S \
14962lt_SP2NL \
14963lt_NL2SP \
14964reload_flag \
718a6fd8 14965OBJDUMP \
d7040cdb
SE
14966deplibs_check_method \
14967file_magic_cmd \
14968AR \
14969AR_FLAGS \
14970STRIP \
14971RANLIB \
14972CC \
14973CFLAGS \
14974compiler \
14975lt_cv_sys_global_symbol_pipe \
14976lt_cv_sys_global_symbol_to_cdecl \
14977lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 14978lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 14979lt_prog_compiler_no_builtin_flag \
df7b86aa 14980lt_prog_compiler_wl \
f2c621e4 14981lt_prog_compiler_pic \
d7040cdb
SE
14982lt_prog_compiler_static \
14983lt_cv_prog_compiler_c_o \
14984need_locks \
718a6fd8
SE
14985DSYMUTIL \
14986NMEDIT \
14987LIPO \
14988OTOOL \
14989OTOOL64 \
d7040cdb
SE
14990shrext_cmds \
14991export_dynamic_flag_spec \
14992whole_archive_flag_spec \
14993compiler_needs_object \
14994with_gnu_ld \
14995allow_undefined_flag \
14996no_undefined_flag \
14997hardcode_libdir_flag_spec \
14998hardcode_libdir_flag_spec_ld \
14999hardcode_libdir_separator \
f2c621e4 15000fix_srcfile_path \
d7040cdb
SE
15001exclude_expsyms \
15002include_expsyms \
15003file_list_spec \
15004variables_saved_for_relink \
15005libname_spec \
15006library_names_spec \
15007soname_spec \
3725885a 15008install_override_mode \
d7040cdb
SE
15009finish_eval \
15010old_striplib \
15011striplib; do
3725885a 15012 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15013 *[\\\\\\\`\\"\\\$]*)
3725885a 15014 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15015 ;;
15016 *)
15017 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15018 ;;
15019 esac
15020done
15021
15022# Double-quote double-evaled strings.
15023for var in reload_cmds \
15024old_postinstall_cmds \
15025old_postuninstall_cmds \
15026old_archive_cmds \
15027extract_expsyms_cmds \
15028old_archive_from_new_cmds \
15029old_archive_from_expsyms_cmds \
15030archive_cmds \
15031archive_expsym_cmds \
15032module_cmds \
15033module_expsym_cmds \
15034export_symbols_cmds \
15035prelink_cmds \
15036postinstall_cmds \
15037postuninstall_cmds \
15038finish_cmds \
15039sys_lib_search_path_spec \
15040sys_lib_dlsearch_path_spec; do
3725885a 15041 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15042 *[\\\\\\\`\\"\\\$]*)
3725885a 15043 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15044 ;;
15045 *)
15046 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15047 ;;
15048 esac
15049done
15050
d7040cdb
SE
15051ac_aux_dir='$ac_aux_dir'
15052xsi_shell='$xsi_shell'
15053lt_shell_append='$lt_shell_append'
15054
15055# See if we are running on zsh, and set the options which allow our
15056# commands through without removal of \ escapes INIT.
15057if test -n "\${ZSH_VERSION+set}" ; then
15058 setopt NO_GLOB_SUBST
15059fi
15060
15061
15062 PACKAGE='$PACKAGE'
15063 VERSION='$VERSION'
15064 TIMESTAMP='$TIMESTAMP'
15065 RM='$RM'
15066 ofile='$ofile'
15067
15068
15069
20e95c23
DJ
15070# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15071 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15072 # from automake.
15073 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15074 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15075 LINGUAS="${LINGUAS-%UNSET%}"
15076
13b2be9c
DJ
15077target_cpu_type=${target_cpu_type}
15078 cgen_cpu_prefix=${cgen_cpu_prefix}
15079 obj_format=${obj_format}
15080 te_file=${te_file}
15081
15082_ACEOF
15083
81ecdfbb 15084cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15085
81ecdfbb 15086# Handling of arguments.
13b2be9c 15087for ac_config_target in $ac_config_targets
9b2b7d69 15088do
81ecdfbb
RW
15089 case $ac_config_target in
15090 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15091 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15092 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15093 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15094 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15095 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15096 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
81ecdfbb
RW
15097 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15098 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15099
d0ac1c44 15100 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
15101 esac
15102done
15103
81ecdfbb 15104
13b2be9c
DJ
15105# If the user did not use the arguments to specify the items to instantiate,
15106# then the envvar interface is used. Set only those that are not.
15107# We use the long form for the default assignment because of an extremely
15108# bizarre bug on SunOS 4.1.3.
15109if $ac_need_defaults; then
15110 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15111 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15112 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15113fi
15114
15115# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15116# simply because there is no reason against having it here, and in addition,
13b2be9c 15117# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15118# Hook for its removal unless debugging.
15119# Note that there is a small window in which the directory will not be cleaned:
15120# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
15121$debug ||
15122{
d0ac1c44 15123 tmp= ac_tmp=
81ecdfbb 15124 trap 'exit_status=$?
d0ac1c44
SM
15125 : "${ac_tmp:=$tmp}"
15126 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
15127' 0
15128 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 15129}
13b2be9c 15130# Create a (secure) tmp directory for tmp files.
9b2b7d69 15131
13b2be9c 15132{
81ecdfbb 15133 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15134 test -d "$tmp"
13b2be9c
DJ
15135} ||
15136{
81ecdfbb
RW
15137 tmp=./conf$$-$RANDOM
15138 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15139} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15140ac_tmp=$tmp
81ecdfbb
RW
15141
15142# Set up the scripts for CONFIG_FILES section.
15143# No need to generate them if there are no CONFIG_FILES.
15144# This happens for instance with `./config.status config.h'.
15145if test -n "$CONFIG_FILES"; then
15146
15147
15148ac_cr=`echo X | tr X '\015'`
15149# On cygwin, bash can eat \r inside `` if the user requested igncr.
15150# But we know of no other shell where ac_cr would be empty at this
15151# point, so we can use a bashism as a fallback.
15152if test "x$ac_cr" = x; then
15153 eval ac_cr=\$\'\\r\'
15154fi
15155ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15156if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15157 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15158else
15159 ac_cs_awk_cr=$ac_cr
15160fi
15161
d0ac1c44 15162echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
15163_ACEOF
15164
15165
15166{
15167 echo "cat >conf$$subs.awk <<_ACEOF" &&
15168 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15169 echo "_ACEOF"
15170} >conf$$subs.sh ||
d0ac1c44
SM
15171 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15172ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15173ac_delim='%!_!# '
15174for ac_last_try in false false false false false :; do
15175 . ./conf$$subs.sh ||
d0ac1c44 15176 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15177
15178 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15179 if test $ac_delim_n = $ac_delim_num; then
15180 break
15181 elif $ac_last_try; then
d0ac1c44 15182 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15183 else
15184 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15185 fi
15186done
15187rm -f conf$$subs.sh
15188
15189cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15190cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
15191_ACEOF
15192sed -n '
15193h
15194s/^/S["/; s/!.*/"]=/
15195p
15196g
15197s/^[^!]*!//
15198:repl
15199t repl
15200s/'"$ac_delim"'$//
15201t delim
15202:nl
15203h
d0ac1c44 15204s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15205t more1
15206s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15207p
15208n
15209b repl
15210:more1
15211s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15212p
15213g
15214s/.\{148\}//
15215t nl
15216:delim
15217h
d0ac1c44 15218s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15219t more2
15220s/["\\]/\\&/g; s/^/"/; s/$/"/
15221p
15222b
15223:more2
15224s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15225p
15226g
15227s/.\{148\}//
15228t delim
15229' <conf$$subs.awk | sed '
15230/^[^""]/{
15231 N
15232 s/\n//
15233}
15234' >>$CONFIG_STATUS || ac_write_fail=1
15235rm -f conf$$subs.awk
15236cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15237_ACAWK
d0ac1c44 15238cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15239 for (key in S) S_is_set[key] = 1
15240 FS = "\a"
15241
15242}
13b2be9c 15243{
81ecdfbb
RW
15244 line = $ 0
15245 nfields = split(line, field, "@")
15246 substed = 0
15247 len = length(field[1])
15248 for (i = 2; i < nfields; i++) {
15249 key = field[i]
15250 keylen = length(key)
15251 if (S_is_set[key]) {
15252 value = S[key]
15253 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15254 len += length(value) + length(field[++i])
15255 substed = 1
15256 } else
15257 len += 1 + keylen
15258 }
15259
15260 print line
13b2be9c 15261}
9b2b7d69 15262
81ecdfbb
RW
15263_ACAWK
15264_ACEOF
15265cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15266if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15267 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15268else
15269 cat
d0ac1c44
SM
15270fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15271 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
15272_ACEOF
15273
d0ac1c44
SM
15274# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15275# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15276# trailing colons and then remove the whole line if VPATH becomes empty
15277# (actually we leave an empty line to preserve line numbers).
15278if test "x$srcdir" = x.; then
d0ac1c44
SM
15279 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15280h
15281s///
15282s/^/:/
15283s/[ ]*$/:/
15284s/:\$(srcdir):/:/g
15285s/:\${srcdir}:/:/g
15286s/:@srcdir@:/:/g
15287s/^:*//
81ecdfbb 15288s/:*$//
d0ac1c44
SM
15289x
15290s/\(=[ ]*\).*/\1/
15291G
15292s/\n//
81ecdfbb
RW
15293s/^[^=]*=[ ]*$//
15294}'
15295fi
15296
15297cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15298fi # test -n "$CONFIG_FILES"
13b2be9c 15299
81ecdfbb
RW
15300# Set up the scripts for CONFIG_HEADERS section.
15301# No need to generate them if there are no CONFIG_HEADERS.
15302# This happens for instance with `./config.status Makefile'.
15303if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15304cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
15305BEGIN {
15306_ACEOF
13b2be9c 15307
81ecdfbb
RW
15308# Transform confdefs.h into an awk script `defines.awk', embedded as
15309# here-document in config.status, that substitutes the proper values into
15310# config.h.in to produce config.h.
9b2b7d69 15311
81ecdfbb
RW
15312# Create a delimiter string that does not exist in confdefs.h, to ease
15313# handling of long lines.
15314ac_delim='%!_!# '
15315for ac_last_try in false false :; do
d0ac1c44
SM
15316 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15317 if test -z "$ac_tt"; then
81ecdfbb
RW
15318 break
15319 elif $ac_last_try; then
d0ac1c44 15320 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
15321 else
15322 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15323 fi
15324done
15325
15326# For the awk script, D is an array of macro values keyed by name,
15327# likewise P contains macro parameters if any. Preserve backslash
15328# newline sequences.
15329
15330ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15331sed -n '
15332s/.\{148\}/&'"$ac_delim"'/g
15333t rset
15334:rset
15335s/^[ ]*#[ ]*define[ ][ ]*/ /
15336t def
15337d
15338:def
15339s/\\$//
15340t bsnl
15341s/["\\]/\\&/g
15342s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15343D["\1"]=" \3"/p
15344s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15345d
15346:bsnl
15347s/["\\]/\\&/g
15348s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15349D["\1"]=" \3\\\\\\n"\\/p
15350t cont
15351s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15352t cont
15353d
15354:cont
15355n
15356s/.\{148\}/&'"$ac_delim"'/g
15357t clear
15358:clear
15359s/\\$//
15360t bsnlc
15361s/["\\]/\\&/g; s/^/"/; s/$/"/p
15362d
15363:bsnlc
15364s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15365b cont
15366' <confdefs.h | sed '
15367s/'"$ac_delim"'/"\\\
15368"/g' >>$CONFIG_STATUS || ac_write_fail=1
15369
15370cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15371 for (key in D) D_is_set[key] = 1
15372 FS = "\a"
15373}
15374/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15375 line = \$ 0
15376 split(line, arg, " ")
15377 if (arg[1] == "#") {
15378 defundef = arg[2]
15379 mac1 = arg[3]
15380 } else {
15381 defundef = substr(arg[1], 2)
15382 mac1 = arg[2]
15383 }
15384 split(mac1, mac2, "(") #)
15385 macro = mac2[1]
15386 prefix = substr(line, 1, index(line, defundef) - 1)
15387 if (D_is_set[macro]) {
15388 # Preserve the white space surrounding the "#".
15389 print prefix "define", macro P[macro] D[macro]
15390 next
15391 } else {
15392 # Replace #undef with comments. This is necessary, for example,
15393 # in the case of _POSIX_SOURCE, which is predefined and required
15394 # on some systems where configure will not decide to define it.
15395 if (defundef == "undef") {
15396 print "/*", prefix defundef, macro, "*/"
15397 next
15398 }
15399 }
15400}
15401{ print }
15402_ACAWK
13b2be9c 15403_ACEOF
81ecdfbb 15404cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15405 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 15406fi # test -n "$CONFIG_HEADERS"
13b2be9c 15407
81ecdfbb
RW
15408
15409eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15410shift
15411for ac_tag
15412do
15413 case $ac_tag in
15414 :[FHLC]) ac_mode=$ac_tag; continue;;
15415 esac
15416 case $ac_mode$ac_tag in
15417 :[FHL]*:*);;
d0ac1c44 15418 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15419 :[FH]-) ac_tag=-:-;;
15420 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15421 esac
15422 ac_save_IFS=$IFS
15423 IFS=:
15424 set x $ac_tag
15425 IFS=$ac_save_IFS
15426 shift
15427 ac_file=$1
15428 shift
15429
15430 case $ac_mode in
15431 :L) ac_source=$1;;
15432 :[FH])
15433 ac_file_inputs=
15434 for ac_f
15435 do
15436 case $ac_f in
d0ac1c44 15437 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15438 *) # Look for the file first in the build tree, then in the source tree
15439 # (if the path is not absolute). The absolute path cannot be DOS-style,
15440 # because $ac_f cannot contain `:'.
15441 test -f "$ac_f" ||
15442 case $ac_f in
15443 [\\/$]*) false;;
15444 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15445 esac ||
d0ac1c44 15446 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
15447 esac
15448 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15449 as_fn_append ac_file_inputs " '$ac_f'"
15450 done
15451
15452 # Let's still pretend it is `configure' which instantiates (i.e., don't
15453 # use $as_me), people would be surprised to read:
15454 # /* config.h. Generated by config.status. */
15455 configure_input='Generated from '`
15456 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15457 `' by configure.'
15458 if test x"$ac_file" != x-; then
15459 configure_input="$ac_file. $configure_input"
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15461$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 15462 fi
81ecdfbb
RW
15463 # Neutralize special characters interpreted by sed in replacement strings.
15464 case $configure_input in #(
15465 *\&* | *\|* | *\\* )
15466 ac_sed_conf_input=`$as_echo "$configure_input" |
15467 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15468 *) ac_sed_conf_input=$configure_input;;
15469 esac
252b5132 15470
81ecdfbb 15471 case $ac_tag in
d0ac1c44
SM
15472 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15473 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15474 esac
15475 ;;
252b5132 15476 esac
9b2b7d69 15477
81ecdfbb 15478 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 15479$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15480 X"$ac_file" : 'X\(//\)[^/]' \| \
15481 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15482 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15483$as_echo X"$ac_file" |
15484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15485 s//\1/
15486 q
15487 }
15488 /^X\(\/\/\)[^/].*/{
15489 s//\1/
15490 q
15491 }
15492 /^X\(\/\/\)$/{
15493 s//\1/
15494 q
15495 }
15496 /^X\(\/\).*/{
15497 s//\1/
15498 q
15499 }
15500 s/.*/./; q'`
15501 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
15502 ac_builddir=.
15503
81ecdfbb
RW
15504case "$ac_dir" in
15505.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15506*)
15507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15508 # A ".." for each directory in $ac_dir_suffix.
15509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15510 case $ac_top_builddir_sub in
15511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15513 esac ;;
15514esac
15515ac_abs_top_builddir=$ac_pwd
15516ac_abs_builddir=$ac_pwd$ac_dir_suffix
15517# for backward compatibility:
15518ac_top_builddir=$ac_top_build_prefix
9b2b7d69 15519
13b2be9c 15520case $srcdir in
81ecdfbb 15521 .) # We are building in place.
13b2be9c 15522 ac_srcdir=.
81ecdfbb
RW
15523 ac_top_srcdir=$ac_top_builddir_sub
15524 ac_abs_top_srcdir=$ac_pwd ;;
15525 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 15526 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15527 ac_top_srcdir=$srcdir
15528 ac_abs_top_srcdir=$srcdir ;;
15529 *) # Relative name.
15530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15531 ac_top_srcdir=$ac_top_build_prefix$srcdir
15532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 15533esac
81ecdfbb 15534ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 15535
252b5132 15536
81ecdfbb
RW
15537 case $ac_mode in
15538 :F)
15539 #
15540 # CONFIG_FILE
15541 #
9b2b7d69 15542
13b2be9c
DJ
15543 case $INSTALL in
15544 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15545 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15546 esac
15547 ac_MKDIR_P=$MKDIR_P
15548 case $MKDIR_P in
15549 [\\/$]* | ?:[\\/]* ) ;;
15550 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 15551 esac
81ecdfbb 15552_ACEOF
9b2b7d69 15553
81ecdfbb
RW
15554cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15555# If the template does not know about datarootdir, expand it.
15556# FIXME: This hack should be removed a few years after 2.60.
15557ac_datarootdir_hack=; ac_datarootdir_seen=
15558ac_sed_dataroot='
15559/datarootdir/ {
15560 p
15561 q
15562}
15563/@datadir@/p
15564/@docdir@/p
15565/@infodir@/p
15566/@localedir@/p
15567/@mandir@/p'
15568case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15569*datarootdir*) ac_datarootdir_seen=yes;;
15570*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15572$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15573_ACEOF
15574cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15575 ac_datarootdir_hack='
15576 s&@datadir@&$datadir&g
15577 s&@docdir@&$docdir&g
15578 s&@infodir@&$infodir&g
15579 s&@localedir@&$localedir&g
15580 s&@mandir@&$mandir&g
15581 s&\\\${datarootdir}&$datarootdir&g' ;;
15582esac
13b2be9c 15583_ACEOF
81ecdfbb
RW
15584
15585# Neutralize VPATH when `$srcdir' = `.'.
15586# Shell code in configure.ac might set extrasub.
15587# FIXME: do we really want to maintain this feature?
15588cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15589ac_sed_extra="$ac_vpsub
13b2be9c
DJ
15590$extrasub
15591_ACEOF
81ecdfbb 15592cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
15593:t
15594/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15595s|@configure_input@|$ac_sed_conf_input|;t t
15596s&@top_builddir@&$ac_top_builddir_sub&;t t
15597s&@top_build_prefix@&$ac_top_build_prefix&;t t
15598s&@srcdir@&$ac_srcdir&;t t
15599s&@abs_srcdir@&$ac_abs_srcdir&;t t
15600s&@top_srcdir@&$ac_top_srcdir&;t t
15601s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15602s&@builddir@&$ac_builddir&;t t
15603s&@abs_builddir@&$ac_abs_builddir&;t t
15604s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15605s&@INSTALL@&$ac_INSTALL&;t t
15606s&@MKDIR_P@&$ac_MKDIR_P&;t t
15607$ac_datarootdir_hack
15608"
d0ac1c44
SM
15609eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15610 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15611
15612test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15613 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15614 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15615 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15617which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15618$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15619which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15620
d0ac1c44 15621 rm -f "$ac_tmp/stdin"
13b2be9c 15622 case $ac_file in
d0ac1c44
SM
15623 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15624 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15625 esac \
d0ac1c44 15626 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15627 ;;
15628 :H)
15629 #
15630 # CONFIG_HEADER
15631 #
13b2be9c 15632 if test x"$ac_file" != x-; then
81ecdfbb
RW
15633 {
15634 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15635 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15636 } >"$ac_tmp/config.h" \
15637 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15638 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15639 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15640$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 15641 else
81ecdfbb 15642 rm -f "$ac_file"
d0ac1c44
SM
15643 mv "$ac_tmp/config.h" "$ac_file" \
15644 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9b2b7d69 15645 fi
13b2be9c 15646 else
81ecdfbb 15647 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15648 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15649 || as_fn_error $? "could not create -" "$LINENO" 5
9b2b7d69 15650 fi
81ecdfbb
RW
15651# Compute "$ac_file"'s index in $config_headers.
15652_am_arg="$ac_file"
13b2be9c
DJ
15653_am_stamp_count=1
15654for _am_header in $config_headers :; do
15655 case $_am_header in
81ecdfbb 15656 $_am_arg | $_am_arg:* )
13b2be9c
DJ
15657 break ;;
15658 * )
15659 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15660 esac
15661done
81ecdfbb
RW
15662echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15663$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15664 X"$_am_arg" : 'X\(//\)[^/]' \| \
15665 X"$_am_arg" : 'X\(//\)$' \| \
15666 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15667$as_echo X"$_am_arg" |
15668 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15669 s//\1/
15670 q
15671 }
15672 /^X\(\/\/\)[^/].*/{
15673 s//\1/
15674 q
15675 }
15676 /^X\(\/\/\)$/{
15677 s//\1/
15678 q
15679 }
15680 /^X\(\/\).*/{
15681 s//\1/
15682 q
15683 }
15684 s/.*/./; q'`/stamp-h$_am_stamp_count
15685 ;;
ab509236 15686
81ecdfbb
RW
15687 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15688$as_echo "$as_me: executing $ac_file commands" >&6;}
15689 ;;
15690 esac
13b2be9c
DJ
15691
15692
81ecdfbb
RW
15693 case $ac_file$ac_mode in
15694 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 15695 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
15696 # are listed without --file. Let's play safe and only enable the eval
15697 # if we detect the quoting.
15698 case $CONFIG_FILES in
15699 *\'*) eval set x "$CONFIG_FILES" ;;
15700 *) set x $CONFIG_FILES ;;
15701 esac
15702 shift
15703 for mf
15704 do
15705 # Strip MF so we end up with the name of the file.
15706 mf=`echo "$mf" | sed -e 's/:.*$//'`
15707 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 15708 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
15709 # some people rename them; so instead we look at the file content.
15710 # Grep'ing the first line is not enough: some people post-process
15711 # each Makefile.in and add a new line on top of each file to say so.
15712 # Grep'ing the whole file is not good either: AIX grep has a line
15713 # limit of 2048, but all sed's we know have understand at least 4000.
15714 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15715 dirpart=`$as_dirname -- "$mf" ||
13b2be9c 15716$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15717 X"$mf" : 'X\(//\)[^/]' \| \
15718 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
15719 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15720$as_echo X"$mf" |
15721 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15722 s//\1/
15723 q
15724 }
15725 /^X\(\/\/\)[^/].*/{
15726 s//\1/
15727 q
15728 }
15729 /^X\(\/\/\)$/{
15730 s//\1/
15731 q
15732 }
15733 /^X\(\/\).*/{
15734 s//\1/
15735 q
15736 }
15737 s/.*/./; q'`
15738 else
15739 continue
15740 fi
15741 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 15742 # from the Makefile without running 'make'.
81ecdfbb
RW
15743 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15744 test -z "$DEPDIR" && continue
15745 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 15746 test -z "$am__include" && continue
81ecdfbb 15747 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
15748 # Find all dependency output files, they are included files with
15749 # $(DEPDIR) in their names. We invoke sed twice because it is the
15750 # simplest approach to changing $(DEPDIR) to its actual value in the
15751 # expansion.
15752 for file in `sed -n "
15753 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 15754 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
15755 # Make sure the directory exists.
15756 test -f "$dirpart/$file" && continue
15757 fdir=`$as_dirname -- "$file" ||
13b2be9c 15758$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15759 X"$file" : 'X\(//\)[^/]' \| \
15760 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
15761 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15762$as_echo X"$file" |
15763 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15764 s//\1/
15765 q
15766 }
15767 /^X\(\/\/\)[^/].*/{
15768 s//\1/
15769 q
15770 }
15771 /^X\(\/\/\)$/{
15772 s//\1/
15773 q
15774 }
15775 /^X\(\/\).*/{
15776 s//\1/
15777 q
15778 }
15779 s/.*/./; q'`
15780 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15781 # echo "creating $dirpart/$file"
15782 echo '# dummy' > "$dirpart/$file"
13b2be9c 15783 done
13b2be9c 15784 done
81ecdfbb 15785}
d7040cdb 15786 ;;
81ecdfbb 15787 "libtool":C)
d7040cdb
SE
15788
15789 # See if we are running on zsh, and set the options which allow our
15790 # commands through without removal of \ escapes.
15791 if test -n "${ZSH_VERSION+set}" ; then
15792 setopt NO_GLOB_SUBST
15793 fi
15794
15795 cfgfile="${ofile}T"
15796 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15797 $RM "$cfgfile"
15798
15799 cat <<_LT_EOF >> "$cfgfile"
15800#! $SHELL
15801
15802# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 15803# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
15804# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15805# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15806#
718a6fd8 15807# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 15808# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 15809# Written by Gordon Matzigkeit, 1996
d7040cdb 15810#
718a6fd8 15811# This file is part of GNU Libtool.
d7040cdb 15812#
718a6fd8
SE
15813# GNU Libtool is free software; you can redistribute it and/or
15814# modify it under the terms of the GNU General Public License as
15815# published by the Free Software Foundation; either version 2 of
15816# the License, or (at your option) any later version.
d7040cdb 15817#
718a6fd8
SE
15818# As a special exception to the GNU General Public License,
15819# if you distribute this file as part of a program or library that
15820# is built using GNU Libtool, you may include this file under the
15821# same distribution terms that you use for the rest of that program.
d7040cdb 15822#
718a6fd8
SE
15823# GNU Libtool is distributed in the hope that it will be useful,
15824# but WITHOUT ANY WARRANTY; without even the implied warranty of
15825# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15826# GNU General Public License for more details.
d7040cdb 15827#
718a6fd8
SE
15828# You should have received a copy of the GNU General Public License
15829# along with GNU Libtool; see the file COPYING. If not, a copy
15830# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15831# obtained by writing to the Free Software Foundation, Inc.,
15832# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
15833
15834
15835# The names of the tagged configurations supported by this script.
15836available_tags=""
15837
15838# ### BEGIN LIBTOOL CONFIG
15839
15840# Which release of libtool.m4 was used?
15841macro_version=$macro_version
15842macro_revision=$macro_revision
15843
15844# Whether or not to build shared libraries.
15845build_libtool_libs=$enable_shared
15846
15847# Whether or not to build static libraries.
15848build_old_libs=$enable_static
15849
15850# What type of objects to build.
15851pic_mode=$pic_mode
15852
15853# Whether or not to optimize for fast installation.
15854fast_install=$enable_fast_install
15855
3725885a
RW
15856# Shell to use when invoking shell scripts.
15857SHELL=$lt_SHELL
15858
15859# An echo program that protects backslashes.
15860ECHO=$lt_ECHO
15861
d7040cdb
SE
15862# The host system.
15863host_alias=$host_alias
15864host=$host
15865host_os=$host_os
15866
15867# The build system.
15868build_alias=$build_alias
15869build=$build
15870build_os=$build_os
15871
15872# A sed program that does not truncate output.
15873SED=$lt_SED
15874
15875# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15876Xsed="\$SED -e 1s/^X//"
15877
15878# A grep program that handles long lines.
15879GREP=$lt_GREP
15880
15881# An ERE matcher.
15882EGREP=$lt_EGREP
15883
15884# A literal string matcher.
15885FGREP=$lt_FGREP
15886
15887# A BSD- or MS-compatible name lister.
15888NM=$lt_NM
15889
15890# Whether we need soft or hard links.
15891LN_S=$lt_LN_S
15892
15893# What is the maximum length of a command?
15894max_cmd_len=$max_cmd_len
15895
15896# Object file suffix (normally "o").
15897objext=$ac_objext
15898
15899# Executable file suffix (normally "").
15900exeext=$exeext
15901
15902# whether the shell understands "unset".
15903lt_unset=$lt_unset
15904
15905# turn spaces into newlines.
15906SP2NL=$lt_lt_SP2NL
15907
15908# turn newlines into spaces.
15909NL2SP=$lt_lt_NL2SP
15910
718a6fd8
SE
15911# An object symbol dumper.
15912OBJDUMP=$lt_OBJDUMP
15913
d7040cdb
SE
15914# Method to check whether dependent libraries are shared objects.
15915deplibs_check_method=$lt_deplibs_check_method
15916
f2c621e4 15917# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
15918file_magic_cmd=$lt_file_magic_cmd
15919
15920# The archiver.
15921AR=$lt_AR
15922AR_FLAGS=$lt_AR_FLAGS
15923
15924# A symbol stripping program.
15925STRIP=$lt_STRIP
15926
15927# Commands used to install an old-style archive.
15928RANLIB=$lt_RANLIB
15929old_postinstall_cmds=$lt_old_postinstall_cmds
15930old_postuninstall_cmds=$lt_old_postuninstall_cmds
15931
3725885a
RW
15932# Whether to use a lock for old archive extraction.
15933lock_old_archive_extraction=$lock_old_archive_extraction
15934
d7040cdb
SE
15935# A C compiler.
15936LTCC=$lt_CC
15937
15938# LTCC compiler flags.
15939LTCFLAGS=$lt_CFLAGS
15940
15941# Take the output of nm and produce a listing of raw symbols and C names.
15942global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15943
15944# Transform the output of nm in a proper C declaration.
15945global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15946
15947# Transform the output of nm in a C name address pair.
15948global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15949
718a6fd8
SE
15950# Transform the output of nm in a C name address pair when lib prefix is needed.
15951global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15952
d7040cdb
SE
15953# The name of the directory that contains temporary libtool files.
15954objdir=$objdir
15955
d7040cdb
SE
15956# Used to examine libraries when file_magic_cmd begins with "file".
15957MAGIC_CMD=$MAGIC_CMD
15958
15959# Must we lock files when doing compilation?
15960need_locks=$lt_need_locks
15961
718a6fd8
SE
15962# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15963DSYMUTIL=$lt_DSYMUTIL
15964
15965# Tool to change global to local symbols on Mac OS X.
15966NMEDIT=$lt_NMEDIT
15967
15968# Tool to manipulate fat objects and archives on Mac OS X.
15969LIPO=$lt_LIPO
15970
15971# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15972OTOOL=$lt_OTOOL
15973
15974# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15975OTOOL64=$lt_OTOOL64
15976
d7040cdb
SE
15977# Old archive suffix (normally "a").
15978libext=$libext
15979
15980# Shared library suffix (normally ".so").
15981shrext_cmds=$lt_shrext_cmds
15982
15983# The commands to extract the exported symbol list from a shared archive.
15984extract_expsyms_cmds=$lt_extract_expsyms_cmds
15985
15986# Variables whose values should be saved in libtool wrapper scripts and
15987# restored at link time.
15988variables_saved_for_relink=$lt_variables_saved_for_relink
15989
15990# Do we need the "lib" prefix for modules?
15991need_lib_prefix=$need_lib_prefix
15992
15993# Do we need a version for libraries?
15994need_version=$need_version
15995
15996# Library versioning type.
15997version_type=$version_type
15998
15999# Shared library runtime path variable.
16000runpath_var=$runpath_var
16001
16002# Shared library path variable.
16003shlibpath_var=$shlibpath_var
16004
16005# Is shlibpath searched before the hard-coded library search path?
16006shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16007
16008# Format of library name prefix.
16009libname_spec=$lt_libname_spec
16010
16011# List of archive names. First name is the real one, the rest are links.
16012# The last name is the one that the linker finds with -lNAME
16013library_names_spec=$lt_library_names_spec
16014
16015# The coded name of the library, if different from the real name.
16016soname_spec=$lt_soname_spec
16017
3725885a
RW
16018# Permission mode override for installation of shared libraries.
16019install_override_mode=$lt_install_override_mode
16020
d7040cdb
SE
16021# Command to use after installation of a shared archive.
16022postinstall_cmds=$lt_postinstall_cmds
16023
16024# Command to use after uninstallation of a shared archive.
16025postuninstall_cmds=$lt_postuninstall_cmds
16026
16027# Commands used to finish a libtool library installation in a directory.
16028finish_cmds=$lt_finish_cmds
16029
16030# As "finish_cmds", except a single script fragment to be evaled but
16031# not shown.
16032finish_eval=$lt_finish_eval
16033
16034# Whether we should hardcode library paths into libraries.
16035hardcode_into_libs=$hardcode_into_libs
16036
16037# Compile-time system search path for libraries.
16038sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16039
16040# Run-time system search path for libraries.
16041sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16042
16043# Whether dlopen is supported.
16044dlopen_support=$enable_dlopen
16045
16046# Whether dlopen of programs is supported.
16047dlopen_self=$enable_dlopen_self
16048
16049# Whether dlopen of statically linked programs is supported.
16050dlopen_self_static=$enable_dlopen_self_static
16051
16052# Commands to strip libraries.
16053old_striplib=$lt_old_striplib
16054striplib=$lt_striplib
16055
16056
16057# The linker used to build libraries.
16058LD=$lt_LD
16059
3725885a
RW
16060# How to create reloadable object files.
16061reload_flag=$lt_reload_flag
16062reload_cmds=$lt_reload_cmds
16063
d7040cdb
SE
16064# Commands used to build an old-style archive.
16065old_archive_cmds=$lt_old_archive_cmds
16066
16067# A language specific compiler.
16068CC=$lt_compiler
16069
16070# Is the compiler the GNU compiler?
16071with_gcc=$GCC
16072
16073# Compiler flag to turn off builtin functions.
16074no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16075
df7b86aa
NC
16076# How to pass a linker flag through the compiler.
16077wl=$lt_lt_prog_compiler_wl
16078
f2c621e4
AS
16079# Additional compiler flags for building library objects.
16080pic_flag=$lt_lt_prog_compiler_pic
16081
d7040cdb
SE
16082# Compiler flag to prevent dynamic linking.
16083link_static_flag=$lt_lt_prog_compiler_static
16084
16085# Does compiler simultaneously support -c and -o options?
16086compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16087
16088# Whether or not to add -lc for building shared libraries.
16089build_libtool_need_lc=$archive_cmds_need_lc
16090
16091# Whether or not to disallow shared libs when runtime libs are static.
16092allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16093
16094# Compiler flag to allow reflexive dlopens.
16095export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16096
16097# Compiler flag to generate shared objects directly from archives.
16098whole_archive_flag_spec=$lt_whole_archive_flag_spec
16099
16100# Whether the compiler copes with passing no objects directly.
16101compiler_needs_object=$lt_compiler_needs_object
16102
16103# Create an old-style archive from a shared archive.
16104old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16105
16106# Create a temporary old-style archive to link instead of a shared archive.
16107old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16108
16109# Commands used to build a shared archive.
16110archive_cmds=$lt_archive_cmds
16111archive_expsym_cmds=$lt_archive_expsym_cmds
16112
16113# Commands used to build a loadable module if different from building
16114# a shared archive.
16115module_cmds=$lt_module_cmds
16116module_expsym_cmds=$lt_module_expsym_cmds
16117
16118# Whether we are building with GNU ld or not.
16119with_gnu_ld=$lt_with_gnu_ld
16120
16121# Flag that allows shared libraries with undefined symbols to be built.
16122allow_undefined_flag=$lt_allow_undefined_flag
16123
16124# Flag that enforces no undefined symbols.
16125no_undefined_flag=$lt_no_undefined_flag
16126
16127# Flag to hardcode \$libdir into a binary during linking.
16128# This must work even if \$libdir does not exist
16129hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16130
16131# If ld is used when linking, flag to hardcode \$libdir into a binary
16132# during linking. This must work even if \$libdir does not exist.
16133hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16134
16135# Whether we need a single "-rpath" flag with a separated argument.
16136hardcode_libdir_separator=$lt_hardcode_libdir_separator
16137
16138# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16139# DIR into the resulting binary.
16140hardcode_direct=$hardcode_direct
16141
16142# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16143# DIR into the resulting binary and the resulting library dependency is
16144# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16145# library is relocated.
16146hardcode_direct_absolute=$hardcode_direct_absolute
16147
16148# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16149# into the resulting binary.
16150hardcode_minus_L=$hardcode_minus_L
16151
16152# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16153# into the resulting binary.
16154hardcode_shlibpath_var=$hardcode_shlibpath_var
16155
16156# Set to "yes" if building a shared library automatically hardcodes DIR
16157# into the library and all subsequent libraries and executables linked
16158# against it.
16159hardcode_automatic=$hardcode_automatic
16160
16161# Set to yes if linker adds runtime paths of dependent libraries
16162# to runtime path list.
16163inherit_rpath=$inherit_rpath
16164
16165# Whether libtool must link a program against all its dependency libraries.
16166link_all_deplibs=$link_all_deplibs
16167
f2c621e4
AS
16168# Fix the shell variable \$srcfile for the compiler.
16169fix_srcfile_path=$lt_fix_srcfile_path
16170
d7040cdb
SE
16171# Set to "yes" if exported symbols are required.
16172always_export_symbols=$always_export_symbols
16173
16174# The commands to list exported symbols.
16175export_symbols_cmds=$lt_export_symbols_cmds
16176
16177# Symbols that should not be listed in the preloaded symbols.
16178exclude_expsyms=$lt_exclude_expsyms
16179
16180# Symbols that must always be exported.
16181include_expsyms=$lt_include_expsyms
16182
16183# Commands necessary for linking programs (against libraries) with templates.
16184prelink_cmds=$lt_prelink_cmds
16185
16186# Specify filename containing input files.
16187file_list_spec=$lt_file_list_spec
16188
16189# How to hardcode a shared library path into an executable.
16190hardcode_action=$hardcode_action
16191
16192# ### END LIBTOOL CONFIG
16193
16194_LT_EOF
16195
16196 case $host_os in
16197 aix3*)
16198 cat <<\_LT_EOF >> "$cfgfile"
16199# AIX sometimes has problems with the GCC collect2 program. For some
16200# reason, if we set the COLLECT_NAMES environment variable, the problems
16201# vanish in a puff of smoke.
16202if test "X${COLLECT_NAMES+set}" != Xset; then
16203 COLLECT_NAMES=
16204 export COLLECT_NAMES
16205fi
16206_LT_EOF
16207 ;;
16208 esac
16209
16210
16211ltmain="$ac_aux_dir/ltmain.sh"
16212
16213
16214 # We use sed instead of cat because bash on DJGPP gets confused if
16215 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16216 # text mode, it properly converts lines to CR/LF. This bash problem
16217 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16218 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16219 || (rm -f "$cfgfile"; exit 1)
16220
16221 case $xsi_shell in
16222 yes)
16223 cat << \_LT_EOF >> "$cfgfile"
16224
16225# func_dirname file append nondir_replacement
16226# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16227# otherwise set result to NONDIR_REPLACEMENT.
16228func_dirname ()
16229{
16230 case ${1} in
16231 */*) func_dirname_result="${1%/*}${2}" ;;
16232 * ) func_dirname_result="${3}" ;;
16233 esac
16234}
16235
16236# func_basename file
16237func_basename ()
16238{
16239 func_basename_result="${1##*/}"
16240}
16241
16242# func_dirname_and_basename file append nondir_replacement
16243# perform func_basename and func_dirname in a single function
16244# call:
16245# dirname: Compute the dirname of FILE. If nonempty,
16246# add APPEND to the result, otherwise set result
16247# to NONDIR_REPLACEMENT.
16248# value returned in "$func_dirname_result"
16249# basename: Compute filename of FILE.
16250# value retuned in "$func_basename_result"
16251# Implementation must be kept synchronized with func_dirname
16252# and func_basename. For efficiency, we do not delegate to
16253# those functions but instead duplicate the functionality here.
16254func_dirname_and_basename ()
16255{
16256 case ${1} in
16257 */*) func_dirname_result="${1%/*}${2}" ;;
16258 * ) func_dirname_result="${3}" ;;
16259 esac
16260 func_basename_result="${1##*/}"
16261}
16262
16263# func_stripname prefix suffix name
16264# strip PREFIX and SUFFIX off of NAME.
16265# PREFIX and SUFFIX must not contain globbing or regex special
16266# characters, hashes, percent signs, but SUFFIX may contain a leading
16267# dot (in which case that matches only a dot).
16268func_stripname ()
16269{
16270 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16271 # positional parameters, so assign one to ordinary parameter first.
16272 func_stripname_result=${3}
16273 func_stripname_result=${func_stripname_result#"${1}"}
16274 func_stripname_result=${func_stripname_result%"${2}"}
16275}
16276
16277# func_opt_split
16278func_opt_split ()
16279{
16280 func_opt_split_opt=${1%%=*}
16281 func_opt_split_arg=${1#*=}
16282}
16283
16284# func_lo2o object
16285func_lo2o ()
16286{
16287 case ${1} in
16288 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16289 *) func_lo2o_result=${1} ;;
16290 esac
16291}
16292
16293# func_xform libobj-or-source
16294func_xform ()
16295{
16296 func_xform_result=${1%.*}.lo
16297}
16298
16299# func_arith arithmetic-term...
16300func_arith ()
16301{
16302 func_arith_result=$(( $* ))
16303}
16304
16305# func_len string
16306# STRING may not start with a hyphen.
16307func_len ()
16308{
16309 func_len_result=${#1}
16310}
16311
16312_LT_EOF
16313 ;;
16314 *) # Bourne compatible functions.
16315 cat << \_LT_EOF >> "$cfgfile"
16316
16317# func_dirname file append nondir_replacement
16318# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16319# otherwise set result to NONDIR_REPLACEMENT.
16320func_dirname ()
16321{
16322 # Extract subdirectory from the argument.
16323 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16324 if test "X$func_dirname_result" = "X${1}"; then
16325 func_dirname_result="${3}"
16326 else
16327 func_dirname_result="$func_dirname_result${2}"
16328 fi
16329}
16330
16331# func_basename file
16332func_basename ()
16333{
16334 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16335}
16336
16337
16338# func_stripname prefix suffix name
16339# strip PREFIX and SUFFIX off of NAME.
16340# PREFIX and SUFFIX must not contain globbing or regex special
16341# characters, hashes, percent signs, but SUFFIX may contain a leading
16342# dot (in which case that matches only a dot).
16343# func_strip_suffix prefix name
16344func_stripname ()
16345{
16346 case ${2} in
16347 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16348 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16349 esac
16350}
16351
16352# sed scripts:
16353my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16354my_sed_long_arg='1s/^-[^=]*=//'
16355
16356# func_opt_split
16357func_opt_split ()
16358{
16359 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16360 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16361}
16362
16363# func_lo2o object
16364func_lo2o ()
16365{
16366 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16367}
16368
16369# func_xform libobj-or-source
16370func_xform ()
16371{
16372 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16373}
16374
16375# func_arith arithmetic-term...
16376func_arith ()
16377{
16378 func_arith_result=`expr "$@"`
16379}
16380
16381# func_len string
16382# STRING may not start with a hyphen.
16383func_len ()
16384{
16385 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16386}
16387
16388_LT_EOF
16389esac
16390
16391case $lt_shell_append in
16392 yes)
16393 cat << \_LT_EOF >> "$cfgfile"
16394
16395# func_append var value
16396# Append VALUE to the end of shell variable VAR.
16397func_append ()
16398{
16399 eval "$1+=\$2"
16400}
16401_LT_EOF
16402 ;;
16403 *)
16404 cat << \_LT_EOF >> "$cfgfile"
16405
16406# func_append var value
16407# Append VALUE to the end of shell variable VAR.
16408func_append ()
16409{
16410 eval "$1=\$$1\$2"
16411}
16412
16413_LT_EOF
16414 ;;
16415 esac
16416
16417
16418 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16419 || (rm -f "$cfgfile"; exit 1)
16420
16421 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16422 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16423 chmod +x "$ofile"
16424
13b2be9c 16425 ;;
81ecdfbb 16426 "default-1":C)
20e95c23
DJ
16427 for ac_file in $CONFIG_FILES; do
16428 # Support "outfile[:infile[:infile...]]"
16429 case "$ac_file" in
16430 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16431 esac
16432 # PO directories have a Makefile.in generated from Makefile.in.in.
16433 case "$ac_file" in */Makefile.in)
16434 # Adjust a relative srcdir.
16435 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16436 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16437 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16438 # In autoconf-2.13 it is called $ac_given_srcdir.
16439 # In autoconf-2.50 it is called $srcdir.
16440 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16441 case "$ac_given_srcdir" in
16442 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16443 /*) top_srcdir="$ac_given_srcdir" ;;
16444 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16445 esac
16446 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16447 rm -f "$ac_dir/POTFILES"
16448 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16449 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16450 POMAKEFILEDEPS="POTFILES.in"
16451 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16452 # on $ac_dir but don't depend on user-specified configuration
16453 # parameters.
16454 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16455 # The LINGUAS file contains the set of available languages.
16456 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 16457 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
16458 fi
16459 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16460 # Hide the ALL_LINGUAS assigment from automake.
16461 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16462 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16463 else
37a42ee9 16464 # The set of available languages was given in configure.ac.
20e95c23
DJ
16465 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16466 fi
16467 case "$ac_given_srcdir" in
16468 .) srcdirpre= ;;
16469 *) srcdirpre='$(srcdir)/' ;;
16470 esac
16471 POFILES=
16472 GMOFILES=
16473 UPDATEPOFILES=
16474 DUMMYPOFILES=
16475 for lang in $ALL_LINGUAS; do
16476 POFILES="$POFILES $srcdirpre$lang.po"
16477 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16478 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16479 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16480 done
16481 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16482 # environment variable.
16483 INST_LINGUAS=
16484 if test -n "$ALL_LINGUAS"; then
16485 for presentlang in $ALL_LINGUAS; do
16486 useit=no
16487 if test "%UNSET%" != "$LINGUAS"; then
16488 desiredlanguages="$LINGUAS"
16489 else
16490 desiredlanguages="$ALL_LINGUAS"
16491 fi
16492 for desiredlang in $desiredlanguages; do
16493 # Use the presentlang catalog if desiredlang is
16494 # a. equal to presentlang, or
16495 # b. a variant of presentlang (because in this case,
16496 # presentlang can be used as a fallback for messages
16497 # which are not translated in the desiredlang catalog).
16498 case "$desiredlang" in
16499 "$presentlang"*) useit=yes;;
16500 esac
16501 done
16502 if test $useit = yes; then
16503 INST_LINGUAS="$INST_LINGUAS $presentlang"
16504 fi
16505 done
16506 fi
16507 CATALOGS=
16508 if test -n "$INST_LINGUAS"; then
16509 for lang in $INST_LINGUAS; do
16510 CATALOGS="$CATALOGS $lang.gmo"
16511 done
16512 fi
16513 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16514 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"
16515 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16516 if test -f "$f"; then
16517 case "$f" in
16518 *.orig | *.bak | *~) ;;
16519 *) cat "$f" >> "$ac_dir/Makefile" ;;
16520 esac
16521 fi
16522 done
16523 fi
16524 ;;
16525 esac
16526 done ;;
81ecdfbb 16527 "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
16528 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16529 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16530 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16531 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16532 if test "x$cgen_cpu_prefix" != x ; then
16533 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 16534 fi ;;
81ecdfbb 16535
13b2be9c 16536 esac
81ecdfbb 16537done # for ac_tag
13b2be9c 16538
13b2be9c 16539
81ecdfbb 16540as_fn_exit 0
13b2be9c 16541_ACEOF
13b2be9c
DJ
16542ac_clean_files=$ac_clean_files_save
16543
81ecdfbb 16544test $ac_write_fail = 0 ||
d0ac1c44 16545 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16546
13b2be9c
DJ
16547
16548# configure is writing to config.log, and then calls config.status.
16549# config.status does its own redirection, appending to config.log.
16550# Unfortunately, on DOS this fails, as config.log is still kept open
16551# by configure, so config.status won't be able to write to it; its
16552# output is simply discarded. So we exec the FD to /dev/null,
16553# effectively closing config.log, so it can be properly (re)opened and
16554# appended to by config.status. When coming back to configure, we
16555# need to make the FD available again.
16556if test "$no_create" != yes; then
16557 ac_cs_success=:
16558 ac_config_status_args=
16559 test "$silent" = yes &&
16560 ac_config_status_args="$ac_config_status_args --quiet"
16561 exec 5>/dev/null
16562 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16563 exec 5>>config.log
16564 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16565 # would make configure fail if this is the last instruction.
d0ac1c44 16566 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16567fi
16568if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16570$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 16571fi
252b5132 16572
d546b610
L
16573
16574
16575touch config.status.tmp
16576if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16577 sed '/as_fn_exit 0/i \
16578sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16579touch --reference=Makefile Makefile.tmp \
16580mv Makefile.tmp Makefile \
16581' config.status > config.status.tmp
16582 touch --reference=config.status config.status.tmp
16583 mv config.status.tmp config.status
16584 chmod +x config.status
16585 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16586 touch --reference=Makefile Makefile.tmp
16587 mv Makefile.tmp Makefile
16588else
16589 rm -f config.status.tmp
16590fi