]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/configure
Revert "MIPS: default r6 if vendor is img"
[thirdparty/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
96e786d1 3# Generated by GNU Autoconf 2.69 for gas 2.40.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'
96e786d1
NC
590PACKAGE_VERSION='2.40.50'
591PACKAGE_STRING='gas 2.40.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
2cac01e3
FS
636ZSTD_LIBS
637ZSTD_CFLAGS
638PKG_CONFIG_LIBDIR
639PKG_CONFIG_PATH
640PKG_CONFIG
0138187e 641zlibinc
543b7933 642zlibdir
81ecdfbb 643LIBM
81ecdfbb
RW
644GENINSRC_NEVER_FALSE
645GENINSRC_NEVER_TRUE
646MAINT
647MAINTAINER_MODE_FALSE
648MAINTAINER_MODE_TRUE
649MSGMERGE
650MSGFMT
651MKINSTALLDIRS
652CATOBJEXT
653GENCAT
654INSTOBJEXT
655DATADIRNAME
656CATALOGS
657POSUB
658GMSGFMT
659XGETTEXT
660INCINTL
661LIBINTL_DEP
662LIBINTL
663USE_NLS
664LEXLIB
665LEX_OUTPUT_ROOT
666LEX
667YFLAGS
668YACC
669OPCODES_LIB
670atof
671install_tooldir
672te_file
673obj_format
674target_cpu_type
675extra_objects
676cgen_cpu_prefix
677GDBINIT
6757cf57 678WARN_WRITE_STRINGS
81ecdfbb 679NO_WERROR
c5da1932 680WARN_CFLAGS_FOR_BUILD
81ecdfbb 681WARN_CFLAGS
2d7f2507 682do_compare
c8693053 683LARGEFILE_CPPFLAGS
81ecdfbb
RW
684OTOOL64
685OTOOL
686LIPO
687NMEDIT
688DSYMUTIL
81ecdfbb
RW
689RANLIB
690AR
691OBJDUMP
692LN_S
693NM
694ac_ct_DUMPBIN
695DUMPBIN
696LD
697FGREP
698SED
699LIBTOOL
700EGREP
701GREP
702CPP
703am__fastdepCC_FALSE
704am__fastdepCC_TRUE
705CCDEPMODE
6eb7d830 706am__nodep
81ecdfbb
RW
707AMDEPBACKSLASH
708AMDEP_FALSE
709AMDEP_TRUE
b9583093 710am__quote
81ecdfbb
RW
711am__include
712DEPDIR
23d61380
AM
713OBJEXT
714EXEEXT
715ac_ct_CC
716CPPFLAGS
717LDFLAGS
718CFLAGS
719CC
720AM_BACKSLASH
721AM_DEFAULT_VERBOSITY
722AM_DEFAULT_V
723AM_V
81ecdfbb
RW
724am__untar
725am__tar
726AMTAR
727am__leading_dot
728SET_MAKE
729AWK
730mkdir_p
731MKDIR_P
732INSTALL_STRIP_PROGRAM
733STRIP
734install_sh
735MAKEINFO
736AUTOHEADER
737AUTOMAKE
738AUTOCONF
739ACLOCAL
740VERSION
741PACKAGE
742CYGPATH_W
743am__isrc
744INSTALL_DATA
745INSTALL_SCRIPT
746INSTALL_PROGRAM
81ecdfbb
RW
747target_os
748target_vendor
749target_cpu
750target
751host_os
752host_vendor
753host_cpu
754host
755build_os
756build_vendor
757build_cpu
758build
759target_alias
760host_alias
761build_alias
762LIBS
763ECHO_T
764ECHO_N
765ECHO_C
766DEFS
767mandir
768localedir
769libdir
770psdir
771pdfdir
772dvidir
773htmldir
774infodir
775docdir
776oldincludedir
777includedir
778localstatedir
779sharedstatedir
780sysconfdir
781datadir
782datarootdir
783libexecdir
784sbindir
785bindir
786program_transform_name
787prefix
788exec_prefix
789PACKAGE_URL
790PACKAGE_BUGREPORT
791PACKAGE_STRING
792PACKAGE_VERSION
793PACKAGE_TARNAME
794PACKAGE_NAME
795PATH_SEPARATOR
b9583093 796SHELL'
13b2be9c 797ac_subst_files=''
81ecdfbb
RW
798ac_user_opts='
799enable_option_checking
d0ac1c44 800enable_silent_rules
23d61380 801enable_dependency_tracking
81ecdfbb
RW
802enable_shared
803enable_static
804with_pic
805enable_fast_install
806with_gnu_ld
807enable_libtool_lock
b879806f
AM
808enable_plugins
809enable_largefile
81ecdfbb
RW
810enable_targets
811enable_checking
6c3bc0f8 812enable_compressed_debug_sections
b0c295e1 813enable_default_compressed_debug_sections_algorithm
0cb4071e 814enable_x86_relax_relocations
b8871f35 815enable_elf_stt_common
0df8ad28 816enable_generate_build_notes
6f2117ba 817enable_mips_fix_loongson3_llsc
b4a3a7b4 818enable_x86_used_note
2dc8dd17 819enable_default_riscv_attribute
81ecdfbb
RW
820enable_werror
821enable_build_warnings
9004b6bd 822with_cpu
81ecdfbb
RW
823enable_nls
824enable_maintainer_mode
0138187e 825with_system_zlib
2cac01e3 826with_zstd
81ecdfbb
RW
827'
828 ac_precious_vars='build_alias
829host_alias
830target_alias
831CC
832CFLAGS
833LDFLAGS
834LIBS
835CPPFLAGS
836CPP
837YACC
2cac01e3
FS
838YFLAGS
839PKG_CONFIG
840PKG_CONFIG_PATH
841PKG_CONFIG_LIBDIR
842ZSTD_CFLAGS
843ZSTD_LIBS'
81ecdfbb 844
252b5132
RH
845
846# Initialize some variables set by options.
13b2be9c
DJ
847ac_init_help=
848ac_init_version=false
81ecdfbb
RW
849ac_unrecognized_opts=
850ac_unrecognized_sep=
252b5132
RH
851# The variables have the same names as the options, with
852# dashes changed to underlines.
13b2be9c 853cache_file=/dev/null
252b5132 854exec_prefix=NONE
252b5132 855no_create=
252b5132
RH
856no_recursion=
857prefix=NONE
858program_prefix=NONE
859program_suffix=NONE
860program_transform_name=s,x,x,
861silent=
862site=
863srcdir=
252b5132
RH
864verbose=
865x_includes=NONE
866x_libraries=NONE
13b2be9c
DJ
867
868# Installation directory options.
869# These are left unexpanded so users can "make install exec_prefix=/foo"
870# and all the variables that are supposed to be based on exec_prefix
871# by default will actually change.
872# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 873# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
874bindir='${exec_prefix}/bin'
875sbindir='${exec_prefix}/sbin'
876libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
877datarootdir='${prefix}/share'
878datadir='${datarootdir}'
252b5132
RH
879sysconfdir='${prefix}/etc'
880sharedstatedir='${prefix}/com'
881localstatedir='${prefix}/var'
252b5132
RH
882includedir='${prefix}/include'
883oldincludedir='/usr/include'
2e98a7bd 884docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
885infodir='${datarootdir}/info'
886htmldir='${docdir}'
887dvidir='${docdir}'
888pdfdir='${docdir}'
889psdir='${docdir}'
890libdir='${exec_prefix}/lib'
891localedir='${datarootdir}/locale'
892mandir='${datarootdir}/man'
252b5132 893
252b5132 894ac_prev=
81ecdfbb 895ac_dashdash=
252b5132
RH
896for ac_option
897do
252b5132
RH
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
81ecdfbb 900 eval $ac_prev=\$ac_option
252b5132
RH
901 ac_prev=
902 continue
903 fi
904
81ecdfbb 905 case $ac_option in
d0ac1c44
SM
906 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
907 *=) ac_optarg= ;;
908 *) ac_optarg=yes ;;
81ecdfbb 909 esac
252b5132
RH
910
911 # Accept the important Cygnus configure options, so we can diagnose typos.
912
81ecdfbb
RW
913 case $ac_dashdash$ac_option in
914 --)
915 ac_dashdash=yes ;;
252b5132
RH
916
917 -bindir | --bindir | --bindi | --bind | --bin | --bi)
918 ac_prev=bindir ;;
919 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 920 bindir=$ac_optarg ;;
252b5132
RH
921
922 -build | --build | --buil | --bui | --bu)
13b2be9c 923 ac_prev=build_alias ;;
252b5132 924 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 925 build_alias=$ac_optarg ;;
252b5132
RH
926
927 -cache-file | --cache-file | --cache-fil | --cache-fi \
928 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
929 ac_prev=cache_file ;;
930 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
931 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
932 cache_file=$ac_optarg ;;
933
934 --config-cache | -C)
935 cache_file=config.cache ;;
252b5132 936
81ecdfbb 937 -datadir | --datadir | --datadi | --datad)
252b5132 938 ac_prev=datadir ;;
81ecdfbb 939 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 940 datadir=$ac_optarg ;;
252b5132 941
81ecdfbb
RW
942 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
943 | --dataroo | --dataro | --datar)
944 ac_prev=datarootdir ;;
945 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
946 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
947 datarootdir=$ac_optarg ;;
948
252b5132 949 -disable-* | --disable-*)
81ecdfbb 950 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 951 # Reject names that are not valid shell variable names.
81ecdfbb 952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 953 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
954 ac_useropt_orig=$ac_useropt
955 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
957 *"
958"enable_$ac_useropt"
959"*) ;;
960 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep=', ';;
962 esac
963 eval enable_$ac_useropt=no ;;
964
965 -docdir | --docdir | --docdi | --doc | --do)
966 ac_prev=docdir ;;
967 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
968 docdir=$ac_optarg ;;
969
970 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
971 ac_prev=dvidir ;;
972 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
973 dvidir=$ac_optarg ;;
252b5132
RH
974
975 -enable-* | --enable-*)
81ecdfbb 976 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 977 # Reject names that are not valid shell variable names.
81ecdfbb 978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 979 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
983 *"
984"enable_$ac_useropt"
985"*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
252b5132 988 esac
81ecdfbb 989 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
990
991 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
992 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
993 | --exec | --exe | --ex)
994 ac_prev=exec_prefix ;;
995 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
996 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
997 | --exec=* | --exe=* | --ex=*)
13b2be9c 998 exec_prefix=$ac_optarg ;;
252b5132
RH
999
1000 -gas | --gas | --ga | --g)
1001 # Obsolete; use --with-gas.
1002 with_gas=yes ;;
1003
13b2be9c
DJ
1004 -help | --help | --hel | --he | -h)
1005 ac_init_help=long ;;
1006 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1007 ac_init_help=recursive ;;
1008 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1009 ac_init_help=short ;;
252b5132
RH
1010
1011 -host | --host | --hos | --ho)
13b2be9c 1012 ac_prev=host_alias ;;
252b5132 1013 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 1014 host_alias=$ac_optarg ;;
252b5132 1015
81ecdfbb
RW
1016 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1017 ac_prev=htmldir ;;
1018 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1019 | --ht=*)
1020 htmldir=$ac_optarg ;;
1021
252b5132
RH
1022 -includedir | --includedir | --includedi | --included | --include \
1023 | --includ | --inclu | --incl | --inc)
1024 ac_prev=includedir ;;
1025 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1026 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 1027 includedir=$ac_optarg ;;
252b5132
RH
1028
1029 -infodir | --infodir | --infodi | --infod | --info | --inf)
1030 ac_prev=infodir ;;
1031 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 1032 infodir=$ac_optarg ;;
252b5132
RH
1033
1034 -libdir | --libdir | --libdi | --libd)
1035 ac_prev=libdir ;;
1036 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 1037 libdir=$ac_optarg ;;
252b5132
RH
1038
1039 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1040 | --libexe | --libex | --libe)
1041 ac_prev=libexecdir ;;
1042 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1043 | --libexe=* | --libex=* | --libe=*)
13b2be9c 1044 libexecdir=$ac_optarg ;;
252b5132 1045
81ecdfbb
RW
1046 -localedir | --localedir | --localedi | --localed | --locale)
1047 ac_prev=localedir ;;
1048 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1049 localedir=$ac_optarg ;;
1050
252b5132 1051 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1052 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1053 ac_prev=localstatedir ;;
1054 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1055 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 1056 localstatedir=$ac_optarg ;;
252b5132
RH
1057
1058 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1059 ac_prev=mandir ;;
1060 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 1061 mandir=$ac_optarg ;;
252b5132
RH
1062
1063 -nfp | --nfp | --nf)
1064 # Obsolete; use --without-fp.
1065 with_fp=no ;;
1066
1067 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1068 | --no-cr | --no-c | -n)
252b5132
RH
1069 no_create=yes ;;
1070
1071 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1072 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1073 no_recursion=yes ;;
1074
1075 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1076 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1077 | --oldin | --oldi | --old | --ol | --o)
1078 ac_prev=oldincludedir ;;
1079 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1080 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1081 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1082 oldincludedir=$ac_optarg ;;
252b5132
RH
1083
1084 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1085 ac_prev=prefix ;;
1086 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1087 prefix=$ac_optarg ;;
252b5132
RH
1088
1089 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1090 | --program-pre | --program-pr | --program-p)
1091 ac_prev=program_prefix ;;
1092 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1093 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1094 program_prefix=$ac_optarg ;;
252b5132
RH
1095
1096 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1097 | --program-suf | --program-su | --program-s)
1098 ac_prev=program_suffix ;;
1099 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1100 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1101 program_suffix=$ac_optarg ;;
252b5132
RH
1102
1103 -program-transform-name | --program-transform-name \
1104 | --program-transform-nam | --program-transform-na \
1105 | --program-transform-n | --program-transform- \
1106 | --program-transform | --program-transfor \
1107 | --program-transfo | --program-transf \
1108 | --program-trans | --program-tran \
1109 | --progr-tra | --program-tr | --program-t)
1110 ac_prev=program_transform_name ;;
1111 -program-transform-name=* | --program-transform-name=* \
1112 | --program-transform-nam=* | --program-transform-na=* \
1113 | --program-transform-n=* | --program-transform-=* \
1114 | --program-transform=* | --program-transfor=* \
1115 | --program-transfo=* | --program-transf=* \
1116 | --program-trans=* | --program-tran=* \
1117 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1118 program_transform_name=$ac_optarg ;;
252b5132 1119
81ecdfbb
RW
1120 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1121 ac_prev=pdfdir ;;
1122 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1123 pdfdir=$ac_optarg ;;
1124
1125 -psdir | --psdir | --psdi | --psd | --ps)
1126 ac_prev=psdir ;;
1127 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1128 psdir=$ac_optarg ;;
1129
252b5132
RH
1130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1131 | -silent | --silent | --silen | --sile | --sil)
1132 silent=yes ;;
1133
1134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1135 ac_prev=sbindir ;;
1136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1137 | --sbi=* | --sb=*)
13b2be9c 1138 sbindir=$ac_optarg ;;
252b5132
RH
1139
1140 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1141 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1142 | --sharedst | --shareds | --shared | --share | --shar \
1143 | --sha | --sh)
1144 ac_prev=sharedstatedir ;;
1145 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1146 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1147 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1148 | --sha=* | --sh=*)
13b2be9c 1149 sharedstatedir=$ac_optarg ;;
252b5132
RH
1150
1151 -site | --site | --sit)
1152 ac_prev=site ;;
1153 -site=* | --site=* | --sit=*)
13b2be9c 1154 site=$ac_optarg ;;
76bff705 1155
252b5132
RH
1156 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1157 ac_prev=srcdir ;;
1158 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1159 srcdir=$ac_optarg ;;
252b5132
RH
1160
1161 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1162 | --syscon | --sysco | --sysc | --sys | --sy)
1163 ac_prev=sysconfdir ;;
1164 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1165 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1166 sysconfdir=$ac_optarg ;;
252b5132
RH
1167
1168 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1169 ac_prev=target_alias ;;
252b5132 1170 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1171 target_alias=$ac_optarg ;;
252b5132
RH
1172
1173 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1174 verbose=yes ;;
1175
13b2be9c
DJ
1176 -version | --version | --versio | --versi | --vers | -V)
1177 ac_init_version=: ;;
252b5132
RH
1178
1179 -with-* | --with-*)
81ecdfbb 1180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1181 # Reject names that are not valid shell variable names.
81ecdfbb 1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1183 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1187 *"
1188"with_$ac_useropt"
1189"*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
252b5132 1192 esac
81ecdfbb 1193 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1194
1195 -without-* | --without-*)
81ecdfbb 1196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1197 # Reject names that are not valid shell variable names.
81ecdfbb 1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1199 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1200 ac_useropt_orig=$ac_useropt
1201 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1203 *"
1204"with_$ac_useropt"
1205"*) ;;
1206 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep=', ';;
1208 esac
1209 eval with_$ac_useropt=no ;;
252b5132
RH
1210
1211 --x)
1212 # Obsolete; use --with-x.
1213 with_x=yes ;;
1214
1215 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1216 | --x-incl | --x-inc | --x-in | --x-i)
1217 ac_prev=x_includes ;;
1218 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1219 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1220 x_includes=$ac_optarg ;;
252b5132
RH
1221
1222 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1223 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1224 ac_prev=x_libraries ;;
1225 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1226 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1227 x_libraries=$ac_optarg ;;
252b5132 1228
d0ac1c44
SM
1229 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1230Try \`$0 --help' for more information"
252b5132
RH
1231 ;;
1232
13b2be9c
DJ
1233 *=*)
1234 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1236 case $ac_envvar in #(
1237 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1238 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1239 esac
1240 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1241 export $ac_envvar ;;
1242
252b5132 1243 *)
13b2be9c 1244 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1248 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1249 ;;
1250
1251 esac
1252done
1253
1254if test -n "$ac_prev"; then
13b2be9c 1255 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1256 as_fn_error $? "missing argument to $ac_option"
c8615825 1257fi
c8615825 1258
81ecdfbb
RW
1259if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1261 no) ;;
d0ac1c44 1262 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1264 esac
81ecdfbb 1265fi
252b5132 1266
81ecdfbb
RW
1267# Check all directory arguments for consistency.
1268for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
31b0378d 1271 libdir localedir mandir
252b5132 1272do
81ecdfbb
RW
1273 eval ac_val=\$$ac_var
1274 # Remove trailing slashes.
1275 case $ac_val in
1276 */ )
1277 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\$ac_val;;
1279 esac
1280 # Be sure to have absolute directory names.
13b2be9c 1281 case $ac_val in
81ecdfbb
RW
1282 [\\/$]* | ?:[\\/]* ) continue;;
1283 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1284 esac
d0ac1c44 1285 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1286done
1287
13b2be9c
DJ
1288# There might be people who depend on the old broken behavior: `$host'
1289# used to hold the argument of --host etc.
1290# FIXME: To remove some day.
1291build=$build_alias
1292host=$host_alias
1293target=$target_alias
1294
1295# FIXME: To remove some day.
1296if test "x$host_alias" != x; then
1297 if test "x$build_alias" = x; then
1298 cross_compiling=maybe
13b2be9c
DJ
1299 elif test "x$build_alias" != "x$host_alias"; then
1300 cross_compiling=yes
1301 fi
1302fi
9b2b7d69 1303
13b2be9c
DJ
1304ac_tool_prefix=
1305test -n "$host_alias" && ac_tool_prefix=$host_alias-
1306
1307test "$silent" = yes && exec 6>/dev/null
252b5132 1308
252b5132 1309
81ecdfbb
RW
1310ac_pwd=`pwd` && test -n "$ac_pwd" &&
1311ac_ls_di=`ls -di .` &&
1312ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1313 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1314test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1315 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1316
1317
252b5132
RH
1318# Find the source files, if location was not specified.
1319if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes
81ecdfbb
RW
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir=`$as_dirname -- "$as_myself" ||
1323$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327$as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\).*/{
1341 s//\1/
1342 q
1343 }
1344 s/.*/./; q'`
252b5132 1345 srcdir=$ac_confdir
81ecdfbb 1346 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1347 srcdir=..
1348 fi
1349else
1350 ac_srcdir_defaulted=no
1351fi
81ecdfbb
RW
1352if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1354 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1355fi
1356ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1357ac_abs_confdir=`(
d0ac1c44 1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1359 pwd)`
1360# When building in place, set srcdir=.
1361if test "$ac_abs_confdir" = "$ac_pwd"; then
1362 srcdir=.
1363fi
1364# Remove unnecessary trailing slashes from srcdir.
1365# Double slashes in file names in object file debugging info
1366# mess up M-x gdb in Emacs.
1367case $srcdir in
1368*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369esac
1370for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375done
d6d788bd 1376
13b2be9c
DJ
1377#
1378# Report the --help message.
1379#
1380if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
96e786d1 1384\`configure' configures gas 2.40.50 to adapt to many kinds of systems.
9b2b7d69 1385
13b2be9c 1386Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1387
13b2be9c
DJ
1388To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1390
13b2be9c 1391Defaults for the options are specified in brackets.
9b2b7d69 1392
13b2be9c
DJ
1393Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
d0ac1c44 1398 -q, --quiet, --silent do not print \`checking ...' messages
13b2be9c
DJ
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403
13b2be9c
DJ
1404Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1406 [$ac_default_prefix]
13b2be9c 1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1408 [PREFIX]
9b2b7d69 1409
13b2be9c
DJ
1410By default, \`make install' will install all the files in
1411\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413for instance \`--prefix=\$HOME'.
9b2b7d69 1414
13b2be9c 1415For better control, use the options below.
9b2b7d69 1416
13b2be9c 1417Fine tuning of the installation directories:
81ecdfbb
RW
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
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
96e786d1 1455 short | recursive ) echo "Configuration of gas 2.40.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
b0c295e1
ML
1480 --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
1481 Default compression algorithm for
1482 --enable-compressed-debug-sections.
0cb4071e
L
1483 --enable-x86-relax-relocations
1484 generate x86 relax relocations by default
b8871f35
L
1485 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1486 default
0df8ad28
NC
1487 --enable-generate-build-notes
1488 generate GNU Build notes if none are provided by the
1489 input
6f2117ba
PH
1490 --enable-mips-fix-loongson3-llsc
1491 enable MIPS fix Loongson3 LLSC errata
b4a3a7b4 1492 --enable-x86-used-note generate GNU x86 used ISA and feature properties
2dc8dd17
JW
1493 --enable-default-riscv-attribute
1494 generate RISC-V arch attribute by default
241a6c40
AM
1495 --enable-werror treat compile warnings as errors
1496 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1497 --disable-nls do not use Native Language Support
d0ac1c44
SM
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
9b2b7d69 1501
13b2be9c
DJ
1502Optional Packages:
1503 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1504 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1505 --with-pic try to use only PIC/non-PIC objects [default=use
1506 both]
1507 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
9004b6bd
AB
1508 --with-cpu=CPU default cpu variant is CPU (currently only supported
1509 on ARC)
0138187e 1510 --with-system-zlib use installed libz
2cac01e3
FS
1511 --with-zstd support zstd compressed debug sections
1512 (default=auto)
9b2b7d69 1513
13b2be9c
DJ
1514Some influential environment variables:
1515 CC C compiler command
1516 CFLAGS C compiler flags
1517 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1518 nonstandard directory <lib dir>
81ecdfbb 1519 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1520 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1521 you have headers in a nonstandard directory <include dir>
13b2be9c 1522 CPP C preprocessor
d0ac1c44
SM
1523 YACC The `Yet Another Compiler Compiler' implementation to use.
1524 Defaults to the first program found out of: `bison -y', `byacc',
1525 `yacc'.
81ecdfbb
RW
1526 YFLAGS The list of arguments that will be passed by default to $YACC.
1527 This script will default YFLAGS to the empty string to avoid a
1528 default value of `-d' given by some make applications.
2cac01e3
FS
1529 PKG_CONFIG path to pkg-config utility
1530 PKG_CONFIG_PATH
1531 directories to add to pkg-config's search path
1532 PKG_CONFIG_LIBDIR
1533 path overriding pkg-config's built-in search path
1534 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1535 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
13b2be9c
DJ
1536
1537Use these variables to override the choices made by `configure' or to help
1538it to find libraries and programs with nonstandard names/locations.
1539
81ecdfbb 1540Report bugs to the package provider.
13b2be9c 1541_ACEOF
81ecdfbb 1542ac_status=$?
9b2b7d69 1543fi
9b2b7d69 1544
13b2be9c
DJ
1545if test "$ac_init_help" = "recursive"; then
1546 # If there are subdirs, report their specific --help.
13b2be9c 1547 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1548 test -d "$ac_dir" ||
1549 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1550 continue
13b2be9c
DJ
1551 ac_builddir=.
1552
81ecdfbb
RW
1553case "$ac_dir" in
1554.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555*)
1556 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1557 # A ".." for each directory in $ac_dir_suffix.
1558 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1559 case $ac_top_builddir_sub in
1560 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1561 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1562 esac ;;
1563esac
1564ac_abs_top_builddir=$ac_pwd
1565ac_abs_builddir=$ac_pwd$ac_dir_suffix
1566# for backward compatibility:
1567ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1568
13b2be9c 1569case $srcdir in
81ecdfbb 1570 .) # We are building in place.
13b2be9c 1571 ac_srcdir=.
81ecdfbb
RW
1572 ac_top_srcdir=$ac_top_builddir_sub
1573 ac_abs_top_srcdir=$ac_pwd ;;
1574 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1575 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1576 ac_top_srcdir=$srcdir
1577 ac_abs_top_srcdir=$srcdir ;;
1578 *) # Relative name.
1579 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1580 ac_top_srcdir=$ac_top_build_prefix$srcdir
1581 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1582esac
81ecdfbb
RW
1583ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1584
1585 cd "$ac_dir" || { ac_status=$?; continue; }
1586 # Check for guested configure.
1587 if test -f "$ac_srcdir/configure.gnu"; then
1588 echo &&
1589 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1590 elif test -f "$ac_srcdir/configure"; then
1591 echo &&
1592 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1593 else
81ecdfbb
RW
1594 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1595 fi || ac_status=$?
1596 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1597 done
1598fi
6840198f 1599
81ecdfbb 1600test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1601if $ac_init_version; then
1602 cat <<\_ACEOF
96e786d1 1603gas configure 2.40.50
d0ac1c44 1604generated by GNU Autoconf 2.69
c8615825 1605
d0ac1c44 1606Copyright (C) 2012 Free Software Foundation, Inc.
13b2be9c
DJ
1607This configure script is free software; the Free Software Foundation
1608gives unlimited permission to copy, distribute and modify it.
1609_ACEOF
81ecdfbb 1610 exit
13b2be9c 1611fi
c8615825 1612
81ecdfbb
RW
1613## ------------------------ ##
1614## Autoconf initialization. ##
1615## ------------------------ ##
c8615825 1616
81ecdfbb
RW
1617# ac_fn_c_try_compile LINENO
1618# --------------------------
1619# Try to compile conftest.$ac_ext, and return whether this succeeded.
1620ac_fn_c_try_compile ()
13b2be9c 1621{
81ecdfbb
RW
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 rm -f conftest.$ac_objext
1624 if { { ac_try="$ac_compile"
1625case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628esac
1629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630$as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_compile") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1637 fi
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } && {
1640 test -z "$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 } && test -s conftest.$ac_objext; then :
1643 ac_retval=0
1644else
1645 $as_echo "$as_me: failed program was:" >&5
1646sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1647
81ecdfbb
RW
1648 ac_retval=1
1649fi
d0ac1c44
SM
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
13b2be9c 1652
81ecdfbb 1653} # ac_fn_c_try_compile
13b2be9c 1654
81ecdfbb
RW
1655# ac_fn_c_try_cpp LINENO
1656# ----------------------
1657# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1658ac_fn_c_try_cpp ()
1659{
1660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1661 if { { ac_try="$ac_cpp conftest.$ac_ext"
1662case "(($ac_try" in
1663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1664 *) ac_try_echo=$ac_try;;
1665esac
1666eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1667$as_echo "$ac_try_echo"; } >&5
1668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1669 ac_status=$?
1670 if test -s conftest.err; then
1671 grep -v '^ *+' conftest.err >conftest.er1
1672 cat conftest.er1 >&5
1673 mv -f conftest.er1 conftest.err
1674 fi
1675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1676 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1678 test ! -s conftest.err
1679 }; then :
1680 ac_retval=0
1681else
1682 $as_echo "$as_me: failed program was:" >&5
1683sed 's/^/| /' conftest.$ac_ext >&5
1684
1685 ac_retval=1
1686fi
d0ac1c44
SM
1687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688 as_fn_set_status $ac_retval
81ecdfbb
RW
1689
1690} # ac_fn_c_try_cpp
1691
1692# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1693# -------------------------------------------------------
1694# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1695# the include files in INCLUDES and setting the cache variable VAR
1696# accordingly.
1697ac_fn_c_check_header_mongrel ()
1698{
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1700 if eval \${$3+:} false; then :
81ecdfbb
RW
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1702$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1703if eval \${$3+:} false; then :
81ecdfbb
RW
1704 $as_echo_n "(cached) " >&6
1705fi
1706eval ac_res=\$$3
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708$as_echo "$ac_res" >&6; }
1709else
1710 # Is the header compilable?
1711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1712$as_echo_n "checking $2 usability... " >&6; }
1713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714/* end confdefs.h. */
1715$4
1716#include <$2>
1717_ACEOF
1718if ac_fn_c_try_compile "$LINENO"; then :
1719 ac_header_compiler=yes
1720else
1721 ac_header_compiler=no
1722fi
1723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1725$as_echo "$ac_header_compiler" >&6; }
1726
1727# Is the header present?
1728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1729$as_echo_n "checking $2 presence... " >&6; }
1730cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731/* end confdefs.h. */
1732#include <$2>
1733_ACEOF
1734if ac_fn_c_try_cpp "$LINENO"; then :
1735 ac_header_preproc=yes
1736else
1737 ac_header_preproc=no
1738fi
d0ac1c44 1739rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1741$as_echo "$ac_header_preproc" >&6; }
1742
1743# So? What about this header?
1744case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1745 yes:no: )
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1747$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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 ;;
1751 no:yes:* )
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1753$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1755$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1757$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1759$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1761$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1762 ;;
1763esac
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1766if eval \${$3+:} false; then :
81ecdfbb
RW
1767 $as_echo_n "(cached) " >&6
1768else
1769 eval "$3=\$ac_header_compiler"
1770fi
1771eval ac_res=\$$3
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1773$as_echo "$ac_res" >&6; }
1774fi
d0ac1c44 1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1776
1777} # ac_fn_c_check_header_mongrel
1778
1779# ac_fn_c_try_run LINENO
1780# ----------------------
1781# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1782# that executables *can* be run.
1783ac_fn_c_try_run ()
1784{
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 if { { ac_try="$ac_link"
1787case "(($ac_try" in
1788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1789 *) ac_try_echo=$ac_try;;
1790esac
1791eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1792$as_echo "$ac_try_echo"; } >&5
1793 (eval "$ac_link") 2>&5
1794 ac_status=$?
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1797 { { case "(($ac_try" in
1798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1799 *) ac_try_echo=$ac_try;;
1800esac
1801eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802$as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_try") 2>&5
1804 ac_status=$?
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; }; }; then :
1807 ac_retval=0
1808else
1809 $as_echo "$as_me: program exited with status $ac_status" >&5
1810 $as_echo "$as_me: failed program was:" >&5
1811sed 's/^/| /' conftest.$ac_ext >&5
1812
1813 ac_retval=$ac_status
1814fi
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1817 as_fn_set_status $ac_retval
81ecdfbb
RW
1818
1819} # ac_fn_c_try_run
1820
1821# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1822# -------------------------------------------------------
1823# Tests whether HEADER exists and can be compiled using the include files in
1824# INCLUDES, setting the cache variable VAR accordingly.
1825ac_fn_c_check_header_compile ()
1826{
1827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1830if eval \${$3+:} false; then :
81ecdfbb
RW
1831 $as_echo_n "(cached) " >&6
1832else
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834/* end confdefs.h. */
1835$4
1836#include <$2>
1837_ACEOF
1838if ac_fn_c_try_compile "$LINENO"; then :
1839 eval "$3=yes"
1840else
1841 eval "$3=no"
1842fi
1843rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1844fi
1845eval ac_res=\$$3
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847$as_echo "$ac_res" >&6; }
d0ac1c44 1848 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1849
1850} # ac_fn_c_check_header_compile
1851
23d61380
AM
1852# ac_fn_c_try_link LINENO
1853# -----------------------
1854# Try to link conftest.$ac_ext, and return whether this succeeded.
1855ac_fn_c_try_link ()
1856{
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 rm -f conftest.$ac_objext conftest$ac_exeext
1859 if { { ac_try="$ac_link"
1860case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863esac
1864eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865$as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>conftest.err
1867 ac_status=$?
1868 if test -s conftest.err; then
1869 grep -v '^ *+' conftest.err >conftest.er1
1870 cat conftest.er1 >&5
1871 mv -f conftest.er1 conftest.err
1872 fi
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; } && {
1875 test -z "$ac_c_werror_flag" ||
1876 test ! -s conftest.err
1877 } && test -s conftest$ac_exeext && {
1878 test "$cross_compiling" = yes ||
1879 test -x conftest$ac_exeext
1880 }; then :
1881 ac_retval=0
1882else
1883 $as_echo "$as_me: failed program was:" >&5
1884sed 's/^/| /' conftest.$ac_ext >&5
1885
1886 ac_retval=1
1887fi
1888 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1889 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1890 # interfere with the next link command; also delete a directory that is
1891 # left behind by Apple's compiler. We do this before executing the actions.
1892 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1894 as_fn_set_status $ac_retval
1895
1896} # ac_fn_c_try_link
1897
81ecdfbb
RW
1898# ac_fn_c_check_func LINENO FUNC VAR
1899# ----------------------------------
1900# Tests whether FUNC exists, setting the cache variable VAR accordingly
1901ac_fn_c_check_func ()
1902{
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1906if eval \${$3+:} false; then :
81ecdfbb
RW
1907 $as_echo_n "(cached) " >&6
1908else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910/* end confdefs.h. */
1911/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1913#define $2 innocuous_$2
1914
1915/* System header to define __stub macros and hopefully few prototypes,
1916 which can conflict with char $2 (); below.
1917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1918 <limits.h> exists even on freestanding compilers. */
1919
1920#ifdef __STDC__
1921# include <limits.h>
1922#else
1923# include <assert.h>
1924#endif
1925
1926#undef $2
1927
1928/* Override any GCC internal prototype to avoid an error.
1929 Use char because int might match the return type of a GCC
1930 builtin and then its argument prototype would still apply. */
1931#ifdef __cplusplus
1932extern "C"
1933#endif
1934char $2 ();
1935/* The GNU C library defines this for functions which it implements
1936 to always fail with ENOSYS. Some functions are actually named
1937 something starting with __ and the normal name is an alias. */
1938#if defined __stub_$2 || defined __stub___$2
1939choke me
1940#endif
1941
1942int
1943main ()
1944{
1945return $2 ();
1946 ;
1947 return 0;
1948}
1949_ACEOF
1950if ac_fn_c_try_link "$LINENO"; then :
1951 eval "$3=yes"
1952else
1953 eval "$3=no"
1954fi
1955rm -f core conftest.err conftest.$ac_objext \
1956 conftest$ac_exeext conftest.$ac_ext
1957fi
1958eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960$as_echo "$ac_res" >&6; }
d0ac1c44 1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1962
1963} # ac_fn_c_check_func
1964
d0ac1c44
SM
1965# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1966# ---------------------------------------------
1967# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1968# accordingly.
81ecdfbb
RW
1969ac_fn_c_check_decl ()
1970{
1971 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1972 as_decl_name=`echo $2|sed 's/ *(.*//'`
1973 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1975$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 1976if eval \${$3+:} false; then :
81ecdfbb
RW
1977 $as_echo_n "(cached) " >&6
1978else
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980/* end confdefs.h. */
1981$4
1982int
1983main ()
1984{
360cfc9c
AM
1985#ifndef $as_decl_name
1986#ifdef __cplusplus
1987 (void) $as_decl_use;
1988#else
1989 (void) $as_decl_name;
1990#endif
81ecdfbb
RW
1991#endif
1992
1993 ;
1994 return 0;
1995}
1996_ACEOF
1997if ac_fn_c_try_compile "$LINENO"; then :
1998 eval "$3=yes"
1999else
2000 eval "$3=no"
2001fi
2002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003fi
2004eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006$as_echo "$ac_res" >&6; }
d0ac1c44 2007 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
2008
2009} # ac_fn_c_check_decl
2010cat >config.log <<_ACEOF
2011This file contains any messages produced by compilers while
2012running configure, to aid debugging if configure makes a mistake.
2013
96e786d1 2014It was created by gas $as_me 2.40.50, which was
d0ac1c44 2015generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2016
2017 $ $0 $@
2018
2019_ACEOF
2020exec 5>>config.log
2021{
2022cat <<_ASUNAME
2023## --------- ##
2024## Platform. ##
2025## --------- ##
2026
2027hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2028uname -m = `(uname -m) 2>/dev/null || echo unknown`
2029uname -r = `(uname -r) 2>/dev/null || echo unknown`
2030uname -s = `(uname -s) 2>/dev/null || echo unknown`
2031uname -v = `(uname -v) 2>/dev/null || echo unknown`
2032
2033/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2034/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2035
2036/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
2037/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2038/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 2039/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
2040/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2041/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2042/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2043
2044_ASUNAME
2045
2046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047for as_dir in $PATH
2048do
2049 IFS=$as_save_IFS
2050 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2051 $as_echo "PATH: $as_dir"
2052 done
2053IFS=$as_save_IFS
9b2b7d69 2054
13b2be9c 2055} >&5
6840198f 2056
13b2be9c 2057cat >&5 <<_ACEOF
c8615825 2058
9b2b7d69 2059
13b2be9c
DJ
2060## ----------- ##
2061## Core tests. ##
2062## ----------- ##
87ccc1b0 2063
13b2be9c 2064_ACEOF
9b2b7d69 2065
13b2be9c
DJ
2066
2067# Keep a trace of the command line.
2068# Strip out --no-create and --no-recursion so they do not pile up.
2069# Strip out --silent because we don't want to record it for future runs.
2070# Also quote any args containing shell meta-characters.
2071# Make two passes to allow for proper duplicate-argument suppression.
2072ac_configure_args=
2073ac_configure_args0=
2074ac_configure_args1=
13b2be9c
DJ
2075ac_must_keep_next=false
2076for ac_pass in 1 2
2077do
2078 for ac_arg
2079 do
2080 case $ac_arg in
2081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083 | -silent | --silent | --silen | --sile | --sil)
2084 continue ;;
81ecdfbb
RW
2085 *\'*)
2086 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2087 esac
2088 case $ac_pass in
81ecdfbb 2089 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 2090 2)
81ecdfbb 2091 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 2092 if test $ac_must_keep_next = true; then
ab509236 2093 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 2094 else
ab509236
L
2095 case $ac_arg in
2096 *=* | --config-cache | -C | -disable-* | --disable-* \
2097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099 | -with-* | --with-* | -without-* | --without-* | --x)
2100 case "$ac_configure_args0 " in
2101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2102 esac
2103 ;;
2104 -* ) ac_must_keep_next=true ;;
2105 esac
13b2be9c 2106 fi
81ecdfbb 2107 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2108 ;;
2109 esac
2110 done
13b2be9c 2111done
81ecdfbb
RW
2112{ ac_configure_args0=; unset ac_configure_args0;}
2113{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2114
2115# When interrupted or exit'd, cleanup temporary files, and complete
2116# config.log. We remove comments because anyway the quotes in there
2117# would cause problems or look ugly.
81ecdfbb
RW
2118# WARNING: Use '\'' to represent an apostrophe within the trap.
2119# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2120trap 'exit_status=$?
2121 # Save into config.log some information that might help in debugging.
2122 {
2123 echo
2124
d0ac1c44 2125 $as_echo "## ---------------- ##
13b2be9c 2126## Cache variables. ##
d0ac1c44 2127## ---------------- ##"
13b2be9c
DJ
2128 echo
2129 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2130(
2131 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2132 eval ac_val=\$$ac_var
2133 case $ac_val in #(
2134 *${as_nl}*)
2135 case $ac_var in #(
2136 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2137$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2138 esac
2139 case $ac_var in #(
2140 _ | IFS | as_nl) ;; #(
2141 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2142 *) { eval $ac_var=; unset $ac_var;} ;;
2143 esac ;;
2144 esac
2145 done
13b2be9c 2146 (set) 2>&1 |
81ecdfbb
RW
2147 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2148 *${as_nl}ac_space=\ *)
13b2be9c 2149 sed -n \
81ecdfbb
RW
2150 "s/'\''/'\''\\\\'\'''\''/g;
2151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2152 ;; #(
13b2be9c 2153 *)
81ecdfbb 2154 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2155 ;;
81ecdfbb
RW
2156 esac |
2157 sort
2158)
13b2be9c
DJ
2159 echo
2160
d0ac1c44 2161 $as_echo "## ----------------- ##
13b2be9c 2162## Output variables. ##
d0ac1c44 2163## ----------------- ##"
13b2be9c
DJ
2164 echo
2165 for ac_var in $ac_subst_vars
2166 do
81ecdfbb
RW
2167 eval ac_val=\$$ac_var
2168 case $ac_val in
2169 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 esac
2171 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2172 done | sort
2173 echo
2174
2175 if test -n "$ac_subst_files"; then
d0ac1c44 2176 $as_echo "## ------------------- ##
81ecdfbb 2177## File substitutions. ##
d0ac1c44 2178## ------------------- ##"
13b2be9c
DJ
2179 echo
2180 for ac_var in $ac_subst_files
2181 do
81ecdfbb
RW
2182 eval ac_val=\$$ac_var
2183 case $ac_val in
2184 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2185 esac
2186 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2187 done | sort
2188 echo
2189 fi
2190
2191 if test -s confdefs.h; then
d0ac1c44 2192 $as_echo "## ----------- ##
13b2be9c 2193## confdefs.h. ##
d0ac1c44 2194## ----------- ##"
13b2be9c 2195 echo
81ecdfbb 2196 cat confdefs.h
13b2be9c
DJ
2197 echo
2198 fi
2199 test "$ac_signal" != 0 &&
81ecdfbb
RW
2200 $as_echo "$as_me: caught signal $ac_signal"
2201 $as_echo "$as_me: exit $exit_status"
13b2be9c 2202 } >&5
81ecdfbb
RW
2203 rm -f core *.core core.conftest.* &&
2204 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2205 exit $exit_status
81ecdfbb 2206' 0
13b2be9c 2207for ac_signal in 1 2 13 15; do
81ecdfbb 2208 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2209done
2210ac_signal=0
2211
2212# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2213rm -f -r conftest* confdefs.h
2214
2215$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2216
2217# Predefined preprocessor variables.
2218
2219cat >>confdefs.h <<_ACEOF
2220#define PACKAGE_NAME "$PACKAGE_NAME"
2221_ACEOF
2222
13b2be9c
DJ
2223cat >>confdefs.h <<_ACEOF
2224#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2225_ACEOF
2226
13b2be9c
DJ
2227cat >>confdefs.h <<_ACEOF
2228#define PACKAGE_VERSION "$PACKAGE_VERSION"
2229_ACEOF
2230
13b2be9c
DJ
2231cat >>confdefs.h <<_ACEOF
2232#define PACKAGE_STRING "$PACKAGE_STRING"
2233_ACEOF
2234
13b2be9c
DJ
2235cat >>confdefs.h <<_ACEOF
2236#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2237_ACEOF
2238
81ecdfbb
RW
2239cat >>confdefs.h <<_ACEOF
2240#define PACKAGE_URL "$PACKAGE_URL"
2241_ACEOF
2242
13b2be9c
DJ
2243
2244# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2245# Prefer an explicitly selected file to automatically selected ones.
2246ac_site_file1=NONE
2247ac_site_file2=NONE
2248if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2249 # We do not want a PATH search for config.site.
2250 case $CONFIG_SITE in #((
2251 -*) ac_site_file1=./$CONFIG_SITE;;
2252 */*) ac_site_file1=$CONFIG_SITE;;
2253 *) ac_site_file1=./$CONFIG_SITE;;
2254 esac
81ecdfbb
RW
2255elif test "x$prefix" != xNONE; then
2256 ac_site_file1=$prefix/share/config.site
2257 ac_site_file2=$prefix/etc/config.site
2258else
2259 ac_site_file1=$ac_default_prefix/share/config.site
2260 ac_site_file2=$ac_default_prefix/etc/config.site
2261fi
2262for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2263do
2264 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2265 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2267$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c 2268 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2269 . "$ac_site_file" \
2270 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272as_fn_error $? "failed to load site script $ac_site_file
2273See \`config.log' for more details" "$LINENO" 5; }
13b2be9c
DJ
2274 fi
2275done
2276
2277if test -r "$cache_file"; then
d0ac1c44
SM
2278 # Some versions of bash will fail to source /dev/null (special files
2279 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2280 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2282$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2283 case $cache_file in
81ecdfbb
RW
2284 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2285 *) . "./$cache_file";;
13b2be9c
DJ
2286 esac
2287 fi
2288else
81ecdfbb
RW
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2290$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2291 >$cache_file
2292fi
2293
2294# Check that the precious variables saved in the cache have kept the same
2295# value.
2296ac_cache_corrupted=false
81ecdfbb 2297for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2298 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2299 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2300 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2301 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2302 case $ac_old_set,$ac_new_set in
2303 set,)
81ecdfbb
RW
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2305$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2306 ac_cache_corrupted=: ;;
2307 ,set)
81ecdfbb
RW
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2309$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2310 ac_cache_corrupted=: ;;
2311 ,);;
2312 *)
2313 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2314 # differences in whitespace do not lead to failure.
2315 ac_old_val_w=`echo x $ac_old_val`
2316 ac_new_val_w=`echo x $ac_new_val`
2317 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2319$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2320 ac_cache_corrupted=:
2321 else
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2323$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2324 eval $ac_var=\$ac_old_val
2325 fi
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2327$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2329$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2330 fi;;
2331 esac
2332 # Pass precious variables to config.status.
2333 if test "$ac_new_set" = set; then
2334 case $ac_new_val in
81ecdfbb 2335 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2336 *) ac_arg=$ac_var=$ac_new_val ;;
2337 esac
2338 case " $ac_configure_args " in
2339 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2340 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2341 esac
2342 fi
2343done
2344if $ac_cache_corrupted; then
81ecdfbb
RW
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2346$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2348$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2349 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2350fi
81ecdfbb
RW
2351## -------------------- ##
2352## Main body of script. ##
2353## -------------------- ##
13b2be9c
DJ
2354
2355ac_ext=c
2356ac_cpp='$CPP $CPPFLAGS'
2357ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2358ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2359ac_compiler_gnu=$ac_cv_c_compiler_gnu
2360
2361
2362
13b2be9c 2363
da594c4a 2364
13b2be9c
DJ
2365
2366
2367ac_aux_dir=
81ecdfbb 2368for ac_dir in .. "$srcdir"/..; do
d0ac1c44
SM
2369 if test -f "$ac_dir/install-sh"; then
2370 ac_aux_dir=$ac_dir
2371 ac_install_sh="$ac_aux_dir/install-sh -c"
2372 break
2373 elif test -f "$ac_dir/install.sh"; then
2374 ac_aux_dir=$ac_dir
2375 ac_install_sh="$ac_aux_dir/install.sh -c"
2376 break
2377 elif test -f "$ac_dir/shtool"; then
2378 ac_aux_dir=$ac_dir
2379 ac_install_sh="$ac_aux_dir/shtool install -c"
2380 break
2381 fi
13b2be9c
DJ
2382done
2383if test -z "$ac_aux_dir"; then
d0ac1c44 2384 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2385fi
81ecdfbb
RW
2386
2387# These three variables are undocumented and unsupported,
2388# and are intended to be withdrawn in a future Autoconf release.
2389# They can cause serious problems if a builder's source tree is in a directory
2390# whose full name contains unusual characters.
2391ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2392ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2393ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2394
13b2be9c
DJ
2395
2396# Make sure we can run config.sub.
81ecdfbb 2397$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2398 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2399
2400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2401$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2402if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2403 $as_echo_n "(cached) " >&6
2404else
2405 ac_build_alias=$build_alias
2406test "x$ac_build_alias" = x &&
2407 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2408test "x$ac_build_alias" = x &&
d0ac1c44 2409 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2410ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2411 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2412
2413fi
2414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2415$as_echo "$ac_cv_build" >&6; }
2416case $ac_cv_build in
2417*-*-*) ;;
d0ac1c44 2418*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2419esac
13b2be9c 2420build=$ac_cv_build
81ecdfbb
RW
2421ac_save_IFS=$IFS; IFS='-'
2422set x $ac_cv_build
2423shift
2424build_cpu=$1
2425build_vendor=$2
2426shift; shift
2427# Remember, the first character of IFS is used to create $*,
2428# except with old shells:
2429build_os=$*
2430IFS=$ac_save_IFS
2431case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2432
2433
81ecdfbb
RW
2434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2435$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2436if ${ac_cv_host+:} false; then :
81ecdfbb 2437 $as_echo_n "(cached) " >&6
13b2be9c 2438else
81ecdfbb
RW
2439 if test "x$host_alias" = x; then
2440 ac_cv_host=$ac_cv_build
2441else
2442 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2444fi
13b2be9c
DJ
2445
2446fi
81ecdfbb
RW
2447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2448$as_echo "$ac_cv_host" >&6; }
2449case $ac_cv_host in
2450*-*-*) ;;
d0ac1c44 2451*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2452esac
13b2be9c 2453host=$ac_cv_host
81ecdfbb
RW
2454ac_save_IFS=$IFS; IFS='-'
2455set x $ac_cv_host
2456shift
2457host_cpu=$1
2458host_vendor=$2
2459shift; shift
2460# Remember, the first character of IFS is used to create $*,
2461# except with old shells:
2462host_os=$*
2463IFS=$ac_save_IFS
2464case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2465
2466
81ecdfbb
RW
2467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2468$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2469if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2470 $as_echo_n "(cached) " >&6
2471else
2472 if test "x$target_alias" = x; then
2473 ac_cv_target=$ac_cv_host
13b2be9c 2474else
81ecdfbb 2475 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2476 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2477fi
13b2be9c
DJ
2478
2479fi
81ecdfbb
RW
2480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2481$as_echo "$ac_cv_target" >&6; }
2482case $ac_cv_target in
2483*-*-*) ;;
d0ac1c44 2484*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2485esac
13b2be9c 2486target=$ac_cv_target
81ecdfbb
RW
2487ac_save_IFS=$IFS; IFS='-'
2488set x $ac_cv_target
2489shift
2490target_cpu=$1
2491target_vendor=$2
2492shift; shift
2493# Remember, the first character of IFS is used to create $*,
2494# except with old shells:
2495target_os=$*
2496IFS=$ac_save_IFS
2497case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2498
2499
2500# The aliases save the names the user supplied, while $host etc.
2501# will get canonicalized.
2502test -n "$target_alias" &&
2503 test "$program_prefix$program_suffix$program_transform_name" = \
2504 NONENONEs,x,x, &&
2505 program_prefix=${target_alias}-
d0ac1c44 2506
b9583093 2507am__api_version='1.15'
23d61380
AM
2508
2509# Find a good install program. We prefer a C program (faster),
2510# so one script is as good as another. But avoid the broken or
2511# incompatible versions:
2512# SysV /etc/install, /usr/sbin/install
2513# SunOS /usr/etc/install
2514# IRIX /sbin/install
2515# AIX /bin/install
2516# AmigaOS /C/install, which installs bootblocks on floppy discs
2517# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2518# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2519# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2520# OS/2's system install, which has a completely different semantic
2521# ./install, which can be erroneously created by make from ./install.sh.
2522# Reject install programs that cannot install multiple files.
2523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2524$as_echo_n "checking for a BSD-compatible install... " >&6; }
2525if test -z "$INSTALL"; then
2526if ${ac_cv_path_install+:} false; then :
81ecdfbb 2527 $as_echo_n "(cached) " >&6
13b2be9c 2528else
23d61380 2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13b2be9c
DJ
2530for as_dir in $PATH
2531do
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
23d61380
AM
2534 # Account for people who put trailing slashes in PATH elements.
2535case $as_dir/ in #((
2536 ./ | .// | /[cC]/* | \
2537 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2538 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2539 /usr/ucb/* ) ;;
2540 *)
2541 # OSF1 and SCO ODT 3.0 have their own names for install.
2542 # Don't use installbsd from OSF since it installs stuff as root
2543 # by default.
2544 for ac_prog in ginstall scoinst install; do
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2547 if test $ac_prog = install &&
2548 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2549 # AIX install. It has an incompatible calling convention.
2550 :
2551 elif test $ac_prog = install &&
2552 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2553 # program-specific install script used by HP pwplus--don't use.
2554 :
2555 else
2556 rm -rf conftest.one conftest.two conftest.dir
2557 echo one > conftest.one
2558 echo two > conftest.two
2559 mkdir conftest.dir
2560 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2561 test -s conftest.one && test -s conftest.two &&
2562 test -s conftest.dir/conftest.one &&
2563 test -s conftest.dir/conftest.two
2564 then
2565 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2566 break 3
2567 fi
2568 fi
2569 fi
2570 done
2571 done
2572 ;;
2573esac
2574
81ecdfbb
RW
2575 done
2576IFS=$as_save_IFS
13b2be9c 2577
23d61380
AM
2578rm -rf conftest.one conftest.two conftest.dir
2579
252b5132
RH
2580fi
2581 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 2582 INSTALL=$ac_cv_path_install
252b5132 2583 else
58c85be7
RW
2584 # As a last resort, use the slow shell script. Don't cache a
2585 # value for INSTALL within a source directory, because that will
252b5132 2586 # break other packages using the cache if that directory is
58c85be7 2587 # removed, or if the value is a relative name.
13b2be9c 2588 INSTALL=$ac_install_sh
252b5132
RH
2589 fi
2590fi
81ecdfbb
RW
2591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2592$as_echo "$INSTALL" >&6; }
252b5132
RH
2593
2594# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2595# It thinks the first close brace ends the variable substitution.
2596test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2597
13b2be9c 2598test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2599
2600test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2601
81ecdfbb
RW
2602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2603$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
2604# Reject unsafe characters in $srcdir or the absolute working directory
2605# name. Accept space and tab only in the latter.
2606am_lf='
2607'
2608case `pwd` in
2609 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 2610 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
2611esac
2612case $srcdir in
2613 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 2614 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
2615esac
2616
d0ac1c44 2617# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
2618# arguments. Must try -L first in case configure is actually a
2619# symlink; some systems play weird games with the mod time of symlinks
2620# (eg FreeBSD returns the mod time of the symlink's containing
2621# directory).
2622if (
d0ac1c44
SM
2623 am_has_slept=no
2624 for am_try in 1 2; do
2625 echo "timestamp, slept: $am_has_slept" > conftest.file
2626 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2627 if test "$*" = "X"; then
2628 # -L didn't work.
2629 set X `ls -t "$srcdir/configure" conftest.file`
2630 fi
2631 if test "$*" != "X $srcdir/configure conftest.file" \
2632 && test "$*" != "X conftest.file $srcdir/configure"; then
2633
2634 # If neither matched, then we have a broken ls. This can happen
2635 # if, for instance, CONFIG_SHELL is bash and it inherits a
2636 # broken ls alias from the environment. This has actually
2637 # happened. Such a system could not be considered "sane".
2638 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2639 alias in your environment" "$LINENO" 5
2640 fi
2641 if test "$2" = conftest.file || test $am_try -eq 2; then
2642 break
2643 fi
2644 # Just in case.
2645 sleep 1
2646 am_has_slept=yes
2647 done
13b2be9c
DJ
2648 test "$2" = conftest.file
2649 )
2650then
2651 # Ok.
2652 :
2653else
d0ac1c44 2654 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 2655Check your system clock" "$LINENO" 5
13b2be9c 2656fi
81ecdfbb
RW
2657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2658$as_echo "yes" >&6; }
d0ac1c44
SM
2659# If we didn't sleep, we still need to ensure time stamps of config.status and
2660# generated files are strictly newer.
2661am_sleep_pid=
2662if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2663 ( sleep 1 ) &
2664 am_sleep_pid=$!
2665fi
2666
2667rm -f conftest.file
2668
13b2be9c 2669test "$program_prefix" != NONE &&
81ecdfbb 2670 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
2671# Use a double $ so make ignores it.
2672test "$program_suffix" != NONE &&
81ecdfbb
RW
2673 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2674# Double any \ or $.
13b2be9c 2675# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2676ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2677program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 2678
23d61380
AM
2679# Expand $ac_aux_dir to an absolute path.
2680am_aux_dir=`cd "$ac_aux_dir" && pwd`
2681
81ecdfbb 2682if test x"${MISSING+set}" != xset; then
b9583093
AM
2683 case $am_aux_dir in
2684 *\ * | *\ *)
2685 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2686 *)
2687 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2688 esac
81ecdfbb 2689fi
13b2be9c 2690# Use eval to expand $SHELL
d0ac1c44
SM
2691if eval "$MISSING --is-lightweight"; then
2692 am_missing_run="$MISSING "
13b2be9c
DJ
2693else
2694 am_missing_run=
d0ac1c44
SM
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2696$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
ab509236
L
2697fi
2698
d0ac1c44 2699if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
2700 case $am_aux_dir in
2701 *\ * | *\ *)
2702 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2703 *)
2704 install_sh="\${SHELL} $am_aux_dir/install-sh"
2705 esac
2706fi
2707
d0ac1c44
SM
2708# Installed binaries are usually stripped using 'strip' when the user
2709# run "make install-strip". However 'strip' might not be the right
81ecdfbb 2710# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 2711# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
2712if test "$cross_compiling" != no; then
2713 if test -n "$ac_tool_prefix"; then
2714 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2715set dummy ${ac_tool_prefix}strip; ac_word=$2
2716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2717$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2718if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 2719 $as_echo_n "(cached) " >&6
13b2be9c 2720else
81ecdfbb
RW
2721 if test -n "$STRIP"; then
2722 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
2723else
2724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2725for as_dir in $PATH
2726do
2727 IFS=$as_save_IFS
2728 test -z "$as_dir" && as_dir=.
81ecdfbb 2729 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2731 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2733 break 2
2734 fi
2735done
81ecdfbb
RW
2736 done
2737IFS=$as_save_IFS
13b2be9c
DJ
2738
2739fi
2740fi
81ecdfbb
RW
2741STRIP=$ac_cv_prog_STRIP
2742if test -n "$STRIP"; then
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2744$as_echo "$STRIP" >&6; }
13b2be9c 2745else
81ecdfbb
RW
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2747$as_echo "no" >&6; }
13b2be9c
DJ
2748fi
2749
13b2be9c 2750
81ecdfbb
RW
2751fi
2752if test -z "$ac_cv_prog_STRIP"; then
2753 ac_ct_STRIP=$STRIP
2754 # Extract the first word of "strip", so it can be a program name with args.
2755set dummy strip; ac_word=$2
2756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2758if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 2759 $as_echo_n "(cached) " >&6
13b2be9c 2760else
81ecdfbb
RW
2761 if test -n "$ac_ct_STRIP"; then
2762 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 2763else
81ecdfbb
RW
2764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2765for as_dir in $PATH
2766do
2767 IFS=$as_save_IFS
2768 test -z "$as_dir" && as_dir=.
2769 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2771 ac_cv_prog_ac_ct_STRIP="strip"
2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2773 break 2
2774 fi
2775done
2776 done
2777IFS=$as_save_IFS
2778
2779fi
2780fi
2781ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2782if test -n "$ac_ct_STRIP"; then
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2784$as_echo "$ac_ct_STRIP" >&6; }
2785else
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2787$as_echo "no" >&6; }
2788fi
2789
2790 if test "x$ac_ct_STRIP" = x; then
2791 STRIP=":"
2792 else
2793 case $cross_compiling:$ac_tool_warned in
2794yes:)
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2796$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2797ac_tool_warned=yes ;;
2798esac
2799 STRIP=$ac_ct_STRIP
2800 fi
2801else
2802 STRIP="$ac_cv_prog_STRIP"
2803fi
2804
2805fi
2806INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2807
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2809$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2810if test -z "$MKDIR_P"; then
d0ac1c44 2811 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
2812 $as_echo_n "(cached) " >&6
2813else
2814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2815for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2816do
2817 IFS=$as_save_IFS
2818 test -z "$as_dir" && as_dir=.
2819 for ac_prog in mkdir gmkdir; do
2820 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2821 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
2822 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2823 'mkdir (GNU coreutils) '* | \
2824 'mkdir (coreutils) '* | \
2825 'mkdir (fileutils) '4.1*)
2826 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2827 break 3;;
2828 esac
2829 done
2830 done
2831 done
2832IFS=$as_save_IFS
2833
2834fi
2835
d0ac1c44 2836 test -d ./--version && rmdir ./--version
81ecdfbb
RW
2837 if test "${ac_cv_path_mkdir+set}" = set; then
2838 MKDIR_P="$ac_cv_path_mkdir -p"
2839 else
2840 # As a last resort, use the slow shell script. Don't cache a
2841 # value for MKDIR_P within a source directory, because that will
2842 # break other packages using the cache if that directory is
2843 # removed, or if the value is a relative name.
81ecdfbb
RW
2844 MKDIR_P="$ac_install_sh -d"
2845 fi
2846fi
2847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2848$as_echo "$MKDIR_P" >&6; }
2849
81ecdfbb
RW
2850for ac_prog in gawk mawk nawk awk
2851do
2852 # Extract the first word of "$ac_prog", so it can be a program name with args.
2853set dummy $ac_prog; ac_word=$2
2854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2856if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
2857 $as_echo_n "(cached) " >&6
2858else
2859 if test -n "$AWK"; then
2860 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2861else
2862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863for as_dir in $PATH
2864do
2865 IFS=$as_save_IFS
2866 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2869 ac_cv_prog_AWK="$ac_prog"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2871 break 2
2872 fi
2873done
2874 done
2875IFS=$as_save_IFS
2876
2877fi
2878fi
2879AWK=$ac_cv_prog_AWK
2880if test -n "$AWK"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2882$as_echo "$AWK" >&6; }
2883else
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885$as_echo "no" >&6; }
13b2be9c 2886fi
81ecdfbb
RW
2887
2888
2889 test -n "$AWK" && break
2890done
2891
2892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2893$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2894set x ${MAKE-make}
2895ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 2896if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb
RW
2897 $as_echo_n "(cached) " >&6
2898else
2899 cat >conftest.make <<\_ACEOF
2900SHELL = /bin/sh
2901all:
2902 @echo '@@@%%%=$(MAKE)=@@@%%%'
2903_ACEOF
d0ac1c44 2904# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
2905case `${MAKE-make} -f conftest.make 2>/dev/null` in
2906 *@@@%%%=?*=@@@%%%*)
2907 eval ac_cv_prog_make_${ac_make}_set=yes;;
2908 *)
2909 eval ac_cv_prog_make_${ac_make}_set=no;;
2910esac
13b2be9c
DJ
2911rm -f conftest.make
2912fi
81ecdfbb
RW
2913if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2915$as_echo "yes" >&6; }
13b2be9c
DJ
2916 SET_MAKE=
2917else
81ecdfbb
RW
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2919$as_echo "no" >&6; }
13b2be9c
DJ
2920 SET_MAKE="MAKE=${MAKE-make}"
2921fi
2922
2923rm -rf .tst 2>/dev/null
2924mkdir .tst 2>/dev/null
2925if test -d .tst; then
2926 am__leading_dot=.
2927else
2928 am__leading_dot=_
2929fi
2930rmdir .tst 2>/dev/null
2931
d0ac1c44
SM
2932# Check whether --enable-silent-rules was given.
2933if test "${enable_silent_rules+set}" = set; then :
2934 enableval=$enable_silent_rules;
2935fi
2936
2937case $enable_silent_rules in # (((
2938 yes) AM_DEFAULT_VERBOSITY=0;;
2939 no) AM_DEFAULT_VERBOSITY=1;;
2940 *) AM_DEFAULT_VERBOSITY=1;;
2941esac
2942am_make=${MAKE-make}
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2944$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2945if ${am_cv_make_support_nested_variables+:} false; then :
2946 $as_echo_n "(cached) " >&6
2947else
2948 if $as_echo 'TRUE=$(BAR$(V))
2949BAR0=false
2950BAR1=true
2951V=1
2952am__doit:
2953 @$(TRUE)
2954.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2955 am_cv_make_support_nested_variables=yes
2956else
2957 am_cv_make_support_nested_variables=no
2958fi
2959fi
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2961$as_echo "$am_cv_make_support_nested_variables" >&6; }
2962if test $am_cv_make_support_nested_variables = yes; then
2963 AM_V='$(V)'
2964 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2965else
2966 AM_V=$AM_DEFAULT_VERBOSITY
2967 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2968fi
2969AM_BACKSLASH='\'
2970
81ecdfbb
RW
2971if test "`cd $srcdir && pwd`" != "`pwd`"; then
2972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2973 # is not polluted with repeated "-I."
2974 am__isrc=' -I$(srcdir)'
2975 # test to see if srcdir already configured
2976 if test -f $srcdir/config.status; then
d0ac1c44 2977 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 2978 fi
13b2be9c
DJ
2979fi
2980
2981# test whether we have cygpath
2982if test -z "$CYGPATH_W"; then
2983 if (cygpath --version) >/dev/null 2>/dev/null; then
2984 CYGPATH_W='cygpath -w'
2985 else
2986 CYGPATH_W=echo
2987 fi
2988fi
2989
2990
2991# Define the identity of the package.
2e98a7bd 2992 PACKAGE='gas'
96e786d1 2993 VERSION='2.40.50'
13b2be9c
DJ
2994
2995
2996cat >>confdefs.h <<_ACEOF
2997#define PACKAGE "$PACKAGE"
2998_ACEOF
2999
3000
3001cat >>confdefs.h <<_ACEOF
3002#define VERSION "$VERSION"
3003_ACEOF
3004
3005# Some tools Automake needs.
3006
3007ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3008
3009
3010AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3011
3012
3013AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3014
3015
3016AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3017
3018
3019MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3020
d0ac1c44
SM
3021# For better backward compatibility. To be removed once Automake 1.9.x
3022# dies out for good. For more background, see:
b9583093
AM
3023# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3024# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
d0ac1c44
SM
3025mkdir_p='$(MKDIR_P)'
3026
3027# We need awk for the "check" target (and possibly the TAP driver). The
23d61380
AM
3028# system "awk" is bad on some platforms.
3029# Always define AMTAR for backward compatibility. Yes, it's still used
3030# in the wild :-( We should find a proper way to deprecate it ...
3031AMTAR='$${TAR-tar}'
3032
3033
3034# We'll loop over all known methods to create a tar archive until one works.
3035_am_tools='gnutar pax cpio none'
3036
3037am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132 3038
252b5132 3039
252b5132 3040
252b5132 3041
d6d788bd
L
3042
3043
d0ac1c44
SM
3044# POSIX will say in a future version that running "rm -f" with no argument
3045# is OK; and we want to be able to make that assumption in our Makefile
3046# recipes. So use an aggressive probe to check that the usage we want is
3047# actually supported "in the wild" to an acceptable degree.
3048# See automake bug#10828.
3049# To make any issue more visible, cause the running configure to be aborted
3050# by default if the 'rm' program in use doesn't match our expectations; the
3051# user can still override this though.
3052if rm -f && rm -fr && rm -rf; then : OK; else
3053 cat >&2 <<'END'
3054Oops!
3055
3056Your 'rm' program seems unable to run without file operands specified
3057on the command line, even when the '-f' option is present. This is contrary
3058to the behaviour of most rm programs out there, and not conforming with
3059the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3060
3061Please tell bug-automake@gnu.org about your system, including the value
3062of your $PATH and any error possibly output before this message. This
3063can help us improve future automake versions.
3064
3065END
3066 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3067 echo 'Configuration will proceed anyway, since you have set the' >&2
3068 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3069 echo >&2
3070 else
3071 cat >&2 <<'END'
3072Aborting the configuration process, to ensure you take notice of the issue.
3073
3074You can download and install GNU coreutils to get an 'rm' implementation
b9583093 3075that behaves properly: <http://www.gnu.org/software/coreutils/>.
d0ac1c44
SM
3076
3077If you want to complete the configuration process using your problematic
3078'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3079to "yes", and re-run configure.
3080
3081END
3082 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3083 fi
3084fi
3085
3b4d5621
MF
3086# Check whether --enable-silent-rules was given.
3087if test "${enable_silent_rules+set}" = set; then :
3088 enableval=$enable_silent_rules;
3089fi
3090
3091case $enable_silent_rules in # (((
3092 yes) AM_DEFAULT_VERBOSITY=0;;
3093 no) AM_DEFAULT_VERBOSITY=1;;
3094 *) AM_DEFAULT_VERBOSITY=0;;
3095esac
3096am_make=${MAKE-make}
3097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3098$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3099if ${am_cv_make_support_nested_variables+:} false; then :
3100 $as_echo_n "(cached) " >&6
3101else
3102 if $as_echo 'TRUE=$(BAR$(V))
3103BAR0=false
3104BAR1=true
3105V=1
3106am__doit:
3107 @$(TRUE)
3108.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3109 am_cv_make_support_nested_variables=yes
3110else
3111 am_cv_make_support_nested_variables=no
3112fi
3113fi
3114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3115$as_echo "$am_cv_make_support_nested_variables" >&6; }
3116if test $am_cv_make_support_nested_variables = yes; then
3117 AM_V='$(V)'
3118 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3119else
3120 AM_V=$AM_DEFAULT_VERBOSITY
3121 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3122fi
3123AM_BACKSLASH='\'
3124
13b2be9c 3125
ce2cded5
L
3126ac_ext=c
3127ac_cpp='$CPP $CPPFLAGS'
3128ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3129ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3130ac_compiler_gnu=$ac_cv_c_compiler_gnu
3131if test -n "$ac_tool_prefix"; then
3132 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3133set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3136if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3137 $as_echo_n "(cached) " >&6
252b5132 3138else
ce2cded5
L
3139 if test -n "$CC"; then
3140 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3141else
ce2cded5
L
3142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143for as_dir in $PATH
3144do
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
81ecdfbb 3147 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3149 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3151 break 2
3152 fi
3153done
81ecdfbb
RW
3154 done
3155IFS=$as_save_IFS
d7040cdb 3156
ce2cded5
L
3157fi
3158fi
3159CC=$ac_cv_prog_CC
3160if test -n "$CC"; then
81ecdfbb
RW
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3162$as_echo "$CC" >&6; }
bedf545c 3163else
81ecdfbb
RW
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165$as_echo "no" >&6; }
ce2cded5 3166fi
d7040cdb 3167
81ecdfbb 3168
ce2cded5
L
3169fi
3170if test -z "$ac_cv_prog_CC"; then
3171 ac_ct_CC=$CC
3172 # Extract the first word of "gcc", so it can be a program name with args.
3173set dummy gcc; ac_word=$2
81ecdfbb
RW
3174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3175$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3176if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3177 $as_echo_n "(cached) " >&6
d7040cdb 3178else
ce2cded5
L
3179 if test -n "$ac_ct_CC"; then
3180 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3181else
d7040cdb
SE
3182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3183for as_dir in $PATH
3184do
3185 IFS=$as_save_IFS
3186 test -z "$as_dir" && as_dir=.
81ecdfbb 3187 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3189 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 3191 break 2
d7040cdb 3192 fi
ce2cded5 3193done
81ecdfbb
RW
3194 done
3195IFS=$as_save_IFS
d7040cdb 3196
ce2cded5
L
3197fi
3198fi
3199ac_ct_CC=$ac_cv_prog_ac_ct_CC
3200if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3202$as_echo "$ac_ct_CC" >&6; }
ce2cded5 3203else
81ecdfbb
RW
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3205$as_echo "no" >&6; }
d7040cdb
SE
3206fi
3207
81ecdfbb
RW
3208 if test "x$ac_ct_CC" = x; then
3209 CC=""
3210 else
3211 case $cross_compiling:$ac_tool_warned in
3212yes:)
3213{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3214$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3215ac_tool_warned=yes ;;
3216esac
3217 CC=$ac_ct_CC
3218 fi
ce2cded5
L
3219else
3220 CC="$ac_cv_prog_CC"
3221fi
d7040cdb 3222
ce2cded5 3223if test -z "$CC"; then
81ecdfbb
RW
3224 if test -n "$ac_tool_prefix"; then
3225 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 3226set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3229if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3230 $as_echo_n "(cached) " >&6
d7040cdb 3231else
ce2cded5
L
3232 if test -n "$CC"; then
3233 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3234else
ce2cded5
L
3235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3236for as_dir in $PATH
3237do
3238 IFS=$as_save_IFS
3239 test -z "$as_dir" && as_dir=.
81ecdfbb 3240 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3242 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3244 break 2
3245 fi
3246done
81ecdfbb
RW
3247 done
3248IFS=$as_save_IFS
d7040cdb 3249
252b5132
RH
3250fi
3251fi
ce2cded5
L
3252CC=$ac_cv_prog_CC
3253if test -n "$CC"; then
81ecdfbb
RW
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3255$as_echo "$CC" >&6; }
ce2cded5 3256else
81ecdfbb
RW
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258$as_echo "no" >&6; }
d7040cdb 3259fi
f9c19112 3260
ce2cded5 3261
81ecdfbb 3262 fi
ce2cded5
L
3263fi
3264if test -z "$CC"; then
3265 # Extract the first word of "cc", so it can be a program name with args.
3266set dummy cc; ac_word=$2
81ecdfbb
RW
3267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3269if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3270 $as_echo_n "(cached) " >&6
ce2cded5
L
3271else
3272 if test -n "$CC"; then
3273 ac_cv_prog_CC="$CC" # Let the user override the test.
3274else
3275 ac_prog_rejected=no
3276as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277for as_dir in $PATH
3278do
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
81ecdfbb 3281 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5
L
3283 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3284 ac_prog_rejected=yes
3285 continue
3286 fi
3287 ac_cv_prog_CC="cc"
81ecdfbb 3288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3289 break 2
3290 fi
3291done
81ecdfbb
RW
3292 done
3293IFS=$as_save_IFS
ce2cded5
L
3294
3295if test $ac_prog_rejected = yes; then
3296 # We found a bogon in the path, so make sure we never use it.
3297 set dummy $ac_cv_prog_CC
3298 shift
3299 if test $# != 0; then
3300 # We chose a different compiler from the bogus one.
3301 # However, it has the same basename, so the bogon will be chosen
3302 # first if we set CC to just the basename; use the full file name.
3303 shift
3304 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3305 fi
3306fi
3307fi
3308fi
3309CC=$ac_cv_prog_CC
3310if test -n "$CC"; then
81ecdfbb
RW
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3312$as_echo "$CC" >&6; }
ce2cded5 3313else
81ecdfbb
RW
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315$as_echo "no" >&6; }
ce2cded5
L
3316fi
3317
81ecdfbb 3318
ce2cded5
L
3319fi
3320if test -z "$CC"; then
3321 if test -n "$ac_tool_prefix"; then
81ecdfbb 3322 for ac_prog in cl.exe
ce2cded5
L
3323 do
3324 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3325set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3327$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3328if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3329 $as_echo_n "(cached) " >&6
ce2cded5
L
3330else
3331 if test -n "$CC"; then
3332 ac_cv_prog_CC="$CC" # Let the user override the test.
3333else
3334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3335for as_dir in $PATH
3336do
3337 IFS=$as_save_IFS
3338 test -z "$as_dir" && as_dir=.
81ecdfbb 3339 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3341 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3343 break 2
3344 fi
3345done
81ecdfbb
RW
3346 done
3347IFS=$as_save_IFS
ce2cded5
L
3348
3349fi
3350fi
3351CC=$ac_cv_prog_CC
3352if test -n "$CC"; then
81ecdfbb
RW
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3354$as_echo "$CC" >&6; }
ce2cded5 3355else
81ecdfbb
RW
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3357$as_echo "no" >&6; }
ce2cded5
L
3358fi
3359
81ecdfbb 3360
ce2cded5 3361 test -n "$CC" && break
d7040cdb
SE
3362 done
3363fi
ce2cded5
L
3364if test -z "$CC"; then
3365 ac_ct_CC=$CC
81ecdfbb 3366 for ac_prog in cl.exe
d7040cdb
SE
3367do
3368 # Extract the first word of "$ac_prog", so it can be a program name with args.
3369set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3371$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3372if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3373 $as_echo_n "(cached) " >&6
d7040cdb 3374else
ce2cded5
L
3375 if test -n "$ac_ct_CC"; then
3376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
3377else
3378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3379for as_dir in $PATH
3380do
3381 IFS=$as_save_IFS
3382 test -z "$as_dir" && as_dir=.
81ecdfbb 3383 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3385 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 3387 break 2
ac48eca1 3388 fi
d7040cdb 3389done
81ecdfbb
RW
3390 done
3391IFS=$as_save_IFS
ac48eca1 3392
d7040cdb
SE
3393fi
3394fi
ce2cded5
L
3395ac_ct_CC=$ac_cv_prog_ac_ct_CC
3396if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3398$as_echo "$ac_ct_CC" >&6; }
d7040cdb 3399else
81ecdfbb
RW
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3401$as_echo "no" >&6; }
d7040cdb 3402fi
ac48eca1 3403
81ecdfbb 3404
ce2cded5 3405 test -n "$ac_ct_CC" && break
d7040cdb 3406done
ac48eca1 3407
81ecdfbb
RW
3408 if test "x$ac_ct_CC" = x; then
3409 CC=""
3410 else
3411 case $cross_compiling:$ac_tool_warned in
3412yes:)
3413{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3414$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3415ac_tool_warned=yes ;;
3416esac
3417 CC=$ac_ct_CC
3418 fi
d7040cdb 3419fi
ac48eca1 3420
d7040cdb 3421fi
ac48eca1 3422
ac48eca1 3423
81ecdfbb
RW
3424test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3426as_fn_error $? "no acceptable C compiler found in \$PATH
3427See \`config.log' for more details" "$LINENO" 5; }
6be7c12c 3428
ce2cded5 3429# Provide some information about the compiler.
81ecdfbb
RW
3430$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3431set X $ac_compile
3432ac_compiler=$2
3433for ac_option in --version -v -V -qversion; do
3434 { { ac_try="$ac_compiler $ac_option >&5"
3435case "(($ac_try" in
3436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437 *) ac_try_echo=$ac_try;;
3438esac
3439eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440$as_echo "$ac_try_echo"; } >&5
3441 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 3442 ac_status=$?
81ecdfbb
RW
3443 if test -s conftest.err; then
3444 sed '10a\
3445... rest of stderr output deleted ...
3446 10q' conftest.err >conftest.er1
3447 cat conftest.er1 >&5
81ecdfbb 3448 fi
d0ac1c44 3449 rm -f conftest.er1 conftest.err
81ecdfbb 3450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23d61380
AM
3451 test $ac_status = 0; }
3452done
3453
3454cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455/* end confdefs.h. */
3456
3457int
3458main ()
3459{
3460
3461 ;
3462 return 0;
3463}
3464_ACEOF
3465ac_clean_files_save=$ac_clean_files
3466ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3467# Try to create an executable without -o first, disregard a.out.
3468# It will help us diagnose broken compilers, and finding out an intuition
3469# of exeext.
3470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3471$as_echo_n "checking whether the C compiler works... " >&6; }
3472ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3473
3474# The possible output files:
3475ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3476
3477ac_rmfiles=
3478for ac_file in $ac_files
3479do
3480 case $ac_file in
3481 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3482 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3483 esac
3484done
3485rm -f $ac_rmfiles
3486
3487if { { ac_try="$ac_link_default"
3488case "(($ac_try" in
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3491esac
3492eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3493$as_echo "$ac_try_echo"; } >&5
3494 (eval "$ac_link_default") 2>&5
3495 ac_status=$?
3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3497 test $ac_status = 0; }; then :
3498 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3499# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3500# in a Makefile. We should not override ac_cv_exeext if it was cached,
3501# so that the user can short-circuit this test for compilers unknown to
3502# Autoconf.
3503for ac_file in $ac_files ''
3504do
3505 test -f "$ac_file" || continue
3506 case $ac_file in
3507 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3508 ;;
3509 [ab].out )
3510 # We found the default executable, but exeext='' is most
3511 # certainly right.
3512 break;;
3513 *.* )
3514 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3515 then :; else
3516 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3517 fi
3518 # We set ac_cv_exeext here because the later test for it is not
3519 # safe: cross compilers may not add the suffix if given an `-o'
3520 # argument, so we may need to know it at that point already.
3521 # Even if this section looks crufty: it has the advantage of
3522 # actually working.
3523 break;;
3524 * )
3525 break;;
3526 esac
3527done
3528test "$ac_cv_exeext" = no && ac_cv_exeext=
3529
3530else
3531 ac_file=''
3532fi
3533if test -z "$ac_file"; then :
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3535$as_echo "no" >&6; }
3536$as_echo "$as_me: failed program was:" >&5
3537sed 's/^/| /' conftest.$ac_ext >&5
3538
3539{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541as_fn_error 77 "C compiler cannot create executables
3542See \`config.log' for more details" "$LINENO" 5; }
3543else
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3545$as_echo "yes" >&6; }
3546fi
3547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3548$as_echo_n "checking for C compiler default output file name... " >&6; }
3549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3550$as_echo "$ac_file" >&6; }
3551ac_exeext=$ac_cv_exeext
3552
3553rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3554ac_clean_files=$ac_clean_files_save
3555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3556$as_echo_n "checking for suffix of executables... " >&6; }
3557if { { ac_try="$ac_link"
3558case "(($ac_try" in
3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3561esac
3562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3563$as_echo "$ac_try_echo"; } >&5
3564 (eval "$ac_link") 2>&5
3565 ac_status=$?
3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3567 test $ac_status = 0; }; then :
3568 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3569# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3570# work properly (i.e., refer to `conftest.exe'), while it won't with
3571# `rm'.
3572for ac_file in conftest.exe conftest conftest.*; do
3573 test -f "$ac_file" || continue
3574 case $ac_file in
3575 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3576 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3577 break;;
3578 * ) break;;
3579 esac
3580done
3581else
3582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3583$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3584as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3585See \`config.log' for more details" "$LINENO" 5; }
3586fi
3587rm -f conftest conftest$ac_cv_exeext
3588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3589$as_echo "$ac_cv_exeext" >&6; }
3590
3591rm -f conftest.$ac_ext
3592EXEEXT=$ac_cv_exeext
3593ac_exeext=$EXEEXT
3594cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595/* end confdefs.h. */
3596#include <stdio.h>
3597int
3598main ()
3599{
3600FILE *f = fopen ("conftest.out", "w");
3601 return ferror (f) || fclose (f) != 0;
3602
3603 ;
3604 return 0;
3605}
3606_ACEOF
3607ac_clean_files="$ac_clean_files conftest.out"
3608# Check that the compiler produces executables we can run. If not, either
3609# the compiler is broken, or we cross compile.
3610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3611$as_echo_n "checking whether we are cross compiling... " >&6; }
3612if test "$cross_compiling" != yes; then
3613 { { ac_try="$ac_link"
3614case "(($ac_try" in
3615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3616 *) ac_try_echo=$ac_try;;
3617esac
3618eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3619$as_echo "$ac_try_echo"; } >&5
3620 (eval "$ac_link") 2>&5
3621 ac_status=$?
3622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3623 test $ac_status = 0; }
3624 if { ac_try='./conftest$ac_cv_exeext'
3625 { { case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628esac
3629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3630$as_echo "$ac_try_echo"; } >&5
3631 (eval "$ac_try") 2>&5
3632 ac_status=$?
3633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3634 test $ac_status = 0; }; }; then
3635 cross_compiling=no
3636 else
3637 if test "$cross_compiling" = maybe; then
3638 cross_compiling=yes
3639 else
3640 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3641$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3642as_fn_error $? "cannot run C compiled programs.
3643If you meant to cross compile, use \`--host'.
3644See \`config.log' for more details" "$LINENO" 5; }
3645 fi
3646 fi
3647fi
3648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3649$as_echo "$cross_compiling" >&6; }
3650
3651rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3652ac_clean_files=$ac_clean_files_save
3653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3654$as_echo_n "checking for suffix of object files... " >&6; }
3655if ${ac_cv_objext+:} false; then :
3656 $as_echo_n "(cached) " >&6
3657else
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659/* end confdefs.h. */
3660
3661int
3662main ()
3663{
3664
3665 ;
3666 return 0;
3667}
3668_ACEOF
3669rm -f conftest.o conftest.obj
3670if { { ac_try="$ac_compile"
3671case "(($ac_try" in
3672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3673 *) ac_try_echo=$ac_try;;
3674esac
3675eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3676$as_echo "$ac_try_echo"; } >&5
3677 (eval "$ac_compile") 2>&5
3678 ac_status=$?
3679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3680 test $ac_status = 0; }; then :
3681 for ac_file in conftest.o conftest.obj conftest.*; do
3682 test -f "$ac_file" || continue;
3683 case $ac_file in
3684 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3685 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3686 break;;
3687 esac
81ecdfbb 3688done
23d61380
AM
3689else
3690 $as_echo "$as_me: failed program was:" >&5
3691sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 3692
23d61380
AM
3693{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695as_fn_error $? "cannot compute suffix of object files: cannot compile
3696See \`config.log' for more details" "$LINENO" 5; }
3697fi
3698rm -f conftest.$ac_cv_objext conftest.$ac_ext
3699fi
3700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3701$as_echo "$ac_cv_objext" >&6; }
3702OBJEXT=$ac_cv_objext
3703ac_objext=$OBJEXT
81ecdfbb
RW
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3705$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3706if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3707 $as_echo_n "(cached) " >&6
d7040cdb 3708else
81ecdfbb 3709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 3710/* end confdefs.h. */
c8615825 3711
ce2cded5
L
3712int
3713main ()
3714{
3715#ifndef __GNUC__
3716 choke me
3717#endif
3718
3719 ;
3720 return 0;
3721}
3722_ACEOF
81ecdfbb 3723if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 3724 ac_compiler_gnu=yes
d7040cdb 3725else
81ecdfbb 3726 ac_compiler_gnu=no
d7040cdb 3727fi
81ecdfbb 3728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 3729ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 3730
ce2cded5 3731fi
81ecdfbb
RW
3732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3733$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3734if test $ac_compiler_gnu = yes; then
3735 GCC=yes
3736else
3737 GCC=
3738fi
ce2cded5
L
3739ac_test_CFLAGS=${CFLAGS+set}
3740ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3742$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3743if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3744 $as_echo_n "(cached) " >&6
3745else
3746 ac_save_c_werror_flag=$ac_c_werror_flag
3747 ac_c_werror_flag=yes
3748 ac_cv_prog_cc_g=no
3749 CFLAGS="-g"
3750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 3751/* end confdefs.h. */
d7040cdb 3752
ce2cded5
L
3753int
3754main ()
3755{
d7040cdb 3756
ce2cded5
L
3757 ;
3758 return 0;
3759}
3760_ACEOF
81ecdfbb 3761if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
3762 ac_cv_prog_cc_g=yes
3763else
81ecdfbb
RW
3764 CFLAGS=""
3765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3766/* end confdefs.h. */
3767
3768int
3769main ()
3770{
3771
3772 ;
3773 return 0;
3774}
3775_ACEOF
3776if ac_fn_c_try_compile "$LINENO"; then :
3777
3778else
3779 ac_c_werror_flag=$ac_save_c_werror_flag
3780 CFLAGS="-g"
3781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3782/* end confdefs.h. */
d70c5fc7 3783
81ecdfbb
RW
3784int
3785main ()
3786{
3787
3788 ;
3789 return 0;
3790}
3791_ACEOF
3792if ac_fn_c_try_compile "$LINENO"; then :
3793 ac_cv_prog_cc_g=yes
3794fi
3795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 3796fi
81ecdfbb 3797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 3798fi
81ecdfbb
RW
3799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800 ac_c_werror_flag=$ac_save_c_werror_flag
3801fi
3802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3803$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
3804if test "$ac_test_CFLAGS" = set; then
3805 CFLAGS=$ac_save_CFLAGS
3806elif test $ac_cv_prog_cc_g = yes; then
3807 if test "$GCC" = yes; then
3808 CFLAGS="-g -O2"
3809 else
3810 CFLAGS="-g"
3811 fi
ac48eca1 3812else
ce2cded5
L
3813 if test "$GCC" = yes; then
3814 CFLAGS="-O2"
3815 else
3816 CFLAGS=
3817 fi
ac48eca1 3818fi
81ecdfbb
RW
3819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3820$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3821if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3822 $as_echo_n "(cached) " >&6
ac48eca1 3823else
81ecdfbb 3824 ac_cv_prog_cc_c89=no
ce2cded5 3825ac_save_CC=$CC
81ecdfbb 3826cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
3827/* end confdefs.h. */
3828#include <stdarg.h>
3829#include <stdio.h>
d0ac1c44 3830struct stat;
ce2cded5
L
3831/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3832struct buf { int x; };
3833FILE * (*rcsopen) (struct buf *, struct stat *, int);
3834static char *e (p, i)
3835 char **p;
3836 int i;
3837{
3838 return p[i];
3839}
3840static char *f (char * (*g) (char **, int), char **p, ...)
3841{
3842 char *s;
3843 va_list v;
3844 va_start (v,p);
3845 s = g (p, va_arg (v,int));
3846 va_end (v);
3847 return s;
3848}
3849
3850/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3851 function prototypes and stuff, but not '\xHH' hex character constants.
3852 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3853 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
3854 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3855 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3856 that's true only with -std. */
ce2cded5
L
3857int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3858
81ecdfbb
RW
3859/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3860 inside strings and character constants. */
3861#define FOO(x) 'x'
3862int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3863
ce2cded5
L
3864int test (int i, double x);
3865struct s1 {int (*f) (int a);};
3866struct s2 {int (*f) (double a);};
3867int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3868int argc;
3869char **argv;
3870int
3871main ()
3872{
3873return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3874 ;
3875 return 0;
3876}
3877_ACEOF
81ecdfbb
RW
3878for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3879 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
3880do
3881 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 3884fi
81ecdfbb
RW
3885rm -f core conftest.err conftest.$ac_objext
3886 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 3887done
81ecdfbb 3888rm -f conftest.$ac_ext
ce2cded5
L
3889CC=$ac_save_CC
3890
3891fi
81ecdfbb
RW
3892# AC_CACHE_VAL
3893case "x$ac_cv_prog_cc_c89" in
3894 x)
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3896$as_echo "none needed" >&6; } ;;
3897 xno)
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3899$as_echo "unsupported" >&6; } ;;
ce2cded5 3900 *)
81ecdfbb
RW
3901 CC="$CC $ac_cv_prog_cc_c89"
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3903$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 3904esac
81ecdfbb 3905if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 3906
ce2cded5 3907fi
d7040cdb 3908
23d61380
AM
3909ac_ext=c
3910ac_cpp='$CPP $CPPFLAGS'
3911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914
3915ac_ext=c
3916ac_cpp='$CPP $CPPFLAGS'
3917ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3918ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3919ac_compiler_gnu=$ac_cv_c_compiler_gnu
3920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3921$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3922if ${am_cv_prog_cc_c_o+:} false; then :
3923 $as_echo_n "(cached) " >&6
3924else
3925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926/* end confdefs.h. */
3927
3928int
3929main ()
3930{
3931
3932 ;
3933 return 0;
3934}
3935_ACEOF
3936 # Make sure it works both with $CC and with simple cc.
3937 # Following AC_PROG_CC_C_O, we do the test twice because some
3938 # compilers refuse to overwrite an existing .o file with -o,
3939 # though they will create one.
3940 am_cv_prog_cc_c_o=yes
3941 for am_i in 1 2; do
3942 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3943 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3944 ac_status=$?
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); } \
3947 && test -f conftest2.$ac_objext; then
3948 : OK
3949 else
3950 am_cv_prog_cc_c_o=no
3951 break
3952 fi
3953 done
3954 rm -f core conftest*
3955 unset am_i
3956fi
3957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3958$as_echo "$am_cv_prog_cc_c_o" >&6; }
3959if test "$am_cv_prog_cc_c_o" != yes; then
3960 # Losing compiler, so override with the script.
3961 # FIXME: It is wrong to rewrite CC.
3962 # But if we don't then we get into trouble of one sort or another.
3963 # A longer-term fix would be to have automake use am__CC in this case,
3964 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3965 CC="$am_aux_dir/compile $CC"
3966fi
3967ac_ext=c
3968ac_cpp='$CPP $CPPFLAGS'
3969ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3970ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3971ac_compiler_gnu=$ac_cv_c_compiler_gnu
3972
3973DEPDIR="${am__leading_dot}deps"
3974
3975ac_config_commands="$ac_config_commands depfiles"
3976
b9583093
AM
3977
3978am_make=${MAKE-make}
3979cat > confinc << 'END'
23d61380 3980am__doit:
b9583093 3981 @echo this is the am__doit target
23d61380
AM
3982.PHONY: am__doit
3983END
b9583093
AM
3984# If we don't find an include directive, just comment out the code.
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3986$as_echo_n "checking for style of include used by $am_make... " >&6; }
23d61380
AM
3987am__include="#"
3988am__quote=
b9583093
AM
3989_am_result=none
3990# First try GNU make style include.
3991echo "include confinc" > confmf
3992# Ignore all kinds of additional output from 'make'.
3993case `$am_make -s -f confmf 2> /dev/null` in #(
3994*the\ am__doit\ target*)
3995 am__include=include
3996 am__quote=
3997 _am_result=GNU
3998 ;;
631ec08c 3999esac
b9583093
AM
4000# Now try BSD make style include.
4001if test "$am__include" = "#"; then
4002 echo '.include "confinc"' > confmf
4003 case `$am_make -s -f confmf 2> /dev/null` in #(
4004 *the\ am__doit\ target*)
4005 am__include=.include
4006 am__quote="\""
4007 _am_result=BSD
4008 ;;
4009 esac
4010fi
4011
4012
4013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4014$as_echo "$_am_result" >&6; }
4015rm -f confinc confmf
23d61380
AM
4016
4017# Check whether --enable-dependency-tracking was given.
4018if test "${enable_dependency_tracking+set}" = set; then :
4019 enableval=$enable_dependency_tracking;
4020fi
4021
4022if test "x$enable_dependency_tracking" != xno; then
4023 am_depcomp="$ac_aux_dir/depcomp"
4024 AMDEPBACKSLASH='\'
4025 am__nodep='_no'
4026fi
4027 if test "x$enable_dependency_tracking" != xno; then
4028 AMDEP_TRUE=
4029 AMDEP_FALSE='#'
4030else
4031 AMDEP_TRUE='#'
4032 AMDEP_FALSE=
4033fi
4034
4035
4036
4037depcc="$CC" am_compiler_list=
4038
4039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4040$as_echo_n "checking dependency style of $depcc... " >&6; }
4041if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4042 $as_echo_n "(cached) " >&6
4043else
4044 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4045 # We make a subdir and do the tests there. Otherwise we can end up
4046 # making bogus files that we don't know about and never remove. For
4047 # instance it was reported that on HP-UX the gcc test will end up
4048 # making a dummy file named 'D' -- because '-MD' means "put the output
4049 # in D".
4050 rm -rf conftest.dir
4051 mkdir conftest.dir
4052 # Copy depcomp to subdir because otherwise we won't find it if we're
4053 # using a relative directory.
4054 cp "$am_depcomp" conftest.dir
4055 cd conftest.dir
4056 # We will build objects and dependencies in a subdirectory because
4057 # it helps to detect inapplicable dependency modes. For instance
4058 # both Tru64's cc and ICC support -MD to output dependencies as a
4059 # side effect of compilation, but ICC will put the dependencies in
4060 # the current directory while Tru64 will put them in the object
4061 # directory.
4062 mkdir sub
4063
4064 am_cv_CC_dependencies_compiler_type=none
4065 if test "$am_compiler_list" = ""; then
4066 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4067 fi
4068 am__universal=false
4069 case " $depcc " in #(
4070 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4071 esac
4072
4073 for depmode in $am_compiler_list; do
4074 # Setup a source with many dependencies, because some compilers
4075 # like to wrap large dependency lists on column 80 (with \), and
4076 # we should not choose a depcomp mode which is confused by this.
4077 #
4078 # We need to recreate these files for each test, as the compiler may
4079 # overwrite some of them when testing with obscure command lines.
4080 # This happens at least with the AIX C compiler.
4081 : > sub/conftest.c
4082 for i in 1 2 3 4 5 6; do
4083 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4084 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4085 # Solaris 10 /bin/sh.
4086 echo '/* dummy */' > sub/conftst$i.h
4087 done
4088 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4089
4090 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4091 # mode. It turns out that the SunPro C++ compiler does not properly
4092 # handle '-M -o', and we need to detect this. Also, some Intel
4093 # versions had trouble with output in subdirs.
4094 am__obj=sub/conftest.${OBJEXT-o}
4095 am__minus_obj="-o $am__obj"
4096 case $depmode in
4097 gcc)
4098 # This depmode causes a compiler race in universal mode.
4099 test "$am__universal" = false || continue
4100 ;;
4101 nosideeffect)
4102 # After this tag, mechanisms are not by side-effect, so they'll
4103 # only be used when explicitly requested.
4104 if test "x$enable_dependency_tracking" = xyes; then
4105 continue
4106 else
4107 break
4108 fi
4109 ;;
4110 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4111 # This compiler won't grok '-c -o', but also, the minuso test has
4112 # not run yet. These depmodes are late enough in the game, and
4113 # so weak that their functioning should not be impacted.
4114 am__obj=conftest.${OBJEXT-o}
4115 am__minus_obj=
4116 ;;
4117 none) break ;;
4118 esac
4119 if depmode=$depmode \
4120 source=sub/conftest.c object=$am__obj \
4121 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4122 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4123 >/dev/null 2>conftest.err &&
4124 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4125 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4126 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4127 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4128 # icc doesn't choke on unknown options, it will just issue warnings
4129 # or remarks (even with -Werror). So we grep stderr for any message
4130 # that says an option was ignored or not supported.
4131 # When given -MP, icc 7.0 and 7.1 complain thusly:
4132 # icc: Command line warning: ignoring option '-M'; no argument required
4133 # The diagnosis changed in icc 8.0:
4134 # icc: Command line remark: option '-MP' not supported
4135 if (grep 'ignoring option' conftest.err ||
4136 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4137 am_cv_CC_dependencies_compiler_type=$depmode
4138 break
4139 fi
4140 fi
4141 done
4142
4143 cd ..
4144 rm -rf conftest.dir
4145else
4146 am_cv_CC_dependencies_compiler_type=none
4147fi
4148
4149fi
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4151$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4152CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
d7040cdb 4153
23d61380
AM
4154 if
4155 test "x$enable_dependency_tracking" != xno \
4156 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4157 am__fastdepCC_TRUE=
4158 am__fastdepCC_FALSE='#'
d0ac1c44 4159else
23d61380
AM
4160 am__fastdepCC_TRUE='#'
4161 am__fastdepCC_FALSE=
d0ac1c44 4162fi
23d61380 4163
d0ac1c44
SM
4164
4165
7357c5b6
AM
4166ac_ext=c
4167ac_cpp='$CPP $CPPFLAGS'
4168ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4169ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4170ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4172$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4173# On Suns, sometimes $CPP names a directory.
4174if test -n "$CPP" && test -d "$CPP"; then
4175 CPP=
4176fi
4177if test -z "$CPP"; then
d0ac1c44 4178 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4179 $as_echo_n "(cached) " >&6
7357c5b6
AM
4180else
4181 # Double quotes because CPP needs to be expanded
4182 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4183 do
4184 ac_preproc_ok=false
4185for ac_c_preproc_warn_flag in '' yes
4186do
4187 # Use a header file that comes with gcc, so configuring glibc
4188 # with a fresh cross-compiler works.
4189 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4190 # <limits.h> exists even on freestanding compilers.
4191 # On the NeXT, cc -E runs the code through the compiler's parser,
4192 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4194/* end confdefs.h. */
4195#ifdef __STDC__
4196# include <limits.h>
4197#else
4198# include <assert.h>
4199#endif
4200 Syntax error
4201_ACEOF
81ecdfbb 4202if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4203
81ecdfbb 4204else
7357c5b6
AM
4205 # Broken: fails on valid input.
4206continue
4207fi
d0ac1c44 4208rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4209
81ecdfbb 4210 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4211 # can be detected and how.
81ecdfbb 4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4213/* end confdefs.h. */
4214#include <ac_nonexistent.h>
4215_ACEOF
81ecdfbb 4216if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4217 # Broken: success on invalid input.
4218continue
4219else
7357c5b6
AM
4220 # Passes both tests.
4221ac_preproc_ok=:
4222break
4223fi
d0ac1c44 4224rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4225
7357c5b6
AM
4226done
4227# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4228rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4229if $ac_preproc_ok; then :
7357c5b6
AM
4230 break
4231fi
d7040cdb 4232
7357c5b6
AM
4233 done
4234 ac_cv_prog_CPP=$CPP
d7040cdb 4235
7357c5b6
AM
4236fi
4237 CPP=$ac_cv_prog_CPP
4238else
4239 ac_cv_prog_CPP=$CPP
4240fi
81ecdfbb
RW
4241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4242$as_echo "$CPP" >&6; }
7357c5b6
AM
4243ac_preproc_ok=false
4244for ac_c_preproc_warn_flag in '' yes
4245do
4246 # Use a header file that comes with gcc, so configuring glibc
4247 # with a fresh cross-compiler works.
4248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4249 # <limits.h> exists even on freestanding compilers.
4250 # On the NeXT, cc -E runs the code through the compiler's parser,
4251 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4253/* end confdefs.h. */
4254#ifdef __STDC__
4255# include <limits.h>
4256#else
4257# include <assert.h>
4258#endif
4259 Syntax error
4260_ACEOF
81ecdfbb 4261if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4262
81ecdfbb 4263else
7357c5b6
AM
4264 # Broken: fails on valid input.
4265continue
4266fi
d0ac1c44 4267rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4268
81ecdfbb 4269 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4270 # can be detected and how.
81ecdfbb 4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4272/* end confdefs.h. */
4273#include <ac_nonexistent.h>
4274_ACEOF
81ecdfbb 4275if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4276 # Broken: success on invalid input.
4277continue
4278else
7357c5b6
AM
4279 # Passes both tests.
4280ac_preproc_ok=:
4281break
4282fi
d0ac1c44 4283rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4284
7357c5b6
AM
4285done
4286# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4287rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4288if $ac_preproc_ok; then :
4289
7357c5b6 4290else
81ecdfbb
RW
4291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4292$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4293as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4294See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 4295fi
ac48eca1 4296
7357c5b6
AM
4297ac_ext=c
4298ac_cpp='$CPP $CPPFLAGS'
4299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4301ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4302
ac48eca1 4303
81ecdfbb
RW
4304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4305$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4306if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 4307 $as_echo_n "(cached) " >&6
7357c5b6 4308else
81ecdfbb
RW
4309 if test -z "$GREP"; then
4310 ac_path_GREP_found=false
4311 # Loop through the user's path and test for each of PROGNAME-LIST
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4314do
4315 IFS=$as_save_IFS
4316 test -z "$as_dir" && as_dir=.
4317 for ac_prog in grep ggrep; do
4318 for ac_exec_ext in '' $ac_executable_extensions; do
4319 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4320 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4321# Check for GNU ac_path_GREP and select it if it is found.
4322 # Check for GNU $ac_path_GREP
4323case `"$ac_path_GREP" --version 2>&1` in
4324*GNU*)
4325 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4326*)
4327 ac_count=0
4328 $as_echo_n 0123456789 >"conftest.in"
4329 while :
4330 do
4331 cat "conftest.in" "conftest.in" >"conftest.tmp"
4332 mv "conftest.tmp" "conftest.in"
4333 cp "conftest.in" "conftest.nl"
4334 $as_echo 'GREP' >> "conftest.nl"
4335 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4336 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4337 as_fn_arith $ac_count + 1 && ac_count=$as_val
4338 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4339 # Best one so far, save it but keep looking for a better one
4340 ac_cv_path_GREP="$ac_path_GREP"
4341 ac_path_GREP_max=$ac_count
7357c5b6 4342 fi
81ecdfbb
RW
4343 # 10*(2^10) chars as input seems more than enough
4344 test $ac_count -gt 10 && break
4345 done
4346 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4347esac
4348
4349 $ac_path_GREP_found && break 3
4350 done
4351 done
4352 done
4353IFS=$as_save_IFS
4354 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4355 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4356 fi
4357else
4358 ac_cv_path_GREP=$GREP
7357c5b6 4359fi
81ecdfbb
RW
4360
4361fi
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4363$as_echo "$ac_cv_path_GREP" >&6; }
4364 GREP="$ac_cv_path_GREP"
ac48eca1 4365
d7040cdb 4366
81ecdfbb
RW
4367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4368$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4369if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4370 $as_echo_n "(cached) " >&6
7357c5b6 4371else
81ecdfbb
RW
4372 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4373 then ac_cv_path_EGREP="$GREP -E"
4374 else
4375 if test -z "$EGREP"; then
4376 ac_path_EGREP_found=false
4377 # Loop through the user's path and test for each of PROGNAME-LIST
4378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4380do
4381 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=.
4383 for ac_prog in egrep; do
4384 for ac_exec_ext in '' $ac_executable_extensions; do
4385 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4386 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4387# Check for GNU ac_path_EGREP and select it if it is found.
4388 # Check for GNU $ac_path_EGREP
4389case `"$ac_path_EGREP" --version 2>&1` in
4390*GNU*)
4391 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4392*)
4393 ac_count=0
4394 $as_echo_n 0123456789 >"conftest.in"
4395 while :
4396 do
4397 cat "conftest.in" "conftest.in" >"conftest.tmp"
4398 mv "conftest.tmp" "conftest.in"
4399 cp "conftest.in" "conftest.nl"
4400 $as_echo 'EGREP' >> "conftest.nl"
4401 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4402 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4403 as_fn_arith $ac_count + 1 && ac_count=$as_val
4404 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4405 # Best one so far, save it but keep looking for a better one
4406 ac_cv_path_EGREP="$ac_path_EGREP"
4407 ac_path_EGREP_max=$ac_count
4408 fi
4409 # 10*(2^10) chars as input seems more than enough
4410 test $ac_count -gt 10 && break
4411 done
4412 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4413esac
4414
4415 $ac_path_EGREP_found && break 3
4416 done
4417 done
4418 done
4419IFS=$as_save_IFS
4420 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4421 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4422 fi
4423else
4424 ac_cv_path_EGREP=$EGREP
4425fi
4426
4427 fi
4428fi
4429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4430$as_echo "$ac_cv_path_EGREP" >&6; }
4431 EGREP="$ac_cv_path_EGREP"
4432
4433
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4435$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4436if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
4437 $as_echo_n "(cached) " >&6
4438else
4439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4440/* end confdefs.h. */
4441#include <stdlib.h>
4442#include <stdarg.h>
4443#include <string.h>
4444#include <float.h>
d7040cdb 4445
7357c5b6
AM
4446int
4447main ()
4448{
d7040cdb 4449
7357c5b6
AM
4450 ;
4451 return 0;
4452}
4453_ACEOF
81ecdfbb 4454if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4455 ac_cv_header_stdc=yes
4456else
81ecdfbb 4457 ac_cv_header_stdc=no
7357c5b6 4458fi
81ecdfbb 4459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4460
7357c5b6
AM
4461if test $ac_cv_header_stdc = yes; then
4462 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4464/* end confdefs.h. */
4465#include <string.h>
d7040cdb 4466
7357c5b6
AM
4467_ACEOF
4468if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4469 $EGREP "memchr" >/dev/null 2>&1; then :
4470
ce2cded5 4471else
7357c5b6
AM
4472 ac_cv_header_stdc=no
4473fi
4474rm -f conftest*
d7040cdb 4475
7357c5b6 4476fi
d7040cdb 4477
7357c5b6
AM
4478if test $ac_cv_header_stdc = yes; then
4479 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4481/* end confdefs.h. */
4482#include <stdlib.h>
ac48eca1 4483
7357c5b6
AM
4484_ACEOF
4485if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4486 $EGREP "free" >/dev/null 2>&1; then :
4487
7357c5b6
AM
4488else
4489 ac_cv_header_stdc=no
4490fi
4491rm -f conftest*
d7040cdb 4492
7357c5b6 4493fi
d7040cdb 4494
7357c5b6
AM
4495if test $ac_cv_header_stdc = yes; then
4496 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4497 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4498 :
4499else
81ecdfbb 4500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4501/* end confdefs.h. */
4502#include <ctype.h>
81ecdfbb 4503#include <stdlib.h>
7357c5b6
AM
4504#if ((' ' & 0x0FF) == 0x020)
4505# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4506# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4507#else
4508# define ISLOWER(c) \
4509 (('a' <= (c) && (c) <= 'i') \
4510 || ('j' <= (c) && (c) <= 'r') \
4511 || ('s' <= (c) && (c) <= 'z'))
4512# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4513#endif
d7040cdb 4514
7357c5b6
AM
4515#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4516int
4517main ()
4518{
4519 int i;
4520 for (i = 0; i < 256; i++)
4521 if (XOR (islower (i), ISLOWER (i))
4522 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4523 return 2;
4524 return 0;
7357c5b6
AM
4525}
4526_ACEOF
81ecdfbb 4527if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4528
81ecdfbb
RW
4529else
4530 ac_cv_header_stdc=no
7357c5b6 4531fi
81ecdfbb
RW
4532rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4533 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4534fi
81ecdfbb 4535
7357c5b6
AM
4536fi
4537fi
81ecdfbb
RW
4538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4539$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4540if test $ac_cv_header_stdc = yes; then
d7040cdb 4541
81ecdfbb 4542$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4543
7357c5b6 4544fi
d7040cdb 4545
7357c5b6 4546# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4547for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4548 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4549do :
4550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4551ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4552"
d0ac1c44 4553if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 4554 cat >>confdefs.h <<_ACEOF
81ecdfbb 4555#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4556_ACEOF
ce2cded5 4557
7357c5b6 4558fi
ce2cded5 4559
7357c5b6 4560done
ce2cded5
L
4561
4562
4563
81ecdfbb 4564 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 4565if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
4566 MINIX=yes
4567else
4568 MINIX=
4569fi
d7040cdb
SE
4570
4571
7357c5b6 4572 if test "$MINIX" = yes; then
d7040cdb 4573
81ecdfbb 4574$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4575
4576
81ecdfbb 4577$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4578
4579
81ecdfbb 4580$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4581
7357c5b6 4582 fi
d7040cdb
SE
4583
4584
81ecdfbb
RW
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4586$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 4587if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 4588 $as_echo_n "(cached) " >&6
ac48eca1 4589else
81ecdfbb 4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4591/* end confdefs.h. */
ac48eca1 4592
d0ac1c44
SM
4593# define __EXTENSIONS__ 1
4594 $ac_includes_default
7357c5b6
AM
4595int
4596main ()
4597{
13b2be9c 4598
7357c5b6
AM
4599 ;
4600 return 0;
4601}
4602_ACEOF
81ecdfbb 4603if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4604 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4605else
81ecdfbb 4606 ac_cv_safe_to_define___extensions__=no
d6d788bd 4607fi
81ecdfbb 4608rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4609fi
81ecdfbb
RW
4610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4611$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4612 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4613 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 4614
81ecdfbb 4615 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 4616
81ecdfbb 4617 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 4618
81ecdfbb 4619 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 4620
81ecdfbb 4621 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 4622
a74801ba 4623
d053aef8 4624
81ecdfbb 4625
da2f07f1 4626
718a6fd8
SE
4627case `pwd` in
4628 *\ * | *\ *)
81ecdfbb
RW
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4630$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4631esac
13b2be9c 4632
252b5132 4633
7357c5b6 4634
f2c621e4
AS
4635macro_version='2.2.7a'
4636macro_revision='1.3134'
7357c5b6
AM
4637
4638
4639
4640
4641
4642
7357c5b6
AM
4643
4644
4645
4646
4647
4648
4649
718a6fd8 4650ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 4651
3725885a
RW
4652# Backslashify metacharacters that are still active within
4653# double-quoted strings.
4654sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4655
4656# Same as above, but do not quote variable references.
4657double_quote_subst='s/\(["`\\]\)/\\\1/g'
4658
4659# Sed substitution to delay expansion of an escaped shell variable in a
4660# double_quote_subst'ed string.
4661delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4662
4663# Sed substitution to delay expansion of an escaped single quote.
4664delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4665
4666# Sed substitution to avoid accidental globbing in evaled expressions
4667no_glob_subst='s/\*/\\\*/g'
4668
4669ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4670ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4671ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4672
4673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4674$as_echo_n "checking how to print strings... " >&6; }
4675# Test print first, because it will be a builtin if present.
f2c621e4 4676if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
4677 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4678 ECHO='print -r --'
4679elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4680 ECHO='printf %s\n'
4681else
4682 # Use this function as a fallback that always works.
4683 func_fallback_echo ()
4684 {
4685 eval 'cat <<_LTECHO_EOF
4686$1
4687_LTECHO_EOF'
4688 }
4689 ECHO='func_fallback_echo'
4690fi
4691
4692# func_echo_all arg...
4693# Invoke $ECHO with all args, space-separated.
4694func_echo_all ()
4695{
4696 $ECHO ""
4697}
4698
4699case "$ECHO" in
4700 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4701$as_echo "printf" >&6; } ;;
4702 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4703$as_echo "print -r" >&6; } ;;
4704 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4705$as_echo "cat" >&6; } ;;
4706esac
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
81ecdfbb
RW
4721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4722$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4723if ${ac_cv_path_SED+:} false; then :
81ecdfbb
RW
4724 $as_echo_n "(cached) " >&6
4725else
4726 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4727 for ac_i in 1 2 3 4 5 6 7; do
4728 ac_script="$ac_script$as_nl$ac_script"
4729 done
4730 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4731 { ac_script=; unset ac_script;}
4732 if test -z "$SED"; then
4733 ac_path_SED_found=false
4734 # Loop through the user's path and test for each of PROGNAME-LIST
4735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
4736for as_dir in $PATH
4737do
4738 IFS=$as_save_IFS
4739 test -z "$as_dir" && as_dir=.
81ecdfbb 4740 for ac_prog in sed gsed; do
7357c5b6 4741 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 4742 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4743 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
4744# Check for GNU ac_path_SED and select it if it is found.
4745 # Check for GNU $ac_path_SED
4746case `"$ac_path_SED" --version 2>&1` in
4747*GNU*)
4748 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4749*)
4750 ac_count=0
4751 $as_echo_n 0123456789 >"conftest.in"
4752 while :
4753 do
4754 cat "conftest.in" "conftest.in" >"conftest.tmp"
4755 mv "conftest.tmp" "conftest.in"
4756 cp "conftest.in" "conftest.nl"
4757 $as_echo '' >> "conftest.nl"
4758 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4759 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4760 as_fn_arith $ac_count + 1 && ac_count=$as_val
4761 if test $ac_count -gt ${ac_path_SED_max-0}; then
4762 # Best one so far, save it but keep looking for a better one
4763 ac_cv_path_SED="$ac_path_SED"
4764 ac_path_SED_max=$ac_count
4765 fi
4766 # 10*(2^10) chars as input seems more than enough
4767 test $ac_count -gt 10 && break
4768 done
4769 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4770esac
4771
4772 $ac_path_SED_found && break 3
7357c5b6
AM
4773 done
4774 done
81ecdfbb 4775 done
7357c5b6 4776IFS=$as_save_IFS
81ecdfbb 4777 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4778 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 4779 fi
81ecdfbb
RW
4780else
4781 ac_cv_path_SED=$SED
7357c5b6
AM
4782fi
4783
81ecdfbb
RW
4784fi
4785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4786$as_echo "$ac_cv_path_SED" >&6; }
4787 SED="$ac_cv_path_SED"
4788 rm -f conftest.sed
7357c5b6
AM
4789
4790test -z "$SED" && SED=sed
4791Xsed="$SED -e 1s/^X//"
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
81ecdfbb
RW
4803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4804$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4805if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 4806 $as_echo_n "(cached) " >&6
7357c5b6 4807else
81ecdfbb
RW
4808 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4809 then ac_cv_path_FGREP="$GREP -F"
4810 else
4811 if test -z "$FGREP"; then
4812 ac_path_FGREP_found=false
4813 # Loop through the user's path and test for each of PROGNAME-LIST
4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4816do
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_prog in fgrep; do
4820 for ac_exec_ext in '' $ac_executable_extensions; do
4821 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4822 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
4823# Check for GNU ac_path_FGREP and select it if it is found.
4824 # Check for GNU $ac_path_FGREP
4825case `"$ac_path_FGREP" --version 2>&1` in
4826*GNU*)
4827 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4828*)
4829 ac_count=0
4830 $as_echo_n 0123456789 >"conftest.in"
4831 while :
4832 do
4833 cat "conftest.in" "conftest.in" >"conftest.tmp"
4834 mv "conftest.tmp" "conftest.in"
4835 cp "conftest.in" "conftest.nl"
4836 $as_echo 'FGREP' >> "conftest.nl"
4837 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4838 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4839 as_fn_arith $ac_count + 1 && ac_count=$as_val
4840 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4841 # Best one so far, save it but keep looking for a better one
4842 ac_cv_path_FGREP="$ac_path_FGREP"
4843 ac_path_FGREP_max=$ac_count
7357c5b6 4844 fi
81ecdfbb
RW
4845 # 10*(2^10) chars as input seems more than enough
4846 test $ac_count -gt 10 && break
4847 done
4848 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4849esac
4850
4851 $ac_path_FGREP_found && break 3
4852 done
4853 done
4854 done
4855IFS=$as_save_IFS
4856 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4857 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4858 fi
4859else
4860 ac_cv_path_FGREP=$FGREP
7357c5b6 4861fi
81ecdfbb
RW
4862
4863 fi
4864fi
4865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4866$as_echo "$ac_cv_path_FGREP" >&6; }
4867 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
4868
4869
4870test -z "$GREP" && GREP=grep
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
81ecdfbb
RW
4890# Check whether --with-gnu-ld was given.
4891if test "${with_gnu_ld+set}" = set; then :
4892 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
4893else
4894 with_gnu_ld=no
81ecdfbb
RW
4895fi
4896
ce2cded5
L
4897ac_prog=ld
4898if test "$GCC" = yes; then
4899 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4901$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
4902 case $host in
4903 *-*-mingw*)
4904 # gcc leaves a trailing carriage return which upsets mingw
4905 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4906 *)
4907 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4908 esac
4909 case $ac_prog in
4910 # Accept absolute paths.
4911 [\\/]* | ?:[\\/]*)
4912 re_direlt='/[^/][^/]*/\.\./'
4913 # Canonicalize the pathname of ld
4914 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4915 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4916 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4917 done
4918 test -z "$LD" && LD="$ac_prog"
4919 ;;
4920 "")
4921 # If it fails, then pretend we aren't using GCC.
4922 ac_prog=ld
4923 ;;
4924 *)
4925 # If it is relative, then search for the first ld in PATH.
4926 with_gnu_ld=unknown
4927 ;;
4928 esac
4929elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4931$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 4932else
81ecdfbb
RW
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4934$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 4935fi
d0ac1c44 4936if ${lt_cv_path_LD+:} false; then :
81ecdfbb 4937 $as_echo_n "(cached) " >&6
ce2cded5
L
4938else
4939 if test -z "$LD"; then
4940 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4941 for ac_dir in $PATH; do
4942 IFS="$lt_save_ifs"
4943 test -z "$ac_dir" && ac_dir=.
4944 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4945 lt_cv_path_LD="$ac_dir/$ac_prog"
4946 # Check to see if the program is GNU ld. I'd rather use --version,
4947 # but apparently some variants of GNU ld only accept -v.
4948 # Break only if it was the GNU/non-GNU ld that we prefer.
4949 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4950 *GNU* | *'with BFD'*)
4951 test "$with_gnu_ld" != no && break
4952 ;;
4953 *)
4954 test "$with_gnu_ld" != yes && break
4955 ;;
4956 esac
4957 fi
4958 done
4959 IFS="$lt_save_ifs"
4960else
4961 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4962fi
4963fi
4964
4965LD="$lt_cv_path_LD"
4966if test -n "$LD"; then
81ecdfbb
RW
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4968$as_echo "$LD" >&6; }
ce2cded5 4969else
81ecdfbb
RW
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971$as_echo "no" >&6; }
ce2cded5 4972fi
d0ac1c44 4973test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
4974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4975$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4976if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 4977 $as_echo_n "(cached) " >&6
ce2cded5
L
4978else
4979 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4980case `$LD -v 2>&1 </dev/null` in
4981*GNU* | *'with BFD'*)
4982 lt_cv_prog_gnu_ld=yes
4983 ;;
4984*)
4985 lt_cv_prog_gnu_ld=no
4986 ;;
4987esac
4988fi
81ecdfbb
RW
4989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4990$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
4991with_gnu_ld=$lt_cv_prog_gnu_ld
4992
4993
4994
4995
4996
4997
4998
4999
5000
81ecdfbb
RW
5001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5002$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5003if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5004 $as_echo_n "(cached) " >&6
ce2cded5
L
5005else
5006 if test -n "$NM"; then
b9004024
NA
5007 # Let the user override the nm to test.
5008 lt_nm_to_check="$NM"
5009 else
5010 lt_nm_to_check="${ac_tool_prefix}nm"
5011 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5012 lt_nm_to_check="$lt_nm_to_check nm"
5013 fi
5014 fi
caf606c9 5015 for lt_tmp_nm in "$lt_nm_to_check"; do
b9004024
NA
5016 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5017 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5018 IFS="$lt_save_ifs"
5019 test -z "$ac_dir" && ac_dir=.
caf606c9
NA
5020 # Strip out any user-provided options from the nm to test twice,
5021 # the first time to test to see if nm (rather than its options) has
5022 # an explicit path, the second time to yield a file which can be
5023 # nm'ed itself.
5024 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5025 case "$tmp_nm_path" in
b9004024
NA
5026 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5027 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5028 esac
caf606c9
NA
5029 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5030 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
b9004024
NA
5031 # Check to see if the nm accepts a BSD-compat flag.
5032 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5033 # nm: unknown option "B" ignored
caf606c9 5034 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
b9004024
NA
5035 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5036 break
5037 ;;
5038 *)
caf606c9 5039 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
b9004024
NA
5040 *$tmp_nm*)
5041 lt_cv_path_NM="$tmp_nm -p"
5042 break
5043 ;;
5044 *)
5045 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5046 continue # so that we can try to find one that supports BSD flags
5047 ;;
5048 esac
5049 ;;
5050 esac
5051 fi
5052 done
5053 IFS="$lt_save_ifs"
5054 done
5055 : ${lt_cv_path_NM=no}
ce2cded5 5056fi
81ecdfbb
RW
5057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5058$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5059if test "$lt_cv_path_NM" != "no"; then
5060 NM="$lt_cv_path_NM"
5061else
5062 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5063 if test -n "$DUMPBIN"; then :
5064 # Let the user override the test.
5065 else
5066 if test -n "$ac_tool_prefix"; then
5067 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5068 do
5069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5070set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5073if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5074 $as_echo_n "(cached) " >&6
d7040cdb 5075else
ce2cded5
L
5076 if test -n "$DUMPBIN"; then
5077 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5078else
5079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5080for as_dir in $PATH
5081do
5082 IFS=$as_save_IFS
5083 test -z "$as_dir" && as_dir=.
81ecdfbb 5084 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5086 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5088 break 2
d70c5fc7 5089 fi
d7040cdb 5090done
81ecdfbb
RW
5091 done
5092IFS=$as_save_IFS
d70c5fc7 5093
d7040cdb
SE
5094fi
5095fi
ce2cded5
L
5096DUMPBIN=$ac_cv_prog_DUMPBIN
5097if test -n "$DUMPBIN"; then
81ecdfbb
RW
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5099$as_echo "$DUMPBIN" >&6; }
bedf545c 5100else
81ecdfbb
RW
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102$as_echo "no" >&6; }
d7040cdb 5103fi
13b2be9c 5104
81ecdfbb 5105
ce2cded5
L
5106 test -n "$DUMPBIN" && break
5107 done
5108fi
5109if test -z "$DUMPBIN"; then
5110 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5111 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5112do
5113 # Extract the first word of "$ac_prog", so it can be a program name with args.
5114set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5117if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5118 $as_echo_n "(cached) " >&6
d7040cdb 5119else
ce2cded5
L
5120 if test -n "$ac_ct_DUMPBIN"; then
5121 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5122else
5123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124for as_dir in $PATH
5125do
5126 IFS=$as_save_IFS
5127 test -z "$as_dir" && as_dir=.
81ecdfbb 5128 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5130 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5132 break 2
5133 fi
5134done
81ecdfbb
RW
5135 done
5136IFS=$as_save_IFS
ce2cded5
L
5137
5138fi
5139fi
5140ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5141if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5143$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5144else
81ecdfbb
RW
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146$as_echo "no" >&6; }
d7040cdb
SE
5147fi
5148
81ecdfbb 5149
ce2cded5
L
5150 test -n "$ac_ct_DUMPBIN" && break
5151done
13b2be9c 5152
81ecdfbb
RW
5153 if test "x$ac_ct_DUMPBIN" = x; then
5154 DUMPBIN=":"
5155 else
5156 case $cross_compiling:$ac_tool_warned in
5157yes:)
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5159$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5160ac_tool_warned=yes ;;
5161esac
5162 DUMPBIN=$ac_ct_DUMPBIN
5163 fi
ce2cded5 5164fi
13b2be9c 5165
3725885a
RW
5166 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5167 *COFF*)
5168 DUMPBIN="$DUMPBIN -symbols"
5169 ;;
5170 *)
5171 DUMPBIN=:
5172 ;;
5173 esac
5174 fi
bedf545c 5175
ce2cded5
L
5176 if test "$DUMPBIN" != ":"; then
5177 NM="$DUMPBIN"
5178 fi
5179fi
5180test -z "$NM" && NM=nm
6840198f 5181
13b2be9c 5182
ac48eca1 5183
d7040cdb 5184
ce2cded5
L
5185
5186
81ecdfbb
RW
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5188$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5189if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5190 $as_echo_n "(cached) " >&6
ce2cded5
L
5191else
5192 lt_cv_nm_interface="BSD nm"
5193 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5194 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5195 (eval "$ac_compile" 2>conftest.err)
5196 cat conftest.err >&5
3725885a 5197 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5198 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5199 cat conftest.err >&5
3725885a 5200 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5201 cat conftest.out >&5
5202 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5203 lt_cv_nm_interface="MS dumpbin"
5204 fi
5205 rm -f conftest*
5206fi
81ecdfbb
RW
5207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5208$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5209
81ecdfbb
RW
5210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5211$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5212LN_S=$as_ln_s
5213if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5215$as_echo "yes" >&6; }
ce2cded5 5216else
81ecdfbb
RW
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5218$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5219fi
5220
5221# find the maximum length of command line arguments
81ecdfbb
RW
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5223$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5224if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5225 $as_echo_n "(cached) " >&6
ce2cded5
L
5226else
5227 i=0
5228 teststring="ABCD"
5229
5230 case $build_os in
5231 msdosdjgpp*)
5232 # On DJGPP, this test can blow up pretty badly due to problems in libc
5233 # (any single argument exceeding 2000 bytes causes a buffer overrun
5234 # during glob expansion). Even if it were fixed, the result of this
5235 # check would be larger than it should be.
5236 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5237 ;;
5238
5239 gnu*)
5240 # Under GNU Hurd, this test is not required because there is
5241 # no limit to the length of command line arguments.
5242 # Libtool will interpret -1 as no limit whatsoever
5243 lt_cv_sys_max_cmd_len=-1;
5244 ;;
5245
718a6fd8 5246 cygwin* | mingw* | cegcc*)
ce2cded5
L
5247 # On Win9x/ME, this test blows up -- it succeeds, but takes
5248 # about 5 minutes as the teststring grows exponentially.
5249 # Worse, since 9x/ME are not pre-emptively multitasking,
5250 # you end up with a "frozen" computer, even though with patience
5251 # the test eventually succeeds (with a max line length of 256k).
5252 # Instead, let's just punt: use the minimum linelength reported by
5253 # all of the supported platforms: 8192 (on NT/2K/XP).
5254 lt_cv_sys_max_cmd_len=8192;
5255 ;;
5256
3725885a
RW
5257 mint*)
5258 # On MiNT this can take a long time and run out of memory.
5259 lt_cv_sys_max_cmd_len=8192;
5260 ;;
5261
ce2cded5
L
5262 amigaos*)
5263 # On AmigaOS with pdksh, this test takes hours, literally.
5264 # So we just punt and use a minimum line length of 8192.
5265 lt_cv_sys_max_cmd_len=8192;
5266 ;;
5267
5268 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5269 # This has been around since 386BSD, at least. Likely further.
5270 if test -x /sbin/sysctl; then
5271 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5272 elif test -x /usr/sbin/sysctl; then
5273 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5274 else
5275 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5276 fi
5277 # And add a safety zone
5278 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5279 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5280 ;;
5281
5282 interix*)
5283 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5284 lt_cv_sys_max_cmd_len=196608
5285 ;;
5286
5287 osf*)
5288 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5289 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5290 # nice to cause kernel panics so lets avoid the loop below.
5291 # First set a reasonable default.
5292 lt_cv_sys_max_cmd_len=16384
5293 #
5294 if test -x /sbin/sysconfig; then
5295 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5296 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5297 esac
5298 fi
5299 ;;
5300 sco3.2v5*)
5301 lt_cv_sys_max_cmd_len=102400
5302 ;;
5303 sysv5* | sco5v6* | sysv4.2uw2*)
5304 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5305 if test -n "$kargmax"; then
5306 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5307 else
5308 lt_cv_sys_max_cmd_len=32768
5309 fi
d7040cdb
SE
5310 ;;
5311 *)
718a6fd8
SE
5312 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5313 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5314 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5316 else
5317 # Make teststring a little bigger before we do anything with it.
5318 # a 1K string should be a reasonable start.
5319 for i in 1 2 3 4 5 6 7 8 ; do
5320 teststring=$teststring$teststring
5321 done
5322 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5323 # If test is not a shell built-in, we'll probably end up computing a
5324 # maximum length that is only half of the actual maximum length, but
5325 # we can't tell.
3725885a
RW
5326 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5327 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5328 test $i != 17 # 1/2 MB should be enough
5329 do
5330 i=`expr $i + 1`
5331 teststring=$teststring$teststring
5332 done
5333 # Only check the string length outside the loop.
5334 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5335 teststring=
5336 # Add a significant safety factor because C++ compilers can tack on
5337 # massive amounts of additional arguments before passing them to the
5338 # linker. It appears as though 1/2 is a usable value.
5339 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5340 fi
d7040cdb
SE
5341 ;;
5342 esac
252b5132 5343
ce2cded5 5344fi
d6d788bd 5345
ce2cded5 5346if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5348$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5349else
81ecdfbb
RW
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5351$as_echo "none" >&6; }
ce2cded5
L
5352fi
5353max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5354
d6d788bd 5355
13b2be9c 5356
13b2be9c 5357
bedf545c 5358
252b5132 5359
ce2cded5
L
5360: ${CP="cp -f"}
5361: ${MV="mv -f"}
5362: ${RM="rm -f"}
d6d788bd 5363
81ecdfbb
RW
5364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5365$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
5366# Try some XSI features
5367xsi_shell=no
5368( _lt_dummy="a/b/c"
f2c621e4
AS
5369 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5370 = c,a/b,, \
718a6fd8
SE
5371 && eval 'test $(( 1 + 1 )) -eq 2 \
5372 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 5373 && xsi_shell=yes
81ecdfbb
RW
5374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5375$as_echo "$xsi_shell" >&6; }
bedf545c 5376
bedf545c 5377
81ecdfbb
RW
5378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5379$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
5380lt_shell_append=no
5381( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5382 >/dev/null 2>&1 \
5383 && lt_shell_append=yes
81ecdfbb
RW
5384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5385$as_echo "$lt_shell_append" >&6; }
252b5132 5386
d6d788bd 5387
ce2cded5
L
5388if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5389 lt_unset=unset
5390else
5391 lt_unset=false
5392fi
13b2be9c
DJ
5393
5394
5395
5396
d6d788bd 5397
ce2cded5
L
5398# test EBCDIC or ASCII
5399case `echo X|tr X '\101'` in
5400 A) # ASCII based system
5401 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5402 lt_SP2NL='tr \040 \012'
5403 lt_NL2SP='tr \015\012 \040\040'
5404 ;;
5405 *) # EBCDIC based system
5406 lt_SP2NL='tr \100 \n'
5407 lt_NL2SP='tr \r\n \100\100'
5408 ;;
5409esac
c43a438d 5410
c43a438d 5411
c43a438d 5412
252b5132 5413
ad22bfe8 5414
1ad12f97 5415
1ad12f97 5416
9e9b66a9 5417
1ad12f97 5418
81ecdfbb
RW
5419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5420$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 5421if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 5422 $as_echo_n "(cached) " >&6
ce2cded5
L
5423else
5424 lt_cv_ld_reload_flag='-r'
5425fi
81ecdfbb
RW
5426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5427$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
5428reload_flag=$lt_cv_ld_reload_flag
5429case $reload_flag in
5430"" | " "*) ;;
5431*) reload_flag=" $reload_flag" ;;
5432esac
5433reload_cmds='$LD$reload_flag -o $output$reload_objs'
5434case $host_os in
5435 darwin*)
5436 if test "$GCC" = yes; then
5437 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5438 else
5439 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5440 fi
5441 ;;
5442esac
a541e3ce 5443
9e9b66a9 5444
a2d91340 5445
d6d788bd 5446
9e9b66a9
AM
5447
5448
5449
d6d788bd 5450
252b5132 5451
718a6fd8
SE
5452if test -n "$ac_tool_prefix"; then
5453 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5454set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5456$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5457if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 5458 $as_echo_n "(cached) " >&6
718a6fd8
SE
5459else
5460 if test -n "$OBJDUMP"; then
5461 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5462else
5463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464for as_dir in $PATH
5465do
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
81ecdfbb 5468 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5470 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5472 break 2
5473 fi
5474done
81ecdfbb
RW
5475 done
5476IFS=$as_save_IFS
718a6fd8
SE
5477
5478fi
5479fi
5480OBJDUMP=$ac_cv_prog_OBJDUMP
5481if test -n "$OBJDUMP"; then
81ecdfbb
RW
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5483$as_echo "$OBJDUMP" >&6; }
718a6fd8 5484else
81ecdfbb
RW
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5486$as_echo "no" >&6; }
718a6fd8
SE
5487fi
5488
81ecdfbb 5489
718a6fd8
SE
5490fi
5491if test -z "$ac_cv_prog_OBJDUMP"; then
5492 ac_ct_OBJDUMP=$OBJDUMP
5493 # Extract the first word of "objdump", so it can be a program name with args.
5494set dummy objdump; ac_word=$2
81ecdfbb
RW
5495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5496$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5497if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 5498 $as_echo_n "(cached) " >&6
718a6fd8
SE
5499else
5500 if test -n "$ac_ct_OBJDUMP"; then
5501 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5502else
5503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504for as_dir in $PATH
5505do
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
81ecdfbb 5508 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5510 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5512 break 2
5513 fi
5514done
81ecdfbb
RW
5515 done
5516IFS=$as_save_IFS
718a6fd8 5517
718a6fd8
SE
5518fi
5519fi
5520ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5521if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5523$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5524else
81ecdfbb
RW
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5526$as_echo "no" >&6; }
718a6fd8
SE
5527fi
5528
81ecdfbb
RW
5529 if test "x$ac_ct_OBJDUMP" = x; then
5530 OBJDUMP="false"
5531 else
5532 case $cross_compiling:$ac_tool_warned in
5533yes:)
5534{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5535$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5536ac_tool_warned=yes ;;
5537esac
5538 OBJDUMP=$ac_ct_OBJDUMP
5539 fi
718a6fd8
SE
5540else
5541 OBJDUMP="$ac_cv_prog_OBJDUMP"
5542fi
5543
5544test -z "$OBJDUMP" && OBJDUMP=objdump
5545
5546
5547
5548
5549
5550
5551
5552
13b2be9c 5553
81ecdfbb
RW
5554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5555$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 5556if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 5557 $as_echo_n "(cached) " >&6
d7040cdb 5558else
ce2cded5
L
5559 lt_cv_file_magic_cmd='$MAGIC_CMD'
5560lt_cv_file_magic_test_file=
5561lt_cv_deplibs_check_method='unknown'
5562# Need to set the preceding variable on all platforms that support
5563# interlibrary dependencies.
5564# 'none' -- dependencies not supported.
5565# `unknown' -- same as none, but documents that we really don't know.
5566# 'pass_all' -- all dependencies passed with no checks.
5567# 'test_compile' -- check by making test program.
5568# 'file_magic [[regex]]' -- check by looking for files in library path
5569# which responds to the $file_magic_cmd with a given extended regex.
5570# If you have `file' or equivalent on your system and you're not sure
5571# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 5572
ce2cded5 5573case $host_os in
50e7d84b 5574aix[4-9]*)
ce2cded5
L
5575 lt_cv_deplibs_check_method=pass_all
5576 ;;
d7040cdb 5577
ce2cded5
L
5578beos*)
5579 lt_cv_deplibs_check_method=pass_all
5580 ;;
d7040cdb 5581
ce2cded5
L
5582bsdi[45]*)
5583 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5584 lt_cv_file_magic_cmd='/usr/bin/file -L'
5585 lt_cv_file_magic_test_file=/shlib/libc.so
5586 ;;
d7040cdb 5587
ce2cded5
L
5588cygwin*)
5589 # func_win32_libid is a shell function defined in ltmain.sh
5590 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5591 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 5592 ;;
ce2cded5
L
5593
5594mingw* | pw32*)
5595 # Base MSYS/MinGW do not provide the 'file' command needed by
5596 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5597 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5598 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5599 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
5600 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5601 lt_cv_file_magic_cmd='func_win32_libid'
5602 else
f2c621e4 5603 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
5604 lt_cv_file_magic_cmd='$OBJDUMP -f'
5605 fi
d7040cdb 5606 ;;
ce2cded5 5607
3725885a 5608cegcc*)
718a6fd8
SE
5609 # use the weaker test based on 'objdump'. See mingw*.
5610 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5611 lt_cv_file_magic_cmd='$OBJDUMP -f'
5612 ;;
5613
ce2cded5
L
5614darwin* | rhapsody*)
5615 lt_cv_deplibs_check_method=pass_all
5616 ;;
5617
5618freebsd* | dragonfly*)
5619 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5620 case $host_cpu in
5621 i*86 )
5622 # Not sure whether the presence of OpenBSD here was a mistake.
5623 # Let's accept both of them until this is cleared up.
5624 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5627 ;;
5628 esac
5629 else
5630 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5631 fi
5632 ;;
ce2cded5
L
5633
5634gnu*)
5635 lt_cv_deplibs_check_method=pass_all
d7040cdb 5636 ;;
ce2cded5 5637
3725885a
RW
5638haiku*)
5639 lt_cv_deplibs_check_method=pass_all
5640 ;;
5641
ce2cded5
L
5642hpux10.20* | hpux11*)
5643 lt_cv_file_magic_cmd=/usr/bin/file
5644 case $host_cpu in
5645 ia64*)
5646 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5647 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5648 ;;
5649 hppa*64*)
3725885a 5650 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
5651 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5652 ;;
5653 *)
3725885a 5654 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
5655 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5656 ;;
5657 esac
d7040cdb 5658 ;;
ce2cded5
L
5659
5660interix[3-9]*)
5661 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5662 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 5663 ;;
ce2cded5
L
5664
5665irix5* | irix6* | nonstopux*)
5666 case $LD in
5667 *-32|*"-32 ") libmagic=32-bit;;
5668 *-n32|*"-n32 ") libmagic=N32;;
5669 *-64|*"-64 ") libmagic=64-bit;;
5670 *) libmagic=never-match;;
5671 esac
5672 lt_cv_deplibs_check_method=pass_all
d7040cdb 5673 ;;
ce2cded5
L
5674
5675# This must be Linux ELF.
58e24671 5676linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 5677 lt_cv_deplibs_check_method=pass_all
d7040cdb 5678 ;;
ce2cded5
L
5679
5680netbsd*)
5681 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5683 else
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5685 fi
d7040cdb 5686 ;;
ce2cded5
L
5687
5688newos6*)
5689 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5690 lt_cv_file_magic_cmd=/usr/bin/file
5691 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 5692 ;;
76a27922 5693
ce2cded5
L
5694*nto* | *qnx*)
5695 lt_cv_deplibs_check_method=pass_all
5696 ;;
d6d788bd 5697
ce2cded5
L
5698openbsd*)
5699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5701 else
5702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5703 fi
5704 ;;
44f2f9d2 5705
ce2cded5
L
5706osf3* | osf4* | osf5*)
5707 lt_cv_deplibs_check_method=pass_all
5708 ;;
44f2f9d2 5709
ce2cded5
L
5710rdos*)
5711 lt_cv_deplibs_check_method=pass_all
5712 ;;
5713
5714solaris*)
5715 lt_cv_deplibs_check_method=pass_all
5716 ;;
5717
5718sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5719 lt_cv_deplibs_check_method=pass_all
5720 ;;
5721
5722sysv4 | sysv4.3*)
5723 case $host_vendor in
5724 motorola)
5725 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]'
5726 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5727 ;;
5728 ncr)
5729 lt_cv_deplibs_check_method=pass_all
5730 ;;
5731 sequent)
5732 lt_cv_file_magic_cmd='/bin/file'
5733 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5734 ;;
5735 sni)
5736 lt_cv_file_magic_cmd='/bin/file'
5737 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5738 lt_cv_file_magic_test_file=/lib/libc.so
5739 ;;
5740 siemens)
5741 lt_cv_deplibs_check_method=pass_all
5742 ;;
5743 pc)
5744 lt_cv_deplibs_check_method=pass_all
5745 ;;
5746 esac
5747 ;;
5748
5749tpf*)
5750 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5751 ;;
5752esac
5753
ce2cded5 5754fi
81ecdfbb
RW
5755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5756$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
5757file_magic_cmd=$lt_cv_file_magic_cmd
5758deplibs_check_method=$lt_cv_deplibs_check_method
5759test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 5760
d7040cdb 5761
d7040cdb 5762
d7040cdb 5763
d7040cdb 5764
44f2f9d2 5765
d7040cdb 5766
d7040cdb 5767
d7040cdb 5768
d7040cdb 5769
44f2f9d2 5770
d7040cdb 5771
a4966cd9
L
5772plugin_option=
5773plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5774for plugin in $plugin_names; do
5775 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5776 if test x$plugin_so = x$plugin; then
5777 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5778 fi
5779 if test x$plugin_so != x$plugin; then
5780 plugin_option="--plugin $plugin_so"
5781 break
5782 fi
5783done
5784
ce2cded5 5785if test -n "$ac_tool_prefix"; then
f2c621e4
AS
5786 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5787set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
5788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5789$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5790if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 5791 $as_echo_n "(cached) " >&6
ce2cded5
L
5792else
5793 if test -n "$AR"; then
5794 ac_cv_prog_AR="$AR" # Let the user override the test.
5795else
5796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5797for as_dir in $PATH
5798do
5799 IFS=$as_save_IFS
5800 test -z "$as_dir" && as_dir=.
81ecdfbb 5801 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 5803 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 5804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 5805 break 2
d7040cdb
SE
5806 fi
5807done
81ecdfbb
RW
5808 done
5809IFS=$as_save_IFS
44f2f9d2 5810
ce2cded5
L
5811fi
5812fi
5813AR=$ac_cv_prog_AR
5814if test -n "$AR"; then
81ecdfbb
RW
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5816$as_echo "$AR" >&6; }
ce2cded5 5817else
81ecdfbb
RW
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5819$as_echo "no" >&6; }
44f2f9d2 5820fi
d7040cdb 5821
81ecdfbb 5822
d7040cdb 5823fi
f2c621e4 5824if test -z "$ac_cv_prog_AR"; then
ce2cded5 5825 ac_ct_AR=$AR
f2c621e4
AS
5826 # Extract the first word of "ar", so it can be a program name with args.
5827set dummy ar; ac_word=$2
81ecdfbb
RW
5828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5829$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5830if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 5831 $as_echo_n "(cached) " >&6
44f2f9d2 5832else
ce2cded5
L
5833 if test -n "$ac_ct_AR"; then
5834 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5835else
5836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5837for as_dir in $PATH
5838do
5839 IFS=$as_save_IFS
5840 test -z "$as_dir" && as_dir=.
81ecdfbb 5841 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 5843 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5845 break 2
5846 fi
5847done
81ecdfbb
RW
5848 done
5849IFS=$as_save_IFS
ce2cded5 5850
ce2cded5
L
5851fi
5852fi
5853ac_ct_AR=$ac_cv_prog_ac_ct_AR
5854if test -n "$ac_ct_AR"; then
81ecdfbb
RW
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5856$as_echo "$ac_ct_AR" >&6; }
ce2cded5 5857else
81ecdfbb
RW
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5859$as_echo "no" >&6; }
d7040cdb 5860fi
44f2f9d2 5861
81ecdfbb
RW
5862 if test "x$ac_ct_AR" = x; then
5863 AR="false"
5864 else
5865 case $cross_compiling:$ac_tool_warned in
5866yes:)
5867{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5868$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5869ac_tool_warned=yes ;;
5870esac
5871 AR=$ac_ct_AR
5872 fi
df7b86aa 5873else
f2c621e4
AS
5874 AR="$ac_cv_prog_AR"
5875fi
df7b86aa 5876
f2c621e4 5877test -z "$AR" && AR=ar
a4966cd9
L
5878if test -n "$plugin_option"; then
5879 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
5880 touch conftest.c
5881 $AR $plugin_option rc conftest.a conftest.c
5882 if test "$?" != 0; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5884$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5885 else
5886 AR="$AR $plugin_option"
5887 fi
5888 rm -f conftest.*
a4966cd9
L
5889 fi
5890fi
f2c621e4 5891test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 5892
df7b86aa 5893
df7b86aa 5894
df7b86aa 5895
df7b86aa
NC
5896
5897
5898
5899
5900
5901
d7040cdb 5902
ce2cded5
L
5903if test -n "$ac_tool_prefix"; then
5904 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5905set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
5906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5908if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 5909 $as_echo_n "(cached) " >&6
ce2cded5
L
5910else
5911 if test -n "$STRIP"; then
5912 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5913else
5914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915for as_dir in $PATH
5916do
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
81ecdfbb 5919 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5921 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5923 break 2
5924 fi
5925done
81ecdfbb
RW
5926 done
5927IFS=$as_save_IFS
d7040cdb 5928
ce2cded5
L
5929fi
5930fi
5931STRIP=$ac_cv_prog_STRIP
5932if test -n "$STRIP"; then
81ecdfbb
RW
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5934$as_echo "$STRIP" >&6; }
ce2cded5 5935else
81ecdfbb
RW
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937$as_echo "no" >&6; }
ce2cded5 5938fi
d7040cdb 5939
81ecdfbb 5940
ce2cded5
L
5941fi
5942if test -z "$ac_cv_prog_STRIP"; then
5943 ac_ct_STRIP=$STRIP
5944 # Extract the first word of "strip", so it can be a program name with args.
5945set dummy strip; ac_word=$2
81ecdfbb
RW
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5947$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5948if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 5949 $as_echo_n "(cached) " >&6
ce2cded5
L
5950else
5951 if test -n "$ac_ct_STRIP"; then
5952 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5953else
5954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5955for as_dir in $PATH
5956do
5957 IFS=$as_save_IFS
5958 test -z "$as_dir" && as_dir=.
81ecdfbb 5959 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5961 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 5962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5963 break 2
5964 fi
5965done
81ecdfbb
RW
5966 done
5967IFS=$as_save_IFS
d7040cdb 5968
ce2cded5
L
5969fi
5970fi
5971ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5972if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5974$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 5975else
81ecdfbb
RW
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5977$as_echo "no" >&6; }
ce2cded5 5978fi
d7040cdb 5979
81ecdfbb
RW
5980 if test "x$ac_ct_STRIP" = x; then
5981 STRIP=":"
5982 else
5983 case $cross_compiling:$ac_tool_warned in
5984yes:)
5985{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5986$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5987ac_tool_warned=yes ;;
5988esac
5989 STRIP=$ac_ct_STRIP
5990 fi
ce2cded5
L
5991else
5992 STRIP="$ac_cv_prog_STRIP"
5993fi
d7040cdb 5994
ce2cded5 5995test -z "$STRIP" && STRIP=:
d7040cdb 5996
d7040cdb 5997
d7040cdb 5998
d7040cdb 5999
d7040cdb 6000
d7040cdb 6001
ce2cded5
L
6002if test -n "$ac_tool_prefix"; then
6003 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6004set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6006$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6007if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6008 $as_echo_n "(cached) " >&6
44f2f9d2 6009else
ce2cded5
L
6010 if test -n "$RANLIB"; then
6011 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6012else
6013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014for as_dir in $PATH
6015do
6016 IFS=$as_save_IFS
6017 test -z "$as_dir" && as_dir=.
81ecdfbb 6018 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6020 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6022 break 2
6023 fi
6024done
81ecdfbb
RW
6025 done
6026IFS=$as_save_IFS
44f2f9d2 6027
d7040cdb 6028fi
44f2f9d2 6029fi
ce2cded5
L
6030RANLIB=$ac_cv_prog_RANLIB
6031if test -n "$RANLIB"; then
81ecdfbb
RW
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6033$as_echo "$RANLIB" >&6; }
ce2cded5 6034else
81ecdfbb
RW
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6036$as_echo "no" >&6; }
ce2cded5 6037fi
d7040cdb 6038
81ecdfbb 6039
d7040cdb 6040fi
ce2cded5
L
6041if test -z "$ac_cv_prog_RANLIB"; then
6042 ac_ct_RANLIB=$RANLIB
6043 # Extract the first word of "ranlib", so it can be a program name with args.
6044set dummy ranlib; ac_word=$2
81ecdfbb
RW
6045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6046$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6047if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6048 $as_echo_n "(cached) " >&6
44f2f9d2 6049else
ce2cded5
L
6050 if test -n "$ac_ct_RANLIB"; then
6051 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6052else
6053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054for as_dir in $PATH
d7040cdb 6055do
ce2cded5
L
6056 IFS=$as_save_IFS
6057 test -z "$as_dir" && as_dir=.
81ecdfbb 6058 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 6060 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6062 break 2
d7040cdb 6063 fi
ce2cded5 6064done
81ecdfbb
RW
6065 done
6066IFS=$as_save_IFS
ce2cded5 6067
d7040cdb 6068fi
ce2cded5
L
6069fi
6070ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6071if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6073$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6074else
81ecdfbb
RW
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076$as_echo "no" >&6; }
44f2f9d2 6077fi
44f2f9d2 6078
81ecdfbb
RW
6079 if test "x$ac_ct_RANLIB" = x; then
6080 RANLIB=":"
6081 else
6082 case $cross_compiling:$ac_tool_warned in
6083yes:)
6084{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6085$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6086ac_tool_warned=yes ;;
6087esac
6088 RANLIB=$ac_ct_RANLIB
6089 fi
d7040cdb 6090else
ce2cded5 6091 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6092fi
252b5132 6093
ce2cded5 6094test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6095if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6096 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6097 RANLIB="$RANLIB $plugin_option"
6098 fi
6099fi
252b5132 6100
252b5132 6101
ae57792d 6102
252b5132 6103
13b2be9c 6104
14ee9f48 6105
ce2cded5 6106# Determine commands to create old-style static archives.
718a6fd8 6107old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6108old_postinstall_cmds='chmod 644 $oldlib'
6109old_postuninstall_cmds=
14ee9f48 6110
ce2cded5
L
6111if test -n "$RANLIB"; then
6112 case $host_os in
6113 openbsd*)
6114 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6115 ;;
6116 *)
6117 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6118 ;;
6119 esac
6120 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6121fi
14ee9f48 6122
3725885a
RW
6123case $host_os in
6124 darwin*)
6125 lock_old_archive_extraction=yes ;;
6126 *)
6127 lock_old_archive_extraction=no ;;
6128esac
6129
6130
6131
6132
6133
6134
f8fc3443 6135
f8fc3443 6136
252b5132 6137
85fbca6a 6138
85fbca6a 6139
13b2be9c 6140
13b2be9c 6141
d7040cdb 6142
d7040cdb
SE
6143
6144
6145
252b5132 6146
93fbbb04 6147
93fbbb04 6148
d70c5fc7 6149
e0001a05 6150
252b5132 6151
252b5132 6152
252b5132 6153
252b5132 6154
252b5132 6155
3bcbcc3d 6156
252b5132 6157
252b5132 6158
252b5132 6159
15886821 6160
252b5132 6161
252b5132 6162
13b2be9c
DJ
6163
6164
252b5132 6165
252b5132 6166
d6d788bd 6167
ce2cded5
L
6168# If no C compiler was specified, use CC.
6169LTCC=${LTCC-"$CC"}
252b5132 6170
ce2cded5
L
6171# If no C compiler flags were specified, use CFLAGS.
6172LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6173
ce2cded5
L
6174# Allow CC to be a program name with arguments.
6175compiler=$CC
252b5132 6176
252b5132 6177
ce2cded5 6178# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6180$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6181if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6182 $as_echo_n "(cached) " >&6
ce2cded5 6183else
252b5132 6184
ce2cded5
L
6185# These are sane defaults that work on at least a few old systems.
6186# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6187
ce2cded5
L
6188# Character class describing NM global symbol codes.
6189symcode='[BCDEGRST]'
252b5132 6190
ce2cded5
L
6191# Regexp to match symbols that can be accessed directly from C.
6192sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6193
ce2cded5
L
6194# Define system-specific variables.
6195case $host_os in
6196aix*)
6197 symcode='[BCDT]'
6198 ;;
718a6fd8 6199cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6200 symcode='[ABCDGISTW]'
6201 ;;
6202hpux*)
6203 if test "$host_cpu" = ia64; then
6204 symcode='[ABCDEGRST]'
6205 fi
6206 ;;
6207irix* | nonstopux*)
6208 symcode='[BCDEGRST]'
6209 ;;
6210osf*)
6211 symcode='[BCDEGQRST]'
6212 ;;
6213solaris*)
b9004024 6214 symcode='[BCDRT]'
ce2cded5
L
6215 ;;
6216sco3.2v5*)
6217 symcode='[DT]'
6218 ;;
6219sysv4.2uw2*)
6220 symcode='[DT]'
6221 ;;
6222sysv5* | sco5v6* | unixware* | OpenUNIX*)
6223 symcode='[ABDT]'
6224 ;;
6225sysv4)
6226 symcode='[DFNSTU]'
6227 ;;
6228esac
6229
6230# If we're using GNU nm, then use its standard symbol codes.
6231case `$NM -V 2>&1` in
6232*GNU* | *'with BFD'*)
6233 symcode='[ABCDGIRSTW]' ;;
6234esac
252b5132 6235
ce2cded5
L
6236# Transform an extracted symbol line into a proper C declaration.
6237# Some systems (esp. on ia64) link data and code symbols differently,
6238# so use this general approach.
6239lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6240
ce2cded5 6241# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6242lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6243lt_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 6244
7357c5b6
AM
6245# Handle CRLF in mingw tool chain
6246opt_cr=
6247case $build_os in
6248mingw*)
6249 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6250 ;;
6251esac
d7040cdb 6252
7357c5b6
AM
6253# Try without a prefix underscore, then with it.
6254for ac_symprfx in "" "_"; do
d7040cdb 6255
7357c5b6
AM
6256 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6257 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6258
7357c5b6
AM
6259 # Write the raw and C identifiers.
6260 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6261 # Fake it for dumpbin and say T for any non-static function
6262 # and D for any global variable.
6263 # Also find C++ and __fastcall symbols from MSVC++,
6264 # which start with @ or ?.
6265 lt_cv_sys_global_symbol_pipe="$AWK '"\
6266" {last_section=section; section=\$ 3};"\
6267" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6268" \$ 0!~/External *\|/{next};"\
6269" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6270" {if(hide[section]) next};"\
6271" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6272" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6273" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6274" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6275" ' prfx=^$ac_symprfx"
6276 else
6277 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6278 fi
d7040cdb 6279
7357c5b6
AM
6280 # Check to see that the pipe works correctly.
6281 pipe_works=no
d7040cdb 6282
7357c5b6
AM
6283 rm -f conftest*
6284 cat > conftest.$ac_ext <<_LT_EOF
6285#ifdef __cplusplus
6286extern "C" {
6287#endif
6288char nm_test_var;
6289void nm_test_func(void);
6290void nm_test_func(void){}
6291#ifdef __cplusplus
ce2cded5 6292}
7357c5b6
AM
6293#endif
6294int main(){nm_test_var='a';nm_test_func();return(0);}
6295_LT_EOF
6296
81ecdfbb 6297 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6298 (eval $ac_compile) 2>&5
ce2cded5 6299 ac_status=$?
81ecdfbb
RW
6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6301 test $ac_status = 0; }; then
7357c5b6
AM
6302 # Now try to grab the symbols.
6303 nlist=conftest.nm
3725885a
RW
6304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6305 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6306 ac_status=$?
81ecdfbb
RW
6307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6308 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6309 # Try sorting and uniquifying the output.
6310 if sort "$nlist" | uniq > "$nlist"T; then
6311 mv -f "$nlist"T "$nlist"
6312 else
6313 rm -f "$nlist"T
6314 fi
13b2be9c 6315
7357c5b6
AM
6316 # Make sure that we snagged all the symbols we need.
6317 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6318 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6319 cat <<_LT_EOF > conftest.$ac_ext
6320#ifdef __cplusplus
6321extern "C" {
6322#endif
13b2be9c 6323
7357c5b6
AM
6324_LT_EOF
6325 # Now generate the symbol file.
6326 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6327
7357c5b6 6328 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6329
7357c5b6 6330/* The mapping between symbol names and symbols. */
f2c621e4 6331const struct {
7357c5b6
AM
6332 const char *name;
6333 void *address;
6334}
6335lt__PROGRAM__LTX_preloaded_symbols[] =
6336{
6337 { "@PROGRAM@", (void *) 0 },
6338_LT_EOF
6339 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6340 cat <<\_LT_EOF >> conftest.$ac_ext
6341 {0, (void *) 0}
6342};
d7040cdb 6343
7357c5b6
AM
6344/* This works around a problem in FreeBSD linker */
6345#ifdef FREEBSD_WORKAROUND
6346static const void *lt_preloaded_setup() {
6347 return lt__PROGRAM__LTX_preloaded_symbols;
6348}
ce2cded5 6349#endif
d7040cdb 6350
7357c5b6 6351#ifdef __cplusplus
ce2cded5 6352}
7357c5b6
AM
6353#endif
6354_LT_EOF
6355 # Now try linking the two files.
6356 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6357 lt_save_LIBS="$LIBS"
6358 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6359 LIBS="conftstm.$ac_objext"
6360 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6362 (eval $ac_link) 2>&5
6363 ac_status=$?
81ecdfbb
RW
6364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6365 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6366 pipe_works=yes
6367 fi
f2c621e4
AS
6368 LIBS="$lt_save_LIBS"
6369 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6370 else
6371 echo "cannot find nm_test_func in $nlist" >&5
6372 fi
6373 else
6374 echo "cannot find nm_test_var in $nlist" >&5
6375 fi
6376 else
6377 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6378 fi
6379 else
6380 echo "$progname: failed program was:" >&5
6381 cat conftest.$ac_ext >&5
6382 fi
718a6fd8 6383 rm -rf conftest* conftst*
7357c5b6
AM
6384
6385 # Do not use the global_symbol_pipe unless it works.
6386 if test "$pipe_works" = yes; then
6387 break
6388 else
6389 lt_cv_sys_global_symbol_pipe=
6390 fi
6391done
d7040cdb 6392
ce2cded5 6393fi
7357c5b6
AM
6394
6395if test -z "$lt_cv_sys_global_symbol_pipe"; then
6396 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6397fi
7357c5b6 6398if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6400$as_echo "failed" >&6; }
7357c5b6 6401else
81ecdfbb
RW
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6403$as_echo "ok" >&6; }
ce2cded5 6404fi
d7040cdb 6405
df7b86aa
NC
6406
6407
6408
d7040cdb 6409
d7040cdb 6410
d7040cdb 6411
d7040cdb 6412
d7040cdb 6413
d7040cdb 6414
d7040cdb 6415
d7040cdb 6416
d7040cdb 6417
d7040cdb 6418
d7040cdb 6419
7357c5b6
AM
6420
6421
718a6fd8
SE
6422
6423
6424
7357c5b6
AM
6425
6426
81ecdfbb
RW
6427# Check whether --enable-libtool-lock was given.
6428if test "${enable_libtool_lock+set}" = set; then :
6429 enableval=$enable_libtool_lock;
6430fi
7357c5b6 6431
7357c5b6
AM
6432test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6433
6434# Some flags need to be propagated to the compiler or linker for good
6435# libtool support.
6436case $host in
6437ia64-*-hpux*)
6438 # Find out which ABI we are using.
6439 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6441 (eval $ac_compile) 2>&5
6442 ac_status=$?
81ecdfbb
RW
6443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6444 test $ac_status = 0; }; then
7357c5b6
AM
6445 case `/usr/bin/file conftest.$ac_objext` in
6446 *ELF-32*)
6447 HPUX_IA64_MODE="32"
6448 ;;
6449 *ELF-64*)
6450 HPUX_IA64_MODE="64"
6451 ;;
6452 esac
6453 fi
6454 rm -rf conftest*
6455 ;;
6456*-*-irix6*)
6457 # Find out which ABI we are using.
3725885a 6458 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6460 (eval $ac_compile) 2>&5
6461 ac_status=$?
81ecdfbb
RW
6462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6463 test $ac_status = 0; }; then
7357c5b6
AM
6464 if test "$lt_cv_prog_gnu_ld" = yes; then
6465 case `/usr/bin/file conftest.$ac_objext` in
6466 *32-bit*)
6467 LD="${LD-ld} -melf32bsmip"
6468 ;;
6469 *N32*)
6470 LD="${LD-ld} -melf32bmipn32"
6471 ;;
6472 *64-bit*)
6473 LD="${LD-ld} -melf64bmip"
6474 ;;
6475 esac
6476 else
6477 case `/usr/bin/file conftest.$ac_objext` in
6478 *32-bit*)
6479 LD="${LD-ld} -32"
6480 ;;
6481 *N32*)
6482 LD="${LD-ld} -n32"
6483 ;;
6484 *64-bit*)
6485 LD="${LD-ld} -64"
6486 ;;
6487 esac
6488 fi
6489 fi
6490 rm -rf conftest*
6491 ;;
6492
cc9afea3 6493x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6494s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6495 # Find out which ABI we are using.
6496 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6498 (eval $ac_compile) 2>&5
6499 ac_status=$?
81ecdfbb
RW
6500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6501 test $ac_status = 0; }; then
7357c5b6
AM
6502 case `/usr/bin/file conftest.o` in
6503 *32-bit*)
6504 case $host in
6505 x86_64-*kfreebsd*-gnu)
6506 LD="${LD-ld} -m elf_i386_fbsd"
6507 ;;
6508 x86_64-*linux*)
6d2920c8
L
6509 case `/usr/bin/file conftest.o` in
6510 *x86-64*)
6511 LD="${LD-ld} -m elf32_x86_64"
6512 ;;
6513 *)
6514 LD="${LD-ld} -m elf_i386"
6515 ;;
6516 esac
7357c5b6 6517 ;;
cc9afea3
AM
6518 powerpc64le-*linux*)
6519 LD="${LD-ld} -m elf32lppclinux"
6520 ;;
6521 powerpc64-*linux*)
7357c5b6
AM
6522 LD="${LD-ld} -m elf32ppclinux"
6523 ;;
6524 s390x-*linux*)
6525 LD="${LD-ld} -m elf_s390"
6526 ;;
6527 sparc64-*linux*)
6528 LD="${LD-ld} -m elf32_sparc"
6529 ;;
6530 esac
6531 ;;
6532 *64-bit*)
6533 case $host in
6534 x86_64-*kfreebsd*-gnu)
6535 LD="${LD-ld} -m elf_x86_64_fbsd"
6536 ;;
6537 x86_64-*linux*)
6538 LD="${LD-ld} -m elf_x86_64"
6539 ;;
cc9afea3
AM
6540 powerpcle-*linux*)
6541 LD="${LD-ld} -m elf64lppc"
6542 ;;
6543 powerpc-*linux*)
7357c5b6
AM
6544 LD="${LD-ld} -m elf64ppc"
6545 ;;
6546 s390*-*linux*|s390*-*tpf*)
6547 LD="${LD-ld} -m elf64_s390"
6548 ;;
6549 sparc*-*linux*)
6550 LD="${LD-ld} -m elf64_sparc"
6551 ;;
6552 esac
6553 ;;
6554 esac
6555 fi
6556 rm -rf conftest*
6557 ;;
6558
6559*-*-sco3.2v5*)
6560 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6561 SAVE_CFLAGS="$CFLAGS"
6562 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6564$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 6565if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 6566 $as_echo_n "(cached) " >&6
ce2cded5 6567else
7357c5b6
AM
6568 ac_ext=c
6569ac_cpp='$CPP $CPPFLAGS'
6570ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6571ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6572ac_compiler_gnu=$ac_cv_c_compiler_gnu
6573
81ecdfbb 6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 6575/* end confdefs.h. */
d7040cdb 6576
7357c5b6
AM
6577int
6578main ()
6579{
6580
6581 ;
6582 return 0;
6583}
ce2cded5 6584_ACEOF
81ecdfbb 6585if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6586 lt_cv_cc_needs_belf=yes
ce2cded5 6587else
81ecdfbb 6588 lt_cv_cc_needs_belf=no
ce2cded5 6589fi
81ecdfbb
RW
6590rm -f core conftest.err conftest.$ac_objext \
6591 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6592 ac_ext=c
6593ac_cpp='$CPP $CPPFLAGS'
6594ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6595ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6596ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6597
ce2cded5 6598fi
81ecdfbb
RW
6599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6600$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
6601 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6602 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6603 CFLAGS="$SAVE_CFLAGS"
6604 fi
6605 ;;
6606sparc*-*solaris*)
6607 # Find out which ABI we are using.
6608 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6609 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6610 (eval $ac_compile) 2>&5
6611 ac_status=$?
81ecdfbb
RW
6612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6613 test $ac_status = 0; }; then
7357c5b6
AM
6614 case `/usr/bin/file conftest.o` in
6615 *64-bit*)
6616 case $lt_cv_prog_gnu_ld in
6617 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
6618 *)
6619 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6620 LD="${LD-ld} -64"
6621 fi
6622 ;;
7357c5b6
AM
6623 esac
6624 ;;
6625 esac
6626 fi
6627 rm -rf conftest*
6628 ;;
6629esac
d7040cdb 6630
df7b86aa
NC
6631need_locks="$enable_libtool_lock"
6632
718a6fd8
SE
6633
6634 case $host_os in
6635 rhapsody* | darwin*)
6636 if test -n "$ac_tool_prefix"; then
6637 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6638set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6640$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6641if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 6642 $as_echo_n "(cached) " >&6
718a6fd8
SE
6643else
6644 if test -n "$DSYMUTIL"; then
6645 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6646else
6647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6648for as_dir in $PATH
6649do
6650 IFS=$as_save_IFS
6651 test -z "$as_dir" && as_dir=.
81ecdfbb 6652 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6654 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 6655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6656 break 2
6657 fi
6658done
81ecdfbb
RW
6659 done
6660IFS=$as_save_IFS
718a6fd8
SE
6661
6662fi
6663fi
6664DSYMUTIL=$ac_cv_prog_DSYMUTIL
6665if test -n "$DSYMUTIL"; then
81ecdfbb
RW
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6667$as_echo "$DSYMUTIL" >&6; }
718a6fd8 6668else
81ecdfbb
RW
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6670$as_echo "no" >&6; }
718a6fd8
SE
6671fi
6672
81ecdfbb 6673
718a6fd8
SE
6674fi
6675if test -z "$ac_cv_prog_DSYMUTIL"; then
6676 ac_ct_DSYMUTIL=$DSYMUTIL
6677 # Extract the first word of "dsymutil", so it can be a program name with args.
6678set dummy dsymutil; ac_word=$2
81ecdfbb
RW
6679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6680$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6681if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 6682 $as_echo_n "(cached) " >&6
718a6fd8
SE
6683else
6684 if test -n "$ac_ct_DSYMUTIL"; then
6685 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6686else
6687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6688for as_dir in $PATH
6689do
6690 IFS=$as_save_IFS
6691 test -z "$as_dir" && as_dir=.
81ecdfbb 6692 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6694 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 6695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6696 break 2
6697 fi
6698done
81ecdfbb
RW
6699 done
6700IFS=$as_save_IFS
718a6fd8 6701
718a6fd8
SE
6702fi
6703fi
6704ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6705if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6707$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 6708else
81ecdfbb
RW
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6710$as_echo "no" >&6; }
718a6fd8
SE
6711fi
6712
81ecdfbb
RW
6713 if test "x$ac_ct_DSYMUTIL" = x; then
6714 DSYMUTIL=":"
6715 else
6716 case $cross_compiling:$ac_tool_warned in
6717yes:)
6718{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6719$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6720ac_tool_warned=yes ;;
6721esac
6722 DSYMUTIL=$ac_ct_DSYMUTIL
6723 fi
718a6fd8
SE
6724else
6725 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6726fi
6727
6728 if test -n "$ac_tool_prefix"; then
6729 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6730set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
6731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6732$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6733if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 6734 $as_echo_n "(cached) " >&6
718a6fd8
SE
6735else
6736 if test -n "$NMEDIT"; then
6737 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6738else
6739as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6740for as_dir in $PATH
6741do
6742 IFS=$as_save_IFS
6743 test -z "$as_dir" && as_dir=.
81ecdfbb 6744 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6746 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 6747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6748 break 2
6749 fi
6750done
81ecdfbb
RW
6751 done
6752IFS=$as_save_IFS
718a6fd8
SE
6753
6754fi
6755fi
6756NMEDIT=$ac_cv_prog_NMEDIT
6757if test -n "$NMEDIT"; then
81ecdfbb
RW
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6759$as_echo "$NMEDIT" >&6; }
718a6fd8 6760else
81ecdfbb
RW
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762$as_echo "no" >&6; }
718a6fd8
SE
6763fi
6764
81ecdfbb 6765
718a6fd8
SE
6766fi
6767if test -z "$ac_cv_prog_NMEDIT"; then
6768 ac_ct_NMEDIT=$NMEDIT
6769 # Extract the first word of "nmedit", so it can be a program name with args.
6770set dummy nmedit; ac_word=$2
81ecdfbb
RW
6771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6772$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6773if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 6774 $as_echo_n "(cached) " >&6
718a6fd8
SE
6775else
6776 if test -n "$ac_ct_NMEDIT"; then
6777 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6778else
6779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780for as_dir in $PATH
6781do
6782 IFS=$as_save_IFS
6783 test -z "$as_dir" && as_dir=.
81ecdfbb 6784 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6786 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 6787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6788 break 2
6789 fi
6790done
81ecdfbb
RW
6791 done
6792IFS=$as_save_IFS
718a6fd8 6793
718a6fd8
SE
6794fi
6795fi
6796ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6797if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6799$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 6800else
81ecdfbb
RW
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6802$as_echo "no" >&6; }
718a6fd8
SE
6803fi
6804
81ecdfbb
RW
6805 if test "x$ac_ct_NMEDIT" = x; then
6806 NMEDIT=":"
6807 else
6808 case $cross_compiling:$ac_tool_warned in
6809yes:)
6810{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6811$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6812ac_tool_warned=yes ;;
6813esac
6814 NMEDIT=$ac_ct_NMEDIT
6815 fi
718a6fd8
SE
6816else
6817 NMEDIT="$ac_cv_prog_NMEDIT"
6818fi
6819
6820 if test -n "$ac_tool_prefix"; then
6821 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6822set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
6823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6824$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6825if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 6826 $as_echo_n "(cached) " >&6
718a6fd8
SE
6827else
6828 if test -n "$LIPO"; then
6829 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6830else
6831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6832for as_dir in $PATH
6833do
6834 IFS=$as_save_IFS
6835 test -z "$as_dir" && as_dir=.
81ecdfbb 6836 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6838 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 6839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6840 break 2
6841 fi
6842done
81ecdfbb
RW
6843 done
6844IFS=$as_save_IFS
718a6fd8
SE
6845
6846fi
6847fi
6848LIPO=$ac_cv_prog_LIPO
6849if test -n "$LIPO"; then
81ecdfbb
RW
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6851$as_echo "$LIPO" >&6; }
718a6fd8 6852else
81ecdfbb
RW
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854$as_echo "no" >&6; }
718a6fd8
SE
6855fi
6856
81ecdfbb 6857
718a6fd8
SE
6858fi
6859if test -z "$ac_cv_prog_LIPO"; then
6860 ac_ct_LIPO=$LIPO
6861 # Extract the first word of "lipo", so it can be a program name with args.
6862set dummy lipo; ac_word=$2
81ecdfbb
RW
6863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6864$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6865if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 6866 $as_echo_n "(cached) " >&6
718a6fd8
SE
6867else
6868 if test -n "$ac_ct_LIPO"; then
6869 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6870else
6871as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6872for as_dir in $PATH
6873do
6874 IFS=$as_save_IFS
6875 test -z "$as_dir" && as_dir=.
81ecdfbb 6876 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6877 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6878 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 6879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6880 break 2
6881 fi
6882done
81ecdfbb
RW
6883 done
6884IFS=$as_save_IFS
718a6fd8 6885
718a6fd8
SE
6886fi
6887fi
6888ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6889if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6891$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 6892else
81ecdfbb
RW
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6894$as_echo "no" >&6; }
718a6fd8
SE
6895fi
6896
81ecdfbb
RW
6897 if test "x$ac_ct_LIPO" = x; then
6898 LIPO=":"
6899 else
6900 case $cross_compiling:$ac_tool_warned in
6901yes:)
6902{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6903$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6904ac_tool_warned=yes ;;
6905esac
6906 LIPO=$ac_ct_LIPO
6907 fi
718a6fd8
SE
6908else
6909 LIPO="$ac_cv_prog_LIPO"
6910fi
6911
6912 if test -n "$ac_tool_prefix"; then
6913 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6914set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
6915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6916$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6917if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 6918 $as_echo_n "(cached) " >&6
718a6fd8
SE
6919else
6920 if test -n "$OTOOL"; then
6921 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6922else
6923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924for as_dir in $PATH
6925do
6926 IFS=$as_save_IFS
6927 test -z "$as_dir" && as_dir=.
81ecdfbb 6928 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6930 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 6931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6932 break 2
6933 fi
6934done
81ecdfbb
RW
6935 done
6936IFS=$as_save_IFS
718a6fd8
SE
6937
6938fi
6939fi
6940OTOOL=$ac_cv_prog_OTOOL
6941if test -n "$OTOOL"; then
81ecdfbb
RW
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6943$as_echo "$OTOOL" >&6; }
718a6fd8 6944else
81ecdfbb
RW
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6946$as_echo "no" >&6; }
718a6fd8
SE
6947fi
6948
81ecdfbb 6949
718a6fd8
SE
6950fi
6951if test -z "$ac_cv_prog_OTOOL"; then
6952 ac_ct_OTOOL=$OTOOL
6953 # Extract the first word of "otool", so it can be a program name with args.
6954set dummy otool; ac_word=$2
81ecdfbb
RW
6955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6956$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6957if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 6958 $as_echo_n "(cached) " >&6
718a6fd8
SE
6959else
6960 if test -n "$ac_ct_OTOOL"; then
6961 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6962else
6963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964for as_dir in $PATH
6965do
6966 IFS=$as_save_IFS
6967 test -z "$as_dir" && as_dir=.
81ecdfbb 6968 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6970 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 6971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6972 break 2
6973 fi
6974done
81ecdfbb
RW
6975 done
6976IFS=$as_save_IFS
718a6fd8 6977
718a6fd8
SE
6978fi
6979fi
6980ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6981if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6983$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 6984else
81ecdfbb
RW
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6986$as_echo "no" >&6; }
718a6fd8
SE
6987fi
6988
81ecdfbb
RW
6989 if test "x$ac_ct_OTOOL" = x; then
6990 OTOOL=":"
6991 else
6992 case $cross_compiling:$ac_tool_warned in
6993yes:)
6994{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6995$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6996ac_tool_warned=yes ;;
6997esac
6998 OTOOL=$ac_ct_OTOOL
6999 fi
718a6fd8
SE
7000else
7001 OTOOL="$ac_cv_prog_OTOOL"
7002fi
7003
7004 if test -n "$ac_tool_prefix"; then
7005 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7006set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7008$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7009if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7010 $as_echo_n "(cached) " >&6
718a6fd8
SE
7011else
7012 if test -n "$OTOOL64"; then
7013 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7014else
7015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7016for as_dir in $PATH
7017do
7018 IFS=$as_save_IFS
7019 test -z "$as_dir" && as_dir=.
81ecdfbb 7020 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7022 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7024 break 2
7025 fi
7026done
81ecdfbb
RW
7027 done
7028IFS=$as_save_IFS
718a6fd8
SE
7029
7030fi
7031fi
7032OTOOL64=$ac_cv_prog_OTOOL64
7033if test -n "$OTOOL64"; then
81ecdfbb
RW
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7035$as_echo "$OTOOL64" >&6; }
718a6fd8 7036else
81ecdfbb
RW
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7038$as_echo "no" >&6; }
718a6fd8
SE
7039fi
7040
81ecdfbb 7041
718a6fd8
SE
7042fi
7043if test -z "$ac_cv_prog_OTOOL64"; then
7044 ac_ct_OTOOL64=$OTOOL64
7045 # Extract the first word of "otool64", so it can be a program name with args.
7046set dummy otool64; ac_word=$2
81ecdfbb
RW
7047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7048$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7049if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7050 $as_echo_n "(cached) " >&6
718a6fd8
SE
7051else
7052 if test -n "$ac_ct_OTOOL64"; then
7053 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7054else
7055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7056for as_dir in $PATH
7057do
7058 IFS=$as_save_IFS
7059 test -z "$as_dir" && as_dir=.
81ecdfbb 7060 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7062 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7064 break 2
7065 fi
7066done
81ecdfbb
RW
7067 done
7068IFS=$as_save_IFS
718a6fd8 7069
718a6fd8
SE
7070fi
7071fi
7072ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7073if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7075$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7076else
81ecdfbb
RW
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7078$as_echo "no" >&6; }
718a6fd8
SE
7079fi
7080
81ecdfbb
RW
7081 if test "x$ac_ct_OTOOL64" = x; then
7082 OTOOL64=":"
7083 else
7084 case $cross_compiling:$ac_tool_warned in
7085yes:)
7086{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7087$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7088ac_tool_warned=yes ;;
7089esac
7090 OTOOL64=$ac_ct_OTOOL64
7091 fi
718a6fd8
SE
7092else
7093 OTOOL64="$ac_cv_prog_OTOOL64"
7094fi
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
81ecdfbb
RW
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7123$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7124if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7125 $as_echo_n "(cached) " >&6
718a6fd8
SE
7126else
7127 lt_cv_apple_cc_single_mod=no
7128 if test -z "${LT_MULTI_MODULE}"; then
7129 # By default we will add the -single_module flag. You can override
7130 # by either setting the environment variable LT_MULTI_MODULE
7131 # non-empty at configure time, or by adding -multi_module to the
7132 # link flags.
7133 rm -rf libconftest.dylib*
7134 echo "int foo(void){return 1;}" > conftest.c
7135 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7136-dynamiclib -Wl,-single_module conftest.c" >&5
7137 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7138 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7139 _lt_result=$?
7140 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7141 lt_cv_apple_cc_single_mod=yes
7142 else
7143 cat conftest.err >&5
7144 fi
7145 rm -rf libconftest.dylib*
7146 rm -f conftest.*
7147 fi
7148fi
81ecdfbb
RW
7149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7150$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7152$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7153if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7154 $as_echo_n "(cached) " >&6
718a6fd8
SE
7155else
7156 lt_cv_ld_exported_symbols_list=no
7157 save_LDFLAGS=$LDFLAGS
7158 echo "_main" > conftest.sym
7159 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7161/* end confdefs.h. */
7162
7163int
7164main ()
7165{
7166
7167 ;
7168 return 0;
7169}
7170_ACEOF
81ecdfbb 7171if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7172 lt_cv_ld_exported_symbols_list=yes
7173else
81ecdfbb 7174 lt_cv_ld_exported_symbols_list=no
718a6fd8 7175fi
81ecdfbb
RW
7176rm -f core conftest.err conftest.$ac_objext \
7177 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7178 LDFLAGS="$save_LDFLAGS"
7179
7180fi
81ecdfbb
RW
7181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7182$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7184$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7185if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7186 $as_echo_n "(cached) " >&6
7187else
7188 lt_cv_ld_force_load=no
7189 cat > conftest.c << _LT_EOF
7190int forced_loaded() { return 2;}
7191_LT_EOF
7192 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7193 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7194 echo "$AR cru libconftest.a conftest.o" >&5
7195 $AR cru libconftest.a conftest.o 2>&5
7196 cat > conftest.c << _LT_EOF
7197int main() { return 0;}
7198_LT_EOF
7199 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7200 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7201 _lt_result=$?
7202 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7203 lt_cv_ld_force_load=yes
7204 else
7205 cat conftest.err >&5
7206 fi
7207 rm -f conftest.err libconftest.a conftest conftest.c
7208 rm -rf conftest.dSYM
7209
7210fi
7211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7212$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7213 case $host_os in
7214 rhapsody* | darwin1.[012])
7215 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7216 darwin1.*)
7217 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7218 darwin*) # darwin 5.x on
7219 # if running on 10.5 or later, the deployment target defaults
7220 # to the OS version, if on x86, and 10.4, the deployment
7221 # target defaults to 10.4. Don't you love it?
7222 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7223 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7224 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7225 10.[012][,.]*)
718a6fd8
SE
7226 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7227 10.*)
7228 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7229 esac
7230 ;;
7231 esac
7232 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7233 _lt_dar_single_mod='$single_module'
7234 fi
7235 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7236 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7237 else
7238 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7239 fi
3725885a 7240 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7241 _lt_dsymutil='~$DSYMUTIL $lib || :'
7242 else
7243 _lt_dsymutil=
7244 fi
7245 ;;
7246 esac
7247
718a6fd8 7248for ac_header in dlfcn.h
81ecdfbb
RW
7249do :
7250 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7251"
d0ac1c44 7252if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 7253 cat >>confdefs.h <<_ACEOF
81ecdfbb 7254#define HAVE_DLFCN_H 1
718a6fd8
SE
7255_ACEOF
7256
7257fi
7258
7259done
7260
7261
7262
3725885a
RW
7263
7264
718a6fd8
SE
7265# Set options
7266
7267
7268
7269 enable_dlopen=no
7270
7271
7272 enable_win32_dll=no
7273
7274
81ecdfbb
RW
7275 # Check whether --enable-shared was given.
7276if test "${enable_shared+set}" = set; then :
7277 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7278 case $enableval in
7279 yes) enable_shared=yes ;;
7280 no) enable_shared=no ;;
7281 *)
7282 enable_shared=no
7283 # Look at the argument we got. We use all the common list separators.
7284 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7285 for pkg in $enableval; do
7286 IFS="$lt_save_ifs"
7287 if test "X$pkg" = "X$p"; then
7288 enable_shared=yes
7289 fi
7290 done
7291 IFS="$lt_save_ifs"
7292 ;;
7293 esac
7294else
7295 enable_shared=yes
81ecdfbb
RW
7296fi
7297
718a6fd8
SE
7298
7299
7300
7301
7302
7303
7304
7305
81ecdfbb
RW
7306 # Check whether --enable-static was given.
7307if test "${enable_static+set}" = set; then :
7308 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7309 case $enableval in
7310 yes) enable_static=yes ;;
7311 no) enable_static=no ;;
7312 *)
7313 enable_static=no
7314 # Look at the argument we got. We use all the common list separators.
7315 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7316 for pkg in $enableval; do
7317 IFS="$lt_save_ifs"
7318 if test "X$pkg" = "X$p"; then
7319 enable_static=yes
7320 fi
7321 done
7322 IFS="$lt_save_ifs"
7323 ;;
7324 esac
7325else
7326 enable_static=yes
81ecdfbb
RW
7327fi
7328
718a6fd8
SE
7329
7330
d7040cdb 7331
d7040cdb 7332
718a6fd8
SE
7333
7334
7335
7336
7337
81ecdfbb
RW
7338# Check whether --with-pic was given.
7339if test "${with_pic+set}" = set; then :
7340 withval=$with_pic; pic_mode="$withval"
ce2cded5 7341else
718a6fd8 7342 pic_mode=default
81ecdfbb
RW
7343fi
7344
d7040cdb 7345
718a6fd8
SE
7346test -z "$pic_mode" && pic_mode=default
7347
7348
7349
7350
7351
7352
7353
81ecdfbb
RW
7354 # Check whether --enable-fast-install was given.
7355if test "${enable_fast_install+set}" = set; then :
7356 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7357 case $enableval in
7358 yes) enable_fast_install=yes ;;
7359 no) enable_fast_install=no ;;
7360 *)
7361 enable_fast_install=no
7362 # Look at the argument we got. We use all the common list separators.
7363 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7364 for pkg in $enableval; do
7365 IFS="$lt_save_ifs"
7366 if test "X$pkg" = "X$p"; then
7367 enable_fast_install=yes
7368 fi
7369 done
7370 IFS="$lt_save_ifs"
7371 ;;
7372 esac
ce2cded5 7373else
718a6fd8 7374 enable_fast_install=yes
81ecdfbb
RW
7375fi
7376
718a6fd8
SE
7377
7378
7379
7380
d7040cdb 7381
d7040cdb 7382
d7040cdb 7383
d7040cdb 7384
d7040cdb 7385
d7040cdb 7386
ce2cded5
L
7387# This can be used to rebuild libtool when needed
7388LIBTOOL_DEPS="$ltmain"
d7040cdb 7389
ce2cded5
L
7390# Always use our own libtool.
7391LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7392
d7040cdb 7393
d7040cdb 7394
d7040cdb
SE
7395
7396
7397
7398
7399
7400
d7040cdb 7401
d7040cdb 7402
ab509236 7403
ab509236 7404
d7040cdb
SE
7405
7406
7407
7408
7409
13b2be9c 7410
13b2be9c 7411
13b2be9c 7412
13b2be9c 7413
d7040cdb 7414
3725885a 7415
d7040cdb
SE
7416
7417
ce2cded5 7418test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7419
7420
d7040cdb 7421
d7040cdb 7422
d7040cdb
SE
7423
7424
7425
7426
7427
7428
ce2cded5
L
7429
7430
7431
7432
7433if test -n "${ZSH_VERSION+set}" ; then
7434 setopt NO_GLOB_SUBST
7435fi
7436
81ecdfbb
RW
7437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7438$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7439if ${lt_cv_objdir+:} false; then :
81ecdfbb 7440 $as_echo_n "(cached) " >&6
d7040cdb 7441else
ce2cded5
L
7442 rm -f .libs 2>/dev/null
7443mkdir .libs 2>/dev/null
7444if test -d .libs; then
7445 lt_cv_objdir=.libs
7446else
7447 # MS-DOS does not allow filenames that begin with a dot.
7448 lt_cv_objdir=_libs
d7040cdb 7449fi
ce2cded5
L
7450rmdir .libs 2>/dev/null
7451fi
81ecdfbb
RW
7452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7453$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 7454objdir=$lt_cv_objdir
d7040cdb
SE
7455
7456
7457
7458
d7040cdb 7459
ce2cded5
L
7460cat >>confdefs.h <<_ACEOF
7461#define LT_OBJDIR "$lt_cv_objdir/"
7462_ACEOF
d7040cdb
SE
7463
7464
7465
7466
ce2cded5
L
7467case $host_os in
7468aix3*)
7469 # AIX sometimes has problems with the GCC collect2 program. For some
7470 # reason, if we set the COLLECT_NAMES environment variable, the problems
7471 # vanish in a puff of smoke.
7472 if test "X${COLLECT_NAMES+set}" != Xset; then
7473 COLLECT_NAMES=
7474 export COLLECT_NAMES
7475 fi
7476 ;;
7477esac
d7040cdb 7478
ce2cded5
L
7479# Global variables:
7480ofile=libtool
7481can_build_shared=yes
d7040cdb 7482
ce2cded5
L
7483# All known linkers require a `.a' archive for static linking (except MSVC,
7484# which needs '.lib').
7485libext=a
d7040cdb 7486
ce2cded5 7487with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7488
ce2cded5
L
7489old_CC="$CC"
7490old_CFLAGS="$CFLAGS"
d7040cdb 7491
ce2cded5
L
7492# Set sane defaults for various variables
7493test -z "$CC" && CC=cc
7494test -z "$LTCC" && LTCC=$CC
7495test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7496test -z "$LD" && LD=ld
7497test -z "$ac_objext" && ac_objext=o
7498
7499for cc_temp in $compiler""; do
7500 case $cc_temp in
7501 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7502 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7503 \-*) ;;
7504 *) break;;
7505 esac
7506done
3725885a 7507cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
7508
7509
7510# Only perform the check for file, if the check method requires it
7511test -z "$MAGIC_CMD" && MAGIC_CMD=file
7512case $deplibs_check_method in
7513file_magic*)
7514 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7516$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7517if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7518 $as_echo_n "(cached) " >&6
ce2cded5
L
7519else
7520 case $MAGIC_CMD in
7521[\\/*] | ?:[\\/]*)
7522 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7523 ;;
7524*)
7525 lt_save_MAGIC_CMD="$MAGIC_CMD"
7526 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7527 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7528 for ac_dir in $ac_dummy; do
7529 IFS="$lt_save_ifs"
7530 test -z "$ac_dir" && ac_dir=.
7531 if test -f $ac_dir/${ac_tool_prefix}file; then
7532 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7533 if test -n "$file_magic_test_file"; then
7534 case $deplibs_check_method in
7535 "file_magic "*)
7536 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7537 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7538 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7539 $EGREP "$file_magic_regex" > /dev/null; then
7540 :
d7040cdb 7541 else
ce2cded5 7542 cat <<_LT_EOF 1>&2
d7040cdb 7543
ce2cded5
L
7544*** Warning: the command libtool uses to detect shared libraries,
7545*** $file_magic_cmd, produces output that libtool cannot recognize.
7546*** The result is that libtool may fail to recognize shared libraries
7547*** as such. This will affect the creation of libtool libraries that
7548*** depend on shared libraries, but programs linked with such libtool
7549*** libraries will work regardless of this problem. Nevertheless, you
7550*** may want to report the problem to your system manager and/or to
7551*** bug-libtool@gnu.org
d7040cdb 7552
ce2cded5
L
7553_LT_EOF
7554 fi ;;
7555 esac
d7040cdb 7556 fi
ce2cded5 7557 break
d7040cdb 7558 fi
ce2cded5
L
7559 done
7560 IFS="$lt_save_ifs"
7561 MAGIC_CMD="$lt_save_MAGIC_CMD"
7562 ;;
7563esac
7564fi
d7040cdb 7565
ce2cded5
L
7566MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7567if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7569$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7570else
81ecdfbb
RW
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7572$as_echo "no" >&6; }
ce2cded5 7573fi
d7040cdb 7574
d7040cdb 7575
d7040cdb 7576
d7040cdb 7577
d7040cdb 7578
ce2cded5
L
7579if test -z "$lt_cv_path_MAGIC_CMD"; then
7580 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7582$as_echo_n "checking for file... " >&6; }
d0ac1c44 7583if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7584 $as_echo_n "(cached) " >&6
ce2cded5
L
7585else
7586 case $MAGIC_CMD in
7587[\\/*] | ?:[\\/]*)
7588 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7589 ;;
7590*)
7591 lt_save_MAGIC_CMD="$MAGIC_CMD"
7592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7593 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7594 for ac_dir in $ac_dummy; do
7595 IFS="$lt_save_ifs"
7596 test -z "$ac_dir" && ac_dir=.
7597 if test -f $ac_dir/file; then
7598 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7599 if test -n "$file_magic_test_file"; then
7600 case $deplibs_check_method in
7601 "file_magic "*)
7602 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7603 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7604 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7605 $EGREP "$file_magic_regex" > /dev/null; then
7606 :
d7040cdb 7607 else
ce2cded5
L
7608 cat <<_LT_EOF 1>&2
7609
7610*** Warning: the command libtool uses to detect shared libraries,
7611*** $file_magic_cmd, produces output that libtool cannot recognize.
7612*** The result is that libtool may fail to recognize shared libraries
7613*** as such. This will affect the creation of libtool libraries that
7614*** depend on shared libraries, but programs linked with such libtool
7615*** libraries will work regardless of this problem. Nevertheless, you
7616*** may want to report the problem to your system manager and/or to
7617*** bug-libtool@gnu.org
7618
7619_LT_EOF
7620 fi ;;
d7040cdb 7621 esac
d7040cdb 7622 fi
ce2cded5
L
7623 break
7624 fi
7625 done
7626 IFS="$lt_save_ifs"
7627 MAGIC_CMD="$lt_save_MAGIC_CMD"
7628 ;;
7629esac
7630fi
d7040cdb 7631
ce2cded5
L
7632MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7633if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7635$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7636else
81ecdfbb
RW
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7638$as_echo "no" >&6; }
ce2cded5 7639fi
d7040cdb 7640
d7040cdb 7641
ce2cded5
L
7642 else
7643 MAGIC_CMD=:
7644 fi
d7040cdb 7645fi
d7040cdb 7646
ce2cded5
L
7647 fi
7648 ;;
7649esac
d7040cdb 7650
ce2cded5 7651# Use C for the default configuration in the libtool script
d7040cdb 7652
ce2cded5
L
7653lt_save_CC="$CC"
7654ac_ext=c
7655ac_cpp='$CPP $CPPFLAGS'
7656ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7657ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7658ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7659
d7040cdb 7660
ce2cded5
L
7661# Source file extension for C test sources.
7662ac_ext=c
d7040cdb 7663
ce2cded5
L
7664# Object file extension for compiled C test sources.
7665objext=o
7666objext=$objext
d7040cdb 7667
ce2cded5
L
7668# Code to be used in simple compile tests
7669lt_simple_compile_test_code="int some_variable = 0;"
7670
7671# Code to be used in simple link tests
7672lt_simple_link_test_code='int main(){return(0);}'
7673
7674
7675
7676
7677
7678
7679
7680# If no C compiler was specified, use CC.
7681LTCC=${LTCC-"$CC"}
7682
7683# If no C compiler flags were specified, use CFLAGS.
7684LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7685
7686# Allow CC to be a program name with arguments.
7687compiler=$CC
7688
7689# Save the default compiler, since it gets overwritten when the other
7690# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7691compiler_DEFAULT=$CC
7692
7693# save warnings/boilerplate of simple test code
7694ac_outfile=conftest.$ac_objext
7695echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7696eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7697_lt_compiler_boilerplate=`cat conftest.err`
7698$RM conftest*
7699
7700ac_outfile=conftest.$ac_objext
7701echo "$lt_simple_link_test_code" >conftest.$ac_ext
7702eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7703_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7704$RM -r conftest*
ce2cded5
L
7705
7706
f2c621e4
AS
7707## CAVEAT EMPTOR:
7708## There is no encapsulation within the following macros, do not change
7709## the running order or otherwise move them around unless you know exactly
7710## what you are doing...
ce2cded5
L
7711if test -n "$compiler"; then
7712
7713lt_prog_compiler_no_builtin_flag=
7714
7715if test "$GCC" = yes; then
3725885a
RW
7716 case $cc_basename in
7717 nvcc*)
7718 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7719 *)
7720 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7721 esac
ce2cded5 7722
81ecdfbb
RW
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7724$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7725if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 7726 $as_echo_n "(cached) " >&6
ce2cded5
L
7727else
7728 lt_cv_prog_compiler_rtti_exceptions=no
7729 ac_outfile=conftest.$ac_objext
7730 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7731 lt_compiler_flag="-fno-rtti -fno-exceptions"
7732 # Insert the option either (1) after the last *FLAGS variable, or
7733 # (2) before a word containing "conftest.", or (3) at the end.
7734 # Note that $ac_compile itself does not contain backslashes and begins
7735 # with a dollar sign (not a hyphen), so the echo should work correctly.
7736 # The option is referenced via a variable to avoid confusing sed.
7737 lt_compile=`echo "$ac_compile" | $SED \
7738 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7739 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7740 -e 's:$: $lt_compiler_flag:'`
3725885a 7741 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
7742 (eval "$lt_compile" 2>conftest.err)
7743 ac_status=$?
7744 cat conftest.err >&5
3725885a 7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
7746 if (exit $ac_status) && test -s "$ac_outfile"; then
7747 # The compiler can only warn and ignore the option if not recognized
7748 # So say no if there are warnings other than the usual output.
3725885a 7749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
7750 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7751 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7752 lt_cv_prog_compiler_rtti_exceptions=yes
7753 fi
7754 fi
7755 $RM conftest*
7756
7757fi
81ecdfbb
RW
7758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7759$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
7760
7761if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7762 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7763else
7764 :
7765fi
7766
7767fi
7768
7769
7770
7771
7772
7773
7774 lt_prog_compiler_wl=
7775lt_prog_compiler_pic=
7776lt_prog_compiler_static=
7777
f2c621e4
AS
7778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7779$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
7780
7781 if test "$GCC" = yes; then
7782 lt_prog_compiler_wl='-Wl,'
7783 lt_prog_compiler_static='-static'
7784
7785 case $host_os in
7786 aix*)
7787 # All AIX code is PIC.
7788 if test "$host_cpu" = ia64; then
7789 # AIX 5 now supports IA64 processor
7790 lt_prog_compiler_static='-Bstatic'
7791 fi
6c9c0a50 7792 lt_prog_compiler_pic='-fPIC'
ce2cded5 7793 ;;
d7040cdb
SE
7794
7795 amigaos*)
718a6fd8
SE
7796 case $host_cpu in
7797 powerpc)
7798 # see comment about AmigaOS4 .so support
7799 lt_prog_compiler_pic='-fPIC'
7800 ;;
7801 m68k)
7802 # FIXME: we need at least 68020 code to build shared libraries, but
7803 # adding the `-m68020' flag to GCC prevents building anything better,
7804 # like `-m68040'.
7805 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7806 ;;
7807 esac
d7040cdb
SE
7808 ;;
7809
ce2cded5
L
7810 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7811 # PIC is the default for these OSes.
d7040cdb
SE
7812 ;;
7813
718a6fd8 7814 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
7815 # This hack is so that the source file can tell whether it is being
7816 # built for inclusion in a dll (and should export symbols for example).
7817 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7818 # (--disable-auto-import) libraries
7819 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
7820 ;;
7821
7822 darwin* | rhapsody*)
ce2cded5
L
7823 # PIC is the default on this platform
7824 # Common symbols not allowed in MH_DYLIB files
7825 lt_prog_compiler_pic='-fno-common'
7826 ;;
7827
3725885a
RW
7828 haiku*)
7829 # PIC is the default for Haiku.
7830 # The "-static" flag exists, but is broken.
7831 lt_prog_compiler_static=
7832 ;;
7833
ce2cded5 7834 hpux*)
718a6fd8
SE
7835 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7836 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7837 # sets the default TLS model and affects inlining.
ce2cded5 7838 case $host_cpu in
718a6fd8 7839 hppa*64*)
ce2cded5 7840 # +Z the default
d7040cdb 7841 ;;
ce2cded5
L
7842 *)
7843 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
7844 ;;
7845 esac
ce2cded5 7846 ;;
d7040cdb 7847
ce2cded5
L
7848 interix[3-9]*)
7849 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7850 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
7851 ;;
7852
ce2cded5
L
7853 msdosdjgpp*)
7854 # Just because we use GCC doesn't mean we suddenly get shared libraries
7855 # on systems that don't support them.
7856 lt_prog_compiler_can_build_shared=no
7857 enable_shared=no
d7040cdb
SE
7858 ;;
7859
ce2cded5
L
7860 *nto* | *qnx*)
7861 # QNX uses GNU C++, but need to define -shared option too, otherwise
7862 # it will coredump.
7863 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
7864 ;;
7865
ce2cded5
L
7866 sysv4*MP*)
7867 if test -d /usr/nec; then
7868 lt_prog_compiler_pic=-Kconform_pic
7869 fi
d7040cdb
SE
7870 ;;
7871
ce2cded5
L
7872 *)
7873 lt_prog_compiler_pic='-fPIC'
d7040cdb 7874 ;;
ce2cded5 7875 esac
3725885a
RW
7876
7877 case $cc_basename in
7878 nvcc*) # Cuda Compiler Driver 2.2
7879 lt_prog_compiler_wl='-Xlinker '
7880 lt_prog_compiler_pic='-Xcompiler -fPIC'
7881 ;;
7882 esac
ce2cded5
L
7883 else
7884 # PORTME Check for flag to pass linker flags through the system compiler.
7885 case $host_os in
7886 aix*)
7887 lt_prog_compiler_wl='-Wl,'
7888 if test "$host_cpu" = ia64; then
7889 # AIX 5 now supports IA64 processor
7890 lt_prog_compiler_static='-Bstatic'
d7040cdb 7891 else
ce2cded5 7892 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 7893 fi
ce2cded5 7894 ;;
d7040cdb 7895
718a6fd8 7896 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
7897 # This hack is so that the source file can tell whether it is being
7898 # built for inclusion in a dll (and should export symbols for example).
7899 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
7900 ;;
7901
ce2cded5
L
7902 hpux9* | hpux10* | hpux11*)
7903 lt_prog_compiler_wl='-Wl,'
7904 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7905 # not for PA HP-UX.
7906 case $host_cpu in
7907 hppa*64*|ia64*)
7908 # +Z the default
7909 ;;
7910 *)
7911 lt_prog_compiler_pic='+Z'
7912 ;;
7913 esac
7914 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7915 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
7916 ;;
7917
ce2cded5
L
7918 irix5* | irix6* | nonstopux*)
7919 lt_prog_compiler_wl='-Wl,'
7920 # PIC (with -KPIC) is the default.
7921 lt_prog_compiler_static='-non_shared'
7922 ;;
d7040cdb 7923
58e24671 7924 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 7925 case $cc_basename in
718a6fd8
SE
7926 # old Intel for x86_64 which still supported -KPIC.
7927 ecc*)
ce2cded5
L
7928 lt_prog_compiler_wl='-Wl,'
7929 lt_prog_compiler_pic='-KPIC'
7930 lt_prog_compiler_static='-static'
7931 ;;
718a6fd8
SE
7932 # icc used to be incompatible with GCC.
7933 # ICC 10 doesn't accept -KPIC any more.
7934 icc* | ifort*)
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-fPIC'
7937 lt_prog_compiler_static='-static'
7938 ;;
7939 # Lahey Fortran 8.1.
7940 lf95*)
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='--shared'
7943 lt_prog_compiler_static='--static'
7944 ;;
3725885a 7945 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
7946 # Portland Group compilers (*not* the Pentium gcc compiler,
7947 # which looks to be a dead project)
7948 lt_prog_compiler_wl='-Wl,'
7949 lt_prog_compiler_pic='-fpic'
7950 lt_prog_compiler_static='-Bstatic'
7951 ;;
7952 ccc*)
7953 lt_prog_compiler_wl='-Wl,'
7954 # All Alpha code is PIC.
7955 lt_prog_compiler_static='-non_shared'
7956 ;;
3725885a
RW
7957 xl* | bgxl* | bgf* | mpixl*)
7958 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='-qpic'
7961 lt_prog_compiler_static='-qstaticlink'
7962 ;;
ce2cded5
L
7963 *)
7964 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
7965 *Sun\ F* | *Sun*Fortran*)
7966 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
7967 lt_prog_compiler_pic='-KPIC'
7968 lt_prog_compiler_static='-Bstatic'
3725885a 7969 lt_prog_compiler_wl=''
d7040cdb 7970 ;;
3725885a
RW
7971 *Sun\ C*)
7972 # Sun C 5.9
ce2cded5
L
7973 lt_prog_compiler_pic='-KPIC'
7974 lt_prog_compiler_static='-Bstatic'
3725885a 7975 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
7976 ;;
7977 esac
ce2cded5
L
7978 ;;
7979 esac
d7040cdb
SE
7980 ;;
7981
ce2cded5
L
7982 newsos6)
7983 lt_prog_compiler_pic='-KPIC'
7984 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7985 ;;
7986
ce2cded5
L
7987 *nto* | *qnx*)
7988 # QNX uses GNU C++, but need to define -shared option too, otherwise
7989 # it will coredump.
7990 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
7991 ;;
7992
ce2cded5
L
7993 osf3* | osf4* | osf5*)
7994 lt_prog_compiler_wl='-Wl,'
7995 # All OSF/1 code is PIC.
7996 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
7997 ;;
7998
ce2cded5
L
7999 rdos*)
8000 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8001 ;;
8002
8003 solaris*)
ce2cded5
L
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 case $cc_basename in
f2c621e4 8007 f77* | f90* | f95*)
ce2cded5 8008 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8009 *)
ce2cded5 8010 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8011 esac
d7040cdb
SE
8012 ;;
8013
8014 sunos4*)
ce2cded5
L
8015 lt_prog_compiler_wl='-Qoption ld '
8016 lt_prog_compiler_pic='-PIC'
8017 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8018 ;;
8019
ce2cded5
L
8020 sysv4 | sysv4.2uw2* | sysv4.3*)
8021 lt_prog_compiler_wl='-Wl,'
8022 lt_prog_compiler_pic='-KPIC'
8023 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8024 ;;
8025
8026 sysv4*MP*)
ce2cded5
L
8027 if test -d /usr/nec ;then
8028 lt_prog_compiler_pic='-Kconform_pic'
8029 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8030 fi
8031 ;;
8032
ce2cded5
L
8033 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8034 lt_prog_compiler_wl='-Wl,'
8035 lt_prog_compiler_pic='-KPIC'
8036 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8037 ;;
8038
ce2cded5
L
8039 unicos*)
8040 lt_prog_compiler_wl='-Wl,'
8041 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8042 ;;
8043
8044 uts4*)
ce2cded5
L
8045 lt_prog_compiler_pic='-pic'
8046 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8047 ;;
8048
8049 *)
ce2cded5 8050 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8051 ;;
8052 esac
d7040cdb
SE
8053 fi
8054
ce2cded5
L
8055case $host_os in
8056 # For platforms which do not support PIC, -DPIC is meaningless:
8057 *djgpp*)
8058 lt_prog_compiler_pic=
8059 ;;
8060 *)
8061 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8062 ;;
8063esac
f2c621e4
AS
8064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8065$as_echo "$lt_prog_compiler_pic" >&6; }
8066
8067
8068
8069
d7040cdb
SE
8070
8071
8072#
ce2cded5 8073# Check to make sure the PIC flag actually works.
d7040cdb 8074#
ce2cded5 8075if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8077$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8078if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8079 $as_echo_n "(cached) " >&6
ce2cded5 8080else
718a6fd8 8081 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8082 ac_outfile=conftest.$ac_objext
8083 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8084 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8085 # Insert the option either (1) after the last *FLAGS variable, or
8086 # (2) before a word containing "conftest.", or (3) at the end.
8087 # Note that $ac_compile itself does not contain backslashes and begins
8088 # with a dollar sign (not a hyphen), so the echo should work correctly.
8089 # The option is referenced via a variable to avoid confusing sed.
8090 lt_compile=`echo "$ac_compile" | $SED \
8091 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8092 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8093 -e 's:$: $lt_compiler_flag:'`
3725885a 8094 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8095 (eval "$lt_compile" 2>conftest.err)
8096 ac_status=$?
8097 cat conftest.err >&5
3725885a 8098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8099 if (exit $ac_status) && test -s "$ac_outfile"; then
8100 # The compiler can only warn and ignore the option if not recognized
8101 # So say no if there are warnings other than the usual output.
3725885a 8102 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8103 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8104 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8105 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8106 fi
8107 fi
8108 $RM conftest*
d7040cdb 8109
ce2cded5 8110fi
81ecdfbb
RW
8111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8112$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8113
718a6fd8 8114if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8115 case $lt_prog_compiler_pic in
8116 "" | " "*) ;;
8117 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8118 esac
8119else
8120 lt_prog_compiler_pic=
8121 lt_prog_compiler_can_build_shared=no
8122fi
d7040cdb 8123
ce2cded5 8124fi
d7040cdb
SE
8125
8126
8127
8128
8129
8130
ce2cded5
L
8131#
8132# Check to make sure the static flag actually works.
8133#
8134wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8136$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8137if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8138 $as_echo_n "(cached) " >&6
ce2cded5 8139else
718a6fd8 8140 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8141 save_LDFLAGS="$LDFLAGS"
8142 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8143 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8144 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8145 # The linker can only warn and ignore the option if not recognized
8146 # So say no if there are warnings
8147 if test -s conftest.err; then
8148 # Append any errors to the config.log.
8149 cat conftest.err 1>&5
3725885a 8150 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8151 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8152 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8153 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8154 fi
8155 else
718a6fd8 8156 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8157 fi
8158 fi
718a6fd8 8159 $RM -r conftest*
ce2cded5 8160 LDFLAGS="$save_LDFLAGS"
d7040cdb 8161
ce2cded5 8162fi
81ecdfbb
RW
8163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8164$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8165
718a6fd8 8166if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8167 :
8168else
8169 lt_prog_compiler_static=
8170fi
d7040cdb
SE
8171
8172
8173
8174
8175
8176
8177
81ecdfbb
RW
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8179$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8180if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8181 $as_echo_n "(cached) " >&6
ce2cded5
L
8182else
8183 lt_cv_prog_compiler_c_o=no
8184 $RM -r conftest 2>/dev/null
8185 mkdir conftest
8186 cd conftest
8187 mkdir out
8188 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8189
ce2cded5
L
8190 lt_compiler_flag="-o out/conftest2.$ac_objext"
8191 # Insert the option either (1) after the last *FLAGS variable, or
8192 # (2) before a word containing "conftest.", or (3) at the end.
8193 # Note that $ac_compile itself does not contain backslashes and begins
8194 # with a dollar sign (not a hyphen), so the echo should work correctly.
8195 lt_compile=`echo "$ac_compile" | $SED \
8196 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8197 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8198 -e 's:$: $lt_compiler_flag:'`
3725885a 8199 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8200 (eval "$lt_compile" 2>out/conftest.err)
8201 ac_status=$?
8202 cat out/conftest.err >&5
3725885a 8203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8204 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8205 then
8206 # The compiler can only warn and ignore the option if not recognized
8207 # So say no if there are warnings
3725885a 8208 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8209 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8210 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8211 lt_cv_prog_compiler_c_o=yes
8212 fi
8213 fi
8214 chmod u+w . 2>&5
8215 $RM conftest*
8216 # SGI C++ compiler will create directory out/ii_files/ for
8217 # template instantiation
8218 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8219 $RM out/* && rmdir out
8220 cd ..
8221 $RM -r conftest
8222 $RM conftest*
d7040cdb 8223
ce2cded5 8224fi
81ecdfbb
RW
8225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8226$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8227
8228
8229
8230
8231
8232
81ecdfbb
RW
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8234$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8235if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8236 $as_echo_n "(cached) " >&6
ce2cded5
L
8237else
8238 lt_cv_prog_compiler_c_o=no
8239 $RM -r conftest 2>/dev/null
8240 mkdir conftest
8241 cd conftest
8242 mkdir out
8243 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8244
ce2cded5
L
8245 lt_compiler_flag="-o out/conftest2.$ac_objext"
8246 # Insert the option either (1) after the last *FLAGS variable, or
8247 # (2) before a word containing "conftest.", or (3) at the end.
8248 # Note that $ac_compile itself does not contain backslashes and begins
8249 # with a dollar sign (not a hyphen), so the echo should work correctly.
8250 lt_compile=`echo "$ac_compile" | $SED \
8251 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8252 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8253 -e 's:$: $lt_compiler_flag:'`
3725885a 8254 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8255 (eval "$lt_compile" 2>out/conftest.err)
8256 ac_status=$?
8257 cat out/conftest.err >&5
3725885a 8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8259 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8260 then
8261 # The compiler can only warn and ignore the option if not recognized
8262 # So say no if there are warnings
3725885a 8263 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8264 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8265 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8266 lt_cv_prog_compiler_c_o=yes
8267 fi
8268 fi
8269 chmod u+w . 2>&5
8270 $RM conftest*
8271 # SGI C++ compiler will create directory out/ii_files/ for
8272 # template instantiation
8273 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8274 $RM out/* && rmdir out
8275 cd ..
8276 $RM -r conftest
8277 $RM conftest*
d7040cdb 8278
ce2cded5 8279fi
81ecdfbb
RW
8280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8281$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8282
8283
8284
8285
ce2cded5
L
8286hard_links="nottested"
8287if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8288 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8290$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8291 hard_links=yes
8292 $RM conftest*
8293 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8294 touch conftest.a
8295 ln conftest.a conftest.b 2>&5 || hard_links=no
8296 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8298$as_echo "$hard_links" >&6; }
ce2cded5 8299 if test "$hard_links" = no; then
81ecdfbb
RW
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8301$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8302 need_locks=warn
8303 fi
8304else
8305 need_locks=no
8306fi
d7040cdb
SE
8307
8308
8309
8310
8311
8312
81ecdfbb
RW
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8314$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8315
ce2cded5
L
8316 runpath_var=
8317 allow_undefined_flag=
8318 always_export_symbols=no
8319 archive_cmds=
8320 archive_expsym_cmds=
8321 compiler_needs_object=no
8322 enable_shared_with_static_runtimes=no
8323 export_dynamic_flag_spec=
8324 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8325 hardcode_automatic=no
8326 hardcode_direct=no
8327 hardcode_direct_absolute=no
8328 hardcode_libdir_flag_spec=
8329 hardcode_libdir_flag_spec_ld=
8330 hardcode_libdir_separator=
8331 hardcode_minus_L=no
8332 hardcode_shlibpath_var=unsupported
8333 inherit_rpath=no
8334 link_all_deplibs=unknown
8335 module_cmds=
8336 module_expsym_cmds=
8337 old_archive_from_new_cmds=
8338 old_archive_from_expsyms_cmds=
8339 thread_safe_flag_spec=
8340 whole_archive_flag_spec=
8341 # include_expsyms should be a list of space-separated symbols to be *always*
8342 # included in the symbol list
8343 include_expsyms=
8344 # exclude_expsyms can be an extended regexp of symbols to exclude
8345 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8346 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8347 # as well as any symbol that contains `d'.
718a6fd8 8348 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8349 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8350 # platforms (ab)use it in PIC code, but their linkers get confused if
8351 # the symbol is explicitly referenced. Since portable code cannot
8352 # rely on this symbol name, it's probably fine to never include it in
8353 # preloaded symbol tables.
718a6fd8 8354 # Exclude shared library initialization/finalization symbols.
ce2cded5 8355 extract_expsyms_cmds=
d7040cdb 8356
ce2cded5 8357 case $host_os in
718a6fd8 8358 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8359 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8360 # When not using gcc, we currently assume that we are using
8361 # Microsoft Visual C++.
8362 if test "$GCC" != yes; then
8363 with_gnu_ld=no
8364 fi
8365 ;;
8366 interix*)
8367 # we just hope/assume this is gcc and not c89 (= MSVC++)
8368 with_gnu_ld=yes
8369 ;;
8370 openbsd*)
8371 with_gnu_ld=no
8372 ;;
8373 esac
d7040cdb 8374
ce2cded5 8375 ld_shlibs=yes
3725885a
RW
8376
8377 # On some targets, GNU ld is compatible enough with the native linker
8378 # that we're better off using the native interface for both.
8379 lt_use_gnu_ld_interface=no
ce2cded5 8380 if test "$with_gnu_ld" = yes; then
3725885a
RW
8381 case $host_os in
8382 aix*)
8383 # The AIX port of GNU ld has always aspired to compatibility
8384 # with the native linker. However, as the warning in the GNU ld
8385 # block says, versions before 2.19.5* couldn't really create working
8386 # shared libraries, regardless of the interface used.
8387 case `$LD -v 2>&1` in
8388 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8389 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8390 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8391 *)
8392 lt_use_gnu_ld_interface=yes
8393 ;;
8394 esac
8395 ;;
8396 *)
8397 lt_use_gnu_ld_interface=yes
8398 ;;
8399 esac
8400 fi
8401
8402 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
8403 # If archive_cmds runs LD, not CC, wlarc should be empty
8404 wlarc='${wl}'
d7040cdb 8405
ce2cded5
L
8406 # Set some defaults for GNU ld with shared library support. These
8407 # are reset later if shared libraries are not supported. Putting them
8408 # here allows them to be overridden if necessary.
8409 runpath_var=LD_RUN_PATH
8410 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8411 export_dynamic_flag_spec='${wl}--export-dynamic'
8412 # ancient GNU ld didn't support --whole-archive et. al.
8413 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8414 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8415 else
8416 whole_archive_flag_spec=
8417 fi
8418 supports_anon_versioning=no
8419 case `$LD -v 2>&1` in
3725885a 8420 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
8421 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8422 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8423 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8424 *\ 2.11.*) ;; # other 2.11 versions
8425 *) supports_anon_versioning=yes ;;
8426 esac
d7040cdb 8427
ce2cded5
L
8428 # See if GNU ld supports shared libraries.
8429 case $host_os in
50e7d84b 8430 aix[3-9]*)
ce2cded5
L
8431 # On AIX/PPC, the GNU linker is very broken
8432 if test "$host_cpu" != ia64; then
8433 ld_shlibs=no
8434 cat <<_LT_EOF 1>&2
d7040cdb 8435
3725885a 8436*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
8437*** to be unable to reliably create shared libraries on AIX.
8438*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8439*** really care for shared libraries, you may want to install binutils
8440*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8441*** You will then need to restart the configuration process.
d7040cdb 8442
ce2cded5
L
8443_LT_EOF
8444 fi
8445 ;;
d7040cdb 8446
ce2cded5 8447 amigaos*)
718a6fd8
SE
8448 case $host_cpu in
8449 powerpc)
8450 # see comment about AmigaOS4 .so support
8451 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8452 archive_expsym_cmds=''
8453 ;;
8454 m68k)
8455 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)'
8456 hardcode_libdir_flag_spec='-L$libdir'
8457 hardcode_minus_L=yes
8458 ;;
8459 esac
ce2cded5 8460 ;;
d7040cdb 8461
ce2cded5
L
8462 beos*)
8463 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8464 allow_undefined_flag=unsupported
8465 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8466 # support --undefined. This deserves some investigation. FIXME
8467 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8468 else
8469 ld_shlibs=no
8470 fi
8471 ;;
d7040cdb 8472
718a6fd8 8473 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8474 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8475 # as there is no search path for DLLs.
8476 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8477 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
8478 allow_undefined_flag=unsupported
8479 always_export_symbols=no
8480 enable_shared_with_static_runtimes=yes
f2c621e4 8481 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8482
ce2cded5
L
8483 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8484 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8485 # If the export-symbols file already is a .def file (1st line
8486 # is EXPORTS), use it as is; otherwise, prepend...
8487 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8488 cp $export_symbols $output_objdir/$soname.def;
8489 else
8490 echo EXPORTS > $output_objdir/$soname.def;
8491 cat $export_symbols >> $output_objdir/$soname.def;
8492 fi~
8493 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8494 else
8495 ld_shlibs=no
8496 fi
8497 ;;
d7040cdb 8498
3725885a
RW
8499 haiku*)
8500 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8501 link_all_deplibs=yes
8502 ;;
8503
ce2cded5
L
8504 interix[3-9]*)
8505 hardcode_direct=no
8506 hardcode_shlibpath_var=no
8507 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8508 export_dynamic_flag_spec='${wl}-E'
8509 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8510 # Instead, shared libraries are loaded at an image base (0x10000000 by
8511 # default) and relocated if they conflict, which is a slow very memory
8512 # consuming and fragmenting process. To avoid this, we pick a random,
8513 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8514 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8515 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8516 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'
8517 ;;
d7040cdb 8518
58e24671 8519 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8520 tmp_diet=no
8521 if test "$host_os" = linux-dietlibc; then
8522 case $cc_basename in
8523 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8524 esac
8525 fi
8526 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8527 && test "$tmp_diet" = no
8528 then
6e733cce 8529 tmp_addflag=' $pic_flag'
718a6fd8 8530 tmp_sharedflag='-shared'
ce2cded5
L
8531 case $cc_basename,$host_cpu in
8532 pgcc*) # Portland Group C compiler
3725885a 8533 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
8534 tmp_addflag=' $pic_flag'
8535 ;;
3725885a
RW
8536 pgf77* | pgf90* | pgf95* | pgfortran*)
8537 # Portland Group f77 and f90 compilers
8538 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
8539 tmp_addflag=' $pic_flag -Mnomain' ;;
8540 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8541 tmp_addflag=' -i_dynamic' ;;
8542 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8543 tmp_addflag=' -i_dynamic -nofor_main' ;;
8544 ifc* | ifort*) # Intel Fortran compiler
8545 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8546 lf95*) # Lahey Fortran 8.1
8547 whole_archive_flag_spec=
8548 tmp_sharedflag='--shared' ;;
3725885a 8549 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8550 tmp_sharedflag='-qmkshrobj'
8551 tmp_addflag= ;;
3725885a
RW
8552 nvcc*) # Cuda Compiler Driver 2.2
8553 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'
8554 compiler_needs_object=yes
8555 ;;
ce2cded5
L
8556 esac
8557 case `$CC -V 2>&1 | sed 5q` in
8558 *Sun\ C*) # Sun C 5.9
3725885a 8559 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
8560 compiler_needs_object=yes
8561 tmp_sharedflag='-G' ;;
8562 *Sun\ F*) # Sun Fortran 8.3
8563 tmp_sharedflag='-G' ;;
ce2cded5
L
8564 esac
8565 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8566
ce2cded5
L
8567 if test "x$supports_anon_versioning" = xyes; then
8568 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8569 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8570 echo "local: *; };" >> $output_objdir/$libname.ver~
8571 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8572 fi
718a6fd8
SE
8573
8574 case $cc_basename in
3725885a 8575 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8576 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8577 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8578 hardcode_libdir_flag_spec=
8579 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 8580 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
8581 if test "x$supports_anon_versioning" = xyes; then
8582 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8583 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8584 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 8585 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
8586 fi
8587 ;;
8588 esac
ce2cded5
L
8589 else
8590 ld_shlibs=no
8591 fi
8592 ;;
d7040cdb 8593
ce2cded5
L
8594 netbsd*)
8595 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8596 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8597 wlarc=
8598 else
f2c621e4
AS
8599 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8600 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8601 fi
8602 ;;
d7040cdb 8603
ce2cded5
L
8604 solaris*)
8605 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8606 ld_shlibs=no
8607 cat <<_LT_EOF 1>&2
d7040cdb 8608
ce2cded5
L
8609*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8610*** create shared libraries on Solaris systems. Therefore, libtool
8611*** is disabling shared libraries support. We urge you to upgrade GNU
8612*** binutils to release 2.9.1 or newer. Another option is to modify
8613*** your PATH or compiler configuration so that the native linker is
8614*** used, and then restart.
d7040cdb 8615
ce2cded5
L
8616_LT_EOF
8617 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8618 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8620 else
8621 ld_shlibs=no
8622 fi
8623 ;;
d7040cdb 8624
ce2cded5
L
8625 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8626 case `$LD -v 2>&1` in
8627 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8628 ld_shlibs=no
8629 cat <<_LT_EOF 1>&2
d7040cdb 8630
ce2cded5
L
8631*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8632*** reliably create shared libraries on SCO systems. Therefore, libtool
8633*** is disabling shared libraries support. We urge you to upgrade GNU
8634*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8635*** your PATH or compiler configuration so that the native linker is
8636*** used, and then restart.
d7040cdb 8637
ce2cded5
L
8638_LT_EOF
8639 ;;
8640 *)
8641 # For security reasons, it is highly recommended that you always
8642 # use absolute paths for naming shared libraries, and exclude the
8643 # DT_RUNPATH tag from executables and libraries. But doing so
8644 # requires that you compile everything twice, which is a pain.
8645 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
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'
8649 else
8650 ld_shlibs=no
8651 fi
8652 ;;
8653 esac
8654 ;;
d7040cdb 8655
ce2cded5
L
8656 sunos4*)
8657 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8658 wlarc=
8659 hardcode_direct=yes
8660 hardcode_shlibpath_var=no
8661 ;;
d7040cdb 8662
ce2cded5
L
8663 *)
8664 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8665 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8666 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8667 else
8668 ld_shlibs=no
8669 fi
8670 ;;
8671 esac
d7040cdb 8672
ce2cded5
L
8673 if test "$ld_shlibs" = no; then
8674 runpath_var=
8675 hardcode_libdir_flag_spec=
8676 export_dynamic_flag_spec=
8677 whole_archive_flag_spec=
8678 fi
8679 else
8680 # PORTME fill in a description of your system's linker (not GNU ld)
8681 case $host_os in
8682 aix3*)
8683 allow_undefined_flag=unsupported
8684 always_export_symbols=yes
8685 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'
8686 # Note: this linker hardcodes the directories in LIBPATH if there
8687 # are no directories specified by -L.
8688 hardcode_minus_L=yes
8689 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8690 # Neither direct hardcoding nor static linking is supported with a
8691 # broken collect2.
8692 hardcode_direct=unsupported
8693 fi
8694 ;;
d7040cdb 8695
50e7d84b 8696 aix[4-9]*)
ce2cded5
L
8697 if test "$host_cpu" = ia64; then
8698 # On IA64, the linker does run time linking by default, so we don't
8699 # have to do anything special.
8700 aix_use_runtimelinking=no
8701 exp_sym_flag='-Bexport'
8702 no_entry_flag=""
8703 else
8704 # If we're using GNU nm, then we don't want the "-C" option.
8705 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
8706 # Also, AIX nm treats weak defined symbols like other global
8707 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 8708 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 8709 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 8710 else
5c14705f 8711 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
8712 fi
8713 aix_use_runtimelinking=no
d7040cdb 8714
ce2cded5
L
8715 # Test if we are trying to use run time linking or normal
8716 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8717 # need to do runtime linking.
50e7d84b 8718 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
8719 for ld_flag in $LDFLAGS; do
8720 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8721 aix_use_runtimelinking=yes
8722 break
8723 fi
8724 done
8725 ;;
8726 esac
d7040cdb 8727
ce2cded5
L
8728 exp_sym_flag='-bexport'
8729 no_entry_flag='-bnoentry'
8730 fi
d7040cdb 8731
ce2cded5
L
8732 # When large executables or shared objects are built, AIX ld can
8733 # have problems creating the table of contents. If linking a library
8734 # or program results in "error TOC overflow" add -mminimal-toc to
8735 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8736 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 8737
ce2cded5
L
8738 archive_cmds=''
8739 hardcode_direct=yes
8740 hardcode_direct_absolute=yes
8741 hardcode_libdir_separator=':'
8742 link_all_deplibs=yes
8743 file_list_spec='${wl}-f,'
d7040cdb 8744
ce2cded5
L
8745 if test "$GCC" = yes; then
8746 case $host_os in aix4.[012]|aix4.[012].*)
8747 # We only want to do this on AIX 4.2 and lower, the check
8748 # below for broken collect2 doesn't work under 4.3+
8749 collect2name=`${CC} -print-prog-name=collect2`
8750 if test -f "$collect2name" &&
8751 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8752 then
8753 # We have reworked collect2
8754 :
8755 else
8756 # We have old collect2
8757 hardcode_direct=unsupported
8758 # It fails to find uninstalled libraries when the uninstalled
8759 # path is not listed in the libpath. Setting hardcode_minus_L
8760 # to unsupported forces relinking
8761 hardcode_minus_L=yes
8762 hardcode_libdir_flag_spec='-L$libdir'
8763 hardcode_libdir_separator=
8764 fi
8765 ;;
8766 esac
8767 shared_flag='-shared'
8768 if test "$aix_use_runtimelinking" = yes; then
8769 shared_flag="$shared_flag "'${wl}-G'
8770 fi
8771 else
8772 # not using gcc
8773 if test "$host_cpu" = ia64; then
8774 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8775 # chokes on -Wl,-G. The following line is correct:
8776 shared_flag='-G'
8777 else
8778 if test "$aix_use_runtimelinking" = yes; then
8779 shared_flag='${wl}-G'
8780 else
8781 shared_flag='${wl}-bM:SRE'
8782 fi
8783 fi
8784 fi
d7040cdb 8785
718a6fd8 8786 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
8787 # It seems that -bexpall does not export symbols beginning with
8788 # underscore (_), so it is better to generate a list of symbols to export.
8789 always_export_symbols=yes
8790 if test "$aix_use_runtimelinking" = yes; then
8791 # Warning - without using the other runtime loading flags (-brtl),
8792 # -berok will link without error, but may produce a broken library.
8793 allow_undefined_flag='-berok'
8794 # Determine the default libpath from the value encoded in an
8795 # empty executable.
f2c621e4 8796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 8797/* end confdefs.h. */
d7040cdb 8798
ce2cded5
L
8799int
8800main ()
8801{
d7040cdb 8802
ce2cded5
L
8803 ;
8804 return 0;
8805}
8806_ACEOF
81ecdfbb 8807if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 8808
f2c621e4
AS
8809lt_aix_libpath_sed='
8810 /Import File Strings/,/^$/ {
8811 /^0/ {
8812 s/^0 *\(.*\)$/\1/
8813 p
8814 }
8815 }'
8816aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8817# Check for a 64-bit object if we didn't find anything.
8818if test -z "$aix_libpath"; then
8819 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8820fi
ce2cded5 8821fi
81ecdfbb
RW
8822rm -f core conftest.err conftest.$ac_objext \
8823 conftest$ac_exeext conftest.$ac_ext
f2c621e4 8824if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 8825
ce2cded5 8826 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 8827 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
8828 else
8829 if test "$host_cpu" = ia64; then
8830 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8831 allow_undefined_flag="-z nodefs"
8832 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"
8833 else
8834 # Determine the default libpath from the value encoded in an
8835 # empty executable.
f2c621e4 8836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 8837/* end confdefs.h. */
d7040cdb 8838
ce2cded5
L
8839int
8840main ()
8841{
d7040cdb 8842
ce2cded5
L
8843 ;
8844 return 0;
8845}
8846_ACEOF
81ecdfbb 8847if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 8848
f2c621e4
AS
8849lt_aix_libpath_sed='
8850 /Import File Strings/,/^$/ {
8851 /^0/ {
8852 s/^0 *\(.*\)$/\1/
8853 p
8854 }
8855 }'
8856aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8857# Check for a 64-bit object if we didn't find anything.
8858if test -z "$aix_libpath"; then
8859 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8860fi
ce2cded5 8861fi
81ecdfbb
RW
8862rm -f core conftest.err conftest.$ac_objext \
8863 conftest$ac_exeext conftest.$ac_ext
f2c621e4 8864if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 8865
ce2cded5
L
8866 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8867 # Warning - without using the other run time loading flags,
8868 # -berok will link without error, but may produce a broken library.
8869 no_undefined_flag=' ${wl}-bernotok'
8870 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
8871 if test "$with_gnu_ld" = yes; then
8872 # We only use this code for GNU lds that support --whole-archive.
8873 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8874 else
8875 # Exported symbols can be pulled into shared objects from archives
8876 whole_archive_flag_spec='$convenience'
8877 fi
ce2cded5
L
8878 archive_cmds_need_lc=yes
8879 # This is similar to how AIX traditionally builds its shared libraries.
8880 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'
8881 fi
8882 fi
8883 ;;
d7040cdb 8884
ce2cded5 8885 amigaos*)
718a6fd8
SE
8886 case $host_cpu in
8887 powerpc)
8888 # see comment about AmigaOS4 .so support
8889 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8890 archive_expsym_cmds=''
8891 ;;
8892 m68k)
8893 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)'
8894 hardcode_libdir_flag_spec='-L$libdir'
8895 hardcode_minus_L=yes
8896 ;;
8897 esac
ce2cded5 8898 ;;
d7040cdb 8899
ce2cded5
L
8900 bsdi[45]*)
8901 export_dynamic_flag_spec=-rdynamic
8902 ;;
d7040cdb 8903
718a6fd8 8904 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8905 # When not using gcc, we currently assume that we are using
8906 # Microsoft Visual C++.
8907 # hardcode_libdir_flag_spec is actually meaningless, as there is
8908 # no search path for DLLs.
f2c621e4
AS
8909 hardcode_libdir_flag_spec=' '
8910 allow_undefined_flag=unsupported
8911 # Tell ltmain to make .lib files, not .a files.
8912 libext=lib
8913 # Tell ltmain to make .dll files, not .so files.
8914 shrext_cmds=".dll"
8915 # FIXME: Setting linknames here is a bad hack.
8916 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8917 # The linker will automatically build a .lib file if we build a DLL.
8918 old_archive_from_new_cmds='true'
8919 # FIXME: Should let the user specify the lib program.
8920 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8921 fix_srcfile_path='`cygpath -w "$srcfile"`'
8922 enable_shared_with_static_runtimes=yes
ce2cded5 8923 ;;
d7040cdb 8924
ce2cded5 8925 darwin* | rhapsody*)
d7040cdb 8926
718a6fd8
SE
8927
8928 archive_cmds_need_lc=no
8929 hardcode_direct=no
8930 hardcode_automatic=yes
8931 hardcode_shlibpath_var=unsupported
3725885a
RW
8932 if test "$lt_cv_ld_force_load" = "yes"; then
8933 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\"`'
8934 else
8935 whole_archive_flag_spec=''
8936 fi
718a6fd8
SE
8937 link_all_deplibs=yes
8938 allow_undefined_flag="$_lt_dar_allow_undefined"
8939 case $cc_basename in
8940 ifort*) _lt_dar_can_shared=yes ;;
8941 *) _lt_dar_can_shared=$GCC ;;
8942 esac
8943 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 8944 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
8945 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8946 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8947 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}"
8948 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}"
8949
8950 else
8951 ld_shlibs=no
8952 fi
8953
ce2cded5 8954 ;;
d7040cdb 8955
ce2cded5
L
8956 dgux*)
8957 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8958 hardcode_libdir_flag_spec='-L$libdir'
8959 hardcode_shlibpath_var=no
8960 ;;
d7040cdb 8961
ce2cded5
L
8962 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8963 # support. Future versions do this automatically, but an explicit c++rt0.o
8964 # does not break anything, and helps significantly (at the cost of a little
8965 # extra space).
8966 freebsd2.2*)
8967 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8968 hardcode_libdir_flag_spec='-R$libdir'
8969 hardcode_direct=yes
8970 hardcode_shlibpath_var=no
8971 ;;
d7040cdb 8972
ce2cded5 8973 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 8974 freebsd2.*)
ce2cded5
L
8975 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8976 hardcode_direct=yes
8977 hardcode_minus_L=yes
8978 hardcode_shlibpath_var=no
8979 ;;
d7040cdb 8980
ce2cded5
L
8981 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8982 freebsd* | dragonfly*)
f2c621e4 8983 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
8984 hardcode_libdir_flag_spec='-R$libdir'
8985 hardcode_direct=yes
8986 hardcode_shlibpath_var=no
8987 ;;
d7040cdb 8988
ce2cded5
L
8989 hpux9*)
8990 if test "$GCC" = yes; then
f2c621e4 8991 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
8992 else
8993 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'
8994 fi
8995 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8996 hardcode_libdir_separator=:
8997 hardcode_direct=yes
d7040cdb 8998
ce2cded5
L
8999 # hardcode_minus_L: Not really in the search PATH,
9000 # but as the default location of the library.
9001 hardcode_minus_L=yes
9002 export_dynamic_flag_spec='${wl}-E'
9003 ;;
d7040cdb 9004
ce2cded5 9005 hpux10*)
3725885a 9006 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9007 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9008 else
9009 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9010 fi
9011 if test "$with_gnu_ld" = no; then
9012 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9013 hardcode_libdir_flag_spec_ld='+b $libdir'
9014 hardcode_libdir_separator=:
9015 hardcode_direct=yes
9016 hardcode_direct_absolute=yes
9017 export_dynamic_flag_spec='${wl}-E'
9018 # hardcode_minus_L: Not really in the search PATH,
9019 # but as the default location of the library.
9020 hardcode_minus_L=yes
9021 fi
9022 ;;
d7040cdb 9023
ce2cded5 9024 hpux11*)
3725885a 9025 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9026 case $host_cpu in
9027 hppa*64*)
9028 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9029 ;;
9030 ia64*)
f2c621e4 9031 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9032 ;;
9033 *)
f2c621e4 9034 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9035 ;;
9036 esac
9037 else
9038 case $host_cpu in
9039 hppa*64*)
9040 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9041 ;;
9042 ia64*)
9043 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9044 ;;
9045 *)
3725885a
RW
9046
9047 # Older versions of the 11.00 compiler do not understand -b yet
9048 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9050$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9051if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9052 $as_echo_n "(cached) " >&6
9053else
9054 lt_cv_prog_compiler__b=no
9055 save_LDFLAGS="$LDFLAGS"
9056 LDFLAGS="$LDFLAGS -b"
9057 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9058 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9059 # The linker can only warn and ignore the option if not recognized
9060 # So say no if there are warnings
9061 if test -s conftest.err; then
9062 # Append any errors to the config.log.
9063 cat conftest.err 1>&5
9064 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9065 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9066 if diff conftest.exp conftest.er2 >/dev/null; then
9067 lt_cv_prog_compiler__b=yes
9068 fi
9069 else
9070 lt_cv_prog_compiler__b=yes
9071 fi
9072 fi
9073 $RM -r conftest*
9074 LDFLAGS="$save_LDFLAGS"
9075
9076fi
9077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9078$as_echo "$lt_cv_prog_compiler__b" >&6; }
9079
9080if test x"$lt_cv_prog_compiler__b" = xyes; then
9081 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9082else
9083 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9084fi
9085
ce2cded5
L
9086 ;;
9087 esac
9088 fi
9089 if test "$with_gnu_ld" = no; then
9090 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9091 hardcode_libdir_separator=:
d7040cdb 9092
ce2cded5
L
9093 case $host_cpu in
9094 hppa*64*|ia64*)
9095 hardcode_direct=no
9096 hardcode_shlibpath_var=no
9097 ;;
9098 *)
9099 hardcode_direct=yes
9100 hardcode_direct_absolute=yes
9101 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9102
ce2cded5
L
9103 # hardcode_minus_L: Not really in the search PATH,
9104 # but as the default location of the library.
9105 hardcode_minus_L=yes
9106 ;;
9107 esac
9108 fi
9109 ;;
9110
9111 irix5* | irix6* | nonstopux*)
9112 if test "$GCC" = yes; then
f2c621e4 9113 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
9114 # Try to use the -exported_symbol ld option, if it does not
9115 # work, assume that -exports_file does not work either and
9116 # implicitly export all symbols.
f2c621e4
AS
9117 save_LDFLAGS="$LDFLAGS"
9118 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9120/* end confdefs.h. */
f2c621e4 9121int foo(void) {}
ce2cded5 9122_ACEOF
81ecdfbb 9123if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9124 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'
9125
d7040cdb 9126fi
81ecdfbb
RW
9127rm -f core conftest.err conftest.$ac_objext \
9128 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9129 LDFLAGS="$save_LDFLAGS"
ce2cded5 9130 else
3725885a
RW
9131 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'
9132 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
9133 fi
9134 archive_cmds_need_lc='no'
9135 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9136 hardcode_libdir_separator=:
9137 inherit_rpath=yes
9138 link_all_deplibs=yes
9139 ;;
d7040cdb 9140
ce2cded5
L
9141 netbsd*)
9142 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9143 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9144 else
9145 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9146 fi
9147 hardcode_libdir_flag_spec='-R$libdir'
9148 hardcode_direct=yes
9149 hardcode_shlibpath_var=no
9150 ;;
d7040cdb 9151
ce2cded5
L
9152 newsos6)
9153 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9154 hardcode_direct=yes
9155 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9156 hardcode_libdir_separator=:
9157 hardcode_shlibpath_var=no
9158 ;;
d7040cdb 9159
ce2cded5
L
9160 *nto* | *qnx*)
9161 ;;
d7040cdb 9162
ce2cded5 9163 openbsd*)
718a6fd8
SE
9164 if test -f /usr/libexec/ld.so; then
9165 hardcode_direct=yes
9166 hardcode_shlibpath_var=no
9167 hardcode_direct_absolute=yes
9168 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9169 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9170 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9171 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9172 export_dynamic_flag_spec='${wl}-E'
9173 else
9174 case $host_os in
9175 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9176 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9177 hardcode_libdir_flag_spec='-R$libdir'
9178 ;;
9179 *)
9180 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9181 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9182 ;;
9183 esac
9184 fi
9185 else
9186 ld_shlibs=no
d7040cdb
SE
9187 fi
9188 ;;
d7040cdb 9189
ce2cded5
L
9190 os2*)
9191 hardcode_libdir_flag_spec='-L$libdir'
9192 hardcode_minus_L=yes
9193 allow_undefined_flag=unsupported
3725885a 9194 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
9195 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9196 ;;
d7040cdb 9197
ce2cded5
L
9198 osf3*)
9199 if test "$GCC" = yes; then
9200 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9201 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
9202 else
9203 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9204 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
9205 fi
9206 archive_cmds_need_lc='no'
9207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9208 hardcode_libdir_separator=:
9209 ;;
d7040cdb 9210
ce2cded5
L
9211 osf4* | osf5*) # as osf3* with the addition of -msym flag
9212 if test "$GCC" = yes; then
9213 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9214 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
9215 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9216 else
9217 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9218 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 9219 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 9220 $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 9221
ce2cded5
L
9222 # Both c and cxx compiler support -rpath directly
9223 hardcode_libdir_flag_spec='-rpath $libdir'
9224 fi
9225 archive_cmds_need_lc='no'
9226 hardcode_libdir_separator=:
9227 ;;
d7040cdb 9228
ce2cded5
L
9229 solaris*)
9230 no_undefined_flag=' -z defs'
9231 if test "$GCC" = yes; then
9232 wlarc='${wl}'
f2c621e4 9233 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9234 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9235 $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
9236 else
9237 case `$CC -V 2>&1` in
9238 *"Compilers 5.0"*)
9239 wlarc=''
9240 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9241 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9242 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9243 ;;
9244 *)
9245 wlarc='${wl}'
9246 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9247 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9248 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9249 ;;
9250 esac
9251 fi
9252 hardcode_libdir_flag_spec='-R$libdir'
9253 hardcode_shlibpath_var=no
9254 case $host_os in
9255 solaris2.[0-5] | solaris2.[0-5].*) ;;
9256 *)
9257 # The compiler driver will combine and reorder linker options,
9258 # but understands `-z linker_flag'. GCC discards it without `$wl',
9259 # but is careful enough not to reorder.
9260 # Supported since Solaris 2.6 (maybe 2.5.1?)
9261 if test "$GCC" = yes; then
9262 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9263 else
9264 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9265 fi
9266 ;;
9267 esac
9268 link_all_deplibs=yes
d7040cdb 9269 ;;
ce2cded5
L
9270
9271 sunos4*)
9272 if test "x$host_vendor" = xsequent; then
9273 # Use $CC to link under sequent, because it throws in some extra .o
9274 # files that make .init and .fini sections work.
9275 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9276 else
ce2cded5 9277 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9278 fi
ce2cded5
L
9279 hardcode_libdir_flag_spec='-L$libdir'
9280 hardcode_direct=yes
9281 hardcode_minus_L=yes
9282 hardcode_shlibpath_var=no
d7040cdb 9283 ;;
ce2cded5
L
9284
9285 sysv4)
9286 case $host_vendor in
9287 sni)
9288 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9289 hardcode_direct=yes # is this really true???
9290 ;;
9291 siemens)
9292 ## LD is ld it makes a PLAMLIB
9293 ## CC just makes a GrossModule.
9294 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9295 reload_cmds='$CC -r -o $output$reload_objs'
9296 hardcode_direct=no
9297 ;;
9298 motorola)
9299 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9300 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9301 ;;
9302 esac
9303 runpath_var='LD_RUN_PATH'
9304 hardcode_shlibpath_var=no
d7040cdb 9305 ;;
d7040cdb 9306
ce2cded5
L
9307 sysv4.3*)
9308 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9309 hardcode_shlibpath_var=no
9310 export_dynamic_flag_spec='-Bexport'
9311 ;;
d7040cdb 9312
ce2cded5
L
9313 sysv4*MP*)
9314 if test -d /usr/nec; then
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_shlibpath_var=no
9317 runpath_var=LD_RUN_PATH
9318 hardcode_runpath_var=yes
9319 ld_shlibs=yes
9320 fi
9321 ;;
d7040cdb 9322
ce2cded5
L
9323 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9324 no_undefined_flag='${wl}-z,text'
9325 archive_cmds_need_lc=no
9326 hardcode_shlibpath_var=no
9327 runpath_var='LD_RUN_PATH'
d7040cdb 9328
ce2cded5
L
9329 if test "$GCC" = yes; then
9330 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9331 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9332 else
9333 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9334 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9335 fi
9336 ;;
d7040cdb 9337
ce2cded5
L
9338 sysv5* | sco3.2v5* | sco5v6*)
9339 # Note: We can NOT use -z defs as we might desire, because we do not
9340 # link with -lc, and that would cause any symbols used from libc to
9341 # always be unresolved, which means just about no library would
9342 # ever link correctly. If we're not using GNU ld we use -z text
9343 # though, which does catch some bad symbols but isn't as heavy-handed
9344 # as -z defs.
9345 no_undefined_flag='${wl}-z,text'
9346 allow_undefined_flag='${wl}-z,nodefs'
9347 archive_cmds_need_lc=no
9348 hardcode_shlibpath_var=no
9349 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9350 hardcode_libdir_separator=':'
9351 link_all_deplibs=yes
9352 export_dynamic_flag_spec='${wl}-Bexport'
9353 runpath_var='LD_RUN_PATH'
d7040cdb 9354
ce2cded5
L
9355 if test "$GCC" = yes; then
9356 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9357 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9358 else
9359 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9361 fi
d7040cdb 9362 ;;
d7040cdb 9363
ce2cded5
L
9364 uts4*)
9365 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9366 hardcode_libdir_flag_spec='-L$libdir'
9367 hardcode_shlibpath_var=no
9368 ;;
d7040cdb 9369
ce2cded5
L
9370 *)
9371 ld_shlibs=no
9372 ;;
9373 esac
9374
9375 if test x$host_vendor = xsni; then
9376 case $host in
9377 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9378 export_dynamic_flag_spec='${wl}-Blargedynsym'
9379 ;;
9380 esac
d7040cdb 9381 fi
ce2cded5 9382 fi
d7040cdb 9383
81ecdfbb
RW
9384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9385$as_echo "$ld_shlibs" >&6; }
ce2cded5 9386test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9387
ce2cded5 9388with_gnu_ld=$with_gnu_ld
d7040cdb 9389
d7040cdb 9390
d7040cdb 9391
d7040cdb 9392
d7040cdb 9393
d7040cdb 9394
d7040cdb 9395
d7040cdb 9396
d7040cdb 9397
d7040cdb 9398
d7040cdb 9399
d7040cdb 9400
d7040cdb 9401
d7040cdb 9402
d7040cdb 9403
ce2cded5
L
9404#
9405# Do we need to explicitly link libc?
9406#
9407case "x$archive_cmds_need_lc" in
9408x|xyes)
9409 # Assume -lc should be added
9410 archive_cmds_need_lc=yes
d7040cdb 9411
ce2cded5
L
9412 if test "$enable_shared" = yes && test "$GCC" = yes; then
9413 case $archive_cmds in
9414 *'~'*)
9415 # FIXME: we may have to deal with multi-command sequences.
9416 ;;
9417 '$CC '*)
9418 # Test whether the compiler implicitly links with -lc since on some
9419 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9420 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9422$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9423if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 9424 $as_echo_n "(cached) " >&6
39144654
RW
9425else
9426 $RM conftest*
9427 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9428
81ecdfbb 9429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
9430 (eval $ac_compile) 2>&5
9431 ac_status=$?
81ecdfbb
RW
9432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9433 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9434 soname=conftest
9435 lib=conftest
9436 libobjs=conftest.$ac_objext
9437 deplibs=
9438 wl=$lt_prog_compiler_wl
9439 pic_flag=$lt_prog_compiler_pic
9440 compiler_flags=-v
9441 linker_flags=-v
9442 verstring=
9443 output_objdir=.
9444 libname=conftest
9445 lt_save_allow_undefined_flag=$allow_undefined_flag
9446 allow_undefined_flag=
81ecdfbb 9447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
9448 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9449 ac_status=$?
81ecdfbb
RW
9450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9451 test $ac_status = 0; }
39144654
RW
9452 then
9453 lt_cv_archive_cmds_need_lc=no
9454 else
9455 lt_cv_archive_cmds_need_lc=yes
9456 fi
9457 allow_undefined_flag=$lt_save_allow_undefined_flag
9458 else
9459 cat conftest.err 1>&5
9460 fi
9461 $RM conftest*
9462
9463fi
81ecdfbb
RW
9464{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9465$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9466 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9467 ;;
9468 esac
d7040cdb 9469 fi
d7040cdb 9470 ;;
ce2cded5 9471esac
d7040cdb 9472
d7040cdb 9473
d7040cdb 9474
d7040cdb 9475
d7040cdb 9476
d7040cdb 9477
d7040cdb 9478
d7040cdb
SE
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
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
d7040cdb 9566
d7040cdb 9567
d7040cdb
SE
9568
9569
9570
9571
9572
9573
d7040cdb 9574
d7040cdb 9575
d7040cdb 9576
d7040cdb 9577
d7040cdb 9578
d7040cdb 9579
d7040cdb 9580
d7040cdb 9581
d7040cdb 9582
d7040cdb 9583
d7040cdb 9584
d7040cdb 9585
d7040cdb 9586
d7040cdb 9587
d7040cdb 9588
d7040cdb 9589
d7040cdb 9590
d7040cdb 9591
d7040cdb 9592
d7040cdb 9593
d7040cdb 9594
d7040cdb 9595
d7040cdb 9596
ce2cded5
L
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
81ecdfbb
RW
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9630$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9631
9632if test "$GCC" = yes; then
ce2cded5
L
9633 case $host_os in
9634 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9635 *) lt_awk_arg="/^libraries:/" ;;
9636 esac
3725885a
RW
9637 case $host_os in
9638 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9639 *) lt_sed_strip_eq="s,=/,/,g" ;;
9640 esac
9641 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9642 case $lt_search_path_spec in
9643 *\;*)
ce2cded5
L
9644 # if the path contains ";" then we assume it to be the separator
9645 # otherwise default to the standard path separator (i.e. ":") - it is
9646 # assumed that no part of a normal pathname contains ";" but that should
9647 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9648 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9649 ;;
9650 *)
9651 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9652 ;;
9653 esac
ce2cded5
L
9654 # Ok, now we have the path, separated by spaces, we can step through it
9655 # and add multilib dir if necessary.
9656 lt_tmp_lt_search_path_spec=
9657 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9658 for lt_sys_path in $lt_search_path_spec; do
9659 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9660 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9661 else
9662 test -d "$lt_sys_path" && \
9663 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9664 fi
9665 done
3725885a 9666 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
9667BEGIN {RS=" "; FS="/|\n";} {
9668 lt_foo="";
9669 lt_count=0;
9670 for (lt_i = NF; lt_i > 0; lt_i--) {
9671 if ($lt_i != "" && $lt_i != ".") {
9672 if ($lt_i == "..") {
9673 lt_count++;
9674 } else {
9675 if (lt_count == 0) {
9676 lt_foo="/" $lt_i lt_foo;
9677 } else {
9678 lt_count--;
9679 }
9680 }
9681 }
9682 }
9683 if (lt_foo != "") { lt_freq[lt_foo]++; }
9684 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9685}'`
3725885a
RW
9686 # AWK program above erroneously prepends '/' to C:/dos/paths
9687 # for these hosts.
9688 case $host_os in
9689 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9690 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9691 esac
9692 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 9693else
ce2cded5
L
9694 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9695fi
9696library_names_spec=
9697libname_spec='lib$name'
9698soname_spec=
9699shrext_cmds=".so"
9700postinstall_cmds=
9701postuninstall_cmds=
9702finish_cmds=
9703finish_eval=
9704shlibpath_var=
9705shlibpath_overrides_runpath=unknown
9706version_type=none
9707dynamic_linker="$host_os ld.so"
9708sys_lib_dlsearch_path_spec="/lib /usr/lib"
9709need_lib_prefix=unknown
9710hardcode_into_libs=no
9711
9712# when you set need_version to no, make sure it does not cause -set_version
9713# flags to be left without arguments
9714need_version=unknown
9715
9716case $host_os in
9717aix3*)
9718 version_type=linux
9719 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9720 shlibpath_var=LIBPATH
9721
9722 # AIX 3 has no versioning support, so we append a major version to the name.
9723 soname_spec='${libname}${release}${shared_ext}$major'
9724 ;;
9725
50e7d84b 9726aix[4-9]*)
ce2cded5
L
9727 version_type=linux
9728 need_lib_prefix=no
9729 need_version=no
9730 hardcode_into_libs=yes
9731 if test "$host_cpu" = ia64; then
9732 # AIX 5 supports IA64
9733 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9734 shlibpath_var=LD_LIBRARY_PATH
9735 else
9736 # With GCC up to 2.95.x, collect2 would create an import file
9737 # for dependence libraries. The import file would start with
9738 # the line `#! .'. This would cause the generated library to
9739 # depend on `.', always an invalid library. This was fixed in
9740 # development snapshots of GCC prior to 3.0.
9741 case $host_os in
9742 aix4 | aix4.[01] | aix4.[01].*)
9743 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9744 echo ' yes '
9745 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9746 :
9747 else
9748 can_build_shared=no
9749 fi
9750 ;;
9751 esac
9752 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9753 # soname into executable. Probably we can add versioning support to
9754 # collect2, so additional links can be useful in future.
9755 if test "$aix_use_runtimelinking" = yes; then
9756 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9757 # instead of lib<name>.a to let people know that these are not
9758 # typical AIX shared libraries.
9759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9760 else
9761 # We preserve .a as extension for shared libraries through AIX4.2
9762 # and later when we are not doing run time linking.
9763 library_names_spec='${libname}${release}.a $libname.a'
9764 soname_spec='${libname}${release}${shared_ext}$major'
9765 fi
9766 shlibpath_var=LIBPATH
9767 fi
9768 ;;
9769
9770amigaos*)
718a6fd8
SE
9771 case $host_cpu in
9772 powerpc)
9773 # Since July 2007 AmigaOS4 officially supports .so libraries.
9774 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9776 ;;
9777 m68k)
ce2cded5
L
9778 library_names_spec='$libname.ixlibrary $libname.a'
9779 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 9780 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
9781 ;;
9782 esac
ce2cded5
L
9783 ;;
9784
9785beos*)
9786 library_names_spec='${libname}${shared_ext}'
9787 dynamic_linker="$host_os ld.so"
9788 shlibpath_var=LIBRARY_PATH
9789 ;;
9790
9791bsdi[45]*)
9792 version_type=linux
9793 need_version=no
9794 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9795 soname_spec='${libname}${release}${shared_ext}$major'
9796 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9797 shlibpath_var=LD_LIBRARY_PATH
9798 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9799 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9800 # the default ld.so.conf also contains /usr/contrib/lib and
9801 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9802 # libtool to hard-code these into programs
9803 ;;
9804
718a6fd8 9805cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9806 version_type=windows
9807 shrext_cmds=".dll"
9808 need_version=no
9809 need_lib_prefix=no
9810
f2c621e4
AS
9811 case $GCC,$host_os in
9812 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
9813 library_names_spec='$libname.dll.a'
9814 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9815 postinstall_cmds='base_file=`basename \${file}`~
9816 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9817 dldir=$destdir/`dirname \$dlpath`~
9818 test -d \$dldir || mkdir -p \$dldir~
9819 $install_prog $dir/$dlname \$dldir/$dlname~
9820 chmod a+x \$dldir/$dlname~
9821 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9822 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9823 fi'
9824 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9825 dlpath=$dir/\$dldll~
9826 $RM \$dlpath'
9827 shlibpath_overrides_runpath=yes
9828
9829 case $host_os in
9830 cygwin*)
9831 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9832 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
9833
9834 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 9835 ;;
718a6fd8 9836 mingw* | cegcc*)
ce2cded5
L
9837 # MinGW DLLs use traditional 'lib' prefix
9838 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
9839 ;;
9840 pw32*)
9841 # pw32 DLLs use 'pw' prefix rather than 'lib'
9842 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9843 ;;
9844 esac
9845 ;;
9846
9847 *)
9848 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9849 ;;
9850 esac
f2c621e4 9851 dynamic_linker='Win32 ld.exe'
ce2cded5
L
9852 # FIXME: first we should search . and the directory the executable is in
9853 shlibpath_var=PATH
9854 ;;
9855
9856darwin* | rhapsody*)
9857 dynamic_linker="$host_os dyld"
9858 version_type=darwin
9859 need_lib_prefix=no
9860 need_version=no
9861 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9862 soname_spec='${libname}${release}${major}$shared_ext'
9863 shlibpath_overrides_runpath=yes
9864 shlibpath_var=DYLD_LIBRARY_PATH
9865 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9866
9867 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9868 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9869 ;;
9870
9871dgux*)
9872 version_type=linux
9873 need_lib_prefix=no
9874 need_version=no
9875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9876 soname_spec='${libname}${release}${shared_ext}$major'
9877 shlibpath_var=LD_LIBRARY_PATH
9878 ;;
9879
ce2cded5
L
9880freebsd* | dragonfly*)
9881 # DragonFly does not have aout. When/if they implement a new
9882 # versioning mechanism, adjust this.
9883 if test -x /usr/bin/objformat; then
9884 objformat=`/usr/bin/objformat`
9885 else
9886 case $host_os in
6d2920c8 9887 freebsd[23].*) objformat=aout ;;
ce2cded5
L
9888 *) objformat=elf ;;
9889 esac
9890 fi
9891 version_type=freebsd-$objformat
9892 case $version_type in
9893 freebsd-elf*)
9894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9895 need_version=no
9896 need_lib_prefix=no
9897 ;;
9898 freebsd-*)
9899 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9900 need_version=yes
9901 ;;
9902 esac
9903 shlibpath_var=LD_LIBRARY_PATH
9904 case $host_os in
6d2920c8 9905 freebsd2.*)
ce2cded5
L
9906 shlibpath_overrides_runpath=yes
9907 ;;
9908 freebsd3.[01]* | freebsdelf3.[01]*)
9909 shlibpath_overrides_runpath=yes
9910 hardcode_into_libs=yes
9911 ;;
9912 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9913 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9914 shlibpath_overrides_runpath=no
9915 hardcode_into_libs=yes
9916 ;;
9917 *) # from 4.6 on, and DragonFly
9918 shlibpath_overrides_runpath=yes
9919 hardcode_into_libs=yes
9920 ;;
9921 esac
9922 ;;
9923
3725885a
RW
9924haiku*)
9925 version_type=linux
9926 need_lib_prefix=no
9927 need_version=no
9928 dynamic_linker="$host_os runtime_loader"
9929 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9930 soname_spec='${libname}${release}${shared_ext}$major'
9931 shlibpath_var=LIBRARY_PATH
9932 shlibpath_overrides_runpath=yes
d85e70a3 9933 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
3725885a
RW
9934 hardcode_into_libs=yes
9935 ;;
9936
ce2cded5
L
9937hpux9* | hpux10* | hpux11*)
9938 # Give a soname corresponding to the major version so that dld.sl refuses to
9939 # link against other versions.
9940 version_type=sunos
9941 need_lib_prefix=no
9942 need_version=no
9943 case $host_cpu in
9944 ia64*)
9945 shrext_cmds='.so'
9946 hardcode_into_libs=yes
9947 dynamic_linker="$host_os dld.so"
9948 shlibpath_var=LD_LIBRARY_PATH
9949 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9951 soname_spec='${libname}${release}${shared_ext}$major'
9952 if test "X$HPUX_IA64_MODE" = X32; then
9953 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9954 else
9955 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9956 fi
9957 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9958 ;;
9959 hppa*64*)
9960 shrext_cmds='.sl'
9961 hardcode_into_libs=yes
9962 dynamic_linker="$host_os dld.sl"
9963 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9964 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9968 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9969 ;;
9970 *)
9971 shrext_cmds='.sl'
9972 dynamic_linker="$host_os dld.sl"
9973 shlibpath_var=SHLIB_PATH
9974 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9976 soname_spec='${libname}${release}${shared_ext}$major'
9977 ;;
9978 esac
3725885a 9979 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 9980 postinstall_cmds='chmod 555 $lib'
3725885a
RW
9981 # or fails outright, so override atomically:
9982 install_override_mode=555
ce2cded5
L
9983 ;;
9984
9985interix[3-9]*)
9986 version_type=linux
9987 need_lib_prefix=no
9988 need_version=no
9989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9990 soname_spec='${libname}${release}${shared_ext}$major'
9991 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9992 shlibpath_var=LD_LIBRARY_PATH
9993 shlibpath_overrides_runpath=no
9994 hardcode_into_libs=yes
9995 ;;
9996
9997irix5* | irix6* | nonstopux*)
9998 case $host_os in
9999 nonstopux*) version_type=nonstopux ;;
10000 *)
10001 if test "$lt_cv_prog_gnu_ld" = yes; then
10002 version_type=linux
10003 else
10004 version_type=irix
10005 fi ;;
10006 esac
10007 need_lib_prefix=no
10008 need_version=no
10009 soname_spec='${libname}${release}${shared_ext}$major'
10010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10011 case $host_os in
10012 irix5* | nonstopux*)
10013 libsuff= shlibsuff=
10014 ;;
10015 *)
10016 case $LD in # libtool.m4 will add one of these switches to LD
10017 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10018 libsuff= shlibsuff= libmagic=32-bit;;
10019 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10020 libsuff=32 shlibsuff=N32 libmagic=N32;;
10021 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10022 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10023 *) libsuff= shlibsuff= libmagic=never-match;;
10024 esac
10025 ;;
10026 esac
10027 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10028 shlibpath_overrides_runpath=no
10029 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10030 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10031 hardcode_into_libs=yes
10032 ;;
d7040cdb 10033
ce2cded5
L
10034# No shared lib support for Linux oldld, aout, or coff.
10035linux*oldld* | linux*aout* | linux*coff*)
10036 dynamic_linker=no
10037 ;;
10038
10039# This must be Linux ELF.
f4782128 10040linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
ce2cded5
L
10041 version_type=linux
10042 need_lib_prefix=no
10043 need_version=no
10044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10047 shlibpath_var=LD_LIBRARY_PATH
10048 shlibpath_overrides_runpath=no
39144654 10049
ce2cded5 10050 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10051 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10052 $as_echo_n "(cached) " >&6
39144654
RW
10053else
10054 lt_cv_shlibpath_overrides_runpath=no
10055 save_LDFLAGS=$LDFLAGS
10056 save_libdir=$libdir
10057 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10058 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10060/* end confdefs.h. */
10061
d7040cdb
SE
10062int
10063main ()
10064{
ce2cded5 10065
d7040cdb
SE
10066 ;
10067 return 0;
10068}
10069_ACEOF
81ecdfbb
RW
10070if ac_fn_c_try_link "$LINENO"; then :
10071 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10072 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10073fi
ce2cded5 10074fi
81ecdfbb
RW
10075rm -f core conftest.err conftest.$ac_objext \
10076 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10077 LDFLAGS=$save_LDFLAGS
10078 libdir=$save_libdir
10079
10080fi
10081
10082 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10083
10084 # This implies no fast_install, which is unacceptable.
10085 # Some rework will be needed to allow for fast_install
10086 # before this can be enabled.
10087 hardcode_into_libs=yes
10088
10089 # Append ld.so.conf contents to the search path
10090 if test -f /etc/ld.so.conf; then
3725885a 10091 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 10092 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10093 fi
10094
10095 # We used to test for /lib/ld.so.1 and disable shared libraries on
10096 # powerpc, because MkLinux only supported shared libraries with the
10097 # GNU dynamic linker. Since this was broken with cross compilers,
10098 # most powerpc-linux boxes support dynamic linking these days and
10099 # people can always --disable-shared, the test was removed, and we
10100 # assume the GNU/Linux dynamic linker is in use.
10101 dynamic_linker='GNU/Linux ld.so'
10102 ;;
10103
10104netbsd*)
10105 version_type=sunos
10106 need_lib_prefix=no
10107 need_version=no
10108 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10110 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10111 dynamic_linker='NetBSD (a.out) ld.so'
10112 else
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10114 soname_spec='${libname}${release}${shared_ext}$major'
10115 dynamic_linker='NetBSD ld.elf_so'
10116 fi
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=yes
10119 hardcode_into_libs=yes
10120 ;;
10121
10122newsos6)
10123 version_type=linux
10124 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10125 shlibpath_var=LD_LIBRARY_PATH
10126 shlibpath_overrides_runpath=yes
10127 ;;
10128
10129*nto* | *qnx*)
10130 version_type=qnx
10131 need_lib_prefix=no
10132 need_version=no
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10134 soname_spec='${libname}${release}${shared_ext}$major'
10135 shlibpath_var=LD_LIBRARY_PATH
10136 shlibpath_overrides_runpath=no
10137 hardcode_into_libs=yes
10138 dynamic_linker='ldqnx.so'
10139 ;;
10140
10141openbsd*)
10142 version_type=sunos
10143 sys_lib_dlsearch_path_spec="/usr/lib"
10144 need_lib_prefix=no
10145 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10146 case $host_os in
10147 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10148 *) need_version=no ;;
10149 esac
10150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10151 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10152 shlibpath_var=LD_LIBRARY_PATH
10153 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10154 case $host_os in
10155 openbsd2.[89] | openbsd2.[89].*)
10156 shlibpath_overrides_runpath=no
10157 ;;
10158 *)
10159 shlibpath_overrides_runpath=yes
10160 ;;
10161 esac
10162 else
10163 shlibpath_overrides_runpath=yes
10164 fi
10165 ;;
10166
10167os2*)
10168 libname_spec='$name'
10169 shrext_cmds=".dll"
10170 need_lib_prefix=no
10171 library_names_spec='$libname${shared_ext} $libname.a'
10172 dynamic_linker='OS/2 ld.exe'
10173 shlibpath_var=LIBPATH
10174 ;;
10175
10176osf3* | osf4* | osf5*)
10177 version_type=osf
10178 need_lib_prefix=no
10179 need_version=no
10180 soname_spec='${libname}${release}${shared_ext}$major'
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 shlibpath_var=LD_LIBRARY_PATH
10183 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10184 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10185 ;;
10186
10187rdos*)
10188 dynamic_linker=no
10189 ;;
10190
10191solaris*)
10192 version_type=linux
10193 need_lib_prefix=no
10194 need_version=no
10195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 soname_spec='${libname}${release}${shared_ext}$major'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 shlibpath_overrides_runpath=yes
10199 hardcode_into_libs=yes
10200 # ldd complains unless libraries are executable
10201 postinstall_cmds='chmod +x $lib'
10202 ;;
10203
10204sunos4*)
10205 version_type=sunos
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10207 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10208 shlibpath_var=LD_LIBRARY_PATH
10209 shlibpath_overrides_runpath=yes
10210 if test "$with_gnu_ld" = yes; then
10211 need_lib_prefix=no
10212 fi
10213 need_version=yes
10214 ;;
10215
10216sysv4 | sysv4.3*)
10217 version_type=linux
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 case $host_vendor in
10222 sni)
10223 shlibpath_overrides_runpath=no
10224 need_lib_prefix=no
10225 runpath_var=LD_RUN_PATH
10226 ;;
10227 siemens)
10228 need_lib_prefix=no
10229 ;;
10230 motorola)
10231 need_lib_prefix=no
10232 need_version=no
10233 shlibpath_overrides_runpath=no
10234 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10235 ;;
10236 esac
10237 ;;
10238
10239sysv4*MP*)
10240 if test -d /usr/nec ;then
10241 version_type=linux
10242 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10243 soname_spec='$libname${shared_ext}.$major'
10244 shlibpath_var=LD_LIBRARY_PATH
10245 fi
10246 ;;
10247
10248sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10249 version_type=freebsd-elf
10250 need_lib_prefix=no
10251 need_version=no
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10253 soname_spec='${libname}${release}${shared_ext}$major'
10254 shlibpath_var=LD_LIBRARY_PATH
10255 shlibpath_overrides_runpath=yes
10256 hardcode_into_libs=yes
10257 if test "$with_gnu_ld" = yes; then
10258 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10259 else
10260 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10261 case $host_os in
10262 sco3.2v5*)
10263 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10264 ;;
10265 esac
10266 fi
10267 sys_lib_dlsearch_path_spec='/usr/lib'
10268 ;;
10269
10270tpf*)
10271 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10272 version_type=linux
10273 need_lib_prefix=no
10274 need_version=no
718a6fd8 10275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10276 shlibpath_var=LD_LIBRARY_PATH
10277 shlibpath_overrides_runpath=no
10278 hardcode_into_libs=yes
10279 ;;
d7040cdb 10280
ce2cded5
L
10281uts4*)
10282 version_type=linux
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 ;;
d7040cdb 10287
ce2cded5
L
10288*)
10289 dynamic_linker=no
10290 ;;
10291esac
81ecdfbb
RW
10292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10293$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10294test "$dynamic_linker" = no && can_build_shared=no
10295
10296variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10297if test "$GCC" = yes; then
10298 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10299fi
d7040cdb 10300
718a6fd8
SE
10301if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10302 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10303fi
10304if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10305 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10306fi
10307
d7040cdb 10308
d7040cdb
SE
10309
10310
d7040cdb
SE
10311
10312
d7040cdb
SE
10313
10314
d7040cdb
SE
10315
10316
d7040cdb
SE
10317
10318
d7040cdb 10319
d7040cdb 10320
d7040cdb 10321
d7040cdb 10322
d7040cdb 10323
d7040cdb 10324
d7040cdb 10325
d7040cdb 10326
d7040cdb 10327
d7040cdb 10328
d7040cdb 10329
d7040cdb 10330
d7040cdb 10331
d7040cdb 10332
d7040cdb
SE
10333
10334
d7040cdb 10335
d7040cdb 10336
d7040cdb 10337
d7040cdb 10338
d7040cdb 10339
d7040cdb 10340
d7040cdb 10341
d7040cdb 10342
d7040cdb 10343
d7040cdb
SE
10344
10345
d7040cdb 10346
d7040cdb 10347
d7040cdb 10348
d7040cdb
SE
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
d7040cdb
SE
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
d7040cdb 10378
d7040cdb 10379
d7040cdb 10380
d7040cdb 10381
d7040cdb
SE
10382
10383
10384
10385
ce2cded5
L
10386
10387
3725885a
RW
10388
10389
10390
10391
10392
ce2cded5
L
10393
10394
10395
10396
10397
10398
81ecdfbb
RW
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10400$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
10401hardcode_action=
10402if test -n "$hardcode_libdir_flag_spec" ||
10403 test -n "$runpath_var" ||
10404 test "X$hardcode_automatic" = "Xyes" ; then
10405
10406 # We can hardcode non-existent directories.
10407 if test "$hardcode_direct" != no &&
10408 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10409 # have to relink, otherwise we might link with an installed library
10410 # when we should be linking with a yet-to-be-installed one
10411 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10412 test "$hardcode_minus_L" != no; then
10413 # Linking always hardcodes the temporary library directory.
10414 hardcode_action=relink
10415 else
10416 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10417 hardcode_action=immediate
10418 fi
10419else
10420 # We cannot hardcode anything, or else we can only hardcode existing
10421 # directories.
10422 hardcode_action=unsupported
10423fi
81ecdfbb
RW
10424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10425$as_echo "$hardcode_action" >&6; }
ce2cded5
L
10426
10427if test "$hardcode_action" = relink ||
10428 test "$inherit_rpath" = yes; then
10429 # Fast installation is not supported
10430 enable_fast_install=no
10431elif test "$shlibpath_overrides_runpath" = yes ||
10432 test "$enable_shared" = no; then
10433 # Fast installation is not necessary
10434 enable_fast_install=needless
d7040cdb 10435fi
d7040cdb 10436
d7040cdb
SE
10437
10438
10439
10440
10441
ce2cded5
L
10442 if test "x$enable_dlopen" != xyes; then
10443 enable_dlopen=unknown
10444 enable_dlopen_self=unknown
10445 enable_dlopen_self_static=unknown
10446else
10447 lt_cv_dlopen=no
10448 lt_cv_dlopen_libs=
10449
10450 case $host_os in
10451 beos*)
10452 lt_cv_dlopen="load_add_on"
10453 lt_cv_dlopen_libs=
10454 lt_cv_dlopen_self=yes
10455 ;;
d7040cdb 10456
718a6fd8 10457 mingw* | pw32* | cegcc*)
ce2cded5
L
10458 lt_cv_dlopen="LoadLibrary"
10459 lt_cv_dlopen_libs=
10460 ;;
d7040cdb 10461
ce2cded5
L
10462 cygwin*)
10463 lt_cv_dlopen="dlopen"
10464 lt_cv_dlopen_libs=
10465 ;;
d7040cdb 10466
ce2cded5
L
10467 darwin*)
10468 # if libdl is installed we need to link against it
81ecdfbb
RW
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10470$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10471if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10472 $as_echo_n "(cached) " >&6
ce2cded5
L
10473else
10474 ac_check_lib_save_LIBS=$LIBS
10475LIBS="-ldl $LIBS"
81ecdfbb 10476cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10477/* end confdefs.h. */
d7040cdb 10478
81ecdfbb
RW
10479/* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
ce2cded5
L
10482#ifdef __cplusplus
10483extern "C"
10484#endif
ce2cded5
L
10485char dlopen ();
10486int
10487main ()
10488{
81ecdfbb 10489return dlopen ();
ce2cded5
L
10490 ;
10491 return 0;
10492}
10493_ACEOF
81ecdfbb 10494if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10495 ac_cv_lib_dl_dlopen=yes
10496else
81ecdfbb 10497 ac_cv_lib_dl_dlopen=no
ce2cded5 10498fi
81ecdfbb
RW
10499rm -f core conftest.err conftest.$ac_objext \
10500 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10501LIBS=$ac_check_lib_save_LIBS
10502fi
81ecdfbb
RW
10503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10504$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10505if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5
L
10506 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10507else
d7040cdb 10508
ce2cded5
L
10509 lt_cv_dlopen="dyld"
10510 lt_cv_dlopen_libs=
10511 lt_cv_dlopen_self=yes
d7040cdb 10512
ce2cded5 10513fi
d7040cdb 10514
ce2cded5 10515 ;;
d7040cdb 10516
ce2cded5 10517 *)
81ecdfbb 10518 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10519if test "x$ac_cv_func_shl_load" = xyes; then :
ce2cded5
L
10520 lt_cv_dlopen="shl_load"
10521else
81ecdfbb
RW
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10523$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10524if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 10525 $as_echo_n "(cached) " >&6
ce2cded5
L
10526else
10527 ac_check_lib_save_LIBS=$LIBS
10528LIBS="-ldld $LIBS"
81ecdfbb 10529cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10530/* end confdefs.h. */
d7040cdb 10531
81ecdfbb
RW
10532/* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
ce2cded5
L
10535#ifdef __cplusplus
10536extern "C"
10537#endif
ce2cded5
L
10538char shl_load ();
10539int
10540main ()
10541{
81ecdfbb 10542return shl_load ();
ce2cded5
L
10543 ;
10544 return 0;
10545}
d7040cdb 10546_ACEOF
81ecdfbb 10547if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10548 ac_cv_lib_dld_shl_load=yes
10549else
81ecdfbb 10550 ac_cv_lib_dld_shl_load=no
d7040cdb 10551fi
81ecdfbb
RW
10552rm -f core conftest.err conftest.$ac_objext \
10553 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10554LIBS=$ac_check_lib_save_LIBS
10555fi
81ecdfbb
RW
10556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10557$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10558if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 10559 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 10560else
81ecdfbb 10561 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10562if test "x$ac_cv_func_dlopen" = xyes; then :
ce2cded5
L
10563 lt_cv_dlopen="dlopen"
10564else
81ecdfbb
RW
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10566$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10567if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10568 $as_echo_n "(cached) " >&6
d7040cdb 10569else
ce2cded5
L
10570 ac_check_lib_save_LIBS=$LIBS
10571LIBS="-ldl $LIBS"
81ecdfbb 10572cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10573/* end confdefs.h. */
d7040cdb 10574
81ecdfbb
RW
10575/* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
ce2cded5
L
10578#ifdef __cplusplus
10579extern "C"
10580#endif
ce2cded5 10581char dlopen ();
d7040cdb
SE
10582int
10583main ()
10584{
81ecdfbb 10585return dlopen ();
d7040cdb
SE
10586 ;
10587 return 0;
10588}
10589_ACEOF
81ecdfbb 10590if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10591 ac_cv_lib_dl_dlopen=yes
10592else
81ecdfbb 10593 ac_cv_lib_dl_dlopen=no
ce2cded5 10594fi
81ecdfbb
RW
10595rm -f core conftest.err conftest.$ac_objext \
10596 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10597LIBS=$ac_check_lib_save_LIBS
10598fi
81ecdfbb
RW
10599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10600$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10601if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5
L
10602 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10603else
81ecdfbb
RW
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10605$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10606if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10607 $as_echo_n "(cached) " >&6
ce2cded5
L
10608else
10609 ac_check_lib_save_LIBS=$LIBS
10610LIBS="-lsvld $LIBS"
81ecdfbb 10611cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10612/* end confdefs.h. */
d7040cdb 10613
81ecdfbb
RW
10614/* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
ce2cded5
L
10617#ifdef __cplusplus
10618extern "C"
10619#endif
ce2cded5 10620char dlopen ();
d7040cdb
SE
10621int
10622main ()
10623{
81ecdfbb 10624return dlopen ();
d7040cdb
SE
10625 ;
10626 return 0;
10627}
10628_ACEOF
81ecdfbb 10629if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 10630 ac_cv_lib_svld_dlopen=yes
d7040cdb 10631else
81ecdfbb 10632 ac_cv_lib_svld_dlopen=no
d7040cdb 10633fi
81ecdfbb
RW
10634rm -f core conftest.err conftest.$ac_objext \
10635 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10636LIBS=$ac_check_lib_save_LIBS
10637fi
81ecdfbb
RW
10638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10639$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10640if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
ce2cded5
L
10641 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10642else
81ecdfbb
RW
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10644$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10645if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10646 $as_echo_n "(cached) " >&6
d7040cdb 10647else
ce2cded5
L
10648 ac_check_lib_save_LIBS=$LIBS
10649LIBS="-ldld $LIBS"
81ecdfbb 10650cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10651/* end confdefs.h. */
ce2cded5 10652
81ecdfbb
RW
10653/* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
ce2cded5
L
10656#ifdef __cplusplus
10657extern "C"
10658#endif
ce2cded5 10659char dld_link ();
d7040cdb
SE
10660int
10661main ()
10662{
81ecdfbb 10663return dld_link ();
d7040cdb
SE
10664 ;
10665 return 0;
10666}
10667_ACEOF
81ecdfbb 10668if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10669 ac_cv_lib_dld_dld_link=yes
10670else
81ecdfbb 10671 ac_cv_lib_dld_dld_link=no
d7040cdb 10672fi
81ecdfbb
RW
10673rm -f core conftest.err conftest.$ac_objext \
10674 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10675LIBS=$ac_check_lib_save_LIBS
10676fi
81ecdfbb
RW
10677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10678$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10679if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 10680 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
10681fi
10682
10683
10684fi
10685
10686
10687fi
10688
10689
10690fi
10691
10692
10693fi
10694
10695
10696fi
10697
10698 ;;
10699 esac
10700
10701 if test "x$lt_cv_dlopen" != xno; then
10702 enable_dlopen=yes
d7040cdb 10703 else
ce2cded5 10704 enable_dlopen=no
d7040cdb 10705 fi
ce2cded5
L
10706
10707 case $lt_cv_dlopen in
10708 dlopen)
10709 save_CPPFLAGS="$CPPFLAGS"
10710 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10711
10712 save_LDFLAGS="$LDFLAGS"
10713 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10714
10715 save_LIBS="$LIBS"
10716 LIBS="$lt_cv_dlopen_libs $LIBS"
10717
81ecdfbb
RW
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10719$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10720if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 10721 $as_echo_n "(cached) " >&6
d7040cdb 10722else
ce2cded5
L
10723 if test "$cross_compiling" = yes; then :
10724 lt_cv_dlopen_self=cross
10725else
10726 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10727 lt_status=$lt_dlunknown
10728 cat > conftest.$ac_ext <<_LT_EOF
b0c295e1 10729#line 10729 "configure"
ce2cded5
L
10730#include "confdefs.h"
10731
10732#if HAVE_DLFCN_H
10733#include <dlfcn.h>
10734#endif
10735
10736#include <stdio.h>
10737
10738#ifdef RTLD_GLOBAL
10739# define LT_DLGLOBAL RTLD_GLOBAL
10740#else
10741# ifdef DL_GLOBAL
10742# define LT_DLGLOBAL DL_GLOBAL
10743# else
10744# define LT_DLGLOBAL 0
10745# endif
10746#endif
10747
10748/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10749 find out it does not work in some platform. */
10750#ifndef LT_DLLAZY_OR_NOW
10751# ifdef RTLD_LAZY
10752# define LT_DLLAZY_OR_NOW RTLD_LAZY
10753# else
10754# ifdef DL_LAZY
10755# define LT_DLLAZY_OR_NOW DL_LAZY
10756# else
10757# ifdef RTLD_NOW
10758# define LT_DLLAZY_OR_NOW RTLD_NOW
10759# else
10760# ifdef DL_NOW
10761# define LT_DLLAZY_OR_NOW DL_NOW
10762# else
10763# define LT_DLLAZY_OR_NOW 0
10764# endif
10765# endif
10766# endif
10767# endif
10768#endif
10769
3725885a
RW
10770/* When -fvisbility=hidden is used, assume the code has been annotated
10771 correspondingly for the symbols needed. */
10772#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 10773void fnord () __attribute__((visibility("default")));
3725885a
RW
10774#endif
10775
f2c621e4 10776void fnord () { int i=42; }
ce2cded5
L
10777int main ()
10778{
10779 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10780 int status = $lt_dlunknown;
10781
10782 if (self)
10783 {
10784 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
10785 else
10786 {
10787 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10788 else puts (dlerror ());
10789 }
ce2cded5
L
10790 /* dlclose (self); */
10791 }
10792 else
10793 puts (dlerror ());
10794
718a6fd8 10795 return status;
ce2cded5
L
10796}
10797_LT_EOF
81ecdfbb 10798 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
10799 (eval $ac_link) 2>&5
10800 ac_status=$?
81ecdfbb
RW
10801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10802 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
10803 (./conftest; exit; ) >&5 2>/dev/null
10804 lt_status=$?
10805 case x$lt_status in
10806 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10807 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10808 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10809 esac
10810 else :
10811 # compilation failed
10812 lt_cv_dlopen_self=no
10813 fi
10814fi
10815rm -fr conftest*
10816
d7040cdb
SE
10817
10818fi
81ecdfbb
RW
10819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10820$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
10821
10822 if test "x$lt_cv_dlopen_self" = xyes; then
10823 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10825$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10826if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 10827 $as_echo_n "(cached) " >&6
d7040cdb 10828else
ce2cded5
L
10829 if test "$cross_compiling" = yes; then :
10830 lt_cv_dlopen_self_static=cross
10831else
10832 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10833 lt_status=$lt_dlunknown
10834 cat > conftest.$ac_ext <<_LT_EOF
b0c295e1 10835#line 10835 "configure"
ce2cded5
L
10836#include "confdefs.h"
10837
10838#if HAVE_DLFCN_H
10839#include <dlfcn.h>
10840#endif
10841
10842#include <stdio.h>
10843
10844#ifdef RTLD_GLOBAL
10845# define LT_DLGLOBAL RTLD_GLOBAL
10846#else
10847# ifdef DL_GLOBAL
10848# define LT_DLGLOBAL DL_GLOBAL
10849# else
10850# define LT_DLGLOBAL 0
10851# endif
10852#endif
10853
10854/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10855 find out it does not work in some platform. */
10856#ifndef LT_DLLAZY_OR_NOW
10857# ifdef RTLD_LAZY
10858# define LT_DLLAZY_OR_NOW RTLD_LAZY
10859# else
10860# ifdef DL_LAZY
10861# define LT_DLLAZY_OR_NOW DL_LAZY
10862# else
10863# ifdef RTLD_NOW
10864# define LT_DLLAZY_OR_NOW RTLD_NOW
10865# else
10866# ifdef DL_NOW
10867# define LT_DLLAZY_OR_NOW DL_NOW
10868# else
10869# define LT_DLLAZY_OR_NOW 0
10870# endif
10871# endif
10872# endif
10873# endif
10874#endif
10875
3725885a
RW
10876/* When -fvisbility=hidden is used, assume the code has been annotated
10877 correspondingly for the symbols needed. */
10878#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 10879void fnord () __attribute__((visibility("default")));
3725885a
RW
10880#endif
10881
f2c621e4 10882void fnord () { int i=42; }
ce2cded5 10883int main ()
d7040cdb 10884{
ce2cded5
L
10885 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10886 int status = $lt_dlunknown;
10887
10888 if (self)
10889 {
10890 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
10891 else
10892 {
10893 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10894 else puts (dlerror ());
10895 }
ce2cded5
L
10896 /* dlclose (self); */
10897 }
10898 else
10899 puts (dlerror ());
10900
718a6fd8 10901 return status;
d7040cdb 10902}
ce2cded5 10903_LT_EOF
81ecdfbb 10904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
10905 (eval $ac_link) 2>&5
10906 ac_status=$?
81ecdfbb
RW
10907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10908 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
10909 (./conftest; exit; ) >&5 2>/dev/null
10910 lt_status=$?
10911 case x$lt_status in
10912 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10913 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10914 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10915 esac
10916 else :
10917 # compilation failed
10918 lt_cv_dlopen_self_static=no
10919 fi
d7040cdb 10920fi
ce2cded5
L
10921rm -fr conftest*
10922
10923
d7040cdb 10924fi
81ecdfbb
RW
10925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10926$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
10927 fi
10928
10929 CPPFLAGS="$save_CPPFLAGS"
10930 LDFLAGS="$save_LDFLAGS"
10931 LIBS="$save_LIBS"
10932 ;;
10933 esac
10934
10935 case $lt_cv_dlopen_self in
10936 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10937 *) enable_dlopen_self=unknown ;;
10938 esac
10939
10940 case $lt_cv_dlopen_self_static in
10941 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10942 *) enable_dlopen_self_static=unknown ;;
10943 esac
d7040cdb 10944fi
d7040cdb 10945
d7040cdb
SE
10946
10947
d7040cdb 10948
d7040cdb 10949
ce2cded5
L
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962striplib=
10963old_striplib=
81ecdfbb
RW
10964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10965$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
10966if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10967 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10968 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10970$as_echo "yes" >&6; }
ce2cded5
L
10971else
10972# FIXME - insert some real tests, host_os isn't really good enough
10973 case $host_os in
10974 darwin*)
10975 if test -n "$STRIP" ; then
10976 striplib="$STRIP -x"
10977 old_striplib="$STRIP -S"
81ecdfbb
RW
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10979$as_echo "yes" >&6; }
ce2cded5 10980 else
81ecdfbb
RW
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10982$as_echo "no" >&6; }
d7040cdb 10983 fi
ce2cded5
L
10984 ;;
10985 *)
81ecdfbb
RW
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10987$as_echo "no" >&6; }
ce2cded5 10988 ;;
d7040cdb 10989 esac
d7040cdb
SE
10990fi
10991
d7040cdb 10992
d7040cdb 10993
d7040cdb 10994
d7040cdb 10995
d7040cdb 10996
d7040cdb 10997
d7040cdb 10998
d7040cdb 10999
d7040cdb 11000
d7040cdb 11001
d7040cdb 11002
ce2cded5 11003 # Report which library types will actually be built
81ecdfbb
RW
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11005$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11007$as_echo "$can_build_shared" >&6; }
d7040cdb 11008
81ecdfbb
RW
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11010$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 11011 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11012
ce2cded5
L
11013 # On AIX, shared libraries and static libraries use the same namespace, and
11014 # are all built from PIC.
11015 case $host_os in
11016 aix3*)
11017 test "$enable_shared" = yes && enable_static=no
11018 if test -n "$RANLIB"; then
11019 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11020 postinstall_cmds='$RANLIB $lib'
11021 fi
11022 ;;
d7040cdb 11023
50e7d84b 11024 aix[4-9]*)
ce2cded5
L
11025 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11026 test "$enable_shared" = yes && enable_static=no
11027 fi
11028 ;;
11029 esac
81ecdfbb
RW
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11031$as_echo "$enable_shared" >&6; }
ce2cded5 11032
81ecdfbb
RW
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11034$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11035 # Make sure either enable_shared or enable_static is yes.
11036 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11038$as_echo "$enable_static" >&6; }
d7040cdb 11039
d7040cdb 11040
d7040cdb 11041
d7040cdb 11042
ce2cded5
L
11043fi
11044ac_ext=c
11045ac_cpp='$CPP $CPPFLAGS'
11046ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11047ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11048ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11049
ce2cded5 11050CC="$lt_save_CC"
d7040cdb 11051
d7040cdb 11052
d7040cdb 11053
d7040cdb 11054
d7040cdb 11055
d7040cdb 11056
d7040cdb 11057
d7040cdb 11058
d7040cdb 11059
d7040cdb
SE
11060
11061
d7040cdb
SE
11062
11063
81ecdfbb 11064 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11065
11066
d7040cdb 11067
d7040cdb 11068
ce2cded5 11069# Only expand once:
d7040cdb 11070
d7040cdb 11071
d7040cdb 11072
b879806f
AM
11073# The tests for host and target for $enable_largefile require
11074# canonical names.
11075
11076
11077
11078# As the $enable_largefile decision depends on --enable-plugins we must set it
11079# even in directories otherwise not depending on the $plugins option.
11080
11081
11082 maybe_plugins=no
11083 for ac_header in dlfcn.h
11084do :
11085 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11086"
d0ac1c44 11087if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11088 cat >>confdefs.h <<_ACEOF
11089#define HAVE_DLFCN_H 1
11090_ACEOF
11091 maybe_plugins=yes
11092fi
11093
11094done
11095
11096 for ac_header in windows.h
11097do :
11098 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11099"
d0ac1c44 11100if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11101 cat >>confdefs.h <<_ACEOF
11102#define HAVE_WINDOWS_H 1
11103_ACEOF
11104 maybe_plugins=yes
11105fi
11106
11107done
11108
11109
11110 # Check whether --enable-plugins was given.
11111if test "${enable_plugins+set}" = set; then :
11112 enableval=$enable_plugins; case "${enableval}" in
11113 no) plugins=no ;;
11114 *) plugins=yes
11115 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11116 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11117 fi ;;
11118 esac
11119else
11120 plugins=$maybe_plugins
11121
11122fi
11123
2974be62 11124 if test "$plugins" = "yes"; then
3cba8b6c
L
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11126$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11127if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11128 $as_echo_n "(cached) " >&6
11129else
11130 ac_func_search_save_LIBS=$LIBS
11131cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11132/* end confdefs.h. */
11133
11134/* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137#ifdef __cplusplus
11138extern "C"
11139#endif
3cba8b6c 11140char dlsym ();
2974be62
AM
11141int
11142main ()
11143{
3cba8b6c 11144return dlsym ();
2974be62
AM
11145 ;
11146 return 0;
11147}
11148_ACEOF
11149for ac_lib in '' dl; do
11150 if test -z "$ac_lib"; then
11151 ac_res="none required"
11152 else
11153 ac_res=-l$ac_lib
11154 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11155 fi
11156 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11157 ac_cv_search_dlsym=$ac_res
2974be62
AM
11158fi
11159rm -f core conftest.err conftest.$ac_objext \
11160 conftest$ac_exeext
d0ac1c44 11161 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11162 break
11163fi
11164done
d0ac1c44 11165if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11166
11167else
3cba8b6c 11168 ac_cv_search_dlsym=no
2974be62
AM
11169fi
11170rm conftest.$ac_ext
11171LIBS=$ac_func_search_save_LIBS
11172fi
3cba8b6c
L
11173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11174$as_echo "$ac_cv_search_dlsym" >&6; }
11175ac_res=$ac_cv_search_dlsym
2974be62
AM
11176if test "$ac_res" != no; then :
11177 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11178
11179fi
11180
11181 fi
b879806f
AM
11182
11183
11184case "${host}" in
c8693053
RO
11185 sparc-*-solaris*|i?86-*-solaris*)
11186 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11187 # were mutually exclusive until Solaris 11.3. Without procfs support,
11188 # the bfd/ elf module cannot provide certain routines such as
11189 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11190 # explicitly requested large-file support through the
11191 # --enable-largefile switch, disable large-file support in favor of
11192 # procfs support.
11193 #
11194 # Check if <sys/procfs.h> is incompatible with large-file support.
11195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11196/* end confdefs.h. */
11197#define _FILE_OFFSET_BITS 64
11198#define _STRUCTURED_PROC 1
11199#include <sys/procfs.h>
11200int
11201main ()
11202{
11203
11204 ;
11205 return 0;
11206}
11207_ACEOF
11208if ac_fn_c_try_compile "$LINENO"; then :
11209 acx_cv_procfs_lfs=yes
11210else
11211 acx_cv_procfs_lfs=no
11212fi
11213rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11214 #
11215 # Forcefully disable large-file support only if necessary, gdb is in
11216 # tree and enabled.
11217 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11218 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11219 : ${enable_largefile="no"}
11220 if test "$plugins" = yes; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11222plugin support disabled; require large-file support which is incompatible with GDB." >&5
11223$as_echo "$as_me: WARNING:
11224plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11225 plugins=no
11226 fi
11227 fi
11228 #
11229 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11230 # benefit of g++ 9+ which predefines it on Solaris.
11231 if test "$enable_largefile" = no; then
11232 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11233
11234 fi
b879806f
AM
11235 ;;
11236esac
11237
11238# Check whether --enable-largefile was given.
11239if test "${enable_largefile+set}" = set; then :
11240 enableval=$enable_largefile;
11241fi
11242
11243if test "$enable_largefile" != no; then
11244
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11246$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 11247if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
11248 $as_echo_n "(cached) " >&6
11249else
11250 ac_cv_sys_largefile_CC=no
11251 if test "$GCC" != yes; then
11252 ac_save_CC=$CC
11253 while :; do
11254 # IRIX 6.2 and later do not support large files by default,
11255 # so use the C compiler's -n32 option if that helps.
11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11257/* end confdefs.h. */
11258#include <sys/types.h>
11259 /* Check that off_t can represent 2**63 - 1 correctly.
11260 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11261 since some C++ compilers masquerading as C compilers
11262 incorrectly reject 9223372036854775807. */
e0b2a78c 11263#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11264 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11265 && LARGE_OFF_T % 2147483647 == 1)
11266 ? 1 : -1];
11267int
11268main ()
11269{
11270
11271 ;
11272 return 0;
11273}
11274_ACEOF
11275 if ac_fn_c_try_compile "$LINENO"; then :
11276 break
11277fi
11278rm -f core conftest.err conftest.$ac_objext
11279 CC="$CC -n32"
11280 if ac_fn_c_try_compile "$LINENO"; then :
11281 ac_cv_sys_largefile_CC=' -n32'; break
11282fi
11283rm -f core conftest.err conftest.$ac_objext
11284 break
11285 done
11286 CC=$ac_save_CC
11287 rm -f conftest.$ac_ext
11288 fi
11289fi
11290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11291$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11292 if test "$ac_cv_sys_largefile_CC" != no; then
11293 CC=$CC$ac_cv_sys_largefile_CC
11294 fi
11295
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11297$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 11298if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
11299 $as_echo_n "(cached) " >&6
11300else
11301 while :; do
11302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11303/* end confdefs.h. */
11304#include <sys/types.h>
11305 /* Check that off_t can represent 2**63 - 1 correctly.
11306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11307 since some C++ compilers masquerading as C compilers
11308 incorrectly reject 9223372036854775807. */
e0b2a78c 11309#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11311 && LARGE_OFF_T % 2147483647 == 1)
11312 ? 1 : -1];
11313int
11314main ()
11315{
11316
11317 ;
11318 return 0;
11319}
11320_ACEOF
11321if ac_fn_c_try_compile "$LINENO"; then :
11322 ac_cv_sys_file_offset_bits=no; break
11323fi
11324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11326/* end confdefs.h. */
11327#define _FILE_OFFSET_BITS 64
11328#include <sys/types.h>
11329 /* Check that off_t can represent 2**63 - 1 correctly.
11330 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11331 since some C++ compilers masquerading as C compilers
11332 incorrectly reject 9223372036854775807. */
e0b2a78c 11333#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11334 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11335 && LARGE_OFF_T % 2147483647 == 1)
11336 ? 1 : -1];
11337int
11338main ()
11339{
11340
11341 ;
11342 return 0;
11343}
11344_ACEOF
11345if ac_fn_c_try_compile "$LINENO"; then :
11346 ac_cv_sys_file_offset_bits=64; break
11347fi
11348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11349 ac_cv_sys_file_offset_bits=unknown
11350 break
11351done
11352fi
11353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11354$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11355case $ac_cv_sys_file_offset_bits in #(
11356 no | unknown) ;;
11357 *)
11358cat >>confdefs.h <<_ACEOF
11359#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11360_ACEOF
11361;;
11362esac
11363rm -rf conftest*
11364 if test $ac_cv_sys_file_offset_bits = unknown; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11366$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 11367if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
11368 $as_echo_n "(cached) " >&6
11369else
11370 while :; do
11371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11372/* end confdefs.h. */
11373#include <sys/types.h>
11374 /* Check that off_t can represent 2**63 - 1 correctly.
11375 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11376 since some C++ compilers masquerading as C compilers
11377 incorrectly reject 9223372036854775807. */
e0b2a78c 11378#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11379 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11380 && LARGE_OFF_T % 2147483647 == 1)
11381 ? 1 : -1];
11382int
11383main ()
11384{
11385
11386 ;
11387 return 0;
11388}
11389_ACEOF
11390if ac_fn_c_try_compile "$LINENO"; then :
11391 ac_cv_sys_large_files=no; break
11392fi
11393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11395/* end confdefs.h. */
11396#define _LARGE_FILES 1
11397#include <sys/types.h>
11398 /* Check that off_t can represent 2**63 - 1 correctly.
11399 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11400 since some C++ compilers masquerading as C compilers
11401 incorrectly reject 9223372036854775807. */
e0b2a78c 11402#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11403 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11404 && LARGE_OFF_T % 2147483647 == 1)
11405 ? 1 : -1];
11406int
11407main ()
11408{
11409
11410 ;
11411 return 0;
11412}
11413_ACEOF
11414if ac_fn_c_try_compile "$LINENO"; then :
11415 ac_cv_sys_large_files=1; break
11416fi
11417rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11418 ac_cv_sys_large_files=unknown
11419 break
11420done
11421fi
11422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11423$as_echo "$ac_cv_sys_large_files" >&6; }
11424case $ac_cv_sys_large_files in #(
11425 no | unknown) ;;
11426 *)
11427cat >>confdefs.h <<_ACEOF
11428#define _LARGE_FILES $ac_cv_sys_large_files
11429_ACEOF
11430;;
11431esac
11432rm -rf conftest*
11433 fi
d0ac1c44
SM
11434
11435
b879806f
AM
11436fi
11437
11438
2d7f2507
AM
11439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11440$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
d0ac1c44 11441if ${gcc_cv_prog_cmp_skip+:} false; then :
2d7f2507
AM
11442 $as_echo_n "(cached) " >&6
11443else
11444 echo abfoo >t1
11445 echo cdfoo >t2
da17fe9d 11446 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2d7f2507
AM
11447 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11448 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11449 :
11450 else
11451 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11452 fi
11453 fi
11454 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11455 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11456 :
11457 else
11458 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11459 fi
11460 fi
11461 rm t1 t2
11462
11463fi
11464{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11465$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11466do_compare="$gcc_cv_prog_cmp_skip"
11467
11468
b879806f 11469
81ecdfbb
RW
11470# Check whether --enable-targets was given.
11471if test "${enable_targets+set}" = set; then :
11472 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11473 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
11474 ;;
11475 no) enable_targets= ;;
11476 *) enable_targets=$enableval ;;
11477esac
81ecdfbb
RW
11478fi
11479
e044973b
AM
11480ac_checking=
11481. ${srcdir}/../bfd/development.sh
11482test "$development" = true && ac_checking=yes
81ecdfbb
RW
11483# Check whether --enable-checking was given.
11484if test "${enable_checking+set}" = set; then :
11485 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
11486 no|none) ac_checking= ;;
11487 *) ac_checking=yes ;;
11488esac
81ecdfbb
RW
11489fi
11490if test x$ac_checking != x ; then
d7040cdb 11491
81ecdfbb 11492$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 11493
ce2cded5 11494fi
d7040cdb 11495
6c3bc0f8
NC
11496# PR gas/19109
11497# Decide the default method for compressing debug sections.
11498ac_default_compressed_debug_sections=unset
11499# Provide a configure time option to override our default.
11500# Check whether --enable-compressed_debug_sections was given.
11501if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 11502 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 11503 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 11504 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
11505 *) ac_default_compressed_debug_sections=unset ;;
11506esac
11507fi
11508
b0c295e1
ML
11509# Select default compression algorithm.
11510ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_GABI_ZLIB
11511# Check whether --enable-default_compressed_debug_sections_algorithm was given.
11512if test "${enable_default_compressed_debug_sections_algorithm+set}" = set; then :
11513 enableval=$enable_default_compressed_debug_sections_algorithm; case "${enableval}" in
11514 zstd) ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_ZSTD ;;
11515esac
11516fi
11517
0cb4071e
L
11518# PR gas/19520
11519# Decide if x86 assembler should generate relax relocations.
11520ac_default_x86_relax_relocations=unset
11521# Provide a configure time option to override our default.
11522# Check whether --enable-x86_relax_relocations was given.
11523if test "${enable_x86_relax_relocations+set}" = set; then :
11524 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11525 no) ac_default_x86_relax_relocations=0 ;;
11526esac
11527fi
11528
b8871f35
L
11529# Decide if ELF assembler should generate common symbols with the
11530# STT_COMMON type.
11531ac_default_elf_stt_common=unset
11532# Provide a configure time option to override our default.
11533# Check whether --enable-elf_stt_common was given.
11534if test "${enable_elf_stt_common+set}" = set; then :
11535 enableval=$enable_elf_stt_common; case "${enableval}" in
11536 yes) ac_default_elf_stt_common=1 ;;
11537esac
11538fi
11539
0df8ad28
NC
11540
11541# Decide if the ELF assembler should default to generating
11542# GNU Build notes if none are provided by the input.
11543ac_default_generate_build_notes=0
11544# Provide a configuration option to override the default.
11545# Check whether --enable-generate_build_notes was given.
11546if test "${enable_generate_build_notes+set}" = set; then :
11547 enableval=$enable_generate_build_notes; case "${enableval}" in
11548 yes) ac_default_generate_build_notes=1 ;;
11549 no) ac_default_generate_build_notes=0 ;;
11550esac
11551fi
11552
6f2117ba
PH
11553# Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11554# LLSC errata.
11555ac_default_mips_fix_loongson3_llsc=unset
11556# Provide a configuration option to override the default.
11557# Check whether --enable-mips-fix-loongson3-llsc was given.
11558if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11559 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11560 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11561 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11562esac
11563fi
0df8ad28 11564
b4a3a7b4
L
11565# Decide if the x86 ELF assembler should default to generating GNU x86
11566# used ISA and feature properties.
11567ac_default_generate_x86_used_note=unset
11568# Provide a configuration option to override the default.
11569# Check whether --enable-x86-used-note was given.
11570if test "${enable_x86_used_note+set}" = set; then :
11571 enableval=$enable_x86_used_note; case "${enableval}" in
11572 yes) ac_default_generate_x86_used_note=1 ;;
11573 no) ac_default_generate_x86_used_note=0 ;;
11574esac
11575fi
11576
2dc8dd17
JW
11577# Decide if the RISC-V ELF assembler should default to generating attribute.
11578ac_default_generate_riscv_attr=unset
11579# Provide a configuration option to override the default.
11580# Check whether --enable-default-riscv-attribute was given.
11581if test "${enable_default_riscv_attribute+set}" = set; then :
11582 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11583 yes) ac_default_generate_riscv_attr=1 ;;
11584 no) ac_default_generate_riscv_attr=0 ;;
11585esac
11586fi
b4a3a7b4 11587
ce2cded5 11588using_cgen=no
d7040cdb 11589
d7040cdb 11590
270c9937
JB
11591# Set the 'development' global.
11592. $srcdir/../bfd/development.sh
11593
c5da1932
VZ
11594# Set acp_cpp_for_build variable
11595ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11596
9780e045 11597# Default set of GCC warnings to enable.
397841b5 11598GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11599GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11600
11601# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11602cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11603/* end confdefs.h. */
11604__GNUC__
11605_ACEOF
11606if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11607 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
11608
11609else
11610 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11611fi
11612rm -f conftest*
11613
d7040cdb 11614
9780e045
NC
11615# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11616cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617/* end confdefs.h. */
11618__GNUC__
11619_ACEOF
11620if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11621 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
11622
11623else
491cf317
TO
11624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11625/* end confdefs.h. */
11626__clang__
11627_ACEOF
11628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11629 $EGREP "^__clang__$" >/dev/null 2>&1; then :
9780e045
NC
11630 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11631fi
11632rm -f conftest*
11633
491cf317
TO
11634fi
11635rm -f conftest*
11636
9780e045 11637
6757cf57
TS
11638# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11639WARN_WRITE_STRINGS=""
11640cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11641/* end confdefs.h. */
11642__GNUC__
11643_ACEOF
11644if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11645 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
11646
11647else
11648 WARN_WRITE_STRINGS="-Wwrite-strings"
11649fi
11650rm -f conftest*
11651
9780e045 11652
96fe4562 11653# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11654
11655# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11656cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11657/* end confdefs.h. */
11658__GNUC__
11659_ACEOF
11660if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11661 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11662
11663else
11664 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11665fi
11666rm -f conftest*
11667
11668
11669# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11670cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671/* end confdefs.h. */
11672__GNUC__
11673_ACEOF
11674if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11675 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11676
11677else
491cf317
TO
11678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11679/* end confdefs.h. */
11680__clang__
11681_ACEOF
11682if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11683 $EGREP "^__clang__$" >/dev/null 2>&1; then :
c5da1932
VZ
11684 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11685fi
11686rm -f conftest*
11687
491cf317
TO
11688fi
11689rm -f conftest*
11690
c5da1932 11691
81ecdfbb
RW
11692# Check whether --enable-werror was given.
11693if test "${enable_werror+set}" = set; then :
11694 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
11695 yes | y) ERROR_ON_WARNING="yes" ;;
11696 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11697 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 11698 esac
81ecdfbb
RW
11699fi
11700
d7040cdb 11701
397841b5 11702# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11703case "${host}" in
11704 *-*-mingw32*)
11705 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11706 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 11707 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
11708 fi
11709 ;;
11710 *) ;;
11711esac
11712
270c9937
JB
11713# Enable -Werror by default when using gcc. Turn it off for releases.
11714if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
ce2cded5
L
11715 ERROR_ON_WARNING=yes
11716fi
11717
11718NO_WERROR=
11719if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11720 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 11721 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
ce2cded5
L
11722 NO_WERROR="-Wno-error"
11723fi
11724
11725if test "${GCC}" = yes ; then
11726 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 11727 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
ce2cded5
L
11728fi
11729
81ecdfbb
RW
11730# Check whether --enable-build-warnings was given.
11731if test "${enable_build_warnings+set}" = set; then :
11732 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
11733 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11734 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
ce2cded5
L
11735 no) if test "${GCC}" = yes ; then
11736 WARN_CFLAGS="-w"
c5da1932 11737 WARN_CFLAGS_FOR_BUILD="-w"
ce2cded5
L
11738 fi;;
11739 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11740 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11741 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
ce2cded5 11742 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11743 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11744 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11745 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11746 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
ce2cded5 11747esac
81ecdfbb
RW
11748fi
11749
d7040cdb 11750
ce2cded5
L
11751if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11752 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11753fi
d7040cdb 11754
d7040cdb 11755
d7040cdb 11756
d7040cdb 11757
d7040cdb 11758
6757cf57 11759
c5da1932 11760
ce2cded5 11761# Generate a header file
81ecdfbb 11762ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11763
d7040cdb 11764
9004b6bd
AB
11765
11766# Check whether --with-cpu was given.
11767if test "${with_cpu+set}" = set; then :
11768 withval=$with_cpu;
11769cat >>confdefs.h <<_ACEOF
11770#define TARGET_WITH_CPU "${with_cpu}"
11771_ACEOF
11772
11773fi
11774
11775
df7b86aa
NC
11776# PR 14072
11777
11778
ce2cded5
L
11779# If we are on a DOS filesystem, we must use gdb.ini rather than
11780# .gdbinit.
11781case "${host}" in
11782 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11783 GDBINIT="gdb.ini"
81ecdfbb 11784 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11785
ce2cded5
L
11786 ;;
11787 *)
11788 GDBINIT=".gdbinit"
81ecdfbb 11789 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11790
ce2cded5
L
11791 ;;
11792esac
d7040cdb 11793
d7040cdb 11794
a8eb42a8 11795#We need this for the host.
81ecdfbb
RW
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11797$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 11798if ${ac_cv_c_bigendian+:} false; then :
81ecdfbb
RW
11799 $as_echo_n "(cached) " >&6
11800else
11801 ac_cv_c_bigendian=unknown
11802 # See if we're dealing with a universal compiler.
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804/* end confdefs.h. */
11805#ifndef __APPLE_CC__
11806 not a universal capable compiler
11807 #endif
11808 typedef int dummy;
11809
11810_ACEOF
11811if ac_fn_c_try_compile "$LINENO"; then :
11812
11813 # Check for potential -arch flags. It is not universal unless
11814 # there are at least two -arch flags with different values.
11815 ac_arch=
11816 ac_prev=
11817 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11818 if test -n "$ac_prev"; then
11819 case $ac_word in
11820 i?86 | x86_64 | ppc | ppc64)
11821 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11822 ac_arch=$ac_word
11823 else
11824 ac_cv_c_bigendian=universal
11825 break
11826 fi
11827 ;;
11828 esac
11829 ac_prev=
11830 elif test "x$ac_word" = "x-arch"; then
11831 ac_prev=arch
11832 fi
11833 done
11834fi
11835rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11836 if test $ac_cv_c_bigendian = unknown; then
11837 # See if sys/param.h defines the BYTE_ORDER macro.
11838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11839/* end confdefs.h. */
11840#include <sys/types.h>
81ecdfbb 11841 #include <sys/param.h>
d7040cdb 11842
ce2cded5
L
11843int
11844main ()
11845{
81ecdfbb
RW
11846#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11847 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11848 && LITTLE_ENDIAN)
11849 bogus endian macros
11850 #endif
d7040cdb 11851
ce2cded5
L
11852 ;
11853 return 0;
11854}
11855_ACEOF
81ecdfbb 11856if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11857 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11859/* end confdefs.h. */
11860#include <sys/types.h>
81ecdfbb 11861 #include <sys/param.h>
d7040cdb 11862
ce2cded5
L
11863int
11864main ()
11865{
11866#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11867 not big endian
11868 #endif
d7040cdb 11869
ce2cded5
L
11870 ;
11871 return 0;
11872}
11873_ACEOF
81ecdfbb 11874if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
11875 ac_cv_c_bigendian=yes
11876else
81ecdfbb 11877 ac_cv_c_bigendian=no
ce2cded5 11878fi
81ecdfbb
RW
11879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11880fi
11881rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11882 fi
11883 if test $ac_cv_c_bigendian = unknown; then
11884 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886/* end confdefs.h. */
11887#include <limits.h>
d7040cdb 11888
81ecdfbb
RW
11889int
11890main ()
11891{
11892#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11893 bogus endian macros
11894 #endif
11895
11896 ;
11897 return 0;
11898}
ce2cded5 11899_ACEOF
81ecdfbb
RW
11900if ac_fn_c_try_compile "$LINENO"; then :
11901 # It does; now see whether it defined to _BIG_ENDIAN or not.
11902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11903/* end confdefs.h. */
81ecdfbb
RW
11904#include <limits.h>
11905
ce2cded5
L
11906int
11907main ()
11908{
81ecdfbb
RW
11909#ifndef _BIG_ENDIAN
11910 not big endian
11911 #endif
11912
ce2cded5
L
11913 ;
11914 return 0;
11915}
11916_ACEOF
81ecdfbb 11917if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11918 ac_cv_c_bigendian=yes
81ecdfbb
RW
11919else
11920 ac_cv_c_bigendian=no
d7040cdb 11921fi
81ecdfbb 11922rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11923fi
81ecdfbb
RW
11924rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 fi
11926 if test $ac_cv_c_bigendian = unknown; then
11927 # Compile a test program.
11928 if test "$cross_compiling" = yes; then :
11929 # Try to guess by grepping values from an object file.
11930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11931/* end confdefs.h. */
11932short int ascii_mm[] =
11933 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11934 short int ascii_ii[] =
11935 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11936 int use_ascii (int i) {
11937 return ascii_mm[i] + ascii_ii[i];
11938 }
11939 short int ebcdic_ii[] =
11940 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11941 short int ebcdic_mm[] =
11942 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11943 int use_ebcdic (int i) {
11944 return ebcdic_mm[i] + ebcdic_ii[i];
11945 }
11946 extern int foo;
d7040cdb 11947
81ecdfbb
RW
11948int
11949main ()
11950{
11951return use_ascii (foo) == use_ebcdic (foo);
11952 ;
11953 return 0;
11954}
11955_ACEOF
11956if ac_fn_c_try_compile "$LINENO"; then :
11957 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11958 ac_cv_c_bigendian=yes
11959 fi
11960 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11961 if test "$ac_cv_c_bigendian" = unknown; then
11962 ac_cv_c_bigendian=no
11963 else
11964 # finding both strings is unlikely to happen, but who knows?
11965 ac_cv_c_bigendian=unknown
11966 fi
11967 fi
ce2cded5 11968fi
81ecdfbb 11969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11970else
81ecdfbb 11971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11972/* end confdefs.h. */
81ecdfbb 11973$ac_includes_default
ce2cded5
L
11974int
11975main ()
11976{
81ecdfbb
RW
11977
11978 /* Are we little or big endian? From Harbison&Steele. */
11979 union
11980 {
11981 long int l;
11982 char c[sizeof (long int)];
11983 } u;
11984 u.l = 1;
11985 return u.c[sizeof (long int) - 1] == 1;
11986
11987 ;
11988 return 0;
ce2cded5 11989}
d7040cdb 11990_ACEOF
81ecdfbb 11991if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
11992 ac_cv_c_bigendian=no
11993else
81ecdfbb 11994 ac_cv_c_bigendian=yes
d7040cdb 11995fi
81ecdfbb
RW
11996rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11997 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 11998fi
81ecdfbb
RW
11999
12000 fi
ce2cded5 12001fi
81ecdfbb
RW
12002{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12003$as_echo "$ac_cv_c_bigendian" >&6; }
12004 case $ac_cv_c_bigendian in #(
12005 yes)
12006 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12007;; #(
12008 no)
12009 ;; #(
12010 universal)
d7040cdb 12011
81ecdfbb
RW
12012$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12013
12014 ;; #(
12015 *)
d0ac1c44 12016 as_fn_error $? "unknown endianness
81ecdfbb
RW
12017 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12018 esac
d7040cdb 12019
d7040cdb 12020
ce2cded5 12021te_file=generic
d7040cdb 12022
ce2cded5
L
12023# Makefile target for installing gas in $(tooldir)/bin.
12024install_tooldir=install-exec-tooldir
d7040cdb 12025
ce2cded5
L
12026canon_targets=""
12027all_targets=no
12028if test -n "$enable_targets" ; then
12029 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12030 if test $t = "all"; then
12031 all_targets=yes
12032 continue
12033 fi
12034 result=`$ac_config_sub $t 2>/dev/null`
12035 if test -n "$result" ; then
12036 canon_targets="$canon_targets $result"
12037# else
12038# # Permit "all", etc. We don't support it yet though.
12039# canon_targets="$canon_targets $t"
12040 fi
12041 done
12042 _gas_uniq_list="$canon_targets"
d7040cdb
SE
12043_gas_uniq_newlist=""
12044for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12045 case $_gas_uniq_i in
12046 _gas_uniq_dummy) ;;
12047 *) case " $_gas_uniq_newlist " in
12048 *" $_gas_uniq_i "*) ;;
12049 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12050 esac ;;
12051 esac
12052done
ce2cded5 12053canon_targets=$_gas_uniq_newlist
d7040cdb 12054
ce2cded5
L
12055fi
12056
12057emulations=""
12058
12059for this_target in $target $canon_targets ; do
12060
12061 targ=${this_target}
12062 . ${srcdir}/configure.tgt
12063
12064 case ${target_cpu} in
12065 crisv32)
12066
12067cat >>confdefs.h <<_ACEOF
12068#define DEFAULT_CRIS_ARCH $arch
d7040cdb 12069_ACEOF
ce2cded5
L
12070
12071 ;;
12072 esac
12073
12074 if test ${this_target} = $target ; then
12075 target_cpu_type=${cpu_type}
12076 elif test ${target_cpu_type} != ${cpu_type} ; then
12077 continue
12078 fi
12079
12080 generic_target=${cpu_type}-${target_vendor}-${target_os}
12081 case ${generic_target} in
ce2cded5 12082 i386-*-msdosdjgpp* \
3002e78a 12083 | i386-*-go32*)
ce2cded5 12084
81ecdfbb 12085$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
12086
12087 ;;
12088
939b95c7
L
12089 i386-*-linux-* | x86_64-*-linux-*)
12090 if test ${this_target} = $target \
12091 && test ${ac_default_generate_x86_used_note} = unset; then
12092 ac_default_generate_x86_used_note=1
12093 fi
12094 ;;
12095
0cb4071e
L
12096 i386-*-solaris2 \
12097 | x86_64-*-solaris2 \
12098 | i386-*-solaris2.[0-9] \
12099 | i386-*-solaris2.1[01] \
12100 | x86_64-*-solaris2.1[01])
12101 if test ${this_target} = $target \
12102 && test ${ac_default_x86_relax_relocations} = unset; then
12103 ac_default_x86_relax_relocations=0
12104 fi
12105 ;;
12106
7ba29e2a
NC
12107 microblaze*)
12108 ;;
12109
e5231592 12110 ppc-*-aix[5-9].*)
ce2cded5 12111
81ecdfbb 12112$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5 12113
ce2cded5
L
12114 ;;
12115 ppc-*-solaris*)
12116 if test ${this_target} = $target; then
12117
81ecdfbb 12118$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
12119
12120 fi
12121 if test x${endian} = xbig; then
d0ac1c44 12122 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
12123 fi
12124 ;;
d7040cdb 12125 esac
d7040cdb 12126
ce2cded5
L
12127 if test ${this_target} = $target ; then
12128 endian_def=
12129 if test x${endian} = xbig; then
12130 endian_def=1
12131 elif test x${endian} = xlittle; then
12132 endian_def=0
12133 fi
12134 if test x${endian_def} != x; then
12135
12136cat >>confdefs.h <<_ACEOF
12137#define TARGET_BYTES_BIG_ENDIAN $endian_def
12138_ACEOF
12139
12140 fi
12141 fi
12142
12143# Other random stuff.
12144
12145 case ${cpu_type} in
12146 mips)
12147 # Set mips_cpu to the name of the default CPU.
12148 case ${target_cpu} in
12149 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12150 mips_cpu=from-abi
12151 ;;
12152 mipsisa32 | mipsisa32el)
12153 mips_cpu=mips32
12154 ;;
12155 mipsisa32r2 | mipsisa32r2el)
12156 mips_cpu=mips32r2
12157 ;;
ae52f483
AB
12158 mipsisa32r3 | mipsisa32r3el)
12159 mips_cpu=mips32r3
12160 ;;
12161 mipsisa32r5 | mipsisa32r5el)
12162 mips_cpu=mips32r5
12163 ;;
7361da2c
AB
12164 mipsisa32r6 | mipsisa32r6el)
12165 mips_cpu=mips32r6
12166 ;;
ce2cded5
L
12167 mipsisa64 | mipsisa64el)
12168 mips_cpu=mips64
12169 ;;
12170 mipsisa64r2 | mipsisa64r2el)
12171 mips_cpu=mips64r2
12172 ;;
ae52f483
AB
12173 mipsisa64r3 | mipsisa64r3el)
12174 mips_cpu=mips64r3
12175 ;;
12176 mipsisa64r5 | mipsisa64r5el)
12177 mips_cpu=mips64r5
12178 ;;
7361da2c
AB
12179 mipsisa64r6 | mipsisa64r6el)
12180 mips_cpu=mips64r6
12181 ;;
ce2cded5
L
12182 mipstx39 | mipstx39el)
12183 mips_cpu=r3900
12184 ;;
12185 mips64vr | mips64vrel)
12186 mips_cpu=vr4100
12187 ;;
12188 mipsisa32r2* | mipsisa64r2*)
12189 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12190 ;;
7361da2c
AB
12191 mipsisa32r6* | mipsisa64r6*)
12192 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12193 ;;
ce2cded5
L
12194 mips64* | mipsisa64* | mipsisa32*)
12195 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12196 ;;
e407c74b
NC
12197 mips*)
12198 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12199 ;;
ce2cded5 12200 *)
d0ac1c44 12201 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12202 ;;
12203 esac
12204 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12205 # binaries. It's a GNU extension that some OSes don't understand.
ce2cded5
L
12206 case ${target} in
12207 *-*-irix*)
12208 use_e_mips_abi_o32=0
12209 ;;
12210 *)
12211 use_e_mips_abi_o32=1
12212 ;;
12213 esac
12214 # Decide whether to generate 32-bit or 64-bit code by default.
12215 # Used to resolve -march=from-abi when an embedded ABI is selected.
12216 case ${target} in
12217 mips64*-*-* | mipsisa64*-*-*)
12218 mips_default_64bit=1
12219 ;;
12220 *)
12221 mips_default_64bit=0
12222 ;;
12223 esac
12224 # Decide which ABI to target by default.
12225 case ${target} in
32f1c803
YS
12226 mips*64*-linux-gnuabi64)
12227 mips_default_abi=N64_ABI
12228 ;;
12229 mips*64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
0984958b 12230 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
ce2cded5
L
12231 mips_default_abi=N32_ABI
12232 ;;
dbad6904 12233 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12234 mips_default_abi=O32_ABI
12235 ;;
12236 mips64*-openbsd*)
12237 mips_default_abi=N64_ABI
12238 ;;
12239 *)
12240 mips_default_abi=NO_ABI
12241 ;;
12242 esac
12243
12244cat >>confdefs.h <<_ACEOF
12245#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12246_ACEOF
d7040cdb
SE
12247
12248
12249cat >>confdefs.h <<_ACEOF
ce2cded5 12250#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12251_ACEOF
12252
12253
12254cat >>confdefs.h <<_ACEOF
ce2cded5 12255#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12256_ACEOF
12257
12258
ce2cded5
L
12259cat >>confdefs.h <<_ACEOF
12260#define MIPS_DEFAULT_ABI $mips_default_abi
12261_ACEOF
d7040cdb 12262
ce2cded5
L
12263 ;;
12264 esac
d7040cdb 12265
ce2cded5
L
12266 # Do we need the opcodes library?
12267 case ${cpu_type} in
8e0eb7c6 12268 vax | tic30 | i386 | arm)
ce2cded5 12269 ;;
d7040cdb 12270
ce2cded5
L
12271 *)
12272 need_opcodes=yes
d7040cdb 12273
ce2cded5
L
12274 case "${enable_shared}" in
12275 yes) shared_opcodes=true ;;
12276 *opcodes*) shared_opcodes=true ;;
12277 *) shared_opcodes=false ;;
12278 esac
12279 ;;
12280 esac
d7040cdb 12281
ce2cded5
L
12282 # Any other special object files needed ?
12283 case ${cpu_type} in
d7040cdb 12284
ce2cded5 12285 bfin)
55add51e 12286 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
e11078da
AM
12287 case " $extra_objects " in
12288 *" $f "*) ;;
12289 *) extra_objects="$extra_objects $f" ;;
12290 esac
12291 done
12292 ;;
d7040cdb 12293
f8861f5d
JM
12294 bpf)
12295 if test $this_target = $target ; then
12296
12297cat >>confdefs.h <<_ACEOF
12298#define DEFAULT_ARCH "${arch}"
12299_ACEOF
12300
12301 fi
12302 using_cgen=yes
12303 ;;
73589c9d 12304 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
ce2cded5
L
12305 using_cgen=yes
12306 ;;
d7040cdb 12307
4462d7c4 12308 loongarch)
12309 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12310 case " $extra_objects " in
12311 *" $f "*) ;;
12312 *) extra_objects="$extra_objects $f" ;;
12313 esac
12314 done
12315 # --target=loongarch[32|64]-*-*. */
12316 if test $this_target = $target ; then
12317
12318cat >>confdefs.h <<_ACEOF
12319#define DEFAULT_ARCH "${arch}"
12320_ACEOF
12321
12322 fi
12323 ;;
12324
ce2cded5
L
12325 m32c)
12326 using_cgen=yes
12327 ;;
12328 frv)
12329 using_cgen=yes
12330 ;;
12331 m68k)
55add51e 12332 f=config/m68k-parse.o
e11078da
AM
12333 case " $extra_objects " in
12334 *" $f "*) ;;
12335 *) extra_objects="$extra_objects $f" ;;
ce2cded5
L
12336 esac
12337 ;;
d7040cdb 12338
ce2cded5
L
12339 mep)
12340 using_cgen=yes
12341 ;;
d7040cdb 12342
ce2cded5 12343 mips)
e11078da
AM
12344 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12345 case " $extra_objects " in
12346 *" $f "*) ;;
12347 *) extra_objects="$extra_objects $f" ;;
12348 esac
12349 done
ce2cded5 12350 ;;
d7040cdb 12351
ce2cded5 12352 mt)
e11078da 12353 using_cgen=yes
ce2cded5 12354 ;;
d7040cdb 12355
35c08157 12356 nds32)
fbaf61ad
NC
12357 # setup NDS32_LINUX_TOOLCHAIN definition
12358 if test "linux" = $em; then
12359
12360$as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12361
12362 else
12363
12364$as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12365
12366 fi
12367
e11078da 12368 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
35c08157
KLC
12369 # based on arch_name.
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12371$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12372 if test "x${with_arch}" != x; then
12373 case ${with_arch} in
e11078da 12374 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
35c08157
KLC
12375
12376cat >>confdefs.h <<_ACEOF
12377#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12378_ACEOF
12379
e11078da 12380 ;;
35c08157 12381 *)
d0ac1c44 12382 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
35c08157 12383 ;;
e11078da 12384 esac
35c08157
KLC
12385 fi
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12387$as_echo "$with_arch" >&6; }
12388
e11078da
AM
12389 # Decide features one by one.
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
35c08157 12391$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
6cd8405e 12392 if test "x${enable_dx_regs}" = xyes; then
35c08157
KLC
12393
12394$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12395
12396 else
12397
12398$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12399
12400 fi
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12402$as_echo "$enable_dx_regs" >&6; }
12403
e11078da 12404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
35c08157 12405$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
6cd8405e 12406 if test "x${enable_perf_ext}" = xno; then
35c08157
KLC
12407
12408$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12409
12410 else
12411
12412$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12413
12414 fi
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12416$as_echo "$enable_perf_ext" >&6; }
12417
e11078da 12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
35c08157 12419$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
6cd8405e 12420 if test "x${enable_perf_ext2}" = xno; then
35c08157
KLC
12421
12422$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12423
12424 else
12425
12426$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12427
12428 fi
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12430$as_echo "$enable_perf_ext2" >&6; }
12431
e11078da 12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
35c08157 12433$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
6cd8405e 12434 if test "x${enable_string_ext}" = xno; then
35c08157
KLC
12435
12436$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12437
12438 else
12439
12440$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12441
12442 fi
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12444$as_echo "$enable_string_ext" >&6; }
12445
e11078da 12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
35c08157 12447$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
6cd8405e 12448 if test "x${enable_audio_ext}" = xno; then
35c08157
KLC
12449
12450$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12451
12452 else
12453
12454$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12455
12456 fi
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12458$as_echo "$enable_audio_ext" >&6; }
fbaf61ad
NC
12459
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12461$as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12462 if test "x${enable_dsp_ext}" = xno; then
12463
12464$as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12465
12466 else
12467
12468$as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12469
12470 fi
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12472$as_echo "$enable_dsp_ext" >&6; }
12473
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12475$as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12476 if test "x${enable_zol_ext}" = xno; then
12477
12478$as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12479
12480 else
12481
12482$as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12483
12484 fi
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12486$as_echo "$enable_zol_ext" >&6; }
35c08157
KLC
12487 ;;
12488
8f595e9b 12489 aarch64 | i386 | s390 | sparc)
ce2cded5 12490 if test $this_target = $target ; then
d7040cdb
SE
12491
12492cat >>confdefs.h <<_ACEOF
ce2cded5 12493#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12494_ACEOF
12495
ce2cded5
L
12496 fi
12497 ;;
d7040cdb 12498
8f595e9b
NC
12499 riscv)
12500 # --target=riscv[32|64]-*-*. */
12501 if test $this_target = $target ; then
12502
12503cat >>confdefs.h <<_ACEOF
12504#define DEFAULT_ARCH "${arch}"
12505_ACEOF
12506
12507 fi
12508
12509 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12511$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12512 if test "x${with_arch}" != x; then
12513
12514cat >>confdefs.h <<_ACEOF
12515#define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12516_ACEOF
12517
12518 fi
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12520$as_echo "$with_arch" >&6; }
12521
12522 # --with-isa-spec=[2.2|20190608|20191213].
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12524$as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12525 if test "x${with_isa_spec}" != x; then
12526
12527cat >>confdefs.h <<_ACEOF
12528#define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12529_ACEOF
12530
12531 fi
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12533$as_echo "$with_isa_spec" >&6; }
12534
9fba0721 12535 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
8f595e9b
NC
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12537$as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12538 if test "x${with_priv_spec}" != x; then
12539
12540cat >>confdefs.h <<_ACEOF
12541#define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12542_ACEOF
12543
12544 fi
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12546$as_echo "$with_priv_spec" >&6; }
12547 ;;
12548
99c513f6 12549 rl78)
55add51e 12550 f=config/rl78-parse.o
e11078da
AM
12551 case " $extra_objects " in
12552 *" $f "*) ;;
12553 *) extra_objects="$extra_objects $f" ;;
12554 esac
99c513f6
DD
12555 ;;
12556
c7927a3c 12557 rx)
55add51e 12558 f=config/rx-parse.o
e11078da
AM
12559 case " $extra_objects " in
12560 *" $f "*) ;;
12561 *) extra_objects="$extra_objects $f" ;;
12562 esac
c7927a3c
NC
12563 ;;
12564
ce2cded5
L
12565 xstormy16)
12566 using_cgen=yes
12567 ;;
d7040cdb 12568
ce2cded5 12569 xtensa)
e11078da
AM
12570 f=config/xtensa-relax.o
12571 case " $extra_objects " in
12572 *" $f "*) ;;
12573 *) extra_objects="$extra_objects $f" ;;
12574 esac
ce2cded5 12575 ;;
d7040cdb 12576
ce2cded5
L
12577 *)
12578 ;;
12579 esac
d7040cdb 12580
ce2cded5 12581 if test $using_cgen = yes ; then
e11078da
AM
12582 f=cgen.o
12583 case " $extra_objects " in
12584 *" $f "*) ;;
12585 *) extra_objects="$extra_objects $f" ;;
ce2cded5
L
12586 esac
12587 fi
d7040cdb 12588
ce2cded5 12589# See if we really can support this configuration with the emulation code.
d7040cdb 12590
ce2cded5
L
12591 if test $this_target = $target ; then
12592 obj_format=$fmt
12593 te_file=$em
12594 fi
d7040cdb 12595
e11078da
AM
12596 case ${te_file} in
12597 vms)
12598 f=config/te-vms.o
12599 case " $extra_objects " in
12600 *" $f "*) ;;
12601 *) extra_objects="$extra_objects $f" ;;
12602 esac ;;
12603 esac
b11d79f2 12604
ce2cded5 12605# From target name and format, produce a list of supported emulations.
d7040cdb 12606
ce2cded5 12607 case ${generic_target}-${fmt} in
e8044f35 12608 mips-*-*-*) case "$endian" in
ce2cded5
L
12609 big) emulation="mipsbelf mipslelf mipself" ;;
12610 *) emulation="mipslelf mipsbelf mipself" ;;
12611 esac ;;
ce2cded5
L
12612 # i386-pc-pe-coff != i386-pc-coff.
12613 i386-*-pe-coff) ;;
12614 # Uncommenting the next line will turn on support for i386 AOUT
12615 # for the default linux configuration
12616 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12617 #
12618 i386-*-aout) emulation="i386aout" ;;
12619 i386-*-coff) emulation="i386coff" ;;
12620 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12621
ce2cded5
L
12622 # Always all formats. The first stated emulation becomes the default.
12623 cris-*-*aout*) emulation="crisaout criself" ;;
12624 cris-*-*) emulation="criself crisaout" ;;
12625 esac
13b2be9c 12626
ce2cded5 12627 emulations="$emulations $emulation"
13b2be9c 12628
13b2be9c 12629done
13b2be9c 12630
0cb4071e
L
12631if test ${ac_default_x86_relax_relocations} = unset; then
12632 ac_default_x86_relax_relocations=1
12633fi
12634
12635cat >>confdefs.h <<_ACEOF
12636#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12637_ACEOF
12638
12639
b8871f35
L
12640if test ${ac_default_elf_stt_common} = unset; then
12641 ac_default_elf_stt_common=0
12642fi
12643
12644cat >>confdefs.h <<_ACEOF
12645#define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12646_ACEOF
12647
12648
0df8ad28
NC
12649
12650cat >>confdefs.h <<_ACEOF
12651#define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12652_ACEOF
12653
12654
b4a3a7b4
L
12655if test ${ac_default_generate_x86_used_note} = unset; then
12656 ac_default_generate_x86_used_note=0
12657fi
12658
12659cat >>confdefs.h <<_ACEOF
12660#define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12661_ACEOF
12662
12663
2dc8dd17 12664if test ${ac_default_generate_riscv_attr} = unset; then
aa0587b2 12665 ac_default_generate_riscv_attr=1
2dc8dd17
JW
12666fi
12667
12668
12669cat >>confdefs.h <<_ACEOF
12670#define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12671_ACEOF
12672
12673
6f2117ba
PH
12674if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12675 ac_default_mips_fix_loongson3_llsc=0
12676fi
12677
12678cat >>confdefs.h <<_ACEOF
12679#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12680_ACEOF
12681
12682
348ef89a 12683if test x$ac_default_compressed_debug_sections = xyes ; then
e12fe555
NC
12684
12685$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12686
6c3bc0f8 12687fi
e12fe555 12688
b0c295e1
ML
12689
12690cat >>confdefs.h <<_ACEOF
12691#define DEFAULT_COMPRESSED_DEBUG_ALGORITHM $ac_default_compressed_debug_sections_algorithm
12692_ACEOF
12693
12694
ce2cded5
L
12695# Turn on all targets if possible
12696if test ${all_targets} = "yes"; then
12697 case ${target_cpu_type} in
12698 i386)
12699 case ${obj_format} in
12700 aout)
12701 emulations="$emulations i386coff i386elf"
12702 ;;
12703 coff)
12704 emulations="$emulations i386aout i386elf"
12705 ;;
12706 elf)
12707 emulations="$emulations i386aout i386coff"
12708 ;;
12709 esac
12710 ;;
12711 x86_64)
12712 case ${obj_format} in
12713 aout)
12714 emulations="$emulations i386coff i386elf"
12715 ;;
12716 coff)
12717 emulations="$emulations i386aout i386elf"
12718 ;;
12719 elf)
12720 emulations="$emulations i386aout i386coff"
12721 ;;
12722 esac
12723 ;;
12724 esac
13b2be9c 12725fi
c8615825 12726
39871c07
AM
12727# PE code has way too many macros tweaking behaviour
12728case ${te_file} in
12729 pe*) emulations="" ;;
12730esac
12731
ce2cded5
L
12732# Assign floating point type. Most processors with FP support
12733# IEEE FP. On those that don't support FP at all, usually IEEE
12734# is emulated.
12735case ${target_cpu} in
12736 vax | pdp11 ) atof=vax ;;
12737 *) atof=ieee ;;
12738esac
c8615825 12739
ce2cded5 12740case "${obj_format}" in
d0ac1c44 12741 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 12742esac
13b2be9c 12743
ce2cded5
L
12744# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12745cgen_cpu_prefix=""
12746if test $using_cgen = yes ; then
12747 case ${target_cpu} in
73589c9d
CS
12748 or1knd)
12749 cgen_cpu_prefix=or1k ;;
ce2cded5
L
12750 *) cgen_cpu_prefix=${target_cpu} ;;
12751 esac
c8615825 12752
c8615825 12753
81ecdfbb 12754$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 12755
d7040cdb 12756fi
13b2be9c 12757
ce2cded5
L
12758
12759if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
d0ac1c44 12760 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 12761fi
ce2cded5
L
12762
12763if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
d0ac1c44 12764 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
12765fi
12766
ce2cded5
L
12767# Some COFF configurations want these random other flags set.
12768case ${obj_format} in
12769 coff)
12770 case ${target_cpu_type} in
12771 i386)
81ecdfbb 12772$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12773 ;;
12774 x86_64)
81ecdfbb 12775$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12776 ;;
12777 esac
12778 ;;
12779esac
12780
12781# Getting this done right is going to be a bitch. Each configuration specified
12782# with --enable-targets=... should be checked for environment, format, cpu
12783# setting.
12784#
12785# For each configuration, the necessary object file support code must be linked
12786# in. This might be only one, it might be up to four. The necessary emulation
12787# code needs to be provided, too.
12788#
12789# And then there's "--enable-targets=all"....
12790#
e8044f35 12791# For now, just always do it for MIPS ELF configurations. Sigh.
ce2cded5
L
12792
12793formats="${obj_format}"
12794emfiles=""
12795EMULATIONS=""
12796_gas_uniq_list="$emulations"
12797_gas_uniq_newlist=""
12798for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12799 case $_gas_uniq_i in
12800 _gas_uniq_dummy) ;;
12801 *) case " $_gas_uniq_newlist " in
12802 *" $_gas_uniq_i "*) ;;
12803 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12804 esac ;;
12805 esac
12806done
12807emulations=$_gas_uniq_newlist
12808
12809for em in . $emulations ; do
12810 case $em in
12811 .) continue ;;
12812 mipsbelf | mipslelf | mipself)
12813 fmt=elf file=mipself ;;
ce2cded5
L
12814 *coff)
12815 fmt=coff file=$em ;;
12816 *aout)
12817 fmt=aout file=$em ;;
12818 *elf)
12819 fmt=elf file=$em ;;
12820 esac
12821 formats="$formats $fmt"
d0ac1c44 12822 emfiles="$emfiles config/e-$file.o"
ce2cded5
L
12823 EMULATIONS="$EMULATIONS &$em,"
12824done
12825_gas_uniq_list="$formats"
12826_gas_uniq_newlist=""
12827for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12828 case $_gas_uniq_i in
12829 _gas_uniq_dummy) ;;
12830 *) case " $_gas_uniq_newlist " in
12831 *" $_gas_uniq_i "*) ;;
12832 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12833 esac ;;
12834 esac
13b2be9c 12835done
ce2cded5 12836formats=$_gas_uniq_newlist
13b2be9c 12837
ce2cded5
L
12838_gas_uniq_list="$emfiles"
12839_gas_uniq_newlist=""
12840for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12841 case $_gas_uniq_i in
12842 _gas_uniq_dummy) ;;
12843 *) case " $_gas_uniq_newlist " in
12844 *" $_gas_uniq_i "*) ;;
12845 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12846 esac ;;
12847 esac
12848done
12849emfiles=$_gas_uniq_newlist
d7040cdb 12850
ce2cded5
L
12851if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12852 for fmt in $formats ; do
12853 case $fmt in
12854 aout)
81ecdfbb 12855$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
12856 ;;
12857 coff)
81ecdfbb 12858$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
12859 ;;
12860 ecoff)
81ecdfbb 12861$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
12862 ;;
12863 elf)
81ecdfbb 12864$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
12865 ;;
12866 generic)
81ecdfbb 12867$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
12868 ;;
12869 som)
81ecdfbb 12870$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
12871 ;;
12872 esac
d0ac1c44 12873 extra_objects="$extra_objects config/obj-$fmt.o"
ce2cded5
L
12874 done
12875 obj_format=multi
13b2be9c 12876fi
ce2cded5
L
12877if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12878 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 12879 # e-mipself has more than one emulation per file, e-i386* has just one at the
ce2cded5
L
12880 # moment. If only one emulation is specified, then don't define
12881 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12882 case "${obj_format}${emfiles}" in
e8044f35 12883 multi* | *mipself*)
ce2cded5 12884 extra_objects="$extra_objects $emfiles"
d7040cdb 12885
81ecdfbb 12886$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
12887 ;;
12888 esac
12889fi
d7040cdb 12890
13b2be9c 12891
ce2cded5
L
12892cat >>confdefs.h <<_ACEOF
12893#define EMULATIONS $EMULATIONS
13b2be9c 12894_ACEOF
d7040cdb 12895
d7040cdb 12896
ce2cded5
L
12897cat >>confdefs.h <<_ACEOF
12898#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12899_ACEOF
d7040cdb 12900
d7040cdb 12901
ce2cded5 12902reject_dev_configs=yes
252b5132 12903
ce2cded5
L
12904case ${reject_dev_configs}-${dev} in
12905 yes-yes) # Oops.
d0ac1c44 12906 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 12907 ;;
d7040cdb
SE
12908esac
12909
13b2be9c 12910
ce2cded5
L
12911
12912
12913
12914
12915
12916# do we need the opcodes library?
12917case "${need_opcodes}" in
12918yes)
12919 OPCODES_LIB=../opcodes/libopcodes.la
12920 ;;
12921esac
12922
12923
12924
12925
12926cat >>confdefs.h <<_ACEOF
12927#define TARGET_ALIAS "${target_alias}"
d7040cdb 12928_ACEOF
20e95c23 12929
20e95c23 12930
ce2cded5
L
12931cat >>confdefs.h <<_ACEOF
12932#define TARGET_CANONICAL "${target}"
12933_ACEOF
20e95c23 12934
d6d788bd 12935
ce2cded5
L
12936cat >>confdefs.h <<_ACEOF
12937#define TARGET_CPU "${target_cpu}"
12938_ACEOF
20e95c23 12939
ce2cded5
L
12940
12941cat >>confdefs.h <<_ACEOF
12942#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12943_ACEOF
12944
12945
ce2cded5
L
12946cat >>confdefs.h <<_ACEOF
12947#define TARGET_OS "${target_os}"
12948_ACEOF
12949
0efedc4c 12950
d7040cdb
SE
12951for ac_prog in 'bison -y' byacc
12952do
12953 # Extract the first word of "$ac_prog", so it can be a program name with args.
12954set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12956$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12957if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12958 $as_echo_n "(cached) " >&6
20e95c23 12959else
d7040cdb
SE
12960 if test -n "$YACC"; then
12961 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12962else
d7040cdb
SE
12963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12964for as_dir in $PATH
12965do
12966 IFS=$as_save_IFS
12967 test -z "$as_dir" && as_dir=.
81ecdfbb 12968 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12970 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 12972 break 2
20e95c23 12973 fi
d7040cdb 12974done
81ecdfbb
RW
12975 done
12976IFS=$as_save_IFS
20e95c23 12977
d7040cdb
SE
12978fi
12979fi
12980YACC=$ac_cv_prog_YACC
12981if test -n "$YACC"; then
81ecdfbb
RW
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12983$as_echo "$YACC" >&6; }
d7040cdb 12984else
81ecdfbb
RW
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12986$as_echo "no" >&6; }
d7040cdb 12987fi
20e95c23 12988
81ecdfbb 12989
d7040cdb
SE
12990 test -n "$YACC" && break
12991done
12992test -n "$YACC" || YACC="yacc"
20e95c23 12993
d7040cdb
SE
12994for ac_prog in flex lex
12995do
12996 # Extract the first word of "$ac_prog", so it can be a program name with args.
12997set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12999$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13000if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 13001 $as_echo_n "(cached) " >&6
d6d788bd 13002else
d7040cdb
SE
13003 if test -n "$LEX"; then
13004 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13005else
13006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13007for as_dir in $PATH
13008do
13009 IFS=$as_save_IFS
13010 test -z "$as_dir" && as_dir=.
81ecdfbb 13011 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13013 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 13014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13015 break 2
13016 fi
13017done
81ecdfbb
RW
13018 done
13019IFS=$as_save_IFS
20e95c23 13020
d7040cdb
SE
13021fi
13022fi
13023LEX=$ac_cv_prog_LEX
13024if test -n "$LEX"; then
81ecdfbb
RW
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13026$as_echo "$LEX" >&6; }
20e95c23 13027else
81ecdfbb
RW
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13029$as_echo "no" >&6; }
13b2be9c
DJ
13030fi
13031
81ecdfbb 13032
d7040cdb
SE
13033 test -n "$LEX" && break
13034done
13035test -n "$LEX" || LEX=":"
20e95c23 13036
3d961d0d
AM
13037case "$LEX" in
13038 :|*"missing "*) ;;
13039 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
13040%%
13041a { ECHO; }
13042b { REJECT; }
13043c { yymore (); }
13044d { yyless (1); }
d0ac1c44
SM
13045e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13046 yyless ((input () != 0)); }
81ecdfbb
RW
13047f { unput (yytext[0]); }
13048. { BEGIN INITIAL; }
13049%%
13050#ifdef YYTEXT_POINTER
13051extern char *yytext;
d7040cdb 13052#endif
d7040cdb 13053int
81ecdfbb 13054main (void)
d7040cdb 13055{
81ecdfbb 13056 return ! yylex () + ! yywrap ();
d7040cdb
SE
13057}
13058_ACEOF
81ecdfbb
RW
13059{ { ac_try="$LEX conftest.l"
13060case "(($ac_try" in
13061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13062 *) ac_try_echo=$ac_try;;
13063esac
13064eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13065$as_echo "$ac_try_echo"; } >&5
13066 (eval "$LEX conftest.l") 2>&5
d7040cdb 13067 ac_status=$?
81ecdfbb
RW
13068 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13069 test $ac_status = 0; }
13070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13071$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 13072if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 13073 $as_echo_n "(cached) " >&6
d7040cdb 13074else
d5fbea21 13075
81ecdfbb
RW
13076if test -f lex.yy.c; then
13077 ac_cv_prog_lex_root=lex.yy
13078elif test -f lexyy.c; then
13079 ac_cv_prog_lex_root=lexyy
13080else
d0ac1c44 13081 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 13082fi
d7040cdb 13083fi
81ecdfbb
RW
13084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13085$as_echo "$ac_cv_prog_lex_root" >&6; }
13086LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 13087
81ecdfbb
RW
13088if test -z "${LEXLIB+set}"; then
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13090$as_echo_n "checking lex library... " >&6; }
d0ac1c44 13091if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 13092 $as_echo_n "(cached) " >&6
d7040cdb 13093else
d7040cdb 13094
81ecdfbb
RW
13095 ac_save_LIBS=$LIBS
13096 ac_cv_lib_lex='none needed'
13097 for ac_lib in '' -lfl -ll; do
13098 LIBS="$ac_lib $ac_save_LIBS"
13099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13100/* end confdefs.h. */
13101`cat $LEX_OUTPUT_ROOT.c`
13102_ACEOF
13103if ac_fn_c_try_link "$LINENO"; then :
13104 ac_cv_lib_lex=$ac_lib
d7040cdb 13105fi
81ecdfbb
RW
13106rm -f core conftest.err conftest.$ac_objext \
13107 conftest$ac_exeext conftest.$ac_ext
13108 test "$ac_cv_lib_lex" != 'none needed' && break
13109 done
13110 LIBS=$ac_save_LIBS
d7040cdb
SE
13111
13112fi
81ecdfbb
RW
13113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13114$as_echo "$ac_cv_lib_lex" >&6; }
13115 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
13116fi
13117
13b2be9c 13118
81ecdfbb
RW
13119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13120$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 13121if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 13122 $as_echo_n "(cached) " >&6
d7040cdb
SE
13123else
13124 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 13125# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
13126# not all implementations provide the %pointer and %array declarations.
13127ac_cv_prog_lex_yytext_pointer=no
d7040cdb 13128ac_save_LIBS=$LIBS
81ecdfbb
RW
13129LIBS="$LEXLIB $ac_save_LIBS"
13130cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13131/* end confdefs.h. */
d0ac1c44
SM
13132
13133 #define YYTEXT_POINTER 1
d7040cdb 13134`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 13135_ACEOF
81ecdfbb 13136if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13137 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 13138fi
81ecdfbb
RW
13139rm -f core conftest.err conftest.$ac_objext \
13140 conftest$ac_exeext conftest.$ac_ext
d7040cdb 13141LIBS=$ac_save_LIBS
252b5132 13142
9b2b7d69 13143fi
81ecdfbb
RW
13144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13145$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 13146if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 13147
81ecdfbb 13148$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 13149
d6d788bd 13150fi
81ecdfbb 13151rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
13152 ;;
13153esac
d7040cdb
SE
13154if test "$LEX" = :; then
13155 LEX=${am_missing_run}flex
13156fi
13157
e184813f 13158ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
d7040cdb
SE
13159# If we haven't got the data from the intl directory,
13160# assume NLS is disabled.
13161USE_NLS=no
13162LIBINTL=
13163LIBINTL_DEP=
13164INCINTL=
13165XGETTEXT=
13166GMSGFMT=
13167POSUB=
13168
13169if test -f ../intl/config.intl; then
13170 . ../intl/config.intl
13171fi
81ecdfbb
RW
13172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13173$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 13174if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13176$as_echo "no" >&6; }
d7040cdb 13177else
81ecdfbb
RW
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13179$as_echo "yes" >&6; }
d7040cdb 13180
81ecdfbb 13181$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
13182
13183
81ecdfbb
RW
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13185$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
13186 # Look for .po and .gmo files in the source directory.
13187 CATALOGS=
13188 XLINGUAS=
13189 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13190 # If there aren't any .gmo files the shell will give us the
13191 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13192 # weeded out.
13193 case "$cat" in *\**)
13194 continue;;
13195 esac
13196 # The quadruple backslash is collapsed to a double backslash
13197 # by the backticks, then collapsed again by the double quotes,
13198 # leaving us with one backslash in the sed expression (right
13199 # before the dot that mustn't act as a wildcard).
13200 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13201 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13202 # The user is allowed to set LINGUAS to a list of languages to
13203 # install catalogs for. If it's empty that means "all of them."
13204 if test "x$LINGUAS" = x; then
13205 CATALOGS="$CATALOGS $cat"
13206 XLINGUAS="$XLINGUAS $lang"
13207 else
13208 case "$LINGUAS" in *$lang*)
13209 CATALOGS="$CATALOGS $cat"
13210 XLINGUAS="$XLINGUAS $lang"
13211 ;;
13212 esac
13213 fi
13214 done
13215 LINGUAS="$XLINGUAS"
81ecdfbb
RW
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13217$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
13218
13219
13220 DATADIRNAME=share
13221
13222 INSTOBJEXT=.mo
13223
13224 GENCAT=gencat
13225
13226 CATOBJEXT=.gmo
13227
13228fi
13229
13230 MKINSTALLDIRS=
13231 if test -n "$ac_aux_dir"; then
13232 case "$ac_aux_dir" in
13233 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13234 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13235 esac
13236 fi
13237 if test -z "$MKINSTALLDIRS"; then
13238 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13239 fi
13240
13241
13242
81ecdfbb
RW
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13244$as_echo_n "checking whether NLS is requested... " >&6; }
13245 # Check whether --enable-nls was given.
13246if test "${enable_nls+set}" = set; then :
13247 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
13248else
13249 USE_NLS=yes
81ecdfbb
RW
13250fi
13251
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13253$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
13254
13255
13256
13257
13258
13259
13260# Prepare PATH_SEPARATOR.
13261# The user is always right.
13262if test "${PATH_SEPARATOR+set}" != set; then
13263 echo "#! /bin/sh" >conf$$.sh
13264 echo "exit 0" >>conf$$.sh
13265 chmod +x conf$$.sh
13266 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13267 PATH_SEPARATOR=';'
13b2be9c 13268 else
d7040cdb 13269 PATH_SEPARATOR=:
13b2be9c 13270 fi
d7040cdb 13271 rm -f conf$$.sh
252b5132 13272fi
13b2be9c 13273
d7040cdb
SE
13274# Find out how to test for executable files. Don't use a zero-byte file,
13275# as systems may use methods other than mode bits to determine executability.
13276cat >conf$$.file <<_ASEOF
13277#! /bin/sh
13278exit 0
13279_ASEOF
13280chmod +x conf$$.file
13281if test -x conf$$.file >/dev/null 2>&1; then
13282 ac_executable_p="test -x"
13283else
13284 ac_executable_p="test -f"
13b2be9c 13285fi
d7040cdb 13286rm -f conf$$.file
13b2be9c 13287
d7040cdb
SE
13288# Extract the first word of "msgfmt", so it can be a program name with args.
13289set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13291$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13292if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 13293 $as_echo_n "(cached) " >&6
252b5132 13294else
d7040cdb
SE
13295 case "$MSGFMT" in
13296 [\\/]* | ?:[\\/]*)
13297 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13298 ;;
13299 *)
13300 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13301 for ac_dir in $PATH; do
13302 IFS="$ac_save_IFS"
13303 test -z "$ac_dir" && ac_dir=.
13304 for ac_exec_ext in '' $ac_executable_extensions; do
13305 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13306 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13307 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13308 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13309 break 2
13310 fi
13311 fi
13312 done
13313 done
13314 IFS="$ac_save_IFS"
13315 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13316 ;;
13317esac
252b5132 13318fi
d7040cdb
SE
13319MSGFMT="$ac_cv_path_MSGFMT"
13320if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13322$as_echo "$MSGFMT" >&6; }
252b5132 13323else
81ecdfbb
RW
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13325$as_echo "no" >&6; }
252b5132 13326fi
252b5132 13327
d7040cdb
SE
13328 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13329set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13331$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13332if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 13333 $as_echo_n "(cached) " >&6
13b2be9c 13334else
d7040cdb
SE
13335 case $GMSGFMT in
13336 [\\/]* | ?:[\\/]*)
13337 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13338 ;;
13339 *)
13340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13341for as_dir in $PATH
13342do
13343 IFS=$as_save_IFS
13344 test -z "$as_dir" && as_dir=.
81ecdfbb 13345 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13346 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13347 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13349 break 2
13350 fi
13351done
81ecdfbb
RW
13352 done
13353IFS=$as_save_IFS
252b5132 13354
d7040cdb
SE
13355 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13356 ;;
13357esac
13358fi
13359GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13360if test -n "$GMSGFMT"; then
81ecdfbb
RW
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13362$as_echo "$GMSGFMT" >&6; }
ac48eca1 13363else
81ecdfbb
RW
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13365$as_echo "no" >&6; }
6840198f 13366fi
6840198f 13367
13b2be9c 13368
20e95c23 13369
81ecdfbb 13370
d7040cdb
SE
13371# Prepare PATH_SEPARATOR.
13372# The user is always right.
13373if test "${PATH_SEPARATOR+set}" != set; then
13374 echo "#! /bin/sh" >conf$$.sh
13375 echo "exit 0" >>conf$$.sh
13376 chmod +x conf$$.sh
13377 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13378 PATH_SEPARATOR=';'
13379 else
13380 PATH_SEPARATOR=:
13381 fi
13382 rm -f conf$$.sh
13383fi
20e95c23 13384
d7040cdb
SE
13385# Find out how to test for executable files. Don't use a zero-byte file,
13386# as systems may use methods other than mode bits to determine executability.
13387cat >conf$$.file <<_ASEOF
13388#! /bin/sh
13389exit 0
13390_ASEOF
13391chmod +x conf$$.file
13392if test -x conf$$.file >/dev/null 2>&1; then
13393 ac_executable_p="test -x"
13b2be9c 13394else
d7040cdb 13395 ac_executable_p="test -f"
13b2be9c 13396fi
d7040cdb 13397rm -f conf$$.file
20e95c23 13398
d7040cdb
SE
13399# Extract the first word of "xgettext", so it can be a program name with args.
13400set dummy xgettext; ac_word=$2
81ecdfbb
RW
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13402$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13403if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 13404 $as_echo_n "(cached) " >&6
252b5132 13405else
d7040cdb
SE
13406 case "$XGETTEXT" in
13407 [\\/]* | ?:[\\/]*)
13408 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13409 ;;
13410 *)
13411 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13412 for ac_dir in $PATH; do
13413 IFS="$ac_save_IFS"
13414 test -z "$ac_dir" && ac_dir=.
13415 for ac_exec_ext in '' $ac_executable_extensions; do
13416 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13417 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13418 (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
13419 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13420 break 2
13421 fi
13422 fi
13423 done
13424 done
13425 IFS="$ac_save_IFS"
13426 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13427 ;;
13428esac
13b2be9c 13429fi
d7040cdb
SE
13430XGETTEXT="$ac_cv_path_XGETTEXT"
13431if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13433$as_echo "$XGETTEXT" >&6; }
d7040cdb 13434else
81ecdfbb
RW
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13436$as_echo "no" >&6; }
13b2be9c 13437fi
13b2be9c 13438
d7040cdb 13439 rm -f messages.po
20e95c23 13440
13b2be9c 13441
d7040cdb
SE
13442# Prepare PATH_SEPARATOR.
13443# The user is always right.
13444if test "${PATH_SEPARATOR+set}" != set; then
13445 echo "#! /bin/sh" >conf$$.sh
13446 echo "exit 0" >>conf$$.sh
13447 chmod +x conf$$.sh
13448 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13449 PATH_SEPARATOR=';'
13450 else
13451 PATH_SEPARATOR=:
13452 fi
13453 rm -f conf$$.sh
252b5132 13454fi
20e95c23 13455
d7040cdb
SE
13456# Find out how to test for executable files. Don't use a zero-byte file,
13457# as systems may use methods other than mode bits to determine executability.
13458cat >conf$$.file <<_ASEOF
13459#! /bin/sh
13460exit 0
13461_ASEOF
13462chmod +x conf$$.file
13463if test -x conf$$.file >/dev/null 2>&1; then
13464 ac_executable_p="test -x"
252b5132 13465else
d7040cdb
SE
13466 ac_executable_p="test -f"
13467fi
13468rm -f conf$$.file
20e95c23 13469
d7040cdb
SE
13470# Extract the first word of "msgmerge", so it can be a program name with args.
13471set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13473$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13474if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 13475 $as_echo_n "(cached) " >&6
20e95c23 13476else
d7040cdb
SE
13477 case "$MSGMERGE" in
13478 [\\/]* | ?:[\\/]*)
13479 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13480 ;;
13481 *)
13482 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13483 for ac_dir in $PATH; do
13484 IFS="$ac_save_IFS"
13485 test -z "$ac_dir" && ac_dir=.
13486 for ac_exec_ext in '' $ac_executable_extensions; do
13487 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13488 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13489 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13490 break 2
13491 fi
13492 fi
13493 done
13494 done
13495 IFS="$ac_save_IFS"
13496 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13497 ;;
13498esac
20e95c23 13499fi
d7040cdb
SE
13500MSGMERGE="$ac_cv_path_MSGMERGE"
13501if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13503$as_echo "$MSGMERGE" >&6; }
d7040cdb 13504else
81ecdfbb
RW
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13506$as_echo "no" >&6; }
20e95c23 13507fi
252b5132 13508
252b5132 13509
d7040cdb
SE
13510 if test "$GMSGFMT" != ":"; then
13511 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13512 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13513 : ;
13514 else
13515 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13517$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13518 GMSGFMT=":"
13519 fi
13520 fi
13b2be9c 13521
d7040cdb
SE
13522 if test "$XGETTEXT" != ":"; then
13523 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13524 (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
13525 : ;
13526 else
81ecdfbb
RW
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13528$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13529 XGETTEXT=":"
13530 fi
13531 rm -f messages.po
13532 fi
252b5132 13533
81ecdfbb 13534 ac_config_commands="$ac_config_commands default-1"
13b2be9c 13535
13b2be9c 13536
81ecdfbb
RW
13537
13538
13539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13540$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13541 # Check whether --enable-maintainer-mode was given.
13542if test "${enable_maintainer_mode+set}" = set; then :
13543 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 13544else
81ecdfbb 13545 USE_MAINTAINER_MODE=no
13b2be9c 13546fi
13b2be9c 13547
81ecdfbb
RW
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13549$as_echo "$USE_MAINTAINER_MODE" >&6; }
13550 if test $USE_MAINTAINER_MODE = yes; then
13551 MAINTAINER_MODE_TRUE=
23d61380
AM
13552 MAINTAINER_MODE_FALSE='#'
13553else
13554 MAINTAINER_MODE_TRUE='#'
13555 MAINTAINER_MODE_FALSE=
81ecdfbb 13556fi
13b2be9c 13557
23d61380 13558 MAINT=$MAINTAINER_MODE_TRUE
252b5132 13559
252b5132 13560
23d61380
AM
13561 if false; then
13562 GENINSRC_NEVER_TRUE=
13563 GENINSRC_NEVER_FALSE='#'
252b5132 13564else
23d61380
AM
13565 GENINSRC_NEVER_TRUE='#'
13566 GENINSRC_NEVER_FALSE=
252b5132 13567fi
ab509236 13568
252b5132 13569
6840198f 13570
23d61380 13571for ac_header in memory.h sys/stat.h sys/types.h unistd.h
81ecdfbb 13572do :
23d61380
AM
13573 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13574ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13575if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13b2be9c 13576 cat >>confdefs.h <<_ACEOF
23d61380 13577#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c 13578_ACEOF
23d61380 13579
252b5132 13580fi
23d61380 13581
252b5132
RH
13582done
13583
23d61380
AM
13584
13585# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13586# people who are not cross-compiling but are compiling cross-assemblers.
13587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13588$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13589if test "${host}" = "${target}"; then
13590 cross_gas=no
13591else
13592 cross_gas=yes
13593
13594$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132 13595
1ec4b9f2 13596fi
23d61380
AM
13597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13598$as_echo "$cross_gas" >&6; }
1ec4b9f2
NS
13599
13600for ac_func in strsignal
13601do :
13602 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
d0ac1c44 13603if test "x$ac_cv_func_strsignal" = xyes; then :
1ec4b9f2
NS
13604 cat >>confdefs.h <<_ACEOF
13605#define HAVE_STRSIGNAL 1
13606_ACEOF
13607
252b5132
RH
13608fi
13609done
13610
d6d788bd 13611
44350750
NC
13612
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13614$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 13615if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
13616 $as_echo_n "(cached) " >&6
13617else
13618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13619/* end confdefs.h. */
13620#include <locale.h>
13621int
13622main ()
13623{
13624return LC_MESSAGES
13625 ;
13626 return 0;
13627}
13628_ACEOF
13629if ac_fn_c_try_link "$LINENO"; then :
13630 am_cv_val_LC_MESSAGES=yes
13631else
13632 am_cv_val_LC_MESSAGES=no
13633fi
13634rm -f core conftest.err conftest.$ac_objext \
13635 conftest$ac_exeext conftest.$ac_ext
13636fi
13637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13638$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13639 if test $am_cv_val_LC_MESSAGES = yes; then
13640
13641$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13642
13643 fi
13644
13645
39bec121
TW
13646# do we need the math library?
13647case "${need_libm}" in
13b2be9c 13648yes)
39bec121 13649 LIBM=
f9c19112 13650case $host in
3725885a 13651*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 13652 # These system don't have libm, or don't need it
39bec121
TW
13653 ;;
13654*-ncr-sysv4.3*)
81ecdfbb
RW
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13656$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 13657if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
81ecdfbb 13658 $as_echo_n "(cached) " >&6
39bec121 13659else
13b2be9c 13660 ac_check_lib_save_LIBS=$LIBS
39bec121 13661LIBS="-lmw $LIBS"
81ecdfbb 13662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13663/* end confdefs.h. */
13664
81ecdfbb
RW
13665/* Override any GCC internal prototype to avoid an error.
13666 Use char because int might match the return type of a GCC
13667 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
13668#ifdef __cplusplus
13669extern "C"
13670#endif
13b2be9c
DJ
13671char _mwvalidcheckl ();
13672int
13673main ()
13674{
81ecdfbb 13675return _mwvalidcheckl ();
13b2be9c
DJ
13676 ;
13677 return 0;
13678}
13679_ACEOF
81ecdfbb 13680if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13681 ac_cv_lib_mw__mwvalidcheckl=yes
13682else
81ecdfbb 13683 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 13684fi
81ecdfbb
RW
13685rm -f core conftest.err conftest.$ac_objext \
13686 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13687LIBS=$ac_check_lib_save_LIBS
13688fi
81ecdfbb
RW
13689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13690$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 13691if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
39bec121 13692 LIBM="-lmw"
39bec121
TW
13693fi
13694
81ecdfbb
RW
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13696$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13697if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13698 $as_echo_n "(cached) " >&6
39bec121 13699else
13b2be9c 13700 ac_check_lib_save_LIBS=$LIBS
39bec121 13701LIBS="-lm $LIBS"
81ecdfbb 13702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13703/* end confdefs.h. */
39bec121 13704
81ecdfbb
RW
13705/* Override any GCC internal prototype to avoid an error.
13706 Use char because int might match the return type of a GCC
13707 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13708#ifdef __cplusplus
13709extern "C"
13710#endif
d7040cdb 13711char cos ();
13b2be9c
DJ
13712int
13713main ()
13714{
81ecdfbb 13715return cos ();
13b2be9c
DJ
13716 ;
13717 return 0;
13718}
13719_ACEOF
81ecdfbb 13720if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13721 ac_cv_lib_m_cos=yes
13b2be9c 13722else
81ecdfbb 13723 ac_cv_lib_m_cos=no
13b2be9c 13724fi
81ecdfbb
RW
13725rm -f core conftest.err conftest.$ac_objext \
13726 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13727LIBS=$ac_check_lib_save_LIBS
13728fi
81ecdfbb
RW
13729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13730$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13731if test "x$ac_cv_lib_m_cos" = xyes; then :
39bec121 13732 LIBM="$LIBM -lm"
39bec121
TW
13733fi
13734
13735 ;;
13736*)
81ecdfbb
RW
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13738$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13739if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13740 $as_echo_n "(cached) " >&6
39bec121 13741else
13b2be9c 13742 ac_check_lib_save_LIBS=$LIBS
39bec121 13743LIBS="-lm $LIBS"
81ecdfbb 13744cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13745/* end confdefs.h. */
39bec121 13746
81ecdfbb
RW
13747/* Override any GCC internal prototype to avoid an error.
13748 Use char because int might match the return type of a GCC
13749 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13750#ifdef __cplusplus
13751extern "C"
13752#endif
d7040cdb 13753char cos ();
13b2be9c
DJ
13754int
13755main ()
13756{
81ecdfbb 13757return cos ();
13b2be9c
DJ
13758 ;
13759 return 0;
13760}
13761_ACEOF
81ecdfbb 13762if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13763 ac_cv_lib_m_cos=yes
13b2be9c 13764else
81ecdfbb 13765 ac_cv_lib_m_cos=no
13b2be9c 13766fi
81ecdfbb
RW
13767rm -f core conftest.err conftest.$ac_objext \
13768 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13769LIBS=$ac_check_lib_save_LIBS
13770fi
81ecdfbb
RW
13771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13772$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13773if test "x$ac_cv_lib_m_cos" = xyes; then :
39bec121 13774 LIBM="-lm"
39bec121
TW
13775fi
13776
13777 ;;
13778esac
13779
13b2be9c 13780
d7040cdb 13781
39bec121
TW
13782 ;;
13783esac
13784
252b5132
RH
13785# Some non-ANSI preprocessors botch requoting inside strings. That's bad
13786# enough, but on some of those systems, the assert macro relies on requoting
13787# working properly!
81ecdfbb
RW
13788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13789$as_echo_n "checking for working assert macro... " >&6; }
d0ac1c44 13790if ${gas_cv_assert_ok+:} false; then :
81ecdfbb 13791 $as_echo_n "(cached) " >&6
13b2be9c 13792else
81ecdfbb 13793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13794/* end confdefs.h. */
252b5132 13795#include <assert.h>
0075c537 13796#include <string.h>
252b5132 13797#include <stdio.h>
13b2be9c
DJ
13798int
13799main ()
13800{
252b5132
RH
13801
13802/* check for requoting problems */
13803static int a, b, c, d;
13804static char *s;
13805assert (!strcmp(s, "foo bar baz quux"));
13806/* check for newline handling */
13807assert (a == b
13808 || c == d);
13809
13b2be9c
DJ
13810 ;
13811 return 0;
81ecdfbb
RW
13812}
13813_ACEOF
13814if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13815 gas_cv_assert_ok=yes
13816else
81ecdfbb 13817 gas_cv_assert_ok=no
252b5132 13818fi
81ecdfbb
RW
13819rm -f core conftest.err conftest.$ac_objext \
13820 conftest$ac_exeext conftest.$ac_ext
252b5132 13821fi
81ecdfbb
RW
13822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13823$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 13824test $gas_cv_assert_ok = yes ||
81ecdfbb 13825$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 13826
d6d788bd
L
13827
13828
252b5132
RH
13829# On some systems, the system header files may not declare malloc, realloc,
13830# and free. There are places where gas needs these functions to have been
13831# declared -- such as when taking their addresses.
13832gas_test_headers="
13833#ifdef HAVE_MEMORY_H
13834#include <memory.h>
13835#endif
252b5132 13836#include <string.h>
252b5132 13837#include <stdlib.h>
252b5132
RH
13838#ifdef HAVE_UNISTD_H
13839#include <unistd.h>
13840#endif
13841"
13842
81ecdfbb
RW
13843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13844$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 13845if ${gas_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 13846 $as_echo_n "(cached) " >&6
56f36663 13847else
81ecdfbb 13848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
13849/* end confdefs.h. */
13850#include <unistd.h>
13851int
13852main ()
13853{
13854extern int getopt (int, char *const*, const char *);
13855 ;
13856 return 0;
13857}
13858_ACEOF
81ecdfbb 13859if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
13860 gas_cv_decl_getopt_unistd_h=yes
13861else
81ecdfbb 13862 gas_cv_decl_getopt_unistd_h=no
56f36663 13863fi
81ecdfbb 13864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
13865fi
13866
81ecdfbb
RW
13867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13868$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
13869if test $gas_cv_decl_getopt_unistd_h = yes; then
13870
81ecdfbb 13871$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
13872
13873fi
13874
e8a38df5 13875
81ecdfbb
RW
13876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13877$as_echo_n "checking whether declaration is required for environ... " >&6; }
d0ac1c44 13878if ${gas_cv_decl_needed_environ+:} false; then :
81ecdfbb 13879 $as_echo_n "(cached) " >&6
13b2be9c 13880else
81ecdfbb 13881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13882/* end confdefs.h. */
252b5132 13883$gas_test_headers
13b2be9c
DJ
13884int
13885main ()
13886{
252b5132 13887
e8a38df5 13888typedef char **f;
252b5132 13889f x;
e8a38df5 13890x = (f) environ;
252b5132 13891
13b2be9c
DJ
13892 ;
13893 return 0;
13894}
13895_ACEOF
81ecdfbb 13896if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13897 gas_cv_decl_needed_environ=no
252b5132 13898else
81ecdfbb 13899 gas_cv_decl_needed_environ=yes
252b5132 13900fi
81ecdfbb
RW
13901rm -f core conftest.err conftest.$ac_objext \
13902 conftest$ac_exeext conftest.$ac_ext
252b5132 13903fi
81ecdfbb
RW
13904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13905$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 13906if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 13907
81ecdfbb 13908$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
13909
13910fi
13911
13912
81ecdfbb
RW
13913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13914$as_echo_n "checking whether declaration is required for ffs... " >&6; }
d0ac1c44 13915if ${gas_cv_decl_needed_ffs+:} false; then :
81ecdfbb 13916 $as_echo_n "(cached) " >&6
13b2be9c 13917else
81ecdfbb 13918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13919/* end confdefs.h. */
13920$gas_test_headers
13921int
13922main ()
13923{
13924
e8a38df5 13925typedef int (*f)(int);
13b2be9c 13926f x;
e8a38df5 13927x = (f) ffs;
13b2be9c
DJ
13928
13929 ;
13930 return 0;
13931}
13932_ACEOF
81ecdfbb 13933if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13934 gas_cv_decl_needed_ffs=no
13b2be9c 13935else
81ecdfbb 13936 gas_cv_decl_needed_ffs=yes
13b2be9c 13937fi
81ecdfbb
RW
13938rm -f core conftest.err conftest.$ac_objext \
13939 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13940fi
81ecdfbb
RW
13941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13942$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 13943if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 13944
81ecdfbb 13945$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
13946
13947fi
13948
13949
23d61380
AM
13950ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13951if test "x$ac_cv_have_decl_asprintf" = xyes; then :
4b0296ce
AM
13952 ac_have_decl=1
13953else
13954 ac_have_decl=0
13955fi
13956
13957cat >>confdefs.h <<_ACEOF
23d61380 13958#define HAVE_DECL_ASPRINTF $ac_have_decl
4b0296ce 13959_ACEOF
0175442d 13960ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
d0ac1c44 13961if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
0175442d
L
13962 ac_have_decl=1
13963else
13964 ac_have_decl=0
13965fi
13966
13967cat >>confdefs.h <<_ACEOF
13968#define HAVE_DECL_MEMPCPY $ac_have_decl
13969_ACEOF
4b0296ce 13970ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 13971if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
4b0296ce
AM
13972 ac_have_decl=1
13973else
13974 ac_have_decl=0
13975fi
13976
13977cat >>confdefs.h <<_ACEOF
13978#define HAVE_DECL_STPCPY $ac_have_decl
13979_ACEOF
6d74f28b
EB
13980
13981
13b2be9c 13982
c973bc5c
NC
13983case "${host}" in
13984*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13985
81ecdfbb 13986$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
13987 ;;
13988esac
13989
2cac01e3 13990# Link in zlib/zstd if we can. This allows us to write compressed debug sections.
543b7933
L
13991
13992 # Use the system's zlib library.
39f3de7c
L
13993 zlibdir="-L\$(top_builddir)/../zlib"
13994 zlibinc="-I\$(top_srcdir)/../zlib"
0acf065b 13995
0138187e
L
13996# Check whether --with-system-zlib was given.
13997if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13998 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13999 zlibdir=
14000 zlibinc=
14001 fi
0acf065b 14002
0acf065b 14003fi
0acf065b 14004
0acf065b
CC
14005
14006
543b7933
L
14007
14008
2cac01e3
FS
14009
14010
14011
14012
14013
14014
14015if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
14016 if test -n "$ac_tool_prefix"; then
14017 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14018set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14020$as_echo_n "checking for $ac_word... " >&6; }
14021if ${ac_cv_path_PKG_CONFIG+:} false; then :
14022 $as_echo_n "(cached) " >&6
14023else
14024 case $PKG_CONFIG in
14025 [\\/]* | ?:[\\/]*)
14026 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14027 ;;
14028 *)
14029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14030for as_dir in $PATH
14031do
14032 IFS=$as_save_IFS
14033 test -z "$as_dir" && as_dir=.
14034 for ac_exec_ext in '' $ac_executable_extensions; do
14035 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14036 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14038 break 2
14039 fi
14040done
14041 done
14042IFS=$as_save_IFS
14043
14044 ;;
14045esac
14046fi
14047PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14048if test -n "$PKG_CONFIG"; then
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14050$as_echo "$PKG_CONFIG" >&6; }
14051else
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14053$as_echo "no" >&6; }
14054fi
14055
14056
14057fi
14058if test -z "$ac_cv_path_PKG_CONFIG"; then
14059 ac_pt_PKG_CONFIG=$PKG_CONFIG
14060 # Extract the first word of "pkg-config", so it can be a program name with args.
14061set dummy pkg-config; ac_word=$2
14062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14063$as_echo_n "checking for $ac_word... " >&6; }
14064if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14065 $as_echo_n "(cached) " >&6
14066else
14067 case $ac_pt_PKG_CONFIG in
14068 [\\/]* | ?:[\\/]*)
14069 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14070 ;;
14071 *)
14072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14073for as_dir in $PATH
14074do
14075 IFS=$as_save_IFS
14076 test -z "$as_dir" && as_dir=.
14077 for ac_exec_ext in '' $ac_executable_extensions; do
14078 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14079 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14081 break 2
14082 fi
14083done
14084 done
14085IFS=$as_save_IFS
14086
14087 ;;
14088esac
14089fi
14090ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14091if test -n "$ac_pt_PKG_CONFIG"; then
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14093$as_echo "$ac_pt_PKG_CONFIG" >&6; }
14094else
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14096$as_echo "no" >&6; }
14097fi
14098
14099 if test "x$ac_pt_PKG_CONFIG" = x; then
14100 PKG_CONFIG=""
14101 else
14102 case $cross_compiling:$ac_tool_warned in
14103yes:)
14104{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14105$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14106ac_tool_warned=yes ;;
14107esac
14108 PKG_CONFIG=$ac_pt_PKG_CONFIG
14109 fi
14110else
14111 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14112fi
14113
14114fi
14115if test -n "$PKG_CONFIG"; then
14116 _pkg_min_version=0.9.0
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14118$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14119 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14121$as_echo "yes" >&6; }
14122 else
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14124$as_echo "no" >&6; }
14125 PKG_CONFIG=""
14126 fi
14127fi
14128
14129
14130# Check whether --with-zstd was given.
14131if test "${with_zstd+set}" = set; then :
14132 withval=$with_zstd;
14133else
14134 with_zstd=auto
14135fi
14136
14137
14138if test "$with_zstd" != no; then :
14139
14140pkg_failed=no
200164d4
CL
14141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
14142$as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
2cac01e3
FS
14143
14144if test -n "$ZSTD_CFLAGS"; then
14145 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
14146 elif test -n "$PKG_CONFIG"; then
14147 if test -n "$PKG_CONFIG" && \
200164d4
CL
14148 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14149 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
2cac01e3
FS
14150 ac_status=$?
14151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14152 test $ac_status = 0; }; then
200164d4 14153 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
2cac01e3
FS
14154 test "x$?" != "x0" && pkg_failed=yes
14155else
14156 pkg_failed=yes
14157fi
14158 else
14159 pkg_failed=untried
14160fi
14161if test -n "$ZSTD_LIBS"; then
14162 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
14163 elif test -n "$PKG_CONFIG"; then
14164 if test -n "$PKG_CONFIG" && \
200164d4
CL
14165 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14166 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
2cac01e3
FS
14167 ac_status=$?
14168 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14169 test $ac_status = 0; }; then
200164d4 14170 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
2cac01e3
FS
14171 test "x$?" != "x0" && pkg_failed=yes
14172else
14173 pkg_failed=yes
14174fi
14175 else
14176 pkg_failed=untried
14177fi
14178
14179if test $pkg_failed = no; then
14180 pkg_save_LDFLAGS="$LDFLAGS"
14181 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
14182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14183/* end confdefs.h. */
14184
14185int
14186main ()
14187{
14188
14189 ;
14190 return 0;
14191}
14192_ACEOF
14193if ac_fn_c_try_link "$LINENO"; then :
14194
14195else
14196 pkg_failed=yes
14197fi
14198rm -f core conftest.err conftest.$ac_objext \
14199 conftest$ac_exeext conftest.$ac_ext
14200 LDFLAGS=$pkg_save_LDFLAGS
14201fi
14202
14203
14204
14205if test $pkg_failed = yes; then
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14207$as_echo "no" >&6; }
14208
14209if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14210 _pkg_short_errors_supported=yes
14211else
14212 _pkg_short_errors_supported=no
14213fi
14214 if test $_pkg_short_errors_supported = yes; then
200164d4 14215 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
2cac01e3 14216 else
200164d4 14217 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
2cac01e3
FS
14218 fi
14219 # Put the nasty error message in config.log where it belongs
14220 echo "$ZSTD_PKG_ERRORS" >&5
14221
14222
14223 if test "$with_zstd" = yes; then
14224 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14225 fi
14226
14227elif test $pkg_failed = untried; then
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14229$as_echo "no" >&6; }
14230
14231 if test "$with_zstd" = yes; then
14232 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14233 fi
14234
14235else
14236 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
14237 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14239$as_echo "yes" >&6; }
14240
14241
14242$as_echo "#define HAVE_ZSTD 1" >>confdefs.h
14243
14244
14245fi
14246
14247fi
14248
14249
b11d79f2
TG
14250# Support for VMS timestamps via cross compile
14251
14252if test "$ac_cv_header_time_h" = yes; then
14253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14254$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
d0ac1c44 14255 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
b11d79f2
TG
14256 $as_echo_n "(cached) " >&6
14257else
14258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14259/* end confdefs.h. */
14260
14261#define _BSD_SOURCE 1
14262#include <time.h>
14263int
14264main ()
14265{
14266struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14267 ;
14268 return 0;
14269}
14270_ACEOF
14271if ac_fn_c_try_compile "$LINENO"; then :
14272 gas_cv_have_time_type_member_tm_gmtoff=yes
14273else
14274 gas_cv_have_time_type_member_tm_gmtoff=no
14275
14276fi
14277rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14278fi
14279
14280 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14281
14282$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14283
14284 fi
14285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14286$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14287
14288fi
14289
14290if test "$ac_cv_header_sys_stat_h" = yes; then
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14292$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
d0ac1c44 14293 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
b11d79f2
TG
14294 $as_echo_n "(cached) " >&6
14295else
14296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14297/* end confdefs.h. */
14298
14299#define _BSD_SOURCE 1
14300#include <sys/stat.h>
14301int
14302main ()
14303{
14304struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14305 ;
14306 return 0;
14307}
14308_ACEOF
14309if ac_fn_c_try_compile "$LINENO"; then :
14310 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14311else
14312 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14313
14314fi
14315rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14316fi
14317
14318 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14319
14320$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14321
14322 fi
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14324$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14325
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14327$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
d0ac1c44 14328 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
b11d79f2
TG
14329 $as_echo_n "(cached) " >&6
14330else
14331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14332/* end confdefs.h. */
14333
14334#define _BSD_SOURCE 1
14335#include <sys/stat.h>
14336int
14337main ()
14338{
14339struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14340 ;
14341 return 0;
14342}
14343_ACEOF
14344if ac_fn_c_try_compile "$LINENO"; then :
14345 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14346else
14347 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14348
14349fi
14350rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14351fi
14352
14353 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14354
14355$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14356
14357 fi
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14359$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14360
14361fi
14362
14363
c973bc5c 14364
13b2be9c 14365
108a6f8e
CD
14366
14367
14368
14369
31dd3154 14370
1075011a 14371ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13b2be9c 14372
81ecdfbb 14373ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
14374
14375
14376cat >confcache <<\_ACEOF
14377# This file is a shell script that caches the results of configure
14378# tests run on this system so they can be shared between configure
14379# scripts and configure runs, see configure's option --config-cache.
14380# It is not useful on other systems. If it contains results you don't
14381# want to keep, you may remove or edit it.
14382#
14383# config.status only pays attention to the cache file if you give it
14384# the --recheck option to rerun configure.
14385#
14386# `ac_cv_env_foo' variables (set or unset) will be overridden when
14387# loading this file, other *unset* `ac_cv_foo' will be assigned the
14388# following values.
14389
14390_ACEOF
14391
14392# The following way of writing the cache mishandles newlines in values,
14393# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14394# So, we kill variables containing newlines.
13b2be9c
DJ
14395# Ultrix sh set writes to stderr and can't be redirected directly,
14396# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14397(
14398 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14399 eval ac_val=\$$ac_var
14400 case $ac_val in #(
14401 *${as_nl}*)
14402 case $ac_var in #(
14403 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14404$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14405 esac
14406 case $ac_var in #(
14407 _ | IFS | as_nl) ;; #(
14408 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14409 *) { eval $ac_var=; unset $ac_var;} ;;
14410 esac ;;
14411 esac
14412 done
14413
13b2be9c 14414 (set) 2>&1 |
81ecdfbb
RW
14415 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14416 *${as_nl}ac_space=\ *)
14417 # `set' does not quote correctly, so add quotes: double-quote
14418 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 14419 sed -n \
ab509236
L
14420 "s/'/'\\\\''/g;
14421 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14422 ;; #(
13b2be9c
DJ
14423 *)
14424 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14425 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 14426 ;;
81ecdfbb
RW
14427 esac |
14428 sort
14429) |
13b2be9c 14430 sed '
81ecdfbb 14431 /^ac_cv_env_/b end
13b2be9c 14432 t clear
81ecdfbb 14433 :clear
13b2be9c
DJ
14434 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14435 t end
81ecdfbb
RW
14436 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14437 :end' >>confcache
14438if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14439 if test -w "$cache_file"; then
d0ac1c44 14440 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14442$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14443 if test ! -f "$cache_file" || test -h "$cache_file"; then
14444 cat confcache >"$cache_file"
14445 else
14446 case $cache_file in #(
14447 */* | ?:*)
14448 mv -f confcache "$cache_file"$$ &&
14449 mv -f "$cache_file"$$ "$cache_file" ;; #(
14450 *)
14451 mv -f confcache "$cache_file" ;;
14452 esac
14453 fi
14454 fi
13b2be9c 14455 else
81ecdfbb
RW
14456 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14457$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
14458 fi
14459fi
14460rm -f confcache
14461
14462test "x$prefix" = xNONE && prefix=$ac_default_prefix
14463# Let make expand exec_prefix.
14464test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14465
13b2be9c
DJ
14466DEFS=-DHAVE_CONFIG_H
14467
14468ac_libobjs=
14469ac_ltlibobjs=
d0ac1c44 14470U=
13b2be9c
DJ
14471for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14472 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14473 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14474 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14475 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14476 # will be set to the directory where LIBOBJS objects are built.
14477 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14478 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
14479done
14480LIBOBJS=$ac_libobjs
14481
14482LTLIBOBJS=$ac_ltlibobjs
14483
14484
d0ac1c44
SM
14485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14486$as_echo_n "checking that generated files are newer than configure... " >&6; }
14487 if test -n "$am_sleep_pid"; then
14488 # Hide warnings about reused PIDs.
14489 wait $am_sleep_pid 2>/dev/null
14490 fi
14491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14492$as_echo "done" >&6; }
81ecdfbb
RW
14493 if test -n "$EXEEXT"; then
14494 am__EXEEXT_TRUE=
14495 am__EXEEXT_FALSE='#'
14496else
14497 am__EXEEXT_TRUE='#'
14498 am__EXEEXT_FALSE=
13b2be9c 14499fi
81ecdfbb 14500
23d61380
AM
14501if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14502 as_fn_error $? "conditional \"AMDEP\" was never defined.
14503Usually this means the macro was only invoked conditionally." "$LINENO" 5
14504fi
14505if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14506 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14507Usually this means the macro was only invoked conditionally." "$LINENO" 5
14508fi
81ecdfbb 14509
13b2be9c 14510if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14511 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 14512Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 14513fi
d5fbea21 14514if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 14515 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 14516Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14517fi
13b2be9c 14518
d0ac1c44 14519: "${CONFIG_STATUS=./config.status}"
81ecdfbb 14520ac_write_fail=0
13b2be9c
DJ
14521ac_clean_files_save=$ac_clean_files
14522ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14523{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14524$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14525as_write_fail=0
14526cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
14527#! $SHELL
14528# Generated by $as_me.
14529# Run this file to recreate the current configuration.
14530# Compiler output produced by configure, useful for debugging
14531# configure, is in config.log if it exists.
14532
14533debug=false
14534ac_cs_recheck=false
14535ac_cs_silent=false
13b2be9c 14536
81ecdfbb
RW
14537SHELL=\${CONFIG_SHELL-$SHELL}
14538export SHELL
14539_ASEOF
14540cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14541## -------------------- ##
14542## M4sh Initialization. ##
14543## -------------------- ##
13b2be9c 14544
81ecdfbb
RW
14545# Be more Bourne compatible
14546DUALCASE=1; export DUALCASE # for MKS sh
14547if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
14548 emulate sh
14549 NULLCMD=:
81ecdfbb 14550 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
14551 # is contrary to our usage. Disable this feature.
14552 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14553 setopt NO_GLOB_SUBST
14554else
14555 case `(set -o) 2>/dev/null` in #(
14556 *posix*) :
14557 set -o posix ;; #(
14558 *) :
14559 ;;
14560esac
13b2be9c
DJ
14561fi
14562
81ecdfbb
RW
14563
14564as_nl='
14565'
14566export as_nl
14567# Printing a long string crashes Solaris 7 /usr/bin/printf.
14568as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14569as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14570as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14571# Prefer a ksh shell builtin over an external printf program on Solaris,
14572# but without wasting forks for bash or zsh.
14573if test -z "$BASH_VERSION$ZSH_VERSION" \
14574 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14575 as_echo='print -r --'
14576 as_echo_n='print -rn --'
14577elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14578 as_echo='printf %s\n'
14579 as_echo_n='printf %s'
14580else
14581 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14582 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14583 as_echo_n='/usr/ucb/echo -n'
14584 else
14585 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14586 as_echo_n_body='eval
14587 arg=$1;
14588 case $arg in #(
14589 *"$as_nl"*)
14590 expr "X$arg" : "X\\(.*\\)$as_nl";
14591 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14592 esac;
14593 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14594 '
14595 export as_echo_n_body
14596 as_echo_n='sh -c $as_echo_n_body as_echo'
14597 fi
14598 export as_echo_body
14599 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
14600fi
14601
81ecdfbb
RW
14602# The user is always right.
14603if test "${PATH_SEPARATOR+set}" != set; then
14604 PATH_SEPARATOR=:
14605 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14606 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14607 PATH_SEPARATOR=';'
14608 }
14609fi
14610
14611
14612# IFS
14613# We need space, tab and new line, in precisely that order. Quoting is
14614# there to prevent editors from complaining about space-tab.
14615# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14616# splitting by setting IFS to empty value.)
14617IFS=" "" $as_nl"
14618
14619# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14620as_myself=
81ecdfbb
RW
14621case $0 in #((
14622 *[\\/]* ) as_myself=$0 ;;
14623 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14624for as_dir in $PATH
14625do
14626 IFS=$as_save_IFS
14627 test -z "$as_dir" && as_dir=.
14628 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14629 done
14630IFS=$as_save_IFS
14631
14632 ;;
14633esac
14634# We did not find ourselves, most probably we were run as `sh COMMAND'
14635# in which case we are not to be found in the path.
14636if test "x$as_myself" = x; then
14637 as_myself=$0
14638fi
14639if test ! -f "$as_myself"; then
14640 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14641 exit 1
14642fi
13b2be9c 14643
81ecdfbb
RW
14644# Unset variables that we do not need and which cause bugs (e.g. in
14645# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14646# suppresses any "Segmentation fault" message there. '((' could
14647# trigger a bug in pdksh 5.2.14.
14648for as_var in BASH_ENV ENV MAIL MAILPATH
14649do eval test x\${$as_var+set} = xset \
14650 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14651done
13b2be9c
DJ
14652PS1='$ '
14653PS2='> '
14654PS4='+ '
14655
14656# NLS nuisances.
81ecdfbb
RW
14657LC_ALL=C
14658export LC_ALL
14659LANGUAGE=C
14660export LANGUAGE
14661
14662# CDPATH.
14663(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14664
14665
d0ac1c44
SM
14666# as_fn_error STATUS ERROR [LINENO LOG_FD]
14667# ----------------------------------------
81ecdfbb
RW
14668# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14669# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14670# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
14671as_fn_error ()
14672{
d0ac1c44
SM
14673 as_status=$1; test $as_status -eq 0 && as_status=1
14674 if test "$4"; then
14675 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14676 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13b2be9c 14677 fi
d0ac1c44 14678 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
14679 as_fn_exit $as_status
14680} # as_fn_error
14681
14682
14683# as_fn_set_status STATUS
14684# -----------------------
14685# Set $? to STATUS, without forking.
14686as_fn_set_status ()
14687{
14688 return $1
14689} # as_fn_set_status
14690
14691# as_fn_exit STATUS
14692# -----------------
14693# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14694as_fn_exit ()
14695{
14696 set +e
14697 as_fn_set_status $1
14698 exit $1
14699} # as_fn_exit
14700
14701# as_fn_unset VAR
14702# ---------------
14703# Portably unset VAR.
14704as_fn_unset ()
14705{
14706 { eval $1=; unset $1;}
14707}
14708as_unset=as_fn_unset
14709# as_fn_append VAR VALUE
14710# ----------------------
14711# Append the text in VALUE to the end of the definition contained in VAR. Take
14712# advantage of any shell optimizations that allow amortized linear growth over
14713# repeated appends, instead of the typical quadratic growth present in naive
14714# implementations.
14715if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14716 eval 'as_fn_append ()
14717 {
14718 eval $1+=\$2
14719 }'
14720else
14721 as_fn_append ()
14722 {
14723 eval $1=\$$1\$2
14724 }
14725fi # as_fn_append
14726
14727# as_fn_arith ARG...
14728# ------------------
14729# Perform arithmetic evaluation on the ARGs, and store the result in the
14730# global $as_val. Take advantage of shells that can avoid forks. The arguments
14731# must be portable across $(()) and expr.
14732if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14733 eval 'as_fn_arith ()
14734 {
14735 as_val=$(( $* ))
14736 }'
14737else
14738 as_fn_arith ()
14739 {
14740 as_val=`expr "$@" || test $? -eq 1`
14741 }
14742fi # as_fn_arith
14743
13b2be9c 14744
81ecdfbb
RW
14745if expr a : '\(a\)' >/dev/null 2>&1 &&
14746 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
14747 as_expr=expr
14748else
14749 as_expr=false
14750fi
14751
81ecdfbb 14752if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
14753 as_basename=basename
14754else
14755 as_basename=false
14756fi
14757
81ecdfbb
RW
14758if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14759 as_dirname=dirname
14760else
14761 as_dirname=false
14762fi
13b2be9c 14763
81ecdfbb 14764as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
14765$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14766 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14767 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14768$as_echo X/"$0" |
14769 sed '/^.*\/\([^/][^/]*\)\/*$/{
14770 s//\1/
14771 q
14772 }
14773 /^X\/\(\/\/\)$/{
14774 s//\1/
14775 q
14776 }
14777 /^X\/\(\/\).*/{
14778 s//\1/
14779 q
14780 }
14781 s/.*/./; q'`
13b2be9c 14782
13b2be9c
DJ
14783# Avoid depending upon Character Ranges.
14784as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14785as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14786as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14787as_cr_digits='0123456789'
14788as_cr_alnum=$as_cr_Letters$as_cr_digits
14789
81ecdfbb
RW
14790ECHO_C= ECHO_N= ECHO_T=
14791case `echo -n x` in #(((((
14792-n*)
14793 case `echo 'xy\c'` in
14794 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14795 xy) ECHO_C='\c';;
14796 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14797 ECHO_T=' ';;
14798 esac;;
14799*)
14800 ECHO_N='-n';;
13b2be9c 14801esac
252b5132 14802
81ecdfbb
RW
14803rm -f conf$$ conf$$.exe conf$$.file
14804if test -d conf$$.dir; then
14805 rm -f conf$$.dir/conf$$.file
252b5132 14806else
81ecdfbb
RW
14807 rm -f conf$$.dir
14808 mkdir conf$$.dir 2>/dev/null
252b5132 14809fi
81ecdfbb
RW
14810if (echo >conf$$.file) 2>/dev/null; then
14811 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 14812 as_ln_s='ln -s'
81ecdfbb
RW
14813 # ... but there are two gotchas:
14814 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14815 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14816 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14817 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14818 as_ln_s='cp -pR'
81ecdfbb
RW
14819 elif ln conf$$.file conf$$ 2>/dev/null; then
14820 as_ln_s=ln
14821 else
d0ac1c44 14822 as_ln_s='cp -pR'
13b2be9c 14823 fi
13b2be9c 14824else
d0ac1c44 14825 as_ln_s='cp -pR'
252b5132 14826fi
81ecdfbb
RW
14827rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14828rmdir conf$$.dir 2>/dev/null
252b5132 14829
81ecdfbb
RW
14830
14831# as_fn_mkdir_p
14832# -------------
14833# Create "$as_dir" as a directory, including parents if necessary.
14834as_fn_mkdir_p ()
14835{
14836
14837 case $as_dir in #(
14838 -*) as_dir=./$as_dir;;
14839 esac
14840 test -d "$as_dir" || eval $as_mkdir_p || {
14841 as_dirs=
14842 while :; do
14843 case $as_dir in #(
14844 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14845 *) as_qdir=$as_dir;;
14846 esac
14847 as_dirs="'$as_qdir' $as_dirs"
14848 as_dir=`$as_dirname -- "$as_dir" ||
14849$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14850 X"$as_dir" : 'X\(//\)[^/]' \| \
14851 X"$as_dir" : 'X\(//\)$' \| \
14852 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14853$as_echo X"$as_dir" |
14854 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14855 s//\1/
14856 q
14857 }
14858 /^X\(\/\/\)[^/].*/{
14859 s//\1/
14860 q
14861 }
14862 /^X\(\/\/\)$/{
14863 s//\1/
14864 q
14865 }
14866 /^X\(\/\).*/{
14867 s//\1/
14868 q
14869 }
14870 s/.*/./; q'`
14871 test -d "$as_dir" && break
14872 done
14873 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14874 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
14875
14876
14877} # as_fn_mkdir_p
13b2be9c 14878if mkdir -p . 2>/dev/null; then
81ecdfbb 14879 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 14880else
ab509236 14881 test -d ./-p && rmdir ./-p
13b2be9c
DJ
14882 as_mkdir_p=false
14883fi
81ecdfbb 14884
d0ac1c44
SM
14885
14886# as_fn_executable_p FILE
14887# -----------------------
14888# Test if FILE is an executable regular file.
14889as_fn_executable_p ()
14890{
14891 test -f "$1" && test -x "$1"
14892} # as_fn_executable_p
14893as_test_x='test -x'
14894as_executable_p=as_fn_executable_p
252b5132 14895
13b2be9c 14896# Sed expression to map a string onto a valid CPP name.
ab509236 14897as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14898
13b2be9c 14899# Sed expression to map a string onto a valid variable name.
ab509236 14900as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14901
d6d788bd 14902
13b2be9c 14903exec 6>&1
81ecdfbb
RW
14904## ----------------------------------- ##
14905## Main body of $CONFIG_STATUS script. ##
14906## ----------------------------------- ##
14907_ASEOF
14908test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 14909
81ecdfbb
RW
14910cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14911# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 14912# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14913# values after options handling.
14914ac_log="
96e786d1 14915This file was extended by gas $as_me 2.40.50, which was
d0ac1c44 14916generated by GNU Autoconf 2.69. Invocation command line was
d6d788bd 14917
13b2be9c
DJ
14918 CONFIG_FILES = $CONFIG_FILES
14919 CONFIG_HEADERS = $CONFIG_HEADERS
14920 CONFIG_LINKS = $CONFIG_LINKS
14921 CONFIG_COMMANDS = $CONFIG_COMMANDS
14922 $ $0 $@
252b5132 14923
81ecdfbb
RW
14924on `(hostname || uname -n) 2>/dev/null | sed 1q`
14925"
14926
13b2be9c 14927_ACEOF
252b5132 14928
81ecdfbb
RW
14929case $ac_config_files in *"
14930"*) set x $ac_config_files; shift; ac_config_files=$*;;
14931esac
13b2be9c 14932
81ecdfbb
RW
14933case $ac_config_headers in *"
14934"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14935esac
252b5132 14936
252b5132 14937
81ecdfbb
RW
14938cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14939# Files that config.status was made for.
14940config_files="$ac_config_files"
14941config_headers="$ac_config_headers"
14942config_commands="$ac_config_commands"
d6d788bd 14943
81ecdfbb 14944_ACEOF
252b5132 14945
81ecdfbb 14946cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 14947ac_cs_usage="\
81ecdfbb
RW
14948\`$as_me' instantiates files and other configuration actions
14949from templates according to the current configuration. Unless the files
14950and actions are specified as TAGs, all are instantiated by default.
252b5132 14951
81ecdfbb 14952Usage: $0 [OPTION]... [TAG]...
252b5132 14953
13b2be9c 14954 -h, --help print this help, then exit
81ecdfbb 14955 -V, --version print version number and configuration settings, then exit
d0ac1c44 14956 --config print configuration, then exit
81ecdfbb
RW
14957 -q, --quiet, --silent
14958 do not print progress messages
13b2be9c
DJ
14959 -d, --debug don't remove temporary files
14960 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14961 --file=FILE[:TEMPLATE]
14962 instantiate the configuration file FILE
14963 --header=FILE[:TEMPLATE]
14964 instantiate the configuration header FILE
252b5132 14965
13b2be9c
DJ
14966Configuration files:
14967$config_files
252b5132 14968
13b2be9c
DJ
14969Configuration headers:
14970$config_headers
252b5132 14971
13b2be9c
DJ
14972Configuration commands:
14973$config_commands
252b5132 14974
81ecdfbb 14975Report bugs to the package provider."
d6d788bd 14976
81ecdfbb
RW
14977_ACEOF
14978cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14979ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13b2be9c 14980ac_cs_version="\\
96e786d1 14981gas config.status 2.40.50
d0ac1c44
SM
14982configured by $0, generated by GNU Autoconf 2.69,
14983 with options \\"\$ac_cs_config\\"
d6d788bd 14984
d0ac1c44 14985Copyright (C) 2012 Free Software Foundation, Inc.
13b2be9c
DJ
14986This config.status script is free software; the Free Software Foundation
14987gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14988
14989ac_pwd='$ac_pwd'
14990srcdir='$srcdir'
14991INSTALL='$INSTALL'
14992MKDIR_P='$MKDIR_P'
14993AWK='$AWK'
14994test -n "\$AWK" || AWK=awk
13b2be9c 14995_ACEOF
d6d788bd 14996
81ecdfbb
RW
14997cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14998# The default lists apply if the user does not specify any file.
13b2be9c
DJ
14999ac_need_defaults=:
15000while test $# != 0
15001do
15002 case $1 in
d0ac1c44 15003 --*=?*)
81ecdfbb
RW
15004 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15005 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 15006 ac_shift=:
c8615825 15007 ;;
d0ac1c44
SM
15008 --*=)
15009 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15010 ac_optarg=
15011 ac_shift=:
15012 ;;
81ecdfbb 15013 *)
13b2be9c
DJ
15014 ac_option=$1
15015 ac_optarg=$2
15016 ac_shift=shift
c8615825 15017 ;;
13b2be9c 15018 esac
252b5132 15019
13b2be9c
DJ
15020 case $ac_option in
15021 # Handling of the options.
13b2be9c
DJ
15022 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15023 ac_cs_recheck=: ;;
81ecdfbb
RW
15024 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15025 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15026 --config | --confi | --conf | --con | --co | --c )
15027 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15028 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
15029 debug=: ;;
15030 --file | --fil | --fi | --f )
15031 $ac_shift
81ecdfbb
RW
15032 case $ac_optarg in
15033 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15034 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15035 esac
15036 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
15037 ac_need_defaults=false;;
15038 --header | --heade | --head | --hea )
15039 $ac_shift
81ecdfbb
RW
15040 case $ac_optarg in
15041 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15042 esac
15043 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 15044 ac_need_defaults=false;;
81ecdfbb
RW
15045 --he | --h)
15046 # Conflict between --help and --header
d0ac1c44 15047 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15048Try \`$0 --help' for more information.";;
15049 --help | --hel | -h )
15050 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
15051 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15052 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15053 ac_cs_silent=: ;;
c8615825 15054
13b2be9c 15055 # This is an error.
d0ac1c44 15056 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15057Try \`$0 --help' for more information." ;;
252b5132 15058
81ecdfbb
RW
15059 *) as_fn_append ac_config_targets " $1"
15060 ac_need_defaults=false ;;
252b5132 15061
13b2be9c
DJ
15062 esac
15063 shift
15064done
252b5132 15065
13b2be9c 15066ac_configure_extra_args=
d6d788bd 15067
13b2be9c
DJ
15068if $ac_cs_silent; then
15069 exec 6>/dev/null
15070 ac_configure_extra_args="$ac_configure_extra_args --silent"
15071fi
9b2b7d69 15072
13b2be9c 15073_ACEOF
81ecdfbb 15074cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15075if \$ac_cs_recheck; then
d0ac1c44 15076 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15077 shift
15078 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15079 CONFIG_SHELL='$SHELL'
15080 export CONFIG_SHELL
15081 exec "\$@"
13b2be9c
DJ
15082fi
15083
15084_ACEOF
81ecdfbb
RW
15085cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15086exec 5>>config.log
15087{
15088 echo
15089 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15090## Running $as_me. ##
15091_ASBOX
15092 $as_echo "$ac_log"
15093} >&5
13b2be9c 15094
81ecdfbb
RW
15095_ACEOF
15096cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 15097#
81ecdfbb 15098# INIT-COMMANDS
9b2b7d69 15099#
b9583093 15100AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15101
15102
15103# The HP-UX ksh and POSIX shell print the target directory to stdout
15104# if CDPATH is set.
15105(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15106
15107sed_quote_subst='$sed_quote_subst'
15108double_quote_subst='$double_quote_subst'
15109delay_variable_subst='$delay_variable_subst'
3725885a
RW
15110macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15111macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15112enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15113enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15114pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15115enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15116SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15117ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15118host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15119host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15120host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15121build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15122build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15123build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15124SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15125Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15126GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15127EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15128FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15129LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15130NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15131LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15132max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15133ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15134exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15135lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15136lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15137lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15138reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15139reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15140OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15141deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15142file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15143AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15144AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15145STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15146RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15147old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15148old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15149old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15150lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15151CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15152CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15153compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15154GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15155lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15156lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15157lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15158lt_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"`'
15159objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15160MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15161lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15162lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15163lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15164lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15165lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15166need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15167DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15168NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15169LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15170OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15171OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15172libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15173shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15174extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15175archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15176enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15177export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15178whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15179compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15180old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15181old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15182archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15183archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15184module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15185module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15186with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15187allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15188no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15189hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15190hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15191hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15192hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15193hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15194hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15195hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15196hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15197inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15198link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15199fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15200always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15201export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15202exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15203include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15204prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15205file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15206variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15207need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15208need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15209version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15210runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15211shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15212shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15213libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15214library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15215soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15216install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15217postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15218postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15219finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15220finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15221hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15222sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15223sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15224hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15225enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15226enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15227enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15228old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15229striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15230
15231LTCC='$LTCC'
15232LTCFLAGS='$LTCFLAGS'
15233compiler='$compiler_DEFAULT'
15234
3725885a
RW
15235# A function that is used when there is no print builtin or printf.
15236func_fallback_echo ()
15237{
15238 eval 'cat <<_LTECHO_EOF
15239\$1
15240_LTECHO_EOF'
15241}
15242
d7040cdb 15243# Quote evaled strings.
3725885a
RW
15244for var in SHELL \
15245ECHO \
15246SED \
d7040cdb
SE
15247GREP \
15248EGREP \
15249FGREP \
15250LD \
15251NM \
15252LN_S \
15253lt_SP2NL \
15254lt_NL2SP \
15255reload_flag \
718a6fd8 15256OBJDUMP \
d7040cdb
SE
15257deplibs_check_method \
15258file_magic_cmd \
15259AR \
15260AR_FLAGS \
15261STRIP \
15262RANLIB \
15263CC \
15264CFLAGS \
15265compiler \
15266lt_cv_sys_global_symbol_pipe \
15267lt_cv_sys_global_symbol_to_cdecl \
15268lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15269lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15270lt_prog_compiler_no_builtin_flag \
df7b86aa 15271lt_prog_compiler_wl \
f2c621e4 15272lt_prog_compiler_pic \
d7040cdb
SE
15273lt_prog_compiler_static \
15274lt_cv_prog_compiler_c_o \
15275need_locks \
718a6fd8
SE
15276DSYMUTIL \
15277NMEDIT \
15278LIPO \
15279OTOOL \
15280OTOOL64 \
d7040cdb
SE
15281shrext_cmds \
15282export_dynamic_flag_spec \
15283whole_archive_flag_spec \
15284compiler_needs_object \
15285with_gnu_ld \
15286allow_undefined_flag \
15287no_undefined_flag \
15288hardcode_libdir_flag_spec \
15289hardcode_libdir_flag_spec_ld \
15290hardcode_libdir_separator \
f2c621e4 15291fix_srcfile_path \
d7040cdb
SE
15292exclude_expsyms \
15293include_expsyms \
15294file_list_spec \
15295variables_saved_for_relink \
15296libname_spec \
15297library_names_spec \
15298soname_spec \
3725885a 15299install_override_mode \
d7040cdb
SE
15300finish_eval \
15301old_striplib \
15302striplib; do
3725885a 15303 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15304 *[\\\\\\\`\\"\\\$]*)
3725885a 15305 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15306 ;;
15307 *)
15308 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15309 ;;
15310 esac
15311done
15312
15313# Double-quote double-evaled strings.
15314for var in reload_cmds \
15315old_postinstall_cmds \
15316old_postuninstall_cmds \
15317old_archive_cmds \
15318extract_expsyms_cmds \
15319old_archive_from_new_cmds \
15320old_archive_from_expsyms_cmds \
15321archive_cmds \
15322archive_expsym_cmds \
15323module_cmds \
15324module_expsym_cmds \
15325export_symbols_cmds \
15326prelink_cmds \
15327postinstall_cmds \
15328postuninstall_cmds \
15329finish_cmds \
15330sys_lib_search_path_spec \
15331sys_lib_dlsearch_path_spec; do
3725885a 15332 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15333 *[\\\\\\\`\\"\\\$]*)
3725885a 15334 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15335 ;;
15336 *)
15337 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15338 ;;
15339 esac
15340done
15341
d7040cdb
SE
15342ac_aux_dir='$ac_aux_dir'
15343xsi_shell='$xsi_shell'
15344lt_shell_append='$lt_shell_append'
15345
15346# See if we are running on zsh, and set the options which allow our
15347# commands through without removal of \ escapes INIT.
15348if test -n "\${ZSH_VERSION+set}" ; then
15349 setopt NO_GLOB_SUBST
15350fi
15351
15352
15353 PACKAGE='$PACKAGE'
15354 VERSION='$VERSION'
15355 TIMESTAMP='$TIMESTAMP'
15356 RM='$RM'
15357 ofile='$ofile'
15358
15359
15360
20e95c23
DJ
15361# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15362 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15363 # from automake.
15364 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15365 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15366 LINGUAS="${LINGUAS-%UNSET%}"
15367
13b2be9c
DJ
15368target_cpu_type=${target_cpu_type}
15369 cgen_cpu_prefix=${cgen_cpu_prefix}
15370 obj_format=${obj_format}
15371 te_file=${te_file}
15372
15373_ACEOF
15374
81ecdfbb 15375cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15376
81ecdfbb 15377# Handling of arguments.
13b2be9c 15378for ac_config_target in $ac_config_targets
9b2b7d69 15379do
81ecdfbb
RW
15380 case $ac_config_target in
15381 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15382 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15383 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15384 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15385 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15386 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15387 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
81ecdfbb
RW
15388 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15389 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15390
d0ac1c44 15391 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
15392 esac
15393done
15394
81ecdfbb 15395
13b2be9c
DJ
15396# If the user did not use the arguments to specify the items to instantiate,
15397# then the envvar interface is used. Set only those that are not.
15398# We use the long form for the default assignment because of an extremely
15399# bizarre bug on SunOS 4.1.3.
15400if $ac_need_defaults; then
15401 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15402 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15403 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15404fi
15405
15406# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15407# simply because there is no reason against having it here, and in addition,
13b2be9c 15408# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15409# Hook for its removal unless debugging.
15410# Note that there is a small window in which the directory will not be cleaned:
15411# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
15412$debug ||
15413{
d0ac1c44 15414 tmp= ac_tmp=
81ecdfbb 15415 trap 'exit_status=$?
d0ac1c44
SM
15416 : "${ac_tmp:=$tmp}"
15417 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
15418' 0
15419 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 15420}
13b2be9c 15421# Create a (secure) tmp directory for tmp files.
9b2b7d69 15422
13b2be9c 15423{
81ecdfbb 15424 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15425 test -d "$tmp"
13b2be9c
DJ
15426} ||
15427{
81ecdfbb
RW
15428 tmp=./conf$$-$RANDOM
15429 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15430} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15431ac_tmp=$tmp
81ecdfbb
RW
15432
15433# Set up the scripts for CONFIG_FILES section.
15434# No need to generate them if there are no CONFIG_FILES.
15435# This happens for instance with `./config.status config.h'.
15436if test -n "$CONFIG_FILES"; then
15437
15438
15439ac_cr=`echo X | tr X '\015'`
15440# On cygwin, bash can eat \r inside `` if the user requested igncr.
15441# But we know of no other shell where ac_cr would be empty at this
15442# point, so we can use a bashism as a fallback.
15443if test "x$ac_cr" = x; then
15444 eval ac_cr=\$\'\\r\'
15445fi
15446ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15447if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15448 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15449else
15450 ac_cs_awk_cr=$ac_cr
15451fi
15452
d0ac1c44 15453echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
15454_ACEOF
15455
15456
15457{
15458 echo "cat >conf$$subs.awk <<_ACEOF" &&
15459 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15460 echo "_ACEOF"
15461} >conf$$subs.sh ||
d0ac1c44
SM
15462 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15463ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15464ac_delim='%!_!# '
15465for ac_last_try in false false false false false :; do
15466 . ./conf$$subs.sh ||
d0ac1c44 15467 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15468
15469 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15470 if test $ac_delim_n = $ac_delim_num; then
15471 break
15472 elif $ac_last_try; then
d0ac1c44 15473 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15474 else
15475 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15476 fi
15477done
15478rm -f conf$$subs.sh
15479
15480cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15481cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
15482_ACEOF
15483sed -n '
15484h
15485s/^/S["/; s/!.*/"]=/
15486p
15487g
15488s/^[^!]*!//
15489:repl
15490t repl
15491s/'"$ac_delim"'$//
15492t delim
15493:nl
15494h
d0ac1c44 15495s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15496t more1
15497s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15498p
15499n
15500b repl
15501:more1
15502s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15503p
15504g
15505s/.\{148\}//
15506t nl
15507:delim
15508h
d0ac1c44 15509s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15510t more2
15511s/["\\]/\\&/g; s/^/"/; s/$/"/
15512p
15513b
15514:more2
15515s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15516p
15517g
15518s/.\{148\}//
15519t delim
15520' <conf$$subs.awk | sed '
15521/^[^""]/{
15522 N
15523 s/\n//
15524}
15525' >>$CONFIG_STATUS || ac_write_fail=1
15526rm -f conf$$subs.awk
15527cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15528_ACAWK
d0ac1c44 15529cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15530 for (key in S) S_is_set[key] = 1
15531 FS = "\a"
15532
15533}
13b2be9c 15534{
81ecdfbb
RW
15535 line = $ 0
15536 nfields = split(line, field, "@")
15537 substed = 0
15538 len = length(field[1])
15539 for (i = 2; i < nfields; i++) {
15540 key = field[i]
15541 keylen = length(key)
15542 if (S_is_set[key]) {
15543 value = S[key]
15544 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15545 len += length(value) + length(field[++i])
15546 substed = 1
15547 } else
15548 len += 1 + keylen
15549 }
15550
15551 print line
13b2be9c 15552}
9b2b7d69 15553
81ecdfbb
RW
15554_ACAWK
15555_ACEOF
15556cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15557if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15558 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15559else
15560 cat
d0ac1c44
SM
15561fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15562 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
15563_ACEOF
15564
d0ac1c44
SM
15565# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15566# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15567# trailing colons and then remove the whole line if VPATH becomes empty
15568# (actually we leave an empty line to preserve line numbers).
15569if test "x$srcdir" = x.; then
d0ac1c44
SM
15570 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15571h
15572s///
15573s/^/:/
15574s/[ ]*$/:/
15575s/:\$(srcdir):/:/g
15576s/:\${srcdir}:/:/g
15577s/:@srcdir@:/:/g
15578s/^:*//
81ecdfbb 15579s/:*$//
d0ac1c44
SM
15580x
15581s/\(=[ ]*\).*/\1/
15582G
15583s/\n//
81ecdfbb
RW
15584s/^[^=]*=[ ]*$//
15585}'
15586fi
15587
15588cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15589fi # test -n "$CONFIG_FILES"
13b2be9c 15590
81ecdfbb
RW
15591# Set up the scripts for CONFIG_HEADERS section.
15592# No need to generate them if there are no CONFIG_HEADERS.
15593# This happens for instance with `./config.status Makefile'.
15594if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15595cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
15596BEGIN {
15597_ACEOF
13b2be9c 15598
81ecdfbb
RW
15599# Transform confdefs.h into an awk script `defines.awk', embedded as
15600# here-document in config.status, that substitutes the proper values into
15601# config.h.in to produce config.h.
9b2b7d69 15602
81ecdfbb
RW
15603# Create a delimiter string that does not exist in confdefs.h, to ease
15604# handling of long lines.
15605ac_delim='%!_!# '
15606for ac_last_try in false false :; do
d0ac1c44
SM
15607 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15608 if test -z "$ac_tt"; then
81ecdfbb
RW
15609 break
15610 elif $ac_last_try; then
d0ac1c44 15611 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
15612 else
15613 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15614 fi
15615done
15616
15617# For the awk script, D is an array of macro values keyed by name,
15618# likewise P contains macro parameters if any. Preserve backslash
15619# newline sequences.
15620
15621ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15622sed -n '
15623s/.\{148\}/&'"$ac_delim"'/g
15624t rset
15625:rset
15626s/^[ ]*#[ ]*define[ ][ ]*/ /
15627t def
15628d
15629:def
15630s/\\$//
15631t bsnl
15632s/["\\]/\\&/g
15633s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15634D["\1"]=" \3"/p
15635s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15636d
15637:bsnl
15638s/["\\]/\\&/g
15639s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15640D["\1"]=" \3\\\\\\n"\\/p
15641t cont
15642s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15643t cont
15644d
15645:cont
15646n
15647s/.\{148\}/&'"$ac_delim"'/g
15648t clear
15649:clear
15650s/\\$//
15651t bsnlc
15652s/["\\]/\\&/g; s/^/"/; s/$/"/p
15653d
15654:bsnlc
15655s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15656b cont
15657' <confdefs.h | sed '
15658s/'"$ac_delim"'/"\\\
15659"/g' >>$CONFIG_STATUS || ac_write_fail=1
15660
15661cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15662 for (key in D) D_is_set[key] = 1
15663 FS = "\a"
15664}
15665/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15666 line = \$ 0
15667 split(line, arg, " ")
15668 if (arg[1] == "#") {
15669 defundef = arg[2]
15670 mac1 = arg[3]
15671 } else {
15672 defundef = substr(arg[1], 2)
15673 mac1 = arg[2]
15674 }
15675 split(mac1, mac2, "(") #)
15676 macro = mac2[1]
15677 prefix = substr(line, 1, index(line, defundef) - 1)
15678 if (D_is_set[macro]) {
15679 # Preserve the white space surrounding the "#".
15680 print prefix "define", macro P[macro] D[macro]
15681 next
15682 } else {
15683 # Replace #undef with comments. This is necessary, for example,
15684 # in the case of _POSIX_SOURCE, which is predefined and required
15685 # on some systems where configure will not decide to define it.
15686 if (defundef == "undef") {
15687 print "/*", prefix defundef, macro, "*/"
15688 next
15689 }
15690 }
15691}
15692{ print }
15693_ACAWK
13b2be9c 15694_ACEOF
81ecdfbb 15695cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15696 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 15697fi # test -n "$CONFIG_HEADERS"
13b2be9c 15698
81ecdfbb
RW
15699
15700eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15701shift
15702for ac_tag
15703do
15704 case $ac_tag in
15705 :[FHLC]) ac_mode=$ac_tag; continue;;
15706 esac
15707 case $ac_mode$ac_tag in
15708 :[FHL]*:*);;
d0ac1c44 15709 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15710 :[FH]-) ac_tag=-:-;;
15711 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15712 esac
15713 ac_save_IFS=$IFS
15714 IFS=:
15715 set x $ac_tag
15716 IFS=$ac_save_IFS
15717 shift
15718 ac_file=$1
15719 shift
15720
15721 case $ac_mode in
15722 :L) ac_source=$1;;
15723 :[FH])
15724 ac_file_inputs=
15725 for ac_f
15726 do
15727 case $ac_f in
d0ac1c44 15728 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15729 *) # Look for the file first in the build tree, then in the source tree
15730 # (if the path is not absolute). The absolute path cannot be DOS-style,
15731 # because $ac_f cannot contain `:'.
15732 test -f "$ac_f" ||
15733 case $ac_f in
15734 [\\/$]*) false;;
15735 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15736 esac ||
d0ac1c44 15737 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
15738 esac
15739 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15740 as_fn_append ac_file_inputs " '$ac_f'"
15741 done
15742
15743 # Let's still pretend it is `configure' which instantiates (i.e., don't
15744 # use $as_me), people would be surprised to read:
15745 # /* config.h. Generated by config.status. */
15746 configure_input='Generated from '`
15747 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15748 `' by configure.'
15749 if test x"$ac_file" != x-; then
15750 configure_input="$ac_file. $configure_input"
15751 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15752$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 15753 fi
81ecdfbb
RW
15754 # Neutralize special characters interpreted by sed in replacement strings.
15755 case $configure_input in #(
15756 *\&* | *\|* | *\\* )
15757 ac_sed_conf_input=`$as_echo "$configure_input" |
15758 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15759 *) ac_sed_conf_input=$configure_input;;
15760 esac
252b5132 15761
81ecdfbb 15762 case $ac_tag in
d0ac1c44
SM
15763 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15764 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15765 esac
15766 ;;
252b5132 15767 esac
9b2b7d69 15768
81ecdfbb 15769 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 15770$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15771 X"$ac_file" : 'X\(//\)[^/]' \| \
15772 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15773 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15774$as_echo X"$ac_file" |
15775 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15776 s//\1/
15777 q
15778 }
15779 /^X\(\/\/\)[^/].*/{
15780 s//\1/
15781 q
15782 }
15783 /^X\(\/\/\)$/{
15784 s//\1/
15785 q
15786 }
15787 /^X\(\/\).*/{
15788 s//\1/
15789 q
15790 }
15791 s/.*/./; q'`
15792 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
15793 ac_builddir=.
15794
81ecdfbb
RW
15795case "$ac_dir" in
15796.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15797*)
15798 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15799 # A ".." for each directory in $ac_dir_suffix.
15800 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15801 case $ac_top_builddir_sub in
15802 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15803 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15804 esac ;;
15805esac
15806ac_abs_top_builddir=$ac_pwd
15807ac_abs_builddir=$ac_pwd$ac_dir_suffix
15808# for backward compatibility:
15809ac_top_builddir=$ac_top_build_prefix
9b2b7d69 15810
13b2be9c 15811case $srcdir in
81ecdfbb 15812 .) # We are building in place.
13b2be9c 15813 ac_srcdir=.
81ecdfbb
RW
15814 ac_top_srcdir=$ac_top_builddir_sub
15815 ac_abs_top_srcdir=$ac_pwd ;;
15816 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 15817 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15818 ac_top_srcdir=$srcdir
15819 ac_abs_top_srcdir=$srcdir ;;
15820 *) # Relative name.
15821 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15822 ac_top_srcdir=$ac_top_build_prefix$srcdir
15823 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 15824esac
81ecdfbb 15825ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 15826
252b5132 15827
81ecdfbb
RW
15828 case $ac_mode in
15829 :F)
15830 #
15831 # CONFIG_FILE
15832 #
9b2b7d69 15833
13b2be9c
DJ
15834 case $INSTALL in
15835 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15836 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15837 esac
15838 ac_MKDIR_P=$MKDIR_P
15839 case $MKDIR_P in
15840 [\\/$]* | ?:[\\/]* ) ;;
15841 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 15842 esac
81ecdfbb 15843_ACEOF
9b2b7d69 15844
81ecdfbb
RW
15845cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15846# If the template does not know about datarootdir, expand it.
15847# FIXME: This hack should be removed a few years after 2.60.
15848ac_datarootdir_hack=; ac_datarootdir_seen=
15849ac_sed_dataroot='
15850/datarootdir/ {
15851 p
15852 q
15853}
15854/@datadir@/p
15855/@docdir@/p
15856/@infodir@/p
15857/@localedir@/p
15858/@mandir@/p'
15859case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15860*datarootdir*) ac_datarootdir_seen=yes;;
15861*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15862 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15863$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15864_ACEOF
15865cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15866 ac_datarootdir_hack='
15867 s&@datadir@&$datadir&g
15868 s&@docdir@&$docdir&g
15869 s&@infodir@&$infodir&g
15870 s&@localedir@&$localedir&g
15871 s&@mandir@&$mandir&g
15872 s&\\\${datarootdir}&$datarootdir&g' ;;
15873esac
13b2be9c 15874_ACEOF
81ecdfbb
RW
15875
15876# Neutralize VPATH when `$srcdir' = `.'.
15877# Shell code in configure.ac might set extrasub.
15878# FIXME: do we really want to maintain this feature?
15879cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15880ac_sed_extra="$ac_vpsub
13b2be9c
DJ
15881$extrasub
15882_ACEOF
81ecdfbb 15883cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
15884:t
15885/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15886s|@configure_input@|$ac_sed_conf_input|;t t
15887s&@top_builddir@&$ac_top_builddir_sub&;t t
15888s&@top_build_prefix@&$ac_top_build_prefix&;t t
15889s&@srcdir@&$ac_srcdir&;t t
15890s&@abs_srcdir@&$ac_abs_srcdir&;t t
15891s&@top_srcdir@&$ac_top_srcdir&;t t
15892s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15893s&@builddir@&$ac_builddir&;t t
15894s&@abs_builddir@&$ac_abs_builddir&;t t
15895s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15896s&@INSTALL@&$ac_INSTALL&;t t
15897s&@MKDIR_P@&$ac_MKDIR_P&;t t
15898$ac_datarootdir_hack
15899"
d0ac1c44
SM
15900eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15901 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15902
15903test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15904 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15905 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15906 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15907 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15908which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15909$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15910which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15911
d0ac1c44 15912 rm -f "$ac_tmp/stdin"
13b2be9c 15913 case $ac_file in
d0ac1c44
SM
15914 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15915 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15916 esac \
d0ac1c44 15917 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15918 ;;
15919 :H)
15920 #
15921 # CONFIG_HEADER
15922 #
13b2be9c 15923 if test x"$ac_file" != x-; then
81ecdfbb
RW
15924 {
15925 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15926 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15927 } >"$ac_tmp/config.h" \
15928 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15929 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15930 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15931$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 15932 else
81ecdfbb 15933 rm -f "$ac_file"
d0ac1c44
SM
15934 mv "$ac_tmp/config.h" "$ac_file" \
15935 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9b2b7d69 15936 fi
13b2be9c 15937 else
81ecdfbb 15938 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15939 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15940 || as_fn_error $? "could not create -" "$LINENO" 5
9b2b7d69 15941 fi
81ecdfbb
RW
15942# Compute "$ac_file"'s index in $config_headers.
15943_am_arg="$ac_file"
13b2be9c
DJ
15944_am_stamp_count=1
15945for _am_header in $config_headers :; do
15946 case $_am_header in
81ecdfbb 15947 $_am_arg | $_am_arg:* )
13b2be9c
DJ
15948 break ;;
15949 * )
15950 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15951 esac
15952done
81ecdfbb
RW
15953echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15954$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15955 X"$_am_arg" : 'X\(//\)[^/]' \| \
15956 X"$_am_arg" : 'X\(//\)$' \| \
15957 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15958$as_echo X"$_am_arg" |
15959 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15960 s//\1/
15961 q
15962 }
15963 /^X\(\/\/\)[^/].*/{
15964 s//\1/
15965 q
15966 }
15967 /^X\(\/\/\)$/{
15968 s//\1/
15969 q
15970 }
15971 /^X\(\/\).*/{
15972 s//\1/
15973 q
15974 }
15975 s/.*/./; q'`/stamp-h$_am_stamp_count
15976 ;;
ab509236 15977
81ecdfbb
RW
15978 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15979$as_echo "$as_me: executing $ac_file commands" >&6;}
15980 ;;
15981 esac
13b2be9c
DJ
15982
15983
81ecdfbb
RW
15984 case $ac_file$ac_mode in
15985 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 15986 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
15987 # are listed without --file. Let's play safe and only enable the eval
15988 # if we detect the quoting.
b9583093
AM
15989 case $CONFIG_FILES in
15990 *\'*) eval set x "$CONFIG_FILES" ;;
15991 *) set x $CONFIG_FILES ;;
15992 esac
81ecdfbb 15993 shift
b9583093 15994 for mf
81ecdfbb
RW
15995 do
15996 # Strip MF so we end up with the name of the file.
b9583093
AM
15997 mf=`echo "$mf" | sed -e 's/:.*$//'`
15998 # Check whether this is an Automake generated Makefile or not.
15999 # We used to match only the files named 'Makefile.in', but
16000 # some people rename them; so instead we look at the file content.
16001 # Grep'ing the first line is not enough: some people post-process
16002 # each Makefile.in and add a new line on top of each file to say so.
16003 # Grep'ing the whole file is not good either: AIX grep has a line
81ecdfbb 16004 # limit of 2048, but all sed's we know have understand at least 4000.
b9583093
AM
16005 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16006 dirpart=`$as_dirname -- "$mf" ||
16007$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16008 X"$mf" : 'X\(//\)[^/]' \| \
16009 X"$mf" : 'X\(//\)$' \| \
16010 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16011$as_echo X"$mf" |
81ecdfbb
RW
16012 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16013 s//\1/
16014 q
16015 }
16016 /^X\(\/\/\)[^/].*/{
16017 s//\1/
16018 q
16019 }
16020 /^X\(\/\/\)$/{
16021 s//\1/
16022 q
16023 }
16024 /^X\(\/\).*/{
16025 s//\1/
16026 q
16027 }
16028 s/.*/./; q'`
b9583093
AM
16029 else
16030 continue
16031 fi
16032 # Extract the definition of DEPDIR, am__include, and am__quote
16033 # from the Makefile without running 'make'.
16034 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16035 test -z "$DEPDIR" && continue
16036 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16037 test -z "$am__include" && continue
16038 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16039 # Find all dependency output files, they are included files with
16040 # $(DEPDIR) in their names. We invoke sed twice because it is the
16041 # simplest approach to changing $(DEPDIR) to its actual value in the
16042 # expansion.
16043 for file in `sed -n "
16044 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16045 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16046 # Make sure the directory exists.
16047 test -f "$dirpart/$file" && continue
16048 fdir=`$as_dirname -- "$file" ||
16049$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16050 X"$file" : 'X\(//\)[^/]' \| \
16051 X"$file" : 'X\(//\)$' \| \
16052 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16053$as_echo X"$file" |
16054 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
81ecdfbb
RW
16055 s//\1/
16056 q
16057 }
b9583093 16058 /^X\(\/\/\)[^/].*/{
81ecdfbb
RW
16059 s//\1/
16060 q
16061 }
b9583093
AM
16062 /^X\(\/\/\)$/{
16063 s//\1/
16064 q
16065 }
16066 /^X\(\/\).*/{
81ecdfbb
RW
16067 s//\1/
16068 q
16069 }
16070 s/.*/./; q'`
b9583093
AM
16071 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16072 # echo "creating $dirpart/$file"
16073 echo '# dummy' > "$dirpart/$file"
16074 done
13b2be9c 16075 done
81ecdfbb 16076}
d7040cdb 16077 ;;
81ecdfbb 16078 "libtool":C)
d7040cdb
SE
16079
16080 # See if we are running on zsh, and set the options which allow our
16081 # commands through without removal of \ escapes.
16082 if test -n "${ZSH_VERSION+set}" ; then
16083 setopt NO_GLOB_SUBST
16084 fi
16085
16086 cfgfile="${ofile}T"
16087 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16088 $RM "$cfgfile"
16089
16090 cat <<_LT_EOF >> "$cfgfile"
16091#! $SHELL
16092
16093# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16094# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16095# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16096# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16097#
718a6fd8 16098# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16099# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16100# Written by Gordon Matzigkeit, 1996
d7040cdb 16101#
718a6fd8 16102# This file is part of GNU Libtool.
d7040cdb 16103#
718a6fd8
SE
16104# GNU Libtool is free software; you can redistribute it and/or
16105# modify it under the terms of the GNU General Public License as
16106# published by the Free Software Foundation; either version 2 of
16107# the License, or (at your option) any later version.
d7040cdb 16108#
718a6fd8
SE
16109# As a special exception to the GNU General Public License,
16110# if you distribute this file as part of a program or library that
16111# is built using GNU Libtool, you may include this file under the
16112# same distribution terms that you use for the rest of that program.
d7040cdb 16113#
718a6fd8
SE
16114# GNU Libtool is distributed in the hope that it will be useful,
16115# but WITHOUT ANY WARRANTY; without even the implied warranty of
16116# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16117# GNU General Public License for more details.
d7040cdb 16118#
718a6fd8
SE
16119# You should have received a copy of the GNU General Public License
16120# along with GNU Libtool; see the file COPYING. If not, a copy
16121# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16122# obtained by writing to the Free Software Foundation, Inc.,
16123# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16124
16125
16126# The names of the tagged configurations supported by this script.
16127available_tags=""
16128
16129# ### BEGIN LIBTOOL CONFIG
16130
16131# Which release of libtool.m4 was used?
16132macro_version=$macro_version
16133macro_revision=$macro_revision
16134
16135# Whether or not to build shared libraries.
16136build_libtool_libs=$enable_shared
16137
16138# Whether or not to build static libraries.
16139build_old_libs=$enable_static
16140
16141# What type of objects to build.
16142pic_mode=$pic_mode
16143
16144# Whether or not to optimize for fast installation.
16145fast_install=$enable_fast_install
16146
3725885a
RW
16147# Shell to use when invoking shell scripts.
16148SHELL=$lt_SHELL
16149
16150# An echo program that protects backslashes.
16151ECHO=$lt_ECHO
16152
d7040cdb
SE
16153# The host system.
16154host_alias=$host_alias
16155host=$host
16156host_os=$host_os
16157
16158# The build system.
16159build_alias=$build_alias
16160build=$build
16161build_os=$build_os
16162
16163# A sed program that does not truncate output.
16164SED=$lt_SED
16165
16166# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16167Xsed="\$SED -e 1s/^X//"
16168
16169# A grep program that handles long lines.
16170GREP=$lt_GREP
16171
16172# An ERE matcher.
16173EGREP=$lt_EGREP
16174
16175# A literal string matcher.
16176FGREP=$lt_FGREP
16177
16178# A BSD- or MS-compatible name lister.
16179NM=$lt_NM
16180
16181# Whether we need soft or hard links.
16182LN_S=$lt_LN_S
16183
16184# What is the maximum length of a command?
16185max_cmd_len=$max_cmd_len
16186
16187# Object file suffix (normally "o").
16188objext=$ac_objext
16189
16190# Executable file suffix (normally "").
16191exeext=$exeext
16192
16193# whether the shell understands "unset".
16194lt_unset=$lt_unset
16195
16196# turn spaces into newlines.
16197SP2NL=$lt_lt_SP2NL
16198
16199# turn newlines into spaces.
16200NL2SP=$lt_lt_NL2SP
16201
718a6fd8
SE
16202# An object symbol dumper.
16203OBJDUMP=$lt_OBJDUMP
16204
d7040cdb
SE
16205# Method to check whether dependent libraries are shared objects.
16206deplibs_check_method=$lt_deplibs_check_method
16207
f2c621e4 16208# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16209file_magic_cmd=$lt_file_magic_cmd
16210
16211# The archiver.
16212AR=$lt_AR
16213AR_FLAGS=$lt_AR_FLAGS
16214
16215# A symbol stripping program.
16216STRIP=$lt_STRIP
16217
16218# Commands used to install an old-style archive.
16219RANLIB=$lt_RANLIB
16220old_postinstall_cmds=$lt_old_postinstall_cmds
16221old_postuninstall_cmds=$lt_old_postuninstall_cmds
16222
3725885a
RW
16223# Whether to use a lock for old archive extraction.
16224lock_old_archive_extraction=$lock_old_archive_extraction
16225
d7040cdb
SE
16226# A C compiler.
16227LTCC=$lt_CC
16228
16229# LTCC compiler flags.
16230LTCFLAGS=$lt_CFLAGS
16231
16232# Take the output of nm and produce a listing of raw symbols and C names.
16233global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16234
16235# Transform the output of nm in a proper C declaration.
16236global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16237
16238# Transform the output of nm in a C name address pair.
16239global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16240
718a6fd8
SE
16241# Transform the output of nm in a C name address pair when lib prefix is needed.
16242global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16243
d7040cdb
SE
16244# The name of the directory that contains temporary libtool files.
16245objdir=$objdir
16246
d7040cdb
SE
16247# Used to examine libraries when file_magic_cmd begins with "file".
16248MAGIC_CMD=$MAGIC_CMD
16249
16250# Must we lock files when doing compilation?
16251need_locks=$lt_need_locks
16252
718a6fd8
SE
16253# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16254DSYMUTIL=$lt_DSYMUTIL
16255
16256# Tool to change global to local symbols on Mac OS X.
16257NMEDIT=$lt_NMEDIT
16258
16259# Tool to manipulate fat objects and archives on Mac OS X.
16260LIPO=$lt_LIPO
16261
16262# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16263OTOOL=$lt_OTOOL
16264
16265# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16266OTOOL64=$lt_OTOOL64
16267
d7040cdb
SE
16268# Old archive suffix (normally "a").
16269libext=$libext
16270
16271# Shared library suffix (normally ".so").
16272shrext_cmds=$lt_shrext_cmds
16273
16274# The commands to extract the exported symbol list from a shared archive.
16275extract_expsyms_cmds=$lt_extract_expsyms_cmds
16276
16277# Variables whose values should be saved in libtool wrapper scripts and
16278# restored at link time.
16279variables_saved_for_relink=$lt_variables_saved_for_relink
16280
16281# Do we need the "lib" prefix for modules?
16282need_lib_prefix=$need_lib_prefix
16283
16284# Do we need a version for libraries?
16285need_version=$need_version
16286
16287# Library versioning type.
16288version_type=$version_type
16289
16290# Shared library runtime path variable.
16291runpath_var=$runpath_var
16292
16293# Shared library path variable.
16294shlibpath_var=$shlibpath_var
16295
16296# Is shlibpath searched before the hard-coded library search path?
16297shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16298
16299# Format of library name prefix.
16300libname_spec=$lt_libname_spec
16301
16302# List of archive names. First name is the real one, the rest are links.
16303# The last name is the one that the linker finds with -lNAME
16304library_names_spec=$lt_library_names_spec
16305
16306# The coded name of the library, if different from the real name.
16307soname_spec=$lt_soname_spec
16308
3725885a
RW
16309# Permission mode override for installation of shared libraries.
16310install_override_mode=$lt_install_override_mode
16311
d7040cdb
SE
16312# Command to use after installation of a shared archive.
16313postinstall_cmds=$lt_postinstall_cmds
16314
16315# Command to use after uninstallation of a shared archive.
16316postuninstall_cmds=$lt_postuninstall_cmds
16317
16318# Commands used to finish a libtool library installation in a directory.
16319finish_cmds=$lt_finish_cmds
16320
16321# As "finish_cmds", except a single script fragment to be evaled but
16322# not shown.
16323finish_eval=$lt_finish_eval
16324
16325# Whether we should hardcode library paths into libraries.
16326hardcode_into_libs=$hardcode_into_libs
16327
16328# Compile-time system search path for libraries.
16329sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16330
16331# Run-time system search path for libraries.
16332sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16333
16334# Whether dlopen is supported.
16335dlopen_support=$enable_dlopen
16336
16337# Whether dlopen of programs is supported.
16338dlopen_self=$enable_dlopen_self
16339
16340# Whether dlopen of statically linked programs is supported.
16341dlopen_self_static=$enable_dlopen_self_static
16342
16343# Commands to strip libraries.
16344old_striplib=$lt_old_striplib
16345striplib=$lt_striplib
16346
16347
16348# The linker used to build libraries.
16349LD=$lt_LD
16350
3725885a
RW
16351# How to create reloadable object files.
16352reload_flag=$lt_reload_flag
16353reload_cmds=$lt_reload_cmds
16354
d7040cdb
SE
16355# Commands used to build an old-style archive.
16356old_archive_cmds=$lt_old_archive_cmds
16357
16358# A language specific compiler.
16359CC=$lt_compiler
16360
16361# Is the compiler the GNU compiler?
16362with_gcc=$GCC
16363
16364# Compiler flag to turn off builtin functions.
16365no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16366
df7b86aa
NC
16367# How to pass a linker flag through the compiler.
16368wl=$lt_lt_prog_compiler_wl
16369
f2c621e4
AS
16370# Additional compiler flags for building library objects.
16371pic_flag=$lt_lt_prog_compiler_pic
16372
d7040cdb
SE
16373# Compiler flag to prevent dynamic linking.
16374link_static_flag=$lt_lt_prog_compiler_static
16375
16376# Does compiler simultaneously support -c and -o options?
16377compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16378
16379# Whether or not to add -lc for building shared libraries.
16380build_libtool_need_lc=$archive_cmds_need_lc
16381
16382# Whether or not to disallow shared libs when runtime libs are static.
16383allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16384
16385# Compiler flag to allow reflexive dlopens.
16386export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16387
16388# Compiler flag to generate shared objects directly from archives.
16389whole_archive_flag_spec=$lt_whole_archive_flag_spec
16390
16391# Whether the compiler copes with passing no objects directly.
16392compiler_needs_object=$lt_compiler_needs_object
16393
16394# Create an old-style archive from a shared archive.
16395old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16396
16397# Create a temporary old-style archive to link instead of a shared archive.
16398old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16399
16400# Commands used to build a shared archive.
16401archive_cmds=$lt_archive_cmds
16402archive_expsym_cmds=$lt_archive_expsym_cmds
16403
16404# Commands used to build a loadable module if different from building
16405# a shared archive.
16406module_cmds=$lt_module_cmds
16407module_expsym_cmds=$lt_module_expsym_cmds
16408
16409# Whether we are building with GNU ld or not.
16410with_gnu_ld=$lt_with_gnu_ld
16411
16412# Flag that allows shared libraries with undefined symbols to be built.
16413allow_undefined_flag=$lt_allow_undefined_flag
16414
16415# Flag that enforces no undefined symbols.
16416no_undefined_flag=$lt_no_undefined_flag
16417
16418# Flag to hardcode \$libdir into a binary during linking.
16419# This must work even if \$libdir does not exist
16420hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16421
16422# If ld is used when linking, flag to hardcode \$libdir into a binary
16423# during linking. This must work even if \$libdir does not exist.
16424hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16425
16426# Whether we need a single "-rpath" flag with a separated argument.
16427hardcode_libdir_separator=$lt_hardcode_libdir_separator
16428
16429# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16430# DIR into the resulting binary.
16431hardcode_direct=$hardcode_direct
16432
16433# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16434# DIR into the resulting binary and the resulting library dependency is
16435# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16436# library is relocated.
16437hardcode_direct_absolute=$hardcode_direct_absolute
16438
16439# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16440# into the resulting binary.
16441hardcode_minus_L=$hardcode_minus_L
16442
16443# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16444# into the resulting binary.
16445hardcode_shlibpath_var=$hardcode_shlibpath_var
16446
16447# Set to "yes" if building a shared library automatically hardcodes DIR
16448# into the library and all subsequent libraries and executables linked
16449# against it.
16450hardcode_automatic=$hardcode_automatic
16451
16452# Set to yes if linker adds runtime paths of dependent libraries
16453# to runtime path list.
16454inherit_rpath=$inherit_rpath
16455
16456# Whether libtool must link a program against all its dependency libraries.
16457link_all_deplibs=$link_all_deplibs
16458
f2c621e4
AS
16459# Fix the shell variable \$srcfile for the compiler.
16460fix_srcfile_path=$lt_fix_srcfile_path
16461
d7040cdb
SE
16462# Set to "yes" if exported symbols are required.
16463always_export_symbols=$always_export_symbols
16464
16465# The commands to list exported symbols.
16466export_symbols_cmds=$lt_export_symbols_cmds
16467
16468# Symbols that should not be listed in the preloaded symbols.
16469exclude_expsyms=$lt_exclude_expsyms
16470
16471# Symbols that must always be exported.
16472include_expsyms=$lt_include_expsyms
16473
16474# Commands necessary for linking programs (against libraries) with templates.
16475prelink_cmds=$lt_prelink_cmds
16476
16477# Specify filename containing input files.
16478file_list_spec=$lt_file_list_spec
16479
16480# How to hardcode a shared library path into an executable.
16481hardcode_action=$hardcode_action
16482
16483# ### END LIBTOOL CONFIG
16484
16485_LT_EOF
16486
16487 case $host_os in
16488 aix3*)
16489 cat <<\_LT_EOF >> "$cfgfile"
16490# AIX sometimes has problems with the GCC collect2 program. For some
16491# reason, if we set the COLLECT_NAMES environment variable, the problems
16492# vanish in a puff of smoke.
16493if test "X${COLLECT_NAMES+set}" != Xset; then
16494 COLLECT_NAMES=
16495 export COLLECT_NAMES
16496fi
16497_LT_EOF
16498 ;;
16499 esac
16500
16501
16502ltmain="$ac_aux_dir/ltmain.sh"
16503
16504
16505 # We use sed instead of cat because bash on DJGPP gets confused if
16506 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16507 # text mode, it properly converts lines to CR/LF. This bash problem
16508 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16509 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16510 || (rm -f "$cfgfile"; exit 1)
16511
16512 case $xsi_shell in
16513 yes)
16514 cat << \_LT_EOF >> "$cfgfile"
16515
16516# func_dirname file append nondir_replacement
16517# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16518# otherwise set result to NONDIR_REPLACEMENT.
16519func_dirname ()
16520{
16521 case ${1} in
16522 */*) func_dirname_result="${1%/*}${2}" ;;
16523 * ) func_dirname_result="${3}" ;;
16524 esac
16525}
16526
16527# func_basename file
16528func_basename ()
16529{
16530 func_basename_result="${1##*/}"
16531}
16532
16533# func_dirname_and_basename file append nondir_replacement
16534# perform func_basename and func_dirname in a single function
16535# call:
16536# dirname: Compute the dirname of FILE. If nonempty,
16537# add APPEND to the result, otherwise set result
16538# to NONDIR_REPLACEMENT.
16539# value returned in "$func_dirname_result"
16540# basename: Compute filename of FILE.
16541# value retuned in "$func_basename_result"
16542# Implementation must be kept synchronized with func_dirname
16543# and func_basename. For efficiency, we do not delegate to
16544# those functions but instead duplicate the functionality here.
16545func_dirname_and_basename ()
16546{
16547 case ${1} in
16548 */*) func_dirname_result="${1%/*}${2}" ;;
16549 * ) func_dirname_result="${3}" ;;
16550 esac
16551 func_basename_result="${1##*/}"
16552}
16553
16554# func_stripname prefix suffix name
16555# strip PREFIX and SUFFIX off of NAME.
16556# PREFIX and SUFFIX must not contain globbing or regex special
16557# characters, hashes, percent signs, but SUFFIX may contain a leading
16558# dot (in which case that matches only a dot).
16559func_stripname ()
16560{
16561 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16562 # positional parameters, so assign one to ordinary parameter first.
16563 func_stripname_result=${3}
16564 func_stripname_result=${func_stripname_result#"${1}"}
16565 func_stripname_result=${func_stripname_result%"${2}"}
16566}
16567
16568# func_opt_split
16569func_opt_split ()
16570{
16571 func_opt_split_opt=${1%%=*}
16572 func_opt_split_arg=${1#*=}
16573}
16574
16575# func_lo2o object
16576func_lo2o ()
16577{
16578 case ${1} in
16579 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16580 *) func_lo2o_result=${1} ;;
16581 esac
16582}
16583
16584# func_xform libobj-or-source
16585func_xform ()
16586{
16587 func_xform_result=${1%.*}.lo
16588}
16589
16590# func_arith arithmetic-term...
16591func_arith ()
16592{
16593 func_arith_result=$(( $* ))
16594}
16595
16596# func_len string
16597# STRING may not start with a hyphen.
16598func_len ()
16599{
16600 func_len_result=${#1}
16601}
16602
16603_LT_EOF
16604 ;;
16605 *) # Bourne compatible functions.
16606 cat << \_LT_EOF >> "$cfgfile"
16607
16608# func_dirname file append nondir_replacement
16609# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16610# otherwise set result to NONDIR_REPLACEMENT.
16611func_dirname ()
16612{
16613 # Extract subdirectory from the argument.
16614 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16615 if test "X$func_dirname_result" = "X${1}"; then
16616 func_dirname_result="${3}"
16617 else
16618 func_dirname_result="$func_dirname_result${2}"
16619 fi
16620}
16621
16622# func_basename file
16623func_basename ()
16624{
16625 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16626}
16627
16628
16629# func_stripname prefix suffix name
16630# strip PREFIX and SUFFIX off of NAME.
16631# PREFIX and SUFFIX must not contain globbing or regex special
16632# characters, hashes, percent signs, but SUFFIX may contain a leading
16633# dot (in which case that matches only a dot).
16634# func_strip_suffix prefix name
16635func_stripname ()
16636{
16637 case ${2} in
16638 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16639 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16640 esac
16641}
16642
16643# sed scripts:
16644my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16645my_sed_long_arg='1s/^-[^=]*=//'
16646
16647# func_opt_split
16648func_opt_split ()
16649{
16650 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16651 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16652}
16653
16654# func_lo2o object
16655func_lo2o ()
16656{
16657 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16658}
16659
16660# func_xform libobj-or-source
16661func_xform ()
16662{
16663 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16664}
16665
16666# func_arith arithmetic-term...
16667func_arith ()
16668{
16669 func_arith_result=`expr "$@"`
16670}
16671
16672# func_len string
16673# STRING may not start with a hyphen.
16674func_len ()
16675{
16676 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16677}
16678
16679_LT_EOF
16680esac
16681
16682case $lt_shell_append in
16683 yes)
16684 cat << \_LT_EOF >> "$cfgfile"
16685
16686# func_append var value
16687# Append VALUE to the end of shell variable VAR.
16688func_append ()
16689{
16690 eval "$1+=\$2"
16691}
16692_LT_EOF
16693 ;;
16694 *)
16695 cat << \_LT_EOF >> "$cfgfile"
16696
16697# func_append var value
16698# Append VALUE to the end of shell variable VAR.
16699func_append ()
16700{
16701 eval "$1=\$$1\$2"
16702}
16703
16704_LT_EOF
16705 ;;
16706 esac
16707
16708
16709 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16710 || (rm -f "$cfgfile"; exit 1)
16711
16712 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16713 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16714 chmod +x "$ofile"
16715
13b2be9c 16716 ;;
81ecdfbb 16717 "default-1":C)
20e95c23
DJ
16718 for ac_file in $CONFIG_FILES; do
16719 # Support "outfile[:infile[:infile...]]"
16720 case "$ac_file" in
16721 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16722 esac
16723 # PO directories have a Makefile.in generated from Makefile.in.in.
16724 case "$ac_file" in */Makefile.in)
16725 # Adjust a relative srcdir.
16726 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16727 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16728 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16729 # In autoconf-2.13 it is called $ac_given_srcdir.
16730 # In autoconf-2.50 it is called $srcdir.
16731 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16732 case "$ac_given_srcdir" in
16733 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16734 /*) top_srcdir="$ac_given_srcdir" ;;
16735 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16736 esac
16737 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16738 rm -f "$ac_dir/POTFILES"
16739 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16740 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16741 POMAKEFILEDEPS="POTFILES.in"
16742 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16743 # on $ac_dir but don't depend on user-specified configuration
16744 # parameters.
16745 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16746 # The LINGUAS file contains the set of available languages.
16747 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 16748 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
16749 fi
16750 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16751 # Hide the ALL_LINGUAS assigment from automake.
16752 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16753 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16754 else
37a42ee9 16755 # The set of available languages was given in configure.ac.
20e95c23
DJ
16756 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16757 fi
16758 case "$ac_given_srcdir" in
16759 .) srcdirpre= ;;
16760 *) srcdirpre='$(srcdir)/' ;;
16761 esac
16762 POFILES=
16763 GMOFILES=
16764 UPDATEPOFILES=
16765 DUMMYPOFILES=
16766 for lang in $ALL_LINGUAS; do
16767 POFILES="$POFILES $srcdirpre$lang.po"
16768 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16769 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16770 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16771 done
16772 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16773 # environment variable.
16774 INST_LINGUAS=
16775 if test -n "$ALL_LINGUAS"; then
16776 for presentlang in $ALL_LINGUAS; do
16777 useit=no
16778 if test "%UNSET%" != "$LINGUAS"; then
16779 desiredlanguages="$LINGUAS"
16780 else
16781 desiredlanguages="$ALL_LINGUAS"
16782 fi
16783 for desiredlang in $desiredlanguages; do
16784 # Use the presentlang catalog if desiredlang is
16785 # a. equal to presentlang, or
16786 # b. a variant of presentlang (because in this case,
16787 # presentlang can be used as a fallback for messages
16788 # which are not translated in the desiredlang catalog).
16789 case "$desiredlang" in
16790 "$presentlang"*) useit=yes;;
16791 esac
16792 done
16793 if test $useit = yes; then
16794 INST_LINGUAS="$INST_LINGUAS $presentlang"
16795 fi
16796 done
16797 fi
16798 CATALOGS=
16799 if test -n "$INST_LINGUAS"; then
16800 for lang in $INST_LINGUAS; do
16801 CATALOGS="$CATALOGS $lang.gmo"
16802 done
16803 fi
16804 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16805 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"
16806 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16807 if test -f "$f"; then
16808 case "$f" in
16809 *.orig | *.bak | *~) ;;
16810 *) cat "$f" >> "$ac_dir/Makefile" ;;
16811 esac
16812 fi
16813 done
16814 fi
16815 ;;
16816 esac
16817 done ;;
81ecdfbb 16818 "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
16819 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16820 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16821 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16822 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16823 if test "x$cgen_cpu_prefix" != x ; then
16824 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 16825 fi ;;
81ecdfbb 16826
13b2be9c 16827 esac
81ecdfbb 16828done # for ac_tag
13b2be9c 16829
13b2be9c 16830
81ecdfbb 16831as_fn_exit 0
13b2be9c 16832_ACEOF
13b2be9c
DJ
16833ac_clean_files=$ac_clean_files_save
16834
81ecdfbb 16835test $ac_write_fail = 0 ||
d0ac1c44 16836 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16837
13b2be9c
DJ
16838
16839# configure is writing to config.log, and then calls config.status.
16840# config.status does its own redirection, appending to config.log.
16841# Unfortunately, on DOS this fails, as config.log is still kept open
16842# by configure, so config.status won't be able to write to it; its
16843# output is simply discarded. So we exec the FD to /dev/null,
16844# effectively closing config.log, so it can be properly (re)opened and
16845# appended to by config.status. When coming back to configure, we
16846# need to make the FD available again.
16847if test "$no_create" != yes; then
16848 ac_cs_success=:
16849 ac_config_status_args=
16850 test "$silent" = yes &&
16851 ac_config_status_args="$ac_config_status_args --quiet"
16852 exec 5>/dev/null
16853 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16854 exec 5>>config.log
16855 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16856 # would make configure fail if this is the last instruction.
d0ac1c44 16857 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16858fi
16859if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16861$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 16862fi
252b5132 16863
d546b610
L
16864
16865
16866touch config.status.tmp
16867if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16868 sed '/as_fn_exit 0/i \
16869sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16870touch --reference=Makefile Makefile.tmp \
16871mv Makefile.tmp Makefile \
16872' config.status > config.status.tmp
16873 touch --reference=config.status config.status.tmp
16874 mv config.status.tmp config.status
16875 chmod +x config.status
16876 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16877 touch --reference=Makefile Makefile.tmp
16878 mv Makefile.tmp Makefile
16879else
16880 rm -f config.status.tmp
16881fi