Implement a workaround for GNU mak jobserver
[deliverable/binutils-gdb.git] / opcodes / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
573fe3fb 3# Generated by GNU Autoconf 2.69 for opcodes 2.36.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'
573fe3fb
NC
590PACKAGE_VERSION='2.36.50'
591PACKAGE_STRING='opcodes 2.36.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
772localstatedir
773sharedstatedir
774sysconfdir
775datadir
776datarootdir
777libexecdir
778sbindir
779bindir
780program_transform_name
781prefix
782exec_prefix
783PACKAGE_URL
784PACKAGE_BUGREPORT
785PACKAGE_STRING
786PACKAGE_VERSION
787PACKAGE_TARNAME
788PACKAGE_NAME
789PATH_SEPARATOR
790SHELL'
979273e3 791ac_subst_files=''
81ecdfbb
RW
792ac_user_opts='
793enable_option_checking
794enable_dependency_tracking
d0ac1c44 795enable_silent_rules
81ecdfbb
RW
796enable_shared
797enable_static
798with_pic
799enable_fast_install
800with_gnu_ld
801enable_libtool_lock
802enable_targets
803enable_werror
804enable_build_warnings
805enable_maintainer_mode
806enable_install_libbfd
807enable_nls
808enable_cgen_maint
809'
810 ac_precious_vars='build_alias
811host_alias
812target_alias
813CC
814CFLAGS
815LDFLAGS
816LIBS
817CPPFLAGS
818CPP'
819
252b5132
RH
820
821# Initialize some variables set by options.
979273e3
NN
822ac_init_help=
823ac_init_version=false
81ecdfbb
RW
824ac_unrecognized_opts=
825ac_unrecognized_sep=
252b5132
RH
826# The variables have the same names as the options, with
827# dashes changed to underlines.
979273e3 828cache_file=/dev/null
252b5132 829exec_prefix=NONE
252b5132 830no_create=
252b5132
RH
831no_recursion=
832prefix=NONE
833program_prefix=NONE
834program_suffix=NONE
835program_transform_name=s,x,x,
836silent=
837site=
838srcdir=
252b5132
RH
839verbose=
840x_includes=NONE
841x_libraries=NONE
979273e3
NN
842
843# Installation directory options.
844# These are left unexpanded so users can "make install exec_prefix=/foo"
845# and all the variables that are supposed to be based on exec_prefix
846# by default will actually change.
847# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 848# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
849bindir='${exec_prefix}/bin'
850sbindir='${exec_prefix}/sbin'
851libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
852datarootdir='${prefix}/share'
853datadir='${datarootdir}'
252b5132
RH
854sysconfdir='${prefix}/etc'
855sharedstatedir='${prefix}/com'
856localstatedir='${prefix}/var'
252b5132
RH
857includedir='${prefix}/include'
858oldincludedir='/usr/include'
2e98a7bd 859docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
860infodir='${datarootdir}/info'
861htmldir='${docdir}'
862dvidir='${docdir}'
863pdfdir='${docdir}'
864psdir='${docdir}'
865libdir='${exec_prefix}/lib'
866localedir='${datarootdir}/locale'
867mandir='${datarootdir}/man'
252b5132 868
252b5132 869ac_prev=
81ecdfbb 870ac_dashdash=
252b5132
RH
871for ac_option
872do
252b5132
RH
873 # If the previous option needs an argument, assign it.
874 if test -n "$ac_prev"; then
81ecdfbb 875 eval $ac_prev=\$ac_option
252b5132
RH
876 ac_prev=
877 continue
878 fi
879
81ecdfbb 880 case $ac_option in
d0ac1c44
SM
881 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
882 *=) ac_optarg= ;;
883 *) ac_optarg=yes ;;
81ecdfbb 884 esac
252b5132
RH
885
886 # Accept the important Cygnus configure options, so we can diagnose typos.
887
81ecdfbb
RW
888 case $ac_dashdash$ac_option in
889 --)
890 ac_dashdash=yes ;;
252b5132
RH
891
892 -bindir | --bindir | --bindi | --bind | --bin | --bi)
893 ac_prev=bindir ;;
894 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
979273e3 895 bindir=$ac_optarg ;;
252b5132
RH
896
897 -build | --build | --buil | --bui | --bu)
979273e3 898 ac_prev=build_alias ;;
252b5132 899 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
979273e3 900 build_alias=$ac_optarg ;;
252b5132
RH
901
902 -cache-file | --cache-file | --cache-fil | --cache-fi \
903 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
904 ac_prev=cache_file ;;
905 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
906 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
979273e3
NN
907 cache_file=$ac_optarg ;;
908
909 --config-cache | -C)
910 cache_file=config.cache ;;
252b5132 911
81ecdfbb 912 -datadir | --datadir | --datadi | --datad)
252b5132 913 ac_prev=datadir ;;
81ecdfbb 914 -datadir=* | --datadir=* | --datadi=* | --datad=*)
979273e3 915 datadir=$ac_optarg ;;
252b5132 916
81ecdfbb
RW
917 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
918 | --dataroo | --dataro | --datar)
919 ac_prev=datarootdir ;;
920 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
921 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
922 datarootdir=$ac_optarg ;;
923
252b5132 924 -disable-* | --disable-*)
81ecdfbb 925 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 926 # Reject names that are not valid shell variable names.
81ecdfbb 927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 928 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
929 ac_useropt_orig=$ac_useropt
930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933"enable_$ac_useropt"
934"*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
937 esac
938 eval enable_$ac_useropt=no ;;
939
940 -docdir | --docdir | --docdi | --doc | --do)
941 ac_prev=docdir ;;
942 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
943 docdir=$ac_optarg ;;
944
945 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
946 ac_prev=dvidir ;;
947 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
948 dvidir=$ac_optarg ;;
252b5132
RH
949
950 -enable-* | --enable-*)
81ecdfbb 951 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 952 # Reject names that are not valid shell variable names.
81ecdfbb 953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 954 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
955 ac_useropt_orig=$ac_useropt
956 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957 case $ac_user_opts in
958 *"
959"enable_$ac_useropt"
960"*) ;;
961 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
962 ac_unrecognized_sep=', ';;
252b5132 963 esac
81ecdfbb 964 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
965
966 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
967 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
968 | --exec | --exe | --ex)
969 ac_prev=exec_prefix ;;
970 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
971 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
972 | --exec=* | --exe=* | --ex=*)
979273e3 973 exec_prefix=$ac_optarg ;;
252b5132
RH
974
975 -gas | --gas | --ga | --g)
976 # Obsolete; use --with-gas.
977 with_gas=yes ;;
978
979273e3
NN
979 -help | --help | --hel | --he | -h)
980 ac_init_help=long ;;
981 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
982 ac_init_help=recursive ;;
983 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
984 ac_init_help=short ;;
252b5132
RH
985
986 -host | --host | --hos | --ho)
979273e3 987 ac_prev=host_alias ;;
252b5132 988 -host=* | --host=* | --hos=* | --ho=*)
979273e3 989 host_alias=$ac_optarg ;;
252b5132 990
81ecdfbb
RW
991 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
992 ac_prev=htmldir ;;
993 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
994 | --ht=*)
995 htmldir=$ac_optarg ;;
996
252b5132
RH
997 -includedir | --includedir | --includedi | --included | --include \
998 | --includ | --inclu | --incl | --inc)
999 ac_prev=includedir ;;
1000 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1001 | --includ=* | --inclu=* | --incl=* | --inc=*)
979273e3 1002 includedir=$ac_optarg ;;
252b5132
RH
1003
1004 -infodir | --infodir | --infodi | --infod | --info | --inf)
1005 ac_prev=infodir ;;
1006 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979273e3 1007 infodir=$ac_optarg ;;
252b5132
RH
1008
1009 -libdir | --libdir | --libdi | --libd)
1010 ac_prev=libdir ;;
1011 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979273e3 1012 libdir=$ac_optarg ;;
252b5132
RH
1013
1014 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1015 | --libexe | --libex | --libe)
1016 ac_prev=libexecdir ;;
1017 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1018 | --libexe=* | --libex=* | --libe=*)
979273e3 1019 libexecdir=$ac_optarg ;;
252b5132 1020
81ecdfbb
RW
1021 -localedir | --localedir | --localedi | --localed | --locale)
1022 ac_prev=localedir ;;
1023 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1024 localedir=$ac_optarg ;;
1025
252b5132 1026 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1027 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1028 ac_prev=localstatedir ;;
1029 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1030 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
979273e3 1031 localstatedir=$ac_optarg ;;
252b5132
RH
1032
1033 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1034 ac_prev=mandir ;;
1035 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979273e3 1036 mandir=$ac_optarg ;;
252b5132
RH
1037
1038 -nfp | --nfp | --nf)
1039 # Obsolete; use --without-fp.
1040 with_fp=no ;;
1041
1042 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
979273e3 1043 | --no-cr | --no-c | -n)
252b5132
RH
1044 no_create=yes ;;
1045
1046 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1047 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1048 no_recursion=yes ;;
1049
1050 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1051 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1052 | --oldin | --oldi | --old | --ol | --o)
1053 ac_prev=oldincludedir ;;
1054 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1055 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1056 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979273e3 1057 oldincludedir=$ac_optarg ;;
252b5132
RH
1058
1059 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1060 ac_prev=prefix ;;
1061 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
979273e3 1062 prefix=$ac_optarg ;;
252b5132
RH
1063
1064 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1065 | --program-pre | --program-pr | --program-p)
1066 ac_prev=program_prefix ;;
1067 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1068 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
979273e3 1069 program_prefix=$ac_optarg ;;
252b5132
RH
1070
1071 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1072 | --program-suf | --program-su | --program-s)
1073 ac_prev=program_suffix ;;
1074 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1075 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
979273e3 1076 program_suffix=$ac_optarg ;;
252b5132
RH
1077
1078 -program-transform-name | --program-transform-name \
1079 | --program-transform-nam | --program-transform-na \
1080 | --program-transform-n | --program-transform- \
1081 | --program-transform | --program-transfor \
1082 | --program-transfo | --program-transf \
1083 | --program-trans | --program-tran \
1084 | --progr-tra | --program-tr | --program-t)
1085 ac_prev=program_transform_name ;;
1086 -program-transform-name=* | --program-transform-name=* \
1087 | --program-transform-nam=* | --program-transform-na=* \
1088 | --program-transform-n=* | --program-transform-=* \
1089 | --program-transform=* | --program-transfor=* \
1090 | --program-transfo=* | --program-transf=* \
1091 | --program-trans=* | --program-tran=* \
1092 | --progr-tra=* | --program-tr=* | --program-t=*)
979273e3 1093 program_transform_name=$ac_optarg ;;
252b5132 1094
81ecdfbb
RW
1095 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1096 ac_prev=pdfdir ;;
1097 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1098 pdfdir=$ac_optarg ;;
1099
1100 -psdir | --psdir | --psdi | --psd | --ps)
1101 ac_prev=psdir ;;
1102 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1103 psdir=$ac_optarg ;;
1104
252b5132
RH
1105 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1106 | -silent | --silent | --silen | --sile | --sil)
1107 silent=yes ;;
1108
1109 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1110 ac_prev=sbindir ;;
1111 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1112 | --sbi=* | --sb=*)
979273e3 1113 sbindir=$ac_optarg ;;
252b5132
RH
1114
1115 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1116 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1117 | --sharedst | --shareds | --shared | --share | --shar \
1118 | --sha | --sh)
1119 ac_prev=sharedstatedir ;;
1120 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1121 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1122 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1123 | --sha=* | --sh=*)
979273e3 1124 sharedstatedir=$ac_optarg ;;
252b5132
RH
1125
1126 -site | --site | --sit)
1127 ac_prev=site ;;
1128 -site=* | --site=* | --sit=*)
979273e3 1129 site=$ac_optarg ;;
1fe1f39c 1130
252b5132
RH
1131 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1132 ac_prev=srcdir ;;
1133 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
979273e3 1134 srcdir=$ac_optarg ;;
252b5132
RH
1135
1136 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1137 | --syscon | --sysco | --sysc | --sys | --sy)
1138 ac_prev=sysconfdir ;;
1139 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1140 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
979273e3 1141 sysconfdir=$ac_optarg ;;
252b5132
RH
1142
1143 -target | --target | --targe | --targ | --tar | --ta | --t)
979273e3 1144 ac_prev=target_alias ;;
252b5132 1145 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
979273e3 1146 target_alias=$ac_optarg ;;
252b5132
RH
1147
1148 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1149 verbose=yes ;;
1150
979273e3
NN
1151 -version | --version | --versio | --versi | --vers | -V)
1152 ac_init_version=: ;;
252b5132
RH
1153
1154 -with-* | --with-*)
81ecdfbb 1155 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1156 # Reject names that are not valid shell variable names.
81ecdfbb 1157 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1158 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1159 ac_useropt_orig=$ac_useropt
1160 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1161 case $ac_user_opts in
1162 *"
1163"with_$ac_useropt"
1164"*) ;;
1165 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1166 ac_unrecognized_sep=', ';;
252b5132 1167 esac
81ecdfbb 1168 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1169
1170 -without-* | --without-*)
81ecdfbb 1171 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1172 # Reject names that are not valid shell variable names.
81ecdfbb 1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1174 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179"with_$ac_useropt"
1180"*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=no ;;
252b5132
RH
1185
1186 --x)
1187 # Obsolete; use --with-x.
1188 with_x=yes ;;
1189
1190 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1191 | --x-incl | --x-inc | --x-in | --x-i)
1192 ac_prev=x_includes ;;
1193 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1194 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
979273e3 1195 x_includes=$ac_optarg ;;
252b5132
RH
1196
1197 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1198 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1199 ac_prev=x_libraries ;;
1200 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1201 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979273e3 1202 x_libraries=$ac_optarg ;;
252b5132 1203
d0ac1c44
SM
1204 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1205Try \`$0 --help' for more information"
252b5132
RH
1206 ;;
1207
979273e3
NN
1208 *=*)
1209 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1210 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1211 case $ac_envvar in #(
1212 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1213 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1214 esac
1215 eval $ac_envvar=\$ac_optarg
979273e3
NN
1216 export $ac_envvar ;;
1217
252b5132 1218 *)
979273e3 1219 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1220 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
979273e3 1221 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1222 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1223 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1224 ;;
1225
1226 esac
1227done
1228
1229if test -n "$ac_prev"; then
979273e3 1230 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1231 as_fn_error $? "missing argument to $ac_option"
252b5132 1232fi
252b5132 1233
81ecdfbb
RW
1234if test -n "$ac_unrecognized_opts"; then
1235 case $enable_option_checking in
1236 no) ;;
d0ac1c44 1237 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1238 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
979273e3 1239 esac
81ecdfbb 1240fi
252b5132 1241
81ecdfbb
RW
1242# Check all directory arguments for consistency.
1243for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1244 datadir sysconfdir sharedstatedir localstatedir includedir \
1245 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
e0b2a78c 1246 libdir localedir mandir
252b5132 1247do
81ecdfbb
RW
1248 eval ac_val=\$$ac_var
1249 # Remove trailing slashes.
1250 case $ac_val in
1251 */ )
1252 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1253 eval $ac_var=\$ac_val;;
1254 esac
1255 # Be sure to have absolute directory names.
979273e3 1256 case $ac_val in
81ecdfbb
RW
1257 [\\/$]* | ?:[\\/]* ) continue;;
1258 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1259 esac
d0ac1c44 1260 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1261done
1262
979273e3
NN
1263# There might be people who depend on the old broken behavior: `$host'
1264# used to hold the argument of --host etc.
1265# FIXME: To remove some day.
1266build=$build_alias
1267host=$host_alias
1268target=$target_alias
1269
1270# FIXME: To remove some day.
1271if test "x$host_alias" != x; then
1272 if test "x$build_alias" = x; then
1273 cross_compiling=maybe
979273e3
NN
1274 elif test "x$build_alias" != "x$host_alias"; then
1275 cross_compiling=yes
1276 fi
1277fi
252b5132 1278
979273e3
NN
1279ac_tool_prefix=
1280test -n "$host_alias" && ac_tool_prefix=$host_alias-
1281
1282test "$silent" = yes && exec 6>/dev/null
252b5132 1283
252b5132 1284
81ecdfbb
RW
1285ac_pwd=`pwd` && test -n "$ac_pwd" &&
1286ac_ls_di=`ls -di .` &&
1287ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1288 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1289test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1290 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1291
1292
252b5132
RH
1293# Find the source files, if location was not specified.
1294if test -z "$srcdir"; then
1295 ac_srcdir_defaulted=yes
81ecdfbb
RW
1296 # Try the directory containing this script, then the parent directory.
1297 ac_confdir=`$as_dirname -- "$as_myself" ||
1298$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$as_myself" : 'X\(//\)[^/]' \| \
1300 X"$as_myself" : 'X\(//\)$' \| \
1301 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1302$as_echo X"$as_myself" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)[^/].*/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\).*/{
1316 s//\1/
1317 q
1318 }
1319 s/.*/./; q'`
252b5132 1320 srcdir=$ac_confdir
81ecdfbb 1321 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1322 srcdir=..
1323 fi
1324else
1325 ac_srcdir_defaulted=no
1326fi
81ecdfbb
RW
1327if test ! -r "$srcdir/$ac_unique_file"; then
1328 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1329 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1330fi
1331ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1332ac_abs_confdir=`(
d0ac1c44 1333 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1334 pwd)`
1335# When building in place, set srcdir=.
1336if test "$ac_abs_confdir" = "$ac_pwd"; then
1337 srcdir=.
1338fi
1339# Remove unnecessary trailing slashes from srcdir.
1340# Double slashes in file names in object file debugging info
1341# mess up M-x gdb in Emacs.
1342case $srcdir in
1343*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1344esac
1345for ac_var in $ac_precious_vars; do
1346 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1347 eval ac_env_${ac_var}_value=\$${ac_var}
1348 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1349 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1350done
252b5132 1351
979273e3
NN
1352#
1353# Report the --help message.
1354#
1355if test "$ac_init_help" = "long"; then
1356 # Omit some internal or obsolete options to make the list less imposing.
1357 # This message is too long to be a string in the A/UX 3.1 sh.
1358 cat <<_ACEOF
573fe3fb 1359\`configure' configures opcodes 2.36.50 to adapt to many kinds of systems.
252b5132 1360
979273e3 1361Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1362
979273e3
NN
1363To assign environment variables (e.g., CC, CFLAGS...), specify them as
1364VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1365
979273e3 1366Defaults for the options are specified in brackets.
ac48eca1 1367
979273e3
NN
1368Configuration:
1369 -h, --help display this help and exit
1370 --help=short display options specific to this package
1371 --help=recursive display the short help of all the included packages
1372 -V, --version display version information and exit
d0ac1c44 1373 -q, --quiet, --silent do not print \`checking ...' messages
979273e3
NN
1374 --cache-file=FILE cache test results in FILE [disabled]
1375 -C, --config-cache alias for \`--cache-file=config.cache'
1376 -n, --no-create do not create output files
1377 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1378
979273e3
NN
1379Installation directories:
1380 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1381 [$ac_default_prefix]
979273e3 1382 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1383 [PREFIX]
ac48eca1 1384
979273e3
NN
1385By default, \`make install' will install all the files in
1386\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1387an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1388for instance \`--prefix=\$HOME'.
ac48eca1 1389
979273e3 1390For better control, use the options below.
ac48eca1 1391
979273e3 1392Fine tuning of the installation directories:
81ecdfbb
RW
1393 --bindir=DIR user executables [EPREFIX/bin]
1394 --sbindir=DIR system admin executables [EPREFIX/sbin]
1395 --libexecdir=DIR program executables [EPREFIX/libexec]
1396 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1397 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1398 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1399 --libdir=DIR object code libraries [EPREFIX/lib]
1400 --includedir=DIR C header files [PREFIX/include]
1401 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1402 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1403 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1404 --infodir=DIR info documentation [DATAROOTDIR/info]
1405 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1406 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1407 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
81ecdfbb
RW
1408 --htmldir=DIR html documentation [DOCDIR]
1409 --dvidir=DIR dvi documentation [DOCDIR]
1410 --pdfdir=DIR pdf documentation [DOCDIR]
1411 --psdir=DIR ps documentation [DOCDIR]
979273e3 1412_ACEOF
ac48eca1 1413
979273e3 1414 cat <<\_ACEOF
252b5132 1415
979273e3
NN
1416Program names:
1417 --program-prefix=PREFIX prepend PREFIX to installed program names
1418 --program-suffix=SUFFIX append SUFFIX to installed program names
1419 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1420
979273e3
NN
1421System types:
1422 --build=BUILD configure for building on BUILD [guessed]
1423 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1424 --target=TARGET configure for building compilers for TARGET [HOST]
1425_ACEOF
252b5132 1426fi
252b5132 1427
979273e3 1428if test -n "$ac_init_help"; then
2e98a7bd 1429 case $ac_init_help in
573fe3fb 1430 short | recursive ) echo "Configuration of opcodes 2.36.50:";;
2e98a7bd 1431 esac
979273e3 1432 cat <<\_ACEOF
252b5132 1433
979273e3 1434Optional Features:
81ecdfbb 1435 --disable-option-checking ignore unrecognized --enable/--with options
979273e3
NN
1436 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1437 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1438 --enable-dependency-tracking
1439 do not reject slow dependency extractors
1440 --disable-dependency-tracking
1441 speeds up one-time build
1442 --enable-silent-rules less verbose build output (undo: "make V=1")
1443 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1444 --enable-shared[=PKGS] build shared libraries [default=no]
1445 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1446 --enable-fast-install[=PKGS]
1447 optimize for fast installation [default=yes]
979273e3
NN
1448 --disable-libtool-lock avoid locking (might break parallel builds)
1449 --enable-targets alternative target configurations
241a6c40
AM
1450 --enable-werror treat compile warnings as errors
1451 --enable-build-warnings enable build-time compiler warnings
d0ac1c44
SM
1452 --enable-maintainer-mode
1453 enable make rules and dependencies not useful (and
1454 sometimes confusing) to the casual installer
979273e3
NN
1455 --enable-install-libbfd controls installation of libbfd and related headers
1456 --disable-nls do not use Native Language Support
1457 --enable-cgen-maint=dir build cgen generated files
1458
1459Optional Packages:
1460 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1461 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1462 --with-pic try to use only PIC/non-PIC objects [default=use
1463 both]
1464 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
252b5132 1465
979273e3
NN
1466Some influential environment variables:
1467 CC C compiler command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1470 nonstandard directory <lib dir>
81ecdfbb 1471 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1472 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1473 you have headers in a nonstandard directory <include dir>
979273e3 1474 CPP C preprocessor
a2d91340 1475
979273e3
NN
1476Use these variables to override the choices made by `configure' or to help
1477it to find libraries and programs with nonstandard names/locations.
1478
81ecdfbb 1479Report bugs to the package provider.
979273e3 1480_ACEOF
81ecdfbb 1481ac_status=$?
a2d91340
AC
1482fi
1483
979273e3
NN
1484if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
979273e3 1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1489 continue
979273e3
NN
1490 ac_builddir=.
1491
81ecdfbb
RW
1492case "$ac_dir" in
1493.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494*)
1495 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1501 esac ;;
1502esac
1503ac_abs_top_builddir=$ac_pwd
1504ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505# for backward compatibility:
1506ac_top_builddir=$ac_top_build_prefix
a2d91340 1507
979273e3 1508case $srcdir in
81ecdfbb 1509 .) # We are building in place.
979273e3 1510 ac_srcdir=.
81ecdfbb
RW
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 1514 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1517 *) # Relative name.
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
a2d91340 1521esac
81ecdfbb
RW
1522ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1523
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1530 echo &&
1531 $SHELL "$ac_srcdir/configure" --help=recursive
979273e3 1532 else
81ecdfbb
RW
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1534 fi || ac_status=$?
1535 cd "$ac_pwd" || { ac_status=$?; break; }
979273e3
NN
1536 done
1537fi
a2d91340 1538
81ecdfbb 1539test -n "$ac_init_help" && exit $ac_status
979273e3
NN
1540if $ac_init_version; then
1541 cat <<\_ACEOF
573fe3fb 1542opcodes configure 2.36.50
d0ac1c44 1543generated by GNU Autoconf 2.69
252b5132 1544
d0ac1c44 1545Copyright (C) 2012 Free Software Foundation, Inc.
979273e3
NN
1546This configure script is free software; the Free Software Foundation
1547gives unlimited permission to copy, distribute and modify it.
1548_ACEOF
81ecdfbb 1549 exit
979273e3 1550fi
2c73f9d8 1551
81ecdfbb
RW
1552## ------------------------ ##
1553## Autoconf initialization. ##
1554## ------------------------ ##
252b5132 1555
81ecdfbb
RW
1556# ac_fn_c_try_compile LINENO
1557# --------------------------
1558# Try to compile conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_compile ()
1560{
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
1564case "(($ac_try" in
1565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1567esac
1568eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569$as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_compile") 2>conftest.err
1571 ac_status=$?
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1576 fi
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.$ac_objext; then :
1582 ac_retval=0
1583else
1584 $as_echo "$as_me: failed program was:" >&5
1585sed 's/^/| /' conftest.$ac_ext >&5
252b5132 1586
81ecdfbb
RW
1587 ac_retval=1
1588fi
d0ac1c44
SM
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status $ac_retval
81ecdfbb
RW
1591
1592} # ac_fn_c_try_compile
1593
1594# ac_fn_c_try_link LINENO
1595# -----------------------
1596# Try to link conftest.$ac_ext, and return whether this succeeded.
1597ac_fn_c_try_link ()
979273e3 1598{
81ecdfbb
RW
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 rm -f conftest.$ac_objext conftest$ac_exeext
1601 if { { ac_try="$ac_link"
1602case "(($ac_try" in
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1605esac
1606eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607$as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_link") 2>conftest.err
1609 ac_status=$?
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1614 fi
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest$ac_exeext && {
1620 test "$cross_compiling" = yes ||
d0ac1c44 1621 test -x conftest$ac_exeext
81ecdfbb
RW
1622 }; then :
1623 ac_retval=0
1624else
1625 $as_echo "$as_me: failed program was:" >&5
1626sed 's/^/| /' conftest.$ac_ext >&5
979273e3 1627
81ecdfbb
RW
1628 ac_retval=1
1629fi
1630 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1631 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1632 # interfere with the next link command; also delete a directory that is
1633 # left behind by Apple's compiler. We do this before executing the actions.
1634 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1636 as_fn_set_status $ac_retval
979273e3 1637
81ecdfbb
RW
1638} # ac_fn_c_try_link
1639
1640# ac_fn_c_try_cpp LINENO
1641# ----------------------
1642# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1643ac_fn_c_try_cpp ()
1644{
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 if { { ac_try="$ac_cpp conftest.$ac_ext"
1647case "(($ac_try" in
1648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1649 *) ac_try_echo=$ac_try;;
1650esac
1651eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1652$as_echo "$ac_try_echo"; } >&5
1653 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1654 ac_status=$?
1655 if test -s conftest.err; then
1656 grep -v '^ *+' conftest.err >conftest.er1
1657 cat conftest.er1 >&5
1658 mv -f conftest.er1 conftest.err
1659 fi
1660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1661 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1662 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1663 test ! -s conftest.err
1664 }; then :
1665 ac_retval=0
1666else
1667 $as_echo "$as_me: failed program was:" >&5
1668sed 's/^/| /' conftest.$ac_ext >&5
1669
1670 ac_retval=1
1671fi
d0ac1c44
SM
1672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 as_fn_set_status $ac_retval
81ecdfbb
RW
1674
1675} # ac_fn_c_try_cpp
1676
1677# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1678# -------------------------------------------------------
1679# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1680# the include files in INCLUDES and setting the cache variable VAR
1681# accordingly.
1682ac_fn_c_check_header_mongrel ()
1683{
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1685 if eval \${$3+:} false; then :
81ecdfbb
RW
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1687$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1688if eval \${$3+:} false; then :
81ecdfbb
RW
1689 $as_echo_n "(cached) " >&6
1690fi
1691eval ac_res=\$$3
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1693$as_echo "$ac_res" >&6; }
1694else
1695 # Is the header compilable?
1696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1697$as_echo_n "checking $2 usability... " >&6; }
1698cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699/* end confdefs.h. */
1700$4
1701#include <$2>
1702_ACEOF
1703if ac_fn_c_try_compile "$LINENO"; then :
1704 ac_header_compiler=yes
1705else
1706 ac_header_compiler=no
1707fi
1708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1710$as_echo "$ac_header_compiler" >&6; }
1711
1712# Is the header present?
1713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1714$as_echo_n "checking $2 presence... " >&6; }
1715cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1716/* end confdefs.h. */
1717#include <$2>
1718_ACEOF
1719if ac_fn_c_try_cpp "$LINENO"; then :
1720 ac_header_preproc=yes
1721else
1722 ac_header_preproc=no
1723fi
d0ac1c44 1724rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1726$as_echo "$ac_header_preproc" >&6; }
1727
1728# So? What about this header?
1729case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1730 yes:no: )
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1732$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735 ;;
1736 no:yes:* )
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1738$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1740$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1742$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1744$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&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 ;;
1748esac
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1750$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1751if eval \${$3+:} false; then :
81ecdfbb
RW
1752 $as_echo_n "(cached) " >&6
1753else
1754 eval "$3=\$ac_header_compiler"
1755fi
1756eval ac_res=\$$3
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1758$as_echo "$ac_res" >&6; }
1759fi
d0ac1c44 1760 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1761
1762} # ac_fn_c_check_header_mongrel
1763
1764# ac_fn_c_try_run LINENO
1765# ----------------------
1766# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1767# that executables *can* be run.
1768ac_fn_c_try_run ()
1769{
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 if { { ac_try="$ac_link"
1772case "(($ac_try" in
1773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1774 *) ac_try_echo=$ac_try;;
1775esac
1776eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1777$as_echo "$ac_try_echo"; } >&5
1778 (eval "$ac_link") 2>&5
1779 ac_status=$?
1780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1782 { { case "(($ac_try" in
1783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1784 *) ac_try_echo=$ac_try;;
1785esac
1786eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1787$as_echo "$ac_try_echo"; } >&5
1788 (eval "$ac_try") 2>&5
1789 ac_status=$?
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; }; }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: program exited with status $ac_status" >&5
1795 $as_echo "$as_me: failed program was:" >&5
1796sed 's/^/| /' conftest.$ac_ext >&5
1797
1798 ac_retval=$ac_status
1799fi
1800 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1801 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1802 as_fn_set_status $ac_retval
81ecdfbb
RW
1803
1804} # ac_fn_c_try_run
1805
1806# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1807# -------------------------------------------------------
1808# Tests whether HEADER exists and can be compiled using the include files in
1809# INCLUDES, setting the cache variable VAR accordingly.
1810ac_fn_c_check_header_compile ()
1811{
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1814$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1815if eval \${$3+:} false; then :
81ecdfbb
RW
1816 $as_echo_n "(cached) " >&6
1817else
1818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819/* end confdefs.h. */
1820$4
1821#include <$2>
1822_ACEOF
1823if ac_fn_c_try_compile "$LINENO"; then :
1824 eval "$3=yes"
1825else
1826 eval "$3=no"
1827fi
1828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1829fi
1830eval ac_res=\$$3
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1832$as_echo "$ac_res" >&6; }
d0ac1c44 1833 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1834
1835} # ac_fn_c_check_header_compile
1836
1837# ac_fn_c_check_func LINENO FUNC VAR
1838# ----------------------------------
1839# Tests whether FUNC exists, setting the cache variable VAR accordingly
1840ac_fn_c_check_func ()
1841{
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1845if eval \${$3+:} false; then :
81ecdfbb
RW
1846 $as_echo_n "(cached) " >&6
1847else
1848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1849/* end confdefs.h. */
1850/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1852#define $2 innocuous_$2
1853
1854/* System header to define __stub macros and hopefully few prototypes,
1855 which can conflict with char $2 (); below.
1856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1857 <limits.h> exists even on freestanding compilers. */
1858
1859#ifdef __STDC__
1860# include <limits.h>
1861#else
1862# include <assert.h>
1863#endif
1864
1865#undef $2
1866
1867/* Override any GCC internal prototype to avoid an error.
1868 Use char because int might match the return type of a GCC
1869 builtin and then its argument prototype would still apply. */
1870#ifdef __cplusplus
1871extern "C"
1872#endif
1873char $2 ();
1874/* The GNU C library defines this for functions which it implements
1875 to always fail with ENOSYS. Some functions are actually named
1876 something starting with __ and the normal name is an alias. */
1877#if defined __stub_$2 || defined __stub___$2
1878choke me
1879#endif
1880
1881int
1882main ()
1883{
1884return $2 ();
1885 ;
1886 return 0;
1887}
1888_ACEOF
1889if ac_fn_c_try_link "$LINENO"; then :
1890 eval "$3=yes"
1891else
1892 eval "$3=no"
1893fi
1894rm -f core conftest.err conftest.$ac_objext \
1895 conftest$ac_exeext conftest.$ac_ext
1896fi
1897eval ac_res=\$$3
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899$as_echo "$ac_res" >&6; }
d0ac1c44 1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1901
1902} # ac_fn_c_check_func
1903
d0ac1c44
SM
1904# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1905# ---------------------------------------------
1906# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1907# accordingly.
81ecdfbb
RW
1908ac_fn_c_check_decl ()
1909{
1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1911 as_decl_name=`echo $2|sed 's/ *(.*//'`
1912 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1914$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 1915if eval \${$3+:} false; then :
81ecdfbb
RW
1916 $as_echo_n "(cached) " >&6
1917else
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919/* end confdefs.h. */
1920$4
1921int
1922main ()
1923{
360cfc9c
AM
1924#ifndef $as_decl_name
1925#ifdef __cplusplus
1926 (void) $as_decl_use;
1927#else
1928 (void) $as_decl_name;
1929#endif
81ecdfbb
RW
1930#endif
1931
1932 ;
1933 return 0;
1934}
1935_ACEOF
1936if ac_fn_c_try_compile "$LINENO"; then :
1937 eval "$3=yes"
1938else
1939 eval "$3=no"
1940fi
1941rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942fi
1943eval ac_res=\$$3
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1945$as_echo "$ac_res" >&6; }
d0ac1c44 1946 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1947
1948} # ac_fn_c_check_decl
1949cat >config.log <<_ACEOF
1950This file contains any messages produced by compilers while
1951running configure, to aid debugging if configure makes a mistake.
1952
573fe3fb 1953It was created by opcodes $as_me 2.36.50, which was
d0ac1c44 1954generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1955
1956 $ $0 $@
1957
1958_ACEOF
1959exec 5>>config.log
1960{
1961cat <<_ASUNAME
1962## --------- ##
1963## Platform. ##
1964## --------- ##
1965
1966hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1967uname -m = `(uname -m) 2>/dev/null || echo unknown`
1968uname -r = `(uname -r) 2>/dev/null || echo unknown`
1969uname -s = `(uname -s) 2>/dev/null || echo unknown`
1970uname -v = `(uname -v) 2>/dev/null || echo unknown`
1971
1972/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1973/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
979273e3
NN
1974
1975/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1976/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1977/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1978/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
979273e3
NN
1979/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1980/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1981/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1982
1983_ASUNAME
1984
1985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1986for as_dir in $PATH
1987do
1988 IFS=$as_save_IFS
1989 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1990 $as_echo "PATH: $as_dir"
1991 done
1992IFS=$as_save_IFS
252b5132 1993
979273e3 1994} >&5
75798298 1995
979273e3 1996cat >&5 <<_ACEOF
252b5132 1997
252b5132 1998
979273e3
NN
1999## ----------- ##
2000## Core tests. ##
2001## ----------- ##
2002
2003_ACEOF
2004
2005
2006# Keep a trace of the command line.
2007# Strip out --no-create and --no-recursion so they do not pile up.
2008# Strip out --silent because we don't want to record it for future runs.
2009# Also quote any args containing shell meta-characters.
2010# Make two passes to allow for proper duplicate-argument suppression.
2011ac_configure_args=
2012ac_configure_args0=
2013ac_configure_args1=
979273e3
NN
2014ac_must_keep_next=false
2015for ac_pass in 1 2
2016do
2017 for ac_arg
2018 do
2019 case $ac_arg in
2020 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2021 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2022 | -silent | --silent | --silen | --sile | --sil)
2023 continue ;;
81ecdfbb
RW
2024 *\'*)
2025 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
2026 esac
2027 case $ac_pass in
81ecdfbb 2028 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
979273e3 2029 2)
81ecdfbb 2030 as_fn_append ac_configure_args1 " '$ac_arg'"
979273e3
NN
2031 if test $ac_must_keep_next = true; then
2032 ac_must_keep_next=false # Got value, back to normal.
2033 else
2034 case $ac_arg in
2035 *=* | --config-cache | -C | -disable-* | --disable-* \
2036 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2037 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2038 | -with-* | --with-* | -without-* | --without-* | --x)
2039 case "$ac_configure_args0 " in
2040 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2041 esac
2042 ;;
2043 -* ) ac_must_keep_next=true ;;
2044 esac
2045 fi
81ecdfbb 2046 as_fn_append ac_configure_args " '$ac_arg'"
979273e3
NN
2047 ;;
2048 esac
2049 done
2050done
81ecdfbb
RW
2051{ ac_configure_args0=; unset ac_configure_args0;}
2052{ ac_configure_args1=; unset ac_configure_args1;}
979273e3
NN
2053
2054# When interrupted or exit'd, cleanup temporary files, and complete
2055# config.log. We remove comments because anyway the quotes in there
2056# would cause problems or look ugly.
81ecdfbb
RW
2057# WARNING: Use '\'' to represent an apostrophe within the trap.
2058# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
979273e3
NN
2059trap 'exit_status=$?
2060 # Save into config.log some information that might help in debugging.
2061 {
2062 echo
2063
d0ac1c44 2064 $as_echo "## ---------------- ##
979273e3 2065## Cache variables. ##
d0ac1c44 2066## ---------------- ##"
979273e3
NN
2067 echo
2068 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2069(
2070 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2071 eval ac_val=\$$ac_var
2072 case $ac_val in #(
2073 *${as_nl}*)
2074 case $ac_var in #(
2075 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2076$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2077 esac
2078 case $ac_var in #(
2079 _ | IFS | as_nl) ;; #(
2080 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2081 *) { eval $ac_var=; unset $ac_var;} ;;
2082 esac ;;
2083 esac
2084 done
979273e3 2085 (set) 2>&1 |
81ecdfbb
RW
2086 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2087 *${as_nl}ac_space=\ *)
979273e3 2088 sed -n \
81ecdfbb
RW
2089 "s/'\''/'\''\\\\'\'''\''/g;
2090 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2091 ;; #(
979273e3 2092 *)
81ecdfbb 2093 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 2094 ;;
81ecdfbb
RW
2095 esac |
2096 sort
2097)
979273e3
NN
2098 echo
2099
d0ac1c44 2100 $as_echo "## ----------------- ##
979273e3 2101## Output variables. ##
d0ac1c44 2102## ----------------- ##"
979273e3
NN
2103 echo
2104 for ac_var in $ac_subst_vars
2105 do
81ecdfbb
RW
2106 eval ac_val=\$$ac_var
2107 case $ac_val in
2108 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2109 esac
2110 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2111 done | sort
2112 echo
2113
2114 if test -n "$ac_subst_files"; then
d0ac1c44 2115 $as_echo "## ------------------- ##
81ecdfbb 2116## File substitutions. ##
d0ac1c44 2117## ------------------- ##"
979273e3
NN
2118 echo
2119 for ac_var in $ac_subst_files
2120 do
81ecdfbb
RW
2121 eval ac_val=\$$ac_var
2122 case $ac_val in
2123 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2124 esac
2125 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2126 done | sort
2127 echo
2128 fi
2129
2130 if test -s confdefs.h; then
d0ac1c44 2131 $as_echo "## ----------- ##
979273e3 2132## confdefs.h. ##
d0ac1c44 2133## ----------- ##"
979273e3 2134 echo
81ecdfbb 2135 cat confdefs.h
979273e3
NN
2136 echo
2137 fi
2138 test "$ac_signal" != 0 &&
81ecdfbb
RW
2139 $as_echo "$as_me: caught signal $ac_signal"
2140 $as_echo "$as_me: exit $exit_status"
979273e3 2141 } >&5
81ecdfbb
RW
2142 rm -f core *.core core.conftest.* &&
2143 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
979273e3 2144 exit $exit_status
81ecdfbb 2145' 0
979273e3 2146for ac_signal in 1 2 13 15; do
81ecdfbb 2147 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
979273e3
NN
2148done
2149ac_signal=0
2150
2151# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2152rm -f -r conftest* confdefs.h
2153
2154$as_echo "/* confdefs.h */" > confdefs.h
979273e3
NN
2155
2156# Predefined preprocessor variables.
2157
2158cat >>confdefs.h <<_ACEOF
2159#define PACKAGE_NAME "$PACKAGE_NAME"
2160_ACEOF
2161
979273e3
NN
2162cat >>confdefs.h <<_ACEOF
2163#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2164_ACEOF
2165
979273e3
NN
2166cat >>confdefs.h <<_ACEOF
2167#define PACKAGE_VERSION "$PACKAGE_VERSION"
2168_ACEOF
2169
979273e3
NN
2170cat >>confdefs.h <<_ACEOF
2171#define PACKAGE_STRING "$PACKAGE_STRING"
2172_ACEOF
2173
979273e3
NN
2174cat >>confdefs.h <<_ACEOF
2175#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2176_ACEOF
2177
81ecdfbb
RW
2178cat >>confdefs.h <<_ACEOF
2179#define PACKAGE_URL "$PACKAGE_URL"
2180_ACEOF
2181
979273e3
NN
2182
2183# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2184# Prefer an explicitly selected file to automatically selected ones.
2185ac_site_file1=NONE
2186ac_site_file2=NONE
2187if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2188 # We do not want a PATH search for config.site.
2189 case $CONFIG_SITE in #((
2190 -*) ac_site_file1=./$CONFIG_SITE;;
2191 */*) ac_site_file1=$CONFIG_SITE;;
2192 *) ac_site_file1=./$CONFIG_SITE;;
2193 esac
81ecdfbb
RW
2194elif test "x$prefix" != xNONE; then
2195 ac_site_file1=$prefix/share/config.site
2196 ac_site_file2=$prefix/etc/config.site
2197else
2198 ac_site_file1=$ac_default_prefix/share/config.site
2199 ac_site_file2=$ac_default_prefix/etc/config.site
2200fi
2201for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2202do
2203 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2204 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2206$as_echo "$as_me: loading site script $ac_site_file" >&6;}
979273e3 2207 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2208 . "$ac_site_file" \
2209 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2210$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2211as_fn_error $? "failed to load site script $ac_site_file
2212See \`config.log' for more details" "$LINENO" 5; }
979273e3
NN
2213 fi
2214done
2215
2216if test -r "$cache_file"; then
d0ac1c44
SM
2217 # Some versions of bash will fail to source /dev/null (special files
2218 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2219 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2221$as_echo "$as_me: loading cache $cache_file" >&6;}
979273e3 2222 case $cache_file in
81ecdfbb
RW
2223 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2224 *) . "./$cache_file";;
979273e3
NN
2225 esac
2226 fi
2227else
81ecdfbb
RW
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2229$as_echo "$as_me: creating cache $cache_file" >&6;}
979273e3
NN
2230 >$cache_file
2231fi
2232
2233# Check that the precious variables saved in the cache have kept the same
2234# value.
2235ac_cache_corrupted=false
81ecdfbb 2236for ac_var in $ac_precious_vars; do
979273e3
NN
2237 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2238 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2239 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2240 eval ac_new_val=\$ac_env_${ac_var}_value
979273e3
NN
2241 case $ac_old_set,$ac_new_set in
2242 set,)
81ecdfbb
RW
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2244$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
979273e3
NN
2245 ac_cache_corrupted=: ;;
2246 ,set)
81ecdfbb
RW
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2248$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
979273e3
NN
2249 ac_cache_corrupted=: ;;
2250 ,);;
2251 *)
2252 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2253 # differences in whitespace do not lead to failure.
2254 ac_old_val_w=`echo x $ac_old_val`
2255 ac_new_val_w=`echo x $ac_new_val`
2256 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2258$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2259 ac_cache_corrupted=:
2260 else
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2262$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2263 eval $ac_var=\$ac_old_val
2264 fi
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2266$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2268$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
979273e3
NN
2269 fi;;
2270 esac
2271 # Pass precious variables to config.status.
2272 if test "$ac_new_set" = set; then
2273 case $ac_new_val in
81ecdfbb 2274 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
2275 *) ac_arg=$ac_var=$ac_new_val ;;
2276 esac
2277 case " $ac_configure_args " in
2278 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2279 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
979273e3
NN
2280 esac
2281 fi
2282done
2283if $ac_cache_corrupted; then
81ecdfbb
RW
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2285$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2287$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2288 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
979273e3 2289fi
81ecdfbb
RW
2290## -------------------- ##
2291## Main body of script. ##
2292## -------------------- ##
979273e3
NN
2293
2294ac_ext=c
2295ac_cpp='$CPP $CPPFLAGS'
2296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2298ac_compiler_gnu=$ac_cv_c_compiler_gnu
2299
2300
2301
979273e3
NN
2302
2303
2304
2305
2306ac_aux_dir=
81ecdfbb 2307for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2308 if test -f "$ac_dir/install-sh"; then
2309 ac_aux_dir=$ac_dir
2310 ac_install_sh="$ac_aux_dir/install-sh -c"
2311 break
2312 elif test -f "$ac_dir/install.sh"; then
2313 ac_aux_dir=$ac_dir
2314 ac_install_sh="$ac_aux_dir/install.sh -c"
2315 break
2316 elif test -f "$ac_dir/shtool"; then
2317 ac_aux_dir=$ac_dir
2318 ac_install_sh="$ac_aux_dir/shtool install -c"
2319 break
2320 fi
979273e3
NN
2321done
2322if test -z "$ac_aux_dir"; then
d0ac1c44 2323 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
979273e3 2324fi
81ecdfbb
RW
2325
2326# These three variables are undocumented and unsupported,
2327# and are intended to be withdrawn in a future Autoconf release.
2328# They can cause serious problems if a builder's source tree is in a directory
2329# whose full name contains unusual characters.
2330ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2331ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2332ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2333
979273e3
NN
2334
2335# Make sure we can run config.sub.
81ecdfbb 2336$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2337 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2338
2339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2340$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2341if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2342 $as_echo_n "(cached) " >&6
2343else
2344 ac_build_alias=$build_alias
2345test "x$ac_build_alias" = x &&
2346 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2347test "x$ac_build_alias" = x &&
d0ac1c44 2348 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2349ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2350 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2351
2352fi
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2354$as_echo "$ac_cv_build" >&6; }
2355case $ac_cv_build in
2356*-*-*) ;;
d0ac1c44 2357*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2358esac
979273e3 2359build=$ac_cv_build
81ecdfbb
RW
2360ac_save_IFS=$IFS; IFS='-'
2361set x $ac_cv_build
2362shift
2363build_cpu=$1
2364build_vendor=$2
2365shift; shift
2366# Remember, the first character of IFS is used to create $*,
2367# except with old shells:
2368build_os=$*
2369IFS=$ac_save_IFS
2370case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2371
2372
81ecdfbb
RW
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2374$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2375if ${ac_cv_host+:} false; then :
81ecdfbb 2376 $as_echo_n "(cached) " >&6
979273e3 2377else
81ecdfbb
RW
2378 if test "x$host_alias" = x; then
2379 ac_cv_host=$ac_cv_build
2380else
2381 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2382 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2383fi
979273e3
NN
2384
2385fi
81ecdfbb
RW
2386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2387$as_echo "$ac_cv_host" >&6; }
2388case $ac_cv_host in
2389*-*-*) ;;
d0ac1c44 2390*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2391esac
979273e3 2392host=$ac_cv_host
81ecdfbb
RW
2393ac_save_IFS=$IFS; IFS='-'
2394set x $ac_cv_host
2395shift
2396host_cpu=$1
2397host_vendor=$2
2398shift; shift
2399# Remember, the first character of IFS is used to create $*,
2400# except with old shells:
2401host_os=$*
2402IFS=$ac_save_IFS
2403case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2404
2405
81ecdfbb
RW
2406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2407$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2408if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2409 $as_echo_n "(cached) " >&6
2410else
2411 if test "x$target_alias" = x; then
2412 ac_cv_target=$ac_cv_host
979273e3 2413else
81ecdfbb 2414 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2415 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2416fi
979273e3
NN
2417
2418fi
81ecdfbb
RW
2419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2420$as_echo "$ac_cv_target" >&6; }
2421case $ac_cv_target in
2422*-*-*) ;;
d0ac1c44 2423*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2424esac
979273e3 2425target=$ac_cv_target
81ecdfbb
RW
2426ac_save_IFS=$IFS; IFS='-'
2427set x $ac_cv_target
2428shift
2429target_cpu=$1
2430target_vendor=$2
2431shift; shift
2432# Remember, the first character of IFS is used to create $*,
2433# except with old shells:
2434target_os=$*
2435IFS=$ac_save_IFS
2436case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2437
2438
2439# The aliases save the names the user supplied, while $host etc.
2440# will get canonicalized.
2441test -n "$target_alias" &&
2442 test "$program_prefix$program_suffix$program_transform_name" = \
2443 NONENONEs,x,x, &&
2444 program_prefix=${target_alias}-
d0ac1c44
SM
2445# Expand $ac_aux_dir to an absolute path.
2446am_aux_dir=`cd "$ac_aux_dir" && pwd`
2447
979273e3
NN
2448ac_ext=c
2449ac_cpp='$CPP $CPPFLAGS'
2450ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452ac_compiler_gnu=$ac_cv_c_compiler_gnu
2453if test -n "$ac_tool_prefix"; then
2454 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2455set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2457$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2458if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2459 $as_echo_n "(cached) " >&6
979273e3
NN
2460else
2461 if test -n "$CC"; then
2462 ac_cv_prog_CC="$CC" # Let the user override the test.
2463else
2464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2465for as_dir in $PATH
2466do
2467 IFS=$as_save_IFS
2468 test -z "$as_dir" && as_dir=.
81ecdfbb 2469 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2471 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2473 break 2
2474 fi
2475done
81ecdfbb
RW
2476 done
2477IFS=$as_save_IFS
979273e3
NN
2478
2479fi
2480fi
2481CC=$ac_cv_prog_CC
2482if test -n "$CC"; then
81ecdfbb
RW
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2484$as_echo "$CC" >&6; }
979273e3 2485else
81ecdfbb
RW
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2487$as_echo "no" >&6; }
979273e3
NN
2488fi
2489
81ecdfbb 2490
979273e3
NN
2491fi
2492if test -z "$ac_cv_prog_CC"; then
2493 ac_ct_CC=$CC
2494 # Extract the first word of "gcc", so it can be a program name with args.
2495set dummy gcc; ac_word=$2
81ecdfbb
RW
2496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2498if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2499 $as_echo_n "(cached) " >&6
979273e3
NN
2500else
2501 if test -n "$ac_ct_CC"; then
2502 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2503else
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
81ecdfbb 2509 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2511 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2513 break 2
2514 fi
2515done
81ecdfbb
RW
2516 done
2517IFS=$as_save_IFS
979273e3
NN
2518
2519fi
2520fi
2521ac_ct_CC=$ac_cv_prog_ac_ct_CC
2522if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2524$as_echo "$ac_ct_CC" >&6; }
979273e3 2525else
81ecdfbb
RW
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527$as_echo "no" >&6; }
979273e3
NN
2528fi
2529
81ecdfbb
RW
2530 if test "x$ac_ct_CC" = x; then
2531 CC=""
2532 else
2533 case $cross_compiling:$ac_tool_warned in
2534yes:)
2535{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2536$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2537ac_tool_warned=yes ;;
2538esac
2539 CC=$ac_ct_CC
2540 fi
979273e3
NN
2541else
2542 CC="$ac_cv_prog_CC"
2543fi
2544
2545if test -z "$CC"; then
81ecdfbb
RW
2546 if test -n "$ac_tool_prefix"; then
2547 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
979273e3 2548set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2550$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2551if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2552 $as_echo_n "(cached) " >&6
979273e3
NN
2553else
2554 if test -n "$CC"; then
2555 ac_cv_prog_CC="$CC" # Let the user override the test.
2556else
2557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558for as_dir in $PATH
2559do
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
81ecdfbb 2562 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2564 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2566 break 2
2567 fi
2568done
81ecdfbb
RW
2569 done
2570IFS=$as_save_IFS
979273e3
NN
2571
2572fi
2573fi
2574CC=$ac_cv_prog_CC
2575if test -n "$CC"; then
81ecdfbb
RW
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2577$as_echo "$CC" >&6; }
979273e3 2578else
81ecdfbb
RW
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2580$as_echo "no" >&6; }
979273e3
NN
2581fi
2582
979273e3 2583
81ecdfbb 2584 fi
979273e3
NN
2585fi
2586if test -z "$CC"; then
2587 # Extract the first word of "cc", so it can be a program name with args.
2588set dummy cc; ac_word=$2
81ecdfbb
RW
2589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2590$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2591if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2592 $as_echo_n "(cached) " >&6
979273e3
NN
2593else
2594 if test -n "$CC"; then
2595 ac_cv_prog_CC="$CC" # Let the user override the test.
2596else
2597 ac_prog_rejected=no
2598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2599for as_dir in $PATH
2600do
2601 IFS=$as_save_IFS
2602 test -z "$as_dir" && as_dir=.
81ecdfbb 2603 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3
NN
2605 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2606 ac_prog_rejected=yes
2607 continue
2608 fi
2609 ac_cv_prog_CC="cc"
81ecdfbb 2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2611 break 2
2612 fi
2613done
81ecdfbb
RW
2614 done
2615IFS=$as_save_IFS
979273e3
NN
2616
2617if test $ac_prog_rejected = yes; then
2618 # We found a bogon in the path, so make sure we never use it.
2619 set dummy $ac_cv_prog_CC
2620 shift
2621 if test $# != 0; then
2622 # We chose a different compiler from the bogus one.
2623 # However, it has the same basename, so the bogon will be chosen
2624 # first if we set CC to just the basename; use the full file name.
2625 shift
2626 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2627 fi
2628fi
2629fi
2630fi
2631CC=$ac_cv_prog_CC
2632if test -n "$CC"; then
81ecdfbb
RW
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2634$as_echo "$CC" >&6; }
979273e3 2635else
81ecdfbb
RW
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2637$as_echo "no" >&6; }
979273e3
NN
2638fi
2639
81ecdfbb 2640
979273e3
NN
2641fi
2642if test -z "$CC"; then
2643 if test -n "$ac_tool_prefix"; then
81ecdfbb 2644 for ac_prog in cl.exe
979273e3
NN
2645 do
2646 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2647set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2649$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2650if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2651 $as_echo_n "(cached) " >&6
979273e3
NN
2652else
2653 if test -n "$CC"; then
2654 ac_cv_prog_CC="$CC" # Let the user override the test.
2655else
2656as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2657for as_dir in $PATH
2658do
2659 IFS=$as_save_IFS
2660 test -z "$as_dir" && as_dir=.
81ecdfbb 2661 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2662 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2663 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2665 break 2
2666 fi
2667done
81ecdfbb
RW
2668 done
2669IFS=$as_save_IFS
979273e3
NN
2670
2671fi
2672fi
2673CC=$ac_cv_prog_CC
2674if test -n "$CC"; then
81ecdfbb
RW
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2676$as_echo "$CC" >&6; }
979273e3 2677else
81ecdfbb
RW
2678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2679$as_echo "no" >&6; }
979273e3
NN
2680fi
2681
81ecdfbb 2682
979273e3
NN
2683 test -n "$CC" && break
2684 done
2685fi
2686if test -z "$CC"; then
2687 ac_ct_CC=$CC
81ecdfbb 2688 for ac_prog in cl.exe
979273e3
NN
2689do
2690 # Extract the first word of "$ac_prog", so it can be a program name with args.
2691set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2693$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2694if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2695 $as_echo_n "(cached) " >&6
979273e3
NN
2696else
2697 if test -n "$ac_ct_CC"; then
2698 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2699else
2700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2701for as_dir in $PATH
2702do
2703 IFS=$as_save_IFS
2704 test -z "$as_dir" && as_dir=.
81ecdfbb 2705 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
979273e3 2707 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2709 break 2
2710 fi
2711done
81ecdfbb
RW
2712 done
2713IFS=$as_save_IFS
2714
979273e3
NN
2715fi
2716fi
2717ac_ct_CC=$ac_cv_prog_ac_ct_CC
2718if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2720$as_echo "$ac_ct_CC" >&6; }
979273e3 2721else
81ecdfbb
RW
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2723$as_echo "no" >&6; }
979273e3
NN
2724fi
2725
81ecdfbb 2726
979273e3
NN
2727 test -n "$ac_ct_CC" && break
2728done
2729
81ecdfbb
RW
2730 if test "x$ac_ct_CC" = x; then
2731 CC=""
2732 else
2733 case $cross_compiling:$ac_tool_warned in
2734yes:)
2735{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2736$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2737ac_tool_warned=yes ;;
2738esac
2739 CC=$ac_ct_CC
2740 fi
979273e3
NN
2741fi
2742
2743fi
2744
2745
81ecdfbb
RW
2746test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2747$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2748as_fn_error $? "no acceptable C compiler found in \$PATH
2749See \`config.log' for more details" "$LINENO" 5; }
979273e3
NN
2750
2751# Provide some information about the compiler.
81ecdfbb
RW
2752$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2753set X $ac_compile
2754ac_compiler=$2
2755for ac_option in --version -v -V -qversion; do
2756 { { ac_try="$ac_compiler $ac_option >&5"
2757case "(($ac_try" in
2758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2759 *) ac_try_echo=$ac_try;;
2760esac
2761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2762$as_echo "$ac_try_echo"; } >&5
2763 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
979273e3 2764 ac_status=$?
81ecdfbb
RW
2765 if test -s conftest.err; then
2766 sed '10a\
2767... rest of stderr output deleted ...
2768 10q' conftest.err >conftest.er1
2769 cat conftest.er1 >&5
81ecdfbb 2770 fi
d0ac1c44 2771 rm -f conftest.er1 conftest.err
81ecdfbb
RW
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; }
2774done
979273e3 2775
81ecdfbb 2776cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2777/* end confdefs.h. */
2778
2779int
2780main ()
2781{
2782
2783 ;
2784 return 0;
2785}
2786_ACEOF
2787ac_clean_files_save=$ac_clean_files
d0ac1c44 2788ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
979273e3
NN
2789# Try to create an executable without -o first, disregard a.out.
2790# It will help us diagnose broken compilers, and finding out an intuition
2791# of exeext.
d0ac1c44
SM
2792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2793$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
2794ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2795
2796# The possible output files:
2797ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2798
2799ac_rmfiles=
2800for ac_file in $ac_files
2801do
2802 case $ac_file in
2803 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2804 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2805 esac
2806done
2807rm -f $ac_rmfiles
2808
2809if { { ac_try="$ac_link_default"
2810case "(($ac_try" in
2811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2812 *) ac_try_echo=$ac_try;;
2813esac
2814eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2815$as_echo "$ac_try_echo"; } >&5
2816 (eval "$ac_link_default") 2>&5
2817 ac_status=$?
2818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2819 test $ac_status = 0; }; then :
2820 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2821# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2822# in a Makefile. We should not override ac_cv_exeext if it was cached,
2823# so that the user can short-circuit this test for compilers unknown to
2824# Autoconf.
2825for ac_file in $ac_files ''
979273e3
NN
2826do
2827 test -f "$ac_file" || continue
2828 case $ac_file in
81ecdfbb 2829 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
979273e3
NN
2830 ;;
2831 [ab].out )
2832 # We found the default executable, but exeext='' is most
2833 # certainly right.
2834 break;;
2835 *.* )
81ecdfbb
RW
2836 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2837 then :; else
2838 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2839 fi
2840 # We set ac_cv_exeext here because the later test for it is not
2841 # safe: cross compilers may not add the suffix if given an `-o'
2842 # argument, so we may need to know it at that point already.
2843 # Even if this section looks crufty: it has the advantage of
2844 # actually working.
979273e3
NN
2845 break;;
2846 * )
2847 break;;
2848 esac
2849done
81ecdfbb
RW
2850test "$ac_cv_exeext" = no && ac_cv_exeext=
2851
979273e3 2852else
81ecdfbb
RW
2853 ac_file=''
2854fi
81ecdfbb 2855if test -z "$ac_file"; then :
d0ac1c44
SM
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2857$as_echo "no" >&6; }
2858$as_echo "$as_me: failed program was:" >&5
979273e3
NN
2859sed 's/^/| /' conftest.$ac_ext >&5
2860
81ecdfbb
RW
2861{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2862$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2863as_fn_error 77 "C compiler cannot create executables
2864See \`config.log' for more details" "$LINENO" 5; }
2865else
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2867$as_echo "yes" >&6; }
979273e3 2868fi
d0ac1c44
SM
2869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2870$as_echo_n "checking for C compiler default output file name... " >&6; }
2871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2872$as_echo "$ac_file" >&6; }
979273e3 2873ac_exeext=$ac_cv_exeext
979273e3 2874
d0ac1c44 2875rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
979273e3 2876ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
2877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2878$as_echo_n "checking for suffix of executables... " >&6; }
2879if { { ac_try="$ac_link"
2880case "(($ac_try" in
2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2882 *) ac_try_echo=$ac_try;;
2883esac
2884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2885$as_echo "$ac_try_echo"; } >&5
2886 (eval "$ac_link") 2>&5
979273e3 2887 ac_status=$?
81ecdfbb
RW
2888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2889 test $ac_status = 0; }; then :
979273e3
NN
2890 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2891# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2892# work properly (i.e., refer to `conftest.exe'), while it won't with
2893# `rm'.
2894for ac_file in conftest.exe conftest conftest.*; do
2895 test -f "$ac_file" || continue
2896 case $ac_file in
81ecdfbb 2897 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
979273e3 2898 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
979273e3
NN
2899 break;;
2900 * ) break;;
2901 esac
2902done
2903else
81ecdfbb
RW
2904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2905$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2906as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2907See \`config.log' for more details" "$LINENO" 5; }
979273e3 2908fi
d0ac1c44 2909rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
2910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2911$as_echo "$ac_cv_exeext" >&6; }
979273e3
NN
2912
2913rm -f conftest.$ac_ext
2914EXEEXT=$ac_cv_exeext
2915ac_exeext=$EXEEXT
d0ac1c44
SM
2916cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2917/* end confdefs.h. */
2918#include <stdio.h>
2919int
2920main ()
2921{
2922FILE *f = fopen ("conftest.out", "w");
2923 return ferror (f) || fclose (f) != 0;
2924
2925 ;
2926 return 0;
2927}
2928_ACEOF
2929ac_clean_files="$ac_clean_files conftest.out"
2930# Check that the compiler produces executables we can run. If not, either
2931# the compiler is broken, or we cross compile.
2932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2933$as_echo_n "checking whether we are cross compiling... " >&6; }
2934if test "$cross_compiling" != yes; then
2935 { { ac_try="$ac_link"
2936case "(($ac_try" in
2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2938 *) ac_try_echo=$ac_try;;
2939esac
2940eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2941$as_echo "$ac_try_echo"; } >&5
2942 (eval "$ac_link") 2>&5
2943 ac_status=$?
2944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2945 test $ac_status = 0; }
2946 if { ac_try='./conftest$ac_cv_exeext'
2947 { { case "(($ac_try" in
2948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2949 *) ac_try_echo=$ac_try;;
2950esac
2951eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2952$as_echo "$ac_try_echo"; } >&5
2953 (eval "$ac_try") 2>&5
2954 ac_status=$?
2955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2956 test $ac_status = 0; }; }; then
2957 cross_compiling=no
2958 else
2959 if test "$cross_compiling" = maybe; then
2960 cross_compiling=yes
2961 else
2962 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2963$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2964as_fn_error $? "cannot run C compiled programs.
2965If you meant to cross compile, use \`--host'.
2966See \`config.log' for more details" "$LINENO" 5; }
2967 fi
2968 fi
2969fi
2970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2971$as_echo "$cross_compiling" >&6; }
2972
2973rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2974ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
2975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2976$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2977if ${ac_cv_objext+:} false; then :
81ecdfbb 2978 $as_echo_n "(cached) " >&6
979273e3 2979else
81ecdfbb 2980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2981/* end confdefs.h. */
2982
2983int
2984main ()
2985{
2986
2987 ;
2988 return 0;
2989}
2990_ACEOF
2991rm -f conftest.o conftest.obj
81ecdfbb
RW
2992if { { ac_try="$ac_compile"
2993case "(($ac_try" in
2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2996esac
2997eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2998$as_echo "$ac_try_echo"; } >&5
2999 (eval "$ac_compile") 2>&5
3000 ac_status=$?
3001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3002 test $ac_status = 0; }; then :
3003 for ac_file in conftest.o conftest.obj conftest.*; do
3004 test -f "$ac_file" || continue;
979273e3 3005 case $ac_file in
81ecdfbb 3006 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
979273e3
NN
3007 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3008 break;;
3009 esac
3010done
3011else
81ecdfbb 3012 $as_echo "$as_me: failed program was:" >&5
979273e3
NN
3013sed 's/^/| /' conftest.$ac_ext >&5
3014
81ecdfbb
RW
3015{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3016$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3017as_fn_error $? "cannot compute suffix of object files: cannot compile
3018See \`config.log' for more details" "$LINENO" 5; }
979273e3 3019fi
979273e3
NN
3020rm -f conftest.$ac_cv_objext conftest.$ac_ext
3021fi
81ecdfbb
RW
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3023$as_echo "$ac_cv_objext" >&6; }
979273e3
NN
3024OBJEXT=$ac_cv_objext
3025ac_objext=$OBJEXT
81ecdfbb
RW
3026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3027$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3028if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3029 $as_echo_n "(cached) " >&6
979273e3 3030else
81ecdfbb 3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3032/* end confdefs.h. */
3033
3034int
3035main ()
3036{
3037#ifndef __GNUC__
3038 choke me
3039#endif
3040
3041 ;
3042 return 0;
3043}
3044_ACEOF
81ecdfbb 3045if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
3046 ac_compiler_gnu=yes
3047else
81ecdfbb 3048 ac_compiler_gnu=no
979273e3 3049fi
81ecdfbb 3050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3
NN
3051ac_cv_c_compiler_gnu=$ac_compiler_gnu
3052
3053fi
81ecdfbb
RW
3054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3055$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056if test $ac_compiler_gnu = yes; then
3057 GCC=yes
3058else
3059 GCC=
3060fi
979273e3
NN
3061ac_test_CFLAGS=${CFLAGS+set}
3062ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3064$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3065if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3066 $as_echo_n "(cached) " >&6
3067else
3068 ac_save_c_werror_flag=$ac_c_werror_flag
3069 ac_c_werror_flag=yes
3070 ac_cv_prog_cc_g=no
3071 CFLAGS="-g"
3072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3073/* end confdefs.h. */
3074
3075int
3076main ()
3077{
3078
3079 ;
3080 return 0;
3081}
3082_ACEOF
81ecdfbb 3083if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
3084 ac_cv_prog_cc_g=yes
3085else
81ecdfbb
RW
3086 CFLAGS=""
3087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3088/* end confdefs.h. */
3089
3090int
3091main ()
3092{
3093
3094 ;
3095 return 0;
3096}
3097_ACEOF
3098if ac_fn_c_try_compile "$LINENO"; then :
3099
3100else
3101 ac_c_werror_flag=$ac_save_c_werror_flag
3102 CFLAGS="-g"
3103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3104/* end confdefs.h. */
979273e3 3105
81ecdfbb
RW
3106int
3107main ()
3108{
3109
3110 ;
3111 return 0;
3112}
3113_ACEOF
3114if ac_fn_c_try_compile "$LINENO"; then :
3115 ac_cv_prog_cc_g=yes
979273e3 3116fi
81ecdfbb 3117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3 3118fi
81ecdfbb
RW
3119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3120fi
3121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3122 ac_c_werror_flag=$ac_save_c_werror_flag
3123fi
3124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3125$as_echo "$ac_cv_prog_cc_g" >&6; }
979273e3
NN
3126if test "$ac_test_CFLAGS" = set; then
3127 CFLAGS=$ac_save_CFLAGS
3128elif test $ac_cv_prog_cc_g = yes; then
3129 if test "$GCC" = yes; then
3130 CFLAGS="-g -O2"
3131 else
3132 CFLAGS="-g"
3133 fi
3134else
3135 if test "$GCC" = yes; then
3136 CFLAGS="-O2"
3137 else
3138 CFLAGS=
3139 fi
3140fi
81ecdfbb
RW
3141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3142$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3143if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3144 $as_echo_n "(cached) " >&6
979273e3 3145else
81ecdfbb 3146 ac_cv_prog_cc_c89=no
979273e3 3147ac_save_CC=$CC
81ecdfbb 3148cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3149/* end confdefs.h. */
3150#include <stdarg.h>
3151#include <stdio.h>
d0ac1c44 3152struct stat;
979273e3
NN
3153/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3154struct buf { int x; };
3155FILE * (*rcsopen) (struct buf *, struct stat *, int);
3156static char *e (p, i)
3157 char **p;
3158 int i;
3159{
3160 return p[i];
3161}
3162static char *f (char * (*g) (char **, int), char **p, ...)
3163{
3164 char *s;
3165 va_list v;
3166 va_start (v,p);
3167 s = g (p, va_arg (v,int));
3168 va_end (v);
3169 return s;
3170}
3171
3172/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3173 function prototypes and stuff, but not '\xHH' hex character constants.
3174 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3175 as 'x'. The following induces an error, until -std is added to get
979273e3
NN
3176 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3177 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3178 that's true only with -std. */
979273e3
NN
3179int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3180
81ecdfbb
RW
3181/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3182 inside strings and character constants. */
3183#define FOO(x) 'x'
3184int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3185
979273e3
NN
3186int test (int i, double x);
3187struct s1 {int (*f) (int a);};
3188struct s2 {int (*f) (double a);};
3189int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3190int argc;
3191char **argv;
3192int
3193main ()
3194{
3195return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3196 ;
3197 return 0;
3198}
3199_ACEOF
81ecdfbb
RW
3200for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3201 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
979273e3
NN
3202do
3203 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3204 if ac_fn_c_try_compile "$LINENO"; then :
3205 ac_cv_prog_cc_c89=$ac_arg
979273e3 3206fi
81ecdfbb
RW
3207rm -f core conftest.err conftest.$ac_objext
3208 test "x$ac_cv_prog_cc_c89" != "xno" && break
979273e3 3209done
81ecdfbb 3210rm -f conftest.$ac_ext
979273e3
NN
3211CC=$ac_save_CC
3212
3213fi
81ecdfbb
RW
3214# AC_CACHE_VAL
3215case "x$ac_cv_prog_cc_c89" in
3216 x)
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3218$as_echo "none needed" >&6; } ;;
3219 xno)
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3221$as_echo "unsupported" >&6; } ;;
979273e3 3222 *)
81ecdfbb
RW
3223 CC="$CC $ac_cv_prog_cc_c89"
3224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3225$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
979273e3 3226esac
81ecdfbb 3227if test "x$ac_cv_prog_cc_c89" != xno; then :
979273e3 3228
979273e3
NN
3229fi
3230
979273e3
NN
3231ac_ext=c
3232ac_cpp='$CPP $CPPFLAGS'
3233ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3234ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3235ac_compiler_gnu=$ac_cv_c_compiler_gnu
3236
d0ac1c44
SM
3237ac_ext=c
3238ac_cpp='$CPP $CPPFLAGS'
3239ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3240ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3241ac_compiler_gnu=$ac_cv_c_compiler_gnu
3242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3243$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3244if ${am_cv_prog_cc_c_o+:} false; then :
3245 $as_echo_n "(cached) " >&6
3246else
3247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3248/* end confdefs.h. */
3249
3250int
3251main ()
3252{
3253
3254 ;
3255 return 0;
3256}
3257_ACEOF
3258 # Make sure it works both with $CC and with simple cc.
3259 # Following AC_PROG_CC_C_O, we do the test twice because some
3260 # compilers refuse to overwrite an existing .o file with -o,
3261 # though they will create one.
3262 am_cv_prog_cc_c_o=yes
3263 for am_i in 1 2; do
3264 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3265 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3266 ac_status=$?
3267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268 (exit $ac_status); } \
3269 && test -f conftest2.$ac_objext; then
3270 : OK
3271 else
3272 am_cv_prog_cc_c_o=no
3273 break
3274 fi
3275 done
3276 rm -f core conftest*
3277 unset am_i
3278fi
3279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3280$as_echo "$am_cv_prog_cc_c_o" >&6; }
3281if test "$am_cv_prog_cc_c_o" != yes; then
3282 # Losing compiler, so override with the script.
3283 # FIXME: It is wrong to rewrite CC.
3284 # But if we don't then we get into trouble of one sort or another.
3285 # A longer-term fix would be to have automake use am__CC in this case,
3286 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3287 CC="$am_aux_dir/compile $CC"
3288fi
3289ac_ext=c
3290ac_cpp='$CPP $CPPFLAGS'
3291ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3293ac_compiler_gnu=$ac_cv_c_compiler_gnu
3294
3295
979273e3 3296
81ecdfbb
RW
3297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3298$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3299if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3300 $as_echo_n "(cached) " >&6
979273e3 3301else
8ae85421 3302 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3303cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3304/* end confdefs.h. */
3305
81ecdfbb
RW
3306/* Override any GCC internal prototype to avoid an error.
3307 Use char because int might match the return type of a GCC
3308 builtin and then its argument prototype would still apply. */
979273e3
NN
3309#ifdef __cplusplus
3310extern "C"
3311#endif
979273e3
NN
3312char strerror ();
3313int
3314main ()
3315{
81ecdfbb 3316return strerror ();
979273e3
NN
3317 ;
3318 return 0;
3319}
3320_ACEOF
81ecdfbb
RW
3321for ac_lib in '' cposix; do
3322 if test -z "$ac_lib"; then
3323 ac_res="none required"
3324 else
3325 ac_res=-l$ac_lib
8ae85421 3326 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3327 fi
3328 if ac_fn_c_try_link "$LINENO"; then :
3329 ac_cv_search_strerror=$ac_res
3330fi
3331rm -f core conftest.err conftest.$ac_objext \
3332 conftest$ac_exeext
d0ac1c44 3333 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3334 break
3335fi
3336done
d0ac1c44 3337if ${ac_cv_search_strerror+:} false; then :
8ae85421 3338
8ae85421 3339else
81ecdfbb 3340 ac_cv_search_strerror=no
979273e3 3341fi
81ecdfbb 3342rm conftest.$ac_ext
8ae85421
AM
3343LIBS=$ac_func_search_save_LIBS
3344fi
81ecdfbb
RW
3345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3346$as_echo "$ac_cv_search_strerror" >&6; }
3347ac_res=$ac_cv_search_strerror
3348if test "$ac_res" != no; then :
3349 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
979273e3 3350
8ae85421 3351fi
979273e3
NN
3352
3353
d0ac1c44 3354am__api_version='1.15'
81ecdfbb 3355
979273e3
NN
3356# Find a good install program. We prefer a C program (faster),
3357# so one script is as good as another. But avoid the broken or
3358# incompatible versions:
3359# SysV /etc/install, /usr/sbin/install
3360# SunOS /usr/etc/install
3361# IRIX /sbin/install
3362# AIX /bin/install
3363# AmigaOS /C/install, which installs bootblocks on floppy discs
3364# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3365# AFS /usr/afsws/bin/install, which mishandles nonexistent args
252b5132 3366# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
979273e3 3367# OS/2's system install, which has a completely different semantic
252b5132 3368# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3369# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3371$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3372if test -z "$INSTALL"; then
d0ac1c44 3373if ${ac_cv_path_install+:} false; then :
81ecdfbb 3374 $as_echo_n "(cached) " >&6
252b5132 3375else
979273e3
NN
3376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3377for as_dir in $PATH
3378do
3379 IFS=$as_save_IFS
3380 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3381 # Account for people who put trailing slashes in PATH elements.
3382case $as_dir/ in #((
3383 ./ | .// | /[cC]/* | \
979273e3 3384 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3385 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
979273e3
NN
3386 /usr/ucb/* ) ;;
3387 *)
3388 # OSF1 and SCO ODT 3.0 have their own names for install.
3389 # Don't use installbsd from OSF since it installs stuff as root
3390 # by default.
3391 for ac_prog in ginstall scoinst install; do
3392 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3393 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 3394 if test $ac_prog = install &&
979273e3 3395 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3396 # AIX install. It has an incompatible calling convention.
3397 :
979273e3
NN
3398 elif test $ac_prog = install &&
3399 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3400 # program-specific install script used by HP pwplus--don't use.
3401 :
252b5132 3402 else
58c85be7
RW
3403 rm -rf conftest.one conftest.two conftest.dir
3404 echo one > conftest.one
3405 echo two > conftest.two
3406 mkdir conftest.dir
3407 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3408 test -s conftest.one && test -s conftest.two &&
3409 test -s conftest.dir/conftest.one &&
3410 test -s conftest.dir/conftest.two
3411 then
3412 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3413 break 3
3414 fi
252b5132
RH
3415 fi
3416 fi
3417 done
979273e3
NN
3418 done
3419 ;;
3420esac
81ecdfbb
RW
3421
3422 done
3423IFS=$as_save_IFS
979273e3 3424
58c85be7 3425rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3426
3427fi
3428 if test "${ac_cv_path_install+set}" = set; then
979273e3 3429 INSTALL=$ac_cv_path_install
252b5132 3430 else
58c85be7
RW
3431 # As a last resort, use the slow shell script. Don't cache a
3432 # value for INSTALL within a source directory, because that will
252b5132 3433 # break other packages using the cache if that directory is
58c85be7 3434 # removed, or if the value is a relative name.
979273e3 3435 INSTALL=$ac_install_sh
252b5132
RH
3436 fi
3437fi
81ecdfbb
RW
3438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3439$as_echo "$INSTALL" >&6; }
252b5132
RH
3440
3441# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3442# It thinks the first close brace ends the variable substitution.
3443test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3444
979273e3 3445test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3446
3447test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3448
81ecdfbb
RW
3449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3450$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3451# Reject unsafe characters in $srcdir or the absolute working directory
3452# name. Accept space and tab only in the latter.
3453am_lf='
3454'
3455case `pwd` in
3456 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3457 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3458esac
3459case $srcdir in
3460 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3461 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3462esac
3463
d0ac1c44 3464# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3465# arguments. Must try -L first in case configure is actually a
3466# symlink; some systems play weird games with the mod time of symlinks
3467# (eg FreeBSD returns the mod time of the symlink's containing
3468# directory).
3469if (
d0ac1c44
SM
3470 am_has_slept=no
3471 for am_try in 1 2; do
3472 echo "timestamp, slept: $am_has_slept" > conftest.file
3473 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3474 if test "$*" = "X"; then
3475 # -L didn't work.
3476 set X `ls -t "$srcdir/configure" conftest.file`
3477 fi
3478 if test "$*" != "X $srcdir/configure conftest.file" \
3479 && test "$*" != "X conftest.file $srcdir/configure"; then
3480
3481 # If neither matched, then we have a broken ls. This can happen
3482 # if, for instance, CONFIG_SHELL is bash and it inherits a
3483 # broken ls alias from the environment. This has actually
3484 # happened. Such a system could not be considered "sane".
3485 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3486 alias in your environment" "$LINENO" 5
3487 fi
3488 if test "$2" = conftest.file || test $am_try -eq 2; then
3489 break
3490 fi
3491 # Just in case.
3492 sleep 1
3493 am_has_slept=yes
3494 done
8ae85421 3495 test "$2" = conftest.file
252b5132
RH
3496 )
3497then
3498 # Ok.
3499 :
3500else
d0ac1c44 3501 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3502Check your system clock" "$LINENO" 5
252b5132 3503fi
81ecdfbb
RW
3504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3505$as_echo "yes" >&6; }
d0ac1c44
SM
3506# If we didn't sleep, we still need to ensure time stamps of config.status and
3507# generated files are strictly newer.
3508am_sleep_pid=
3509if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3510 ( sleep 1 ) &
3511 am_sleep_pid=$!
3512fi
3513
3514rm -f conftest.file
3515
252b5132 3516test "$program_prefix" != NONE &&
81ecdfbb 3517 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3518# Use a double $ so make ignores it.
3519test "$program_suffix" != NONE &&
81ecdfbb
RW
3520 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3521# Double any \ or $.
979273e3 3522# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3523ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3524program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
979273e3 3525
81ecdfbb
RW
3526if test x"${MISSING+set}" != xset; then
3527 case $am_aux_dir in
3528 *\ * | *\ *)
3529 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3530 *)
3531 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3532 esac
3533fi
8ae85421 3534# Use eval to expand $SHELL
d0ac1c44
SM
3535if eval "$MISSING --is-lightweight"; then
3536 am_missing_run="$MISSING "
8ae85421
AM
3537else
3538 am_missing_run=
d0ac1c44
SM
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3540$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
81ecdfbb
RW
3541fi
3542
d0ac1c44 3543if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3544 case $am_aux_dir in
3545 *\ * | *\ *)
3546 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3547 *)
3548 install_sh="\${SHELL} $am_aux_dir/install-sh"
3549 esac
3550fi
3551
d0ac1c44
SM
3552# Installed binaries are usually stripped using 'strip' when the user
3553# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3554# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3555# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3556if test "$cross_compiling" != no; then
3557 if test -n "$ac_tool_prefix"; then
3558 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3559set dummy ${ac_tool_prefix}strip; ac_word=$2
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3561$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3562if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb
RW
3563 $as_echo_n "(cached) " >&6
3564else
3565 if test -n "$STRIP"; then
3566 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3567else
3568as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3569for as_dir in $PATH
3570do
3571 IFS=$as_save_IFS
3572 test -z "$as_dir" && as_dir=.
3573 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3575 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3577 break 2
3578 fi
3579done
3580 done
3581IFS=$as_save_IFS
3582
3583fi
3584fi
3585STRIP=$ac_cv_prog_STRIP
3586if test -n "$STRIP"; then
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3588$as_echo "$STRIP" >&6; }
3589else
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3591$as_echo "no" >&6; }
3592fi
3593
3594
3595fi
3596if test -z "$ac_cv_prog_STRIP"; then
3597 ac_ct_STRIP=$STRIP
3598 # Extract the first word of "strip", so it can be a program name with args.
3599set dummy strip; ac_word=$2
3600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3601$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3602if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3603 $as_echo_n "(cached) " >&6
3604else
3605 if test -n "$ac_ct_STRIP"; then
3606 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3607else
3608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3609for as_dir in $PATH
3610do
3611 IFS=$as_save_IFS
3612 test -z "$as_dir" && as_dir=.
3613 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3615 ac_cv_prog_ac_ct_STRIP="strip"
3616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3617 break 2
3618 fi
3619done
8ae85421 3620 done
81ecdfbb
RW
3621IFS=$as_save_IFS
3622
3623fi
3624fi
3625ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3626if test -n "$ac_ct_STRIP"; then
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3628$as_echo "$ac_ct_STRIP" >&6; }
3629else
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3631$as_echo "no" >&6; }
3632fi
3633
3634 if test "x$ac_ct_STRIP" = x; then
3635 STRIP=":"
3636 else
3637 case $cross_compiling:$ac_tool_warned in
3638yes:)
3639{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3640$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3641ac_tool_warned=yes ;;
3642esac
3643 STRIP=$ac_ct_STRIP
3644 fi
3645else
3646 STRIP="$ac_cv_prog_STRIP"
3647fi
3648
3649fi
3650INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3651
3652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3653$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3654if test -z "$MKDIR_P"; then
d0ac1c44 3655 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3656 $as_echo_n "(cached) " >&6
3657else
3658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3659for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3660do
3661 IFS=$as_save_IFS
3662 test -z "$as_dir" && as_dir=.
3663 for ac_prog in mkdir gmkdir; do
3664 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3665 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3666 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3667 'mkdir (GNU coreutils) '* | \
3668 'mkdir (coreutils) '* | \
3669 'mkdir (fileutils) '4.1*)
3670 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3671 break 3;;
3672 esac
3673 done
3674 done
3675 done
3676IFS=$as_save_IFS
3677
3678fi
3679
d0ac1c44 3680 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3681 if test "${ac_cv_path_mkdir+set}" = set; then
3682 MKDIR_P="$ac_cv_path_mkdir -p"
8ae85421 3683 else
81ecdfbb
RW
3684 # As a last resort, use the slow shell script. Don't cache a
3685 # value for MKDIR_P within a source directory, because that will
3686 # break other packages using the cache if that directory is
3687 # removed, or if the value is a relative name.
81ecdfbb 3688 MKDIR_P="$ac_install_sh -d"
8ae85421
AM
3689 fi
3690fi
81ecdfbb
RW
3691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3692$as_echo "$MKDIR_P" >&6; }
3693
8ae85421
AM
3694for ac_prog in gawk mawk nawk awk
3695do
3696 # Extract the first word of "$ac_prog", so it can be a program name with args.
3697set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3699$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3700if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 3701 $as_echo_n "(cached) " >&6
8ae85421
AM
3702else
3703 if test -n "$AWK"; then
3704 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3705else
3706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3707for as_dir in $PATH
3708do
3709 IFS=$as_save_IFS
3710 test -z "$as_dir" && as_dir=.
81ecdfbb 3711 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3712 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ae85421 3713 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8ae85421
AM
3715 break 2
3716 fi
3717done
81ecdfbb
RW
3718 done
3719IFS=$as_save_IFS
8ae85421
AM
3720
3721fi
3722fi
3723AWK=$ac_cv_prog_AWK
3724if test -n "$AWK"; then
81ecdfbb
RW
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3726$as_echo "$AWK" >&6; }
8ae85421 3727else
81ecdfbb
RW
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3729$as_echo "no" >&6; }
8ae85421
AM
3730fi
3731
81ecdfbb 3732
8ae85421
AM
3733 test -n "$AWK" && break
3734done
3735
81ecdfbb
RW
3736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3737$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3738set x ${MAKE-make}
3739ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 3740if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 3741 $as_echo_n "(cached) " >&6
979273e3
NN
3742else
3743 cat >conftest.make <<\_ACEOF
81ecdfbb 3744SHELL = /bin/sh
252b5132 3745all:
81ecdfbb 3746 @echo '@@@%%%=$(MAKE)=@@@%%%'
979273e3 3747_ACEOF
d0ac1c44 3748# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
3749case `${MAKE-make} -f conftest.make 2>/dev/null` in
3750 *@@@%%%=?*=@@@%%%*)
3751 eval ac_cv_prog_make_${ac_make}_set=yes;;
3752 *)
3753 eval ac_cv_prog_make_${ac_make}_set=no;;
3754esac
979273e3 3755rm -f conftest.make
252b5132 3756fi
81ecdfbb
RW
3757if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3759$as_echo "yes" >&6; }
252b5132
RH
3760 SET_MAKE=
3761else
81ecdfbb
RW
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3763$as_echo "no" >&6; }
252b5132
RH
3764 SET_MAKE="MAKE=${MAKE-make}"
3765fi
3766
8ae85421
AM
3767rm -rf .tst 2>/dev/null
3768mkdir .tst 2>/dev/null
3769if test -d .tst; then
3770 am__leading_dot=.
3771else
3772 am__leading_dot=_
3773fi
3774rmdir .tst 2>/dev/null
3775
3776DEPDIR="${am__leading_dot}deps"
3777
81ecdfbb 3778ac_config_commands="$ac_config_commands depfiles"
8ae85421
AM
3779
3780
3781am_make=${MAKE-make}
3782cat > confinc << 'END'
3783am__doit:
81ecdfbb 3784 @echo this is the am__doit target
8ae85421
AM
3785.PHONY: am__doit
3786END
3787# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3789$as_echo_n "checking for style of include used by $am_make... " >&6; }
8ae85421
AM
3790am__include="#"
3791am__quote=
3792_am_result=none
3793# First try GNU make style include.
3794echo "include confinc" > confmf
d0ac1c44 3795# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
3796case `$am_make -s -f confmf 2> /dev/null` in #(
3797*the\ am__doit\ target*)
3798 am__include=include
3799 am__quote=
3800 _am_result=GNU
3801 ;;
3802esac
8ae85421
AM
3803# Now try BSD make style include.
3804if test "$am__include" = "#"; then
3805 echo '.include "confinc"' > confmf
81ecdfbb
RW
3806 case `$am_make -s -f confmf 2> /dev/null` in #(
3807 *the\ am__doit\ target*)
3808 am__include=.include
3809 am__quote="\""
3810 _am_result=BSD
3811 ;;
3812 esac
8ae85421
AM
3813fi
3814
3815
81ecdfbb
RW
3816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3817$as_echo "$_am_result" >&6; }
8ae85421
AM
3818rm -f confinc confmf
3819
81ecdfbb
RW
3820# Check whether --enable-dependency-tracking was given.
3821if test "${enable_dependency_tracking+set}" = set; then :
3822 enableval=$enable_dependency_tracking;
3823fi
8ae85421 3824
8ae85421
AM
3825if test "x$enable_dependency_tracking" != xno; then
3826 am_depcomp="$ac_aux_dir/depcomp"
3827 AMDEPBACKSLASH='\'
6eb7d830 3828 am__nodep='_no'
8ae85421 3829fi
81ecdfbb 3830 if test "x$enable_dependency_tracking" != xno; then
8ae85421
AM
3831 AMDEP_TRUE=
3832 AMDEP_FALSE='#'
3833else
3834 AMDEP_TRUE='#'
3835 AMDEP_FALSE=
3836fi
252b5132 3837
252b5132 3838
d0ac1c44
SM
3839# Check whether --enable-silent-rules was given.
3840if test "${enable_silent_rules+set}" = set; then :
3841 enableval=$enable_silent_rules;
3842fi
3843
3844case $enable_silent_rules in # (((
3845 yes) AM_DEFAULT_VERBOSITY=0;;
3846 no) AM_DEFAULT_VERBOSITY=1;;
3847 *) AM_DEFAULT_VERBOSITY=1;;
3848esac
3849am_make=${MAKE-make}
3850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3851$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3852if ${am_cv_make_support_nested_variables+:} false; then :
3853 $as_echo_n "(cached) " >&6
3854else
3855 if $as_echo 'TRUE=$(BAR$(V))
3856BAR0=false
3857BAR1=true
3858V=1
3859am__doit:
3860 @$(TRUE)
3861.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3862 am_cv_make_support_nested_variables=yes
3863else
3864 am_cv_make_support_nested_variables=no
3865fi
3866fi
3867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3868$as_echo "$am_cv_make_support_nested_variables" >&6; }
3869if test $am_cv_make_support_nested_variables = yes; then
3870 AM_V='$(V)'
3871 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3872else
3873 AM_V=$AM_DEFAULT_VERBOSITY
3874 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3875fi
3876AM_BACKSLASH='\'
3877
81ecdfbb
RW
3878if test "`cd $srcdir && pwd`" != "`pwd`"; then
3879 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3880 # is not polluted with repeated "-I."
3881 am__isrc=' -I$(srcdir)'
3882 # test to see if srcdir already configured
3883 if test -f $srcdir/config.status; then
d0ac1c44 3884 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 3885 fi
252b5132 3886fi
979273e3 3887
8ae85421
AM
3888# test whether we have cygpath
3889if test -z "$CYGPATH_W"; then
3890 if (cygpath --version) >/dev/null 2>/dev/null; then
3891 CYGPATH_W='cygpath -w'
3892 else
3893 CYGPATH_W=echo
3894 fi
3895fi
3896
3897
3898# Define the identity of the package.
2e98a7bd 3899 PACKAGE='opcodes'
573fe3fb 3900 VERSION='2.36.50'
8ae85421
AM
3901
3902
979273e3 3903cat >>confdefs.h <<_ACEOF
252b5132 3904#define PACKAGE "$PACKAGE"
979273e3 3905_ACEOF
252b5132 3906
979273e3
NN
3907
3908cat >>confdefs.h <<_ACEOF
252b5132 3909#define VERSION "$VERSION"
979273e3 3910_ACEOF
252b5132 3911
8ae85421 3912# Some tools Automake needs.
252b5132 3913
8ae85421 3914ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
252b5132 3915
8ae85421
AM
3916
3917AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3918
3919
3920AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3921
3922
3923AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3924
3925
3926MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3927
d0ac1c44
SM
3928# For better backward compatibility. To be removed once Automake 1.9.x
3929# dies out for good. For more background, see:
3930# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3931# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3932mkdir_p='$(MKDIR_P)'
3933
3934# We need awk for the "check" target (and possibly the TAP driver). The
3935# system "awk" is bad on some platforms.
6eb7d830
AM
3936# Always define AMTAR for backward compatibility. Yes, it's still used
3937# in the wild :-( We should find a proper way to deprecate it ...
3938AMTAR='$${TAR-tar}'
8ae85421 3939
d0ac1c44
SM
3940
3941# We'll loop over all known methods to create a tar archive until one works.
3942_am_tools='gnutar pax cpio none'
3943
6eb7d830 3944am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8ae85421
AM
3945
3946
3947
3948
d0ac1c44 3949
8ae85421
AM
3950depcc="$CC" am_compiler_list=
3951
81ecdfbb
RW
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3953$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 3954if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 3955 $as_echo_n "(cached) " >&6
252b5132 3956else
8ae85421
AM
3957 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3958 # We make a subdir and do the tests there. Otherwise we can end up
3959 # making bogus files that we don't know about and never remove. For
3960 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
3961 # making a dummy file named 'D' -- because '-MD' means "put the output
3962 # in D".
6eb7d830 3963 rm -rf conftest.dir
8ae85421
AM
3964 mkdir conftest.dir
3965 # Copy depcomp to subdir because otherwise we won't find it if we're
3966 # using a relative directory.
3967 cp "$am_depcomp" conftest.dir
3968 cd conftest.dir
3969 # We will build objects and dependencies in a subdirectory because
3970 # it helps to detect inapplicable dependency modes. For instance
3971 # both Tru64's cc and ICC support -MD to output dependencies as a
3972 # side effect of compilation, but ICC will put the dependencies in
3973 # the current directory while Tru64 will put them in the object
3974 # directory.
3975 mkdir sub
3976
3977 am_cv_CC_dependencies_compiler_type=none
3978 if test "$am_compiler_list" = ""; then
3979 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3980 fi
81ecdfbb
RW
3981 am__universal=false
3982 case " $depcc " in #(
3983 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3984 esac
3985
8ae85421
AM
3986 for depmode in $am_compiler_list; do
3987 # Setup a source with many dependencies, because some compilers
3988 # like to wrap large dependency lists on column 80 (with \), and
3989 # we should not choose a depcomp mode which is confused by this.
3990 #
3991 # We need to recreate these files for each test, as the compiler may
3992 # overwrite some of them when testing with obscure command lines.
3993 # This happens at least with the AIX C compiler.
3994 : > sub/conftest.c
3995 for i in 1 2 3 4 5 6; do
3996 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
3997 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3998 # Solaris 10 /bin/sh.
3999 echo '/* dummy */' > sub/conftst$i.h
8ae85421
AM
4000 done
4001 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4002
d0ac1c44 4003 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4004 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4005 # handle '-M -o', and we need to detect this. Also, some Intel
4006 # versions had trouble with output in subdirs.
81ecdfbb
RW
4007 am__obj=sub/conftest.${OBJEXT-o}
4008 am__minus_obj="-o $am__obj"
8ae85421 4009 case $depmode in
81ecdfbb
RW
4010 gcc)
4011 # This depmode causes a compiler race in universal mode.
4012 test "$am__universal" = false || continue
4013 ;;
8ae85421 4014 nosideeffect)
d0ac1c44
SM
4015 # After this tag, mechanisms are not by side-effect, so they'll
4016 # only be used when explicitly requested.
8ae85421
AM
4017 if test "x$enable_dependency_tracking" = xyes; then
4018 continue
4019 else
4020 break
4021 fi
4022 ;;
6eb7d830 4023 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4024 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4025 # not run yet. These depmodes are late enough in the game, and
4026 # so weak that their functioning should not be impacted.
4027 am__obj=conftest.${OBJEXT-o}
4028 am__minus_obj=
4029 ;;
8ae85421
AM
4030 none) break ;;
4031 esac
8ae85421 4032 if depmode=$depmode \
81ecdfbb 4033 source=sub/conftest.c object=$am__obj \
8ae85421 4034 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4035 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
8ae85421 4036 >/dev/null 2>conftest.err &&
81ecdfbb 4037 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
8ae85421 4038 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4039 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
8ae85421
AM
4040 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4041 # icc doesn't choke on unknown options, it will just issue warnings
4042 # or remarks (even with -Werror). So we grep stderr for any message
4043 # that says an option was ignored or not supported.
4044 # When given -MP, icc 7.0 and 7.1 complain thusly:
4045 # icc: Command line warning: ignoring option '-M'; no argument required
4046 # The diagnosis changed in icc 8.0:
4047 # icc: Command line remark: option '-MP' not supported
4048 if (grep 'ignoring option' conftest.err ||
4049 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4050 am_cv_CC_dependencies_compiler_type=$depmode
4051 break
4052 fi
4053 fi
4054 done
4055
4056 cd ..
4057 rm -rf conftest.dir
4058else
4059 am_cv_CC_dependencies_compiler_type=none
4060fi
4061
252b5132 4062fi
81ecdfbb
RW
4063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4064$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8ae85421
AM
4065CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4066
81ecdfbb 4067 if
8ae85421
AM
4068 test "x$enable_dependency_tracking" != xno \
4069 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4070 am__fastdepCC_TRUE=
4071 am__fastdepCC_FALSE='#'
252b5132 4072else
8ae85421
AM
4073 am__fastdepCC_TRUE='#'
4074 am__fastdepCC_FALSE=
252b5132
RH
4075fi
4076
4077
4078
d0ac1c44
SM
4079# POSIX will say in a future version that running "rm -f" with no argument
4080# is OK; and we want to be able to make that assumption in our Makefile
4081# recipes. So use an aggressive probe to check that the usage we want is
4082# actually supported "in the wild" to an acceptable degree.
4083# See automake bug#10828.
4084# To make any issue more visible, cause the running configure to be aborted
4085# by default if the 'rm' program in use doesn't match our expectations; the
4086# user can still override this though.
4087if rm -f && rm -fr && rm -rf; then : OK; else
4088 cat >&2 <<'END'
4089Oops!
4090
4091Your 'rm' program seems unable to run without file operands specified
4092on the command line, even when the '-f' option is present. This is contrary
4093to the behaviour of most rm programs out there, and not conforming with
4094the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4095
4096Please tell bug-automake@gnu.org about your system, including the value
4097of your $PATH and any error possibly output before this message. This
4098can help us improve future automake versions.
4099
4100END
4101 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4102 echo 'Configuration will proceed anyway, since you have set the' >&2
4103 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4104 echo >&2
4105 else
4106 cat >&2 <<'END'
4107Aborting the configuration process, to ensure you take notice of the issue.
4108
4109You can download and install GNU coreutils to get an 'rm' implementation
4110that behaves properly: <http://www.gnu.org/software/coreutils/>.
4111
4112If you want to complete the configuration process using your problematic
4113'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4114to "yes", and re-run configure.
4115
4116END
4117 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4118 fi
4119fi
4120
8ae85421 4121
dabbade6
L
4122ac_ext=c
4123ac_cpp='$CPP $CPPFLAGS'
4124ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4125ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4126ac_compiler_gnu=$ac_cv_c_compiler_gnu
979273e3 4127if test -n "$ac_tool_prefix"; then
dabbade6
L
4128 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4129set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4131$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4132if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4133 $as_echo_n "(cached) " >&6
252b5132 4134else
dabbade6
L
4135 if test -n "$CC"; then
4136 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4137else
979273e3
NN
4138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4139for as_dir in $PATH
4140do
4141 IFS=$as_save_IFS
4142 test -z "$as_dir" && as_dir=.
81ecdfbb 4143 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4145 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4147 break 2
4148 fi
4149done
81ecdfbb
RW
4150 done
4151IFS=$as_save_IFS
979273e3 4152
252b5132
RH
4153fi
4154fi
dabbade6
L
4155CC=$ac_cv_prog_CC
4156if test -n "$CC"; then
81ecdfbb
RW
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4158$as_echo "$CC" >&6; }
252b5132 4159else
81ecdfbb
RW
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4161$as_echo "no" >&6; }
979273e3
NN
4162fi
4163
81ecdfbb 4164
252b5132 4165fi
dabbade6
L
4166if test -z "$ac_cv_prog_CC"; then
4167 ac_ct_CC=$CC
4168 # Extract the first word of "gcc", so it can be a program name with args.
4169set dummy gcc; ac_word=$2
81ecdfbb
RW
4170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4172if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4173 $as_echo_n "(cached) " >&6
979273e3 4174else
dabbade6
L
4175 if test -n "$ac_ct_CC"; then
4176 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
979273e3
NN
4177else
4178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179for as_dir in $PATH
4180do
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
81ecdfbb 4183 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4185 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4187 break 2
4188 fi
4189done
81ecdfbb
RW
4190 done
4191IFS=$as_save_IFS
252b5132 4192
979273e3
NN
4193fi
4194fi
dabbade6
L
4195ac_ct_CC=$ac_cv_prog_ac_ct_CC
4196if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4198$as_echo "$ac_ct_CC" >&6; }
979273e3 4199else
81ecdfbb
RW
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201$as_echo "no" >&6; }
979273e3 4202fi
252b5132 4203
81ecdfbb
RW
4204 if test "x$ac_ct_CC" = x; then
4205 CC=""
4206 else
4207 case $cross_compiling:$ac_tool_warned in
4208yes:)
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4210$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4211ac_tool_warned=yes ;;
4212esac
4213 CC=$ac_ct_CC
4214 fi
979273e3 4215else
dabbade6 4216 CC="$ac_cv_prog_CC"
979273e3 4217fi
252b5132 4218
dabbade6 4219if test -z "$CC"; then
81ecdfbb
RW
4220 if test -n "$ac_tool_prefix"; then
4221 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
dabbade6 4222set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4225if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4226 $as_echo_n "(cached) " >&6
252b5132 4227else
dabbade6
L
4228 if test -n "$CC"; then
4229 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4230else
979273e3
NN
4231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232for as_dir in $PATH
4233do
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
81ecdfbb 4236 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4238 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4240 break 2
4241 fi
4242done
81ecdfbb
RW
4243 done
4244IFS=$as_save_IFS
979273e3 4245
252b5132
RH
4246fi
4247fi
dabbade6
L
4248CC=$ac_cv_prog_CC
4249if test -n "$CC"; then
81ecdfbb
RW
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4251$as_echo "$CC" >&6; }
252b5132 4252else
81ecdfbb
RW
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254$as_echo "no" >&6; }
252b5132
RH
4255fi
4256
252b5132 4257
81ecdfbb 4258 fi
dabbade6
L
4259fi
4260if test -z "$CC"; then
4261 # Extract the first word of "cc", so it can be a program name with args.
4262set dummy cc; ac_word=$2
81ecdfbb
RW
4263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4264$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4265if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4266 $as_echo_n "(cached) " >&6
dabbade6
L
4267else
4268 if test -n "$CC"; then
4269 ac_cv_prog_CC="$CC" # Let the user override the test.
4270else
4271 ac_prog_rejected=no
4272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4273for as_dir in $PATH
4274do
4275 IFS=$as_save_IFS
4276 test -z "$as_dir" && as_dir=.
81ecdfbb 4277 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6
L
4279 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4280 ac_prog_rejected=yes
4281 continue
4282 fi
4283 ac_cv_prog_CC="cc"
81ecdfbb 4284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4285 break 2
4286 fi
4287done
81ecdfbb
RW
4288 done
4289IFS=$as_save_IFS
252b5132 4290
dabbade6
L
4291if test $ac_prog_rejected = yes; then
4292 # We found a bogon in the path, so make sure we never use it.
4293 set dummy $ac_cv_prog_CC
4294 shift
4295 if test $# != 0; then
4296 # We chose a different compiler from the bogus one.
4297 # However, it has the same basename, so the bogon will be chosen
4298 # first if we set CC to just the basename; use the full file name.
4299 shift
4300 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4301 fi
4302fi
4303fi
4304fi
4305CC=$ac_cv_prog_CC
4306if test -n "$CC"; then
81ecdfbb
RW
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4308$as_echo "$CC" >&6; }
252b5132 4309else
81ecdfbb
RW
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4311$as_echo "no" >&6; }
dabbade6 4312fi
252b5132 4313
81ecdfbb 4314
dabbade6
L
4315fi
4316if test -z "$CC"; then
4317 if test -n "$ac_tool_prefix"; then
81ecdfbb 4318 for ac_prog in cl.exe
dabbade6
L
4319 do
4320 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4321set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4323$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4324if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4325 $as_echo_n "(cached) " >&6
dabbade6
L
4326else
4327 if test -n "$CC"; then
4328 ac_cv_prog_CC="$CC" # Let the user override the test.
4329else
4330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4331for as_dir in $PATH
4332do
4333 IFS=$as_save_IFS
4334 test -z "$as_dir" && as_dir=.
81ecdfbb 4335 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4337 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4339 break 2
4340 fi
4341done
81ecdfbb
RW
4342 done
4343IFS=$as_save_IFS
d7040cdb 4344
dabbade6
L
4345fi
4346fi
4347CC=$ac_cv_prog_CC
4348if test -n "$CC"; then
81ecdfbb
RW
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4350$as_echo "$CC" >&6; }
dabbade6 4351else
81ecdfbb
RW
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4353$as_echo "no" >&6; }
dabbade6 4354fi
d7040cdb 4355
81ecdfbb 4356
dabbade6
L
4357 test -n "$CC" && break
4358 done
4359fi
4360if test -z "$CC"; then
4361 ac_ct_CC=$CC
81ecdfbb 4362 for ac_prog in cl.exe
dabbade6
L
4363do
4364 # Extract the first word of "$ac_prog", so it can be a program name with args.
4365set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4367$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4368if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4369 $as_echo_n "(cached) " >&6
dabbade6
L
4370else
4371 if test -n "$ac_ct_CC"; then
4372 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4373else
4374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4375for as_dir in $PATH
4376do
4377 IFS=$as_save_IFS
4378 test -z "$as_dir" && as_dir=.
81ecdfbb 4379 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4380 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4381 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4383 break 2
4384 fi
4385done
81ecdfbb
RW
4386 done
4387IFS=$as_save_IFS
d7040cdb 4388
dabbade6
L
4389fi
4390fi
4391ac_ct_CC=$ac_cv_prog_ac_ct_CC
4392if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4394$as_echo "$ac_ct_CC" >&6; }
dabbade6 4395else
81ecdfbb
RW
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4397$as_echo "no" >&6; }
dabbade6 4398fi
d7040cdb 4399
81ecdfbb 4400
dabbade6
L
4401 test -n "$ac_ct_CC" && break
4402done
d7040cdb 4403
81ecdfbb
RW
4404 if test "x$ac_ct_CC" = x; then
4405 CC=""
4406 else
4407 case $cross_compiling:$ac_tool_warned in
4408yes:)
4409{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4410$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4411ac_tool_warned=yes ;;
4412esac
4413 CC=$ac_ct_CC
4414 fi
dabbade6 4415fi
d7040cdb 4416
dabbade6 4417fi
d7040cdb
SE
4418
4419
81ecdfbb
RW
4420test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4421$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4422as_fn_error $? "no acceptable C compiler found in \$PATH
4423See \`config.log' for more details" "$LINENO" 5; }
d7040cdb 4424
dabbade6 4425# Provide some information about the compiler.
81ecdfbb
RW
4426$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4427set X $ac_compile
4428ac_compiler=$2
4429for ac_option in --version -v -V -qversion; do
4430 { { ac_try="$ac_compiler $ac_option >&5"
4431case "(($ac_try" in
4432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4433 *) ac_try_echo=$ac_try;;
4434esac
4435eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4436$as_echo "$ac_try_echo"; } >&5
4437 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
dabbade6 4438 ac_status=$?
81ecdfbb
RW
4439 if test -s conftest.err; then
4440 sed '10a\
4441... rest of stderr output deleted ...
4442 10q' conftest.err >conftest.er1
4443 cat conftest.er1 >&5
81ecdfbb 4444 fi
d0ac1c44 4445 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4447 test $ac_status = 0; }
4448done
d7040cdb 4449
81ecdfbb
RW
4450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4451$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4452if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4453 $as_echo_n "(cached) " >&6
252b5132 4454else
81ecdfbb 4455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4456/* end confdefs.h. */
d7040cdb 4457
dabbade6
L
4458int
4459main ()
4460{
4461#ifndef __GNUC__
4462 choke me
4463#endif
d7040cdb 4464
dabbade6
L
4465 ;
4466 return 0;
4467}
4468_ACEOF
81ecdfbb 4469if ac_fn_c_try_compile "$LINENO"; then :
dabbade6 4470 ac_compiler_gnu=yes
d7040cdb 4471else
81ecdfbb 4472 ac_compiler_gnu=no
dabbade6 4473fi
81ecdfbb 4474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4475ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 4476
dabbade6 4477fi
81ecdfbb
RW
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4479$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4480if test $ac_compiler_gnu = yes; then
4481 GCC=yes
4482else
4483 GCC=
4484fi
dabbade6
L
4485ac_test_CFLAGS=${CFLAGS+set}
4486ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4488$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4489if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4490 $as_echo_n "(cached) " >&6
4491else
4492 ac_save_c_werror_flag=$ac_c_werror_flag
4493 ac_c_werror_flag=yes
4494 ac_cv_prog_cc_g=no
4495 CFLAGS="-g"
4496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4497/* end confdefs.h. */
d7040cdb 4498
dabbade6
L
4499int
4500main ()
4501{
d7040cdb 4502
dabbade6
L
4503 ;
4504 return 0;
4505}
4506_ACEOF
81ecdfbb 4507if ac_fn_c_try_compile "$LINENO"; then :
dabbade6
L
4508 ac_cv_prog_cc_g=yes
4509else
81ecdfbb
RW
4510 CFLAGS=""
4511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4512/* end confdefs.h. */
d7040cdb 4513
81ecdfbb
RW
4514int
4515main ()
4516{
4517
4518 ;
4519 return 0;
4520}
4521_ACEOF
4522if ac_fn_c_try_compile "$LINENO"; then :
4523
4524else
4525 ac_c_werror_flag=$ac_save_c_werror_flag
4526 CFLAGS="-g"
4527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4528/* end confdefs.h. */
4529
4530int
4531main ()
4532{
4533
4534 ;
4535 return 0;
4536}
4537_ACEOF
4538if ac_fn_c_try_compile "$LINENO"; then :
4539 ac_cv_prog_cc_g=yes
4540fi
4541rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4542fi
81ecdfbb 4543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4544fi
81ecdfbb
RW
4545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4546 ac_c_werror_flag=$ac_save_c_werror_flag
4547fi
4548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4549$as_echo "$ac_cv_prog_cc_g" >&6; }
dabbade6
L
4550if test "$ac_test_CFLAGS" = set; then
4551 CFLAGS=$ac_save_CFLAGS
4552elif test $ac_cv_prog_cc_g = yes; then
4553 if test "$GCC" = yes; then
4554 CFLAGS="-g -O2"
4555 else
4556 CFLAGS="-g"
4557 fi
4558else
4559 if test "$GCC" = yes; then
4560 CFLAGS="-O2"
4561 else
4562 CFLAGS=
4563 fi
4564fi
81ecdfbb
RW
4565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4566$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4567if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4568 $as_echo_n "(cached) " >&6
d7040cdb 4569else
81ecdfbb 4570 ac_cv_prog_cc_c89=no
dabbade6 4571ac_save_CC=$CC
81ecdfbb 4572cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6
L
4573/* end confdefs.h. */
4574#include <stdarg.h>
4575#include <stdio.h>
d0ac1c44 4576struct stat;
dabbade6
L
4577/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4578struct buf { int x; };
4579FILE * (*rcsopen) (struct buf *, struct stat *, int);
4580static char *e (p, i)
4581 char **p;
4582 int i;
4583{
4584 return p[i];
4585}
4586static char *f (char * (*g) (char **, int), char **p, ...)
4587{
4588 char *s;
4589 va_list v;
4590 va_start (v,p);
4591 s = g (p, va_arg (v,int));
4592 va_end (v);
4593 return s;
4594}
d7040cdb 4595
dabbade6
L
4596/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4597 function prototypes and stuff, but not '\xHH' hex character constants.
4598 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4599 as 'x'. The following induces an error, until -std is added to get
dabbade6
L
4600 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4601 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4602 that's true only with -std. */
dabbade6 4603int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 4604
81ecdfbb
RW
4605/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4606 inside strings and character constants. */
4607#define FOO(x) 'x'
4608int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4609
dabbade6
L
4610int test (int i, double x);
4611struct s1 {int (*f) (int a);};
4612struct s2 {int (*f) (double a);};
4613int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4614int argc;
4615char **argv;
4616int
4617main ()
4618{
4619return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4620 ;
4621 return 0;
4622}
4623_ACEOF
81ecdfbb
RW
4624for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4625 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
dabbade6
L
4626do
4627 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4628 if ac_fn_c_try_compile "$LINENO"; then :
4629 ac_cv_prog_cc_c89=$ac_arg
d7040cdb 4630fi
81ecdfbb
RW
4631rm -f core conftest.err conftest.$ac_objext
4632 test "x$ac_cv_prog_cc_c89" != "xno" && break
dabbade6 4633done
81ecdfbb 4634rm -f conftest.$ac_ext
dabbade6 4635CC=$ac_save_CC
d7040cdb 4636
dabbade6 4637fi
81ecdfbb
RW
4638# AC_CACHE_VAL
4639case "x$ac_cv_prog_cc_c89" in
4640 x)
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4642$as_echo "none needed" >&6; } ;;
4643 xno)
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4645$as_echo "unsupported" >&6; } ;;
252b5132 4646 *)
81ecdfbb
RW
4647 CC="$CC $ac_cv_prog_cc_c89"
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4649$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
dabbade6 4650esac
81ecdfbb 4651if test "x$ac_cv_prog_cc_c89" != xno; then :
ac48eca1 4652
dabbade6 4653fi
252b5132 4654
dabbade6
L
4655ac_ext=c
4656ac_cpp='$CPP $CPPFLAGS'
4657ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4658ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4659ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4660
d0ac1c44
SM
4661ac_ext=c
4662ac_cpp='$CPP $CPPFLAGS'
4663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4665ac_compiler_gnu=$ac_cv_c_compiler_gnu
4666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4667$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4668if ${am_cv_prog_cc_c_o+:} false; then :
4669 $as_echo_n "(cached) " >&6
4670else
4671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4672/* end confdefs.h. */
4673
4674int
4675main ()
4676{
4677
4678 ;
4679 return 0;
4680}
4681_ACEOF
4682 # Make sure it works both with $CC and with simple cc.
4683 # Following AC_PROG_CC_C_O, we do the test twice because some
4684 # compilers refuse to overwrite an existing .o file with -o,
4685 # though they will create one.
4686 am_cv_prog_cc_c_o=yes
4687 for am_i in 1 2; do
4688 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4689 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4690 ac_status=$?
4691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4692 (exit $ac_status); } \
4693 && test -f conftest2.$ac_objext; then
4694 : OK
4695 else
4696 am_cv_prog_cc_c_o=no
4697 break
4698 fi
4699 done
4700 rm -f core conftest*
4701 unset am_i
4702fi
4703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4704$as_echo "$am_cv_prog_cc_c_o" >&6; }
4705if test "$am_cv_prog_cc_c_o" != yes; then
4706 # Losing compiler, so override with the script.
4707 # FIXME: It is wrong to rewrite CC.
4708 # But if we don't then we get into trouble of one sort or another.
4709 # A longer-term fix would be to have automake use am__CC in this case,
4710 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4711 CC="$am_aux_dir/compile $CC"
4712fi
4713ac_ext=c
4714ac_cpp='$CPP $CPPFLAGS'
4715ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4716ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4717ac_compiler_gnu=$ac_cv_c_compiler_gnu
4718
4719
7357c5b6
AM
4720ac_ext=c
4721ac_cpp='$CPP $CPPFLAGS'
4722ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4723ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4724ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4726$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4727# On Suns, sometimes $CPP names a directory.
4728if test -n "$CPP" && test -d "$CPP"; then
4729 CPP=
4730fi
4731if test -z "$CPP"; then
d0ac1c44 4732 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4733 $as_echo_n "(cached) " >&6
dabbade6 4734else
7357c5b6
AM
4735 # Double quotes because CPP needs to be expanded
4736 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4737 do
4738 ac_preproc_ok=false
4739for ac_c_preproc_warn_flag in '' yes
dabbade6 4740do
7357c5b6
AM
4741 # Use a header file that comes with gcc, so configuring glibc
4742 # with a fresh cross-compiler works.
4743 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4744 # <limits.h> exists even on freestanding compilers.
4745 # On the NeXT, cc -E runs the code through the compiler's parser,
4746 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4748/* end confdefs.h. */
4749#ifdef __STDC__
4750# include <limits.h>
4751#else
4752# include <assert.h>
4753#endif
4754 Syntax error
4755_ACEOF
81ecdfbb 4756if ac_fn_c_try_cpp "$LINENO"; then :
dabbade6 4757
81ecdfbb 4758else
7357c5b6
AM
4759 # Broken: fails on valid input.
4760continue
252b5132 4761fi
d0ac1c44 4762rm -f conftest.err conftest.i conftest.$ac_ext
7357c5b6 4763
81ecdfbb 4764 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4765 # can be detected and how.
81ecdfbb 4766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4767/* end confdefs.h. */
4768#include <ac_nonexistent.h>
4769_ACEOF
81ecdfbb 4770if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4771 # Broken: success on invalid input.
4772continue
dabbade6 4773else
7357c5b6
AM
4774 # Passes both tests.
4775ac_preproc_ok=:
4776break
dabbade6 4777fi
d0ac1c44 4778rm -f conftest.err conftest.i conftest.$ac_ext
dabbade6 4779
d7040cdb 4780done
7357c5b6 4781# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4782rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4783if $ac_preproc_ok; then :
7357c5b6
AM
4784 break
4785fi
4786
4787 done
4788 ac_cv_prog_CPP=$CPP
d7040cdb
SE
4789
4790fi
7357c5b6
AM
4791 CPP=$ac_cv_prog_CPP
4792else
4793 ac_cv_prog_CPP=$CPP
d7040cdb 4794fi
81ecdfbb
RW
4795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4796$as_echo "$CPP" >&6; }
7357c5b6
AM
4797ac_preproc_ok=false
4798for ac_c_preproc_warn_flag in '' yes
4799do
4800 # Use a header file that comes with gcc, so configuring glibc
4801 # with a fresh cross-compiler works.
4802 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4803 # <limits.h> exists even on freestanding compilers.
4804 # On the NeXT, cc -E runs the code through the compiler's parser,
4805 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4807/* end confdefs.h. */
4808#ifdef __STDC__
4809# include <limits.h>
4810#else
4811# include <assert.h>
4812#endif
4813 Syntax error
4814_ACEOF
81ecdfbb 4815if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4816
81ecdfbb 4817else
7357c5b6
AM
4818 # Broken: fails on valid input.
4819continue
d7040cdb 4820fi
d0ac1c44 4821rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4822
81ecdfbb 4823 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4824 # can be detected and how.
81ecdfbb 4825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4826/* end confdefs.h. */
4827#include <ac_nonexistent.h>
4828_ACEOF
81ecdfbb 4829if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4830 # Broken: success on invalid input.
4831continue
dabbade6 4832else
7357c5b6
AM
4833 # Passes both tests.
4834ac_preproc_ok=:
4835break
4836fi
d0ac1c44 4837rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4838
7357c5b6
AM
4839done
4840# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4841rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4842if $ac_preproc_ok; then :
4843
4844else
4845 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4846$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4847as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4848See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
4849fi
4850
4851ac_ext=c
4852ac_cpp='$CPP $CPPFLAGS'
4853ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4854ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4855ac_compiler_gnu=$ac_cv_c_compiler_gnu
4856
4857
4858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4859$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4860if ${ac_cv_path_GREP+:} false; then :
81ecdfbb
RW
4861 $as_echo_n "(cached) " >&6
4862else
4863 if test -z "$GREP"; then
4864 ac_path_GREP_found=false
4865 # Loop through the user's path and test for each of PROGNAME-LIST
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4868do
4869 IFS=$as_save_IFS
4870 test -z "$as_dir" && as_dir=.
4871 for ac_prog in grep ggrep; do
4872 for ac_exec_ext in '' $ac_executable_extensions; do
4873 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4874 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4875# Check for GNU ac_path_GREP and select it if it is found.
4876 # Check for GNU $ac_path_GREP
4877case `"$ac_path_GREP" --version 2>&1` in
4878*GNU*)
4879 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4880*)
4881 ac_count=0
4882 $as_echo_n 0123456789 >"conftest.in"
4883 while :
4884 do
4885 cat "conftest.in" "conftest.in" >"conftest.tmp"
4886 mv "conftest.tmp" "conftest.in"
4887 cp "conftest.in" "conftest.nl"
4888 $as_echo 'GREP' >> "conftest.nl"
4889 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4890 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4891 as_fn_arith $ac_count + 1 && ac_count=$as_val
4892 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4893 # Best one so far, save it but keep looking for a better one
4894 ac_cv_path_GREP="$ac_path_GREP"
4895 ac_path_GREP_max=$ac_count
4896 fi
4897 # 10*(2^10) chars as input seems more than enough
4898 test $ac_count -gt 10 && break
4899 done
4900 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4901esac
4902
4903 $ac_path_GREP_found && break 3
4904 done
4905 done
4906 done
4907IFS=$as_save_IFS
4908 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4909 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb 4910 fi
dabbade6 4911else
81ecdfbb 4912 ac_cv_path_GREP=$GREP
7357c5b6 4913fi
d7040cdb 4914
81ecdfbb
RW
4915fi
4916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4917$as_echo "$ac_cv_path_GREP" >&6; }
4918 GREP="$ac_cv_path_GREP"
d7040cdb
SE
4919
4920
81ecdfbb
RW
4921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4922$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4923if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4924 $as_echo_n "(cached) " >&6
7357c5b6 4925else
81ecdfbb
RW
4926 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4927 then ac_cv_path_EGREP="$GREP -E"
4928 else
4929 if test -z "$EGREP"; then
4930 ac_path_EGREP_found=false
4931 # Loop through the user's path and test for each of PROGNAME-LIST
4932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4933for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4934do
4935 IFS=$as_save_IFS
4936 test -z "$as_dir" && as_dir=.
4937 for ac_prog in egrep; do
4938 for ac_exec_ext in '' $ac_executable_extensions; do
4939 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4940 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4941# Check for GNU ac_path_EGREP and select it if it is found.
4942 # Check for GNU $ac_path_EGREP
4943case `"$ac_path_EGREP" --version 2>&1` in
4944*GNU*)
4945 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4946*)
4947 ac_count=0
4948 $as_echo_n 0123456789 >"conftest.in"
4949 while :
4950 do
4951 cat "conftest.in" "conftest.in" >"conftest.tmp"
4952 mv "conftest.tmp" "conftest.in"
4953 cp "conftest.in" "conftest.nl"
4954 $as_echo 'EGREP' >> "conftest.nl"
4955 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4956 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4957 as_fn_arith $ac_count + 1 && ac_count=$as_val
4958 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4959 # Best one so far, save it but keep looking for a better one
4960 ac_cv_path_EGREP="$ac_path_EGREP"
4961 ac_path_EGREP_max=$ac_count
7357c5b6 4962 fi
81ecdfbb
RW
4963 # 10*(2^10) chars as input seems more than enough
4964 test $ac_count -gt 10 && break
4965 done
4966 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4967esac
4968
4969 $ac_path_EGREP_found && break 3
4970 done
4971 done
4972 done
4973IFS=$as_save_IFS
4974 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4975 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4976 fi
4977else
4978 ac_cv_path_EGREP=$EGREP
4979fi
4980
4981 fi
7357c5b6 4982fi
81ecdfbb
RW
4983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4984$as_echo "$ac_cv_path_EGREP" >&6; }
4985 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
4986
4987
81ecdfbb
RW
4988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4989$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4990if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 4991 $as_echo_n "(cached) " >&6
7357c5b6 4992else
81ecdfbb 4993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4994/* end confdefs.h. */
4995#include <stdlib.h>
4996#include <stdarg.h>
4997#include <string.h>
4998#include <float.h>
d7040cdb 4999
7357c5b6
AM
5000int
5001main ()
5002{
d7040cdb 5003
7357c5b6
AM
5004 ;
5005 return 0;
5006}
5007_ACEOF
81ecdfbb 5008if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5009 ac_cv_header_stdc=yes
5010else
81ecdfbb 5011 ac_cv_header_stdc=no
7357c5b6 5012fi
81ecdfbb 5013rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5014
7357c5b6
AM
5015if test $ac_cv_header_stdc = yes; then
5016 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5018/* end confdefs.h. */
5019#include <string.h>
d7040cdb 5020
7357c5b6
AM
5021_ACEOF
5022if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5023 $EGREP "memchr" >/dev/null 2>&1; then :
5024
7357c5b6
AM
5025else
5026 ac_cv_header_stdc=no
5027fi
5028rm -f conftest*
d7040cdb 5029
7357c5b6 5030fi
d7040cdb 5031
7357c5b6
AM
5032if test $ac_cv_header_stdc = yes; then
5033 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5035/* end confdefs.h. */
5036#include <stdlib.h>
d7040cdb 5037
7357c5b6
AM
5038_ACEOF
5039if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5040 $EGREP "free" >/dev/null 2>&1; then :
5041
7357c5b6
AM
5042else
5043 ac_cv_header_stdc=no
5044fi
5045rm -f conftest*
d7040cdb 5046
7357c5b6 5047fi
d7040cdb 5048
7357c5b6
AM
5049if test $ac_cv_header_stdc = yes; then
5050 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5051 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5052 :
5053else
81ecdfbb 5054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5055/* end confdefs.h. */
5056#include <ctype.h>
81ecdfbb 5057#include <stdlib.h>
7357c5b6
AM
5058#if ((' ' & 0x0FF) == 0x020)
5059# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5060# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5061#else
5062# define ISLOWER(c) \
5063 (('a' <= (c) && (c) <= 'i') \
5064 || ('j' <= (c) && (c) <= 'r') \
5065 || ('s' <= (c) && (c) <= 'z'))
5066# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5067#endif
d7040cdb 5068
7357c5b6
AM
5069#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5070int
5071main ()
5072{
5073 int i;
5074 for (i = 0; i < 256; i++)
5075 if (XOR (islower (i), ISLOWER (i))
5076 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5077 return 2;
5078 return 0;
7357c5b6
AM
5079}
5080_ACEOF
81ecdfbb 5081if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5082
81ecdfbb
RW
5083else
5084 ac_cv_header_stdc=no
7357c5b6 5085fi
81ecdfbb
RW
5086rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5087 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5088fi
81ecdfbb 5089
7357c5b6
AM
5090fi
5091fi
81ecdfbb
RW
5092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5093$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5094if test $ac_cv_header_stdc = yes; then
d7040cdb 5095
81ecdfbb 5096$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5097
7357c5b6 5098fi
d7040cdb 5099
7357c5b6 5100# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5101for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5102 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5103do :
5104 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5105ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5106"
d0ac1c44 5107if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 5108 cat >>confdefs.h <<_ACEOF
81ecdfbb 5109#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5110_ACEOF
d7040cdb 5111
7357c5b6 5112fi
d7040cdb 5113
7357c5b6 5114done
d7040cdb
SE
5115
5116
5117
81ecdfbb 5118 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5119if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
5120 MINIX=yes
5121else
5122 MINIX=
5123fi
d7040cdb
SE
5124
5125
7357c5b6 5126 if test "$MINIX" = yes; then
d7040cdb 5127
81ecdfbb 5128$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
dabbade6 5129
252b5132 5130
81ecdfbb 5131$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5132
5133
81ecdfbb 5134$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5135
7357c5b6 5136 fi
d7040cdb
SE
5137
5138
81ecdfbb
RW
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5140$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5141if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5142 $as_echo_n "(cached) " >&6
ac48eca1 5143else
81ecdfbb 5144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5145/* end confdefs.h. */
ac48eca1 5146
d0ac1c44
SM
5147# define __EXTENSIONS__ 1
5148 $ac_includes_default
7357c5b6
AM
5149int
5150main ()
5151{
87e6d782 5152
7357c5b6
AM
5153 ;
5154 return 0;
5155}
5156_ACEOF
81ecdfbb 5157if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5158 ac_cv_safe_to_define___extensions__=yes
5159else
81ecdfbb 5160 ac_cv_safe_to_define___extensions__=no
7357c5b6 5161fi
81ecdfbb 5162rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5163fi
81ecdfbb
RW
5164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5165$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5166 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5167 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
ac48eca1 5168
81ecdfbb 5169 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5170
81ecdfbb
RW
5171 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5172
5173 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5174
5175 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb 5176
ac48eca1 5177
ac48eca1 5178
ac48eca1 5179
87e6d782 5180
7357c5b6
AM
5181if test -n "$ac_tool_prefix"; then
5182 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5183set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5185$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5186if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 5187 $as_echo_n "(cached) " >&6
dabbade6 5188else
7357c5b6
AM
5189 if test -n "$AR"; then
5190 ac_cv_prog_AR="$AR" # Let the user override the test.
5191else
5192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193for as_dir in $PATH
5194do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
81ecdfbb 5197 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5199 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 5200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5201 break 2
5202 fi
5203done
81ecdfbb
RW
5204 done
5205IFS=$as_save_IFS
ac48eca1 5206
7357c5b6
AM
5207fi
5208fi
5209AR=$ac_cv_prog_AR
5210if test -n "$AR"; then
81ecdfbb
RW
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5212$as_echo "$AR" >&6; }
dabbade6 5213else
81ecdfbb
RW
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5215$as_echo "no" >&6; }
dabbade6 5216fi
6be7c12c 5217
81ecdfbb 5218
7357c5b6
AM
5219fi
5220if test -z "$ac_cv_prog_AR"; then
5221 ac_ct_AR=$AR
5222 # Extract the first word of "ar", so it can be a program name with args.
5223set dummy ar; ac_word=$2
81ecdfbb
RW
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5225$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5226if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 5227 $as_echo_n "(cached) " >&6
7357c5b6
AM
5228else
5229 if test -n "$ac_ct_AR"; then
5230 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5231else
5232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233for as_dir in $PATH
5234do
5235 IFS=$as_save_IFS
5236 test -z "$as_dir" && as_dir=.
81ecdfbb 5237 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5239 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5241 break 2
5242 fi
5243done
81ecdfbb
RW
5244 done
5245IFS=$as_save_IFS
7357c5b6
AM
5246
5247fi
5248fi
5249ac_ct_AR=$ac_cv_prog_ac_ct_AR
5250if test -n "$ac_ct_AR"; then
81ecdfbb
RW
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5252$as_echo "$ac_ct_AR" >&6; }
7357c5b6 5253else
81ecdfbb
RW
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255$as_echo "no" >&6; }
7357c5b6
AM
5256fi
5257
81ecdfbb
RW
5258 if test "x$ac_ct_AR" = x; then
5259 AR=""
5260 else
5261 case $cross_compiling:$ac_tool_warned in
5262yes:)
5263{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5264$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5265ac_tool_warned=yes ;;
5266esac
5267 AR=$ac_ct_AR
5268 fi
7357c5b6
AM
5269else
5270 AR="$ac_cv_prog_AR"
5271fi
5272
5273if test -n "$ac_tool_prefix"; then
5274 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5275set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
5276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5277$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5278if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 5279 $as_echo_n "(cached) " >&6
7357c5b6
AM
5280else
5281 if test -n "$RANLIB"; then
5282 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5283else
5284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5285for as_dir in $PATH
5286do
5287 IFS=$as_save_IFS
5288 test -z "$as_dir" && as_dir=.
81ecdfbb 5289 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5291 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 5292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5293 break 2
5294 fi
5295done
81ecdfbb
RW
5296 done
5297IFS=$as_save_IFS
7357c5b6
AM
5298
5299fi
5300fi
5301RANLIB=$ac_cv_prog_RANLIB
5302if test -n "$RANLIB"; then
81ecdfbb
RW
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5304$as_echo "$RANLIB" >&6; }
7357c5b6 5305else
81ecdfbb
RW
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5307$as_echo "no" >&6; }
7357c5b6
AM
5308fi
5309
81ecdfbb 5310
7357c5b6
AM
5311fi
5312if test -z "$ac_cv_prog_RANLIB"; then
5313 ac_ct_RANLIB=$RANLIB
5314 # Extract the first word of "ranlib", so it can be a program name with args.
5315set dummy ranlib; ac_word=$2
81ecdfbb
RW
5316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5317$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5318if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 5319 $as_echo_n "(cached) " >&6
7357c5b6
AM
5320else
5321 if test -n "$ac_ct_RANLIB"; then
5322 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5323else
5324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5325for as_dir in $PATH
5326do
5327 IFS=$as_save_IFS
5328 test -z "$as_dir" && as_dir=.
81ecdfbb 5329 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5331 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 5332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5333 break 2
5334 fi
5335done
81ecdfbb
RW
5336 done
5337IFS=$as_save_IFS
7357c5b6 5338
7357c5b6
AM
5339fi
5340fi
5341ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5342if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5344$as_echo "$ac_ct_RANLIB" >&6; }
7357c5b6 5345else
81ecdfbb
RW
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5347$as_echo "no" >&6; }
7357c5b6
AM
5348fi
5349
81ecdfbb
RW
5350 if test "x$ac_ct_RANLIB" = x; then
5351 RANLIB=":"
5352 else
5353 case $cross_compiling:$ac_tool_warned in
5354yes:)
5355{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5356$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5357ac_tool_warned=yes ;;
5358esac
5359 RANLIB=$ac_ct_RANLIB
5360 fi
7357c5b6
AM
5361else
5362 RANLIB="$ac_cv_prog_RANLIB"
5363fi
5364
5365
81ecdfbb
RW
5366# Check whether --enable-shared was given.
5367if test "${enable_shared+set}" = set; then :
5368 enableval=$enable_shared; p=${PACKAGE-default}
7357c5b6
AM
5369 case $enableval in
5370 yes) enable_shared=yes ;;
5371 no) enable_shared=no ;;
5372 *)
5373 enable_shared=no
5374 # Look at the argument we got. We use all the common list separators.
5375 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5376 for pkg in $enableval; do
5377 IFS="$lt_save_ifs"
5378 if test "X$pkg" = "X$p"; then
5379 enable_shared=yes
5380 fi
5381 done
5382 IFS="$lt_save_ifs"
5383 ;;
5384 esac
5385else
5386 enable_shared=no
81ecdfbb
RW
5387fi
5388
7357c5b6
AM
5389
5390
5391
5392
5393
5394
5395
5396
5397
1927a18f
L
5398case `pwd` in
5399 *\ * | *\ *)
81ecdfbb
RW
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5401$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
1927a18f 5402esac
7357c5b6
AM
5403
5404
7357c5b6 5405
3725885a
RW
5406macro_version='2.2.7a'
5407macro_revision='1.3134'
7357c5b6
AM
5408
5409
5410
5411
5412
5413
7357c5b6
AM
5414
5415
5416
5417
5418
5419
5420
1927a18f 5421ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5422
3725885a
RW
5423# Backslashify metacharacters that are still active within
5424# double-quoted strings.
5425sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5426
5427# Same as above, but do not quote variable references.
5428double_quote_subst='s/\(["`\\]\)/\\\1/g'
5429
5430# Sed substitution to delay expansion of an escaped shell variable in a
5431# double_quote_subst'ed string.
5432delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5433
5434# Sed substitution to delay expansion of an escaped single quote.
5435delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5436
5437# Sed substitution to avoid accidental globbing in evaled expressions
5438no_glob_subst='s/\*/\\\*/g'
5439
5440ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5441ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5442ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5443
5444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5445$as_echo_n "checking how to print strings... " >&6; }
5446# Test print first, because it will be a builtin if present.
5447if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5448 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5449 ECHO='print -r --'
5450elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5451 ECHO='printf %s\n'
5452else
5453 # Use this function as a fallback that always works.
5454 func_fallback_echo ()
5455 {
5456 eval 'cat <<_LTECHO_EOF
5457$1
5458_LTECHO_EOF'
5459 }
5460 ECHO='func_fallback_echo'
5461fi
5462
5463# func_echo_all arg...
5464# Invoke $ECHO with all args, space-separated.
5465func_echo_all ()
5466{
5467 $ECHO ""
5468}
5469
5470case "$ECHO" in
5471 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5472$as_echo "printf" >&6; } ;;
5473 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5474$as_echo "print -r" >&6; } ;;
5475 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5476$as_echo "cat" >&6; } ;;
5477esac
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
81ecdfbb
RW
5492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5493$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5494if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5495 $as_echo_n "(cached) " >&6
7357c5b6 5496else
81ecdfbb
RW
5497 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5498 for ac_i in 1 2 3 4 5 6 7; do
5499 ac_script="$ac_script$as_nl$ac_script"
5500 done
5501 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5502 { ac_script=; unset ac_script;}
5503 if test -z "$SED"; then
5504 ac_path_SED_found=false
5505 # Loop through the user's path and test for each of PROGNAME-LIST
5506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5507for as_dir in $PATH
5508do
5509 IFS=$as_save_IFS
5510 test -z "$as_dir" && as_dir=.
81ecdfbb 5511 for ac_prog in sed gsed; do
7357c5b6 5512 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5513 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5514 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5515# Check for GNU ac_path_SED and select it if it is found.
5516 # Check for GNU $ac_path_SED
5517case `"$ac_path_SED" --version 2>&1` in
5518*GNU*)
5519 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5520*)
5521 ac_count=0
5522 $as_echo_n 0123456789 >"conftest.in"
5523 while :
5524 do
5525 cat "conftest.in" "conftest.in" >"conftest.tmp"
5526 mv "conftest.tmp" "conftest.in"
5527 cp "conftest.in" "conftest.nl"
5528 $as_echo '' >> "conftest.nl"
5529 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5530 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5531 as_fn_arith $ac_count + 1 && ac_count=$as_val
5532 if test $ac_count -gt ${ac_path_SED_max-0}; then
5533 # Best one so far, save it but keep looking for a better one
5534 ac_cv_path_SED="$ac_path_SED"
5535 ac_path_SED_max=$ac_count
5536 fi
5537 # 10*(2^10) chars as input seems more than enough
5538 test $ac_count -gt 10 && break
5539 done
5540 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5541esac
5542
5543 $ac_path_SED_found && break 3
7357c5b6
AM
5544 done
5545 done
81ecdfbb 5546 done
7357c5b6 5547IFS=$as_save_IFS
81ecdfbb 5548 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5549 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5550 fi
81ecdfbb
RW
5551else
5552 ac_cv_path_SED=$SED
7357c5b6
AM
5553fi
5554
81ecdfbb
RW
5555fi
5556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5557$as_echo "$ac_cv_path_SED" >&6; }
5558 SED="$ac_cv_path_SED"
5559 rm -f conftest.sed
7357c5b6
AM
5560
5561test -z "$SED" && SED=sed
5562Xsed="$SED -e 1s/^X//"
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
81ecdfbb
RW
5574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5575$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5576if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5577 $as_echo_n "(cached) " >&6
7357c5b6 5578else
81ecdfbb
RW
5579 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5580 then ac_cv_path_FGREP="$GREP -F"
5581 else
5582 if test -z "$FGREP"; then
5583 ac_path_FGREP_found=false
5584 # Loop through the user's path and test for each of PROGNAME-LIST
5585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5586for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5587do
5588 IFS=$as_save_IFS
5589 test -z "$as_dir" && as_dir=.
5590 for ac_prog in fgrep; do
5591 for ac_exec_ext in '' $ac_executable_extensions; do
5592 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5593 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5594# Check for GNU ac_path_FGREP and select it if it is found.
5595 # Check for GNU $ac_path_FGREP
5596case `"$ac_path_FGREP" --version 2>&1` in
5597*GNU*)
5598 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5599*)
5600 ac_count=0
5601 $as_echo_n 0123456789 >"conftest.in"
5602 while :
5603 do
5604 cat "conftest.in" "conftest.in" >"conftest.tmp"
5605 mv "conftest.tmp" "conftest.in"
5606 cp "conftest.in" "conftest.nl"
5607 $as_echo 'FGREP' >> "conftest.nl"
5608 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5609 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5610 as_fn_arith $ac_count + 1 && ac_count=$as_val
5611 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5612 # Best one so far, save it but keep looking for a better one
5613 ac_cv_path_FGREP="$ac_path_FGREP"
5614 ac_path_FGREP_max=$ac_count
7357c5b6 5615 fi
81ecdfbb
RW
5616 # 10*(2^10) chars as input seems more than enough
5617 test $ac_count -gt 10 && break
5618 done
5619 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5620esac
5621
5622 $ac_path_FGREP_found && break 3
5623 done
5624 done
5625 done
5626IFS=$as_save_IFS
5627 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5628 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5629 fi
5630else
5631 ac_cv_path_FGREP=$FGREP
5632fi
5633
5634 fi
7357c5b6 5635fi
81ecdfbb
RW
5636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5637$as_echo "$ac_cv_path_FGREP" >&6; }
5638 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5639
5640
5641test -z "$GREP" && GREP=grep
d7040cdb 5642
d7040cdb 5643
d7040cdb 5644
ac48eca1
AO
5645
5646
5647
ac48eca1 5648
ac48eca1 5649
ac48eca1 5650
ac48eca1 5651
ac48eca1 5652
ac48eca1 5653
ac48eca1 5654
ac48eca1 5655
ac48eca1 5656
ac48eca1 5657
dabbade6
L
5658
5659
5660
81ecdfbb
RW
5661# Check whether --with-gnu-ld was given.
5662if test "${with_gnu_ld+set}" = set; then :
5663 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
dabbade6
L
5664else
5665 with_gnu_ld=no
81ecdfbb
RW
5666fi
5667
dabbade6
L
5668ac_prog=ld
5669if test "$GCC" = yes; then
5670 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5672$as_echo_n "checking for ld used by $CC... " >&6; }
dabbade6
L
5673 case $host in
5674 *-*-mingw*)
5675 # gcc leaves a trailing carriage return which upsets mingw
5676 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5677 *)
5678 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5679 esac
5680 case $ac_prog in
5681 # Accept absolute paths.
5682 [\\/]* | ?:[\\/]*)
5683 re_direlt='/[^/][^/]*/\.\./'
5684 # Canonicalize the pathname of ld
5685 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5686 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5687 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5688 done
5689 test -z "$LD" && LD="$ac_prog"
5690 ;;
5691 "")
5692 # If it fails, then pretend we aren't using GCC.
5693 ac_prog=ld
5694 ;;
5695 *)
5696 # If it is relative, then search for the first ld in PATH.
5697 with_gnu_ld=unknown
5698 ;;
5699 esac
5700elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5702$as_echo_n "checking for GNU ld... " >&6; }
dabbade6 5703else
81ecdfbb
RW
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5705$as_echo_n "checking for non-GNU ld... " >&6; }
dabbade6 5706fi
d0ac1c44 5707if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5708 $as_echo_n "(cached) " >&6
ac48eca1 5709else
dabbade6
L
5710 if test -z "$LD"; then
5711 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5712 for ac_dir in $PATH; do
5713 IFS="$lt_save_ifs"
5714 test -z "$ac_dir" && ac_dir=.
5715 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5716 lt_cv_path_LD="$ac_dir/$ac_prog"
5717 # Check to see if the program is GNU ld. I'd rather use --version,
5718 # but apparently some variants of GNU ld only accept -v.
5719 # Break only if it was the GNU/non-GNU ld that we prefer.
5720 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5721 *GNU* | *'with BFD'*)
5722 test "$with_gnu_ld" != no && break
5723 ;;
5724 *)
5725 test "$with_gnu_ld" != yes && break
5726 ;;
5727 esac
5728 fi
5729 done
5730 IFS="$lt_save_ifs"
ac48eca1 5731else
dabbade6 5732 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ac48eca1
AO
5733fi
5734fi
dabbade6
L
5735
5736LD="$lt_cv_path_LD"
5737if test -n "$LD"; then
81ecdfbb
RW
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5739$as_echo "$LD" >&6; }
ac48eca1 5740else
81ecdfbb
RW
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742$as_echo "no" >&6; }
ac48eca1 5743fi
d0ac1c44 5744test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5746$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5747if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5748 $as_echo_n "(cached) " >&6
ac48eca1 5749else
dabbade6
L
5750 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5751case `$LD -v 2>&1 </dev/null` in
5752*GNU* | *'with BFD'*)
5753 lt_cv_prog_gnu_ld=yes
5754 ;;
5755*)
5756 lt_cv_prog_gnu_ld=no
5757 ;;
5758esac
ac48eca1 5759fi
81ecdfbb
RW
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5761$as_echo "$lt_cv_prog_gnu_ld" >&6; }
dabbade6 5762with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
5763
5764
5765
5766
5767
5768
5769
5770
5771
81ecdfbb
RW
5772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5773$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5774if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5775 $as_echo_n "(cached) " >&6
ac48eca1 5776else
dabbade6
L
5777 if test -n "$NM"; then
5778 # Let the user override the test.
5779 lt_cv_path_NM="$NM"
ac48eca1 5780else
dabbade6
L
5781 lt_nm_to_check="${ac_tool_prefix}nm"
5782 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5783 lt_nm_to_check="$lt_nm_to_check nm"
979273e3 5784 fi
dabbade6
L
5785 for lt_tmp_nm in $lt_nm_to_check; do
5786 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5787 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5788 IFS="$lt_save_ifs"
5789 test -z "$ac_dir" && ac_dir=.
5790 tmp_nm="$ac_dir/$lt_tmp_nm"
5791 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5792 # Check to see if the nm accepts a BSD-compat flag.
5793 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5794 # nm: unknown option "B" ignored
5795 # Tru64's nm complains that /dev/null is an invalid object file
5796 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5797 */dev/null* | *'Invalid file or object type'*)
5798 lt_cv_path_NM="$tmp_nm -B"
5799 break
5800 ;;
5801 *)
5802 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5803 */dev/null*)
5804 lt_cv_path_NM="$tmp_nm -p"
5805 break
5806 ;;
5807 *)
5808 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5809 continue # so that we can try to find one that supports BSD flags
5810 ;;
5811 esac
5812 ;;
5813 esac
5814 fi
5815 done
5816 IFS="$lt_save_ifs"
5817 done
5818 : ${lt_cv_path_NM=no}
ac48eca1
AO
5819fi
5820fi
81ecdfbb
RW
5821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5822$as_echo "$lt_cv_path_NM" >&6; }
dabbade6
L
5823if test "$lt_cv_path_NM" != "no"; then
5824 NM="$lt_cv_path_NM"
ac48eca1 5825else
dabbade6 5826 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5827 if test -n "$DUMPBIN"; then :
5828 # Let the user override the test.
5829 else
5830 if test -n "$ac_tool_prefix"; then
5831 for ac_prog in dumpbin "link -dump"
dabbade6
L
5832 do
5833 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5834set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5836$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5837if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5838 $as_echo_n "(cached) " >&6
ac48eca1 5839else
dabbade6
L
5840 if test -n "$DUMPBIN"; then
5841 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ac48eca1 5842else
979273e3
NN
5843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5844for as_dir in $PATH
5845do
5846 IFS=$as_save_IFS
5847 test -z "$as_dir" && as_dir=.
81ecdfbb 5848 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 5850 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
5852 break 2
5853 fi
5854done
81ecdfbb
RW
5855 done
5856IFS=$as_save_IFS
979273e3 5857
ac48eca1
AO
5858fi
5859fi
dabbade6
L
5860DUMPBIN=$ac_cv_prog_DUMPBIN
5861if test -n "$DUMPBIN"; then
81ecdfbb
RW
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5863$as_echo "$DUMPBIN" >&6; }
ac48eca1 5864else
81ecdfbb
RW
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5866$as_echo "no" >&6; }
ac48eca1
AO
5867fi
5868
81ecdfbb 5869
dabbade6
L
5870 test -n "$DUMPBIN" && break
5871 done
ac48eca1 5872fi
dabbade6
L
5873if test -z "$DUMPBIN"; then
5874 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5875 for ac_prog in dumpbin "link -dump"
dabbade6
L
5876do
5877 # Extract the first word of "$ac_prog", so it can be a program name with args.
5878set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5880$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5881if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5882 $as_echo_n "(cached) " >&6
ac48eca1 5883else
dabbade6
L
5884 if test -n "$ac_ct_DUMPBIN"; then
5885 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
d7040cdb
SE
5886else
5887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888for as_dir in $PATH
5889do
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
81ecdfbb 5892 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5893 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 5894 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5896 break 2
252b5132 5897 fi
d7040cdb 5898done
81ecdfbb
RW
5899 done
5900IFS=$as_save_IFS
252b5132 5901
d7040cdb
SE
5902fi
5903fi
dabbade6
L
5904ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5905if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5907$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5908else
81ecdfbb
RW
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5910$as_echo "no" >&6; }
d7040cdb 5911fi
4867be41 5912
81ecdfbb 5913
dabbade6 5914 test -n "$ac_ct_DUMPBIN" && break
d7040cdb 5915done
32fba81d 5916
81ecdfbb
RW
5917 if test "x$ac_ct_DUMPBIN" = x; then
5918 DUMPBIN=":"
5919 else
5920 case $cross_compiling:$ac_tool_warned in
5921yes:)
5922{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5923$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5924ac_tool_warned=yes ;;
5925esac
5926 DUMPBIN=$ac_ct_DUMPBIN
5927 fi
d7040cdb 5928fi
979273e3 5929
3725885a
RW
5930 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5931 *COFF*)
5932 DUMPBIN="$DUMPBIN -symbols"
5933 ;;
5934 *)
5935 DUMPBIN=:
5936 ;;
5937 esac
5938 fi
979273e3 5939
dabbade6
L
5940 if test "$DUMPBIN" != ":"; then
5941 NM="$DUMPBIN"
5942 fi
5943fi
5944test -z "$NM" && NM=nm
ac48eca1 5945
252b5132 5946
252b5132 5947
979273e3 5948
ac48eca1 5949
d7040cdb 5950
81ecdfbb
RW
5951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5952$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5953if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5954 $as_echo_n "(cached) " >&6
dabbade6
L
5955else
5956 lt_cv_nm_interface="BSD nm"
5957 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5958 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
dabbade6
L
5959 (eval "$ac_compile" 2>conftest.err)
5960 cat conftest.err >&5
3725885a 5961 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
dabbade6
L
5962 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5963 cat conftest.err >&5
3725885a 5964 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
dabbade6
L
5965 cat conftest.out >&5
5966 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5967 lt_cv_nm_interface="MS dumpbin"
5968 fi
5969 rm -f conftest*
5970fi
81ecdfbb
RW
5971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5972$as_echo "$lt_cv_nm_interface" >&6; }
d7040cdb 5973
81ecdfbb
RW
5974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5975$as_echo_n "checking whether ln -s works... " >&6; }
dabbade6
L
5976LN_S=$as_ln_s
5977if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5979$as_echo "yes" >&6; }
dabbade6 5980else
81ecdfbb
RW
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5982$as_echo "no, using $LN_S" >&6; }
dabbade6
L
5983fi
5984
5985# find the maximum length of command line arguments
81ecdfbb
RW
5986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5987$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5988if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5989 $as_echo_n "(cached) " >&6
dabbade6
L
5990else
5991 i=0
5992 teststring="ABCD"
5993
5994 case $build_os in
5995 msdosdjgpp*)
5996 # On DJGPP, this test can blow up pretty badly due to problems in libc
5997 # (any single argument exceeding 2000 bytes causes a buffer overrun
5998 # during glob expansion). Even if it were fixed, the result of this
5999 # check would be larger than it should be.
6000 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6001 ;;
6002
6003 gnu*)
6004 # Under GNU Hurd, this test is not required because there is
6005 # no limit to the length of command line arguments.
6006 # Libtool will interpret -1 as no limit whatsoever
6007 lt_cv_sys_max_cmd_len=-1;
6008 ;;
6009
1927a18f 6010 cygwin* | mingw* | cegcc*)
dabbade6
L
6011 # On Win9x/ME, this test blows up -- it succeeds, but takes
6012 # about 5 minutes as the teststring grows exponentially.
6013 # Worse, since 9x/ME are not pre-emptively multitasking,
6014 # you end up with a "frozen" computer, even though with patience
6015 # the test eventually succeeds (with a max line length of 256k).
6016 # Instead, let's just punt: use the minimum linelength reported by
6017 # all of the supported platforms: 8192 (on NT/2K/XP).
6018 lt_cv_sys_max_cmd_len=8192;
6019 ;;
6020
3725885a
RW
6021 mint*)
6022 # On MiNT this can take a long time and run out of memory.
6023 lt_cv_sys_max_cmd_len=8192;
6024 ;;
6025
dabbade6
L
6026 amigaos*)
6027 # On AmigaOS with pdksh, this test takes hours, literally.
6028 # So we just punt and use a minimum line length of 8192.
6029 lt_cv_sys_max_cmd_len=8192;
6030 ;;
6031
6032 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6033 # This has been around since 386BSD, at least. Likely further.
6034 if test -x /sbin/sysctl; then
6035 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6036 elif test -x /usr/sbin/sysctl; then
6037 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6038 else
6039 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6040 fi
6041 # And add a safety zone
6042 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6043 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6044 ;;
6045
6046 interix*)
6047 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6048 lt_cv_sys_max_cmd_len=196608
6049 ;;
6050
6051 osf*)
6052 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6053 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6054 # nice to cause kernel panics so lets avoid the loop below.
6055 # First set a reasonable default.
6056 lt_cv_sys_max_cmd_len=16384
6057 #
6058 if test -x /sbin/sysconfig; then
6059 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6060 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6061 esac
6062 fi
6063 ;;
6064 sco3.2v5*)
6065 lt_cv_sys_max_cmd_len=102400
6066 ;;
6067 sysv5* | sco5v6* | sysv4.2uw2*)
6068 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6069 if test -n "$kargmax"; then
6070 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6071 else
6072 lt_cv_sys_max_cmd_len=32768
6073 fi
d7040cdb
SE
6074 ;;
6075 *)
1927a18f
L
6076 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6077 if test -n "$lt_cv_sys_max_cmd_len"; then
dabbade6
L
6078 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6079 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6080 else
6081 # Make teststring a little bigger before we do anything with it.
6082 # a 1K string should be a reasonable start.
6083 for i in 1 2 3 4 5 6 7 8 ; do
6084 teststring=$teststring$teststring
6085 done
6086 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6087 # If test is not a shell built-in, we'll probably end up computing a
6088 # maximum length that is only half of the actual maximum length, but
6089 # we can't tell.
3725885a
RW
6090 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6091 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
dabbade6
L
6092 test $i != 17 # 1/2 MB should be enough
6093 do
6094 i=`expr $i + 1`
6095 teststring=$teststring$teststring
6096 done
6097 # Only check the string length outside the loop.
6098 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6099 teststring=
6100 # Add a significant safety factor because C++ compilers can tack on
6101 # massive amounts of additional arguments before passing them to the
6102 # linker. It appears as though 1/2 is a usable value.
6103 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6104 fi
d7040cdb
SE
6105 ;;
6106 esac
252b5132 6107
dabbade6 6108fi
252b5132 6109
dabbade6 6110if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6112$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
dabbade6 6113else
81ecdfbb
RW
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6115$as_echo "none" >&6; }
dabbade6
L
6116fi
6117max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6118
252b5132 6119
979273e3 6120
979273e3 6121
252b5132 6122
252b5132 6123
dabbade6
L
6124: ${CP="cp -f"}
6125: ${MV="mv -f"}
6126: ${RM="rm -f"}
252b5132 6127
81ecdfbb
RW
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6129$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
dabbade6
L
6130# Try some XSI features
6131xsi_shell=no
6132( _lt_dummy="a/b/c"
6133 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
1927a18f
L
6134 = c,a/b,, \
6135 && eval 'test $(( 1 + 1 )) -eq 2 \
6136 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
dabbade6 6137 && xsi_shell=yes
81ecdfbb
RW
6138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6139$as_echo "$xsi_shell" >&6; }
252b5132 6140
252b5132 6141
81ecdfbb
RW
6142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6143$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
dabbade6
L
6144lt_shell_append=no
6145( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6146 >/dev/null 2>&1 \
6147 && lt_shell_append=yes
81ecdfbb
RW
6148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6149$as_echo "$lt_shell_append" >&6; }
252b5132 6150
ac48eca1 6151
dabbade6
L
6152if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6153 lt_unset=unset
6154else
6155 lt_unset=false
6156fi
979273e3
NN
6157
6158
6159
6160
ac48eca1 6161
dabbade6
L
6162# test EBCDIC or ASCII
6163case `echo X|tr X '\101'` in
6164 A) # ASCII based system
6165 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6166 lt_SP2NL='tr \040 \012'
6167 lt_NL2SP='tr \015\012 \040\040'
6168 ;;
6169 *) # EBCDIC based system
6170 lt_SP2NL='tr \100 \n'
6171 lt_NL2SP='tr \r\n \100\100'
6172 ;;
6173esac
9e9b66a9 6174
1ad12f97 6175
1ad12f97 6176
9e9b66a9 6177
1ad12f97 6178
a541e3ce 6179
9e9b66a9 6180
a2d91340
AC
6181
6182
81ecdfbb
RW
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6184$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6185if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6186 $as_echo_n "(cached) " >&6
dabbade6
L
6187else
6188 lt_cv_ld_reload_flag='-r'
6189fi
81ecdfbb
RW
6190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6191$as_echo "$lt_cv_ld_reload_flag" >&6; }
dabbade6
L
6192reload_flag=$lt_cv_ld_reload_flag
6193case $reload_flag in
6194"" | " "*) ;;
6195*) reload_flag=" $reload_flag" ;;
6196esac
6197reload_cmds='$LD$reload_flag -o $output$reload_objs'
6198case $host_os in
6199 darwin*)
6200 if test "$GCC" = yes; then
6201 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6202 else
6203 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6204 fi
6205 ;;
6206esac
9e9b66a9
AM
6207
6208
6209
252b5132 6210
252b5132 6211
252b5132 6212
252b5132 6213
252b5132 6214
d7040cdb 6215
1927a18f
L
6216if test -n "$ac_tool_prefix"; then
6217 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6218set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6220$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6221if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6222 $as_echo_n "(cached) " >&6
1927a18f
L
6223else
6224 if test -n "$OBJDUMP"; then
6225 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6226else
6227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228for as_dir in $PATH
6229do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
81ecdfbb 6232 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 6234 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
6236 break 2
6237 fi
6238done
81ecdfbb
RW
6239 done
6240IFS=$as_save_IFS
1927a18f
L
6241
6242fi
6243fi
6244OBJDUMP=$ac_cv_prog_OBJDUMP
6245if test -n "$OBJDUMP"; then
81ecdfbb
RW
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6247$as_echo "$OBJDUMP" >&6; }
1927a18f 6248else
81ecdfbb
RW
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6250$as_echo "no" >&6; }
1927a18f
L
6251fi
6252
81ecdfbb 6253
1927a18f
L
6254fi
6255if test -z "$ac_cv_prog_OBJDUMP"; then
6256 ac_ct_OBJDUMP=$OBJDUMP
6257 # Extract the first word of "objdump", so it can be a program name with args.
6258set dummy objdump; ac_word=$2
81ecdfbb
RW
6259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6260$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6261if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6262 $as_echo_n "(cached) " >&6
1927a18f
L
6263else
6264 if test -n "$ac_ct_OBJDUMP"; then
6265 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6266else
6267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268for as_dir in $PATH
6269do
6270 IFS=$as_save_IFS
6271 test -z "$as_dir" && as_dir=.
81ecdfbb 6272 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 6274 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
6276 break 2
6277 fi
6278done
81ecdfbb
RW
6279 done
6280IFS=$as_save_IFS
1927a18f 6281
1927a18f
L
6282fi
6283fi
6284ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6285if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6287$as_echo "$ac_ct_OBJDUMP" >&6; }
1927a18f 6288else
81ecdfbb
RW
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6290$as_echo "no" >&6; }
1927a18f
L
6291fi
6292
81ecdfbb
RW
6293 if test "x$ac_ct_OBJDUMP" = x; then
6294 OBJDUMP="false"
6295 else
6296 case $cross_compiling:$ac_tool_warned in
6297yes:)
6298{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6299$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6300ac_tool_warned=yes ;;
6301esac
6302 OBJDUMP=$ac_ct_OBJDUMP
6303 fi
1927a18f
L
6304else
6305 OBJDUMP="$ac_cv_prog_OBJDUMP"
6306fi
6307
6308test -z "$OBJDUMP" && OBJDUMP=objdump
6309
6310
6311
6312
6313
6314
6315
6316
d7040cdb 6317
81ecdfbb
RW
6318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6319$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6320if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6321 $as_echo_n "(cached) " >&6
252b5132 6322else
dabbade6
L
6323 lt_cv_file_magic_cmd='$MAGIC_CMD'
6324lt_cv_file_magic_test_file=
6325lt_cv_deplibs_check_method='unknown'
6326# Need to set the preceding variable on all platforms that support
6327# interlibrary dependencies.
6328# 'none' -- dependencies not supported.
6329# `unknown' -- same as none, but documents that we really don't know.
6330# 'pass_all' -- all dependencies passed with no checks.
6331# 'test_compile' -- check by making test program.
6332# 'file_magic [[regex]]' -- check by looking for files in library path
6333# which responds to the $file_magic_cmd with a given extended regex.
6334# If you have `file' or equivalent on your system and you're not sure
6335# whether `pass_all' will *always* work, you probably want this one.
8ae85421 6336
dabbade6 6337case $host_os in
50e7d84b 6338aix[4-9]*)
dabbade6
L
6339 lt_cv_deplibs_check_method=pass_all
6340 ;;
979273e3 6341
dabbade6
L
6342beos*)
6343 lt_cv_deplibs_check_method=pass_all
6344 ;;
24443139 6345
dabbade6
L
6346bsdi[45]*)
6347 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6348 lt_cv_file_magic_cmd='/usr/bin/file -L'
6349 lt_cv_file_magic_test_file=/shlib/libc.so
d7040cdb 6350 ;;
dabbade6
L
6351
6352cygwin*)
6353 # func_win32_libid is a shell function defined in ltmain.sh
6354 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6355 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6356 ;;
dabbade6
L
6357
6358mingw* | pw32*)
6359 # Base MSYS/MinGW do not provide the 'file' command needed by
6360 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6361 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6362 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6363 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
dabbade6
L
6364 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6365 lt_cv_file_magic_cmd='func_win32_libid'
6366 else
6367 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6368 lt_cv_file_magic_cmd='$OBJDUMP -f'
d7040cdb
SE
6369 fi
6370 ;;
dabbade6 6371
3725885a 6372cegcc*)
1927a18f
L
6373 # use the weaker test based on 'objdump'. See mingw*.
6374 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6375 lt_cv_file_magic_cmd='$OBJDUMP -f'
6376 ;;
6377
dabbade6
L
6378darwin* | rhapsody*)
6379 lt_cv_deplibs_check_method=pass_all
d7040cdb 6380 ;;
dabbade6
L
6381
6382freebsd* | dragonfly*)
6383 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6384 case $host_cpu in
6385 i*86 )
6386 # Not sure whether the presence of OpenBSD here was a mistake.
6387 # Let's accept both of them until this is cleared up.
6388 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6389 lt_cv_file_magic_cmd=/usr/bin/file
6390 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6391 ;;
6392 esac
6393 else
6394 lt_cv_deplibs_check_method=pass_all
6395 fi
d7040cdb 6396 ;;
dabbade6
L
6397
6398gnu*)
6399 lt_cv_deplibs_check_method=pass_all
d7040cdb 6400 ;;
dabbade6 6401
3725885a
RW
6402haiku*)
6403 lt_cv_deplibs_check_method=pass_all
6404 ;;
6405
dabbade6
L
6406hpux10.20* | hpux11*)
6407 lt_cv_file_magic_cmd=/usr/bin/file
6408 case $host_cpu in
6409 ia64*)
6410 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6411 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6412 ;;
6413 hppa*64*)
3725885a 6414 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
6415 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6416 ;;
6417 *)
3725885a 6418 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
dabbade6
L
6419 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6420 ;;
6421 esac
d7040cdb 6422 ;;
24443139 6423
dabbade6
L
6424interix[3-9]*)
6425 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6426 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6427 ;;
24443139 6428
dabbade6
L
6429irix5* | irix6* | nonstopux*)
6430 case $LD in
6431 *-32|*"-32 ") libmagic=32-bit;;
6432 *-n32|*"-n32 ") libmagic=N32;;
6433 *-64|*"-64 ") libmagic=64-bit;;
6434 *) libmagic=never-match;;
6435 esac
6436 lt_cv_deplibs_check_method=pass_all
6437 ;;
8ae85421 6438
dabbade6 6439# This must be Linux ELF.
58e24671 6440linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
6441 lt_cv_deplibs_check_method=pass_all
6442 ;;
24443139 6443
dabbade6
L
6444netbsd*)
6445 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6446 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6447 else
6448 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6449 fi
d7040cdb 6450 ;;
24443139 6451
dabbade6
L
6452newos6*)
6453 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6454 lt_cv_file_magic_cmd=/usr/bin/file
6455 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6456 ;;
d7040cdb 6457
dabbade6
L
6458*nto* | *qnx*)
6459 lt_cv_deplibs_check_method=pass_all
6460 ;;
d7040cdb 6461
dabbade6
L
6462openbsd*)
6463 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6464 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
d7040cdb 6465 else
dabbade6 6466 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d7040cdb 6467 fi
dabbade6 6468 ;;
24443139 6469
dabbade6
L
6470osf3* | osf4* | osf5*)
6471 lt_cv_deplibs_check_method=pass_all
6472 ;;
24443139 6473
dabbade6
L
6474rdos*)
6475 lt_cv_deplibs_check_method=pass_all
6476 ;;
81172ff2 6477
dabbade6
L
6478solaris*)
6479 lt_cv_deplibs_check_method=pass_all
6480 ;;
81172ff2 6481
dabbade6
L
6482sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6483 lt_cv_deplibs_check_method=pass_all
6484 ;;
252b5132 6485
dabbade6
L
6486sysv4 | sysv4.3*)
6487 case $host_vendor in
6488 motorola)
6489 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]'
6490 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6491 ;;
6492 ncr)
6493 lt_cv_deplibs_check_method=pass_all
6494 ;;
6495 sequent)
6496 lt_cv_file_magic_cmd='/bin/file'
6497 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6498 ;;
6499 sni)
6500 lt_cv_file_magic_cmd='/bin/file'
6501 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6502 lt_cv_file_magic_test_file=/lib/libc.so
6503 ;;
6504 siemens)
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
6507 pc)
6508 lt_cv_deplibs_check_method=pass_all
6509 ;;
6510 esac
6511 ;;
252b5132 6512
dabbade6
L
6513tpf*)
6514 lt_cv_deplibs_check_method=pass_all
6515 ;;
6516esac
979273e3 6517
dabbade6 6518fi
81ecdfbb
RW
6519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6520$as_echo "$lt_cv_deplibs_check_method" >&6; }
dabbade6
L
6521file_magic_cmd=$lt_cv_file_magic_cmd
6522deplibs_check_method=$lt_cv_deplibs_check_method
6523test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6524
979273e3 6525
979273e3 6526
dabbade6
L
6527
6528
6529
6530
6531
6532
6533
6534
6535
a4966cd9
L
6536plugin_option=
6537plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6538for plugin in $plugin_names; do
6539 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6540 if test x$plugin_so = x$plugin; then
6541 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6542 fi
6543 if test x$plugin_so != x$plugin; then
6544 plugin_option="--plugin $plugin_so"
6545 break
6546 fi
6547done
6548
dabbade6
L
6549if test -n "$ac_tool_prefix"; then
6550 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6551set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6553$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6554if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6555 $as_echo_n "(cached) " >&6
dabbade6
L
6556else
6557 if test -n "$AR"; then
6558 ac_cv_prog_AR="$AR" # Let the user override the test.
6559else
6560as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6561for as_dir in $PATH
6562do
6563 IFS=$as_save_IFS
6564 test -z "$as_dir" && as_dir=.
81ecdfbb 6565 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6566 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6567 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6569 break 2
252b5132 6570 fi
979273e3 6571done
81ecdfbb
RW
6572 done
6573IFS=$as_save_IFS
979273e3 6574
dabbade6
L
6575fi
6576fi
6577AR=$ac_cv_prog_AR
6578if test -n "$AR"; then
81ecdfbb
RW
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6580$as_echo "$AR" >&6; }
dabbade6 6581else
81ecdfbb
RW
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6583$as_echo "no" >&6; }
979273e3 6584fi
d7040cdb 6585
81ecdfbb 6586
252b5132 6587fi
dabbade6
L
6588if test -z "$ac_cv_prog_AR"; then
6589 ac_ct_AR=$AR
6590 # Extract the first word of "ar", so it can be a program name with args.
6591set dummy ar; ac_word=$2
81ecdfbb
RW
6592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6593$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6594if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6595 $as_echo_n "(cached) " >&6
979273e3 6596else
dabbade6
L
6597 if test -n "$ac_ct_AR"; then
6598 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6599else
6600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6601for as_dir in $PATH
6602do
6603 IFS=$as_save_IFS
6604 test -z "$as_dir" && as_dir=.
81ecdfbb 6605 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6607 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6609 break 2
6610 fi
6611done
81ecdfbb
RW
6612 done
6613IFS=$as_save_IFS
dabbade6 6614
dabbade6
L
6615fi
6616fi
6617ac_ct_AR=$ac_cv_prog_ac_ct_AR
6618if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6620$as_echo "$ac_ct_AR" >&6; }
dabbade6 6621else
81ecdfbb
RW
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6623$as_echo "no" >&6; }
252b5132
RH
6624fi
6625
81ecdfbb
RW
6626 if test "x$ac_ct_AR" = x; then
6627 AR="false"
6628 else
6629 case $cross_compiling:$ac_tool_warned in
6630yes:)
6631{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6632$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6633ac_tool_warned=yes ;;
6634esac
6635 AR=$ac_ct_AR
6636 fi
dabbade6
L
6637else
6638 AR="$ac_cv_prog_AR"
6639fi
252b5132 6640
dabbade6 6641test -z "$AR" && AR=ar
a4966cd9
L
6642if test -n "$plugin_option"; then
6643 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
6644 touch conftest.c
6645 $AR $plugin_option rc conftest.a conftest.c
6646 if test "$?" != 0; then
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6648$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6649 else
6650 AR="$AR $plugin_option"
6651 fi
6652 rm -f conftest.*
a4966cd9
L
6653 fi
6654fi
dabbade6 6655test -z "$AR_FLAGS" && AR_FLAGS=cru
252b5132 6656
979273e3 6657
979273e3 6658
979273e3 6659
252b5132 6660
979273e3 6661
979273e3 6662
252b5132 6663
979273e3 6664
979273e3 6665
979273e3 6666
dabbade6
L
6667if test -n "$ac_tool_prefix"; then
6668 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6669set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6671$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6672if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6673 $as_echo_n "(cached) " >&6
dabbade6
L
6674else
6675 if test -n "$STRIP"; then
6676 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6677else
6678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6679for as_dir in $PATH
6680do
6681 IFS=$as_save_IFS
6682 test -z "$as_dir" && as_dir=.
81ecdfbb 6683 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6685 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6687 break 2
6688 fi
6689done
81ecdfbb
RW
6690 done
6691IFS=$as_save_IFS
979273e3 6692
dabbade6
L
6693fi
6694fi
6695STRIP=$ac_cv_prog_STRIP
6696if test -n "$STRIP"; then
81ecdfbb
RW
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6698$as_echo "$STRIP" >&6; }
dabbade6 6699else
81ecdfbb
RW
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6701$as_echo "no" >&6; }
dabbade6 6702fi
979273e3 6703
81ecdfbb 6704
dabbade6
L
6705fi
6706if test -z "$ac_cv_prog_STRIP"; then
6707 ac_ct_STRIP=$STRIP
6708 # Extract the first word of "strip", so it can be a program name with args.
6709set dummy strip; ac_word=$2
81ecdfbb
RW
6710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6711$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6712if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6713 $as_echo_n "(cached) " >&6
dabbade6
L
6714else
6715 if test -n "$ac_ct_STRIP"; then
6716 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6717else
6718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6719for as_dir in $PATH
6720do
6721 IFS=$as_save_IFS
6722 test -z "$as_dir" && as_dir=.
81ecdfbb 6723 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6725 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6727 break 2
6728 fi
6729done
81ecdfbb
RW
6730 done
6731IFS=$as_save_IFS
979273e3 6732
dabbade6
L
6733fi
6734fi
6735ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6736if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6738$as_echo "$ac_ct_STRIP" >&6; }
dabbade6 6739else
81ecdfbb
RW
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6741$as_echo "no" >&6; }
dabbade6 6742fi
979273e3 6743
81ecdfbb
RW
6744 if test "x$ac_ct_STRIP" = x; then
6745 STRIP=":"
6746 else
6747 case $cross_compiling:$ac_tool_warned in
6748yes:)
6749{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6750$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6751ac_tool_warned=yes ;;
6752esac
6753 STRIP=$ac_ct_STRIP
6754 fi
dabbade6
L
6755else
6756 STRIP="$ac_cv_prog_STRIP"
6757fi
979273e3 6758
dabbade6 6759test -z "$STRIP" && STRIP=:
979273e3 6760
d7040cdb 6761
979273e3 6762
d7040cdb 6763
979273e3 6764
979273e3 6765
dabbade6
L
6766if test -n "$ac_tool_prefix"; then
6767 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6768set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6770$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6771if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6772 $as_echo_n "(cached) " >&6
979273e3 6773else
dabbade6
L
6774 if test -n "$RANLIB"; then
6775 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6776else
6777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6778for as_dir in $PATH
6779do
6780 IFS=$as_save_IFS
6781 test -z "$as_dir" && as_dir=.
81ecdfbb 6782 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6784 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6786 break 2
6787 fi
6788done
81ecdfbb
RW
6789 done
6790IFS=$as_save_IFS
979273e3 6791
979273e3 6792fi
979273e3 6793fi
dabbade6
L
6794RANLIB=$ac_cv_prog_RANLIB
6795if test -n "$RANLIB"; then
81ecdfbb
RW
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6797$as_echo "$RANLIB" >&6; }
dabbade6 6798else
81ecdfbb
RW
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6800$as_echo "no" >&6; }
dabbade6 6801fi
d7040cdb 6802
81ecdfbb 6803
d7040cdb 6804fi
dabbade6
L
6805if test -z "$ac_cv_prog_RANLIB"; then
6806 ac_ct_RANLIB=$RANLIB
6807 # Extract the first word of "ranlib", so it can be a program name with args.
6808set dummy ranlib; ac_word=$2
81ecdfbb
RW
6809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6810$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6811if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6812 $as_echo_n "(cached) " >&6
979273e3 6813else
dabbade6
L
6814 if test -n "$ac_ct_RANLIB"; then
6815 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6816else
6817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818for as_dir in $PATH
d7040cdb 6819do
dabbade6
L
6820 IFS=$as_save_IFS
6821 test -z "$as_dir" && as_dir=.
81ecdfbb 6822 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 6824 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6826 break 2
979273e3 6827 fi
dabbade6 6828done
81ecdfbb
RW
6829 done
6830IFS=$as_save_IFS
dabbade6 6831
979273e3 6832fi
dabbade6
L
6833fi
6834ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6835if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6837$as_echo "$ac_ct_RANLIB" >&6; }
979273e3 6838else
81ecdfbb
RW
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6840$as_echo "no" >&6; }
d7040cdb 6841fi
d7040cdb 6842
81ecdfbb
RW
6843 if test "x$ac_ct_RANLIB" = x; then
6844 RANLIB=":"
6845 else
6846 case $cross_compiling:$ac_tool_warned in
6847yes:)
6848{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6849$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6850ac_tool_warned=yes ;;
6851esac
6852 RANLIB=$ac_ct_RANLIB
6853 fi
d7040cdb 6854else
dabbade6 6855 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6856fi
979273e3 6857
dabbade6 6858test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6859if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6860 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6861 RANLIB="$RANLIB $plugin_option"
6862 fi
6863fi
979273e3 6864
252b5132 6865
252b5132 6866
d7040cdb 6867
d7040cdb 6868
d7040cdb 6869
dabbade6 6870# Determine commands to create old-style static archives.
1927a18f 6871old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
dabbade6
L
6872old_postinstall_cmds='chmod 644 $oldlib'
6873old_postuninstall_cmds=
d7040cdb 6874
dabbade6
L
6875if test -n "$RANLIB"; then
6876 case $host_os in
6877 openbsd*)
6878 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6879 ;;
6880 *)
6881 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6882 ;;
6883 esac
6884 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb
SE
6885fi
6886
3725885a
RW
6887case $host_os in
6888 darwin*)
6889 lock_old_archive_extraction=yes ;;
6890 *)
6891 lock_old_archive_extraction=no ;;
6892esac
6893
6894
6895
6896
6897
6898
d7040cdb
SE
6899
6900
d7040cdb 6901
d7040cdb 6902
252b5132 6903
d7040cdb 6904
d7040cdb 6905
d7040cdb
SE
6906
6907
6908
d7040cdb 6909
d7040cdb 6910
d7040cdb 6911
252b5132 6912
d7040cdb
SE
6913
6914
6915
d7040cdb 6916
d7040cdb
SE
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
dabbade6
L
6932# If no C compiler was specified, use CC.
6933LTCC=${LTCC-"$CC"}
d7040cdb 6934
dabbade6
L
6935# If no C compiler flags were specified, use CFLAGS.
6936LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 6937
dabbade6
L
6938# Allow CC to be a program name with arguments.
6939compiler=$CC
d7040cdb
SE
6940
6941
dabbade6 6942# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6944$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6945if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6946 $as_echo_n "(cached) " >&6
dabbade6 6947else
d7040cdb 6948
dabbade6
L
6949# These are sane defaults that work on at least a few old systems.
6950# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 6951
dabbade6
L
6952# Character class describing NM global symbol codes.
6953symcode='[BCDEGRST]'
d7040cdb 6954
dabbade6
L
6955# Regexp to match symbols that can be accessed directly from C.
6956sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
d7040cdb 6957
dabbade6
L
6958# Define system-specific variables.
6959case $host_os in
6960aix*)
6961 symcode='[BCDT]'
6962 ;;
1927a18f 6963cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
6964 symcode='[ABCDGISTW]'
6965 ;;
6966hpux*)
6967 if test "$host_cpu" = ia64; then
6968 symcode='[ABCDEGRST]'
6969 fi
6970 ;;
6971irix* | nonstopux*)
6972 symcode='[BCDEGRST]'
6973 ;;
6974osf*)
6975 symcode='[BCDEGQRST]'
6976 ;;
6977solaris*)
6978 symcode='[BDRT]'
6979 ;;
6980sco3.2v5*)
6981 symcode='[DT]'
6982 ;;
6983sysv4.2uw2*)
6984 symcode='[DT]'
6985 ;;
6986sysv5* | sco5v6* | unixware* | OpenUNIX*)
6987 symcode='[ABDT]'
6988 ;;
6989sysv4)
6990 symcode='[DFNSTU]'
6991 ;;
6992esac
6993
6994# If we're using GNU nm, then use its standard symbol codes.
6995case `$NM -V 2>&1` in
6996*GNU* | *'with BFD'*)
6997 symcode='[ABCDGIRSTW]' ;;
6998esac
d7040cdb 6999
dabbade6
L
7000# Transform an extracted symbol line into a proper C declaration.
7001# Some systems (esp. on ia64) link data and code symbols differently,
7002# so use this general approach.
7003lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 7004
dabbade6 7005# Transform an extracted symbol line into symbol name and symbol address
7357c5b6 7006lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
1927a18f 7007lt_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 7008
7357c5b6
AM
7009# Handle CRLF in mingw tool chain
7010opt_cr=
7011case $build_os in
7012mingw*)
7013 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7014 ;;
7015esac
d7040cdb 7016
7357c5b6
AM
7017# Try without a prefix underscore, then with it.
7018for ac_symprfx in "" "_"; do
d7040cdb 7019
7357c5b6
AM
7020 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7021 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7022
7357c5b6
AM
7023 # Write the raw and C identifiers.
7024 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7025 # Fake it for dumpbin and say T for any non-static function
7026 # and D for any global variable.
7027 # Also find C++ and __fastcall symbols from MSVC++,
7028 # which start with @ or ?.
7029 lt_cv_sys_global_symbol_pipe="$AWK '"\
7030" {last_section=section; section=\$ 3};"\
7031" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7032" \$ 0!~/External *\|/{next};"\
7033" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7034" {if(hide[section]) next};"\
7035" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7036" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7037" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7038" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7039" ' prfx=^$ac_symprfx"
7040 else
7041 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7042 fi
d7040cdb 7043
7357c5b6
AM
7044 # Check to see that the pipe works correctly.
7045 pipe_works=no
d7040cdb 7046
7357c5b6
AM
7047 rm -f conftest*
7048 cat > conftest.$ac_ext <<_LT_EOF
7049#ifdef __cplusplus
7050extern "C" {
7051#endif
7052char nm_test_var;
7053void nm_test_func(void);
7054void nm_test_func(void){}
7055#ifdef __cplusplus
dabbade6 7056}
7357c5b6
AM
7057#endif
7058int main(){nm_test_var='a';nm_test_func();return(0);}
7059_LT_EOF
7060
81ecdfbb 7061 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7062 (eval $ac_compile) 2>&5
dabbade6 7063 ac_status=$?
81ecdfbb
RW
7064 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7065 test $ac_status = 0; }; then
7357c5b6
AM
7066 # Now try to grab the symbols.
7067 nlist=conftest.nm
3725885a
RW
7068 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7069 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
dabbade6 7070 ac_status=$?
81ecdfbb
RW
7071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7072 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7073 # Try sorting and uniquifying the output.
7074 if sort "$nlist" | uniq > "$nlist"T; then
7075 mv -f "$nlist"T "$nlist"
7076 else
7077 rm -f "$nlist"T
7078 fi
d7040cdb 7079
7357c5b6
AM
7080 # Make sure that we snagged all the symbols we need.
7081 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7082 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7083 cat <<_LT_EOF > conftest.$ac_ext
7084#ifdef __cplusplus
7085extern "C" {
7086#endif
d7040cdb 7087
7357c5b6
AM
7088_LT_EOF
7089 # Now generate the symbol file.
7090 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d7040cdb 7091
7357c5b6 7092 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 7093
7357c5b6
AM
7094/* The mapping between symbol names and symbols. */
7095const struct {
7096 const char *name;
7097 void *address;
7098}
7099lt__PROGRAM__LTX_preloaded_symbols[] =
7100{
7101 { "@PROGRAM@", (void *) 0 },
7102_LT_EOF
7103 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7104 cat <<\_LT_EOF >> conftest.$ac_ext
7105 {0, (void *) 0}
7106};
d7040cdb 7107
7357c5b6
AM
7108/* This works around a problem in FreeBSD linker */
7109#ifdef FREEBSD_WORKAROUND
7110static const void *lt_preloaded_setup() {
7111 return lt__PROGRAM__LTX_preloaded_symbols;
7112}
dabbade6 7113#endif
d7040cdb 7114
7357c5b6 7115#ifdef __cplusplus
dabbade6 7116}
7357c5b6
AM
7117#endif
7118_LT_EOF
7119 # Now try linking the two files.
7120 mv conftest.$ac_objext conftstm.$ac_objext
7121 lt_save_LIBS="$LIBS"
7122 lt_save_CFLAGS="$CFLAGS"
7123 LIBS="conftstm.$ac_objext"
7124 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7125 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
7126 (eval $ac_link) 2>&5
7127 ac_status=$?
81ecdfbb
RW
7128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7129 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7130 pipe_works=yes
7131 fi
7132 LIBS="$lt_save_LIBS"
7133 CFLAGS="$lt_save_CFLAGS"
7134 else
7135 echo "cannot find nm_test_func in $nlist" >&5
7136 fi
7137 else
7138 echo "cannot find nm_test_var in $nlist" >&5
7139 fi
7140 else
7141 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7142 fi
7143 else
7144 echo "$progname: failed program was:" >&5
7145 cat conftest.$ac_ext >&5
7146 fi
1927a18f 7147 rm -rf conftest* conftst*
7357c5b6
AM
7148
7149 # Do not use the global_symbol_pipe unless it works.
7150 if test "$pipe_works" = yes; then
7151 break
7152 else
7153 lt_cv_sys_global_symbol_pipe=
7154 fi
7155done
d7040cdb 7156
dabbade6 7157fi
7357c5b6
AM
7158
7159if test -z "$lt_cv_sys_global_symbol_pipe"; then
7160 lt_cv_sys_global_symbol_to_cdecl=
dabbade6 7161fi
7357c5b6 7162if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7164$as_echo "failed" >&6; }
7357c5b6 7165else
81ecdfbb
RW
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7167$as_echo "ok" >&6; }
dabbade6 7168fi
d7040cdb 7169
d7040cdb 7170
d7040cdb 7171
d7040cdb 7172
d7040cdb 7173
d7040cdb 7174
d7040cdb 7175
d7040cdb 7176
d7040cdb 7177
d7040cdb 7178
d7040cdb 7179
d7040cdb 7180
7357c5b6
AM
7181
7182
7183
1927a18f
L
7184
7185
7186
7187
7188
7357c5b6
AM
7189
7190
81ecdfbb
RW
7191# Check whether --enable-libtool-lock was given.
7192if test "${enable_libtool_lock+set}" = set; then :
7193 enableval=$enable_libtool_lock;
7194fi
7357c5b6 7195
7357c5b6
AM
7196test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7197
7198# Some flags need to be propagated to the compiler or linker for good
7199# libtool support.
7200case $host in
7201ia64-*-hpux*)
7202 # Find out which ABI we are using.
7203 echo 'int i;' > 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 case `/usr/bin/file conftest.$ac_objext` in
7210 *ELF-32*)
7211 HPUX_IA64_MODE="32"
7212 ;;
7213 *ELF-64*)
7214 HPUX_IA64_MODE="64"
7215 ;;
7216 esac
7217 fi
7218 rm -rf conftest*
7219 ;;
7220*-*-irix6*)
7221 # Find out which ABI we are using.
3725885a 7222 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7223 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7224 (eval $ac_compile) 2>&5
7225 ac_status=$?
81ecdfbb
RW
7226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7227 test $ac_status = 0; }; then
7357c5b6
AM
7228 if test "$lt_cv_prog_gnu_ld" = yes; then
7229 case `/usr/bin/file conftest.$ac_objext` in
7230 *32-bit*)
7231 LD="${LD-ld} -melf32bsmip"
7232 ;;
7233 *N32*)
7234 LD="${LD-ld} -melf32bmipn32"
7235 ;;
7236 *64-bit*)
7237 LD="${LD-ld} -melf64bmip"
7238 ;;
7239 esac
7240 else
7241 case `/usr/bin/file conftest.$ac_objext` in
7242 *32-bit*)
7243 LD="${LD-ld} -32"
7244 ;;
7245 *N32*)
7246 LD="${LD-ld} -n32"
7247 ;;
7248 *64-bit*)
7249 LD="${LD-ld} -64"
7250 ;;
7251 esac
7252 fi
7253 fi
7254 rm -rf conftest*
7255 ;;
7256
cc9afea3 7257x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7258s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7259 # Find out which ABI we are using.
7260 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7261 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7262 (eval $ac_compile) 2>&5
7263 ac_status=$?
81ecdfbb
RW
7264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7265 test $ac_status = 0; }; then
7357c5b6
AM
7266 case `/usr/bin/file conftest.o` in
7267 *32-bit*)
7268 case $host in
7269 x86_64-*kfreebsd*-gnu)
7270 LD="${LD-ld} -m elf_i386_fbsd"
7271 ;;
7272 x86_64-*linux*)
6d2920c8
L
7273 case `/usr/bin/file conftest.o` in
7274 *x86-64*)
7275 LD="${LD-ld} -m elf32_x86_64"
7276 ;;
7277 *)
7278 LD="${LD-ld} -m elf_i386"
7279 ;;
7280 esac
7357c5b6 7281 ;;
cc9afea3
AM
7282 powerpc64le-*linux*)
7283 LD="${LD-ld} -m elf32lppclinux"
7284 ;;
7285 powerpc64-*linux*)
7357c5b6
AM
7286 LD="${LD-ld} -m elf32ppclinux"
7287 ;;
7288 s390x-*linux*)
7289 LD="${LD-ld} -m elf_s390"
7290 ;;
7291 sparc64-*linux*)
7292 LD="${LD-ld} -m elf32_sparc"
7293 ;;
7294 esac
7295 ;;
7296 *64-bit*)
7297 case $host in
7298 x86_64-*kfreebsd*-gnu)
7299 LD="${LD-ld} -m elf_x86_64_fbsd"
7300 ;;
7301 x86_64-*linux*)
7302 LD="${LD-ld} -m elf_x86_64"
7303 ;;
cc9afea3
AM
7304 powerpcle-*linux*)
7305 LD="${LD-ld} -m elf64lppc"
7306 ;;
7307 powerpc-*linux*)
7357c5b6
AM
7308 LD="${LD-ld} -m elf64ppc"
7309 ;;
7310 s390*-*linux*|s390*-*tpf*)
7311 LD="${LD-ld} -m elf64_s390"
7312 ;;
7313 sparc*-*linux*)
7314 LD="${LD-ld} -m elf64_sparc"
7315 ;;
7316 esac
7317 ;;
7318 esac
7319 fi
7320 rm -rf conftest*
7321 ;;
7322
7323*-*-sco3.2v5*)
7324 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7325 SAVE_CFLAGS="$CFLAGS"
7326 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7328$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7329if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7330 $as_echo_n "(cached) " >&6
dabbade6 7331else
7357c5b6
AM
7332 ac_ext=c
7333ac_cpp='$CPP $CPPFLAGS'
7334ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7335ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7336ac_compiler_gnu=$ac_cv_c_compiler_gnu
7337
81ecdfbb 7338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 7339/* end confdefs.h. */
d7040cdb 7340
7357c5b6
AM
7341int
7342main ()
7343{
7344
7345 ;
7346 return 0;
7347}
dabbade6 7348_ACEOF
81ecdfbb 7349if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7350 lt_cv_cc_needs_belf=yes
dabbade6 7351else
81ecdfbb 7352 lt_cv_cc_needs_belf=no
dabbade6 7353fi
81ecdfbb
RW
7354rm -f core conftest.err conftest.$ac_objext \
7355 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7356 ac_ext=c
7357ac_cpp='$CPP $CPPFLAGS'
7358ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7359ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7360ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7361
dabbade6 7362fi
81ecdfbb
RW
7363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7364$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7365 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7366 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7367 CFLAGS="$SAVE_CFLAGS"
7368 fi
7369 ;;
7370sparc*-*solaris*)
7371 # Find out which ABI we are using.
7372 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7373 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7374 (eval $ac_compile) 2>&5
7375 ac_status=$?
81ecdfbb
RW
7376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7377 test $ac_status = 0; }; then
7357c5b6
AM
7378 case `/usr/bin/file conftest.o` in
7379 *64-bit*)
7380 case $lt_cv_prog_gnu_ld in
7381 yes*) LD="${LD-ld} -m elf64_sparc" ;;
1927a18f
L
7382 *)
7383 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7384 LD="${LD-ld} -64"
7385 fi
7386 ;;
7357c5b6
AM
7387 esac
7388 ;;
7389 esac
7390 fi
7391 rm -rf conftest*
7392 ;;
7393esac
d7040cdb 7394
7357c5b6 7395need_locks="$enable_libtool_lock"
d7040cdb 7396
d7040cdb 7397
1927a18f
L
7398 case $host_os in
7399 rhapsody* | darwin*)
7400 if test -n "$ac_tool_prefix"; then
7401 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7402set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7404$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7405if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7406 $as_echo_n "(cached) " >&6
1927a18f
L
7407else
7408 if test -n "$DSYMUTIL"; then
7409 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7410else
7411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412for as_dir in $PATH
7413do
7414 IFS=$as_save_IFS
7415 test -z "$as_dir" && as_dir=.
81ecdfbb 7416 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7418 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7420 break 2
7421 fi
7422done
81ecdfbb
RW
7423 done
7424IFS=$as_save_IFS
1927a18f
L
7425
7426fi
7427fi
7428DSYMUTIL=$ac_cv_prog_DSYMUTIL
7429if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7431$as_echo "$DSYMUTIL" >&6; }
1927a18f 7432else
81ecdfbb
RW
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7434$as_echo "no" >&6; }
1927a18f
L
7435fi
7436
81ecdfbb 7437
1927a18f
L
7438fi
7439if test -z "$ac_cv_prog_DSYMUTIL"; then
7440 ac_ct_DSYMUTIL=$DSYMUTIL
7441 # Extract the first word of "dsymutil", so it can be a program name with args.
7442set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7444$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7445if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7446 $as_echo_n "(cached) " >&6
1927a18f
L
7447else
7448 if test -n "$ac_ct_DSYMUTIL"; then
7449 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7450else
7451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452for as_dir in $PATH
7453do
7454 IFS=$as_save_IFS
7455 test -z "$as_dir" && as_dir=.
81ecdfbb 7456 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7458 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7460 break 2
7461 fi
7462done
81ecdfbb
RW
7463 done
7464IFS=$as_save_IFS
1927a18f 7465
1927a18f
L
7466fi
7467fi
7468ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7469if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7471$as_echo "$ac_ct_DSYMUTIL" >&6; }
1927a18f 7472else
81ecdfbb
RW
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474$as_echo "no" >&6; }
1927a18f
L
7475fi
7476
81ecdfbb
RW
7477 if test "x$ac_ct_DSYMUTIL" = x; then
7478 DSYMUTIL=":"
7479 else
7480 case $cross_compiling:$ac_tool_warned in
7481yes:)
7482{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7483$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7484ac_tool_warned=yes ;;
7485esac
7486 DSYMUTIL=$ac_ct_DSYMUTIL
7487 fi
1927a18f
L
7488else
7489 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7490fi
7491
7492 if test -n "$ac_tool_prefix"; then
7493 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7494set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7496$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7497if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7498 $as_echo_n "(cached) " >&6
1927a18f
L
7499else
7500 if test -n "$NMEDIT"; then
7501 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7502else
7503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7504for as_dir in $PATH
7505do
7506 IFS=$as_save_IFS
7507 test -z "$as_dir" && as_dir=.
81ecdfbb 7508 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7510 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7512 break 2
7513 fi
7514done
81ecdfbb
RW
7515 done
7516IFS=$as_save_IFS
1927a18f
L
7517
7518fi
7519fi
7520NMEDIT=$ac_cv_prog_NMEDIT
7521if test -n "$NMEDIT"; then
81ecdfbb
RW
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7523$as_echo "$NMEDIT" >&6; }
1927a18f 7524else
81ecdfbb
RW
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7526$as_echo "no" >&6; }
1927a18f
L
7527fi
7528
81ecdfbb 7529
1927a18f
L
7530fi
7531if test -z "$ac_cv_prog_NMEDIT"; then
7532 ac_ct_NMEDIT=$NMEDIT
7533 # Extract the first word of "nmedit", so it can be a program name with args.
7534set dummy nmedit; ac_word=$2
81ecdfbb
RW
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7537if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7538 $as_echo_n "(cached) " >&6
1927a18f
L
7539else
7540 if test -n "$ac_ct_NMEDIT"; then
7541 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7542else
7543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544for as_dir in $PATH
7545do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
81ecdfbb 7548 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7549 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7550 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7552 break 2
7553 fi
7554done
81ecdfbb
RW
7555 done
7556IFS=$as_save_IFS
1927a18f 7557
1927a18f
L
7558fi
7559fi
7560ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7561if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7563$as_echo "$ac_ct_NMEDIT" >&6; }
1927a18f 7564else
81ecdfbb
RW
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566$as_echo "no" >&6; }
1927a18f
L
7567fi
7568
81ecdfbb
RW
7569 if test "x$ac_ct_NMEDIT" = x; then
7570 NMEDIT=":"
7571 else
7572 case $cross_compiling:$ac_tool_warned in
7573yes:)
7574{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7575$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7576ac_tool_warned=yes ;;
7577esac
7578 NMEDIT=$ac_ct_NMEDIT
7579 fi
1927a18f
L
7580else
7581 NMEDIT="$ac_cv_prog_NMEDIT"
7582fi
7583
7584 if test -n "$ac_tool_prefix"; then
7585 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7586set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7588$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7589if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7590 $as_echo_n "(cached) " >&6
1927a18f
L
7591else
7592 if test -n "$LIPO"; then
7593 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7594else
7595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7596for as_dir in $PATH
7597do
7598 IFS=$as_save_IFS
7599 test -z "$as_dir" && as_dir=.
81ecdfbb 7600 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7602 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7604 break 2
7605 fi
7606done
81ecdfbb
RW
7607 done
7608IFS=$as_save_IFS
1927a18f
L
7609
7610fi
7611fi
7612LIPO=$ac_cv_prog_LIPO
7613if test -n "$LIPO"; then
81ecdfbb
RW
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7615$as_echo "$LIPO" >&6; }
1927a18f 7616else
81ecdfbb
RW
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7618$as_echo "no" >&6; }
1927a18f
L
7619fi
7620
81ecdfbb 7621
1927a18f
L
7622fi
7623if test -z "$ac_cv_prog_LIPO"; then
7624 ac_ct_LIPO=$LIPO
7625 # Extract the first word of "lipo", so it can be a program name with args.
7626set dummy lipo; ac_word=$2
81ecdfbb
RW
7627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7628$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7629if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7630 $as_echo_n "(cached) " >&6
1927a18f
L
7631else
7632 if test -n "$ac_ct_LIPO"; then
7633 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7634else
7635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7636for as_dir in $PATH
7637do
7638 IFS=$as_save_IFS
7639 test -z "$as_dir" && as_dir=.
81ecdfbb 7640 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7642 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7644 break 2
7645 fi
7646done
81ecdfbb
RW
7647 done
7648IFS=$as_save_IFS
1927a18f 7649
1927a18f
L
7650fi
7651fi
7652ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7653if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7655$as_echo "$ac_ct_LIPO" >&6; }
1927a18f 7656else
81ecdfbb
RW
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7658$as_echo "no" >&6; }
1927a18f
L
7659fi
7660
81ecdfbb
RW
7661 if test "x$ac_ct_LIPO" = x; then
7662 LIPO=":"
7663 else
7664 case $cross_compiling:$ac_tool_warned in
7665yes:)
7666{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7667$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7668ac_tool_warned=yes ;;
7669esac
7670 LIPO=$ac_ct_LIPO
7671 fi
1927a18f
L
7672else
7673 LIPO="$ac_cv_prog_LIPO"
7674fi
7675
7676 if test -n "$ac_tool_prefix"; then
7677 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7678set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7680$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7681if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7682 $as_echo_n "(cached) " >&6
1927a18f
L
7683else
7684 if test -n "$OTOOL"; then
7685 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7686else
7687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7688for as_dir in $PATH
7689do
7690 IFS=$as_save_IFS
7691 test -z "$as_dir" && as_dir=.
81ecdfbb 7692 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7694 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7696 break 2
7697 fi
7698done
81ecdfbb
RW
7699 done
7700IFS=$as_save_IFS
1927a18f
L
7701
7702fi
7703fi
7704OTOOL=$ac_cv_prog_OTOOL
7705if test -n "$OTOOL"; then
81ecdfbb
RW
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7707$as_echo "$OTOOL" >&6; }
1927a18f 7708else
81ecdfbb
RW
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7710$as_echo "no" >&6; }
1927a18f
L
7711fi
7712
81ecdfbb 7713
1927a18f
L
7714fi
7715if test -z "$ac_cv_prog_OTOOL"; then
7716 ac_ct_OTOOL=$OTOOL
7717 # Extract the first word of "otool", so it can be a program name with args.
7718set dummy otool; ac_word=$2
81ecdfbb
RW
7719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7720$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7721if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7722 $as_echo_n "(cached) " >&6
1927a18f
L
7723else
7724 if test -n "$ac_ct_OTOOL"; then
7725 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7726else
7727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7728for as_dir in $PATH
7729do
7730 IFS=$as_save_IFS
7731 test -z "$as_dir" && as_dir=.
81ecdfbb 7732 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7734 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7736 break 2
7737 fi
7738done
81ecdfbb
RW
7739 done
7740IFS=$as_save_IFS
1927a18f 7741
1927a18f
L
7742fi
7743fi
7744ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7745if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7747$as_echo "$ac_ct_OTOOL" >&6; }
1927a18f 7748else
81ecdfbb
RW
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7750$as_echo "no" >&6; }
1927a18f
L
7751fi
7752
81ecdfbb
RW
7753 if test "x$ac_ct_OTOOL" = x; then
7754 OTOOL=":"
7755 else
7756 case $cross_compiling:$ac_tool_warned in
7757yes:)
7758{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7759$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7760ac_tool_warned=yes ;;
7761esac
7762 OTOOL=$ac_ct_OTOOL
7763 fi
1927a18f
L
7764else
7765 OTOOL="$ac_cv_prog_OTOOL"
7766fi
7767
7768 if test -n "$ac_tool_prefix"; then
7769 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7770set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7772$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7773if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7774 $as_echo_n "(cached) " >&6
1927a18f
L
7775else
7776 if test -n "$OTOOL64"; then
7777 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7778else
7779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7780for as_dir in $PATH
7781do
7782 IFS=$as_save_IFS
7783 test -z "$as_dir" && as_dir=.
81ecdfbb 7784 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7786 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7788 break 2
7789 fi
7790done
81ecdfbb
RW
7791 done
7792IFS=$as_save_IFS
1927a18f
L
7793
7794fi
7795fi
7796OTOOL64=$ac_cv_prog_OTOOL64
7797if test -n "$OTOOL64"; then
81ecdfbb
RW
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7799$as_echo "$OTOOL64" >&6; }
1927a18f 7800else
81ecdfbb
RW
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7802$as_echo "no" >&6; }
1927a18f
L
7803fi
7804
81ecdfbb 7805
1927a18f
L
7806fi
7807if test -z "$ac_cv_prog_OTOOL64"; then
7808 ac_ct_OTOOL64=$OTOOL64
7809 # Extract the first word of "otool64", so it can be a program name with args.
7810set dummy otool64; ac_word=$2
81ecdfbb
RW
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7813if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7814 $as_echo_n "(cached) " >&6
1927a18f
L
7815else
7816 if test -n "$ac_ct_OTOOL64"; then
7817 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7818else
7819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820for as_dir in $PATH
7821do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
81ecdfbb 7824 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1927a18f 7826 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7828 break 2
7829 fi
7830done
81ecdfbb
RW
7831 done
7832IFS=$as_save_IFS
1927a18f 7833
1927a18f
L
7834fi
7835fi
7836ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7837if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7839$as_echo "$ac_ct_OTOOL64" >&6; }
1927a18f 7840else
81ecdfbb
RW
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842$as_echo "no" >&6; }
1927a18f
L
7843fi
7844
81ecdfbb
RW
7845 if test "x$ac_ct_OTOOL64" = x; then
7846 OTOOL64=":"
7847 else
7848 case $cross_compiling:$ac_tool_warned in
7849yes:)
7850{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7851$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7852ac_tool_warned=yes ;;
7853esac
7854 OTOOL64=$ac_ct_OTOOL64
7855 fi
1927a18f
L
7856else
7857 OTOOL64="$ac_cv_prog_OTOOL64"
7858fi
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
81ecdfbb
RW
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7887$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7888if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7889 $as_echo_n "(cached) " >&6
1927a18f
L
7890else
7891 lt_cv_apple_cc_single_mod=no
7892 if test -z "${LT_MULTI_MODULE}"; then
7893 # By default we will add the -single_module flag. You can override
7894 # by either setting the environment variable LT_MULTI_MODULE
7895 # non-empty at configure time, or by adding -multi_module to the
7896 # link flags.
7897 rm -rf libconftest.dylib*
7898 echo "int foo(void){return 1;}" > conftest.c
7899 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7900-dynamiclib -Wl,-single_module conftest.c" >&5
7901 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7902 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7903 _lt_result=$?
7904 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7905 lt_cv_apple_cc_single_mod=yes
7906 else
7907 cat conftest.err >&5
7908 fi
7909 rm -rf libconftest.dylib*
7910 rm -f conftest.*
7911 fi
7912fi
81ecdfbb
RW
7913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7914$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7916$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7917if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7918 $as_echo_n "(cached) " >&6
1927a18f
L
7919else
7920 lt_cv_ld_exported_symbols_list=no
7921 save_LDFLAGS=$LDFLAGS
7922 echo "_main" > conftest.sym
7923 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927a18f
L
7925/* end confdefs.h. */
7926
7927int
7928main ()
7929{
7930
7931 ;
7932 return 0;
7933}
7934_ACEOF
81ecdfbb 7935if ac_fn_c_try_link "$LINENO"; then :
1927a18f
L
7936 lt_cv_ld_exported_symbols_list=yes
7937else
81ecdfbb 7938 lt_cv_ld_exported_symbols_list=no
1927a18f 7939fi
81ecdfbb
RW
7940rm -f core conftest.err conftest.$ac_objext \
7941 conftest$ac_exeext conftest.$ac_ext
1927a18f
L
7942 LDFLAGS="$save_LDFLAGS"
7943
7944fi
81ecdfbb
RW
7945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7946$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7948$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7949if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7950 $as_echo_n "(cached) " >&6
7951else
7952 lt_cv_ld_force_load=no
7953 cat > conftest.c << _LT_EOF
7954int forced_loaded() { return 2;}
7955_LT_EOF
7956 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7957 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7958 echo "$AR cru libconftest.a conftest.o" >&5
7959 $AR cru libconftest.a conftest.o 2>&5
7960 cat > conftest.c << _LT_EOF
7961int main() { return 0;}
7962_LT_EOF
7963 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7964 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7965 _lt_result=$?
7966 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7967 lt_cv_ld_force_load=yes
7968 else
7969 cat conftest.err >&5
7970 fi
7971 rm -f conftest.err libconftest.a conftest conftest.c
7972 rm -rf conftest.dSYM
7973
7974fi
7975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7976$as_echo "$lt_cv_ld_force_load" >&6; }
1927a18f
L
7977 case $host_os in
7978 rhapsody* | darwin1.[012])
7979 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7980 darwin1.*)
7981 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7982 darwin*) # darwin 5.x on
7983 # if running on 10.5 or later, the deployment target defaults
7984 # to the OS version, if on x86, and 10.4, the deployment
7985 # target defaults to 10.4. Don't you love it?
7986 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7987 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7988 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7989 10.[012][,.]*)
1927a18f
L
7990 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7991 10.*)
7992 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7993 esac
7994 ;;
7995 esac
7996 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7997 _lt_dar_single_mod='$single_module'
7998 fi
7999 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8000 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8001 else
8002 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8003 fi
3725885a 8004 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1927a18f
L
8005 _lt_dsymutil='~$DSYMUTIL $lib || :'
8006 else
8007 _lt_dsymutil=
8008 fi
8009 ;;
8010 esac
8011
dabbade6 8012for ac_header in dlfcn.h
81ecdfbb
RW
8013do :
8014 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8015"
d0ac1c44 8016if test "x$ac_cv_header_dlfcn_h" = xyes; then :
dabbade6 8017 cat >>confdefs.h <<_ACEOF
81ecdfbb 8018#define HAVE_DLFCN_H 1
dabbade6 8019_ACEOF
d7040cdb 8020
dabbade6 8021fi
d7040cdb 8022
dabbade6 8023done
d7040cdb 8024
d7040cdb 8025
d7040cdb 8026
3725885a
RW
8027
8028
1927a18f
L
8029# Set options
8030
8031
8032
8033 enable_dlopen=no
8034
8035
8036 enable_win32_dll=no
8037
8038
8039
81ecdfbb
RW
8040 # Check whether --enable-static was given.
8041if test "${enable_static+set}" = set; then :
8042 enableval=$enable_static; p=${PACKAGE-default}
1927a18f
L
8043 case $enableval in
8044 yes) enable_static=yes ;;
8045 no) enable_static=no ;;
8046 *)
8047 enable_static=no
8048 # Look at the argument we got. We use all the common list separators.
8049 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8050 for pkg in $enableval; do
8051 IFS="$lt_save_ifs"
8052 if test "X$pkg" = "X$p"; then
8053 enable_static=yes
8054 fi
8055 done
8056 IFS="$lt_save_ifs"
8057 ;;
8058 esac
8059else
8060 enable_static=yes
81ecdfbb 8061fi
1927a18f
L
8062
8063
8064
8065
8066
8067
8068
8069
8070
81ecdfbb
RW
8071
8072# Check whether --with-pic was given.
8073if test "${with_pic+set}" = set; then :
8074 withval=$with_pic; pic_mode="$withval"
1927a18f
L
8075else
8076 pic_mode=default
81ecdfbb
RW
8077fi
8078
1927a18f
L
8079
8080test -z "$pic_mode" && pic_mode=default
8081
8082
8083
8084
8085
8086
8087
81ecdfbb
RW
8088 # Check whether --enable-fast-install was given.
8089if test "${enable_fast_install+set}" = set; then :
8090 enableval=$enable_fast_install; p=${PACKAGE-default}
1927a18f
L
8091 case $enableval in
8092 yes) enable_fast_install=yes ;;
8093 no) enable_fast_install=no ;;
8094 *)
8095 enable_fast_install=no
8096 # Look at the argument we got. We use all the common list separators.
8097 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8098 for pkg in $enableval; do
8099 IFS="$lt_save_ifs"
8100 if test "X$pkg" = "X$p"; then
8101 enable_fast_install=yes
8102 fi
8103 done
8104 IFS="$lt_save_ifs"
8105 ;;
8106 esac
8107else
8108 enable_fast_install=yes
81ecdfbb
RW
8109fi
8110
1927a18f
L
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
dabbade6
L
8121# This can be used to rebuild libtool when needed
8122LIBTOOL_DEPS="$ltmain"
d7040cdb 8123
dabbade6
L
8124# Always use our own libtool.
8125LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 8126
d7040cdb 8127
d7040cdb 8128
d7040cdb
SE
8129
8130
8131
8132
8133
8134
d7040cdb 8135
d7040cdb 8136
d7040cdb 8137
d7040cdb
SE
8138
8139
8140
8141
8142
8143
d7040cdb 8144
d7040cdb 8145
d7040cdb
SE
8146
8147
8148
3725885a 8149
d7040cdb
SE
8150
8151
dabbade6 8152test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
8153
8154
d7040cdb 8155
d7040cdb 8156
d7040cdb
SE
8157
8158
8159
8160
8161
8162
dabbade6
L
8163
8164
8165
8166
8167if test -n "${ZSH_VERSION+set}" ; then
8168 setopt NO_GLOB_SUBST
8169fi
8170
81ecdfbb
RW
8171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8172$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8173if ${lt_cv_objdir+:} false; then :
81ecdfbb 8174 $as_echo_n "(cached) " >&6
d7040cdb 8175else
dabbade6
L
8176 rm -f .libs 2>/dev/null
8177mkdir .libs 2>/dev/null
8178if test -d .libs; then
8179 lt_cv_objdir=.libs
8180else
8181 # MS-DOS does not allow filenames that begin with a dot.
8182 lt_cv_objdir=_libs
d7040cdb 8183fi
dabbade6
L
8184rmdir .libs 2>/dev/null
8185fi
81ecdfbb
RW
8186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8187$as_echo "$lt_cv_objdir" >&6; }
dabbade6 8188objdir=$lt_cv_objdir
d7040cdb
SE
8189
8190
8191
8192
d7040cdb 8193
dabbade6
L
8194cat >>confdefs.h <<_ACEOF
8195#define LT_OBJDIR "$lt_cv_objdir/"
8196_ACEOF
d7040cdb
SE
8197
8198
8199
8200
dabbade6
L
8201case $host_os in
8202aix3*)
8203 # AIX sometimes has problems with the GCC collect2 program. For some
8204 # reason, if we set the COLLECT_NAMES environment variable, the problems
8205 # vanish in a puff of smoke.
8206 if test "X${COLLECT_NAMES+set}" != Xset; then
8207 COLLECT_NAMES=
8208 export COLLECT_NAMES
8209 fi
8210 ;;
8211esac
d7040cdb 8212
dabbade6
L
8213# Global variables:
8214ofile=libtool
8215can_build_shared=yes
d7040cdb 8216
dabbade6
L
8217# All known linkers require a `.a' archive for static linking (except MSVC,
8218# which needs '.lib').
8219libext=a
d7040cdb 8220
dabbade6 8221with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 8222
dabbade6
L
8223old_CC="$CC"
8224old_CFLAGS="$CFLAGS"
d7040cdb 8225
dabbade6
L
8226# Set sane defaults for various variables
8227test -z "$CC" && CC=cc
8228test -z "$LTCC" && LTCC=$CC
8229test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8230test -z "$LD" && LD=ld
8231test -z "$ac_objext" && ac_objext=o
8232
8233for cc_temp in $compiler""; do
8234 case $cc_temp in
8235 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8236 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8237 \-*) ;;
8238 *) break;;
8239 esac
8240done
3725885a 8241cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
dabbade6
L
8242
8243
8244# Only perform the check for file, if the check method requires it
8245test -z "$MAGIC_CMD" && MAGIC_CMD=file
8246case $deplibs_check_method in
8247file_magic*)
8248 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8250$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8251if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8252 $as_echo_n "(cached) " >&6
dabbade6
L
8253else
8254 case $MAGIC_CMD in
8255[\\/*] | ?:[\\/]*)
8256 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8257 ;;
8258*)
8259 lt_save_MAGIC_CMD="$MAGIC_CMD"
8260 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8261 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8262 for ac_dir in $ac_dummy; do
8263 IFS="$lt_save_ifs"
8264 test -z "$ac_dir" && ac_dir=.
8265 if test -f $ac_dir/${ac_tool_prefix}file; then
8266 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8267 if test -n "$file_magic_test_file"; then
8268 case $deplibs_check_method in
8269 "file_magic "*)
8270 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8271 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8272 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8273 $EGREP "$file_magic_regex" > /dev/null; then
8274 :
d7040cdb 8275 else
dabbade6 8276 cat <<_LT_EOF 1>&2
d7040cdb 8277
dabbade6
L
8278*** Warning: the command libtool uses to detect shared libraries,
8279*** $file_magic_cmd, produces output that libtool cannot recognize.
8280*** The result is that libtool may fail to recognize shared libraries
8281*** as such. This will affect the creation of libtool libraries that
8282*** depend on shared libraries, but programs linked with such libtool
8283*** libraries will work regardless of this problem. Nevertheless, you
8284*** may want to report the problem to your system manager and/or to
8285*** bug-libtool@gnu.org
d7040cdb 8286
dabbade6
L
8287_LT_EOF
8288 fi ;;
8289 esac
d7040cdb 8290 fi
dabbade6 8291 break
d7040cdb 8292 fi
dabbade6
L
8293 done
8294 IFS="$lt_save_ifs"
8295 MAGIC_CMD="$lt_save_MAGIC_CMD"
8296 ;;
8297esac
8298fi
d7040cdb 8299
dabbade6
L
8300MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8301if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8303$as_echo "$MAGIC_CMD" >&6; }
dabbade6 8304else
81ecdfbb
RW
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8306$as_echo "no" >&6; }
dabbade6 8307fi
d7040cdb 8308
d7040cdb 8309
d7040cdb 8310
d7040cdb 8311
d7040cdb 8312
dabbade6
L
8313if test -z "$lt_cv_path_MAGIC_CMD"; then
8314 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8316$as_echo_n "checking for file... " >&6; }
d0ac1c44 8317if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8318 $as_echo_n "(cached) " >&6
dabbade6
L
8319else
8320 case $MAGIC_CMD in
8321[\\/*] | ?:[\\/]*)
8322 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8323 ;;
8324*)
8325 lt_save_MAGIC_CMD="$MAGIC_CMD"
8326 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8327 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8328 for ac_dir in $ac_dummy; do
8329 IFS="$lt_save_ifs"
8330 test -z "$ac_dir" && ac_dir=.
8331 if test -f $ac_dir/file; then
8332 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8333 if test -n "$file_magic_test_file"; then
8334 case $deplibs_check_method in
8335 "file_magic "*)
8336 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8337 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8338 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8339 $EGREP "$file_magic_regex" > /dev/null; then
8340 :
d7040cdb 8341 else
dabbade6 8342 cat <<_LT_EOF 1>&2
d7040cdb 8343
dabbade6
L
8344*** Warning: the command libtool uses to detect shared libraries,
8345*** $file_magic_cmd, produces output that libtool cannot recognize.
8346*** The result is that libtool may fail to recognize shared libraries
8347*** as such. This will affect the creation of libtool libraries that
8348*** depend on shared libraries, but programs linked with such libtool
8349*** libraries will work regardless of this problem. Nevertheless, you
8350*** may want to report the problem to your system manager and/or to
8351*** bug-libtool@gnu.org
d7040cdb 8352
dabbade6
L
8353_LT_EOF
8354 fi ;;
8355 esac
8356 fi
8357 break
8358 fi
8359 done
8360 IFS="$lt_save_ifs"
8361 MAGIC_CMD="$lt_save_MAGIC_CMD"
8362 ;;
8363esac
d7040cdb 8364fi
dabbade6
L
8365
8366MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8367if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8369$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8370else
81ecdfbb
RW
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8372$as_echo "no" >&6; }
dabbade6
L
8373fi
8374
d7040cdb 8375
dabbade6
L
8376 else
8377 MAGIC_CMD=:
8378 fi
d7040cdb 8379fi
d7040cdb 8380
dabbade6
L
8381 fi
8382 ;;
8383esac
d7040cdb 8384
dabbade6 8385# Use C for the default configuration in the libtool script
d7040cdb 8386
dabbade6
L
8387lt_save_CC="$CC"
8388ac_ext=c
8389ac_cpp='$CPP $CPPFLAGS'
8390ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8391ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8392ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8393
d7040cdb 8394
dabbade6
L
8395# Source file extension for C test sources.
8396ac_ext=c
d7040cdb 8397
dabbade6
L
8398# Object file extension for compiled C test sources.
8399objext=o
8400objext=$objext
8401
8402# Code to be used in simple compile tests
8403lt_simple_compile_test_code="int some_variable = 0;"
8404
8405# Code to be used in simple link tests
8406lt_simple_link_test_code='int main(){return(0);}'
8407
8408
8409
8410
8411
8412
8413
8414# If no C compiler was specified, use CC.
8415LTCC=${LTCC-"$CC"}
8416
8417# If no C compiler flags were specified, use CFLAGS.
8418LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8419
8420# Allow CC to be a program name with arguments.
8421compiler=$CC
8422
8423# Save the default compiler, since it gets overwritten when the other
8424# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8425compiler_DEFAULT=$CC
8426
8427# save warnings/boilerplate of simple test code
8428ac_outfile=conftest.$ac_objext
8429echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8430eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8431_lt_compiler_boilerplate=`cat conftest.err`
8432$RM conftest*
8433
8434ac_outfile=conftest.$ac_objext
8435echo "$lt_simple_link_test_code" >conftest.$ac_ext
8436eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8437_lt_linker_boilerplate=`cat conftest.err`
1927a18f 8438$RM -r conftest*
dabbade6
L
8439
8440
8441## CAVEAT EMPTOR:
8442## There is no encapsulation within the following macros, do not change
8443## the running order or otherwise move them around unless you know exactly
8444## what you are doing...
8445if test -n "$compiler"; then
8446
8447lt_prog_compiler_no_builtin_flag=
8448
8449if test "$GCC" = yes; then
3725885a
RW
8450 case $cc_basename in
8451 nvcc*)
8452 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8453 *)
8454 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8455 esac
dabbade6 8456
81ecdfbb
RW
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8458$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8459if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8460 $as_echo_n "(cached) " >&6
dabbade6
L
8461else
8462 lt_cv_prog_compiler_rtti_exceptions=no
8463 ac_outfile=conftest.$ac_objext
8464 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8465 lt_compiler_flag="-fno-rtti -fno-exceptions"
8466 # Insert the option either (1) after the last *FLAGS variable, or
8467 # (2) before a word containing "conftest.", or (3) at the end.
8468 # Note that $ac_compile itself does not contain backslashes and begins
8469 # with a dollar sign (not a hyphen), so the echo should work correctly.
8470 # The option is referenced via a variable to avoid confusing sed.
8471 lt_compile=`echo "$ac_compile" | $SED \
8472 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8473 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8474 -e 's:$: $lt_compiler_flag:'`
3725885a 8475 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8476 (eval "$lt_compile" 2>conftest.err)
8477 ac_status=$?
8478 cat conftest.err >&5
3725885a 8479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8480 if (exit $ac_status) && test -s "$ac_outfile"; then
8481 # The compiler can only warn and ignore the option if not recognized
8482 # So say no if there are warnings other than the usual output.
3725885a 8483 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8484 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8485 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8486 lt_cv_prog_compiler_rtti_exceptions=yes
8487 fi
8488 fi
8489 $RM conftest*
8490
8491fi
81ecdfbb
RW
8492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8493$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
dabbade6
L
8494
8495if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8496 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8497else
8498 :
8499fi
8500
8501fi
8502
8503
8504
8505
8506
8507
8508 lt_prog_compiler_wl=
8509lt_prog_compiler_pic=
8510lt_prog_compiler_static=
8511
81ecdfbb
RW
8512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8513$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
dabbade6
L
8514
8515 if test "$GCC" = yes; then
8516 lt_prog_compiler_wl='-Wl,'
8517 lt_prog_compiler_static='-static'
8518
8519 case $host_os in
8520 aix*)
8521 # All AIX code is PIC.
8522 if test "$host_cpu" = ia64; then
8523 # AIX 5 now supports IA64 processor
8524 lt_prog_compiler_static='-Bstatic'
8525 fi
b132a67d 8526 lt_prog_compiler_pic='-fPIC'
dabbade6 8527 ;;
d7040cdb
SE
8528
8529 amigaos*)
1927a18f
L
8530 case $host_cpu in
8531 powerpc)
8532 # see comment about AmigaOS4 .so support
8533 lt_prog_compiler_pic='-fPIC'
8534 ;;
8535 m68k)
8536 # FIXME: we need at least 68020 code to build shared libraries, but
8537 # adding the `-m68020' flag to GCC prevents building anything better,
8538 # like `-m68040'.
8539 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8540 ;;
8541 esac
d7040cdb
SE
8542 ;;
8543
dabbade6
L
8544 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8545 # PIC is the default for these OSes.
d7040cdb
SE
8546 ;;
8547
1927a18f 8548 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8549 # This hack is so that the source file can tell whether it is being
8550 # built for inclusion in a dll (and should export symbols for example).
8551 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8552 # (--disable-auto-import) libraries
8553 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8554 ;;
8555
8556 darwin* | rhapsody*)
dabbade6
L
8557 # PIC is the default on this platform
8558 # Common symbols not allowed in MH_DYLIB files
8559 lt_prog_compiler_pic='-fno-common'
8560 ;;
8561
3725885a
RW
8562 haiku*)
8563 # PIC is the default for Haiku.
8564 # The "-static" flag exists, but is broken.
8565 lt_prog_compiler_static=
8566 ;;
8567
dabbade6 8568 hpux*)
1927a18f
L
8569 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8570 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8571 # sets the default TLS model and affects inlining.
dabbade6 8572 case $host_cpu in
1927a18f 8573 hppa*64*)
dabbade6 8574 # +Z the default
d7040cdb 8575 ;;
dabbade6
L
8576 *)
8577 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8578 ;;
8579 esac
dabbade6 8580 ;;
d7040cdb 8581
dabbade6
L
8582 interix[3-9]*)
8583 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8584 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8585 ;;
8586
dabbade6
L
8587 msdosdjgpp*)
8588 # Just because we use GCC doesn't mean we suddenly get shared libraries
8589 # on systems that don't support them.
8590 lt_prog_compiler_can_build_shared=no
8591 enable_shared=no
d7040cdb
SE
8592 ;;
8593
dabbade6
L
8594 *nto* | *qnx*)
8595 # QNX uses GNU C++, but need to define -shared option too, otherwise
8596 # it will coredump.
8597 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8598 ;;
8599
dabbade6
L
8600 sysv4*MP*)
8601 if test -d /usr/nec; then
8602 lt_prog_compiler_pic=-Kconform_pic
8603 fi
d7040cdb
SE
8604 ;;
8605
dabbade6
L
8606 *)
8607 lt_prog_compiler_pic='-fPIC'
d7040cdb 8608 ;;
dabbade6 8609 esac
3725885a
RW
8610
8611 case $cc_basename in
8612 nvcc*) # Cuda Compiler Driver 2.2
8613 lt_prog_compiler_wl='-Xlinker '
8614 lt_prog_compiler_pic='-Xcompiler -fPIC'
8615 ;;
8616 esac
dabbade6
L
8617 else
8618 # PORTME Check for flag to pass linker flags through the system compiler.
8619 case $host_os in
8620 aix*)
8621 lt_prog_compiler_wl='-Wl,'
8622 if test "$host_cpu" = ia64; then
8623 # AIX 5 now supports IA64 processor
8624 lt_prog_compiler_static='-Bstatic'
d7040cdb 8625 else
dabbade6 8626 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8627 fi
dabbade6 8628 ;;
d7040cdb 8629
1927a18f 8630 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8631 # This hack is so that the source file can tell whether it is being
8632 # built for inclusion in a dll (and should export symbols for example).
8633 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8634 ;;
8635
dabbade6
L
8636 hpux9* | hpux10* | hpux11*)
8637 lt_prog_compiler_wl='-Wl,'
8638 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8639 # not for PA HP-UX.
8640 case $host_cpu in
8641 hppa*64*|ia64*)
8642 # +Z the default
8643 ;;
8644 *)
8645 lt_prog_compiler_pic='+Z'
8646 ;;
8647 esac
8648 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8649 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8650 ;;
8651
dabbade6
L
8652 irix5* | irix6* | nonstopux*)
8653 lt_prog_compiler_wl='-Wl,'
8654 # PIC (with -KPIC) is the default.
8655 lt_prog_compiler_static='-non_shared'
8656 ;;
d7040cdb 8657
58e24671 8658 linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6 8659 case $cc_basename in
1927a18f
L
8660 # old Intel for x86_64 which still supported -KPIC.
8661 ecc*)
dabbade6
L
8662 lt_prog_compiler_wl='-Wl,'
8663 lt_prog_compiler_pic='-KPIC'
8664 lt_prog_compiler_static='-static'
8665 ;;
1927a18f
L
8666 # icc used to be incompatible with GCC.
8667 # ICC 10 doesn't accept -KPIC any more.
8668 icc* | ifort*)
8669 lt_prog_compiler_wl='-Wl,'
8670 lt_prog_compiler_pic='-fPIC'
8671 lt_prog_compiler_static='-static'
8672 ;;
8673 # Lahey Fortran 8.1.
8674 lf95*)
8675 lt_prog_compiler_wl='-Wl,'
8676 lt_prog_compiler_pic='--shared'
8677 lt_prog_compiler_static='--static'
8678 ;;
3725885a 8679 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
dabbade6
L
8680 # Portland Group compilers (*not* the Pentium gcc compiler,
8681 # which looks to be a dead project)
8682 lt_prog_compiler_wl='-Wl,'
8683 lt_prog_compiler_pic='-fpic'
8684 lt_prog_compiler_static='-Bstatic'
8685 ;;
8686 ccc*)
8687 lt_prog_compiler_wl='-Wl,'
8688 # All Alpha code is PIC.
8689 lt_prog_compiler_static='-non_shared'
8690 ;;
3725885a
RW
8691 xl* | bgxl* | bgf* | mpixl*)
8692 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
1927a18f
L
8693 lt_prog_compiler_wl='-Wl,'
8694 lt_prog_compiler_pic='-qpic'
8695 lt_prog_compiler_static='-qstaticlink'
8696 ;;
dabbade6
L
8697 *)
8698 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8699 *Sun\ F* | *Sun*Fortran*)
8700 # Sun Fortran 8.3 passes all unrecognized flags to the linker
dabbade6
L
8701 lt_prog_compiler_pic='-KPIC'
8702 lt_prog_compiler_static='-Bstatic'
3725885a 8703 lt_prog_compiler_wl=''
d7040cdb 8704 ;;
3725885a
RW
8705 *Sun\ C*)
8706 # Sun C 5.9
dabbade6
L
8707 lt_prog_compiler_pic='-KPIC'
8708 lt_prog_compiler_static='-Bstatic'
3725885a 8709 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8710 ;;
8711 esac
dabbade6
L
8712 ;;
8713 esac
d7040cdb
SE
8714 ;;
8715
dabbade6
L
8716 newsos6)
8717 lt_prog_compiler_pic='-KPIC'
8718 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8719 ;;
8720
dabbade6
L
8721 *nto* | *qnx*)
8722 # QNX uses GNU C++, but need to define -shared option too, otherwise
8723 # it will coredump.
8724 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8725 ;;
8726
dabbade6
L
8727 osf3* | osf4* | osf5*)
8728 lt_prog_compiler_wl='-Wl,'
8729 # All OSF/1 code is PIC.
8730 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8731 ;;
8732
dabbade6
L
8733 rdos*)
8734 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8735 ;;
8736
8737 solaris*)
dabbade6
L
8738 lt_prog_compiler_pic='-KPIC'
8739 lt_prog_compiler_static='-Bstatic'
8740 case $cc_basename in
8741 f77* | f90* | f95*)
8742 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8743 *)
dabbade6 8744 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8745 esac
d7040cdb
SE
8746 ;;
8747
8748 sunos4*)
dabbade6
L
8749 lt_prog_compiler_wl='-Qoption ld '
8750 lt_prog_compiler_pic='-PIC'
8751 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8752 ;;
8753
dabbade6
L
8754 sysv4 | sysv4.2uw2* | sysv4.3*)
8755 lt_prog_compiler_wl='-Wl,'
8756 lt_prog_compiler_pic='-KPIC'
8757 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8758 ;;
8759
8760 sysv4*MP*)
dabbade6
L
8761 if test -d /usr/nec ;then
8762 lt_prog_compiler_pic='-Kconform_pic'
8763 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8764 fi
8765 ;;
8766
dabbade6
L
8767 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8768 lt_prog_compiler_wl='-Wl,'
8769 lt_prog_compiler_pic='-KPIC'
8770 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8771 ;;
8772
dabbade6
L
8773 unicos*)
8774 lt_prog_compiler_wl='-Wl,'
8775 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8776 ;;
8777
8778 uts4*)
dabbade6
L
8779 lt_prog_compiler_pic='-pic'
8780 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8781 ;;
8782
8783 *)
dabbade6 8784 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8785 ;;
8786 esac
d7040cdb
SE
8787 fi
8788
dabbade6
L
8789case $host_os in
8790 # For platforms which do not support PIC, -DPIC is meaningless:
8791 *djgpp*)
8792 lt_prog_compiler_pic=
8793 ;;
8794 *)
8795 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8796 ;;
8797esac
81ecdfbb
RW
8798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8799$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8800
8801
8802
8803
8804
8805
8806#
dabbade6 8807# Check to make sure the PIC flag actually works.
d7040cdb 8808#
dabbade6 8809if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8811$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8812if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8813 $as_echo_n "(cached) " >&6
dabbade6 8814else
1927a18f 8815 lt_cv_prog_compiler_pic_works=no
dabbade6
L
8816 ac_outfile=conftest.$ac_objext
8817 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8818 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8819 # Insert the option either (1) after the last *FLAGS variable, or
8820 # (2) before a word containing "conftest.", or (3) at the end.
8821 # Note that $ac_compile itself does not contain backslashes and begins
8822 # with a dollar sign (not a hyphen), so the echo should work correctly.
8823 # The option is referenced via a variable to avoid confusing sed.
8824 lt_compile=`echo "$ac_compile" | $SED \
8825 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8826 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8827 -e 's:$: $lt_compiler_flag:'`
3725885a 8828 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8829 (eval "$lt_compile" 2>conftest.err)
8830 ac_status=$?
8831 cat conftest.err >&5
3725885a 8832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8833 if (exit $ac_status) && test -s "$ac_outfile"; then
8834 # The compiler can only warn and ignore the option if not recognized
8835 # So say no if there are warnings other than the usual output.
3725885a 8836 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8837 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8838 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8839 lt_cv_prog_compiler_pic_works=yes
dabbade6
L
8840 fi
8841 fi
8842 $RM conftest*
d7040cdb 8843
dabbade6 8844fi
81ecdfbb
RW
8845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8846$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8847
1927a18f 8848if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
dabbade6
L
8849 case $lt_prog_compiler_pic in
8850 "" | " "*) ;;
8851 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8852 esac
8853else
8854 lt_prog_compiler_pic=
8855 lt_prog_compiler_can_build_shared=no
8856fi
d7040cdb 8857
dabbade6 8858fi
d7040cdb
SE
8859
8860
8861
8862
8863
8864
dabbade6
L
8865#
8866# Check to make sure the static flag actually works.
8867#
8868wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8870$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8871if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8872 $as_echo_n "(cached) " >&6
dabbade6 8873else
1927a18f 8874 lt_cv_prog_compiler_static_works=no
dabbade6
L
8875 save_LDFLAGS="$LDFLAGS"
8876 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8877 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8878 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8879 # The linker can only warn and ignore the option if not recognized
8880 # So say no if there are warnings
8881 if test -s conftest.err; then
8882 # Append any errors to the config.log.
8883 cat conftest.err 1>&5
3725885a 8884 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
dabbade6
L
8885 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8886 if diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8887 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8888 fi
8889 else
1927a18f 8890 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8891 fi
8892 fi
1927a18f 8893 $RM -r conftest*
dabbade6 8894 LDFLAGS="$save_LDFLAGS"
d7040cdb 8895
dabbade6 8896fi
81ecdfbb
RW
8897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8898$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8899
1927a18f 8900if test x"$lt_cv_prog_compiler_static_works" = xyes; then
dabbade6
L
8901 :
8902else
8903 lt_prog_compiler_static=
8904fi
d7040cdb
SE
8905
8906
8907
8908
8909
8910
8911
81ecdfbb
RW
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8913$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8914if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8915 $as_echo_n "(cached) " >&6
dabbade6
L
8916else
8917 lt_cv_prog_compiler_c_o=no
8918 $RM -r conftest 2>/dev/null
8919 mkdir conftest
8920 cd conftest
8921 mkdir out
8922 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8923
dabbade6
L
8924 lt_compiler_flag="-o out/conftest2.$ac_objext"
8925 # Insert the option either (1) after the last *FLAGS variable, or
8926 # (2) before a word containing "conftest.", or (3) at the end.
8927 # Note that $ac_compile itself does not contain backslashes and begins
8928 # with a dollar sign (not a hyphen), so the echo should work correctly.
8929 lt_compile=`echo "$ac_compile" | $SED \
8930 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8931 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8932 -e 's:$: $lt_compiler_flag:'`
3725885a 8933 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8934 (eval "$lt_compile" 2>out/conftest.err)
8935 ac_status=$?
8936 cat out/conftest.err >&5
3725885a 8937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8938 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8939 then
8940 # The compiler can only warn and ignore the option if not recognized
8941 # So say no if there are warnings
3725885a 8942 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8943 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8944 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8945 lt_cv_prog_compiler_c_o=yes
8946 fi
8947 fi
8948 chmod u+w . 2>&5
8949 $RM conftest*
8950 # SGI C++ compiler will create directory out/ii_files/ for
8951 # template instantiation
8952 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8953 $RM out/* && rmdir out
8954 cd ..
8955 $RM -r conftest
8956 $RM conftest*
d7040cdb 8957
dabbade6 8958fi
81ecdfbb
RW
8959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8960$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8961
8962
8963
8964
8965
8966
81ecdfbb
RW
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8968$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8969if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8970 $as_echo_n "(cached) " >&6
dabbade6
L
8971else
8972 lt_cv_prog_compiler_c_o=no
8973 $RM -r conftest 2>/dev/null
8974 mkdir conftest
8975 cd conftest
8976 mkdir out
8977 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8978
dabbade6
L
8979 lt_compiler_flag="-o out/conftest2.$ac_objext"
8980 # Insert the option either (1) after the last *FLAGS variable, or
8981 # (2) before a word containing "conftest.", or (3) at the end.
8982 # Note that $ac_compile itself does not contain backslashes and begins
8983 # with a dollar sign (not a hyphen), so the echo should work correctly.
8984 lt_compile=`echo "$ac_compile" | $SED \
8985 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8986 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8987 -e 's:$: $lt_compiler_flag:'`
3725885a 8988 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8989 (eval "$lt_compile" 2>out/conftest.err)
8990 ac_status=$?
8991 cat out/conftest.err >&5
3725885a 8992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8993 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8994 then
8995 # The compiler can only warn and ignore the option if not recognized
8996 # So say no if there are warnings
3725885a 8997 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8998 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8999 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9000 lt_cv_prog_compiler_c_o=yes
9001 fi
9002 fi
9003 chmod u+w . 2>&5
9004 $RM conftest*
9005 # SGI C++ compiler will create directory out/ii_files/ for
9006 # template instantiation
9007 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9008 $RM out/* && rmdir out
9009 cd ..
9010 $RM -r conftest
9011 $RM conftest*
d7040cdb 9012
dabbade6 9013fi
81ecdfbb
RW
9014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9015$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9016
9017
9018
9019
dabbade6
L
9020hard_links="nottested"
9021if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9022 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9024$as_echo_n "checking if we can lock with hard links... " >&6; }
dabbade6
L
9025 hard_links=yes
9026 $RM conftest*
9027 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9028 touch conftest.a
9029 ln conftest.a conftest.b 2>&5 || hard_links=no
9030 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9032$as_echo "$hard_links" >&6; }
dabbade6 9033 if test "$hard_links" = no; then
81ecdfbb
RW
9034 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9035$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
dabbade6
L
9036 need_locks=warn
9037 fi
9038else
9039 need_locks=no
9040fi
d7040cdb
SE
9041
9042
9043
9044
9045
9046
81ecdfbb
RW
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9048$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 9049
dabbade6
L
9050 runpath_var=
9051 allow_undefined_flag=
9052 always_export_symbols=no
9053 archive_cmds=
9054 archive_expsym_cmds=
9055 compiler_needs_object=no
9056 enable_shared_with_static_runtimes=no
9057 export_dynamic_flag_spec=
9058 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9059 hardcode_automatic=no
9060 hardcode_direct=no
9061 hardcode_direct_absolute=no
9062 hardcode_libdir_flag_spec=
9063 hardcode_libdir_flag_spec_ld=
9064 hardcode_libdir_separator=
9065 hardcode_minus_L=no
9066 hardcode_shlibpath_var=unsupported
9067 inherit_rpath=no
9068 link_all_deplibs=unknown
9069 module_cmds=
9070 module_expsym_cmds=
9071 old_archive_from_new_cmds=
9072 old_archive_from_expsyms_cmds=
9073 thread_safe_flag_spec=
9074 whole_archive_flag_spec=
9075 # include_expsyms should be a list of space-separated symbols to be *always*
9076 # included in the symbol list
9077 include_expsyms=
9078 # exclude_expsyms can be an extended regexp of symbols to exclude
9079 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9080 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9081 # as well as any symbol that contains `d'.
1927a18f 9082 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
dabbade6
L
9083 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9084 # platforms (ab)use it in PIC code, but their linkers get confused if
9085 # the symbol is explicitly referenced. Since portable code cannot
9086 # rely on this symbol name, it's probably fine to never include it in
9087 # preloaded symbol tables.
1927a18f 9088 # Exclude shared library initialization/finalization symbols.
dabbade6 9089 extract_expsyms_cmds=
d7040cdb 9090
dabbade6 9091 case $host_os in
1927a18f 9092 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9093 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9094 # When not using gcc, we currently assume that we are using
9095 # Microsoft Visual C++.
9096 if test "$GCC" != yes; then
9097 with_gnu_ld=no
9098 fi
9099 ;;
9100 interix*)
9101 # we just hope/assume this is gcc and not c89 (= MSVC++)
9102 with_gnu_ld=yes
9103 ;;
9104 openbsd*)
9105 with_gnu_ld=no
9106 ;;
9107 esac
d7040cdb 9108
dabbade6 9109 ld_shlibs=yes
3725885a
RW
9110
9111 # On some targets, GNU ld is compatible enough with the native linker
9112 # that we're better off using the native interface for both.
9113 lt_use_gnu_ld_interface=no
dabbade6 9114 if test "$with_gnu_ld" = yes; then
3725885a
RW
9115 case $host_os in
9116 aix*)
9117 # The AIX port of GNU ld has always aspired to compatibility
9118 # with the native linker. However, as the warning in the GNU ld
9119 # block says, versions before 2.19.5* couldn't really create working
9120 # shared libraries, regardless of the interface used.
9121 case `$LD -v 2>&1` in
9122 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9123 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9124 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9125 *)
9126 lt_use_gnu_ld_interface=yes
9127 ;;
9128 esac
9129 ;;
9130 *)
9131 lt_use_gnu_ld_interface=yes
9132 ;;
9133 esac
9134 fi
9135
9136 if test "$lt_use_gnu_ld_interface" = yes; then
dabbade6
L
9137 # If archive_cmds runs LD, not CC, wlarc should be empty
9138 wlarc='${wl}'
d7040cdb 9139
dabbade6
L
9140 # Set some defaults for GNU ld with shared library support. These
9141 # are reset later if shared libraries are not supported. Putting them
9142 # here allows them to be overridden if necessary.
9143 runpath_var=LD_RUN_PATH
9144 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9145 export_dynamic_flag_spec='${wl}--export-dynamic'
9146 # ancient GNU ld didn't support --whole-archive et. al.
9147 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9148 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9149 else
9150 whole_archive_flag_spec=
9151 fi
9152 supports_anon_versioning=no
9153 case `$LD -v 2>&1` in
3725885a 9154 *GNU\ gold*) supports_anon_versioning=yes ;;
dabbade6
L
9155 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9156 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9157 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9158 *\ 2.11.*) ;; # other 2.11 versions
9159 *) supports_anon_versioning=yes ;;
9160 esac
d7040cdb 9161
dabbade6
L
9162 # See if GNU ld supports shared libraries.
9163 case $host_os in
50e7d84b 9164 aix[3-9]*)
dabbade6
L
9165 # On AIX/PPC, the GNU linker is very broken
9166 if test "$host_cpu" != ia64; then
9167 ld_shlibs=no
9168 cat <<_LT_EOF 1>&2
d7040cdb 9169
3725885a 9170*** Warning: the GNU linker, at least up to release 2.19, is reported
dabbade6
L
9171*** to be unable to reliably create shared libraries on AIX.
9172*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9173*** really care for shared libraries, you may want to install binutils
9174*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9175*** You will then need to restart the configuration process.
d7040cdb 9176
dabbade6
L
9177_LT_EOF
9178 fi
9179 ;;
d7040cdb 9180
dabbade6 9181 amigaos*)
1927a18f
L
9182 case $host_cpu in
9183 powerpc)
9184 # see comment about AmigaOS4 .so support
9185 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9186 archive_expsym_cmds=''
9187 ;;
9188 m68k)
9189 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)'
9190 hardcode_libdir_flag_spec='-L$libdir'
9191 hardcode_minus_L=yes
9192 ;;
9193 esac
dabbade6 9194 ;;
d7040cdb 9195
dabbade6
L
9196 beos*)
9197 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9198 allow_undefined_flag=unsupported
9199 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9200 # support --undefined. This deserves some investigation. FIXME
9201 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9202 else
9203 ld_shlibs=no
9204 fi
9205 ;;
d7040cdb 9206
1927a18f 9207 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9208 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9209 # as there is no search path for DLLs.
9210 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9211 export_dynamic_flag_spec='${wl}--export-all-symbols'
dabbade6
L
9212 allow_undefined_flag=unsupported
9213 always_export_symbols=no
9214 enable_shared_with_static_runtimes=yes
9215 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 9216
dabbade6
L
9217 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9218 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9219 # If the export-symbols file already is a .def file (1st line
9220 # is EXPORTS), use it as is; otherwise, prepend...
9221 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9222 cp $export_symbols $output_objdir/$soname.def;
9223 else
9224 echo EXPORTS > $output_objdir/$soname.def;
9225 cat $export_symbols >> $output_objdir/$soname.def;
9226 fi~
9227 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9228 else
9229 ld_shlibs=no
9230 fi
9231 ;;
d7040cdb 9232
3725885a
RW
9233 haiku*)
9234 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9235 link_all_deplibs=yes
9236 ;;
9237
dabbade6
L
9238 interix[3-9]*)
9239 hardcode_direct=no
9240 hardcode_shlibpath_var=no
9241 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9242 export_dynamic_flag_spec='${wl}-E'
9243 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9244 # Instead, shared libraries are loaded at an image base (0x10000000 by
9245 # default) and relocated if they conflict, which is a slow very memory
9246 # consuming and fragmenting process. To avoid this, we pick a random,
9247 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9248 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9249 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9250 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'
9251 ;;
d7040cdb 9252
58e24671 9253 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
9254 tmp_diet=no
9255 if test "$host_os" = linux-dietlibc; then
9256 case $cc_basename in
9257 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9258 esac
9259 fi
9260 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9261 && test "$tmp_diet" = no
9262 then
6e733cce 9263 tmp_addflag=' $pic_flag'
1927a18f 9264 tmp_sharedflag='-shared'
dabbade6
L
9265 case $cc_basename,$host_cpu in
9266 pgcc*) # Portland Group C compiler
3725885a 9267 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
9268 tmp_addflag=' $pic_flag'
9269 ;;
3725885a
RW
9270 pgf77* | pgf90* | pgf95* | pgfortran*)
9271 # Portland Group f77 and f90 compilers
9272 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
9273 tmp_addflag=' $pic_flag -Mnomain' ;;
9274 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9275 tmp_addflag=' -i_dynamic' ;;
9276 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9277 tmp_addflag=' -i_dynamic -nofor_main' ;;
9278 ifc* | ifort*) # Intel Fortran compiler
9279 tmp_addflag=' -nofor_main' ;;
1927a18f
L
9280 lf95*) # Lahey Fortran 8.1
9281 whole_archive_flag_spec=
9282 tmp_sharedflag='--shared' ;;
3725885a 9283 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
1927a18f
L
9284 tmp_sharedflag='-qmkshrobj'
9285 tmp_addflag= ;;
3725885a
RW
9286 nvcc*) # Cuda Compiler Driver 2.2
9287 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'
9288 compiler_needs_object=yes
9289 ;;
dabbade6
L
9290 esac
9291 case `$CC -V 2>&1 | sed 5q` in
9292 *Sun\ C*) # Sun C 5.9
3725885a 9293 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
9294 compiler_needs_object=yes
9295 tmp_sharedflag='-G' ;;
9296 *Sun\ F*) # Sun Fortran 8.3
9297 tmp_sharedflag='-G' ;;
dabbade6
L
9298 esac
9299 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9300
dabbade6
L
9301 if test "x$supports_anon_versioning" = xyes; then
9302 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9303 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9304 echo "local: *; };" >> $output_objdir/$libname.ver~
9305 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9306 fi
1927a18f
L
9307
9308 case $cc_basename in
3725885a 9309 xlf* | bgf* | bgxlf* | mpixlf*)
1927a18f
L
9310 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9311 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9312 hardcode_libdir_flag_spec=
9313 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9314 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9315 if test "x$supports_anon_versioning" = xyes; then
9316 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9317 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9318 echo "local: *; };" >> $output_objdir/$libname.ver~
9319 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9320 fi
9321 ;;
9322 esac
dabbade6
L
9323 else
9324 ld_shlibs=no
9325 fi
9326 ;;
d7040cdb 9327
dabbade6
L
9328 netbsd*)
9329 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9330 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9331 wlarc=
9332 else
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 fi
9336 ;;
d7040cdb 9337
dabbade6
L
9338 solaris*)
9339 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9340 ld_shlibs=no
9341 cat <<_LT_EOF 1>&2
d7040cdb 9342
dabbade6
L
9343*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9344*** create shared libraries on Solaris systems. Therefore, libtool
9345*** is disabling shared libraries support. We urge you to upgrade GNU
9346*** binutils to release 2.9.1 or newer. Another option is to modify
9347*** your PATH or compiler configuration so that the native linker is
9348*** used, and then restart.
d7040cdb 9349
dabbade6
L
9350_LT_EOF
9351 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9352 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9353 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9354 else
9355 ld_shlibs=no
9356 fi
9357 ;;
d7040cdb 9358
dabbade6
L
9359 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9360 case `$LD -v 2>&1` in
9361 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9362 ld_shlibs=no
9363 cat <<_LT_EOF 1>&2
d7040cdb 9364
dabbade6
L
9365*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9366*** reliably create shared libraries on SCO systems. Therefore, libtool
9367*** is disabling shared libraries support. We urge you to upgrade GNU
9368*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9369*** your PATH or compiler configuration so that the native linker is
9370*** used, and then restart.
d7040cdb 9371
dabbade6
L
9372_LT_EOF
9373 ;;
9374 *)
9375 # For security reasons, it is highly recommended that you always
9376 # use absolute paths for naming shared libraries, and exclude the
9377 # DT_RUNPATH tag from executables and libraries. But doing so
9378 # requires that you compile everything twice, which is a pain.
9379 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9380 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9381 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9382 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9383 else
9384 ld_shlibs=no
9385 fi
9386 ;;
9387 esac
9388 ;;
d7040cdb 9389
dabbade6
L
9390 sunos4*)
9391 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9392 wlarc=
9393 hardcode_direct=yes
9394 hardcode_shlibpath_var=no
9395 ;;
d7040cdb 9396
dabbade6
L
9397 *)
9398 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9399 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9400 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9401 else
9402 ld_shlibs=no
9403 fi
9404 ;;
9405 esac
d7040cdb 9406
dabbade6
L
9407 if test "$ld_shlibs" = no; then
9408 runpath_var=
9409 hardcode_libdir_flag_spec=
9410 export_dynamic_flag_spec=
9411 whole_archive_flag_spec=
9412 fi
9413 else
9414 # PORTME fill in a description of your system's linker (not GNU ld)
9415 case $host_os in
9416 aix3*)
9417 allow_undefined_flag=unsupported
9418 always_export_symbols=yes
9419 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'
9420 # Note: this linker hardcodes the directories in LIBPATH if there
9421 # are no directories specified by -L.
9422 hardcode_minus_L=yes
9423 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9424 # Neither direct hardcoding nor static linking is supported with a
9425 # broken collect2.
9426 hardcode_direct=unsupported
9427 fi
9428 ;;
d7040cdb 9429
50e7d84b 9430 aix[4-9]*)
dabbade6
L
9431 if test "$host_cpu" = ia64; then
9432 # On IA64, the linker does run time linking by default, so we don't
9433 # have to do anything special.
9434 aix_use_runtimelinking=no
9435 exp_sym_flag='-Bexport'
9436 no_entry_flag=""
9437 else
9438 # If we're using GNU nm, then we don't want the "-C" option.
9439 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9440 # Also, AIX nm treats weak defined symbols like other global
9441 # defined symbols, whereas GNU nm marks them as "W".
dabbade6 9442 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9443 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 9444 else
5c14705f 9445 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
9446 fi
9447 aix_use_runtimelinking=no
d7040cdb 9448
dabbade6
L
9449 # Test if we are trying to use run time linking or normal
9450 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9451 # need to do runtime linking.
50e7d84b 9452 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
dabbade6
L
9453 for ld_flag in $LDFLAGS; do
9454 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9455 aix_use_runtimelinking=yes
9456 break
9457 fi
9458 done
9459 ;;
9460 esac
d7040cdb 9461
dabbade6
L
9462 exp_sym_flag='-bexport'
9463 no_entry_flag='-bnoentry'
9464 fi
d7040cdb 9465
dabbade6
L
9466 # When large executables or shared objects are built, AIX ld can
9467 # have problems creating the table of contents. If linking a library
9468 # or program results in "error TOC overflow" add -mminimal-toc to
9469 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9470 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9471
dabbade6
L
9472 archive_cmds=''
9473 hardcode_direct=yes
9474 hardcode_direct_absolute=yes
9475 hardcode_libdir_separator=':'
9476 link_all_deplibs=yes
9477 file_list_spec='${wl}-f,'
d7040cdb 9478
dabbade6
L
9479 if test "$GCC" = yes; then
9480 case $host_os in aix4.[012]|aix4.[012].*)
9481 # We only want to do this on AIX 4.2 and lower, the check
9482 # below for broken collect2 doesn't work under 4.3+
9483 collect2name=`${CC} -print-prog-name=collect2`
9484 if test -f "$collect2name" &&
9485 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9486 then
9487 # We have reworked collect2
9488 :
9489 else
9490 # We have old collect2
9491 hardcode_direct=unsupported
9492 # It fails to find uninstalled libraries when the uninstalled
9493 # path is not listed in the libpath. Setting hardcode_minus_L
9494 # to unsupported forces relinking
9495 hardcode_minus_L=yes
9496 hardcode_libdir_flag_spec='-L$libdir'
9497 hardcode_libdir_separator=
9498 fi
9499 ;;
9500 esac
9501 shared_flag='-shared'
9502 if test "$aix_use_runtimelinking" = yes; then
9503 shared_flag="$shared_flag "'${wl}-G'
9504 fi
9505 else
9506 # not using gcc
9507 if test "$host_cpu" = ia64; then
9508 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9509 # chokes on -Wl,-G. The following line is correct:
9510 shared_flag='-G'
9511 else
9512 if test "$aix_use_runtimelinking" = yes; then
9513 shared_flag='${wl}-G'
9514 else
9515 shared_flag='${wl}-bM:SRE'
9516 fi
9517 fi
9518 fi
d7040cdb 9519
1927a18f 9520 export_dynamic_flag_spec='${wl}-bexpall'
dabbade6
L
9521 # It seems that -bexpall does not export symbols beginning with
9522 # underscore (_), so it is better to generate a list of symbols to export.
9523 always_export_symbols=yes
9524 if test "$aix_use_runtimelinking" = yes; then
9525 # Warning - without using the other runtime loading flags (-brtl),
9526 # -berok will link without error, but may produce a broken library.
9527 allow_undefined_flag='-berok'
9528 # Determine the default libpath from the value encoded in an
9529 # empty executable.
81ecdfbb 9530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9531/* end confdefs.h. */
d7040cdb 9532
dabbade6
L
9533int
9534main ()
9535{
d7040cdb 9536
dabbade6
L
9537 ;
9538 return 0;
9539}
9540_ACEOF
81ecdfbb 9541if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9542
dabbade6
L
9543lt_aix_libpath_sed='
9544 /Import File Strings/,/^$/ {
9545 /^0/ {
9546 s/^0 *\(.*\)$/\1/
9547 p
9548 }
9549 }'
9550aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9551# Check for a 64-bit object if we didn't find anything.
9552if test -z "$aix_libpath"; then
9553 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9554fi
dabbade6 9555fi
81ecdfbb
RW
9556rm -f core conftest.err conftest.$ac_objext \
9557 conftest$ac_exeext conftest.$ac_ext
dabbade6 9558if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9559
dabbade6 9560 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9561 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
9562 else
9563 if test "$host_cpu" = ia64; then
9564 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9565 allow_undefined_flag="-z nodefs"
9566 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"
9567 else
9568 # Determine the default libpath from the value encoded in an
9569 # empty executable.
81ecdfbb 9570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9571/* end confdefs.h. */
d7040cdb 9572
dabbade6
L
9573int
9574main ()
9575{
d7040cdb 9576
dabbade6
L
9577 ;
9578 return 0;
9579}
9580_ACEOF
81ecdfbb 9581if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9582
dabbade6
L
9583lt_aix_libpath_sed='
9584 /Import File Strings/,/^$/ {
9585 /^0/ {
9586 s/^0 *\(.*\)$/\1/
9587 p
9588 }
9589 }'
9590aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9591# Check for a 64-bit object if we didn't find anything.
9592if test -z "$aix_libpath"; then
9593 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9594fi
dabbade6 9595fi
81ecdfbb
RW
9596rm -f core conftest.err conftest.$ac_objext \
9597 conftest$ac_exeext conftest.$ac_ext
dabbade6 9598if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9599
dabbade6
L
9600 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9601 # Warning - without using the other run time loading flags,
9602 # -berok will link without error, but may produce a broken library.
9603 no_undefined_flag=' ${wl}-bernotok'
9604 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9605 if test "$with_gnu_ld" = yes; then
9606 # We only use this code for GNU lds that support --whole-archive.
9607 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9608 else
9609 # Exported symbols can be pulled into shared objects from archives
9610 whole_archive_flag_spec='$convenience'
9611 fi
dabbade6
L
9612 archive_cmds_need_lc=yes
9613 # This is similar to how AIX traditionally builds its shared libraries.
9614 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'
9615 fi
9616 fi
9617 ;;
d7040cdb 9618
dabbade6 9619 amigaos*)
1927a18f
L
9620 case $host_cpu in
9621 powerpc)
9622 # see comment about AmigaOS4 .so support
9623 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9624 archive_expsym_cmds=''
9625 ;;
9626 m68k)
9627 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)'
9628 hardcode_libdir_flag_spec='-L$libdir'
9629 hardcode_minus_L=yes
9630 ;;
9631 esac
dabbade6 9632 ;;
d7040cdb 9633
dabbade6
L
9634 bsdi[45]*)
9635 export_dynamic_flag_spec=-rdynamic
9636 ;;
d7040cdb 9637
1927a18f 9638 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9639 # When not using gcc, we currently assume that we are using
9640 # Microsoft Visual C++.
9641 # hardcode_libdir_flag_spec is actually meaningless, as there is
9642 # no search path for DLLs.
9643 hardcode_libdir_flag_spec=' '
9644 allow_undefined_flag=unsupported
9645 # Tell ltmain to make .lib files, not .a files.
9646 libext=lib
9647 # Tell ltmain to make .dll files, not .so files.
9648 shrext_cmds=".dll"
9649 # FIXME: Setting linknames here is a bad hack.
3725885a 9650 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
dabbade6
L
9651 # The linker will automatically build a .lib file if we build a DLL.
9652 old_archive_from_new_cmds='true'
9653 # FIXME: Should let the user specify the lib program.
9654 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9655 fix_srcfile_path='`cygpath -w "$srcfile"`'
9656 enable_shared_with_static_runtimes=yes
9657 ;;
d7040cdb 9658
dabbade6 9659 darwin* | rhapsody*)
d7040cdb 9660
1927a18f
L
9661
9662 archive_cmds_need_lc=no
9663 hardcode_direct=no
9664 hardcode_automatic=yes
9665 hardcode_shlibpath_var=unsupported
3725885a
RW
9666 if test "$lt_cv_ld_force_load" = "yes"; then
9667 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\"`'
9668 else
9669 whole_archive_flag_spec=''
9670 fi
1927a18f
L
9671 link_all_deplibs=yes
9672 allow_undefined_flag="$_lt_dar_allow_undefined"
9673 case $cc_basename in
9674 ifort*) _lt_dar_can_shared=yes ;;
9675 *) _lt_dar_can_shared=$GCC ;;
9676 esac
9677 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9678 output_verbose_link_cmd=func_echo_all
1927a18f
L
9679 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9680 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9681 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}"
9682 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}"
9683
9684 else
9685 ld_shlibs=no
9686 fi
9687
dabbade6 9688 ;;
d7040cdb 9689
dabbade6
L
9690 dgux*)
9691 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9692 hardcode_libdir_flag_spec='-L$libdir'
9693 hardcode_shlibpath_var=no
9694 ;;
d7040cdb 9695
dabbade6
L
9696 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9697 # support. Future versions do this automatically, but an explicit c++rt0.o
9698 # does not break anything, and helps significantly (at the cost of a little
9699 # extra space).
9700 freebsd2.2*)
9701 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9702 hardcode_libdir_flag_spec='-R$libdir'
9703 hardcode_direct=yes
9704 hardcode_shlibpath_var=no
9705 ;;
d7040cdb 9706
dabbade6 9707 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9708 freebsd2.*)
dabbade6
L
9709 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9710 hardcode_direct=yes
9711 hardcode_minus_L=yes
9712 hardcode_shlibpath_var=no
9713 ;;
d7040cdb 9714
dabbade6
L
9715 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9716 freebsd* | dragonfly*)
9717 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9718 hardcode_libdir_flag_spec='-R$libdir'
9719 hardcode_direct=yes
9720 hardcode_shlibpath_var=no
9721 ;;
d7040cdb 9722
dabbade6
L
9723 hpux9*)
9724 if test "$GCC" = yes; then
9725 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'
9726 else
9727 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'
9728 fi
9729 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9730 hardcode_libdir_separator=:
9731 hardcode_direct=yes
d7040cdb 9732
dabbade6
L
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 export_dynamic_flag_spec='${wl}-E'
9737 ;;
d7040cdb 9738
dabbade6 9739 hpux10*)
3725885a 9740 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9741 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9742 else
9743 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9744 fi
9745 if test "$with_gnu_ld" = no; then
9746 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747 hardcode_libdir_flag_spec_ld='+b $libdir'
9748 hardcode_libdir_separator=:
9749 hardcode_direct=yes
9750 hardcode_direct_absolute=yes
9751 export_dynamic_flag_spec='${wl}-E'
9752 # hardcode_minus_L: Not really in the search PATH,
9753 # but as the default location of the library.
9754 hardcode_minus_L=yes
9755 fi
9756 ;;
d7040cdb 9757
dabbade6 9758 hpux11*)
3725885a 9759 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9760 case $host_cpu in
9761 hppa*64*)
9762 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9763 ;;
9764 ia64*)
1927a18f 9765 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
dabbade6
L
9766 ;;
9767 *)
9768 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9769 ;;
9770 esac
9771 else
9772 case $host_cpu in
9773 hppa*64*)
9774 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 ;;
9776 ia64*)
9777 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9778 ;;
9779 *)
3725885a
RW
9780
9781 # Older versions of the 11.00 compiler do not understand -b yet
9782 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9784$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9785if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9786 $as_echo_n "(cached) " >&6
9787else
9788 lt_cv_prog_compiler__b=no
9789 save_LDFLAGS="$LDFLAGS"
9790 LDFLAGS="$LDFLAGS -b"
9791 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9792 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9793 # The linker can only warn and ignore the option if not recognized
9794 # So say no if there are warnings
9795 if test -s conftest.err; then
9796 # Append any errors to the config.log.
9797 cat conftest.err 1>&5
9798 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9799 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9800 if diff conftest.exp conftest.er2 >/dev/null; then
9801 lt_cv_prog_compiler__b=yes
9802 fi
9803 else
9804 lt_cv_prog_compiler__b=yes
9805 fi
9806 fi
9807 $RM -r conftest*
9808 LDFLAGS="$save_LDFLAGS"
9809
9810fi
9811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9812$as_echo "$lt_cv_prog_compiler__b" >&6; }
9813
9814if test x"$lt_cv_prog_compiler__b" = xyes; then
9815 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9816else
9817 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9818fi
9819
dabbade6
L
9820 ;;
9821 esac
9822 fi
9823 if test "$with_gnu_ld" = no; then
9824 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9825 hardcode_libdir_separator=:
d7040cdb 9826
dabbade6
L
9827 case $host_cpu in
9828 hppa*64*|ia64*)
9829 hardcode_direct=no
9830 hardcode_shlibpath_var=no
9831 ;;
9832 *)
9833 hardcode_direct=yes
9834 hardcode_direct_absolute=yes
9835 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9836
dabbade6
L
9837 # hardcode_minus_L: Not really in the search PATH,
9838 # but as the default location of the library.
9839 hardcode_minus_L=yes
9840 ;;
9841 esac
9842 fi
9843 ;;
d7040cdb 9844
dabbade6
L
9845 irix5* | irix6* | nonstopux*)
9846 if test "$GCC" = yes; then
3725885a 9847 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
9848 # Try to use the -exported_symbol ld option, if it does not
9849 # work, assume that -exports_file does not work either and
9850 # implicitly export all symbols.
9851 save_LDFLAGS="$LDFLAGS"
9852 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9854/* end confdefs.h. */
dabbade6
L
9855int foo(void) {}
9856_ACEOF
81ecdfbb 9857if ac_fn_c_try_link "$LINENO"; then :
3725885a 9858 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 9859
d7040cdb 9860fi
81ecdfbb
RW
9861rm -f core conftest.err conftest.$ac_objext \
9862 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
9863 LDFLAGS="$save_LDFLAGS"
9864 else
3725885a
RW
9865 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'
9866 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
9867 fi
9868 archive_cmds_need_lc='no'
9869 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9870 hardcode_libdir_separator=:
9871 inherit_rpath=yes
9872 link_all_deplibs=yes
9873 ;;
d7040cdb 9874
dabbade6
L
9875 netbsd*)
9876 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9877 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9878 else
9879 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9880 fi
9881 hardcode_libdir_flag_spec='-R$libdir'
9882 hardcode_direct=yes
9883 hardcode_shlibpath_var=no
9884 ;;
d7040cdb 9885
dabbade6
L
9886 newsos6)
9887 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9888 hardcode_direct=yes
9889 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9890 hardcode_libdir_separator=:
9891 hardcode_shlibpath_var=no
9892 ;;
d7040cdb 9893
dabbade6
L
9894 *nto* | *qnx*)
9895 ;;
d7040cdb 9896
dabbade6 9897 openbsd*)
1927a18f
L
9898 if test -f /usr/libexec/ld.so; then
9899 hardcode_direct=yes
9900 hardcode_shlibpath_var=no
9901 hardcode_direct_absolute=yes
9902 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
dabbade6 9903 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1927a18f 9904 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
dabbade6 9905 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
1927a18f
L
9906 export_dynamic_flag_spec='${wl}-E'
9907 else
9908 case $host_os in
9909 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9910 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9911 hardcode_libdir_flag_spec='-R$libdir'
9912 ;;
9913 *)
9914 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9915 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9916 ;;
9917 esac
9918 fi
9919 else
9920 ld_shlibs=no
d7040cdb
SE
9921 fi
9922 ;;
d7040cdb 9923
dabbade6
L
9924 os2*)
9925 hardcode_libdir_flag_spec='-L$libdir'
9926 hardcode_minus_L=yes
9927 allow_undefined_flag=unsupported
3725885a 9928 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
9929 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9930 ;;
d7040cdb 9931
dabbade6
L
9932 osf3*)
9933 if test "$GCC" = yes; then
9934 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9935 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
9936 else
9937 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9938 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
9939 fi
9940 archive_cmds_need_lc='no'
9941 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9942 hardcode_libdir_separator=:
9943 ;;
d7040cdb 9944
dabbade6
L
9945 osf4* | osf5*) # as osf3* with the addition of -msym flag
9946 if test "$GCC" = yes; then
9947 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9948 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
9949 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9950 else
9951 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9952 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 9953 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 9954 $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 9955
dabbade6
L
9956 # Both c and cxx compiler support -rpath directly
9957 hardcode_libdir_flag_spec='-rpath $libdir'
9958 fi
9959 archive_cmds_need_lc='no'
9960 hardcode_libdir_separator=:
9961 ;;
d7040cdb 9962
dabbade6
L
9963 solaris*)
9964 no_undefined_flag=' -z defs'
9965 if test "$GCC" = yes; then
9966 wlarc='${wl}'
9967 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9968 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9969 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9970 else
9971 case `$CC -V 2>&1` in
9972 *"Compilers 5.0"*)
9973 wlarc=''
9974 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9975 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9976 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9977 ;;
9978 *)
9979 wlarc='${wl}'
9980 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9981 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9982 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9983 ;;
9984 esac
9985 fi
9986 hardcode_libdir_flag_spec='-R$libdir'
9987 hardcode_shlibpath_var=no
9988 case $host_os in
9989 solaris2.[0-5] | solaris2.[0-5].*) ;;
9990 *)
9991 # The compiler driver will combine and reorder linker options,
9992 # but understands `-z linker_flag'. GCC discards it without `$wl',
9993 # but is careful enough not to reorder.
9994 # Supported since Solaris 2.6 (maybe 2.5.1?)
9995 if test "$GCC" = yes; then
9996 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9997 else
9998 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9999 fi
10000 ;;
10001 esac
10002 link_all_deplibs=yes
d7040cdb 10003 ;;
dabbade6
L
10004
10005 sunos4*)
10006 if test "x$host_vendor" = xsequent; then
10007 # Use $CC to link under sequent, because it throws in some extra .o
10008 # files that make .init and .fini sections work.
10009 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 10010 else
dabbade6 10011 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 10012 fi
dabbade6
L
10013 hardcode_libdir_flag_spec='-L$libdir'
10014 hardcode_direct=yes
10015 hardcode_minus_L=yes
10016 hardcode_shlibpath_var=no
d7040cdb 10017 ;;
dabbade6
L
10018
10019 sysv4)
10020 case $host_vendor in
10021 sni)
10022 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10023 hardcode_direct=yes # is this really true???
10024 ;;
10025 siemens)
10026 ## LD is ld it makes a PLAMLIB
10027 ## CC just makes a GrossModule.
10028 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10029 reload_cmds='$CC -r -o $output$reload_objs'
10030 hardcode_direct=no
10031 ;;
10032 motorola)
10033 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10034 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10035 ;;
10036 esac
10037 runpath_var='LD_RUN_PATH'
10038 hardcode_shlibpath_var=no
d7040cdb 10039 ;;
d7040cdb 10040
dabbade6
L
10041 sysv4.3*)
10042 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10043 hardcode_shlibpath_var=no
10044 export_dynamic_flag_spec='-Bexport'
10045 ;;
d7040cdb 10046
dabbade6
L
10047 sysv4*MP*)
10048 if test -d /usr/nec; then
10049 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10050 hardcode_shlibpath_var=no
10051 runpath_var=LD_RUN_PATH
10052 hardcode_runpath_var=yes
10053 ld_shlibs=yes
10054 fi
10055 ;;
d7040cdb 10056
dabbade6
L
10057 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10058 no_undefined_flag='${wl}-z,text'
10059 archive_cmds_need_lc=no
10060 hardcode_shlibpath_var=no
10061 runpath_var='LD_RUN_PATH'
d7040cdb 10062
dabbade6
L
10063 if test "$GCC" = yes; then
10064 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10065 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10066 else
10067 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10068 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10069 fi
10070 ;;
d7040cdb 10071
dabbade6
L
10072 sysv5* | sco3.2v5* | sco5v6*)
10073 # Note: We can NOT use -z defs as we might desire, because we do not
10074 # link with -lc, and that would cause any symbols used from libc to
10075 # always be unresolved, which means just about no library would
10076 # ever link correctly. If we're not using GNU ld we use -z text
10077 # though, which does catch some bad symbols but isn't as heavy-handed
10078 # as -z defs.
10079 no_undefined_flag='${wl}-z,text'
10080 allow_undefined_flag='${wl}-z,nodefs'
10081 archive_cmds_need_lc=no
10082 hardcode_shlibpath_var=no
10083 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10084 hardcode_libdir_separator=':'
10085 link_all_deplibs=yes
10086 export_dynamic_flag_spec='${wl}-Bexport'
10087 runpath_var='LD_RUN_PATH'
d7040cdb 10088
dabbade6
L
10089 if test "$GCC" = yes; then
10090 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10091 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10092 else
10093 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10094 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10095 fi
d7040cdb 10096 ;;
d7040cdb 10097
dabbade6
L
10098 uts4*)
10099 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10100 hardcode_libdir_flag_spec='-L$libdir'
10101 hardcode_shlibpath_var=no
10102 ;;
d7040cdb 10103
dabbade6
L
10104 *)
10105 ld_shlibs=no
10106 ;;
10107 esac
10108
10109 if test x$host_vendor = xsni; then
10110 case $host in
10111 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10112 export_dynamic_flag_spec='${wl}-Blargedynsym'
10113 ;;
10114 esac
d7040cdb 10115 fi
dabbade6 10116 fi
d7040cdb 10117
81ecdfbb
RW
10118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10119$as_echo "$ld_shlibs" >&6; }
dabbade6 10120test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 10121
dabbade6 10122with_gnu_ld=$with_gnu_ld
d7040cdb 10123
d7040cdb 10124
d7040cdb 10125
d7040cdb 10126
d7040cdb 10127
d7040cdb 10128
d7040cdb 10129
d7040cdb 10130
d7040cdb 10131
d7040cdb 10132
d7040cdb 10133
d7040cdb 10134
d7040cdb 10135
d7040cdb 10136
d7040cdb 10137
dabbade6
L
10138#
10139# Do we need to explicitly link libc?
10140#
10141case "x$archive_cmds_need_lc" in
10142x|xyes)
10143 # Assume -lc should be added
10144 archive_cmds_need_lc=yes
d7040cdb 10145
dabbade6
L
10146 if test "$enable_shared" = yes && test "$GCC" = yes; then
10147 case $archive_cmds in
10148 *'~'*)
10149 # FIXME: we may have to deal with multi-command sequences.
10150 ;;
10151 '$CC '*)
10152 # Test whether the compiler implicitly links with -lc since on some
10153 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10154 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10156$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10157if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10158 $as_echo_n "(cached) " >&6
39144654
RW
10159else
10160 $RM conftest*
10161 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10162
81ecdfbb 10163 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
dabbade6
L
10164 (eval $ac_compile) 2>&5
10165 ac_status=$?
81ecdfbb
RW
10166 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10167 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10168 soname=conftest
10169 lib=conftest
10170 libobjs=conftest.$ac_objext
10171 deplibs=
10172 wl=$lt_prog_compiler_wl
10173 pic_flag=$lt_prog_compiler_pic
10174 compiler_flags=-v
10175 linker_flags=-v
10176 verstring=
10177 output_objdir=.
10178 libname=conftest
10179 lt_save_allow_undefined_flag=$allow_undefined_flag
10180 allow_undefined_flag=
81ecdfbb 10181 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
dabbade6
L
10182 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10183 ac_status=$?
81ecdfbb
RW
10184 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10185 test $ac_status = 0; }
39144654
RW
10186 then
10187 lt_cv_archive_cmds_need_lc=no
10188 else
10189 lt_cv_archive_cmds_need_lc=yes
10190 fi
10191 allow_undefined_flag=$lt_save_allow_undefined_flag
10192 else
10193 cat conftest.err 1>&5
10194 fi
10195 $RM conftest*
10196
10197fi
81ecdfbb
RW
10198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10199$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10200 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
dabbade6
L
10201 ;;
10202 esac
d7040cdb 10203 fi
d7040cdb 10204 ;;
dabbade6 10205esac
d7040cdb 10206
d7040cdb 10207
d7040cdb 10208
d7040cdb 10209
d7040cdb 10210
d7040cdb 10211
d7040cdb 10212
d7040cdb
SE
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
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
d7040cdb 10300
d7040cdb 10301
d7040cdb
SE
10302
10303
10304
10305
10306
10307
d7040cdb 10308
d7040cdb 10309
d7040cdb 10310
d7040cdb 10311
d7040cdb 10312
d7040cdb 10313
d7040cdb 10314
d7040cdb 10315
d7040cdb 10316
d7040cdb 10317
d7040cdb 10318
d7040cdb 10319
d7040cdb 10320
d7040cdb 10321
d7040cdb 10322
d7040cdb 10323
d7040cdb 10324
d7040cdb 10325
d7040cdb 10326
d7040cdb 10327
d7040cdb 10328
d7040cdb 10329
d7040cdb 10330
d7040cdb 10331
dabbade6
L
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
81ecdfbb
RW
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10364$as_echo_n "checking dynamic linker characteristics... " >&6; }
1927a18f
L
10365
10366if test "$GCC" = yes; then
dabbade6
L
10367 case $host_os in
10368 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10369 *) lt_awk_arg="/^libraries:/" ;;
10370 esac
3725885a
RW
10371 case $host_os in
10372 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10373 *) lt_sed_strip_eq="s,=/,/,g" ;;
10374 esac
10375 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10376 case $lt_search_path_spec in
10377 *\;*)
dabbade6
L
10378 # if the path contains ";" then we assume it to be the separator
10379 # otherwise default to the standard path separator (i.e. ":") - it is
10380 # assumed that no part of a normal pathname contains ";" but that should
10381 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10382 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10383 ;;
10384 *)
10385 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10386 ;;
10387 esac
dabbade6
L
10388 # Ok, now we have the path, separated by spaces, we can step through it
10389 # and add multilib dir if necessary.
10390 lt_tmp_lt_search_path_spec=
10391 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10392 for lt_sys_path in $lt_search_path_spec; do
10393 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10394 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10395 else
10396 test -d "$lt_sys_path" && \
10397 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10398 fi
10399 done
3725885a 10400 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
dabbade6
L
10401BEGIN {RS=" "; FS="/|\n";} {
10402 lt_foo="";
10403 lt_count=0;
10404 for (lt_i = NF; lt_i > 0; lt_i--) {
10405 if ($lt_i != "" && $lt_i != ".") {
10406 if ($lt_i == "..") {
10407 lt_count++;
10408 } else {
10409 if (lt_count == 0) {
10410 lt_foo="/" $lt_i lt_foo;
10411 } else {
10412 lt_count--;
10413 }
10414 }
10415 }
10416 }
10417 if (lt_foo != "") { lt_freq[lt_foo]++; }
10418 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10419}'`
3725885a
RW
10420 # AWK program above erroneously prepends '/' to C:/dos/paths
10421 # for these hosts.
10422 case $host_os in
10423 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10424 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10425 esac
10426 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10427else
dabbade6
L
10428 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10429fi
10430library_names_spec=
10431libname_spec='lib$name'
10432soname_spec=
10433shrext_cmds=".so"
10434postinstall_cmds=
10435postuninstall_cmds=
10436finish_cmds=
10437finish_eval=
10438shlibpath_var=
10439shlibpath_overrides_runpath=unknown
10440version_type=none
10441dynamic_linker="$host_os ld.so"
10442sys_lib_dlsearch_path_spec="/lib /usr/lib"
10443need_lib_prefix=unknown
10444hardcode_into_libs=no
10445
10446# when you set need_version to no, make sure it does not cause -set_version
10447# flags to be left without arguments
10448need_version=unknown
10449
10450case $host_os in
10451aix3*)
10452 version_type=linux
10453 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10454 shlibpath_var=LIBPATH
10455
10456 # AIX 3 has no versioning support, so we append a major version to the name.
10457 soname_spec='${libname}${release}${shared_ext}$major'
10458 ;;
10459
50e7d84b 10460aix[4-9]*)
dabbade6
L
10461 version_type=linux
10462 need_lib_prefix=no
10463 need_version=no
10464 hardcode_into_libs=yes
10465 if test "$host_cpu" = ia64; then
10466 # AIX 5 supports IA64
10467 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10468 shlibpath_var=LD_LIBRARY_PATH
10469 else
10470 # With GCC up to 2.95.x, collect2 would create an import file
10471 # for dependence libraries. The import file would start with
10472 # the line `#! .'. This would cause the generated library to
10473 # depend on `.', always an invalid library. This was fixed in
10474 # development snapshots of GCC prior to 3.0.
10475 case $host_os in
10476 aix4 | aix4.[01] | aix4.[01].*)
10477 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10478 echo ' yes '
10479 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10480 :
10481 else
10482 can_build_shared=no
10483 fi
10484 ;;
10485 esac
10486 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10487 # soname into executable. Probably we can add versioning support to
10488 # collect2, so additional links can be useful in future.
10489 if test "$aix_use_runtimelinking" = yes; then
10490 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10491 # instead of lib<name>.a to let people know that these are not
10492 # typical AIX shared libraries.
10493 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10494 else
10495 # We preserve .a as extension for shared libraries through AIX4.2
10496 # and later when we are not doing run time linking.
10497 library_names_spec='${libname}${release}.a $libname.a'
10498 soname_spec='${libname}${release}${shared_ext}$major'
10499 fi
10500 shlibpath_var=LIBPATH
10501 fi
10502 ;;
10503
10504amigaos*)
1927a18f
L
10505 case $host_cpu in
10506 powerpc)
10507 # Since July 2007 AmigaOS4 officially supports .so libraries.
10508 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10510 ;;
10511 m68k)
dabbade6
L
10512 library_names_spec='$libname.ixlibrary $libname.a'
10513 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10514 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
10515 ;;
10516 esac
dabbade6
L
10517 ;;
10518
10519beos*)
10520 library_names_spec='${libname}${shared_ext}'
10521 dynamic_linker="$host_os ld.so"
10522 shlibpath_var=LIBRARY_PATH
10523 ;;
10524
10525bsdi[45]*)
10526 version_type=linux
10527 need_version=no
10528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10529 soname_spec='${libname}${release}${shared_ext}$major'
10530 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10531 shlibpath_var=LD_LIBRARY_PATH
10532 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10533 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10534 # the default ld.so.conf also contains /usr/contrib/lib and
10535 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10536 # libtool to hard-code these into programs
10537 ;;
10538
1927a18f 10539cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
10540 version_type=windows
10541 shrext_cmds=".dll"
10542 need_version=no
10543 need_lib_prefix=no
10544
1927a18f
L
10545 case $GCC,$host_os in
10546 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
dabbade6
L
10547 library_names_spec='$libname.dll.a'
10548 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10549 postinstall_cmds='base_file=`basename \${file}`~
10550 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10551 dldir=$destdir/`dirname \$dlpath`~
10552 test -d \$dldir || mkdir -p \$dldir~
10553 $install_prog $dir/$dlname \$dldir/$dlname~
10554 chmod a+x \$dldir/$dlname~
10555 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10556 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10557 fi'
10558 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10559 dlpath=$dir/\$dldll~
10560 $RM \$dlpath'
10561 shlibpath_overrides_runpath=yes
10562
10563 case $host_os in
10564 cygwin*)
10565 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10566 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10567
10568 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
dabbade6 10569 ;;
1927a18f 10570 mingw* | cegcc*)
dabbade6
L
10571 # MinGW DLLs use traditional 'lib' prefix
10572 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
dabbade6
L
10573 ;;
10574 pw32*)
10575 # pw32 DLLs use 'pw' prefix rather than 'lib'
10576 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10577 ;;
10578 esac
10579 ;;
10580
10581 *)
10582 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10583 ;;
10584 esac
10585 dynamic_linker='Win32 ld.exe'
10586 # FIXME: first we should search . and the directory the executable is in
10587 shlibpath_var=PATH
10588 ;;
10589
10590darwin* | rhapsody*)
10591 dynamic_linker="$host_os dyld"
10592 version_type=darwin
10593 need_lib_prefix=no
10594 need_version=no
10595 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10596 soname_spec='${libname}${release}${major}$shared_ext'
10597 shlibpath_overrides_runpath=yes
10598 shlibpath_var=DYLD_LIBRARY_PATH
10599 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10600
10601 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10602 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10603 ;;
10604
10605dgux*)
10606 version_type=linux
10607 need_lib_prefix=no
10608 need_version=no
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 shlibpath_var=LD_LIBRARY_PATH
10612 ;;
10613
dabbade6
L
10614freebsd* | dragonfly*)
10615 # DragonFly does not have aout. When/if they implement a new
10616 # versioning mechanism, adjust this.
10617 if test -x /usr/bin/objformat; then
10618 objformat=`/usr/bin/objformat`
10619 else
10620 case $host_os in
6d2920c8 10621 freebsd[23].*) objformat=aout ;;
dabbade6
L
10622 *) objformat=elf ;;
10623 esac
10624 fi
10625 version_type=freebsd-$objformat
10626 case $version_type in
10627 freebsd-elf*)
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10629 need_version=no
10630 need_lib_prefix=no
10631 ;;
10632 freebsd-*)
10633 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10634 need_version=yes
10635 ;;
10636 esac
10637 shlibpath_var=LD_LIBRARY_PATH
10638 case $host_os in
6d2920c8 10639 freebsd2.*)
dabbade6
L
10640 shlibpath_overrides_runpath=yes
10641 ;;
10642 freebsd3.[01]* | freebsdelf3.[01]*)
10643 shlibpath_overrides_runpath=yes
10644 hardcode_into_libs=yes
10645 ;;
10646 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10647 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10648 shlibpath_overrides_runpath=no
10649 hardcode_into_libs=yes
10650 ;;
10651 *) # from 4.6 on, and DragonFly
10652 shlibpath_overrides_runpath=yes
10653 hardcode_into_libs=yes
10654 ;;
10655 esac
10656 ;;
10657
3725885a
RW
10658haiku*)
10659 version_type=linux
10660 need_lib_prefix=no
10661 need_version=no
10662 dynamic_linker="$host_os runtime_loader"
10663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10664 soname_spec='${libname}${release}${shared_ext}$major'
10665 shlibpath_var=LIBRARY_PATH
10666 shlibpath_overrides_runpath=yes
10667 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10668 hardcode_into_libs=yes
10669 ;;
10670
dabbade6
L
10671hpux9* | hpux10* | hpux11*)
10672 # Give a soname corresponding to the major version so that dld.sl refuses to
10673 # link against other versions.
10674 version_type=sunos
10675 need_lib_prefix=no
10676 need_version=no
10677 case $host_cpu in
10678 ia64*)
10679 shrext_cmds='.so'
10680 hardcode_into_libs=yes
10681 dynamic_linker="$host_os dld.so"
10682 shlibpath_var=LD_LIBRARY_PATH
10683 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10684 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10685 soname_spec='${libname}${release}${shared_ext}$major'
10686 if test "X$HPUX_IA64_MODE" = X32; then
10687 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10688 else
10689 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10690 fi
10691 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10692 ;;
10693 hppa*64*)
10694 shrext_cmds='.sl'
10695 hardcode_into_libs=yes
10696 dynamic_linker="$host_os dld.sl"
10697 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10698 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10702 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10703 ;;
10704 *)
10705 shrext_cmds='.sl'
10706 dynamic_linker="$host_os dld.sl"
10707 shlibpath_var=SHLIB_PATH
10708 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10710 soname_spec='${libname}${release}${shared_ext}$major'
10711 ;;
10712 esac
3725885a 10713 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
dabbade6 10714 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10715 # or fails outright, so override atomically:
10716 install_override_mode=555
dabbade6
L
10717 ;;
10718
10719interix[3-9]*)
10720 version_type=linux
10721 need_lib_prefix=no
10722 need_version=no
10723 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10724 soname_spec='${libname}${release}${shared_ext}$major'
10725 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10726 shlibpath_var=LD_LIBRARY_PATH
10727 shlibpath_overrides_runpath=no
10728 hardcode_into_libs=yes
10729 ;;
10730
10731irix5* | irix6* | nonstopux*)
10732 case $host_os in
10733 nonstopux*) version_type=nonstopux ;;
10734 *)
10735 if test "$lt_cv_prog_gnu_ld" = yes; then
10736 version_type=linux
10737 else
10738 version_type=irix
10739 fi ;;
10740 esac
10741 need_lib_prefix=no
10742 need_version=no
10743 soname_spec='${libname}${release}${shared_ext}$major'
10744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10745 case $host_os in
10746 irix5* | nonstopux*)
10747 libsuff= shlibsuff=
10748 ;;
10749 *)
10750 case $LD in # libtool.m4 will add one of these switches to LD
10751 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10752 libsuff= shlibsuff= libmagic=32-bit;;
10753 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10754 libsuff=32 shlibsuff=N32 libmagic=N32;;
10755 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10756 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10757 *) libsuff= shlibsuff= libmagic=never-match;;
10758 esac
10759 ;;
10760 esac
10761 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10762 shlibpath_overrides_runpath=no
10763 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10764 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10765 hardcode_into_libs=yes
10766 ;;
10767
10768# No shared lib support for Linux oldld, aout, or coff.
10769linux*oldld* | linux*aout* | linux*coff*)
10770 dynamic_linker=no
10771 ;;
10772
10773# This must be Linux ELF.
f4782128 10774linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
dabbade6
L
10775 version_type=linux
10776 need_lib_prefix=no
10777 need_version=no
10778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779 soname_spec='${libname}${release}${shared_ext}$major'
10780 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10781 shlibpath_var=LD_LIBRARY_PATH
10782 shlibpath_overrides_runpath=no
39144654 10783
dabbade6 10784 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10785 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10786 $as_echo_n "(cached) " >&6
39144654
RW
10787else
10788 lt_cv_shlibpath_overrides_runpath=no
10789 save_LDFLAGS=$LDFLAGS
10790 save_libdir=$libdir
10791 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10792 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10794/* end confdefs.h. */
10795
d7040cdb
SE
10796int
10797main ()
10798{
dabbade6 10799
d7040cdb
SE
10800 ;
10801 return 0;
10802}
10803_ACEOF
81ecdfbb
RW
10804if ac_fn_c_try_link "$LINENO"; then :
10805 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10806 lt_cv_shlibpath_overrides_runpath=yes
dabbade6 10807fi
d7040cdb 10808fi
81ecdfbb
RW
10809rm -f core conftest.err conftest.$ac_objext \
10810 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10811 LDFLAGS=$save_LDFLAGS
10812 libdir=$save_libdir
10813
10814fi
10815
10816 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
dabbade6
L
10817
10818 # This implies no fast_install, which is unacceptable.
10819 # Some rework will be needed to allow for fast_install
10820 # before this can be enabled.
10821 hardcode_into_libs=yes
10822
10823 # Append ld.so.conf contents to the search path
10824 if test -f /etc/ld.so.conf; then
3725885a 10825 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
10826 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10827 fi
10828
10829 # We used to test for /lib/ld.so.1 and disable shared libraries on
10830 # powerpc, because MkLinux only supported shared libraries with the
10831 # GNU dynamic linker. Since this was broken with cross compilers,
10832 # most powerpc-linux boxes support dynamic linking these days and
10833 # people can always --disable-shared, the test was removed, and we
10834 # assume the GNU/Linux dynamic linker is in use.
10835 dynamic_linker='GNU/Linux ld.so'
10836 ;;
10837
10838netbsd*)
10839 version_type=sunos
10840 need_lib_prefix=no
10841 need_version=no
10842 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10843 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10844 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10845 dynamic_linker='NetBSD (a.out) ld.so'
10846 else
10847 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10848 soname_spec='${libname}${release}${shared_ext}$major'
10849 dynamic_linker='NetBSD ld.elf_so'
10850 fi
10851 shlibpath_var=LD_LIBRARY_PATH
10852 shlibpath_overrides_runpath=yes
10853 hardcode_into_libs=yes
10854 ;;
10855
10856newsos6)
10857 version_type=linux
10858 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10859 shlibpath_var=LD_LIBRARY_PATH
10860 shlibpath_overrides_runpath=yes
10861 ;;
10862
10863*nto* | *qnx*)
10864 version_type=qnx
10865 need_lib_prefix=no
10866 need_version=no
10867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10868 soname_spec='${libname}${release}${shared_ext}$major'
10869 shlibpath_var=LD_LIBRARY_PATH
10870 shlibpath_overrides_runpath=no
10871 hardcode_into_libs=yes
10872 dynamic_linker='ldqnx.so'
10873 ;;
10874
10875openbsd*)
10876 version_type=sunos
10877 sys_lib_dlsearch_path_spec="/usr/lib"
10878 need_lib_prefix=no
10879 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10880 case $host_os in
10881 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10882 *) need_version=no ;;
10883 esac
10884 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10885 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10886 shlibpath_var=LD_LIBRARY_PATH
10887 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10888 case $host_os in
10889 openbsd2.[89] | openbsd2.[89].*)
10890 shlibpath_overrides_runpath=no
10891 ;;
10892 *)
10893 shlibpath_overrides_runpath=yes
10894 ;;
10895 esac
10896 else
10897 shlibpath_overrides_runpath=yes
10898 fi
10899 ;;
10900
10901os2*)
10902 libname_spec='$name'
10903 shrext_cmds=".dll"
10904 need_lib_prefix=no
10905 library_names_spec='$libname${shared_ext} $libname.a'
10906 dynamic_linker='OS/2 ld.exe'
10907 shlibpath_var=LIBPATH
10908 ;;
10909
10910osf3* | osf4* | osf5*)
10911 version_type=osf
10912 need_lib_prefix=no
10913 need_version=no
10914 soname_spec='${libname}${release}${shared_ext}$major'
10915 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10916 shlibpath_var=LD_LIBRARY_PATH
10917 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10918 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10919 ;;
10920
10921rdos*)
10922 dynamic_linker=no
10923 ;;
10924
10925solaris*)
10926 version_type=linux
10927 need_lib_prefix=no
10928 need_version=no
10929 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10930 soname_spec='${libname}${release}${shared_ext}$major'
10931 shlibpath_var=LD_LIBRARY_PATH
10932 shlibpath_overrides_runpath=yes
10933 hardcode_into_libs=yes
10934 # ldd complains unless libraries are executable
10935 postinstall_cmds='chmod +x $lib'
10936 ;;
10937
10938sunos4*)
10939 version_type=sunos
10940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10941 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10942 shlibpath_var=LD_LIBRARY_PATH
10943 shlibpath_overrides_runpath=yes
10944 if test "$with_gnu_ld" = yes; then
10945 need_lib_prefix=no
10946 fi
10947 need_version=yes
10948 ;;
10949
10950sysv4 | sysv4.3*)
10951 version_type=linux
10952 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10953 soname_spec='${libname}${release}${shared_ext}$major'
10954 shlibpath_var=LD_LIBRARY_PATH
10955 case $host_vendor in
10956 sni)
10957 shlibpath_overrides_runpath=no
10958 need_lib_prefix=no
10959 runpath_var=LD_RUN_PATH
10960 ;;
10961 siemens)
10962 need_lib_prefix=no
10963 ;;
10964 motorola)
10965 need_lib_prefix=no
10966 need_version=no
10967 shlibpath_overrides_runpath=no
10968 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10969 ;;
10970 esac
10971 ;;
10972
10973sysv4*MP*)
10974 if test -d /usr/nec ;then
10975 version_type=linux
10976 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10977 soname_spec='$libname${shared_ext}.$major'
10978 shlibpath_var=LD_LIBRARY_PATH
10979 fi
10980 ;;
10981
10982sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10983 version_type=freebsd-elf
10984 need_lib_prefix=no
10985 need_version=no
10986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10987 soname_spec='${libname}${release}${shared_ext}$major'
10988 shlibpath_var=LD_LIBRARY_PATH
10989 shlibpath_overrides_runpath=yes
10990 hardcode_into_libs=yes
10991 if test "$with_gnu_ld" = yes; then
10992 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10993 else
10994 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10995 case $host_os in
10996 sco3.2v5*)
10997 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10998 ;;
10999 esac
11000 fi
11001 sys_lib_dlsearch_path_spec='/usr/lib'
11002 ;;
11003
11004tpf*)
11005 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11006 version_type=linux
11007 need_lib_prefix=no
11008 need_version=no
1927a18f 11009 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
dabbade6
L
11010 shlibpath_var=LD_LIBRARY_PATH
11011 shlibpath_overrides_runpath=no
11012 hardcode_into_libs=yes
11013 ;;
11014
11015uts4*)
11016 version_type=linux
11017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11018 soname_spec='${libname}${release}${shared_ext}$major'
11019 shlibpath_var=LD_LIBRARY_PATH
11020 ;;
d7040cdb 11021
dabbade6
L
11022*)
11023 dynamic_linker=no
11024 ;;
11025esac
81ecdfbb
RW
11026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11027$as_echo "$dynamic_linker" >&6; }
dabbade6 11028test "$dynamic_linker" = no && can_build_shared=no
d7040cdb 11029
dabbade6
L
11030variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11031if test "$GCC" = yes; then
11032 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 11033fi
d7040cdb 11034
1927a18f
L
11035if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11036 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11037fi
11038if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11039 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11040fi
11041
d7040cdb 11042
d7040cdb
SE
11043
11044
d7040cdb
SE
11045
11046
d7040cdb
SE
11047
11048
d7040cdb
SE
11049
11050
d7040cdb
SE
11051
11052
d7040cdb 11053
d7040cdb 11054
d7040cdb 11055
d7040cdb 11056
d7040cdb 11057
d7040cdb 11058
d7040cdb 11059
d7040cdb 11060
d7040cdb 11061
d7040cdb 11062
d7040cdb 11063
d7040cdb 11064
d7040cdb 11065
d7040cdb 11066
d7040cdb
SE
11067
11068
d7040cdb 11069
d7040cdb 11070
d7040cdb 11071
d7040cdb 11072
d7040cdb 11073
d7040cdb 11074
d7040cdb 11075
d7040cdb 11076
d7040cdb 11077
d7040cdb
SE
11078
11079
d7040cdb 11080
d7040cdb 11081
d7040cdb 11082
d7040cdb
SE
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
d7040cdb
SE
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
d7040cdb 11112
d7040cdb 11113
dabbade6
L
11114
11115
11116
11117
11118
11119
11120
11121
3725885a
RW
11122
11123
11124
11125
11126
dabbade6
L
11127
11128
11129
11130
11131
11132
81ecdfbb
RW
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11134$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
dabbade6
L
11135hardcode_action=
11136if test -n "$hardcode_libdir_flag_spec" ||
11137 test -n "$runpath_var" ||
11138 test "X$hardcode_automatic" = "Xyes" ; then
11139
11140 # We can hardcode non-existent directories.
11141 if test "$hardcode_direct" != no &&
11142 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11143 # have to relink, otherwise we might link with an installed library
11144 # when we should be linking with a yet-to-be-installed one
11145 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11146 test "$hardcode_minus_L" != no; then
11147 # Linking always hardcodes the temporary library directory.
11148 hardcode_action=relink
11149 else
11150 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11151 hardcode_action=immediate
11152 fi
11153else
11154 # We cannot hardcode anything, or else we can only hardcode existing
11155 # directories.
11156 hardcode_action=unsupported
11157fi
81ecdfbb
RW
11158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11159$as_echo "$hardcode_action" >&6; }
dabbade6
L
11160
11161if test "$hardcode_action" = relink ||
11162 test "$inherit_rpath" = yes; then
11163 # Fast installation is not supported
11164 enable_fast_install=no
11165elif test "$shlibpath_overrides_runpath" = yes ||
11166 test "$enable_shared" = no; then
11167 # Fast installation is not necessary
11168 enable_fast_install=needless
11169fi
11170
11171
11172
11173
11174
11175
11176 if test "x$enable_dlopen" != xyes; then
11177 enable_dlopen=unknown
11178 enable_dlopen_self=unknown
11179 enable_dlopen_self_static=unknown
11180else
11181 lt_cv_dlopen=no
11182 lt_cv_dlopen_libs=
11183
d7040cdb 11184 case $host_os in
dabbade6
L
11185 beos*)
11186 lt_cv_dlopen="load_add_on"
11187 lt_cv_dlopen_libs=
11188 lt_cv_dlopen_self=yes
d7040cdb
SE
11189 ;;
11190
1927a18f 11191 mingw* | pw32* | cegcc*)
dabbade6
L
11192 lt_cv_dlopen="LoadLibrary"
11193 lt_cv_dlopen_libs=
d7040cdb 11194 ;;
d7040cdb 11195
dabbade6
L
11196 cygwin*)
11197 lt_cv_dlopen="dlopen"
11198 lt_cv_dlopen_libs=
11199 ;;
d7040cdb 11200
dabbade6
L
11201 darwin*)
11202 # if libdl is installed we need to link against it
81ecdfbb
RW
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11204$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11205if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11206 $as_echo_n "(cached) " >&6
dabbade6
L
11207else
11208 ac_check_lib_save_LIBS=$LIBS
11209LIBS="-ldl $LIBS"
81ecdfbb 11210cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11211/* end confdefs.h. */
d7040cdb 11212
81ecdfbb
RW
11213/* Override any GCC internal prototype to avoid an error.
11214 Use char because int might match the return type of a GCC
11215 builtin and then its argument prototype would still apply. */
dabbade6
L
11216#ifdef __cplusplus
11217extern "C"
11218#endif
dabbade6
L
11219char dlopen ();
11220int
11221main ()
11222{
81ecdfbb 11223return dlopen ();
dabbade6
L
11224 ;
11225 return 0;
11226}
11227_ACEOF
81ecdfbb 11228if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11229 ac_cv_lib_dl_dlopen=yes
11230else
81ecdfbb 11231 ac_cv_lib_dl_dlopen=no
d7040cdb 11232fi
81ecdfbb
RW
11233rm -f core conftest.err conftest.$ac_objext \
11234 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11235LIBS=$ac_check_lib_save_LIBS
11236fi
81ecdfbb
RW
11237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11238$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11239if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
dabbade6
L
11240 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11241else
d7040cdb 11242
dabbade6
L
11243 lt_cv_dlopen="dyld"
11244 lt_cv_dlopen_libs=
11245 lt_cv_dlopen_self=yes
d7040cdb 11246
81ecdfbb 11247fi
d7040cdb 11248
81ecdfbb
RW
11249 ;;
11250
11251 *)
11252 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11253if test "x$ac_cv_func_shl_load" = xyes; then :
81ecdfbb
RW
11254 lt_cv_dlopen="shl_load"
11255else
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11257$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11258if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb
RW
11259 $as_echo_n "(cached) " >&6
11260else
11261 ac_check_lib_save_LIBS=$LIBS
11262LIBS="-ldld $LIBS"
11263cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11264/* end confdefs.h. */
11265
11266/* Override any GCC internal prototype to avoid an error.
11267 Use char because int might match the return type of a GCC
dabbade6 11268 builtin and then its argument prototype would still apply. */
dabbade6 11269#ifdef __cplusplus
81ecdfbb 11270extern "C"
dabbade6 11271#endif
81ecdfbb 11272char shl_load ();
dabbade6
L
11273int
11274main ()
11275{
81ecdfbb 11276return shl_load ();
dabbade6
L
11277 ;
11278 return 0;
11279}
11280_ACEOF
81ecdfbb
RW
11281if ac_fn_c_try_link "$LINENO"; then :
11282 ac_cv_lib_dld_shl_load=yes
dabbade6 11283else
81ecdfbb 11284 ac_cv_lib_dld_shl_load=no
dabbade6 11285fi
81ecdfbb
RW
11286rm -f core conftest.err conftest.$ac_objext \
11287 conftest$ac_exeext conftest.$ac_ext
11288LIBS=$ac_check_lib_save_LIBS
dabbade6 11289fi
81ecdfbb
RW
11290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11291$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11292if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
81ecdfbb
RW
11293 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11294else
11295 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11296if test "x$ac_cv_func_dlopen" = xyes; then :
dabbade6
L
11297 lt_cv_dlopen="dlopen"
11298else
81ecdfbb
RW
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11300$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11301if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11302 $as_echo_n "(cached) " >&6
dabbade6
L
11303else
11304 ac_check_lib_save_LIBS=$LIBS
11305LIBS="-ldl $LIBS"
81ecdfbb 11306cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11307/* end confdefs.h. */
d7040cdb 11308
81ecdfbb
RW
11309/* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
dabbade6
L
11312#ifdef __cplusplus
11313extern "C"
11314#endif
dabbade6
L
11315char dlopen ();
11316int
11317main ()
11318{
81ecdfbb 11319return dlopen ();
dabbade6
L
11320 ;
11321 return 0;
11322}
11323_ACEOF
81ecdfbb 11324if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11325 ac_cv_lib_dl_dlopen=yes
11326else
81ecdfbb 11327 ac_cv_lib_dl_dlopen=no
dabbade6 11328fi
81ecdfbb
RW
11329rm -f core conftest.err conftest.$ac_objext \
11330 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11331LIBS=$ac_check_lib_save_LIBS
11332fi
81ecdfbb
RW
11333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11334$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11335if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
dabbade6
L
11336 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11337else
81ecdfbb
RW
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11339$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11340if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11341 $as_echo_n "(cached) " >&6
dabbade6
L
11342else
11343 ac_check_lib_save_LIBS=$LIBS
11344LIBS="-lsvld $LIBS"
81ecdfbb 11345cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11346/* end confdefs.h. */
d7040cdb 11347
81ecdfbb
RW
11348/* Override any GCC internal prototype to avoid an error.
11349 Use char because int might match the return type of a GCC
11350 builtin and then its argument prototype would still apply. */
dabbade6
L
11351#ifdef __cplusplus
11352extern "C"
11353#endif
dabbade6
L
11354char dlopen ();
11355int
11356main ()
11357{
81ecdfbb 11358return dlopen ();
dabbade6
L
11359 ;
11360 return 0;
11361}
11362_ACEOF
81ecdfbb 11363if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11364 ac_cv_lib_svld_dlopen=yes
11365else
81ecdfbb 11366 ac_cv_lib_svld_dlopen=no
dabbade6 11367fi
81ecdfbb
RW
11368rm -f core conftest.err conftest.$ac_objext \
11369 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11370LIBS=$ac_check_lib_save_LIBS
11371fi
81ecdfbb
RW
11372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11373$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11374if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
dabbade6
L
11375 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11376else
81ecdfbb
RW
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11378$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11379if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11380 $as_echo_n "(cached) " >&6
dabbade6
L
11381else
11382 ac_check_lib_save_LIBS=$LIBS
11383LIBS="-ldld $LIBS"
81ecdfbb 11384cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11385/* end confdefs.h. */
d7040cdb 11386
81ecdfbb
RW
11387/* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
dabbade6
L
11390#ifdef __cplusplus
11391extern "C"
11392#endif
dabbade6
L
11393char dld_link ();
11394int
11395main ()
11396{
81ecdfbb 11397return dld_link ();
dabbade6
L
11398 ;
11399 return 0;
11400}
11401_ACEOF
81ecdfbb 11402if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11403 ac_cv_lib_dld_dld_link=yes
11404else
81ecdfbb 11405 ac_cv_lib_dld_dld_link=no
d7040cdb 11406fi
81ecdfbb
RW
11407rm -f core conftest.err conftest.$ac_objext \
11408 conftest$ac_exeext conftest.$ac_ext
dabbade6 11409LIBS=$ac_check_lib_save_LIBS
d7040cdb 11410fi
81ecdfbb
RW
11411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11412$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11413if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
1927a18f 11414 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11415fi
11416
d7040cdb 11417
d7040cdb
SE
11418fi
11419
11420
dabbade6 11421fi
d7040cdb
SE
11422
11423
dabbade6 11424fi
d7040cdb
SE
11425
11426
d7040cdb
SE
11427fi
11428
979273e3 11429
252b5132 11430fi
252b5132 11431
dabbade6
L
11432 ;;
11433 esac
252b5132 11434
dabbade6
L
11435 if test "x$lt_cv_dlopen" != xno; then
11436 enable_dlopen=yes
11437 else
11438 enable_dlopen=no
11439 fi
1c0d3aa6 11440
dabbade6
L
11441 case $lt_cv_dlopen in
11442 dlopen)
11443 save_CPPFLAGS="$CPPFLAGS"
11444 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
20e95c23 11445
dabbade6
L
11446 save_LDFLAGS="$LDFLAGS"
11447 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
20e95c23 11448
dabbade6
L
11449 save_LIBS="$LIBS"
11450 LIBS="$lt_cv_dlopen_libs $LIBS"
20e95c23 11451
81ecdfbb
RW
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11453$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11454if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11455 $as_echo_n "(cached) " >&6
d7040cdb 11456else
dabbade6
L
11457 if test "$cross_compiling" = yes; then :
11458 lt_cv_dlopen_self=cross
d7040cdb 11459else
dabbade6
L
11460 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11461 lt_status=$lt_dlunknown
11462 cat > conftest.$ac_ext <<_LT_EOF
83b33c6c 11463#line 11463 "configure"
dabbade6 11464#include "confdefs.h"
20e95c23 11465
dabbade6
L
11466#if HAVE_DLFCN_H
11467#include <dlfcn.h>
11468#endif
20e95c23 11469
dabbade6 11470#include <stdio.h>
20e95c23 11471
dabbade6
L
11472#ifdef RTLD_GLOBAL
11473# define LT_DLGLOBAL RTLD_GLOBAL
11474#else
11475# ifdef DL_GLOBAL
11476# define LT_DLGLOBAL DL_GLOBAL
11477# else
11478# define LT_DLGLOBAL 0
11479# endif
11480#endif
20e95c23 11481
dabbade6
L
11482/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11483 find out it does not work in some platform. */
11484#ifndef LT_DLLAZY_OR_NOW
11485# ifdef RTLD_LAZY
11486# define LT_DLLAZY_OR_NOW RTLD_LAZY
11487# else
11488# ifdef DL_LAZY
11489# define LT_DLLAZY_OR_NOW DL_LAZY
11490# else
11491# ifdef RTLD_NOW
11492# define LT_DLLAZY_OR_NOW RTLD_NOW
11493# else
11494# ifdef DL_NOW
11495# define LT_DLLAZY_OR_NOW DL_NOW
11496# else
11497# define LT_DLLAZY_OR_NOW 0
11498# endif
11499# endif
11500# endif
11501# endif
11502#endif
20e95c23 11503
3725885a
RW
11504/* When -fvisbility=hidden is used, assume the code has been annotated
11505 correspondingly for the symbols needed. */
11506#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11507void fnord () __attribute__((visibility("default")));
11508#endif
11509
11510void fnord () { int i=42; }
dabbade6
L
11511int main ()
11512{
11513 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11514 int status = $lt_dlunknown;
20e95c23 11515
dabbade6
L
11516 if (self)
11517 {
11518 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11519 else
11520 {
11521 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11522 else puts (dlerror ());
11523 }
dabbade6
L
11524 /* dlclose (self); */
11525 }
11526 else
11527 puts (dlerror ());
d7040cdb 11528
1927a18f 11529 return status;
dabbade6
L
11530}
11531_LT_EOF
81ecdfbb 11532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11533 (eval $ac_link) 2>&5
11534 ac_status=$?
81ecdfbb
RW
11535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11536 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11537 (./conftest; exit; ) >&5 2>/dev/null
11538 lt_status=$?
11539 case x$lt_status in
11540 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11541 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11542 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11543 esac
11544 else :
11545 # compilation failed
11546 lt_cv_dlopen_self=no
11547 fi
d7040cdb 11548fi
dabbade6
L
11549rm -fr conftest*
11550
252b5132 11551
d7040cdb 11552fi
81ecdfbb
RW
11553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11554$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb 11555
dabbade6
L
11556 if test "x$lt_cv_dlopen_self" = xyes; then
11557 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11559$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11560if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11561 $as_echo_n "(cached) " >&6
252b5132 11562else
dabbade6
L
11563 if test "$cross_compiling" = yes; then :
11564 lt_cv_dlopen_self_static=cross
d7040cdb 11565else
dabbade6
L
11566 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11567 lt_status=$lt_dlunknown
11568 cat > conftest.$ac_ext <<_LT_EOF
83b33c6c 11569#line 11569 "configure"
dabbade6 11570#include "confdefs.h"
252b5132 11571
dabbade6
L
11572#if HAVE_DLFCN_H
11573#include <dlfcn.h>
11574#endif
252b5132 11575
dabbade6 11576#include <stdio.h>
d7040cdb 11577
dabbade6
L
11578#ifdef RTLD_GLOBAL
11579# define LT_DLGLOBAL RTLD_GLOBAL
11580#else
11581# ifdef DL_GLOBAL
11582# define LT_DLGLOBAL DL_GLOBAL
11583# else
11584# define LT_DLGLOBAL 0
11585# endif
11586#endif
20e95c23 11587
dabbade6
L
11588/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11589 find out it does not work in some platform. */
11590#ifndef LT_DLLAZY_OR_NOW
11591# ifdef RTLD_LAZY
11592# define LT_DLLAZY_OR_NOW RTLD_LAZY
11593# else
11594# ifdef DL_LAZY
11595# define LT_DLLAZY_OR_NOW DL_LAZY
11596# else
11597# ifdef RTLD_NOW
11598# define LT_DLLAZY_OR_NOW RTLD_NOW
11599# else
11600# ifdef DL_NOW
11601# define LT_DLLAZY_OR_NOW DL_NOW
11602# else
11603# define LT_DLLAZY_OR_NOW 0
11604# endif
11605# endif
11606# endif
11607# endif
11608#endif
979273e3 11609
3725885a
RW
11610/* When -fvisbility=hidden is used, assume the code has been annotated
11611 correspondingly for the symbols needed. */
11612#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11613void fnord () __attribute__((visibility("default")));
11614#endif
11615
11616void fnord () { int i=42; }
dabbade6
L
11617int main ()
11618{
11619 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11620 int status = $lt_dlunknown;
d7040cdb 11621
dabbade6
L
11622 if (self)
11623 {
11624 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11625 else
11626 {
11627 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11628 else puts (dlerror ());
11629 }
dabbade6
L
11630 /* dlclose (self); */
11631 }
11632 else
11633 puts (dlerror ());
d7040cdb 11634
1927a18f 11635 return status;
dabbade6
L
11636}
11637_LT_EOF
81ecdfbb 11638 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11639 (eval $ac_link) 2>&5
11640 ac_status=$?
81ecdfbb
RW
11641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11642 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11643 (./conftest; exit; ) >&5 2>/dev/null
11644 lt_status=$?
11645 case x$lt_status in
11646 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11647 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11648 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11649 esac
11650 else :
11651 # compilation failed
11652 lt_cv_dlopen_self_static=no
11653 fi
20e95c23 11654fi
dabbade6 11655rm -fr conftest*
979273e3 11656
d7040cdb
SE
11657
11658fi
81ecdfbb
RW
11659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11660$as_echo "$lt_cv_dlopen_self_static" >&6; }
dabbade6
L
11661 fi
11662
11663 CPPFLAGS="$save_CPPFLAGS"
11664 LDFLAGS="$save_LDFLAGS"
11665 LIBS="$save_LIBS"
11666 ;;
11667 esac
11668
11669 case $lt_cv_dlopen_self in
11670 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11671 *) enable_dlopen_self=unknown ;;
11672 esac
11673
11674 case $lt_cv_dlopen_self_static in
11675 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11676 *) enable_dlopen_self_static=unknown ;;
11677 esac
d7040cdb 11678fi
dabbade6
L
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696striplib=
11697old_striplib=
81ecdfbb
RW
11698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11699$as_echo_n "checking whether stripping libraries is possible... " >&6; }
dabbade6
L
11700if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11701 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11702 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11704$as_echo "yes" >&6; }
d7040cdb 11705else
dabbade6
L
11706# FIXME - insert some real tests, host_os isn't really good enough
11707 case $host_os in
11708 darwin*)
11709 if test -n "$STRIP" ; then
11710 striplib="$STRIP -x"
11711 old_striplib="$STRIP -S"
81ecdfbb
RW
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11713$as_echo "yes" >&6; }
dabbade6 11714 else
81ecdfbb
RW
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11716$as_echo "no" >&6; }
dabbade6
L
11717 fi
11718 ;;
11719 *)
81ecdfbb
RW
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11721$as_echo "no" >&6; }
dabbade6
L
11722 ;;
11723 esac
d7040cdb 11724fi
20e95c23 11725
979273e3 11726
dabbade6
L
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737 # Report which library types will actually be built
81ecdfbb
RW
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11739$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11741$as_echo "$can_build_shared" >&6; }
dabbade6 11742
81ecdfbb
RW
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11744$as_echo_n "checking whether to build shared libraries... " >&6; }
dabbade6
L
11745 test "$can_build_shared" = "no" && enable_shared=no
11746
11747 # On AIX, shared libraries and static libraries use the same namespace, and
11748 # are all built from PIC.
11749 case $host_os in
11750 aix3*)
11751 test "$enable_shared" = yes && enable_static=no
11752 if test -n "$RANLIB"; then
11753 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11754 postinstall_cmds='$RANLIB $lib'
11755 fi
11756 ;;
11757
50e7d84b 11758 aix[4-9]*)
dabbade6
L
11759 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11760 test "$enable_shared" = yes && enable_static=no
11761 fi
11762 ;;
11763 esac
81ecdfbb
RW
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11765$as_echo "$enable_shared" >&6; }
dabbade6 11766
81ecdfbb
RW
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11768$as_echo_n "checking whether to build static libraries... " >&6; }
dabbade6
L
11769 # Make sure either enable_shared or enable_static is yes.
11770 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11772$as_echo "$enable_static" >&6; }
dabbade6
L
11773
11774
11775
d7040cdb 11776
252b5132 11777fi
dabbade6
L
11778ac_ext=c
11779ac_cpp='$CPP $CPPFLAGS'
11780ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11781ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11782ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 11783
dabbade6 11784CC="$lt_save_CC"
20e95c23 11785
20e95c23 11786
d7040cdb 11787
d7040cdb 11788
d7040cdb 11789
20e95c23 11790
dabbade6
L
11791
11792
11793
11794
11795
11796
11797
81ecdfbb 11798 ac_config_commands="$ac_config_commands libtool"
dabbade6
L
11799
11800
11801
11802
11803# Only expand once:
11804
11805
11806
81ecdfbb
RW
11807# Check whether --enable-targets was given.
11808if test "${enable_targets+set}" = set; then :
11809 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11810 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
dabbade6
L
11811 ;;
11812 no) enable_targets= ;;
11813 *) enable_targets=$enableval ;;
11814esac
81ecdfbb
RW
11815fi
11816
dabbade6 11817
270c9937
JB
11818# Set the 'development' global.
11819. $srcdir/../bfd/development.sh
11820
c5da1932
VZ
11821# Set acp_cpp_for_build variable
11822ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11823
9780e045 11824# Default set of GCC warnings to enable.
397841b5 11825GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11826GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11827
11828# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11829cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11830/* end confdefs.h. */
11831__GNUC__
11832_ACEOF
11833if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11834 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
11835
11836else
11837 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11838fi
11839rm -f conftest*
11840
dabbade6 11841
9780e045
NC
11842# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11843cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11844/* end confdefs.h. */
11845__GNUC__
11846_ACEOF
11847if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11848 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
11849
11850else
11851 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11852fi
11853rm -f conftest*
11854
11855
6757cf57
TS
11856# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11857WARN_WRITE_STRINGS=""
11858cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11859/* end confdefs.h. */
11860__GNUC__
11861_ACEOF
11862if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11863 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
11864
11865else
11866 WARN_WRITE_STRINGS="-Wwrite-strings"
11867fi
11868rm -f conftest*
11869
9780e045 11870
96fe4562 11871# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11872
11873# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11874cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11875/* end confdefs.h. */
11876__GNUC__
11877_ACEOF
11878if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11879 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11880
11881else
11882 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11883fi
11884rm -f conftest*
11885
11886
11887# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11888cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11889/* end confdefs.h. */
11890__GNUC__
11891_ACEOF
11892if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 11893 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
11894
11895else
11896 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11897fi
11898rm -f conftest*
11899
11900
81ecdfbb
RW
11901# Check whether --enable-werror was given.
11902if test "${enable_werror+set}" = set; then :
11903 enableval=$enable_werror; case "${enableval}" in
dabbade6
L
11904 yes | y) ERROR_ON_WARNING="yes" ;;
11905 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11906 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
dabbade6 11907 esac
81ecdfbb
RW
11908fi
11909
dabbade6 11910
397841b5 11911# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11912case "${host}" in
11913 *-*-mingw32*)
11914 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11915 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 11916 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
11917 fi
11918 ;;
11919 *) ;;
11920esac
11921
270c9937
JB
11922# Enable -Werror by default when using gcc. Turn it off for releases.
11923if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
dabbade6 11924 ERROR_ON_WARNING=yes
d7040cdb 11925fi
20e95c23 11926
dabbade6
L
11927NO_WERROR=
11928if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11929 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 11930 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
dabbade6 11931 NO_WERROR="-Wno-error"
20e95c23 11932fi
d7040cdb 11933
dabbade6
L
11934if test "${GCC}" = yes ; then
11935 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 11936 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
dabbade6 11937fi
d7040cdb 11938
81ecdfbb
RW
11939# Check whether --enable-build-warnings was given.
11940if test "${enable_build_warnings+set}" = set; then :
11941 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
11942 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11943 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
dabbade6
L
11944 no) if test "${GCC}" = yes ; then
11945 WARN_CFLAGS="-w"
c5da1932 11946 WARN_CFLAGS_FOR_BUILD="-w"
dabbade6
L
11947 fi;;
11948 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11949 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11950 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
dabbade6 11951 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11952 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11953 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11954 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11955 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
dabbade6 11956esac
81ecdfbb
RW
11957fi
11958
979273e3 11959
dabbade6
L
11960if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11961 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
d7040cdb 11962fi
dabbade6
L
11963
11964
11965
11966
6757cf57 11967
c5da1932 11968
dabbade6 11969
81ecdfbb 11970ac_config_headers="$ac_config_headers config.h:config.in"
dabbade6
L
11971
11972
df7b86aa
NC
11973# PR 14072
11974
11975
dabbade6 11976if test -z "$target" ; then
d0ac1c44 11977 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb 11978fi
dabbade6 11979
81ecdfbb
RW
11980
11981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11982$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11983 # Check whether --enable-maintainer-mode was given.
11984if test "${enable_maintainer_mode+set}" = set; then :
11985 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb 11986else
dabbade6 11987 USE_MAINTAINER_MODE=no
81ecdfbb 11988fi
d7040cdb 11989
81ecdfbb
RW
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11991$as_echo "$USE_MAINTAINER_MODE" >&6; }
11992 if test $USE_MAINTAINER_MODE = yes; then
dabbade6
L
11993 MAINTAINER_MODE_TRUE=
11994 MAINTAINER_MODE_FALSE='#'
252b5132 11995else
dabbade6
L
11996 MAINTAINER_MODE_TRUE='#'
11997 MAINTAINER_MODE_FALSE=
252b5132 11998fi
d7040cdb 11999
dabbade6
L
12000 MAINT=$MAINTAINER_MODE_TRUE
12001
12002
12003 case ${build_alias} in
12004 "") build_noncanonical=${build} ;;
12005 *) build_noncanonical=${build_alias} ;;
12006esac
12007
12008 case ${host_alias} in
12009 "") host_noncanonical=${build_noncanonical} ;;
12010 *) host_noncanonical=${host_alias} ;;
12011esac
979273e3 12012
dabbade6
L
12013 case ${target_alias} in
12014 "") target_noncanonical=${host_noncanonical} ;;
12015 *) target_noncanonical=${target_alias} ;;
d7040cdb 12016esac
252b5132 12017
81ecdfbb
RW
12018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12019$as_echo_n "checking whether to install libbfd... " >&6; }
12020 # Check whether --enable-install-libbfd was given.
12021if test "${enable_install_libbfd+set}" = set; then :
12022 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
979273e3 12023else
dabbade6
L
12024 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12025 install_libbfd_p=yes
12026 else
12027 install_libbfd_p=no
12028 fi
81ecdfbb 12029fi
d7040cdb 12030
81ecdfbb
RW
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12032$as_echo "$install_libbfd_p" >&6; }
12033 if test $install_libbfd_p = yes; then
dabbade6
L
12034 INSTALL_LIBBFD_TRUE=
12035 INSTALL_LIBBFD_FALSE='#'
12036else
12037 INSTALL_LIBBFD_TRUE='#'
12038 INSTALL_LIBBFD_FALSE=
d7040cdb
SE
12039fi
12040
dabbade6 12041 # Need _noncanonical variables for this.
979273e3 12042
d7040cdb
SE
12043
12044
dabbade6
L
12045
12046 # libbfd.a is a host library containing target dependent code
12047 bfdlibdir='$(libdir)'
12048 bfdincludedir='$(includedir)'
12049 if test "${host}" != "${target}"; then
12050 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12051 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12052 fi
12053
12054
12055
12056
12057
12058
573e8a1c
RW
12059
12060
dabbade6
L
12061# host-specific stuff:
12062
e184813f 12063ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
d7040cdb
SE
12064# If we haven't got the data from the intl directory,
12065# assume NLS is disabled.
12066USE_NLS=no
12067LIBINTL=
12068LIBINTL_DEP=
12069INCINTL=
12070XGETTEXT=
12071GMSGFMT=
12072POSUB=
12073
12074if test -f ../intl/config.intl; then
12075 . ../intl/config.intl
12076fi
81ecdfbb
RW
12077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12078$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12079if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12081$as_echo "no" >&6; }
d7040cdb 12082else
81ecdfbb
RW
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12084$as_echo "yes" >&6; }
d7040cdb 12085
81ecdfbb 12086$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12087
12088
81ecdfbb
RW
12089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12090$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12091 # Look for .po and .gmo files in the source directory.
12092 CATALOGS=
12093 XLINGUAS=
12094 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12095 # If there aren't any .gmo files the shell will give us the
12096 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12097 # weeded out.
12098 case "$cat" in *\**)
12099 continue;;
12100 esac
12101 # The quadruple backslash is collapsed to a double backslash
12102 # by the backticks, then collapsed again by the double quotes,
12103 # leaving us with one backslash in the sed expression (right
12104 # before the dot that mustn't act as a wildcard).
12105 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12106 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12107 # The user is allowed to set LINGUAS to a list of languages to
12108 # install catalogs for. If it's empty that means "all of them."
12109 if test "x$LINGUAS" = x; then
12110 CATALOGS="$CATALOGS $cat"
12111 XLINGUAS="$XLINGUAS $lang"
12112 else
12113 case "$LINGUAS" in *$lang*)
12114 CATALOGS="$CATALOGS $cat"
12115 XLINGUAS="$XLINGUAS $lang"
12116 ;;
12117 esac
12118 fi
12119 done
12120 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12122$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12123
12124
12125 DATADIRNAME=share
12126
12127 INSTOBJEXT=.mo
12128
12129 GENCAT=gencat
12130
12131 CATOBJEXT=.gmo
12132
12133fi
12134
12135 MKINSTALLDIRS=
12136 if test -n "$ac_aux_dir"; then
12137 case "$ac_aux_dir" in
12138 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12139 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12140 esac
12141 fi
12142 if test -z "$MKINSTALLDIRS"; then
12143 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12144 fi
12145
12146
12147
81ecdfbb
RW
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12149$as_echo_n "checking whether NLS is requested... " >&6; }
12150 # Check whether --enable-nls was given.
12151if test "${enable_nls+set}" = set; then :
12152 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12153else
12154 USE_NLS=yes
81ecdfbb
RW
12155fi
12156
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12158$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12159
12160
12161
12162
12163
12164
12165# Prepare PATH_SEPARATOR.
12166# The user is always right.
12167if test "${PATH_SEPARATOR+set}" != set; then
12168 echo "#! /bin/sh" >conf$$.sh
12169 echo "exit 0" >>conf$$.sh
12170 chmod +x conf$$.sh
12171 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12172 PATH_SEPARATOR=';'
12173 else
12174 PATH_SEPARATOR=:
12175 fi
12176 rm -f conf$$.sh
12177fi
979273e3 12178
d7040cdb
SE
12179# Find out how to test for executable files. Don't use a zero-byte file,
12180# as systems may use methods other than mode bits to determine executability.
12181cat >conf$$.file <<_ASEOF
12182#! /bin/sh
12183exit 0
12184_ASEOF
12185chmod +x conf$$.file
12186if test -x conf$$.file >/dev/null 2>&1; then
12187 ac_executable_p="test -x"
252b5132 12188else
d7040cdb 12189 ac_executable_p="test -f"
252b5132 12190fi
d7040cdb 12191rm -f conf$$.file
252b5132 12192
d7040cdb
SE
12193# Extract the first word of "msgfmt", so it can be a program name with args.
12194set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12196$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12197if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12198 $as_echo_n "(cached) " >&6
252b5132 12199else
d7040cdb
SE
12200 case "$MSGFMT" in
12201 [\\/]* | ?:[\\/]*)
12202 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12203 ;;
12204 *)
12205 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12206 for ac_dir in $PATH; do
12207 IFS="$ac_save_IFS"
12208 test -z "$ac_dir" && ac_dir=.
12209 for ac_exec_ext in '' $ac_executable_extensions; do
12210 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12211 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12212 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12213 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12214 break 2
12215 fi
12216 fi
12217 done
12218 done
12219 IFS="$ac_save_IFS"
12220 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12221 ;;
12222esac
12223fi
12224MSGFMT="$ac_cv_path_MSGFMT"
12225if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12227$as_echo "$MSGFMT" >&6; }
d7040cdb 12228else
81ecdfbb
RW
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12230$as_echo "no" >&6; }
252b5132
RH
12231fi
12232
d7040cdb
SE
12233 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12234set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12237if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12238 $as_echo_n "(cached) " >&6
20e95c23 12239else
d7040cdb
SE
12240 case $GMSGFMT in
12241 [\\/]* | ?:[\\/]*)
12242 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12243 ;;
12244 *)
12245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246for as_dir in $PATH
12247do
12248 IFS=$as_save_IFS
12249 test -z "$as_dir" && as_dir=.
81ecdfbb 12250 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12252 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12254 break 2
12255 fi
12256done
81ecdfbb
RW
12257 done
12258IFS=$as_save_IFS
252b5132 12259
d7040cdb
SE
12260 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12261 ;;
12262esac
12263fi
12264GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12265if test -n "$GMSGFMT"; then
81ecdfbb
RW
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12267$as_echo "$GMSGFMT" >&6; }
252b5132 12268else
81ecdfbb
RW
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12270$as_echo "no" >&6; }
252b5132
RH
12271fi
12272
12273
20e95c23 12274
81ecdfbb 12275
d7040cdb
SE
12276# Prepare PATH_SEPARATOR.
12277# The user is always right.
12278if test "${PATH_SEPARATOR+set}" != set; then
12279 echo "#! /bin/sh" >conf$$.sh
12280 echo "exit 0" >>conf$$.sh
12281 chmod +x conf$$.sh
12282 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12283 PATH_SEPARATOR=';'
12284 else
12285 PATH_SEPARATOR=:
12286 fi
12287 rm -f conf$$.sh
252b5132
RH
12288fi
12289
d7040cdb
SE
12290# Find out how to test for executable files. Don't use a zero-byte file,
12291# as systems may use methods other than mode bits to determine executability.
12292cat >conf$$.file <<_ASEOF
12293#! /bin/sh
12294exit 0
12295_ASEOF
12296chmod +x conf$$.file
12297if test -x conf$$.file >/dev/null 2>&1; then
12298 ac_executable_p="test -x"
12299else
12300 ac_executable_p="test -f"
12301fi
12302rm -f conf$$.file
20e95c23 12303
d7040cdb
SE
12304# Extract the first word of "xgettext", so it can be a program name with args.
12305set dummy xgettext; ac_word=$2
81ecdfbb
RW
12306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12307$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12308if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12309 $as_echo_n "(cached) " >&6
252b5132 12310else
d7040cdb
SE
12311 case "$XGETTEXT" in
12312 [\\/]* | ?:[\\/]*)
12313 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12314 ;;
12315 *)
12316 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12317 for ac_dir in $PATH; do
12318 IFS="$ac_save_IFS"
12319 test -z "$ac_dir" && ac_dir=.
12320 for ac_exec_ext in '' $ac_executable_extensions; do
12321 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12322 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12323 (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
12324 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12325 break 2
12326 fi
12327 fi
12328 done
12329 done
12330 IFS="$ac_save_IFS"
12331 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12332 ;;
12333esac
20e95c23 12334fi
d7040cdb
SE
12335XGETTEXT="$ac_cv_path_XGETTEXT"
12336if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12338$as_echo "$XGETTEXT" >&6; }
d7040cdb 12339else
81ecdfbb
RW
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12341$as_echo "no" >&6; }
d7040cdb
SE
12342fi
12343
12344 rm -f messages.po
12345
979273e3 12346
d7040cdb
SE
12347# Prepare PATH_SEPARATOR.
12348# The user is always right.
12349if test "${PATH_SEPARATOR+set}" != set; then
12350 echo "#! /bin/sh" >conf$$.sh
12351 echo "exit 0" >>conf$$.sh
12352 chmod +x conf$$.sh
12353 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12354 PATH_SEPARATOR=';'
12355 else
12356 PATH_SEPARATOR=:
12357 fi
12358 rm -f conf$$.sh
252b5132 12359fi
979273e3 12360
d7040cdb
SE
12361# Find out how to test for executable files. Don't use a zero-byte file,
12362# as systems may use methods other than mode bits to determine executability.
12363cat >conf$$.file <<_ASEOF
12364#! /bin/sh
12365exit 0
12366_ASEOF
12367chmod +x conf$$.file
12368if test -x conf$$.file >/dev/null 2>&1; then
12369 ac_executable_p="test -x"
252b5132 12370else
d7040cdb
SE
12371 ac_executable_p="test -f"
12372fi
12373rm -f conf$$.file
252b5132 12374
d7040cdb
SE
12375# Extract the first word of "msgmerge", so it can be a program name with args.
12376set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12378$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12379if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 12380 $as_echo_n "(cached) " >&6
252b5132 12381else
d7040cdb
SE
12382 case "$MSGMERGE" in
12383 [\\/]* | ?:[\\/]*)
12384 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12385 ;;
12386 *)
12387 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12388 for ac_dir in $PATH; do
12389 IFS="$ac_save_IFS"
12390 test -z "$ac_dir" && ac_dir=.
12391 for ac_exec_ext in '' $ac_executable_extensions; do
12392 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12393 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12394 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12395 break 2
12396 fi
12397 fi
12398 done
12399 done
12400 IFS="$ac_save_IFS"
12401 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12402 ;;
12403esac
20e95c23 12404fi
d7040cdb
SE
12405MSGMERGE="$ac_cv_path_MSGMERGE"
12406if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12408$as_echo "$MSGMERGE" >&6; }
d7040cdb 12409else
81ecdfbb
RW
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12411$as_echo "no" >&6; }
20e95c23 12412fi
252b5132 12413
979273e3 12414
d7040cdb
SE
12415 if test "$GMSGFMT" != ":"; then
12416 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12417 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12418 : ;
12419 else
12420 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12422$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12423 GMSGFMT=":"
12424 fi
12425 fi
979273e3 12426
d7040cdb
SE
12427 if test "$XGETTEXT" != ":"; then
12428 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12429 (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
12430 : ;
12431 else
81ecdfbb
RW
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12433$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12434 XGETTEXT=":"
12435 fi
12436 rm -f messages.po
12437 fi
979273e3 12438
81ecdfbb 12439 ac_config_commands="$ac_config_commands default-1"
979273e3 12440
979273e3 12441
979273e3 12442
81ecdfbb 12443. ${srcdir}/../bfd/configure.host
252b5132 12444
81ecdfbb
RW
12445# Put a plausible default for CC_FOR_BUILD in Makefile.
12446if test -z "$CC_FOR_BUILD"; then
12447 if test "x$cross_compiling" = "xno"; then
12448 CC_FOR_BUILD='$(CC)'
12449 else
12450 CC_FOR_BUILD=gcc
12451 fi
12452fi
252b5132 12453
81ecdfbb
RW
12454# Also set EXEEXT_FOR_BUILD.
12455if test "x$cross_compiling" = "xno"; then
12456 EXEEXT_FOR_BUILD='$(EXEEXT)'
4bd60896 12457else
81ecdfbb
RW
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12459$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 12460if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 12461 $as_echo_n "(cached) " >&6
4bd60896 12462else
81ecdfbb
RW
12463 rm -f conftest*
12464 echo 'int main () { return 0; }' > conftest.c
12465 bfd_cv_build_exeext=
12466 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12467 for file in conftest.*; do
12468 case $file in
12469 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12470 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12471 esac
12472 done
12473 rm -f conftest*
12474 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
4bd60896 12475fi
81ecdfbb
RW
12476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12477$as_echo "$bfd_cv_build_exeext" >&6; }
12478 EXEEXT_FOR_BUILD=""
12479 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
4bd60896 12480fi
4bd60896 12481
4bd60896
JG
12482
12483
81ecdfbb
RW
12484
12485
12486for ac_header in string.h strings.h stdlib.h limits.h
12487do :
12488 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12489ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 12490if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4bd60896 12491 cat >>confdefs.h <<_ACEOF
81ecdfbb 12492#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4bd60896
JG
12493_ACEOF
12494
dabbade6 12495fi
dabbade6 12496
81ecdfbb 12497done
dabbade6 12498
208a4923
NC
12499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12500$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 12501if ${gcc_cv_header_string+:} false; then :
208a4923
NC
12502 $as_echo_n "(cached) " >&6
12503else
12504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12505/* end confdefs.h. */
12506#include <string.h>
12507#include <strings.h>
12508int
12509main ()
12510{
12511
12512 ;
12513 return 0;
12514}
12515_ACEOF
12516if ac_fn_c_try_compile "$LINENO"; then :
12517 gcc_cv_header_string=yes
12518else
12519 gcc_cv_header_string=no
12520fi
12521rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12522fi
12523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12524$as_echo "$gcc_cv_header_string" >&6; }
12525if test $gcc_cv_header_string = yes; then
12526
12527$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12528
12529fi
12530
81ecdfbb
RW
12531
12532ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
d0ac1c44 12533if test "x$ac_cv_have_decl_basename" = xyes; then :
81ecdfbb
RW
12534 ac_have_decl=1
12535else
12536 ac_have_decl=0
dabbade6 12537fi
dabbade6
L
12538
12539cat >>confdefs.h <<_ACEOF
81ecdfbb 12540#define HAVE_DECL_BASENAME $ac_have_decl
dabbade6 12541_ACEOF
81ecdfbb 12542ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 12543if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 12544 ac_have_decl=1
dabbade6 12545else
81ecdfbb 12546 ac_have_decl=0
4bd60896
JG
12547fi
12548
81ecdfbb
RW
12549cat >>confdefs.h <<_ACEOF
12550#define HAVE_DECL_STPCPY $ac_have_decl
12551_ACEOF
4bd60896
JG
12552
12553
8df14d78
L
12554# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12555# since sigsetjmp might only be defined as a macro.
12556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12557$as_echo_n "checking for sigsetjmp... " >&6; }
d0ac1c44 12558if ${gdb_cv_func_sigsetjmp+:} false; then :
8df14d78
L
12559 $as_echo_n "(cached) " >&6
12560else
12561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12562/* end confdefs.h. */
12563
12564#include <setjmp.h>
12565
12566int
12567main ()
12568{
12569sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12570 ;
12571 return 0;
12572}
12573_ACEOF
12574if ac_fn_c_try_compile "$LINENO"; then :
12575 bfd_cv_func_sigsetjmp=yes
12576else
12577 bfd_cv_func_sigsetjmp=no
12578fi
12579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12580fi
12581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12582$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12583if test $bfd_cv_func_sigsetjmp = yes; then
12584
12585$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12586
12587fi
12588
6e31aea3
BE
12589cgen_maint=no
12590cgendir='$(srcdir)/../cgen'
12591
81ecdfbb
RW
12592# Check whether --enable-cgen-maint was given.
12593if test "${enable_cgen_maint+set}" = set; then :
12594 enableval=$enable_cgen_maint; case "${enableval}" in
6e31aea3
BE
12595 yes) cgen_maint=yes ;;
12596 no) cgen_maint=no ;;
12597 *)
7fb45a68
AB
12598 # Argument is a directory where cgen can be found. In some
12599 # future world cgen could be installable, but right now this
12600 # is not the case. Instead we assume the directory is a path
12601 # to the cgen source tree.
6e31aea3 12602 cgen_maint=yes
7fb45a68
AB
12603 if test -r ${enableval}/iformat.scm; then
12604 # This looks like a cgen source tree.
12605 cgendir=${enableval}
12606 else
12607 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12608 fi
6e31aea3
BE
12609 ;;
12610esac
81ecdfbb
RW
12611fi
12612 if test x${cgen_maint} = xyes; then
6e31aea3
BE
12613 CGEN_MAINT_TRUE=
12614 CGEN_MAINT_FALSE='#'
12615else
12616 CGEN_MAINT_TRUE='#'
12617 CGEN_MAINT_FALSE=
12618fi
12619
252b5132 12620
8ae85421 12621
252b5132
RH
12622using_cgen=no
12623
51dec227 12624# Check if linker supports --as-needed and --no-as-needed options
81ecdfbb
RW
12625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12626$as_echo_n "checking linker --as-needed support... " >&6; }
d0ac1c44 12627if ${bfd_cv_ld_as_needed+:} false; then :
81ecdfbb 12628 $as_echo_n "(cached) " >&6
51dec227
AM
12629else
12630 bfd_cv_ld_as_needed=no
12631 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12632 bfd_cv_ld_as_needed=yes
12633 fi
12634
12635fi
81ecdfbb
RW
12636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12637$as_echo "$bfd_cv_ld_as_needed" >&6; }
51dec227
AM
12638
12639LIBM=
12640case $host in
3725885a 12641*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
51dec227
AM
12642 # These system don't have libm, or don't need it
12643 ;;
12644*-ncr-sysv4.3*)
81ecdfbb
RW
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12646$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 12647if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
81ecdfbb 12648 $as_echo_n "(cached) " >&6
51dec227
AM
12649else
12650 ac_check_lib_save_LIBS=$LIBS
12651LIBS="-lmw $LIBS"
81ecdfbb 12652cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12653/* end confdefs.h. */
12654
81ecdfbb
RW
12655/* Override any GCC internal prototype to avoid an error.
12656 Use char because int might match the return type of a GCC
12657 builtin and then its argument prototype would still apply. */
51dec227
AM
12658#ifdef __cplusplus
12659extern "C"
12660#endif
51dec227
AM
12661char _mwvalidcheckl ();
12662int
12663main ()
12664{
81ecdfbb 12665return _mwvalidcheckl ();
51dec227
AM
12666 ;
12667 return 0;
12668}
12669_ACEOF
81ecdfbb 12670if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12671 ac_cv_lib_mw__mwvalidcheckl=yes
12672else
81ecdfbb 12673 ac_cv_lib_mw__mwvalidcheckl=no
51dec227 12674fi
81ecdfbb
RW
12675rm -f core conftest.err conftest.$ac_objext \
12676 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12677LIBS=$ac_check_lib_save_LIBS
12678fi
81ecdfbb
RW
12679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12680$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 12681if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
51dec227
AM
12682 LIBM="-lmw"
12683fi
12684
81ecdfbb
RW
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12686$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 12687if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 12688 $as_echo_n "(cached) " >&6
51dec227
AM
12689else
12690 ac_check_lib_save_LIBS=$LIBS
12691LIBS="-lm $LIBS"
81ecdfbb 12692cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12693/* end confdefs.h. */
12694
81ecdfbb
RW
12695/* Override any GCC internal prototype to avoid an error.
12696 Use char because int might match the return type of a GCC
12697 builtin and then its argument prototype would still apply. */
51dec227
AM
12698#ifdef __cplusplus
12699extern "C"
12700#endif
51dec227
AM
12701char cos ();
12702int
12703main ()
12704{
81ecdfbb 12705return cos ();
51dec227
AM
12706 ;
12707 return 0;
12708}
12709_ACEOF
81ecdfbb 12710if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12711 ac_cv_lib_m_cos=yes
12712else
81ecdfbb 12713 ac_cv_lib_m_cos=no
51dec227 12714fi
81ecdfbb
RW
12715rm -f core conftest.err conftest.$ac_objext \
12716 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12717LIBS=$ac_check_lib_save_LIBS
12718fi
81ecdfbb
RW
12719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12720$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 12721if test "x$ac_cv_lib_m_cos" = xyes; then :
51dec227
AM
12722 LIBM="$LIBM -lm"
12723fi
12724
12725 ;;
12726*)
81ecdfbb
RW
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12728$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 12729if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 12730 $as_echo_n "(cached) " >&6
51dec227
AM
12731else
12732 ac_check_lib_save_LIBS=$LIBS
12733LIBS="-lm $LIBS"
81ecdfbb 12734cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12735/* end confdefs.h. */
12736
81ecdfbb
RW
12737/* Override any GCC internal prototype to avoid an error.
12738 Use char because int might match the return type of a GCC
12739 builtin and then its argument prototype would still apply. */
51dec227
AM
12740#ifdef __cplusplus
12741extern "C"
12742#endif
51dec227
AM
12743char cos ();
12744int
12745main ()
12746{
81ecdfbb 12747return cos ();
51dec227
AM
12748 ;
12749 return 0;
12750}
12751_ACEOF
81ecdfbb 12752if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12753 ac_cv_lib_m_cos=yes
12754else
81ecdfbb 12755 ac_cv_lib_m_cos=no
51dec227 12756fi
81ecdfbb
RW
12757rm -f core conftest.err conftest.$ac_objext \
12758 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12759LIBS=$ac_check_lib_save_LIBS
12760fi
81ecdfbb
RW
12761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12762$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 12763if test "x$ac_cv_lib_m_cos" = xyes; then :
51dec227
AM
12764 LIBM="-lm"
12765fi
12766
12767 ;;
12768esac
12769
12770
12771
2eee5593
AM
12772#Libs for generator progs
12773if test "x$cross_compiling" = "xno"; then
12774 BUILD_LIBS=../libiberty/libiberty.a
12775 BUILD_LIB_DEPS=$BUILD_LIBS
12776else
12777 # if cross-compiling, assume that the system provides -liberty
12778 # and that the version is compatible with new headers.
12779 BUILD_LIBS=-liberty
12780 BUILD_LIB_DEPS=
12781fi
12782BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12783BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12784
12785
12786
12787
45d42143
NC
12788# Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12789SHARED_LDFLAGS=
12790SHARED_LIBADD=
12791SHARED_DEPENDENCIES=
12792if test "$enable_shared" = "yes"; then
29670fb9
AM
12793# When building a shared libopcodes, link against the pic version of libiberty
12794# so that apps that use libopcodes won't need libiberty just to satisfy any
12795# libopcodes references.
12796# We can't do that if a pic libiberty is unavailable since including non-pic
12797# code would insert text relocations into libopcodes.
12798# Note that linking against libbfd as we do here, which is itself linked
12799# against libiberty, may not satisfy all the libopcodes libiberty references
12800# since libbfd may not pull in the entirety of libiberty.
12801 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12802 if test -n "$x"; then
12803 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12804 fi
12805
45d42143
NC
12806 case "${host}" in
12807 *-*-cygwin*)
12808 SHARED_LDFLAGS="-no-undefined"
12809 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12810 ;;
0e336180 12811 *-*-darwin*)
29670fb9 12812 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
0e336180
NC
12813 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12814 ;;
45d42143 12815 *)
0e336180
NC
12816 case "$host_vendor" in
12817 hp)
29670fb9 12818 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
0e336180
NC
12819 ;;
12820 *)
29670fb9 12821 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
0e336180
NC
12822 ;;
12823 esac
4267b19f 12824 SHARED_DEPENDENCIES="../bfd/libbfd.la"
45d42143
NC
12825 ;;
12826 esac
51dec227
AM
12827
12828 if test -n "$SHARED_LIBADD"; then
12829 if test -n "$LIBM"; then
12830 if test x"$bfd_cv_ld_as_needed" = xyes; then
12831 # Link against libm only when needed. Put -lc, -lm inside -Wl
12832 # to stop libtool reordering these options.
12833 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12834 else
12835 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12836 fi
12837 fi
12838 fi
45d42143
NC
12839fi
12840
252b5132
RH
12841
12842
12843
12844# target-specific stuff:
12845
12846# Canonicalize the secondary target names.
12847if test -n "$enable_targets" ; then
12848 for targ in `echo $enable_targets | sed 's/,/ /g'`
12849 do
6d83c84b 12850 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
12851 if test -n "$result" ; then
12852 canon_targets="$canon_targets $result"
12853 else
12854 # Allow targets that config.sub doesn't recognize, like "all".
12855 canon_targets="$canon_targets $targ"
12856 fi
12857 done
12858fi
12859
12860all_targets=false
12861selarchs=
12862for targ in $target $canon_targets
12863do
12864 if test "x$targ" = "xall" ; then
12865 all_targets=true
12866 else
12867 . $srcdir/../bfd/config.bfd
12868 selarchs="$selarchs $targ_archs"
12869 fi
979273e3 12870done
252b5132
RH
12871
12872# Utility var, documents generic cgen support files.
12873
3609e0fe 12874cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
252b5132
RH
12875
12876# We don't do any links based on the target system, just makefile config.
12877
12878if test x${all_targets} = xfalse ; then
12879
12880 # Target architecture .o files.
12881 ta=
12882
12883 for arch in $selarchs
12884 do
12885 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12886 archdefs="$archdefs -DARCH_$ad"
12887 case "$arch" in
a06ea964 12888 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 12889 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
0d2bcfaf 12890 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
252b5132 12891 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
adde6300 12892 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
4b7f6baa 12893 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
3843081d 12894 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
3609e0fe 12895 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
3843081d 12896 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
b8891f8d 12897 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
252b5132
RH
12898 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12899 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
d172d4ba 12900 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
3843081d
JBG
12901 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12902 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
3f8107ab 12903 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
20135e4c 12904 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
252b5132 12905 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
252b5132 12906 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
7b6d09fb 12907 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
8a9036a4 12908 ta="$ta i386-dis.lo i386-opc.lo" ;;
800eeca4 12909 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
a40cbfa3 12910 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
48891606 12911 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
12912 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12913 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 12914 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
252b5132 12915 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
12916 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12917 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
48891606 12918 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
6927f982 12919 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
7e9ca91e 12920 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
252b5132 12921 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
252b5132 12922 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
bd2f2e55 12923 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
a3c62988 12924 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
7ba29e2a 12925 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
df58fc94 12926 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
3c3bdf30 12927 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
252b5132
RH
12928 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12929 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
d031aafb 12930 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
34c911a4 12931 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
35c08157 12932 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
fe944acf 12933 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
36591ba1 12934 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
252b5132 12935 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
73589c9d 12936 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
e135f41b 12937 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
3843081d 12938 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
252b5132 12939 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
a85d7ed0 12940 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
11146849 12941 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
5dd0794d 12942 bfd_pyramid_arch) ;;
252b5132 12943 bfd_romp_arch) ;;
e23eba97 12944 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
252b5132 12945 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
99c513f6 12946 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
c7927a3c 12947 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
a85d7ed0 12948 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
3843081d 12949 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
211dc24b 12950 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
252b5132 12951 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
e9f53129 12952 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
252b5132 12953 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
3843081d 12954 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
5c84d377 12955 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
40b36596 12956 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
aa137e4d
NC
12957 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12958 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
252b5132
RH
12959 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12960 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12961 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
de863c74 12962 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
252b5132 12963 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
1945cfa5 12964 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
62ecb94c 12965 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
3843081d
JBG
12966 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12967 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
93fbbb04 12968 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
e0001a05 12969 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
3c9b82ba 12970 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
252b5132 12971 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
79472b45 12972 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
12973
12974 "") ;;
d0ac1c44 12975 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
252b5132
RH
12976 esac
12977 done
12978
12979 if test $using_cgen = yes ; then
12980 ta="$ta $cgen_files"
12981 fi
12982
12983 # Weed out duplicate .o files.
12984 f=""
12985 for i in $ta ; do
12986 case " $f " in
12987 *" $i "*) ;;
12988 *) f="$f $i" ;;
12989 esac
12990 done
12991 ta="$f"
12992
12993 # And duplicate -D flags.
12994 f=""
12995 for i in $archdefs ; do
12996 case " $f " in
12997 *" $i "*) ;;
12998 *) f="$f $i" ;;
12999 esac
13000 done
13001 archdefs="$f"
13002
13003 BFD_MACHINES="$ta"
13004
13005else # all_targets is true
13006 archdefs=-DARCH_all
13007 BFD_MACHINES='$(ALL_MACHINES)'
13008fi
13009
13010
13011
13012
81ecdfbb 13013ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
979273e3 13014
979273e3 13015cat >confcache <<\_ACEOF
252b5132
RH
13016# This file is a shell script that caches the results of configure
13017# tests run on this system so they can be shared between configure
979273e3
NN
13018# scripts and configure runs, see configure's option --config-cache.
13019# It is not useful on other systems. If it contains results you don't
13020# want to keep, you may remove or edit it.
252b5132 13021#
979273e3
NN
13022# config.status only pays attention to the cache file if you give it
13023# the --recheck option to rerun configure.
252b5132 13024#
979273e3
NN
13025# `ac_cv_env_foo' variables (set or unset) will be overridden when
13026# loading this file, other *unset* `ac_cv_foo' will be assigned the
13027# following values.
13028
13029_ACEOF
13030
252b5132
RH
13031# The following way of writing the cache mishandles newlines in values,
13032# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13033# So, we kill variables containing newlines.
252b5132
RH
13034# Ultrix sh set writes to stderr and can't be redirected directly,
13035# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13036(
13037 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13038 eval ac_val=\$$ac_var
13039 case $ac_val in #(
13040 *${as_nl}*)
13041 case $ac_var in #(
13042 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13043$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13044 esac
13045 case $ac_var in #(
13046 _ | IFS | as_nl) ;; #(
13047 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13048 *) { eval $ac_var=; unset $ac_var;} ;;
13049 esac ;;
13050 esac
13051 done
13052
979273e3 13053 (set) 2>&1 |
81ecdfbb
RW
13054 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13055 *${as_nl}ac_space=\ *)
13056 # `set' does not quote correctly, so add quotes: double-quote
13057 # substitution turns \\\\ into \\, and sed turns \\ into \.
979273e3
NN
13058 sed -n \
13059 "s/'/'\\\\''/g;
13060 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13061 ;; #(
979273e3
NN
13062 *)
13063 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13064 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 13065 ;;
81ecdfbb
RW
13066 esac |
13067 sort
13068) |
979273e3 13069 sed '
81ecdfbb 13070 /^ac_cv_env_/b end
979273e3 13071 t clear
81ecdfbb 13072 :clear
979273e3
NN
13073 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13074 t end
81ecdfbb
RW
13075 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13076 :end' >>confcache
13077if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13078 if test -w "$cache_file"; then
d0ac1c44 13079 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13081$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13082 if test ! -f "$cache_file" || test -h "$cache_file"; then
13083 cat confcache >"$cache_file"
13084 else
13085 case $cache_file in #(
13086 */* | ?:*)
13087 mv -f confcache "$cache_file"$$ &&
13088 mv -f "$cache_file"$$ "$cache_file" ;; #(
13089 *)
13090 mv -f confcache "$cache_file" ;;
13091 esac
13092 fi
13093 fi
252b5132 13094 else
81ecdfbb
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13096$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
252b5132
RH
13097 fi
13098fi
13099rm -f confcache
13100
252b5132
RH
13101test "x$prefix" = xNONE && prefix=$ac_default_prefix
13102# Let make expand exec_prefix.
13103test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13104
252b5132
RH
13105DEFS=-DHAVE_CONFIG_H
13106
979273e3
NN
13107ac_libobjs=
13108ac_ltlibobjs=
d0ac1c44 13109U=
979273e3
NN
13110for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13111 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13112 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13113 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13114 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13115 # will be set to the directory where LIBOBJS objects are built.
13116 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13117 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
979273e3
NN
13118done
13119LIBOBJS=$ac_libobjs
252b5132 13120
979273e3
NN
13121LTLIBOBJS=$ac_ltlibobjs
13122
13123
d0ac1c44
SM
13124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13125$as_echo_n "checking that generated files are newer than configure... " >&6; }
13126 if test -n "$am_sleep_pid"; then
13127 # Hide warnings about reused PIDs.
13128 wait $am_sleep_pid 2>/dev/null
13129 fi
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13131$as_echo "done" >&6; }
8ae85421 13132if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 13133 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 13134Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
13135fi
13136if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 13137 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
13138Usually this means the macro was only invoked conditionally." "$LINENO" 5
13139fi
13140 if test -n "$EXEEXT"; then
13141 am__EXEEXT_TRUE=
13142 am__EXEEXT_FALSE='#'
13143else
13144 am__EXEEXT_TRUE='#'
13145 am__EXEEXT_FALSE=
8ae85421 13146fi
81ecdfbb 13147
8ae85421 13148if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13149 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 13150Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
13151fi
13152if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
d0ac1c44 13153 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
81ecdfbb 13154Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
13155fi
13156if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
d0ac1c44 13157 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
81ecdfbb 13158Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421 13159fi
979273e3 13160
d0ac1c44 13161: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13162ac_write_fail=0
979273e3
NN
13163ac_clean_files_save=$ac_clean_files
13164ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13165{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13166$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13167as_write_fail=0
13168cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
979273e3
NN
13169#! $SHELL
13170# Generated by $as_me.
252b5132 13171# Run this file to recreate the current configuration.
252b5132 13172# Compiler output produced by configure, useful for debugging
979273e3 13173# configure, is in config.log if it exists.
252b5132 13174
979273e3
NN
13175debug=false
13176ac_cs_recheck=false
13177ac_cs_silent=false
979273e3 13178
81ecdfbb
RW
13179SHELL=\${CONFIG_SHELL-$SHELL}
13180export SHELL
13181_ASEOF
13182cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13183## -------------------- ##
13184## M4sh Initialization. ##
13185## -------------------- ##
979273e3 13186
81ecdfbb
RW
13187# Be more Bourne compatible
13188DUALCASE=1; export DUALCASE # for MKS sh
13189if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
979273e3
NN
13190 emulate sh
13191 NULLCMD=:
81ecdfbb 13192 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
979273e3
NN
13193 # is contrary to our usage. Disable this feature.
13194 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13195 setopt NO_GLOB_SUBST
13196else
13197 case `(set -o) 2>/dev/null` in #(
13198 *posix*) :
13199 set -o posix ;; #(
13200 *) :
13201 ;;
13202esac
979273e3 13203fi
979273e3 13204
81ecdfbb
RW
13205
13206as_nl='
13207'
13208export as_nl
13209# Printing a long string crashes Solaris 7 /usr/bin/printf.
13210as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13211as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13212as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13213# Prefer a ksh shell builtin over an external printf program on Solaris,
13214# but without wasting forks for bash or zsh.
13215if test -z "$BASH_VERSION$ZSH_VERSION" \
13216 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13217 as_echo='print -r --'
13218 as_echo_n='print -rn --'
13219elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13220 as_echo='printf %s\n'
13221 as_echo_n='printf %s'
13222else
13223 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13224 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13225 as_echo_n='/usr/ucb/echo -n'
13226 else
13227 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13228 as_echo_n_body='eval
13229 arg=$1;
13230 case $arg in #(
13231 *"$as_nl"*)
13232 expr "X$arg" : "X\\(.*\\)$as_nl";
13233 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13234 esac;
13235 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13236 '
13237 export as_echo_n_body
13238 as_echo_n='sh -c $as_echo_n_body as_echo'
13239 fi
13240 export as_echo_body
13241 as_echo='sh -c $as_echo_body as_echo'
13242fi
13243
13244# The user is always right.
13245if test "${PATH_SEPARATOR+set}" != set; then
13246 PATH_SEPARATOR=:
13247 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13248 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13249 PATH_SEPARATOR=';'
13250 }
979273e3
NN
13251fi
13252
13253
81ecdfbb
RW
13254# IFS
13255# We need space, tab and new line, in precisely that order. Quoting is
13256# there to prevent editors from complaining about space-tab.
13257# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13258# splitting by setting IFS to empty value.)
13259IFS=" "" $as_nl"
13260
13261# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13262as_myself=
81ecdfbb
RW
13263case $0 in #((
13264 *[\\/]* ) as_myself=$0 ;;
13265 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13266for as_dir in $PATH
13267do
13268 IFS=$as_save_IFS
13269 test -z "$as_dir" && as_dir=.
13270 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13271 done
13272IFS=$as_save_IFS
13273
13274 ;;
13275esac
13276# We did not find ourselves, most probably we were run as `sh COMMAND'
13277# in which case we are not to be found in the path.
13278if test "x$as_myself" = x; then
13279 as_myself=$0
13280fi
13281if test ! -f "$as_myself"; then
13282 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13283 exit 1
13284fi
13285
13286# Unset variables that we do not need and which cause bugs (e.g. in
13287# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13288# suppresses any "Segmentation fault" message there. '((' could
13289# trigger a bug in pdksh 5.2.14.
13290for as_var in BASH_ENV ENV MAIL MAILPATH
13291do eval test x\${$as_var+set} = xset \
13292 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13293done
979273e3
NN
13294PS1='$ '
13295PS2='> '
13296PS4='+ '
13297
13298# NLS nuisances.
81ecdfbb
RW
13299LC_ALL=C
13300export LC_ALL
13301LANGUAGE=C
13302export LANGUAGE
13303
13304# CDPATH.
13305(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13306
13307
d0ac1c44
SM
13308# as_fn_error STATUS ERROR [LINENO LOG_FD]
13309# ----------------------------------------
81ecdfbb
RW
13310# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13311# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13312# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13313as_fn_error ()
13314{
d0ac1c44
SM
13315 as_status=$1; test $as_status -eq 0 && as_status=1
13316 if test "$4"; then
13317 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13318 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
979273e3 13319 fi
d0ac1c44 13320 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13321 as_fn_exit $as_status
13322} # as_fn_error
13323
13324
13325# as_fn_set_status STATUS
13326# -----------------------
13327# Set $? to STATUS, without forking.
13328as_fn_set_status ()
13329{
13330 return $1
13331} # as_fn_set_status
13332
13333# as_fn_exit STATUS
13334# -----------------
13335# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13336as_fn_exit ()
13337{
13338 set +e
13339 as_fn_set_status $1
13340 exit $1
13341} # as_fn_exit
13342
13343# as_fn_unset VAR
13344# ---------------
13345# Portably unset VAR.
13346as_fn_unset ()
13347{
13348 { eval $1=; unset $1;}
13349}
13350as_unset=as_fn_unset
13351# as_fn_append VAR VALUE
13352# ----------------------
13353# Append the text in VALUE to the end of the definition contained in VAR. Take
13354# advantage of any shell optimizations that allow amortized linear growth over
13355# repeated appends, instead of the typical quadratic growth present in naive
13356# implementations.
13357if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13358 eval 'as_fn_append ()
13359 {
13360 eval $1+=\$2
13361 }'
13362else
13363 as_fn_append ()
13364 {
13365 eval $1=\$$1\$2
13366 }
13367fi # as_fn_append
13368
13369# as_fn_arith ARG...
13370# ------------------
13371# Perform arithmetic evaluation on the ARGs, and store the result in the
13372# global $as_val. Take advantage of shells that can avoid forks. The arguments
13373# must be portable across $(()) and expr.
13374if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13375 eval 'as_fn_arith ()
13376 {
13377 as_val=$(( $* ))
13378 }'
13379else
13380 as_fn_arith ()
13381 {
13382 as_val=`expr "$@" || test $? -eq 1`
13383 }
13384fi # as_fn_arith
13385
252b5132 13386
81ecdfbb
RW
13387if expr a : '\(a\)' >/dev/null 2>&1 &&
13388 test "X`expr 00001 : '.*\(...\)'`" = X001; then
979273e3
NN
13389 as_expr=expr
13390else
13391 as_expr=false
13392fi
13393
81ecdfbb 13394if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
979273e3
NN
13395 as_basename=basename
13396else
13397 as_basename=false
13398fi
252b5132 13399
81ecdfbb
RW
13400if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13401 as_dirname=dirname
13402else
13403 as_dirname=false
13404fi
252b5132 13405
81ecdfbb 13406as_me=`$as_basename -- "$0" ||
979273e3
NN
13407$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13408 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13409 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13410$as_echo X/"$0" |
13411 sed '/^.*\/\([^/][^/]*\)\/*$/{
13412 s//\1/
13413 q
13414 }
13415 /^X\/\(\/\/\)$/{
13416 s//\1/
13417 q
13418 }
13419 /^X\/\(\/\).*/{
13420 s//\1/
13421 q
13422 }
13423 s/.*/./; q'`
252b5132 13424
979273e3
NN
13425# Avoid depending upon Character Ranges.
13426as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13427as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13428as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13429as_cr_digits='0123456789'
13430as_cr_alnum=$as_cr_Letters$as_cr_digits
13431
81ecdfbb
RW
13432ECHO_C= ECHO_N= ECHO_T=
13433case `echo -n x` in #(((((
13434-n*)
13435 case `echo 'xy\c'` in
13436 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13437 xy) ECHO_C='\c';;
13438 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13439 ECHO_T=' ';;
13440 esac;;
13441*)
13442 ECHO_N='-n';;
979273e3
NN
13443esac
13444
81ecdfbb
RW
13445rm -f conf$$ conf$$.exe conf$$.file
13446if test -d conf$$.dir; then
13447 rm -f conf$$.dir/conf$$.file
979273e3 13448else
81ecdfbb
RW
13449 rm -f conf$$.dir
13450 mkdir conf$$.dir 2>/dev/null
979273e3 13451fi
81ecdfbb
RW
13452if (echo >conf$$.file) 2>/dev/null; then
13453 if ln -s conf$$.file conf$$ 2>/dev/null; then
979273e3 13454 as_ln_s='ln -s'
81ecdfbb
RW
13455 # ... but there are two gotchas:
13456 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13457 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13458 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13459 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13460 as_ln_s='cp -pR'
81ecdfbb
RW
13461 elif ln conf$$.file conf$$ 2>/dev/null; then
13462 as_ln_s=ln
13463 else
d0ac1c44 13464 as_ln_s='cp -pR'
252b5132 13465 fi
979273e3 13466else
d0ac1c44 13467 as_ln_s='cp -pR'
979273e3 13468fi
81ecdfbb
RW
13469rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13470rmdir conf$$.dir 2>/dev/null
13471
13472
13473# as_fn_mkdir_p
13474# -------------
13475# Create "$as_dir" as a directory, including parents if necessary.
13476as_fn_mkdir_p ()
13477{
13478
13479 case $as_dir in #(
13480 -*) as_dir=./$as_dir;;
13481 esac
13482 test -d "$as_dir" || eval $as_mkdir_p || {
13483 as_dirs=
13484 while :; do
13485 case $as_dir in #(
13486 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13487 *) as_qdir=$as_dir;;
13488 esac
13489 as_dirs="'$as_qdir' $as_dirs"
13490 as_dir=`$as_dirname -- "$as_dir" ||
13491$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13492 X"$as_dir" : 'X\(//\)[^/]' \| \
13493 X"$as_dir" : 'X\(//\)$' \| \
13494 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13495$as_echo X"$as_dir" |
13496 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13497 s//\1/
13498 q
13499 }
13500 /^X\(\/\/\)[^/].*/{
13501 s//\1/
13502 q
13503 }
13504 /^X\(\/\/\)$/{
13505 s//\1/
13506 q
13507 }
13508 /^X\(\/\).*/{
13509 s//\1/
13510 q
13511 }
13512 s/.*/./; q'`
13513 test -d "$as_dir" && break
13514 done
13515 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13516 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
979273e3 13517
81ecdfbb
RW
13518
13519} # as_fn_mkdir_p
979273e3 13520if mkdir -p . 2>/dev/null; then
81ecdfbb 13521 as_mkdir_p='mkdir -p "$as_dir"'
979273e3
NN
13522else
13523 test -d ./-p && rmdir ./-p
13524 as_mkdir_p=false
13525fi
13526
d0ac1c44
SM
13527
13528# as_fn_executable_p FILE
13529# -----------------------
13530# Test if FILE is an executable regular file.
13531as_fn_executable_p ()
13532{
13533 test -f "$1" && test -x "$1"
13534} # as_fn_executable_p
13535as_test_x='test -x'
13536as_executable_p=as_fn_executable_p
979273e3
NN
13537
13538# Sed expression to map a string onto a valid CPP name.
13539as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13540
13541# Sed expression to map a string onto a valid variable name.
13542as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13543
13544
979273e3 13545exec 6>&1
81ecdfbb
RW
13546## ----------------------------------- ##
13547## Main body of $CONFIG_STATUS script. ##
13548## ----------------------------------- ##
13549_ASEOF
13550test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
979273e3 13551
81ecdfbb
RW
13552cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13553# Save the log message, to keep $0 and so on meaningful, and to
979273e3 13554# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13555# values after options handling.
13556ac_log="
573fe3fb 13557This file was extended by opcodes $as_me 2.36.50, which was
d0ac1c44 13558generated by GNU Autoconf 2.69. Invocation command line was
979273e3
NN
13559
13560 CONFIG_FILES = $CONFIG_FILES
13561 CONFIG_HEADERS = $CONFIG_HEADERS
13562 CONFIG_LINKS = $CONFIG_LINKS
13563 CONFIG_COMMANDS = $CONFIG_COMMANDS
13564 $ $0 $@
13565
81ecdfbb
RW
13566on `(hostname || uname -n) 2>/dev/null | sed 1q`
13567"
13568
979273e3
NN
13569_ACEOF
13570
81ecdfbb
RW
13571case $ac_config_files in *"
13572"*) set x $ac_config_files; shift; ac_config_files=$*;;
13573esac
979273e3 13574
81ecdfbb
RW
13575case $ac_config_headers in *"
13576"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13577esac
979273e3 13578
979273e3 13579
81ecdfbb
RW
13580cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13581# Files that config.status was made for.
13582config_files="$ac_config_files"
13583config_headers="$ac_config_headers"
13584config_commands="$ac_config_commands"
979273e3 13585
81ecdfbb 13586_ACEOF
979273e3 13587
81ecdfbb 13588cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 13589ac_cs_usage="\
81ecdfbb
RW
13590\`$as_me' instantiates files and other configuration actions
13591from templates according to the current configuration. Unless the files
13592and actions are specified as TAGs, all are instantiated by default.
979273e3 13593
81ecdfbb 13594Usage: $0 [OPTION]... [TAG]...
979273e3
NN
13595
13596 -h, --help print this help, then exit
81ecdfbb 13597 -V, --version print version number and configuration settings, then exit
d0ac1c44 13598 --config print configuration, then exit
81ecdfbb
RW
13599 -q, --quiet, --silent
13600 do not print progress messages
979273e3
NN
13601 -d, --debug don't remove temporary files
13602 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13603 --file=FILE[:TEMPLATE]
13604 instantiate the configuration file FILE
13605 --header=FILE[:TEMPLATE]
13606 instantiate the configuration header FILE
979273e3
NN
13607
13608Configuration files:
13609$config_files
13610
13611Configuration headers:
13612$config_headers
13613
13614Configuration commands:
13615$config_commands
13616
81ecdfbb 13617Report bugs to the package provider."
979273e3 13618
81ecdfbb
RW
13619_ACEOF
13620cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13621ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
979273e3 13622ac_cs_version="\\
573fe3fb 13623opcodes config.status 2.36.50
d0ac1c44
SM
13624configured by $0, generated by GNU Autoconf 2.69,
13625 with options \\"\$ac_cs_config\\"
979273e3 13626
d0ac1c44 13627Copyright (C) 2012 Free Software Foundation, Inc.
979273e3
NN
13628This config.status script is free software; the Free Software Foundation
13629gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13630
13631ac_pwd='$ac_pwd'
13632srcdir='$srcdir'
13633INSTALL='$INSTALL'
13634MKDIR_P='$MKDIR_P'
13635AWK='$AWK'
13636test -n "\$AWK" || AWK=awk
979273e3
NN
13637_ACEOF
13638
81ecdfbb
RW
13639cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13640# The default lists apply if the user does not specify any file.
979273e3
NN
13641ac_need_defaults=:
13642while test $# != 0
13643do
13644 case $1 in
d0ac1c44 13645 --*=?*)
81ecdfbb
RW
13646 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13647 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
979273e3
NN
13648 ac_shift=:
13649 ;;
d0ac1c44
SM
13650 --*=)
13651 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13652 ac_optarg=
13653 ac_shift=:
13654 ;;
81ecdfbb 13655 *)
979273e3
NN
13656 ac_option=$1
13657 ac_optarg=$2
13658 ac_shift=shift
13659 ;;
979273e3
NN
13660 esac
13661
13662 case $ac_option in
13663 # Handling of the options.
979273e3
NN
13664 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13665 ac_cs_recheck=: ;;
81ecdfbb
RW
13666 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13667 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13668 --config | --confi | --conf | --con | --co | --c )
13669 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13670 --debug | --debu | --deb | --de | --d | -d )
979273e3
NN
13671 debug=: ;;
13672 --file | --fil | --fi | --f )
13673 $ac_shift
81ecdfbb
RW
13674 case $ac_optarg in
13675 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13676 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13677 esac
13678 as_fn_append CONFIG_FILES " '$ac_optarg'"
979273e3
NN
13679 ac_need_defaults=false;;
13680 --header | --heade | --head | --hea )
13681 $ac_shift
81ecdfbb
RW
13682 case $ac_optarg in
13683 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13684 esac
13685 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
979273e3 13686 ac_need_defaults=false;;
81ecdfbb
RW
13687 --he | --h)
13688 # Conflict between --help and --header
d0ac1c44 13689 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13690Try \`$0 --help' for more information.";;
13691 --help | --hel | -h )
13692 $as_echo "$ac_cs_usage"; exit ;;
979273e3
NN
13693 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13694 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13695 ac_cs_silent=: ;;
13696
13697 # This is an error.
d0ac1c44 13698 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13699Try \`$0 --help' for more information." ;;
979273e3 13700
81ecdfbb
RW
13701 *) as_fn_append ac_config_targets " $1"
13702 ac_need_defaults=false ;;
979273e3
NN
13703
13704 esac
13705 shift
252b5132 13706done
979273e3
NN
13707
13708ac_configure_extra_args=
13709
13710if $ac_cs_silent; then
13711 exec 6>/dev/null
13712 ac_configure_extra_args="$ac_configure_extra_args --silent"
252b5132 13713fi
252b5132 13714
979273e3 13715_ACEOF
81ecdfbb 13716cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13717if \$ac_cs_recheck; then
d0ac1c44 13718 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13719 shift
13720 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13721 CONFIG_SHELL='$SHELL'
13722 export CONFIG_SHELL
13723 exec "\$@"
979273e3 13724fi
252b5132 13725
979273e3 13726_ACEOF
81ecdfbb
RW
13727cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13728exec 5>>config.log
13729{
13730 echo
13731 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13732## Running $as_me. ##
13733_ASBOX
13734 $as_echo "$ac_log"
13735} >&5
979273e3 13736
81ecdfbb
RW
13737_ACEOF
13738cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13739#
81ecdfbb 13740# INIT-COMMANDS
979273e3 13741#
8ae85421 13742AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
13743
13744
13745# The HP-UX ksh and POSIX shell print the target directory to stdout
13746# if CDPATH is set.
13747(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13748
13749sed_quote_subst='$sed_quote_subst'
13750double_quote_subst='$double_quote_subst'
13751delay_variable_subst='$delay_variable_subst'
3725885a
RW
13752enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13753macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13754macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13755enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13756pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13757enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13758SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13759ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13760host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13761host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13762host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13763build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13764build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13765build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13766SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13767Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13768GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13769EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13770FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13771LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13772NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13773LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13774max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13775ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13776exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13777lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13778lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13779lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13780reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13781reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13782OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13783deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13784file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13785AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13786AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13787STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13788RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13789old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13790old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13791old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13792lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13793CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13794CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13795compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13796GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13797lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13798lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13799lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13800lt_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"`'
13801objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13802MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13803lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13804lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13805lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13806lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13807lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13808need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13809DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13810NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13811LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13812OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13813OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13814libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13815shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13816extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13817archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13818enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13819export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13820whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13821compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13822old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13823old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13824archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13825archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13826module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13827module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13828with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13829allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13830no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13831hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13832hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13833hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13834hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13835hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13836hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13837hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13838hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13839inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13840link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13841fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13842always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13843export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13844exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13845include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13846prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13847file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13848variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13849need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13850need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13851version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13852runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13853shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13854shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13855libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13856library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13857soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13858install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13859postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13860postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13861finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13862finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13863hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13864sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13865sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13866hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13867enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13868enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13869enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13870old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13871striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
13872
13873LTCC='$LTCC'
13874LTCFLAGS='$LTCFLAGS'
13875compiler='$compiler_DEFAULT'
13876
3725885a
RW
13877# A function that is used when there is no print builtin or printf.
13878func_fallback_echo ()
13879{
13880 eval 'cat <<_LTECHO_EOF
13881\$1
13882_LTECHO_EOF'
13883}
13884
d7040cdb 13885# Quote evaled strings.
3725885a
RW
13886for var in SHELL \
13887ECHO \
13888SED \
d7040cdb
SE
13889GREP \
13890EGREP \
13891FGREP \
13892LD \
13893NM \
13894LN_S \
13895lt_SP2NL \
13896lt_NL2SP \
13897reload_flag \
1927a18f 13898OBJDUMP \
d7040cdb
SE
13899deplibs_check_method \
13900file_magic_cmd \
13901AR \
13902AR_FLAGS \
13903STRIP \
13904RANLIB \
13905CC \
13906CFLAGS \
13907compiler \
13908lt_cv_sys_global_symbol_pipe \
13909lt_cv_sys_global_symbol_to_cdecl \
13910lt_cv_sys_global_symbol_to_c_name_address \
1927a18f 13911lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
13912lt_prog_compiler_no_builtin_flag \
13913lt_prog_compiler_wl \
13914lt_prog_compiler_pic \
13915lt_prog_compiler_static \
13916lt_cv_prog_compiler_c_o \
13917need_locks \
1927a18f
L
13918DSYMUTIL \
13919NMEDIT \
13920LIPO \
13921OTOOL \
13922OTOOL64 \
d7040cdb
SE
13923shrext_cmds \
13924export_dynamic_flag_spec \
13925whole_archive_flag_spec \
13926compiler_needs_object \
13927with_gnu_ld \
13928allow_undefined_flag \
13929no_undefined_flag \
13930hardcode_libdir_flag_spec \
13931hardcode_libdir_flag_spec_ld \
13932hardcode_libdir_separator \
13933fix_srcfile_path \
13934exclude_expsyms \
13935include_expsyms \
13936file_list_spec \
13937variables_saved_for_relink \
13938libname_spec \
13939library_names_spec \
13940soname_spec \
3725885a 13941install_override_mode \
d7040cdb
SE
13942finish_eval \
13943old_striplib \
13944striplib; do
3725885a 13945 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13946 *[\\\\\\\`\\"\\\$]*)
3725885a 13947 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
13948 ;;
13949 *)
13950 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13951 ;;
13952 esac
13953done
13954
13955# Double-quote double-evaled strings.
13956for var in reload_cmds \
13957old_postinstall_cmds \
13958old_postuninstall_cmds \
13959old_archive_cmds \
13960extract_expsyms_cmds \
13961old_archive_from_new_cmds \
13962old_archive_from_expsyms_cmds \
13963archive_cmds \
13964archive_expsym_cmds \
13965module_cmds \
13966module_expsym_cmds \
13967export_symbols_cmds \
13968prelink_cmds \
13969postinstall_cmds \
13970postuninstall_cmds \
13971finish_cmds \
13972sys_lib_search_path_spec \
13973sys_lib_dlsearch_path_spec; do
3725885a 13974 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13975 *[\\\\\\\`\\"\\\$]*)
3725885a 13976 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
13977 ;;
13978 *)
13979 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13980 ;;
13981 esac
13982done
13983
d7040cdb
SE
13984ac_aux_dir='$ac_aux_dir'
13985xsi_shell='$xsi_shell'
13986lt_shell_append='$lt_shell_append'
13987
13988# See if we are running on zsh, and set the options which allow our
13989# commands through without removal of \ escapes INIT.
13990if test -n "\${ZSH_VERSION+set}" ; then
13991 setopt NO_GLOB_SUBST
13992fi
13993
13994
13995 PACKAGE='$PACKAGE'
13996 VERSION='$VERSION'
13997 TIMESTAMP='$TIMESTAMP'
13998 RM='$RM'
13999 ofile='$ofile'
14000
14001
14002
20e95c23
DJ
14003# Capture the value of obsolete ALL_LINGUAS because we need it to compute
14004 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14005 # from automake.
14006 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14007 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14008 LINGUAS="${LINGUAS-%UNSET%}"
979273e3
NN
14009
14010
14011_ACEOF
14012
81ecdfbb 14013cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 14014
81ecdfbb 14015# Handling of arguments.
979273e3
NN
14016for ac_config_target in $ac_config_targets
14017do
81ecdfbb
RW
14018 case $ac_config_target in
14019 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14020 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14021 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14022 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14023 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14024 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14025
d0ac1c44 14026 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132 14027 esac
979273e3 14028done
252b5132 14029
81ecdfbb 14030
979273e3
NN
14031# If the user did not use the arguments to specify the items to instantiate,
14032# then the envvar interface is used. Set only those that are not.
14033# We use the long form for the default assignment because of an extremely
14034# bizarre bug on SunOS 4.1.3.
14035if $ac_need_defaults; then
14036 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14037 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14038 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14039fi
14040
14041# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14042# simply because there is no reason against having it here, and in addition,
979273e3 14043# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14044# Hook for its removal unless debugging.
14045# Note that there is a small window in which the directory will not be cleaned:
14046# after its creation but before its name has been assigned to `$tmp'.
979273e3
NN
14047$debug ||
14048{
d0ac1c44 14049 tmp= ac_tmp=
81ecdfbb 14050 trap 'exit_status=$?
d0ac1c44
SM
14051 : "${ac_tmp:=$tmp}"
14052 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14053' 0
14054 trap 'as_fn_exit 1' 1 2 13 15
979273e3 14055}
979273e3
NN
14056# Create a (secure) tmp directory for tmp files.
14057
14058{
81ecdfbb 14059 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14060 test -d "$tmp"
979273e3
NN
14061} ||
14062{
81ecdfbb
RW
14063 tmp=./conf$$-$RANDOM
14064 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14065} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14066ac_tmp=$tmp
81ecdfbb
RW
14067
14068# Set up the scripts for CONFIG_FILES section.
14069# No need to generate them if there are no CONFIG_FILES.
14070# This happens for instance with `./config.status config.h'.
14071if test -n "$CONFIG_FILES"; then
14072
14073
14074ac_cr=`echo X | tr X '\015'`
14075# On cygwin, bash can eat \r inside `` if the user requested igncr.
14076# But we know of no other shell where ac_cr would be empty at this
14077# point, so we can use a bashism as a fallback.
14078if test "x$ac_cr" = x; then
14079 eval ac_cr=\$\'\\r\'
14080fi
14081ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14082if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14083 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14084else
14085 ac_cs_awk_cr=$ac_cr
14086fi
14087
d0ac1c44 14088echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
14089_ACEOF
14090
14091
14092{
14093 echo "cat >conf$$subs.awk <<_ACEOF" &&
14094 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14095 echo "_ACEOF"
14096} >conf$$subs.sh ||
d0ac1c44
SM
14097 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14098ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14099ac_delim='%!_!# '
14100for ac_last_try in false false false false false :; do
14101 . ./conf$$subs.sh ||
d0ac1c44 14102 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14103
14104 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14105 if test $ac_delim_n = $ac_delim_num; then
14106 break
14107 elif $ac_last_try; then
d0ac1c44 14108 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14109 else
14110 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14111 fi
14112done
14113rm -f conf$$subs.sh
14114
14115cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14116cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14117_ACEOF
14118sed -n '
14119h
14120s/^/S["/; s/!.*/"]=/
14121p
14122g
14123s/^[^!]*!//
14124:repl
14125t repl
14126s/'"$ac_delim"'$//
14127t delim
14128:nl
14129h
d0ac1c44 14130s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14131t more1
14132s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14133p
14134n
14135b repl
14136:more1
14137s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14138p
14139g
14140s/.\{148\}//
14141t nl
14142:delim
14143h
d0ac1c44 14144s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14145t more2
14146s/["\\]/\\&/g; s/^/"/; s/$/"/
14147p
14148b
14149:more2
14150s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14151p
14152g
14153s/.\{148\}//
14154t delim
14155' <conf$$subs.awk | sed '
14156/^[^""]/{
14157 N
14158 s/\n//
14159}
14160' >>$CONFIG_STATUS || ac_write_fail=1
14161rm -f conf$$subs.awk
14162cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14163_ACAWK
d0ac1c44 14164cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14165 for (key in S) S_is_set[key] = 1
14166 FS = "\a"
14167
14168}
979273e3 14169{
81ecdfbb
RW
14170 line = $ 0
14171 nfields = split(line, field, "@")
14172 substed = 0
14173 len = length(field[1])
14174 for (i = 2; i < nfields; i++) {
14175 key = field[i]
14176 keylen = length(key)
14177 if (S_is_set[key]) {
14178 value = S[key]
14179 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14180 len += length(value) + length(field[++i])
14181 substed = 1
14182 } else
14183 len += 1 + keylen
14184 }
14185
14186 print line
979273e3
NN
14187}
14188
81ecdfbb
RW
14189_ACAWK
14190_ACEOF
14191cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14192if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14193 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14194else
14195 cat
d0ac1c44
SM
14196fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14197 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
979273e3
NN
14198_ACEOF
14199
d0ac1c44
SM
14200# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14201# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14202# trailing colons and then remove the whole line if VPATH becomes empty
14203# (actually we leave an empty line to preserve line numbers).
14204if test "x$srcdir" = x.; then
d0ac1c44
SM
14205 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14206h
14207s///
14208s/^/:/
14209s/[ ]*$/:/
14210s/:\$(srcdir):/:/g
14211s/:\${srcdir}:/:/g
14212s/:@srcdir@:/:/g
14213s/^:*//
81ecdfbb 14214s/:*$//
d0ac1c44
SM
14215x
14216s/\(=[ ]*\).*/\1/
14217G
14218s/\n//
81ecdfbb
RW
14219s/^[^=]*=[ ]*$//
14220}'
14221fi
14222
14223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14224fi # test -n "$CONFIG_FILES"
979273e3 14225
81ecdfbb
RW
14226# Set up the scripts for CONFIG_HEADERS section.
14227# No need to generate them if there are no CONFIG_HEADERS.
14228# This happens for instance with `./config.status Makefile'.
14229if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14230cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14231BEGIN {
14232_ACEOF
979273e3 14233
81ecdfbb
RW
14234# Transform confdefs.h into an awk script `defines.awk', embedded as
14235# here-document in config.status, that substitutes the proper values into
14236# config.h.in to produce config.h.
979273e3 14237
81ecdfbb
RW
14238# Create a delimiter string that does not exist in confdefs.h, to ease
14239# handling of long lines.
14240ac_delim='%!_!# '
14241for ac_last_try in false false :; do
d0ac1c44
SM
14242 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14243 if test -z "$ac_tt"; then
81ecdfbb
RW
14244 break
14245 elif $ac_last_try; then
d0ac1c44 14246 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
14247 else
14248 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14249 fi
14250done
14251
14252# For the awk script, D is an array of macro values keyed by name,
14253# likewise P contains macro parameters if any. Preserve backslash
14254# newline sequences.
14255
14256ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14257sed -n '
14258s/.\{148\}/&'"$ac_delim"'/g
14259t rset
14260:rset
14261s/^[ ]*#[ ]*define[ ][ ]*/ /
14262t def
14263d
14264:def
14265s/\\$//
14266t bsnl
14267s/["\\]/\\&/g
14268s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14269D["\1"]=" \3"/p
14270s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14271d
14272:bsnl
14273s/["\\]/\\&/g
14274s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14275D["\1"]=" \3\\\\\\n"\\/p
14276t cont
14277s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14278t cont
14279d
14280:cont
14281n
14282s/.\{148\}/&'"$ac_delim"'/g
14283t clear
14284:clear
14285s/\\$//
14286t bsnlc
14287s/["\\]/\\&/g; s/^/"/; s/$/"/p
14288d
14289:bsnlc
14290s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14291b cont
14292' <confdefs.h | sed '
14293s/'"$ac_delim"'/"\\\
14294"/g' >>$CONFIG_STATUS || ac_write_fail=1
14295
14296cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14297 for (key in D) D_is_set[key] = 1
14298 FS = "\a"
14299}
14300/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14301 line = \$ 0
14302 split(line, arg, " ")
14303 if (arg[1] == "#") {
14304 defundef = arg[2]
14305 mac1 = arg[3]
14306 } else {
14307 defundef = substr(arg[1], 2)
14308 mac1 = arg[2]
14309 }
14310 split(mac1, mac2, "(") #)
14311 macro = mac2[1]
14312 prefix = substr(line, 1, index(line, defundef) - 1)
14313 if (D_is_set[macro]) {
14314 # Preserve the white space surrounding the "#".
14315 print prefix "define", macro P[macro] D[macro]
14316 next
14317 } else {
14318 # Replace #undef with comments. This is necessary, for example,
14319 # in the case of _POSIX_SOURCE, which is predefined and required
14320 # on some systems where configure will not decide to define it.
14321 if (defundef == "undef") {
14322 print "/*", prefix defundef, macro, "*/"
14323 next
14324 }
14325 }
14326}
14327{ print }
14328_ACAWK
979273e3 14329_ACEOF
81ecdfbb 14330cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14331 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14332fi # test -n "$CONFIG_HEADERS"
979273e3 14333
81ecdfbb
RW
14334
14335eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14336shift
14337for ac_tag
14338do
14339 case $ac_tag in
14340 :[FHLC]) ac_mode=$ac_tag; continue;;
14341 esac
14342 case $ac_mode$ac_tag in
14343 :[FHL]*:*);;
d0ac1c44 14344 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14345 :[FH]-) ac_tag=-:-;;
14346 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14347 esac
14348 ac_save_IFS=$IFS
14349 IFS=:
14350 set x $ac_tag
14351 IFS=$ac_save_IFS
14352 shift
14353 ac_file=$1
14354 shift
14355
14356 case $ac_mode in
14357 :L) ac_source=$1;;
14358 :[FH])
14359 ac_file_inputs=
14360 for ac_f
14361 do
14362 case $ac_f in
d0ac1c44 14363 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14364 *) # Look for the file first in the build tree, then in the source tree
14365 # (if the path is not absolute). The absolute path cannot be DOS-style,
14366 # because $ac_f cannot contain `:'.
14367 test -f "$ac_f" ||
14368 case $ac_f in
14369 [\\/$]*) false;;
14370 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14371 esac ||
d0ac1c44 14372 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
14373 esac
14374 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14375 as_fn_append ac_file_inputs " '$ac_f'"
14376 done
14377
14378 # Let's still pretend it is `configure' which instantiates (i.e., don't
14379 # use $as_me), people would be surprised to read:
14380 # /* config.h. Generated by config.status. */
14381 configure_input='Generated from '`
14382 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14383 `' by configure.'
14384 if test x"$ac_file" != x-; then
14385 configure_input="$ac_file. $configure_input"
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14387$as_echo "$as_me: creating $ac_file" >&6;}
979273e3 14388 fi
81ecdfbb
RW
14389 # Neutralize special characters interpreted by sed in replacement strings.
14390 case $configure_input in #(
14391 *\&* | *\|* | *\\* )
14392 ac_sed_conf_input=`$as_echo "$configure_input" |
14393 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14394 *) ac_sed_conf_input=$configure_input;;
14395 esac
252b5132 14396
81ecdfbb 14397 case $ac_tag in
d0ac1c44
SM
14398 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14399 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14400 esac
14401 ;;
252b5132
RH
14402 esac
14403
81ecdfbb 14404 ac_dir=`$as_dirname -- "$ac_file" ||
979273e3
NN
14405$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14406 X"$ac_file" : 'X\(//\)[^/]' \| \
14407 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14408 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14409$as_echo X"$ac_file" |
14410 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14411 s//\1/
14412 q
14413 }
14414 /^X\(\/\/\)[^/].*/{
14415 s//\1/
14416 q
14417 }
14418 /^X\(\/\/\)$/{
14419 s//\1/
14420 q
14421 }
14422 /^X\(\/\).*/{
14423 s//\1/
14424 q
14425 }
14426 s/.*/./; q'`
14427 as_dir="$ac_dir"; as_fn_mkdir_p
979273e3
NN
14428 ac_builddir=.
14429
81ecdfbb
RW
14430case "$ac_dir" in
14431.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14432*)
14433 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14434 # A ".." for each directory in $ac_dir_suffix.
14435 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14436 case $ac_top_builddir_sub in
14437 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14438 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14439 esac ;;
14440esac
14441ac_abs_top_builddir=$ac_pwd
14442ac_abs_builddir=$ac_pwd$ac_dir_suffix
14443# for backward compatibility:
14444ac_top_builddir=$ac_top_build_prefix
979273e3
NN
14445
14446case $srcdir in
81ecdfbb 14447 .) # We are building in place.
979273e3 14448 ac_srcdir=.
81ecdfbb
RW
14449 ac_top_srcdir=$ac_top_builddir_sub
14450 ac_abs_top_srcdir=$ac_pwd ;;
14451 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 14452 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14453 ac_top_srcdir=$srcdir
14454 ac_abs_top_srcdir=$srcdir ;;
14455 *) # Relative name.
14456 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14457 ac_top_srcdir=$ac_top_build_prefix$srcdir
14458 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
979273e3 14459esac
81ecdfbb 14460ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
979273e3 14461
252b5132 14462
81ecdfbb
RW
14463 case $ac_mode in
14464 :F)
14465 #
14466 # CONFIG_FILE
14467 #
979273e3
NN
14468
14469 case $INSTALL in
14470 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
14471 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14472 esac
14473 ac_MKDIR_P=$MKDIR_P
14474 case $MKDIR_P in
14475 [\\/$]* | ?:[\\/]* ) ;;
14476 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
252b5132 14477 esac
81ecdfbb 14478_ACEOF
252b5132 14479
81ecdfbb
RW
14480cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14481# If the template does not know about datarootdir, expand it.
14482# FIXME: This hack should be removed a few years after 2.60.
14483ac_datarootdir_hack=; ac_datarootdir_seen=
14484ac_sed_dataroot='
14485/datarootdir/ {
14486 p
14487 q
14488}
14489/@datadir@/p
14490/@docdir@/p
14491/@infodir@/p
14492/@localedir@/p
14493/@mandir@/p'
14494case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14495*datarootdir*) ac_datarootdir_seen=yes;;
14496*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14498$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14499_ACEOF
14500cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14501 ac_datarootdir_hack='
14502 s&@datadir@&$datadir&g
14503 s&@docdir@&$docdir&g
14504 s&@infodir@&$infodir&g
14505 s&@localedir@&$localedir&g
14506 s&@mandir@&$mandir&g
14507 s&\\\${datarootdir}&$datarootdir&g' ;;
14508esac
979273e3 14509_ACEOF
81ecdfbb
RW
14510
14511# Neutralize VPATH when `$srcdir' = `.'.
14512# Shell code in configure.ac might set extrasub.
14513# FIXME: do we really want to maintain this feature?
14514cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14515ac_sed_extra="$ac_vpsub
979273e3
NN
14516$extrasub
14517_ACEOF
81ecdfbb 14518cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3
NN
14519:t
14520/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
14521s|@configure_input@|$ac_sed_conf_input|;t t
14522s&@top_builddir@&$ac_top_builddir_sub&;t t
14523s&@top_build_prefix@&$ac_top_build_prefix&;t t
14524s&@srcdir@&$ac_srcdir&;t t
14525s&@abs_srcdir@&$ac_abs_srcdir&;t t
14526s&@top_srcdir@&$ac_top_srcdir&;t t
14527s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14528s&@builddir@&$ac_builddir&;t t
14529s&@abs_builddir@&$ac_abs_builddir&;t t
14530s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14531s&@INSTALL@&$ac_INSTALL&;t t
14532s&@MKDIR_P@&$ac_MKDIR_P&;t t
14533$ac_datarootdir_hack
14534"
d0ac1c44
SM
14535eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14536 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14537
14538test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14539 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14540 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14541 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14543which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14544$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14545which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14546
d0ac1c44 14547 rm -f "$ac_tmp/stdin"
979273e3 14548 case $ac_file in
d0ac1c44
SM
14549 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14550 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14551 esac \
d0ac1c44 14552 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14553 ;;
14554 :H)
14555 #
14556 # CONFIG_HEADER
14557 #
979273e3 14558 if test x"$ac_file" != x-; then
81ecdfbb
RW
14559 {
14560 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14561 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14562 } >"$ac_tmp/config.h" \
14563 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14564 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14565 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14566$as_echo "$as_me: $ac_file is unchanged" >&6;}
979273e3 14567 else
81ecdfbb 14568 rm -f "$ac_file"
d0ac1c44
SM
14569 mv "$ac_tmp/config.h" "$ac_file" \
14570 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 14571 fi
979273e3 14572 else
81ecdfbb 14573 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14574 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14575 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 14576 fi
81ecdfbb
RW
14577# Compute "$ac_file"'s index in $config_headers.
14578_am_arg="$ac_file"
8ae85421
AM
14579_am_stamp_count=1
14580for _am_header in $config_headers :; do
14581 case $_am_header in
81ecdfbb 14582 $_am_arg | $_am_arg:* )
8ae85421
AM
14583 break ;;
14584 * )
14585 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14586 esac
14587done
81ecdfbb
RW
14588echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14589$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14590 X"$_am_arg" : 'X\(//\)[^/]' \| \
14591 X"$_am_arg" : 'X\(//\)$' \| \
14592 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14593$as_echo X"$_am_arg" |
14594 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14595 s//\1/
14596 q
14597 }
14598 /^X\(\/\/\)[^/].*/{
14599 s//\1/
14600 q
14601 }
14602 /^X\(\/\/\)$/{
14603 s//\1/
14604 q
14605 }
14606 /^X\(\/\).*/{
14607 s//\1/
14608 q
14609 }
14610 s/.*/./; q'`/stamp-h$_am_stamp_count
14611 ;;
979273e3 14612
81ecdfbb
RW
14613 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14614$as_echo "$as_me: executing $ac_file commands" >&6;}
14615 ;;
14616 esac
979273e3
NN
14617
14618
81ecdfbb
RW
14619 case $ac_file$ac_mode in
14620 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 14621 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
14622 # are listed without --file. Let's play safe and only enable the eval
14623 # if we detect the quoting.
14624 case $CONFIG_FILES in
14625 *\'*) eval set x "$CONFIG_FILES" ;;
14626 *) set x $CONFIG_FILES ;;
14627 esac
14628 shift
14629 for mf
14630 do
14631 # Strip MF so we end up with the name of the file.
14632 mf=`echo "$mf" | sed -e 's/:.*$//'`
14633 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 14634 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
14635 # some people rename them; so instead we look at the file content.
14636 # Grep'ing the first line is not enough: some people post-process
14637 # each Makefile.in and add a new line on top of each file to say so.
14638 # Grep'ing the whole file is not good either: AIX grep has a line
14639 # limit of 2048, but all sed's we know have understand at least 4000.
14640 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14641 dirpart=`$as_dirname -- "$mf" ||
8ae85421
AM
14642$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14643 X"$mf" : 'X\(//\)[^/]' \| \
14644 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
14645 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14646$as_echo X"$mf" |
14647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14648 s//\1/
14649 q
14650 }
14651 /^X\(\/\/\)[^/].*/{
14652 s//\1/
14653 q
14654 }
14655 /^X\(\/\/\)$/{
14656 s//\1/
14657 q
14658 }
14659 /^X\(\/\).*/{
14660 s//\1/
14661 q
14662 }
14663 s/.*/./; q'`
14664 else
14665 continue
14666 fi
14667 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 14668 # from the Makefile without running 'make'.
81ecdfbb
RW
14669 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14670 test -z "$DEPDIR" && continue
14671 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 14672 test -z "$am__include" && continue
81ecdfbb 14673 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
14674 # Find all dependency output files, they are included files with
14675 # $(DEPDIR) in their names. We invoke sed twice because it is the
14676 # simplest approach to changing $(DEPDIR) to its actual value in the
14677 # expansion.
14678 for file in `sed -n "
14679 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 14680 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
14681 # Make sure the directory exists.
14682 test -f "$dirpart/$file" && continue
14683 fdir=`$as_dirname -- "$file" ||
8ae85421
AM
14684$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14685 X"$file" : 'X\(//\)[^/]' \| \
14686 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
14687 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14688$as_echo X"$file" |
14689 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14690 s//\1/
14691 q
14692 }
14693 /^X\(\/\/\)[^/].*/{
14694 s//\1/
14695 q
14696 }
14697 /^X\(\/\/\)$/{
14698 s//\1/
14699 q
14700 }
14701 /^X\(\/\).*/{
14702 s//\1/
14703 q
14704 }
14705 s/.*/./; q'`
14706 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14707 # echo "creating $dirpart/$file"
14708 echo '# dummy' > "$dirpart/$file"
8ae85421 14709 done
8ae85421 14710 done
81ecdfbb 14711}
d7040cdb 14712 ;;
81ecdfbb 14713 "libtool":C)
d7040cdb
SE
14714
14715 # See if we are running on zsh, and set the options which allow our
14716 # commands through without removal of \ escapes.
14717 if test -n "${ZSH_VERSION+set}" ; then
14718 setopt NO_GLOB_SUBST
14719 fi
14720
14721 cfgfile="${ofile}T"
14722 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14723 $RM "$cfgfile"
14724
14725 cat <<_LT_EOF >> "$cfgfile"
14726#! $SHELL
14727
14728# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1927a18f 14729# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
14730# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14731# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14732#
1927a18f 14733# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 14734# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1927a18f 14735# Written by Gordon Matzigkeit, 1996
d7040cdb 14736#
1927a18f 14737# This file is part of GNU Libtool.
d7040cdb 14738#
1927a18f
L
14739# GNU Libtool is free software; you can redistribute it and/or
14740# modify it under the terms of the GNU General Public License as
14741# published by the Free Software Foundation; either version 2 of
14742# the License, or (at your option) any later version.
d7040cdb 14743#
1927a18f
L
14744# As a special exception to the GNU General Public License,
14745# if you distribute this file as part of a program or library that
14746# is built using GNU Libtool, you may include this file under the
14747# same distribution terms that you use for the rest of that program.
d7040cdb 14748#
1927a18f
L
14749# GNU Libtool is distributed in the hope that it will be useful,
14750# but WITHOUT ANY WARRANTY; without even the implied warranty of
14751# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14752# GNU General Public License for more details.
d7040cdb 14753#
1927a18f
L
14754# You should have received a copy of the GNU General Public License
14755# along with GNU Libtool; see the file COPYING. If not, a copy
14756# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14757# obtained by writing to the Free Software Foundation, Inc.,
14758# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
14759
14760
14761# The names of the tagged configurations supported by this script.
14762available_tags=""
14763
14764# ### BEGIN LIBTOOL CONFIG
14765
14766# Whether or not to build shared libraries.
14767build_libtool_libs=$enable_shared
14768
14769# Which release of libtool.m4 was used?
14770macro_version=$macro_version
14771macro_revision=$macro_revision
14772
14773# Whether or not to build static libraries.
14774build_old_libs=$enable_static
14775
14776# What type of objects to build.
14777pic_mode=$pic_mode
14778
14779# Whether or not to optimize for fast installation.
14780fast_install=$enable_fast_install
14781
3725885a
RW
14782# Shell to use when invoking shell scripts.
14783SHELL=$lt_SHELL
14784
14785# An echo program that protects backslashes.
14786ECHO=$lt_ECHO
14787
d7040cdb
SE
14788# The host system.
14789host_alias=$host_alias
14790host=$host
14791host_os=$host_os
14792
14793# The build system.
14794build_alias=$build_alias
14795build=$build
14796build_os=$build_os
14797
14798# A sed program that does not truncate output.
14799SED=$lt_SED
14800
14801# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14802Xsed="\$SED -e 1s/^X//"
14803
14804# A grep program that handles long lines.
14805GREP=$lt_GREP
14806
14807# An ERE matcher.
14808EGREP=$lt_EGREP
14809
14810# A literal string matcher.
14811FGREP=$lt_FGREP
14812
14813# A BSD- or MS-compatible name lister.
14814NM=$lt_NM
14815
14816# Whether we need soft or hard links.
14817LN_S=$lt_LN_S
14818
14819# What is the maximum length of a command?
14820max_cmd_len=$max_cmd_len
14821
14822# Object file suffix (normally "o").
14823objext=$ac_objext
14824
14825# Executable file suffix (normally "").
14826exeext=$exeext
14827
14828# whether the shell understands "unset".
14829lt_unset=$lt_unset
14830
14831# turn spaces into newlines.
14832SP2NL=$lt_lt_SP2NL
14833
14834# turn newlines into spaces.
14835NL2SP=$lt_lt_NL2SP
14836
1927a18f
L
14837# An object symbol dumper.
14838OBJDUMP=$lt_OBJDUMP
14839
d7040cdb
SE
14840# Method to check whether dependent libraries are shared objects.
14841deplibs_check_method=$lt_deplibs_check_method
14842
14843# Command to use when deplibs_check_method == "file_magic".
14844file_magic_cmd=$lt_file_magic_cmd
14845
14846# The archiver.
14847AR=$lt_AR
14848AR_FLAGS=$lt_AR_FLAGS
14849
14850# A symbol stripping program.
14851STRIP=$lt_STRIP
14852
14853# Commands used to install an old-style archive.
14854RANLIB=$lt_RANLIB
14855old_postinstall_cmds=$lt_old_postinstall_cmds
14856old_postuninstall_cmds=$lt_old_postuninstall_cmds
14857
3725885a
RW
14858# Whether to use a lock for old archive extraction.
14859lock_old_archive_extraction=$lock_old_archive_extraction
14860
d7040cdb
SE
14861# A C compiler.
14862LTCC=$lt_CC
14863
14864# LTCC compiler flags.
14865LTCFLAGS=$lt_CFLAGS
14866
14867# Take the output of nm and produce a listing of raw symbols and C names.
14868global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14869
14870# Transform the output of nm in a proper C declaration.
14871global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14872
14873# Transform the output of nm in a C name address pair.
14874global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14875
1927a18f
L
14876# Transform the output of nm in a C name address pair when lib prefix is needed.
14877global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14878
d7040cdb
SE
14879# The name of the directory that contains temporary libtool files.
14880objdir=$objdir
14881
d7040cdb
SE
14882# Used to examine libraries when file_magic_cmd begins with "file".
14883MAGIC_CMD=$MAGIC_CMD
14884
14885# Must we lock files when doing compilation?
14886need_locks=$lt_need_locks
14887
1927a18f
L
14888# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14889DSYMUTIL=$lt_DSYMUTIL
14890
14891# Tool to change global to local symbols on Mac OS X.
14892NMEDIT=$lt_NMEDIT
14893
14894# Tool to manipulate fat objects and archives on Mac OS X.
14895LIPO=$lt_LIPO
14896
14897# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14898OTOOL=$lt_OTOOL
14899
14900# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14901OTOOL64=$lt_OTOOL64
14902
d7040cdb
SE
14903# Old archive suffix (normally "a").
14904libext=$libext
14905
14906# Shared library suffix (normally ".so").
14907shrext_cmds=$lt_shrext_cmds
14908
14909# The commands to extract the exported symbol list from a shared archive.
14910extract_expsyms_cmds=$lt_extract_expsyms_cmds
14911
14912# Variables whose values should be saved in libtool wrapper scripts and
14913# restored at link time.
14914variables_saved_for_relink=$lt_variables_saved_for_relink
14915
14916# Do we need the "lib" prefix for modules?
14917need_lib_prefix=$need_lib_prefix
14918
14919# Do we need a version for libraries?
14920need_version=$need_version
14921
14922# Library versioning type.
14923version_type=$version_type
14924
14925# Shared library runtime path variable.
14926runpath_var=$runpath_var
14927
14928# Shared library path variable.
14929shlibpath_var=$shlibpath_var
14930
14931# Is shlibpath searched before the hard-coded library search path?
14932shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14933
14934# Format of library name prefix.
14935libname_spec=$lt_libname_spec
14936
14937# List of archive names. First name is the real one, the rest are links.
14938# The last name is the one that the linker finds with -lNAME
14939library_names_spec=$lt_library_names_spec
14940
14941# The coded name of the library, if different from the real name.
14942soname_spec=$lt_soname_spec
14943
3725885a
RW
14944# Permission mode override for installation of shared libraries.
14945install_override_mode=$lt_install_override_mode
14946
d7040cdb
SE
14947# Command to use after installation of a shared archive.
14948postinstall_cmds=$lt_postinstall_cmds
14949
14950# Command to use after uninstallation of a shared archive.
14951postuninstall_cmds=$lt_postuninstall_cmds
14952
14953# Commands used to finish a libtool library installation in a directory.
14954finish_cmds=$lt_finish_cmds
14955
14956# As "finish_cmds", except a single script fragment to be evaled but
14957# not shown.
14958finish_eval=$lt_finish_eval
14959
14960# Whether we should hardcode library paths into libraries.
14961hardcode_into_libs=$hardcode_into_libs
14962
14963# Compile-time system search path for libraries.
14964sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14965
14966# Run-time system search path for libraries.
14967sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14968
14969# Whether dlopen is supported.
14970dlopen_support=$enable_dlopen
14971
14972# Whether dlopen of programs is supported.
14973dlopen_self=$enable_dlopen_self
14974
14975# Whether dlopen of statically linked programs is supported.
14976dlopen_self_static=$enable_dlopen_self_static
14977
14978# Commands to strip libraries.
14979old_striplib=$lt_old_striplib
14980striplib=$lt_striplib
14981
14982
14983# The linker used to build libraries.
14984LD=$lt_LD
14985
3725885a
RW
14986# How to create reloadable object files.
14987reload_flag=$lt_reload_flag
14988reload_cmds=$lt_reload_cmds
14989
d7040cdb
SE
14990# Commands used to build an old-style archive.
14991old_archive_cmds=$lt_old_archive_cmds
14992
14993# A language specific compiler.
14994CC=$lt_compiler
14995
14996# Is the compiler the GNU compiler?
14997with_gcc=$GCC
14998
14999# Compiler flag to turn off builtin functions.
15000no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15001
15002# How to pass a linker flag through the compiler.
15003wl=$lt_lt_prog_compiler_wl
15004
15005# Additional compiler flags for building library objects.
15006pic_flag=$lt_lt_prog_compiler_pic
15007
15008# Compiler flag to prevent dynamic linking.
15009link_static_flag=$lt_lt_prog_compiler_static
15010
15011# Does compiler simultaneously support -c and -o options?
15012compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15013
15014# Whether or not to add -lc for building shared libraries.
15015build_libtool_need_lc=$archive_cmds_need_lc
15016
15017# Whether or not to disallow shared libs when runtime libs are static.
15018allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15019
15020# Compiler flag to allow reflexive dlopens.
15021export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15022
15023# Compiler flag to generate shared objects directly from archives.
15024whole_archive_flag_spec=$lt_whole_archive_flag_spec
15025
15026# Whether the compiler copes with passing no objects directly.
15027compiler_needs_object=$lt_compiler_needs_object
15028
15029# Create an old-style archive from a shared archive.
15030old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15031
15032# Create a temporary old-style archive to link instead of a shared archive.
15033old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15034
15035# Commands used to build a shared archive.
15036archive_cmds=$lt_archive_cmds
15037archive_expsym_cmds=$lt_archive_expsym_cmds
15038
15039# Commands used to build a loadable module if different from building
15040# a shared archive.
15041module_cmds=$lt_module_cmds
15042module_expsym_cmds=$lt_module_expsym_cmds
15043
15044# Whether we are building with GNU ld or not.
15045with_gnu_ld=$lt_with_gnu_ld
15046
15047# Flag that allows shared libraries with undefined symbols to be built.
15048allow_undefined_flag=$lt_allow_undefined_flag
15049
15050# Flag that enforces no undefined symbols.
15051no_undefined_flag=$lt_no_undefined_flag
15052
15053# Flag to hardcode \$libdir into a binary during linking.
15054# This must work even if \$libdir does not exist
15055hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15056
15057# If ld is used when linking, flag to hardcode \$libdir into a binary
15058# during linking. This must work even if \$libdir does not exist.
15059hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15060
15061# Whether we need a single "-rpath" flag with a separated argument.
15062hardcode_libdir_separator=$lt_hardcode_libdir_separator
15063
15064# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15065# DIR into the resulting binary.
15066hardcode_direct=$hardcode_direct
15067
15068# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15069# DIR into the resulting binary and the resulting library dependency is
15070# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15071# library is relocated.
15072hardcode_direct_absolute=$hardcode_direct_absolute
15073
15074# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15075# into the resulting binary.
15076hardcode_minus_L=$hardcode_minus_L
15077
15078# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15079# into the resulting binary.
15080hardcode_shlibpath_var=$hardcode_shlibpath_var
15081
15082# Set to "yes" if building a shared library automatically hardcodes DIR
15083# into the library and all subsequent libraries and executables linked
15084# against it.
15085hardcode_automatic=$hardcode_automatic
15086
15087# Set to yes if linker adds runtime paths of dependent libraries
15088# to runtime path list.
15089inherit_rpath=$inherit_rpath
15090
15091# Whether libtool must link a program against all its dependency libraries.
15092link_all_deplibs=$link_all_deplibs
15093
15094# Fix the shell variable \$srcfile for the compiler.
15095fix_srcfile_path=$lt_fix_srcfile_path
15096
15097# Set to "yes" if exported symbols are required.
15098always_export_symbols=$always_export_symbols
15099
15100# The commands to list exported symbols.
15101export_symbols_cmds=$lt_export_symbols_cmds
15102
15103# Symbols that should not be listed in the preloaded symbols.
15104exclude_expsyms=$lt_exclude_expsyms
15105
15106# Symbols that must always be exported.
15107include_expsyms=$lt_include_expsyms
15108
15109# Commands necessary for linking programs (against libraries) with templates.
15110prelink_cmds=$lt_prelink_cmds
15111
15112# Specify filename containing input files.
15113file_list_spec=$lt_file_list_spec
15114
15115# How to hardcode a shared library path into an executable.
15116hardcode_action=$hardcode_action
15117
15118# ### END LIBTOOL CONFIG
15119
15120_LT_EOF
15121
15122 case $host_os in
15123 aix3*)
15124 cat <<\_LT_EOF >> "$cfgfile"
15125# AIX sometimes has problems with the GCC collect2 program. For some
15126# reason, if we set the COLLECT_NAMES environment variable, the problems
15127# vanish in a puff of smoke.
15128if test "X${COLLECT_NAMES+set}" != Xset; then
15129 COLLECT_NAMES=
15130 export COLLECT_NAMES
15131fi
15132_LT_EOF
15133 ;;
15134 esac
15135
15136
15137ltmain="$ac_aux_dir/ltmain.sh"
15138
15139
15140 # We use sed instead of cat because bash on DJGPP gets confused if
15141 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15142 # text mode, it properly converts lines to CR/LF. This bash problem
15143 # is reportedly fixed, but why not run on old versions too?
15144 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15145 || (rm -f "$cfgfile"; exit 1)
15146
15147 case $xsi_shell in
15148 yes)
15149 cat << \_LT_EOF >> "$cfgfile"
1927a18f 15150
d7040cdb
SE
15151# func_dirname file append nondir_replacement
15152# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15153# otherwise set result to NONDIR_REPLACEMENT.
15154func_dirname ()
15155{
15156 case ${1} in
15157 */*) func_dirname_result="${1%/*}${2}" ;;
15158 * ) func_dirname_result="${3}" ;;
15159 esac
15160}
15161
15162# func_basename file
15163func_basename ()
15164{
15165 func_basename_result="${1##*/}"
15166}
15167
1927a18f
L
15168# func_dirname_and_basename file append nondir_replacement
15169# perform func_basename and func_dirname in a single function
15170# call:
15171# dirname: Compute the dirname of FILE. If nonempty,
15172# add APPEND to the result, otherwise set result
15173# to NONDIR_REPLACEMENT.
15174# value returned in "$func_dirname_result"
15175# basename: Compute filename of FILE.
15176# value retuned in "$func_basename_result"
15177# Implementation must be kept synchronized with func_dirname
15178# and func_basename. For efficiency, we do not delegate to
15179# those functions but instead duplicate the functionality here.
15180func_dirname_and_basename ()
15181{
15182 case ${1} in
15183 */*) func_dirname_result="${1%/*}${2}" ;;
15184 * ) func_dirname_result="${3}" ;;
15185 esac
15186 func_basename_result="${1##*/}"
15187}
15188
d7040cdb
SE
15189# func_stripname prefix suffix name
15190# strip PREFIX and SUFFIX off of NAME.
15191# PREFIX and SUFFIX must not contain globbing or regex special
15192# characters, hashes, percent signs, but SUFFIX may contain a leading
15193# dot (in which case that matches only a dot).
15194func_stripname ()
15195{
15196 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15197 # positional parameters, so assign one to ordinary parameter first.
15198 func_stripname_result=${3}
15199 func_stripname_result=${func_stripname_result#"${1}"}
15200 func_stripname_result=${func_stripname_result%"${2}"}
15201}
15202
15203# func_opt_split
15204func_opt_split ()
15205{
15206 func_opt_split_opt=${1%%=*}
15207 func_opt_split_arg=${1#*=}
15208}
15209
15210# func_lo2o object
15211func_lo2o ()
15212{
15213 case ${1} in
15214 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15215 *) func_lo2o_result=${1} ;;
15216 esac
15217}
1927a18f
L
15218
15219# func_xform libobj-or-source
15220func_xform ()
15221{
15222 func_xform_result=${1%.*}.lo
15223}
15224
15225# func_arith arithmetic-term...
15226func_arith ()
15227{
15228 func_arith_result=$(( $* ))
15229}
15230
15231# func_len string
15232# STRING may not start with a hyphen.
15233func_len ()
15234{
15235 func_len_result=${#1}
15236}
15237
d7040cdb
SE
15238_LT_EOF
15239 ;;
15240 *) # Bourne compatible functions.
15241 cat << \_LT_EOF >> "$cfgfile"
1927a18f 15242
d7040cdb
SE
15243# func_dirname file append nondir_replacement
15244# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15245# otherwise set result to NONDIR_REPLACEMENT.
15246func_dirname ()
15247{
15248 # Extract subdirectory from the argument.
3725885a 15249 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
15250 if test "X$func_dirname_result" = "X${1}"; then
15251 func_dirname_result="${3}"
15252 else
15253 func_dirname_result="$func_dirname_result${2}"
15254 fi
15255}
15256
15257# func_basename file
15258func_basename ()
15259{
3725885a 15260 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
15261}
15262
1927a18f 15263
d7040cdb
SE
15264# func_stripname prefix suffix name
15265# strip PREFIX and SUFFIX off of NAME.
15266# PREFIX and SUFFIX must not contain globbing or regex special
15267# characters, hashes, percent signs, but SUFFIX may contain a leading
15268# dot (in which case that matches only a dot).
15269# func_strip_suffix prefix name
15270func_stripname ()
15271{
15272 case ${2} in
3725885a
RW
15273 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15274 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
15275 esac
15276}
15277
15278# sed scripts:
15279my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15280my_sed_long_arg='1s/^-[^=]*=//'
15281
15282# func_opt_split
15283func_opt_split ()
15284{
3725885a
RW
15285 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15286 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
15287}
15288
15289# func_lo2o object
15290func_lo2o ()
15291{
3725885a 15292 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 15293}
1927a18f
L
15294
15295# func_xform libobj-or-source
15296func_xform ()
15297{
3725885a 15298 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1927a18f
L
15299}
15300
15301# func_arith arithmetic-term...
15302func_arith ()
15303{
15304 func_arith_result=`expr "$@"`
15305}
15306
15307# func_len string
15308# STRING may not start with a hyphen.
15309func_len ()
15310{
15311 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15312}
15313
d7040cdb
SE
15314_LT_EOF
15315esac
15316
15317case $lt_shell_append in
15318 yes)
15319 cat << \_LT_EOF >> "$cfgfile"
15320
15321# func_append var value
15322# Append VALUE to the end of shell variable VAR.
15323func_append ()
15324{
15325 eval "$1+=\$2"
15326}
15327_LT_EOF
15328 ;;
15329 *)
15330 cat << \_LT_EOF >> "$cfgfile"
15331
15332# func_append var value
15333# Append VALUE to the end of shell variable VAR.
15334func_append ()
15335{
15336 eval "$1=\$$1\$2"
15337}
1927a18f 15338
d7040cdb
SE
15339_LT_EOF
15340 ;;
15341 esac
15342
15343
15344 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15345 || (rm -f "$cfgfile"; exit 1)
15346
15347 mv -f "$cfgfile" "$ofile" ||
15348 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15349 chmod +x "$ofile"
15350
8ae85421 15351 ;;
81ecdfbb 15352 "default-1":C)
20e95c23
DJ
15353 for ac_file in $CONFIG_FILES; do
15354 # Support "outfile[:infile[:infile...]]"
15355 case "$ac_file" in
15356 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15357 esac
15358 # PO directories have a Makefile.in generated from Makefile.in.in.
15359 case "$ac_file" in */Makefile.in)
15360 # Adjust a relative srcdir.
15361 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 15362 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
15363 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15364 # In autoconf-2.13 it is called $ac_given_srcdir.
15365 # In autoconf-2.50 it is called $srcdir.
15366 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15367 case "$ac_given_srcdir" in
15368 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15369 /*) top_srcdir="$ac_given_srcdir" ;;
15370 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15371 esac
15372 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15373 rm -f "$ac_dir/POTFILES"
15374 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15375 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15376 POMAKEFILEDEPS="POTFILES.in"
15377 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15378 # on $ac_dir but don't depend on user-specified configuration
15379 # parameters.
15380 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15381 # The LINGUAS file contains the set of available languages.
15382 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 15383 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
15384 fi
15385 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15386 # Hide the ALL_LINGUAS assigment from automake.
15387 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15388 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15389 else
37a42ee9 15390 # The set of available languages was given in configure.ac.
20e95c23
DJ
15391 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15392 fi
15393 case "$ac_given_srcdir" in
15394 .) srcdirpre= ;;
15395 *) srcdirpre='$(srcdir)/' ;;
15396 esac
15397 POFILES=
15398 GMOFILES=
15399 UPDATEPOFILES=
15400 DUMMYPOFILES=
15401 for lang in $ALL_LINGUAS; do
15402 POFILES="$POFILES $srcdirpre$lang.po"
15403 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15404 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15405 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15406 done
15407 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15408 # environment variable.
15409 INST_LINGUAS=
15410 if test -n "$ALL_LINGUAS"; then
15411 for presentlang in $ALL_LINGUAS; do
15412 useit=no
15413 if test "%UNSET%" != "$LINGUAS"; then
15414 desiredlanguages="$LINGUAS"
15415 else
15416 desiredlanguages="$ALL_LINGUAS"
15417 fi
15418 for desiredlang in $desiredlanguages; do
15419 # Use the presentlang catalog if desiredlang is
15420 # a. equal to presentlang, or
15421 # b. a variant of presentlang (because in this case,
15422 # presentlang can be used as a fallback for messages
15423 # which are not translated in the desiredlang catalog).
15424 case "$desiredlang" in
15425 "$presentlang"*) useit=yes;;
15426 esac
15427 done
15428 if test $useit = yes; then
15429 INST_LINGUAS="$INST_LINGUAS $presentlang"
15430 fi
15431 done
15432 fi
15433 CATALOGS=
15434 if test -n "$INST_LINGUAS"; then
15435 for lang in $INST_LINGUAS; do
15436 CATALOGS="$CATALOGS $lang.gmo"
15437 done
15438 fi
15439 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15440 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"
15441 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15442 if test -f "$f"; then
15443 case "$f" in
15444 *.orig | *.bak | *~) ;;
15445 *) cat "$f" >> "$ac_dir/Makefile" ;;
15446 esac
15447 fi
15448 done
15449 fi
15450 ;;
15451 esac
15452 done ;;
81ecdfbb 15453
979273e3 15454 esac
81ecdfbb 15455done # for ac_tag
979273e3 15456
979273e3 15457
81ecdfbb 15458as_fn_exit 0
979273e3 15459_ACEOF
979273e3
NN
15460ac_clean_files=$ac_clean_files_save
15461
81ecdfbb 15462test $ac_write_fail = 0 ||
d0ac1c44 15463 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15464
979273e3
NN
15465
15466# configure is writing to config.log, and then calls config.status.
15467# config.status does its own redirection, appending to config.log.
15468# Unfortunately, on DOS this fails, as config.log is still kept open
15469# by configure, so config.status won't be able to write to it; its
15470# output is simply discarded. So we exec the FD to /dev/null,
15471# effectively closing config.log, so it can be properly (re)opened and
15472# appended to by config.status. When coming back to configure, we
15473# need to make the FD available again.
15474if test "$no_create" != yes; then
15475 ac_cs_success=:
15476 ac_config_status_args=
15477 test "$silent" = yes &&
15478 ac_config_status_args="$ac_config_status_args --quiet"
15479 exec 5>/dev/null
15480 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15481 exec 5>>config.log
15482 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15483 # would make configure fail if this is the last instruction.
d0ac1c44 15484 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15485fi
15486if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15488$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
979273e3 15489fi
252b5132 15490
d546b610
L
15491
15492
15493touch config.status.tmp
15494if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
15495 sed '/as_fn_exit 0/i \
15496sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
15497touch --reference=Makefile Makefile.tmp \
15498mv Makefile.tmp Makefile \
15499' config.status > config.status.tmp
15500 touch --reference=config.status config.status.tmp
15501 mv config.status.tmp config.status
15502 chmod +x config.status
15503 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
15504 touch --reference=Makefile Makefile.tmp
15505 mv Makefile.tmp Makefile
15506else
15507 rm -f config.status.tmp
15508fi
This page took 2.039727 seconds and 4 git commands to generate.