Don't use bfd_get_* macro to set bfd fields
[deliverable/binutils-gdb.git] / opcodes / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
bb695960 3# Generated by GNU Autoconf 2.69 for opcodes 2.33.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## -------------------- ##
979273e3 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 :
979273e3
NN
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
979273e3
NN
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
979273e3 31fi
979273e3 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 }
979273e3
NN
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
979273e3
NN
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
979273e3 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."
979273e3 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."
979273e3 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
979273e3 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
979273e3
NN
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
979273e3
NN
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
979273e3 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
979273e3
NN
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'`
979273e3 464
979273e3
NN
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
979273e3 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 |
979273e3 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
979273e3 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
979273e3 490 t loop
81ecdfbb 491 s/-\n.*//
979273e3 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; }
979273e3 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
979273e3
NN
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"
979273e3
NN
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';;
979273e3
NN
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
979273e3 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
979273e3 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
979273e3 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'
979273e3 541 fi
979273e3 542else
d0ac1c44 543 as_ln_s='cp -pR'
979273e3 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
979273e3
NN
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
979273e3
NN
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
979273e3
NN
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
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
979273e3 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
979273e3
NN
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
979273e3
NN
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
979273e3 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
979273e3
NN
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
979273e3
NN
586
587# Identity of this package.
2e98a7bd
AM
588PACKAGE_NAME='opcodes'
589PACKAGE_TARNAME='opcodes'
bb695960
PB
590PACKAGE_VERSION='2.33.50'
591PACKAGE_STRING='opcodes 2.33.50'
2e98a7bd
AM
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
979273e3
NN
594
595ac_unique_file="z8k-dis.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
979273e3
NN
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
979273e3
NN
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
979273e3
NN
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
979273e3
NN
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
979273e3
NN
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
979273e3
NN
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
979273e3 623# include <inttypes.h>
979273e3 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
979273e3
NN
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='am__EXEEXT_FALSE
633am__EXEEXT_TRUE
634LTLIBOBJS
635LIBOBJS
636BFD_MACHINES
637archdefs
638SHARED_DEPENDENCIES
639SHARED_LIBADD
640SHARED_LDFLAGS
2eee5593
AM
641BUILD_LIB_DEPS
642BUILD_LIBS
81ecdfbb
RW
643LIBM
644cgendir
645CGEN_MAINT_FALSE
646CGEN_MAINT_TRUE
647HDEFINES
648EXEEXT_FOR_BUILD
649CC_FOR_BUILD
650MSGMERGE
651MSGFMT
652MKINSTALLDIRS
653CATOBJEXT
654GENCAT
655INSTOBJEXT
656DATADIRNAME
657CATALOGS
658POSUB
659GMSGFMT
660XGETTEXT
661INCINTL
662LIBINTL_DEP
663LIBINTL
664USE_NLS
665bfdincludedir
666bfdlibdir
667target_noncanonical
668host_noncanonical
669INSTALL_LIBBFD_FALSE
670INSTALL_LIBBFD_TRUE
671MAINT
672MAINTAINER_MODE_FALSE
673MAINTAINER_MODE_TRUE
6757cf57 674WARN_WRITE_STRINGS
81ecdfbb 675NO_WERROR
c5da1932 676WARN_CFLAGS_FOR_BUILD
81ecdfbb
RW
677WARN_CFLAGS
678OTOOL64
679OTOOL
680LIPO
681NMEDIT
682DSYMUTIL
81ecdfbb
RW
683OBJDUMP
684LN_S
685NM
686ac_ct_DUMPBIN
687DUMPBIN
688LD
689FGREP
690SED
691LIBTOOL
692RANLIB
693AR
694EGREP
695GREP
696CPP
d0ac1c44
SM
697AM_BACKSLASH
698AM_DEFAULT_VERBOSITY
699AM_DEFAULT_V
700AM_V
81ecdfbb
RW
701am__fastdepCC_FALSE
702am__fastdepCC_TRUE
703CCDEPMODE
6eb7d830 704am__nodep
81ecdfbb
RW
705AMDEPBACKSLASH
706AMDEP_FALSE
707AMDEP_TRUE
708am__quote
709am__include
710DEPDIR
711am__untar
712am__tar
713AMTAR
714am__leading_dot
715SET_MAKE
716AWK
717mkdir_p
718MKDIR_P
719INSTALL_STRIP_PROGRAM
720STRIP
721install_sh
722MAKEINFO
723AUTOHEADER
724AUTOMAKE
725AUTOCONF
726ACLOCAL
727VERSION
728PACKAGE
729CYGPATH_W
730am__isrc
731INSTALL_DATA
732INSTALL_SCRIPT
733INSTALL_PROGRAM
734OBJEXT
735EXEEXT
736ac_ct_CC
737CPPFLAGS
738LDFLAGS
739CFLAGS
740CC
741target_os
742target_vendor
743target_cpu
744target
745host_os
746host_vendor
747host_cpu
748host
749build_os
750build_vendor
751build_cpu
752build
753target_alias
754host_alias
755build_alias
756LIBS
757ECHO_T
758ECHO_N
759ECHO_C
760DEFS
761mandir
762localedir
763libdir
764psdir
765pdfdir
766dvidir
767htmldir
768infodir
769docdir
770oldincludedir
771includedir
79472b45 772runstatedir
81ecdfbb
RW
773localstatedir
774sharedstatedir
775sysconfdir
776datadir
777datarootdir
778libexecdir
779sbindir
780bindir
781program_transform_name
782prefix
783exec_prefix
784PACKAGE_URL
785PACKAGE_BUGREPORT
786PACKAGE_STRING
787PACKAGE_VERSION
788PACKAGE_TARNAME
789PACKAGE_NAME
790PATH_SEPARATOR
791SHELL'
979273e3 792ac_subst_files=''
81ecdfbb
RW
793ac_user_opts='
794enable_option_checking
795enable_dependency_tracking
d0ac1c44 796enable_silent_rules
81ecdfbb
RW
797enable_shared
798enable_static
799with_pic
800enable_fast_install
801with_gnu_ld
802enable_libtool_lock
803enable_targets
804enable_werror
805enable_build_warnings
806enable_maintainer_mode
807enable_install_libbfd
808enable_nls
809enable_cgen_maint
810'
811 ac_precious_vars='build_alias
812host_alias
813target_alias
814CC
815CFLAGS
816LDFLAGS
817LIBS
818CPPFLAGS
819CPP'
820
252b5132
RH
821
822# Initialize some variables set by options.
979273e3
NN
823ac_init_help=
824ac_init_version=false
81ecdfbb
RW
825ac_unrecognized_opts=
826ac_unrecognized_sep=
252b5132
RH
827# The variables have the same names as the options, with
828# dashes changed to underlines.
979273e3 829cache_file=/dev/null
252b5132 830exec_prefix=NONE
252b5132 831no_create=
252b5132
RH
832no_recursion=
833prefix=NONE
834program_prefix=NONE
835program_suffix=NONE
836program_transform_name=s,x,x,
837silent=
838site=
839srcdir=
252b5132
RH
840verbose=
841x_includes=NONE
842x_libraries=NONE
979273e3
NN
843
844# Installation directory options.
845# These are left unexpanded so users can "make install exec_prefix=/foo"
846# and all the variables that are supposed to be based on exec_prefix
847# by default will actually change.
848# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 849# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
850bindir='${exec_prefix}/bin'
851sbindir='${exec_prefix}/sbin'
852libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
853datarootdir='${prefix}/share'
854datadir='${datarootdir}'
252b5132
RH
855sysconfdir='${prefix}/etc'
856sharedstatedir='${prefix}/com'
857localstatedir='${prefix}/var'
79472b45 858runstatedir='${localstatedir}/run'
252b5132
RH
859includedir='${prefix}/include'
860oldincludedir='/usr/include'
2e98a7bd 861docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
862infodir='${datarootdir}/info'
863htmldir='${docdir}'
864dvidir='${docdir}'
865pdfdir='${docdir}'
866psdir='${docdir}'
867libdir='${exec_prefix}/lib'
868localedir='${datarootdir}/locale'
869mandir='${datarootdir}/man'
252b5132 870
252b5132 871ac_prev=
81ecdfbb 872ac_dashdash=
252b5132
RH
873for ac_option
874do
252b5132
RH
875 # If the previous option needs an argument, assign it.
876 if test -n "$ac_prev"; then
81ecdfbb 877 eval $ac_prev=\$ac_option
252b5132
RH
878 ac_prev=
879 continue
880 fi
881
81ecdfbb 882 case $ac_option in
d0ac1c44
SM
883 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
884 *=) ac_optarg= ;;
885 *) ac_optarg=yes ;;
81ecdfbb 886 esac
252b5132
RH
887
888 # Accept the important Cygnus configure options, so we can diagnose typos.
889
81ecdfbb
RW
890 case $ac_dashdash$ac_option in
891 --)
892 ac_dashdash=yes ;;
252b5132
RH
893
894 -bindir | --bindir | --bindi | --bind | --bin | --bi)
895 ac_prev=bindir ;;
896 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
979273e3 897 bindir=$ac_optarg ;;
252b5132
RH
898
899 -build | --build | --buil | --bui | --bu)
979273e3 900 ac_prev=build_alias ;;
252b5132 901 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
979273e3 902 build_alias=$ac_optarg ;;
252b5132
RH
903
904 -cache-file | --cache-file | --cache-fil | --cache-fi \
905 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
906 ac_prev=cache_file ;;
907 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
908 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
979273e3
NN
909 cache_file=$ac_optarg ;;
910
911 --config-cache | -C)
912 cache_file=config.cache ;;
252b5132 913
81ecdfbb 914 -datadir | --datadir | --datadi | --datad)
252b5132 915 ac_prev=datadir ;;
81ecdfbb 916 -datadir=* | --datadir=* | --datadi=* | --datad=*)
979273e3 917 datadir=$ac_optarg ;;
252b5132 918
81ecdfbb
RW
919 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
920 | --dataroo | --dataro | --datar)
921 ac_prev=datarootdir ;;
922 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
923 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
924 datarootdir=$ac_optarg ;;
925
252b5132 926 -disable-* | --disable-*)
81ecdfbb 927 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 928 # Reject names that are not valid shell variable names.
81ecdfbb 929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 930 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
934 *"
935"enable_$ac_useropt"
936"*) ;;
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
939 esac
940 eval enable_$ac_useropt=no ;;
941
942 -docdir | --docdir | --docdi | --doc | --do)
943 ac_prev=docdir ;;
944 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
945 docdir=$ac_optarg ;;
946
947 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
948 ac_prev=dvidir ;;
949 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
950 dvidir=$ac_optarg ;;
252b5132
RH
951
952 -enable-* | --enable-*)
81ecdfbb 953 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 954 # Reject names that are not valid shell variable names.
81ecdfbb 955 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 956 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
957 ac_useropt_orig=$ac_useropt
958 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
959 case $ac_user_opts in
960 *"
961"enable_$ac_useropt"
962"*) ;;
963 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
964 ac_unrecognized_sep=', ';;
252b5132 965 esac
81ecdfbb 966 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
967
968 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
969 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
970 | --exec | --exe | --ex)
971 ac_prev=exec_prefix ;;
972 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
973 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
974 | --exec=* | --exe=* | --ex=*)
979273e3 975 exec_prefix=$ac_optarg ;;
252b5132
RH
976
977 -gas | --gas | --ga | --g)
978 # Obsolete; use --with-gas.
979 with_gas=yes ;;
980
979273e3
NN
981 -help | --help | --hel | --he | -h)
982 ac_init_help=long ;;
983 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
984 ac_init_help=recursive ;;
985 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
986 ac_init_help=short ;;
252b5132
RH
987
988 -host | --host | --hos | --ho)
979273e3 989 ac_prev=host_alias ;;
252b5132 990 -host=* | --host=* | --hos=* | --ho=*)
979273e3 991 host_alias=$ac_optarg ;;
252b5132 992
81ecdfbb
RW
993 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
994 ac_prev=htmldir ;;
995 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
996 | --ht=*)
997 htmldir=$ac_optarg ;;
998
252b5132
RH
999 -includedir | --includedir | --includedi | --included | --include \
1000 | --includ | --inclu | --incl | --inc)
1001 ac_prev=includedir ;;
1002 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1003 | --includ=* | --inclu=* | --incl=* | --inc=*)
979273e3 1004 includedir=$ac_optarg ;;
252b5132
RH
1005
1006 -infodir | --infodir | --infodi | --infod | --info | --inf)
1007 ac_prev=infodir ;;
1008 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979273e3 1009 infodir=$ac_optarg ;;
252b5132
RH
1010
1011 -libdir | --libdir | --libdi | --libd)
1012 ac_prev=libdir ;;
1013 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979273e3 1014 libdir=$ac_optarg ;;
252b5132
RH
1015
1016 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1017 | --libexe | --libex | --libe)
1018 ac_prev=libexecdir ;;
1019 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1020 | --libexe=* | --libex=* | --libe=*)
979273e3 1021 libexecdir=$ac_optarg ;;
252b5132 1022
81ecdfbb
RW
1023 -localedir | --localedir | --localedi | --localed | --locale)
1024 ac_prev=localedir ;;
1025 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1026 localedir=$ac_optarg ;;
1027
252b5132 1028 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1029 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1030 ac_prev=localstatedir ;;
1031 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1032 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
979273e3 1033 localstatedir=$ac_optarg ;;
252b5132
RH
1034
1035 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1036 ac_prev=mandir ;;
1037 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979273e3 1038 mandir=$ac_optarg ;;
252b5132
RH
1039
1040 -nfp | --nfp | --nf)
1041 # Obsolete; use --without-fp.
1042 with_fp=no ;;
1043
1044 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
979273e3 1045 | --no-cr | --no-c | -n)
252b5132
RH
1046 no_create=yes ;;
1047
1048 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1049 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1050 no_recursion=yes ;;
1051
1052 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1053 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1054 | --oldin | --oldi | --old | --ol | --o)
1055 ac_prev=oldincludedir ;;
1056 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1057 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1058 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979273e3 1059 oldincludedir=$ac_optarg ;;
252b5132
RH
1060
1061 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1062 ac_prev=prefix ;;
1063 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
979273e3 1064 prefix=$ac_optarg ;;
252b5132
RH
1065
1066 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1067 | --program-pre | --program-pr | --program-p)
1068 ac_prev=program_prefix ;;
1069 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1070 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
979273e3 1071 program_prefix=$ac_optarg ;;
252b5132
RH
1072
1073 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1074 | --program-suf | --program-su | --program-s)
1075 ac_prev=program_suffix ;;
1076 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1077 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
979273e3 1078 program_suffix=$ac_optarg ;;
252b5132
RH
1079
1080 -program-transform-name | --program-transform-name \
1081 | --program-transform-nam | --program-transform-na \
1082 | --program-transform-n | --program-transform- \
1083 | --program-transform | --program-transfor \
1084 | --program-transfo | --program-transf \
1085 | --program-trans | --program-tran \
1086 | --progr-tra | --program-tr | --program-t)
1087 ac_prev=program_transform_name ;;
1088 -program-transform-name=* | --program-transform-name=* \
1089 | --program-transform-nam=* | --program-transform-na=* \
1090 | --program-transform-n=* | --program-transform-=* \
1091 | --program-transform=* | --program-transfor=* \
1092 | --program-transfo=* | --program-transf=* \
1093 | --program-trans=* | --program-tran=* \
1094 | --progr-tra=* | --program-tr=* | --program-t=*)
979273e3 1095 program_transform_name=$ac_optarg ;;
252b5132 1096
81ecdfbb
RW
1097 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1098 ac_prev=pdfdir ;;
1099 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1100 pdfdir=$ac_optarg ;;
1101
1102 -psdir | --psdir | --psdi | --psd | --ps)
1103 ac_prev=psdir ;;
1104 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1105 psdir=$ac_optarg ;;
1106
252b5132
RH
1107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1108 | -silent | --silent | --silen | --sile | --sil)
1109 silent=yes ;;
1110
79472b45
JM
1111 -runstatedir | --runstatedir | --runstatedi | --runstated \
1112 | --runstate | --runstat | --runsta | --runst | --runs \
1113 | --run | --ru | --r)
1114 ac_prev=runstatedir ;;
1115 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1116 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1117 | --run=* | --ru=* | --r=*)
1118 runstatedir=$ac_optarg ;;
1119
252b5132
RH
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
979273e3 1124 sbindir=$ac_optarg ;;
252b5132
RH
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
979273e3 1135 sharedstatedir=$ac_optarg ;;
252b5132
RH
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
979273e3 1140 site=$ac_optarg ;;
1fe1f39c 1141
252b5132
RH
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
979273e3 1145 srcdir=$ac_optarg ;;
252b5132
RH
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
979273e3 1152 sysconfdir=$ac_optarg ;;
252b5132
RH
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
979273e3 1155 ac_prev=target_alias ;;
252b5132 1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
979273e3 1157 target_alias=$ac_optarg ;;
252b5132
RH
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
979273e3
NN
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
252b5132
RH
1164
1165 -with-* | --with-*)
81ecdfbb 1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1167 # Reject names that are not valid shell variable names.
81ecdfbb 1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1169 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
252b5132 1178 esac
81ecdfbb 1179 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1180
1181 -without-* | --without-*)
81ecdfbb 1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1183 # Reject names that are not valid shell variable names.
81ecdfbb 1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1185 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
252b5132
RH
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
979273e3 1206 x_includes=$ac_optarg ;;
252b5132
RH
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979273e3 1213 x_libraries=$ac_optarg ;;
252b5132 1214
d0ac1c44
SM
1215 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information"
252b5132
RH
1217 ;;
1218
979273e3
NN
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1224 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1225 esac
1226 eval $ac_envvar=\$ac_optarg
979273e3
NN
1227 export $ac_envvar ;;
1228
252b5132 1229 *)
979273e3 1230 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
979273e3 1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1234 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
979273e3 1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1242 as_fn_error $? "missing argument to $ac_option"
252b5132 1243fi
252b5132 1244
81ecdfbb
RW
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
d0ac1c44 1248 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
979273e3 1250 esac
81ecdfbb 1251fi
252b5132 1252
81ecdfbb
RW
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
79472b45 1257 libdir localedir mandir runstatedir
252b5132 1258do
81ecdfbb
RW
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
979273e3 1267 case $ac_val in
81ecdfbb
RW
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1270 esac
d0ac1c44 1271 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1272done
1273
979273e3
NN
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
1280
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
979273e3
NN
1285 elif test "x$build_alias" != "x$host_alias"; then
1286 cross_compiling=yes
1287 fi
1288fi
252b5132 1289
979273e3
NN
1290ac_tool_prefix=
1291test -n "$host_alias" && ac_tool_prefix=$host_alias-
1292
1293test "$silent" = yes && exec 6>/dev/null
252b5132 1294
252b5132 1295
81ecdfbb
RW
1296ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297ac_ls_di=`ls -di .` &&
1298ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1299 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1300test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1301 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1302
1303
252b5132
RH
1304# Find the source files, if location was not specified.
1305if test -z "$srcdir"; then
1306 ac_srcdir_defaulted=yes
81ecdfbb
RW
1307 # Try the directory containing this script, then the parent directory.
1308 ac_confdir=`$as_dirname -- "$as_myself" ||
1309$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310 X"$as_myself" : 'X\(//\)[^/]' \| \
1311 X"$as_myself" : 'X\(//\)$' \| \
1312 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313$as_echo X"$as_myself" |
1314 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315 s//\1/
1316 q
1317 }
1318 /^X\(\/\/\)[^/].*/{
1319 s//\1/
1320 q
1321 }
1322 /^X\(\/\/\)$/{
1323 s//\1/
1324 q
1325 }
1326 /^X\(\/\).*/{
1327 s//\1/
1328 q
1329 }
1330 s/.*/./; q'`
252b5132 1331 srcdir=$ac_confdir
81ecdfbb 1332 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1333 srcdir=..
1334 fi
1335else
1336 ac_srcdir_defaulted=no
1337fi
81ecdfbb
RW
1338if test ! -r "$srcdir/$ac_unique_file"; then
1339 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1340 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1341fi
1342ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1343ac_abs_confdir=`(
d0ac1c44 1344 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1345 pwd)`
1346# When building in place, set srcdir=.
1347if test "$ac_abs_confdir" = "$ac_pwd"; then
1348 srcdir=.
1349fi
1350# Remove unnecessary trailing slashes from srcdir.
1351# Double slashes in file names in object file debugging info
1352# mess up M-x gdb in Emacs.
1353case $srcdir in
1354*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1355esac
1356for ac_var in $ac_precious_vars; do
1357 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_env_${ac_var}_value=\$${ac_var}
1359 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361done
252b5132 1362
979273e3
NN
1363#
1364# Report the --help message.
1365#
1366if test "$ac_init_help" = "long"; then
1367 # Omit some internal or obsolete options to make the list less imposing.
1368 # This message is too long to be a string in the A/UX 3.1 sh.
1369 cat <<_ACEOF
bb695960 1370\`configure' configures opcodes 2.33.50 to adapt to many kinds of systems.
252b5132 1371
979273e3 1372Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1373
979273e3
NN
1374To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1376
979273e3 1377Defaults for the options are specified in brackets.
ac48eca1 1378
979273e3
NN
1379Configuration:
1380 -h, --help display this help and exit
1381 --help=short display options specific to this package
1382 --help=recursive display the short help of all the included packages
1383 -V, --version display version information and exit
d0ac1c44 1384 -q, --quiet, --silent do not print \`checking ...' messages
979273e3
NN
1385 --cache-file=FILE cache test results in FILE [disabled]
1386 -C, --config-cache alias for \`--cache-file=config.cache'
1387 -n, --no-create do not create output files
1388 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1389
979273e3
NN
1390Installation directories:
1391 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1392 [$ac_default_prefix]
979273e3 1393 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1394 [PREFIX]
ac48eca1 1395
979273e3
NN
1396By default, \`make install' will install all the files in
1397\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1398an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399for instance \`--prefix=\$HOME'.
ac48eca1 1400
979273e3 1401For better control, use the options below.
ac48eca1 1402
979273e3 1403Fine tuning of the installation directories:
81ecdfbb
RW
1404 --bindir=DIR user executables [EPREFIX/bin]
1405 --sbindir=DIR system admin executables [EPREFIX/sbin]
1406 --libexecdir=DIR program executables [EPREFIX/libexec]
1407 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1408 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1409 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
79472b45 1410 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
81ecdfbb
RW
1411 --libdir=DIR object code libraries [EPREFIX/lib]
1412 --includedir=DIR C header files [PREFIX/include]
1413 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1414 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1415 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1416 --infodir=DIR info documentation [DATAROOTDIR/info]
1417 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1418 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1419 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
81ecdfbb
RW
1420 --htmldir=DIR html documentation [DOCDIR]
1421 --dvidir=DIR dvi documentation [DOCDIR]
1422 --pdfdir=DIR pdf documentation [DOCDIR]
1423 --psdir=DIR ps documentation [DOCDIR]
979273e3 1424_ACEOF
ac48eca1 1425
979273e3 1426 cat <<\_ACEOF
252b5132 1427
979273e3
NN
1428Program names:
1429 --program-prefix=PREFIX prepend PREFIX to installed program names
1430 --program-suffix=SUFFIX append SUFFIX to installed program names
1431 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1432
979273e3
NN
1433System types:
1434 --build=BUILD configure for building on BUILD [guessed]
1435 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1436 --target=TARGET configure for building compilers for TARGET [HOST]
1437_ACEOF
252b5132 1438fi
252b5132 1439
979273e3 1440if test -n "$ac_init_help"; then
2e98a7bd 1441 case $ac_init_help in
bb695960 1442 short | recursive ) echo "Configuration of opcodes 2.33.50:";;
2e98a7bd 1443 esac
979273e3 1444 cat <<\_ACEOF
252b5132 1445
979273e3 1446Optional Features:
81ecdfbb 1447 --disable-option-checking ignore unrecognized --enable/--with options
979273e3
NN
1448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1450 --enable-dependency-tracking
1451 do not reject slow dependency extractors
1452 --disable-dependency-tracking
1453 speeds up one-time build
1454 --enable-silent-rules less verbose build output (undo: "make V=1")
1455 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1456 --enable-shared[=PKGS] build shared libraries [default=no]
1457 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1458 --enable-fast-install[=PKGS]
1459 optimize for fast installation [default=yes]
979273e3
NN
1460 --disable-libtool-lock avoid locking (might break parallel builds)
1461 --enable-targets alternative target configurations
241a6c40
AM
1462 --enable-werror treat compile warnings as errors
1463 --enable-build-warnings enable build-time compiler warnings
d0ac1c44
SM
1464 --enable-maintainer-mode
1465 enable make rules and dependencies not useful (and
1466 sometimes confusing) to the casual installer
979273e3
NN
1467 --enable-install-libbfd controls installation of libbfd and related headers
1468 --disable-nls do not use Native Language Support
1469 --enable-cgen-maint=dir build cgen generated files
1470
1471Optional Packages:
1472 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1473 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1474 --with-pic try to use only PIC/non-PIC objects [default=use
1475 both]
1476 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
252b5132 1477
979273e3
NN
1478Some influential environment variables:
1479 CC C compiler command
1480 CFLAGS C compiler flags
1481 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1482 nonstandard directory <lib dir>
81ecdfbb 1483 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1484 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1485 you have headers in a nonstandard directory <include dir>
979273e3 1486 CPP C preprocessor
a2d91340 1487
979273e3
NN
1488Use these variables to override the choices made by `configure' or to help
1489it to find libraries and programs with nonstandard names/locations.
1490
81ecdfbb 1491Report bugs to the package provider.
979273e3 1492_ACEOF
81ecdfbb 1493ac_status=$?
a2d91340
AC
1494fi
1495
979273e3
NN
1496if test "$ac_init_help" = "recursive"; then
1497 # If there are subdirs, report their specific --help.
979273e3 1498 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1499 test -d "$ac_dir" ||
1500 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1501 continue
979273e3
NN
1502 ac_builddir=.
1503
81ecdfbb
RW
1504case "$ac_dir" in
1505.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506*)
1507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1508 # A ".." for each directory in $ac_dir_suffix.
1509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1510 case $ac_top_builddir_sub in
1511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1513 esac ;;
1514esac
1515ac_abs_top_builddir=$ac_pwd
1516ac_abs_builddir=$ac_pwd$ac_dir_suffix
1517# for backward compatibility:
1518ac_top_builddir=$ac_top_build_prefix
a2d91340 1519
979273e3 1520case $srcdir in
81ecdfbb 1521 .) # We are building in place.
979273e3 1522 ac_srcdir=.
81ecdfbb
RW
1523 ac_top_srcdir=$ac_top_builddir_sub
1524 ac_abs_top_srcdir=$ac_pwd ;;
1525 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 1526 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1527 ac_top_srcdir=$srcdir
1528 ac_abs_top_srcdir=$srcdir ;;
1529 *) # Relative name.
1530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1531 ac_top_srcdir=$ac_top_build_prefix$srcdir
1532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
a2d91340 1533esac
81ecdfbb
RW
1534ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1535
1536 cd "$ac_dir" || { ac_status=$?; continue; }
1537 # Check for guested configure.
1538 if test -f "$ac_srcdir/configure.gnu"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1541 elif test -f "$ac_srcdir/configure"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure" --help=recursive
979273e3 1544 else
81ecdfbb
RW
1545 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1546 fi || ac_status=$?
1547 cd "$ac_pwd" || { ac_status=$?; break; }
979273e3
NN
1548 done
1549fi
a2d91340 1550
81ecdfbb 1551test -n "$ac_init_help" && exit $ac_status
979273e3
NN
1552if $ac_init_version; then
1553 cat <<\_ACEOF
bb695960 1554opcodes configure 2.33.50
d0ac1c44 1555generated by GNU Autoconf 2.69
252b5132 1556
d0ac1c44 1557Copyright (C) 2012 Free Software Foundation, Inc.
979273e3
NN
1558This configure script is free software; the Free Software Foundation
1559gives unlimited permission to copy, distribute and modify it.
1560_ACEOF
81ecdfbb 1561 exit
979273e3 1562fi
2c73f9d8 1563
81ecdfbb
RW
1564## ------------------------ ##
1565## Autoconf initialization. ##
1566## ------------------------ ##
252b5132 1567
81ecdfbb
RW
1568# ac_fn_c_try_compile LINENO
1569# --------------------------
1570# Try to compile conftest.$ac_ext, and return whether this succeeded.
1571ac_fn_c_try_compile ()
1572{
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 rm -f conftest.$ac_objext
1575 if { { ac_try="$ac_compile"
1576case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579esac
1580eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581$as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_compile") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } && {
1591 test -z "$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 } && test -s conftest.$ac_objext; then :
1594 ac_retval=0
1595else
1596 $as_echo "$as_me: failed program was:" >&5
1597sed 's/^/| /' conftest.$ac_ext >&5
252b5132 1598
81ecdfbb
RW
1599 ac_retval=1
1600fi
d0ac1c44
SM
1601 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602 as_fn_set_status $ac_retval
81ecdfbb
RW
1603
1604} # ac_fn_c_try_compile
1605
1606# ac_fn_c_try_link LINENO
1607# -----------------------
1608# Try to link conftest.$ac_ext, and return whether this succeeded.
1609ac_fn_c_try_link ()
979273e3 1610{
81ecdfbb
RW
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 rm -f conftest.$ac_objext conftest$ac_exeext
1613 if { { ac_try="$ac_link"
1614case "(($ac_try" in
1615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616 *) ac_try_echo=$ac_try;;
1617esac
1618eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619$as_echo "$ac_try_echo"; } >&5
1620 (eval "$ac_link") 2>conftest.err
1621 ac_status=$?
1622 if test -s conftest.err; then
1623 grep -v '^ *+' conftest.err >conftest.er1
1624 cat conftest.er1 >&5
1625 mv -f conftest.er1 conftest.err
1626 fi
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; } && {
1629 test -z "$ac_c_werror_flag" ||
1630 test ! -s conftest.err
1631 } && test -s conftest$ac_exeext && {
1632 test "$cross_compiling" = yes ||
d0ac1c44 1633 test -x conftest$ac_exeext
81ecdfbb
RW
1634 }; then :
1635 ac_retval=0
1636else
1637 $as_echo "$as_me: failed program was:" >&5
1638sed 's/^/| /' conftest.$ac_ext >&5
979273e3 1639
81ecdfbb
RW
1640 ac_retval=1
1641fi
1642 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1643 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1644 # interfere with the next link command; also delete a directory that is
1645 # left behind by Apple's compiler. We do this before executing the actions.
1646 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1647 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1648 as_fn_set_status $ac_retval
979273e3 1649
81ecdfbb
RW
1650} # ac_fn_c_try_link
1651
1652# ac_fn_c_try_cpp LINENO
1653# ----------------------
1654# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1655ac_fn_c_try_cpp ()
1656{
1657 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1658 if { { ac_try="$ac_cpp conftest.$ac_ext"
1659case "(($ac_try" in
1660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661 *) ac_try_echo=$ac_try;;
1662esac
1663eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664$as_echo "$ac_try_echo"; } >&5
1665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1666 ac_status=$?
1667 if test -s conftest.err; then
1668 grep -v '^ *+' conftest.err >conftest.er1
1669 cat conftest.er1 >&5
1670 mv -f conftest.er1 conftest.err
1671 fi
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1673 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1674 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1675 test ! -s conftest.err
1676 }; then :
1677 ac_retval=0
1678else
1679 $as_echo "$as_me: failed program was:" >&5
1680sed 's/^/| /' conftest.$ac_ext >&5
1681
1682 ac_retval=1
1683fi
d0ac1c44
SM
1684 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1685 as_fn_set_status $ac_retval
81ecdfbb
RW
1686
1687} # ac_fn_c_try_cpp
1688
1689# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1690# -------------------------------------------------------
1691# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1692# the include files in INCLUDES and setting the cache variable VAR
1693# accordingly.
1694ac_fn_c_check_header_mongrel ()
1695{
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1697 if eval \${$3+:} false; then :
81ecdfbb
RW
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1700if eval \${$3+:} false; then :
81ecdfbb
RW
1701 $as_echo_n "(cached) " >&6
1702fi
1703eval ac_res=\$$3
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1705$as_echo "$ac_res" >&6; }
1706else
1707 # Is the header compilable?
1708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1709$as_echo_n "checking $2 usability... " >&6; }
1710cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1711/* end confdefs.h. */
1712$4
1713#include <$2>
1714_ACEOF
1715if ac_fn_c_try_compile "$LINENO"; then :
1716 ac_header_compiler=yes
1717else
1718 ac_header_compiler=no
1719fi
1720rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1722$as_echo "$ac_header_compiler" >&6; }
1723
1724# Is the header present?
1725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1726$as_echo_n "checking $2 presence... " >&6; }
1727cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1728/* end confdefs.h. */
1729#include <$2>
1730_ACEOF
1731if ac_fn_c_try_cpp "$LINENO"; then :
1732 ac_header_preproc=yes
1733else
1734 ac_header_preproc=no
1735fi
d0ac1c44 1736rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1738$as_echo "$ac_header_preproc" >&6; }
1739
1740# So? What about this header?
1741case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1742 yes:no: )
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1744$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1746$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1747 ;;
1748 no:yes:* )
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1750$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1752$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1754$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1756$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1758$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1759 ;;
1760esac
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1763if eval \${$3+:} false; then :
81ecdfbb
RW
1764 $as_echo_n "(cached) " >&6
1765else
1766 eval "$3=\$ac_header_compiler"
1767fi
1768eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770$as_echo "$ac_res" >&6; }
1771fi
d0ac1c44 1772 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1773
1774} # ac_fn_c_check_header_mongrel
1775
1776# ac_fn_c_try_run LINENO
1777# ----------------------
1778# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1779# that executables *can* be run.
1780ac_fn_c_try_run ()
1781{
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 if { { ac_try="$ac_link"
1784case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787esac
1788eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789$as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>&5
1791 ac_status=$?
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1794 { { case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797esac
1798eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799$as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_try") 2>&5
1801 ac_status=$?
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; }; }; then :
1804 ac_retval=0
1805else
1806 $as_echo "$as_me: program exited with status $ac_status" >&5
1807 $as_echo "$as_me: failed program was:" >&5
1808sed 's/^/| /' conftest.$ac_ext >&5
1809
1810 ac_retval=$ac_status
1811fi
1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1814 as_fn_set_status $ac_retval
81ecdfbb
RW
1815
1816} # ac_fn_c_try_run
1817
1818# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1819# -------------------------------------------------------
1820# Tests whether HEADER exists and can be compiled using the include files in
1821# INCLUDES, setting the cache variable VAR accordingly.
1822ac_fn_c_check_header_compile ()
1823{
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1827if eval \${$3+:} false; then :
81ecdfbb
RW
1828 $as_echo_n "(cached) " >&6
1829else
1830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1831/* end confdefs.h. */
1832$4
1833#include <$2>
1834_ACEOF
1835if ac_fn_c_try_compile "$LINENO"; then :
1836 eval "$3=yes"
1837else
1838 eval "$3=no"
1839fi
1840rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1841fi
1842eval ac_res=\$$3
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1844$as_echo "$ac_res" >&6; }
d0ac1c44 1845 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1846
1847} # ac_fn_c_check_header_compile
1848
1849# ac_fn_c_check_func LINENO FUNC VAR
1850# ----------------------------------
1851# Tests whether FUNC exists, setting the cache variable VAR accordingly
1852ac_fn_c_check_func ()
1853{
1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1857if eval \${$3+:} false; then :
81ecdfbb
RW
1858 $as_echo_n "(cached) " >&6
1859else
1860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1861/* end confdefs.h. */
1862/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1864#define $2 innocuous_$2
1865
1866/* System header to define __stub macros and hopefully few prototypes,
1867 which can conflict with char $2 (); below.
1868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1869 <limits.h> exists even on freestanding compilers. */
1870
1871#ifdef __STDC__
1872# include <limits.h>
1873#else
1874# include <assert.h>
1875#endif
1876
1877#undef $2
1878
1879/* Override any GCC internal prototype to avoid an error.
1880 Use char because int might match the return type of a GCC
1881 builtin and then its argument prototype would still apply. */
1882#ifdef __cplusplus
1883extern "C"
1884#endif
1885char $2 ();
1886/* The GNU C library defines this for functions which it implements
1887 to always fail with ENOSYS. Some functions are actually named
1888 something starting with __ and the normal name is an alias. */
1889#if defined __stub_$2 || defined __stub___$2
1890choke me
1891#endif
1892
1893int
1894main ()
1895{
1896return $2 ();
1897 ;
1898 return 0;
1899}
1900_ACEOF
1901if ac_fn_c_try_link "$LINENO"; then :
1902 eval "$3=yes"
1903else
1904 eval "$3=no"
1905fi
1906rm -f core conftest.err conftest.$ac_objext \
1907 conftest$ac_exeext conftest.$ac_ext
1908fi
1909eval ac_res=\$$3
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911$as_echo "$ac_res" >&6; }
d0ac1c44 1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1913
1914} # ac_fn_c_check_func
1915
d0ac1c44
SM
1916# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1917# ---------------------------------------------
1918# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1919# accordingly.
81ecdfbb
RW
1920ac_fn_c_check_decl ()
1921{
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1923 as_decl_name=`echo $2|sed 's/ *(.*//'`
1924 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1926$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 1927if eval \${$3+:} false; then :
81ecdfbb
RW
1928 $as_echo_n "(cached) " >&6
1929else
1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931/* end confdefs.h. */
1932$4
1933int
1934main ()
1935{
360cfc9c
AM
1936#ifndef $as_decl_name
1937#ifdef __cplusplus
1938 (void) $as_decl_use;
1939#else
1940 (void) $as_decl_name;
1941#endif
81ecdfbb
RW
1942#endif
1943
1944 ;
1945 return 0;
1946}
1947_ACEOF
1948if ac_fn_c_try_compile "$LINENO"; then :
1949 eval "$3=yes"
1950else
1951 eval "$3=no"
1952fi
1953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1954fi
1955eval ac_res=\$$3
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1957$as_echo "$ac_res" >&6; }
d0ac1c44 1958 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1959
1960} # ac_fn_c_check_decl
1961cat >config.log <<_ACEOF
1962This file contains any messages produced by compilers while
1963running configure, to aid debugging if configure makes a mistake.
1964
bb695960 1965It was created by opcodes $as_me 2.33.50, which was
d0ac1c44 1966generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1967
1968 $ $0 $@
1969
1970_ACEOF
1971exec 5>>config.log
1972{
1973cat <<_ASUNAME
1974## --------- ##
1975## Platform. ##
1976## --------- ##
1977
1978hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1979uname -m = `(uname -m) 2>/dev/null || echo unknown`
1980uname -r = `(uname -r) 2>/dev/null || echo unknown`
1981uname -s = `(uname -s) 2>/dev/null || echo unknown`
1982uname -v = `(uname -v) 2>/dev/null || echo unknown`
1983
1984/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1985/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
979273e3
NN
1986
1987/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1988/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1989/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1990/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
979273e3
NN
1991/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1992/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1993/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1994
1995_ASUNAME
1996
1997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1998for as_dir in $PATH
1999do
2000 IFS=$as_save_IFS
2001 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2002 $as_echo "PATH: $as_dir"
2003 done
2004IFS=$as_save_IFS
252b5132 2005
979273e3 2006} >&5
75798298 2007
979273e3 2008cat >&5 <<_ACEOF
252b5132 2009
252b5132 2010
979273e3
NN
2011## ----------- ##
2012## Core tests. ##
2013## ----------- ##
2014
2015_ACEOF
2016
2017
2018# Keep a trace of the command line.
2019# Strip out --no-create and --no-recursion so they do not pile up.
2020# Strip out --silent because we don't want to record it for future runs.
2021# Also quote any args containing shell meta-characters.
2022# Make two passes to allow for proper duplicate-argument suppression.
2023ac_configure_args=
2024ac_configure_args0=
2025ac_configure_args1=
979273e3
NN
2026ac_must_keep_next=false
2027for ac_pass in 1 2
2028do
2029 for ac_arg
2030 do
2031 case $ac_arg in
2032 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2034 | -silent | --silent | --silen | --sile | --sil)
2035 continue ;;
81ecdfbb
RW
2036 *\'*)
2037 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
2038 esac
2039 case $ac_pass in
81ecdfbb 2040 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
979273e3 2041 2)
81ecdfbb 2042 as_fn_append ac_configure_args1 " '$ac_arg'"
979273e3
NN
2043 if test $ac_must_keep_next = true; then
2044 ac_must_keep_next=false # Got value, back to normal.
2045 else
2046 case $ac_arg in
2047 *=* | --config-cache | -C | -disable-* | --disable-* \
2048 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2049 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2050 | -with-* | --with-* | -without-* | --without-* | --x)
2051 case "$ac_configure_args0 " in
2052 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2053 esac
2054 ;;
2055 -* ) ac_must_keep_next=true ;;
2056 esac
2057 fi
81ecdfbb 2058 as_fn_append ac_configure_args " '$ac_arg'"
979273e3
NN
2059 ;;
2060 esac
2061 done
2062done
81ecdfbb
RW
2063{ ac_configure_args0=; unset ac_configure_args0;}
2064{ ac_configure_args1=; unset ac_configure_args1;}
979273e3
NN
2065
2066# When interrupted or exit'd, cleanup temporary files, and complete
2067# config.log. We remove comments because anyway the quotes in there
2068# would cause problems or look ugly.
81ecdfbb
RW
2069# WARNING: Use '\'' to represent an apostrophe within the trap.
2070# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
979273e3
NN
2071trap 'exit_status=$?
2072 # Save into config.log some information that might help in debugging.
2073 {
2074 echo
2075
d0ac1c44 2076 $as_echo "## ---------------- ##
979273e3 2077## Cache variables. ##
d0ac1c44 2078## ---------------- ##"
979273e3
NN
2079 echo
2080 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2081(
2082 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2083 eval ac_val=\$$ac_var
2084 case $ac_val in #(
2085 *${as_nl}*)
2086 case $ac_var in #(
2087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2088$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2089 esac
2090 case $ac_var in #(
2091 _ | IFS | as_nl) ;; #(
2092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2093 *) { eval $ac_var=; unset $ac_var;} ;;
2094 esac ;;
2095 esac
2096 done
979273e3 2097 (set) 2>&1 |
81ecdfbb
RW
2098 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2099 *${as_nl}ac_space=\ *)
979273e3 2100 sed -n \
81ecdfbb
RW
2101 "s/'\''/'\''\\\\'\'''\''/g;
2102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2103 ;; #(
979273e3 2104 *)
81ecdfbb 2105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 2106 ;;
81ecdfbb
RW
2107 esac |
2108 sort
2109)
979273e3
NN
2110 echo
2111
d0ac1c44 2112 $as_echo "## ----------------- ##
979273e3 2113## Output variables. ##
d0ac1c44 2114## ----------------- ##"
979273e3
NN
2115 echo
2116 for ac_var in $ac_subst_vars
2117 do
81ecdfbb
RW
2118 eval ac_val=\$$ac_var
2119 case $ac_val in
2120 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2121 esac
2122 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2123 done | sort
2124 echo
2125
2126 if test -n "$ac_subst_files"; then
d0ac1c44 2127 $as_echo "## ------------------- ##
81ecdfbb 2128## File substitutions. ##
d0ac1c44 2129## ------------------- ##"
979273e3
NN
2130 echo
2131 for ac_var in $ac_subst_files
2132 do
81ecdfbb
RW
2133 eval ac_val=\$$ac_var
2134 case $ac_val in
2135 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2136 esac
2137 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2138 done | sort
2139 echo
2140 fi
2141
2142 if test -s confdefs.h; then
d0ac1c44 2143 $as_echo "## ----------- ##
979273e3 2144## confdefs.h. ##
d0ac1c44 2145## ----------- ##"
979273e3 2146 echo
81ecdfbb 2147 cat confdefs.h
979273e3
NN
2148 echo
2149 fi
2150 test "$ac_signal" != 0 &&
81ecdfbb
RW
2151 $as_echo "$as_me: caught signal $ac_signal"
2152 $as_echo "$as_me: exit $exit_status"
979273e3 2153 } >&5
81ecdfbb
RW
2154 rm -f core *.core core.conftest.* &&
2155 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
979273e3 2156 exit $exit_status
81ecdfbb 2157' 0
979273e3 2158for ac_signal in 1 2 13 15; do
81ecdfbb 2159 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
979273e3
NN
2160done
2161ac_signal=0
2162
2163# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2164rm -f -r conftest* confdefs.h
2165
2166$as_echo "/* confdefs.h */" > confdefs.h
979273e3
NN
2167
2168# Predefined preprocessor variables.
2169
2170cat >>confdefs.h <<_ACEOF
2171#define PACKAGE_NAME "$PACKAGE_NAME"
2172_ACEOF
2173
979273e3
NN
2174cat >>confdefs.h <<_ACEOF
2175#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2176_ACEOF
2177
979273e3
NN
2178cat >>confdefs.h <<_ACEOF
2179#define PACKAGE_VERSION "$PACKAGE_VERSION"
2180_ACEOF
2181
979273e3
NN
2182cat >>confdefs.h <<_ACEOF
2183#define PACKAGE_STRING "$PACKAGE_STRING"
2184_ACEOF
2185
979273e3
NN
2186cat >>confdefs.h <<_ACEOF
2187#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2188_ACEOF
2189
81ecdfbb
RW
2190cat >>confdefs.h <<_ACEOF
2191#define PACKAGE_URL "$PACKAGE_URL"
2192_ACEOF
2193
979273e3
NN
2194
2195# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2196# Prefer an explicitly selected file to automatically selected ones.
2197ac_site_file1=NONE
2198ac_site_file2=NONE
2199if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2200 # We do not want a PATH search for config.site.
2201 case $CONFIG_SITE in #((
2202 -*) ac_site_file1=./$CONFIG_SITE;;
2203 */*) ac_site_file1=$CONFIG_SITE;;
2204 *) ac_site_file1=./$CONFIG_SITE;;
2205 esac
81ecdfbb
RW
2206elif test "x$prefix" != xNONE; then
2207 ac_site_file1=$prefix/share/config.site
2208 ac_site_file2=$prefix/etc/config.site
2209else
2210 ac_site_file1=$ac_default_prefix/share/config.site
2211 ac_site_file2=$ac_default_prefix/etc/config.site
2212fi
2213for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2214do
2215 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2216 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2218$as_echo "$as_me: loading site script $ac_site_file" >&6;}
979273e3 2219 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2220 . "$ac_site_file" \
2221 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2222$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2223as_fn_error $? "failed to load site script $ac_site_file
2224See \`config.log' for more details" "$LINENO" 5; }
979273e3
NN
2225 fi
2226done
2227
2228if test -r "$cache_file"; then
d0ac1c44
SM
2229 # Some versions of bash will fail to source /dev/null (special files
2230 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2231 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2233$as_echo "$as_me: loading cache $cache_file" >&6;}
979273e3 2234 case $cache_file in
81ecdfbb
RW
2235 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2236 *) . "./$cache_file";;
979273e3
NN
2237 esac
2238 fi
2239else
81ecdfbb
RW
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2241$as_echo "$as_me: creating cache $cache_file" >&6;}
979273e3
NN
2242 >$cache_file
2243fi
2244
2245# Check that the precious variables saved in the cache have kept the same
2246# value.
2247ac_cache_corrupted=false
81ecdfbb 2248for ac_var in $ac_precious_vars; do
979273e3
NN
2249 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2250 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2251 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2252 eval ac_new_val=\$ac_env_${ac_var}_value
979273e3
NN
2253 case $ac_old_set,$ac_new_set in
2254 set,)
81ecdfbb
RW
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2256$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
979273e3
NN
2257 ac_cache_corrupted=: ;;
2258 ,set)
81ecdfbb
RW
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2260$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
979273e3
NN
2261 ac_cache_corrupted=: ;;
2262 ,);;
2263 *)
2264 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2265 # differences in whitespace do not lead to failure.
2266 ac_old_val_w=`echo x $ac_old_val`
2267 ac_new_val_w=`echo x $ac_new_val`
2268 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2270$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2271 ac_cache_corrupted=:
2272 else
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2274$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2275 eval $ac_var=\$ac_old_val
2276 fi
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2278$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2280$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
979273e3
NN
2281 fi;;
2282 esac
2283 # Pass precious variables to config.status.
2284 if test "$ac_new_set" = set; then
2285 case $ac_new_val in
81ecdfbb 2286 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
2287 *) ac_arg=$ac_var=$ac_new_val ;;
2288 esac
2289 case " $ac_configure_args " in
2290 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2291 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
979273e3
NN
2292 esac
2293 fi
2294done
2295if $ac_cache_corrupted; then
81ecdfbb
RW
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2297$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2299$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2300 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
979273e3 2301fi
81ecdfbb
RW
2302## -------------------- ##
2303## Main body of script. ##
2304## -------------------- ##
979273e3
NN
2305
2306ac_ext=c
2307ac_cpp='$CPP $CPPFLAGS'
2308ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310ac_compiler_gnu=$ac_cv_c_compiler_gnu
2311
2312
2313
979273e3
NN
2314
2315
2316
2317
2318ac_aux_dir=
81ecdfbb 2319for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2320 if test -f "$ac_dir/install-sh"; then
2321 ac_aux_dir=$ac_dir
2322 ac_install_sh="$ac_aux_dir/install-sh -c"
2323 break
2324 elif test -f "$ac_dir/install.sh"; then
2325 ac_aux_dir=$ac_dir
2326 ac_install_sh="$ac_aux_dir/install.sh -c"
2327 break
2328 elif test -f "$ac_dir/shtool"; then
2329 ac_aux_dir=$ac_dir
2330 ac_install_sh="$ac_aux_dir/shtool install -c"
2331 break
2332 fi
979273e3
NN
2333done
2334if test -z "$ac_aux_dir"; then
d0ac1c44 2335 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
979273e3 2336fi
81ecdfbb
RW
2337
2338# These three variables are undocumented and unsupported,
2339# and are intended to be withdrawn in a future Autoconf release.
2340# They can cause serious problems if a builder's source tree is in a directory
2341# whose full name contains unusual characters.
2342ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2343ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2344ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2345
979273e3
NN
2346
2347# Make sure we can run config.sub.
81ecdfbb 2348$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2349 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2350
2351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2352$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2353if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2354 $as_echo_n "(cached) " >&6
2355else
2356 ac_build_alias=$build_alias
2357test "x$ac_build_alias" = x &&
2358 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2359test "x$ac_build_alias" = x &&
d0ac1c44 2360 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2361ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2362 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2363
2364fi
2365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2366$as_echo "$ac_cv_build" >&6; }
2367case $ac_cv_build in
2368*-*-*) ;;
d0ac1c44 2369*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2370esac
979273e3 2371build=$ac_cv_build
81ecdfbb
RW
2372ac_save_IFS=$IFS; IFS='-'
2373set x $ac_cv_build
2374shift
2375build_cpu=$1
2376build_vendor=$2
2377shift; shift
2378# Remember, the first character of IFS is used to create $*,
2379# except with old shells:
2380build_os=$*
2381IFS=$ac_save_IFS
2382case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2383
2384
81ecdfbb
RW
2385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2386$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2387if ${ac_cv_host+:} false; then :
81ecdfbb 2388 $as_echo_n "(cached) " >&6
979273e3 2389else
81ecdfbb
RW
2390 if test "x$host_alias" = x; then
2391 ac_cv_host=$ac_cv_build
2392else
2393 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2394 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2395fi
979273e3
NN
2396
2397fi
81ecdfbb
RW
2398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2399$as_echo "$ac_cv_host" >&6; }
2400case $ac_cv_host in
2401*-*-*) ;;
d0ac1c44 2402*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2403esac
979273e3 2404host=$ac_cv_host
81ecdfbb
RW
2405ac_save_IFS=$IFS; IFS='-'
2406set x $ac_cv_host
2407shift
2408host_cpu=$1
2409host_vendor=$2
2410shift; shift
2411# Remember, the first character of IFS is used to create $*,
2412# except with old shells:
2413host_os=$*
2414IFS=$ac_save_IFS
2415case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2416
2417
81ecdfbb
RW
2418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2419$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2420if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2421 $as_echo_n "(cached) " >&6
2422else
2423 if test "x$target_alias" = x; then
2424 ac_cv_target=$ac_cv_host
979273e3 2425else
81ecdfbb 2426 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2427 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2428fi
979273e3
NN
2429
2430fi
81ecdfbb
RW
2431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2432$as_echo "$ac_cv_target" >&6; }
2433case $ac_cv_target in
2434*-*-*) ;;
d0ac1c44 2435*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2436esac
979273e3 2437target=$ac_cv_target
81ecdfbb
RW
2438ac_save_IFS=$IFS; IFS='-'
2439set x $ac_cv_target
2440shift
2441target_cpu=$1
2442target_vendor=$2
2443shift; shift
2444# Remember, the first character of IFS is used to create $*,
2445# except with old shells:
2446target_os=$*
2447IFS=$ac_save_IFS
2448case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2449
2450
2451# The aliases save the names the user supplied, while $host etc.
2452# will get canonicalized.
2453test -n "$target_alias" &&
2454 test "$program_prefix$program_suffix$program_transform_name" = \
2455 NONENONEs,x,x, &&
2456 program_prefix=${target_alias}-
d0ac1c44
SM
2457# Expand $ac_aux_dir to an absolute path.
2458am_aux_dir=`cd "$ac_aux_dir" && pwd`
2459
979273e3
NN
2460ac_ext=c
2461ac_cpp='$CPP $CPPFLAGS'
2462ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2463ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2464ac_compiler_gnu=$ac_cv_c_compiler_gnu
2465if test -n "$ac_tool_prefix"; then
2466 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2467set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2470if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2471 $as_echo_n "(cached) " >&6
979273e3
NN
2472else
2473 if test -n "$CC"; then
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
2475else
2476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477for as_dir in $PATH
2478do
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
81ecdfbb 2481 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2483 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2485 break 2
2486 fi
2487done
81ecdfbb
RW
2488 done
2489IFS=$as_save_IFS
979273e3
NN
2490
2491fi
2492fi
2493CC=$ac_cv_prog_CC
2494if test -n "$CC"; then
81ecdfbb
RW
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2496$as_echo "$CC" >&6; }
979273e3 2497else
81ecdfbb
RW
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499$as_echo "no" >&6; }
979273e3
NN
2500fi
2501
81ecdfbb 2502
979273e3
NN
2503fi
2504if test -z "$ac_cv_prog_CC"; then
2505 ac_ct_CC=$CC
2506 # Extract the first word of "gcc", so it can be a program name with args.
2507set dummy gcc; ac_word=$2
81ecdfbb
RW
2508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2509$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2510if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2511 $as_echo_n "(cached) " >&6
979273e3
NN
2512else
2513 if test -n "$ac_ct_CC"; then
2514 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2515else
2516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517for as_dir in $PATH
2518do
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
81ecdfbb 2521 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2523 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2525 break 2
2526 fi
2527done
81ecdfbb
RW
2528 done
2529IFS=$as_save_IFS
979273e3
NN
2530
2531fi
2532fi
2533ac_ct_CC=$ac_cv_prog_ac_ct_CC
2534if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2536$as_echo "$ac_ct_CC" >&6; }
979273e3 2537else
81ecdfbb
RW
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2539$as_echo "no" >&6; }
979273e3
NN
2540fi
2541
81ecdfbb
RW
2542 if test "x$ac_ct_CC" = x; then
2543 CC=""
2544 else
2545 case $cross_compiling:$ac_tool_warned in
2546yes:)
2547{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2548$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2549ac_tool_warned=yes ;;
2550esac
2551 CC=$ac_ct_CC
2552 fi
979273e3
NN
2553else
2554 CC="$ac_cv_prog_CC"
2555fi
2556
2557if test -z "$CC"; then
81ecdfbb
RW
2558 if test -n "$ac_tool_prefix"; then
2559 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
979273e3 2560set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2563if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2564 $as_echo_n "(cached) " >&6
979273e3
NN
2565else
2566 if test -n "$CC"; then
2567 ac_cv_prog_CC="$CC" # Let the user override the test.
2568else
2569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2570for as_dir in $PATH
2571do
2572 IFS=$as_save_IFS
2573 test -z "$as_dir" && as_dir=.
81ecdfbb 2574 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2576 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2578 break 2
2579 fi
2580done
81ecdfbb
RW
2581 done
2582IFS=$as_save_IFS
979273e3
NN
2583
2584fi
2585fi
2586CC=$ac_cv_prog_CC
2587if test -n "$CC"; then
81ecdfbb
RW
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2589$as_echo "$CC" >&6; }
979273e3 2590else
81ecdfbb
RW
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2592$as_echo "no" >&6; }
979273e3
NN
2593fi
2594
979273e3 2595
81ecdfbb 2596 fi
979273e3
NN
2597fi
2598if test -z "$CC"; then
2599 # Extract the first word of "cc", so it can be a program name with args.
2600set dummy cc; ac_word=$2
81ecdfbb
RW
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2603if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2604 $as_echo_n "(cached) " >&6
979273e3
NN
2605else
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2608else
2609 ac_prog_rejected=no
2610as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611for as_dir in $PATH
2612do
2613 IFS=$as_save_IFS
2614 test -z "$as_dir" && as_dir=.
81ecdfbb 2615 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3
NN
2617 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2618 ac_prog_rejected=yes
2619 continue
2620 fi
2621 ac_cv_prog_CC="cc"
81ecdfbb 2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2623 break 2
2624 fi
2625done
81ecdfbb
RW
2626 done
2627IFS=$as_save_IFS
979273e3
NN
2628
2629if test $ac_prog_rejected = yes; then
2630 # We found a bogon in the path, so make sure we never use it.
2631 set dummy $ac_cv_prog_CC
2632 shift
2633 if test $# != 0; then
2634 # We chose a different compiler from the bogus one.
2635 # However, it has the same basename, so the bogon will be chosen
2636 # first if we set CC to just the basename; use the full file name.
2637 shift
2638 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2639 fi
2640fi
2641fi
2642fi
2643CC=$ac_cv_prog_CC
2644if test -n "$CC"; then
81ecdfbb
RW
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2646$as_echo "$CC" >&6; }
979273e3 2647else
81ecdfbb
RW
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2649$as_echo "no" >&6; }
979273e3
NN
2650fi
2651
81ecdfbb 2652
979273e3
NN
2653fi
2654if test -z "$CC"; then
2655 if test -n "$ac_tool_prefix"; then
81ecdfbb 2656 for ac_prog in cl.exe
979273e3
NN
2657 do
2658 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2659set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2661$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2662if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2663 $as_echo_n "(cached) " >&6
979273e3
NN
2664else
2665 if test -n "$CC"; then
2666 ac_cv_prog_CC="$CC" # Let the user override the test.
2667else
2668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2669for as_dir in $PATH
2670do
2671 IFS=$as_save_IFS
2672 test -z "$as_dir" && as_dir=.
81ecdfbb 2673 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2675 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2677 break 2
2678 fi
2679done
81ecdfbb
RW
2680 done
2681IFS=$as_save_IFS
979273e3
NN
2682
2683fi
2684fi
2685CC=$ac_cv_prog_CC
2686if test -n "$CC"; then
81ecdfbb
RW
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2688$as_echo "$CC" >&6; }
979273e3 2689else
81ecdfbb
RW
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2691$as_echo "no" >&6; }
979273e3
NN
2692fi
2693
81ecdfbb 2694
979273e3
NN
2695 test -n "$CC" && break
2696 done
2697fi
2698if test -z "$CC"; then
2699 ac_ct_CC=$CC
81ecdfbb 2700 for ac_prog in cl.exe
979273e3
NN
2701do
2702 # Extract the first word of "$ac_prog", so it can be a program name with args.
2703set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2705$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2706if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2707 $as_echo_n "(cached) " >&6
979273e3
NN
2708else
2709 if test -n "$ac_ct_CC"; then
2710 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2711else
2712as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2713for as_dir in $PATH
2714do
2715 IFS=$as_save_IFS
2716 test -z "$as_dir" && as_dir=.
81ecdfbb 2717 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2719 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2721 break 2
2722 fi
2723done
81ecdfbb
RW
2724 done
2725IFS=$as_save_IFS
2726
979273e3
NN
2727fi
2728fi
2729ac_ct_CC=$ac_cv_prog_ac_ct_CC
2730if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2732$as_echo "$ac_ct_CC" >&6; }
979273e3 2733else
81ecdfbb
RW
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2735$as_echo "no" >&6; }
979273e3
NN
2736fi
2737
81ecdfbb 2738
979273e3
NN
2739 test -n "$ac_ct_CC" && break
2740done
2741
81ecdfbb
RW
2742 if test "x$ac_ct_CC" = x; then
2743 CC=""
2744 else
2745 case $cross_compiling:$ac_tool_warned in
2746yes:)
2747{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2748$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2749ac_tool_warned=yes ;;
2750esac
2751 CC=$ac_ct_CC
2752 fi
979273e3
NN
2753fi
2754
2755fi
2756
2757
81ecdfbb
RW
2758test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2759$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2760as_fn_error $? "no acceptable C compiler found in \$PATH
2761See \`config.log' for more details" "$LINENO" 5; }
979273e3
NN
2762
2763# Provide some information about the compiler.
81ecdfbb
RW
2764$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2765set X $ac_compile
2766ac_compiler=$2
2767for ac_option in --version -v -V -qversion; do
2768 { { ac_try="$ac_compiler $ac_option >&5"
2769case "(($ac_try" in
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2772esac
2773eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2774$as_echo "$ac_try_echo"; } >&5
2775 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
979273e3 2776 ac_status=$?
81ecdfbb
RW
2777 if test -s conftest.err; then
2778 sed '10a\
2779... rest of stderr output deleted ...
2780 10q' conftest.err >conftest.er1
2781 cat conftest.er1 >&5
81ecdfbb 2782 fi
d0ac1c44 2783 rm -f conftest.er1 conftest.err
81ecdfbb
RW
2784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2785 test $ac_status = 0; }
2786done
979273e3 2787
81ecdfbb 2788cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2789/* end confdefs.h. */
2790
2791int
2792main ()
2793{
2794
2795 ;
2796 return 0;
2797}
2798_ACEOF
2799ac_clean_files_save=$ac_clean_files
d0ac1c44 2800ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
979273e3
NN
2801# Try to create an executable without -o first, disregard a.out.
2802# It will help us diagnose broken compilers, and finding out an intuition
2803# of exeext.
d0ac1c44
SM
2804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2805$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
2806ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2807
2808# The possible output files:
2809ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2810
2811ac_rmfiles=
2812for ac_file in $ac_files
2813do
2814 case $ac_file in
2815 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2816 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2817 esac
2818done
2819rm -f $ac_rmfiles
2820
2821if { { ac_try="$ac_link_default"
2822case "(($ac_try" in
2823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2824 *) ac_try_echo=$ac_try;;
2825esac
2826eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2827$as_echo "$ac_try_echo"; } >&5
2828 (eval "$ac_link_default") 2>&5
2829 ac_status=$?
2830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2831 test $ac_status = 0; }; then :
2832 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2833# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2834# in a Makefile. We should not override ac_cv_exeext if it was cached,
2835# so that the user can short-circuit this test for compilers unknown to
2836# Autoconf.
2837for ac_file in $ac_files ''
979273e3
NN
2838do
2839 test -f "$ac_file" || continue
2840 case $ac_file in
81ecdfbb 2841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
979273e3
NN
2842 ;;
2843 [ab].out )
2844 # We found the default executable, but exeext='' is most
2845 # certainly right.
2846 break;;
2847 *.* )
81ecdfbb
RW
2848 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2849 then :; else
2850 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2851 fi
2852 # We set ac_cv_exeext here because the later test for it is not
2853 # safe: cross compilers may not add the suffix if given an `-o'
2854 # argument, so we may need to know it at that point already.
2855 # Even if this section looks crufty: it has the advantage of
2856 # actually working.
979273e3
NN
2857 break;;
2858 * )
2859 break;;
2860 esac
2861done
81ecdfbb
RW
2862test "$ac_cv_exeext" = no && ac_cv_exeext=
2863
979273e3 2864else
81ecdfbb
RW
2865 ac_file=''
2866fi
81ecdfbb 2867if test -z "$ac_file"; then :
d0ac1c44
SM
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2869$as_echo "no" >&6; }
2870$as_echo "$as_me: failed program was:" >&5
979273e3
NN
2871sed 's/^/| /' conftest.$ac_ext >&5
2872
81ecdfbb
RW
2873{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2874$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2875as_fn_error 77 "C compiler cannot create executables
2876See \`config.log' for more details" "$LINENO" 5; }
2877else
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2879$as_echo "yes" >&6; }
979273e3 2880fi
d0ac1c44
SM
2881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2882$as_echo_n "checking for C compiler default output file name... " >&6; }
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2884$as_echo "$ac_file" >&6; }
979273e3 2885ac_exeext=$ac_cv_exeext
979273e3 2886
d0ac1c44 2887rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
979273e3 2888ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
2889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2890$as_echo_n "checking for suffix of executables... " >&6; }
2891if { { ac_try="$ac_link"
2892case "(($ac_try" in
2893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2894 *) ac_try_echo=$ac_try;;
2895esac
2896eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2897$as_echo "$ac_try_echo"; } >&5
2898 (eval "$ac_link") 2>&5
979273e3 2899 ac_status=$?
81ecdfbb
RW
2900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2901 test $ac_status = 0; }; then :
979273e3
NN
2902 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2903# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2904# work properly (i.e., refer to `conftest.exe'), while it won't with
2905# `rm'.
2906for ac_file in conftest.exe conftest conftest.*; do
2907 test -f "$ac_file" || continue
2908 case $ac_file in
81ecdfbb 2909 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
979273e3 2910 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
979273e3
NN
2911 break;;
2912 * ) break;;
2913 esac
2914done
2915else
81ecdfbb
RW
2916 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2917$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2918as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2919See \`config.log' for more details" "$LINENO" 5; }
979273e3 2920fi
d0ac1c44 2921rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
2922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2923$as_echo "$ac_cv_exeext" >&6; }
979273e3
NN
2924
2925rm -f conftest.$ac_ext
2926EXEEXT=$ac_cv_exeext
2927ac_exeext=$EXEEXT
d0ac1c44
SM
2928cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2929/* end confdefs.h. */
2930#include <stdio.h>
2931int
2932main ()
2933{
2934FILE *f = fopen ("conftest.out", "w");
2935 return ferror (f) || fclose (f) != 0;
2936
2937 ;
2938 return 0;
2939}
2940_ACEOF
2941ac_clean_files="$ac_clean_files conftest.out"
2942# Check that the compiler produces executables we can run. If not, either
2943# the compiler is broken, or we cross compile.
2944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2945$as_echo_n "checking whether we are cross compiling... " >&6; }
2946if test "$cross_compiling" != yes; then
2947 { { ac_try="$ac_link"
2948case "(($ac_try" in
2949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2950 *) ac_try_echo=$ac_try;;
2951esac
2952eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2953$as_echo "$ac_try_echo"; } >&5
2954 (eval "$ac_link") 2>&5
2955 ac_status=$?
2956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957 test $ac_status = 0; }
2958 if { ac_try='./conftest$ac_cv_exeext'
2959 { { case "(($ac_try" in
2960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2961 *) ac_try_echo=$ac_try;;
2962esac
2963eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2964$as_echo "$ac_try_echo"; } >&5
2965 (eval "$ac_try") 2>&5
2966 ac_status=$?
2967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2968 test $ac_status = 0; }; }; then
2969 cross_compiling=no
2970 else
2971 if test "$cross_compiling" = maybe; then
2972 cross_compiling=yes
2973 else
2974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2975$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2976as_fn_error $? "cannot run C compiled programs.
2977If you meant to cross compile, use \`--host'.
2978See \`config.log' for more details" "$LINENO" 5; }
2979 fi
2980 fi
2981fi
2982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2983$as_echo "$cross_compiling" >&6; }
2984
2985rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2986ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
2987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2988$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2989if ${ac_cv_objext+:} false; then :
81ecdfbb 2990 $as_echo_n "(cached) " >&6
979273e3 2991else
81ecdfbb 2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2993/* end confdefs.h. */
2994
2995int
2996main ()
2997{
2998
2999 ;
3000 return 0;
3001}
3002_ACEOF
3003rm -f conftest.o conftest.obj
81ecdfbb
RW
3004if { { ac_try="$ac_compile"
3005case "(($ac_try" in
3006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3007 *) ac_try_echo=$ac_try;;
3008esac
3009eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3010$as_echo "$ac_try_echo"; } >&5
3011 (eval "$ac_compile") 2>&5
3012 ac_status=$?
3013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3014 test $ac_status = 0; }; then :
3015 for ac_file in conftest.o conftest.obj conftest.*; do
3016 test -f "$ac_file" || continue;
979273e3 3017 case $ac_file in
81ecdfbb 3018 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
979273e3
NN
3019 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3020 break;;
3021 esac
3022done
3023else
81ecdfbb 3024 $as_echo "$as_me: failed program was:" >&5
979273e3
NN
3025sed 's/^/| /' conftest.$ac_ext >&5
3026
81ecdfbb
RW
3027{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3028$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3029as_fn_error $? "cannot compute suffix of object files: cannot compile
3030See \`config.log' for more details" "$LINENO" 5; }
979273e3 3031fi
979273e3
NN
3032rm -f conftest.$ac_cv_objext conftest.$ac_ext
3033fi
81ecdfbb
RW
3034{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3035$as_echo "$ac_cv_objext" >&6; }
979273e3
NN
3036OBJEXT=$ac_cv_objext
3037ac_objext=$OBJEXT
81ecdfbb
RW
3038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3039$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3040if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3041 $as_echo_n "(cached) " >&6
979273e3 3042else
81ecdfbb 3043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3044/* end confdefs.h. */
3045
3046int
3047main ()
3048{
3049#ifndef __GNUC__
3050 choke me
3051#endif
3052
3053 ;
3054 return 0;
3055}
3056_ACEOF
81ecdfbb 3057if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
3058 ac_compiler_gnu=yes
3059else
81ecdfbb 3060 ac_compiler_gnu=no
979273e3 3061fi
81ecdfbb 3062rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3
NN
3063ac_cv_c_compiler_gnu=$ac_compiler_gnu
3064
3065fi
81ecdfbb
RW
3066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3067$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3068if test $ac_compiler_gnu = yes; then
3069 GCC=yes
3070else
3071 GCC=
3072fi
979273e3
NN
3073ac_test_CFLAGS=${CFLAGS+set}
3074ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3076$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3077if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3078 $as_echo_n "(cached) " >&6
3079else
3080 ac_save_c_werror_flag=$ac_c_werror_flag
3081 ac_c_werror_flag=yes
3082 ac_cv_prog_cc_g=no
3083 CFLAGS="-g"
3084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3085/* end confdefs.h. */
3086
3087int
3088main ()
3089{
3090
3091 ;
3092 return 0;
3093}
3094_ACEOF
81ecdfbb 3095if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
3096 ac_cv_prog_cc_g=yes
3097else
81ecdfbb
RW
3098 CFLAGS=""
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100/* end confdefs.h. */
3101
3102int
3103main ()
3104{
3105
3106 ;
3107 return 0;
3108}
3109_ACEOF
3110if ac_fn_c_try_compile "$LINENO"; then :
3111
3112else
3113 ac_c_werror_flag=$ac_save_c_werror_flag
3114 CFLAGS="-g"
3115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3116/* end confdefs.h. */
979273e3 3117
81ecdfbb
RW
3118int
3119main ()
3120{
3121
3122 ;
3123 return 0;
3124}
3125_ACEOF
3126if ac_fn_c_try_compile "$LINENO"; then :
3127 ac_cv_prog_cc_g=yes
979273e3 3128fi
81ecdfbb 3129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3 3130fi
81ecdfbb
RW
3131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3132fi
3133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3134 ac_c_werror_flag=$ac_save_c_werror_flag
3135fi
3136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3137$as_echo "$ac_cv_prog_cc_g" >&6; }
979273e3
NN
3138if test "$ac_test_CFLAGS" = set; then
3139 CFLAGS=$ac_save_CFLAGS
3140elif test $ac_cv_prog_cc_g = yes; then
3141 if test "$GCC" = yes; then
3142 CFLAGS="-g -O2"
3143 else
3144 CFLAGS="-g"
3145 fi
3146else
3147 if test "$GCC" = yes; then
3148 CFLAGS="-O2"
3149 else
3150 CFLAGS=
3151 fi
3152fi
81ecdfbb
RW
3153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3154$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3155if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3156 $as_echo_n "(cached) " >&6
979273e3 3157else
81ecdfbb 3158 ac_cv_prog_cc_c89=no
979273e3 3159ac_save_CC=$CC
81ecdfbb 3160cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3161/* end confdefs.h. */
3162#include <stdarg.h>
3163#include <stdio.h>
d0ac1c44 3164struct stat;
979273e3
NN
3165/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3166struct buf { int x; };
3167FILE * (*rcsopen) (struct buf *, struct stat *, int);
3168static char *e (p, i)
3169 char **p;
3170 int i;
3171{
3172 return p[i];
3173}
3174static char *f (char * (*g) (char **, int), char **p, ...)
3175{
3176 char *s;
3177 va_list v;
3178 va_start (v,p);
3179 s = g (p, va_arg (v,int));
3180 va_end (v);
3181 return s;
3182}
3183
3184/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3185 function prototypes and stuff, but not '\xHH' hex character constants.
3186 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3187 as 'x'. The following induces an error, until -std is added to get
979273e3
NN
3188 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3189 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3190 that's true only with -std. */
979273e3
NN
3191int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3192
81ecdfbb
RW
3193/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3194 inside strings and character constants. */
3195#define FOO(x) 'x'
3196int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3197
979273e3
NN
3198int test (int i, double x);
3199struct s1 {int (*f) (int a);};
3200struct s2 {int (*f) (double a);};
3201int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3202int argc;
3203char **argv;
3204int
3205main ()
3206{
3207return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3208 ;
3209 return 0;
3210}
3211_ACEOF
81ecdfbb
RW
3212for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3213 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
979273e3
NN
3214do
3215 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3216 if ac_fn_c_try_compile "$LINENO"; then :
3217 ac_cv_prog_cc_c89=$ac_arg
979273e3 3218fi
81ecdfbb
RW
3219rm -f core conftest.err conftest.$ac_objext
3220 test "x$ac_cv_prog_cc_c89" != "xno" && break
979273e3 3221done
81ecdfbb 3222rm -f conftest.$ac_ext
979273e3
NN
3223CC=$ac_save_CC
3224
3225fi
81ecdfbb
RW
3226# AC_CACHE_VAL
3227case "x$ac_cv_prog_cc_c89" in
3228 x)
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3230$as_echo "none needed" >&6; } ;;
3231 xno)
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3233$as_echo "unsupported" >&6; } ;;
979273e3 3234 *)
81ecdfbb
RW
3235 CC="$CC $ac_cv_prog_cc_c89"
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3237$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
979273e3 3238esac
81ecdfbb 3239if test "x$ac_cv_prog_cc_c89" != xno; then :
979273e3 3240
979273e3
NN
3241fi
3242
979273e3
NN
3243ac_ext=c
3244ac_cpp='$CPP $CPPFLAGS'
3245ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3246ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3247ac_compiler_gnu=$ac_cv_c_compiler_gnu
3248
d0ac1c44
SM
3249ac_ext=c
3250ac_cpp='$CPP $CPPFLAGS'
3251ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3252ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3253ac_compiler_gnu=$ac_cv_c_compiler_gnu
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3255$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3256if ${am_cv_prog_cc_c_o+:} false; then :
3257 $as_echo_n "(cached) " >&6
3258else
3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3260/* end confdefs.h. */
3261
3262int
3263main ()
3264{
3265
3266 ;
3267 return 0;
3268}
3269_ACEOF
3270 # Make sure it works both with $CC and with simple cc.
3271 # Following AC_PROG_CC_C_O, we do the test twice because some
3272 # compilers refuse to overwrite an existing .o file with -o,
3273 # though they will create one.
3274 am_cv_prog_cc_c_o=yes
3275 for am_i in 1 2; do
3276 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3277 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3278 ac_status=$?
3279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280 (exit $ac_status); } \
3281 && test -f conftest2.$ac_objext; then
3282 : OK
3283 else
3284 am_cv_prog_cc_c_o=no
3285 break
3286 fi
3287 done
3288 rm -f core conftest*
3289 unset am_i
3290fi
3291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3292$as_echo "$am_cv_prog_cc_c_o" >&6; }
3293if test "$am_cv_prog_cc_c_o" != yes; then
3294 # Losing compiler, so override with the script.
3295 # FIXME: It is wrong to rewrite CC.
3296 # But if we don't then we get into trouble of one sort or another.
3297 # A longer-term fix would be to have automake use am__CC in this case,
3298 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3299 CC="$am_aux_dir/compile $CC"
3300fi
3301ac_ext=c
3302ac_cpp='$CPP $CPPFLAGS'
3303ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3304ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3305ac_compiler_gnu=$ac_cv_c_compiler_gnu
3306
3307
979273e3 3308
81ecdfbb
RW
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3310$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3311if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3312 $as_echo_n "(cached) " >&6
979273e3 3313else
8ae85421 3314 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3315cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3316/* end confdefs.h. */
3317
81ecdfbb
RW
3318/* Override any GCC internal prototype to avoid an error.
3319 Use char because int might match the return type of a GCC
3320 builtin and then its argument prototype would still apply. */
979273e3
NN
3321#ifdef __cplusplus
3322extern "C"
3323#endif
979273e3
NN
3324char strerror ();
3325int
3326main ()
3327{
81ecdfbb 3328return strerror ();
979273e3
NN
3329 ;
3330 return 0;
3331}
3332_ACEOF
81ecdfbb
RW
3333for ac_lib in '' cposix; do
3334 if test -z "$ac_lib"; then
3335 ac_res="none required"
3336 else
3337 ac_res=-l$ac_lib
8ae85421 3338 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3339 fi
3340 if ac_fn_c_try_link "$LINENO"; then :
3341 ac_cv_search_strerror=$ac_res
3342fi
3343rm -f core conftest.err conftest.$ac_objext \
3344 conftest$ac_exeext
d0ac1c44 3345 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3346 break
3347fi
3348done
d0ac1c44 3349if ${ac_cv_search_strerror+:} false; then :
8ae85421 3350
8ae85421 3351else
81ecdfbb 3352 ac_cv_search_strerror=no
979273e3 3353fi
81ecdfbb 3354rm conftest.$ac_ext
8ae85421
AM
3355LIBS=$ac_func_search_save_LIBS
3356fi
81ecdfbb
RW
3357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3358$as_echo "$ac_cv_search_strerror" >&6; }
3359ac_res=$ac_cv_search_strerror
3360if test "$ac_res" != no; then :
3361 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
979273e3 3362
8ae85421 3363fi
979273e3
NN
3364
3365
d0ac1c44 3366am__api_version='1.15'
81ecdfbb 3367
979273e3
NN
3368# Find a good install program. We prefer a C program (faster),
3369# so one script is as good as another. But avoid the broken or
3370# incompatible versions:
3371# SysV /etc/install, /usr/sbin/install
3372# SunOS /usr/etc/install
3373# IRIX /sbin/install
3374# AIX /bin/install
3375# AmigaOS /C/install, which installs bootblocks on floppy discs
3376# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3377# AFS /usr/afsws/bin/install, which mishandles nonexistent args
252b5132 3378# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
979273e3 3379# OS/2's system install, which has a completely different semantic
252b5132 3380# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3381# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3383$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3384if test -z "$INSTALL"; then
d0ac1c44 3385if ${ac_cv_path_install+:} false; then :
81ecdfbb 3386 $as_echo_n "(cached) " >&6
252b5132 3387else
979273e3
NN
3388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3389for as_dir in $PATH
3390do
3391 IFS=$as_save_IFS
3392 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3393 # Account for people who put trailing slashes in PATH elements.
3394case $as_dir/ in #((
3395 ./ | .// | /[cC]/* | \
979273e3 3396 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3397 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
979273e3
NN
3398 /usr/ucb/* ) ;;
3399 *)
3400 # OSF1 and SCO ODT 3.0 have their own names for install.
3401 # Don't use installbsd from OSF since it installs stuff as root
3402 # by default.
3403 for ac_prog in ginstall scoinst install; do
3404 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3405 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 3406 if test $ac_prog = install &&
979273e3 3407 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3408 # AIX install. It has an incompatible calling convention.
3409 :
979273e3
NN
3410 elif test $ac_prog = install &&
3411 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3412 # program-specific install script used by HP pwplus--don't use.
3413 :
252b5132 3414 else
58c85be7
RW
3415 rm -rf conftest.one conftest.two conftest.dir
3416 echo one > conftest.one
3417 echo two > conftest.two
3418 mkdir conftest.dir
3419 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3420 test -s conftest.one && test -s conftest.two &&
3421 test -s conftest.dir/conftest.one &&
3422 test -s conftest.dir/conftest.two
3423 then
3424 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3425 break 3
3426 fi
252b5132
RH
3427 fi
3428 fi
3429 done
979273e3
NN
3430 done
3431 ;;
3432esac
81ecdfbb
RW
3433
3434 done
3435IFS=$as_save_IFS
979273e3 3436
58c85be7 3437rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3438
3439fi
3440 if test "${ac_cv_path_install+set}" = set; then
979273e3 3441 INSTALL=$ac_cv_path_install
252b5132 3442 else
58c85be7
RW
3443 # As a last resort, use the slow shell script. Don't cache a
3444 # value for INSTALL within a source directory, because that will
252b5132 3445 # break other packages using the cache if that directory is
58c85be7 3446 # removed, or if the value is a relative name.
979273e3 3447 INSTALL=$ac_install_sh
252b5132
RH
3448 fi
3449fi
81ecdfbb
RW
3450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3451$as_echo "$INSTALL" >&6; }
252b5132
RH
3452
3453# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3454# It thinks the first close brace ends the variable substitution.
3455test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3456
979273e3 3457test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3458
3459test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3460
81ecdfbb
RW
3461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3462$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3463# Reject unsafe characters in $srcdir or the absolute working directory
3464# name. Accept space and tab only in the latter.
3465am_lf='
3466'
3467case `pwd` in
3468 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3469 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3470esac
3471case $srcdir in
3472 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3473 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3474esac
3475
d0ac1c44 3476# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3477# arguments. Must try -L first in case configure is actually a
3478# symlink; some systems play weird games with the mod time of symlinks
3479# (eg FreeBSD returns the mod time of the symlink's containing
3480# directory).
3481if (
d0ac1c44
SM
3482 am_has_slept=no
3483 for am_try in 1 2; do
3484 echo "timestamp, slept: $am_has_slept" > conftest.file
3485 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3486 if test "$*" = "X"; then
3487 # -L didn't work.
3488 set X `ls -t "$srcdir/configure" conftest.file`
3489 fi
3490 if test "$*" != "X $srcdir/configure conftest.file" \
3491 && test "$*" != "X conftest.file $srcdir/configure"; then
3492
3493 # If neither matched, then we have a broken ls. This can happen
3494 # if, for instance, CONFIG_SHELL is bash and it inherits a
3495 # broken ls alias from the environment. This has actually
3496 # happened. Such a system could not be considered "sane".
3497 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3498 alias in your environment" "$LINENO" 5
3499 fi
3500 if test "$2" = conftest.file || test $am_try -eq 2; then
3501 break
3502 fi
3503 # Just in case.
3504 sleep 1
3505 am_has_slept=yes
3506 done
8ae85421 3507 test "$2" = conftest.file
252b5132
RH
3508 )
3509then
3510 # Ok.
3511 :
3512else
d0ac1c44 3513 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3514Check your system clock" "$LINENO" 5
252b5132 3515fi
81ecdfbb
RW
3516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3517$as_echo "yes" >&6; }
d0ac1c44
SM
3518# If we didn't sleep, we still need to ensure time stamps of config.status and
3519# generated files are strictly newer.
3520am_sleep_pid=
3521if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3522 ( sleep 1 ) &
3523 am_sleep_pid=$!
3524fi
3525
3526rm -f conftest.file
3527
252b5132 3528test "$program_prefix" != NONE &&
81ecdfbb 3529 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3530# Use a double $ so make ignores it.
3531test "$program_suffix" != NONE &&
81ecdfbb
RW
3532 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3533# Double any \ or $.
979273e3 3534# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3535ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3536program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
979273e3 3537
81ecdfbb
RW
3538if test x"${MISSING+set}" != xset; then
3539 case $am_aux_dir in
3540 *\ * | *\ *)
3541 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3542 *)
3543 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3544 esac
3545fi
8ae85421 3546# Use eval to expand $SHELL
d0ac1c44
SM
3547if eval "$MISSING --is-lightweight"; then
3548 am_missing_run="$MISSING "
8ae85421
AM
3549else
3550 am_missing_run=
d0ac1c44
SM
3551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3552$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
81ecdfbb
RW
3553fi
3554
d0ac1c44 3555if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3556 case $am_aux_dir in
3557 *\ * | *\ *)
3558 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3559 *)
3560 install_sh="\${SHELL} $am_aux_dir/install-sh"
3561 esac
3562fi
3563
d0ac1c44
SM
3564# Installed binaries are usually stripped using 'strip' when the user
3565# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3566# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3567# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3568if test "$cross_compiling" != no; then
3569 if test -n "$ac_tool_prefix"; then
3570 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3571set dummy ${ac_tool_prefix}strip; ac_word=$2
3572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3573$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3574if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb
RW
3575 $as_echo_n "(cached) " >&6
3576else
3577 if test -n "$STRIP"; then
3578 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3579else
3580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3581for as_dir in $PATH
3582do
3583 IFS=$as_save_IFS
3584 test -z "$as_dir" && as_dir=.
3585 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3587 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3589 break 2
3590 fi
3591done
3592 done
3593IFS=$as_save_IFS
3594
3595fi
3596fi
3597STRIP=$ac_cv_prog_STRIP
3598if test -n "$STRIP"; then
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3600$as_echo "$STRIP" >&6; }
3601else
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3603$as_echo "no" >&6; }
3604fi
3605
3606
3607fi
3608if test -z "$ac_cv_prog_STRIP"; then
3609 ac_ct_STRIP=$STRIP
3610 # Extract the first word of "strip", so it can be a program name with args.
3611set dummy strip; ac_word=$2
3612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3613$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3614if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3615 $as_echo_n "(cached) " >&6
3616else
3617 if test -n "$ac_ct_STRIP"; then
3618 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3619else
3620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621for as_dir in $PATH
3622do
3623 IFS=$as_save_IFS
3624 test -z "$as_dir" && as_dir=.
3625 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3627 ac_cv_prog_ac_ct_STRIP="strip"
3628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3629 break 2
3630 fi
3631done
8ae85421 3632 done
81ecdfbb
RW
3633IFS=$as_save_IFS
3634
3635fi
3636fi
3637ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3638if test -n "$ac_ct_STRIP"; then
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3640$as_echo "$ac_ct_STRIP" >&6; }
3641else
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3643$as_echo "no" >&6; }
3644fi
3645
3646 if test "x$ac_ct_STRIP" = x; then
3647 STRIP=":"
3648 else
3649 case $cross_compiling:$ac_tool_warned in
3650yes:)
3651{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3652$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3653ac_tool_warned=yes ;;
3654esac
3655 STRIP=$ac_ct_STRIP
3656 fi
3657else
3658 STRIP="$ac_cv_prog_STRIP"
3659fi
3660
3661fi
3662INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3663
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3665$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3666if test -z "$MKDIR_P"; then
d0ac1c44 3667 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3668 $as_echo_n "(cached) " >&6
3669else
3670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3671for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3672do
3673 IFS=$as_save_IFS
3674 test -z "$as_dir" && as_dir=.
3675 for ac_prog in mkdir gmkdir; do
3676 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3677 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3678 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3679 'mkdir (GNU coreutils) '* | \
3680 'mkdir (coreutils) '* | \
3681 'mkdir (fileutils) '4.1*)
3682 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3683 break 3;;
3684 esac
3685 done
3686 done
3687 done
3688IFS=$as_save_IFS
3689
3690fi
3691
d0ac1c44 3692 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3693 if test "${ac_cv_path_mkdir+set}" = set; then
3694 MKDIR_P="$ac_cv_path_mkdir -p"
8ae85421 3695 else
81ecdfbb
RW
3696 # As a last resort, use the slow shell script. Don't cache a
3697 # value for MKDIR_P within a source directory, because that will
3698 # break other packages using the cache if that directory is
3699 # removed, or if the value is a relative name.
81ecdfbb 3700 MKDIR_P="$ac_install_sh -d"
8ae85421
AM
3701 fi
3702fi
81ecdfbb
RW
3703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3704$as_echo "$MKDIR_P" >&6; }
3705
8ae85421
AM
3706for ac_prog in gawk mawk nawk awk
3707do
3708 # Extract the first word of "$ac_prog", so it can be a program name with args.
3709set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3711$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3712if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 3713 $as_echo_n "(cached) " >&6
8ae85421
AM
3714else
3715 if test -n "$AWK"; then
3716 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3717else
3718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3719for as_dir in $PATH
3720do
3721 IFS=$as_save_IFS
3722 test -z "$as_dir" && as_dir=.
81ecdfbb 3723 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ae85421 3725 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8ae85421
AM
3727 break 2
3728 fi
3729done
81ecdfbb
RW
3730 done
3731IFS=$as_save_IFS
8ae85421
AM
3732
3733fi
3734fi
3735AWK=$ac_cv_prog_AWK
3736if test -n "$AWK"; then
81ecdfbb
RW
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3738$as_echo "$AWK" >&6; }
8ae85421 3739else
81ecdfbb
RW
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3741$as_echo "no" >&6; }
8ae85421
AM
3742fi
3743
81ecdfbb 3744
8ae85421
AM
3745 test -n "$AWK" && break
3746done
3747
81ecdfbb
RW
3748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3749$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3750set x ${MAKE-make}
3751ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 3752if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 3753 $as_echo_n "(cached) " >&6
979273e3
NN
3754else
3755 cat >conftest.make <<\_ACEOF
81ecdfbb 3756SHELL = /bin/sh
252b5132 3757all:
81ecdfbb 3758 @echo '@@@%%%=$(MAKE)=@@@%%%'
979273e3 3759_ACEOF
d0ac1c44 3760# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
3761case `${MAKE-make} -f conftest.make 2>/dev/null` in
3762 *@@@%%%=?*=@@@%%%*)
3763 eval ac_cv_prog_make_${ac_make}_set=yes;;
3764 *)
3765 eval ac_cv_prog_make_${ac_make}_set=no;;
3766esac
979273e3 3767rm -f conftest.make
252b5132 3768fi
81ecdfbb
RW
3769if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3771$as_echo "yes" >&6; }
252b5132
RH
3772 SET_MAKE=
3773else
81ecdfbb
RW
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3775$as_echo "no" >&6; }
252b5132
RH
3776 SET_MAKE="MAKE=${MAKE-make}"
3777fi
3778
8ae85421
AM
3779rm -rf .tst 2>/dev/null
3780mkdir .tst 2>/dev/null
3781if test -d .tst; then
3782 am__leading_dot=.
3783else
3784 am__leading_dot=_
3785fi
3786rmdir .tst 2>/dev/null
3787
3788DEPDIR="${am__leading_dot}deps"
3789
81ecdfbb 3790ac_config_commands="$ac_config_commands depfiles"
8ae85421
AM
3791
3792
3793am_make=${MAKE-make}
3794cat > confinc << 'END'
3795am__doit:
81ecdfbb 3796 @echo this is the am__doit target
8ae85421
AM
3797.PHONY: am__doit
3798END
3799# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3801$as_echo_n "checking for style of include used by $am_make... " >&6; }
8ae85421
AM
3802am__include="#"
3803am__quote=
3804_am_result=none
3805# First try GNU make style include.
3806echo "include confinc" > confmf
d0ac1c44 3807# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
3808case `$am_make -s -f confmf 2> /dev/null` in #(
3809*the\ am__doit\ target*)
3810 am__include=include
3811 am__quote=
3812 _am_result=GNU
3813 ;;
3814esac
8ae85421
AM
3815# Now try BSD make style include.
3816if test "$am__include" = "#"; then
3817 echo '.include "confinc"' > confmf
81ecdfbb
RW
3818 case `$am_make -s -f confmf 2> /dev/null` in #(
3819 *the\ am__doit\ target*)
3820 am__include=.include
3821 am__quote="\""
3822 _am_result=BSD
3823 ;;
3824 esac
8ae85421
AM
3825fi
3826
3827
81ecdfbb
RW
3828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3829$as_echo "$_am_result" >&6; }
8ae85421
AM
3830rm -f confinc confmf
3831
81ecdfbb
RW
3832# Check whether --enable-dependency-tracking was given.
3833if test "${enable_dependency_tracking+set}" = set; then :
3834 enableval=$enable_dependency_tracking;
3835fi
8ae85421 3836
8ae85421
AM
3837if test "x$enable_dependency_tracking" != xno; then
3838 am_depcomp="$ac_aux_dir/depcomp"
3839 AMDEPBACKSLASH='\'
6eb7d830 3840 am__nodep='_no'
8ae85421 3841fi
81ecdfbb 3842 if test "x$enable_dependency_tracking" != xno; then
8ae85421
AM
3843 AMDEP_TRUE=
3844 AMDEP_FALSE='#'
3845else
3846 AMDEP_TRUE='#'
3847 AMDEP_FALSE=
3848fi
252b5132 3849
252b5132 3850
d0ac1c44
SM
3851# Check whether --enable-silent-rules was given.
3852if test "${enable_silent_rules+set}" = set; then :
3853 enableval=$enable_silent_rules;
3854fi
3855
3856case $enable_silent_rules in # (((
3857 yes) AM_DEFAULT_VERBOSITY=0;;
3858 no) AM_DEFAULT_VERBOSITY=1;;
3859 *) AM_DEFAULT_VERBOSITY=1;;
3860esac
3861am_make=${MAKE-make}
3862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3863$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3864if ${am_cv_make_support_nested_variables+:} false; then :
3865 $as_echo_n "(cached) " >&6
3866else
3867 if $as_echo 'TRUE=$(BAR$(V))
3868BAR0=false
3869BAR1=true
3870V=1
3871am__doit:
3872 @$(TRUE)
3873.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3874 am_cv_make_support_nested_variables=yes
3875else
3876 am_cv_make_support_nested_variables=no
3877fi
3878fi
3879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3880$as_echo "$am_cv_make_support_nested_variables" >&6; }
3881if test $am_cv_make_support_nested_variables = yes; then
3882 AM_V='$(V)'
3883 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3884else
3885 AM_V=$AM_DEFAULT_VERBOSITY
3886 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3887fi
3888AM_BACKSLASH='\'
3889
81ecdfbb
RW
3890if test "`cd $srcdir && pwd`" != "`pwd`"; then
3891 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3892 # is not polluted with repeated "-I."
3893 am__isrc=' -I$(srcdir)'
3894 # test to see if srcdir already configured
3895 if test -f $srcdir/config.status; then
d0ac1c44 3896 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 3897 fi
252b5132 3898fi
979273e3 3899
8ae85421
AM
3900# test whether we have cygpath
3901if test -z "$CYGPATH_W"; then
3902 if (cygpath --version) >/dev/null 2>/dev/null; then
3903 CYGPATH_W='cygpath -w'
3904 else
3905 CYGPATH_W=echo
3906 fi
3907fi
3908
3909
3910# Define the identity of the package.
2e98a7bd 3911 PACKAGE='opcodes'
bb695960 3912 VERSION='2.33.50'
8ae85421
AM
3913
3914
979273e3 3915cat >>confdefs.h <<_ACEOF
252b5132 3916#define PACKAGE "$PACKAGE"
979273e3 3917_ACEOF
252b5132 3918
979273e3
NN
3919
3920cat >>confdefs.h <<_ACEOF
252b5132 3921#define VERSION "$VERSION"
979273e3 3922_ACEOF
252b5132 3923
8ae85421 3924# Some tools Automake needs.
252b5132 3925
8ae85421 3926ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
252b5132 3927
8ae85421
AM
3928
3929AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3930
3931
3932AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3933
3934
3935AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3936
3937
3938MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3939
d0ac1c44
SM
3940# For better backward compatibility. To be removed once Automake 1.9.x
3941# dies out for good. For more background, see:
3942# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3943# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3944mkdir_p='$(MKDIR_P)'
3945
3946# We need awk for the "check" target (and possibly the TAP driver). The
3947# system "awk" is bad on some platforms.
6eb7d830
AM
3948# Always define AMTAR for backward compatibility. Yes, it's still used
3949# in the wild :-( We should find a proper way to deprecate it ...
3950AMTAR='$${TAR-tar}'
8ae85421 3951
d0ac1c44
SM
3952
3953# We'll loop over all known methods to create a tar archive until one works.
3954_am_tools='gnutar pax cpio none'
3955
6eb7d830 3956am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8ae85421
AM
3957
3958
3959
3960
d0ac1c44 3961
8ae85421
AM
3962depcc="$CC" am_compiler_list=
3963
81ecdfbb
RW
3964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3965$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 3966if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 3967 $as_echo_n "(cached) " >&6
252b5132 3968else
8ae85421
AM
3969 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3970 # We make a subdir and do the tests there. Otherwise we can end up
3971 # making bogus files that we don't know about and never remove. For
3972 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
3973 # making a dummy file named 'D' -- because '-MD' means "put the output
3974 # in D".
6eb7d830 3975 rm -rf conftest.dir
8ae85421
AM
3976 mkdir conftest.dir
3977 # Copy depcomp to subdir because otherwise we won't find it if we're
3978 # using a relative directory.
3979 cp "$am_depcomp" conftest.dir
3980 cd conftest.dir
3981 # We will build objects and dependencies in a subdirectory because
3982 # it helps to detect inapplicable dependency modes. For instance
3983 # both Tru64's cc and ICC support -MD to output dependencies as a
3984 # side effect of compilation, but ICC will put the dependencies in
3985 # the current directory while Tru64 will put them in the object
3986 # directory.
3987 mkdir sub
3988
3989 am_cv_CC_dependencies_compiler_type=none
3990 if test "$am_compiler_list" = ""; then
3991 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3992 fi
81ecdfbb
RW
3993 am__universal=false
3994 case " $depcc " in #(
3995 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3996 esac
3997
8ae85421
AM
3998 for depmode in $am_compiler_list; do
3999 # Setup a source with many dependencies, because some compilers
4000 # like to wrap large dependency lists on column 80 (with \), and
4001 # we should not choose a depcomp mode which is confused by this.
4002 #
4003 # We need to recreate these files for each test, as the compiler may
4004 # overwrite some of them when testing with obscure command lines.
4005 # This happens at least with the AIX C compiler.
4006 : > sub/conftest.c
4007 for i in 1 2 3 4 5 6; do
4008 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4009 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4010 # Solaris 10 /bin/sh.
4011 echo '/* dummy */' > sub/conftst$i.h
8ae85421
AM
4012 done
4013 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4014
d0ac1c44 4015 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4016 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4017 # handle '-M -o', and we need to detect this. Also, some Intel
4018 # versions had trouble with output in subdirs.
81ecdfbb
RW
4019 am__obj=sub/conftest.${OBJEXT-o}
4020 am__minus_obj="-o $am__obj"
8ae85421 4021 case $depmode in
81ecdfbb
RW
4022 gcc)
4023 # This depmode causes a compiler race in universal mode.
4024 test "$am__universal" = false || continue
4025 ;;
8ae85421 4026 nosideeffect)
d0ac1c44
SM
4027 # After this tag, mechanisms are not by side-effect, so they'll
4028 # only be used when explicitly requested.
8ae85421
AM
4029 if test "x$enable_dependency_tracking" = xyes; then
4030 continue
4031 else
4032 break
4033 fi
4034 ;;
6eb7d830 4035 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4036 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4037 # not run yet. These depmodes are late enough in the game, and
4038 # so weak that their functioning should not be impacted.
4039 am__obj=conftest.${OBJEXT-o}
4040 am__minus_obj=
4041 ;;
8ae85421
AM
4042 none) break ;;
4043 esac
8ae85421 4044 if depmode=$depmode \
81ecdfbb 4045 source=sub/conftest.c object=$am__obj \
8ae85421 4046 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4047 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
8ae85421 4048 >/dev/null 2>conftest.err &&
81ecdfbb 4049 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
8ae85421 4050 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4051 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
8ae85421
AM
4052 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4053 # icc doesn't choke on unknown options, it will just issue warnings
4054 # or remarks (even with -Werror). So we grep stderr for any message
4055 # that says an option was ignored or not supported.
4056 # When given -MP, icc 7.0 and 7.1 complain thusly:
4057 # icc: Command line warning: ignoring option '-M'; no argument required
4058 # The diagnosis changed in icc 8.0:
4059 # icc: Command line remark: option '-MP' not supported
4060 if (grep 'ignoring option' conftest.err ||
4061 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4062 am_cv_CC_dependencies_compiler_type=$depmode
4063 break
4064 fi
4065 fi
4066 done
4067
4068 cd ..
4069 rm -rf conftest.dir
4070else
4071 am_cv_CC_dependencies_compiler_type=none
4072fi
4073
252b5132 4074fi
81ecdfbb
RW
4075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4076$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8ae85421
AM
4077CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4078
81ecdfbb 4079 if
8ae85421
AM
4080 test "x$enable_dependency_tracking" != xno \
4081 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4082 am__fastdepCC_TRUE=
4083 am__fastdepCC_FALSE='#'
252b5132 4084else
8ae85421
AM
4085 am__fastdepCC_TRUE='#'
4086 am__fastdepCC_FALSE=
252b5132
RH
4087fi
4088
4089
4090
d0ac1c44
SM
4091# POSIX will say in a future version that running "rm -f" with no argument
4092# is OK; and we want to be able to make that assumption in our Makefile
4093# recipes. So use an aggressive probe to check that the usage we want is
4094# actually supported "in the wild" to an acceptable degree.
4095# See automake bug#10828.
4096# To make any issue more visible, cause the running configure to be aborted
4097# by default if the 'rm' program in use doesn't match our expectations; the
4098# user can still override this though.
4099if rm -f && rm -fr && rm -rf; then : OK; else
4100 cat >&2 <<'END'
4101Oops!
4102
4103Your 'rm' program seems unable to run without file operands specified
4104on the command line, even when the '-f' option is present. This is contrary
4105to the behaviour of most rm programs out there, and not conforming with
4106the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4107
4108Please tell bug-automake@gnu.org about your system, including the value
4109of your $PATH and any error possibly output before this message. This
4110can help us improve future automake versions.
4111
4112END
4113 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4114 echo 'Configuration will proceed anyway, since you have set the' >&2
4115 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4116 echo >&2
4117 else
4118 cat >&2 <<'END'
4119Aborting the configuration process, to ensure you take notice of the issue.
4120
4121You can download and install GNU coreutils to get an 'rm' implementation
4122that behaves properly: <http://www.gnu.org/software/coreutils/>.
4123
4124If you want to complete the configuration process using your problematic
4125'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4126to "yes", and re-run configure.
4127
4128END
4129 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4130 fi
4131fi
4132
8ae85421 4133
dabbade6
L
4134ac_ext=c
4135ac_cpp='$CPP $CPPFLAGS'
4136ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4137ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4138ac_compiler_gnu=$ac_cv_c_compiler_gnu
979273e3 4139if test -n "$ac_tool_prefix"; then
dabbade6
L
4140 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4141set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4143$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4144if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4145 $as_echo_n "(cached) " >&6
252b5132 4146else
dabbade6
L
4147 if test -n "$CC"; then
4148 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4149else
979273e3
NN
4150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4151for as_dir in $PATH
4152do
4153 IFS=$as_save_IFS
4154 test -z "$as_dir" && as_dir=.
81ecdfbb 4155 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4157 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4159 break 2
4160 fi
4161done
81ecdfbb
RW
4162 done
4163IFS=$as_save_IFS
979273e3 4164
252b5132
RH
4165fi
4166fi
dabbade6
L
4167CC=$ac_cv_prog_CC
4168if test -n "$CC"; then
81ecdfbb
RW
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4170$as_echo "$CC" >&6; }
252b5132 4171else
81ecdfbb
RW
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4173$as_echo "no" >&6; }
979273e3
NN
4174fi
4175
81ecdfbb 4176
252b5132 4177fi
dabbade6
L
4178if test -z "$ac_cv_prog_CC"; then
4179 ac_ct_CC=$CC
4180 # Extract the first word of "gcc", so it can be a program name with args.
4181set dummy gcc; ac_word=$2
81ecdfbb
RW
4182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4183$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4184if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4185 $as_echo_n "(cached) " >&6
979273e3 4186else
dabbade6
L
4187 if test -n "$ac_ct_CC"; then
4188 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
979273e3
NN
4189else
4190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191for as_dir in $PATH
4192do
4193 IFS=$as_save_IFS
4194 test -z "$as_dir" && as_dir=.
81ecdfbb 4195 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4197 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4199 break 2
4200 fi
4201done
81ecdfbb
RW
4202 done
4203IFS=$as_save_IFS
252b5132 4204
979273e3
NN
4205fi
4206fi
dabbade6
L
4207ac_ct_CC=$ac_cv_prog_ac_ct_CC
4208if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4210$as_echo "$ac_ct_CC" >&6; }
979273e3 4211else
81ecdfbb
RW
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213$as_echo "no" >&6; }
979273e3 4214fi
252b5132 4215
81ecdfbb
RW
4216 if test "x$ac_ct_CC" = x; then
4217 CC=""
4218 else
4219 case $cross_compiling:$ac_tool_warned in
4220yes:)
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4222$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4223ac_tool_warned=yes ;;
4224esac
4225 CC=$ac_ct_CC
4226 fi
979273e3 4227else
dabbade6 4228 CC="$ac_cv_prog_CC"
979273e3 4229fi
252b5132 4230
dabbade6 4231if test -z "$CC"; then
81ecdfbb
RW
4232 if test -n "$ac_tool_prefix"; then
4233 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
dabbade6 4234set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4237if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4238 $as_echo_n "(cached) " >&6
252b5132 4239else
dabbade6
L
4240 if test -n "$CC"; then
4241 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4242else
979273e3
NN
4243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244for as_dir in $PATH
4245do
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
81ecdfbb 4248 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4250 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4252 break 2
4253 fi
4254done
81ecdfbb
RW
4255 done
4256IFS=$as_save_IFS
979273e3 4257
252b5132
RH
4258fi
4259fi
dabbade6
L
4260CC=$ac_cv_prog_CC
4261if test -n "$CC"; then
81ecdfbb
RW
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4263$as_echo "$CC" >&6; }
252b5132 4264else
81ecdfbb
RW
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266$as_echo "no" >&6; }
252b5132
RH
4267fi
4268
252b5132 4269
81ecdfbb 4270 fi
dabbade6
L
4271fi
4272if test -z "$CC"; then
4273 # Extract the first word of "cc", so it can be a program name with args.
4274set dummy cc; ac_word=$2
81ecdfbb
RW
4275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4276$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4277if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4278 $as_echo_n "(cached) " >&6
dabbade6
L
4279else
4280 if test -n "$CC"; then
4281 ac_cv_prog_CC="$CC" # Let the user override the test.
4282else
4283 ac_prog_rejected=no
4284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4285for as_dir in $PATH
4286do
4287 IFS=$as_save_IFS
4288 test -z "$as_dir" && as_dir=.
81ecdfbb 4289 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6
L
4291 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4292 ac_prog_rejected=yes
4293 continue
4294 fi
4295 ac_cv_prog_CC="cc"
81ecdfbb 4296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4297 break 2
4298 fi
4299done
81ecdfbb
RW
4300 done
4301IFS=$as_save_IFS
252b5132 4302
dabbade6
L
4303if test $ac_prog_rejected = yes; then
4304 # We found a bogon in the path, so make sure we never use it.
4305 set dummy $ac_cv_prog_CC
4306 shift
4307 if test $# != 0; then
4308 # We chose a different compiler from the bogus one.
4309 # However, it has the same basename, so the bogon will be chosen
4310 # first if we set CC to just the basename; use the full file name.
4311 shift
4312 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4313 fi
4314fi
4315fi
4316fi
4317CC=$ac_cv_prog_CC
4318if test -n "$CC"; then
81ecdfbb
RW
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4320$as_echo "$CC" >&6; }
252b5132 4321else
81ecdfbb
RW
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323$as_echo "no" >&6; }
dabbade6 4324fi
252b5132 4325
81ecdfbb 4326
dabbade6
L
4327fi
4328if test -z "$CC"; then
4329 if test -n "$ac_tool_prefix"; then
81ecdfbb 4330 for ac_prog in cl.exe
dabbade6
L
4331 do
4332 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4333set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4335$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4336if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4337 $as_echo_n "(cached) " >&6
dabbade6
L
4338else
4339 if test -n "$CC"; then
4340 ac_cv_prog_CC="$CC" # Let the user override the test.
4341else
4342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343for as_dir in $PATH
4344do
4345 IFS=$as_save_IFS
4346 test -z "$as_dir" && as_dir=.
81ecdfbb 4347 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4351 break 2
4352 fi
4353done
81ecdfbb
RW
4354 done
4355IFS=$as_save_IFS
d7040cdb 4356
dabbade6
L
4357fi
4358fi
4359CC=$ac_cv_prog_CC
4360if test -n "$CC"; then
81ecdfbb
RW
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4362$as_echo "$CC" >&6; }
dabbade6 4363else
81ecdfbb
RW
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4365$as_echo "no" >&6; }
dabbade6 4366fi
d7040cdb 4367
81ecdfbb 4368
dabbade6
L
4369 test -n "$CC" && break
4370 done
4371fi
4372if test -z "$CC"; then
4373 ac_ct_CC=$CC
81ecdfbb 4374 for ac_prog in cl.exe
dabbade6
L
4375do
4376 # Extract the first word of "$ac_prog", so it can be a program name with args.
4377set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4379$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4380if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4381 $as_echo_n "(cached) " >&6
dabbade6
L
4382else
4383 if test -n "$ac_ct_CC"; then
4384 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4385else
4386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387for as_dir in $PATH
4388do
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
81ecdfbb 4391 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4393 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4395 break 2
4396 fi
4397done
81ecdfbb
RW
4398 done
4399IFS=$as_save_IFS
d7040cdb 4400
dabbade6
L
4401fi
4402fi
4403ac_ct_CC=$ac_cv_prog_ac_ct_CC
4404if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4406$as_echo "$ac_ct_CC" >&6; }
dabbade6 4407else
81ecdfbb
RW
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4409$as_echo "no" >&6; }
dabbade6 4410fi
d7040cdb 4411
81ecdfbb 4412
dabbade6
L
4413 test -n "$ac_ct_CC" && break
4414done
d7040cdb 4415
81ecdfbb
RW
4416 if test "x$ac_ct_CC" = x; then
4417 CC=""
4418 else
4419 case $cross_compiling:$ac_tool_warned in
4420yes:)
4421{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4422$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4423ac_tool_warned=yes ;;
4424esac
4425 CC=$ac_ct_CC
4426 fi
dabbade6 4427fi
d7040cdb 4428
dabbade6 4429fi
d7040cdb
SE
4430
4431
81ecdfbb
RW
4432test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4433$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4434as_fn_error $? "no acceptable C compiler found in \$PATH
4435See \`config.log' for more details" "$LINENO" 5; }
d7040cdb 4436
dabbade6 4437# Provide some information about the compiler.
81ecdfbb
RW
4438$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4439set X $ac_compile
4440ac_compiler=$2
4441for ac_option in --version -v -V -qversion; do
4442 { { ac_try="$ac_compiler $ac_option >&5"
4443case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4446esac
4447eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4448$as_echo "$ac_try_echo"; } >&5
4449 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
dabbade6 4450 ac_status=$?
81ecdfbb
RW
4451 if test -s conftest.err; then
4452 sed '10a\
4453... rest of stderr output deleted ...
4454 10q' conftest.err >conftest.er1
4455 cat conftest.er1 >&5
81ecdfbb 4456 fi
d0ac1c44 4457 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4459 test $ac_status = 0; }
4460done
d7040cdb 4461
81ecdfbb
RW
4462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4463$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4464if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4465 $as_echo_n "(cached) " >&6
252b5132 4466else
81ecdfbb 4467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4468/* end confdefs.h. */
d7040cdb 4469
dabbade6
L
4470int
4471main ()
4472{
4473#ifndef __GNUC__
4474 choke me
4475#endif
d7040cdb 4476
dabbade6
L
4477 ;
4478 return 0;
4479}
4480_ACEOF
81ecdfbb 4481if ac_fn_c_try_compile "$LINENO"; then :
dabbade6 4482 ac_compiler_gnu=yes
d7040cdb 4483else
81ecdfbb 4484 ac_compiler_gnu=no
dabbade6 4485fi
81ecdfbb 4486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4487ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 4488
dabbade6 4489fi
81ecdfbb
RW
4490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4491$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4492if test $ac_compiler_gnu = yes; then
4493 GCC=yes
4494else
4495 GCC=
4496fi
dabbade6
L
4497ac_test_CFLAGS=${CFLAGS+set}
4498ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4500$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4501if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4502 $as_echo_n "(cached) " >&6
4503else
4504 ac_save_c_werror_flag=$ac_c_werror_flag
4505 ac_c_werror_flag=yes
4506 ac_cv_prog_cc_g=no
4507 CFLAGS="-g"
4508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4509/* end confdefs.h. */
d7040cdb 4510
dabbade6
L
4511int
4512main ()
4513{
d7040cdb 4514
dabbade6
L
4515 ;
4516 return 0;
4517}
4518_ACEOF
81ecdfbb 4519if ac_fn_c_try_compile "$LINENO"; then :
dabbade6
L
4520 ac_cv_prog_cc_g=yes
4521else
81ecdfbb
RW
4522 CFLAGS=""
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524/* end confdefs.h. */
d7040cdb 4525
81ecdfbb
RW
4526int
4527main ()
4528{
4529
4530 ;
4531 return 0;
4532}
4533_ACEOF
4534if ac_fn_c_try_compile "$LINENO"; then :
4535
4536else
4537 ac_c_werror_flag=$ac_save_c_werror_flag
4538 CFLAGS="-g"
4539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4540/* end confdefs.h. */
4541
4542int
4543main ()
4544{
4545
4546 ;
4547 return 0;
4548}
4549_ACEOF
4550if ac_fn_c_try_compile "$LINENO"; then :
4551 ac_cv_prog_cc_g=yes
4552fi
4553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4554fi
81ecdfbb 4555rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4556fi
81ecdfbb
RW
4557rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4558 ac_c_werror_flag=$ac_save_c_werror_flag
4559fi
4560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4561$as_echo "$ac_cv_prog_cc_g" >&6; }
dabbade6
L
4562if test "$ac_test_CFLAGS" = set; then
4563 CFLAGS=$ac_save_CFLAGS
4564elif test $ac_cv_prog_cc_g = yes; then
4565 if test "$GCC" = yes; then
4566 CFLAGS="-g -O2"
4567 else
4568 CFLAGS="-g"
4569 fi
4570else
4571 if test "$GCC" = yes; then
4572 CFLAGS="-O2"
4573 else
4574 CFLAGS=
4575 fi
4576fi
81ecdfbb
RW
4577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4578$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4579if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4580 $as_echo_n "(cached) " >&6
d7040cdb 4581else
81ecdfbb 4582 ac_cv_prog_cc_c89=no
dabbade6 4583ac_save_CC=$CC
81ecdfbb 4584cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6
L
4585/* end confdefs.h. */
4586#include <stdarg.h>
4587#include <stdio.h>
d0ac1c44 4588struct stat;
dabbade6
L
4589/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4590struct buf { int x; };
4591FILE * (*rcsopen) (struct buf *, struct stat *, int);
4592static char *e (p, i)
4593 char **p;
4594 int i;
4595{
4596 return p[i];
4597}
4598static char *f (char * (*g) (char **, int), char **p, ...)
4599{
4600 char *s;
4601 va_list v;
4602 va_start (v,p);
4603 s = g (p, va_arg (v,int));
4604 va_end (v);
4605 return s;
4606}
d7040cdb 4607
dabbade6
L
4608/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4609 function prototypes and stuff, but not '\xHH' hex character constants.
4610 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4611 as 'x'. The following induces an error, until -std is added to get
dabbade6
L
4612 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4613 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4614 that's true only with -std. */
dabbade6 4615int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 4616
81ecdfbb
RW
4617/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4618 inside strings and character constants. */
4619#define FOO(x) 'x'
4620int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4621
dabbade6
L
4622int test (int i, double x);
4623struct s1 {int (*f) (int a);};
4624struct s2 {int (*f) (double a);};
4625int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4626int argc;
4627char **argv;
4628int
4629main ()
4630{
4631return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4632 ;
4633 return 0;
4634}
4635_ACEOF
81ecdfbb
RW
4636for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4637 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
dabbade6
L
4638do
4639 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4640 if ac_fn_c_try_compile "$LINENO"; then :
4641 ac_cv_prog_cc_c89=$ac_arg
d7040cdb 4642fi
81ecdfbb
RW
4643rm -f core conftest.err conftest.$ac_objext
4644 test "x$ac_cv_prog_cc_c89" != "xno" && break
dabbade6 4645done
81ecdfbb 4646rm -f conftest.$ac_ext
dabbade6 4647CC=$ac_save_CC
d7040cdb 4648
dabbade6 4649fi
81ecdfbb
RW
4650# AC_CACHE_VAL
4651case "x$ac_cv_prog_cc_c89" in
4652 x)
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4654$as_echo "none needed" >&6; } ;;
4655 xno)
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4657$as_echo "unsupported" >&6; } ;;
252b5132 4658 *)
81ecdfbb
RW
4659 CC="$CC $ac_cv_prog_cc_c89"
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4661$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
dabbade6 4662esac
81ecdfbb 4663if test "x$ac_cv_prog_cc_c89" != xno; then :
ac48eca1 4664
dabbade6 4665fi
252b5132 4666
dabbade6
L
4667ac_ext=c
4668ac_cpp='$CPP $CPPFLAGS'
4669ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4670ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4671ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4672
d0ac1c44
SM
4673ac_ext=c
4674ac_cpp='$CPP $CPPFLAGS'
4675ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4677ac_compiler_gnu=$ac_cv_c_compiler_gnu
4678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4679$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4680if ${am_cv_prog_cc_c_o+:} false; then :
4681 $as_echo_n "(cached) " >&6
4682else
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684/* end confdefs.h. */
4685
4686int
4687main ()
4688{
4689
4690 ;
4691 return 0;
4692}
4693_ACEOF
4694 # Make sure it works both with $CC and with simple cc.
4695 # Following AC_PROG_CC_C_O, we do the test twice because some
4696 # compilers refuse to overwrite an existing .o file with -o,
4697 # though they will create one.
4698 am_cv_prog_cc_c_o=yes
4699 for am_i in 1 2; do
4700 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4701 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4702 ac_status=$?
4703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704 (exit $ac_status); } \
4705 && test -f conftest2.$ac_objext; then
4706 : OK
4707 else
4708 am_cv_prog_cc_c_o=no
4709 break
4710 fi
4711 done
4712 rm -f core conftest*
4713 unset am_i
4714fi
4715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4716$as_echo "$am_cv_prog_cc_c_o" >&6; }
4717if test "$am_cv_prog_cc_c_o" != yes; then
4718 # Losing compiler, so override with the script.
4719 # FIXME: It is wrong to rewrite CC.
4720 # But if we don't then we get into trouble of one sort or another.
4721 # A longer-term fix would be to have automake use am__CC in this case,
4722 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4723 CC="$am_aux_dir/compile $CC"
4724fi
4725ac_ext=c
4726ac_cpp='$CPP $CPPFLAGS'
4727ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4728ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4729ac_compiler_gnu=$ac_cv_c_compiler_gnu
4730
4731
7357c5b6
AM
4732ac_ext=c
4733ac_cpp='$CPP $CPPFLAGS'
4734ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4735ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4738$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4739# On Suns, sometimes $CPP names a directory.
4740if test -n "$CPP" && test -d "$CPP"; then
4741 CPP=
4742fi
4743if test -z "$CPP"; then
d0ac1c44 4744 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4745 $as_echo_n "(cached) " >&6
dabbade6 4746else
7357c5b6
AM
4747 # Double quotes because CPP needs to be expanded
4748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4749 do
4750 ac_preproc_ok=false
4751for ac_c_preproc_warn_flag in '' yes
dabbade6 4752do
7357c5b6
AM
4753 # Use a header file that comes with gcc, so configuring glibc
4754 # with a fresh cross-compiler works.
4755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4756 # <limits.h> exists even on freestanding compilers.
4757 # On the NeXT, cc -E runs the code through the compiler's parser,
4758 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4760/* end confdefs.h. */
4761#ifdef __STDC__
4762# include <limits.h>
4763#else
4764# include <assert.h>
4765#endif
4766 Syntax error
4767_ACEOF
81ecdfbb 4768if ac_fn_c_try_cpp "$LINENO"; then :
dabbade6 4769
81ecdfbb 4770else
7357c5b6
AM
4771 # Broken: fails on valid input.
4772continue
252b5132 4773fi
d0ac1c44 4774rm -f conftest.err conftest.i conftest.$ac_ext
7357c5b6 4775
81ecdfbb 4776 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4777 # can be detected and how.
81ecdfbb 4778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4779/* end confdefs.h. */
4780#include <ac_nonexistent.h>
4781_ACEOF
81ecdfbb 4782if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4783 # Broken: success on invalid input.
4784continue
dabbade6 4785else
7357c5b6
AM
4786 # Passes both tests.
4787ac_preproc_ok=:
4788break
dabbade6 4789fi
d0ac1c44 4790rm -f conftest.err conftest.i conftest.$ac_ext
dabbade6 4791
d7040cdb 4792done
7357c5b6 4793# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4794rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4795if $ac_preproc_ok; then :
7357c5b6
AM
4796 break
4797fi
4798
4799 done
4800 ac_cv_prog_CPP=$CPP
d7040cdb
SE
4801
4802fi
7357c5b6
AM
4803 CPP=$ac_cv_prog_CPP
4804else
4805 ac_cv_prog_CPP=$CPP
d7040cdb 4806fi
81ecdfbb
RW
4807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4808$as_echo "$CPP" >&6; }
7357c5b6
AM
4809ac_preproc_ok=false
4810for ac_c_preproc_warn_flag in '' yes
4811do
4812 # Use a header file that comes with gcc, so configuring glibc
4813 # with a fresh cross-compiler works.
4814 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4815 # <limits.h> exists even on freestanding compilers.
4816 # On the NeXT, cc -E runs the code through the compiler's parser,
4817 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4819/* end confdefs.h. */
4820#ifdef __STDC__
4821# include <limits.h>
4822#else
4823# include <assert.h>
4824#endif
4825 Syntax error
4826_ACEOF
81ecdfbb 4827if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4828
81ecdfbb 4829else
7357c5b6
AM
4830 # Broken: fails on valid input.
4831continue
d7040cdb 4832fi
d0ac1c44 4833rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4834
81ecdfbb 4835 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4836 # can be detected and how.
81ecdfbb 4837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4838/* end confdefs.h. */
4839#include <ac_nonexistent.h>
4840_ACEOF
81ecdfbb 4841if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4842 # Broken: success on invalid input.
4843continue
dabbade6 4844else
7357c5b6
AM
4845 # Passes both tests.
4846ac_preproc_ok=:
4847break
4848fi
d0ac1c44 4849rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4850
7357c5b6
AM
4851done
4852# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4853rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4854if $ac_preproc_ok; then :
4855
4856else
4857 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4858$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4859as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4860See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
4861fi
4862
4863ac_ext=c
4864ac_cpp='$CPP $CPPFLAGS'
4865ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4866ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4867ac_compiler_gnu=$ac_cv_c_compiler_gnu
4868
4869
4870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4871$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4872if ${ac_cv_path_GREP+:} false; then :
81ecdfbb
RW
4873 $as_echo_n "(cached) " >&6
4874else
4875 if test -z "$GREP"; then
4876 ac_path_GREP_found=false
4877 # Loop through the user's path and test for each of PROGNAME-LIST
4878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4879for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4880do
4881 IFS=$as_save_IFS
4882 test -z "$as_dir" && as_dir=.
4883 for ac_prog in grep ggrep; do
4884 for ac_exec_ext in '' $ac_executable_extensions; do
4885 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4886 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4887# Check for GNU ac_path_GREP and select it if it is found.
4888 # Check for GNU $ac_path_GREP
4889case `"$ac_path_GREP" --version 2>&1` in
4890*GNU*)
4891 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4892*)
4893 ac_count=0
4894 $as_echo_n 0123456789 >"conftest.in"
4895 while :
4896 do
4897 cat "conftest.in" "conftest.in" >"conftest.tmp"
4898 mv "conftest.tmp" "conftest.in"
4899 cp "conftest.in" "conftest.nl"
4900 $as_echo 'GREP' >> "conftest.nl"
4901 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4902 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4903 as_fn_arith $ac_count + 1 && ac_count=$as_val
4904 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4905 # Best one so far, save it but keep looking for a better one
4906 ac_cv_path_GREP="$ac_path_GREP"
4907 ac_path_GREP_max=$ac_count
4908 fi
4909 # 10*(2^10) chars as input seems more than enough
4910 test $ac_count -gt 10 && break
4911 done
4912 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4913esac
4914
4915 $ac_path_GREP_found && break 3
4916 done
4917 done
4918 done
4919IFS=$as_save_IFS
4920 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4921 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb 4922 fi
dabbade6 4923else
81ecdfbb 4924 ac_cv_path_GREP=$GREP
7357c5b6 4925fi
d7040cdb 4926
81ecdfbb
RW
4927fi
4928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4929$as_echo "$ac_cv_path_GREP" >&6; }
4930 GREP="$ac_cv_path_GREP"
d7040cdb
SE
4931
4932
81ecdfbb
RW
4933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4934$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4935if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4936 $as_echo_n "(cached) " >&6
7357c5b6 4937else
81ecdfbb
RW
4938 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4939 then ac_cv_path_EGREP="$GREP -E"
4940 else
4941 if test -z "$EGREP"; then
4942 ac_path_EGREP_found=false
4943 # Loop through the user's path and test for each of PROGNAME-LIST
4944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4945for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4946do
4947 IFS=$as_save_IFS
4948 test -z "$as_dir" && as_dir=.
4949 for ac_prog in egrep; do
4950 for ac_exec_ext in '' $ac_executable_extensions; do
4951 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4952 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4953# Check for GNU ac_path_EGREP and select it if it is found.
4954 # Check for GNU $ac_path_EGREP
4955case `"$ac_path_EGREP" --version 2>&1` in
4956*GNU*)
4957 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4958*)
4959 ac_count=0
4960 $as_echo_n 0123456789 >"conftest.in"
4961 while :
4962 do
4963 cat "conftest.in" "conftest.in" >"conftest.tmp"
4964 mv "conftest.tmp" "conftest.in"
4965 cp "conftest.in" "conftest.nl"
4966 $as_echo 'EGREP' >> "conftest.nl"
4967 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4968 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4969 as_fn_arith $ac_count + 1 && ac_count=$as_val
4970 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4971 # Best one so far, save it but keep looking for a better one
4972 ac_cv_path_EGREP="$ac_path_EGREP"
4973 ac_path_EGREP_max=$ac_count
7357c5b6 4974 fi
81ecdfbb
RW
4975 # 10*(2^10) chars as input seems more than enough
4976 test $ac_count -gt 10 && break
4977 done
4978 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4979esac
4980
4981 $ac_path_EGREP_found && break 3
4982 done
4983 done
4984 done
4985IFS=$as_save_IFS
4986 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4987 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4988 fi
4989else
4990 ac_cv_path_EGREP=$EGREP
4991fi
4992
4993 fi
7357c5b6 4994fi
81ecdfbb
RW
4995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4996$as_echo "$ac_cv_path_EGREP" >&6; }
4997 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
4998
4999
81ecdfbb
RW
5000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5001$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5002if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 5003 $as_echo_n "(cached) " >&6
7357c5b6 5004else
81ecdfbb 5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5006/* end confdefs.h. */
5007#include <stdlib.h>
5008#include <stdarg.h>
5009#include <string.h>
5010#include <float.h>
d7040cdb 5011
7357c5b6
AM
5012int
5013main ()
5014{
d7040cdb 5015
7357c5b6
AM
5016 ;
5017 return 0;
5018}
5019_ACEOF
81ecdfbb 5020if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5021 ac_cv_header_stdc=yes
5022else
81ecdfbb 5023 ac_cv_header_stdc=no
7357c5b6 5024fi
81ecdfbb 5025rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5026
7357c5b6
AM
5027if test $ac_cv_header_stdc = yes; then
5028 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5030/* end confdefs.h. */
5031#include <string.h>
d7040cdb 5032
7357c5b6
AM
5033_ACEOF
5034if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5035 $EGREP "memchr" >/dev/null 2>&1; then :
5036
7357c5b6
AM
5037else
5038 ac_cv_header_stdc=no
5039fi
5040rm -f conftest*
d7040cdb 5041
7357c5b6 5042fi
d7040cdb 5043
7357c5b6
AM
5044if test $ac_cv_header_stdc = yes; then
5045 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5047/* end confdefs.h. */
5048#include <stdlib.h>
d7040cdb 5049
7357c5b6
AM
5050_ACEOF
5051if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5052 $EGREP "free" >/dev/null 2>&1; then :
5053
7357c5b6
AM
5054else
5055 ac_cv_header_stdc=no
5056fi
5057rm -f conftest*
d7040cdb 5058
7357c5b6 5059fi
d7040cdb 5060
7357c5b6
AM
5061if test $ac_cv_header_stdc = yes; then
5062 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5063 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5064 :
5065else
81ecdfbb 5066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5067/* end confdefs.h. */
5068#include <ctype.h>
81ecdfbb 5069#include <stdlib.h>
7357c5b6
AM
5070#if ((' ' & 0x0FF) == 0x020)
5071# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5072# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5073#else
5074# define ISLOWER(c) \
5075 (('a' <= (c) && (c) <= 'i') \
5076 || ('j' <= (c) && (c) <= 'r') \
5077 || ('s' <= (c) && (c) <= 'z'))
5078# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5079#endif
d7040cdb 5080
7357c5b6
AM
5081#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5082int
5083main ()
5084{
5085 int i;
5086 for (i = 0; i < 256; i++)
5087 if (XOR (islower (i), ISLOWER (i))
5088 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5089 return 2;
5090 return 0;
7357c5b6
AM
5091}
5092_ACEOF
81ecdfbb 5093if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5094
81ecdfbb
RW
5095else
5096 ac_cv_header_stdc=no
7357c5b6 5097fi
81ecdfbb
RW
5098rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5099 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5100fi
81ecdfbb 5101
7357c5b6
AM
5102fi
5103fi
81ecdfbb
RW
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5105$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5106if test $ac_cv_header_stdc = yes; then
d7040cdb 5107
81ecdfbb 5108$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5109
7357c5b6 5110fi
d7040cdb 5111
7357c5b6 5112# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5113for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5114 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5115do :
5116 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5117ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5118"
d0ac1c44 5119if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 5120 cat >>confdefs.h <<_ACEOF
81ecdfbb 5121#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5122_ACEOF
d7040cdb 5123
7357c5b6 5124fi
d7040cdb 5125
7357c5b6 5126done
d7040cdb
SE
5127
5128
5129
81ecdfbb 5130 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5131if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
5132 MINIX=yes
5133else
5134 MINIX=
5135fi
d7040cdb
SE
5136
5137
7357c5b6 5138 if test "$MINIX" = yes; then
d7040cdb 5139
81ecdfbb 5140$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
dabbade6 5141
252b5132 5142
81ecdfbb 5143$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5144
5145
81ecdfbb 5146$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5147
7357c5b6 5148 fi
d7040cdb
SE
5149
5150
81ecdfbb
RW
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5152$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5153if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5154 $as_echo_n "(cached) " >&6
ac48eca1 5155else
81ecdfbb 5156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5157/* end confdefs.h. */
ac48eca1 5158
d0ac1c44
SM
5159# define __EXTENSIONS__ 1
5160 $ac_includes_default
7357c5b6
AM
5161int
5162main ()
5163{
87e6d782 5164
7357c5b6
AM
5165 ;
5166 return 0;
5167}
5168_ACEOF
81ecdfbb 5169if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5170 ac_cv_safe_to_define___extensions__=yes
5171else
81ecdfbb 5172 ac_cv_safe_to_define___extensions__=no
7357c5b6 5173fi
81ecdfbb 5174rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5175fi
81ecdfbb
RW
5176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5177$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5178 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5179 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
ac48eca1 5180
81ecdfbb 5181 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5182
81ecdfbb
RW
5183 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5184
5185 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5186
5187 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb 5188
ac48eca1 5189
ac48eca1 5190
ac48eca1 5191
87e6d782 5192
7357c5b6
AM
5193if test -n "$ac_tool_prefix"; then
5194 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5195set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
5196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5197$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5198if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 5199 $as_echo_n "(cached) " >&6
dabbade6 5200else
7357c5b6
AM
5201 if test -n "$AR"; then
5202 ac_cv_prog_AR="$AR" # Let the user override the test.
5203else
5204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5205for as_dir in $PATH
5206do
5207 IFS=$as_save_IFS
5208 test -z "$as_dir" && as_dir=.
81ecdfbb 5209 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5211 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 5212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5213 break 2
5214 fi
5215done
81ecdfbb
RW
5216 done
5217IFS=$as_save_IFS
ac48eca1 5218
7357c5b6
AM
5219fi
5220fi
5221AR=$ac_cv_prog_AR
5222if test -n "$AR"; then
81ecdfbb
RW
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5224$as_echo "$AR" >&6; }
dabbade6 5225else
81ecdfbb
RW
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5227$as_echo "no" >&6; }
dabbade6 5228fi
6be7c12c 5229
81ecdfbb 5230
7357c5b6
AM
5231fi
5232if test -z "$ac_cv_prog_AR"; then
5233 ac_ct_AR=$AR
5234 # Extract the first word of "ar", so it can be a program name with args.
5235set dummy ar; ac_word=$2
81ecdfbb
RW
5236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5237$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5238if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 5239 $as_echo_n "(cached) " >&6
7357c5b6
AM
5240else
5241 if test -n "$ac_ct_AR"; then
5242 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5243else
5244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5245for as_dir in $PATH
5246do
5247 IFS=$as_save_IFS
5248 test -z "$as_dir" && as_dir=.
81ecdfbb 5249 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5251 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 5252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5253 break 2
5254 fi
5255done
81ecdfbb
RW
5256 done
5257IFS=$as_save_IFS
7357c5b6
AM
5258
5259fi
5260fi
5261ac_ct_AR=$ac_cv_prog_ac_ct_AR
5262if test -n "$ac_ct_AR"; then
81ecdfbb
RW
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5264$as_echo "$ac_ct_AR" >&6; }
7357c5b6 5265else
81ecdfbb
RW
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5267$as_echo "no" >&6; }
7357c5b6
AM
5268fi
5269
81ecdfbb
RW
5270 if test "x$ac_ct_AR" = x; then
5271 AR=""
5272 else
5273 case $cross_compiling:$ac_tool_warned in
5274yes:)
5275{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5276$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5277ac_tool_warned=yes ;;
5278esac
5279 AR=$ac_ct_AR
5280 fi
7357c5b6
AM
5281else
5282 AR="$ac_cv_prog_AR"
5283fi
5284
5285if test -n "$ac_tool_prefix"; then
5286 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5287set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
5288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5289$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5290if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 5291 $as_echo_n "(cached) " >&6
7357c5b6
AM
5292else
5293 if test -n "$RANLIB"; then
5294 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5295else
5296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297for as_dir in $PATH
5298do
5299 IFS=$as_save_IFS
5300 test -z "$as_dir" && as_dir=.
81ecdfbb 5301 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5303 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 5304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5305 break 2
5306 fi
5307done
81ecdfbb
RW
5308 done
5309IFS=$as_save_IFS
7357c5b6
AM
5310
5311fi
5312fi
5313RANLIB=$ac_cv_prog_RANLIB
5314if test -n "$RANLIB"; then
81ecdfbb
RW
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5316$as_echo "$RANLIB" >&6; }
7357c5b6 5317else
81ecdfbb
RW
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5319$as_echo "no" >&6; }
7357c5b6
AM
5320fi
5321
81ecdfbb 5322
7357c5b6
AM
5323fi
5324if test -z "$ac_cv_prog_RANLIB"; then
5325 ac_ct_RANLIB=$RANLIB
5326 # Extract the first word of "ranlib", so it can be a program name with args.
5327set dummy ranlib; ac_word=$2
81ecdfbb
RW
5328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5329$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5330if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 5331 $as_echo_n "(cached) " >&6
7357c5b6
AM
5332else
5333 if test -n "$ac_ct_RANLIB"; then
5334 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5335else
5336as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5337for as_dir in $PATH
5338do
5339 IFS=$as_save_IFS
5340 test -z "$as_dir" && as_dir=.
81ecdfbb 5341 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5343 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 5344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5345 break 2
5346 fi
5347done
81ecdfbb
RW
5348 done
5349IFS=$as_save_IFS
7357c5b6 5350
7357c5b6
AM
5351fi
5352fi
5353ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5354if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5356$as_echo "$ac_ct_RANLIB" >&6; }
7357c5b6 5357else
81ecdfbb
RW
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5359$as_echo "no" >&6; }
7357c5b6
AM
5360fi
5361
81ecdfbb
RW
5362 if test "x$ac_ct_RANLIB" = x; then
5363 RANLIB=":"
5364 else
5365 case $cross_compiling:$ac_tool_warned in
5366yes:)
5367{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5368$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5369ac_tool_warned=yes ;;
5370esac
5371 RANLIB=$ac_ct_RANLIB
5372 fi
7357c5b6
AM
5373else
5374 RANLIB="$ac_cv_prog_RANLIB"
5375fi
5376
5377
81ecdfbb
RW
5378# Check whether --enable-shared was given.
5379if test "${enable_shared+set}" = set; then :
5380 enableval=$enable_shared; p=${PACKAGE-default}
7357c5b6
AM
5381 case $enableval in
5382 yes) enable_shared=yes ;;
5383 no) enable_shared=no ;;
5384 *)
5385 enable_shared=no
5386 # Look at the argument we got. We use all the common list separators.
5387 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5388 for pkg in $enableval; do
5389 IFS="$lt_save_ifs"
5390 if test "X$pkg" = "X$p"; then
5391 enable_shared=yes
5392 fi
5393 done
5394 IFS="$lt_save_ifs"
5395 ;;
5396 esac
5397else
5398 enable_shared=no
81ecdfbb
RW
5399fi
5400
7357c5b6
AM
5401
5402
5403
5404
5405
5406
5407
5408
5409
1927a18f
L
5410case `pwd` in
5411 *\ * | *\ *)
81ecdfbb
RW
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5413$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
1927a18f 5414esac
7357c5b6
AM
5415
5416
7357c5b6 5417
3725885a
RW
5418macro_version='2.2.7a'
5419macro_revision='1.3134'
7357c5b6
AM
5420
5421
5422
5423
5424
5425
7357c5b6
AM
5426
5427
5428
5429
5430
5431
5432
1927a18f 5433ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5434
3725885a
RW
5435# Backslashify metacharacters that are still active within
5436# double-quoted strings.
5437sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5438
5439# Same as above, but do not quote variable references.
5440double_quote_subst='s/\(["`\\]\)/\\\1/g'
5441
5442# Sed substitution to delay expansion of an escaped shell variable in a
5443# double_quote_subst'ed string.
5444delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5445
5446# Sed substitution to delay expansion of an escaped single quote.
5447delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5448
5449# Sed substitution to avoid accidental globbing in evaled expressions
5450no_glob_subst='s/\*/\\\*/g'
5451
5452ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5453ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5454ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5455
5456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5457$as_echo_n "checking how to print strings... " >&6; }
5458# Test print first, because it will be a builtin if present.
5459if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5460 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5461 ECHO='print -r --'
5462elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5463 ECHO='printf %s\n'
5464else
5465 # Use this function as a fallback that always works.
5466 func_fallback_echo ()
5467 {
5468 eval 'cat <<_LTECHO_EOF
5469$1
5470_LTECHO_EOF'
5471 }
5472 ECHO='func_fallback_echo'
5473fi
5474
5475# func_echo_all arg...
5476# Invoke $ECHO with all args, space-separated.
5477func_echo_all ()
5478{
5479 $ECHO ""
5480}
5481
5482case "$ECHO" in
5483 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5484$as_echo "printf" >&6; } ;;
5485 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5486$as_echo "print -r" >&6; } ;;
5487 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5488$as_echo "cat" >&6; } ;;
5489esac
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
81ecdfbb
RW
5504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5505$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5506if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5507 $as_echo_n "(cached) " >&6
7357c5b6 5508else
81ecdfbb
RW
5509 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5510 for ac_i in 1 2 3 4 5 6 7; do
5511 ac_script="$ac_script$as_nl$ac_script"
5512 done
5513 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5514 { ac_script=; unset ac_script;}
5515 if test -z "$SED"; then
5516 ac_path_SED_found=false
5517 # Loop through the user's path and test for each of PROGNAME-LIST
5518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5519for as_dir in $PATH
5520do
5521 IFS=$as_save_IFS
5522 test -z "$as_dir" && as_dir=.
81ecdfbb 5523 for ac_prog in sed gsed; do
7357c5b6 5524 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5525 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5526 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5527# Check for GNU ac_path_SED and select it if it is found.
5528 # Check for GNU $ac_path_SED
5529case `"$ac_path_SED" --version 2>&1` in
5530*GNU*)
5531 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5532*)
5533 ac_count=0
5534 $as_echo_n 0123456789 >"conftest.in"
5535 while :
5536 do
5537 cat "conftest.in" "conftest.in" >"conftest.tmp"
5538 mv "conftest.tmp" "conftest.in"
5539 cp "conftest.in" "conftest.nl"
5540 $as_echo '' >> "conftest.nl"
5541 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5542 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5543 as_fn_arith $ac_count + 1 && ac_count=$as_val
5544 if test $ac_count -gt ${ac_path_SED_max-0}; then
5545 # Best one so far, save it but keep looking for a better one
5546 ac_cv_path_SED="$ac_path_SED"
5547 ac_path_SED_max=$ac_count
5548 fi
5549 # 10*(2^10) chars as input seems more than enough
5550 test $ac_count -gt 10 && break
5551 done
5552 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5553esac
5554
5555 $ac_path_SED_found && break 3
7357c5b6
AM
5556 done
5557 done
81ecdfbb 5558 done
7357c5b6 5559IFS=$as_save_IFS
81ecdfbb 5560 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5561 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5562 fi
81ecdfbb
RW
5563else
5564 ac_cv_path_SED=$SED
7357c5b6
AM
5565fi
5566
81ecdfbb
RW
5567fi
5568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5569$as_echo "$ac_cv_path_SED" >&6; }
5570 SED="$ac_cv_path_SED"
5571 rm -f conftest.sed
7357c5b6
AM
5572
5573test -z "$SED" && SED=sed
5574Xsed="$SED -e 1s/^X//"
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
81ecdfbb
RW
5586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5587$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5588if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5589 $as_echo_n "(cached) " >&6
7357c5b6 5590else
81ecdfbb
RW
5591 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5592 then ac_cv_path_FGREP="$GREP -F"
5593 else
5594 if test -z "$FGREP"; then
5595 ac_path_FGREP_found=false
5596 # Loop through the user's path and test for each of PROGNAME-LIST
5597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5598for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5599do
5600 IFS=$as_save_IFS
5601 test -z "$as_dir" && as_dir=.
5602 for ac_prog in fgrep; do
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5605 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5606# Check for GNU ac_path_FGREP and select it if it is found.
5607 # Check for GNU $ac_path_FGREP
5608case `"$ac_path_FGREP" --version 2>&1` in
5609*GNU*)
5610 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5611*)
5612 ac_count=0
5613 $as_echo_n 0123456789 >"conftest.in"
5614 while :
5615 do
5616 cat "conftest.in" "conftest.in" >"conftest.tmp"
5617 mv "conftest.tmp" "conftest.in"
5618 cp "conftest.in" "conftest.nl"
5619 $as_echo 'FGREP' >> "conftest.nl"
5620 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5622 as_fn_arith $ac_count + 1 && ac_count=$as_val
5623 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5624 # Best one so far, save it but keep looking for a better one
5625 ac_cv_path_FGREP="$ac_path_FGREP"
5626 ac_path_FGREP_max=$ac_count
7357c5b6 5627 fi
81ecdfbb
RW
5628 # 10*(2^10) chars as input seems more than enough
5629 test $ac_count -gt 10 && break
5630 done
5631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5632esac
5633
5634 $ac_path_FGREP_found && break 3
5635 done
5636 done
5637 done
5638IFS=$as_save_IFS
5639 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5640 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5641 fi
5642else
5643 ac_cv_path_FGREP=$FGREP
5644fi
5645
5646 fi
7357c5b6 5647fi
81ecdfbb
RW
5648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5649$as_echo "$ac_cv_path_FGREP" >&6; }
5650 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5651
5652
5653test -z "$GREP" && GREP=grep
d7040cdb 5654
d7040cdb 5655
d7040cdb 5656
ac48eca1
AO
5657
5658
5659
ac48eca1 5660
ac48eca1 5661
ac48eca1 5662
ac48eca1 5663
ac48eca1 5664
ac48eca1 5665
ac48eca1 5666
ac48eca1 5667
ac48eca1 5668
ac48eca1 5669
dabbade6
L
5670
5671
5672
81ecdfbb
RW
5673# Check whether --with-gnu-ld was given.
5674if test "${with_gnu_ld+set}" = set; then :
5675 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
dabbade6
L
5676else
5677 with_gnu_ld=no
81ecdfbb
RW
5678fi
5679
dabbade6
L
5680ac_prog=ld
5681if test "$GCC" = yes; then
5682 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5684$as_echo_n "checking for ld used by $CC... " >&6; }
dabbade6
L
5685 case $host in
5686 *-*-mingw*)
5687 # gcc leaves a trailing carriage return which upsets mingw
5688 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5689 *)
5690 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5691 esac
5692 case $ac_prog in
5693 # Accept absolute paths.
5694 [\\/]* | ?:[\\/]*)
5695 re_direlt='/[^/][^/]*/\.\./'
5696 # Canonicalize the pathname of ld
5697 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5698 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5699 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5700 done
5701 test -z "$LD" && LD="$ac_prog"
5702 ;;
5703 "")
5704 # If it fails, then pretend we aren't using GCC.
5705 ac_prog=ld
5706 ;;
5707 *)
5708 # If it is relative, then search for the first ld in PATH.
5709 with_gnu_ld=unknown
5710 ;;
5711 esac
5712elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5714$as_echo_n "checking for GNU ld... " >&6; }
dabbade6 5715else
81ecdfbb
RW
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5717$as_echo_n "checking for non-GNU ld... " >&6; }
dabbade6 5718fi
d0ac1c44 5719if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5720 $as_echo_n "(cached) " >&6
ac48eca1 5721else
dabbade6
L
5722 if test -z "$LD"; then
5723 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5724 for ac_dir in $PATH; do
5725 IFS="$lt_save_ifs"
5726 test -z "$ac_dir" && ac_dir=.
5727 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5728 lt_cv_path_LD="$ac_dir/$ac_prog"
5729 # Check to see if the program is GNU ld. I'd rather use --version,
5730 # but apparently some variants of GNU ld only accept -v.
5731 # Break only if it was the GNU/non-GNU ld that we prefer.
5732 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5733 *GNU* | *'with BFD'*)
5734 test "$with_gnu_ld" != no && break
5735 ;;
5736 *)
5737 test "$with_gnu_ld" != yes && break
5738 ;;
5739 esac
5740 fi
5741 done
5742 IFS="$lt_save_ifs"
ac48eca1 5743else
dabbade6 5744 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ac48eca1
AO
5745fi
5746fi
dabbade6
L
5747
5748LD="$lt_cv_path_LD"
5749if test -n "$LD"; then
81ecdfbb
RW
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5751$as_echo "$LD" >&6; }
ac48eca1 5752else
81ecdfbb
RW
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5754$as_echo "no" >&6; }
ac48eca1 5755fi
d0ac1c44 5756test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5758$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5759if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5760 $as_echo_n "(cached) " >&6
ac48eca1 5761else
dabbade6
L
5762 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5763case `$LD -v 2>&1 </dev/null` in
5764*GNU* | *'with BFD'*)
5765 lt_cv_prog_gnu_ld=yes
5766 ;;
5767*)
5768 lt_cv_prog_gnu_ld=no
5769 ;;
5770esac
ac48eca1 5771fi
81ecdfbb
RW
5772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5773$as_echo "$lt_cv_prog_gnu_ld" >&6; }
dabbade6 5774with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
5775
5776
5777
5778
5779
5780
5781
5782
5783
81ecdfbb
RW
5784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5785$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5786if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5787 $as_echo_n "(cached) " >&6
ac48eca1 5788else
dabbade6
L
5789 if test -n "$NM"; then
5790 # Let the user override the test.
5791 lt_cv_path_NM="$NM"
ac48eca1 5792else
dabbade6
L
5793 lt_nm_to_check="${ac_tool_prefix}nm"
5794 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5795 lt_nm_to_check="$lt_nm_to_check nm"
979273e3 5796 fi
dabbade6
L
5797 for lt_tmp_nm in $lt_nm_to_check; do
5798 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5799 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5800 IFS="$lt_save_ifs"
5801 test -z "$ac_dir" && ac_dir=.
5802 tmp_nm="$ac_dir/$lt_tmp_nm"
5803 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5804 # Check to see if the nm accepts a BSD-compat flag.
5805 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5806 # nm: unknown option "B" ignored
5807 # Tru64's nm complains that /dev/null is an invalid object file
5808 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5809 */dev/null* | *'Invalid file or object type'*)
5810 lt_cv_path_NM="$tmp_nm -B"
5811 break
5812 ;;
5813 *)
5814 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5815 */dev/null*)
5816 lt_cv_path_NM="$tmp_nm -p"
5817 break
5818 ;;
5819 *)
5820 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5821 continue # so that we can try to find one that supports BSD flags
5822 ;;
5823 esac
5824 ;;
5825 esac
5826 fi
5827 done
5828 IFS="$lt_save_ifs"
5829 done
5830 : ${lt_cv_path_NM=no}
ac48eca1
AO
5831fi
5832fi
81ecdfbb
RW
5833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5834$as_echo "$lt_cv_path_NM" >&6; }
dabbade6
L
5835if test "$lt_cv_path_NM" != "no"; then
5836 NM="$lt_cv_path_NM"
ac48eca1 5837else
dabbade6 5838 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5839 if test -n "$DUMPBIN"; then :
5840 # Let the user override the test.
5841 else
5842 if test -n "$ac_tool_prefix"; then
5843 for ac_prog in dumpbin "link -dump"
dabbade6
L
5844 do
5845 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5846set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5848$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5849if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5850 $as_echo_n "(cached) " >&6
ac48eca1 5851else
dabbade6
L
5852 if test -n "$DUMPBIN"; then
5853 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ac48eca1 5854else
979273e3
NN
5855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5856for as_dir in $PATH
5857do
5858 IFS=$as_save_IFS
5859 test -z "$as_dir" && as_dir=.
81ecdfbb 5860 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 5862 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
5864 break 2
5865 fi
5866done
81ecdfbb
RW
5867 done
5868IFS=$as_save_IFS
979273e3 5869
ac48eca1
AO
5870fi
5871fi
dabbade6
L
5872DUMPBIN=$ac_cv_prog_DUMPBIN
5873if test -n "$DUMPBIN"; then
81ecdfbb
RW
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5875$as_echo "$DUMPBIN" >&6; }
ac48eca1 5876else
81ecdfbb
RW
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5878$as_echo "no" >&6; }
ac48eca1
AO
5879fi
5880
81ecdfbb 5881
dabbade6
L
5882 test -n "$DUMPBIN" && break
5883 done
ac48eca1 5884fi
dabbade6
L
5885if test -z "$DUMPBIN"; then
5886 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5887 for ac_prog in dumpbin "link -dump"
dabbade6
L
5888do
5889 # Extract the first word of "$ac_prog", so it can be a program name with args.
5890set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5892$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5893if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5894 $as_echo_n "(cached) " >&6
ac48eca1 5895else
dabbade6
L
5896 if test -n "$ac_ct_DUMPBIN"; then
5897 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
d7040cdb
SE
5898else
5899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5900for as_dir in $PATH
5901do
5902 IFS=$as_save_IFS
5903 test -z "$as_dir" && as_dir=.
81ecdfbb 5904 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 5906 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5908 break 2
252b5132 5909 fi
d7040cdb 5910done
81ecdfbb
RW
5911 done
5912IFS=$as_save_IFS
252b5132 5913
d7040cdb
SE
5914fi
5915fi
dabbade6
L
5916ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5917if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5919$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5920else
81ecdfbb
RW
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5922$as_echo "no" >&6; }
d7040cdb 5923fi
4867be41 5924
81ecdfbb 5925
dabbade6 5926 test -n "$ac_ct_DUMPBIN" && break
d7040cdb 5927done
32fba81d 5928
81ecdfbb
RW
5929 if test "x$ac_ct_DUMPBIN" = x; then
5930 DUMPBIN=":"
5931 else
5932 case $cross_compiling:$ac_tool_warned in
5933yes:)
5934{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5935$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5936ac_tool_warned=yes ;;
5937esac
5938 DUMPBIN=$ac_ct_DUMPBIN
5939 fi
d7040cdb 5940fi
979273e3 5941
3725885a
RW
5942 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5943 *COFF*)
5944 DUMPBIN="$DUMPBIN -symbols"
5945 ;;
5946 *)
5947 DUMPBIN=:
5948 ;;
5949 esac
5950 fi
979273e3 5951
dabbade6
L
5952 if test "$DUMPBIN" != ":"; then
5953 NM="$DUMPBIN"
5954 fi
5955fi
5956test -z "$NM" && NM=nm
ac48eca1 5957
252b5132 5958
252b5132 5959
979273e3 5960
ac48eca1 5961
d7040cdb 5962
81ecdfbb
RW
5963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5964$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5965if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5966 $as_echo_n "(cached) " >&6
dabbade6
L
5967else
5968 lt_cv_nm_interface="BSD nm"
5969 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5970 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
dabbade6
L
5971 (eval "$ac_compile" 2>conftest.err)
5972 cat conftest.err >&5
3725885a 5973 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
dabbade6
L
5974 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5975 cat conftest.err >&5
3725885a 5976 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
dabbade6
L
5977 cat conftest.out >&5
5978 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5979 lt_cv_nm_interface="MS dumpbin"
5980 fi
5981 rm -f conftest*
5982fi
81ecdfbb
RW
5983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5984$as_echo "$lt_cv_nm_interface" >&6; }
d7040cdb 5985
81ecdfbb
RW
5986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5987$as_echo_n "checking whether ln -s works... " >&6; }
dabbade6
L
5988LN_S=$as_ln_s
5989if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5991$as_echo "yes" >&6; }
dabbade6 5992else
81ecdfbb
RW
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5994$as_echo "no, using $LN_S" >&6; }
dabbade6
L
5995fi
5996
5997# find the maximum length of command line arguments
81ecdfbb
RW
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5999$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6000if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6001 $as_echo_n "(cached) " >&6
dabbade6
L
6002else
6003 i=0
6004 teststring="ABCD"
6005
6006 case $build_os in
6007 msdosdjgpp*)
6008 # On DJGPP, this test can blow up pretty badly due to problems in libc
6009 # (any single argument exceeding 2000 bytes causes a buffer overrun
6010 # during glob expansion). Even if it were fixed, the result of this
6011 # check would be larger than it should be.
6012 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6013 ;;
6014
6015 gnu*)
6016 # Under GNU Hurd, this test is not required because there is
6017 # no limit to the length of command line arguments.
6018 # Libtool will interpret -1 as no limit whatsoever
6019 lt_cv_sys_max_cmd_len=-1;
6020 ;;
6021
1927a18f 6022 cygwin* | mingw* | cegcc*)
dabbade6
L
6023 # On Win9x/ME, this test blows up -- it succeeds, but takes
6024 # about 5 minutes as the teststring grows exponentially.
6025 # Worse, since 9x/ME are not pre-emptively multitasking,
6026 # you end up with a "frozen" computer, even though with patience
6027 # the test eventually succeeds (with a max line length of 256k).
6028 # Instead, let's just punt: use the minimum linelength reported by
6029 # all of the supported platforms: 8192 (on NT/2K/XP).
6030 lt_cv_sys_max_cmd_len=8192;
6031 ;;
6032
3725885a
RW
6033 mint*)
6034 # On MiNT this can take a long time and run out of memory.
6035 lt_cv_sys_max_cmd_len=8192;
6036 ;;
6037
dabbade6
L
6038 amigaos*)
6039 # On AmigaOS with pdksh, this test takes hours, literally.
6040 # So we just punt and use a minimum line length of 8192.
6041 lt_cv_sys_max_cmd_len=8192;
6042 ;;
6043
6044 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6045 # This has been around since 386BSD, at least. Likely further.
6046 if test -x /sbin/sysctl; then
6047 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6048 elif test -x /usr/sbin/sysctl; then
6049 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6050 else
6051 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6052 fi
6053 # And add a safety zone
6054 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6055 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6056 ;;
6057
6058 interix*)
6059 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6060 lt_cv_sys_max_cmd_len=196608
6061 ;;
6062
6063 osf*)
6064 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6065 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6066 # nice to cause kernel panics so lets avoid the loop below.
6067 # First set a reasonable default.
6068 lt_cv_sys_max_cmd_len=16384
6069 #
6070 if test -x /sbin/sysconfig; then
6071 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6072 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6073 esac
6074 fi
6075 ;;
6076 sco3.2v5*)
6077 lt_cv_sys_max_cmd_len=102400
6078 ;;
6079 sysv5* | sco5v6* | sysv4.2uw2*)
6080 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6081 if test -n "$kargmax"; then
6082 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6083 else
6084 lt_cv_sys_max_cmd_len=32768
6085 fi
d7040cdb
SE
6086 ;;
6087 *)
1927a18f
L
6088 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6089 if test -n "$lt_cv_sys_max_cmd_len"; then
dabbade6
L
6090 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6091 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6092 else
6093 # Make teststring a little bigger before we do anything with it.
6094 # a 1K string should be a reasonable start.
6095 for i in 1 2 3 4 5 6 7 8 ; do
6096 teststring=$teststring$teststring
6097 done
6098 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6099 # If test is not a shell built-in, we'll probably end up computing a
6100 # maximum length that is only half of the actual maximum length, but
6101 # we can't tell.
3725885a
RW
6102 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6103 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
dabbade6
L
6104 test $i != 17 # 1/2 MB should be enough
6105 do
6106 i=`expr $i + 1`
6107 teststring=$teststring$teststring
6108 done
6109 # Only check the string length outside the loop.
6110 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6111 teststring=
6112 # Add a significant safety factor because C++ compilers can tack on
6113 # massive amounts of additional arguments before passing them to the
6114 # linker. It appears as though 1/2 is a usable value.
6115 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6116 fi
d7040cdb
SE
6117 ;;
6118 esac
252b5132 6119
dabbade6 6120fi
252b5132 6121
dabbade6 6122if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6124$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
dabbade6 6125else
81ecdfbb
RW
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6127$as_echo "none" >&6; }
dabbade6
L
6128fi
6129max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6130
252b5132 6131
979273e3 6132
979273e3 6133
252b5132 6134
252b5132 6135
dabbade6
L
6136: ${CP="cp -f"}
6137: ${MV="mv -f"}
6138: ${RM="rm -f"}
252b5132 6139
81ecdfbb
RW
6140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6141$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
dabbade6
L
6142# Try some XSI features
6143xsi_shell=no
6144( _lt_dummy="a/b/c"
6145 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
1927a18f
L
6146 = c,a/b,, \
6147 && eval 'test $(( 1 + 1 )) -eq 2 \
6148 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
dabbade6 6149 && xsi_shell=yes
81ecdfbb
RW
6150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6151$as_echo "$xsi_shell" >&6; }
252b5132 6152
252b5132 6153
81ecdfbb
RW
6154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6155$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
dabbade6
L
6156lt_shell_append=no
6157( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6158 >/dev/null 2>&1 \
6159 && lt_shell_append=yes
81ecdfbb
RW
6160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6161$as_echo "$lt_shell_append" >&6; }
252b5132 6162
ac48eca1 6163
dabbade6
L
6164if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6165 lt_unset=unset
6166else
6167 lt_unset=false
6168fi
979273e3
NN
6169
6170
6171
6172
ac48eca1 6173
dabbade6
L
6174# test EBCDIC or ASCII
6175case `echo X|tr X '\101'` in
6176 A) # ASCII based system
6177 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6178 lt_SP2NL='tr \040 \012'
6179 lt_NL2SP='tr \015\012 \040\040'
6180 ;;
6181 *) # EBCDIC based system
6182 lt_SP2NL='tr \100 \n'
6183 lt_NL2SP='tr \r\n \100\100'
6184 ;;
6185esac
9e9b66a9 6186
1ad12f97 6187
1ad12f97 6188
9e9b66a9 6189
1ad12f97 6190
a541e3ce 6191
9e9b66a9 6192
a2d91340
AC
6193
6194
81ecdfbb
RW
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6196$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6197if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6198 $as_echo_n "(cached) " >&6
dabbade6
L
6199else
6200 lt_cv_ld_reload_flag='-r'
6201fi
81ecdfbb
RW
6202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6203$as_echo "$lt_cv_ld_reload_flag" >&6; }
dabbade6
L
6204reload_flag=$lt_cv_ld_reload_flag
6205case $reload_flag in
6206"" | " "*) ;;
6207*) reload_flag=" $reload_flag" ;;
6208esac
6209reload_cmds='$LD$reload_flag -o $output$reload_objs'
6210case $host_os in
6211 darwin*)
6212 if test "$GCC" = yes; then
6213 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6214 else
6215 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6216 fi
6217 ;;
6218esac
9e9b66a9
AM
6219
6220
6221
252b5132 6222
252b5132 6223
252b5132 6224
252b5132 6225
252b5132 6226
d7040cdb 6227
1927a18f
L
6228if test -n "$ac_tool_prefix"; then
6229 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6230set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6232$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6233if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6234 $as_echo_n "(cached) " >&6
1927a18f
L
6235else
6236 if test -n "$OBJDUMP"; then
6237 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6238else
6239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6240for as_dir in $PATH
6241do
6242 IFS=$as_save_IFS
6243 test -z "$as_dir" && as_dir=.
81ecdfbb 6244 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 6246 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
6248 break 2
6249 fi
6250done
81ecdfbb
RW
6251 done
6252IFS=$as_save_IFS
1927a18f
L
6253
6254fi
6255fi
6256OBJDUMP=$ac_cv_prog_OBJDUMP
6257if test -n "$OBJDUMP"; then
81ecdfbb
RW
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6259$as_echo "$OBJDUMP" >&6; }
1927a18f 6260else
81ecdfbb
RW
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6262$as_echo "no" >&6; }
1927a18f
L
6263fi
6264
81ecdfbb 6265
1927a18f
L
6266fi
6267if test -z "$ac_cv_prog_OBJDUMP"; then
6268 ac_ct_OBJDUMP=$OBJDUMP
6269 # Extract the first word of "objdump", so it can be a program name with args.
6270set dummy objdump; ac_word=$2
81ecdfbb
RW
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6273if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6274 $as_echo_n "(cached) " >&6
1927a18f
L
6275else
6276 if test -n "$ac_ct_OBJDUMP"; then
6277 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6278else
6279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280for as_dir in $PATH
6281do
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
81ecdfbb 6284 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 6286 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
6288 break 2
6289 fi
6290done
81ecdfbb
RW
6291 done
6292IFS=$as_save_IFS
1927a18f 6293
1927a18f
L
6294fi
6295fi
6296ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6297if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6299$as_echo "$ac_ct_OBJDUMP" >&6; }
1927a18f 6300else
81ecdfbb
RW
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302$as_echo "no" >&6; }
1927a18f
L
6303fi
6304
81ecdfbb
RW
6305 if test "x$ac_ct_OBJDUMP" = x; then
6306 OBJDUMP="false"
6307 else
6308 case $cross_compiling:$ac_tool_warned in
6309yes:)
6310{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6311$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6312ac_tool_warned=yes ;;
6313esac
6314 OBJDUMP=$ac_ct_OBJDUMP
6315 fi
1927a18f
L
6316else
6317 OBJDUMP="$ac_cv_prog_OBJDUMP"
6318fi
6319
6320test -z "$OBJDUMP" && OBJDUMP=objdump
6321
6322
6323
6324
6325
6326
6327
6328
d7040cdb 6329
81ecdfbb
RW
6330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6331$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6332if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6333 $as_echo_n "(cached) " >&6
252b5132 6334else
dabbade6
L
6335 lt_cv_file_magic_cmd='$MAGIC_CMD'
6336lt_cv_file_magic_test_file=
6337lt_cv_deplibs_check_method='unknown'
6338# Need to set the preceding variable on all platforms that support
6339# interlibrary dependencies.
6340# 'none' -- dependencies not supported.
6341# `unknown' -- same as none, but documents that we really don't know.
6342# 'pass_all' -- all dependencies passed with no checks.
6343# 'test_compile' -- check by making test program.
6344# 'file_magic [[regex]]' -- check by looking for files in library path
6345# which responds to the $file_magic_cmd with a given extended regex.
6346# If you have `file' or equivalent on your system and you're not sure
6347# whether `pass_all' will *always* work, you probably want this one.
8ae85421 6348
dabbade6 6349case $host_os in
50e7d84b 6350aix[4-9]*)
dabbade6
L
6351 lt_cv_deplibs_check_method=pass_all
6352 ;;
979273e3 6353
dabbade6
L
6354beos*)
6355 lt_cv_deplibs_check_method=pass_all
6356 ;;
24443139 6357
dabbade6
L
6358bsdi[45]*)
6359 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6360 lt_cv_file_magic_cmd='/usr/bin/file -L'
6361 lt_cv_file_magic_test_file=/shlib/libc.so
d7040cdb 6362 ;;
dabbade6
L
6363
6364cygwin*)
6365 # func_win32_libid is a shell function defined in ltmain.sh
6366 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6367 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6368 ;;
dabbade6
L
6369
6370mingw* | pw32*)
6371 # Base MSYS/MinGW do not provide the 'file' command needed by
6372 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6373 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6374 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6375 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
dabbade6
L
6376 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6377 lt_cv_file_magic_cmd='func_win32_libid'
6378 else
6379 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6380 lt_cv_file_magic_cmd='$OBJDUMP -f'
d7040cdb
SE
6381 fi
6382 ;;
dabbade6 6383
3725885a 6384cegcc*)
1927a18f
L
6385 # use the weaker test based on 'objdump'. See mingw*.
6386 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6387 lt_cv_file_magic_cmd='$OBJDUMP -f'
6388 ;;
6389
dabbade6
L
6390darwin* | rhapsody*)
6391 lt_cv_deplibs_check_method=pass_all
d7040cdb 6392 ;;
dabbade6
L
6393
6394freebsd* | dragonfly*)
6395 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6396 case $host_cpu in
6397 i*86 )
6398 # Not sure whether the presence of OpenBSD here was a mistake.
6399 # Let's accept both of them until this is cleared up.
6400 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6401 lt_cv_file_magic_cmd=/usr/bin/file
6402 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6403 ;;
6404 esac
6405 else
6406 lt_cv_deplibs_check_method=pass_all
6407 fi
d7040cdb 6408 ;;
dabbade6
L
6409
6410gnu*)
6411 lt_cv_deplibs_check_method=pass_all
d7040cdb 6412 ;;
dabbade6 6413
3725885a
RW
6414haiku*)
6415 lt_cv_deplibs_check_method=pass_all
6416 ;;
6417
dabbade6
L
6418hpux10.20* | hpux11*)
6419 lt_cv_file_magic_cmd=/usr/bin/file
6420 case $host_cpu in
6421 ia64*)
6422 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6423 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6424 ;;
6425 hppa*64*)
3725885a 6426 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]'
dabbade6
L
6427 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6428 ;;
6429 *)
3725885a 6430 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
dabbade6
L
6431 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6432 ;;
6433 esac
d7040cdb 6434 ;;
24443139 6435
dabbade6
L
6436interix[3-9]*)
6437 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6438 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6439 ;;
24443139 6440
dabbade6
L
6441irix5* | irix6* | nonstopux*)
6442 case $LD in
6443 *-32|*"-32 ") libmagic=32-bit;;
6444 *-n32|*"-n32 ") libmagic=N32;;
6445 *-64|*"-64 ") libmagic=64-bit;;
6446 *) libmagic=never-match;;
6447 esac
6448 lt_cv_deplibs_check_method=pass_all
6449 ;;
8ae85421 6450
dabbade6 6451# This must be Linux ELF.
58e24671 6452linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
6453 lt_cv_deplibs_check_method=pass_all
6454 ;;
24443139 6455
dabbade6
L
6456netbsd*)
6457 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6458 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6459 else
6460 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6461 fi
d7040cdb 6462 ;;
24443139 6463
dabbade6
L
6464newos6*)
6465 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6466 lt_cv_file_magic_cmd=/usr/bin/file
6467 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6468 ;;
d7040cdb 6469
dabbade6
L
6470*nto* | *qnx*)
6471 lt_cv_deplibs_check_method=pass_all
6472 ;;
d7040cdb 6473
dabbade6
L
6474openbsd*)
6475 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6476 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
d7040cdb 6477 else
dabbade6 6478 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d7040cdb 6479 fi
dabbade6 6480 ;;
24443139 6481
dabbade6
L
6482osf3* | osf4* | osf5*)
6483 lt_cv_deplibs_check_method=pass_all
6484 ;;
24443139 6485
dabbade6
L
6486rdos*)
6487 lt_cv_deplibs_check_method=pass_all
6488 ;;
81172ff2 6489
dabbade6
L
6490solaris*)
6491 lt_cv_deplibs_check_method=pass_all
6492 ;;
81172ff2 6493
dabbade6
L
6494sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6495 lt_cv_deplibs_check_method=pass_all
6496 ;;
252b5132 6497
dabbade6
L
6498sysv4 | sysv4.3*)
6499 case $host_vendor in
6500 motorola)
6501 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]'
6502 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6503 ;;
6504 ncr)
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
6507 sequent)
6508 lt_cv_file_magic_cmd='/bin/file'
6509 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6510 ;;
6511 sni)
6512 lt_cv_file_magic_cmd='/bin/file'
6513 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6514 lt_cv_file_magic_test_file=/lib/libc.so
6515 ;;
6516 siemens)
6517 lt_cv_deplibs_check_method=pass_all
6518 ;;
6519 pc)
6520 lt_cv_deplibs_check_method=pass_all
6521 ;;
6522 esac
6523 ;;
252b5132 6524
dabbade6
L
6525tpf*)
6526 lt_cv_deplibs_check_method=pass_all
6527 ;;
6528esac
979273e3 6529
dabbade6 6530fi
81ecdfbb
RW
6531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6532$as_echo "$lt_cv_deplibs_check_method" >&6; }
dabbade6
L
6533file_magic_cmd=$lt_cv_file_magic_cmd
6534deplibs_check_method=$lt_cv_deplibs_check_method
6535test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6536
979273e3 6537
979273e3 6538
dabbade6
L
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548if test -n "$ac_tool_prefix"; then
6549 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6550set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6552$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6553if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6554 $as_echo_n "(cached) " >&6
dabbade6
L
6555else
6556 if test -n "$AR"; then
6557 ac_cv_prog_AR="$AR" # Let the user override the test.
6558else
6559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6560for as_dir in $PATH
6561do
6562 IFS=$as_save_IFS
6563 test -z "$as_dir" && as_dir=.
81ecdfbb 6564 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6566 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6568 break 2
252b5132 6569 fi
979273e3 6570done
81ecdfbb
RW
6571 done
6572IFS=$as_save_IFS
979273e3 6573
dabbade6
L
6574fi
6575fi
6576AR=$ac_cv_prog_AR
6577if test -n "$AR"; then
81ecdfbb
RW
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6579$as_echo "$AR" >&6; }
dabbade6 6580else
81ecdfbb
RW
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6582$as_echo "no" >&6; }
979273e3 6583fi
d7040cdb 6584
81ecdfbb 6585
252b5132 6586fi
dabbade6
L
6587if test -z "$ac_cv_prog_AR"; then
6588 ac_ct_AR=$AR
6589 # Extract the first word of "ar", so it can be a program name with args.
6590set dummy ar; ac_word=$2
81ecdfbb
RW
6591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6592$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6593if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6594 $as_echo_n "(cached) " >&6
979273e3 6595else
dabbade6
L
6596 if test -n "$ac_ct_AR"; then
6597 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6598else
6599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6600for as_dir in $PATH
6601do
6602 IFS=$as_save_IFS
6603 test -z "$as_dir" && as_dir=.
81ecdfbb 6604 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6606 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6608 break 2
6609 fi
6610done
81ecdfbb
RW
6611 done
6612IFS=$as_save_IFS
dabbade6 6613
dabbade6
L
6614fi
6615fi
6616ac_ct_AR=$ac_cv_prog_ac_ct_AR
6617if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6619$as_echo "$ac_ct_AR" >&6; }
dabbade6 6620else
81ecdfbb
RW
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6622$as_echo "no" >&6; }
252b5132
RH
6623fi
6624
81ecdfbb
RW
6625 if test "x$ac_ct_AR" = x; then
6626 AR="false"
6627 else
6628 case $cross_compiling:$ac_tool_warned in
6629yes:)
6630{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6631$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6632ac_tool_warned=yes ;;
6633esac
6634 AR=$ac_ct_AR
6635 fi
dabbade6
L
6636else
6637 AR="$ac_cv_prog_AR"
6638fi
252b5132 6639
dabbade6
L
6640test -z "$AR" && AR=ar
6641test -z "$AR_FLAGS" && AR_FLAGS=cru
252b5132 6642
979273e3 6643
979273e3 6644
979273e3 6645
252b5132 6646
979273e3 6647
979273e3 6648
252b5132 6649
979273e3 6650
979273e3 6651
979273e3 6652
dabbade6
L
6653if test -n "$ac_tool_prefix"; then
6654 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6655set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6657$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6658if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6659 $as_echo_n "(cached) " >&6
dabbade6
L
6660else
6661 if test -n "$STRIP"; then
6662 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6663else
6664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6665for as_dir in $PATH
6666do
6667 IFS=$as_save_IFS
6668 test -z "$as_dir" && as_dir=.
81ecdfbb 6669 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6671 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6673 break 2
6674 fi
6675done
81ecdfbb
RW
6676 done
6677IFS=$as_save_IFS
979273e3 6678
dabbade6
L
6679fi
6680fi
6681STRIP=$ac_cv_prog_STRIP
6682if test -n "$STRIP"; then
81ecdfbb
RW
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6684$as_echo "$STRIP" >&6; }
dabbade6 6685else
81ecdfbb
RW
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6687$as_echo "no" >&6; }
dabbade6 6688fi
979273e3 6689
81ecdfbb 6690
dabbade6
L
6691fi
6692if test -z "$ac_cv_prog_STRIP"; then
6693 ac_ct_STRIP=$STRIP
6694 # Extract the first word of "strip", so it can be a program name with args.
6695set dummy strip; ac_word=$2
81ecdfbb
RW
6696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6697$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6698if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6699 $as_echo_n "(cached) " >&6
dabbade6
L
6700else
6701 if test -n "$ac_ct_STRIP"; then
6702 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6703else
6704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6705for as_dir in $PATH
6706do
6707 IFS=$as_save_IFS
6708 test -z "$as_dir" && as_dir=.
81ecdfbb 6709 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6711 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6713 break 2
6714 fi
6715done
81ecdfbb
RW
6716 done
6717IFS=$as_save_IFS
979273e3 6718
dabbade6
L
6719fi
6720fi
6721ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6722if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6724$as_echo "$ac_ct_STRIP" >&6; }
dabbade6 6725else
81ecdfbb
RW
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6727$as_echo "no" >&6; }
dabbade6 6728fi
979273e3 6729
81ecdfbb
RW
6730 if test "x$ac_ct_STRIP" = x; then
6731 STRIP=":"
6732 else
6733 case $cross_compiling:$ac_tool_warned in
6734yes:)
6735{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6736$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6737ac_tool_warned=yes ;;
6738esac
6739 STRIP=$ac_ct_STRIP
6740 fi
dabbade6
L
6741else
6742 STRIP="$ac_cv_prog_STRIP"
6743fi
979273e3 6744
dabbade6 6745test -z "$STRIP" && STRIP=:
979273e3 6746
d7040cdb 6747
979273e3 6748
d7040cdb 6749
979273e3 6750
979273e3 6751
dabbade6
L
6752if test -n "$ac_tool_prefix"; then
6753 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6754set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6756$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6757if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6758 $as_echo_n "(cached) " >&6
979273e3 6759else
dabbade6
L
6760 if test -n "$RANLIB"; then
6761 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6762else
6763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764for as_dir in $PATH
6765do
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
81ecdfbb 6768 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6770 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6772 break 2
6773 fi
6774done
81ecdfbb
RW
6775 done
6776IFS=$as_save_IFS
979273e3 6777
979273e3 6778fi
979273e3 6779fi
dabbade6
L
6780RANLIB=$ac_cv_prog_RANLIB
6781if test -n "$RANLIB"; then
81ecdfbb
RW
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6783$as_echo "$RANLIB" >&6; }
dabbade6 6784else
81ecdfbb
RW
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6786$as_echo "no" >&6; }
dabbade6 6787fi
d7040cdb 6788
81ecdfbb 6789
d7040cdb 6790fi
dabbade6
L
6791if test -z "$ac_cv_prog_RANLIB"; then
6792 ac_ct_RANLIB=$RANLIB
6793 # Extract the first word of "ranlib", so it can be a program name with args.
6794set dummy ranlib; ac_word=$2
81ecdfbb
RW
6795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6796$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6797if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6798 $as_echo_n "(cached) " >&6
979273e3 6799else
dabbade6
L
6800 if test -n "$ac_ct_RANLIB"; then
6801 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6802else
6803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6804for as_dir in $PATH
d7040cdb 6805do
dabbade6
L
6806 IFS=$as_save_IFS
6807 test -z "$as_dir" && as_dir=.
81ecdfbb 6808 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6810 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6812 break 2
979273e3 6813 fi
dabbade6 6814done
81ecdfbb
RW
6815 done
6816IFS=$as_save_IFS
dabbade6 6817
979273e3 6818fi
dabbade6
L
6819fi
6820ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6821if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6823$as_echo "$ac_ct_RANLIB" >&6; }
979273e3 6824else
81ecdfbb
RW
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6826$as_echo "no" >&6; }
d7040cdb 6827fi
d7040cdb 6828
81ecdfbb
RW
6829 if test "x$ac_ct_RANLIB" = x; then
6830 RANLIB=":"
6831 else
6832 case $cross_compiling:$ac_tool_warned in
6833yes:)
6834{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6835$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6836ac_tool_warned=yes ;;
6837esac
6838 RANLIB=$ac_ct_RANLIB
6839 fi
d7040cdb 6840else
dabbade6 6841 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6842fi
979273e3 6843
dabbade6 6844test -z "$RANLIB" && RANLIB=:
979273e3 6845
252b5132 6846
252b5132 6847
d7040cdb 6848
d7040cdb 6849
d7040cdb 6850
dabbade6 6851# Determine commands to create old-style static archives.
1927a18f 6852old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
dabbade6
L
6853old_postinstall_cmds='chmod 644 $oldlib'
6854old_postuninstall_cmds=
d7040cdb 6855
dabbade6
L
6856if test -n "$RANLIB"; then
6857 case $host_os in
6858 openbsd*)
6859 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6860 ;;
6861 *)
6862 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6863 ;;
6864 esac
6865 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb
SE
6866fi
6867
3725885a
RW
6868case $host_os in
6869 darwin*)
6870 lock_old_archive_extraction=yes ;;
6871 *)
6872 lock_old_archive_extraction=no ;;
6873esac
6874
6875
6876
6877
6878
6879
d7040cdb
SE
6880
6881
d7040cdb 6882
d7040cdb 6883
252b5132 6884
d7040cdb 6885
d7040cdb 6886
d7040cdb
SE
6887
6888
6889
d7040cdb 6890
d7040cdb 6891
d7040cdb 6892
252b5132 6893
d7040cdb
SE
6894
6895
6896
d7040cdb 6897
d7040cdb
SE
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
dabbade6
L
6913# If no C compiler was specified, use CC.
6914LTCC=${LTCC-"$CC"}
d7040cdb 6915
dabbade6
L
6916# If no C compiler flags were specified, use CFLAGS.
6917LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 6918
dabbade6
L
6919# Allow CC to be a program name with arguments.
6920compiler=$CC
d7040cdb
SE
6921
6922
dabbade6 6923# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6925$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6926if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6927 $as_echo_n "(cached) " >&6
dabbade6 6928else
d7040cdb 6929
dabbade6
L
6930# These are sane defaults that work on at least a few old systems.
6931# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 6932
dabbade6
L
6933# Character class describing NM global symbol codes.
6934symcode='[BCDEGRST]'
d7040cdb 6935
dabbade6
L
6936# Regexp to match symbols that can be accessed directly from C.
6937sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
d7040cdb 6938
dabbade6
L
6939# Define system-specific variables.
6940case $host_os in
6941aix*)
6942 symcode='[BCDT]'
6943 ;;
1927a18f 6944cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
6945 symcode='[ABCDGISTW]'
6946 ;;
6947hpux*)
6948 if test "$host_cpu" = ia64; then
6949 symcode='[ABCDEGRST]'
6950 fi
6951 ;;
6952irix* | nonstopux*)
6953 symcode='[BCDEGRST]'
6954 ;;
6955osf*)
6956 symcode='[BCDEGQRST]'
6957 ;;
6958solaris*)
6959 symcode='[BDRT]'
6960 ;;
6961sco3.2v5*)
6962 symcode='[DT]'
6963 ;;
6964sysv4.2uw2*)
6965 symcode='[DT]'
6966 ;;
6967sysv5* | sco5v6* | unixware* | OpenUNIX*)
6968 symcode='[ABDT]'
6969 ;;
6970sysv4)
6971 symcode='[DFNSTU]'
6972 ;;
6973esac
6974
6975# If we're using GNU nm, then use its standard symbol codes.
6976case `$NM -V 2>&1` in
6977*GNU* | *'with BFD'*)
6978 symcode='[ABCDGIRSTW]' ;;
6979esac
d7040cdb 6980
dabbade6
L
6981# Transform an extracted symbol line into a proper C declaration.
6982# Some systems (esp. on ia64) link data and code symbols differently,
6983# so use this general approach.
6984lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6985
dabbade6 6986# Transform an extracted symbol line into symbol name and symbol address
7357c5b6 6987lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
1927a18f 6988lt_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 6989
7357c5b6
AM
6990# Handle CRLF in mingw tool chain
6991opt_cr=
6992case $build_os in
6993mingw*)
6994 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6995 ;;
6996esac
d7040cdb 6997
7357c5b6
AM
6998# Try without a prefix underscore, then with it.
6999for ac_symprfx in "" "_"; do
d7040cdb 7000
7357c5b6
AM
7001 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7002 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7003
7357c5b6
AM
7004 # Write the raw and C identifiers.
7005 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7006 # Fake it for dumpbin and say T for any non-static function
7007 # and D for any global variable.
7008 # Also find C++ and __fastcall symbols from MSVC++,
7009 # which start with @ or ?.
7010 lt_cv_sys_global_symbol_pipe="$AWK '"\
7011" {last_section=section; section=\$ 3};"\
7012" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7013" \$ 0!~/External *\|/{next};"\
7014" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7015" {if(hide[section]) next};"\
7016" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7017" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7018" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7019" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7020" ' prfx=^$ac_symprfx"
7021 else
7022 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7023 fi
d7040cdb 7024
7357c5b6
AM
7025 # Check to see that the pipe works correctly.
7026 pipe_works=no
d7040cdb 7027
7357c5b6
AM
7028 rm -f conftest*
7029 cat > conftest.$ac_ext <<_LT_EOF
7030#ifdef __cplusplus
7031extern "C" {
7032#endif
7033char nm_test_var;
7034void nm_test_func(void);
7035void nm_test_func(void){}
7036#ifdef __cplusplus
dabbade6 7037}
7357c5b6
AM
7038#endif
7039int main(){nm_test_var='a';nm_test_func();return(0);}
7040_LT_EOF
7041
81ecdfbb 7042 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7043 (eval $ac_compile) 2>&5
dabbade6 7044 ac_status=$?
81ecdfbb
RW
7045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7046 test $ac_status = 0; }; then
7357c5b6
AM
7047 # Now try to grab the symbols.
7048 nlist=conftest.nm
3725885a
RW
7049 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7050 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
dabbade6 7051 ac_status=$?
81ecdfbb
RW
7052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7053 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7054 # Try sorting and uniquifying the output.
7055 if sort "$nlist" | uniq > "$nlist"T; then
7056 mv -f "$nlist"T "$nlist"
7057 else
7058 rm -f "$nlist"T
7059 fi
d7040cdb 7060
7357c5b6
AM
7061 # Make sure that we snagged all the symbols we need.
7062 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7063 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7064 cat <<_LT_EOF > conftest.$ac_ext
7065#ifdef __cplusplus
7066extern "C" {
7067#endif
d7040cdb 7068
7357c5b6
AM
7069_LT_EOF
7070 # Now generate the symbol file.
7071 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d7040cdb 7072
7357c5b6 7073 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 7074
7357c5b6
AM
7075/* The mapping between symbol names and symbols. */
7076const struct {
7077 const char *name;
7078 void *address;
7079}
7080lt__PROGRAM__LTX_preloaded_symbols[] =
7081{
7082 { "@PROGRAM@", (void *) 0 },
7083_LT_EOF
7084 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7085 cat <<\_LT_EOF >> conftest.$ac_ext
7086 {0, (void *) 0}
7087};
d7040cdb 7088
7357c5b6
AM
7089/* This works around a problem in FreeBSD linker */
7090#ifdef FREEBSD_WORKAROUND
7091static const void *lt_preloaded_setup() {
7092 return lt__PROGRAM__LTX_preloaded_symbols;
7093}
dabbade6 7094#endif
d7040cdb 7095
7357c5b6 7096#ifdef __cplusplus
dabbade6 7097}
7357c5b6
AM
7098#endif
7099_LT_EOF
7100 # Now try linking the two files.
7101 mv conftest.$ac_objext conftstm.$ac_objext
7102 lt_save_LIBS="$LIBS"
7103 lt_save_CFLAGS="$CFLAGS"
7104 LIBS="conftstm.$ac_objext"
7105 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7106 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
7107 (eval $ac_link) 2>&5
7108 ac_status=$?
81ecdfbb
RW
7109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7110 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7111 pipe_works=yes
7112 fi
7113 LIBS="$lt_save_LIBS"
7114 CFLAGS="$lt_save_CFLAGS"
7115 else
7116 echo "cannot find nm_test_func in $nlist" >&5
7117 fi
7118 else
7119 echo "cannot find nm_test_var in $nlist" >&5
7120 fi
7121 else
7122 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7123 fi
7124 else
7125 echo "$progname: failed program was:" >&5
7126 cat conftest.$ac_ext >&5
7127 fi
1927a18f 7128 rm -rf conftest* conftst*
7357c5b6
AM
7129
7130 # Do not use the global_symbol_pipe unless it works.
7131 if test "$pipe_works" = yes; then
7132 break
7133 else
7134 lt_cv_sys_global_symbol_pipe=
7135 fi
7136done
d7040cdb 7137
dabbade6 7138fi
7357c5b6
AM
7139
7140if test -z "$lt_cv_sys_global_symbol_pipe"; then
7141 lt_cv_sys_global_symbol_to_cdecl=
dabbade6 7142fi
7357c5b6 7143if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7145$as_echo "failed" >&6; }
7357c5b6 7146else
81ecdfbb
RW
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7148$as_echo "ok" >&6; }
dabbade6 7149fi
d7040cdb 7150
d7040cdb 7151
d7040cdb 7152
d7040cdb 7153
d7040cdb 7154
d7040cdb 7155
d7040cdb 7156
d7040cdb 7157
d7040cdb 7158
d7040cdb 7159
d7040cdb 7160
d7040cdb 7161
7357c5b6
AM
7162
7163
7164
1927a18f
L
7165
7166
7167
7168
7169
7357c5b6
AM
7170
7171
81ecdfbb
RW
7172# Check whether --enable-libtool-lock was given.
7173if test "${enable_libtool_lock+set}" = set; then :
7174 enableval=$enable_libtool_lock;
7175fi
7357c5b6 7176
7357c5b6
AM
7177test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7178
7179# Some flags need to be propagated to the compiler or linker for good
7180# libtool support.
7181case $host in
7182ia64-*-hpux*)
7183 # Find out which ABI we are using.
7184 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7185 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7186 (eval $ac_compile) 2>&5
7187 ac_status=$?
81ecdfbb
RW
7188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7189 test $ac_status = 0; }; then
7357c5b6
AM
7190 case `/usr/bin/file conftest.$ac_objext` in
7191 *ELF-32*)
7192 HPUX_IA64_MODE="32"
7193 ;;
7194 *ELF-64*)
7195 HPUX_IA64_MODE="64"
7196 ;;
7197 esac
7198 fi
7199 rm -rf conftest*
7200 ;;
7201*-*-irix6*)
7202 # Find out which ABI we are using.
3725885a 7203 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7204 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7205 (eval $ac_compile) 2>&5
7206 ac_status=$?
81ecdfbb
RW
7207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7208 test $ac_status = 0; }; then
7357c5b6
AM
7209 if test "$lt_cv_prog_gnu_ld" = yes; then
7210 case `/usr/bin/file conftest.$ac_objext` in
7211 *32-bit*)
7212 LD="${LD-ld} -melf32bsmip"
7213 ;;
7214 *N32*)
7215 LD="${LD-ld} -melf32bmipn32"
7216 ;;
7217 *64-bit*)
7218 LD="${LD-ld} -melf64bmip"
7219 ;;
7220 esac
7221 else
7222 case `/usr/bin/file conftest.$ac_objext` in
7223 *32-bit*)
7224 LD="${LD-ld} -32"
7225 ;;
7226 *N32*)
7227 LD="${LD-ld} -n32"
7228 ;;
7229 *64-bit*)
7230 LD="${LD-ld} -64"
7231 ;;
7232 esac
7233 fi
7234 fi
7235 rm -rf conftest*
7236 ;;
7237
cc9afea3 7238x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7239s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7240 # Find out which ABI we are using.
7241 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7243 (eval $ac_compile) 2>&5
7244 ac_status=$?
81ecdfbb
RW
7245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7246 test $ac_status = 0; }; then
7357c5b6
AM
7247 case `/usr/bin/file conftest.o` in
7248 *32-bit*)
7249 case $host in
7250 x86_64-*kfreebsd*-gnu)
7251 LD="${LD-ld} -m elf_i386_fbsd"
7252 ;;
7253 x86_64-*linux*)
6d2920c8
L
7254 case `/usr/bin/file conftest.o` in
7255 *x86-64*)
7256 LD="${LD-ld} -m elf32_x86_64"
7257 ;;
7258 *)
7259 LD="${LD-ld} -m elf_i386"
7260 ;;
7261 esac
7357c5b6 7262 ;;
cc9afea3
AM
7263 powerpc64le-*linux*)
7264 LD="${LD-ld} -m elf32lppclinux"
7265 ;;
7266 powerpc64-*linux*)
7357c5b6
AM
7267 LD="${LD-ld} -m elf32ppclinux"
7268 ;;
7269 s390x-*linux*)
7270 LD="${LD-ld} -m elf_s390"
7271 ;;
7272 sparc64-*linux*)
7273 LD="${LD-ld} -m elf32_sparc"
7274 ;;
7275 esac
7276 ;;
7277 *64-bit*)
7278 case $host in
7279 x86_64-*kfreebsd*-gnu)
7280 LD="${LD-ld} -m elf_x86_64_fbsd"
7281 ;;
7282 x86_64-*linux*)
7283 LD="${LD-ld} -m elf_x86_64"
7284 ;;
cc9afea3
AM
7285 powerpcle-*linux*)
7286 LD="${LD-ld} -m elf64lppc"
7287 ;;
7288 powerpc-*linux*)
7357c5b6
AM
7289 LD="${LD-ld} -m elf64ppc"
7290 ;;
7291 s390*-*linux*|s390*-*tpf*)
7292 LD="${LD-ld} -m elf64_s390"
7293 ;;
7294 sparc*-*linux*)
7295 LD="${LD-ld} -m elf64_sparc"
7296 ;;
7297 esac
7298 ;;
7299 esac
7300 fi
7301 rm -rf conftest*
7302 ;;
7303
7304*-*-sco3.2v5*)
7305 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7306 SAVE_CFLAGS="$CFLAGS"
7307 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7309$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7310if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7311 $as_echo_n "(cached) " >&6
dabbade6 7312else
7357c5b6
AM
7313 ac_ext=c
7314ac_cpp='$CPP $CPPFLAGS'
7315ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7316ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7317ac_compiler_gnu=$ac_cv_c_compiler_gnu
7318
81ecdfbb 7319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 7320/* end confdefs.h. */
d7040cdb 7321
7357c5b6
AM
7322int
7323main ()
7324{
7325
7326 ;
7327 return 0;
7328}
dabbade6 7329_ACEOF
81ecdfbb 7330if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7331 lt_cv_cc_needs_belf=yes
dabbade6 7332else
81ecdfbb 7333 lt_cv_cc_needs_belf=no
dabbade6 7334fi
81ecdfbb
RW
7335rm -f core conftest.err conftest.$ac_objext \
7336 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7337 ac_ext=c
7338ac_cpp='$CPP $CPPFLAGS'
7339ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7340ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7341ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7342
dabbade6 7343fi
81ecdfbb
RW
7344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7345$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7346 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7347 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7348 CFLAGS="$SAVE_CFLAGS"
7349 fi
7350 ;;
7351sparc*-*solaris*)
7352 # Find out which ABI we are using.
7353 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7354 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7355 (eval $ac_compile) 2>&5
7356 ac_status=$?
81ecdfbb
RW
7357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7358 test $ac_status = 0; }; then
7357c5b6
AM
7359 case `/usr/bin/file conftest.o` in
7360 *64-bit*)
7361 case $lt_cv_prog_gnu_ld in
7362 yes*) LD="${LD-ld} -m elf64_sparc" ;;
1927a18f
L
7363 *)
7364 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7365 LD="${LD-ld} -64"
7366 fi
7367 ;;
7357c5b6
AM
7368 esac
7369 ;;
7370 esac
7371 fi
7372 rm -rf conftest*
7373 ;;
7374esac
d7040cdb 7375
7357c5b6 7376need_locks="$enable_libtool_lock"
d7040cdb 7377
d7040cdb 7378
1927a18f
L
7379 case $host_os in
7380 rhapsody* | darwin*)
7381 if test -n "$ac_tool_prefix"; then
7382 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7383set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7385$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7386if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7387 $as_echo_n "(cached) " >&6
1927a18f
L
7388else
7389 if test -n "$DSYMUTIL"; then
7390 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7391else
7392as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7393for as_dir in $PATH
7394do
7395 IFS=$as_save_IFS
7396 test -z "$as_dir" && as_dir=.
81ecdfbb 7397 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7399 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7401 break 2
7402 fi
7403done
81ecdfbb
RW
7404 done
7405IFS=$as_save_IFS
1927a18f
L
7406
7407fi
7408fi
7409DSYMUTIL=$ac_cv_prog_DSYMUTIL
7410if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7412$as_echo "$DSYMUTIL" >&6; }
1927a18f 7413else
81ecdfbb
RW
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7415$as_echo "no" >&6; }
1927a18f
L
7416fi
7417
81ecdfbb 7418
1927a18f
L
7419fi
7420if test -z "$ac_cv_prog_DSYMUTIL"; then
7421 ac_ct_DSYMUTIL=$DSYMUTIL
7422 # Extract the first word of "dsymutil", so it can be a program name with args.
7423set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7425$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7426if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7427 $as_echo_n "(cached) " >&6
1927a18f
L
7428else
7429 if test -n "$ac_ct_DSYMUTIL"; then
7430 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7431else
7432as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7433for as_dir in $PATH
7434do
7435 IFS=$as_save_IFS
7436 test -z "$as_dir" && as_dir=.
81ecdfbb 7437 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7438 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7439 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7441 break 2
7442 fi
7443done
81ecdfbb
RW
7444 done
7445IFS=$as_save_IFS
1927a18f 7446
1927a18f
L
7447fi
7448fi
7449ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7450if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7452$as_echo "$ac_ct_DSYMUTIL" >&6; }
1927a18f 7453else
81ecdfbb
RW
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7455$as_echo "no" >&6; }
1927a18f
L
7456fi
7457
81ecdfbb
RW
7458 if test "x$ac_ct_DSYMUTIL" = x; then
7459 DSYMUTIL=":"
7460 else
7461 case $cross_compiling:$ac_tool_warned in
7462yes:)
7463{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7464$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7465ac_tool_warned=yes ;;
7466esac
7467 DSYMUTIL=$ac_ct_DSYMUTIL
7468 fi
1927a18f
L
7469else
7470 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7471fi
7472
7473 if test -n "$ac_tool_prefix"; then
7474 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7475set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7477$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7478if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7479 $as_echo_n "(cached) " >&6
1927a18f
L
7480else
7481 if test -n "$NMEDIT"; then
7482 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7483else
7484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7485for as_dir in $PATH
7486do
7487 IFS=$as_save_IFS
7488 test -z "$as_dir" && as_dir=.
81ecdfbb 7489 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7491 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7493 break 2
7494 fi
7495done
81ecdfbb
RW
7496 done
7497IFS=$as_save_IFS
1927a18f
L
7498
7499fi
7500fi
7501NMEDIT=$ac_cv_prog_NMEDIT
7502if test -n "$NMEDIT"; then
81ecdfbb
RW
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7504$as_echo "$NMEDIT" >&6; }
1927a18f 7505else
81ecdfbb
RW
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7507$as_echo "no" >&6; }
1927a18f
L
7508fi
7509
81ecdfbb 7510
1927a18f
L
7511fi
7512if test -z "$ac_cv_prog_NMEDIT"; then
7513 ac_ct_NMEDIT=$NMEDIT
7514 # Extract the first word of "nmedit", so it can be a program name with args.
7515set dummy nmedit; ac_word=$2
81ecdfbb
RW
7516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7517$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7518if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7519 $as_echo_n "(cached) " >&6
1927a18f
L
7520else
7521 if test -n "$ac_ct_NMEDIT"; then
7522 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7523else
7524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7525for as_dir in $PATH
7526do
7527 IFS=$as_save_IFS
7528 test -z "$as_dir" && as_dir=.
81ecdfbb 7529 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7531 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7533 break 2
7534 fi
7535done
81ecdfbb
RW
7536 done
7537IFS=$as_save_IFS
1927a18f 7538
1927a18f
L
7539fi
7540fi
7541ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7542if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7544$as_echo "$ac_ct_NMEDIT" >&6; }
1927a18f 7545else
81ecdfbb
RW
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7547$as_echo "no" >&6; }
1927a18f
L
7548fi
7549
81ecdfbb
RW
7550 if test "x$ac_ct_NMEDIT" = x; then
7551 NMEDIT=":"
7552 else
7553 case $cross_compiling:$ac_tool_warned in
7554yes:)
7555{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7556$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7557ac_tool_warned=yes ;;
7558esac
7559 NMEDIT=$ac_ct_NMEDIT
7560 fi
1927a18f
L
7561else
7562 NMEDIT="$ac_cv_prog_NMEDIT"
7563fi
7564
7565 if test -n "$ac_tool_prefix"; then
7566 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7567set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7569$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7570if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7571 $as_echo_n "(cached) " >&6
1927a18f
L
7572else
7573 if test -n "$LIPO"; then
7574 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7575else
7576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7577for as_dir in $PATH
7578do
7579 IFS=$as_save_IFS
7580 test -z "$as_dir" && as_dir=.
81ecdfbb 7581 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7583 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7585 break 2
7586 fi
7587done
81ecdfbb
RW
7588 done
7589IFS=$as_save_IFS
1927a18f
L
7590
7591fi
7592fi
7593LIPO=$ac_cv_prog_LIPO
7594if test -n "$LIPO"; then
81ecdfbb
RW
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7596$as_echo "$LIPO" >&6; }
1927a18f 7597else
81ecdfbb
RW
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599$as_echo "no" >&6; }
1927a18f
L
7600fi
7601
81ecdfbb 7602
1927a18f
L
7603fi
7604if test -z "$ac_cv_prog_LIPO"; then
7605 ac_ct_LIPO=$LIPO
7606 # Extract the first word of "lipo", so it can be a program name with args.
7607set dummy lipo; ac_word=$2
81ecdfbb
RW
7608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7609$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7610if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7611 $as_echo_n "(cached) " >&6
1927a18f
L
7612else
7613 if test -n "$ac_ct_LIPO"; then
7614 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7615else
7616as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7617for as_dir in $PATH
7618do
7619 IFS=$as_save_IFS
7620 test -z "$as_dir" && as_dir=.
81ecdfbb 7621 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7623 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7625 break 2
7626 fi
7627done
81ecdfbb
RW
7628 done
7629IFS=$as_save_IFS
1927a18f 7630
1927a18f
L
7631fi
7632fi
7633ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7634if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7636$as_echo "$ac_ct_LIPO" >&6; }
1927a18f 7637else
81ecdfbb
RW
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7639$as_echo "no" >&6; }
1927a18f
L
7640fi
7641
81ecdfbb
RW
7642 if test "x$ac_ct_LIPO" = x; then
7643 LIPO=":"
7644 else
7645 case $cross_compiling:$ac_tool_warned in
7646yes:)
7647{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7648$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7649ac_tool_warned=yes ;;
7650esac
7651 LIPO=$ac_ct_LIPO
7652 fi
1927a18f
L
7653else
7654 LIPO="$ac_cv_prog_LIPO"
7655fi
7656
7657 if test -n "$ac_tool_prefix"; then
7658 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7659set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7661$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7662if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7663 $as_echo_n "(cached) " >&6
1927a18f
L
7664else
7665 if test -n "$OTOOL"; then
7666 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7667else
7668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7669for as_dir in $PATH
7670do
7671 IFS=$as_save_IFS
7672 test -z "$as_dir" && as_dir=.
81ecdfbb 7673 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7675 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7677 break 2
7678 fi
7679done
81ecdfbb
RW
7680 done
7681IFS=$as_save_IFS
1927a18f
L
7682
7683fi
7684fi
7685OTOOL=$ac_cv_prog_OTOOL
7686if test -n "$OTOOL"; then
81ecdfbb
RW
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7688$as_echo "$OTOOL" >&6; }
1927a18f 7689else
81ecdfbb
RW
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691$as_echo "no" >&6; }
1927a18f
L
7692fi
7693
81ecdfbb 7694
1927a18f
L
7695fi
7696if test -z "$ac_cv_prog_OTOOL"; then
7697 ac_ct_OTOOL=$OTOOL
7698 # Extract the first word of "otool", so it can be a program name with args.
7699set dummy otool; ac_word=$2
81ecdfbb
RW
7700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7701$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7702if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7703 $as_echo_n "(cached) " >&6
1927a18f
L
7704else
7705 if test -n "$ac_ct_OTOOL"; then
7706 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7707else
7708as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7709for as_dir in $PATH
7710do
7711 IFS=$as_save_IFS
7712 test -z "$as_dir" && as_dir=.
81ecdfbb 7713 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7715 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7717 break 2
7718 fi
7719done
81ecdfbb
RW
7720 done
7721IFS=$as_save_IFS
1927a18f 7722
1927a18f
L
7723fi
7724fi
7725ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7726if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7728$as_echo "$ac_ct_OTOOL" >&6; }
1927a18f 7729else
81ecdfbb
RW
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7731$as_echo "no" >&6; }
1927a18f
L
7732fi
7733
81ecdfbb
RW
7734 if test "x$ac_ct_OTOOL" = x; then
7735 OTOOL=":"
7736 else
7737 case $cross_compiling:$ac_tool_warned in
7738yes:)
7739{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7740$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7741ac_tool_warned=yes ;;
7742esac
7743 OTOOL=$ac_ct_OTOOL
7744 fi
1927a18f
L
7745else
7746 OTOOL="$ac_cv_prog_OTOOL"
7747fi
7748
7749 if test -n "$ac_tool_prefix"; then
7750 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7751set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7754if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7755 $as_echo_n "(cached) " >&6
1927a18f
L
7756else
7757 if test -n "$OTOOL64"; then
7758 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7759else
7760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7761for as_dir in $PATH
7762do
7763 IFS=$as_save_IFS
7764 test -z "$as_dir" && as_dir=.
81ecdfbb 7765 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7767 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7769 break 2
7770 fi
7771done
81ecdfbb
RW
7772 done
7773IFS=$as_save_IFS
1927a18f
L
7774
7775fi
7776fi
7777OTOOL64=$ac_cv_prog_OTOOL64
7778if test -n "$OTOOL64"; then
81ecdfbb
RW
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7780$as_echo "$OTOOL64" >&6; }
1927a18f 7781else
81ecdfbb
RW
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783$as_echo "no" >&6; }
1927a18f
L
7784fi
7785
81ecdfbb 7786
1927a18f
L
7787fi
7788if test -z "$ac_cv_prog_OTOOL64"; then
7789 ac_ct_OTOOL64=$OTOOL64
7790 # Extract the first word of "otool64", so it can be a program name with args.
7791set dummy otool64; ac_word=$2
81ecdfbb
RW
7792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7793$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7794if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7795 $as_echo_n "(cached) " >&6
1927a18f
L
7796else
7797 if test -n "$ac_ct_OTOOL64"; then
7798 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7799else
7800as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7801for as_dir in $PATH
7802do
7803 IFS=$as_save_IFS
7804 test -z "$as_dir" && as_dir=.
81ecdfbb 7805 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7806 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7807 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7809 break 2
7810 fi
7811done
81ecdfbb
RW
7812 done
7813IFS=$as_save_IFS
1927a18f 7814
1927a18f
L
7815fi
7816fi
7817ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7818if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7820$as_echo "$ac_ct_OTOOL64" >&6; }
1927a18f 7821else
81ecdfbb
RW
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7823$as_echo "no" >&6; }
1927a18f
L
7824fi
7825
81ecdfbb
RW
7826 if test "x$ac_ct_OTOOL64" = x; then
7827 OTOOL64=":"
7828 else
7829 case $cross_compiling:$ac_tool_warned in
7830yes:)
7831{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7832$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7833ac_tool_warned=yes ;;
7834esac
7835 OTOOL64=$ac_ct_OTOOL64
7836 fi
1927a18f
L
7837else
7838 OTOOL64="$ac_cv_prog_OTOOL64"
7839fi
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
81ecdfbb
RW
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7868$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7869if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7870 $as_echo_n "(cached) " >&6
1927a18f
L
7871else
7872 lt_cv_apple_cc_single_mod=no
7873 if test -z "${LT_MULTI_MODULE}"; then
7874 # By default we will add the -single_module flag. You can override
7875 # by either setting the environment variable LT_MULTI_MODULE
7876 # non-empty at configure time, or by adding -multi_module to the
7877 # link flags.
7878 rm -rf libconftest.dylib*
7879 echo "int foo(void){return 1;}" > conftest.c
7880 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7881-dynamiclib -Wl,-single_module conftest.c" >&5
7882 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7883 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7884 _lt_result=$?
7885 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7886 lt_cv_apple_cc_single_mod=yes
7887 else
7888 cat conftest.err >&5
7889 fi
7890 rm -rf libconftest.dylib*
7891 rm -f conftest.*
7892 fi
7893fi
81ecdfbb
RW
7894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7895$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7897$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7898if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7899 $as_echo_n "(cached) " >&6
1927a18f
L
7900else
7901 lt_cv_ld_exported_symbols_list=no
7902 save_LDFLAGS=$LDFLAGS
7903 echo "_main" > conftest.sym
7904 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927a18f
L
7906/* end confdefs.h. */
7907
7908int
7909main ()
7910{
7911
7912 ;
7913 return 0;
7914}
7915_ACEOF
81ecdfbb 7916if ac_fn_c_try_link "$LINENO"; then :
1927a18f
L
7917 lt_cv_ld_exported_symbols_list=yes
7918else
81ecdfbb 7919 lt_cv_ld_exported_symbols_list=no
1927a18f 7920fi
81ecdfbb
RW
7921rm -f core conftest.err conftest.$ac_objext \
7922 conftest$ac_exeext conftest.$ac_ext
1927a18f
L
7923 LDFLAGS="$save_LDFLAGS"
7924
7925fi
81ecdfbb
RW
7926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7927$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7929$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7930if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7931 $as_echo_n "(cached) " >&6
7932else
7933 lt_cv_ld_force_load=no
7934 cat > conftest.c << _LT_EOF
7935int forced_loaded() { return 2;}
7936_LT_EOF
7937 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7938 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7939 echo "$AR cru libconftest.a conftest.o" >&5
7940 $AR cru libconftest.a conftest.o 2>&5
7941 cat > conftest.c << _LT_EOF
7942int main() { return 0;}
7943_LT_EOF
7944 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7945 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7946 _lt_result=$?
7947 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7948 lt_cv_ld_force_load=yes
7949 else
7950 cat conftest.err >&5
7951 fi
7952 rm -f conftest.err libconftest.a conftest conftest.c
7953 rm -rf conftest.dSYM
7954
7955fi
7956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7957$as_echo "$lt_cv_ld_force_load" >&6; }
1927a18f
L
7958 case $host_os in
7959 rhapsody* | darwin1.[012])
7960 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7961 darwin1.*)
7962 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7963 darwin*) # darwin 5.x on
7964 # if running on 10.5 or later, the deployment target defaults
7965 # to the OS version, if on x86, and 10.4, the deployment
7966 # target defaults to 10.4. Don't you love it?
7967 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7968 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7969 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7970 10.[012][,.]*)
1927a18f
L
7971 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7972 10.*)
7973 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7974 esac
7975 ;;
7976 esac
7977 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7978 _lt_dar_single_mod='$single_module'
7979 fi
7980 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7981 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7982 else
7983 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7984 fi
3725885a 7985 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1927a18f
L
7986 _lt_dsymutil='~$DSYMUTIL $lib || :'
7987 else
7988 _lt_dsymutil=
7989 fi
7990 ;;
7991 esac
7992
dabbade6 7993for ac_header in dlfcn.h
81ecdfbb
RW
7994do :
7995 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7996"
d0ac1c44 7997if test "x$ac_cv_header_dlfcn_h" = xyes; then :
dabbade6 7998 cat >>confdefs.h <<_ACEOF
81ecdfbb 7999#define HAVE_DLFCN_H 1
dabbade6 8000_ACEOF
d7040cdb 8001
dabbade6 8002fi
d7040cdb 8003
dabbade6 8004done
d7040cdb 8005
d7040cdb 8006
d7040cdb 8007
3725885a
RW
8008
8009
1927a18f
L
8010# Set options
8011
8012
8013
8014 enable_dlopen=no
8015
8016
8017 enable_win32_dll=no
8018
8019
8020
81ecdfbb
RW
8021 # Check whether --enable-static was given.
8022if test "${enable_static+set}" = set; then :
8023 enableval=$enable_static; p=${PACKAGE-default}
1927a18f
L
8024 case $enableval in
8025 yes) enable_static=yes ;;
8026 no) enable_static=no ;;
8027 *)
8028 enable_static=no
8029 # Look at the argument we got. We use all the common list separators.
8030 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8031 for pkg in $enableval; do
8032 IFS="$lt_save_ifs"
8033 if test "X$pkg" = "X$p"; then
8034 enable_static=yes
8035 fi
8036 done
8037 IFS="$lt_save_ifs"
8038 ;;
8039 esac
8040else
8041 enable_static=yes
81ecdfbb 8042fi
1927a18f
L
8043
8044
8045
8046
8047
8048
8049
8050
8051
81ecdfbb
RW
8052
8053# Check whether --with-pic was given.
8054if test "${with_pic+set}" = set; then :
8055 withval=$with_pic; pic_mode="$withval"
1927a18f
L
8056else
8057 pic_mode=default
81ecdfbb
RW
8058fi
8059
1927a18f
L
8060
8061test -z "$pic_mode" && pic_mode=default
8062
8063
8064
8065
8066
8067
8068
81ecdfbb
RW
8069 # Check whether --enable-fast-install was given.
8070if test "${enable_fast_install+set}" = set; then :
8071 enableval=$enable_fast_install; p=${PACKAGE-default}
1927a18f
L
8072 case $enableval in
8073 yes) enable_fast_install=yes ;;
8074 no) enable_fast_install=no ;;
8075 *)
8076 enable_fast_install=no
8077 # Look at the argument we got. We use all the common list separators.
8078 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8079 for pkg in $enableval; do
8080 IFS="$lt_save_ifs"
8081 if test "X$pkg" = "X$p"; then
8082 enable_fast_install=yes
8083 fi
8084 done
8085 IFS="$lt_save_ifs"
8086 ;;
8087 esac
8088else
8089 enable_fast_install=yes
81ecdfbb
RW
8090fi
8091
1927a18f
L
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
dabbade6
L
8102# This can be used to rebuild libtool when needed
8103LIBTOOL_DEPS="$ltmain"
d7040cdb 8104
dabbade6
L
8105# Always use our own libtool.
8106LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 8107
d7040cdb 8108
d7040cdb 8109
d7040cdb
SE
8110
8111
8112
8113
8114
8115
d7040cdb 8116
d7040cdb 8117
d7040cdb 8118
d7040cdb
SE
8119
8120
8121
8122
8123
8124
d7040cdb 8125
d7040cdb 8126
d7040cdb
SE
8127
8128
8129
3725885a 8130
d7040cdb
SE
8131
8132
dabbade6 8133test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
8134
8135
d7040cdb 8136
d7040cdb 8137
d7040cdb
SE
8138
8139
8140
8141
8142
8143
dabbade6
L
8144
8145
8146
8147
8148if test -n "${ZSH_VERSION+set}" ; then
8149 setopt NO_GLOB_SUBST
8150fi
8151
81ecdfbb
RW
8152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8153$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8154if ${lt_cv_objdir+:} false; then :
81ecdfbb 8155 $as_echo_n "(cached) " >&6
d7040cdb 8156else
dabbade6
L
8157 rm -f .libs 2>/dev/null
8158mkdir .libs 2>/dev/null
8159if test -d .libs; then
8160 lt_cv_objdir=.libs
8161else
8162 # MS-DOS does not allow filenames that begin with a dot.
8163 lt_cv_objdir=_libs
d7040cdb 8164fi
dabbade6
L
8165rmdir .libs 2>/dev/null
8166fi
81ecdfbb
RW
8167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8168$as_echo "$lt_cv_objdir" >&6; }
dabbade6 8169objdir=$lt_cv_objdir
d7040cdb
SE
8170
8171
8172
8173
d7040cdb 8174
dabbade6
L
8175cat >>confdefs.h <<_ACEOF
8176#define LT_OBJDIR "$lt_cv_objdir/"
8177_ACEOF
d7040cdb
SE
8178
8179
8180
8181
dabbade6
L
8182case $host_os in
8183aix3*)
8184 # AIX sometimes has problems with the GCC collect2 program. For some
8185 # reason, if we set the COLLECT_NAMES environment variable, the problems
8186 # vanish in a puff of smoke.
8187 if test "X${COLLECT_NAMES+set}" != Xset; then
8188 COLLECT_NAMES=
8189 export COLLECT_NAMES
8190 fi
8191 ;;
8192esac
d7040cdb 8193
dabbade6
L
8194# Global variables:
8195ofile=libtool
8196can_build_shared=yes
d7040cdb 8197
dabbade6
L
8198# All known linkers require a `.a' archive for static linking (except MSVC,
8199# which needs '.lib').
8200libext=a
d7040cdb 8201
dabbade6 8202with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 8203
dabbade6
L
8204old_CC="$CC"
8205old_CFLAGS="$CFLAGS"
d7040cdb 8206
dabbade6
L
8207# Set sane defaults for various variables
8208test -z "$CC" && CC=cc
8209test -z "$LTCC" && LTCC=$CC
8210test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8211test -z "$LD" && LD=ld
8212test -z "$ac_objext" && ac_objext=o
8213
8214for cc_temp in $compiler""; do
8215 case $cc_temp in
8216 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8217 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8218 \-*) ;;
8219 *) break;;
8220 esac
8221done
3725885a 8222cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
dabbade6
L
8223
8224
8225# Only perform the check for file, if the check method requires it
8226test -z "$MAGIC_CMD" && MAGIC_CMD=file
8227case $deplibs_check_method in
8228file_magic*)
8229 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8231$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8232if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8233 $as_echo_n "(cached) " >&6
dabbade6
L
8234else
8235 case $MAGIC_CMD in
8236[\\/*] | ?:[\\/]*)
8237 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8238 ;;
8239*)
8240 lt_save_MAGIC_CMD="$MAGIC_CMD"
8241 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8242 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8243 for ac_dir in $ac_dummy; do
8244 IFS="$lt_save_ifs"
8245 test -z "$ac_dir" && ac_dir=.
8246 if test -f $ac_dir/${ac_tool_prefix}file; then
8247 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8248 if test -n "$file_magic_test_file"; then
8249 case $deplibs_check_method in
8250 "file_magic "*)
8251 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8252 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8253 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8254 $EGREP "$file_magic_regex" > /dev/null; then
8255 :
d7040cdb 8256 else
dabbade6 8257 cat <<_LT_EOF 1>&2
d7040cdb 8258
dabbade6
L
8259*** Warning: the command libtool uses to detect shared libraries,
8260*** $file_magic_cmd, produces output that libtool cannot recognize.
8261*** The result is that libtool may fail to recognize shared libraries
8262*** as such. This will affect the creation of libtool libraries that
8263*** depend on shared libraries, but programs linked with such libtool
8264*** libraries will work regardless of this problem. Nevertheless, you
8265*** may want to report the problem to your system manager and/or to
8266*** bug-libtool@gnu.org
d7040cdb 8267
dabbade6
L
8268_LT_EOF
8269 fi ;;
8270 esac
d7040cdb 8271 fi
dabbade6 8272 break
d7040cdb 8273 fi
dabbade6
L
8274 done
8275 IFS="$lt_save_ifs"
8276 MAGIC_CMD="$lt_save_MAGIC_CMD"
8277 ;;
8278esac
8279fi
d7040cdb 8280
dabbade6
L
8281MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8282if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8284$as_echo "$MAGIC_CMD" >&6; }
dabbade6 8285else
81ecdfbb
RW
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287$as_echo "no" >&6; }
dabbade6 8288fi
d7040cdb 8289
d7040cdb 8290
d7040cdb 8291
d7040cdb 8292
d7040cdb 8293
dabbade6
L
8294if test -z "$lt_cv_path_MAGIC_CMD"; then
8295 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8297$as_echo_n "checking for file... " >&6; }
d0ac1c44 8298if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8299 $as_echo_n "(cached) " >&6
dabbade6
L
8300else
8301 case $MAGIC_CMD in
8302[\\/*] | ?:[\\/]*)
8303 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8304 ;;
8305*)
8306 lt_save_MAGIC_CMD="$MAGIC_CMD"
8307 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8308 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8309 for ac_dir in $ac_dummy; do
8310 IFS="$lt_save_ifs"
8311 test -z "$ac_dir" && ac_dir=.
8312 if test -f $ac_dir/file; then
8313 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8314 if test -n "$file_magic_test_file"; then
8315 case $deplibs_check_method in
8316 "file_magic "*)
8317 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8318 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8319 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8320 $EGREP "$file_magic_regex" > /dev/null; then
8321 :
d7040cdb 8322 else
dabbade6 8323 cat <<_LT_EOF 1>&2
d7040cdb 8324
dabbade6
L
8325*** Warning: the command libtool uses to detect shared libraries,
8326*** $file_magic_cmd, produces output that libtool cannot recognize.
8327*** The result is that libtool may fail to recognize shared libraries
8328*** as such. This will affect the creation of libtool libraries that
8329*** depend on shared libraries, but programs linked with such libtool
8330*** libraries will work regardless of this problem. Nevertheless, you
8331*** may want to report the problem to your system manager and/or to
8332*** bug-libtool@gnu.org
d7040cdb 8333
dabbade6
L
8334_LT_EOF
8335 fi ;;
8336 esac
8337 fi
8338 break
8339 fi
8340 done
8341 IFS="$lt_save_ifs"
8342 MAGIC_CMD="$lt_save_MAGIC_CMD"
8343 ;;
8344esac
d7040cdb 8345fi
dabbade6
L
8346
8347MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8348if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8350$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8351else
81ecdfbb
RW
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8353$as_echo "no" >&6; }
dabbade6
L
8354fi
8355
d7040cdb 8356
dabbade6
L
8357 else
8358 MAGIC_CMD=:
8359 fi
d7040cdb 8360fi
d7040cdb 8361
dabbade6
L
8362 fi
8363 ;;
8364esac
d7040cdb 8365
dabbade6 8366# Use C for the default configuration in the libtool script
d7040cdb 8367
dabbade6
L
8368lt_save_CC="$CC"
8369ac_ext=c
8370ac_cpp='$CPP $CPPFLAGS'
8371ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8372ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8373ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8374
d7040cdb 8375
dabbade6
L
8376# Source file extension for C test sources.
8377ac_ext=c
d7040cdb 8378
dabbade6
L
8379# Object file extension for compiled C test sources.
8380objext=o
8381objext=$objext
8382
8383# Code to be used in simple compile tests
8384lt_simple_compile_test_code="int some_variable = 0;"
8385
8386# Code to be used in simple link tests
8387lt_simple_link_test_code='int main(){return(0);}'
8388
8389
8390
8391
8392
8393
8394
8395# If no C compiler was specified, use CC.
8396LTCC=${LTCC-"$CC"}
8397
8398# If no C compiler flags were specified, use CFLAGS.
8399LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8400
8401# Allow CC to be a program name with arguments.
8402compiler=$CC
8403
8404# Save the default compiler, since it gets overwritten when the other
8405# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8406compiler_DEFAULT=$CC
8407
8408# save warnings/boilerplate of simple test code
8409ac_outfile=conftest.$ac_objext
8410echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8411eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8412_lt_compiler_boilerplate=`cat conftest.err`
8413$RM conftest*
8414
8415ac_outfile=conftest.$ac_objext
8416echo "$lt_simple_link_test_code" >conftest.$ac_ext
8417eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8418_lt_linker_boilerplate=`cat conftest.err`
1927a18f 8419$RM -r conftest*
dabbade6
L
8420
8421
8422## CAVEAT EMPTOR:
8423## There is no encapsulation within the following macros, do not change
8424## the running order or otherwise move them around unless you know exactly
8425## what you are doing...
8426if test -n "$compiler"; then
8427
8428lt_prog_compiler_no_builtin_flag=
8429
8430if test "$GCC" = yes; then
3725885a
RW
8431 case $cc_basename in
8432 nvcc*)
8433 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8434 *)
8435 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8436 esac
dabbade6 8437
81ecdfbb
RW
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8439$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8440if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8441 $as_echo_n "(cached) " >&6
dabbade6
L
8442else
8443 lt_cv_prog_compiler_rtti_exceptions=no
8444 ac_outfile=conftest.$ac_objext
8445 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8446 lt_compiler_flag="-fno-rtti -fno-exceptions"
8447 # Insert the option either (1) after the last *FLAGS variable, or
8448 # (2) before a word containing "conftest.", or (3) at the end.
8449 # Note that $ac_compile itself does not contain backslashes and begins
8450 # with a dollar sign (not a hyphen), so the echo should work correctly.
8451 # The option is referenced via a variable to avoid confusing sed.
8452 lt_compile=`echo "$ac_compile" | $SED \
8453 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8454 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8455 -e 's:$: $lt_compiler_flag:'`
3725885a 8456 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8457 (eval "$lt_compile" 2>conftest.err)
8458 ac_status=$?
8459 cat conftest.err >&5
3725885a 8460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8461 if (exit $ac_status) && test -s "$ac_outfile"; then
8462 # The compiler can only warn and ignore the option if not recognized
8463 # So say no if there are warnings other than the usual output.
3725885a 8464 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8465 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8466 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8467 lt_cv_prog_compiler_rtti_exceptions=yes
8468 fi
8469 fi
8470 $RM conftest*
8471
8472fi
81ecdfbb
RW
8473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8474$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
dabbade6
L
8475
8476if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8477 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8478else
8479 :
8480fi
8481
8482fi
8483
8484
8485
8486
8487
8488
8489 lt_prog_compiler_wl=
8490lt_prog_compiler_pic=
8491lt_prog_compiler_static=
8492
81ecdfbb
RW
8493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8494$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
dabbade6
L
8495
8496 if test "$GCC" = yes; then
8497 lt_prog_compiler_wl='-Wl,'
8498 lt_prog_compiler_static='-static'
8499
8500 case $host_os in
8501 aix*)
8502 # All AIX code is PIC.
8503 if test "$host_cpu" = ia64; then
8504 # AIX 5 now supports IA64 processor
8505 lt_prog_compiler_static='-Bstatic'
8506 fi
b132a67d 8507 lt_prog_compiler_pic='-fPIC'
dabbade6 8508 ;;
d7040cdb
SE
8509
8510 amigaos*)
1927a18f
L
8511 case $host_cpu in
8512 powerpc)
8513 # see comment about AmigaOS4 .so support
8514 lt_prog_compiler_pic='-fPIC'
8515 ;;
8516 m68k)
8517 # FIXME: we need at least 68020 code to build shared libraries, but
8518 # adding the `-m68020' flag to GCC prevents building anything better,
8519 # like `-m68040'.
8520 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8521 ;;
8522 esac
d7040cdb
SE
8523 ;;
8524
dabbade6
L
8525 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8526 # PIC is the default for these OSes.
d7040cdb
SE
8527 ;;
8528
1927a18f 8529 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8530 # This hack is so that the source file can tell whether it is being
8531 # built for inclusion in a dll (and should export symbols for example).
8532 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8533 # (--disable-auto-import) libraries
8534 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8535 ;;
8536
8537 darwin* | rhapsody*)
dabbade6
L
8538 # PIC is the default on this platform
8539 # Common symbols not allowed in MH_DYLIB files
8540 lt_prog_compiler_pic='-fno-common'
8541 ;;
8542
3725885a
RW
8543 haiku*)
8544 # PIC is the default for Haiku.
8545 # The "-static" flag exists, but is broken.
8546 lt_prog_compiler_static=
8547 ;;
8548
dabbade6 8549 hpux*)
1927a18f
L
8550 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8551 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8552 # sets the default TLS model and affects inlining.
dabbade6 8553 case $host_cpu in
1927a18f 8554 hppa*64*)
dabbade6 8555 # +Z the default
d7040cdb 8556 ;;
dabbade6
L
8557 *)
8558 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8559 ;;
8560 esac
dabbade6 8561 ;;
d7040cdb 8562
dabbade6
L
8563 interix[3-9]*)
8564 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8565 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8566 ;;
8567
dabbade6
L
8568 msdosdjgpp*)
8569 # Just because we use GCC doesn't mean we suddenly get shared libraries
8570 # on systems that don't support them.
8571 lt_prog_compiler_can_build_shared=no
8572 enable_shared=no
d7040cdb
SE
8573 ;;
8574
dabbade6
L
8575 *nto* | *qnx*)
8576 # QNX uses GNU C++, but need to define -shared option too, otherwise
8577 # it will coredump.
8578 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8579 ;;
8580
dabbade6
L
8581 sysv4*MP*)
8582 if test -d /usr/nec; then
8583 lt_prog_compiler_pic=-Kconform_pic
8584 fi
d7040cdb
SE
8585 ;;
8586
dabbade6
L
8587 *)
8588 lt_prog_compiler_pic='-fPIC'
d7040cdb 8589 ;;
dabbade6 8590 esac
3725885a
RW
8591
8592 case $cc_basename in
8593 nvcc*) # Cuda Compiler Driver 2.2
8594 lt_prog_compiler_wl='-Xlinker '
8595 lt_prog_compiler_pic='-Xcompiler -fPIC'
8596 ;;
8597 esac
dabbade6
L
8598 else
8599 # PORTME Check for flag to pass linker flags through the system compiler.
8600 case $host_os in
8601 aix*)
8602 lt_prog_compiler_wl='-Wl,'
8603 if test "$host_cpu" = ia64; then
8604 # AIX 5 now supports IA64 processor
8605 lt_prog_compiler_static='-Bstatic'
d7040cdb 8606 else
dabbade6 8607 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8608 fi
dabbade6 8609 ;;
d7040cdb 8610
1927a18f 8611 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8612 # This hack is so that the source file can tell whether it is being
8613 # built for inclusion in a dll (and should export symbols for example).
8614 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8615 ;;
8616
dabbade6
L
8617 hpux9* | hpux10* | hpux11*)
8618 lt_prog_compiler_wl='-Wl,'
8619 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8620 # not for PA HP-UX.
8621 case $host_cpu in
8622 hppa*64*|ia64*)
8623 # +Z the default
8624 ;;
8625 *)
8626 lt_prog_compiler_pic='+Z'
8627 ;;
8628 esac
8629 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8630 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8631 ;;
8632
dabbade6
L
8633 irix5* | irix6* | nonstopux*)
8634 lt_prog_compiler_wl='-Wl,'
8635 # PIC (with -KPIC) is the default.
8636 lt_prog_compiler_static='-non_shared'
8637 ;;
d7040cdb 8638
58e24671 8639 linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6 8640 case $cc_basename in
1927a18f
L
8641 # old Intel for x86_64 which still supported -KPIC.
8642 ecc*)
dabbade6
L
8643 lt_prog_compiler_wl='-Wl,'
8644 lt_prog_compiler_pic='-KPIC'
8645 lt_prog_compiler_static='-static'
8646 ;;
1927a18f
L
8647 # icc used to be incompatible with GCC.
8648 # ICC 10 doesn't accept -KPIC any more.
8649 icc* | ifort*)
8650 lt_prog_compiler_wl='-Wl,'
8651 lt_prog_compiler_pic='-fPIC'
8652 lt_prog_compiler_static='-static'
8653 ;;
8654 # Lahey Fortran 8.1.
8655 lf95*)
8656 lt_prog_compiler_wl='-Wl,'
8657 lt_prog_compiler_pic='--shared'
8658 lt_prog_compiler_static='--static'
8659 ;;
3725885a 8660 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
dabbade6
L
8661 # Portland Group compilers (*not* the Pentium gcc compiler,
8662 # which looks to be a dead project)
8663 lt_prog_compiler_wl='-Wl,'
8664 lt_prog_compiler_pic='-fpic'
8665 lt_prog_compiler_static='-Bstatic'
8666 ;;
8667 ccc*)
8668 lt_prog_compiler_wl='-Wl,'
8669 # All Alpha code is PIC.
8670 lt_prog_compiler_static='-non_shared'
8671 ;;
3725885a
RW
8672 xl* | bgxl* | bgf* | mpixl*)
8673 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
1927a18f
L
8674 lt_prog_compiler_wl='-Wl,'
8675 lt_prog_compiler_pic='-qpic'
8676 lt_prog_compiler_static='-qstaticlink'
8677 ;;
dabbade6
L
8678 *)
8679 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8680 *Sun\ F* | *Sun*Fortran*)
8681 # Sun Fortran 8.3 passes all unrecognized flags to the linker
dabbade6
L
8682 lt_prog_compiler_pic='-KPIC'
8683 lt_prog_compiler_static='-Bstatic'
3725885a 8684 lt_prog_compiler_wl=''
d7040cdb 8685 ;;
3725885a
RW
8686 *Sun\ C*)
8687 # Sun C 5.9
dabbade6
L
8688 lt_prog_compiler_pic='-KPIC'
8689 lt_prog_compiler_static='-Bstatic'
3725885a 8690 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8691 ;;
8692 esac
dabbade6
L
8693 ;;
8694 esac
d7040cdb
SE
8695 ;;
8696
dabbade6
L
8697 newsos6)
8698 lt_prog_compiler_pic='-KPIC'
8699 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8700 ;;
8701
dabbade6
L
8702 *nto* | *qnx*)
8703 # QNX uses GNU C++, but need to define -shared option too, otherwise
8704 # it will coredump.
8705 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8706 ;;
8707
dabbade6
L
8708 osf3* | osf4* | osf5*)
8709 lt_prog_compiler_wl='-Wl,'
8710 # All OSF/1 code is PIC.
8711 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8712 ;;
8713
dabbade6
L
8714 rdos*)
8715 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8716 ;;
8717
8718 solaris*)
dabbade6
L
8719 lt_prog_compiler_pic='-KPIC'
8720 lt_prog_compiler_static='-Bstatic'
8721 case $cc_basename in
8722 f77* | f90* | f95*)
8723 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8724 *)
dabbade6 8725 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8726 esac
d7040cdb
SE
8727 ;;
8728
8729 sunos4*)
dabbade6
L
8730 lt_prog_compiler_wl='-Qoption ld '
8731 lt_prog_compiler_pic='-PIC'
8732 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8733 ;;
8734
dabbade6
L
8735 sysv4 | sysv4.2uw2* | sysv4.3*)
8736 lt_prog_compiler_wl='-Wl,'
8737 lt_prog_compiler_pic='-KPIC'
8738 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8739 ;;
8740
8741 sysv4*MP*)
dabbade6
L
8742 if test -d /usr/nec ;then
8743 lt_prog_compiler_pic='-Kconform_pic'
8744 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8745 fi
8746 ;;
8747
dabbade6
L
8748 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8749 lt_prog_compiler_wl='-Wl,'
8750 lt_prog_compiler_pic='-KPIC'
8751 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8752 ;;
8753
dabbade6
L
8754 unicos*)
8755 lt_prog_compiler_wl='-Wl,'
8756 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8757 ;;
8758
8759 uts4*)
dabbade6
L
8760 lt_prog_compiler_pic='-pic'
8761 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8762 ;;
8763
8764 *)
dabbade6 8765 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8766 ;;
8767 esac
d7040cdb
SE
8768 fi
8769
dabbade6
L
8770case $host_os in
8771 # For platforms which do not support PIC, -DPIC is meaningless:
8772 *djgpp*)
8773 lt_prog_compiler_pic=
8774 ;;
8775 *)
8776 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8777 ;;
8778esac
81ecdfbb
RW
8779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8780$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8781
8782
8783
8784
8785
8786
8787#
dabbade6 8788# Check to make sure the PIC flag actually works.
d7040cdb 8789#
dabbade6 8790if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8792$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8793if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8794 $as_echo_n "(cached) " >&6
dabbade6 8795else
1927a18f 8796 lt_cv_prog_compiler_pic_works=no
dabbade6
L
8797 ac_outfile=conftest.$ac_objext
8798 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8799 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8800 # Insert the option either (1) after the last *FLAGS variable, or
8801 # (2) before a word containing "conftest.", or (3) at the end.
8802 # Note that $ac_compile itself does not contain backslashes and begins
8803 # with a dollar sign (not a hyphen), so the echo should work correctly.
8804 # The option is referenced via a variable to avoid confusing sed.
8805 lt_compile=`echo "$ac_compile" | $SED \
8806 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8807 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8808 -e 's:$: $lt_compiler_flag:'`
3725885a 8809 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8810 (eval "$lt_compile" 2>conftest.err)
8811 ac_status=$?
8812 cat conftest.err >&5
3725885a 8813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8814 if (exit $ac_status) && test -s "$ac_outfile"; then
8815 # The compiler can only warn and ignore the option if not recognized
8816 # So say no if there are warnings other than the usual output.
3725885a 8817 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8818 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8819 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8820 lt_cv_prog_compiler_pic_works=yes
dabbade6
L
8821 fi
8822 fi
8823 $RM conftest*
d7040cdb 8824
dabbade6 8825fi
81ecdfbb
RW
8826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8827$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8828
1927a18f 8829if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
dabbade6
L
8830 case $lt_prog_compiler_pic in
8831 "" | " "*) ;;
8832 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8833 esac
8834else
8835 lt_prog_compiler_pic=
8836 lt_prog_compiler_can_build_shared=no
8837fi
d7040cdb 8838
dabbade6 8839fi
d7040cdb
SE
8840
8841
8842
8843
8844
8845
dabbade6
L
8846#
8847# Check to make sure the static flag actually works.
8848#
8849wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8851$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8852if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8853 $as_echo_n "(cached) " >&6
dabbade6 8854else
1927a18f 8855 lt_cv_prog_compiler_static_works=no
dabbade6
L
8856 save_LDFLAGS="$LDFLAGS"
8857 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8858 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8859 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8860 # The linker can only warn and ignore the option if not recognized
8861 # So say no if there are warnings
8862 if test -s conftest.err; then
8863 # Append any errors to the config.log.
8864 cat conftest.err 1>&5
3725885a 8865 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
dabbade6
L
8866 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8867 if diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8868 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8869 fi
8870 else
1927a18f 8871 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8872 fi
8873 fi
1927a18f 8874 $RM -r conftest*
dabbade6 8875 LDFLAGS="$save_LDFLAGS"
d7040cdb 8876
dabbade6 8877fi
81ecdfbb
RW
8878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8879$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8880
1927a18f 8881if test x"$lt_cv_prog_compiler_static_works" = xyes; then
dabbade6
L
8882 :
8883else
8884 lt_prog_compiler_static=
8885fi
d7040cdb
SE
8886
8887
8888
8889
8890
8891
8892
81ecdfbb
RW
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8894$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8895if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8896 $as_echo_n "(cached) " >&6
dabbade6
L
8897else
8898 lt_cv_prog_compiler_c_o=no
8899 $RM -r conftest 2>/dev/null
8900 mkdir conftest
8901 cd conftest
8902 mkdir out
8903 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8904
dabbade6
L
8905 lt_compiler_flag="-o out/conftest2.$ac_objext"
8906 # Insert the option either (1) after the last *FLAGS variable, or
8907 # (2) before a word containing "conftest.", or (3) at the end.
8908 # Note that $ac_compile itself does not contain backslashes and begins
8909 # with a dollar sign (not a hyphen), so the echo should work correctly.
8910 lt_compile=`echo "$ac_compile" | $SED \
8911 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8912 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8913 -e 's:$: $lt_compiler_flag:'`
3725885a 8914 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8915 (eval "$lt_compile" 2>out/conftest.err)
8916 ac_status=$?
8917 cat out/conftest.err >&5
3725885a 8918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8919 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8920 then
8921 # The compiler can only warn and ignore the option if not recognized
8922 # So say no if there are warnings
3725885a 8923 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8924 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8925 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8926 lt_cv_prog_compiler_c_o=yes
8927 fi
8928 fi
8929 chmod u+w . 2>&5
8930 $RM conftest*
8931 # SGI C++ compiler will create directory out/ii_files/ for
8932 # template instantiation
8933 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8934 $RM out/* && rmdir out
8935 cd ..
8936 $RM -r conftest
8937 $RM conftest*
d7040cdb 8938
dabbade6 8939fi
81ecdfbb
RW
8940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8941$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8942
8943
8944
8945
8946
8947
81ecdfbb
RW
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8949$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8950if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8951 $as_echo_n "(cached) " >&6
dabbade6
L
8952else
8953 lt_cv_prog_compiler_c_o=no
8954 $RM -r conftest 2>/dev/null
8955 mkdir conftest
8956 cd conftest
8957 mkdir out
8958 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8959
dabbade6
L
8960 lt_compiler_flag="-o out/conftest2.$ac_objext"
8961 # Insert the option either (1) after the last *FLAGS variable, or
8962 # (2) before a word containing "conftest.", or (3) at the end.
8963 # Note that $ac_compile itself does not contain backslashes and begins
8964 # with a dollar sign (not a hyphen), so the echo should work correctly.
8965 lt_compile=`echo "$ac_compile" | $SED \
8966 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8967 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8968 -e 's:$: $lt_compiler_flag:'`
3725885a 8969 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8970 (eval "$lt_compile" 2>out/conftest.err)
8971 ac_status=$?
8972 cat out/conftest.err >&5
3725885a 8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8974 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8975 then
8976 # The compiler can only warn and ignore the option if not recognized
8977 # So say no if there are warnings
3725885a 8978 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8979 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8980 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8981 lt_cv_prog_compiler_c_o=yes
8982 fi
8983 fi
8984 chmod u+w . 2>&5
8985 $RM conftest*
8986 # SGI C++ compiler will create directory out/ii_files/ for
8987 # template instantiation
8988 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8989 $RM out/* && rmdir out
8990 cd ..
8991 $RM -r conftest
8992 $RM conftest*
d7040cdb 8993
dabbade6 8994fi
81ecdfbb
RW
8995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8996$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8997
8998
8999
9000
dabbade6
L
9001hard_links="nottested"
9002if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9003 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9005$as_echo_n "checking if we can lock with hard links... " >&6; }
dabbade6
L
9006 hard_links=yes
9007 $RM conftest*
9008 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9009 touch conftest.a
9010 ln conftest.a conftest.b 2>&5 || hard_links=no
9011 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9013$as_echo "$hard_links" >&6; }
dabbade6 9014 if test "$hard_links" = no; then
81ecdfbb
RW
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9016$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
dabbade6
L
9017 need_locks=warn
9018 fi
9019else
9020 need_locks=no
9021fi
d7040cdb
SE
9022
9023
9024
9025
9026
9027
81ecdfbb
RW
9028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9029$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 9030
dabbade6
L
9031 runpath_var=
9032 allow_undefined_flag=
9033 always_export_symbols=no
9034 archive_cmds=
9035 archive_expsym_cmds=
9036 compiler_needs_object=no
9037 enable_shared_with_static_runtimes=no
9038 export_dynamic_flag_spec=
9039 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9040 hardcode_automatic=no
9041 hardcode_direct=no
9042 hardcode_direct_absolute=no
9043 hardcode_libdir_flag_spec=
9044 hardcode_libdir_flag_spec_ld=
9045 hardcode_libdir_separator=
9046 hardcode_minus_L=no
9047 hardcode_shlibpath_var=unsupported
9048 inherit_rpath=no
9049 link_all_deplibs=unknown
9050 module_cmds=
9051 module_expsym_cmds=
9052 old_archive_from_new_cmds=
9053 old_archive_from_expsyms_cmds=
9054 thread_safe_flag_spec=
9055 whole_archive_flag_spec=
9056 # include_expsyms should be a list of space-separated symbols to be *always*
9057 # included in the symbol list
9058 include_expsyms=
9059 # exclude_expsyms can be an extended regexp of symbols to exclude
9060 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9061 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9062 # as well as any symbol that contains `d'.
1927a18f 9063 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
dabbade6
L
9064 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9065 # platforms (ab)use it in PIC code, but their linkers get confused if
9066 # the symbol is explicitly referenced. Since portable code cannot
9067 # rely on this symbol name, it's probably fine to never include it in
9068 # preloaded symbol tables.
1927a18f 9069 # Exclude shared library initialization/finalization symbols.
dabbade6 9070 extract_expsyms_cmds=
d7040cdb 9071
dabbade6 9072 case $host_os in
1927a18f 9073 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9074 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9075 # When not using gcc, we currently assume that we are using
9076 # Microsoft Visual C++.
9077 if test "$GCC" != yes; then
9078 with_gnu_ld=no
9079 fi
9080 ;;
9081 interix*)
9082 # we just hope/assume this is gcc and not c89 (= MSVC++)
9083 with_gnu_ld=yes
9084 ;;
9085 openbsd*)
9086 with_gnu_ld=no
9087 ;;
9088 esac
d7040cdb 9089
dabbade6 9090 ld_shlibs=yes
3725885a
RW
9091
9092 # On some targets, GNU ld is compatible enough with the native linker
9093 # that we're better off using the native interface for both.
9094 lt_use_gnu_ld_interface=no
dabbade6 9095 if test "$with_gnu_ld" = yes; then
3725885a
RW
9096 case $host_os in
9097 aix*)
9098 # The AIX port of GNU ld has always aspired to compatibility
9099 # with the native linker. However, as the warning in the GNU ld
9100 # block says, versions before 2.19.5* couldn't really create working
9101 # shared libraries, regardless of the interface used.
9102 case `$LD -v 2>&1` in
9103 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9104 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9105 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9106 *)
9107 lt_use_gnu_ld_interface=yes
9108 ;;
9109 esac
9110 ;;
9111 *)
9112 lt_use_gnu_ld_interface=yes
9113 ;;
9114 esac
9115 fi
9116
9117 if test "$lt_use_gnu_ld_interface" = yes; then
dabbade6
L
9118 # If archive_cmds runs LD, not CC, wlarc should be empty
9119 wlarc='${wl}'
d7040cdb 9120
dabbade6
L
9121 # Set some defaults for GNU ld with shared library support. These
9122 # are reset later if shared libraries are not supported. Putting them
9123 # here allows them to be overridden if necessary.
9124 runpath_var=LD_RUN_PATH
9125 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9126 export_dynamic_flag_spec='${wl}--export-dynamic'
9127 # ancient GNU ld didn't support --whole-archive et. al.
9128 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9129 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9130 else
9131 whole_archive_flag_spec=
9132 fi
9133 supports_anon_versioning=no
9134 case `$LD -v 2>&1` in
3725885a 9135 *GNU\ gold*) supports_anon_versioning=yes ;;
dabbade6
L
9136 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9137 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9138 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9139 *\ 2.11.*) ;; # other 2.11 versions
9140 *) supports_anon_versioning=yes ;;
9141 esac
d7040cdb 9142
dabbade6
L
9143 # See if GNU ld supports shared libraries.
9144 case $host_os in
50e7d84b 9145 aix[3-9]*)
dabbade6
L
9146 # On AIX/PPC, the GNU linker is very broken
9147 if test "$host_cpu" != ia64; then
9148 ld_shlibs=no
9149 cat <<_LT_EOF 1>&2
d7040cdb 9150
3725885a 9151*** Warning: the GNU linker, at least up to release 2.19, is reported
dabbade6
L
9152*** to be unable to reliably create shared libraries on AIX.
9153*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9154*** really care for shared libraries, you may want to install binutils
9155*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9156*** You will then need to restart the configuration process.
d7040cdb 9157
dabbade6
L
9158_LT_EOF
9159 fi
9160 ;;
d7040cdb 9161
dabbade6 9162 amigaos*)
1927a18f
L
9163 case $host_cpu in
9164 powerpc)
9165 # see comment about AmigaOS4 .so support
9166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9167 archive_expsym_cmds=''
9168 ;;
9169 m68k)
9170 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)'
9171 hardcode_libdir_flag_spec='-L$libdir'
9172 hardcode_minus_L=yes
9173 ;;
9174 esac
dabbade6 9175 ;;
d7040cdb 9176
dabbade6
L
9177 beos*)
9178 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9179 allow_undefined_flag=unsupported
9180 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9181 # support --undefined. This deserves some investigation. FIXME
9182 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9183 else
9184 ld_shlibs=no
9185 fi
9186 ;;
d7040cdb 9187
1927a18f 9188 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9189 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9190 # as there is no search path for DLLs.
9191 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9192 export_dynamic_flag_spec='${wl}--export-all-symbols'
dabbade6
L
9193 allow_undefined_flag=unsupported
9194 always_export_symbols=no
9195 enable_shared_with_static_runtimes=yes
9196 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 9197
dabbade6
L
9198 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9199 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9200 # If the export-symbols file already is a .def file (1st line
9201 # is EXPORTS), use it as is; otherwise, prepend...
9202 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9203 cp $export_symbols $output_objdir/$soname.def;
9204 else
9205 echo EXPORTS > $output_objdir/$soname.def;
9206 cat $export_symbols >> $output_objdir/$soname.def;
9207 fi~
9208 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9209 else
9210 ld_shlibs=no
9211 fi
9212 ;;
d7040cdb 9213
3725885a
RW
9214 haiku*)
9215 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9216 link_all_deplibs=yes
9217 ;;
9218
dabbade6
L
9219 interix[3-9]*)
9220 hardcode_direct=no
9221 hardcode_shlibpath_var=no
9222 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9223 export_dynamic_flag_spec='${wl}-E'
9224 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9225 # Instead, shared libraries are loaded at an image base (0x10000000 by
9226 # default) and relocated if they conflict, which is a slow very memory
9227 # consuming and fragmenting process. To avoid this, we pick a random,
9228 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9229 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9230 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9231 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'
9232 ;;
d7040cdb 9233
58e24671 9234 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
9235 tmp_diet=no
9236 if test "$host_os" = linux-dietlibc; then
9237 case $cc_basename in
9238 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9239 esac
9240 fi
9241 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9242 && test "$tmp_diet" = no
9243 then
6e733cce 9244 tmp_addflag=' $pic_flag'
1927a18f 9245 tmp_sharedflag='-shared'
dabbade6
L
9246 case $cc_basename,$host_cpu in
9247 pgcc*) # Portland Group C compiler
3725885a 9248 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'
dabbade6
L
9249 tmp_addflag=' $pic_flag'
9250 ;;
3725885a
RW
9251 pgf77* | pgf90* | pgf95* | pgfortran*)
9252 # Portland Group f77 and f90 compilers
9253 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'
dabbade6
L
9254 tmp_addflag=' $pic_flag -Mnomain' ;;
9255 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9256 tmp_addflag=' -i_dynamic' ;;
9257 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9258 tmp_addflag=' -i_dynamic -nofor_main' ;;
9259 ifc* | ifort*) # Intel Fortran compiler
9260 tmp_addflag=' -nofor_main' ;;
1927a18f
L
9261 lf95*) # Lahey Fortran 8.1
9262 whole_archive_flag_spec=
9263 tmp_sharedflag='--shared' ;;
3725885a 9264 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
1927a18f
L
9265 tmp_sharedflag='-qmkshrobj'
9266 tmp_addflag= ;;
3725885a
RW
9267 nvcc*) # Cuda Compiler Driver 2.2
9268 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'
9269 compiler_needs_object=yes
9270 ;;
dabbade6
L
9271 esac
9272 case `$CC -V 2>&1 | sed 5q` in
9273 *Sun\ C*) # Sun C 5.9
3725885a 9274 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'
dabbade6
L
9275 compiler_needs_object=yes
9276 tmp_sharedflag='-G' ;;
9277 *Sun\ F*) # Sun Fortran 8.3
9278 tmp_sharedflag='-G' ;;
dabbade6
L
9279 esac
9280 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9281
dabbade6
L
9282 if test "x$supports_anon_versioning" = xyes; then
9283 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9284 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9285 echo "local: *; };" >> $output_objdir/$libname.ver~
9286 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9287 fi
1927a18f
L
9288
9289 case $cc_basename in
3725885a 9290 xlf* | bgf* | bgxlf* | mpixlf*)
1927a18f
L
9291 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9292 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9293 hardcode_libdir_flag_spec=
9294 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9295 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9296 if test "x$supports_anon_versioning" = xyes; then
9297 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9298 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9299 echo "local: *; };" >> $output_objdir/$libname.ver~
9300 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9301 fi
9302 ;;
9303 esac
dabbade6
L
9304 else
9305 ld_shlibs=no
9306 fi
9307 ;;
d7040cdb 9308
dabbade6
L
9309 netbsd*)
9310 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9311 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9312 wlarc=
9313 else
9314 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9315 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9316 fi
9317 ;;
d7040cdb 9318
dabbade6
L
9319 solaris*)
9320 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9321 ld_shlibs=no
9322 cat <<_LT_EOF 1>&2
d7040cdb 9323
dabbade6
L
9324*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9325*** create shared libraries on Solaris systems. Therefore, libtool
9326*** is disabling shared libraries support. We urge you to upgrade GNU
9327*** binutils to release 2.9.1 or newer. Another option is to modify
9328*** your PATH or compiler configuration so that the native linker is
9329*** used, and then restart.
d7040cdb 9330
dabbade6
L
9331_LT_EOF
9332 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9333 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9334 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9335 else
9336 ld_shlibs=no
9337 fi
9338 ;;
d7040cdb 9339
dabbade6
L
9340 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9341 case `$LD -v 2>&1` in
9342 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9343 ld_shlibs=no
9344 cat <<_LT_EOF 1>&2
d7040cdb 9345
dabbade6
L
9346*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9347*** reliably create shared libraries on SCO systems. Therefore, libtool
9348*** is disabling shared libraries support. We urge you to upgrade GNU
9349*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9350*** your PATH or compiler configuration so that the native linker is
9351*** used, and then restart.
d7040cdb 9352
dabbade6
L
9353_LT_EOF
9354 ;;
9355 *)
9356 # For security reasons, it is highly recommended that you always
9357 # use absolute paths for naming shared libraries, and exclude the
9358 # DT_RUNPATH tag from executables and libraries. But doing so
9359 # requires that you compile everything twice, which is a pain.
9360 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9361 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9362 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9363 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9364 else
9365 ld_shlibs=no
9366 fi
9367 ;;
9368 esac
9369 ;;
d7040cdb 9370
dabbade6
L
9371 sunos4*)
9372 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9373 wlarc=
9374 hardcode_direct=yes
9375 hardcode_shlibpath_var=no
9376 ;;
d7040cdb 9377
dabbade6
L
9378 *)
9379 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9380 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9381 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9382 else
9383 ld_shlibs=no
9384 fi
9385 ;;
9386 esac
d7040cdb 9387
dabbade6
L
9388 if test "$ld_shlibs" = no; then
9389 runpath_var=
9390 hardcode_libdir_flag_spec=
9391 export_dynamic_flag_spec=
9392 whole_archive_flag_spec=
9393 fi
9394 else
9395 # PORTME fill in a description of your system's linker (not GNU ld)
9396 case $host_os in
9397 aix3*)
9398 allow_undefined_flag=unsupported
9399 always_export_symbols=yes
9400 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'
9401 # Note: this linker hardcodes the directories in LIBPATH if there
9402 # are no directories specified by -L.
9403 hardcode_minus_L=yes
9404 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9405 # Neither direct hardcoding nor static linking is supported with a
9406 # broken collect2.
9407 hardcode_direct=unsupported
9408 fi
9409 ;;
d7040cdb 9410
50e7d84b 9411 aix[4-9]*)
dabbade6
L
9412 if test "$host_cpu" = ia64; then
9413 # On IA64, the linker does run time linking by default, so we don't
9414 # have to do anything special.
9415 aix_use_runtimelinking=no
9416 exp_sym_flag='-Bexport'
9417 no_entry_flag=""
9418 else
9419 # If we're using GNU nm, then we don't want the "-C" option.
9420 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9421 # Also, AIX nm treats weak defined symbols like other global
9422 # defined symbols, whereas GNU nm marks them as "W".
dabbade6 9423 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9424 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'
dabbade6 9425 else
5c14705f 9426 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'
dabbade6
L
9427 fi
9428 aix_use_runtimelinking=no
d7040cdb 9429
dabbade6
L
9430 # Test if we are trying to use run time linking or normal
9431 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9432 # need to do runtime linking.
50e7d84b 9433 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
dabbade6
L
9434 for ld_flag in $LDFLAGS; do
9435 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9436 aix_use_runtimelinking=yes
9437 break
9438 fi
9439 done
9440 ;;
9441 esac
d7040cdb 9442
dabbade6
L
9443 exp_sym_flag='-bexport'
9444 no_entry_flag='-bnoentry'
9445 fi
d7040cdb 9446
dabbade6
L
9447 # When large executables or shared objects are built, AIX ld can
9448 # have problems creating the table of contents. If linking a library
9449 # or program results in "error TOC overflow" add -mminimal-toc to
9450 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9451 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9452
dabbade6
L
9453 archive_cmds=''
9454 hardcode_direct=yes
9455 hardcode_direct_absolute=yes
9456 hardcode_libdir_separator=':'
9457 link_all_deplibs=yes
9458 file_list_spec='${wl}-f,'
d7040cdb 9459
dabbade6
L
9460 if test "$GCC" = yes; then
9461 case $host_os in aix4.[012]|aix4.[012].*)
9462 # We only want to do this on AIX 4.2 and lower, the check
9463 # below for broken collect2 doesn't work under 4.3+
9464 collect2name=`${CC} -print-prog-name=collect2`
9465 if test -f "$collect2name" &&
9466 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9467 then
9468 # We have reworked collect2
9469 :
9470 else
9471 # We have old collect2
9472 hardcode_direct=unsupported
9473 # It fails to find uninstalled libraries when the uninstalled
9474 # path is not listed in the libpath. Setting hardcode_minus_L
9475 # to unsupported forces relinking
9476 hardcode_minus_L=yes
9477 hardcode_libdir_flag_spec='-L$libdir'
9478 hardcode_libdir_separator=
9479 fi
9480 ;;
9481 esac
9482 shared_flag='-shared'
9483 if test "$aix_use_runtimelinking" = yes; then
9484 shared_flag="$shared_flag "'${wl}-G'
9485 fi
9486 else
9487 # not using gcc
9488 if test "$host_cpu" = ia64; then
9489 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9490 # chokes on -Wl,-G. The following line is correct:
9491 shared_flag='-G'
9492 else
9493 if test "$aix_use_runtimelinking" = yes; then
9494 shared_flag='${wl}-G'
9495 else
9496 shared_flag='${wl}-bM:SRE'
9497 fi
9498 fi
9499 fi
d7040cdb 9500
1927a18f 9501 export_dynamic_flag_spec='${wl}-bexpall'
dabbade6
L
9502 # It seems that -bexpall does not export symbols beginning with
9503 # underscore (_), so it is better to generate a list of symbols to export.
9504 always_export_symbols=yes
9505 if test "$aix_use_runtimelinking" = yes; then
9506 # Warning - without using the other runtime loading flags (-brtl),
9507 # -berok will link without error, but may produce a broken library.
9508 allow_undefined_flag='-berok'
9509 # Determine the default libpath from the value encoded in an
9510 # empty executable.
81ecdfbb 9511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9512/* end confdefs.h. */
d7040cdb 9513
dabbade6
L
9514int
9515main ()
9516{
d7040cdb 9517
dabbade6
L
9518 ;
9519 return 0;
9520}
9521_ACEOF
81ecdfbb 9522if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9523
dabbade6
L
9524lt_aix_libpath_sed='
9525 /Import File Strings/,/^$/ {
9526 /^0/ {
9527 s/^0 *\(.*\)$/\1/
9528 p
9529 }
9530 }'
9531aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9532# Check for a 64-bit object if we didn't find anything.
9533if test -z "$aix_libpath"; then
9534 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9535fi
dabbade6 9536fi
81ecdfbb
RW
9537rm -f core conftest.err conftest.$ac_objext \
9538 conftest$ac_exeext conftest.$ac_ext
dabbade6 9539if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9540
dabbade6 9541 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9542 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"
dabbade6
L
9543 else
9544 if test "$host_cpu" = ia64; then
9545 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9546 allow_undefined_flag="-z nodefs"
9547 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"
9548 else
9549 # Determine the default libpath from the value encoded in an
9550 # empty executable.
81ecdfbb 9551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9552/* end confdefs.h. */
d7040cdb 9553
dabbade6
L
9554int
9555main ()
9556{
d7040cdb 9557
dabbade6
L
9558 ;
9559 return 0;
9560}
9561_ACEOF
81ecdfbb 9562if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9563
dabbade6
L
9564lt_aix_libpath_sed='
9565 /Import File Strings/,/^$/ {
9566 /^0/ {
9567 s/^0 *\(.*\)$/\1/
9568 p
9569 }
9570 }'
9571aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9572# Check for a 64-bit object if we didn't find anything.
9573if test -z "$aix_libpath"; then
9574 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9575fi
dabbade6 9576fi
81ecdfbb
RW
9577rm -f core conftest.err conftest.$ac_objext \
9578 conftest$ac_exeext conftest.$ac_ext
dabbade6 9579if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9580
dabbade6
L
9581 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9582 # Warning - without using the other run time loading flags,
9583 # -berok will link without error, but may produce a broken library.
9584 no_undefined_flag=' ${wl}-bernotok'
9585 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9586 if test "$with_gnu_ld" = yes; then
9587 # We only use this code for GNU lds that support --whole-archive.
9588 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9589 else
9590 # Exported symbols can be pulled into shared objects from archives
9591 whole_archive_flag_spec='$convenience'
9592 fi
dabbade6
L
9593 archive_cmds_need_lc=yes
9594 # This is similar to how AIX traditionally builds its shared libraries.
9595 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'
9596 fi
9597 fi
9598 ;;
d7040cdb 9599
dabbade6 9600 amigaos*)
1927a18f
L
9601 case $host_cpu in
9602 powerpc)
9603 # see comment about AmigaOS4 .so support
9604 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9605 archive_expsym_cmds=''
9606 ;;
9607 m68k)
9608 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)'
9609 hardcode_libdir_flag_spec='-L$libdir'
9610 hardcode_minus_L=yes
9611 ;;
9612 esac
dabbade6 9613 ;;
d7040cdb 9614
dabbade6
L
9615 bsdi[45]*)
9616 export_dynamic_flag_spec=-rdynamic
9617 ;;
d7040cdb 9618
1927a18f 9619 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9620 # When not using gcc, we currently assume that we are using
9621 # Microsoft Visual C++.
9622 # hardcode_libdir_flag_spec is actually meaningless, as there is
9623 # no search path for DLLs.
9624 hardcode_libdir_flag_spec=' '
9625 allow_undefined_flag=unsupported
9626 # Tell ltmain to make .lib files, not .a files.
9627 libext=lib
9628 # Tell ltmain to make .dll files, not .so files.
9629 shrext_cmds=".dll"
9630 # FIXME: Setting linknames here is a bad hack.
3725885a 9631 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
dabbade6
L
9632 # The linker will automatically build a .lib file if we build a DLL.
9633 old_archive_from_new_cmds='true'
9634 # FIXME: Should let the user specify the lib program.
9635 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9636 fix_srcfile_path='`cygpath -w "$srcfile"`'
9637 enable_shared_with_static_runtimes=yes
9638 ;;
d7040cdb 9639
dabbade6 9640 darwin* | rhapsody*)
d7040cdb 9641
1927a18f
L
9642
9643 archive_cmds_need_lc=no
9644 hardcode_direct=no
9645 hardcode_automatic=yes
9646 hardcode_shlibpath_var=unsupported
3725885a
RW
9647 if test "$lt_cv_ld_force_load" = "yes"; then
9648 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\"`'
9649 else
9650 whole_archive_flag_spec=''
9651 fi
1927a18f
L
9652 link_all_deplibs=yes
9653 allow_undefined_flag="$_lt_dar_allow_undefined"
9654 case $cc_basename in
9655 ifort*) _lt_dar_can_shared=yes ;;
9656 *) _lt_dar_can_shared=$GCC ;;
9657 esac
9658 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9659 output_verbose_link_cmd=func_echo_all
1927a18f
L
9660 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9661 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9662 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}"
9663 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}"
9664
9665 else
9666 ld_shlibs=no
9667 fi
9668
dabbade6 9669 ;;
d7040cdb 9670
dabbade6
L
9671 dgux*)
9672 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9673 hardcode_libdir_flag_spec='-L$libdir'
9674 hardcode_shlibpath_var=no
9675 ;;
d7040cdb 9676
dabbade6
L
9677 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9678 # support. Future versions do this automatically, but an explicit c++rt0.o
9679 # does not break anything, and helps significantly (at the cost of a little
9680 # extra space).
9681 freebsd2.2*)
9682 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9683 hardcode_libdir_flag_spec='-R$libdir'
9684 hardcode_direct=yes
9685 hardcode_shlibpath_var=no
9686 ;;
d7040cdb 9687
dabbade6 9688 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9689 freebsd2.*)
dabbade6
L
9690 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9691 hardcode_direct=yes
9692 hardcode_minus_L=yes
9693 hardcode_shlibpath_var=no
9694 ;;
d7040cdb 9695
dabbade6
L
9696 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9697 freebsd* | dragonfly*)
9698 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9699 hardcode_libdir_flag_spec='-R$libdir'
9700 hardcode_direct=yes
9701 hardcode_shlibpath_var=no
9702 ;;
d7040cdb 9703
dabbade6
L
9704 hpux9*)
9705 if test "$GCC" = yes; then
9706 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'
9707 else
9708 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'
9709 fi
9710 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9711 hardcode_libdir_separator=:
9712 hardcode_direct=yes
d7040cdb 9713
dabbade6
L
9714 # hardcode_minus_L: Not really in the search PATH,
9715 # but as the default location of the library.
9716 hardcode_minus_L=yes
9717 export_dynamic_flag_spec='${wl}-E'
9718 ;;
d7040cdb 9719
dabbade6 9720 hpux10*)
3725885a 9721 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9722 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9723 else
9724 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9725 fi
9726 if test "$with_gnu_ld" = no; then
9727 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9728 hardcode_libdir_flag_spec_ld='+b $libdir'
9729 hardcode_libdir_separator=:
9730 hardcode_direct=yes
9731 hardcode_direct_absolute=yes
9732 export_dynamic_flag_spec='${wl}-E'
9733 # hardcode_minus_L: Not really in the search PATH,
9734 # but as the default location of the library.
9735 hardcode_minus_L=yes
9736 fi
9737 ;;
d7040cdb 9738
dabbade6 9739 hpux11*)
3725885a 9740 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9741 case $host_cpu in
9742 hppa*64*)
9743 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9744 ;;
9745 ia64*)
1927a18f 9746 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
dabbade6
L
9747 ;;
9748 *)
9749 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9750 ;;
9751 esac
9752 else
9753 case $host_cpu in
9754 hppa*64*)
9755 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9756 ;;
9757 ia64*)
9758 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9759 ;;
9760 *)
3725885a
RW
9761
9762 # Older versions of the 11.00 compiler do not understand -b yet
9763 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9765$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9766if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9767 $as_echo_n "(cached) " >&6
9768else
9769 lt_cv_prog_compiler__b=no
9770 save_LDFLAGS="$LDFLAGS"
9771 LDFLAGS="$LDFLAGS -b"
9772 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9773 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9774 # The linker can only warn and ignore the option if not recognized
9775 # So say no if there are warnings
9776 if test -s conftest.err; then
9777 # Append any errors to the config.log.
9778 cat conftest.err 1>&5
9779 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9780 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9781 if diff conftest.exp conftest.er2 >/dev/null; then
9782 lt_cv_prog_compiler__b=yes
9783 fi
9784 else
9785 lt_cv_prog_compiler__b=yes
9786 fi
9787 fi
9788 $RM -r conftest*
9789 LDFLAGS="$save_LDFLAGS"
9790
9791fi
9792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9793$as_echo "$lt_cv_prog_compiler__b" >&6; }
9794
9795if test x"$lt_cv_prog_compiler__b" = xyes; then
9796 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9797else
9798 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9799fi
9800
dabbade6
L
9801 ;;
9802 esac
9803 fi
9804 if test "$with_gnu_ld" = no; then
9805 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9806 hardcode_libdir_separator=:
d7040cdb 9807
dabbade6
L
9808 case $host_cpu in
9809 hppa*64*|ia64*)
9810 hardcode_direct=no
9811 hardcode_shlibpath_var=no
9812 ;;
9813 *)
9814 hardcode_direct=yes
9815 hardcode_direct_absolute=yes
9816 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9817
dabbade6
L
9818 # hardcode_minus_L: Not really in the search PATH,
9819 # but as the default location of the library.
9820 hardcode_minus_L=yes
9821 ;;
9822 esac
9823 fi
9824 ;;
d7040cdb 9825
dabbade6
L
9826 irix5* | irix6* | nonstopux*)
9827 if test "$GCC" = yes; then
3725885a 9828 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'
dabbade6
L
9829 # Try to use the -exported_symbol ld option, if it does not
9830 # work, assume that -exports_file does not work either and
9831 # implicitly export all symbols.
9832 save_LDFLAGS="$LDFLAGS"
9833 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835/* end confdefs.h. */
dabbade6
L
9836int foo(void) {}
9837_ACEOF
81ecdfbb 9838if ac_fn_c_try_link "$LINENO"; then :
3725885a 9839 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'
d7040cdb 9840
d7040cdb 9841fi
81ecdfbb
RW
9842rm -f core conftest.err conftest.$ac_objext \
9843 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
9844 LDFLAGS="$save_LDFLAGS"
9845 else
3725885a
RW
9846 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'
9847 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'
dabbade6
L
9848 fi
9849 archive_cmds_need_lc='no'
9850 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9851 hardcode_libdir_separator=:
9852 inherit_rpath=yes
9853 link_all_deplibs=yes
9854 ;;
d7040cdb 9855
dabbade6
L
9856 netbsd*)
9857 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9858 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9859 else
9860 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9861 fi
9862 hardcode_libdir_flag_spec='-R$libdir'
9863 hardcode_direct=yes
9864 hardcode_shlibpath_var=no
9865 ;;
d7040cdb 9866
dabbade6
L
9867 newsos6)
9868 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9869 hardcode_direct=yes
9870 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9871 hardcode_libdir_separator=:
9872 hardcode_shlibpath_var=no
9873 ;;
d7040cdb 9874
dabbade6
L
9875 *nto* | *qnx*)
9876 ;;
d7040cdb 9877
dabbade6 9878 openbsd*)
1927a18f
L
9879 if test -f /usr/libexec/ld.so; then
9880 hardcode_direct=yes
9881 hardcode_shlibpath_var=no
9882 hardcode_direct_absolute=yes
9883 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
dabbade6 9884 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1927a18f 9885 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
dabbade6 9886 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
1927a18f
L
9887 export_dynamic_flag_spec='${wl}-E'
9888 else
9889 case $host_os in
9890 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9891 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9892 hardcode_libdir_flag_spec='-R$libdir'
9893 ;;
9894 *)
9895 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9896 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9897 ;;
9898 esac
9899 fi
9900 else
9901 ld_shlibs=no
d7040cdb
SE
9902 fi
9903 ;;
d7040cdb 9904
dabbade6
L
9905 os2*)
9906 hardcode_libdir_flag_spec='-L$libdir'
9907 hardcode_minus_L=yes
9908 allow_undefined_flag=unsupported
3725885a 9909 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'
dabbade6
L
9910 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9911 ;;
d7040cdb 9912
dabbade6
L
9913 osf3*)
9914 if test "$GCC" = yes; then
9915 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9916 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'
dabbade6
L
9917 else
9918 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9919 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'
dabbade6
L
9920 fi
9921 archive_cmds_need_lc='no'
9922 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9923 hardcode_libdir_separator=:
9924 ;;
d7040cdb 9925
dabbade6
L
9926 osf4* | osf5*) # as osf3* with the addition of -msym flag
9927 if test "$GCC" = yes; then
9928 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9929 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'
dabbade6
L
9930 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9931 else
9932 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9933 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'
dabbade6 9934 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 9935 $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 9936
dabbade6
L
9937 # Both c and cxx compiler support -rpath directly
9938 hardcode_libdir_flag_spec='-rpath $libdir'
9939 fi
9940 archive_cmds_need_lc='no'
9941 hardcode_libdir_separator=:
9942 ;;
d7040cdb 9943
dabbade6
L
9944 solaris*)
9945 no_undefined_flag=' -z defs'
9946 if test "$GCC" = yes; then
9947 wlarc='${wl}'
9948 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9949 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9950 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9951 else
9952 case `$CC -V 2>&1` in
9953 *"Compilers 5.0"*)
9954 wlarc=''
9955 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9956 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9957 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9958 ;;
9959 *)
9960 wlarc='${wl}'
9961 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9962 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9963 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9964 ;;
9965 esac
9966 fi
9967 hardcode_libdir_flag_spec='-R$libdir'
9968 hardcode_shlibpath_var=no
9969 case $host_os in
9970 solaris2.[0-5] | solaris2.[0-5].*) ;;
9971 *)
9972 # The compiler driver will combine and reorder linker options,
9973 # but understands `-z linker_flag'. GCC discards it without `$wl',
9974 # but is careful enough not to reorder.
9975 # Supported since Solaris 2.6 (maybe 2.5.1?)
9976 if test "$GCC" = yes; then
9977 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9978 else
9979 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9980 fi
9981 ;;
9982 esac
9983 link_all_deplibs=yes
d7040cdb 9984 ;;
dabbade6
L
9985
9986 sunos4*)
9987 if test "x$host_vendor" = xsequent; then
9988 # Use $CC to link under sequent, because it throws in some extra .o
9989 # files that make .init and .fini sections work.
9990 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9991 else
dabbade6 9992 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9993 fi
dabbade6
L
9994 hardcode_libdir_flag_spec='-L$libdir'
9995 hardcode_direct=yes
9996 hardcode_minus_L=yes
9997 hardcode_shlibpath_var=no
d7040cdb 9998 ;;
dabbade6
L
9999
10000 sysv4)
10001 case $host_vendor in
10002 sni)
10003 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10004 hardcode_direct=yes # is this really true???
10005 ;;
10006 siemens)
10007 ## LD is ld it makes a PLAMLIB
10008 ## CC just makes a GrossModule.
10009 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10010 reload_cmds='$CC -r -o $output$reload_objs'
10011 hardcode_direct=no
10012 ;;
10013 motorola)
10014 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10015 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10016 ;;
10017 esac
10018 runpath_var='LD_RUN_PATH'
10019 hardcode_shlibpath_var=no
d7040cdb 10020 ;;
d7040cdb 10021
dabbade6
L
10022 sysv4.3*)
10023 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10024 hardcode_shlibpath_var=no
10025 export_dynamic_flag_spec='-Bexport'
10026 ;;
d7040cdb 10027
dabbade6
L
10028 sysv4*MP*)
10029 if test -d /usr/nec; then
10030 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10031 hardcode_shlibpath_var=no
10032 runpath_var=LD_RUN_PATH
10033 hardcode_runpath_var=yes
10034 ld_shlibs=yes
10035 fi
10036 ;;
d7040cdb 10037
dabbade6
L
10038 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10039 no_undefined_flag='${wl}-z,text'
10040 archive_cmds_need_lc=no
10041 hardcode_shlibpath_var=no
10042 runpath_var='LD_RUN_PATH'
d7040cdb 10043
dabbade6
L
10044 if test "$GCC" = yes; then
10045 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10047 else
10048 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10049 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10050 fi
10051 ;;
d7040cdb 10052
dabbade6
L
10053 sysv5* | sco3.2v5* | sco5v6*)
10054 # Note: We can NOT use -z defs as we might desire, because we do not
10055 # link with -lc, and that would cause any symbols used from libc to
10056 # always be unresolved, which means just about no library would
10057 # ever link correctly. If we're not using GNU ld we use -z text
10058 # though, which does catch some bad symbols but isn't as heavy-handed
10059 # as -z defs.
10060 no_undefined_flag='${wl}-z,text'
10061 allow_undefined_flag='${wl}-z,nodefs'
10062 archive_cmds_need_lc=no
10063 hardcode_shlibpath_var=no
10064 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10065 hardcode_libdir_separator=':'
10066 link_all_deplibs=yes
10067 export_dynamic_flag_spec='${wl}-Bexport'
10068 runpath_var='LD_RUN_PATH'
d7040cdb 10069
dabbade6
L
10070 if test "$GCC" = yes; then
10071 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10072 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10073 else
10074 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10075 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10076 fi
d7040cdb 10077 ;;
d7040cdb 10078
dabbade6
L
10079 uts4*)
10080 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10081 hardcode_libdir_flag_spec='-L$libdir'
10082 hardcode_shlibpath_var=no
10083 ;;
d7040cdb 10084
dabbade6
L
10085 *)
10086 ld_shlibs=no
10087 ;;
10088 esac
10089
10090 if test x$host_vendor = xsni; then
10091 case $host in
10092 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10093 export_dynamic_flag_spec='${wl}-Blargedynsym'
10094 ;;
10095 esac
d7040cdb 10096 fi
dabbade6 10097 fi
d7040cdb 10098
81ecdfbb
RW
10099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10100$as_echo "$ld_shlibs" >&6; }
dabbade6 10101test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 10102
dabbade6 10103with_gnu_ld=$with_gnu_ld
d7040cdb 10104
d7040cdb 10105
d7040cdb 10106
d7040cdb 10107
d7040cdb 10108
d7040cdb 10109
d7040cdb 10110
d7040cdb 10111
d7040cdb 10112
d7040cdb 10113
d7040cdb 10114
d7040cdb 10115
d7040cdb 10116
d7040cdb 10117
d7040cdb 10118
dabbade6
L
10119#
10120# Do we need to explicitly link libc?
10121#
10122case "x$archive_cmds_need_lc" in
10123x|xyes)
10124 # Assume -lc should be added
10125 archive_cmds_need_lc=yes
d7040cdb 10126
dabbade6
L
10127 if test "$enable_shared" = yes && test "$GCC" = yes; then
10128 case $archive_cmds in
10129 *'~'*)
10130 # FIXME: we may have to deal with multi-command sequences.
10131 ;;
10132 '$CC '*)
10133 # Test whether the compiler implicitly links with -lc since on some
10134 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10135 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10137$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10138if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10139 $as_echo_n "(cached) " >&6
39144654
RW
10140else
10141 $RM conftest*
10142 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10143
81ecdfbb 10144 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
dabbade6
L
10145 (eval $ac_compile) 2>&5
10146 ac_status=$?
81ecdfbb
RW
10147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10148 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10149 soname=conftest
10150 lib=conftest
10151 libobjs=conftest.$ac_objext
10152 deplibs=
10153 wl=$lt_prog_compiler_wl
10154 pic_flag=$lt_prog_compiler_pic
10155 compiler_flags=-v
10156 linker_flags=-v
10157 verstring=
10158 output_objdir=.
10159 libname=conftest
10160 lt_save_allow_undefined_flag=$allow_undefined_flag
10161 allow_undefined_flag=
81ecdfbb 10162 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
dabbade6
L
10163 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10164 ac_status=$?
81ecdfbb
RW
10165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10166 test $ac_status = 0; }
39144654
RW
10167 then
10168 lt_cv_archive_cmds_need_lc=no
10169 else
10170 lt_cv_archive_cmds_need_lc=yes
10171 fi
10172 allow_undefined_flag=$lt_save_allow_undefined_flag
10173 else
10174 cat conftest.err 1>&5
10175 fi
10176 $RM conftest*
10177
10178fi
81ecdfbb
RW
10179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10180$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10181 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
dabbade6
L
10182 ;;
10183 esac
d7040cdb 10184 fi
d7040cdb 10185 ;;
dabbade6 10186esac
d7040cdb 10187
d7040cdb 10188
d7040cdb 10189
d7040cdb 10190
d7040cdb 10191
d7040cdb 10192
d7040cdb 10193
d7040cdb
SE
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
d7040cdb 10281
d7040cdb 10282
d7040cdb
SE
10283
10284
10285
10286
10287
10288
d7040cdb 10289
d7040cdb 10290
d7040cdb 10291
d7040cdb 10292
d7040cdb 10293
d7040cdb 10294
d7040cdb 10295
d7040cdb 10296
d7040cdb 10297
d7040cdb 10298
d7040cdb 10299
d7040cdb 10300
d7040cdb 10301
d7040cdb 10302
d7040cdb 10303
d7040cdb 10304
d7040cdb 10305
d7040cdb 10306
d7040cdb 10307
d7040cdb 10308
d7040cdb 10309
d7040cdb 10310
d7040cdb 10311
d7040cdb 10312
dabbade6
L
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
81ecdfbb
RW
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10345$as_echo_n "checking dynamic linker characteristics... " >&6; }
1927a18f
L
10346
10347if test "$GCC" = yes; then
dabbade6
L
10348 case $host_os in
10349 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10350 *) lt_awk_arg="/^libraries:/" ;;
10351 esac
3725885a
RW
10352 case $host_os in
10353 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10354 *) lt_sed_strip_eq="s,=/,/,g" ;;
10355 esac
10356 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10357 case $lt_search_path_spec in
10358 *\;*)
dabbade6
L
10359 # if the path contains ";" then we assume it to be the separator
10360 # otherwise default to the standard path separator (i.e. ":") - it is
10361 # assumed that no part of a normal pathname contains ";" but that should
10362 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10363 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10364 ;;
10365 *)
10366 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10367 ;;
10368 esac
dabbade6
L
10369 # Ok, now we have the path, separated by spaces, we can step through it
10370 # and add multilib dir if necessary.
10371 lt_tmp_lt_search_path_spec=
10372 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10373 for lt_sys_path in $lt_search_path_spec; do
10374 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10375 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10376 else
10377 test -d "$lt_sys_path" && \
10378 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10379 fi
10380 done
3725885a 10381 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
dabbade6
L
10382BEGIN {RS=" "; FS="/|\n";} {
10383 lt_foo="";
10384 lt_count=0;
10385 for (lt_i = NF; lt_i > 0; lt_i--) {
10386 if ($lt_i != "" && $lt_i != ".") {
10387 if ($lt_i == "..") {
10388 lt_count++;
10389 } else {
10390 if (lt_count == 0) {
10391 lt_foo="/" $lt_i lt_foo;
10392 } else {
10393 lt_count--;
10394 }
10395 }
10396 }
10397 }
10398 if (lt_foo != "") { lt_freq[lt_foo]++; }
10399 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10400}'`
3725885a
RW
10401 # AWK program above erroneously prepends '/' to C:/dos/paths
10402 # for these hosts.
10403 case $host_os in
10404 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10405 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10406 esac
10407 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10408else
dabbade6
L
10409 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10410fi
10411library_names_spec=
10412libname_spec='lib$name'
10413soname_spec=
10414shrext_cmds=".so"
10415postinstall_cmds=
10416postuninstall_cmds=
10417finish_cmds=
10418finish_eval=
10419shlibpath_var=
10420shlibpath_overrides_runpath=unknown
10421version_type=none
10422dynamic_linker="$host_os ld.so"
10423sys_lib_dlsearch_path_spec="/lib /usr/lib"
10424need_lib_prefix=unknown
10425hardcode_into_libs=no
10426
10427# when you set need_version to no, make sure it does not cause -set_version
10428# flags to be left without arguments
10429need_version=unknown
10430
10431case $host_os in
10432aix3*)
10433 version_type=linux
10434 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10435 shlibpath_var=LIBPATH
10436
10437 # AIX 3 has no versioning support, so we append a major version to the name.
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 ;;
10440
50e7d84b 10441aix[4-9]*)
dabbade6
L
10442 version_type=linux
10443 need_lib_prefix=no
10444 need_version=no
10445 hardcode_into_libs=yes
10446 if test "$host_cpu" = ia64; then
10447 # AIX 5 supports IA64
10448 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10449 shlibpath_var=LD_LIBRARY_PATH
10450 else
10451 # With GCC up to 2.95.x, collect2 would create an import file
10452 # for dependence libraries. The import file would start with
10453 # the line `#! .'. This would cause the generated library to
10454 # depend on `.', always an invalid library. This was fixed in
10455 # development snapshots of GCC prior to 3.0.
10456 case $host_os in
10457 aix4 | aix4.[01] | aix4.[01].*)
10458 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10459 echo ' yes '
10460 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10461 :
10462 else
10463 can_build_shared=no
10464 fi
10465 ;;
10466 esac
10467 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10468 # soname into executable. Probably we can add versioning support to
10469 # collect2, so additional links can be useful in future.
10470 if test "$aix_use_runtimelinking" = yes; then
10471 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10472 # instead of lib<name>.a to let people know that these are not
10473 # typical AIX shared libraries.
10474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10475 else
10476 # We preserve .a as extension for shared libraries through AIX4.2
10477 # and later when we are not doing run time linking.
10478 library_names_spec='${libname}${release}.a $libname.a'
10479 soname_spec='${libname}${release}${shared_ext}$major'
10480 fi
10481 shlibpath_var=LIBPATH
10482 fi
10483 ;;
10484
10485amigaos*)
1927a18f
L
10486 case $host_cpu in
10487 powerpc)
10488 # Since July 2007 AmigaOS4 officially supports .so libraries.
10489 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10491 ;;
10492 m68k)
dabbade6
L
10493 library_names_spec='$libname.ixlibrary $libname.a'
10494 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10495 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'
1927a18f
L
10496 ;;
10497 esac
dabbade6
L
10498 ;;
10499
10500beos*)
10501 library_names_spec='${libname}${shared_ext}'
10502 dynamic_linker="$host_os ld.so"
10503 shlibpath_var=LIBRARY_PATH
10504 ;;
10505
10506bsdi[45]*)
10507 version_type=linux
10508 need_version=no
10509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10510 soname_spec='${libname}${release}${shared_ext}$major'
10511 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10512 shlibpath_var=LD_LIBRARY_PATH
10513 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10514 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10515 # the default ld.so.conf also contains /usr/contrib/lib and
10516 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10517 # libtool to hard-code these into programs
10518 ;;
10519
1927a18f 10520cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
10521 version_type=windows
10522 shrext_cmds=".dll"
10523 need_version=no
10524 need_lib_prefix=no
10525
1927a18f
L
10526 case $GCC,$host_os in
10527 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
dabbade6
L
10528 library_names_spec='$libname.dll.a'
10529 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10530 postinstall_cmds='base_file=`basename \${file}`~
10531 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10532 dldir=$destdir/`dirname \$dlpath`~
10533 test -d \$dldir || mkdir -p \$dldir~
10534 $install_prog $dir/$dlname \$dldir/$dlname~
10535 chmod a+x \$dldir/$dlname~
10536 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10537 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10538 fi'
10539 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10540 dlpath=$dir/\$dldll~
10541 $RM \$dlpath'
10542 shlibpath_overrides_runpath=yes
10543
10544 case $host_os in
10545 cygwin*)
10546 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10547 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10548
10549 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
dabbade6 10550 ;;
1927a18f 10551 mingw* | cegcc*)
dabbade6
L
10552 # MinGW DLLs use traditional 'lib' prefix
10553 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
dabbade6
L
10554 ;;
10555 pw32*)
10556 # pw32 DLLs use 'pw' prefix rather than 'lib'
10557 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10558 ;;
10559 esac
10560 ;;
10561
10562 *)
10563 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10564 ;;
10565 esac
10566 dynamic_linker='Win32 ld.exe'
10567 # FIXME: first we should search . and the directory the executable is in
10568 shlibpath_var=PATH
10569 ;;
10570
10571darwin* | rhapsody*)
10572 dynamic_linker="$host_os dyld"
10573 version_type=darwin
10574 need_lib_prefix=no
10575 need_version=no
10576 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10577 soname_spec='${libname}${release}${major}$shared_ext'
10578 shlibpath_overrides_runpath=yes
10579 shlibpath_var=DYLD_LIBRARY_PATH
10580 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10581
10582 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10583 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10584 ;;
10585
10586dgux*)
10587 version_type=linux
10588 need_lib_prefix=no
10589 need_version=no
10590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10591 soname_spec='${libname}${release}${shared_ext}$major'
10592 shlibpath_var=LD_LIBRARY_PATH
10593 ;;
10594
dabbade6
L
10595freebsd* | dragonfly*)
10596 # DragonFly does not have aout. When/if they implement a new
10597 # versioning mechanism, adjust this.
10598 if test -x /usr/bin/objformat; then
10599 objformat=`/usr/bin/objformat`
10600 else
10601 case $host_os in
6d2920c8 10602 freebsd[23].*) objformat=aout ;;
dabbade6
L
10603 *) objformat=elf ;;
10604 esac
10605 fi
10606 version_type=freebsd-$objformat
10607 case $version_type in
10608 freebsd-elf*)
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10610 need_version=no
10611 need_lib_prefix=no
10612 ;;
10613 freebsd-*)
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10615 need_version=yes
10616 ;;
10617 esac
10618 shlibpath_var=LD_LIBRARY_PATH
10619 case $host_os in
6d2920c8 10620 freebsd2.*)
dabbade6
L
10621 shlibpath_overrides_runpath=yes
10622 ;;
10623 freebsd3.[01]* | freebsdelf3.[01]*)
10624 shlibpath_overrides_runpath=yes
10625 hardcode_into_libs=yes
10626 ;;
10627 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10628 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10629 shlibpath_overrides_runpath=no
10630 hardcode_into_libs=yes
10631 ;;
10632 *) # from 4.6 on, and DragonFly
10633 shlibpath_overrides_runpath=yes
10634 hardcode_into_libs=yes
10635 ;;
10636 esac
10637 ;;
10638
10639gnu*)
10640 version_type=linux
10641 need_lib_prefix=no
10642 need_version=no
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major'
10645 shlibpath_var=LD_LIBRARY_PATH
10646 hardcode_into_libs=yes
10647 ;;
10648
3725885a
RW
10649haiku*)
10650 version_type=linux
10651 need_lib_prefix=no
10652 need_version=no
10653 dynamic_linker="$host_os runtime_loader"
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10655 soname_spec='${libname}${release}${shared_ext}$major'
10656 shlibpath_var=LIBRARY_PATH
10657 shlibpath_overrides_runpath=yes
10658 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10659 hardcode_into_libs=yes
10660 ;;
10661
dabbade6
L
10662hpux9* | hpux10* | hpux11*)
10663 # Give a soname corresponding to the major version so that dld.sl refuses to
10664 # link against other versions.
10665 version_type=sunos
10666 need_lib_prefix=no
10667 need_version=no
10668 case $host_cpu in
10669 ia64*)
10670 shrext_cmds='.so'
10671 hardcode_into_libs=yes
10672 dynamic_linker="$host_os dld.so"
10673 shlibpath_var=LD_LIBRARY_PATH
10674 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 if test "X$HPUX_IA64_MODE" = X32; then
10678 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10679 else
10680 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10681 fi
10682 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10683 ;;
10684 hppa*64*)
10685 shrext_cmds='.sl'
10686 hardcode_into_libs=yes
10687 dynamic_linker="$host_os dld.sl"
10688 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10689 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10693 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10694 ;;
10695 *)
10696 shrext_cmds='.sl'
10697 dynamic_linker="$host_os dld.sl"
10698 shlibpath_var=SHLIB_PATH
10699 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10700 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10701 soname_spec='${libname}${release}${shared_ext}$major'
10702 ;;
10703 esac
3725885a 10704 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
dabbade6 10705 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10706 # or fails outright, so override atomically:
10707 install_override_mode=555
dabbade6
L
10708 ;;
10709
10710interix[3-9]*)
10711 version_type=linux
10712 need_lib_prefix=no
10713 need_version=no
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10717 shlibpath_var=LD_LIBRARY_PATH
10718 shlibpath_overrides_runpath=no
10719 hardcode_into_libs=yes
10720 ;;
10721
10722irix5* | irix6* | nonstopux*)
10723 case $host_os in
10724 nonstopux*) version_type=nonstopux ;;
10725 *)
10726 if test "$lt_cv_prog_gnu_ld" = yes; then
10727 version_type=linux
10728 else
10729 version_type=irix
10730 fi ;;
10731 esac
10732 need_lib_prefix=no
10733 need_version=no
10734 soname_spec='${libname}${release}${shared_ext}$major'
10735 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10736 case $host_os in
10737 irix5* | nonstopux*)
10738 libsuff= shlibsuff=
10739 ;;
10740 *)
10741 case $LD in # libtool.m4 will add one of these switches to LD
10742 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10743 libsuff= shlibsuff= libmagic=32-bit;;
10744 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10745 libsuff=32 shlibsuff=N32 libmagic=N32;;
10746 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10747 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10748 *) libsuff= shlibsuff= libmagic=never-match;;
10749 esac
10750 ;;
10751 esac
10752 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10753 shlibpath_overrides_runpath=no
10754 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10755 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10756 hardcode_into_libs=yes
10757 ;;
10758
10759# No shared lib support for Linux oldld, aout, or coff.
10760linux*oldld* | linux*aout* | linux*coff*)
10761 dynamic_linker=no
10762 ;;
10763
10764# This must be Linux ELF.
58e24671 10765linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
10766 version_type=linux
10767 need_lib_prefix=no
10768 need_version=no
10769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10770 soname_spec='${libname}${release}${shared_ext}$major'
10771 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10772 shlibpath_var=LD_LIBRARY_PATH
10773 shlibpath_overrides_runpath=no
39144654 10774
dabbade6 10775 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10776 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10777 $as_echo_n "(cached) " >&6
39144654
RW
10778else
10779 lt_cv_shlibpath_overrides_runpath=no
10780 save_LDFLAGS=$LDFLAGS
10781 save_libdir=$libdir
10782 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10783 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10785/* end confdefs.h. */
10786
d7040cdb
SE
10787int
10788main ()
10789{
dabbade6 10790
d7040cdb
SE
10791 ;
10792 return 0;
10793}
10794_ACEOF
81ecdfbb
RW
10795if ac_fn_c_try_link "$LINENO"; then :
10796 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10797 lt_cv_shlibpath_overrides_runpath=yes
dabbade6 10798fi
d7040cdb 10799fi
81ecdfbb
RW
10800rm -f core conftest.err conftest.$ac_objext \
10801 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10802 LDFLAGS=$save_LDFLAGS
10803 libdir=$save_libdir
10804
10805fi
10806
10807 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
dabbade6
L
10808
10809 # This implies no fast_install, which is unacceptable.
10810 # Some rework will be needed to allow for fast_install
10811 # before this can be enabled.
10812 hardcode_into_libs=yes
10813
10814 # Append ld.so.conf contents to the search path
10815 if test -f /etc/ld.so.conf; then
3725885a 10816 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' ' '`
dabbade6
L
10817 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10818 fi
10819
10820 # We used to test for /lib/ld.so.1 and disable shared libraries on
10821 # powerpc, because MkLinux only supported shared libraries with the
10822 # GNU dynamic linker. Since this was broken with cross compilers,
10823 # most powerpc-linux boxes support dynamic linking these days and
10824 # people can always --disable-shared, the test was removed, and we
10825 # assume the GNU/Linux dynamic linker is in use.
10826 dynamic_linker='GNU/Linux ld.so'
10827 ;;
10828
10829netbsd*)
10830 version_type=sunos
10831 need_lib_prefix=no
10832 need_version=no
10833 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10834 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10835 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10836 dynamic_linker='NetBSD (a.out) ld.so'
10837 else
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10839 soname_spec='${libname}${release}${shared_ext}$major'
10840 dynamic_linker='NetBSD ld.elf_so'
10841 fi
10842 shlibpath_var=LD_LIBRARY_PATH
10843 shlibpath_overrides_runpath=yes
10844 hardcode_into_libs=yes
10845 ;;
10846
10847newsos6)
10848 version_type=linux
10849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10850 shlibpath_var=LD_LIBRARY_PATH
10851 shlibpath_overrides_runpath=yes
10852 ;;
10853
10854*nto* | *qnx*)
10855 version_type=qnx
10856 need_lib_prefix=no
10857 need_version=no
10858 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10859 soname_spec='${libname}${release}${shared_ext}$major'
10860 shlibpath_var=LD_LIBRARY_PATH
10861 shlibpath_overrides_runpath=no
10862 hardcode_into_libs=yes
10863 dynamic_linker='ldqnx.so'
10864 ;;
10865
10866openbsd*)
10867 version_type=sunos
10868 sys_lib_dlsearch_path_spec="/usr/lib"
10869 need_lib_prefix=no
10870 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10871 case $host_os in
10872 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10873 *) need_version=no ;;
10874 esac
10875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10876 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10877 shlibpath_var=LD_LIBRARY_PATH
10878 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10879 case $host_os in
10880 openbsd2.[89] | openbsd2.[89].*)
10881 shlibpath_overrides_runpath=no
10882 ;;
10883 *)
10884 shlibpath_overrides_runpath=yes
10885 ;;
10886 esac
10887 else
10888 shlibpath_overrides_runpath=yes
10889 fi
10890 ;;
10891
10892os2*)
10893 libname_spec='$name'
10894 shrext_cmds=".dll"
10895 need_lib_prefix=no
10896 library_names_spec='$libname${shared_ext} $libname.a'
10897 dynamic_linker='OS/2 ld.exe'
10898 shlibpath_var=LIBPATH
10899 ;;
10900
10901osf3* | osf4* | osf5*)
10902 version_type=osf
10903 need_lib_prefix=no
10904 need_version=no
10905 soname_spec='${libname}${release}${shared_ext}$major'
10906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10907 shlibpath_var=LD_LIBRARY_PATH
10908 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10909 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10910 ;;
10911
10912rdos*)
10913 dynamic_linker=no
10914 ;;
10915
10916solaris*)
10917 version_type=linux
10918 need_lib_prefix=no
10919 need_version=no
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10921 soname_spec='${libname}${release}${shared_ext}$major'
10922 shlibpath_var=LD_LIBRARY_PATH
10923 shlibpath_overrides_runpath=yes
10924 hardcode_into_libs=yes
10925 # ldd complains unless libraries are executable
10926 postinstall_cmds='chmod +x $lib'
10927 ;;
10928
10929sunos4*)
10930 version_type=sunos
10931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10932 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10933 shlibpath_var=LD_LIBRARY_PATH
10934 shlibpath_overrides_runpath=yes
10935 if test "$with_gnu_ld" = yes; then
10936 need_lib_prefix=no
10937 fi
10938 need_version=yes
10939 ;;
10940
10941sysv4 | sysv4.3*)
10942 version_type=linux
10943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10944 soname_spec='${libname}${release}${shared_ext}$major'
10945 shlibpath_var=LD_LIBRARY_PATH
10946 case $host_vendor in
10947 sni)
10948 shlibpath_overrides_runpath=no
10949 need_lib_prefix=no
10950 runpath_var=LD_RUN_PATH
10951 ;;
10952 siemens)
10953 need_lib_prefix=no
10954 ;;
10955 motorola)
10956 need_lib_prefix=no
10957 need_version=no
10958 shlibpath_overrides_runpath=no
10959 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10960 ;;
10961 esac
10962 ;;
10963
10964sysv4*MP*)
10965 if test -d /usr/nec ;then
10966 version_type=linux
10967 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10968 soname_spec='$libname${shared_ext}.$major'
10969 shlibpath_var=LD_LIBRARY_PATH
10970 fi
10971 ;;
10972
10973sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10974 version_type=freebsd-elf
10975 need_lib_prefix=no
10976 need_version=no
10977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10978 soname_spec='${libname}${release}${shared_ext}$major'
10979 shlibpath_var=LD_LIBRARY_PATH
10980 shlibpath_overrides_runpath=yes
10981 hardcode_into_libs=yes
10982 if test "$with_gnu_ld" = yes; then
10983 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10984 else
10985 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10986 case $host_os in
10987 sco3.2v5*)
10988 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10989 ;;
10990 esac
10991 fi
10992 sys_lib_dlsearch_path_spec='/usr/lib'
10993 ;;
10994
10995tpf*)
10996 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10997 version_type=linux
10998 need_lib_prefix=no
10999 need_version=no
1927a18f 11000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
dabbade6
L
11001 shlibpath_var=LD_LIBRARY_PATH
11002 shlibpath_overrides_runpath=no
11003 hardcode_into_libs=yes
11004 ;;
11005
11006uts4*)
11007 version_type=linux
11008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11009 soname_spec='${libname}${release}${shared_ext}$major'
11010 shlibpath_var=LD_LIBRARY_PATH
11011 ;;
d7040cdb 11012
dabbade6
L
11013*)
11014 dynamic_linker=no
11015 ;;
11016esac
81ecdfbb
RW
11017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11018$as_echo "$dynamic_linker" >&6; }
dabbade6 11019test "$dynamic_linker" = no && can_build_shared=no
d7040cdb 11020
dabbade6
L
11021variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11022if test "$GCC" = yes; then
11023 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 11024fi
d7040cdb 11025
1927a18f
L
11026if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11027 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11028fi
11029if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11030 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11031fi
11032
d7040cdb 11033
d7040cdb
SE
11034
11035
d7040cdb
SE
11036
11037
d7040cdb
SE
11038
11039
d7040cdb
SE
11040
11041
d7040cdb
SE
11042
11043
d7040cdb 11044
d7040cdb 11045
d7040cdb 11046
d7040cdb 11047
d7040cdb 11048
d7040cdb 11049
d7040cdb 11050
d7040cdb 11051
d7040cdb 11052
d7040cdb 11053
d7040cdb 11054
d7040cdb 11055
d7040cdb 11056
d7040cdb 11057
d7040cdb
SE
11058
11059
d7040cdb 11060
d7040cdb 11061
d7040cdb 11062
d7040cdb 11063
d7040cdb 11064
d7040cdb 11065
d7040cdb 11066
d7040cdb 11067
d7040cdb 11068
d7040cdb
SE
11069
11070
d7040cdb 11071
d7040cdb 11072
d7040cdb 11073
d7040cdb
SE
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
d7040cdb
SE
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
d7040cdb 11103
d7040cdb 11104
dabbade6
L
11105
11106
11107
11108
11109
11110
11111
11112
3725885a
RW
11113
11114
11115
11116
11117
dabbade6
L
11118
11119
11120
11121
11122
11123
81ecdfbb
RW
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11125$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
dabbade6
L
11126hardcode_action=
11127if test -n "$hardcode_libdir_flag_spec" ||
11128 test -n "$runpath_var" ||
11129 test "X$hardcode_automatic" = "Xyes" ; then
11130
11131 # We can hardcode non-existent directories.
11132 if test "$hardcode_direct" != no &&
11133 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11134 # have to relink, otherwise we might link with an installed library
11135 # when we should be linking with a yet-to-be-installed one
11136 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11137 test "$hardcode_minus_L" != no; then
11138 # Linking always hardcodes the temporary library directory.
11139 hardcode_action=relink
11140 else
11141 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11142 hardcode_action=immediate
11143 fi
11144else
11145 # We cannot hardcode anything, or else we can only hardcode existing
11146 # directories.
11147 hardcode_action=unsupported
11148fi
81ecdfbb
RW
11149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11150$as_echo "$hardcode_action" >&6; }
dabbade6
L
11151
11152if test "$hardcode_action" = relink ||
11153 test "$inherit_rpath" = yes; then
11154 # Fast installation is not supported
11155 enable_fast_install=no
11156elif test "$shlibpath_overrides_runpath" = yes ||
11157 test "$enable_shared" = no; then
11158 # Fast installation is not necessary
11159 enable_fast_install=needless
11160fi
11161
11162
11163
11164
11165
11166
11167 if test "x$enable_dlopen" != xyes; then
11168 enable_dlopen=unknown
11169 enable_dlopen_self=unknown
11170 enable_dlopen_self_static=unknown
11171else
11172 lt_cv_dlopen=no
11173 lt_cv_dlopen_libs=
11174
d7040cdb 11175 case $host_os in
dabbade6
L
11176 beos*)
11177 lt_cv_dlopen="load_add_on"
11178 lt_cv_dlopen_libs=
11179 lt_cv_dlopen_self=yes
d7040cdb
SE
11180 ;;
11181
1927a18f 11182 mingw* | pw32* | cegcc*)
dabbade6
L
11183 lt_cv_dlopen="LoadLibrary"
11184 lt_cv_dlopen_libs=
d7040cdb 11185 ;;
d7040cdb 11186
dabbade6
L
11187 cygwin*)
11188 lt_cv_dlopen="dlopen"
11189 lt_cv_dlopen_libs=
11190 ;;
d7040cdb 11191
dabbade6
L
11192 darwin*)
11193 # if libdl is installed we need to link against it
81ecdfbb
RW
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11195$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11196if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11197 $as_echo_n "(cached) " >&6
dabbade6
L
11198else
11199 ac_check_lib_save_LIBS=$LIBS
11200LIBS="-ldl $LIBS"
81ecdfbb 11201cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11202/* end confdefs.h. */
d7040cdb 11203
81ecdfbb
RW
11204/* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
dabbade6
L
11207#ifdef __cplusplus
11208extern "C"
11209#endif
dabbade6
L
11210char dlopen ();
11211int
11212main ()
11213{
81ecdfbb 11214return dlopen ();
dabbade6
L
11215 ;
11216 return 0;
11217}
11218_ACEOF
81ecdfbb 11219if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11220 ac_cv_lib_dl_dlopen=yes
11221else
81ecdfbb 11222 ac_cv_lib_dl_dlopen=no
d7040cdb 11223fi
81ecdfbb
RW
11224rm -f core conftest.err conftest.$ac_objext \
11225 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11226LIBS=$ac_check_lib_save_LIBS
11227fi
81ecdfbb
RW
11228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11229$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11230if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
dabbade6
L
11231 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11232else
d7040cdb 11233
dabbade6
L
11234 lt_cv_dlopen="dyld"
11235 lt_cv_dlopen_libs=
11236 lt_cv_dlopen_self=yes
d7040cdb 11237
81ecdfbb 11238fi
d7040cdb 11239
81ecdfbb
RW
11240 ;;
11241
11242 *)
11243 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11244if test "x$ac_cv_func_shl_load" = xyes; then :
81ecdfbb
RW
11245 lt_cv_dlopen="shl_load"
11246else
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11248$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11249if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb
RW
11250 $as_echo_n "(cached) " >&6
11251else
11252 ac_check_lib_save_LIBS=$LIBS
11253LIBS="-ldld $LIBS"
11254cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11255/* end confdefs.h. */
11256
11257/* Override any GCC internal prototype to avoid an error.
11258 Use char because int might match the return type of a GCC
dabbade6 11259 builtin and then its argument prototype would still apply. */
dabbade6 11260#ifdef __cplusplus
81ecdfbb 11261extern "C"
dabbade6 11262#endif
81ecdfbb 11263char shl_load ();
dabbade6
L
11264int
11265main ()
11266{
81ecdfbb 11267return shl_load ();
dabbade6
L
11268 ;
11269 return 0;
11270}
11271_ACEOF
81ecdfbb
RW
11272if ac_fn_c_try_link "$LINENO"; then :
11273 ac_cv_lib_dld_shl_load=yes
dabbade6 11274else
81ecdfbb 11275 ac_cv_lib_dld_shl_load=no
dabbade6 11276fi
81ecdfbb
RW
11277rm -f core conftest.err conftest.$ac_objext \
11278 conftest$ac_exeext conftest.$ac_ext
11279LIBS=$ac_check_lib_save_LIBS
dabbade6 11280fi
81ecdfbb
RW
11281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11282$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11283if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
81ecdfbb
RW
11284 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11285else
11286 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11287if test "x$ac_cv_func_dlopen" = xyes; then :
dabbade6
L
11288 lt_cv_dlopen="dlopen"
11289else
81ecdfbb
RW
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11291$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11292if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11293 $as_echo_n "(cached) " >&6
dabbade6
L
11294else
11295 ac_check_lib_save_LIBS=$LIBS
11296LIBS="-ldl $LIBS"
81ecdfbb 11297cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11298/* end confdefs.h. */
d7040cdb 11299
81ecdfbb
RW
11300/* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
dabbade6
L
11303#ifdef __cplusplus
11304extern "C"
11305#endif
dabbade6
L
11306char dlopen ();
11307int
11308main ()
11309{
81ecdfbb 11310return dlopen ();
dabbade6
L
11311 ;
11312 return 0;
11313}
11314_ACEOF
81ecdfbb 11315if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11316 ac_cv_lib_dl_dlopen=yes
11317else
81ecdfbb 11318 ac_cv_lib_dl_dlopen=no
dabbade6 11319fi
81ecdfbb
RW
11320rm -f core conftest.err conftest.$ac_objext \
11321 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11322LIBS=$ac_check_lib_save_LIBS
11323fi
81ecdfbb
RW
11324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11325$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11326if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
dabbade6
L
11327 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11328else
81ecdfbb
RW
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11330$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11331if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11332 $as_echo_n "(cached) " >&6
dabbade6
L
11333else
11334 ac_check_lib_save_LIBS=$LIBS
11335LIBS="-lsvld $LIBS"
81ecdfbb 11336cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11337/* end confdefs.h. */
d7040cdb 11338
81ecdfbb
RW
11339/* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
dabbade6
L
11342#ifdef __cplusplus
11343extern "C"
11344#endif
dabbade6
L
11345char dlopen ();
11346int
11347main ()
11348{
81ecdfbb 11349return dlopen ();
dabbade6
L
11350 ;
11351 return 0;
11352}
11353_ACEOF
81ecdfbb 11354if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11355 ac_cv_lib_svld_dlopen=yes
11356else
81ecdfbb 11357 ac_cv_lib_svld_dlopen=no
dabbade6 11358fi
81ecdfbb
RW
11359rm -f core conftest.err conftest.$ac_objext \
11360 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11361LIBS=$ac_check_lib_save_LIBS
11362fi
81ecdfbb
RW
11363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11364$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11365if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
dabbade6
L
11366 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11367else
81ecdfbb
RW
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11369$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11370if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11371 $as_echo_n "(cached) " >&6
dabbade6
L
11372else
11373 ac_check_lib_save_LIBS=$LIBS
11374LIBS="-ldld $LIBS"
81ecdfbb 11375cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11376/* end confdefs.h. */
d7040cdb 11377
81ecdfbb
RW
11378/* Override any GCC internal prototype to avoid an error.
11379 Use char because int might match the return type of a GCC
11380 builtin and then its argument prototype would still apply. */
dabbade6
L
11381#ifdef __cplusplus
11382extern "C"
11383#endif
dabbade6
L
11384char dld_link ();
11385int
11386main ()
11387{
81ecdfbb 11388return dld_link ();
dabbade6
L
11389 ;
11390 return 0;
11391}
11392_ACEOF
81ecdfbb 11393if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11394 ac_cv_lib_dld_dld_link=yes
11395else
81ecdfbb 11396 ac_cv_lib_dld_dld_link=no
d7040cdb 11397fi
81ecdfbb
RW
11398rm -f core conftest.err conftest.$ac_objext \
11399 conftest$ac_exeext conftest.$ac_ext
dabbade6 11400LIBS=$ac_check_lib_save_LIBS
d7040cdb 11401fi
81ecdfbb
RW
11402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11403$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11404if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
1927a18f 11405 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11406fi
11407
d7040cdb 11408
d7040cdb
SE
11409fi
11410
11411
dabbade6 11412fi
d7040cdb
SE
11413
11414
dabbade6 11415fi
d7040cdb
SE
11416
11417
d7040cdb
SE
11418fi
11419
979273e3 11420
252b5132 11421fi
252b5132 11422
dabbade6
L
11423 ;;
11424 esac
252b5132 11425
dabbade6
L
11426 if test "x$lt_cv_dlopen" != xno; then
11427 enable_dlopen=yes
11428 else
11429 enable_dlopen=no
11430 fi
1c0d3aa6 11431
dabbade6
L
11432 case $lt_cv_dlopen in
11433 dlopen)
11434 save_CPPFLAGS="$CPPFLAGS"
11435 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
20e95c23 11436
dabbade6
L
11437 save_LDFLAGS="$LDFLAGS"
11438 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
20e95c23 11439
dabbade6
L
11440 save_LIBS="$LIBS"
11441 LIBS="$lt_cv_dlopen_libs $LIBS"
20e95c23 11442
81ecdfbb
RW
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11444$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11445if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11446 $as_echo_n "(cached) " >&6
d7040cdb 11447else
dabbade6
L
11448 if test "$cross_compiling" = yes; then :
11449 lt_cv_dlopen_self=cross
d7040cdb 11450else
dabbade6
L
11451 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11452 lt_status=$lt_dlunknown
11453 cat > conftest.$ac_ext <<_LT_EOF
79472b45 11454#line 11454 "configure"
dabbade6 11455#include "confdefs.h"
20e95c23 11456
dabbade6
L
11457#if HAVE_DLFCN_H
11458#include <dlfcn.h>
11459#endif
20e95c23 11460
dabbade6 11461#include <stdio.h>
20e95c23 11462
dabbade6
L
11463#ifdef RTLD_GLOBAL
11464# define LT_DLGLOBAL RTLD_GLOBAL
11465#else
11466# ifdef DL_GLOBAL
11467# define LT_DLGLOBAL DL_GLOBAL
11468# else
11469# define LT_DLGLOBAL 0
11470# endif
11471#endif
20e95c23 11472
dabbade6
L
11473/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11474 find out it does not work in some platform. */
11475#ifndef LT_DLLAZY_OR_NOW
11476# ifdef RTLD_LAZY
11477# define LT_DLLAZY_OR_NOW RTLD_LAZY
11478# else
11479# ifdef DL_LAZY
11480# define LT_DLLAZY_OR_NOW DL_LAZY
11481# else
11482# ifdef RTLD_NOW
11483# define LT_DLLAZY_OR_NOW RTLD_NOW
11484# else
11485# ifdef DL_NOW
11486# define LT_DLLAZY_OR_NOW DL_NOW
11487# else
11488# define LT_DLLAZY_OR_NOW 0
11489# endif
11490# endif
11491# endif
11492# endif
11493#endif
20e95c23 11494
3725885a
RW
11495/* When -fvisbility=hidden is used, assume the code has been annotated
11496 correspondingly for the symbols needed. */
11497#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11498void fnord () __attribute__((visibility("default")));
11499#endif
11500
11501void fnord () { int i=42; }
dabbade6
L
11502int main ()
11503{
11504 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11505 int status = $lt_dlunknown;
20e95c23 11506
dabbade6
L
11507 if (self)
11508 {
11509 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11510 else
11511 {
11512 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11513 else puts (dlerror ());
11514 }
dabbade6
L
11515 /* dlclose (self); */
11516 }
11517 else
11518 puts (dlerror ());
d7040cdb 11519
1927a18f 11520 return status;
dabbade6
L
11521}
11522_LT_EOF
81ecdfbb 11523 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11524 (eval $ac_link) 2>&5
11525 ac_status=$?
81ecdfbb
RW
11526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11527 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11528 (./conftest; exit; ) >&5 2>/dev/null
11529 lt_status=$?
11530 case x$lt_status in
11531 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11532 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11533 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11534 esac
11535 else :
11536 # compilation failed
11537 lt_cv_dlopen_self=no
11538 fi
d7040cdb 11539fi
dabbade6
L
11540rm -fr conftest*
11541
252b5132 11542
d7040cdb 11543fi
81ecdfbb
RW
11544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11545$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb 11546
dabbade6
L
11547 if test "x$lt_cv_dlopen_self" = xyes; then
11548 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11550$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11551if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11552 $as_echo_n "(cached) " >&6
252b5132 11553else
dabbade6
L
11554 if test "$cross_compiling" = yes; then :
11555 lt_cv_dlopen_self_static=cross
d7040cdb 11556else
dabbade6
L
11557 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11558 lt_status=$lt_dlunknown
11559 cat > conftest.$ac_ext <<_LT_EOF
79472b45 11560#line 11560 "configure"
dabbade6 11561#include "confdefs.h"
252b5132 11562
dabbade6
L
11563#if HAVE_DLFCN_H
11564#include <dlfcn.h>
11565#endif
252b5132 11566
dabbade6 11567#include <stdio.h>
d7040cdb 11568
dabbade6
L
11569#ifdef RTLD_GLOBAL
11570# define LT_DLGLOBAL RTLD_GLOBAL
11571#else
11572# ifdef DL_GLOBAL
11573# define LT_DLGLOBAL DL_GLOBAL
11574# else
11575# define LT_DLGLOBAL 0
11576# endif
11577#endif
20e95c23 11578
dabbade6
L
11579/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11580 find out it does not work in some platform. */
11581#ifndef LT_DLLAZY_OR_NOW
11582# ifdef RTLD_LAZY
11583# define LT_DLLAZY_OR_NOW RTLD_LAZY
11584# else
11585# ifdef DL_LAZY
11586# define LT_DLLAZY_OR_NOW DL_LAZY
11587# else
11588# ifdef RTLD_NOW
11589# define LT_DLLAZY_OR_NOW RTLD_NOW
11590# else
11591# ifdef DL_NOW
11592# define LT_DLLAZY_OR_NOW DL_NOW
11593# else
11594# define LT_DLLAZY_OR_NOW 0
11595# endif
11596# endif
11597# endif
11598# endif
11599#endif
979273e3 11600
3725885a
RW
11601/* When -fvisbility=hidden is used, assume the code has been annotated
11602 correspondingly for the symbols needed. */
11603#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11604void fnord () __attribute__((visibility("default")));
11605#endif
11606
11607void fnord () { int i=42; }
dabbade6
L
11608int main ()
11609{
11610 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11611 int status = $lt_dlunknown;
d7040cdb 11612
dabbade6
L
11613 if (self)
11614 {
11615 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11616 else
11617 {
11618 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11619 else puts (dlerror ());
11620 }
dabbade6
L
11621 /* dlclose (self); */
11622 }
11623 else
11624 puts (dlerror ());
d7040cdb 11625
1927a18f 11626 return status;
dabbade6
L
11627}
11628_LT_EOF
81ecdfbb 11629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11630 (eval $ac_link) 2>&5
11631 ac_status=$?
81ecdfbb
RW
11632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11633 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11634 (./conftest; exit; ) >&5 2>/dev/null
11635 lt_status=$?
11636 case x$lt_status in
11637 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11638 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11639 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11640 esac
11641 else :
11642 # compilation failed
11643 lt_cv_dlopen_self_static=no
11644 fi
20e95c23 11645fi
dabbade6 11646rm -fr conftest*
979273e3 11647
d7040cdb
SE
11648
11649fi
81ecdfbb
RW
11650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11651$as_echo "$lt_cv_dlopen_self_static" >&6; }
dabbade6
L
11652 fi
11653
11654 CPPFLAGS="$save_CPPFLAGS"
11655 LDFLAGS="$save_LDFLAGS"
11656 LIBS="$save_LIBS"
11657 ;;
11658 esac
11659
11660 case $lt_cv_dlopen_self in
11661 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11662 *) enable_dlopen_self=unknown ;;
11663 esac
11664
11665 case $lt_cv_dlopen_self_static in
11666 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11667 *) enable_dlopen_self_static=unknown ;;
11668 esac
d7040cdb 11669fi
dabbade6
L
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687striplib=
11688old_striplib=
81ecdfbb
RW
11689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11690$as_echo_n "checking whether stripping libraries is possible... " >&6; }
dabbade6
L
11691if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11692 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11693 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11695$as_echo "yes" >&6; }
d7040cdb 11696else
dabbade6
L
11697# FIXME - insert some real tests, host_os isn't really good enough
11698 case $host_os in
11699 darwin*)
11700 if test -n "$STRIP" ; then
11701 striplib="$STRIP -x"
11702 old_striplib="$STRIP -S"
81ecdfbb
RW
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11704$as_echo "yes" >&6; }
dabbade6 11705 else
81ecdfbb
RW
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11707$as_echo "no" >&6; }
dabbade6
L
11708 fi
11709 ;;
11710 *)
81ecdfbb
RW
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11712$as_echo "no" >&6; }
dabbade6
L
11713 ;;
11714 esac
d7040cdb 11715fi
20e95c23 11716
979273e3 11717
dabbade6
L
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728 # Report which library types will actually be built
81ecdfbb
RW
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11730$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11732$as_echo "$can_build_shared" >&6; }
dabbade6 11733
81ecdfbb
RW
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11735$as_echo_n "checking whether to build shared libraries... " >&6; }
dabbade6
L
11736 test "$can_build_shared" = "no" && enable_shared=no
11737
11738 # On AIX, shared libraries and static libraries use the same namespace, and
11739 # are all built from PIC.
11740 case $host_os in
11741 aix3*)
11742 test "$enable_shared" = yes && enable_static=no
11743 if test -n "$RANLIB"; then
11744 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11745 postinstall_cmds='$RANLIB $lib'
11746 fi
11747 ;;
11748
50e7d84b 11749 aix[4-9]*)
dabbade6
L
11750 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11751 test "$enable_shared" = yes && enable_static=no
11752 fi
11753 ;;
11754 esac
81ecdfbb
RW
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11756$as_echo "$enable_shared" >&6; }
dabbade6 11757
81ecdfbb
RW
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11759$as_echo_n "checking whether to build static libraries... " >&6; }
dabbade6
L
11760 # Make sure either enable_shared or enable_static is yes.
11761 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11763$as_echo "$enable_static" >&6; }
dabbade6
L
11764
11765
11766
d7040cdb 11767
252b5132 11768fi
dabbade6
L
11769ac_ext=c
11770ac_cpp='$CPP $CPPFLAGS'
11771ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11772ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11773ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 11774
dabbade6 11775CC="$lt_save_CC"
20e95c23 11776
20e95c23 11777
d7040cdb 11778
d7040cdb 11779
d7040cdb 11780
20e95c23 11781
dabbade6
L
11782
11783
11784
11785
11786
11787
11788
81ecdfbb 11789 ac_config_commands="$ac_config_commands libtool"
dabbade6
L
11790
11791
11792
11793
11794# Only expand once:
11795
11796
11797
81ecdfbb
RW
11798# Check whether --enable-targets was given.
11799if test "${enable_targets+set}" = set; then :
11800 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11801 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
dabbade6
L
11802 ;;
11803 no) enable_targets= ;;
11804 *) enable_targets=$enableval ;;
11805esac
81ecdfbb
RW
11806fi
11807
dabbade6 11808
270c9937
JB
11809# Set the 'development' global.
11810. $srcdir/../bfd/development.sh
11811
c5da1932
VZ
11812# Set acp_cpp_for_build variable
11813ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11814
9780e045 11815# Default set of GCC warnings to enable.
397841b5 11816GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11817GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11818
11819# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11820cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11821/* end confdefs.h. */
11822__GNUC__
11823_ACEOF
11824if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11825 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
11826
11827else
11828 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11829fi
11830rm -f conftest*
11831
dabbade6 11832
9780e045
NC
11833# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11834cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835/* end confdefs.h. */
11836__GNUC__
11837_ACEOF
11838if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11839 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
11840
11841else
11842 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11843fi
11844rm -f conftest*
11845
11846
6757cf57
TS
11847# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11848WARN_WRITE_STRINGS=""
11849cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850/* end confdefs.h. */
11851__GNUC__
11852_ACEOF
11853if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11854 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
11855
11856else
11857 WARN_WRITE_STRINGS="-Wwrite-strings"
11858fi
11859rm -f conftest*
11860
9780e045 11861
96fe4562 11862# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11863
11864# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11865cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11866/* end confdefs.h. */
11867__GNUC__
11868_ACEOF
11869if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11870 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11871
11872else
11873 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11874fi
11875rm -f conftest*
11876
11877
11878# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11879cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880/* end confdefs.h. */
11881__GNUC__
11882_ACEOF
11883if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11884 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11885
11886else
11887 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11888fi
11889rm -f conftest*
11890
11891
81ecdfbb
RW
11892# Check whether --enable-werror was given.
11893if test "${enable_werror+set}" = set; then :
11894 enableval=$enable_werror; case "${enableval}" in
dabbade6
L
11895 yes | y) ERROR_ON_WARNING="yes" ;;
11896 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11897 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
dabbade6 11898 esac
81ecdfbb
RW
11899fi
11900
dabbade6 11901
397841b5 11902# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11903case "${host}" in
11904 *-*-mingw32*)
11905 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11906 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 11907 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
11908 fi
11909 ;;
11910 *) ;;
11911esac
11912
270c9937
JB
11913# Enable -Werror by default when using gcc. Turn it off for releases.
11914if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
dabbade6 11915 ERROR_ON_WARNING=yes
d7040cdb 11916fi
20e95c23 11917
dabbade6
L
11918NO_WERROR=
11919if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11920 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 11921 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
dabbade6 11922 NO_WERROR="-Wno-error"
20e95c23 11923fi
d7040cdb 11924
dabbade6
L
11925if test "${GCC}" = yes ; then
11926 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 11927 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
dabbade6 11928fi
d7040cdb 11929
81ecdfbb
RW
11930# Check whether --enable-build-warnings was given.
11931if test "${enable_build_warnings+set}" = set; then :
11932 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
11933 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11934 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
dabbade6
L
11935 no) if test "${GCC}" = yes ; then
11936 WARN_CFLAGS="-w"
c5da1932 11937 WARN_CFLAGS_FOR_BUILD="-w"
dabbade6
L
11938 fi;;
11939 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11940 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11941 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
dabbade6 11942 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11943 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11944 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11945 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11946 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
dabbade6 11947esac
81ecdfbb
RW
11948fi
11949
979273e3 11950
dabbade6
L
11951if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11952 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
d7040cdb 11953fi
dabbade6
L
11954
11955
11956
11957
6757cf57 11958
c5da1932 11959
dabbade6 11960
81ecdfbb 11961ac_config_headers="$ac_config_headers config.h:config.in"
dabbade6
L
11962
11963
df7b86aa
NC
11964# PR 14072
11965
11966
dabbade6 11967if test -z "$target" ; then
d0ac1c44 11968 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb 11969fi
dabbade6 11970
81ecdfbb
RW
11971
11972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11973$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11974 # Check whether --enable-maintainer-mode was given.
11975if test "${enable_maintainer_mode+set}" = set; then :
11976 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb 11977else
dabbade6 11978 USE_MAINTAINER_MODE=no
81ecdfbb 11979fi
d7040cdb 11980
81ecdfbb
RW
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11982$as_echo "$USE_MAINTAINER_MODE" >&6; }
11983 if test $USE_MAINTAINER_MODE = yes; then
dabbade6
L
11984 MAINTAINER_MODE_TRUE=
11985 MAINTAINER_MODE_FALSE='#'
252b5132 11986else
dabbade6
L
11987 MAINTAINER_MODE_TRUE='#'
11988 MAINTAINER_MODE_FALSE=
252b5132 11989fi
d7040cdb 11990
dabbade6
L
11991 MAINT=$MAINTAINER_MODE_TRUE
11992
11993
11994 case ${build_alias} in
11995 "") build_noncanonical=${build} ;;
11996 *) build_noncanonical=${build_alias} ;;
11997esac
11998
11999 case ${host_alias} in
12000 "") host_noncanonical=${build_noncanonical} ;;
12001 *) host_noncanonical=${host_alias} ;;
12002esac
979273e3 12003
dabbade6
L
12004 case ${target_alias} in
12005 "") target_noncanonical=${host_noncanonical} ;;
12006 *) target_noncanonical=${target_alias} ;;
d7040cdb 12007esac
252b5132 12008
81ecdfbb
RW
12009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12010$as_echo_n "checking whether to install libbfd... " >&6; }
12011 # Check whether --enable-install-libbfd was given.
12012if test "${enable_install_libbfd+set}" = set; then :
12013 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
979273e3 12014else
dabbade6
L
12015 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12016 install_libbfd_p=yes
12017 else
12018 install_libbfd_p=no
12019 fi
81ecdfbb 12020fi
d7040cdb 12021
81ecdfbb
RW
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12023$as_echo "$install_libbfd_p" >&6; }
12024 if test $install_libbfd_p = yes; then
dabbade6
L
12025 INSTALL_LIBBFD_TRUE=
12026 INSTALL_LIBBFD_FALSE='#'
12027else
12028 INSTALL_LIBBFD_TRUE='#'
12029 INSTALL_LIBBFD_FALSE=
d7040cdb
SE
12030fi
12031
dabbade6 12032 # Need _noncanonical variables for this.
979273e3 12033
d7040cdb
SE
12034
12035
dabbade6
L
12036
12037 # libbfd.a is a host library containing target dependent code
12038 bfdlibdir='$(libdir)'
12039 bfdincludedir='$(includedir)'
12040 if test "${host}" != "${target}"; then
12041 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12042 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12043 fi
12044
12045
12046
12047
12048
12049
573e8a1c
RW
12050
12051
dabbade6
L
12052# host-specific stuff:
12053
e184813f 12054ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
d7040cdb
SE
12055# If we haven't got the data from the intl directory,
12056# assume NLS is disabled.
12057USE_NLS=no
12058LIBINTL=
12059LIBINTL_DEP=
12060INCINTL=
12061XGETTEXT=
12062GMSGFMT=
12063POSUB=
12064
12065if test -f ../intl/config.intl; then
12066 . ../intl/config.intl
12067fi
81ecdfbb
RW
12068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12069$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12070if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12072$as_echo "no" >&6; }
d7040cdb 12073else
81ecdfbb
RW
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12075$as_echo "yes" >&6; }
d7040cdb 12076
81ecdfbb 12077$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12078
12079
81ecdfbb
RW
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12081$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12082 # Look for .po and .gmo files in the source directory.
12083 CATALOGS=
12084 XLINGUAS=
12085 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12086 # If there aren't any .gmo files the shell will give us the
12087 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12088 # weeded out.
12089 case "$cat" in *\**)
12090 continue;;
12091 esac
12092 # The quadruple backslash is collapsed to a double backslash
12093 # by the backticks, then collapsed again by the double quotes,
12094 # leaving us with one backslash in the sed expression (right
12095 # before the dot that mustn't act as a wildcard).
12096 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12097 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12098 # The user is allowed to set LINGUAS to a list of languages to
12099 # install catalogs for. If it's empty that means "all of them."
12100 if test "x$LINGUAS" = x; then
12101 CATALOGS="$CATALOGS $cat"
12102 XLINGUAS="$XLINGUAS $lang"
12103 else
12104 case "$LINGUAS" in *$lang*)
12105 CATALOGS="$CATALOGS $cat"
12106 XLINGUAS="$XLINGUAS $lang"
12107 ;;
12108 esac
12109 fi
12110 done
12111 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12113$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12114
12115
12116 DATADIRNAME=share
12117
12118 INSTOBJEXT=.mo
12119
12120 GENCAT=gencat
12121
12122 CATOBJEXT=.gmo
12123
12124fi
12125
12126 MKINSTALLDIRS=
12127 if test -n "$ac_aux_dir"; then
12128 case "$ac_aux_dir" in
12129 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12130 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12131 esac
12132 fi
12133 if test -z "$MKINSTALLDIRS"; then
12134 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12135 fi
12136
12137
12138
81ecdfbb
RW
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12140$as_echo_n "checking whether NLS is requested... " >&6; }
12141 # Check whether --enable-nls was given.
12142if test "${enable_nls+set}" = set; then :
12143 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12144else
12145 USE_NLS=yes
81ecdfbb
RW
12146fi
12147
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12149$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12150
12151
12152
12153
12154
12155
12156# Prepare PATH_SEPARATOR.
12157# The user is always right.
12158if test "${PATH_SEPARATOR+set}" != set; then
12159 echo "#! /bin/sh" >conf$$.sh
12160 echo "exit 0" >>conf$$.sh
12161 chmod +x conf$$.sh
12162 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12163 PATH_SEPARATOR=';'
12164 else
12165 PATH_SEPARATOR=:
12166 fi
12167 rm -f conf$$.sh
12168fi
979273e3 12169
d7040cdb
SE
12170# Find out how to test for executable files. Don't use a zero-byte file,
12171# as systems may use methods other than mode bits to determine executability.
12172cat >conf$$.file <<_ASEOF
12173#! /bin/sh
12174exit 0
12175_ASEOF
12176chmod +x conf$$.file
12177if test -x conf$$.file >/dev/null 2>&1; then
12178 ac_executable_p="test -x"
252b5132 12179else
d7040cdb 12180 ac_executable_p="test -f"
252b5132 12181fi
d7040cdb 12182rm -f conf$$.file
252b5132 12183
d7040cdb
SE
12184# Extract the first word of "msgfmt", so it can be a program name with args.
12185set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12187$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12188if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12189 $as_echo_n "(cached) " >&6
252b5132 12190else
d7040cdb
SE
12191 case "$MSGFMT" in
12192 [\\/]* | ?:[\\/]*)
12193 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12194 ;;
12195 *)
12196 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12197 for ac_dir in $PATH; do
12198 IFS="$ac_save_IFS"
12199 test -z "$ac_dir" && ac_dir=.
12200 for ac_exec_ext in '' $ac_executable_extensions; do
12201 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12202 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12203 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12204 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12205 break 2
12206 fi
12207 fi
12208 done
12209 done
12210 IFS="$ac_save_IFS"
12211 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12212 ;;
12213esac
12214fi
12215MSGFMT="$ac_cv_path_MSGFMT"
12216if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12218$as_echo "$MSGFMT" >&6; }
d7040cdb 12219else
81ecdfbb
RW
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12221$as_echo "no" >&6; }
252b5132
RH
12222fi
12223
d7040cdb
SE
12224 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12225set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12227$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12228if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12229 $as_echo_n "(cached) " >&6
20e95c23 12230else
d7040cdb
SE
12231 case $GMSGFMT in
12232 [\\/]* | ?:[\\/]*)
12233 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12234 ;;
12235 *)
12236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12237for as_dir in $PATH
12238do
12239 IFS=$as_save_IFS
12240 test -z "$as_dir" && as_dir=.
81ecdfbb 12241 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12243 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12245 break 2
12246 fi
12247done
81ecdfbb
RW
12248 done
12249IFS=$as_save_IFS
252b5132 12250
d7040cdb
SE
12251 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12252 ;;
12253esac
12254fi
12255GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12256if test -n "$GMSGFMT"; then
81ecdfbb
RW
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12258$as_echo "$GMSGFMT" >&6; }
252b5132 12259else
81ecdfbb
RW
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12261$as_echo "no" >&6; }
252b5132
RH
12262fi
12263
12264
20e95c23 12265
81ecdfbb 12266
d7040cdb
SE
12267# Prepare PATH_SEPARATOR.
12268# The user is always right.
12269if test "${PATH_SEPARATOR+set}" != set; then
12270 echo "#! /bin/sh" >conf$$.sh
12271 echo "exit 0" >>conf$$.sh
12272 chmod +x conf$$.sh
12273 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12274 PATH_SEPARATOR=';'
12275 else
12276 PATH_SEPARATOR=:
12277 fi
12278 rm -f conf$$.sh
252b5132
RH
12279fi
12280
d7040cdb
SE
12281# Find out how to test for executable files. Don't use a zero-byte file,
12282# as systems may use methods other than mode bits to determine executability.
12283cat >conf$$.file <<_ASEOF
12284#! /bin/sh
12285exit 0
12286_ASEOF
12287chmod +x conf$$.file
12288if test -x conf$$.file >/dev/null 2>&1; then
12289 ac_executable_p="test -x"
12290else
12291 ac_executable_p="test -f"
12292fi
12293rm -f conf$$.file
20e95c23 12294
d7040cdb
SE
12295# Extract the first word of "xgettext", so it can be a program name with args.
12296set dummy xgettext; ac_word=$2
81ecdfbb
RW
12297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12298$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12299if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12300 $as_echo_n "(cached) " >&6
252b5132 12301else
d7040cdb
SE
12302 case "$XGETTEXT" in
12303 [\\/]* | ?:[\\/]*)
12304 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12305 ;;
12306 *)
12307 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12308 for ac_dir in $PATH; do
12309 IFS="$ac_save_IFS"
12310 test -z "$ac_dir" && ac_dir=.
12311 for ac_exec_ext in '' $ac_executable_extensions; do
12312 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12313 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12314 (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
12315 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12316 break 2
12317 fi
12318 fi
12319 done
12320 done
12321 IFS="$ac_save_IFS"
12322 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12323 ;;
12324esac
20e95c23 12325fi
d7040cdb
SE
12326XGETTEXT="$ac_cv_path_XGETTEXT"
12327if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12329$as_echo "$XGETTEXT" >&6; }
d7040cdb 12330else
81ecdfbb
RW
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12332$as_echo "no" >&6; }
d7040cdb
SE
12333fi
12334
12335 rm -f messages.po
12336
979273e3 12337
d7040cdb
SE
12338# Prepare PATH_SEPARATOR.
12339# The user is always right.
12340if test "${PATH_SEPARATOR+set}" != set; then
12341 echo "#! /bin/sh" >conf$$.sh
12342 echo "exit 0" >>conf$$.sh
12343 chmod +x conf$$.sh
12344 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12345 PATH_SEPARATOR=';'
12346 else
12347 PATH_SEPARATOR=:
12348 fi
12349 rm -f conf$$.sh
252b5132 12350fi
979273e3 12351
d7040cdb
SE
12352# Find out how to test for executable files. Don't use a zero-byte file,
12353# as systems may use methods other than mode bits to determine executability.
12354cat >conf$$.file <<_ASEOF
12355#! /bin/sh
12356exit 0
12357_ASEOF
12358chmod +x conf$$.file
12359if test -x conf$$.file >/dev/null 2>&1; then
12360 ac_executable_p="test -x"
252b5132 12361else
d7040cdb
SE
12362 ac_executable_p="test -f"
12363fi
12364rm -f conf$$.file
252b5132 12365
d7040cdb
SE
12366# Extract the first word of "msgmerge", so it can be a program name with args.
12367set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12369$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12370if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 12371 $as_echo_n "(cached) " >&6
252b5132 12372else
d7040cdb
SE
12373 case "$MSGMERGE" in
12374 [\\/]* | ?:[\\/]*)
12375 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12376 ;;
12377 *)
12378 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12379 for ac_dir in $PATH; do
12380 IFS="$ac_save_IFS"
12381 test -z "$ac_dir" && ac_dir=.
12382 for ac_exec_ext in '' $ac_executable_extensions; do
12383 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12384 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12385 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12386 break 2
12387 fi
12388 fi
12389 done
12390 done
12391 IFS="$ac_save_IFS"
12392 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12393 ;;
12394esac
20e95c23 12395fi
d7040cdb
SE
12396MSGMERGE="$ac_cv_path_MSGMERGE"
12397if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12399$as_echo "$MSGMERGE" >&6; }
d7040cdb 12400else
81ecdfbb
RW
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12402$as_echo "no" >&6; }
20e95c23 12403fi
252b5132 12404
979273e3 12405
d7040cdb
SE
12406 if test "$GMSGFMT" != ":"; then
12407 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12408 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12409 : ;
12410 else
12411 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12413$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12414 GMSGFMT=":"
12415 fi
12416 fi
979273e3 12417
d7040cdb
SE
12418 if test "$XGETTEXT" != ":"; then
12419 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12420 (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
12421 : ;
12422 else
81ecdfbb
RW
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12424$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12425 XGETTEXT=":"
12426 fi
12427 rm -f messages.po
12428 fi
979273e3 12429
81ecdfbb 12430 ac_config_commands="$ac_config_commands default-1"
979273e3 12431
979273e3 12432
979273e3 12433
81ecdfbb 12434. ${srcdir}/../bfd/configure.host
252b5132 12435
81ecdfbb
RW
12436# Put a plausible default for CC_FOR_BUILD in Makefile.
12437if test -z "$CC_FOR_BUILD"; then
12438 if test "x$cross_compiling" = "xno"; then
12439 CC_FOR_BUILD='$(CC)'
12440 else
12441 CC_FOR_BUILD=gcc
12442 fi
12443fi
252b5132 12444
81ecdfbb
RW
12445# Also set EXEEXT_FOR_BUILD.
12446if test "x$cross_compiling" = "xno"; then
12447 EXEEXT_FOR_BUILD='$(EXEEXT)'
4bd60896 12448else
81ecdfbb
RW
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12450$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 12451if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 12452 $as_echo_n "(cached) " >&6
4bd60896 12453else
81ecdfbb
RW
12454 rm -f conftest*
12455 echo 'int main () { return 0; }' > conftest.c
12456 bfd_cv_build_exeext=
12457 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12458 for file in conftest.*; do
12459 case $file in
12460 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12461 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12462 esac
12463 done
12464 rm -f conftest*
12465 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
4bd60896 12466fi
81ecdfbb
RW
12467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12468$as_echo "$bfd_cv_build_exeext" >&6; }
12469 EXEEXT_FOR_BUILD=""
12470 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
4bd60896 12471fi
4bd60896 12472
4bd60896
JG
12473
12474
81ecdfbb
RW
12475
12476
12477for ac_header in string.h strings.h stdlib.h limits.h
12478do :
12479 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12480ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 12481if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4bd60896 12482 cat >>confdefs.h <<_ACEOF
81ecdfbb 12483#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4bd60896
JG
12484_ACEOF
12485
dabbade6 12486fi
dabbade6 12487
81ecdfbb 12488done
dabbade6 12489
208a4923
NC
12490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12491$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 12492if ${gcc_cv_header_string+:} false; then :
208a4923
NC
12493 $as_echo_n "(cached) " >&6
12494else
12495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12496/* end confdefs.h. */
12497#include <string.h>
12498#include <strings.h>
12499int
12500main ()
12501{
12502
12503 ;
12504 return 0;
12505}
12506_ACEOF
12507if ac_fn_c_try_compile "$LINENO"; then :
12508 gcc_cv_header_string=yes
12509else
12510 gcc_cv_header_string=no
12511fi
12512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12513fi
12514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12515$as_echo "$gcc_cv_header_string" >&6; }
12516if test $gcc_cv_header_string = yes; then
12517
12518$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12519
12520fi
12521
81ecdfbb
RW
12522
12523ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
d0ac1c44 12524if test "x$ac_cv_have_decl_basename" = xyes; then :
81ecdfbb
RW
12525 ac_have_decl=1
12526else
12527 ac_have_decl=0
dabbade6 12528fi
dabbade6
L
12529
12530cat >>confdefs.h <<_ACEOF
81ecdfbb 12531#define HAVE_DECL_BASENAME $ac_have_decl
dabbade6 12532_ACEOF
81ecdfbb 12533ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 12534if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 12535 ac_have_decl=1
dabbade6 12536else
81ecdfbb 12537 ac_have_decl=0
4bd60896
JG
12538fi
12539
81ecdfbb
RW
12540cat >>confdefs.h <<_ACEOF
12541#define HAVE_DECL_STPCPY $ac_have_decl
12542_ACEOF
4bd60896
JG
12543
12544
8df14d78
L
12545# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12546# since sigsetjmp might only be defined as a macro.
12547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12548$as_echo_n "checking for sigsetjmp... " >&6; }
d0ac1c44 12549if ${gdb_cv_func_sigsetjmp+:} false; then :
8df14d78
L
12550 $as_echo_n "(cached) " >&6
12551else
12552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12553/* end confdefs.h. */
12554
12555#include <setjmp.h>
12556
12557int
12558main ()
12559{
12560sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12561 ;
12562 return 0;
12563}
12564_ACEOF
12565if ac_fn_c_try_compile "$LINENO"; then :
12566 bfd_cv_func_sigsetjmp=yes
12567else
12568 bfd_cv_func_sigsetjmp=no
12569fi
12570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12571fi
12572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12573$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12574if test $bfd_cv_func_sigsetjmp = yes; then
12575
12576$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12577
12578fi
12579
6e31aea3
BE
12580cgen_maint=no
12581cgendir='$(srcdir)/../cgen'
12582
81ecdfbb
RW
12583# Check whether --enable-cgen-maint was given.
12584if test "${enable_cgen_maint+set}" = set; then :
12585 enableval=$enable_cgen_maint; case "${enableval}" in
6e31aea3
BE
12586 yes) cgen_maint=yes ;;
12587 no) cgen_maint=no ;;
12588 *)
7fb45a68
AB
12589 # Argument is a directory where cgen can be found. In some
12590 # future world cgen could be installable, but right now this
12591 # is not the case. Instead we assume the directory is a path
12592 # to the cgen source tree.
6e31aea3 12593 cgen_maint=yes
7fb45a68
AB
12594 if test -r ${enableval}/iformat.scm; then
12595 # This looks like a cgen source tree.
12596 cgendir=${enableval}
12597 else
12598 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12599 fi
6e31aea3
BE
12600 ;;
12601esac
81ecdfbb
RW
12602fi
12603 if test x${cgen_maint} = xyes; then
6e31aea3
BE
12604 CGEN_MAINT_TRUE=
12605 CGEN_MAINT_FALSE='#'
12606else
12607 CGEN_MAINT_TRUE='#'
12608 CGEN_MAINT_FALSE=
12609fi
12610
252b5132 12611
8ae85421 12612
252b5132
RH
12613using_cgen=no
12614
51dec227 12615# Check if linker supports --as-needed and --no-as-needed options
81ecdfbb
RW
12616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12617$as_echo_n "checking linker --as-needed support... " >&6; }
d0ac1c44 12618if ${bfd_cv_ld_as_needed+:} false; then :
81ecdfbb 12619 $as_echo_n "(cached) " >&6
51dec227
AM
12620else
12621 bfd_cv_ld_as_needed=no
12622 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12623 bfd_cv_ld_as_needed=yes
12624 fi
12625
12626fi
81ecdfbb
RW
12627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12628$as_echo "$bfd_cv_ld_as_needed" >&6; }
51dec227
AM
12629
12630LIBM=
12631case $host in
3725885a 12632*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
51dec227
AM
12633 # These system don't have libm, or don't need it
12634 ;;
12635*-ncr-sysv4.3*)
81ecdfbb
RW
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12637$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 12638if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
81ecdfbb 12639 $as_echo_n "(cached) " >&6
51dec227
AM
12640else
12641 ac_check_lib_save_LIBS=$LIBS
12642LIBS="-lmw $LIBS"
81ecdfbb 12643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12644/* end confdefs.h. */
12645
81ecdfbb
RW
12646/* Override any GCC internal prototype to avoid an error.
12647 Use char because int might match the return type of a GCC
12648 builtin and then its argument prototype would still apply. */
51dec227
AM
12649#ifdef __cplusplus
12650extern "C"
12651#endif
51dec227
AM
12652char _mwvalidcheckl ();
12653int
12654main ()
12655{
81ecdfbb 12656return _mwvalidcheckl ();
51dec227
AM
12657 ;
12658 return 0;
12659}
12660_ACEOF
81ecdfbb 12661if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12662 ac_cv_lib_mw__mwvalidcheckl=yes
12663else
81ecdfbb 12664 ac_cv_lib_mw__mwvalidcheckl=no
51dec227 12665fi
81ecdfbb
RW
12666rm -f core conftest.err conftest.$ac_objext \
12667 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12668LIBS=$ac_check_lib_save_LIBS
12669fi
81ecdfbb
RW
12670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12671$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 12672if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
51dec227
AM
12673 LIBM="-lmw"
12674fi
12675
81ecdfbb
RW
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12677$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 12678if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 12679 $as_echo_n "(cached) " >&6
51dec227
AM
12680else
12681 ac_check_lib_save_LIBS=$LIBS
12682LIBS="-lm $LIBS"
81ecdfbb 12683cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12684/* end confdefs.h. */
12685
81ecdfbb
RW
12686/* Override any GCC internal prototype to avoid an error.
12687 Use char because int might match the return type of a GCC
12688 builtin and then its argument prototype would still apply. */
51dec227
AM
12689#ifdef __cplusplus
12690extern "C"
12691#endif
51dec227
AM
12692char cos ();
12693int
12694main ()
12695{
81ecdfbb 12696return cos ();
51dec227
AM
12697 ;
12698 return 0;
12699}
12700_ACEOF
81ecdfbb 12701if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12702 ac_cv_lib_m_cos=yes
12703else
81ecdfbb 12704 ac_cv_lib_m_cos=no
51dec227 12705fi
81ecdfbb
RW
12706rm -f core conftest.err conftest.$ac_objext \
12707 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12708LIBS=$ac_check_lib_save_LIBS
12709fi
81ecdfbb
RW
12710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12711$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 12712if test "x$ac_cv_lib_m_cos" = xyes; then :
51dec227
AM
12713 LIBM="$LIBM -lm"
12714fi
12715
12716 ;;
12717*)
81ecdfbb
RW
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12719$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 12720if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 12721 $as_echo_n "(cached) " >&6
51dec227
AM
12722else
12723 ac_check_lib_save_LIBS=$LIBS
12724LIBS="-lm $LIBS"
81ecdfbb 12725cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12726/* end confdefs.h. */
12727
81ecdfbb
RW
12728/* Override any GCC internal prototype to avoid an error.
12729 Use char because int might match the return type of a GCC
12730 builtin and then its argument prototype would still apply. */
51dec227
AM
12731#ifdef __cplusplus
12732extern "C"
12733#endif
51dec227
AM
12734char cos ();
12735int
12736main ()
12737{
81ecdfbb 12738return cos ();
51dec227
AM
12739 ;
12740 return 0;
12741}
12742_ACEOF
81ecdfbb 12743if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12744 ac_cv_lib_m_cos=yes
12745else
81ecdfbb 12746 ac_cv_lib_m_cos=no
51dec227 12747fi
81ecdfbb
RW
12748rm -f core conftest.err conftest.$ac_objext \
12749 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12750LIBS=$ac_check_lib_save_LIBS
12751fi
81ecdfbb
RW
12752{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12753$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 12754if test "x$ac_cv_lib_m_cos" = xyes; then :
51dec227
AM
12755 LIBM="-lm"
12756fi
12757
12758 ;;
12759esac
12760
12761
12762
2eee5593
AM
12763#Libs for generator progs
12764if test "x$cross_compiling" = "xno"; then
12765 BUILD_LIBS=../libiberty/libiberty.a
12766 BUILD_LIB_DEPS=$BUILD_LIBS
12767else
12768 # if cross-compiling, assume that the system provides -liberty
12769 # and that the version is compatible with new headers.
12770 BUILD_LIBS=-liberty
12771 BUILD_LIB_DEPS=
12772fi
12773BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12774BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12775
12776
12777
12778
45d42143
NC
12779# Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12780SHARED_LDFLAGS=
12781SHARED_LIBADD=
12782SHARED_DEPENDENCIES=
12783if test "$enable_shared" = "yes"; then
29670fb9
AM
12784# When building a shared libopcodes, link against the pic version of libiberty
12785# so that apps that use libopcodes won't need libiberty just to satisfy any
12786# libopcodes references.
12787# We can't do that if a pic libiberty is unavailable since including non-pic
12788# code would insert text relocations into libopcodes.
12789# Note that linking against libbfd as we do here, which is itself linked
12790# against libiberty, may not satisfy all the libopcodes libiberty references
12791# since libbfd may not pull in the entirety of libiberty.
12792 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12793 if test -n "$x"; then
12794 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12795 fi
12796
45d42143
NC
12797 case "${host}" in
12798 *-*-cygwin*)
12799 SHARED_LDFLAGS="-no-undefined"
12800 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12801 ;;
0e336180 12802 *-*-darwin*)
29670fb9 12803 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
0e336180
NC
12804 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12805 ;;
45d42143 12806 *)
0e336180
NC
12807 case "$host_vendor" in
12808 hp)
29670fb9 12809 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
0e336180
NC
12810 ;;
12811 *)
29670fb9 12812 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
0e336180
NC
12813 ;;
12814 esac
4267b19f 12815 SHARED_DEPENDENCIES="../bfd/libbfd.la"
45d42143
NC
12816 ;;
12817 esac
51dec227
AM
12818
12819 if test -n "$SHARED_LIBADD"; then
12820 if test -n "$LIBM"; then
12821 if test x"$bfd_cv_ld_as_needed" = xyes; then
12822 # Link against libm only when needed. Put -lc, -lm inside -Wl
12823 # to stop libtool reordering these options.
12824 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12825 else
12826 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12827 fi
12828 fi
12829 fi
45d42143
NC
12830fi
12831
252b5132
RH
12832
12833
12834
12835# target-specific stuff:
12836
12837# Canonicalize the secondary target names.
12838if test -n "$enable_targets" ; then
12839 for targ in `echo $enable_targets | sed 's/,/ /g'`
12840 do
6d83c84b 12841 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
12842 if test -n "$result" ; then
12843 canon_targets="$canon_targets $result"
12844 else
12845 # Allow targets that config.sub doesn't recognize, like "all".
12846 canon_targets="$canon_targets $targ"
12847 fi
12848 done
12849fi
12850
12851all_targets=false
12852selarchs=
12853for targ in $target $canon_targets
12854do
12855 if test "x$targ" = "xall" ; then
12856 all_targets=true
12857 else
12858 . $srcdir/../bfd/config.bfd
12859 selarchs="$selarchs $targ_archs"
12860 fi
979273e3 12861done
252b5132
RH
12862
12863# Utility var, documents generic cgen support files.
12864
3609e0fe 12865cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
252b5132
RH
12866
12867# We don't do any links based on the target system, just makefile config.
12868
12869if test x${all_targets} = xfalse ; then
12870
12871 # Target architecture .o files.
12872 ta=
12873
12874 for arch in $selarchs
12875 do
12876 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12877 archdefs="$archdefs -DARCH_$ad"
12878 case "$arch" in
a06ea964 12879 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
252b5132 12880 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
0d2bcfaf 12881 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
252b5132 12882 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
adde6300 12883 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
4b7f6baa 12884 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
3843081d 12885 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
3609e0fe 12886 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
3843081d 12887 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
b8891f8d 12888 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
252b5132
RH
12889 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12890 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
d172d4ba 12891 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
3843081d
JBG
12892 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12893 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
3f8107ab 12894 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
20135e4c 12895 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
252b5132 12896 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
252b5132 12897 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
7b6d09fb 12898 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
8a9036a4 12899 ta="$ta i386-dis.lo i386-opc.lo" ;;
800eeca4 12900 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
a40cbfa3 12901 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
48891606 12902 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
3843081d
JBG
12903 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12904 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
c5f5f1f4 12905 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
252b5132 12906 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
60bcf0fa
NC
12907 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12908 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
48891606 12909 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
6927f982 12910 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
7e9ca91e 12911 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
252b5132 12912 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
252b5132 12913 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
bd2f2e55 12914 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
a3c62988 12915 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
7ba29e2a 12916 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
df58fc94 12917 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
3c3bdf30 12918 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
252b5132
RH
12919 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12920 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
d031aafb 12921 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
34c911a4 12922 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
35c08157 12923 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
fe944acf 12924 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
36591ba1 12925 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
252b5132 12926 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
73589c9d 12927 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
e135f41b 12928 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
3843081d 12929 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
252b5132 12930 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
a85d7ed0 12931 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
11146849 12932 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
5dd0794d 12933 bfd_pyramid_arch) ;;
252b5132 12934 bfd_romp_arch) ;;
e23eba97 12935 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
252b5132 12936 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
99c513f6 12937 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
c7927a3c 12938 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
a85d7ed0 12939 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
3843081d 12940 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
211dc24b 12941 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
252b5132 12942 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
e9f53129 12943 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
252b5132 12944 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
3843081d 12945 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
5c84d377 12946 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
40b36596 12947 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
252b5132 12948 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
aa137e4d
NC
12949 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12950 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
252b5132
RH
12951 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12952 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12953 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
de863c74 12954 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
252b5132 12955 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
1945cfa5 12956 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
62ecb94c 12957 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
3843081d
JBG
12958 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12959 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
93fbbb04 12960 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
e0001a05 12961 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
3c9b82ba 12962 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
252b5132 12963 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
79472b45 12964 bfd_bpf_arch) ta="$ta bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo" using_cgen=yes ;;
252b5132
RH
12965
12966 "") ;;
d0ac1c44 12967 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
252b5132
RH
12968 esac
12969 done
12970
12971 if test $using_cgen = yes ; then
12972 ta="$ta $cgen_files"
12973 fi
12974
12975 # Weed out duplicate .o files.
12976 f=""
12977 for i in $ta ; do
12978 case " $f " in
12979 *" $i "*) ;;
12980 *) f="$f $i" ;;
12981 esac
12982 done
12983 ta="$f"
12984
12985 # And duplicate -D flags.
12986 f=""
12987 for i in $archdefs ; do
12988 case " $f " in
12989 *" $i "*) ;;
12990 *) f="$f $i" ;;
12991 esac
12992 done
12993 archdefs="$f"
12994
12995 BFD_MACHINES="$ta"
12996
12997else # all_targets is true
12998 archdefs=-DARCH_all
12999 BFD_MACHINES='$(ALL_MACHINES)'
13000fi
13001
13002
13003
13004
81ecdfbb 13005ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
979273e3 13006
979273e3 13007cat >confcache <<\_ACEOF
252b5132
RH
13008# This file is a shell script that caches the results of configure
13009# tests run on this system so they can be shared between configure
979273e3
NN
13010# scripts and configure runs, see configure's option --config-cache.
13011# It is not useful on other systems. If it contains results you don't
13012# want to keep, you may remove or edit it.
252b5132 13013#
979273e3
NN
13014# config.status only pays attention to the cache file if you give it
13015# the --recheck option to rerun configure.
252b5132 13016#
979273e3
NN
13017# `ac_cv_env_foo' variables (set or unset) will be overridden when
13018# loading this file, other *unset* `ac_cv_foo' will be assigned the
13019# following values.
13020
13021_ACEOF
13022
252b5132
RH
13023# The following way of writing the cache mishandles newlines in values,
13024# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13025# So, we kill variables containing newlines.
252b5132
RH
13026# Ultrix sh set writes to stderr and can't be redirected directly,
13027# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13028(
13029 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13030 eval ac_val=\$$ac_var
13031 case $ac_val in #(
13032 *${as_nl}*)
13033 case $ac_var in #(
13034 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13035$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13036 esac
13037 case $ac_var in #(
13038 _ | IFS | as_nl) ;; #(
13039 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13040 *) { eval $ac_var=; unset $ac_var;} ;;
13041 esac ;;
13042 esac
13043 done
13044
979273e3 13045 (set) 2>&1 |
81ecdfbb
RW
13046 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13047 *${as_nl}ac_space=\ *)
13048 # `set' does not quote correctly, so add quotes: double-quote
13049 # substitution turns \\\\ into \\, and sed turns \\ into \.
979273e3
NN
13050 sed -n \
13051 "s/'/'\\\\''/g;
13052 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13053 ;; #(
979273e3
NN
13054 *)
13055 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13056 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 13057 ;;
81ecdfbb
RW
13058 esac |
13059 sort
13060) |
979273e3 13061 sed '
81ecdfbb 13062 /^ac_cv_env_/b end
979273e3 13063 t clear
81ecdfbb 13064 :clear
979273e3
NN
13065 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13066 t end
81ecdfbb
RW
13067 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13068 :end' >>confcache
13069if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13070 if test -w "$cache_file"; then
d0ac1c44 13071 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13073$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13074 if test ! -f "$cache_file" || test -h "$cache_file"; then
13075 cat confcache >"$cache_file"
13076 else
13077 case $cache_file in #(
13078 */* | ?:*)
13079 mv -f confcache "$cache_file"$$ &&
13080 mv -f "$cache_file"$$ "$cache_file" ;; #(
13081 *)
13082 mv -f confcache "$cache_file" ;;
13083 esac
13084 fi
13085 fi
252b5132 13086 else
81ecdfbb
RW
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13088$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
252b5132
RH
13089 fi
13090fi
13091rm -f confcache
13092
252b5132
RH
13093test "x$prefix" = xNONE && prefix=$ac_default_prefix
13094# Let make expand exec_prefix.
13095test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13096
252b5132
RH
13097DEFS=-DHAVE_CONFIG_H
13098
979273e3
NN
13099ac_libobjs=
13100ac_ltlibobjs=
d0ac1c44 13101U=
979273e3
NN
13102for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13103 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13104 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13105 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13106 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13107 # will be set to the directory where LIBOBJS objects are built.
13108 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13109 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
979273e3
NN
13110done
13111LIBOBJS=$ac_libobjs
252b5132 13112
979273e3
NN
13113LTLIBOBJS=$ac_ltlibobjs
13114
13115
d0ac1c44
SM
13116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13117$as_echo_n "checking that generated files are newer than configure... " >&6; }
13118 if test -n "$am_sleep_pid"; then
13119 # Hide warnings about reused PIDs.
13120 wait $am_sleep_pid 2>/dev/null
13121 fi
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13123$as_echo "done" >&6; }
8ae85421 13124if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 13125 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 13126Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
13127fi
13128if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 13129 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
13130Usually this means the macro was only invoked conditionally." "$LINENO" 5
13131fi
13132 if test -n "$EXEEXT"; then
13133 am__EXEEXT_TRUE=
13134 am__EXEEXT_FALSE='#'
13135else
13136 am__EXEEXT_TRUE='#'
13137 am__EXEEXT_FALSE=
8ae85421 13138fi
81ecdfbb 13139
8ae85421 13140if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13141 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 13142Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
13143fi
13144if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
d0ac1c44 13145 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
81ecdfbb 13146Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
13147fi
13148if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
d0ac1c44 13149 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
81ecdfbb 13150Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421 13151fi
979273e3 13152
d0ac1c44 13153: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13154ac_write_fail=0
979273e3
NN
13155ac_clean_files_save=$ac_clean_files
13156ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13157{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13158$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13159as_write_fail=0
13160cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
979273e3
NN
13161#! $SHELL
13162# Generated by $as_me.
252b5132 13163# Run this file to recreate the current configuration.
252b5132 13164# Compiler output produced by configure, useful for debugging
979273e3 13165# configure, is in config.log if it exists.
252b5132 13166
979273e3
NN
13167debug=false
13168ac_cs_recheck=false
13169ac_cs_silent=false
979273e3 13170
81ecdfbb
RW
13171SHELL=\${CONFIG_SHELL-$SHELL}
13172export SHELL
13173_ASEOF
13174cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13175## -------------------- ##
13176## M4sh Initialization. ##
13177## -------------------- ##
979273e3 13178
81ecdfbb
RW
13179# Be more Bourne compatible
13180DUALCASE=1; export DUALCASE # for MKS sh
13181if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
979273e3
NN
13182 emulate sh
13183 NULLCMD=:
81ecdfbb 13184 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
979273e3
NN
13185 # is contrary to our usage. Disable this feature.
13186 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13187 setopt NO_GLOB_SUBST
13188else
13189 case `(set -o) 2>/dev/null` in #(
13190 *posix*) :
13191 set -o posix ;; #(
13192 *) :
13193 ;;
13194esac
979273e3 13195fi
979273e3 13196
81ecdfbb
RW
13197
13198as_nl='
13199'
13200export as_nl
13201# Printing a long string crashes Solaris 7 /usr/bin/printf.
13202as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13203as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13204as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13205# Prefer a ksh shell builtin over an external printf program on Solaris,
13206# but without wasting forks for bash or zsh.
13207if test -z "$BASH_VERSION$ZSH_VERSION" \
13208 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13209 as_echo='print -r --'
13210 as_echo_n='print -rn --'
13211elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13212 as_echo='printf %s\n'
13213 as_echo_n='printf %s'
13214else
13215 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13216 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13217 as_echo_n='/usr/ucb/echo -n'
13218 else
13219 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13220 as_echo_n_body='eval
13221 arg=$1;
13222 case $arg in #(
13223 *"$as_nl"*)
13224 expr "X$arg" : "X\\(.*\\)$as_nl";
13225 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13226 esac;
13227 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13228 '
13229 export as_echo_n_body
13230 as_echo_n='sh -c $as_echo_n_body as_echo'
13231 fi
13232 export as_echo_body
13233 as_echo='sh -c $as_echo_body as_echo'
13234fi
13235
13236# The user is always right.
13237if test "${PATH_SEPARATOR+set}" != set; then
13238 PATH_SEPARATOR=:
13239 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13240 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13241 PATH_SEPARATOR=';'
13242 }
979273e3
NN
13243fi
13244
13245
81ecdfbb
RW
13246# IFS
13247# We need space, tab and new line, in precisely that order. Quoting is
13248# there to prevent editors from complaining about space-tab.
13249# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13250# splitting by setting IFS to empty value.)
13251IFS=" "" $as_nl"
13252
13253# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13254as_myself=
81ecdfbb
RW
13255case $0 in #((
13256 *[\\/]* ) as_myself=$0 ;;
13257 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258for as_dir in $PATH
13259do
13260 IFS=$as_save_IFS
13261 test -z "$as_dir" && as_dir=.
13262 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13263 done
13264IFS=$as_save_IFS
13265
13266 ;;
13267esac
13268# We did not find ourselves, most probably we were run as `sh COMMAND'
13269# in which case we are not to be found in the path.
13270if test "x$as_myself" = x; then
13271 as_myself=$0
13272fi
13273if test ! -f "$as_myself"; then
13274 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13275 exit 1
13276fi
13277
13278# Unset variables that we do not need and which cause bugs (e.g. in
13279# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13280# suppresses any "Segmentation fault" message there. '((' could
13281# trigger a bug in pdksh 5.2.14.
13282for as_var in BASH_ENV ENV MAIL MAILPATH
13283do eval test x\${$as_var+set} = xset \
13284 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13285done
979273e3
NN
13286PS1='$ '
13287PS2='> '
13288PS4='+ '
13289
13290# NLS nuisances.
81ecdfbb
RW
13291LC_ALL=C
13292export LC_ALL
13293LANGUAGE=C
13294export LANGUAGE
13295
13296# CDPATH.
13297(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13298
13299
d0ac1c44
SM
13300# as_fn_error STATUS ERROR [LINENO LOG_FD]
13301# ----------------------------------------
81ecdfbb
RW
13302# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13303# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13304# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13305as_fn_error ()
13306{
d0ac1c44
SM
13307 as_status=$1; test $as_status -eq 0 && as_status=1
13308 if test "$4"; then
13309 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13310 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
979273e3 13311 fi
d0ac1c44 13312 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13313 as_fn_exit $as_status
13314} # as_fn_error
13315
13316
13317# as_fn_set_status STATUS
13318# -----------------------
13319# Set $? to STATUS, without forking.
13320as_fn_set_status ()
13321{
13322 return $1
13323} # as_fn_set_status
13324
13325# as_fn_exit STATUS
13326# -----------------
13327# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13328as_fn_exit ()
13329{
13330 set +e
13331 as_fn_set_status $1
13332 exit $1
13333} # as_fn_exit
13334
13335# as_fn_unset VAR
13336# ---------------
13337# Portably unset VAR.
13338as_fn_unset ()
13339{
13340 { eval $1=; unset $1;}
13341}
13342as_unset=as_fn_unset
13343# as_fn_append VAR VALUE
13344# ----------------------
13345# Append the text in VALUE to the end of the definition contained in VAR. Take
13346# advantage of any shell optimizations that allow amortized linear growth over
13347# repeated appends, instead of the typical quadratic growth present in naive
13348# implementations.
13349if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13350 eval 'as_fn_append ()
13351 {
13352 eval $1+=\$2
13353 }'
13354else
13355 as_fn_append ()
13356 {
13357 eval $1=\$$1\$2
13358 }
13359fi # as_fn_append
13360
13361# as_fn_arith ARG...
13362# ------------------
13363# Perform arithmetic evaluation on the ARGs, and store the result in the
13364# global $as_val. Take advantage of shells that can avoid forks. The arguments
13365# must be portable across $(()) and expr.
13366if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13367 eval 'as_fn_arith ()
13368 {
13369 as_val=$(( $* ))
13370 }'
13371else
13372 as_fn_arith ()
13373 {
13374 as_val=`expr "$@" || test $? -eq 1`
13375 }
13376fi # as_fn_arith
13377
252b5132 13378
81ecdfbb
RW
13379if expr a : '\(a\)' >/dev/null 2>&1 &&
13380 test "X`expr 00001 : '.*\(...\)'`" = X001; then
979273e3
NN
13381 as_expr=expr
13382else
13383 as_expr=false
13384fi
13385
81ecdfbb 13386if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
979273e3
NN
13387 as_basename=basename
13388else
13389 as_basename=false
13390fi
252b5132 13391
81ecdfbb
RW
13392if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13393 as_dirname=dirname
13394else
13395 as_dirname=false
13396fi
252b5132 13397
81ecdfbb 13398as_me=`$as_basename -- "$0" ||
979273e3
NN
13399$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13400 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13401 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13402$as_echo X/"$0" |
13403 sed '/^.*\/\([^/][^/]*\)\/*$/{
13404 s//\1/
13405 q
13406 }
13407 /^X\/\(\/\/\)$/{
13408 s//\1/
13409 q
13410 }
13411 /^X\/\(\/\).*/{
13412 s//\1/
13413 q
13414 }
13415 s/.*/./; q'`
252b5132 13416
979273e3
NN
13417# Avoid depending upon Character Ranges.
13418as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13419as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13420as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13421as_cr_digits='0123456789'
13422as_cr_alnum=$as_cr_Letters$as_cr_digits
13423
81ecdfbb
RW
13424ECHO_C= ECHO_N= ECHO_T=
13425case `echo -n x` in #(((((
13426-n*)
13427 case `echo 'xy\c'` in
13428 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13429 xy) ECHO_C='\c';;
13430 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13431 ECHO_T=' ';;
13432 esac;;
13433*)
13434 ECHO_N='-n';;
979273e3
NN
13435esac
13436
81ecdfbb
RW
13437rm -f conf$$ conf$$.exe conf$$.file
13438if test -d conf$$.dir; then
13439 rm -f conf$$.dir/conf$$.file
979273e3 13440else
81ecdfbb
RW
13441 rm -f conf$$.dir
13442 mkdir conf$$.dir 2>/dev/null
979273e3 13443fi
81ecdfbb
RW
13444if (echo >conf$$.file) 2>/dev/null; then
13445 if ln -s conf$$.file conf$$ 2>/dev/null; then
979273e3 13446 as_ln_s='ln -s'
81ecdfbb
RW
13447 # ... but there are two gotchas:
13448 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13449 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13450 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13451 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13452 as_ln_s='cp -pR'
81ecdfbb
RW
13453 elif ln conf$$.file conf$$ 2>/dev/null; then
13454 as_ln_s=ln
13455 else
d0ac1c44 13456 as_ln_s='cp -pR'
252b5132 13457 fi
979273e3 13458else
d0ac1c44 13459 as_ln_s='cp -pR'
979273e3 13460fi
81ecdfbb
RW
13461rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13462rmdir conf$$.dir 2>/dev/null
13463
13464
13465# as_fn_mkdir_p
13466# -------------
13467# Create "$as_dir" as a directory, including parents if necessary.
13468as_fn_mkdir_p ()
13469{
13470
13471 case $as_dir in #(
13472 -*) as_dir=./$as_dir;;
13473 esac
13474 test -d "$as_dir" || eval $as_mkdir_p || {
13475 as_dirs=
13476 while :; do
13477 case $as_dir in #(
13478 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13479 *) as_qdir=$as_dir;;
13480 esac
13481 as_dirs="'$as_qdir' $as_dirs"
13482 as_dir=`$as_dirname -- "$as_dir" ||
13483$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13484 X"$as_dir" : 'X\(//\)[^/]' \| \
13485 X"$as_dir" : 'X\(//\)$' \| \
13486 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13487$as_echo X"$as_dir" |
13488 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13489 s//\1/
13490 q
13491 }
13492 /^X\(\/\/\)[^/].*/{
13493 s//\1/
13494 q
13495 }
13496 /^X\(\/\/\)$/{
13497 s//\1/
13498 q
13499 }
13500 /^X\(\/\).*/{
13501 s//\1/
13502 q
13503 }
13504 s/.*/./; q'`
13505 test -d "$as_dir" && break
13506 done
13507 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13508 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
979273e3 13509
81ecdfbb
RW
13510
13511} # as_fn_mkdir_p
979273e3 13512if mkdir -p . 2>/dev/null; then
81ecdfbb 13513 as_mkdir_p='mkdir -p "$as_dir"'
979273e3
NN
13514else
13515 test -d ./-p && rmdir ./-p
13516 as_mkdir_p=false
13517fi
13518
d0ac1c44
SM
13519
13520# as_fn_executable_p FILE
13521# -----------------------
13522# Test if FILE is an executable regular file.
13523as_fn_executable_p ()
13524{
13525 test -f "$1" && test -x "$1"
13526} # as_fn_executable_p
13527as_test_x='test -x'
13528as_executable_p=as_fn_executable_p
979273e3
NN
13529
13530# Sed expression to map a string onto a valid CPP name.
13531as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13532
13533# Sed expression to map a string onto a valid variable name.
13534as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13535
13536
979273e3 13537exec 6>&1
81ecdfbb
RW
13538## ----------------------------------- ##
13539## Main body of $CONFIG_STATUS script. ##
13540## ----------------------------------- ##
13541_ASEOF
13542test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
979273e3 13543
81ecdfbb
RW
13544cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13545# Save the log message, to keep $0 and so on meaningful, and to
979273e3 13546# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13547# values after options handling.
13548ac_log="
bb695960 13549This file was extended by opcodes $as_me 2.33.50, which was
d0ac1c44 13550generated by GNU Autoconf 2.69. Invocation command line was
979273e3
NN
13551
13552 CONFIG_FILES = $CONFIG_FILES
13553 CONFIG_HEADERS = $CONFIG_HEADERS
13554 CONFIG_LINKS = $CONFIG_LINKS
13555 CONFIG_COMMANDS = $CONFIG_COMMANDS
13556 $ $0 $@
13557
81ecdfbb
RW
13558on `(hostname || uname -n) 2>/dev/null | sed 1q`
13559"
13560
979273e3
NN
13561_ACEOF
13562
81ecdfbb
RW
13563case $ac_config_files in *"
13564"*) set x $ac_config_files; shift; ac_config_files=$*;;
13565esac
979273e3 13566
81ecdfbb
RW
13567case $ac_config_headers in *"
13568"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13569esac
979273e3 13570
979273e3 13571
81ecdfbb
RW
13572cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13573# Files that config.status was made for.
13574config_files="$ac_config_files"
13575config_headers="$ac_config_headers"
13576config_commands="$ac_config_commands"
979273e3 13577
81ecdfbb 13578_ACEOF
979273e3 13579
81ecdfbb 13580cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 13581ac_cs_usage="\
81ecdfbb
RW
13582\`$as_me' instantiates files and other configuration actions
13583from templates according to the current configuration. Unless the files
13584and actions are specified as TAGs, all are instantiated by default.
979273e3 13585
81ecdfbb 13586Usage: $0 [OPTION]... [TAG]...
979273e3
NN
13587
13588 -h, --help print this help, then exit
81ecdfbb 13589 -V, --version print version number and configuration settings, then exit
d0ac1c44 13590 --config print configuration, then exit
81ecdfbb
RW
13591 -q, --quiet, --silent
13592 do not print progress messages
979273e3
NN
13593 -d, --debug don't remove temporary files
13594 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13595 --file=FILE[:TEMPLATE]
13596 instantiate the configuration file FILE
13597 --header=FILE[:TEMPLATE]
13598 instantiate the configuration header FILE
979273e3
NN
13599
13600Configuration files:
13601$config_files
13602
13603Configuration headers:
13604$config_headers
13605
13606Configuration commands:
13607$config_commands
13608
81ecdfbb 13609Report bugs to the package provider."
979273e3 13610
81ecdfbb
RW
13611_ACEOF
13612cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13613ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
979273e3 13614ac_cs_version="\\
bb695960 13615opcodes config.status 2.33.50
d0ac1c44
SM
13616configured by $0, generated by GNU Autoconf 2.69,
13617 with options \\"\$ac_cs_config\\"
979273e3 13618
d0ac1c44 13619Copyright (C) 2012 Free Software Foundation, Inc.
979273e3
NN
13620This config.status script is free software; the Free Software Foundation
13621gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13622
13623ac_pwd='$ac_pwd'
13624srcdir='$srcdir'
13625INSTALL='$INSTALL'
13626MKDIR_P='$MKDIR_P'
13627AWK='$AWK'
13628test -n "\$AWK" || AWK=awk
979273e3
NN
13629_ACEOF
13630
81ecdfbb
RW
13631cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13632# The default lists apply if the user does not specify any file.
979273e3
NN
13633ac_need_defaults=:
13634while test $# != 0
13635do
13636 case $1 in
d0ac1c44 13637 --*=?*)
81ecdfbb
RW
13638 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13639 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
979273e3
NN
13640 ac_shift=:
13641 ;;
d0ac1c44
SM
13642 --*=)
13643 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13644 ac_optarg=
13645 ac_shift=:
13646 ;;
81ecdfbb 13647 *)
979273e3
NN
13648 ac_option=$1
13649 ac_optarg=$2
13650 ac_shift=shift
13651 ;;
979273e3
NN
13652 esac
13653
13654 case $ac_option in
13655 # Handling of the options.
979273e3
NN
13656 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13657 ac_cs_recheck=: ;;
81ecdfbb
RW
13658 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13659 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13660 --config | --confi | --conf | --con | --co | --c )
13661 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13662 --debug | --debu | --deb | --de | --d | -d )
979273e3
NN
13663 debug=: ;;
13664 --file | --fil | --fi | --f )
13665 $ac_shift
81ecdfbb
RW
13666 case $ac_optarg in
13667 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13668 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13669 esac
13670 as_fn_append CONFIG_FILES " '$ac_optarg'"
979273e3
NN
13671 ac_need_defaults=false;;
13672 --header | --heade | --head | --hea )
13673 $ac_shift
81ecdfbb
RW
13674 case $ac_optarg in
13675 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13676 esac
13677 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
979273e3 13678 ac_need_defaults=false;;
81ecdfbb
RW
13679 --he | --h)
13680 # Conflict between --help and --header
d0ac1c44 13681 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13682Try \`$0 --help' for more information.";;
13683 --help | --hel | -h )
13684 $as_echo "$ac_cs_usage"; exit ;;
979273e3
NN
13685 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13686 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13687 ac_cs_silent=: ;;
13688
13689 # This is an error.
d0ac1c44 13690 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13691Try \`$0 --help' for more information." ;;
979273e3 13692
81ecdfbb
RW
13693 *) as_fn_append ac_config_targets " $1"
13694 ac_need_defaults=false ;;
979273e3
NN
13695
13696 esac
13697 shift
252b5132 13698done
979273e3
NN
13699
13700ac_configure_extra_args=
13701
13702if $ac_cs_silent; then
13703 exec 6>/dev/null
13704 ac_configure_extra_args="$ac_configure_extra_args --silent"
252b5132 13705fi
252b5132 13706
979273e3 13707_ACEOF
81ecdfbb 13708cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13709if \$ac_cs_recheck; then
d0ac1c44 13710 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13711 shift
13712 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13713 CONFIG_SHELL='$SHELL'
13714 export CONFIG_SHELL
13715 exec "\$@"
979273e3 13716fi
252b5132 13717
979273e3 13718_ACEOF
81ecdfbb
RW
13719cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13720exec 5>>config.log
13721{
13722 echo
13723 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13724## Running $as_me. ##
13725_ASBOX
13726 $as_echo "$ac_log"
13727} >&5
979273e3 13728
81ecdfbb
RW
13729_ACEOF
13730cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13731#
81ecdfbb 13732# INIT-COMMANDS
979273e3 13733#
8ae85421 13734AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
13735
13736
13737# The HP-UX ksh and POSIX shell print the target directory to stdout
13738# if CDPATH is set.
13739(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13740
13741sed_quote_subst='$sed_quote_subst'
13742double_quote_subst='$double_quote_subst'
13743delay_variable_subst='$delay_variable_subst'
3725885a
RW
13744enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13745macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13746macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13747enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13748pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13749enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13750SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13751ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13752host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13753host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13754host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13755build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13756build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13757build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13758SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13759Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13760GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13761EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13762FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13763LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13764NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13765LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13766max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13767ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13768exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13769lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13770lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13771lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13772reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13773reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13774OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13775deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13776file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13777AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13778AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13779STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13780RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13781old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13782old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13783old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13784lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13785CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13786CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13787compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13788GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13789lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13790lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13791lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13792lt_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"`'
13793objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13794MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13795lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13796lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13797lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13798lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13799lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13800need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13801DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13802NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13803LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13804OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13805OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13806libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13807shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13808extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13809archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13810enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13811export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13812whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13813compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13814old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13815old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13816archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13817archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13818module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13819module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13820with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13821allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13822no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13823hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13824hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13825hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13826hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13827hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13828hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13829hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13830hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13831inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13832link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13833fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13834always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13835export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13836exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13837include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13838prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13839file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13840variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13841need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13842need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13843version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13844runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13845shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13846shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13847libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13848library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13849soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13850install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13851postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13852postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13853finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13854finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13855hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13856sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13857sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13858hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13859enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13860enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13861enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13862old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13863striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
13864
13865LTCC='$LTCC'
13866LTCFLAGS='$LTCFLAGS'
13867compiler='$compiler_DEFAULT'
13868
3725885a
RW
13869# A function that is used when there is no print builtin or printf.
13870func_fallback_echo ()
13871{
13872 eval 'cat <<_LTECHO_EOF
13873\$1
13874_LTECHO_EOF'
13875}
13876
d7040cdb 13877# Quote evaled strings.
3725885a
RW
13878for var in SHELL \
13879ECHO \
13880SED \
d7040cdb
SE
13881GREP \
13882EGREP \
13883FGREP \
13884LD \
13885NM \
13886LN_S \
13887lt_SP2NL \
13888lt_NL2SP \
13889reload_flag \
1927a18f 13890OBJDUMP \
d7040cdb
SE
13891deplibs_check_method \
13892file_magic_cmd \
13893AR \
13894AR_FLAGS \
13895STRIP \
13896RANLIB \
13897CC \
13898CFLAGS \
13899compiler \
13900lt_cv_sys_global_symbol_pipe \
13901lt_cv_sys_global_symbol_to_cdecl \
13902lt_cv_sys_global_symbol_to_c_name_address \
1927a18f 13903lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
13904lt_prog_compiler_no_builtin_flag \
13905lt_prog_compiler_wl \
13906lt_prog_compiler_pic \
13907lt_prog_compiler_static \
13908lt_cv_prog_compiler_c_o \
13909need_locks \
1927a18f
L
13910DSYMUTIL \
13911NMEDIT \
13912LIPO \
13913OTOOL \
13914OTOOL64 \
d7040cdb
SE
13915shrext_cmds \
13916export_dynamic_flag_spec \
13917whole_archive_flag_spec \
13918compiler_needs_object \
13919with_gnu_ld \
13920allow_undefined_flag \
13921no_undefined_flag \
13922hardcode_libdir_flag_spec \
13923hardcode_libdir_flag_spec_ld \
13924hardcode_libdir_separator \
13925fix_srcfile_path \
13926exclude_expsyms \
13927include_expsyms \
13928file_list_spec \
13929variables_saved_for_relink \
13930libname_spec \
13931library_names_spec \
13932soname_spec \
3725885a 13933install_override_mode \
d7040cdb
SE
13934finish_eval \
13935old_striplib \
13936striplib; do
3725885a 13937 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13938 *[\\\\\\\`\\"\\\$]*)
3725885a 13939 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
13940 ;;
13941 *)
13942 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13943 ;;
13944 esac
13945done
13946
13947# Double-quote double-evaled strings.
13948for var in reload_cmds \
13949old_postinstall_cmds \
13950old_postuninstall_cmds \
13951old_archive_cmds \
13952extract_expsyms_cmds \
13953old_archive_from_new_cmds \
13954old_archive_from_expsyms_cmds \
13955archive_cmds \
13956archive_expsym_cmds \
13957module_cmds \
13958module_expsym_cmds \
13959export_symbols_cmds \
13960prelink_cmds \
13961postinstall_cmds \
13962postuninstall_cmds \
13963finish_cmds \
13964sys_lib_search_path_spec \
13965sys_lib_dlsearch_path_spec; do
3725885a 13966 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13967 *[\\\\\\\`\\"\\\$]*)
3725885a 13968 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
13969 ;;
13970 *)
13971 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13972 ;;
13973 esac
13974done
13975
d7040cdb
SE
13976ac_aux_dir='$ac_aux_dir'
13977xsi_shell='$xsi_shell'
13978lt_shell_append='$lt_shell_append'
13979
13980# See if we are running on zsh, and set the options which allow our
13981# commands through without removal of \ escapes INIT.
13982if test -n "\${ZSH_VERSION+set}" ; then
13983 setopt NO_GLOB_SUBST
13984fi
13985
13986
13987 PACKAGE='$PACKAGE'
13988 VERSION='$VERSION'
13989 TIMESTAMP='$TIMESTAMP'
13990 RM='$RM'
13991 ofile='$ofile'
13992
13993
13994
20e95c23
DJ
13995# Capture the value of obsolete ALL_LINGUAS because we need it to compute
13996 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13997 # from automake.
13998 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13999 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14000 LINGUAS="${LINGUAS-%UNSET%}"
979273e3
NN
14001
14002
14003_ACEOF
14004
81ecdfbb 14005cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 14006
81ecdfbb 14007# Handling of arguments.
979273e3
NN
14008for ac_config_target in $ac_config_targets
14009do
81ecdfbb
RW
14010 case $ac_config_target in
14011 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14012 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14013 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14014 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14015 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14016 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14017
d0ac1c44 14018 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132 14019 esac
979273e3 14020done
252b5132 14021
81ecdfbb 14022
979273e3
NN
14023# If the user did not use the arguments to specify the items to instantiate,
14024# then the envvar interface is used. Set only those that are not.
14025# We use the long form for the default assignment because of an extremely
14026# bizarre bug on SunOS 4.1.3.
14027if $ac_need_defaults; then
14028 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14029 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14030 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14031fi
14032
14033# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14034# simply because there is no reason against having it here, and in addition,
979273e3 14035# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14036# Hook for its removal unless debugging.
14037# Note that there is a small window in which the directory will not be cleaned:
14038# after its creation but before its name has been assigned to `$tmp'.
979273e3
NN
14039$debug ||
14040{
d0ac1c44 14041 tmp= ac_tmp=
81ecdfbb 14042 trap 'exit_status=$?
d0ac1c44
SM
14043 : "${ac_tmp:=$tmp}"
14044 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14045' 0
14046 trap 'as_fn_exit 1' 1 2 13 15
979273e3 14047}
979273e3
NN
14048# Create a (secure) tmp directory for tmp files.
14049
14050{
81ecdfbb 14051 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14052 test -d "$tmp"
979273e3
NN
14053} ||
14054{
81ecdfbb
RW
14055 tmp=./conf$$-$RANDOM
14056 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14057} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14058ac_tmp=$tmp
81ecdfbb
RW
14059
14060# Set up the scripts for CONFIG_FILES section.
14061# No need to generate them if there are no CONFIG_FILES.
14062# This happens for instance with `./config.status config.h'.
14063if test -n "$CONFIG_FILES"; then
14064
14065
14066ac_cr=`echo X | tr X '\015'`
14067# On cygwin, bash can eat \r inside `` if the user requested igncr.
14068# But we know of no other shell where ac_cr would be empty at this
14069# point, so we can use a bashism as a fallback.
14070if test "x$ac_cr" = x; then
14071 eval ac_cr=\$\'\\r\'
14072fi
14073ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14074if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14075 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14076else
14077 ac_cs_awk_cr=$ac_cr
14078fi
14079
d0ac1c44 14080echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
14081_ACEOF
14082
14083
14084{
14085 echo "cat >conf$$subs.awk <<_ACEOF" &&
14086 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14087 echo "_ACEOF"
14088} >conf$$subs.sh ||
d0ac1c44
SM
14089 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14090ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14091ac_delim='%!_!# '
14092for ac_last_try in false false false false false :; do
14093 . ./conf$$subs.sh ||
d0ac1c44 14094 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14095
14096 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14097 if test $ac_delim_n = $ac_delim_num; then
14098 break
14099 elif $ac_last_try; then
d0ac1c44 14100 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14101 else
14102 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14103 fi
14104done
14105rm -f conf$$subs.sh
14106
14107cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14108cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14109_ACEOF
14110sed -n '
14111h
14112s/^/S["/; s/!.*/"]=/
14113p
14114g
14115s/^[^!]*!//
14116:repl
14117t repl
14118s/'"$ac_delim"'$//
14119t delim
14120:nl
14121h
d0ac1c44 14122s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14123t more1
14124s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14125p
14126n
14127b repl
14128:more1
14129s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14130p
14131g
14132s/.\{148\}//
14133t nl
14134:delim
14135h
d0ac1c44 14136s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14137t more2
14138s/["\\]/\\&/g; s/^/"/; s/$/"/
14139p
14140b
14141:more2
14142s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14143p
14144g
14145s/.\{148\}//
14146t delim
14147' <conf$$subs.awk | sed '
14148/^[^""]/{
14149 N
14150 s/\n//
14151}
14152' >>$CONFIG_STATUS || ac_write_fail=1
14153rm -f conf$$subs.awk
14154cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14155_ACAWK
d0ac1c44 14156cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14157 for (key in S) S_is_set[key] = 1
14158 FS = "\a"
14159
14160}
979273e3 14161{
81ecdfbb
RW
14162 line = $ 0
14163 nfields = split(line, field, "@")
14164 substed = 0
14165 len = length(field[1])
14166 for (i = 2; i < nfields; i++) {
14167 key = field[i]
14168 keylen = length(key)
14169 if (S_is_set[key]) {
14170 value = S[key]
14171 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14172 len += length(value) + length(field[++i])
14173 substed = 1
14174 } else
14175 len += 1 + keylen
14176 }
14177
14178 print line
979273e3
NN
14179}
14180
81ecdfbb
RW
14181_ACAWK
14182_ACEOF
14183cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14184if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14185 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14186else
14187 cat
d0ac1c44
SM
14188fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14189 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
979273e3
NN
14190_ACEOF
14191
d0ac1c44
SM
14192# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14193# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14194# trailing colons and then remove the whole line if VPATH becomes empty
14195# (actually we leave an empty line to preserve line numbers).
14196if test "x$srcdir" = x.; then
d0ac1c44
SM
14197 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14198h
14199s///
14200s/^/:/
14201s/[ ]*$/:/
14202s/:\$(srcdir):/:/g
14203s/:\${srcdir}:/:/g
14204s/:@srcdir@:/:/g
14205s/^:*//
81ecdfbb 14206s/:*$//
d0ac1c44
SM
14207x
14208s/\(=[ ]*\).*/\1/
14209G
14210s/\n//
81ecdfbb
RW
14211s/^[^=]*=[ ]*$//
14212}'
14213fi
14214
14215cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14216fi # test -n "$CONFIG_FILES"
979273e3 14217
81ecdfbb
RW
14218# Set up the scripts for CONFIG_HEADERS section.
14219# No need to generate them if there are no CONFIG_HEADERS.
14220# This happens for instance with `./config.status Makefile'.
14221if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14222cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14223BEGIN {
14224_ACEOF
979273e3 14225
81ecdfbb
RW
14226# Transform confdefs.h into an awk script `defines.awk', embedded as
14227# here-document in config.status, that substitutes the proper values into
14228# config.h.in to produce config.h.
979273e3 14229
81ecdfbb
RW
14230# Create a delimiter string that does not exist in confdefs.h, to ease
14231# handling of long lines.
14232ac_delim='%!_!# '
14233for ac_last_try in false false :; do
d0ac1c44
SM
14234 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14235 if test -z "$ac_tt"; then
81ecdfbb
RW
14236 break
14237 elif $ac_last_try; then
d0ac1c44 14238 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
14239 else
14240 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14241 fi
14242done
14243
14244# For the awk script, D is an array of macro values keyed by name,
14245# likewise P contains macro parameters if any. Preserve backslash
14246# newline sequences.
14247
14248ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14249sed -n '
14250s/.\{148\}/&'"$ac_delim"'/g
14251t rset
14252:rset
14253s/^[ ]*#[ ]*define[ ][ ]*/ /
14254t def
14255d
14256:def
14257s/\\$//
14258t bsnl
14259s/["\\]/\\&/g
14260s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14261D["\1"]=" \3"/p
14262s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14263d
14264:bsnl
14265s/["\\]/\\&/g
14266s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14267D["\1"]=" \3\\\\\\n"\\/p
14268t cont
14269s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14270t cont
14271d
14272:cont
14273n
14274s/.\{148\}/&'"$ac_delim"'/g
14275t clear
14276:clear
14277s/\\$//
14278t bsnlc
14279s/["\\]/\\&/g; s/^/"/; s/$/"/p
14280d
14281:bsnlc
14282s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14283b cont
14284' <confdefs.h | sed '
14285s/'"$ac_delim"'/"\\\
14286"/g' >>$CONFIG_STATUS || ac_write_fail=1
14287
14288cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14289 for (key in D) D_is_set[key] = 1
14290 FS = "\a"
14291}
14292/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14293 line = \$ 0
14294 split(line, arg, " ")
14295 if (arg[1] == "#") {
14296 defundef = arg[2]
14297 mac1 = arg[3]
14298 } else {
14299 defundef = substr(arg[1], 2)
14300 mac1 = arg[2]
14301 }
14302 split(mac1, mac2, "(") #)
14303 macro = mac2[1]
14304 prefix = substr(line, 1, index(line, defundef) - 1)
14305 if (D_is_set[macro]) {
14306 # Preserve the white space surrounding the "#".
14307 print prefix "define", macro P[macro] D[macro]
14308 next
14309 } else {
14310 # Replace #undef with comments. This is necessary, for example,
14311 # in the case of _POSIX_SOURCE, which is predefined and required
14312 # on some systems where configure will not decide to define it.
14313 if (defundef == "undef") {
14314 print "/*", prefix defundef, macro, "*/"
14315 next
14316 }
14317 }
14318}
14319{ print }
14320_ACAWK
979273e3 14321_ACEOF
81ecdfbb 14322cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14323 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14324fi # test -n "$CONFIG_HEADERS"
979273e3 14325
81ecdfbb
RW
14326
14327eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14328shift
14329for ac_tag
14330do
14331 case $ac_tag in
14332 :[FHLC]) ac_mode=$ac_tag; continue;;
14333 esac
14334 case $ac_mode$ac_tag in
14335 :[FHL]*:*);;
d0ac1c44 14336 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14337 :[FH]-) ac_tag=-:-;;
14338 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14339 esac
14340 ac_save_IFS=$IFS
14341 IFS=:
14342 set x $ac_tag
14343 IFS=$ac_save_IFS
14344 shift
14345 ac_file=$1
14346 shift
14347
14348 case $ac_mode in
14349 :L) ac_source=$1;;
14350 :[FH])
14351 ac_file_inputs=
14352 for ac_f
14353 do
14354 case $ac_f in
d0ac1c44 14355 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14356 *) # Look for the file first in the build tree, then in the source tree
14357 # (if the path is not absolute). The absolute path cannot be DOS-style,
14358 # because $ac_f cannot contain `:'.
14359 test -f "$ac_f" ||
14360 case $ac_f in
14361 [\\/$]*) false;;
14362 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14363 esac ||
d0ac1c44 14364 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
14365 esac
14366 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14367 as_fn_append ac_file_inputs " '$ac_f'"
14368 done
14369
14370 # Let's still pretend it is `configure' which instantiates (i.e., don't
14371 # use $as_me), people would be surprised to read:
14372 # /* config.h. Generated by config.status. */
14373 configure_input='Generated from '`
14374 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14375 `' by configure.'
14376 if test x"$ac_file" != x-; then
14377 configure_input="$ac_file. $configure_input"
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14379$as_echo "$as_me: creating $ac_file" >&6;}
979273e3 14380 fi
81ecdfbb
RW
14381 # Neutralize special characters interpreted by sed in replacement strings.
14382 case $configure_input in #(
14383 *\&* | *\|* | *\\* )
14384 ac_sed_conf_input=`$as_echo "$configure_input" |
14385 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14386 *) ac_sed_conf_input=$configure_input;;
14387 esac
252b5132 14388
81ecdfbb 14389 case $ac_tag in
d0ac1c44
SM
14390 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14391 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14392 esac
14393 ;;
252b5132
RH
14394 esac
14395
81ecdfbb 14396 ac_dir=`$as_dirname -- "$ac_file" ||
979273e3
NN
14397$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14398 X"$ac_file" : 'X\(//\)[^/]' \| \
14399 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14400 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14401$as_echo X"$ac_file" |
14402 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14403 s//\1/
14404 q
14405 }
14406 /^X\(\/\/\)[^/].*/{
14407 s//\1/
14408 q
14409 }
14410 /^X\(\/\/\)$/{
14411 s//\1/
14412 q
14413 }
14414 /^X\(\/\).*/{
14415 s//\1/
14416 q
14417 }
14418 s/.*/./; q'`
14419 as_dir="$ac_dir"; as_fn_mkdir_p
979273e3
NN
14420 ac_builddir=.
14421
81ecdfbb
RW
14422case "$ac_dir" in
14423.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14424*)
14425 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14426 # A ".." for each directory in $ac_dir_suffix.
14427 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14428 case $ac_top_builddir_sub in
14429 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14430 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14431 esac ;;
14432esac
14433ac_abs_top_builddir=$ac_pwd
14434ac_abs_builddir=$ac_pwd$ac_dir_suffix
14435# for backward compatibility:
14436ac_top_builddir=$ac_top_build_prefix
979273e3
NN
14437
14438case $srcdir in
81ecdfbb 14439 .) # We are building in place.
979273e3 14440 ac_srcdir=.
81ecdfbb
RW
14441 ac_top_srcdir=$ac_top_builddir_sub
14442 ac_abs_top_srcdir=$ac_pwd ;;
14443 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 14444 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14445 ac_top_srcdir=$srcdir
14446 ac_abs_top_srcdir=$srcdir ;;
14447 *) # Relative name.
14448 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14449 ac_top_srcdir=$ac_top_build_prefix$srcdir
14450 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
979273e3 14451esac
81ecdfbb 14452ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
979273e3 14453
252b5132 14454
81ecdfbb
RW
14455 case $ac_mode in
14456 :F)
14457 #
14458 # CONFIG_FILE
14459 #
979273e3
NN
14460
14461 case $INSTALL in
14462 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
14463 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14464 esac
14465 ac_MKDIR_P=$MKDIR_P
14466 case $MKDIR_P in
14467 [\\/$]* | ?:[\\/]* ) ;;
14468 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
252b5132 14469 esac
81ecdfbb 14470_ACEOF
252b5132 14471
81ecdfbb
RW
14472cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14473# If the template does not know about datarootdir, expand it.
14474# FIXME: This hack should be removed a few years after 2.60.
14475ac_datarootdir_hack=; ac_datarootdir_seen=
14476ac_sed_dataroot='
14477/datarootdir/ {
14478 p
14479 q
14480}
14481/@datadir@/p
14482/@docdir@/p
14483/@infodir@/p
14484/@localedir@/p
14485/@mandir@/p'
14486case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14487*datarootdir*) ac_datarootdir_seen=yes;;
14488*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14490$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14491_ACEOF
14492cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14493 ac_datarootdir_hack='
14494 s&@datadir@&$datadir&g
14495 s&@docdir@&$docdir&g
14496 s&@infodir@&$infodir&g
14497 s&@localedir@&$localedir&g
14498 s&@mandir@&$mandir&g
14499 s&\\\${datarootdir}&$datarootdir&g' ;;
14500esac
979273e3 14501_ACEOF
81ecdfbb
RW
14502
14503# Neutralize VPATH when `$srcdir' = `.'.
14504# Shell code in configure.ac might set extrasub.
14505# FIXME: do we really want to maintain this feature?
14506cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14507ac_sed_extra="$ac_vpsub
979273e3
NN
14508$extrasub
14509_ACEOF
81ecdfbb 14510cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3
NN
14511:t
14512/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
14513s|@configure_input@|$ac_sed_conf_input|;t t
14514s&@top_builddir@&$ac_top_builddir_sub&;t t
14515s&@top_build_prefix@&$ac_top_build_prefix&;t t
14516s&@srcdir@&$ac_srcdir&;t t
14517s&@abs_srcdir@&$ac_abs_srcdir&;t t
14518s&@top_srcdir@&$ac_top_srcdir&;t t
14519s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14520s&@builddir@&$ac_builddir&;t t
14521s&@abs_builddir@&$ac_abs_builddir&;t t
14522s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14523s&@INSTALL@&$ac_INSTALL&;t t
14524s&@MKDIR_P@&$ac_MKDIR_P&;t t
14525$ac_datarootdir_hack
14526"
d0ac1c44
SM
14527eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14528 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14529
14530test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14531 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14532 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14533 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14535which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14536$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14537which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14538
d0ac1c44 14539 rm -f "$ac_tmp/stdin"
979273e3 14540 case $ac_file in
d0ac1c44
SM
14541 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14542 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14543 esac \
d0ac1c44 14544 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14545 ;;
14546 :H)
14547 #
14548 # CONFIG_HEADER
14549 #
979273e3 14550 if test x"$ac_file" != x-; then
81ecdfbb
RW
14551 {
14552 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14553 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14554 } >"$ac_tmp/config.h" \
14555 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14556 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14558$as_echo "$as_me: $ac_file is unchanged" >&6;}
979273e3 14559 else
81ecdfbb 14560 rm -f "$ac_file"
d0ac1c44
SM
14561 mv "$ac_tmp/config.h" "$ac_file" \
14562 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 14563 fi
979273e3 14564 else
81ecdfbb 14565 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14566 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14567 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 14568 fi
81ecdfbb
RW
14569# Compute "$ac_file"'s index in $config_headers.
14570_am_arg="$ac_file"
8ae85421
AM
14571_am_stamp_count=1
14572for _am_header in $config_headers :; do
14573 case $_am_header in
81ecdfbb 14574 $_am_arg | $_am_arg:* )
8ae85421
AM
14575 break ;;
14576 * )
14577 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14578 esac
14579done
81ecdfbb
RW
14580echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14581$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14582 X"$_am_arg" : 'X\(//\)[^/]' \| \
14583 X"$_am_arg" : 'X\(//\)$' \| \
14584 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14585$as_echo X"$_am_arg" |
14586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14587 s//\1/
14588 q
14589 }
14590 /^X\(\/\/\)[^/].*/{
14591 s//\1/
14592 q
14593 }
14594 /^X\(\/\/\)$/{
14595 s//\1/
14596 q
14597 }
14598 /^X\(\/\).*/{
14599 s//\1/
14600 q
14601 }
14602 s/.*/./; q'`/stamp-h$_am_stamp_count
14603 ;;
979273e3 14604
81ecdfbb
RW
14605 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14606$as_echo "$as_me: executing $ac_file commands" >&6;}
14607 ;;
14608 esac
979273e3
NN
14609
14610
81ecdfbb
RW
14611 case $ac_file$ac_mode in
14612 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 14613 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
14614 # are listed without --file. Let's play safe and only enable the eval
14615 # if we detect the quoting.
14616 case $CONFIG_FILES in
14617 *\'*) eval set x "$CONFIG_FILES" ;;
14618 *) set x $CONFIG_FILES ;;
14619 esac
14620 shift
14621 for mf
14622 do
14623 # Strip MF so we end up with the name of the file.
14624 mf=`echo "$mf" | sed -e 's/:.*$//'`
14625 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 14626 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
14627 # some people rename them; so instead we look at the file content.
14628 # Grep'ing the first line is not enough: some people post-process
14629 # each Makefile.in and add a new line on top of each file to say so.
14630 # Grep'ing the whole file is not good either: AIX grep has a line
14631 # limit of 2048, but all sed's we know have understand at least 4000.
14632 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14633 dirpart=`$as_dirname -- "$mf" ||
8ae85421
AM
14634$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14635 X"$mf" : 'X\(//\)[^/]' \| \
14636 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
14637 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14638$as_echo X"$mf" |
14639 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14640 s//\1/
14641 q
14642 }
14643 /^X\(\/\/\)[^/].*/{
14644 s//\1/
14645 q
14646 }
14647 /^X\(\/\/\)$/{
14648 s//\1/
14649 q
14650 }
14651 /^X\(\/\).*/{
14652 s//\1/
14653 q
14654 }
14655 s/.*/./; q'`
14656 else
14657 continue
14658 fi
14659 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 14660 # from the Makefile without running 'make'.
81ecdfbb
RW
14661 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14662 test -z "$DEPDIR" && continue
14663 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 14664 test -z "$am__include" && continue
81ecdfbb 14665 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
14666 # Find all dependency output files, they are included files with
14667 # $(DEPDIR) in their names. We invoke sed twice because it is the
14668 # simplest approach to changing $(DEPDIR) to its actual value in the
14669 # expansion.
14670 for file in `sed -n "
14671 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 14672 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
14673 # Make sure the directory exists.
14674 test -f "$dirpart/$file" && continue
14675 fdir=`$as_dirname -- "$file" ||
8ae85421
AM
14676$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14677 X"$file" : 'X\(//\)[^/]' \| \
14678 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
14679 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14680$as_echo X"$file" |
14681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14682 s//\1/
14683 q
14684 }
14685 /^X\(\/\/\)[^/].*/{
14686 s//\1/
14687 q
14688 }
14689 /^X\(\/\/\)$/{
14690 s//\1/
14691 q
14692 }
14693 /^X\(\/\).*/{
14694 s//\1/
14695 q
14696 }
14697 s/.*/./; q'`
14698 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14699 # echo "creating $dirpart/$file"
14700 echo '# dummy' > "$dirpart/$file"
8ae85421 14701 done
8ae85421 14702 done
81ecdfbb 14703}
d7040cdb 14704 ;;
81ecdfbb 14705 "libtool":C)
d7040cdb
SE
14706
14707 # See if we are running on zsh, and set the options which allow our
14708 # commands through without removal of \ escapes.
14709 if test -n "${ZSH_VERSION+set}" ; then
14710 setopt NO_GLOB_SUBST
14711 fi
14712
14713 cfgfile="${ofile}T"
14714 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14715 $RM "$cfgfile"
14716
14717 cat <<_LT_EOF >> "$cfgfile"
14718#! $SHELL
14719
14720# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1927a18f 14721# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
14722# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14723# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14724#
1927a18f 14725# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 14726# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1927a18f 14727# Written by Gordon Matzigkeit, 1996
d7040cdb 14728#
1927a18f 14729# This file is part of GNU Libtool.
d7040cdb 14730#
1927a18f
L
14731# GNU Libtool is free software; you can redistribute it and/or
14732# modify it under the terms of the GNU General Public License as
14733# published by the Free Software Foundation; either version 2 of
14734# the License, or (at your option) any later version.
d7040cdb 14735#
1927a18f
L
14736# As a special exception to the GNU General Public License,
14737# if you distribute this file as part of a program or library that
14738# is built using GNU Libtool, you may include this file under the
14739# same distribution terms that you use for the rest of that program.
d7040cdb 14740#
1927a18f
L
14741# GNU Libtool is distributed in the hope that it will be useful,
14742# but WITHOUT ANY WARRANTY; without even the implied warranty of
14743# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14744# GNU General Public License for more details.
d7040cdb 14745#
1927a18f
L
14746# You should have received a copy of the GNU General Public License
14747# along with GNU Libtool; see the file COPYING. If not, a copy
14748# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14749# obtained by writing to the Free Software Foundation, Inc.,
14750# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
14751
14752
14753# The names of the tagged configurations supported by this script.
14754available_tags=""
14755
14756# ### BEGIN LIBTOOL CONFIG
14757
14758# Whether or not to build shared libraries.
14759build_libtool_libs=$enable_shared
14760
14761# Which release of libtool.m4 was used?
14762macro_version=$macro_version
14763macro_revision=$macro_revision
14764
14765# Whether or not to build static libraries.
14766build_old_libs=$enable_static
14767
14768# What type of objects to build.
14769pic_mode=$pic_mode
14770
14771# Whether or not to optimize for fast installation.
14772fast_install=$enable_fast_install
14773
3725885a
RW
14774# Shell to use when invoking shell scripts.
14775SHELL=$lt_SHELL
14776
14777# An echo program that protects backslashes.
14778ECHO=$lt_ECHO
14779
d7040cdb
SE
14780# The host system.
14781host_alias=$host_alias
14782host=$host
14783host_os=$host_os
14784
14785# The build system.
14786build_alias=$build_alias
14787build=$build
14788build_os=$build_os
14789
14790# A sed program that does not truncate output.
14791SED=$lt_SED
14792
14793# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14794Xsed="\$SED -e 1s/^X//"
14795
14796# A grep program that handles long lines.
14797GREP=$lt_GREP
14798
14799# An ERE matcher.
14800EGREP=$lt_EGREP
14801
14802# A literal string matcher.
14803FGREP=$lt_FGREP
14804
14805# A BSD- or MS-compatible name lister.
14806NM=$lt_NM
14807
14808# Whether we need soft or hard links.
14809LN_S=$lt_LN_S
14810
14811# What is the maximum length of a command?
14812max_cmd_len=$max_cmd_len
14813
14814# Object file suffix (normally "o").
14815objext=$ac_objext
14816
14817# Executable file suffix (normally "").
14818exeext=$exeext
14819
14820# whether the shell understands "unset".
14821lt_unset=$lt_unset
14822
14823# turn spaces into newlines.
14824SP2NL=$lt_lt_SP2NL
14825
14826# turn newlines into spaces.
14827NL2SP=$lt_lt_NL2SP
14828
1927a18f
L
14829# An object symbol dumper.
14830OBJDUMP=$lt_OBJDUMP
14831
d7040cdb
SE
14832# Method to check whether dependent libraries are shared objects.
14833deplibs_check_method=$lt_deplibs_check_method
14834
14835# Command to use when deplibs_check_method == "file_magic".
14836file_magic_cmd=$lt_file_magic_cmd
14837
14838# The archiver.
14839AR=$lt_AR
14840AR_FLAGS=$lt_AR_FLAGS
14841
14842# A symbol stripping program.
14843STRIP=$lt_STRIP
14844
14845# Commands used to install an old-style archive.
14846RANLIB=$lt_RANLIB
14847old_postinstall_cmds=$lt_old_postinstall_cmds
14848old_postuninstall_cmds=$lt_old_postuninstall_cmds
14849
3725885a
RW
14850# Whether to use a lock for old archive extraction.
14851lock_old_archive_extraction=$lock_old_archive_extraction
14852
d7040cdb
SE
14853# A C compiler.
14854LTCC=$lt_CC
14855
14856# LTCC compiler flags.
14857LTCFLAGS=$lt_CFLAGS
14858
14859# Take the output of nm and produce a listing of raw symbols and C names.
14860global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14861
14862# Transform the output of nm in a proper C declaration.
14863global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14864
14865# Transform the output of nm in a C name address pair.
14866global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14867
1927a18f
L
14868# Transform the output of nm in a C name address pair when lib prefix is needed.
14869global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14870
d7040cdb
SE
14871# The name of the directory that contains temporary libtool files.
14872objdir=$objdir
14873
d7040cdb
SE
14874# Used to examine libraries when file_magic_cmd begins with "file".
14875MAGIC_CMD=$MAGIC_CMD
14876
14877# Must we lock files when doing compilation?
14878need_locks=$lt_need_locks
14879
1927a18f
L
14880# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14881DSYMUTIL=$lt_DSYMUTIL
14882
14883# Tool to change global to local symbols on Mac OS X.
14884NMEDIT=$lt_NMEDIT
14885
14886# Tool to manipulate fat objects and archives on Mac OS X.
14887LIPO=$lt_LIPO
14888
14889# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14890OTOOL=$lt_OTOOL
14891
14892# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14893OTOOL64=$lt_OTOOL64
14894
d7040cdb
SE
14895# Old archive suffix (normally "a").
14896libext=$libext
14897
14898# Shared library suffix (normally ".so").
14899shrext_cmds=$lt_shrext_cmds
14900
14901# The commands to extract the exported symbol list from a shared archive.
14902extract_expsyms_cmds=$lt_extract_expsyms_cmds
14903
14904# Variables whose values should be saved in libtool wrapper scripts and
14905# restored at link time.
14906variables_saved_for_relink=$lt_variables_saved_for_relink
14907
14908# Do we need the "lib" prefix for modules?
14909need_lib_prefix=$need_lib_prefix
14910
14911# Do we need a version for libraries?
14912need_version=$need_version
14913
14914# Library versioning type.
14915version_type=$version_type
14916
14917# Shared library runtime path variable.
14918runpath_var=$runpath_var
14919
14920# Shared library path variable.
14921shlibpath_var=$shlibpath_var
14922
14923# Is shlibpath searched before the hard-coded library search path?
14924shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14925
14926# Format of library name prefix.
14927libname_spec=$lt_libname_spec
14928
14929# List of archive names. First name is the real one, the rest are links.
14930# The last name is the one that the linker finds with -lNAME
14931library_names_spec=$lt_library_names_spec
14932
14933# The coded name of the library, if different from the real name.
14934soname_spec=$lt_soname_spec
14935
3725885a
RW
14936# Permission mode override for installation of shared libraries.
14937install_override_mode=$lt_install_override_mode
14938
d7040cdb
SE
14939# Command to use after installation of a shared archive.
14940postinstall_cmds=$lt_postinstall_cmds
14941
14942# Command to use after uninstallation of a shared archive.
14943postuninstall_cmds=$lt_postuninstall_cmds
14944
14945# Commands used to finish a libtool library installation in a directory.
14946finish_cmds=$lt_finish_cmds
14947
14948# As "finish_cmds", except a single script fragment to be evaled but
14949# not shown.
14950finish_eval=$lt_finish_eval
14951
14952# Whether we should hardcode library paths into libraries.
14953hardcode_into_libs=$hardcode_into_libs
14954
14955# Compile-time system search path for libraries.
14956sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14957
14958# Run-time system search path for libraries.
14959sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14960
14961# Whether dlopen is supported.
14962dlopen_support=$enable_dlopen
14963
14964# Whether dlopen of programs is supported.
14965dlopen_self=$enable_dlopen_self
14966
14967# Whether dlopen of statically linked programs is supported.
14968dlopen_self_static=$enable_dlopen_self_static
14969
14970# Commands to strip libraries.
14971old_striplib=$lt_old_striplib
14972striplib=$lt_striplib
14973
14974
14975# The linker used to build libraries.
14976LD=$lt_LD
14977
3725885a
RW
14978# How to create reloadable object files.
14979reload_flag=$lt_reload_flag
14980reload_cmds=$lt_reload_cmds
14981
d7040cdb
SE
14982# Commands used to build an old-style archive.
14983old_archive_cmds=$lt_old_archive_cmds
14984
14985# A language specific compiler.
14986CC=$lt_compiler
14987
14988# Is the compiler the GNU compiler?
14989with_gcc=$GCC
14990
14991# Compiler flag to turn off builtin functions.
14992no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14993
14994# How to pass a linker flag through the compiler.
14995wl=$lt_lt_prog_compiler_wl
14996
14997# Additional compiler flags for building library objects.
14998pic_flag=$lt_lt_prog_compiler_pic
14999
15000# Compiler flag to prevent dynamic linking.
15001link_static_flag=$lt_lt_prog_compiler_static
15002
15003# Does compiler simultaneously support -c and -o options?
15004compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15005
15006# Whether or not to add -lc for building shared libraries.
15007build_libtool_need_lc=$archive_cmds_need_lc
15008
15009# Whether or not to disallow shared libs when runtime libs are static.
15010allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15011
15012# Compiler flag to allow reflexive dlopens.
15013export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15014
15015# Compiler flag to generate shared objects directly from archives.
15016whole_archive_flag_spec=$lt_whole_archive_flag_spec
15017
15018# Whether the compiler copes with passing no objects directly.
15019compiler_needs_object=$lt_compiler_needs_object
15020
15021# Create an old-style archive from a shared archive.
15022old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15023
15024# Create a temporary old-style archive to link instead of a shared archive.
15025old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15026
15027# Commands used to build a shared archive.
15028archive_cmds=$lt_archive_cmds
15029archive_expsym_cmds=$lt_archive_expsym_cmds
15030
15031# Commands used to build a loadable module if different from building
15032# a shared archive.
15033module_cmds=$lt_module_cmds
15034module_expsym_cmds=$lt_module_expsym_cmds
15035
15036# Whether we are building with GNU ld or not.
15037with_gnu_ld=$lt_with_gnu_ld
15038
15039# Flag that allows shared libraries with undefined symbols to be built.
15040allow_undefined_flag=$lt_allow_undefined_flag
15041
15042# Flag that enforces no undefined symbols.
15043no_undefined_flag=$lt_no_undefined_flag
15044
15045# Flag to hardcode \$libdir into a binary during linking.
15046# This must work even if \$libdir does not exist
15047hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15048
15049# If ld is used when linking, flag to hardcode \$libdir into a binary
15050# during linking. This must work even if \$libdir does not exist.
15051hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15052
15053# Whether we need a single "-rpath" flag with a separated argument.
15054hardcode_libdir_separator=$lt_hardcode_libdir_separator
15055
15056# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15057# DIR into the resulting binary.
15058hardcode_direct=$hardcode_direct
15059
15060# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15061# DIR into the resulting binary and the resulting library dependency is
15062# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15063# library is relocated.
15064hardcode_direct_absolute=$hardcode_direct_absolute
15065
15066# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15067# into the resulting binary.
15068hardcode_minus_L=$hardcode_minus_L
15069
15070# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15071# into the resulting binary.
15072hardcode_shlibpath_var=$hardcode_shlibpath_var
15073
15074# Set to "yes" if building a shared library automatically hardcodes DIR
15075# into the library and all subsequent libraries and executables linked
15076# against it.
15077hardcode_automatic=$hardcode_automatic
15078
15079# Set to yes if linker adds runtime paths of dependent libraries
15080# to runtime path list.
15081inherit_rpath=$inherit_rpath
15082
15083# Whether libtool must link a program against all its dependency libraries.
15084link_all_deplibs=$link_all_deplibs
15085
15086# Fix the shell variable \$srcfile for the compiler.
15087fix_srcfile_path=$lt_fix_srcfile_path
15088
15089# Set to "yes" if exported symbols are required.
15090always_export_symbols=$always_export_symbols
15091
15092# The commands to list exported symbols.
15093export_symbols_cmds=$lt_export_symbols_cmds
15094
15095# Symbols that should not be listed in the preloaded symbols.
15096exclude_expsyms=$lt_exclude_expsyms
15097
15098# Symbols that must always be exported.
15099include_expsyms=$lt_include_expsyms
15100
15101# Commands necessary for linking programs (against libraries) with templates.
15102prelink_cmds=$lt_prelink_cmds
15103
15104# Specify filename containing input files.
15105file_list_spec=$lt_file_list_spec
15106
15107# How to hardcode a shared library path into an executable.
15108hardcode_action=$hardcode_action
15109
15110# ### END LIBTOOL CONFIG
15111
15112_LT_EOF
15113
15114 case $host_os in
15115 aix3*)
15116 cat <<\_LT_EOF >> "$cfgfile"
15117# AIX sometimes has problems with the GCC collect2 program. For some
15118# reason, if we set the COLLECT_NAMES environment variable, the problems
15119# vanish in a puff of smoke.
15120if test "X${COLLECT_NAMES+set}" != Xset; then
15121 COLLECT_NAMES=
15122 export COLLECT_NAMES
15123fi
15124_LT_EOF
15125 ;;
15126 esac
15127
15128
15129ltmain="$ac_aux_dir/ltmain.sh"
15130
15131
15132 # We use sed instead of cat because bash on DJGPP gets confused if
15133 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15134 # text mode, it properly converts lines to CR/LF. This bash problem
15135 # is reportedly fixed, but why not run on old versions too?
15136 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15137 || (rm -f "$cfgfile"; exit 1)
15138
15139 case $xsi_shell in
15140 yes)
15141 cat << \_LT_EOF >> "$cfgfile"
1927a18f 15142
d7040cdb
SE
15143# func_dirname file append nondir_replacement
15144# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15145# otherwise set result to NONDIR_REPLACEMENT.
15146func_dirname ()
15147{
15148 case ${1} in
15149 */*) func_dirname_result="${1%/*}${2}" ;;
15150 * ) func_dirname_result="${3}" ;;
15151 esac
15152}
15153
15154# func_basename file
15155func_basename ()
15156{
15157 func_basename_result="${1##*/}"
15158}
15159
1927a18f
L
15160# func_dirname_and_basename file append nondir_replacement
15161# perform func_basename and func_dirname in a single function
15162# call:
15163# dirname: Compute the dirname of FILE. If nonempty,
15164# add APPEND to the result, otherwise set result
15165# to NONDIR_REPLACEMENT.
15166# value returned in "$func_dirname_result"
15167# basename: Compute filename of FILE.
15168# value retuned in "$func_basename_result"
15169# Implementation must be kept synchronized with func_dirname
15170# and func_basename. For efficiency, we do not delegate to
15171# those functions but instead duplicate the functionality here.
15172func_dirname_and_basename ()
15173{
15174 case ${1} in
15175 */*) func_dirname_result="${1%/*}${2}" ;;
15176 * ) func_dirname_result="${3}" ;;
15177 esac
15178 func_basename_result="${1##*/}"
15179}
15180
d7040cdb
SE
15181# func_stripname prefix suffix name
15182# strip PREFIX and SUFFIX off of NAME.
15183# PREFIX and SUFFIX must not contain globbing or regex special
15184# characters, hashes, percent signs, but SUFFIX may contain a leading
15185# dot (in which case that matches only a dot).
15186func_stripname ()
15187{
15188 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15189 # positional parameters, so assign one to ordinary parameter first.
15190 func_stripname_result=${3}
15191 func_stripname_result=${func_stripname_result#"${1}"}
15192 func_stripname_result=${func_stripname_result%"${2}"}
15193}
15194
15195# func_opt_split
15196func_opt_split ()
15197{
15198 func_opt_split_opt=${1%%=*}
15199 func_opt_split_arg=${1#*=}
15200}
15201
15202# func_lo2o object
15203func_lo2o ()
15204{
15205 case ${1} in
15206 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15207 *) func_lo2o_result=${1} ;;
15208 esac
15209}
1927a18f
L
15210
15211# func_xform libobj-or-source
15212func_xform ()
15213{
15214 func_xform_result=${1%.*}.lo
15215}
15216
15217# func_arith arithmetic-term...
15218func_arith ()
15219{
15220 func_arith_result=$(( $* ))
15221}
15222
15223# func_len string
15224# STRING may not start with a hyphen.
15225func_len ()
15226{
15227 func_len_result=${#1}
15228}
15229
d7040cdb
SE
15230_LT_EOF
15231 ;;
15232 *) # Bourne compatible functions.
15233 cat << \_LT_EOF >> "$cfgfile"
1927a18f 15234
d7040cdb
SE
15235# func_dirname file append nondir_replacement
15236# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15237# otherwise set result to NONDIR_REPLACEMENT.
15238func_dirname ()
15239{
15240 # Extract subdirectory from the argument.
3725885a 15241 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
15242 if test "X$func_dirname_result" = "X${1}"; then
15243 func_dirname_result="${3}"
15244 else
15245 func_dirname_result="$func_dirname_result${2}"
15246 fi
15247}
15248
15249# func_basename file
15250func_basename ()
15251{
3725885a 15252 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
15253}
15254
1927a18f 15255
d7040cdb
SE
15256# func_stripname prefix suffix name
15257# strip PREFIX and SUFFIX off of NAME.
15258# PREFIX and SUFFIX must not contain globbing or regex special
15259# characters, hashes, percent signs, but SUFFIX may contain a leading
15260# dot (in which case that matches only a dot).
15261# func_strip_suffix prefix name
15262func_stripname ()
15263{
15264 case ${2} in
3725885a
RW
15265 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15266 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
15267 esac
15268}
15269
15270# sed scripts:
15271my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15272my_sed_long_arg='1s/^-[^=]*=//'
15273
15274# func_opt_split
15275func_opt_split ()
15276{
3725885a
RW
15277 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15278 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
15279}
15280
15281# func_lo2o object
15282func_lo2o ()
15283{
3725885a 15284 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 15285}
1927a18f
L
15286
15287# func_xform libobj-or-source
15288func_xform ()
15289{
3725885a 15290 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1927a18f
L
15291}
15292
15293# func_arith arithmetic-term...
15294func_arith ()
15295{
15296 func_arith_result=`expr "$@"`
15297}
15298
15299# func_len string
15300# STRING may not start with a hyphen.
15301func_len ()
15302{
15303 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15304}
15305
d7040cdb
SE
15306_LT_EOF
15307esac
15308
15309case $lt_shell_append in
15310 yes)
15311 cat << \_LT_EOF >> "$cfgfile"
15312
15313# func_append var value
15314# Append VALUE to the end of shell variable VAR.
15315func_append ()
15316{
15317 eval "$1+=\$2"
15318}
15319_LT_EOF
15320 ;;
15321 *)
15322 cat << \_LT_EOF >> "$cfgfile"
15323
15324# func_append var value
15325# Append VALUE to the end of shell variable VAR.
15326func_append ()
15327{
15328 eval "$1=\$$1\$2"
15329}
1927a18f 15330
d7040cdb
SE
15331_LT_EOF
15332 ;;
15333 esac
15334
15335
15336 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15337 || (rm -f "$cfgfile"; exit 1)
15338
15339 mv -f "$cfgfile" "$ofile" ||
15340 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15341 chmod +x "$ofile"
15342
8ae85421 15343 ;;
81ecdfbb 15344 "default-1":C)
20e95c23
DJ
15345 for ac_file in $CONFIG_FILES; do
15346 # Support "outfile[:infile[:infile...]]"
15347 case "$ac_file" in
15348 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15349 esac
15350 # PO directories have a Makefile.in generated from Makefile.in.in.
15351 case "$ac_file" in */Makefile.in)
15352 # Adjust a relative srcdir.
15353 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 15354 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
15355 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15356 # In autoconf-2.13 it is called $ac_given_srcdir.
15357 # In autoconf-2.50 it is called $srcdir.
15358 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15359 case "$ac_given_srcdir" in
15360 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15361 /*) top_srcdir="$ac_given_srcdir" ;;
15362 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15363 esac
15364 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15365 rm -f "$ac_dir/POTFILES"
15366 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15367 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15368 POMAKEFILEDEPS="POTFILES.in"
15369 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15370 # on $ac_dir but don't depend on user-specified configuration
15371 # parameters.
15372 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15373 # The LINGUAS file contains the set of available languages.
15374 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 15375 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
15376 fi
15377 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15378 # Hide the ALL_LINGUAS assigment from automake.
15379 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15380 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15381 else
37a42ee9 15382 # The set of available languages was given in configure.ac.
20e95c23
DJ
15383 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15384 fi
15385 case "$ac_given_srcdir" in
15386 .) srcdirpre= ;;
15387 *) srcdirpre='$(srcdir)/' ;;
15388 esac
15389 POFILES=
15390 GMOFILES=
15391 UPDATEPOFILES=
15392 DUMMYPOFILES=
15393 for lang in $ALL_LINGUAS; do
15394 POFILES="$POFILES $srcdirpre$lang.po"
15395 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15396 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15397 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15398 done
15399 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15400 # environment variable.
15401 INST_LINGUAS=
15402 if test -n "$ALL_LINGUAS"; then
15403 for presentlang in $ALL_LINGUAS; do
15404 useit=no
15405 if test "%UNSET%" != "$LINGUAS"; then
15406 desiredlanguages="$LINGUAS"
15407 else
15408 desiredlanguages="$ALL_LINGUAS"
15409 fi
15410 for desiredlang in $desiredlanguages; do
15411 # Use the presentlang catalog if desiredlang is
15412 # a. equal to presentlang, or
15413 # b. a variant of presentlang (because in this case,
15414 # presentlang can be used as a fallback for messages
15415 # which are not translated in the desiredlang catalog).
15416 case "$desiredlang" in
15417 "$presentlang"*) useit=yes;;
15418 esac
15419 done
15420 if test $useit = yes; then
15421 INST_LINGUAS="$INST_LINGUAS $presentlang"
15422 fi
15423 done
15424 fi
15425 CATALOGS=
15426 if test -n "$INST_LINGUAS"; then
15427 for lang in $INST_LINGUAS; do
15428 CATALOGS="$CATALOGS $lang.gmo"
15429 done
15430 fi
15431 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15432 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"
15433 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15434 if test -f "$f"; then
15435 case "$f" in
15436 *.orig | *.bak | *~) ;;
15437 *) cat "$f" >> "$ac_dir/Makefile" ;;
15438 esac
15439 fi
15440 done
15441 fi
15442 ;;
15443 esac
15444 done ;;
81ecdfbb 15445
979273e3 15446 esac
81ecdfbb 15447done # for ac_tag
979273e3 15448
979273e3 15449
81ecdfbb 15450as_fn_exit 0
979273e3 15451_ACEOF
979273e3
NN
15452ac_clean_files=$ac_clean_files_save
15453
81ecdfbb 15454test $ac_write_fail = 0 ||
d0ac1c44 15455 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15456
979273e3
NN
15457
15458# configure is writing to config.log, and then calls config.status.
15459# config.status does its own redirection, appending to config.log.
15460# Unfortunately, on DOS this fails, as config.log is still kept open
15461# by configure, so config.status won't be able to write to it; its
15462# output is simply discarded. So we exec the FD to /dev/null,
15463# effectively closing config.log, so it can be properly (re)opened and
15464# appended to by config.status. When coming back to configure, we
15465# need to make the FD available again.
15466if test "$no_create" != yes; then
15467 ac_cs_success=:
15468 ac_config_status_args=
15469 test "$silent" = yes &&
15470 ac_config_status_args="$ac_config_status_args --quiet"
15471 exec 5>/dev/null
15472 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15473 exec 5>>config.log
15474 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15475 # would make configure fail if this is the last instruction.
d0ac1c44 15476 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15477fi
15478if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15480$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
979273e3 15481fi
252b5132 15482
This page took 2.031918 seconds and 4 git commands to generate.