Add x86_64-*-rdos.
[deliverable/binutils-gdb.git] / ld / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
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## -------------------- ##
42ecbf5e 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 :
42ecbf5e
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
42ecbf5e 31fi
42ecbf5e 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 }
42ecbf5e
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
42ecbf5e
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
42ecbf5e 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
42ecbf5e 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
42ecbf5e 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
42ecbf5e 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
42ecbf5e 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
42ecbf5e 418
42ecbf5e
DJ
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
42ecbf5e 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
42ecbf5e 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
42ecbf5e 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 444 t loop
81ecdfbb 445 s/-\n.*//
42ecbf5e 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
42ecbf5e
DJ
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
42ecbf5e
DJ
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
42ecbf5e
DJ
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
42ecbf5e 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
42ecbf5e 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
42ecbf5e 491 fi
42ecbf5e
DJ
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
42ecbf5e
DJ
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
42ecbf5e
DJ
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
42ecbf5e
DJ
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 543
42ecbf5e
DJ
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
42ecbf5e 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
42ecbf5e
DJ
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
42ecbf5e
DJ
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
42ecbf5e
DJ
563
564ac_unique_file="ldmain.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
42ecbf5e
DJ
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
42ecbf5e 592# include <inttypes.h>
42ecbf5e 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605TESTBFDLIB
606EMULATION_LIBPATH
607LIB_PATH
608EMUL_EXTRA_OFILES
609EMULATION_OFILES
610EMUL
611STRINGIFY
02ecc8e9 612enable_initfini_array
5d3236ee
DK
613ENABLE_PLUGINS_FALSE
614ENABLE_PLUGINS_TRUE
81ecdfbb
RW
615NATIVE_LIB_DIRS
616HOSTING_LIBS
617HOSTING_CRT0
618HDEFINES
619do_compare
620GENINSRC_NEVER_FALSE
621GENINSRC_NEVER_TRUE
81ecdfbb
RW
622LEXLIB
623LEX_OUTPUT_ROOT
624LEX
625YFLAGS
626YACC
627MSGMERGE
628MSGFMT
629MKINSTALLDIRS
630CATOBJEXT
631GENCAT
632INSTOBJEXT
633DATADIRNAME
634CATALOGS
635POSUB
636GMSGFMT
637XGETTEXT
638INCINTL
639LIBINTL_DEP
640LIBINTL
641USE_NLS
3cb62297 642CXXCPP
81ecdfbb
RW
643OTOOL64
644OTOOL
645LIPO
646NMEDIT
647DSYMUTIL
81ecdfbb
RW
648RANLIB
649AR
650OBJDUMP
651LN_S
652NM
653ac_ct_DUMPBIN
654DUMPBIN
655LD
656FGREP
657SED
658LIBTOOL
3cb62297
L
659am__fastdepCXX_FALSE
660am__fastdepCXX_TRUE
661CXXDEPMODE
662ac_ct_CXX
663CXXFLAGS
664CXX
397841b5
AM
665NO_WERROR
666WARN_CFLAGS
81ecdfbb
RW
667EGREP
668GREP
669CPP
4fda8867
NC
670installed_linker
671install_as_default
81ecdfbb
RW
672TARGET_SYSTEM_ROOT_DEFINE
673TARGET_SYSTEM_ROOT
674use_sysroot
64ac50ac
RW
675MAINT
676MAINTAINER_MODE_FALSE
677MAINTAINER_MODE_TRUE
81ecdfbb
RW
678am__fastdepCC_FALSE
679am__fastdepCC_TRUE
680CCDEPMODE
681AMDEPBACKSLASH
682AMDEP_FALSE
683AMDEP_TRUE
684am__quote
685am__include
686DEPDIR
687am__untar
688am__tar
689AMTAR
690am__leading_dot
691SET_MAKE
692AWK
693mkdir_p
694MKDIR_P
695INSTALL_STRIP_PROGRAM
696STRIP
697install_sh
698MAKEINFO
699AUTOHEADER
700AUTOMAKE
701AUTOCONF
702ACLOCAL
703VERSION
704PACKAGE
705CYGPATH_W
706am__isrc
707INSTALL_DATA
708INSTALL_SCRIPT
709INSTALL_PROGRAM
710OBJEXT
711EXEEXT
712ac_ct_CC
713CPPFLAGS
714LDFLAGS
715CFLAGS
716CC
717target_os
718target_vendor
719target_cpu
720target
721host_os
722host_vendor
723host_cpu
724host
725build_os
726build_vendor
727build_cpu
728build
729target_alias
730host_alias
731build_alias
732LIBS
733ECHO_T
734ECHO_N
735ECHO_C
736DEFS
737mandir
738localedir
739libdir
740psdir
741pdfdir
742dvidir
743htmldir
744infodir
745docdir
746oldincludedir
747includedir
748localstatedir
749sharedstatedir
750sysconfdir
751datadir
752datarootdir
753libexecdir
754sbindir
755bindir
756program_transform_name
757prefix
758exec_prefix
759PACKAGE_URL
760PACKAGE_BUGREPORT
761PACKAGE_STRING
762PACKAGE_VERSION
763PACKAGE_TARNAME
764PACKAGE_NAME
765PATH_SEPARATOR
766SHELL'
42ecbf5e 767ac_subst_files='TDIRS'
81ecdfbb
RW
768ac_user_opts='
769enable_option_checking
770enable_dependency_tracking
64ac50ac 771enable_maintainer_mode
81ecdfbb
RW
772with_lib_path
773enable_targets
774enable_64_bit_bfd
775with_sysroot
4fda8867 776enable_gold
81ecdfbb
RW
777enable_got
778enable_werror
779enable_build_warnings
da2f07f1 780enable_plugins
81ecdfbb
RW
781enable_largefile
782enable_shared
783enable_static
784with_pic
785enable_fast_install
786with_gnu_ld
787enable_libtool_lock
788enable_nls
02ecc8e9 789enable_initfini_array
52546677 790with_zlib
81ecdfbb
RW
791'
792 ac_precious_vars='build_alias
793host_alias
794target_alias
795CC
796CFLAGS
797LDFLAGS
798LIBS
799CPPFLAGS
800CPP
3cb62297
L
801CXX
802CXXFLAGS
803CCC
804CXXCPP
81ecdfbb
RW
805YACC
806YFLAGS'
807
252b5132
RH
808
809# Initialize some variables set by options.
42ecbf5e
DJ
810ac_init_help=
811ac_init_version=false
81ecdfbb
RW
812ac_unrecognized_opts=
813ac_unrecognized_sep=
252b5132
RH
814# The variables have the same names as the options, with
815# dashes changed to underlines.
42ecbf5e 816cache_file=/dev/null
252b5132 817exec_prefix=NONE
252b5132 818no_create=
252b5132
RH
819no_recursion=
820prefix=NONE
821program_prefix=NONE
822program_suffix=NONE
823program_transform_name=s,x,x,
824silent=
825site=
826srcdir=
252b5132
RH
827verbose=
828x_includes=NONE
829x_libraries=NONE
42ecbf5e
DJ
830
831# Installation directory options.
832# These are left unexpanded so users can "make install exec_prefix=/foo"
833# and all the variables that are supposed to be based on exec_prefix
834# by default will actually change.
835# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 836# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
837bindir='${exec_prefix}/bin'
838sbindir='${exec_prefix}/sbin'
839libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
840datarootdir='${prefix}/share'
841datadir='${datarootdir}'
252b5132
RH
842sysconfdir='${prefix}/etc'
843sharedstatedir='${prefix}/com'
844localstatedir='${prefix}/var'
252b5132
RH
845includedir='${prefix}/include'
846oldincludedir='/usr/include'
81ecdfbb
RW
847docdir='${datarootdir}/doc/${PACKAGE}'
848infodir='${datarootdir}/info'
849htmldir='${docdir}'
850dvidir='${docdir}'
851pdfdir='${docdir}'
852psdir='${docdir}'
853libdir='${exec_prefix}/lib'
854localedir='${datarootdir}/locale'
855mandir='${datarootdir}/man'
252b5132 856
252b5132 857ac_prev=
81ecdfbb 858ac_dashdash=
252b5132
RH
859for ac_option
860do
252b5132
RH
861 # If the previous option needs an argument, assign it.
862 if test -n "$ac_prev"; then
81ecdfbb 863 eval $ac_prev=\$ac_option
252b5132
RH
864 ac_prev=
865 continue
866 fi
867
81ecdfbb
RW
868 case $ac_option in
869 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 *) ac_optarg=yes ;;
871 esac
252b5132
RH
872
873 # Accept the important Cygnus configure options, so we can diagnose typos.
874
81ecdfbb
RW
875 case $ac_dashdash$ac_option in
876 --)
877 ac_dashdash=yes ;;
252b5132
RH
878
879 -bindir | --bindir | --bindi | --bind | --bin | --bi)
880 ac_prev=bindir ;;
881 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 882 bindir=$ac_optarg ;;
252b5132
RH
883
884 -build | --build | --buil | --bui | --bu)
42ecbf5e 885 ac_prev=build_alias ;;
252b5132 886 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 887 build_alias=$ac_optarg ;;
252b5132
RH
888
889 -cache-file | --cache-file | --cache-fil | --cache-fi \
890 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
891 ac_prev=cache_file ;;
892 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
893 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
894 cache_file=$ac_optarg ;;
895
896 --config-cache | -C)
897 cache_file=config.cache ;;
252b5132 898
81ecdfbb 899 -datadir | --datadir | --datadi | --datad)
252b5132 900 ac_prev=datadir ;;
81ecdfbb 901 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 902 datadir=$ac_optarg ;;
252b5132 903
81ecdfbb
RW
904 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
905 | --dataroo | --dataro | --datar)
906 ac_prev=datarootdir ;;
907 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
908 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
909 datarootdir=$ac_optarg ;;
910
252b5132 911 -disable-* | --disable-*)
81ecdfbb 912 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 913 # Reject names that are not valid shell variable names.
81ecdfbb
RW
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920"enable_$ac_useropt"
921"*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
924 esac
925 eval enable_$ac_useropt=no ;;
926
927 -docdir | --docdir | --docdi | --doc | --do)
928 ac_prev=docdir ;;
929 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
930 docdir=$ac_optarg ;;
931
932 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
933 ac_prev=dvidir ;;
934 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
935 dvidir=$ac_optarg ;;
252b5132
RH
936
937 -enable-* | --enable-*)
81ecdfbb 938 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 939 # Reject names that are not valid shell variable names.
81ecdfbb
RW
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 as_fn_error "invalid feature name: $ac_useropt"
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
945 *"
946"enable_$ac_useropt"
947"*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
252b5132 950 esac
81ecdfbb 951 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
952
953 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
954 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
955 | --exec | --exe | --ex)
956 ac_prev=exec_prefix ;;
957 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
958 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
959 | --exec=* | --exe=* | --ex=*)
42ecbf5e 960 exec_prefix=$ac_optarg ;;
252b5132
RH
961
962 -gas | --gas | --ga | --g)
963 # Obsolete; use --with-gas.
964 with_gas=yes ;;
965
42ecbf5e
DJ
966 -help | --help | --hel | --he | -h)
967 ac_init_help=long ;;
968 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
969 ac_init_help=recursive ;;
970 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
971 ac_init_help=short ;;
252b5132
RH
972
973 -host | --host | --hos | --ho)
42ecbf5e 974 ac_prev=host_alias ;;
252b5132 975 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 976 host_alias=$ac_optarg ;;
252b5132 977
81ecdfbb
RW
978 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
979 ac_prev=htmldir ;;
980 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
981 | --ht=*)
982 htmldir=$ac_optarg ;;
983
252b5132
RH
984 -includedir | --includedir | --includedi | --included | --include \
985 | --includ | --inclu | --incl | --inc)
986 ac_prev=includedir ;;
987 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
988 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 989 includedir=$ac_optarg ;;
252b5132
RH
990
991 -infodir | --infodir | --infodi | --infod | --info | --inf)
992 ac_prev=infodir ;;
993 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 994 infodir=$ac_optarg ;;
252b5132
RH
995
996 -libdir | --libdir | --libdi | --libd)
997 ac_prev=libdir ;;
998 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 999 libdir=$ac_optarg ;;
252b5132
RH
1000
1001 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1002 | --libexe | --libex | --libe)
1003 ac_prev=libexecdir ;;
1004 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1005 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1006 libexecdir=$ac_optarg ;;
252b5132 1007
81ecdfbb
RW
1008 -localedir | --localedir | --localedi | --localed | --locale)
1009 ac_prev=localedir ;;
1010 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1011 localedir=$ac_optarg ;;
1012
252b5132 1013 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1014 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1015 ac_prev=localstatedir ;;
1016 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1017 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1018 localstatedir=$ac_optarg ;;
252b5132
RH
1019
1020 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1021 ac_prev=mandir ;;
1022 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1023 mandir=$ac_optarg ;;
252b5132
RH
1024
1025 -nfp | --nfp | --nf)
1026 # Obsolete; use --without-fp.
1027 with_fp=no ;;
1028
1029 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1030 | --no-cr | --no-c | -n)
252b5132
RH
1031 no_create=yes ;;
1032
1033 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1034 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1035 no_recursion=yes ;;
1036
1037 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1038 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1039 | --oldin | --oldi | --old | --ol | --o)
1040 ac_prev=oldincludedir ;;
1041 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1042 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1043 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1044 oldincludedir=$ac_optarg ;;
252b5132
RH
1045
1046 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1047 ac_prev=prefix ;;
1048 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1049 prefix=$ac_optarg ;;
252b5132
RH
1050
1051 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1052 | --program-pre | --program-pr | --program-p)
1053 ac_prev=program_prefix ;;
1054 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1055 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1056 program_prefix=$ac_optarg ;;
252b5132
RH
1057
1058 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1059 | --program-suf | --program-su | --program-s)
1060 ac_prev=program_suffix ;;
1061 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1062 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1063 program_suffix=$ac_optarg ;;
252b5132
RH
1064
1065 -program-transform-name | --program-transform-name \
1066 | --program-transform-nam | --program-transform-na \
1067 | --program-transform-n | --program-transform- \
1068 | --program-transform | --program-transfor \
1069 | --program-transfo | --program-transf \
1070 | --program-trans | --program-tran \
1071 | --progr-tra | --program-tr | --program-t)
1072 ac_prev=program_transform_name ;;
1073 -program-transform-name=* | --program-transform-name=* \
1074 | --program-transform-nam=* | --program-transform-na=* \
1075 | --program-transform-n=* | --program-transform-=* \
1076 | --program-transform=* | --program-transfor=* \
1077 | --program-transfo=* | --program-transf=* \
1078 | --program-trans=* | --program-tran=* \
1079 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1080 program_transform_name=$ac_optarg ;;
252b5132 1081
81ecdfbb
RW
1082 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1083 ac_prev=pdfdir ;;
1084 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1085 pdfdir=$ac_optarg ;;
1086
1087 -psdir | --psdir | --psdi | --psd | --ps)
1088 ac_prev=psdir ;;
1089 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1090 psdir=$ac_optarg ;;
1091
252b5132
RH
1092 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1093 | -silent | --silent | --silen | --sile | --sil)
1094 silent=yes ;;
1095
1096 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1097 ac_prev=sbindir ;;
1098 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1099 | --sbi=* | --sb=*)
42ecbf5e 1100 sbindir=$ac_optarg ;;
252b5132
RH
1101
1102 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1103 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1104 | --sharedst | --shareds | --shared | --share | --shar \
1105 | --sha | --sh)
1106 ac_prev=sharedstatedir ;;
1107 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1108 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1109 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1110 | --sha=* | --sh=*)
42ecbf5e 1111 sharedstatedir=$ac_optarg ;;
252b5132
RH
1112
1113 -site | --site | --sit)
1114 ac_prev=site ;;
1115 -site=* | --site=* | --sit=*)
42ecbf5e 1116 site=$ac_optarg ;;
85fbca6a 1117
252b5132
RH
1118 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1119 ac_prev=srcdir ;;
1120 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1121 srcdir=$ac_optarg ;;
252b5132
RH
1122
1123 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1124 | --syscon | --sysco | --sysc | --sys | --sy)
1125 ac_prev=sysconfdir ;;
1126 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1127 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1128 sysconfdir=$ac_optarg ;;
252b5132
RH
1129
1130 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1131 ac_prev=target_alias ;;
252b5132 1132 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1133 target_alias=$ac_optarg ;;
252b5132
RH
1134
1135 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1136 verbose=yes ;;
1137
42ecbf5e
DJ
1138 -version | --version | --versio | --versi | --vers | -V)
1139 ac_init_version=: ;;
252b5132
RH
1140
1141 -with-* | --with-*)
81ecdfbb 1142 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1143 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1145 as_fn_error "invalid package name: $ac_useropt"
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1149 *"
1150"with_$ac_useropt"
1151"*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
252b5132 1154 esac
81ecdfbb 1155 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1156
1157 -without-* | --without-*)
81ecdfbb 1158 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1159 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1161 as_fn_error "invalid package name: $ac_useropt"
1162 ac_useropt_orig=$ac_useropt
1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164 case $ac_user_opts in
1165 *"
1166"with_$ac_useropt"
1167"*) ;;
1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1169 ac_unrecognized_sep=', ';;
1170 esac
1171 eval with_$ac_useropt=no ;;
252b5132
RH
1172
1173 --x)
1174 # Obsolete; use --with-x.
1175 with_x=yes ;;
1176
1177 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1178 | --x-incl | --x-inc | --x-in | --x-i)
1179 ac_prev=x_includes ;;
1180 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1181 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1182 x_includes=$ac_optarg ;;
252b5132
RH
1183
1184 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1185 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1186 ac_prev=x_libraries ;;
1187 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1188 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1189 x_libraries=$ac_optarg ;;
252b5132 1190
81ecdfbb
RW
1191 -*) as_fn_error "unrecognized option: \`$ac_option'
1192Try \`$0 --help' for more information."
252b5132
RH
1193 ;;
1194
42ecbf5e
DJ
1195 *=*)
1196 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1197 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1198 case $ac_envvar in #(
1199 '' | [0-9]* | *[!_$as_cr_alnum]* )
1200 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1201 esac
1202 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1203 export $ac_envvar ;;
1204
252b5132 1205 *)
42ecbf5e 1206 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1207 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1208 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1209 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1210 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1211 ;;
1212
1213 esac
1214done
1215
1216if test -n "$ac_prev"; then
42ecbf5e 1217 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1218 as_fn_error "missing argument to $ac_option"
252b5132 1219fi
252b5132 1220
81ecdfbb
RW
1221if test -n "$ac_unrecognized_opts"; then
1222 case $enable_option_checking in
1223 no) ;;
1224 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1225 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1226 esac
81ecdfbb 1227fi
252b5132 1228
81ecdfbb
RW
1229# Check all directory arguments for consistency.
1230for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1231 datadir sysconfdir sharedstatedir localstatedir includedir \
1232 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1233 libdir localedir mandir
252b5132 1234do
81ecdfbb
RW
1235 eval ac_val=\$$ac_var
1236 # Remove trailing slashes.
1237 case $ac_val in
1238 */ )
1239 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1240 eval $ac_var=\$ac_val;;
1241 esac
1242 # Be sure to have absolute directory names.
42ecbf5e 1243 case $ac_val in
81ecdfbb
RW
1244 [\\/$]* | ?:[\\/]* ) continue;;
1245 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1246 esac
81ecdfbb 1247 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1248done
1249
42ecbf5e
DJ
1250# There might be people who depend on the old broken behavior: `$host'
1251# used to hold the argument of --host etc.
1252# FIXME: To remove some day.
1253build=$build_alias
1254host=$host_alias
1255target=$target_alias
1256
1257# FIXME: To remove some day.
1258if test "x$host_alias" != x; then
1259 if test "x$build_alias" = x; then
1260 cross_compiling=maybe
81ecdfbb 1261 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1262 If a cross compiler is detected then cross compile mode will be used." >&2
1263 elif test "x$build_alias" != "x$host_alias"; then
1264 cross_compiling=yes
1265 fi
1266fi
e5a52504 1267
42ecbf5e
DJ
1268ac_tool_prefix=
1269test -n "$host_alias" && ac_tool_prefix=$host_alias-
1270
1271test "$silent" = yes && exec 6>/dev/null
252b5132 1272
252b5132 1273
81ecdfbb
RW
1274ac_pwd=`pwd` && test -n "$ac_pwd" &&
1275ac_ls_di=`ls -di .` &&
1276ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1277 as_fn_error "working directory cannot be determined"
1278test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1279 as_fn_error "pwd does not report name of working directory"
1280
1281
252b5132
RH
1282# Find the source files, if location was not specified.
1283if test -z "$srcdir"; then
1284 ac_srcdir_defaulted=yes
81ecdfbb
RW
1285 # Try the directory containing this script, then the parent directory.
1286 ac_confdir=`$as_dirname -- "$as_myself" ||
1287$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1288 X"$as_myself" : 'X\(//\)[^/]' \| \
1289 X"$as_myself" : 'X\(//\)$' \| \
1290 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1291$as_echo X"$as_myself" |
1292 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)[^/].*/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\/\)$/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\).*/{
1305 s//\1/
1306 q
1307 }
1308 s/.*/./; q'`
252b5132 1309 srcdir=$ac_confdir
81ecdfbb 1310 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1311 srcdir=..
1312 fi
1313else
1314 ac_srcdir_defaulted=no
1315fi
81ecdfbb
RW
1316if test ! -r "$srcdir/$ac_unique_file"; then
1317 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1318 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1319fi
1320ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1321ac_abs_confdir=`(
1322 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1323 pwd)`
1324# When building in place, set srcdir=.
1325if test "$ac_abs_confdir" = "$ac_pwd"; then
1326 srcdir=.
1327fi
1328# Remove unnecessary trailing slashes from srcdir.
1329# Double slashes in file names in object file debugging info
1330# mess up M-x gdb in Emacs.
1331case $srcdir in
1332*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1333esac
1334for ac_var in $ac_precious_vars; do
1335 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_env_${ac_var}_value=\$${ac_var}
1337 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1339done
252b5132 1340
42ecbf5e
DJ
1341#
1342# Report the --help message.
1343#
1344if test "$ac_init_help" = "long"; then
1345 # Omit some internal or obsolete options to make the list less imposing.
1346 # This message is too long to be a string in the A/UX 3.1 sh.
1347 cat <<_ACEOF
1348\`configure' configures this package to adapt to many kinds of systems.
252b5132 1349
42ecbf5e 1350Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1351
42ecbf5e
DJ
1352To assign environment variables (e.g., CC, CFLAGS...), specify them as
1353VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1354
42ecbf5e 1355Defaults for the options are specified in brackets.
ac48eca1 1356
42ecbf5e
DJ
1357Configuration:
1358 -h, --help display this help and exit
1359 --help=short display options specific to this package
1360 --help=recursive display the short help of all the included packages
1361 -V, --version display version information and exit
1362 -q, --quiet, --silent do not print \`checking...' messages
1363 --cache-file=FILE cache test results in FILE [disabled]
1364 -C, --config-cache alias for \`--cache-file=config.cache'
1365 -n, --no-create do not create output files
1366 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1367
42ecbf5e
DJ
1368Installation directories:
1369 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1370 [$ac_default_prefix]
42ecbf5e 1371 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1372 [PREFIX]
ac48eca1 1373
42ecbf5e
DJ
1374By default, \`make install' will install all the files in
1375\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1376an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1377for instance \`--prefix=\$HOME'.
ac48eca1 1378
42ecbf5e 1379For better control, use the options below.
ac48eca1 1380
42ecbf5e 1381Fine tuning of the installation directories:
81ecdfbb
RW
1382 --bindir=DIR user executables [EPREFIX/bin]
1383 --sbindir=DIR system admin executables [EPREFIX/sbin]
1384 --libexecdir=DIR program executables [EPREFIX/libexec]
1385 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1386 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1387 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1388 --libdir=DIR object code libraries [EPREFIX/lib]
1389 --includedir=DIR C header files [PREFIX/include]
1390 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1391 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1392 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1393 --infodir=DIR info documentation [DATAROOTDIR/info]
1394 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1395 --mandir=DIR man documentation [DATAROOTDIR/man]
1396 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1397 --htmldir=DIR html documentation [DOCDIR]
1398 --dvidir=DIR dvi documentation [DOCDIR]
1399 --pdfdir=DIR pdf documentation [DOCDIR]
1400 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1401_ACEOF
ac48eca1 1402
42ecbf5e 1403 cat <<\_ACEOF
252b5132 1404
42ecbf5e
DJ
1405Program names:
1406 --program-prefix=PREFIX prepend PREFIX to installed program names
1407 --program-suffix=SUFFIX append SUFFIX to installed program names
1408 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1409
42ecbf5e
DJ
1410System types:
1411 --build=BUILD configure for building on BUILD [guessed]
1412 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1413 --target=TARGET configure for building compilers for TARGET [HOST]
1414_ACEOF
252b5132 1415fi
252b5132 1416
42ecbf5e 1417if test -n "$ac_init_help"; then
252b5132 1418
42ecbf5e 1419 cat <<\_ACEOF
e5a52504 1420
42ecbf5e 1421Optional Features:
81ecdfbb 1422 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1423 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1424 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1425 --disable-dependency-tracking speeds up one-time build
1426 --enable-dependency-tracking do not reject slow dependency extractors
64ac50ac
RW
1427 --enable-maintainer-mode enable make rules and dependencies not useful
1428 (and sometimes confusing) to the casual installer
ce2cded5
L
1429 --enable-targets alternative target configurations
1430 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
c7791212 1431 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7fb9f789
NC
1432 --enable-got=<type> GOT handling scheme (target, single, negative,
1433 multigot)
ce2cded5
L
1434 --enable-werror treat compile warnings as errors
1435 --enable-build-warnings enable build-time compiler warnings
da2f07f1 1436 --enable-plugins Enable support for plugins (defaults no)
d053aef8 1437 --disable-largefile omit support for large files
81ecdfbb
RW
1438 --enable-shared[=PKGS] build shared libraries [default=yes]
1439 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1440 --enable-fast-install[=PKGS]
1441 optimize for fast installation [default=yes]
42ecbf5e 1442 --disable-libtool-lock avoid locking (might break parallel builds)
42ecbf5e 1443 --disable-nls do not use Native Language Support
02ecc8e9 1444 --enable-initfini-array use .init_array/.fini_array sections
42ecbf5e
DJ
1445
1446Optional Packages:
1447 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1448 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
ce2cded5
L
1449 --with-lib-path=dir1:dir2... set default LIB_PATH
1450 --with-sysroot=DIR Search for usr/lib et al within DIR.
d7040cdb
SE
1451 --with-pic try to use only PIC/non-PIC objects [default=use
1452 both]
1453 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
52546677 1454 --with-zlib include zlib support (auto/yes/no) default=auto
42ecbf5e
DJ
1455
1456Some influential environment variables:
1457 CC C compiler command
1458 CFLAGS C compiler flags
1459 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1460 nonstandard directory <lib dir>
81ecdfbb
RW
1461 LIBS libraries to pass to the linker, e.g. -l<library>
1462 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1463 you have headers in a nonstandard directory <include dir>
42ecbf5e 1464 CPP C preprocessor
3cb62297
L
1465 CXX C++ compiler command
1466 CXXFLAGS C++ compiler flags
1467 CXXCPP C++ preprocessor
81ecdfbb
RW
1468 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1469 the first program found out of: `bison -y', `byacc', `yacc'.
1470 YFLAGS The list of arguments that will be passed by default to $YACC.
1471 This script will default YFLAGS to the empty string to avoid a
1472 default value of `-d' given by some make applications.
42ecbf5e
DJ
1473
1474Use these variables to override the choices made by `configure' or to help
1475it to find libraries and programs with nonstandard names/locations.
1476
81ecdfbb 1477Report bugs to the package provider.
42ecbf5e 1478_ACEOF
81ecdfbb 1479ac_status=$?
42ecbf5e
DJ
1480fi
1481
1482if test "$ac_init_help" = "recursive"; then
1483 # If there are subdirs, report their specific --help.
42ecbf5e 1484 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1485 test -d "$ac_dir" ||
1486 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1487 continue
42ecbf5e
DJ
1488 ac_builddir=.
1489
81ecdfbb
RW
1490case "$ac_dir" in
1491.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1492*)
1493 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1494 # A ".." for each directory in $ac_dir_suffix.
1495 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1496 case $ac_top_builddir_sub in
1497 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1499 esac ;;
1500esac
1501ac_abs_top_builddir=$ac_pwd
1502ac_abs_builddir=$ac_pwd$ac_dir_suffix
1503# for backward compatibility:
1504ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
1505
1506case $srcdir in
81ecdfbb 1507 .) # We are building in place.
42ecbf5e 1508 ac_srcdir=.
81ecdfbb
RW
1509 ac_top_srcdir=$ac_top_builddir_sub
1510 ac_abs_top_srcdir=$ac_pwd ;;
1511 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1512 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1513 ac_top_srcdir=$srcdir
1514 ac_abs_top_srcdir=$srcdir ;;
1515 *) # Relative name.
1516 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1517 ac_top_srcdir=$ac_top_build_prefix$srcdir
1518 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 1519esac
81ecdfbb
RW
1520ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1521
1522 cd "$ac_dir" || { ac_status=$?; continue; }
1523 # Check for guested configure.
1524 if test -f "$ac_srcdir/configure.gnu"; then
1525 echo &&
1526 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1527 elif test -f "$ac_srcdir/configure"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1530 else
81ecdfbb
RW
1531 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1532 fi || ac_status=$?
1533 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e 1534 done
a2d91340
AC
1535fi
1536
81ecdfbb 1537test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1538if $ac_init_version; then
1539 cat <<\_ACEOF
81ecdfbb
RW
1540configure
1541generated by GNU Autoconf 2.64
a2d91340 1542
81ecdfbb 1543Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1544This configure script is free software; the Free Software Foundation
1545gives unlimited permission to copy, distribute and modify it.
1546_ACEOF
81ecdfbb 1547 exit
42ecbf5e 1548fi
a2d91340 1549
81ecdfbb
RW
1550## ------------------------ ##
1551## Autoconf initialization. ##
1552## ------------------------ ##
a2d91340 1553
81ecdfbb
RW
1554# ac_fn_c_try_compile LINENO
1555# --------------------------
1556# Try to compile conftest.$ac_ext, and return whether this succeeded.
1557ac_fn_c_try_compile ()
1558{
1559 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1560 rm -f conftest.$ac_objext
1561 if { { ac_try="$ac_compile"
1562case "(($ac_try" in
1563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1564 *) ac_try_echo=$ac_try;;
1565esac
1566eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1567$as_echo "$ac_try_echo"; } >&5
1568 (eval "$ac_compile") 2>conftest.err
1569 ac_status=$?
1570 if test -s conftest.err; then
1571 grep -v '^ *+' conftest.err >conftest.er1
1572 cat conftest.er1 >&5
1573 mv -f conftest.er1 conftest.err
1574 fi
1575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1576 test $ac_status = 0; } && {
1577 test -z "$ac_c_werror_flag" ||
1578 test ! -s conftest.err
1579 } && test -s conftest.$ac_objext; then :
1580 ac_retval=0
1581else
1582 $as_echo "$as_me: failed program was:" >&5
1583sed 's/^/| /' conftest.$ac_ext >&5
a2d91340 1584
81ecdfbb
RW
1585 ac_retval=1
1586fi
1587 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1588 return $ac_retval
1589
1590} # ac_fn_c_try_compile
1591
1592# ac_fn_c_try_link LINENO
1593# -----------------------
1594# Try to link conftest.$ac_ext, and return whether this succeeded.
1595ac_fn_c_try_link ()
42ecbf5e 1596{
81ecdfbb
RW
1597 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1598 rm -f conftest.$ac_objext conftest$ac_exeext
1599 if { { ac_try="$ac_link"
1600case "(($ac_try" in
1601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1602 *) ac_try_echo=$ac_try;;
1603esac
1604eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1605$as_echo "$ac_try_echo"; } >&5
1606 (eval "$ac_link") 2>conftest.err
1607 ac_status=$?
1608 if test -s conftest.err; then
1609 grep -v '^ *+' conftest.err >conftest.er1
1610 cat conftest.er1 >&5
1611 mv -f conftest.er1 conftest.err
1612 fi
1613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1614 test $ac_status = 0; } && {
1615 test -z "$ac_c_werror_flag" ||
1616 test ! -s conftest.err
1617 } && test -s conftest$ac_exeext && {
1618 test "$cross_compiling" = yes ||
1619 $as_test_x conftest$ac_exeext
1620 }; then :
1621 ac_retval=0
1622else
1623 $as_echo "$as_me: failed program was:" >&5
1624sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1625
81ecdfbb
RW
1626 ac_retval=1
1627fi
1628 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1629 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1630 # interfere with the next link command; also delete a directory that is
1631 # left behind by Apple's compiler. We do this before executing the actions.
1632 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1633 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1634 return $ac_retval
42ecbf5e 1635
81ecdfbb 1636} # ac_fn_c_try_link
42ecbf5e 1637
81ecdfbb
RW
1638# ac_fn_c_try_cpp LINENO
1639# ----------------------
1640# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1641ac_fn_c_try_cpp ()
1642{
1643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1644 if { { ac_try="$ac_cpp conftest.$ac_ext"
1645case "(($ac_try" in
1646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1647 *) ac_try_echo=$ac_try;;
1648esac
1649eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1650$as_echo "$ac_try_echo"; } >&5
1651 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1652 ac_status=$?
1653 if test -s conftest.err; then
1654 grep -v '^ *+' conftest.err >conftest.er1
1655 cat conftest.er1 >&5
1656 mv -f conftest.er1 conftest.err
1657 fi
1658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1659 test $ac_status = 0; } >/dev/null && {
1660 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1661 test ! -s conftest.err
1662 }; then :
1663 ac_retval=0
1664else
1665 $as_echo "$as_me: failed program was:" >&5
1666sed 's/^/| /' conftest.$ac_ext >&5
1667
1668 ac_retval=1
1669fi
1670 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1671 return $ac_retval
1672
1673} # ac_fn_c_try_cpp
1674
3cb62297
L
1675# ac_fn_cxx_try_compile LINENO
1676# ----------------------------
1677# Try to compile conftest.$ac_ext, and return whether this succeeded.
1678ac_fn_cxx_try_compile ()
1679{
1680 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1681 rm -f conftest.$ac_objext
1682 if { { ac_try="$ac_compile"
1683case "(($ac_try" in
1684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1685 *) ac_try_echo=$ac_try;;
1686esac
1687eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1688$as_echo "$ac_try_echo"; } >&5
1689 (eval "$ac_compile") 2>conftest.err
1690 ac_status=$?
1691 if test -s conftest.err; then
1692 grep -v '^ *+' conftest.err >conftest.er1
1693 cat conftest.er1 >&5
1694 mv -f conftest.er1 conftest.err
1695 fi
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; } && {
1698 test -z "$ac_cxx_werror_flag" ||
1699 test ! -s conftest.err
1700 } && test -s conftest.$ac_objext; then :
1701 ac_retval=0
1702else
1703 $as_echo "$as_me: failed program was:" >&5
1704sed 's/^/| /' conftest.$ac_ext >&5
1705
1706 ac_retval=1
1707fi
1708 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709 return $ac_retval
1710
1711} # ac_fn_cxx_try_compile
1712
81ecdfbb
RW
1713# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1714# -------------------------------------------------------
1715# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1716# the include files in INCLUDES and setting the cache variable VAR
1717# accordingly.
1718ac_fn_c_check_header_mongrel ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1723$as_echo_n "checking for $2... " >&6; }
1724if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1725 $as_echo_n "(cached) " >&6
1726fi
1727eval ac_res=\$$3
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1729$as_echo "$ac_res" >&6; }
1730else
1731 # Is the header compilable?
1732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1733$as_echo_n "checking $2 usability... " >&6; }
1734cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1735/* end confdefs.h. */
1736$4
1737#include <$2>
1738_ACEOF
1739if ac_fn_c_try_compile "$LINENO"; then :
1740 ac_header_compiler=yes
1741else
1742 ac_header_compiler=no
1743fi
1744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1746$as_echo "$ac_header_compiler" >&6; }
1747
1748# Is the header present?
1749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1750$as_echo_n "checking $2 presence... " >&6; }
1751cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1752/* end confdefs.h. */
1753#include <$2>
1754_ACEOF
1755if ac_fn_c_try_cpp "$LINENO"; then :
1756 ac_header_preproc=yes
1757else
1758 ac_header_preproc=no
1759fi
1760rm -f conftest.err conftest.$ac_ext
1761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1762$as_echo "$ac_header_preproc" >&6; }
1763
1764# So? What about this header?
1765case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1766 yes:no: )
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1768$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1770$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1771 ;;
1772 no:yes:* )
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1774$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1776$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1778$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1780$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1782$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1783 ;;
1784esac
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1786$as_echo_n "checking for $2... " >&6; }
1787if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1788 $as_echo_n "(cached) " >&6
1789else
1790 eval "$3=\$ac_header_compiler"
1791fi
1792eval ac_res=\$$3
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1794$as_echo "$ac_res" >&6; }
1795fi
1796 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797
1798} # ac_fn_c_check_header_mongrel
1799
1800# ac_fn_c_try_run LINENO
1801# ----------------------
1802# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1803# that executables *can* be run.
1804ac_fn_c_try_run ()
1805{
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 if { { ac_try="$ac_link"
1808case "(($ac_try" in
1809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1810 *) ac_try_echo=$ac_try;;
1811esac
1812eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1813$as_echo "$ac_try_echo"; } >&5
1814 (eval "$ac_link") 2>&5
1815 ac_status=$?
1816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1817 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1818 { { case "(($ac_try" in
1819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1820 *) ac_try_echo=$ac_try;;
1821esac
1822eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1823$as_echo "$ac_try_echo"; } >&5
1824 (eval "$ac_try") 2>&5
1825 ac_status=$?
1826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1827 test $ac_status = 0; }; }; then :
1828 ac_retval=0
1829else
1830 $as_echo "$as_me: program exited with status $ac_status" >&5
1831 $as_echo "$as_me: failed program was:" >&5
1832sed 's/^/| /' conftest.$ac_ext >&5
1833
1834 ac_retval=$ac_status
1835fi
1836 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1837 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1838 return $ac_retval
1839
1840} # ac_fn_c_try_run
1841
1842# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1843# -------------------------------------------------------
1844# Tests whether HEADER exists and can be compiled using the include files in
1845# INCLUDES, setting the cache variable VAR accordingly.
1846ac_fn_c_check_header_compile ()
1847{
1848 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1850$as_echo_n "checking for $2... " >&6; }
1851if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1852 $as_echo_n "(cached) " >&6
1853else
1854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1855/* end confdefs.h. */
1856$4
1857#include <$2>
1858_ACEOF
1859if ac_fn_c_try_compile "$LINENO"; then :
1860 eval "$3=yes"
1861else
1862 eval "$3=no"
1863fi
1864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1865fi
1866eval ac_res=\$$3
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1868$as_echo "$ac_res" >&6; }
1869 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1870
1871} # ac_fn_c_check_header_compile
1872
1873# ac_fn_c_check_func LINENO FUNC VAR
1874# ----------------------------------
1875# Tests whether FUNC exists, setting the cache variable VAR accordingly
1876ac_fn_c_check_func ()
1877{
1878 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1880$as_echo_n "checking for $2... " >&6; }
1881if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1882 $as_echo_n "(cached) " >&6
1883else
1884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1885/* end confdefs.h. */
1886/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1887 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1888#define $2 innocuous_$2
1889
1890/* System header to define __stub macros and hopefully few prototypes,
1891 which can conflict with char $2 (); below.
1892 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1893 <limits.h> exists even on freestanding compilers. */
1894
1895#ifdef __STDC__
1896# include <limits.h>
1897#else
1898# include <assert.h>
1899#endif
1900
1901#undef $2
1902
1903/* Override any GCC internal prototype to avoid an error.
1904 Use char because int might match the return type of a GCC
1905 builtin and then its argument prototype would still apply. */
1906#ifdef __cplusplus
1907extern "C"
1908#endif
1909char $2 ();
1910/* The GNU C library defines this for functions which it implements
1911 to always fail with ENOSYS. Some functions are actually named
1912 something starting with __ and the normal name is an alias. */
1913#if defined __stub_$2 || defined __stub___$2
1914choke me
1915#endif
1916
1917int
1918main ()
1919{
1920return $2 ();
1921 ;
1922 return 0;
1923}
1924_ACEOF
1925if ac_fn_c_try_link "$LINENO"; then :
1926 eval "$3=yes"
1927else
1928 eval "$3=no"
1929fi
1930rm -f core conftest.err conftest.$ac_objext \
1931 conftest$ac_exeext conftest.$ac_ext
1932fi
1933eval ac_res=\$$3
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1935$as_echo "$ac_res" >&6; }
1936 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1937
1938} # ac_fn_c_check_func
1939
3cb62297
L
1940# ac_fn_cxx_try_cpp LINENO
1941# ------------------------
1942# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1943ac_fn_cxx_try_cpp ()
1944{
1945 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1946 if { { ac_try="$ac_cpp conftest.$ac_ext"
1947case "(($ac_try" in
1948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1949 *) ac_try_echo=$ac_try;;
1950esac
1951eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1952$as_echo "$ac_try_echo"; } >&5
1953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1954 ac_status=$?
1955 if test -s conftest.err; then
1956 grep -v '^ *+' conftest.err >conftest.er1
1957 cat conftest.er1 >&5
1958 mv -f conftest.er1 conftest.err
1959 fi
1960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1961 test $ac_status = 0; } >/dev/null && {
1962 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1963 test ! -s conftest.err
1964 }; then :
1965 ac_retval=0
1966else
1967 $as_echo "$as_me: failed program was:" >&5
1968sed 's/^/| /' conftest.$ac_ext >&5
1969
1970 ac_retval=1
1971fi
1972 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1973 return $ac_retval
1974
1975} # ac_fn_cxx_try_cpp
1976
1977# ac_fn_cxx_try_link LINENO
1978# -------------------------
1979# Try to link conftest.$ac_ext, and return whether this succeeded.
1980ac_fn_cxx_try_link ()
1981{
1982 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1983 rm -f conftest.$ac_objext conftest$ac_exeext
1984 if { { ac_try="$ac_link"
1985case "(($ac_try" in
1986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1987 *) ac_try_echo=$ac_try;;
1988esac
1989eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1990$as_echo "$ac_try_echo"; } >&5
1991 (eval "$ac_link") 2>conftest.err
1992 ac_status=$?
1993 if test -s conftest.err; then
1994 grep -v '^ *+' conftest.err >conftest.er1
1995 cat conftest.er1 >&5
1996 mv -f conftest.er1 conftest.err
1997 fi
1998 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1999 test $ac_status = 0; } && {
2000 test -z "$ac_cxx_werror_flag" ||
2001 test ! -s conftest.err
2002 } && test -s conftest$ac_exeext && {
2003 test "$cross_compiling" = yes ||
2004 $as_test_x conftest$ac_exeext
2005 }; then :
2006 ac_retval=0
2007else
2008 $as_echo "$as_me: failed program was:" >&5
2009sed 's/^/| /' conftest.$ac_ext >&5
2010
2011 ac_retval=1
2012fi
2013 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2014 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2015 # interfere with the next link command; also delete a directory that is
2016 # left behind by Apple's compiler. We do this before executing the actions.
2017 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2018 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2019 return $ac_retval
2020
2021} # ac_fn_cxx_try_link
2022
81ecdfbb
RW
2023# ac_fn_c_check_decl LINENO SYMBOL VAR
2024# ------------------------------------
2025# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2026ac_fn_c_check_decl ()
2027{
2028 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2029 as_decl_name=`echo $2|sed 's/ *(.*//'`
2030 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2032$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2033if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2034 $as_echo_n "(cached) " >&6
2035else
2036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2037/* end confdefs.h. */
2038$4
2039int
2040main ()
2041{
360cfc9c
AM
2042#ifndef $as_decl_name
2043#ifdef __cplusplus
2044 (void) $as_decl_use;
2045#else
2046 (void) $as_decl_name;
2047#endif
81ecdfbb
RW
2048#endif
2049
2050 ;
2051 return 0;
2052}
2053_ACEOF
2054if ac_fn_c_try_compile "$LINENO"; then :
2055 eval "$3=yes"
2056else
2057 eval "$3=no"
2058fi
2059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060fi
2061eval ac_res=\$$3
2062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2063$as_echo "$ac_res" >&6; }
2064 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2065
2066} # ac_fn_c_check_decl
2067
2068# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2069# --------------------------------------------
2070# Tries to find the compile-time value of EXPR in a program that includes
2071# INCLUDES, setting VAR accordingly. Returns whether the value could be
2072# computed
2073ac_fn_c_compute_int ()
2074{
2075 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2076 if test "$cross_compiling" = yes; then
2077 # Depending upon the size, compute the lo and hi bounds.
2078cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079/* end confdefs.h. */
2080$4
2081int
2082main ()
2083{
2084static int test_array [1 - 2 * !(($2) >= 0)];
2085test_array [0] = 0
2086
2087 ;
2088 return 0;
2089}
2090_ACEOF
2091if ac_fn_c_try_compile "$LINENO"; then :
2092 ac_lo=0 ac_mid=0
2093 while :; do
2094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2095/* end confdefs.h. */
2096$4
2097int
2098main ()
2099{
2100static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2101test_array [0] = 0
2102
2103 ;
2104 return 0;
2105}
2106_ACEOF
2107if ac_fn_c_try_compile "$LINENO"; then :
2108 ac_hi=$ac_mid; break
2109else
2110 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2111 if test $ac_lo -le $ac_mid; then
2112 ac_lo= ac_hi=
2113 break
2114 fi
2115 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2116fi
2117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2118 done
2119else
2120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2121/* end confdefs.h. */
2122$4
2123int
2124main ()
2125{
2126static int test_array [1 - 2 * !(($2) < 0)];
2127test_array [0] = 0
2128
2129 ;
2130 return 0;
2131}
2132_ACEOF
2133if ac_fn_c_try_compile "$LINENO"; then :
2134 ac_hi=-1 ac_mid=-1
2135 while :; do
2136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2137/* end confdefs.h. */
2138$4
2139int
2140main ()
2141{
2142static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2143test_array [0] = 0
2144
2145 ;
2146 return 0;
2147}
2148_ACEOF
2149if ac_fn_c_try_compile "$LINENO"; then :
2150 ac_lo=$ac_mid; break
2151else
2152 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2153 if test $ac_mid -le $ac_hi; then
2154 ac_lo= ac_hi=
2155 break
2156 fi
2157 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2158fi
2159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2160 done
2161else
2162 ac_lo= ac_hi=
2163fi
2164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2165fi
2166rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2167# Binary search between lo and hi bounds.
2168while test "x$ac_lo" != "x$ac_hi"; do
2169 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2171/* end confdefs.h. */
2172$4
2173int
2174main ()
2175{
2176static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2177test_array [0] = 0
2178
2179 ;
2180 return 0;
2181}
2182_ACEOF
2183if ac_fn_c_try_compile "$LINENO"; then :
2184 ac_hi=$ac_mid
2185else
2186 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2187fi
2188rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2189done
2190case $ac_lo in #((
2191?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2192'') ac_retval=1 ;;
2193esac
2194 else
2195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2196/* end confdefs.h. */
2197$4
2198static long int longval () { return $2; }
2199static unsigned long int ulongval () { return $2; }
2200#include <stdio.h>
2201#include <stdlib.h>
2202int
2203main ()
2204{
2205
2206 FILE *f = fopen ("conftest.val", "w");
2207 if (! f)
2208 return 1;
2209 if (($2) < 0)
2210 {
2211 long int i = longval ();
2212 if (i != ($2))
2213 return 1;
2214 fprintf (f, "%ld", i);
2215 }
2216 else
2217 {
2218 unsigned long int i = ulongval ();
2219 if (i != ($2))
2220 return 1;
2221 fprintf (f, "%lu", i);
2222 }
2223 /* Do not output a trailing newline, as this causes \r\n confusion
2224 on some platforms. */
2225 return ferror (f) || fclose (f) != 0;
2226
2227 ;
2228 return 0;
2229}
2230_ACEOF
2231if ac_fn_c_try_run "$LINENO"; then :
2232 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2233else
2234 ac_retval=1
2235fi
2236rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2237 conftest.$ac_objext conftest.beam conftest.$ac_ext
2238rm -f conftest.val
2239
2240 fi
2241 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2242 return $ac_retval
2243
2244} # ac_fn_c_compute_int
2245cat >config.log <<_ACEOF
2246This file contains any messages produced by compilers while
2247running configure, to aid debugging if configure makes a mistake.
2248
2249It was created by $as_me, which was
2250generated by GNU Autoconf 2.64. Invocation command line was
2251
2252 $ $0 $@
2253
2254_ACEOF
2255exec 5>>config.log
2256{
2257cat <<_ASUNAME
2258## --------- ##
2259## Platform. ##
2260## --------- ##
2261
2262hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2263uname -m = `(uname -m) 2>/dev/null || echo unknown`
2264uname -r = `(uname -r) 2>/dev/null || echo unknown`
2265uname -s = `(uname -s) 2>/dev/null || echo unknown`
2266uname -v = `(uname -v) 2>/dev/null || echo unknown`
2267
2268/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2269/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2270
2271/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2272/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2273/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2274/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2275/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2276/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2277/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2278
2279_ASUNAME
2280
2281as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2282for as_dir in $PATH
2283do
2284 IFS=$as_save_IFS
2285 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2286 $as_echo "PATH: $as_dir"
2287 done
2288IFS=$as_save_IFS
252b5132 2289
42ecbf5e 2290} >&5
5d64ca4e 2291
42ecbf5e 2292cat >&5 <<_ACEOF
5d64ca4e 2293
5d64ca4e 2294
42ecbf5e
DJ
2295## ----------- ##
2296## Core tests. ##
2297## ----------- ##
5d64ca4e 2298
42ecbf5e 2299_ACEOF
2469cfa2 2300
42ecbf5e
DJ
2301
2302# Keep a trace of the command line.
2303# Strip out --no-create and --no-recursion so they do not pile up.
2304# Strip out --silent because we don't want to record it for future runs.
2305# Also quote any args containing shell meta-characters.
2306# Make two passes to allow for proper duplicate-argument suppression.
2307ac_configure_args=
2308ac_configure_args0=
2309ac_configure_args1=
42ecbf5e
DJ
2310ac_must_keep_next=false
2311for ac_pass in 1 2
2312do
2313 for ac_arg
2314 do
2315 case $ac_arg in
2316 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2317 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2318 | -silent | --silent | --silen | --sile | --sil)
2319 continue ;;
81ecdfbb
RW
2320 *\'*)
2321 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2322 esac
2323 case $ac_pass in
81ecdfbb 2324 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2325 2)
81ecdfbb 2326 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2327 if test $ac_must_keep_next = true; then
2328 ac_must_keep_next=false # Got value, back to normal.
2329 else
2330 case $ac_arg in
2331 *=* | --config-cache | -C | -disable-* | --disable-* \
2332 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2333 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2334 | -with-* | --with-* | -without-* | --without-* | --x)
2335 case "$ac_configure_args0 " in
2336 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2337 esac
2338 ;;
2339 -* ) ac_must_keep_next=true ;;
2340 esac
2341 fi
81ecdfbb 2342 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2343 ;;
2344 esac
2345 done
2346done
81ecdfbb
RW
2347{ ac_configure_args0=; unset ac_configure_args0;}
2348{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2349
2350# When interrupted or exit'd, cleanup temporary files, and complete
2351# config.log. We remove comments because anyway the quotes in there
2352# would cause problems or look ugly.
81ecdfbb
RW
2353# WARNING: Use '\'' to represent an apostrophe within the trap.
2354# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2355trap 'exit_status=$?
2356 # Save into config.log some information that might help in debugging.
2357 {
2358 echo
2359
2360 cat <<\_ASBOX
2361## ---------------- ##
2362## Cache variables. ##
2363## ---------------- ##
2364_ASBOX
2365 echo
2366 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2367(
2368 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2369 eval ac_val=\$$ac_var
2370 case $ac_val in #(
2371 *${as_nl}*)
2372 case $ac_var in #(
2373 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2374$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2375 esac
2376 case $ac_var in #(
2377 _ | IFS | as_nl) ;; #(
2378 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2379 *) { eval $ac_var=; unset $ac_var;} ;;
2380 esac ;;
2381 esac
2382 done
42ecbf5e 2383 (set) 2>&1 |
81ecdfbb
RW
2384 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2385 *${as_nl}ac_space=\ *)
42ecbf5e 2386 sed -n \
81ecdfbb
RW
2387 "s/'\''/'\''\\\\'\'''\''/g;
2388 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2389 ;; #(
42ecbf5e 2390 *)
81ecdfbb 2391 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2392 ;;
81ecdfbb
RW
2393 esac |
2394 sort
2395)
42ecbf5e
DJ
2396 echo
2397
2398 cat <<\_ASBOX
2399## ----------------- ##
2400## Output variables. ##
2401## ----------------- ##
2402_ASBOX
2403 echo
2404 for ac_var in $ac_subst_vars
2405 do
81ecdfbb
RW
2406 eval ac_val=\$$ac_var
2407 case $ac_val in
2408 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2409 esac
2410 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2411 done | sort
2412 echo
2413
2414 if test -n "$ac_subst_files"; then
2415 cat <<\_ASBOX
81ecdfbb
RW
2416## ------------------- ##
2417## File substitutions. ##
2418## ------------------- ##
42ecbf5e
DJ
2419_ASBOX
2420 echo
2421 for ac_var in $ac_subst_files
2422 do
81ecdfbb
RW
2423 eval ac_val=\$$ac_var
2424 case $ac_val in
2425 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2426 esac
2427 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2428 done | sort
2429 echo
2430 fi
2431
2432 if test -s confdefs.h; then
2433 cat <<\_ASBOX
2434## ----------- ##
2435## confdefs.h. ##
2436## ----------- ##
2437_ASBOX
2438 echo
81ecdfbb 2439 cat confdefs.h
42ecbf5e
DJ
2440 echo
2441 fi
2442 test "$ac_signal" != 0 &&
81ecdfbb
RW
2443 $as_echo "$as_me: caught signal $ac_signal"
2444 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2445 } >&5
81ecdfbb
RW
2446 rm -f core *.core core.conftest.* &&
2447 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2448 exit $exit_status
81ecdfbb 2449' 0
42ecbf5e 2450for ac_signal in 1 2 13 15; do
81ecdfbb 2451 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2452done
2453ac_signal=0
2454
2455# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2456rm -f -r conftest* confdefs.h
2457
2458$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2459
2460# Predefined preprocessor variables.
2461
2462cat >>confdefs.h <<_ACEOF
2463#define PACKAGE_NAME "$PACKAGE_NAME"
2464_ACEOF
2465
42ecbf5e
DJ
2466cat >>confdefs.h <<_ACEOF
2467#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2468_ACEOF
2469
42ecbf5e
DJ
2470cat >>confdefs.h <<_ACEOF
2471#define PACKAGE_VERSION "$PACKAGE_VERSION"
2472_ACEOF
2473
42ecbf5e
DJ
2474cat >>confdefs.h <<_ACEOF
2475#define PACKAGE_STRING "$PACKAGE_STRING"
2476_ACEOF
2477
42ecbf5e
DJ
2478cat >>confdefs.h <<_ACEOF
2479#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2480_ACEOF
2481
81ecdfbb
RW
2482cat >>confdefs.h <<_ACEOF
2483#define PACKAGE_URL "$PACKAGE_URL"
2484_ACEOF
2485
42ecbf5e
DJ
2486
2487# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2488# Prefer an explicitly selected file to automatically selected ones.
2489ac_site_file1=NONE
2490ac_site_file2=NONE
2491if test -n "$CONFIG_SITE"; then
2492 ac_site_file1=$CONFIG_SITE
2493elif test "x$prefix" != xNONE; then
2494 ac_site_file1=$prefix/share/config.site
2495 ac_site_file2=$prefix/etc/config.site
2496else
2497 ac_site_file1=$ac_default_prefix/share/config.site
2498 ac_site_file2=$ac_default_prefix/etc/config.site
2499fi
2500for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2501do
2502 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2503 if test -r "$ac_site_file"; then
81ecdfbb
RW
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2505$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2506 sed 's/^/| /' "$ac_site_file" >&5
2507 . "$ac_site_file"
2508 fi
2509done
2510
2511if test -r "$cache_file"; then
2512 # Some versions of bash will fail to source /dev/null (special
2513 # files actually), so we avoid doing that.
2514 if test -f "$cache_file"; then
81ecdfbb
RW
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2516$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2517 case $cache_file in
81ecdfbb
RW
2518 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2519 *) . "./$cache_file";;
42ecbf5e
DJ
2520 esac
2521 fi
2522else
81ecdfbb
RW
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2524$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2525 >$cache_file
2526fi
2527
2528# Check that the precious variables saved in the cache have kept the same
2529# value.
2530ac_cache_corrupted=false
81ecdfbb 2531for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2532 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2533 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2534 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2535 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2536 case $ac_old_set,$ac_new_set in
2537 set,)
81ecdfbb
RW
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2539$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2540 ac_cache_corrupted=: ;;
2541 ,set)
81ecdfbb
RW
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2543$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2544 ac_cache_corrupted=: ;;
2545 ,);;
2546 *)
2547 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2548 # differences in whitespace do not lead to failure.
2549 ac_old_val_w=`echo x $ac_old_val`
2550 ac_new_val_w=`echo x $ac_new_val`
2551 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2553$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2554 ac_cache_corrupted=:
2555 else
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2557$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2558 eval $ac_var=\$ac_old_val
2559 fi
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2561$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2563$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2564 fi;;
2565 esac
2566 # Pass precious variables to config.status.
2567 if test "$ac_new_set" = set; then
2568 case $ac_new_val in
81ecdfbb 2569 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2570 *) ac_arg=$ac_var=$ac_new_val ;;
2571 esac
2572 case " $ac_configure_args " in
2573 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2574 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2575 esac
2576 fi
2577done
2578if $ac_cache_corrupted; then
81ecdfbb
RW
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2580$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2582$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2583 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2584fi
81ecdfbb
RW
2585## -------------------- ##
2586## Main body of script. ##
2587## -------------------- ##
42ecbf5e
DJ
2588
2589ac_ext=c
2590ac_cpp='$CPP $CPPFLAGS'
2591ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2592ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2593ac_compiler_gnu=$ac_cv_c_compiler_gnu
2594
2595
2596
42ecbf5e 2597
da594c4a 2598
42ecbf5e
DJ
2599
2600
2601ac_aux_dir=
81ecdfbb
RW
2602for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2603 for ac_t in install-sh install.sh shtool; do
2604 if test -f "$ac_dir/$ac_t"; then
2605 ac_aux_dir=$ac_dir
2606 ac_install_sh="$ac_aux_dir/$ac_t -c"
2607 break 2
2608 fi
2609 done
42ecbf5e
DJ
2610done
2611if test -z "$ac_aux_dir"; then
81ecdfbb 2612 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2613fi
81ecdfbb
RW
2614
2615# These three variables are undocumented and unsupported,
2616# and are intended to be withdrawn in a future Autoconf release.
2617# They can cause serious problems if a builder's source tree is in a directory
2618# whose full name contains unusual characters.
2619ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2620ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2621ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2622
42ecbf5e
DJ
2623
2624# Make sure we can run config.sub.
81ecdfbb
RW
2625$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2626 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2627
2628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2629$as_echo_n "checking build system type... " >&6; }
2630if test "${ac_cv_build+set}" = set; then :
2631 $as_echo_n "(cached) " >&6
2632else
2633 ac_build_alias=$build_alias
2634test "x$ac_build_alias" = x &&
2635 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2636test "x$ac_build_alias" = x &&
2637 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2638ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2639 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2640
2641fi
2642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2643$as_echo "$ac_cv_build" >&6; }
2644case $ac_cv_build in
2645*-*-*) ;;
2646*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2647esac
42ecbf5e 2648build=$ac_cv_build
81ecdfbb
RW
2649ac_save_IFS=$IFS; IFS='-'
2650set x $ac_cv_build
2651shift
2652build_cpu=$1
2653build_vendor=$2
2654shift; shift
2655# Remember, the first character of IFS is used to create $*,
2656# except with old shells:
2657build_os=$*
2658IFS=$ac_save_IFS
2659case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2660
2661
81ecdfbb
RW
2662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2663$as_echo_n "checking host system type... " >&6; }
2664if test "${ac_cv_host+set}" = set; then :
2665 $as_echo_n "(cached) " >&6
2666else
2667 if test "x$host_alias" = x; then
2668 ac_cv_host=$ac_cv_build
42ecbf5e 2669else
81ecdfbb
RW
2670 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2671 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2672fi
42ecbf5e
DJ
2673
2674fi
81ecdfbb
RW
2675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2676$as_echo "$ac_cv_host" >&6; }
2677case $ac_cv_host in
2678*-*-*) ;;
2679*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2680esac
42ecbf5e 2681host=$ac_cv_host
81ecdfbb
RW
2682ac_save_IFS=$IFS; IFS='-'
2683set x $ac_cv_host
2684shift
2685host_cpu=$1
2686host_vendor=$2
2687shift; shift
2688# Remember, the first character of IFS is used to create $*,
2689# except with old shells:
2690host_os=$*
2691IFS=$ac_save_IFS
2692case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2693
2694
81ecdfbb
RW
2695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2696$as_echo_n "checking target system type... " >&6; }
2697if test "${ac_cv_target+set}" = set; then :
2698 $as_echo_n "(cached) " >&6
42ecbf5e 2699else
81ecdfbb
RW
2700 if test "x$target_alias" = x; then
2701 ac_cv_target=$ac_cv_host
2702else
2703 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2704 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2705fi
42ecbf5e
DJ
2706
2707fi
81ecdfbb
RW
2708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2709$as_echo "$ac_cv_target" >&6; }
2710case $ac_cv_target in
2711*-*-*) ;;
2712*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2713esac
42ecbf5e 2714target=$ac_cv_target
81ecdfbb
RW
2715ac_save_IFS=$IFS; IFS='-'
2716set x $ac_cv_target
2717shift
2718target_cpu=$1
2719target_vendor=$2
2720shift; shift
2721# Remember, the first character of IFS is used to create $*,
2722# except with old shells:
2723target_os=$*
2724IFS=$ac_save_IFS
2725case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2726
2727
2728# The aliases save the names the user supplied, while $host etc.
2729# will get canonicalized.
2730test -n "$target_alias" &&
2731 test "$program_prefix$program_suffix$program_transform_name" = \
2732 NONENONEs,x,x, &&
2733 program_prefix=${target_alias}-
02ecc8e9 2734
42ecbf5e
DJ
2735ac_ext=c
2736ac_cpp='$CPP $CPPFLAGS'
2737ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2738ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2739ac_compiler_gnu=$ac_cv_c_compiler_gnu
2740if test -n "$ac_tool_prefix"; then
2741 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2742set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2744$as_echo_n "checking for $ac_word... " >&6; }
2745if test "${ac_cv_prog_CC+set}" = set; then :
2746 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2747else
2748 if test -n "$CC"; then
2749 ac_cv_prog_CC="$CC" # Let the user override the test.
2750else
2751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2752for as_dir in $PATH
2753do
2754 IFS=$as_save_IFS
2755 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2756 for ac_exec_ext in '' $ac_executable_extensions; do
2757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2758 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2760 break 2
2761 fi
2762done
81ecdfbb
RW
2763 done
2764IFS=$as_save_IFS
42ecbf5e
DJ
2765
2766fi
2767fi
2768CC=$ac_cv_prog_CC
2769if test -n "$CC"; then
81ecdfbb
RW
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2771$as_echo "$CC" >&6; }
42ecbf5e 2772else
81ecdfbb
RW
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2774$as_echo "no" >&6; }
42ecbf5e
DJ
2775fi
2776
81ecdfbb 2777
42ecbf5e
DJ
2778fi
2779if test -z "$ac_cv_prog_CC"; then
2780 ac_ct_CC=$CC
2781 # Extract the first word of "gcc", so it can be a program name with args.
2782set dummy gcc; ac_word=$2
81ecdfbb
RW
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2784$as_echo_n "checking for $ac_word... " >&6; }
2785if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2786 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2787else
2788 if test -n "$ac_ct_CC"; then
2789 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2790else
2791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2792for as_dir in $PATH
2793do
2794 IFS=$as_save_IFS
2795 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2796 for ac_exec_ext in '' $ac_executable_extensions; do
2797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2798 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2800 break 2
2801 fi
2802done
81ecdfbb
RW
2803 done
2804IFS=$as_save_IFS
42ecbf5e
DJ
2805
2806fi
2807fi
2808ac_ct_CC=$ac_cv_prog_ac_ct_CC
2809if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2811$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2812else
81ecdfbb
RW
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2814$as_echo "no" >&6; }
42ecbf5e
DJ
2815fi
2816
81ecdfbb
RW
2817 if test "x$ac_ct_CC" = x; then
2818 CC=""
2819 else
2820 case $cross_compiling:$ac_tool_warned in
2821yes:)
2822{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2823$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2824ac_tool_warned=yes ;;
2825esac
2826 CC=$ac_ct_CC
2827 fi
42ecbf5e
DJ
2828else
2829 CC="$ac_cv_prog_CC"
2830fi
2831
2832if test -z "$CC"; then
81ecdfbb
RW
2833 if test -n "$ac_tool_prefix"; then
2834 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2835set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2837$as_echo_n "checking for $ac_word... " >&6; }
2838if test "${ac_cv_prog_CC+set}" = set; then :
2839 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2840else
2841 if test -n "$CC"; then
2842 ac_cv_prog_CC="$CC" # Let the user override the test.
2843else
2844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2845for as_dir in $PATH
2846do
2847 IFS=$as_save_IFS
2848 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2849 for ac_exec_ext in '' $ac_executable_extensions; do
2850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2851 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2853 break 2
2854 fi
2855done
81ecdfbb
RW
2856 done
2857IFS=$as_save_IFS
42ecbf5e
DJ
2858
2859fi
2860fi
2861CC=$ac_cv_prog_CC
2862if test -n "$CC"; then
81ecdfbb
RW
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2864$as_echo "$CC" >&6; }
42ecbf5e 2865else
81ecdfbb
RW
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2867$as_echo "no" >&6; }
42ecbf5e
DJ
2868fi
2869
42ecbf5e 2870
81ecdfbb 2871 fi
42ecbf5e
DJ
2872fi
2873if test -z "$CC"; then
2874 # Extract the first word of "cc", so it can be a program name with args.
2875set dummy cc; ac_word=$2
81ecdfbb
RW
2876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877$as_echo_n "checking for $ac_word... " >&6; }
2878if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2880else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883else
2884 ac_prog_rejected=no
2885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886for as_dir in $PATH
2887do
2888 IFS=$as_save_IFS
2889 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e
DJ
2892 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2893 ac_prog_rejected=yes
2894 continue
2895 fi
2896 ac_cv_prog_CC="cc"
81ecdfbb 2897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2898 break 2
2899 fi
2900done
81ecdfbb
RW
2901 done
2902IFS=$as_save_IFS
42ecbf5e
DJ
2903
2904if test $ac_prog_rejected = yes; then
2905 # We found a bogon in the path, so make sure we never use it.
2906 set dummy $ac_cv_prog_CC
2907 shift
2908 if test $# != 0; then
2909 # We chose a different compiler from the bogus one.
2910 # However, it has the same basename, so the bogon will be chosen
2911 # first if we set CC to just the basename; use the full file name.
2912 shift
2913 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2914 fi
2915fi
2916fi
2917fi
2918CC=$ac_cv_prog_CC
2919if test -n "$CC"; then
81ecdfbb
RW
2920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2921$as_echo "$CC" >&6; }
42ecbf5e 2922else
81ecdfbb
RW
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2924$as_echo "no" >&6; }
42ecbf5e
DJ
2925fi
2926
81ecdfbb 2927
42ecbf5e
DJ
2928fi
2929if test -z "$CC"; then
2930 if test -n "$ac_tool_prefix"; then
81ecdfbb 2931 for ac_prog in cl.exe
42ecbf5e
DJ
2932 do
2933 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2934set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2936$as_echo_n "checking for $ac_word... " >&6; }
2937if test "${ac_cv_prog_CC+set}" = set; then :
2938 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2939else
2940 if test -n "$CC"; then
2941 ac_cv_prog_CC="$CC" # Let the user override the test.
2942else
2943as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2944for as_dir in $PATH
2945do
2946 IFS=$as_save_IFS
2947 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2948 for ac_exec_ext in '' $ac_executable_extensions; do
2949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2950 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2952 break 2
2953 fi
2954done
81ecdfbb
RW
2955 done
2956IFS=$as_save_IFS
42ecbf5e
DJ
2957
2958fi
2959fi
2960CC=$ac_cv_prog_CC
2961if test -n "$CC"; then
81ecdfbb
RW
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2963$as_echo "$CC" >&6; }
42ecbf5e 2964else
81ecdfbb
RW
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2966$as_echo "no" >&6; }
42ecbf5e
DJ
2967fi
2968
81ecdfbb 2969
42ecbf5e
DJ
2970 test -n "$CC" && break
2971 done
2972fi
2973if test -z "$CC"; then
2974 ac_ct_CC=$CC
81ecdfbb 2975 for ac_prog in cl.exe
42ecbf5e
DJ
2976do
2977 # Extract the first word of "$ac_prog", so it can be a program name with args.
2978set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2980$as_echo_n "checking for $ac_word... " >&6; }
2981if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2982 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2983else
2984 if test -n "$ac_ct_CC"; then
2985 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2986else
2987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2988for as_dir in $PATH
2989do
2990 IFS=$as_save_IFS
2991 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2992 for ac_exec_ext in '' $ac_executable_extensions; do
2993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2994 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2996 break 2
2997 fi
2998done
81ecdfbb
RW
2999 done
3000IFS=$as_save_IFS
42ecbf5e
DJ
3001
3002fi
3003fi
3004ac_ct_CC=$ac_cv_prog_ac_ct_CC
3005if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3007$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 3008else
81ecdfbb
RW
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3010$as_echo "no" >&6; }
42ecbf5e
DJ
3011fi
3012
81ecdfbb 3013
42ecbf5e
DJ
3014 test -n "$ac_ct_CC" && break
3015done
3016
81ecdfbb
RW
3017 if test "x$ac_ct_CC" = x; then
3018 CC=""
3019 else
3020 case $cross_compiling:$ac_tool_warned in
3021yes:)
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3023$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3024ac_tool_warned=yes ;;
3025esac
3026 CC=$ac_ct_CC
3027 fi
42ecbf5e
DJ
3028fi
3029
3030fi
3031
3032
81ecdfbb
RW
3033test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3034$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3035as_fn_error "no acceptable C compiler found in \$PATH
3036See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3037
3038# Provide some information about the compiler.
81ecdfbb
RW
3039$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3040set X $ac_compile
3041ac_compiler=$2
3042for ac_option in --version -v -V -qversion; do
3043 { { ac_try="$ac_compiler $ac_option >&5"
3044case "(($ac_try" in
3045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3046 *) ac_try_echo=$ac_try;;
3047esac
3048eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3049$as_echo "$ac_try_echo"; } >&5
3050 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3051 ac_status=$?
81ecdfbb
RW
3052 if test -s conftest.err; then
3053 sed '10a\
3054... rest of stderr output deleted ...
3055 10q' conftest.err >conftest.er1
3056 cat conftest.er1 >&5
3057 rm -f conftest.er1 conftest.err
3058 fi
3059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3060 test $ac_status = 0; }
3061done
42ecbf5e 3062
81ecdfbb 3063cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3064/* end confdefs.h. */
3065
3066int
3067main ()
3068{
3069
3070 ;
3071 return 0;
3072}
3073_ACEOF
3074ac_clean_files_save=$ac_clean_files
81ecdfbb 3075ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
3076# Try to create an executable without -o first, disregard a.out.
3077# It will help us diagnose broken compilers, and finding out an intuition
3078# of exeext.
81ecdfbb
RW
3079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3080$as_echo_n "checking for C compiler default output file name... " >&6; }
3081ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3082
3083# The possible output files:
3084ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3085
3086ac_rmfiles=
3087for ac_file in $ac_files
3088do
3089 case $ac_file in
3090 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3091 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3092 esac
3093done
3094rm -f $ac_rmfiles
3095
3096if { { ac_try="$ac_link_default"
3097case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100esac
3101eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3102$as_echo "$ac_try_echo"; } >&5
3103 (eval "$ac_link_default") 2>&5
3104 ac_status=$?
3105 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3106 test $ac_status = 0; }; then :
3107 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3108# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3109# in a Makefile. We should not override ac_cv_exeext if it was cached,
3110# so that the user can short-circuit this test for compilers unknown to
3111# Autoconf.
3112for ac_file in $ac_files ''
42ecbf5e
DJ
3113do
3114 test -f "$ac_file" || continue
3115 case $ac_file in
81ecdfbb 3116 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3117 ;;
3118 [ab].out )
3119 # We found the default executable, but exeext='' is most
3120 # certainly right.
3121 break;;
3122 *.* )
81ecdfbb
RW
3123 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3124 then :; else
3125 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3126 fi
3127 # We set ac_cv_exeext here because the later test for it is not
3128 # safe: cross compilers may not add the suffix if given an `-o'
3129 # argument, so we may need to know it at that point already.
3130 # Even if this section looks crufty: it has the advantage of
3131 # actually working.
42ecbf5e
DJ
3132 break;;
3133 * )
3134 break;;
3135 esac
3136done
81ecdfbb
RW
3137test "$ac_cv_exeext" = no && ac_cv_exeext=
3138
42ecbf5e 3139else
81ecdfbb
RW
3140 ac_file=''
3141fi
3142{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3143$as_echo "$ac_file" >&6; }
3144if test -z "$ac_file"; then :
3145 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3146sed 's/^/| /' conftest.$ac_ext >&5
3147
81ecdfbb
RW
3148{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3149$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3150{ as_fn_set_status 77
3151as_fn_error "C compiler cannot create executables
3152See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 3153fi
42ecbf5e 3154ac_exeext=$ac_cv_exeext
42ecbf5e 3155
81ecdfbb 3156# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3157# the compiler is broken, or we cross compile.
81ecdfbb
RW
3158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3159$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
3160# If not cross compiling, check that we can run a simple program.
3161if test "$cross_compiling" != yes; then
3162 if { ac_try='./$ac_file'
81ecdfbb
RW
3163 { { case "(($ac_try" in
3164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3165 *) ac_try_echo=$ac_try;;
3166esac
3167eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3168$as_echo "$ac_try_echo"; } >&5
3169 (eval "$ac_try") 2>&5
42ecbf5e 3170 ac_status=$?
81ecdfbb
RW
3171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3172 test $ac_status = 0; }; }; then
42ecbf5e
DJ
3173 cross_compiling=no
3174 else
3175 if test "$cross_compiling" = maybe; then
3176 cross_compiling=yes
3177 else
81ecdfbb
RW
3178 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3179$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3180as_fn_error "cannot run C compiled programs.
42ecbf5e 3181If you meant to cross compile, use \`--host'.
81ecdfbb 3182See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3183 fi
3184 fi
3185fi
81ecdfbb
RW
3186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3187$as_echo "yes" >&6; }
42ecbf5e 3188
81ecdfbb 3189rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 3190ac_clean_files=$ac_clean_files_save
81ecdfbb 3191# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3192# the compiler is broken, or we cross compile.
81ecdfbb
RW
3193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3194$as_echo_n "checking whether we are cross compiling... " >&6; }
3195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3196$as_echo "$cross_compiling" >&6; }
3197
3198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3199$as_echo_n "checking for suffix of executables... " >&6; }
3200if { { ac_try="$ac_link"
3201case "(($ac_try" in
3202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3203 *) ac_try_echo=$ac_try;;
3204esac
3205eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3206$as_echo "$ac_try_echo"; } >&5
3207 (eval "$ac_link") 2>&5
42ecbf5e 3208 ac_status=$?
81ecdfbb
RW
3209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3210 test $ac_status = 0; }; then :
42ecbf5e
DJ
3211 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3212# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3213# work properly (i.e., refer to `conftest.exe'), while it won't with
3214# `rm'.
3215for ac_file in conftest.exe conftest conftest.*; do
3216 test -f "$ac_file" || continue
3217 case $ac_file in
81ecdfbb 3218 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3219 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3220 break;;
3221 * ) break;;
3222 esac
3223done
3224else
81ecdfbb
RW
3225 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3226$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3227as_fn_error "cannot compute suffix of executables: cannot compile and link
3228See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3229fi
42ecbf5e 3230rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3232$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3233
3234rm -f conftest.$ac_ext
3235EXEEXT=$ac_cv_exeext
3236ac_exeext=$EXEEXT
81ecdfbb
RW
3237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3238$as_echo_n "checking for suffix of object files... " >&6; }
3239if test "${ac_cv_objext+set}" = set; then :
3240 $as_echo_n "(cached) " >&6
42ecbf5e 3241else
81ecdfbb 3242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3243/* end confdefs.h. */
3244
3245int
3246main ()
3247{
3248
3249 ;
3250 return 0;
3251}
3252_ACEOF
3253rm -f conftest.o conftest.obj
81ecdfbb
RW
3254if { { ac_try="$ac_compile"
3255case "(($ac_try" in
3256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3257 *) ac_try_echo=$ac_try;;
3258esac
3259eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3260$as_echo "$ac_try_echo"; } >&5
3261 (eval "$ac_compile") 2>&5
3262 ac_status=$?
3263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3264 test $ac_status = 0; }; then :
3265 for ac_file in conftest.o conftest.obj conftest.*; do
3266 test -f "$ac_file" || continue;
42ecbf5e 3267 case $ac_file in
81ecdfbb 3268 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3269 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3270 break;;
3271 esac
3272done
3273else
81ecdfbb 3274 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3275sed 's/^/| /' conftest.$ac_ext >&5
3276
81ecdfbb
RW
3277{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3278$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3279as_fn_error "cannot compute suffix of object files: cannot compile
3280See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3281fi
42ecbf5e
DJ
3282rm -f conftest.$ac_cv_objext conftest.$ac_ext
3283fi
81ecdfbb
RW
3284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3285$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3286OBJEXT=$ac_cv_objext
3287ac_objext=$OBJEXT
81ecdfbb
RW
3288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3289$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3290if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3291 $as_echo_n "(cached) " >&6
42ecbf5e 3292else
81ecdfbb 3293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3294/* end confdefs.h. */
3295
3296int
3297main ()
3298{
3299#ifndef __GNUC__
3300 choke me
3301#endif
3302
3303 ;
3304 return 0;
3305}
3306_ACEOF
81ecdfbb 3307if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3308 ac_compiler_gnu=yes
3309else
81ecdfbb 3310 ac_compiler_gnu=no
42ecbf5e 3311fi
81ecdfbb 3312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3313ac_cv_c_compiler_gnu=$ac_compiler_gnu
3314
3315fi
81ecdfbb
RW
3316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3317$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3318if test $ac_compiler_gnu = yes; then
3319 GCC=yes
3320else
3321 GCC=
3322fi
42ecbf5e
DJ
3323ac_test_CFLAGS=${CFLAGS+set}
3324ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3326$as_echo_n "checking whether $CC accepts -g... " >&6; }
3327if test "${ac_cv_prog_cc_g+set}" = set; then :
3328 $as_echo_n "(cached) " >&6
3329else
3330 ac_save_c_werror_flag=$ac_c_werror_flag
3331 ac_c_werror_flag=yes
3332 ac_cv_prog_cc_g=no
3333 CFLAGS="-g"
3334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3335/* end confdefs.h. */
3336
3337int
3338main ()
3339{
3340
3341 ;
3342 return 0;
3343}
3344_ACEOF
81ecdfbb 3345if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3346 ac_cv_prog_cc_g=yes
3347else
81ecdfbb
RW
3348 CFLAGS=""
3349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3350/* end confdefs.h. */
3351
3352int
3353main ()
3354{
3355
3356 ;
3357 return 0;
3358}
3359_ACEOF
3360if ac_fn_c_try_compile "$LINENO"; then :
3361
3362else
3363 ac_c_werror_flag=$ac_save_c_werror_flag
3364 CFLAGS="-g"
3365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3366/* end confdefs.h. */
3367
3368int
3369main ()
3370{
42ecbf5e 3371
81ecdfbb
RW
3372 ;
3373 return 0;
3374}
3375_ACEOF
3376if ac_fn_c_try_compile "$LINENO"; then :
3377 ac_cv_prog_cc_g=yes
3378fi
3379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3380fi
3381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3382fi
81ecdfbb
RW
3383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3384 ac_c_werror_flag=$ac_save_c_werror_flag
42ecbf5e 3385fi
81ecdfbb
RW
3386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3387$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3388if test "$ac_test_CFLAGS" = set; then
3389 CFLAGS=$ac_save_CFLAGS
3390elif test $ac_cv_prog_cc_g = yes; then
3391 if test "$GCC" = yes; then
3392 CFLAGS="-g -O2"
3393 else
3394 CFLAGS="-g"
3395 fi
3396else
3397 if test "$GCC" = yes; then
3398 CFLAGS="-O2"
3399 else
3400 CFLAGS=
3401 fi
3402fi
81ecdfbb
RW
3403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3404$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3405if test "${ac_cv_prog_cc_c89+set}" = set; then :
3406 $as_echo_n "(cached) " >&6
42ecbf5e 3407else
81ecdfbb 3408 ac_cv_prog_cc_c89=no
42ecbf5e 3409ac_save_CC=$CC
81ecdfbb 3410cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3411/* end confdefs.h. */
3412#include <stdarg.h>
3413#include <stdio.h>
3414#include <sys/types.h>
3415#include <sys/stat.h>
3416/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3417struct buf { int x; };
3418FILE * (*rcsopen) (struct buf *, struct stat *, int);
3419static char *e (p, i)
3420 char **p;
3421 int i;
3422{
3423 return p[i];
3424}
3425static char *f (char * (*g) (char **, int), char **p, ...)
3426{
3427 char *s;
3428 va_list v;
3429 va_start (v,p);
3430 s = g (p, va_arg (v,int));
3431 va_end (v);
3432 return s;
3433}
3434
3435/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3436 function prototypes and stuff, but not '\xHH' hex character constants.
3437 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3438 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3439 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3440 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3441 that's true only with -std. */
42ecbf5e
DJ
3442int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3443
81ecdfbb
RW
3444/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3445 inside strings and character constants. */
3446#define FOO(x) 'x'
3447int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3448
42ecbf5e
DJ
3449int test (int i, double x);
3450struct s1 {int (*f) (int a);};
3451struct s2 {int (*f) (double a);};
3452int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3453int argc;
3454char **argv;
3455int
3456main ()
3457{
3458return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3459 ;
3460 return 0;
3461}
3462_ACEOF
81ecdfbb
RW
3463for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3464 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3465do
3466 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3467 if ac_fn_c_try_compile "$LINENO"; then :
3468 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3469fi
81ecdfbb
RW
3470rm -f core conftest.err conftest.$ac_objext
3471 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3472done
81ecdfbb 3473rm -f conftest.$ac_ext
42ecbf5e
DJ
3474CC=$ac_save_CC
3475
3476fi
81ecdfbb
RW
3477# AC_CACHE_VAL
3478case "x$ac_cv_prog_cc_c89" in
3479 x)
3480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3481$as_echo "none needed" >&6; } ;;
3482 xno)
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3484$as_echo "unsupported" >&6; } ;;
42ecbf5e 3485 *)
81ecdfbb
RW
3486 CC="$CC $ac_cv_prog_cc_c89"
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3488$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3489esac
81ecdfbb 3490if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3491
42ecbf5e
DJ
3492fi
3493
42ecbf5e
DJ
3494ac_ext=c
3495ac_cpp='$CPP $CPPFLAGS'
3496ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3497ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3498ac_compiler_gnu=$ac_cv_c_compiler_gnu
3499
3500
81ecdfbb
RW
3501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3502$as_echo_n "checking for library containing strerror... " >&6; }
3503if test "${ac_cv_search_strerror+set}" = set; then :
3504 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3505else
3506 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3507cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3508/* end confdefs.h. */
3509
81ecdfbb
RW
3510/* Override any GCC internal prototype to avoid an error.
3511 Use char because int might match the return type of a GCC
3512 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3513#ifdef __cplusplus
3514extern "C"
3515#endif
42ecbf5e
DJ
3516char strerror ();
3517int
3518main ()
3519{
81ecdfbb 3520return strerror ();
42ecbf5e
DJ
3521 ;
3522 return 0;
3523}
3524_ACEOF
81ecdfbb
RW
3525for ac_lib in '' cposix; do
3526 if test -z "$ac_lib"; then
3527 ac_res="none required"
3528 else
3529 ac_res=-l$ac_lib
42ecbf5e 3530 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3531 fi
3532 if ac_fn_c_try_link "$LINENO"; then :
3533 ac_cv_search_strerror=$ac_res
3534fi
3535rm -f core conftest.err conftest.$ac_objext \
3536 conftest$ac_exeext
3537 if test "${ac_cv_search_strerror+set}" = set; then :
3538 break
3539fi
3540done
3541if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3542
42ecbf5e 3543else
81ecdfbb 3544 ac_cv_search_strerror=no
42ecbf5e 3545fi
81ecdfbb 3546rm conftest.$ac_ext
42ecbf5e
DJ
3547LIBS=$ac_func_search_save_LIBS
3548fi
81ecdfbb
RW
3549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3550$as_echo "$ac_cv_search_strerror" >&6; }
3551ac_res=$ac_cv_search_strerror
3552if test "$ac_res" != no; then :
3553 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3554
3555fi
e5a52504
MM
3556
3557
c4dd807e 3558BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
81ecdfbb
RW
3559am__api_version='1.11'
3560
e5a52504
MM
3561# Find a good install program. We prefer a C program (faster),
3562# so one script is as good as another. But avoid the broken or
3563# incompatible versions:
3564# SysV /etc/install, /usr/sbin/install
3565# SunOS /usr/etc/install
3566# IRIX /sbin/install
3567# AIX /bin/install
42ecbf5e 3568# AmigaOS /C/install, which installs bootblocks on floppy discs
e5a52504
MM
3569# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3570# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3571# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42ecbf5e 3572# OS/2's system install, which has a completely different semantic
e5a52504 3573# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3574# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3576$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5a52504 3577if test -z "$INSTALL"; then
81ecdfbb
RW
3578if test "${ac_cv_path_install+set}" = set; then :
3579 $as_echo_n "(cached) " >&6
e5a52504 3580else
42ecbf5e
DJ
3581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3582for as_dir in $PATH
3583do
3584 IFS=$as_save_IFS
3585 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3586 # Account for people who put trailing slashes in PATH elements.
3587case $as_dir/ in #((
3588 ./ | .// | /[cC]/* | \
42ecbf5e 3589 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3590 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3591 /usr/ucb/* ) ;;
3592 *)
3593 # OSF1 and SCO ODT 3.0 have their own names for install.
3594 # Don't use installbsd from OSF since it installs stuff as root
3595 # by default.
3596 for ac_prog in ginstall scoinst install; do
3597 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3598 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3599 if test $ac_prog = install &&
42ecbf5e 3600 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3601 # AIX install. It has an incompatible calling convention.
3602 :
42ecbf5e
DJ
3603 elif test $ac_prog = install &&
3604 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3605 # program-specific install script used by HP pwplus--don't use.
3606 :
252b5132 3607 else
58c85be7
RW
3608 rm -rf conftest.one conftest.two conftest.dir
3609 echo one > conftest.one
3610 echo two > conftest.two
3611 mkdir conftest.dir
3612 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3613 test -s conftest.one && test -s conftest.two &&
3614 test -s conftest.dir/conftest.one &&
3615 test -s conftest.dir/conftest.two
3616 then
3617 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3618 break 3
3619 fi
252b5132
RH
3620 fi
3621 fi
3622 done
42ecbf5e
DJ
3623 done
3624 ;;
3625esac
81ecdfbb
RW
3626
3627 done
3628IFS=$as_save_IFS
42ecbf5e 3629
58c85be7 3630rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3631
3632fi
3633 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3634 INSTALL=$ac_cv_path_install
252b5132 3635 else
58c85be7
RW
3636 # As a last resort, use the slow shell script. Don't cache a
3637 # value for INSTALL within a source directory, because that will
252b5132 3638 # break other packages using the cache if that directory is
58c85be7 3639 # removed, or if the value is a relative name.
42ecbf5e 3640 INSTALL=$ac_install_sh
252b5132
RH
3641 fi
3642fi
81ecdfbb
RW
3643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3644$as_echo "$INSTALL" >&6; }
252b5132
RH
3645
3646# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3647# It thinks the first close brace ends the variable substitution.
3648test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3649
42ecbf5e 3650test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3651
3652test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3653
81ecdfbb
RW
3654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3655$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3656# Just in case
3657sleep 1
42ecbf5e 3658echo timestamp > conftest.file
81ecdfbb
RW
3659# Reject unsafe characters in $srcdir or the absolute working directory
3660# name. Accept space and tab only in the latter.
3661am_lf='
3662'
3663case `pwd` in
3664 *[\\\"\#\$\&\'\`$am_lf]*)
3665 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3666esac
3667case $srcdir in
3668 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3669 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3670esac
3671
252b5132
RH
3672# Do `set' in a subshell so we don't clobber the current shell's
3673# arguments. Must try -L first in case configure is actually a
3674# symlink; some systems play weird games with the mod time of symlinks
3675# (eg FreeBSD returns the mod time of the symlink's containing
3676# directory).
3677if (
81ecdfbb 3678 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3679 if test "$*" = "X"; then
3680 # -L didn't work.
81ecdfbb 3681 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3682 fi
42ecbf5e
DJ
3683 rm -f conftest.file
3684 if test "$*" != "X $srcdir/configure conftest.file" \
3685 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3686
3687 # If neither matched, then we have a broken ls. This can happen
3688 # if, for instance, CONFIG_SHELL is bash and it inherits a
3689 # broken ls alias from the environment. This has actually
3690 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3691 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3692alias in your environment" "$LINENO" 5
252b5132
RH
3693 fi
3694
42ecbf5e 3695 test "$2" = conftest.file
252b5132
RH
3696 )
3697then
3698 # Ok.
3699 :
3700else
81ecdfbb
RW
3701 as_fn_error "newly created file is older than distributed files!
3702Check your system clock" "$LINENO" 5
252b5132 3703fi
81ecdfbb
RW
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3705$as_echo "yes" >&6; }
252b5132 3706test "$program_prefix" != NONE &&
81ecdfbb 3707 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3708# Use a double $ so make ignores it.
3709test "$program_suffix" != NONE &&
81ecdfbb
RW
3710 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3711# Double any \ or $.
42ecbf5e 3712# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3713ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3714program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3715
3716# expand $ac_aux_dir to an absolute path
3717am_aux_dir=`cd $ac_aux_dir && pwd`
3718
81ecdfbb
RW
3719if test x"${MISSING+set}" != xset; then
3720 case $am_aux_dir in
3721 *\ * | *\ *)
3722 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3723 *)
3724 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3725 esac
3726fi
42ecbf5e
DJ
3727# Use eval to expand $SHELL
3728if eval "$MISSING --run true"; then
3729 am_missing_run="$MISSING --run "
3730else
3731 am_missing_run=
81ecdfbb
RW
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3733$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3734fi
3735
3736if test x"${install_sh}" != xset; then
3737 case $am_aux_dir in
3738 *\ * | *\ *)
3739 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3740 *)
3741 install_sh="\${SHELL} $am_aux_dir/install-sh"
3742 esac
3743fi
3744
3745# Installed binaries are usually stripped using `strip' when the user
3746# run `make install-strip'. However `strip' might not be the right
3747# tool to use in cross-compilation environments, therefore Automake
3748# will honor the `STRIP' environment variable to overrule this program.
3749if test "$cross_compiling" != no; then
3750 if test -n "$ac_tool_prefix"; then
3751 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3752set dummy ${ac_tool_prefix}strip; ac_word=$2
3753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3754$as_echo_n "checking for $ac_word... " >&6; }
3755if test "${ac_cv_prog_STRIP+set}" = set; then :
3756 $as_echo_n "(cached) " >&6
3757else
3758 if test -n "$STRIP"; then
3759 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3760else
3761as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3762for as_dir in $PATH
3763do
3764 IFS=$as_save_IFS
3765 test -z "$as_dir" && as_dir=.
3766 for ac_exec_ext in '' $ac_executable_extensions; do
3767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3768 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3770 break 2
3771 fi
3772done
3773 done
3774IFS=$as_save_IFS
3775
3776fi
3777fi
3778STRIP=$ac_cv_prog_STRIP
3779if test -n "$STRIP"; then
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3781$as_echo "$STRIP" >&6; }
3782else
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3784$as_echo "no" >&6; }
3785fi
3786
3787
3788fi
3789if test -z "$ac_cv_prog_STRIP"; then
3790 ac_ct_STRIP=$STRIP
3791 # Extract the first word of "strip", so it can be a program name with args.
3792set dummy strip; ac_word=$2
3793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3794$as_echo_n "checking for $ac_word... " >&6; }
3795if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3796 $as_echo_n "(cached) " >&6
3797else
3798 if test -n "$ac_ct_STRIP"; then
3799 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3800else
3801as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3802for as_dir in $PATH
3803do
3804 IFS=$as_save_IFS
3805 test -z "$as_dir" && as_dir=.
3806 for ac_exec_ext in '' $ac_executable_extensions; do
3807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3808 ac_cv_prog_ac_ct_STRIP="strip"
3809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3810 break 2
3811 fi
3812done
3813 done
3814IFS=$as_save_IFS
3815
3816fi
3817fi
3818ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3819if test -n "$ac_ct_STRIP"; then
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3821$as_echo "$ac_ct_STRIP" >&6; }
3822else
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3824$as_echo "no" >&6; }
3825fi
3826
3827 if test "x$ac_ct_STRIP" = x; then
3828 STRIP=":"
3829 else
3830 case $cross_compiling:$ac_tool_warned in
3831yes:)
3832{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3833$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3834ac_tool_warned=yes ;;
3835esac
3836 STRIP=$ac_ct_STRIP
3837 fi
3838else
3839 STRIP="$ac_cv_prog_STRIP"
3840fi
3841
3842fi
3843INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3844
3845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3846$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3847if test -z "$MKDIR_P"; then
3848 if test "${ac_cv_path_mkdir+set}" = set; then :
3849 $as_echo_n "(cached) " >&6
3850else
3851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3852for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3853do
3854 IFS=$as_save_IFS
3855 test -z "$as_dir" && as_dir=.
3856 for ac_prog in mkdir gmkdir; do
3857 for ac_exec_ext in '' $ac_executable_extensions; do
3858 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3859 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3860 'mkdir (GNU coreutils) '* | \
3861 'mkdir (coreutils) '* | \
3862 'mkdir (fileutils) '4.1*)
3863 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3864 break 3;;
3865 esac
3866 done
3867 done
42ecbf5e 3868 done
81ecdfbb
RW
3869IFS=$as_save_IFS
3870
3871fi
3872
3873 if test "${ac_cv_path_mkdir+set}" = set; then
3874 MKDIR_P="$ac_cv_path_mkdir -p"
42ecbf5e 3875 else
81ecdfbb
RW
3876 # As a last resort, use the slow shell script. Don't cache a
3877 # value for MKDIR_P within a source directory, because that will
3878 # break other packages using the cache if that directory is
3879 # removed, or if the value is a relative name.
3880 test -d ./--version && rmdir ./--version
3881 MKDIR_P="$ac_install_sh -d"
42ecbf5e
DJ
3882 fi
3883fi
81ecdfbb
RW
3884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3885$as_echo "$MKDIR_P" >&6; }
3886
3887mkdir_p="$MKDIR_P"
3888case $mkdir_p in
3889 [\\/$]* | ?:[\\/]*) ;;
3890 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3891esac
42ecbf5e
DJ
3892
3893for ac_prog in gawk mawk nawk awk
3894do
3895 # Extract the first word of "$ac_prog", so it can be a program name with args.
3896set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3898$as_echo_n "checking for $ac_word... " >&6; }
3899if test "${ac_cv_prog_AWK+set}" = set; then :
3900 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3901else
3902 if test -n "$AWK"; then
3903 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3904else
3905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3906for as_dir in $PATH
3907do
3908 IFS=$as_save_IFS
3909 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3910 for ac_exec_ext in '' $ac_executable_extensions; do
3911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 3912 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3914 break 2
3915 fi
3916done
81ecdfbb
RW
3917 done
3918IFS=$as_save_IFS
42ecbf5e
DJ
3919
3920fi
3921fi
3922AWK=$ac_cv_prog_AWK
3923if test -n "$AWK"; then
81ecdfbb
RW
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3925$as_echo "$AWK" >&6; }
42ecbf5e 3926else
81ecdfbb
RW
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3928$as_echo "no" >&6; }
42ecbf5e 3929fi
252b5132 3930
81ecdfbb 3931
42ecbf5e
DJ
3932 test -n "$AWK" && break
3933done
252b5132 3934
81ecdfbb
RW
3935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3936$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3937set x ${MAKE-make}
3938ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3939if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3940 $as_echo_n "(cached) " >&6
252b5132 3941else
42ecbf5e 3942 cat >conftest.make <<\_ACEOF
81ecdfbb 3943SHELL = /bin/sh
252b5132 3944all:
81ecdfbb 3945 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 3946_ACEOF
252b5132 3947# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3948case `${MAKE-make} -f conftest.make 2>/dev/null` in
3949 *@@@%%%=?*=@@@%%%*)
3950 eval ac_cv_prog_make_${ac_make}_set=yes;;
3951 *)
3952 eval ac_cv_prog_make_${ac_make}_set=no;;
3953esac
42ecbf5e 3954rm -f conftest.make
252b5132 3955fi
81ecdfbb
RW
3956if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3958$as_echo "yes" >&6; }
252b5132
RH
3959 SET_MAKE=
3960else
81ecdfbb
RW
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3962$as_echo "no" >&6; }
252b5132
RH
3963 SET_MAKE="MAKE=${MAKE-make}"
3964fi
3965
42ecbf5e
DJ
3966rm -rf .tst 2>/dev/null
3967mkdir .tst 2>/dev/null
3968if test -d .tst; then
3969 am__leading_dot=.
3970else
3971 am__leading_dot=_
3972fi
3973rmdir .tst 2>/dev/null
3974
3975DEPDIR="${am__leading_dot}deps"
3976
81ecdfbb 3977ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3978
3979
3980am_make=${MAKE-make}
3981cat > confinc << 'END'
3982am__doit:
81ecdfbb 3983 @echo this is the am__doit target
42ecbf5e
DJ
3984.PHONY: am__doit
3985END
3986# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3988$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3989am__include="#"
3990am__quote=
3991_am_result=none
3992# First try GNU make style include.
3993echo "include confinc" > confmf
81ecdfbb
RW
3994# Ignore all kinds of additional output from `make'.
3995case `$am_make -s -f confmf 2> /dev/null` in #(
3996*the\ am__doit\ target*)
3997 am__include=include
3998 am__quote=
3999 _am_result=GNU
4000 ;;
4001esac
42ecbf5e
DJ
4002# Now try BSD make style include.
4003if test "$am__include" = "#"; then
4004 echo '.include "confinc"' > confmf
81ecdfbb
RW
4005 case `$am_make -s -f confmf 2> /dev/null` in #(
4006 *the\ am__doit\ target*)
4007 am__include=.include
4008 am__quote="\""
4009 _am_result=BSD
4010 ;;
4011 esac
42ecbf5e
DJ
4012fi
4013
4014
81ecdfbb
RW
4015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4016$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4017rm -f confinc confmf
4018
81ecdfbb
RW
4019# Check whether --enable-dependency-tracking was given.
4020if test "${enable_dependency_tracking+set}" = set; then :
4021 enableval=$enable_dependency_tracking;
4022fi
42ecbf5e 4023
42ecbf5e
DJ
4024if test "x$enable_dependency_tracking" != xno; then
4025 am_depcomp="$ac_aux_dir/depcomp"
4026 AMDEPBACKSLASH='\'
4027fi
81ecdfbb 4028 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4029 AMDEP_TRUE=
4030 AMDEP_FALSE='#'
4031else
4032 AMDEP_TRUE='#'
4033 AMDEP_FALSE=
4034fi
4035
e5a52504 4036
81ecdfbb
RW
4037if test "`cd $srcdir && pwd`" != "`pwd`"; then
4038 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4039 # is not polluted with repeated "-I."
4040 am__isrc=' -I$(srcdir)'
4041 # test to see if srcdir already configured
4042 if test -f $srcdir/config.status; then
4043 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4044 fi
42ecbf5e 4045fi
252b5132 4046
42ecbf5e
DJ
4047# test whether we have cygpath
4048if test -z "$CYGPATH_W"; then
4049 if (cygpath --version) >/dev/null 2>/dev/null; then
4050 CYGPATH_W='cygpath -w'
4051 else
4052 CYGPATH_W=echo
4053 fi
252b5132 4054fi
42ecbf5e
DJ
4055
4056
4057# Define the identity of the package.
4058 PACKAGE=ld
4059 VERSION=${BFD_VERSION}
4060
4061
4062cat >>confdefs.h <<_ACEOF
e5a52504 4063#define PACKAGE "$PACKAGE"
42ecbf5e
DJ
4064_ACEOF
4065
252b5132 4066
42ecbf5e 4067cat >>confdefs.h <<_ACEOF
e5a52504 4068#define VERSION "$VERSION"
42ecbf5e
DJ
4069_ACEOF
4070
4071# Some tools Automake needs.
4072
4073ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4074
4075
4076AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4077
4078
4079AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4080
4081
4082AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4083
e5a52504 4084
42ecbf5e 4085MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
e5a52504 4086
42ecbf5e
DJ
4087# We need awk for the "check" target. The system "awk" is bad on
4088# some platforms.
4089# Always define AMTAR for backward compatibility.
4090
4091AMTAR=${AMTAR-"${am_missing_run}tar"}
4092
4093am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4094
4095
4096
4097
4098depcc="$CC" am_compiler_list=
4099
81ecdfbb
RW
4100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4101$as_echo_n "checking dependency style of $depcc... " >&6; }
4102if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4103 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4104else
4105 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4106 # We make a subdir and do the tests there. Otherwise we can end up
4107 # making bogus files that we don't know about and never remove. For
4108 # instance it was reported that on HP-UX the gcc test will end up
4109 # making a dummy file named `D' -- because `-MD' means `put the output
4110 # in D'.
4111 mkdir conftest.dir
4112 # Copy depcomp to subdir because otherwise we won't find it if we're
4113 # using a relative directory.
4114 cp "$am_depcomp" conftest.dir
4115 cd conftest.dir
4116 # We will build objects and dependencies in a subdirectory because
4117 # it helps to detect inapplicable dependency modes. For instance
4118 # both Tru64's cc and ICC support -MD to output dependencies as a
4119 # side effect of compilation, but ICC will put the dependencies in
4120 # the current directory while Tru64 will put them in the object
4121 # directory.
4122 mkdir sub
4123
4124 am_cv_CC_dependencies_compiler_type=none
4125 if test "$am_compiler_list" = ""; then
4126 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4127 fi
81ecdfbb
RW
4128 am__universal=false
4129 case " $depcc " in #(
4130 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4131 esac
4132
42ecbf5e
DJ
4133 for depmode in $am_compiler_list; do
4134 # Setup a source with many dependencies, because some compilers
4135 # like to wrap large dependency lists on column 80 (with \), and
4136 # we should not choose a depcomp mode which is confused by this.
4137 #
4138 # We need to recreate these files for each test, as the compiler may
4139 # overwrite some of them when testing with obscure command lines.
4140 # This happens at least with the AIX C compiler.
4141 : > sub/conftest.c
4142 for i in 1 2 3 4 5 6; do
4143 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4144 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4145 # Solaris 8's {/usr,}/bin/sh.
4146 touch sub/conftst$i.h
4147 done
4148 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4149
81ecdfbb
RW
4150 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4151 # mode. It turns out that the SunPro C++ compiler does not properly
4152 # handle `-M -o', and we need to detect this. Also, some Intel
4153 # versions had trouble with output in subdirs
4154 am__obj=sub/conftest.${OBJEXT-o}
4155 am__minus_obj="-o $am__obj"
42ecbf5e 4156 case $depmode in
81ecdfbb
RW
4157 gcc)
4158 # This depmode causes a compiler race in universal mode.
4159 test "$am__universal" = false || continue
4160 ;;
42ecbf5e
DJ
4161 nosideeffect)
4162 # after this tag, mechanisms are not by side-effect, so they'll
4163 # only be used when explicitly requested
4164 if test "x$enable_dependency_tracking" = xyes; then
4165 continue
4166 else
4167 break
4168 fi
4169 ;;
81ecdfbb
RW
4170 msvisualcpp | msvcmsys)
4171 # This compiler won't grok `-c -o', but also, the minuso test has
4172 # not run yet. These depmodes are late enough in the game, and
4173 # so weak that their functioning should not be impacted.
4174 am__obj=conftest.${OBJEXT-o}
4175 am__minus_obj=
4176 ;;
42ecbf5e
DJ
4177 none) break ;;
4178 esac
42ecbf5e 4179 if depmode=$depmode \
81ecdfbb 4180 source=sub/conftest.c object=$am__obj \
42ecbf5e 4181 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4182 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4183 >/dev/null 2>conftest.err &&
81ecdfbb 4184 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4185 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4186 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4187 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4188 # icc doesn't choke on unknown options, it will just issue warnings
4189 # or remarks (even with -Werror). So we grep stderr for any message
4190 # that says an option was ignored or not supported.
4191 # When given -MP, icc 7.0 and 7.1 complain thusly:
4192 # icc: Command line warning: ignoring option '-M'; no argument required
4193 # The diagnosis changed in icc 8.0:
4194 # icc: Command line remark: option '-MP' not supported
4195 if (grep 'ignoring option' conftest.err ||
4196 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4197 am_cv_CC_dependencies_compiler_type=$depmode
4198 break
4199 fi
4200 fi
4201 done
2469cfa2 4202
42ecbf5e
DJ
4203 cd ..
4204 rm -rf conftest.dir
2469cfa2 4205else
42ecbf5e
DJ
4206 am_cv_CC_dependencies_compiler_type=none
4207fi
4208
2469cfa2 4209fi
81ecdfbb
RW
4210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4211$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4212CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4213
81ecdfbb 4214 if
42ecbf5e
DJ
4215 test "x$enable_dependency_tracking" != xno \
4216 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4217 am__fastdepCC_TRUE=
4218 am__fastdepCC_FALSE='#'
2469cfa2 4219else
42ecbf5e
DJ
4220 am__fastdepCC_TRUE='#'
4221 am__fastdepCC_FALSE=
2469cfa2 4222fi
2469cfa2 4223
2469cfa2 4224
e5a52504 4225
42ecbf5e 4226
64ac50ac
RW
4227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4228$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4229 # Check whether --enable-maintainer-mode was given.
4230if test "${enable_maintainer_mode+set}" = set; then :
4231 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4232else
4233 USE_MAINTAINER_MODE=no
4234fi
4235
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
4237$as_echo "$USE_MAINTAINER_MODE" >&6; }
4238 if test $USE_MAINTAINER_MODE = yes; then
4239 MAINTAINER_MODE_TRUE=
4240 MAINTAINER_MODE_FALSE='#'
4241else
4242 MAINTAINER_MODE_TRUE='#'
4243 MAINTAINER_MODE_FALSE=
4244fi
4245
4246 MAINT=$MAINTAINER_MODE_TRUE
4247
4248
4249
d7040cdb 4250
81ecdfbb
RW
4251# Check whether --with-lib-path was given.
4252if test "${with_lib_path+set}" = set; then :
4253 withval=$with_lib_path; LIB_PATH=$withval
4254fi
4255
4256# Check whether --enable-targets was given.
4257if test "${enable_targets+set}" = set; then :
4258 enableval=$enable_targets; case "${enableval}" in
4259 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
4260 ;;
4261 no) enable_targets= ;;
4262 *) enable_targets=$enableval ;;
4263esac
81ecdfbb
RW
4264fi
4265# Check whether --enable-64-bit-bfd was given.
4266if test "${enable_64_bit_bfd+set}" = set; then :
4267 enableval=$enable_64_bit_bfd; case "${enableval}" in
ce2cded5
L
4268 yes) want64=true ;;
4269 no) want64=false ;;
81ecdfbb 4270 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
ce2cded5 4271esac
2469cfa2 4272else
ce2cded5 4273 want64=false
81ecdfbb 4274fi
d7040cdb
SE
4275
4276
81ecdfbb
RW
4277# Check whether --with-sysroot was given.
4278if test "${with_sysroot+set}" = set; then :
4279 withval=$with_sysroot;
ce2cded5
L
4280 case ${with_sysroot} in
4281 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
4282 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
4283 esac
d7040cdb 4284
ce2cded5
L
4285 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
4286 use_sysroot=yes
d7040cdb 4287
ce2cded5
L
4288 if test "x$prefix" = xNONE; then
4289 test_prefix=/usr/local
4290 else
4291 test_prefix=$prefix
4292 fi
4293 if test "x$exec_prefix" = xNONE; then
4294 test_exec_prefix=$test_prefix
4295 else
4296 test_exec_prefix=$exec_prefix
4297 fi
4298 case ${TARGET_SYSTEM_ROOT} in
4299 "${test_prefix}"|"${test_prefix}/"*|\
4300 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
4301 '${prefix}'|'${prefix}/'*|\
4302 '${exec_prefix}'|'${exec_prefix}/'*)
4303 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
4304 TARGET_SYSTEM_ROOT_DEFINE="$t"
4305 ;;
4306 esac
d7040cdb 4307
e5a52504 4308else
d7040cdb 4309
ce2cded5
L
4310 use_sysroot=no
4311 TARGET_SYSTEM_ROOT=
4312 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
d7040cdb 4313
81ecdfbb
RW
4314fi
4315
d7040cdb
SE
4316
4317
4318
4319
4fda8867
NC
4320# Check whether --enable-gold was given.
4321if test "${enable_gold+set}" = set; then :
4322 enableval=$enable_gold; case "${enableval}" in
c7791212 4323 default)
4fda8867
NC
4324 install_as_default=no
4325 installed_linker=ld.bfd
4326 ;;
c7791212 4327 yes|no)
4fda8867
NC
4328 install_as_default=yes
4329 installed_linker=ld.bfd
4330 ;;
4331 *)
4332 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
4333 ;;
4334 esac
4335else
c7791212
NC
4336 install_as_default=yes
4337 installed_linker=ld.bfd
4fda8867
NC
4338fi
4339
4340
4341
4342
81ecdfbb
RW
4343# Check whether --enable-got was given.
4344if test "${enable_got+set}" = set; then :
4345 enableval=$enable_got; case "${enableval}" in
7fb9f789 4346 target | single | negative | multigot) got_handling=$enableval ;;
81ecdfbb 4347 *) as_fn_error "bad value ${enableval} for --enable-got option" "$LINENO" 5 ;;
7fb9f789
NC
4348esac
4349else
4350 got_handling=target
81ecdfbb
RW
4351fi
4352
7fb9f789
NC
4353
4354case "${got_handling}" in
4355 target)
4356
81ecdfbb 4357$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h
7fb9f789
NC
4358 ;;
4359 single)
4360
81ecdfbb 4361$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h
7fb9f789
NC
4362 ;;
4363 negative)
4364
81ecdfbb 4365$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h
7fb9f789
NC
4366 ;;
4367 multigot)
4368
81ecdfbb 4369$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h
7fb9f789 4370 ;;
81ecdfbb 4371 *) as_fn_error "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
7fb9f789
NC
4372esac
4373
397841b5
AM
4374ac_ext=c
4375ac_cpp='$CPP $CPPFLAGS'
4376ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4377ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4378ac_compiler_gnu=$ac_cv_c_compiler_gnu
4379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4380$as_echo_n "checking how to run the C preprocessor... " >&6; }
4381# On Suns, sometimes $CPP names a directory.
4382if test -n "$CPP" && test -d "$CPP"; then
4383 CPP=
ce2cded5 4384fi
397841b5
AM
4385if test -z "$CPP"; then
4386 if test "${ac_cv_prog_CPP+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388else
4389 # Double quotes because CPP needs to be expanded
4390 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4391 do
4392 ac_preproc_ok=false
4393for ac_c_preproc_warn_flag in '' yes
4394do
4395 # Use a header file that comes with gcc, so configuring glibc
4396 # with a fresh cross-compiler works.
4397 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4398 # <limits.h> exists even on freestanding compilers.
4399 # On the NeXT, cc -E runs the code through the compiler's parser,
4400 # not just through cpp. "Syntax error" is here to catch this case.
4401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4402/* end confdefs.h. */
4403#ifdef __STDC__
4404# include <limits.h>
4405#else
4406# include <assert.h>
4407#endif
4408 Syntax error
4409_ACEOF
4410if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4411
397841b5
AM
4412else
4413 # Broken: fails on valid input.
4414continue
ce2cded5 4415fi
397841b5 4416rm -f conftest.err conftest.$ac_ext
d7040cdb 4417
397841b5
AM
4418 # OK, works on sane cases. Now check whether nonexistent headers
4419 # can be detected and how.
4420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4421/* end confdefs.h. */
4422#include <ac_nonexistent.h>
4423_ACEOF
4424if ac_fn_c_try_cpp "$LINENO"; then :
4425 # Broken: success on invalid input.
4426continue
4427else
4428 # Passes both tests.
4429ac_preproc_ok=:
4430break
ce2cded5 4431fi
397841b5 4432rm -f conftest.err conftest.$ac_ext
d7040cdb 4433
397841b5
AM
4434done
4435# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4436rm -f conftest.err conftest.$ac_ext
4437if $ac_preproc_ok; then :
4438 break
81ecdfbb
RW
4439fi
4440
397841b5
AM
4441 done
4442 ac_cv_prog_CPP=$CPP
d7040cdb 4443
ce2cded5 4444fi
397841b5
AM
4445 CPP=$ac_cv_prog_CPP
4446else
4447 ac_cv_prog_CPP=$CPP
4448fi
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4450$as_echo "$CPP" >&6; }
4451ac_preproc_ok=false
4452for ac_c_preproc_warn_flag in '' yes
4453do
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4461/* end confdefs.h. */
4462#ifdef __STDC__
4463# include <limits.h>
4464#else
4465# include <assert.h>
4466#endif
4467 Syntax error
4468_ACEOF
4469if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4470
397841b5
AM
4471else
4472 # Broken: fails on valid input.
4473continue
4474fi
4475rm -f conftest.err conftest.$ac_ext
2469cfa2 4476
397841b5
AM
4477 # OK, works on sane cases. Now check whether nonexistent headers
4478 # can be detected and how.
4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4480/* end confdefs.h. */
4481#include <ac_nonexistent.h>
4482_ACEOF
4483if ac_fn_c_try_cpp "$LINENO"; then :
4484 # Broken: success on invalid input.
4485continue
4486else
4487 # Passes both tests.
4488ac_preproc_ok=:
4489break
4490fi
4491rm -f conftest.err conftest.$ac_ext
d7040cdb 4492
397841b5
AM
4493done
4494# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495rm -f conftest.err conftest.$ac_ext
4496if $ac_preproc_ok; then :
d7040cdb 4497
397841b5
AM
4498else
4499 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4500$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4501as_fn_error "C preprocessor \"$CPP\" fails sanity check
4502See \`config.log' for more details." "$LINENO" 5; }
ce2cded5 4503fi
d7040cdb 4504
ce2cded5
L
4505ac_ext=c
4506ac_cpp='$CPP $CPPFLAGS'
4507ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4508ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4509ac_compiler_gnu=$ac_cv_c_compiler_gnu
397841b5
AM
4510
4511
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4513$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4514if test "${ac_cv_path_GREP+set}" = set; then :
81ecdfbb 4515 $as_echo_n "(cached) " >&6
d7040cdb 4516else
397841b5
AM
4517 if test -z "$GREP"; then
4518 ac_path_GREP_found=false
4519 # Loop through the user's path and test for each of PROGNAME-LIST
4520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4521for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
d7040cdb
SE
4522do
4523 IFS=$as_save_IFS
4524 test -z "$as_dir" && as_dir=.
397841b5 4525 for ac_prog in grep ggrep; do
81ecdfbb 4526 for ac_exec_ext in '' $ac_executable_extensions; do
397841b5
AM
4527 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4528 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4529# Check for GNU ac_path_GREP and select it if it is found.
4530 # Check for GNU $ac_path_GREP
4531case `"$ac_path_GREP" --version 2>&1` in
4532*GNU*)
4533 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4534*)
4535 ac_count=0
4536 $as_echo_n 0123456789 >"conftest.in"
4537 while :
4538 do
4539 cat "conftest.in" "conftest.in" >"conftest.tmp"
4540 mv "conftest.tmp" "conftest.in"
4541 cp "conftest.in" "conftest.nl"
4542 $as_echo 'GREP' >> "conftest.nl"
4543 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4544 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4545 as_fn_arith $ac_count + 1 && ac_count=$as_val
4546 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4547 # Best one so far, save it but keep looking for a better one
4548 ac_cv_path_GREP="$ac_path_GREP"
4549 ac_path_GREP_max=$ac_count
4550 fi
4551 # 10*(2^10) chars as input seems more than enough
4552 test $ac_count -gt 10 && break
81ecdfbb 4553 done
397841b5
AM
4554 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4555esac
d7040cdb 4556
397841b5
AM
4557 $ac_path_GREP_found && break 3
4558 done
4559 done
4560 done
4561IFS=$as_save_IFS
4562 if test -z "$ac_cv_path_GREP"; then
4563 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4564 fi
d7040cdb 4565else
397841b5 4566 ac_cv_path_GREP=$GREP
d7040cdb 4567fi
d7040cdb 4568
252b5132 4569fi
397841b5
AM
4570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4571$as_echo "$ac_cv_path_GREP" >&6; }
4572 GREP="$ac_cv_path_GREP"
4573
4574
4575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4576$as_echo_n "checking for egrep... " >&6; }
4577if test "${ac_cv_path_EGREP+set}" = set; then :
4578 $as_echo_n "(cached) " >&6
4579else
4580 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4581 then ac_cv_path_EGREP="$GREP -E"
4582 else
4583 if test -z "$EGREP"; then
4584 ac_path_EGREP_found=false
4585 # Loop through the user's path and test for each of PROGNAME-LIST
4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4588do
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_prog in egrep; do
4592 for ac_exec_ext in '' $ac_executable_extensions; do
4593 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4594 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4595# Check for GNU ac_path_EGREP and select it if it is found.
4596 # Check for GNU $ac_path_EGREP
4597case `"$ac_path_EGREP" --version 2>&1` in
4598*GNU*)
4599 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4600*)
4601 ac_count=0
4602 $as_echo_n 0123456789 >"conftest.in"
4603 while :
4604 do
4605 cat "conftest.in" "conftest.in" >"conftest.tmp"
4606 mv "conftest.tmp" "conftest.in"
4607 cp "conftest.in" "conftest.nl"
4608 $as_echo 'EGREP' >> "conftest.nl"
4609 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4610 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4611 as_fn_arith $ac_count + 1 && ac_count=$as_val
4612 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4613 # Best one so far, save it but keep looking for a better one
4614 ac_cv_path_EGREP="$ac_path_EGREP"
4615 ac_path_EGREP_max=$ac_count
4616 fi
4617 # 10*(2^10) chars as input seems more than enough
4618 test $ac_count -gt 10 && break
4619 done
4620 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4621esac
4622
4623 $ac_path_EGREP_found && break 3
4624 done
4625 done
4626 done
4627IFS=$as_save_IFS
4628 if test -z "$ac_cv_path_EGREP"; then
4629 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4630 fi
4631else
4632 ac_cv_path_EGREP=$EGREP
4633fi
4634
4635 fi
4636fi
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4638$as_echo "$ac_cv_path_EGREP" >&6; }
4639 EGREP="$ac_cv_path_EGREP"
4640
4641
4642
4643GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4644cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4645/* end confdefs.h. */
4646__GNUC__
4647_ACEOF
4648if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4649 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
4650
4651else
4652 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
4653fi
4654rm -f conftest*
4655
4656
4657# Check whether --enable-werror was given.
4658if test "${enable_werror+set}" = set; then :
4659 enableval=$enable_werror; case "${enableval}" in
4660 yes | y) ERROR_ON_WARNING="yes" ;;
4661 no | n) ERROR_ON_WARNING="no" ;;
4662 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
4663 esac
4664fi
4665
4666
4667# Disable -Wformat by default when using gcc on mingw
4668case "${host}" in
4669 *-*-mingw32*)
4670 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4671 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
4672 fi
4673 ;;
4674 *) ;;
4675esac
4676
4677# Enable -Werror by default when using gcc
4678if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4679 ERROR_ON_WARNING=yes
4680fi
4681
4682NO_WERROR=
4683if test "${ERROR_ON_WARNING}" = yes ; then
4684 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
4685 NO_WERROR="-Wno-error"
4686fi
4687
4688if test "${GCC}" = yes ; then
4689 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4690fi
4691
4692# Check whether --enable-build-warnings was given.
4693if test "${enable_build_warnings+set}" = set; then :
4694 enableval=$enable_build_warnings; case "${enableval}" in
4695 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4696 no) if test "${GCC}" = yes ; then
4697 WARN_CFLAGS="-w"
4698 fi;;
4699 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4700 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
4701 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4702 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
4703 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4704esac
4705fi
4706
4707
4708if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4709 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4710fi
4711
4712
4713
4714
4715
44350750
NC
4716
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
4718$as_echo_n "checking for LC_MESSAGES... " >&6; }
4719if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
4720 $as_echo_n "(cached) " >&6
4721else
4722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4723/* end confdefs.h. */
4724#include <locale.h>
4725int
4726main ()
4727{
4728return LC_MESSAGES
4729 ;
4730 return 0;
4731}
4732_ACEOF
4733if ac_fn_c_try_link "$LINENO"; then :
4734 am_cv_val_LC_MESSAGES=yes
4735else
4736 am_cv_val_LC_MESSAGES=no
4737fi
4738rm -f core conftest.err conftest.$ac_objext \
4739 conftest$ac_exeext conftest.$ac_ext
4740fi
4741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
4742$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
4743 if test $am_cv_val_LC_MESSAGES = yes; then
4744
4745$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
4746
4747 fi
4748
4749
397841b5
AM
4750ac_config_headers="$ac_config_headers config.h:config.in"
4751
4752
df7b86aa
NC
4753# PR 14072
4754
4755
397841b5
AM
4756if test -z "$target" ; then
4757 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
4758fi
4759if test -z "$host" ; then
4760 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
4761fi
4762
4763# host-specific stuff:
4764
4765ac_ext=c
4766ac_cpp='$CPP $CPPFLAGS'
4767ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4768ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4769ac_compiler_gnu=$ac_cv_c_compiler_gnu
4770if test -n "$ac_tool_prefix"; then
4771 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4772set dummy ${ac_tool_prefix}gcc; ac_word=$2
4773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4774$as_echo_n "checking for $ac_word... " >&6; }
4775if test "${ac_cv_prog_CC+set}" = set; then :
4776 $as_echo_n "(cached) " >&6
4777else
4778 if test -n "$CC"; then
4779 ac_cv_prog_CC="$CC" # Let the user override the test.
4780else
4781as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4782for as_dir in $PATH
4783do
4784 IFS=$as_save_IFS
4785 test -z "$as_dir" && as_dir=.
4786 for ac_exec_ext in '' $ac_executable_extensions; do
4787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4788 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4790 break 2
4791 fi
4792done
4793 done
4794IFS=$as_save_IFS
4795
4796fi
4797fi
4798CC=$ac_cv_prog_CC
4799if test -n "$CC"; then
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4801$as_echo "$CC" >&6; }
4802else
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4804$as_echo "no" >&6; }
4805fi
4806
4807
4808fi
4809if test -z "$ac_cv_prog_CC"; then
4810 ac_ct_CC=$CC
4811 # Extract the first word of "gcc", so it can be a program name with args.
4812set dummy gcc; ac_word=$2
4813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4814$as_echo_n "checking for $ac_word... " >&6; }
81ecdfbb
RW
4815if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4816 $as_echo_n "(cached) " >&6
252b5132 4817else
ce2cded5
L
4818 if test -n "$ac_ct_CC"; then
4819 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4820else
ce2cded5
L
4821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4822for as_dir in $PATH
4823do
4824 IFS=$as_save_IFS
4825 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4826 for ac_exec_ext in '' $ac_executable_extensions; do
4827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4828 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4830 break 2
4831 fi
4832done
81ecdfbb
RW
4833 done
4834IFS=$as_save_IFS
4835
252b5132
RH
4836fi
4837fi
ce2cded5
L
4838ac_ct_CC=$ac_cv_prog_ac_ct_CC
4839if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4841$as_echo "$ac_ct_CC" >&6; }
252b5132 4842else
81ecdfbb
RW
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4844$as_echo "no" >&6; }
252b5132 4845fi
ce2cded5 4846
81ecdfbb
RW
4847 if test "x$ac_ct_CC" = x; then
4848 CC=""
4849 else
4850 case $cross_compiling:$ac_tool_warned in
4851yes:)
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4853$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4854ac_tool_warned=yes ;;
4855esac
4856 CC=$ac_ct_CC
4857 fi
252b5132 4858else
ce2cded5 4859 CC="$ac_cv_prog_CC"
252b5132 4860fi
d7040cdb 4861
ce2cded5 4862if test -z "$CC"; then
81ecdfbb
RW
4863 if test -n "$ac_tool_prefix"; then
4864 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 4865set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4867$as_echo_n "checking for $ac_word... " >&6; }
4868if test "${ac_cv_prog_CC+set}" = set; then :
4869 $as_echo_n "(cached) " >&6
252b5132 4870else
ce2cded5
L
4871 if test -n "$CC"; then
4872 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4873else
ce2cded5
L
4874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4875for as_dir in $PATH
4876do
4877 IFS=$as_save_IFS
4878 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4879 for ac_exec_ext in '' $ac_executable_extensions; do
4880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4881 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4883 break 2
4884 fi
4885done
81ecdfbb
RW
4886 done
4887IFS=$as_save_IFS
ce2cded5 4888
252b5132
RH
4889fi
4890fi
ce2cded5
L
4891CC=$ac_cv_prog_CC
4892if test -n "$CC"; then
81ecdfbb
RW
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4894$as_echo "$CC" >&6; }
ce2cded5 4895else
81ecdfbb
RW
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4897$as_echo "no" >&6; }
ce2cded5
L
4898fi
4899
ce2cded5 4900
81ecdfbb 4901 fi
ce2cded5
L
4902fi
4903if test -z "$CC"; then
4904 # Extract the first word of "cc", so it can be a program name with args.
4905set dummy cc; ac_word=$2
81ecdfbb
RW
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907$as_echo_n "checking for $ac_word... " >&6; }
4908if test "${ac_cv_prog_CC+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
ce2cded5
L
4910else
4911 if test -n "$CC"; then
4912 ac_cv_prog_CC="$CC" # Let the user override the test.
4913else
4914 ac_prog_rejected=no
4915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4916for as_dir in $PATH
4917do
4918 IFS=$as_save_IFS
4919 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4920 for ac_exec_ext in '' $ac_executable_extensions; do
4921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5
L
4922 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4923 ac_prog_rejected=yes
4924 continue
4925 fi
4926 ac_cv_prog_CC="cc"
81ecdfbb 4927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4928 break 2
4929 fi
4930done
81ecdfbb
RW
4931 done
4932IFS=$as_save_IFS
ce2cded5
L
4933
4934if test $ac_prog_rejected = yes; then
4935 # We found a bogon in the path, so make sure we never use it.
4936 set dummy $ac_cv_prog_CC
4937 shift
4938 if test $# != 0; then
4939 # We chose a different compiler from the bogus one.
4940 # However, it has the same basename, so the bogon will be chosen
4941 # first if we set CC to just the basename; use the full file name.
4942 shift
4943 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4944 fi
4945fi
4946fi
4947fi
4948CC=$ac_cv_prog_CC
4949if test -n "$CC"; then
81ecdfbb
RW
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4951$as_echo "$CC" >&6; }
ce2cded5 4952else
81ecdfbb
RW
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4954$as_echo "no" >&6; }
ce2cded5
L
4955fi
4956
81ecdfbb 4957
ce2cded5
L
4958fi
4959if test -z "$CC"; then
d7040cdb 4960 if test -n "$ac_tool_prefix"; then
81ecdfbb 4961 for ac_prog in cl.exe
d7040cdb
SE
4962 do
4963 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4964set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4966$as_echo_n "checking for $ac_word... " >&6; }
4967if test "${ac_cv_prog_CC+set}" = set; then :
4968 $as_echo_n "(cached) " >&6
d7040cdb 4969else
ce2cded5
L
4970 if test -n "$CC"; then
4971 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb
SE
4972else
4973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4974for as_dir in $PATH
4975do
4976 IFS=$as_save_IFS
4977 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4978 for ac_exec_ext in '' $ac_executable_extensions; do
4979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4980 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
4982 break 2
4983 fi
4984done
81ecdfbb
RW
4985 done
4986IFS=$as_save_IFS
d7040cdb
SE
4987
4988fi
4989fi
ce2cded5
L
4990CC=$ac_cv_prog_CC
4991if test -n "$CC"; then
81ecdfbb
RW
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4993$as_echo "$CC" >&6; }
d7040cdb 4994else
81ecdfbb
RW
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4996$as_echo "no" >&6; }
d7040cdb
SE
4997fi
4998
81ecdfbb 4999
ce2cded5 5000 test -n "$CC" && break
d7040cdb
SE
5001 done
5002fi
ce2cded5
L
5003if test -z "$CC"; then
5004 ac_ct_CC=$CC
81ecdfbb 5005 for ac_prog in cl.exe
d7040cdb
SE
5006do
5007 # Extract the first word of "$ac_prog", so it can be a program name with args.
5008set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5010$as_echo_n "checking for $ac_word... " >&6; }
5011if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
5012 $as_echo_n "(cached) " >&6
d7040cdb 5013else
ce2cded5
L
5014 if test -n "$ac_ct_CC"; then
5015 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
5016else
5017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5018for as_dir in $PATH
5019do
5020 IFS=$as_save_IFS
5021 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5022 for ac_exec_ext in '' $ac_executable_extensions; do
5023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5024 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 5025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5026 break 2
5027 fi
5028done
81ecdfbb
RW
5029 done
5030IFS=$as_save_IFS
d7040cdb
SE
5031
5032fi
5033fi
ce2cded5
L
5034ac_ct_CC=$ac_cv_prog_ac_ct_CC
5035if test -n "$ac_ct_CC"; then
81ecdfbb
RW
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5037$as_echo "$ac_ct_CC" >&6; }
d7040cdb 5038else
81ecdfbb
RW
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5040$as_echo "no" >&6; }
d7040cdb
SE
5041fi
5042
81ecdfbb 5043
ce2cded5 5044 test -n "$ac_ct_CC" && break
d7040cdb 5045done
d7040cdb 5046
81ecdfbb
RW
5047 if test "x$ac_ct_CC" = x; then
5048 CC=""
5049 else
5050 case $cross_compiling:$ac_tool_warned in
5051yes:)
5052{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5053$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5054ac_tool_warned=yes ;;
5055esac
5056 CC=$ac_ct_CC
5057 fi
d7040cdb
SE
5058fi
5059
d7040cdb 5060fi
d7040cdb
SE
5061
5062
81ecdfbb
RW
5063test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5064$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5065as_fn_error "no acceptable C compiler found in \$PATH
5066See \`config.log' for more details." "$LINENO" 5; }
d7040cdb 5067
ce2cded5 5068# Provide some information about the compiler.
81ecdfbb
RW
5069$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5070set X $ac_compile
5071ac_compiler=$2
5072for ac_option in --version -v -V -qversion; do
5073 { { ac_try="$ac_compiler $ac_option >&5"
5074case "(($ac_try" in
5075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5076 *) ac_try_echo=$ac_try;;
5077esac
5078eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5079$as_echo "$ac_try_echo"; } >&5
5080 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 5081 ac_status=$?
81ecdfbb
RW
5082 if test -s conftest.err; then
5083 sed '10a\
5084... rest of stderr output deleted ...
5085 10q' conftest.err >conftest.er1
5086 cat conftest.er1 >&5
5087 rm -f conftest.er1 conftest.err
5088 fi
5089 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5090 test $ac_status = 0; }
5091done
d7040cdb 5092
81ecdfbb
RW
5093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5094$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5095if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5096 $as_echo_n "(cached) " >&6
d7040cdb 5097else
81ecdfbb 5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 5099/* end confdefs.h. */
d7040cdb 5100
ce2cded5
L
5101int
5102main ()
5103{
5104#ifndef __GNUC__
5105 choke me
5106#endif
5107
5108 ;
5109 return 0;
5110}
5111_ACEOF
81ecdfbb 5112if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 5113 ac_compiler_gnu=yes
d7040cdb 5114else
81ecdfbb 5115 ac_compiler_gnu=no
d7040cdb 5116fi
81ecdfbb 5117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 5118ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 5119
ce2cded5 5120fi
81ecdfbb
RW
5121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5122$as_echo "$ac_cv_c_compiler_gnu" >&6; }
5123if test $ac_compiler_gnu = yes; then
5124 GCC=yes
5125else
5126 GCC=
5127fi
ce2cded5
L
5128ac_test_CFLAGS=${CFLAGS+set}
5129ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
5130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5131$as_echo_n "checking whether $CC accepts -g... " >&6; }
5132if test "${ac_cv_prog_cc_g+set}" = set; then :
5133 $as_echo_n "(cached) " >&6
5134else
5135 ac_save_c_werror_flag=$ac_c_werror_flag
5136 ac_c_werror_flag=yes
5137 ac_cv_prog_cc_g=no
5138 CFLAGS="-g"
5139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 5140/* end confdefs.h. */
d7040cdb 5141
ce2cded5
L
5142int
5143main ()
5144{
d7040cdb 5145
ce2cded5
L
5146 ;
5147 return 0;
5148}
5149_ACEOF
81ecdfbb 5150if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
5151 ac_cv_prog_cc_g=yes
5152else
81ecdfbb
RW
5153 CFLAGS=""
5154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5155/* end confdefs.h. */
5156
5157int
5158main ()
5159{
5160
5161 ;
5162 return 0;
5163}
5164_ACEOF
5165if ac_fn_c_try_compile "$LINENO"; then :
5166
5167else
5168 ac_c_werror_flag=$ac_save_c_werror_flag
5169 CFLAGS="-g"
5170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5171/* end confdefs.h. */
5172
5173int
5174main ()
5175{
d7040cdb 5176
81ecdfbb
RW
5177 ;
5178 return 0;
5179}
5180_ACEOF
5181if ac_fn_c_try_compile "$LINENO"; then :
5182 ac_cv_prog_cc_g=yes
5183fi
5184rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5185fi
5186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5187fi
81ecdfbb
RW
5188rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5189 ac_c_werror_flag=$ac_save_c_werror_flag
ce2cded5 5190fi
81ecdfbb
RW
5191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5192$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
5193if test "$ac_test_CFLAGS" = set; then
5194 CFLAGS=$ac_save_CFLAGS
5195elif test $ac_cv_prog_cc_g = yes; then
5196 if test "$GCC" = yes; then
5197 CFLAGS="-g -O2"
5198 else
5199 CFLAGS="-g"
5200 fi
d7040cdb 5201else
ce2cded5
L
5202 if test "$GCC" = yes; then
5203 CFLAGS="-O2"
5204 else
5205 CFLAGS=
5206 fi
d7040cdb 5207fi
81ecdfbb
RW
5208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5209$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5210if test "${ac_cv_prog_cc_c89+set}" = set; then :
5211 $as_echo_n "(cached) " >&6
d7040cdb 5212else
81ecdfbb 5213 ac_cv_prog_cc_c89=no
ce2cded5 5214ac_save_CC=$CC
81ecdfbb 5215cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
5216/* end confdefs.h. */
5217#include <stdarg.h>
5218#include <stdio.h>
5219#include <sys/types.h>
5220#include <sys/stat.h>
5221/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5222struct buf { int x; };
5223FILE * (*rcsopen) (struct buf *, struct stat *, int);
5224static char *e (p, i)
5225 char **p;
5226 int i;
5227{
5228 return p[i];
5229}
5230static char *f (char * (*g) (char **, int), char **p, ...)
5231{
5232 char *s;
5233 va_list v;
5234 va_start (v,p);
5235 s = g (p, va_arg (v,int));
5236 va_end (v);
5237 return s;
5238}
d7040cdb 5239
ce2cded5
L
5240/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5241 function prototypes and stuff, but not '\xHH' hex character constants.
5242 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 5243 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
5244 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5245 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 5246 that's true only with -std. */
ce2cded5 5247int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 5248
81ecdfbb
RW
5249/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5250 inside strings and character constants. */
5251#define FOO(x) 'x'
5252int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5253
ce2cded5
L
5254int test (int i, double x);
5255struct s1 {int (*f) (int a);};
5256struct s2 {int (*f) (double a);};
5257int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5258int argc;
5259char **argv;
5260int
5261main ()
5262{
5263return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5264 ;
5265 return 0;
5266}
5267_ACEOF
81ecdfbb
RW
5268for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5269 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
5270do
5271 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
5272 if ac_fn_c_try_compile "$LINENO"; then :
5273 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 5274fi
81ecdfbb
RW
5275rm -f core conftest.err conftest.$ac_objext
5276 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 5277done
81ecdfbb 5278rm -f conftest.$ac_ext
ce2cded5 5279CC=$ac_save_CC
d7040cdb 5280
ce2cded5 5281fi
81ecdfbb
RW
5282# AC_CACHE_VAL
5283case "x$ac_cv_prog_cc_c89" in
5284 x)
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5286$as_echo "none needed" >&6; } ;;
5287 xno)
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5289$as_echo "unsupported" >&6; } ;;
ce2cded5 5290 *)
81ecdfbb
RW
5291 CC="$CC $ac_cv_prog_cc_c89"
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5293$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 5294esac
81ecdfbb 5295if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 5296
ce2cded5 5297fi
d7040cdb 5298
ce2cded5
L
5299ac_ext=c
5300ac_cpp='$CPP $CPPFLAGS'
5301ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5302ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5303ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5304
3cb62297
L
5305ac_ext=cpp
5306ac_cpp='$CXXCPP $CPPFLAGS'
5307ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5308ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5309ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5310if test -z "$CXX"; then
5311 if test -n "$CCC"; then
5312 CXX=$CCC
5313 else
5314 if test -n "$ac_tool_prefix"; then
5315 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5316 do
5317 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5318set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5320$as_echo_n "checking for $ac_word... " >&6; }
5321if test "${ac_cv_prog_CXX+set}" = set; then :
81ecdfbb
RW
5322 $as_echo_n "(cached) " >&6
5323else
3cb62297
L
5324 if test -n "$CXX"; then
5325 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5326else
5327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5328for as_dir in $PATH
5329do
5330 IFS=$as_save_IFS
5331 test -z "$as_dir" && as_dir=.
5332 for ac_exec_ext in '' $ac_executable_extensions; do
5333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5334 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5336 break 2
5337 fi
5338done
5339 done
5340IFS=$as_save_IFS
81ecdfbb 5341
3cb62297
L
5342fi
5343fi
5344CXX=$ac_cv_prog_CXX
5345if test -n "$CXX"; then
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5347$as_echo "$CXX" >&6; }
81ecdfbb 5348else
3cb62297
L
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5350$as_echo "no" >&6; }
7357c5b6 5351fi
42ecbf5e 5352
81ecdfbb 5353
3cb62297
L
5354 test -n "$CXX" && break
5355 done
7357c5b6 5356fi
3cb62297
L
5357if test -z "$CXX"; then
5358 ac_ct_CXX=$CXX
5359 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5360do
5361 # Extract the first word of "$ac_prog", so it can be a program name with args.
5362set dummy $ac_prog; ac_word=$2
5363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5364$as_echo_n "checking for $ac_word... " >&6; }
5365if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
5366 $as_echo_n "(cached) " >&6
5367else
5368 if test -n "$ac_ct_CXX"; then
5369 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5370else
5371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5372for as_dir in $PATH
5373do
5374 IFS=$as_save_IFS
5375 test -z "$as_dir" && as_dir=.
5376 for ac_exec_ext in '' $ac_executable_extensions; do
5377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5378 ac_cv_prog_ac_ct_CXX="$ac_prog"
5379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5380 break 2
5381 fi
5382done
5383 done
5384IFS=$as_save_IFS
252b5132 5385
3cb62297
L
5386fi
5387fi
5388ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5389if test -n "$ac_ct_CXX"; then
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5391$as_echo "$ac_ct_CXX" >&6; }
5392else
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5394$as_echo "no" >&6; }
7357c5b6 5395fi
252b5132 5396
42ecbf5e 5397
3cb62297
L
5398 test -n "$ac_ct_CXX" && break
5399done
81ecdfbb 5400
3cb62297
L
5401 if test "x$ac_ct_CXX" = x; then
5402 CXX="g++"
5403 else
5404 case $cross_compiling:$ac_tool_warned in
5405yes:)
5406{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5407$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5408ac_tool_warned=yes ;;
5409esac
5410 CXX=$ac_ct_CXX
5411 fi
7357c5b6 5412fi
ac48eca1 5413
3cb62297 5414 fi
7357c5b6 5415fi
3cb62297
L
5416# Provide some information about the compiler.
5417$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5418set X $ac_compile
5419ac_compiler=$2
5420for ac_option in --version -v -V -qversion; do
5421 { { ac_try="$ac_compiler $ac_option >&5"
5422case "(($ac_try" in
5423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5424 *) ac_try_echo=$ac_try;;
5425esac
5426eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5427$as_echo "$ac_try_echo"; } >&5
5428 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5429 ac_status=$?
5430 if test -s conftest.err; then
5431 sed '10a\
5432... rest of stderr output deleted ...
5433 10q' conftest.err >conftest.er1
5434 cat conftest.er1 >&5
5435 rm -f conftest.er1 conftest.err
5436 fi
5437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5438 test $ac_status = 0; }
5439done
d7040cdb 5440
3cb62297
L
5441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5442$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5443if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
5444 $as_echo_n "(cached) " >&6
7357c5b6 5445else
81ecdfbb 5446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5447/* end confdefs.h. */
d7040cdb 5448
7357c5b6
AM
5449int
5450main ()
5451{
3cb62297
L
5452#ifndef __GNUC__
5453 choke me
5454#endif
5455
5456 ;
81ecdfbb 5457 return 0;
7357c5b6
AM
5458}
5459_ACEOF
3cb62297
L
5460if ac_fn_cxx_try_compile "$LINENO"; then :
5461 ac_compiler_gnu=yes
81ecdfbb 5462else
3cb62297 5463 ac_compiler_gnu=no
7357c5b6 5464fi
3cb62297
L
5465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5466ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
81ecdfbb 5467
7357c5b6 5468fi
3cb62297
L
5469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5470$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5471if test $ac_compiler_gnu = yes; then
5472 GXX=yes
5473else
5474 GXX=
7357c5b6 5475fi
3cb62297
L
5476ac_test_CXXFLAGS=${CXXFLAGS+set}
5477ac_save_CXXFLAGS=$CXXFLAGS
5478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5479$as_echo_n "checking whether $CXX accepts -g... " >&6; }
5480if test "${ac_cv_prog_cxx_g+set}" = set; then :
5481 $as_echo_n "(cached) " >&6
5482else
5483 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5484 ac_cxx_werror_flag=yes
5485 ac_cv_prog_cxx_g=no
5486 CXXFLAGS="-g"
5487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5488/* end confdefs.h. */
252b5132 5489
3cb62297
L
5490int
5491main ()
5492{
252b5132 5493
3cb62297
L
5494 ;
5495 return 0;
5496}
7357c5b6 5497_ACEOF
3cb62297
L
5498if ac_fn_cxx_try_compile "$LINENO"; then :
5499 ac_cv_prog_cxx_g=yes
5500else
5501 CXXFLAGS=""
5502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5503/* end confdefs.h. */
42ecbf5e 5504
3cb62297
L
5505int
5506main ()
5507{
42ecbf5e 5508
3cb62297
L
5509 ;
5510 return 0;
5511}
5512_ACEOF
5513if ac_fn_cxx_try_compile "$LINENO"; then :
42ecbf5e 5514
3cb62297
L
5515else
5516 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5517 CXXFLAGS="-g"
5518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5519/* end confdefs.h. */
42ecbf5e 5520
3cb62297
L
5521int
5522main ()
5523{
42ecbf5e 5524
3cb62297
L
5525 ;
5526 return 0;
5527}
5528_ACEOF
5529if ac_fn_cxx_try_compile "$LINENO"; then :
5530 ac_cv_prog_cxx_g=yes
5531fi
5532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5533fi
5534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5535fi
5536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5537 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5538fi
5539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5540$as_echo "$ac_cv_prog_cxx_g" >&6; }
5541if test "$ac_test_CXXFLAGS" = set; then
5542 CXXFLAGS=$ac_save_CXXFLAGS
5543elif test $ac_cv_prog_cxx_g = yes; then
5544 if test "$GXX" = yes; then
5545 CXXFLAGS="-g -O2"
5546 else
5547 CXXFLAGS="-g"
5548 fi
ce2cded5 5549else
3cb62297
L
5550 if test "$GXX" = yes; then
5551 CXXFLAGS="-O2"
5552 else
5553 CXXFLAGS=
5554 fi
ce2cded5 5555fi
3cb62297
L
5556ac_ext=c
5557ac_cpp='$CPP $CPPFLAGS'
5558ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5559ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5560ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 5561
3cb62297 5562depcc="$CXX" am_compiler_list=
e5a52504 5563
3cb62297
L
5564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5565$as_echo_n "checking dependency style of $depcc... " >&6; }
5566if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
5567 $as_echo_n "(cached) " >&6
5568else
5569 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5570 # We make a subdir and do the tests there. Otherwise we can end up
5571 # making bogus files that we don't know about and never remove. For
5572 # instance it was reported that on HP-UX the gcc test will end up
5573 # making a dummy file named `D' -- because `-MD' means `put the output
5574 # in D'.
5575 mkdir conftest.dir
5576 # Copy depcomp to subdir because otherwise we won't find it if we're
5577 # using a relative directory.
5578 cp "$am_depcomp" conftest.dir
5579 cd conftest.dir
5580 # We will build objects and dependencies in a subdirectory because
5581 # it helps to detect inapplicable dependency modes. For instance
5582 # both Tru64's cc and ICC support -MD to output dependencies as a
5583 # side effect of compilation, but ICC will put the dependencies in
5584 # the current directory while Tru64 will put them in the object
5585 # directory.
5586 mkdir sub
7357c5b6 5587
3cb62297
L
5588 am_cv_CXX_dependencies_compiler_type=none
5589 if test "$am_compiler_list" = ""; then
5590 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5591 fi
5592 am__universal=false
5593 case " $depcc " in #(
5594 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5595 esac
d7040cdb 5596
3cb62297
L
5597 for depmode in $am_compiler_list; do
5598 # Setup a source with many dependencies, because some compilers
5599 # like to wrap large dependency lists on column 80 (with \), and
5600 # we should not choose a depcomp mode which is confused by this.
5601 #
5602 # We need to recreate these files for each test, as the compiler may
5603 # overwrite some of them when testing with obscure command lines.
5604 # This happens at least with the AIX C compiler.
5605 : > sub/conftest.c
5606 for i in 1 2 3 4 5 6; do
5607 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5608 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5609 # Solaris 8's {/usr,}/bin/sh.
5610 touch sub/conftst$i.h
5611 done
5612 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
d7040cdb 5613
3cb62297
L
5614 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5615 # mode. It turns out that the SunPro C++ compiler does not properly
5616 # handle `-M -o', and we need to detect this. Also, some Intel
5617 # versions had trouble with output in subdirs
5618 am__obj=sub/conftest.${OBJEXT-o}
5619 am__minus_obj="-o $am__obj"
5620 case $depmode in
5621 gcc)
5622 # This depmode causes a compiler race in universal mode.
5623 test "$am__universal" = false || continue
5624 ;;
5625 nosideeffect)
5626 # after this tag, mechanisms are not by side-effect, so they'll
5627 # only be used when explicitly requested
5628 if test "x$enable_dependency_tracking" = xyes; then
5629 continue
5630 else
5631 break
5632 fi
5633 ;;
5634 msvisualcpp | msvcmsys)
5635 # This compiler won't grok `-c -o', but also, the minuso test has
5636 # not run yet. These depmodes are late enough in the game, and
5637 # so weak that their functioning should not be impacted.
5638 am__obj=conftest.${OBJEXT-o}
5639 am__minus_obj=
5640 ;;
5641 none) break ;;
5642 esac
5643 if depmode=$depmode \
5644 source=sub/conftest.c object=$am__obj \
5645 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5646 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5647 >/dev/null 2>conftest.err &&
5648 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5649 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5650 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5651 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5652 # icc doesn't choke on unknown options, it will just issue warnings
5653 # or remarks (even with -Werror). So we grep stderr for any message
5654 # that says an option was ignored or not supported.
5655 # When given -MP, icc 7.0 and 7.1 complain thusly:
5656 # icc: Command line warning: ignoring option '-M'; no argument required
5657 # The diagnosis changed in icc 8.0:
5658 # icc: Command line remark: option '-MP' not supported
5659 if (grep 'ignoring option' conftest.err ||
5660 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5661 am_cv_CXX_dependencies_compiler_type=$depmode
5662 break
5663 fi
5664 fi
5665 done
d7040cdb 5666
3cb62297
L
5667 cd ..
5668 rm -rf conftest.dir
5669else
5670 am_cv_CXX_dependencies_compiler_type=none
5671fi
d7040cdb 5672
3cb62297
L
5673fi
5674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5675$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5676CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
d7040cdb 5677
3cb62297
L
5678 if
5679 test "x$enable_dependency_tracking" != xno \
5680 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5681 am__fastdepCXX_TRUE=
5682 am__fastdepCXX_FALSE='#'
5683else
5684 am__fastdepCXX_TRUE='#'
5685 am__fastdepCXX_FALSE=
5686fi
d7040cdb 5687
d7040cdb 5688
3cb62297
L
5689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5690$as_echo_n "checking for ANSI C header files... " >&6; }
5691if test "${ac_cv_header_stdc+set}" = set; then :
81ecdfbb 5692 $as_echo_n "(cached) " >&6
ce2cded5 5693else
81ecdfbb 5694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5695/* end confdefs.h. */
3cb62297
L
5696#include <stdlib.h>
5697#include <stdarg.h>
5698#include <string.h>
5699#include <float.h>
7357c5b6 5700
7357c5b6
AM
5701int
5702main ()
5703{
5704
5705 ;
5706 return 0;
5707}
5708_ACEOF
81ecdfbb 5709if ac_fn_c_try_compile "$LINENO"; then :
3cb62297 5710 ac_cv_header_stdc=yes
ce2cded5 5711else
3cb62297 5712 ac_cv_header_stdc=no
ce2cded5 5713fi
81ecdfbb 5714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5715
3cb62297
L
5716if test $ac_cv_header_stdc = yes; then
5717 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5719/* end confdefs.h. */
5720#include <string.h>
7357c5b6 5721
3cb62297
L
5722_ACEOF
5723if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5724 $EGREP "memchr" >/dev/null 2>&1; then :
d053aef8 5725
3cb62297
L
5726else
5727 ac_cv_header_stdc=no
5728fi
5729rm -f conftest*
da2f07f1 5730
3cb62297 5731fi
3388710e 5732
3cb62297
L
5733if test $ac_cv_header_stdc = yes; then
5734 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5736/* end confdefs.h. */
5737#include <stdlib.h>
3388710e 5738
3cb62297
L
5739_ACEOF
5740if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5741 $EGREP "free" >/dev/null 2>&1; then :
3388710e 5742
3cb62297
L
5743else
5744 ac_cv_header_stdc=no
5745fi
5746rm -f conftest*
5747
5748fi
5749
5750if test $ac_cv_header_stdc = yes; then
5751 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5752 if test "$cross_compiling" = yes; then :
5753 :
5754else
5755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5756/* end confdefs.h. */
5757#include <ctype.h>
5758#include <stdlib.h>
5759#if ((' ' & 0x0FF) == 0x020)
5760# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5761# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5762#else
5763# define ISLOWER(c) \
5764 (('a' <= (c) && (c) <= 'i') \
5765 || ('j' <= (c) && (c) <= 'r') \
5766 || ('s' <= (c) && (c) <= 'z'))
5767# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5768#endif
5769
5770#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5771int
5772main ()
5773{
5774 int i;
5775 for (i = 0; i < 256; i++)
5776 if (XOR (islower (i), ISLOWER (i))
5777 || toupper (i) != TOUPPER (i))
5778 return 2;
5779 return 0;
5780}
5781_ACEOF
5782if ac_fn_c_try_run "$LINENO"; then :
5783
5784else
5785 ac_cv_header_stdc=no
5786fi
5787rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5788 conftest.$ac_objext conftest.beam conftest.$ac_ext
5789fi
5790
5791fi
5792fi
5793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5794$as_echo "$ac_cv_header_stdc" >&6; }
5795if test $ac_cv_header_stdc = yes; then
5796
5797$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5798
5799fi
5800
5801# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5802for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5803 inttypes.h stdint.h unistd.h
5804do :
5805 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5806ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5807"
5808eval as_val=\$$as_ac_Header
5809 if test "x$as_val" = x""yes; then :
5810 cat >>confdefs.h <<_ACEOF
5811#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5812_ACEOF
5813
5814fi
5815
5816done
5817
5818
5819
5820 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5821if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5822 MINIX=yes
5823else
5824 MINIX=
5825fi
5826
5827
5828 if test "$MINIX" = yes; then
5829
5830$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5831
5832
5833$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5834
5835
5836$as_echo "#define _MINIX 1" >>confdefs.h
5837
5838 fi
5839
5840
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5842$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5843if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5844 $as_echo_n "(cached) " >&6
5845else
5846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5847/* end confdefs.h. */
5848
5849# define __EXTENSIONS__ 1
5850 $ac_includes_default
5851int
5852main ()
5853{
5854
5855 ;
5856 return 0;
5857}
5858_ACEOF
5859if ac_fn_c_try_compile "$LINENO"; then :
5860 ac_cv_safe_to_define___extensions__=yes
5861else
5862 ac_cv_safe_to_define___extensions__=no
5863fi
5864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5865fi
5866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5867$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5868 test $ac_cv_safe_to_define___extensions__ = yes &&
5869 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5870
5871 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5872
5873 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5874
5875 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5876
5877 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5878
5879
5880
5881
5882
5883# The tests for host and target for $enable_largefile require
5884# canonical names.
5885
5886
5887
5888# As the $enable_largefile decision depends on --enable-plugins we must set it
5889# even in directories otherwise not depending on the $plugins option.
da2f07f1
JK
5890
5891
5892# Check whether --enable-plugins was given.
5893if test "${enable_plugins+set}" = set; then :
5894 enableval=$enable_plugins; case "${enableval}" in
5895 yes | "") plugins=yes ;;
5896 no) plugins=no ;;
5897 *) plugins=yes ;;
5898 esac
5899else
5900 plugins=no
5901fi
5902
5903
5904
5905case "${host}" in
5906 sparc-*-solaris*|i[3-7]86-*-solaris*)
5907 # On native 32bit sparc and ia32 solaris, large-file and procfs support
5908 # are mutually exclusive; and without procfs support, the bfd/ elf module
5909 # cannot provide certain routines such as elfcore_write_prpsinfo
5910 # or elfcore_write_prstatus. So unless the user explicitly requested
5911 # large-file support through the --enable-largefile switch, disable
5912 # large-file support in favor of procfs support.
5913 test "${target}" = "${host}" -a "x$plugins" = xno \
5914 && : ${enable_largefile="no"}
5915 ;;
5916esac
5917
81ecdfbb
RW
5918# Check whether --enable-largefile was given.
5919if test "${enable_largefile+set}" = set; then :
5920 enableval=$enable_largefile;
5921fi
5922
d053aef8
JK
5923if test "$enable_largefile" != no; then
5924
81ecdfbb
RW
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5926$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5927if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5928 $as_echo_n "(cached) " >&6
d053aef8
JK
5929else
5930 ac_cv_sys_largefile_CC=no
5931 if test "$GCC" != yes; then
5932 ac_save_CC=$CC
5933 while :; do
81ecdfbb
RW
5934 # IRIX 6.2 and later do not support large files by default,
5935 # so use the C compiler's -n32 option if that helps.
5936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5937/* end confdefs.h. */
5938#include <sys/types.h>
5939 /* Check that off_t can represent 2**63 - 1 correctly.
5940 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5941 since some C++ compilers masquerading as C compilers
5942 incorrectly reject 9223372036854775807. */
5943#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5944 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5945 && LARGE_OFF_T % 2147483647 == 1)
5946 ? 1 : -1];
5947int
5948main ()
5949{
5950
5951 ;
5952 return 0;
5953}
5954_ACEOF
81ecdfbb 5955 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5956 break
d053aef8 5957fi
81ecdfbb
RW
5958rm -f core conftest.err conftest.$ac_objext
5959 CC="$CC -n32"
5960 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5961 ac_cv_sys_largefile_CC=' -n32'; break
d053aef8 5962fi
81ecdfbb 5963rm -f core conftest.err conftest.$ac_objext
d053aef8
JK
5964 break
5965 done
5966 CC=$ac_save_CC
5967 rm -f conftest.$ac_ext
5968 fi
5969fi
81ecdfbb
RW
5970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5971$as_echo "$ac_cv_sys_largefile_CC" >&6; }
d053aef8
JK
5972 if test "$ac_cv_sys_largefile_CC" != no; then
5973 CC=$CC$ac_cv_sys_largefile_CC
5974 fi
5975
81ecdfbb
RW
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5977$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5978if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5979 $as_echo_n "(cached) " >&6
d053aef8
JK
5980else
5981 while :; do
81ecdfbb 5982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5983/* end confdefs.h. */
5984#include <sys/types.h>
5985 /* Check that off_t can represent 2**63 - 1 correctly.
5986 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5987 since some C++ compilers masquerading as C compilers
5988 incorrectly reject 9223372036854775807. */
5989#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5990 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5991 && LARGE_OFF_T % 2147483647 == 1)
5992 ? 1 : -1];
5993int
5994main ()
5995{
5996
5997 ;
5998 return 0;
5999}
6000_ACEOF
81ecdfbb
RW
6001if ac_fn_c_try_compile "$LINENO"; then :
6002 ac_cv_sys_file_offset_bits=no; break
d053aef8 6003fi
81ecdfbb
RW
6004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
6006/* end confdefs.h. */
6007#define _FILE_OFFSET_BITS 64
6008#include <sys/types.h>
6009 /* Check that off_t can represent 2**63 - 1 correctly.
6010 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6011 since some C++ compilers masquerading as C compilers
6012 incorrectly reject 9223372036854775807. */
6013#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6014 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6015 && LARGE_OFF_T % 2147483647 == 1)
6016 ? 1 : -1];
6017int
6018main ()
6019{
6020
6021 ;
6022 return 0;
6023}
6024_ACEOF
81ecdfbb 6025if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 6026 ac_cv_sys_file_offset_bits=64; break
d053aef8 6027fi
81ecdfbb
RW
6028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6029 ac_cv_sys_file_offset_bits=unknown
d053aef8
JK
6030 break
6031done
6032fi
81ecdfbb
RW
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6034$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6035case $ac_cv_sys_file_offset_bits in #(
6036 no | unknown) ;;
6037 *)
d053aef8
JK
6038cat >>confdefs.h <<_ACEOF
6039#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6040_ACEOF
81ecdfbb
RW
6041;;
6042esac
6043rm -rf conftest*
6044 if test $ac_cv_sys_file_offset_bits = unknown; then
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6046$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6047if test "${ac_cv_sys_large_files+set}" = set; then :
6048 $as_echo_n "(cached) " >&6
d053aef8
JK
6049else
6050 while :; do
81ecdfbb 6051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
6052/* end confdefs.h. */
6053#include <sys/types.h>
6054 /* Check that off_t can represent 2**63 - 1 correctly.
6055 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6056 since some C++ compilers masquerading as C compilers
6057 incorrectly reject 9223372036854775807. */
6058#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6059 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6060 && LARGE_OFF_T % 2147483647 == 1)
6061 ? 1 : -1];
6062int
6063main ()
6064{
6065
6066 ;
6067 return 0;
6068}
6069_ACEOF
81ecdfbb
RW
6070if ac_fn_c_try_compile "$LINENO"; then :
6071 ac_cv_sys_large_files=no; break
d053aef8 6072fi
81ecdfbb
RW
6073rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
6075/* end confdefs.h. */
6076#define _LARGE_FILES 1
6077#include <sys/types.h>
6078 /* Check that off_t can represent 2**63 - 1 correctly.
6079 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6080 since some C++ compilers masquerading as C compilers
6081 incorrectly reject 9223372036854775807. */
6082#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6083 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6084 && LARGE_OFF_T % 2147483647 == 1)
6085 ? 1 : -1];
6086int
6087main ()
6088{
6089
6090 ;
6091 return 0;
6092}
6093_ACEOF
81ecdfbb 6094if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 6095 ac_cv_sys_large_files=1; break
d053aef8 6096fi
81ecdfbb
RW
6097rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6098 ac_cv_sys_large_files=unknown
d053aef8
JK
6099 break
6100done
6101fi
81ecdfbb
RW
6102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6103$as_echo "$ac_cv_sys_large_files" >&6; }
6104case $ac_cv_sys_large_files in #(
6105 no | unknown) ;;
6106 *)
d053aef8
JK
6107cat >>confdefs.h <<_ACEOF
6108#define _LARGE_FILES $ac_cv_sys_large_files
6109_ACEOF
81ecdfbb
RW
6110;;
6111esac
6112rm -rf conftest*
6113 fi
d053aef8
JK
6114fi
6115
42ecbf5e 6116
42ecbf5e 6117
da2f07f1 6118
b214d478
SE
6119case `pwd` in
6120 *\ * | *\ *)
81ecdfbb
RW
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6122$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
b214d478 6123esac
252b5132 6124
42ecbf5e 6125
d7040cdb 6126
3725885a
RW
6127macro_version='2.2.7a'
6128macro_revision='1.3134'
d7040cdb 6129
d7040cdb
SE
6130
6131
d7040cdb 6132
d7040cdb 6133
42ecbf5e 6134
d7040cdb 6135
252b5132 6136
252b5132 6137
252b5132 6138
252b5132
RH
6139
6140
ce2cded5 6141
b214d478 6142ltmain="$ac_aux_dir/ltmain.sh"
ce2cded5 6143
3725885a
RW
6144# Backslashify metacharacters that are still active within
6145# double-quoted strings.
6146sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6147
6148# Same as above, but do not quote variable references.
6149double_quote_subst='s/\(["`\\]\)/\\\1/g'
6150
6151# Sed substitution to delay expansion of an escaped shell variable in a
6152# double_quote_subst'ed string.
6153delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6154
6155# Sed substitution to delay expansion of an escaped single quote.
6156delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6157
6158# Sed substitution to avoid accidental globbing in evaled expressions
6159no_glob_subst='s/\*/\\\*/g'
6160
6161ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6162ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6163ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6164
6165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6166$as_echo_n "checking how to print strings... " >&6; }
6167# Test print first, because it will be a builtin if present.
6168if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6169 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6170 ECHO='print -r --'
6171elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6172 ECHO='printf %s\n'
6173else
6174 # Use this function as a fallback that always works.
6175 func_fallback_echo ()
6176 {
6177 eval 'cat <<_LTECHO_EOF
6178$1
6179_LTECHO_EOF'
6180 }
6181 ECHO='func_fallback_echo'
6182fi
6183
6184# func_echo_all arg...
6185# Invoke $ECHO with all args, space-separated.
6186func_echo_all ()
6187{
6188 $ECHO ""
6189}
6190
6191case "$ECHO" in
6192 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6193$as_echo "printf" >&6; } ;;
6194 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6195$as_echo "print -r" >&6; } ;;
6196 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6197$as_echo "cat" >&6; } ;;
6198esac
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
81ecdfbb
RW
6213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6214$as_echo_n "checking for a sed that does not truncate output... " >&6; }
6215if test "${ac_cv_path_SED+set}" = set; then :
6216 $as_echo_n "(cached) " >&6
6217else
6218 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6219 for ac_i in 1 2 3 4 5 6 7; do
6220 ac_script="$ac_script$as_nl$ac_script"
6221 done
6222 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6223 { ac_script=; unset ac_script;}
6224 if test -z "$SED"; then
6225 ac_path_SED_found=false
6226 # Loop through the user's path and test for each of PROGNAME-LIST
6227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
6228for as_dir in $PATH
6229do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
81ecdfbb 6232 for ac_prog in sed gsed; do
7357c5b6 6233 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
6234 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6235 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
6236# Check for GNU ac_path_SED and select it if it is found.
6237 # Check for GNU $ac_path_SED
6238case `"$ac_path_SED" --version 2>&1` in
6239*GNU*)
6240 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6241*)
6242 ac_count=0
6243 $as_echo_n 0123456789 >"conftest.in"
6244 while :
6245 do
6246 cat "conftest.in" "conftest.in" >"conftest.tmp"
6247 mv "conftest.tmp" "conftest.in"
6248 cp "conftest.in" "conftest.nl"
6249 $as_echo '' >> "conftest.nl"
6250 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6251 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6252 as_fn_arith $ac_count + 1 && ac_count=$as_val
6253 if test $ac_count -gt ${ac_path_SED_max-0}; then
6254 # Best one so far, save it but keep looking for a better one
6255 ac_cv_path_SED="$ac_path_SED"
6256 ac_path_SED_max=$ac_count
6257 fi
6258 # 10*(2^10) chars as input seems more than enough
6259 test $ac_count -gt 10 && break
6260 done
6261 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6262esac
6263
6264 $ac_path_SED_found && break 3
7357c5b6
AM
6265 done
6266 done
81ecdfbb 6267 done
7357c5b6 6268IFS=$as_save_IFS
81ecdfbb
RW
6269 if test -z "$ac_cv_path_SED"; then
6270 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
ce2cded5 6271 fi
81ecdfbb
RW
6272else
6273 ac_cv_path_SED=$SED
7357c5b6 6274fi
20e95c23 6275
81ecdfbb
RW
6276fi
6277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6278$as_echo "$ac_cv_path_SED" >&6; }
6279 SED="$ac_cv_path_SED"
6280 rm -f conftest.sed
20e95c23 6281
7357c5b6
AM
6282test -z "$SED" && SED=sed
6283Xsed="$SED -e 1s/^X//"
20e95c23
DJ
6284
6285
6286
6287
6288
6289
20e95c23 6290
20e95c23 6291
d7040cdb 6292
d7040cdb 6293
7357c5b6 6294
81ecdfbb
RW
6295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6296$as_echo_n "checking for fgrep... " >&6; }
6297if test "${ac_cv_path_FGREP+set}" = set; then :
6298 $as_echo_n "(cached) " >&6
7357c5b6 6299else
81ecdfbb
RW
6300 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6301 then ac_cv_path_FGREP="$GREP -F"
6302 else
6303 if test -z "$FGREP"; then
6304 ac_path_FGREP_found=false
6305 # Loop through the user's path and test for each of PROGNAME-LIST
6306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6307for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6308do
6309 IFS=$as_save_IFS
6310 test -z "$as_dir" && as_dir=.
6311 for ac_prog in fgrep; do
6312 for ac_exec_ext in '' $ac_executable_extensions; do
6313 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
6314 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
6315# Check for GNU ac_path_FGREP and select it if it is found.
6316 # Check for GNU $ac_path_FGREP
6317case `"$ac_path_FGREP" --version 2>&1` in
6318*GNU*)
6319 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
6320*)
6321 ac_count=0
6322 $as_echo_n 0123456789 >"conftest.in"
6323 while :
6324 do
6325 cat "conftest.in" "conftest.in" >"conftest.tmp"
6326 mv "conftest.tmp" "conftest.in"
6327 cp "conftest.in" "conftest.nl"
6328 $as_echo 'FGREP' >> "conftest.nl"
6329 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
6330 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6331 as_fn_arith $ac_count + 1 && ac_count=$as_val
6332 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6333 # Best one so far, save it but keep looking for a better one
6334 ac_cv_path_FGREP="$ac_path_FGREP"
6335 ac_path_FGREP_max=$ac_count
7357c5b6 6336 fi
81ecdfbb
RW
6337 # 10*(2^10) chars as input seems more than enough
6338 test $ac_count -gt 10 && break
6339 done
6340 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6341esac
6342
6343 $ac_path_FGREP_found && break 3
6344 done
6345 done
6346 done
6347IFS=$as_save_IFS
6348 if test -z "$ac_cv_path_FGREP"; then
6349 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6350 fi
6351else
6352 ac_cv_path_FGREP=$FGREP
6353fi
6354
6355 fi
20e95c23 6356fi
81ecdfbb
RW
6357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6358$as_echo "$ac_cv_path_FGREP" >&6; }
6359 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
6360
6361
6362test -z "$GREP" && GREP=grep
6363
d7040cdb
SE
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
20e95c23 6375
ce2cded5 6376
d7040cdb 6377
7357c5b6
AM
6378
6379
6380
6381
81ecdfbb
RW
6382# Check whether --with-gnu-ld was given.
6383if test "${with_gnu_ld+set}" = set; then :
6384 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
6385else
6386 with_gnu_ld=no
81ecdfbb
RW
6387fi
6388
7357c5b6
AM
6389ac_prog=ld
6390if test "$GCC" = yes; then
6391 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6393$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
6394 case $host in
6395 *-*-mingw*)
6396 # gcc leaves a trailing carriage return which upsets mingw
6397 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6398 *)
6399 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6400 esac
6401 case $ac_prog in
6402 # Accept absolute paths.
6403 [\\/]* | ?:[\\/]*)
6404 re_direlt='/[^/][^/]*/\.\./'
6405 # Canonicalize the pathname of ld
6406 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6407 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
6408 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6409 done
6410 test -z "$LD" && LD="$ac_prog"
6411 ;;
6412 "")
6413 # If it fails, then pretend we aren't using GCC.
6414 ac_prog=ld
6415 ;;
6416 *)
6417 # If it is relative, then search for the first ld in PATH.
6418 with_gnu_ld=unknown
6419 ;;
6420 esac
6421elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6423$as_echo_n "checking for GNU ld... " >&6; }
7357c5b6 6424else
81ecdfbb
RW
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6426$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 6427fi
81ecdfbb
RW
6428if test "${lt_cv_path_LD+set}" = set; then :
6429 $as_echo_n "(cached) " >&6
ce2cded5 6430else
7357c5b6
AM
6431 if test -z "$LD"; then
6432 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6433 for ac_dir in $PATH; do
6434 IFS="$lt_save_ifs"
6435 test -z "$ac_dir" && ac_dir=.
6436 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6437 lt_cv_path_LD="$ac_dir/$ac_prog"
6438 # Check to see if the program is GNU ld. I'd rather use --version,
6439 # but apparently some variants of GNU ld only accept -v.
6440 # Break only if it was the GNU/non-GNU ld that we prefer.
6441 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6442 *GNU* | *'with BFD'*)
6443 test "$with_gnu_ld" != no && break
6444 ;;
6445 *)
6446 test "$with_gnu_ld" != yes && break
6447 ;;
6448 esac
6449 fi
6450 done
6451 IFS="$lt_save_ifs"
ce2cded5 6452else
7357c5b6 6453 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ce2cded5
L
6454fi
6455fi
7357c5b6
AM
6456
6457LD="$lt_cv_path_LD"
6458if test -n "$LD"; then
81ecdfbb
RW
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6460$as_echo "$LD" >&6; }
ce2cded5 6461else
81ecdfbb
RW
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6463$as_echo "no" >&6; }
ce2cded5 6464fi
81ecdfbb
RW
6465test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6467$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6468if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6469 $as_echo_n "(cached) " >&6
ce2cded5 6470else
7357c5b6
AM
6471 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6472case `$LD -v 2>&1 </dev/null` in
6473*GNU* | *'with BFD'*)
6474 lt_cv_prog_gnu_ld=yes
6475 ;;
6476*)
6477 lt_cv_prog_gnu_ld=no
6478 ;;
6479esac
ce2cded5 6480fi
81ecdfbb
RW
6481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6482$as_echo "$lt_cv_prog_gnu_ld" >&6; }
7357c5b6 6483with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
6484
6485
6486
6487
6488
6489
6490
6491
6492
81ecdfbb
RW
6493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6494$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6495if test "${lt_cv_path_NM+set}" = set; then :
6496 $as_echo_n "(cached) " >&6
ce2cded5 6497else
7357c5b6
AM
6498 if test -n "$NM"; then
6499 # Let the user override the test.
6500 lt_cv_path_NM="$NM"
ce2cded5 6501else
7357c5b6
AM
6502 lt_nm_to_check="${ac_tool_prefix}nm"
6503 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6504 lt_nm_to_check="$lt_nm_to_check nm"
20e95c23 6505 fi
7357c5b6
AM
6506 for lt_tmp_nm in $lt_nm_to_check; do
6507 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6508 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6509 IFS="$lt_save_ifs"
6510 test -z "$ac_dir" && ac_dir=.
6511 tmp_nm="$ac_dir/$lt_tmp_nm"
6512 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6513 # Check to see if the nm accepts a BSD-compat flag.
6514 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6515 # nm: unknown option "B" ignored
6516 # Tru64's nm complains that /dev/null is an invalid object file
6517 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6518 */dev/null* | *'Invalid file or object type'*)
6519 lt_cv_path_NM="$tmp_nm -B"
6520 break
6521 ;;
6522 *)
6523 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6524 */dev/null*)
6525 lt_cv_path_NM="$tmp_nm -p"
6526 break
6527 ;;
6528 *)
6529 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6530 continue # so that we can try to find one that supports BSD flags
6531 ;;
6532 esac
6533 ;;
6534 esac
6535 fi
6536 done
6537 IFS="$lt_save_ifs"
6538 done
6539 : ${lt_cv_path_NM=no}
ce2cded5
L
6540fi
6541fi
81ecdfbb
RW
6542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6543$as_echo "$lt_cv_path_NM" >&6; }
7357c5b6
AM
6544if test "$lt_cv_path_NM" != "no"; then
6545 NM="$lt_cv_path_NM"
ce2cded5 6546else
7357c5b6 6547 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
6548 if test -n "$DUMPBIN"; then :
6549 # Let the user override the test.
6550 else
6551 if test -n "$ac_tool_prefix"; then
6552 for ac_prog in dumpbin "link -dump"
7357c5b6
AM
6553 do
6554 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6555set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
6556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6557$as_echo_n "checking for $ac_word... " >&6; }
6558if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6559 $as_echo_n "(cached) " >&6
20e95c23 6560else
7357c5b6
AM
6561 if test -n "$DUMPBIN"; then
6562 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ce2cded5
L
6563else
6564as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6565for as_dir in $PATH
6566do
6567 IFS=$as_save_IFS
6568 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6569 for ac_exec_ext in '' $ac_executable_extensions; do
6570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6571 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 6572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6573 break 2
6574 fi
6575done
81ecdfbb
RW
6576 done
6577IFS=$as_save_IFS
d7040cdb 6578
20e95c23 6579fi
ce2cded5 6580fi
7357c5b6
AM
6581DUMPBIN=$ac_cv_prog_DUMPBIN
6582if test -n "$DUMPBIN"; then
81ecdfbb
RW
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6584$as_echo "$DUMPBIN" >&6; }
42ecbf5e 6585else
81ecdfbb
RW
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6587$as_echo "no" >&6; }
42ecbf5e
DJ
6588fi
6589
81ecdfbb 6590
7357c5b6
AM
6591 test -n "$DUMPBIN" && break
6592 done
ce2cded5 6593fi
7357c5b6
AM
6594if test -z "$DUMPBIN"; then
6595 ac_ct_DUMPBIN=$DUMPBIN
3725885a 6596 for ac_prog in dumpbin "link -dump"
7357c5b6
AM
6597do
6598 # Extract the first word of "$ac_prog", so it can be a program name with args.
6599set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6601$as_echo_n "checking for $ac_word... " >&6; }
6602if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6603 $as_echo_n "(cached) " >&6
42ecbf5e 6604else
7357c5b6
AM
6605 if test -n "$ac_ct_DUMPBIN"; then
6606 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
ce2cded5
L
6607else
6608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6609for as_dir in $PATH
6610do
6611 IFS=$as_save_IFS
6612 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6613 for ac_exec_ext in '' $ac_executable_extensions; do
6614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6615 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 6616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6617 break 2
6618 fi
6619done
81ecdfbb
RW
6620 done
6621IFS=$as_save_IFS
d7040cdb 6622
ce2cded5
L
6623fi
6624fi
7357c5b6
AM
6625ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6626if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6628$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 6629else
81ecdfbb
RW
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6631$as_echo "no" >&6; }
ce2cded5 6632fi
d7040cdb 6633
81ecdfbb 6634
7357c5b6 6635 test -n "$ac_ct_DUMPBIN" && break
ce2cded5 6636done
d7040cdb 6637
81ecdfbb
RW
6638 if test "x$ac_ct_DUMPBIN" = x; then
6639 DUMPBIN=":"
6640 else
6641 case $cross_compiling:$ac_tool_warned in
6642yes:)
6643{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6644$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6645ac_tool_warned=yes ;;
6646esac
6647 DUMPBIN=$ac_ct_DUMPBIN
6648 fi
ce2cded5 6649fi
7357c5b6 6650
3725885a
RW
6651 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6652 *COFF*)
6653 DUMPBIN="$DUMPBIN -symbols"
6654 ;;
6655 *)
6656 DUMPBIN=:
6657 ;;
6658 esac
6659 fi
7357c5b6
AM
6660
6661 if test "$DUMPBIN" != ":"; then
6662 NM="$DUMPBIN"
6663 fi
ce2cded5 6664fi
7357c5b6
AM
6665test -z "$NM" && NM=nm
6666
6667
6668
6669
6670
6671
81ecdfbb
RW
6672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6673$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6674if test "${lt_cv_nm_interface+set}" = set; then :
6675 $as_echo_n "(cached) " >&6
20e95c23 6676else
7357c5b6
AM
6677 lt_cv_nm_interface="BSD nm"
6678 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6679 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
7357c5b6
AM
6680 (eval "$ac_compile" 2>conftest.err)
6681 cat conftest.err >&5
3725885a 6682 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7357c5b6
AM
6683 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6684 cat conftest.err >&5
3725885a 6685 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
7357c5b6
AM
6686 cat conftest.out >&5
6687 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6688 lt_cv_nm_interface="MS dumpbin"
6689 fi
6690 rm -f conftest*
20e95c23 6691fi
81ecdfbb
RW
6692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6693$as_echo "$lt_cv_nm_interface" >&6; }
20e95c23 6694
81ecdfbb
RW
6695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6696$as_echo_n "checking whether ln -s works... " >&6; }
7357c5b6
AM
6697LN_S=$as_ln_s
6698if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6700$as_echo "yes" >&6; }
ce2cded5 6701else
81ecdfbb
RW
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6703$as_echo "no, using $LN_S" >&6; }
d7040cdb 6704fi
20e95c23 6705
7357c5b6 6706# find the maximum length of command line arguments
81ecdfbb
RW
6707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6708$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6709if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6710 $as_echo_n "(cached) " >&6
7357c5b6
AM
6711else
6712 i=0
6713 teststring="ABCD"
20e95c23 6714
7357c5b6
AM
6715 case $build_os in
6716 msdosdjgpp*)
6717 # On DJGPP, this test can blow up pretty badly due to problems in libc
6718 # (any single argument exceeding 2000 bytes causes a buffer overrun
6719 # during glob expansion). Even if it were fixed, the result of this
6720 # check would be larger than it should be.
6721 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6722 ;;
20e95c23 6723
7357c5b6
AM
6724 gnu*)
6725 # Under GNU Hurd, this test is not required because there is
6726 # no limit to the length of command line arguments.
6727 # Libtool will interpret -1 as no limit whatsoever
6728 lt_cv_sys_max_cmd_len=-1;
6729 ;;
20e95c23 6730
b214d478 6731 cygwin* | mingw* | cegcc*)
7357c5b6
AM
6732 # On Win9x/ME, this test blows up -- it succeeds, but takes
6733 # about 5 minutes as the teststring grows exponentially.
6734 # Worse, since 9x/ME are not pre-emptively multitasking,
6735 # you end up with a "frozen" computer, even though with patience
6736 # the test eventually succeeds (with a max line length of 256k).
6737 # Instead, let's just punt: use the minimum linelength reported by
6738 # all of the supported platforms: 8192 (on NT/2K/XP).
6739 lt_cv_sys_max_cmd_len=8192;
6740 ;;
20e95c23 6741
3725885a
RW
6742 mint*)
6743 # On MiNT this can take a long time and run out of memory.
6744 lt_cv_sys_max_cmd_len=8192;
6745 ;;
6746
7357c5b6
AM
6747 amigaos*)
6748 # On AmigaOS with pdksh, this test takes hours, literally.
6749 # So we just punt and use a minimum line length of 8192.
6750 lt_cv_sys_max_cmd_len=8192;
6751 ;;
20e95c23 6752
7357c5b6
AM
6753 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6754 # This has been around since 386BSD, at least. Likely further.
6755 if test -x /sbin/sysctl; then
6756 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6757 elif test -x /usr/sbin/sysctl; then
6758 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6759 else
6760 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6761 fi
6762 # And add a safety zone
6763 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6764 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6765 ;;
d7040cdb 6766
7357c5b6
AM
6767 interix*)
6768 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6769 lt_cv_sys_max_cmd_len=196608
6770 ;;
d7040cdb 6771
7357c5b6
AM
6772 osf*)
6773 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6774 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6775 # nice to cause kernel panics so lets avoid the loop below.
6776 # First set a reasonable default.
6777 lt_cv_sys_max_cmd_len=16384
6778 #
6779 if test -x /sbin/sysconfig; then
6780 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6781 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6782 esac
6783 fi
6784 ;;
6785 sco3.2v5*)
6786 lt_cv_sys_max_cmd_len=102400
6787 ;;
6788 sysv5* | sco5v6* | sysv4.2uw2*)
6789 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6790 if test -n "$kargmax"; then
6791 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6792 else
6793 lt_cv_sys_max_cmd_len=32768
6794 fi
ce2cded5
L
6795 ;;
6796 *)
b214d478
SE
6797 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6798 if test -n "$lt_cv_sys_max_cmd_len"; then
7357c5b6
AM
6799 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6800 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6801 else
6802 # Make teststring a little bigger before we do anything with it.
6803 # a 1K string should be a reasonable start.
6804 for i in 1 2 3 4 5 6 7 8 ; do
6805 teststring=$teststring$teststring
6806 done
6807 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6808 # If test is not a shell built-in, we'll probably end up computing a
6809 # maximum length that is only half of the actual maximum length, but
6810 # we can't tell.
3725885a
RW
6811 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6812 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
7357c5b6
AM
6813 test $i != 17 # 1/2 MB should be enough
6814 do
6815 i=`expr $i + 1`
6816 teststring=$teststring$teststring
6817 done
6818 # Only check the string length outside the loop.
6819 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6820 teststring=
6821 # Add a significant safety factor because C++ compilers can tack on
6822 # massive amounts of additional arguments before passing them to the
6823 # linker. It appears as though 1/2 is a usable value.
6824 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6825 fi
ce2cded5
L
6826 ;;
6827 esac
d7040cdb 6828
7357c5b6 6829fi
d7040cdb 6830
7357c5b6 6831if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6833$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
7357c5b6 6834else
81ecdfbb
RW
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6836$as_echo "none" >&6; }
7357c5b6
AM
6837fi
6838max_cmd_len=$lt_cv_sys_max_cmd_len
d7040cdb
SE
6839
6840
6841
6842
6843
d7040cdb 6844
7357c5b6
AM
6845: ${CP="cp -f"}
6846: ${MV="mv -f"}
6847: ${RM="rm -f"}
d7040cdb 6848
81ecdfbb
RW
6849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6850$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
7357c5b6
AM
6851# Try some XSI features
6852xsi_shell=no
6853( _lt_dummy="a/b/c"
6854 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
b214d478
SE
6855 = c,a/b,, \
6856 && eval 'test $(( 1 + 1 )) -eq 2 \
6857 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7357c5b6 6858 && xsi_shell=yes
81ecdfbb
RW
6859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6860$as_echo "$xsi_shell" >&6; }
d7040cdb 6861
d7040cdb 6862
81ecdfbb
RW
6863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6864$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
7357c5b6
AM
6865lt_shell_append=no
6866( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6867 >/dev/null 2>&1 \
6868 && lt_shell_append=yes
81ecdfbb
RW
6869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6870$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6871
6872
7357c5b6
AM
6873if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6874 lt_unset=unset
6875else
6876 lt_unset=false
6877fi
d7040cdb 6878
d7040cdb 6879
d7040cdb 6880
d7040cdb 6881
d7040cdb 6882
7357c5b6
AM
6883# test EBCDIC or ASCII
6884case `echo X|tr X '\101'` in
6885 A) # ASCII based system
6886 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6887 lt_SP2NL='tr \040 \012'
6888 lt_NL2SP='tr \015\012 \040\040'
6889 ;;
6890 *) # EBCDIC based system
6891 lt_SP2NL='tr \100 \n'
6892 lt_NL2SP='tr \r\n \100\100'
6893 ;;
6894esac
42ecbf5e 6895
d7040cdb
SE
6896
6897
6898
6899
6900
6901
d7040cdb 6902
d7040cdb 6903
81ecdfbb
RW
6904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6905$as_echo_n "checking for $LD option to reload object files... " >&6; }
6906if test "${lt_cv_ld_reload_flag+set}" = set; then :
6907 $as_echo_n "(cached) " >&6
7357c5b6
AM
6908else
6909 lt_cv_ld_reload_flag='-r'
6910fi
81ecdfbb
RW
6911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6912$as_echo "$lt_cv_ld_reload_flag" >&6; }
7357c5b6
AM
6913reload_flag=$lt_cv_ld_reload_flag
6914case $reload_flag in
6915"" | " "*) ;;
6916*) reload_flag=" $reload_flag" ;;
6917esac
6918reload_cmds='$LD$reload_flag -o $output$reload_objs'
6919case $host_os in
6920 darwin*)
6921 if test "$GCC" = yes; then
6922 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6923 else
6924 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6925 fi
6926 ;;
6927esac
d7040cdb 6928
d7040cdb 6929
d7040cdb 6930
d7040cdb 6931
d7040cdb 6932
d7040cdb 6933
d7040cdb 6934
d7040cdb 6935
d7040cdb 6936
b214d478
SE
6937if test -n "$ac_tool_prefix"; then
6938 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6939set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6941$as_echo_n "checking for $ac_word... " >&6; }
6942if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6943 $as_echo_n "(cached) " >&6
b214d478
SE
6944else
6945 if test -n "$OBJDUMP"; then
6946 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6947else
6948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6949for as_dir in $PATH
6950do
6951 IFS=$as_save_IFS
6952 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6953 for ac_exec_ext in '' $ac_executable_extensions; do
6954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 6955 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
6957 break 2
6958 fi
6959done
81ecdfbb
RW
6960 done
6961IFS=$as_save_IFS
b214d478
SE
6962
6963fi
6964fi
6965OBJDUMP=$ac_cv_prog_OBJDUMP
6966if test -n "$OBJDUMP"; then
81ecdfbb
RW
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6968$as_echo "$OBJDUMP" >&6; }
b214d478 6969else
81ecdfbb
RW
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6971$as_echo "no" >&6; }
b214d478
SE
6972fi
6973
81ecdfbb 6974
b214d478
SE
6975fi
6976if test -z "$ac_cv_prog_OBJDUMP"; then
6977 ac_ct_OBJDUMP=$OBJDUMP
6978 # Extract the first word of "objdump", so it can be a program name with args.
6979set dummy objdump; ac_word=$2
81ecdfbb
RW
6980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6981$as_echo_n "checking for $ac_word... " >&6; }
6982if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6983 $as_echo_n "(cached) " >&6
b214d478
SE
6984else
6985 if test -n "$ac_ct_OBJDUMP"; then
6986 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6987else
6988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6989for as_dir in $PATH
6990do
6991 IFS=$as_save_IFS
6992 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6993 for ac_exec_ext in '' $ac_executable_extensions; do
6994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 6995 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
6997 break 2
6998 fi
6999done
81ecdfbb
RW
7000 done
7001IFS=$as_save_IFS
b214d478 7002
b214d478
SE
7003fi
7004fi
7005ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7006if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
7008$as_echo "$ac_ct_OBJDUMP" >&6; }
b214d478 7009else
81ecdfbb
RW
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7011$as_echo "no" >&6; }
b214d478
SE
7012fi
7013
81ecdfbb
RW
7014 if test "x$ac_ct_OBJDUMP" = x; then
7015 OBJDUMP="false"
7016 else
7017 case $cross_compiling:$ac_tool_warned in
7018yes:)
7019{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7020$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7021ac_tool_warned=yes ;;
7022esac
7023 OBJDUMP=$ac_ct_OBJDUMP
7024 fi
b214d478
SE
7025else
7026 OBJDUMP="$ac_cv_prog_OBJDUMP"
7027fi
7028
7029test -z "$OBJDUMP" && OBJDUMP=objdump
7030
7031
7032
7033
7034
7035
7036
7037
d7040cdb 7038
81ecdfbb
RW
7039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
7040$as_echo_n "checking how to recognize dependent libraries... " >&6; }
7041if test "${lt_cv_deplibs_check_method+set}" = set; then :
7042 $as_echo_n "(cached) " >&6
ce2cded5 7043else
7357c5b6
AM
7044 lt_cv_file_magic_cmd='$MAGIC_CMD'
7045lt_cv_file_magic_test_file=
7046lt_cv_deplibs_check_method='unknown'
7047# Need to set the preceding variable on all platforms that support
7048# interlibrary dependencies.
7049# 'none' -- dependencies not supported.
7050# `unknown' -- same as none, but documents that we really don't know.
7051# 'pass_all' -- all dependencies passed with no checks.
7052# 'test_compile' -- check by making test program.
7053# 'file_magic [[regex]]' -- check by looking for files in library path
7054# which responds to the $file_magic_cmd with a given extended regex.
7055# If you have `file' or equivalent on your system and you're not sure
7056# whether `pass_all' will *always* work, you probably want this one.
d7040cdb 7057
ce2cded5 7058case $host_os in
7357c5b6
AM
7059aix[4-9]*)
7060 lt_cv_deplibs_check_method=pass_all
ce2cded5 7061 ;;
7357c5b6
AM
7062
7063beos*)
7064 lt_cv_deplibs_check_method=pass_all
ce2cded5 7065 ;;
7357c5b6
AM
7066
7067bsdi[45]*)
7068 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7069 lt_cv_file_magic_cmd='/usr/bin/file -L'
7070 lt_cv_file_magic_test_file=/shlib/libc.so
ce2cded5 7071 ;;
7357c5b6
AM
7072
7073cygwin*)
7074 # func_win32_libid is a shell function defined in ltmain.sh
7075 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7076 lt_cv_file_magic_cmd='func_win32_libid'
ce2cded5 7077 ;;
7357c5b6
AM
7078
7079mingw* | pw32*)
7080 # Base MSYS/MinGW do not provide the 'file' command needed by
7081 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7082 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
7083 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
7084 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
7357c5b6
AM
7085 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7086 lt_cv_file_magic_cmd='func_win32_libid'
7087 else
7088 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
7089 lt_cv_file_magic_cmd='$OBJDUMP -f'
7090 fi
ce2cded5 7091 ;;
7357c5b6 7092
3725885a 7093cegcc*)
b214d478
SE
7094 # use the weaker test based on 'objdump'. See mingw*.
7095 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7096 lt_cv_file_magic_cmd='$OBJDUMP -f'
7097 ;;
7098
7357c5b6
AM
7099darwin* | rhapsody*)
7100 lt_cv_deplibs_check_method=pass_all
ce2cded5 7101 ;;
7357c5b6
AM
7102
7103freebsd* | dragonfly*)
7104 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7105 case $host_cpu in
7106 i*86 )
7107 # Not sure whether the presence of OpenBSD here was a mistake.
7108 # Let's accept both of them until this is cleared up.
7109 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7110 lt_cv_file_magic_cmd=/usr/bin/file
7111 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7112 ;;
7113 esac
7114 else
7115 lt_cv_deplibs_check_method=pass_all
7116 fi
ce2cded5 7117 ;;
7357c5b6
AM
7118
7119gnu*)
7120 lt_cv_deplibs_check_method=pass_all
ce2cded5 7121 ;;
7357c5b6 7122
3725885a
RW
7123haiku*)
7124 lt_cv_deplibs_check_method=pass_all
7125 ;;
7126
7357c5b6
AM
7127hpux10.20* | hpux11*)
7128 lt_cv_file_magic_cmd=/usr/bin/file
7129 case $host_cpu in
7130 ia64*)
7131 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
7132 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7133 ;;
7134 hppa*64*)
3725885a 7135 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]'
7357c5b6
AM
7136 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7137 ;;
7138 *)
3725885a 7139 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7357c5b6
AM
7140 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7141 ;;
7142 esac
ce2cded5 7143 ;;
d7040cdb 7144
7357c5b6
AM
7145interix[3-9]*)
7146 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
7147 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
7148 ;;
d7040cdb 7149
7357c5b6
AM
7150irix5* | irix6* | nonstopux*)
7151 case $LD in
7152 *-32|*"-32 ") libmagic=32-bit;;
7153 *-n32|*"-n32 ") libmagic=N32;;
7154 *-64|*"-64 ") libmagic=64-bit;;
7155 *) libmagic=never-match;;
7156 esac
7157 lt_cv_deplibs_check_method=pass_all
7158 ;;
d7040cdb 7159
7357c5b6 7160# This must be Linux ELF.
58e24671 7161linux* | k*bsd*-gnu | kopensolaris*-gnu)
7357c5b6
AM
7162 lt_cv_deplibs_check_method=pass_all
7163 ;;
d7040cdb 7164
7357c5b6
AM
7165netbsd*)
7166 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7167 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7168 else
7169 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7170 fi
ce2cded5 7171 ;;
d7040cdb 7172
7357c5b6
AM
7173newos6*)
7174 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7175 lt_cv_file_magic_cmd=/usr/bin/file
7176 lt_cv_file_magic_test_file=/usr/lib/libnls.so
7177 ;;
d7040cdb 7178
7357c5b6
AM
7179*nto* | *qnx*)
7180 lt_cv_deplibs_check_method=pass_all
7181 ;;
d7040cdb 7182
7357c5b6
AM
7183openbsd*)
7184 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7185 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
ce2cded5 7186 else
7357c5b6 7187 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
ce2cded5 7188 fi
7357c5b6 7189 ;;
d7040cdb 7190
7357c5b6
AM
7191osf3* | osf4* | osf5*)
7192 lt_cv_deplibs_check_method=pass_all
7193 ;;
d7040cdb 7194
7357c5b6
AM
7195rdos*)
7196 lt_cv_deplibs_check_method=pass_all
7197 ;;
d7040cdb 7198
7357c5b6
AM
7199solaris*)
7200 lt_cv_deplibs_check_method=pass_all
7201 ;;
d7040cdb 7202
7357c5b6
AM
7203sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7204 lt_cv_deplibs_check_method=pass_all
7205 ;;
d7040cdb 7206
7357c5b6
AM
7207sysv4 | sysv4.3*)
7208 case $host_vendor in
7209 motorola)
7210 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]'
7211 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7212 ;;
7213 ncr)
7214 lt_cv_deplibs_check_method=pass_all
7215 ;;
7216 sequent)
7217 lt_cv_file_magic_cmd='/bin/file'
7218 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7219 ;;
7220 sni)
7221 lt_cv_file_magic_cmd='/bin/file'
7222 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
7223 lt_cv_file_magic_test_file=/lib/libc.so
7224 ;;
7225 siemens)
7226 lt_cv_deplibs_check_method=pass_all
7227 ;;
7228 pc)
7229 lt_cv_deplibs_check_method=pass_all
7230 ;;
7231 esac
7232 ;;
d7040cdb 7233
7357c5b6
AM
7234tpf*)
7235 lt_cv_deplibs_check_method=pass_all
7236 ;;
7237esac
d7040cdb 7238
7357c5b6 7239fi
81ecdfbb
RW
7240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
7241$as_echo "$lt_cv_deplibs_check_method" >&6; }
7357c5b6
AM
7242file_magic_cmd=$lt_cv_file_magic_cmd
7243deplibs_check_method=$lt_cv_deplibs_check_method
7244test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb
SE
7245
7246
7247
7357c5b6
AM
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257if test -n "$ac_tool_prefix"; then
7258 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7259set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
7260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7261$as_echo_n "checking for $ac_word... " >&6; }
7262if test "${ac_cv_prog_AR+set}" = set; then :
7263 $as_echo_n "(cached) " >&6
7357c5b6
AM
7264else
7265 if test -n "$AR"; then
7266 ac_cv_prog_AR="$AR" # Let the user override the test.
7267else
7268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7269for as_dir in $PATH
7270do
7271 IFS=$as_save_IFS
7272 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7273 for ac_exec_ext in '' $ac_executable_extensions; do
7274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7275 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 7276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7277 break 2
ce2cded5
L
7278 fi
7279done
81ecdfbb
RW
7280 done
7281IFS=$as_save_IFS
d7040cdb 7282
42ecbf5e 7283fi
ce2cded5 7284fi
7357c5b6
AM
7285AR=$ac_cv_prog_AR
7286if test -n "$AR"; then
81ecdfbb
RW
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7288$as_echo "$AR" >&6; }
42ecbf5e 7289else
81ecdfbb
RW
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7291$as_echo "no" >&6; }
42ecbf5e
DJ
7292fi
7293
81ecdfbb 7294
7357c5b6
AM
7295fi
7296if test -z "$ac_cv_prog_AR"; then
7297 ac_ct_AR=$AR
7298 # Extract the first word of "ar", so it can be a program name with args.
7299set dummy ar; ac_word=$2
81ecdfbb
RW
7300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7301$as_echo_n "checking for $ac_word... " >&6; }
7302if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
7303 $as_echo_n "(cached) " >&6
7357c5b6
AM
7304else
7305 if test -n "$ac_ct_AR"; then
7306 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7307else
7308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7309for as_dir in $PATH
7310do
7311 IFS=$as_save_IFS
7312 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7313 for ac_exec_ext in '' $ac_executable_extensions; do
7314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7315 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 7316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
7317 break 2
7318 fi
7319done
81ecdfbb
RW
7320 done
7321IFS=$as_save_IFS
42ecbf5e 7322
7357c5b6
AM
7323fi
7324fi
7325ac_ct_AR=$ac_cv_prog_ac_ct_AR
7326if test -n "$ac_ct_AR"; then
81ecdfbb
RW
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7328$as_echo "$ac_ct_AR" >&6; }
7357c5b6 7329else
81ecdfbb
RW
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7331$as_echo "no" >&6; }
7357c5b6 7332fi
d7040cdb 7333
81ecdfbb
RW
7334 if test "x$ac_ct_AR" = x; then
7335 AR="false"
7336 else
7337 case $cross_compiling:$ac_tool_warned in
7338yes:)
7339{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7340$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7341ac_tool_warned=yes ;;
7342esac
7343 AR=$ac_ct_AR
7344 fi
7357c5b6
AM
7345else
7346 AR="$ac_cv_prog_AR"
7347fi
d7040cdb 7348
7357c5b6
AM
7349test -z "$AR" && AR=ar
7350test -z "$AR_FLAGS" && AR_FLAGS=cru
d7040cdb
SE
7351
7352
7353
20e95c23 7354
d7040cdb 7355
d7040cdb
SE
7356
7357
7358
7359
7360
7361
7357c5b6
AM
7362if test -n "$ac_tool_prefix"; then
7363 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7364set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
7365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7366$as_echo_n "checking for $ac_word... " >&6; }
7367if test "${ac_cv_prog_STRIP+set}" = set; then :
7368 $as_echo_n "(cached) " >&6
7357c5b6
AM
7369else
7370 if test -n "$STRIP"; then
7371 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7372else
7373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7374for as_dir in $PATH
7375do
7376 IFS=$as_save_IFS
7377 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7378 for ac_exec_ext in '' $ac_executable_extensions; do
7379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7380 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 7381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7382 break 2
ce2cded5 7383 fi
7357c5b6 7384done
81ecdfbb
RW
7385 done
7386IFS=$as_save_IFS
d7040cdb 7387
7357c5b6
AM
7388fi
7389fi
7390STRIP=$ac_cv_prog_STRIP
7391if test -n "$STRIP"; then
81ecdfbb
RW
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7393$as_echo "$STRIP" >&6; }
7357c5b6 7394else
81ecdfbb
RW
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7396$as_echo "no" >&6; }
7357c5b6
AM
7397fi
7398
81ecdfbb 7399
7357c5b6
AM
7400fi
7401if test -z "$ac_cv_prog_STRIP"; then
7402 ac_ct_STRIP=$STRIP
7403 # Extract the first word of "strip", so it can be a program name with args.
7404set dummy strip; ac_word=$2
81ecdfbb
RW
7405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7406$as_echo_n "checking for $ac_word... " >&6; }
7407if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
7408 $as_echo_n "(cached) " >&6
7357c5b6
AM
7409else
7410 if test -n "$ac_ct_STRIP"; then
7411 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7412else
7413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7414for as_dir in $PATH
7415do
7416 IFS=$as_save_IFS
7417 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7418 for ac_exec_ext in '' $ac_executable_extensions; do
7419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7420 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 7421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7422 break 2
ce2cded5 7423 fi
7357c5b6 7424done
81ecdfbb
RW
7425 done
7426IFS=$as_save_IFS
d7040cdb 7427
7357c5b6
AM
7428fi
7429fi
7430ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7431if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7433$as_echo "$ac_ct_STRIP" >&6; }
20e95c23 7434else
81ecdfbb
RW
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7436$as_echo "no" >&6; }
7357c5b6 7437fi
d7040cdb 7438
81ecdfbb
RW
7439 if test "x$ac_ct_STRIP" = x; then
7440 STRIP=":"
7441 else
7442 case $cross_compiling:$ac_tool_warned in
7443yes:)
7444{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7445$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7446ac_tool_warned=yes ;;
7447esac
7448 STRIP=$ac_ct_STRIP
7449 fi
7357c5b6
AM
7450else
7451 STRIP="$ac_cv_prog_STRIP"
7452fi
d7040cdb 7453
7357c5b6 7454test -z "$STRIP" && STRIP=:
d7040cdb 7455
d7040cdb
SE
7456
7457
7458
d7040cdb 7459
7357c5b6
AM
7460
7461if test -n "$ac_tool_prefix"; then
7462 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7463set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
7464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7465$as_echo_n "checking for $ac_word... " >&6; }
7466if test "${ac_cv_prog_RANLIB+set}" = set; then :
7467 $as_echo_n "(cached) " >&6
ce2cded5 7468else
7357c5b6
AM
7469 if test -n "$RANLIB"; then
7470 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7471else
7472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7473for as_dir in $PATH
ce2cded5 7474do
7357c5b6
AM
7475 IFS=$as_save_IFS
7476 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7477 for ac_exec_ext in '' $ac_executable_extensions; do
7478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7479 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 7480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7481 break 2
ce2cded5 7482 fi
7357c5b6 7483done
81ecdfbb
RW
7484 done
7485IFS=$as_save_IFS
7357c5b6 7486
ce2cded5 7487fi
7357c5b6
AM
7488fi
7489RANLIB=$ac_cv_prog_RANLIB
7490if test -n "$RANLIB"; then
81ecdfbb
RW
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7492$as_echo "$RANLIB" >&6; }
ce2cded5 7493else
81ecdfbb
RW
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7495$as_echo "no" >&6; }
ce2cded5 7496fi
d7040cdb 7497
81ecdfbb 7498
7357c5b6
AM
7499fi
7500if test -z "$ac_cv_prog_RANLIB"; then
7501 ac_ct_RANLIB=$RANLIB
7502 # Extract the first word of "ranlib", so it can be a program name with args.
7503set dummy ranlib; ac_word=$2
81ecdfbb
RW
7504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7505$as_echo_n "checking for $ac_word... " >&6; }
7506if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7507 $as_echo_n "(cached) " >&6
ce2cded5 7508else
7357c5b6
AM
7509 if test -n "$ac_ct_RANLIB"; then
7510 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7511else
7512as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7513for as_dir in $PATH
7514do
7515 IFS=$as_save_IFS
7516 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7517 for ac_exec_ext in '' $ac_executable_extensions; do
7518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7519 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 7520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
7521 break 2
7522 fi
7523done
81ecdfbb
RW
7524 done
7525IFS=$as_save_IFS
7357c5b6 7526
ce2cded5 7527fi
7357c5b6
AM
7528fi
7529ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7530if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7532$as_echo "$ac_ct_RANLIB" >&6; }
ce2cded5 7533else
81ecdfbb
RW
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7535$as_echo "no" >&6; }
ce2cded5 7536fi
d7040cdb 7537
81ecdfbb
RW
7538 if test "x$ac_ct_RANLIB" = x; then
7539 RANLIB=":"
7540 else
7541 case $cross_compiling:$ac_tool_warned in
7542yes:)
7543{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7544$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7545ac_tool_warned=yes ;;
7546esac
7547 RANLIB=$ac_ct_RANLIB
7548 fi
7357c5b6
AM
7549else
7550 RANLIB="$ac_cv_prog_RANLIB"
ce2cded5 7551fi
d7040cdb 7552
7357c5b6 7553test -z "$RANLIB" && RANLIB=:
d7040cdb 7554
7357c5b6
AM
7555
7556
7557
7558
7559
7560# Determine commands to create old-style static archives.
b214d478 7561old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7357c5b6
AM
7562old_postinstall_cmds='chmod 644 $oldlib'
7563old_postuninstall_cmds=
7564
7565if test -n "$RANLIB"; then
7566 case $host_os in
7567 openbsd*)
7568 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7569 ;;
7570 *)
7571 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7572 ;;
7573 esac
7574 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
ce2cded5 7575fi
7357c5b6 7576
3725885a
RW
7577case $host_os in
7578 darwin*)
7579 lock_old_archive_extraction=yes ;;
7580 *)
7581 lock_old_archive_extraction=no ;;
7582esac
7583
7584
7585
7586
7587
7588
7357c5b6
AM
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622# If no C compiler was specified, use CC.
7623LTCC=${LTCC-"$CC"}
7624
7625# If no C compiler flags were specified, use CFLAGS.
7626LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7627
7628# Allow CC to be a program name with arguments.
7629compiler=$CC
7630
7631
7632# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
7633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7634$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7635if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7636 $as_echo_n "(cached) " >&6
ce2cded5 7637else
d7040cdb 7638
7357c5b6
AM
7639# These are sane defaults that work on at least a few old systems.
7640# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 7641
7357c5b6
AM
7642# Character class describing NM global symbol codes.
7643symcode='[BCDEGRST]'
7644
7645# Regexp to match symbols that can be accessed directly from C.
7646sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7647
7648# Define system-specific variables.
7649case $host_os in
7650aix*)
7651 symcode='[BCDT]'
7652 ;;
b214d478 7653cygwin* | mingw* | pw32* | cegcc*)
7357c5b6
AM
7654 symcode='[ABCDGISTW]'
7655 ;;
7656hpux*)
7657 if test "$host_cpu" = ia64; then
7658 symcode='[ABCDEGRST]'
ce2cded5 7659 fi
7357c5b6
AM
7660 ;;
7661irix* | nonstopux*)
7662 symcode='[BCDEGRST]'
7663 ;;
7664osf*)
7665 symcode='[BCDEGQRST]'
7666 ;;
7667solaris*)
7668 symcode='[BDRT]'
7669 ;;
7670sco3.2v5*)
7671 symcode='[DT]'
7672 ;;
7673sysv4.2uw2*)
7674 symcode='[DT]'
7675 ;;
7676sysv5* | sco5v6* | unixware* | OpenUNIX*)
7677 symcode='[ABDT]'
7678 ;;
7679sysv4)
7680 symcode='[DFNSTU]'
7681 ;;
7682esac
d7040cdb 7683
7357c5b6
AM
7684# If we're using GNU nm, then use its standard symbol codes.
7685case `$NM -V 2>&1` in
7686*GNU* | *'with BFD'*)
7687 symcode='[ABCDGIRSTW]' ;;
7688esac
d7040cdb 7689
7357c5b6
AM
7690# Transform an extracted symbol line into a proper C declaration.
7691# Some systems (esp. on ia64) link data and code symbols differently,
7692# so use this general approach.
7693lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7694
7695# Transform an extracted symbol line into symbol name and symbol address
7696lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
b214d478 7697lt_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'"
7357c5b6
AM
7698
7699# Handle CRLF in mingw tool chain
7700opt_cr=
7701case $build_os in
7702mingw*)
7703 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7704 ;;
7705esac
d7040cdb 7706
7357c5b6
AM
7707# Try without a prefix underscore, then with it.
7708for ac_symprfx in "" "_"; do
d7040cdb 7709
7357c5b6
AM
7710 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7711 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7712
7357c5b6
AM
7713 # Write the raw and C identifiers.
7714 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7715 # Fake it for dumpbin and say T for any non-static function
7716 # and D for any global variable.
7717 # Also find C++ and __fastcall symbols from MSVC++,
7718 # which start with @ or ?.
7719 lt_cv_sys_global_symbol_pipe="$AWK '"\
7720" {last_section=section; section=\$ 3};"\
7721" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7722" \$ 0!~/External *\|/{next};"\
7723" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7724" {if(hide[section]) next};"\
7725" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7726" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7727" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7728" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7729" ' prfx=^$ac_symprfx"
7730 else
7731 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7732 fi
d7040cdb 7733
7357c5b6
AM
7734 # Check to see that the pipe works correctly.
7735 pipe_works=no
d7040cdb 7736
7357c5b6
AM
7737 rm -f conftest*
7738 cat > conftest.$ac_ext <<_LT_EOF
7739#ifdef __cplusplus
7740extern "C" {
7741#endif
7742char nm_test_var;
7743void nm_test_func(void);
7744void nm_test_func(void){}
7745#ifdef __cplusplus
20e95c23 7746}
7357c5b6
AM
7747#endif
7748int main(){nm_test_var='a';nm_test_func();return(0);}
7749_LT_EOF
7750
81ecdfbb 7751 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7752 (eval $ac_compile) 2>&5
20e95c23 7753 ac_status=$?
81ecdfbb
RW
7754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7755 test $ac_status = 0; }; then
7357c5b6
AM
7756 # Now try to grab the symbols.
7757 nlist=conftest.nm
3725885a
RW
7758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7759 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
20e95c23 7760 ac_status=$?
81ecdfbb
RW
7761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7762 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7763 # Try sorting and uniquifying the output.
7764 if sort "$nlist" | uniq > "$nlist"T; then
7765 mv -f "$nlist"T "$nlist"
7766 else
7767 rm -f "$nlist"T
7768 fi
d7040cdb 7769
7357c5b6
AM
7770 # Make sure that we snagged all the symbols we need.
7771 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7772 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7773 cat <<_LT_EOF > conftest.$ac_ext
7774#ifdef __cplusplus
7775extern "C" {
7776#endif
ce2cded5 7777
7357c5b6
AM
7778_LT_EOF
7779 # Now generate the symbol file.
7780 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
ce2cded5 7781
7357c5b6 7782 cat <<_LT_EOF >> conftest.$ac_ext
42ecbf5e 7783
7357c5b6
AM
7784/* The mapping between symbol names and symbols. */
7785const struct {
7786 const char *name;
7787 void *address;
7788}
7789lt__PROGRAM__LTX_preloaded_symbols[] =
7790{
7791 { "@PROGRAM@", (void *) 0 },
7792_LT_EOF
7793 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7794 cat <<\_LT_EOF >> conftest.$ac_ext
7795 {0, (void *) 0}
7796};
d7040cdb 7797
7357c5b6
AM
7798/* This works around a problem in FreeBSD linker */
7799#ifdef FREEBSD_WORKAROUND
7800static const void *lt_preloaded_setup() {
7801 return lt__PROGRAM__LTX_preloaded_symbols;
7802}
ce2cded5 7803#endif
42ecbf5e 7804
7357c5b6 7805#ifdef __cplusplus
ce2cded5 7806}
7357c5b6
AM
7807#endif
7808_LT_EOF
7809 # Now try linking the two files.
7810 mv conftest.$ac_objext conftstm.$ac_objext
7811 lt_save_LIBS="$LIBS"
7812 lt_save_CFLAGS="$CFLAGS"
7813 LIBS="conftstm.$ac_objext"
7814 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7815 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
7816 (eval $ac_link) 2>&5
7817 ac_status=$?
81ecdfbb
RW
7818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7819 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7820 pipe_works=yes
7821 fi
7822 LIBS="$lt_save_LIBS"
7823 CFLAGS="$lt_save_CFLAGS"
7824 else
7825 echo "cannot find nm_test_func in $nlist" >&5
7826 fi
7827 else
7828 echo "cannot find nm_test_var in $nlist" >&5
7829 fi
7830 else
7831 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7832 fi
7833 else
7834 echo "$progname: failed program was:" >&5
7835 cat conftest.$ac_ext >&5
7836 fi
b214d478 7837 rm -rf conftest* conftst*
7357c5b6
AM
7838
7839 # Do not use the global_symbol_pipe unless it works.
7840 if test "$pipe_works" = yes; then
7841 break
7842 else
7843 lt_cv_sys_global_symbol_pipe=
7844 fi
7845done
42ecbf5e 7846
ce2cded5 7847fi
7357c5b6
AM
7848
7849if test -z "$lt_cv_sys_global_symbol_pipe"; then
7850 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 7851fi
7357c5b6 7852if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7854$as_echo "failed" >&6; }
7357c5b6 7855else
81ecdfbb
RW
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7857$as_echo "ok" >&6; }
ce2cded5 7858fi
e5a52504 7859
d7040cdb 7860
e5a52504 7861
d7040cdb 7862
d7040cdb 7863
d7040cdb 7864
d7040cdb 7865
d7040cdb 7866
d7040cdb 7867
d7040cdb 7868
d7040cdb 7869
d7040cdb 7870
7357c5b6
AM
7871
7872
7873
b214d478
SE
7874
7875
7876
7877
7878
7357c5b6
AM
7879
7880
81ecdfbb
RW
7881# Check whether --enable-libtool-lock was given.
7882if test "${enable_libtool_lock+set}" = set; then :
7883 enableval=$enable_libtool_lock;
7884fi
7357c5b6 7885
7357c5b6
AM
7886test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7887
7888# Some flags need to be propagated to the compiler or linker for good
7889# libtool support.
7890case $host in
7891ia64-*-hpux*)
7892 # Find out which ABI we are using.
7893 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7895 (eval $ac_compile) 2>&5
7896 ac_status=$?
81ecdfbb
RW
7897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7898 test $ac_status = 0; }; then
7357c5b6
AM
7899 case `/usr/bin/file conftest.$ac_objext` in
7900 *ELF-32*)
7901 HPUX_IA64_MODE="32"
7902 ;;
7903 *ELF-64*)
7904 HPUX_IA64_MODE="64"
7905 ;;
7906 esac
7907 fi
7908 rm -rf conftest*
7909 ;;
7910*-*-irix6*)
7911 # Find out which ABI we are using.
3725885a 7912 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7914 (eval $ac_compile) 2>&5
7915 ac_status=$?
81ecdfbb
RW
7916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7917 test $ac_status = 0; }; then
7357c5b6
AM
7918 if test "$lt_cv_prog_gnu_ld" = yes; then
7919 case `/usr/bin/file conftest.$ac_objext` in
7920 *32-bit*)
7921 LD="${LD-ld} -melf32bsmip"
7922 ;;
7923 *N32*)
7924 LD="${LD-ld} -melf32bmipn32"
7925 ;;
7926 *64-bit*)
7927 LD="${LD-ld} -melf64bmip"
7928 ;;
7929 esac
7930 else
7931 case `/usr/bin/file conftest.$ac_objext` in
7932 *32-bit*)
7933 LD="${LD-ld} -32"
7934 ;;
7935 *N32*)
7936 LD="${LD-ld} -n32"
7937 ;;
7938 *64-bit*)
7939 LD="${LD-ld} -64"
7940 ;;
7941 esac
7942 fi
7943 fi
7944 rm -rf conftest*
7945 ;;
7946
7947x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7948s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7949 # Find out which ABI we are using.
7950 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7951 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7952 (eval $ac_compile) 2>&5
7953 ac_status=$?
81ecdfbb
RW
7954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7955 test $ac_status = 0; }; then
7357c5b6
AM
7956 case `/usr/bin/file conftest.o` in
7957 *32-bit*)
7958 case $host in
7959 x86_64-*kfreebsd*-gnu)
7960 LD="${LD-ld} -m elf_i386_fbsd"
7961 ;;
7962 x86_64-*linux*)
6d2920c8
L
7963 case `/usr/bin/file conftest.o` in
7964 *x86-64*)
7965 LD="${LD-ld} -m elf32_x86_64"
7966 ;;
7967 *)
7968 LD="${LD-ld} -m elf_i386"
7969 ;;
7970 esac
7357c5b6
AM
7971 ;;
7972 ppc64-*linux*|powerpc64-*linux*)
7973 LD="${LD-ld} -m elf32ppclinux"
7974 ;;
7975 s390x-*linux*)
7976 LD="${LD-ld} -m elf_s390"
7977 ;;
7978 sparc64-*linux*)
7979 LD="${LD-ld} -m elf32_sparc"
7980 ;;
7981 esac
7982 ;;
7983 *64-bit*)
7984 case $host in
7985 x86_64-*kfreebsd*-gnu)
7986 LD="${LD-ld} -m elf_x86_64_fbsd"
7987 ;;
7988 x86_64-*linux*)
7989 LD="${LD-ld} -m elf_x86_64"
7990 ;;
7991 ppc*-*linux*|powerpc*-*linux*)
7992 LD="${LD-ld} -m elf64ppc"
7993 ;;
7994 s390*-*linux*|s390*-*tpf*)
7995 LD="${LD-ld} -m elf64_s390"
7996 ;;
7997 sparc*-*linux*)
7998 LD="${LD-ld} -m elf64_sparc"
7999 ;;
8000 esac
8001 ;;
8002 esac
8003 fi
8004 rm -rf conftest*
8005 ;;
8006
8007*-*-sco3.2v5*)
8008 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8009 SAVE_CFLAGS="$CFLAGS"
8010 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
8012$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
8013if test "${lt_cv_cc_needs_belf+set}" = set; then :
8014 $as_echo_n "(cached) " >&6
ce2cded5 8015else
7357c5b6
AM
8016 ac_ext=c
8017ac_cpp='$CPP $CPPFLAGS'
8018ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8019ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8020ac_compiler_gnu=$ac_cv_c_compiler_gnu
8021
81ecdfbb 8022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 8023/* end confdefs.h. */
d7040cdb 8024
7357c5b6
AM
8025int
8026main ()
8027{
8028
8029 ;
8030 return 0;
8031}
ce2cded5 8032_ACEOF
81ecdfbb 8033if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 8034 lt_cv_cc_needs_belf=yes
ce2cded5 8035else
81ecdfbb 8036 lt_cv_cc_needs_belf=no
ce2cded5 8037fi
81ecdfbb
RW
8038rm -f core conftest.err conftest.$ac_objext \
8039 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
8040 ac_ext=c
8041ac_cpp='$CPP $CPPFLAGS'
8042ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8043ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8044ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8045
b214d478 8046fi
81ecdfbb
RW
8047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
8048$as_echo "$lt_cv_cc_needs_belf" >&6; }
b214d478
SE
8049 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8050 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8051 CFLAGS="$SAVE_CFLAGS"
8052 fi
8053 ;;
8054sparc*-*solaris*)
8055 # Find out which ABI we are using.
8056 echo 'int i;' > conftest.$ac_ext
81ecdfbb 8057 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
b214d478
SE
8058 (eval $ac_compile) 2>&5
8059 ac_status=$?
81ecdfbb
RW
8060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8061 test $ac_status = 0; }; then
b214d478
SE
8062 case `/usr/bin/file conftest.o` in
8063 *64-bit*)
8064 case $lt_cv_prog_gnu_ld in
8065 yes*) LD="${LD-ld} -m elf64_sparc" ;;
8066 *)
8067 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8068 LD="${LD-ld} -64"
8069 fi
8070 ;;
8071 esac
8072 ;;
8073 esac
8074 fi
8075 rm -rf conftest*
8076 ;;
8077esac
8078
8079need_locks="$enable_libtool_lock"
8080
8081
8082 case $host_os in
8083 rhapsody* | darwin*)
8084 if test -n "$ac_tool_prefix"; then
8085 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
8086set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
8087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8088$as_echo_n "checking for $ac_word... " >&6; }
8089if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
8090 $as_echo_n "(cached) " >&6
b214d478
SE
8091else
8092 if test -n "$DSYMUTIL"; then
8093 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
8094else
8095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8096for as_dir in $PATH
8097do
8098 IFS=$as_save_IFS
8099 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8100 for ac_exec_ext in '' $ac_executable_extensions; do
8101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8102 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 8103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8104 break 2
8105 fi
8106done
81ecdfbb
RW
8107 done
8108IFS=$as_save_IFS
b214d478
SE
8109
8110fi
8111fi
8112DSYMUTIL=$ac_cv_prog_DSYMUTIL
8113if test -n "$DSYMUTIL"; then
81ecdfbb
RW
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
8115$as_echo "$DSYMUTIL" >&6; }
b214d478 8116else
81ecdfbb
RW
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8118$as_echo "no" >&6; }
b214d478
SE
8119fi
8120
81ecdfbb 8121
b214d478
SE
8122fi
8123if test -z "$ac_cv_prog_DSYMUTIL"; then
8124 ac_ct_DSYMUTIL=$DSYMUTIL
8125 # Extract the first word of "dsymutil", so it can be a program name with args.
8126set dummy dsymutil; ac_word=$2
81ecdfbb
RW
8127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8128$as_echo_n "checking for $ac_word... " >&6; }
8129if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
8130 $as_echo_n "(cached) " >&6
b214d478
SE
8131else
8132 if test -n "$ac_ct_DSYMUTIL"; then
8133 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
8134else
8135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8136for as_dir in $PATH
8137do
8138 IFS=$as_save_IFS
8139 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8140 for ac_exec_ext in '' $ac_executable_extensions; do
8141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8142 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 8143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8144 break 2
8145 fi
8146done
81ecdfbb
RW
8147 done
8148IFS=$as_save_IFS
b214d478 8149
b214d478
SE
8150fi
8151fi
8152ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8153if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
8155$as_echo "$ac_ct_DSYMUTIL" >&6; }
b214d478 8156else
81ecdfbb
RW
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8158$as_echo "no" >&6; }
b214d478
SE
8159fi
8160
81ecdfbb
RW
8161 if test "x$ac_ct_DSYMUTIL" = x; then
8162 DSYMUTIL=":"
8163 else
8164 case $cross_compiling:$ac_tool_warned in
8165yes:)
8166{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8167$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8168ac_tool_warned=yes ;;
8169esac
8170 DSYMUTIL=$ac_ct_DSYMUTIL
8171 fi
b214d478
SE
8172else
8173 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8174fi
8175
8176 if test -n "$ac_tool_prefix"; then
8177 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8178set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
8179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8180$as_echo_n "checking for $ac_word... " >&6; }
8181if test "${ac_cv_prog_NMEDIT+set}" = set; then :
8182 $as_echo_n "(cached) " >&6
b214d478
SE
8183else
8184 if test -n "$NMEDIT"; then
8185 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8186else
8187as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8188for as_dir in $PATH
8189do
8190 IFS=$as_save_IFS
8191 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8192 for ac_exec_ext in '' $ac_executable_extensions; do
8193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8194 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 8195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8196 break 2
8197 fi
8198done
81ecdfbb
RW
8199 done
8200IFS=$as_save_IFS
b214d478
SE
8201
8202fi
8203fi
8204NMEDIT=$ac_cv_prog_NMEDIT
8205if test -n "$NMEDIT"; then
81ecdfbb
RW
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
8207$as_echo "$NMEDIT" >&6; }
b214d478 8208else
81ecdfbb
RW
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8210$as_echo "no" >&6; }
b214d478
SE
8211fi
8212
81ecdfbb 8213
b214d478
SE
8214fi
8215if test -z "$ac_cv_prog_NMEDIT"; then
8216 ac_ct_NMEDIT=$NMEDIT
8217 # Extract the first word of "nmedit", so it can be a program name with args.
8218set dummy nmedit; ac_word=$2
81ecdfbb
RW
8219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8220$as_echo_n "checking for $ac_word... " >&6; }
8221if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
8222 $as_echo_n "(cached) " >&6
b214d478
SE
8223else
8224 if test -n "$ac_ct_NMEDIT"; then
8225 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8226else
8227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8228for as_dir in $PATH
8229do
8230 IFS=$as_save_IFS
8231 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8232 for ac_exec_ext in '' $ac_executable_extensions; do
8233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8234 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 8235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8236 break 2
8237 fi
8238done
81ecdfbb
RW
8239 done
8240IFS=$as_save_IFS
b214d478 8241
b214d478
SE
8242fi
8243fi
8244ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8245if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
8247$as_echo "$ac_ct_NMEDIT" >&6; }
b214d478 8248else
81ecdfbb
RW
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8250$as_echo "no" >&6; }
b214d478
SE
8251fi
8252
81ecdfbb
RW
8253 if test "x$ac_ct_NMEDIT" = x; then
8254 NMEDIT=":"
8255 else
8256 case $cross_compiling:$ac_tool_warned in
8257yes:)
8258{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8259$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8260ac_tool_warned=yes ;;
8261esac
8262 NMEDIT=$ac_ct_NMEDIT
8263 fi
b214d478
SE
8264else
8265 NMEDIT="$ac_cv_prog_NMEDIT"
8266fi
8267
8268 if test -n "$ac_tool_prefix"; then
8269 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
8270set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
8271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8272$as_echo_n "checking for $ac_word... " >&6; }
8273if test "${ac_cv_prog_LIPO+set}" = set; then :
8274 $as_echo_n "(cached) " >&6
b214d478
SE
8275else
8276 if test -n "$LIPO"; then
8277 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8278else
8279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8280for as_dir in $PATH
8281do
8282 IFS=$as_save_IFS
8283 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8284 for ac_exec_ext in '' $ac_executable_extensions; do
8285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8286 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 8287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8288 break 2
8289 fi
8290done
81ecdfbb
RW
8291 done
8292IFS=$as_save_IFS
b214d478
SE
8293
8294fi
8295fi
8296LIPO=$ac_cv_prog_LIPO
8297if test -n "$LIPO"; then
81ecdfbb
RW
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8299$as_echo "$LIPO" >&6; }
b214d478 8300else
81ecdfbb
RW
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8302$as_echo "no" >&6; }
b214d478
SE
8303fi
8304
81ecdfbb 8305
b214d478
SE
8306fi
8307if test -z "$ac_cv_prog_LIPO"; then
8308 ac_ct_LIPO=$LIPO
8309 # Extract the first word of "lipo", so it can be a program name with args.
8310set dummy lipo; ac_word=$2
81ecdfbb
RW
8311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8312$as_echo_n "checking for $ac_word... " >&6; }
8313if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
8314 $as_echo_n "(cached) " >&6
b214d478
SE
8315else
8316 if test -n "$ac_ct_LIPO"; then
8317 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8318else
8319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8320for as_dir in $PATH
8321do
8322 IFS=$as_save_IFS
8323 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8324 for ac_exec_ext in '' $ac_executable_extensions; do
8325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8326 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 8327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8328 break 2
8329 fi
8330done
81ecdfbb
RW
8331 done
8332IFS=$as_save_IFS
b214d478 8333
b214d478
SE
8334fi
8335fi
8336ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
8337if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
8339$as_echo "$ac_ct_LIPO" >&6; }
b214d478 8340else
81ecdfbb
RW
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8342$as_echo "no" >&6; }
b214d478
SE
8343fi
8344
81ecdfbb
RW
8345 if test "x$ac_ct_LIPO" = x; then
8346 LIPO=":"
8347 else
8348 case $cross_compiling:$ac_tool_warned in
8349yes:)
8350{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8351$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8352ac_tool_warned=yes ;;
8353esac
8354 LIPO=$ac_ct_LIPO
8355 fi
b214d478
SE
8356else
8357 LIPO="$ac_cv_prog_LIPO"
8358fi
8359
8360 if test -n "$ac_tool_prefix"; then
8361 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8362set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
8363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8364$as_echo_n "checking for $ac_word... " >&6; }
8365if test "${ac_cv_prog_OTOOL+set}" = set; then :
8366 $as_echo_n "(cached) " >&6
b214d478
SE
8367else
8368 if test -n "$OTOOL"; then
8369 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8370else
8371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8372for as_dir in $PATH
8373do
8374 IFS=$as_save_IFS
8375 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8376 for ac_exec_ext in '' $ac_executable_extensions; do
8377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8378 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 8379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8380 break 2
8381 fi
8382done
81ecdfbb
RW
8383 done
8384IFS=$as_save_IFS
b214d478
SE
8385
8386fi
8387fi
8388OTOOL=$ac_cv_prog_OTOOL
8389if test -n "$OTOOL"; then
81ecdfbb
RW
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8391$as_echo "$OTOOL" >&6; }
b214d478 8392else
81ecdfbb
RW
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8394$as_echo "no" >&6; }
b214d478
SE
8395fi
8396
81ecdfbb 8397
b214d478
SE
8398fi
8399if test -z "$ac_cv_prog_OTOOL"; then
8400 ac_ct_OTOOL=$OTOOL
8401 # Extract the first word of "otool", so it can be a program name with args.
8402set dummy otool; ac_word=$2
81ecdfbb
RW
8403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8404$as_echo_n "checking for $ac_word... " >&6; }
8405if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
8406 $as_echo_n "(cached) " >&6
b214d478
SE
8407else
8408 if test -n "$ac_ct_OTOOL"; then
8409 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8410else
8411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8412for as_dir in $PATH
8413do
8414 IFS=$as_save_IFS
8415 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8416 for ac_exec_ext in '' $ac_executable_extensions; do
8417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8418 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 8419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8420 break 2
8421 fi
8422done
81ecdfbb
RW
8423 done
8424IFS=$as_save_IFS
b214d478 8425
b214d478
SE
8426fi
8427fi
8428ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8429if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8431$as_echo "$ac_ct_OTOOL" >&6; }
b214d478 8432else
81ecdfbb
RW
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8434$as_echo "no" >&6; }
b214d478
SE
8435fi
8436
81ecdfbb
RW
8437 if test "x$ac_ct_OTOOL" = x; then
8438 OTOOL=":"
8439 else
8440 case $cross_compiling:$ac_tool_warned in
8441yes:)
8442{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8443$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8444ac_tool_warned=yes ;;
8445esac
8446 OTOOL=$ac_ct_OTOOL
8447 fi
b214d478
SE
8448else
8449 OTOOL="$ac_cv_prog_OTOOL"
8450fi
8451
8452 if test -n "$ac_tool_prefix"; then
8453 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8454set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
8455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8456$as_echo_n "checking for $ac_word... " >&6; }
8457if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8458 $as_echo_n "(cached) " >&6
b214d478
SE
8459else
8460 if test -n "$OTOOL64"; then
8461 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8462else
8463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8464for as_dir in $PATH
8465do
8466 IFS=$as_save_IFS
8467 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8468 for ac_exec_ext in '' $ac_executable_extensions; do
8469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8470 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 8471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8472 break 2
8473 fi
8474done
81ecdfbb
RW
8475 done
8476IFS=$as_save_IFS
b214d478
SE
8477
8478fi
8479fi
8480OTOOL64=$ac_cv_prog_OTOOL64
8481if test -n "$OTOOL64"; then
81ecdfbb
RW
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8483$as_echo "$OTOOL64" >&6; }
b214d478 8484else
81ecdfbb
RW
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8486$as_echo "no" >&6; }
b214d478
SE
8487fi
8488
81ecdfbb 8489
b214d478
SE
8490fi
8491if test -z "$ac_cv_prog_OTOOL64"; then
8492 ac_ct_OTOOL64=$OTOOL64
8493 # Extract the first word of "otool64", so it can be a program name with args.
8494set dummy otool64; ac_word=$2
81ecdfbb
RW
8495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8496$as_echo_n "checking for $ac_word... " >&6; }
8497if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8498 $as_echo_n "(cached) " >&6
b214d478
SE
8499else
8500 if test -n "$ac_ct_OTOOL64"; then
8501 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8502else
8503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8504for as_dir in $PATH
8505do
8506 IFS=$as_save_IFS
8507 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8508 for ac_exec_ext in '' $ac_executable_extensions; do
8509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8510 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 8511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8512 break 2
8513 fi
8514done
81ecdfbb
RW
8515 done
8516IFS=$as_save_IFS
b214d478 8517
b214d478
SE
8518fi
8519fi
8520ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8521if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8523$as_echo "$ac_ct_OTOOL64" >&6; }
b214d478 8524else
81ecdfbb
RW
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8526$as_echo "no" >&6; }
b214d478
SE
8527fi
8528
81ecdfbb
RW
8529 if test "x$ac_ct_OTOOL64" = x; then
8530 OTOOL64=":"
8531 else
8532 case $cross_compiling:$ac_tool_warned in
8533yes:)
8534{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8535$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8536ac_tool_warned=yes ;;
8537esac
8538 OTOOL64=$ac_ct_OTOOL64
8539 fi
b214d478
SE
8540else
8541 OTOOL64="$ac_cv_prog_OTOOL64"
8542fi
8543
8544
8545
8546
8547
8548
8549
8550
8551
8552
8553
8554
8555
8556
8557
8558
8559
8560
8561
8562
8563
8564
8565
8566
8567
8568
8569
81ecdfbb
RW
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8571$as_echo_n "checking for -single_module linker flag... " >&6; }
8572if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8573 $as_echo_n "(cached) " >&6
b214d478
SE
8574else
8575 lt_cv_apple_cc_single_mod=no
8576 if test -z "${LT_MULTI_MODULE}"; then
8577 # By default we will add the -single_module flag. You can override
8578 # by either setting the environment variable LT_MULTI_MODULE
8579 # non-empty at configure time, or by adding -multi_module to the
8580 # link flags.
8581 rm -rf libconftest.dylib*
8582 echo "int foo(void){return 1;}" > conftest.c
8583 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8584-dynamiclib -Wl,-single_module conftest.c" >&5
8585 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8586 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8587 _lt_result=$?
8588 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8589 lt_cv_apple_cc_single_mod=yes
8590 else
8591 cat conftest.err >&5
8592 fi
8593 rm -rf libconftest.dylib*
8594 rm -f conftest.*
8595 fi
8596fi
81ecdfbb
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8598$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8600$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8601if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8602 $as_echo_n "(cached) " >&6
b214d478
SE
8603else
8604 lt_cv_ld_exported_symbols_list=no
8605 save_LDFLAGS=$LDFLAGS
8606 echo "_main" > conftest.sym
8607 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 8608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b214d478
SE
8609/* end confdefs.h. */
8610
8611int
8612main ()
8613{
8614
8615 ;
8616 return 0;
8617}
8618_ACEOF
81ecdfbb 8619if ac_fn_c_try_link "$LINENO"; then :
b214d478
SE
8620 lt_cv_ld_exported_symbols_list=yes
8621else
81ecdfbb 8622 lt_cv_ld_exported_symbols_list=no
b214d478 8623fi
81ecdfbb
RW
8624rm -f core conftest.err conftest.$ac_objext \
8625 conftest$ac_exeext conftest.$ac_ext
b214d478
SE
8626 LDFLAGS="$save_LDFLAGS"
8627
8628fi
81ecdfbb
RW
8629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8630$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8632$as_echo_n "checking for -force_load linker flag... " >&6; }
8633if test "${lt_cv_ld_force_load+set}" = set; then :
8634 $as_echo_n "(cached) " >&6
8635else
8636 lt_cv_ld_force_load=no
8637 cat > conftest.c << _LT_EOF
8638int forced_loaded() { return 2;}
8639_LT_EOF
8640 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8641 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8642 echo "$AR cru libconftest.a conftest.o" >&5
8643 $AR cru libconftest.a conftest.o 2>&5
8644 cat > conftest.c << _LT_EOF
8645int main() { return 0;}
8646_LT_EOF
8647 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8648 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8649 _lt_result=$?
8650 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8651 lt_cv_ld_force_load=yes
8652 else
8653 cat conftest.err >&5
8654 fi
8655 rm -f conftest.err libconftest.a conftest conftest.c
8656 rm -rf conftest.dSYM
8657
8658fi
8659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8660$as_echo "$lt_cv_ld_force_load" >&6; }
b214d478
SE
8661 case $host_os in
8662 rhapsody* | darwin1.[012])
8663 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8664 darwin1.*)
8665 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8666 darwin*) # darwin 5.x on
8667 # if running on 10.5 or later, the deployment target defaults
8668 # to the OS version, if on x86, and 10.4, the deployment
8669 # target defaults to 10.4. Don't you love it?
8670 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8671 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8672 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8673 10.[012]*)
8674 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8675 10.*)
8676 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8677 esac
8678 ;;
8679 esac
8680 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8681 _lt_dar_single_mod='$single_module'
8682 fi
8683 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8684 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8685 else
8686 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8687 fi
3725885a 8688 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
b214d478
SE
8689 _lt_dsymutil='~$DSYMUTIL $lib || :'
8690 else
8691 _lt_dsymutil=
8692 fi
8693 ;;
8694 esac
8695
b214d478 8696for ac_header in dlfcn.h
81ecdfbb
RW
8697do :
8698 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8699"
8700if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
b214d478 8701 cat >>confdefs.h <<_ACEOF
81ecdfbb 8702#define HAVE_DLFCN_H 1
b214d478
SE
8703_ACEOF
8704
8705fi
8706
8707done
8708
8709
8710
3725885a
RW
8711
8712
3cb62297 8713
b214d478
SE
8714# Set options
8715
8716
8717
8718 enable_dlopen=no
8719
8720
8721 enable_win32_dll=no
8722
8723
81ecdfbb
RW
8724 # Check whether --enable-shared was given.
8725if test "${enable_shared+set}" = set; then :
8726 enableval=$enable_shared; p=${PACKAGE-default}
b214d478
SE
8727 case $enableval in
8728 yes) enable_shared=yes ;;
8729 no) enable_shared=no ;;
8730 *)
8731 enable_shared=no
8732 # Look at the argument we got. We use all the common list separators.
8733 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8734 for pkg in $enableval; do
8735 IFS="$lt_save_ifs"
8736 if test "X$pkg" = "X$p"; then
8737 enable_shared=yes
8738 fi
8739 done
8740 IFS="$lt_save_ifs"
8741 ;;
8742 esac
8743else
8744 enable_shared=yes
81ecdfbb 8745fi
b214d478
SE
8746
8747
8748
8749
8750
8751
8752
8753
81ecdfbb
RW
8754
8755 # Check whether --enable-static was given.
8756if test "${enable_static+set}" = set; then :
8757 enableval=$enable_static; p=${PACKAGE-default}
b214d478
SE
8758 case $enableval in
8759 yes) enable_static=yes ;;
8760 no) enable_static=no ;;
8761 *)
8762 enable_static=no
8763 # Look at the argument we got. We use all the common list separators.
8764 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8765 for pkg in $enableval; do
8766 IFS="$lt_save_ifs"
8767 if test "X$pkg" = "X$p"; then
8768 enable_static=yes
8769 fi
8770 done
8771 IFS="$lt_save_ifs"
8772 ;;
8773 esac
8774else
8775 enable_static=yes
81ecdfbb 8776fi
b214d478
SE
8777
8778
8779
8780
8781
8782
8783
8784
8785
81ecdfbb
RW
8786
8787# Check whether --with-pic was given.
8788if test "${with_pic+set}" = set; then :
8789 withval=$with_pic; pic_mode="$withval"
b214d478
SE
8790else
8791 pic_mode=default
81ecdfbb
RW
8792fi
8793
b214d478
SE
8794
8795test -z "$pic_mode" && pic_mode=default
8796
8797
8798
8799
8800
8801
8802
81ecdfbb
RW
8803 # Check whether --enable-fast-install was given.
8804if test "${enable_fast_install+set}" = set; then :
8805 enableval=$enable_fast_install; p=${PACKAGE-default}
b214d478
SE
8806 case $enableval in
8807 yes) enable_fast_install=yes ;;
8808 no) enable_fast_install=no ;;
8809 *)
8810 enable_fast_install=no
8811 # Look at the argument we got. We use all the common list separators.
8812 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8813 for pkg in $enableval; do
8814 IFS="$lt_save_ifs"
8815 if test "X$pkg" = "X$p"; then
8816 enable_fast_install=yes
8817 fi
8818 done
8819 IFS="$lt_save_ifs"
7357c5b6
AM
8820 ;;
8821 esac
b214d478
SE
8822else
8823 enable_fast_install=yes
81ecdfbb
RW
8824fi
8825
ce2cded5 8826
ce2cded5
L
8827
8828
ce2cded5 8829
42ecbf5e 8830
d7040cdb 8831
d7040cdb 8832
d7040cdb 8833
d7040cdb 8834
d7040cdb 8835
ce2cded5
L
8836# This can be used to rebuild libtool when needed
8837LIBTOOL_DEPS="$ltmain"
d7040cdb 8838
ce2cded5
L
8839# Always use our own libtool.
8840LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 8841
d7040cdb 8842
d7040cdb 8843
d7040cdb 8844
d7040cdb 8845
d7040cdb 8846
d7040cdb 8847
d7040cdb 8848
d7040cdb 8849
d7040cdb 8850
d7040cdb 8851
d7040cdb 8852
d7040cdb 8853
d7040cdb 8854
d7040cdb 8855
d7040cdb 8856
d7040cdb
SE
8857
8858
8859
8860
8861
8862
8863
3725885a 8864
d7040cdb
SE
8865
8866
ce2cded5 8867test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
8868
8869
8870
8871
8872
8873
d7040cdb
SE
8874
8875
8876
8877
8878
8879
8880
8881
ce2cded5
L
8882if test -n "${ZSH_VERSION+set}" ; then
8883 setopt NO_GLOB_SUBST
8884fi
d7040cdb 8885
81ecdfbb
RW
8886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8887$as_echo_n "checking for objdir... " >&6; }
8888if test "${lt_cv_objdir+set}" = set; then :
8889 $as_echo_n "(cached) " >&6
ce2cded5
L
8890else
8891 rm -f .libs 2>/dev/null
8892mkdir .libs 2>/dev/null
8893if test -d .libs; then
8894 lt_cv_objdir=.libs
8895else
8896 # MS-DOS does not allow filenames that begin with a dot.
8897 lt_cv_objdir=_libs
8898fi
8899rmdir .libs 2>/dev/null
8900fi
81ecdfbb
RW
8901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8902$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 8903objdir=$lt_cv_objdir
d7040cdb
SE
8904
8905
8906
8907
8908
ce2cded5
L
8909cat >>confdefs.h <<_ACEOF
8910#define LT_OBJDIR "$lt_cv_objdir/"
8911_ACEOF
d7040cdb
SE
8912
8913
8914
8915
ce2cded5
L
8916case $host_os in
8917aix3*)
8918 # AIX sometimes has problems with the GCC collect2 program. For some
8919 # reason, if we set the COLLECT_NAMES environment variable, the problems
8920 # vanish in a puff of smoke.
8921 if test "X${COLLECT_NAMES+set}" != Xset; then
8922 COLLECT_NAMES=
8923 export COLLECT_NAMES
8924 fi
8925 ;;
8926esac
d7040cdb 8927
ce2cded5
L
8928# Global variables:
8929ofile=libtool
8930can_build_shared=yes
d7040cdb 8931
ce2cded5
L
8932# All known linkers require a `.a' archive for static linking (except MSVC,
8933# which needs '.lib').
8934libext=a
d7040cdb 8935
ce2cded5 8936with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 8937
ce2cded5
L
8938old_CC="$CC"
8939old_CFLAGS="$CFLAGS"
d7040cdb 8940
ce2cded5
L
8941# Set sane defaults for various variables
8942test -z "$CC" && CC=cc
8943test -z "$LTCC" && LTCC=$CC
8944test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8945test -z "$LD" && LD=ld
8946test -z "$ac_objext" && ac_objext=o
d7040cdb 8947
ce2cded5
L
8948for cc_temp in $compiler""; do
8949 case $cc_temp in
8950 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8951 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8952 \-*) ;;
8953 *) break;;
8954 esac
8955done
3725885a 8956cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8957
8958
ce2cded5
L
8959# Only perform the check for file, if the check method requires it
8960test -z "$MAGIC_CMD" && MAGIC_CMD=file
8961case $deplibs_check_method in
8962file_magic*)
8963 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8965$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8966if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8967 $as_echo_n "(cached) " >&6
ce2cded5
L
8968else
8969 case $MAGIC_CMD in
8970[\\/*] | ?:[\\/]*)
8971 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8972 ;;
8973*)
8974 lt_save_MAGIC_CMD="$MAGIC_CMD"
8975 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8976 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8977 for ac_dir in $ac_dummy; do
8978 IFS="$lt_save_ifs"
8979 test -z "$ac_dir" && ac_dir=.
8980 if test -f $ac_dir/${ac_tool_prefix}file; then
8981 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8982 if test -n "$file_magic_test_file"; then
8983 case $deplibs_check_method in
8984 "file_magic "*)
8985 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8986 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8987 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8988 $EGREP "$file_magic_regex" > /dev/null; then
8989 :
8990 else
8991 cat <<_LT_EOF 1>&2
d7040cdb 8992
ce2cded5
L
8993*** Warning: the command libtool uses to detect shared libraries,
8994*** $file_magic_cmd, produces output that libtool cannot recognize.
8995*** The result is that libtool may fail to recognize shared libraries
8996*** as such. This will affect the creation of libtool libraries that
8997*** depend on shared libraries, but programs linked with such libtool
8998*** libraries will work regardless of this problem. Nevertheless, you
8999*** may want to report the problem to your system manager and/or to
9000*** bug-libtool@gnu.org
d7040cdb 9001
ce2cded5
L
9002_LT_EOF
9003 fi ;;
9004 esac
9005 fi
9006 break
9007 fi
9008 done
9009 IFS="$lt_save_ifs"
9010 MAGIC_CMD="$lt_save_MAGIC_CMD"
9011 ;;
9012esac
9013fi
d7040cdb 9014
ce2cded5
L
9015MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9016if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9018$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 9019else
81ecdfbb
RW
9020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9021$as_echo "no" >&6; }
ce2cded5 9022fi
d7040cdb
SE
9023
9024
9025
9026
9027
ce2cded5
L
9028if test -z "$lt_cv_path_MAGIC_CMD"; then
9029 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9031$as_echo_n "checking for file... " >&6; }
9032if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9033 $as_echo_n "(cached) " >&6
ce2cded5
L
9034else
9035 case $MAGIC_CMD in
9036[\\/*] | ?:[\\/]*)
9037 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9038 ;;
9039*)
9040 lt_save_MAGIC_CMD="$MAGIC_CMD"
9041 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9042 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9043 for ac_dir in $ac_dummy; do
9044 IFS="$lt_save_ifs"
9045 test -z "$ac_dir" && ac_dir=.
9046 if test -f $ac_dir/file; then
9047 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9048 if test -n "$file_magic_test_file"; then
9049 case $deplibs_check_method in
9050 "file_magic "*)
9051 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9052 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9053 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9054 $EGREP "$file_magic_regex" > /dev/null; then
9055 :
9056 else
9057 cat <<_LT_EOF 1>&2
d7040cdb 9058
ce2cded5
L
9059*** Warning: the command libtool uses to detect shared libraries,
9060*** $file_magic_cmd, produces output that libtool cannot recognize.
9061*** The result is that libtool may fail to recognize shared libraries
9062*** as such. This will affect the creation of libtool libraries that
9063*** depend on shared libraries, but programs linked with such libtool
9064*** libraries will work regardless of this problem. Nevertheless, you
9065*** may want to report the problem to your system manager and/or to
9066*** bug-libtool@gnu.org
d7040cdb 9067
ce2cded5
L
9068_LT_EOF
9069 fi ;;
9070 esac
9071 fi
9072 break
9073 fi
9074 done
9075 IFS="$lt_save_ifs"
9076 MAGIC_CMD="$lt_save_MAGIC_CMD"
9077 ;;
9078esac
9079fi
d7040cdb 9080
ce2cded5
L
9081MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9082if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
9083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9084$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 9085else
81ecdfbb
RW
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9087$as_echo "no" >&6; }
ce2cded5 9088fi
d7040cdb
SE
9089
9090
ce2cded5
L
9091 else
9092 MAGIC_CMD=:
9093 fi
9094fi
d7040cdb 9095
ce2cded5
L
9096 fi
9097 ;;
9098esac
d7040cdb 9099
ce2cded5 9100# Use C for the default configuration in the libtool script
d7040cdb 9101
ce2cded5
L
9102lt_save_CC="$CC"
9103ac_ext=c
9104ac_cpp='$CPP $CPPFLAGS'
9105ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9106ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9107ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
9108
9109
ce2cded5
L
9110# Source file extension for C test sources.
9111ac_ext=c
d7040cdb 9112
ce2cded5
L
9113# Object file extension for compiled C test sources.
9114objext=o
9115objext=$objext
d7040cdb 9116
ce2cded5
L
9117# Code to be used in simple compile tests
9118lt_simple_compile_test_code="int some_variable = 0;"
d7040cdb 9119
ce2cded5
L
9120# Code to be used in simple link tests
9121lt_simple_link_test_code='int main(){return(0);}'
d7040cdb
SE
9122
9123
9124
9125
9126
9127
9128
ce2cded5
L
9129# If no C compiler was specified, use CC.
9130LTCC=${LTCC-"$CC"}
d7040cdb 9131
ce2cded5
L
9132# If no C compiler flags were specified, use CFLAGS.
9133LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 9134
ce2cded5
L
9135# Allow CC to be a program name with arguments.
9136compiler=$CC
d7040cdb 9137
ce2cded5
L
9138# Save the default compiler, since it gets overwritten when the other
9139# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9140compiler_DEFAULT=$CC
d7040cdb 9141
ce2cded5
L
9142# save warnings/boilerplate of simple test code
9143ac_outfile=conftest.$ac_objext
9144echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9145eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9146_lt_compiler_boilerplate=`cat conftest.err`
9147$RM conftest*
d7040cdb 9148
ce2cded5
L
9149ac_outfile=conftest.$ac_objext
9150echo "$lt_simple_link_test_code" >conftest.$ac_ext
9151eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9152_lt_linker_boilerplate=`cat conftest.err`
b214d478 9153$RM -r conftest*
d7040cdb
SE
9154
9155
ce2cded5
L
9156## CAVEAT EMPTOR:
9157## There is no encapsulation within the following macros, do not change
9158## the running order or otherwise move them around unless you know exactly
9159## what you are doing...
9160if test -n "$compiler"; then
d7040cdb 9161
ce2cded5 9162lt_prog_compiler_no_builtin_flag=
d7040cdb 9163
ce2cded5 9164if test "$GCC" = yes; then
3725885a
RW
9165 case $cc_basename in
9166 nvcc*)
9167 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9168 *)
9169 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9170 esac
d7040cdb 9171
81ecdfbb
RW
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9173$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9174if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9175 $as_echo_n "(cached) " >&6
ce2cded5
L
9176else
9177 lt_cv_prog_compiler_rtti_exceptions=no
9178 ac_outfile=conftest.$ac_objext
9179 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9180 lt_compiler_flag="-fno-rtti -fno-exceptions"
9181 # Insert the option either (1) after the last *FLAGS variable, or
9182 # (2) before a word containing "conftest.", or (3) at the end.
9183 # Note that $ac_compile itself does not contain backslashes and begins
9184 # with a dollar sign (not a hyphen), so the echo should work correctly.
9185 # The option is referenced via a variable to avoid confusing sed.
9186 lt_compile=`echo "$ac_compile" | $SED \
9187 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9188 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9189 -e 's:$: $lt_compiler_flag:'`
3725885a 9190 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9191 (eval "$lt_compile" 2>conftest.err)
9192 ac_status=$?
9193 cat conftest.err >&5
3725885a 9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9195 if (exit $ac_status) && test -s "$ac_outfile"; then
9196 # The compiler can only warn and ignore the option if not recognized
9197 # So say no if there are warnings other than the usual output.
3725885a 9198 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
9199 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9200 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9201 lt_cv_prog_compiler_rtti_exceptions=yes
9202 fi
9203 fi
9204 $RM conftest*
d7040cdb 9205
ce2cded5 9206fi
81ecdfbb
RW
9207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9208$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb 9209
ce2cded5
L
9210if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9211 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9212else
9213 :
9214fi
d7040cdb 9215
ce2cded5 9216fi
d7040cdb
SE
9217
9218
9219
9220
9221
9222
ce2cded5
L
9223 lt_prog_compiler_wl=
9224lt_prog_compiler_pic=
9225lt_prog_compiler_static=
d7040cdb 9226
81ecdfbb
RW
9227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9228$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb 9229
ce2cded5
L
9230 if test "$GCC" = yes; then
9231 lt_prog_compiler_wl='-Wl,'
9232 lt_prog_compiler_static='-static'
d7040cdb 9233
ce2cded5
L
9234 case $host_os in
9235 aix*)
9236 # All AIX code is PIC.
9237 if test "$host_cpu" = ia64; then
9238 # AIX 5 now supports IA64 processor
9239 lt_prog_compiler_static='-Bstatic'
9240 fi
52204357 9241 lt_prog_compiler_pic='-fPIC'
ce2cded5 9242 ;;
d7040cdb 9243
ce2cded5 9244 amigaos*)
b214d478
SE
9245 case $host_cpu in
9246 powerpc)
9247 # see comment about AmigaOS4 .so support
9248 lt_prog_compiler_pic='-fPIC'
9249 ;;
9250 m68k)
9251 # FIXME: we need at least 68020 code to build shared libraries, but
9252 # adding the `-m68020' flag to GCC prevents building anything better,
9253 # like `-m68040'.
9254 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9255 ;;
9256 esac
ce2cded5 9257 ;;
d7040cdb 9258
ce2cded5
L
9259 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9260 # PIC is the default for these OSes.
9261 ;;
d7040cdb 9262
b214d478 9263 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
9264 # This hack is so that the source file can tell whether it is being
9265 # built for inclusion in a dll (and should export symbols for example).
9266 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9267 # (--disable-auto-import) libraries
9268 lt_prog_compiler_pic='-DDLL_EXPORT'
9269 ;;
d7040cdb 9270
ce2cded5
L
9271 darwin* | rhapsody*)
9272 # PIC is the default on this platform
9273 # Common symbols not allowed in MH_DYLIB files
9274 lt_prog_compiler_pic='-fno-common'
9275 ;;
d7040cdb 9276
3725885a
RW
9277 haiku*)
9278 # PIC is the default for Haiku.
9279 # The "-static" flag exists, but is broken.
9280 lt_prog_compiler_static=
9281 ;;
9282
ce2cded5 9283 hpux*)
b214d478
SE
9284 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9285 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9286 # sets the default TLS model and affects inlining.
ce2cded5 9287 case $host_cpu in
b214d478 9288 hppa*64*)
ce2cded5
L
9289 # +Z the default
9290 ;;
9291 *)
9292 lt_prog_compiler_pic='-fPIC'
9293 ;;
9294 esac
9295 ;;
d7040cdb 9296
ce2cded5
L
9297 interix[3-9]*)
9298 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9299 # Instead, we relocate shared libraries at runtime.
9300 ;;
d7040cdb 9301
ce2cded5
L
9302 msdosdjgpp*)
9303 # Just because we use GCC doesn't mean we suddenly get shared libraries
9304 # on systems that don't support them.
9305 lt_prog_compiler_can_build_shared=no
9306 enable_shared=no
9307 ;;
d7040cdb 9308
ce2cded5
L
9309 *nto* | *qnx*)
9310 # QNX uses GNU C++, but need to define -shared option too, otherwise
9311 # it will coredump.
9312 lt_prog_compiler_pic='-fPIC -shared'
9313 ;;
d7040cdb 9314
ce2cded5
L
9315 sysv4*MP*)
9316 if test -d /usr/nec; then
9317 lt_prog_compiler_pic=-Kconform_pic
9318 fi
9319 ;;
d7040cdb 9320
ce2cded5
L
9321 *)
9322 lt_prog_compiler_pic='-fPIC'
9323 ;;
9324 esac
3725885a
RW
9325
9326 case $cc_basename in
9327 nvcc*) # Cuda Compiler Driver 2.2
9328 lt_prog_compiler_wl='-Xlinker '
9329 lt_prog_compiler_pic='-Xcompiler -fPIC'
9330 ;;
9331 esac
ce2cded5
L
9332 else
9333 # PORTME Check for flag to pass linker flags through the system compiler.
9334 case $host_os in
9335 aix*)
9336 lt_prog_compiler_wl='-Wl,'
9337 if test "$host_cpu" = ia64; then
9338 # AIX 5 now supports IA64 processor
9339 lt_prog_compiler_static='-Bstatic'
9340 else
9341 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9342 fi
9343 ;;
d7040cdb 9344
b214d478 9345 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
9346 # This hack is so that the source file can tell whether it is being
9347 # built for inclusion in a dll (and should export symbols for example).
9348 lt_prog_compiler_pic='-DDLL_EXPORT'
9349 ;;
d7040cdb 9350
ce2cded5
L
9351 hpux9* | hpux10* | hpux11*)
9352 lt_prog_compiler_wl='-Wl,'
9353 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9354 # not for PA HP-UX.
9355 case $host_cpu in
9356 hppa*64*|ia64*)
9357 # +Z the default
9358 ;;
9359 *)
9360 lt_prog_compiler_pic='+Z'
9361 ;;
9362 esac
9363 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9364 lt_prog_compiler_static='${wl}-a ${wl}archive'
9365 ;;
d7040cdb 9366
ce2cded5
L
9367 irix5* | irix6* | nonstopux*)
9368 lt_prog_compiler_wl='-Wl,'
9369 # PIC (with -KPIC) is the default.
9370 lt_prog_compiler_static='-non_shared'
9371 ;;
d7040cdb 9372
58e24671 9373 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 9374 case $cc_basename in
b214d478
SE
9375 # old Intel for x86_64 which still supported -KPIC.
9376 ecc*)
ce2cded5
L
9377 lt_prog_compiler_wl='-Wl,'
9378 lt_prog_compiler_pic='-KPIC'
9379 lt_prog_compiler_static='-static'
9380 ;;
b214d478
SE
9381 # icc used to be incompatible with GCC.
9382 # ICC 10 doesn't accept -KPIC any more.
9383 icc* | ifort*)
9384 lt_prog_compiler_wl='-Wl,'
9385 lt_prog_compiler_pic='-fPIC'
9386 lt_prog_compiler_static='-static'
9387 ;;
9388 # Lahey Fortran 8.1.
9389 lf95*)
9390 lt_prog_compiler_wl='-Wl,'
9391 lt_prog_compiler_pic='--shared'
9392 lt_prog_compiler_static='--static'
9393 ;;
3725885a 9394 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
9395 # Portland Group compilers (*not* the Pentium gcc compiler,
9396 # which looks to be a dead project)
9397 lt_prog_compiler_wl='-Wl,'
9398 lt_prog_compiler_pic='-fpic'
9399 lt_prog_compiler_static='-Bstatic'
9400 ;;
9401 ccc*)
9402 lt_prog_compiler_wl='-Wl,'
9403 # All Alpha code is PIC.
9404 lt_prog_compiler_static='-non_shared'
9405 ;;
3725885a
RW
9406 xl* | bgxl* | bgf* | mpixl*)
9407 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
b214d478
SE
9408 lt_prog_compiler_wl='-Wl,'
9409 lt_prog_compiler_pic='-qpic'
9410 lt_prog_compiler_static='-qstaticlink'
9411 ;;
ce2cded5
L
9412 *)
9413 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
9414 *Sun\ F* | *Sun*Fortran*)
9415 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
9416 lt_prog_compiler_pic='-KPIC'
9417 lt_prog_compiler_static='-Bstatic'
3725885a 9418 lt_prog_compiler_wl=''
ce2cded5 9419 ;;
3725885a
RW
9420 *Sun\ C*)
9421 # Sun C 5.9
ce2cded5
L
9422 lt_prog_compiler_pic='-KPIC'
9423 lt_prog_compiler_static='-Bstatic'
3725885a 9424 lt_prog_compiler_wl='-Wl,'
ce2cded5
L
9425 ;;
9426 esac
9427 ;;
9428 esac
9429 ;;
d7040cdb 9430
ce2cded5
L
9431 newsos6)
9432 lt_prog_compiler_pic='-KPIC'
9433 lt_prog_compiler_static='-Bstatic'
9434 ;;
d7040cdb 9435
ce2cded5
L
9436 *nto* | *qnx*)
9437 # QNX uses GNU C++, but need to define -shared option too, otherwise
9438 # it will coredump.
9439 lt_prog_compiler_pic='-fPIC -shared'
9440 ;;
d7040cdb 9441
ce2cded5
L
9442 osf3* | osf4* | osf5*)
9443 lt_prog_compiler_wl='-Wl,'
9444 # All OSF/1 code is PIC.
9445 lt_prog_compiler_static='-non_shared'
9446 ;;
d7040cdb 9447
ce2cded5
L
9448 rdos*)
9449 lt_prog_compiler_static='-non_shared'
9450 ;;
d7040cdb 9451
ce2cded5
L
9452 solaris*)
9453 lt_prog_compiler_pic='-KPIC'
9454 lt_prog_compiler_static='-Bstatic'
9455 case $cc_basename in
9456 f77* | f90* | f95*)
9457 lt_prog_compiler_wl='-Qoption ld ';;
9458 *)
9459 lt_prog_compiler_wl='-Wl,';;
9460 esac
9461 ;;
d7040cdb 9462
ce2cded5
L
9463 sunos4*)
9464 lt_prog_compiler_wl='-Qoption ld '
9465 lt_prog_compiler_pic='-PIC'
9466 lt_prog_compiler_static='-Bstatic'
9467 ;;
d7040cdb 9468
ce2cded5
L
9469 sysv4 | sysv4.2uw2* | sysv4.3*)
9470 lt_prog_compiler_wl='-Wl,'
9471 lt_prog_compiler_pic='-KPIC'
9472 lt_prog_compiler_static='-Bstatic'
9473 ;;
d7040cdb 9474
ce2cded5
L
9475 sysv4*MP*)
9476 if test -d /usr/nec ;then
9477 lt_prog_compiler_pic='-Kconform_pic'
9478 lt_prog_compiler_static='-Bstatic'
9479 fi
9480 ;;
d7040cdb 9481
ce2cded5
L
9482 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9483 lt_prog_compiler_wl='-Wl,'
9484 lt_prog_compiler_pic='-KPIC'
9485 lt_prog_compiler_static='-Bstatic'
9486 ;;
d7040cdb 9487
ce2cded5
L
9488 unicos*)
9489 lt_prog_compiler_wl='-Wl,'
9490 lt_prog_compiler_can_build_shared=no
9491 ;;
d7040cdb 9492
ce2cded5
L
9493 uts4*)
9494 lt_prog_compiler_pic='-pic'
9495 lt_prog_compiler_static='-Bstatic'
9496 ;;
d7040cdb 9497
ce2cded5
L
9498 *)
9499 lt_prog_compiler_can_build_shared=no
9500 ;;
9501 esac
9502 fi
d7040cdb 9503
ce2cded5
L
9504case $host_os in
9505 # For platforms which do not support PIC, -DPIC is meaningless:
9506 *djgpp*)
9507 lt_prog_compiler_pic=
9508 ;;
9509 *)
9510 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9511 ;;
9512esac
81ecdfbb
RW
9513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9514$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
9515
9516
9517
9518
9519
9520
ce2cded5
L
9521#
9522# Check to make sure the PIC flag actually works.
9523#
9524if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9526$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9527if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9528 $as_echo_n "(cached) " >&6
ce2cded5 9529else
b214d478 9530 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
9531 ac_outfile=conftest.$ac_objext
9532 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9533 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9534 # Insert the option either (1) after the last *FLAGS variable, or
9535 # (2) before a word containing "conftest.", or (3) at the end.
9536 # Note that $ac_compile itself does not contain backslashes and begins
9537 # with a dollar sign (not a hyphen), so the echo should work correctly.
9538 # The option is referenced via a variable to avoid confusing sed.
9539 lt_compile=`echo "$ac_compile" | $SED \
9540 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9541 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9542 -e 's:$: $lt_compiler_flag:'`
3725885a 9543 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9544 (eval "$lt_compile" 2>conftest.err)
9545 ac_status=$?
9546 cat conftest.err >&5
3725885a 9547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9548 if (exit $ac_status) && test -s "$ac_outfile"; then
9549 # The compiler can only warn and ignore the option if not recognized
9550 # So say no if there are warnings other than the usual output.
3725885a 9551 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
9552 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9553 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
b214d478 9554 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
9555 fi
9556 fi
9557 $RM conftest*
d7040cdb 9558
ce2cded5 9559fi
81ecdfbb
RW
9560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9561$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
ce2cded5 9562
b214d478 9563if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
9564 case $lt_prog_compiler_pic in
9565 "" | " "*) ;;
9566 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9567 esac
9568else
9569 lt_prog_compiler_pic=
9570 lt_prog_compiler_can_build_shared=no
9571fi
9572
9573fi
d7040cdb
SE
9574
9575
9576
9577
9578
9579
ce2cded5
L
9580#
9581# Check to make sure the static flag actually works.
9582#
9583wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
9584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9585$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9586if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9587 $as_echo_n "(cached) " >&6
ce2cded5 9588else
b214d478 9589 lt_cv_prog_compiler_static_works=no
ce2cded5
L
9590 save_LDFLAGS="$LDFLAGS"
9591 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9592 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9593 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9594 # The linker can only warn and ignore the option if not recognized
9595 # So say no if there are warnings
9596 if test -s conftest.err; then
9597 # Append any errors to the config.log.
9598 cat conftest.err 1>&5
3725885a 9599 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
9600 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9601 if diff conftest.exp conftest.er2 >/dev/null; then
b214d478 9602 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
9603 fi
9604 else
b214d478 9605 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
9606 fi
9607 fi
b214d478 9608 $RM -r conftest*
ce2cded5 9609 LDFLAGS="$save_LDFLAGS"
d7040cdb 9610
ce2cded5 9611fi
81ecdfbb
RW
9612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9613$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 9614
b214d478 9615if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
9616 :
9617else
9618 lt_prog_compiler_static=
9619fi
d7040cdb
SE
9620
9621
9622
9623
9624
9625
9626
81ecdfbb
RW
9627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9628$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9629if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9630 $as_echo_n "(cached) " >&6
ce2cded5
L
9631else
9632 lt_cv_prog_compiler_c_o=no
9633 $RM -r conftest 2>/dev/null
9634 mkdir conftest
9635 cd conftest
9636 mkdir out
9637 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9638
ce2cded5
L
9639 lt_compiler_flag="-o out/conftest2.$ac_objext"
9640 # Insert the option either (1) after the last *FLAGS variable, or
9641 # (2) before a word containing "conftest.", or (3) at the end.
9642 # Note that $ac_compile itself does not contain backslashes and begins
9643 # with a dollar sign (not a hyphen), so the echo should work correctly.
9644 lt_compile=`echo "$ac_compile" | $SED \
9645 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9646 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9647 -e 's:$: $lt_compiler_flag:'`
3725885a 9648 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9649 (eval "$lt_compile" 2>out/conftest.err)
9650 ac_status=$?
9651 cat out/conftest.err >&5
3725885a 9652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9653 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9654 then
9655 # The compiler can only warn and ignore the option if not recognized
9656 # So say no if there are warnings
3725885a 9657 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
9658 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9659 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9660 lt_cv_prog_compiler_c_o=yes
9661 fi
9662 fi
9663 chmod u+w . 2>&5
9664 $RM conftest*
9665 # SGI C++ compiler will create directory out/ii_files/ for
9666 # template instantiation
9667 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9668 $RM out/* && rmdir out
9669 cd ..
9670 $RM -r conftest
9671 $RM conftest*
d7040cdb 9672
ce2cded5 9673fi
81ecdfbb
RW
9674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9675$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9676
9677
9678
9679
9680
9681
81ecdfbb
RW
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9683$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9684if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9685 $as_echo_n "(cached) " >&6
ce2cded5
L
9686else
9687 lt_cv_prog_compiler_c_o=no
9688 $RM -r conftest 2>/dev/null
9689 mkdir conftest
9690 cd conftest
9691 mkdir out
9692 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9693
ce2cded5
L
9694 lt_compiler_flag="-o out/conftest2.$ac_objext"
9695 # Insert the option either (1) after the last *FLAGS variable, or
9696 # (2) before a word containing "conftest.", or (3) at the end.
9697 # Note that $ac_compile itself does not contain backslashes and begins
9698 # with a dollar sign (not a hyphen), so the echo should work correctly.
9699 lt_compile=`echo "$ac_compile" | $SED \
9700 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9701 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9702 -e 's:$: $lt_compiler_flag:'`
3725885a 9703 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9704 (eval "$lt_compile" 2>out/conftest.err)
9705 ac_status=$?
9706 cat out/conftest.err >&5
3725885a 9707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9708 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9709 then
9710 # The compiler can only warn and ignore the option if not recognized
9711 # So say no if there are warnings
3725885a 9712 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
9713 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9714 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9715 lt_cv_prog_compiler_c_o=yes
9716 fi
9717 fi
9718 chmod u+w . 2>&5
9719 $RM conftest*
9720 # SGI C++ compiler will create directory out/ii_files/ for
9721 # template instantiation
9722 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9723 $RM out/* && rmdir out
9724 cd ..
9725 $RM -r conftest
9726 $RM conftest*
9727
9728fi
81ecdfbb
RW
9729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9730$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
ce2cded5
L
9731
9732
9733
9734
9735hard_links="nottested"
9736if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9737 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9739$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
9740 hard_links=yes
9741 $RM conftest*
9742 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9743 touch conftest.a
9744 ln conftest.a conftest.b 2>&5 || hard_links=no
9745 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9747$as_echo "$hard_links" >&6; }
ce2cded5 9748 if test "$hard_links" = no; then
81ecdfbb
RW
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9750$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5 9751 need_locks=warn
d7040cdb 9752 fi
d7040cdb 9753else
ce2cded5 9754 need_locks=no
d7040cdb 9755fi
d7040cdb 9756
d7040cdb 9757
d7040cdb 9758
d7040cdb 9759
d7040cdb 9760
d7040cdb 9761
81ecdfbb
RW
9762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9763$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 9764
ce2cded5
L
9765 runpath_var=
9766 allow_undefined_flag=
9767 always_export_symbols=no
9768 archive_cmds=
9769 archive_expsym_cmds=
9770 compiler_needs_object=no
9771 enable_shared_with_static_runtimes=no
9772 export_dynamic_flag_spec=
9773 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9774 hardcode_automatic=no
9775 hardcode_direct=no
9776 hardcode_direct_absolute=no
9777 hardcode_libdir_flag_spec=
9778 hardcode_libdir_flag_spec_ld=
9779 hardcode_libdir_separator=
9780 hardcode_minus_L=no
9781 hardcode_shlibpath_var=unsupported
9782 inherit_rpath=no
9783 link_all_deplibs=unknown
9784 module_cmds=
9785 module_expsym_cmds=
9786 old_archive_from_new_cmds=
9787 old_archive_from_expsyms_cmds=
9788 thread_safe_flag_spec=
9789 whole_archive_flag_spec=
9790 # include_expsyms should be a list of space-separated symbols to be *always*
9791 # included in the symbol list
9792 include_expsyms=
9793 # exclude_expsyms can be an extended regexp of symbols to exclude
9794 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9795 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9796 # as well as any symbol that contains `d'.
b214d478 9797 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
9798 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9799 # platforms (ab)use it in PIC code, but their linkers get confused if
9800 # the symbol is explicitly referenced. Since portable code cannot
9801 # rely on this symbol name, it's probably fine to never include it in
9802 # preloaded symbol tables.
b214d478 9803 # Exclude shared library initialization/finalization symbols.
ce2cded5 9804 extract_expsyms_cmds=
d7040cdb 9805
ce2cded5 9806 case $host_os in
b214d478 9807 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9808 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9809 # When not using gcc, we currently assume that we are using
9810 # Microsoft Visual C++.
9811 if test "$GCC" != yes; then
9812 with_gnu_ld=no
9813 fi
d7040cdb 9814 ;;
ce2cded5
L
9815 interix*)
9816 # we just hope/assume this is gcc and not c89 (= MSVC++)
9817 with_gnu_ld=yes
9818 ;;
9819 openbsd*)
9820 with_gnu_ld=no
d7040cdb
SE
9821 ;;
9822 esac
d7040cdb 9823
ce2cded5 9824 ld_shlibs=yes
3725885a
RW
9825
9826 # On some targets, GNU ld is compatible enough with the native linker
9827 # that we're better off using the native interface for both.
9828 lt_use_gnu_ld_interface=no
ce2cded5 9829 if test "$with_gnu_ld" = yes; then
3725885a
RW
9830 case $host_os in
9831 aix*)
9832 # The AIX port of GNU ld has always aspired to compatibility
9833 # with the native linker. However, as the warning in the GNU ld
9834 # block says, versions before 2.19.5* couldn't really create working
9835 # shared libraries, regardless of the interface used.
9836 case `$LD -v 2>&1` in
9837 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9838 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9839 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9840 *)
9841 lt_use_gnu_ld_interface=yes
9842 ;;
9843 esac
9844 ;;
9845 *)
9846 lt_use_gnu_ld_interface=yes
9847 ;;
9848 esac
9849 fi
9850
9851 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
9852 # If archive_cmds runs LD, not CC, wlarc should be empty
9853 wlarc='${wl}'
d7040cdb 9854
ce2cded5
L
9855 # Set some defaults for GNU ld with shared library support. These
9856 # are reset later if shared libraries are not supported. Putting them
9857 # here allows them to be overridden if necessary.
9858 runpath_var=LD_RUN_PATH
9859 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9860 export_dynamic_flag_spec='${wl}--export-dynamic'
9861 # ancient GNU ld didn't support --whole-archive et. al.
9862 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9863 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9864 else
9865 whole_archive_flag_spec=
9866 fi
9867 supports_anon_versioning=no
9868 case `$LD -v 2>&1` in
3725885a 9869 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
9870 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9871 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9872 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9873 *\ 2.11.*) ;; # other 2.11 versions
9874 *) supports_anon_versioning=yes ;;
9875 esac
d7040cdb 9876
ce2cded5
L
9877 # See if GNU ld supports shared libraries.
9878 case $host_os in
50e7d84b 9879 aix[3-9]*)
ce2cded5
L
9880 # On AIX/PPC, the GNU linker is very broken
9881 if test "$host_cpu" != ia64; then
9882 ld_shlibs=no
9883 cat <<_LT_EOF 1>&2
d7040cdb 9884
3725885a 9885*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
9886*** to be unable to reliably create shared libraries on AIX.
9887*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9888*** really care for shared libraries, you may want to install binutils
9889*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9890*** You will then need to restart the configuration process.
d7040cdb 9891
ce2cded5
L
9892_LT_EOF
9893 fi
d7040cdb 9894 ;;
d7040cdb 9895
ce2cded5 9896 amigaos*)
b214d478
SE
9897 case $host_cpu in
9898 powerpc)
9899 # see comment about AmigaOS4 .so support
9900 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9901 archive_expsym_cmds=''
9902 ;;
9903 m68k)
9904 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)'
9905 hardcode_libdir_flag_spec='-L$libdir'
9906 hardcode_minus_L=yes
9907 ;;
9908 esac
ce2cded5 9909 ;;
d7040cdb 9910
ce2cded5
L
9911 beos*)
9912 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9913 allow_undefined_flag=unsupported
9914 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9915 # support --undefined. This deserves some investigation. FIXME
9916 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9917 else
9918 ld_shlibs=no
9919 fi
9920 ;;
d7040cdb 9921
b214d478 9922 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9923 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9924 # as there is no search path for DLLs.
9925 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9926 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
9927 allow_undefined_flag=unsupported
9928 always_export_symbols=no
9929 enable_shared_with_static_runtimes=yes
9930 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9931
9932 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9933 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9934 # If the export-symbols file already is a .def file (1st line
9935 # is EXPORTS), use it as is; otherwise, prepend...
9936 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9937 cp $export_symbols $output_objdir/$soname.def;
d7040cdb 9938 else
ce2cded5
L
9939 echo EXPORTS > $output_objdir/$soname.def;
9940 cat $export_symbols >> $output_objdir/$soname.def;
9941 fi~
9942 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9943 else
9944 ld_shlibs=no
9945 fi
9946 ;;
d7040cdb 9947
3725885a
RW
9948 haiku*)
9949 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9950 link_all_deplibs=yes
9951 ;;
9952
ce2cded5
L
9953 interix[3-9]*)
9954 hardcode_direct=no
9955 hardcode_shlibpath_var=no
9956 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9957 export_dynamic_flag_spec='${wl}-E'
9958 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9959 # Instead, shared libraries are loaded at an image base (0x10000000 by
9960 # default) and relocated if they conflict, which is a slow very memory
9961 # consuming and fragmenting process. To avoid this, we pick a random,
9962 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9963 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9964 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9965 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'
9966 ;;
d7040cdb 9967
58e24671 9968 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
9969 tmp_diet=no
9970 if test "$host_os" = linux-dietlibc; then
9971 case $cc_basename in
9972 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9973 esac
9974 fi
9975 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9976 && test "$tmp_diet" = no
9977 then
9978 tmp_addflag=
b214d478 9979 tmp_sharedflag='-shared'
ce2cded5
L
9980 case $cc_basename,$host_cpu in
9981 pgcc*) # Portland Group C compiler
3725885a 9982 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
ce2cded5
L
9983 tmp_addflag=' $pic_flag'
9984 ;;
3725885a
RW
9985 pgf77* | pgf90* | pgf95* | pgfortran*)
9986 # Portland Group f77 and f90 compilers
9987 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
ce2cded5
L
9988 tmp_addflag=' $pic_flag -Mnomain' ;;
9989 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9990 tmp_addflag=' -i_dynamic' ;;
9991 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9992 tmp_addflag=' -i_dynamic -nofor_main' ;;
9993 ifc* | ifort*) # Intel Fortran compiler
9994 tmp_addflag=' -nofor_main' ;;
b214d478
SE
9995 lf95*) # Lahey Fortran 8.1
9996 whole_archive_flag_spec=
9997 tmp_sharedflag='--shared' ;;
3725885a 9998 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
b214d478
SE
9999 tmp_sharedflag='-qmkshrobj'
10000 tmp_addflag= ;;
3725885a
RW
10001 nvcc*) # Cuda Compiler Driver 2.2
10002 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'
10003 compiler_needs_object=yes
10004 ;;
ce2cded5
L
10005 esac
10006 case `$CC -V 2>&1 | sed 5q` in
10007 *Sun\ C*) # Sun C 5.9
3725885a 10008 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
ce2cded5
L
10009 compiler_needs_object=yes
10010 tmp_sharedflag='-G' ;;
10011 *Sun\ F*) # Sun Fortran 8.3
10012 tmp_sharedflag='-G' ;;
ce2cded5
L
10013 esac
10014 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 10015
ce2cded5
L
10016 if test "x$supports_anon_versioning" = xyes; then
10017 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10018 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10019 echo "local: *; };" >> $output_objdir/$libname.ver~
10020 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10021 fi
b214d478
SE
10022
10023 case $cc_basename in
3725885a 10024 xlf* | bgf* | bgxlf* | mpixlf*)
b214d478
SE
10025 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10026 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10027 hardcode_libdir_flag_spec=
10028 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10029 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10030 if test "x$supports_anon_versioning" = xyes; then
10031 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10032 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10033 echo "local: *; };" >> $output_objdir/$libname.ver~
10034 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10035 fi
10036 ;;
10037 esac
ce2cded5
L
10038 else
10039 ld_shlibs=no
10040 fi
10041 ;;
d7040cdb 10042
ce2cded5
L
10043 netbsd*)
10044 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10045 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10046 wlarc=
10047 else
10048 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10049 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10050 fi
10051 ;;
10052
10053 solaris*)
10054 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10055 ld_shlibs=no
10056 cat <<_LT_EOF 1>&2
10057
10058*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10059*** create shared libraries on Solaris systems. Therefore, libtool
10060*** is disabling shared libraries support. We urge you to upgrade GNU
10061*** binutils to release 2.9.1 or newer. Another option is to modify
10062*** your PATH or compiler configuration so that the native linker is
10063*** used, and then restart.
10064
10065_LT_EOF
10066 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10067 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10068 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10069 else
10070 ld_shlibs=no
10071 fi
10072 ;;
10073
10074 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10075 case `$LD -v 2>&1` in
10076 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10077 ld_shlibs=no
10078 cat <<_LT_EOF 1>&2
10079
10080*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10081*** reliably create shared libraries on SCO systems. Therefore, libtool
10082*** is disabling shared libraries support. We urge you to upgrade GNU
10083*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10084*** your PATH or compiler configuration so that the native linker is
10085*** used, and then restart.
10086
10087_LT_EOF
10088 ;;
10089 *)
10090 # For security reasons, it is highly recommended that you always
10091 # use absolute paths for naming shared libraries, and exclude the
10092 # DT_RUNPATH tag from executables and libraries. But doing so
10093 # requires that you compile everything twice, which is a pain.
10094 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10095 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10096 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10097 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10098 else
10099 ld_shlibs=no
10100 fi
10101 ;;
10102 esac
10103 ;;
10104
10105 sunos4*)
10106 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10107 wlarc=
10108 hardcode_direct=yes
10109 hardcode_shlibpath_var=no
10110 ;;
10111
10112 *)
10113 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10114 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10115 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10116 else
10117 ld_shlibs=no
10118 fi
10119 ;;
10120 esac
10121
10122 if test "$ld_shlibs" = no; then
10123 runpath_var=
10124 hardcode_libdir_flag_spec=
10125 export_dynamic_flag_spec=
10126 whole_archive_flag_spec=
10127 fi
10128 else
10129 # PORTME fill in a description of your system's linker (not GNU ld)
10130 case $host_os in
10131 aix3*)
10132 allow_undefined_flag=unsupported
10133 always_export_symbols=yes
10134 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'
10135 # Note: this linker hardcodes the directories in LIBPATH if there
10136 # are no directories specified by -L.
10137 hardcode_minus_L=yes
10138 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10139 # Neither direct hardcoding nor static linking is supported with a
10140 # broken collect2.
10141 hardcode_direct=unsupported
10142 fi
10143 ;;
10144
50e7d84b 10145 aix[4-9]*)
ce2cded5
L
10146 if test "$host_cpu" = ia64; then
10147 # On IA64, the linker does run time linking by default, so we don't
10148 # have to do anything special.
10149 aix_use_runtimelinking=no
10150 exp_sym_flag='-Bexport'
10151 no_entry_flag=""
10152 else
10153 # If we're using GNU nm, then we don't want the "-C" option.
10154 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
10155 # Also, AIX nm treats weak defined symbols like other global
10156 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 10157 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 10158 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
ce2cded5
L
10159 else
10160 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10161 fi
10162 aix_use_runtimelinking=no
10163
10164 # Test if we are trying to use run time linking or normal
10165 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10166 # need to do runtime linking.
50e7d84b 10167 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
10168 for ld_flag in $LDFLAGS; do
10169 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10170 aix_use_runtimelinking=yes
10171 break
10172 fi
10173 done
10174 ;;
10175 esac
10176
10177 exp_sym_flag='-bexport'
10178 no_entry_flag='-bnoentry'
10179 fi
10180
10181 # When large executables or shared objects are built, AIX ld can
10182 # have problems creating the table of contents. If linking a library
10183 # or program results in "error TOC overflow" add -mminimal-toc to
10184 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10185 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10186
10187 archive_cmds=''
10188 hardcode_direct=yes
10189 hardcode_direct_absolute=yes
10190 hardcode_libdir_separator=':'
10191 link_all_deplibs=yes
10192 file_list_spec='${wl}-f,'
10193
10194 if test "$GCC" = yes; then
10195 case $host_os in aix4.[012]|aix4.[012].*)
10196 # We only want to do this on AIX 4.2 and lower, the check
10197 # below for broken collect2 doesn't work under 4.3+
10198 collect2name=`${CC} -print-prog-name=collect2`
10199 if test -f "$collect2name" &&
10200 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10201 then
10202 # We have reworked collect2
10203 :
10204 else
10205 # We have old collect2
10206 hardcode_direct=unsupported
10207 # It fails to find uninstalled libraries when the uninstalled
10208 # path is not listed in the libpath. Setting hardcode_minus_L
10209 # to unsupported forces relinking
10210 hardcode_minus_L=yes
10211 hardcode_libdir_flag_spec='-L$libdir'
10212 hardcode_libdir_separator=
10213 fi
10214 ;;
10215 esac
10216 shared_flag='-shared'
10217 if test "$aix_use_runtimelinking" = yes; then
10218 shared_flag="$shared_flag "'${wl}-G'
10219 fi
10220 else
10221 # not using gcc
10222 if test "$host_cpu" = ia64; then
10223 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10224 # chokes on -Wl,-G. The following line is correct:
10225 shared_flag='-G'
10226 else
10227 if test "$aix_use_runtimelinking" = yes; then
10228 shared_flag='${wl}-G'
10229 else
10230 shared_flag='${wl}-bM:SRE'
10231 fi
10232 fi
10233 fi
10234
b214d478 10235 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
10236 # It seems that -bexpall does not export symbols beginning with
10237 # underscore (_), so it is better to generate a list of symbols to export.
10238 always_export_symbols=yes
10239 if test "$aix_use_runtimelinking" = yes; then
10240 # Warning - without using the other runtime loading flags (-brtl),
10241 # -berok will link without error, but may produce a broken library.
10242 allow_undefined_flag='-berok'
10243 # Determine the default libpath from the value encoded in an
10244 # empty executable.
81ecdfbb 10245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
10246/* end confdefs.h. */
10247
10248int
10249main ()
10250{
10251
10252 ;
10253 return 0;
10254}
10255_ACEOF
81ecdfbb 10256if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 10257
ce2cded5
L
10258lt_aix_libpath_sed='
10259 /Import File Strings/,/^$/ {
10260 /^0/ {
10261 s/^0 *\(.*\)$/\1/
10262 p
10263 }
10264 }'
10265aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10266# Check for a 64-bit object if we didn't find anything.
10267if test -z "$aix_libpath"; then
10268 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10269fi
d7040cdb 10270fi
81ecdfbb
RW
10271rm -f core conftest.err conftest.$ac_objext \
10272 conftest$ac_exeext conftest.$ac_ext
ce2cded5 10273if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 10274
ce2cded5 10275 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 10276 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ce2cded5
L
10277 else
10278 if test "$host_cpu" = ia64; then
10279 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10280 allow_undefined_flag="-z nodefs"
10281 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"
10282 else
10283 # Determine the default libpath from the value encoded in an
10284 # empty executable.
81ecdfbb 10285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10286/* end confdefs.h. */
d7040cdb 10287
ce2cded5
L
10288int
10289main ()
10290{
d7040cdb 10291
ce2cded5
L
10292 ;
10293 return 0;
10294}
10295_ACEOF
81ecdfbb 10296if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 10297
ce2cded5
L
10298lt_aix_libpath_sed='
10299 /Import File Strings/,/^$/ {
10300 /^0/ {
10301 s/^0 *\(.*\)$/\1/
10302 p
10303 }
10304 }'
10305aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10306# Check for a 64-bit object if we didn't find anything.
10307if test -z "$aix_libpath"; then
10308 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10309fi
ce2cded5 10310fi
81ecdfbb
RW
10311rm -f core conftest.err conftest.$ac_objext \
10312 conftest$ac_exeext conftest.$ac_ext
ce2cded5 10313if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 10314
ce2cded5
L
10315 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10316 # Warning - without using the other run time loading flags,
10317 # -berok will link without error, but may produce a broken library.
10318 no_undefined_flag=' ${wl}-bernotok'
10319 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
10320 if test "$with_gnu_ld" = yes; then
10321 # We only use this code for GNU lds that support --whole-archive.
10322 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10323 else
10324 # Exported symbols can be pulled into shared objects from archives
10325 whole_archive_flag_spec='$convenience'
10326 fi
ce2cded5
L
10327 archive_cmds_need_lc=yes
10328 # This is similar to how AIX traditionally builds its shared libraries.
10329 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'
10330 fi
10331 fi
10332 ;;
d7040cdb 10333
ce2cded5 10334 amigaos*)
b214d478
SE
10335 case $host_cpu in
10336 powerpc)
10337 # see comment about AmigaOS4 .so support
10338 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10339 archive_expsym_cmds=''
10340 ;;
10341 m68k)
10342 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)'
10343 hardcode_libdir_flag_spec='-L$libdir'
10344 hardcode_minus_L=yes
10345 ;;
10346 esac
ce2cded5
L
10347 ;;
10348
10349 bsdi[45]*)
10350 export_dynamic_flag_spec=-rdynamic
10351 ;;
10352
b214d478 10353 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10354 # When not using gcc, we currently assume that we are using
10355 # Microsoft Visual C++.
10356 # hardcode_libdir_flag_spec is actually meaningless, as there is
10357 # no search path for DLLs.
10358 hardcode_libdir_flag_spec=' '
10359 allow_undefined_flag=unsupported
10360 # Tell ltmain to make .lib files, not .a files.
10361 libext=lib
10362 # Tell ltmain to make .dll files, not .so files.
10363 shrext_cmds=".dll"
10364 # FIXME: Setting linknames here is a bad hack.
3725885a 10365 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ce2cded5
L
10366 # The linker will automatically build a .lib file if we build a DLL.
10367 old_archive_from_new_cmds='true'
10368 # FIXME: Should let the user specify the lib program.
10369 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10370 fix_srcfile_path='`cygpath -w "$srcfile"`'
10371 enable_shared_with_static_runtimes=yes
10372 ;;
10373
10374 darwin* | rhapsody*)
d7040cdb 10375
b214d478
SE
10376
10377 archive_cmds_need_lc=no
10378 hardcode_direct=no
10379 hardcode_automatic=yes
10380 hardcode_shlibpath_var=unsupported
3725885a
RW
10381 if test "$lt_cv_ld_force_load" = "yes"; then
10382 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\"`'
10383 else
10384 whole_archive_flag_spec=''
10385 fi
b214d478
SE
10386 link_all_deplibs=yes
10387 allow_undefined_flag="$_lt_dar_allow_undefined"
10388 case $cc_basename in
10389 ifort*) _lt_dar_can_shared=yes ;;
10390 *) _lt_dar_can_shared=$GCC ;;
10391 esac
10392 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 10393 output_verbose_link_cmd=func_echo_all
b214d478
SE
10394 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10395 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10396 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}"
10397 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}"
10398
10399 else
10400 ld_shlibs=no
10401 fi
10402
ce2cded5 10403 ;;
d7040cdb 10404
ce2cded5
L
10405 dgux*)
10406 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10407 hardcode_libdir_flag_spec='-L$libdir'
10408 hardcode_shlibpath_var=no
10409 ;;
d7040cdb 10410
ce2cded5
L
10411 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10412 # support. Future versions do this automatically, but an explicit c++rt0.o
10413 # does not break anything, and helps significantly (at the cost of a little
10414 # extra space).
10415 freebsd2.2*)
10416 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10417 hardcode_libdir_flag_spec='-R$libdir'
10418 hardcode_direct=yes
10419 hardcode_shlibpath_var=no
d7040cdb 10420 ;;
d7040cdb 10421
ce2cded5 10422 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 10423 freebsd2.*)
ce2cded5
L
10424 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10425 hardcode_direct=yes
10426 hardcode_minus_L=yes
10427 hardcode_shlibpath_var=no
10428 ;;
d7040cdb 10429
ce2cded5
L
10430 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10431 freebsd* | dragonfly*)
10432 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10433 hardcode_libdir_flag_spec='-R$libdir'
10434 hardcode_direct=yes
10435 hardcode_shlibpath_var=no
10436 ;;
d7040cdb 10437
ce2cded5
L
10438 hpux9*)
10439 if test "$GCC" = yes; then
10440 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'
10441 else
10442 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'
10443 fi
10444 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10445 hardcode_libdir_separator=:
10446 hardcode_direct=yes
d7040cdb 10447
ce2cded5
L
10448 # hardcode_minus_L: Not really in the search PATH,
10449 # but as the default location of the library.
10450 hardcode_minus_L=yes
10451 export_dynamic_flag_spec='${wl}-E'
10452 ;;
d7040cdb 10453
ce2cded5 10454 hpux10*)
3725885a 10455 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
10456 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10457 else
10458 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10459 fi
10460 if test "$with_gnu_ld" = no; then
10461 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10462 hardcode_libdir_flag_spec_ld='+b $libdir'
10463 hardcode_libdir_separator=:
10464 hardcode_direct=yes
10465 hardcode_direct_absolute=yes
10466 export_dynamic_flag_spec='${wl}-E'
10467 # hardcode_minus_L: Not really in the search PATH,
10468 # but as the default location of the library.
10469 hardcode_minus_L=yes
10470 fi
10471 ;;
d7040cdb 10472
ce2cded5 10473 hpux11*)
3725885a 10474 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
10475 case $host_cpu in
10476 hppa*64*)
10477 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10478 ;;
10479 ia64*)
b214d478 10480 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
10481 ;;
10482 *)
10483 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10484 ;;
10485 esac
10486 else
10487 case $host_cpu in
10488 hppa*64*)
10489 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10490 ;;
10491 ia64*)
10492 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10493 ;;
10494 *)
3725885a
RW
10495
10496 # Older versions of the 11.00 compiler do not understand -b yet
10497 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10499$as_echo_n "checking if $CC understands -b... " >&6; }
10500if test "${lt_cv_prog_compiler__b+set}" = set; then :
10501 $as_echo_n "(cached) " >&6
10502else
10503 lt_cv_prog_compiler__b=no
10504 save_LDFLAGS="$LDFLAGS"
10505 LDFLAGS="$LDFLAGS -b"
10506 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10507 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10508 # The linker can only warn and ignore the option if not recognized
10509 # So say no if there are warnings
10510 if test -s conftest.err; then
10511 # Append any errors to the config.log.
10512 cat conftest.err 1>&5
10513 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10514 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10515 if diff conftest.exp conftest.er2 >/dev/null; then
10516 lt_cv_prog_compiler__b=yes
10517 fi
10518 else
10519 lt_cv_prog_compiler__b=yes
10520 fi
10521 fi
10522 $RM -r conftest*
10523 LDFLAGS="$save_LDFLAGS"
10524
10525fi
10526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10527$as_echo "$lt_cv_prog_compiler__b" >&6; }
10528
10529if test x"$lt_cv_prog_compiler__b" = xyes; then
10530 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10531else
10532 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10533fi
10534
ce2cded5
L
10535 ;;
10536 esac
10537 fi
10538 if test "$with_gnu_ld" = no; then
10539 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10540 hardcode_libdir_separator=:
d7040cdb 10541
ce2cded5
L
10542 case $host_cpu in
10543 hppa*64*|ia64*)
10544 hardcode_direct=no
10545 hardcode_shlibpath_var=no
10546 ;;
10547 *)
10548 hardcode_direct=yes
10549 hardcode_direct_absolute=yes
10550 export_dynamic_flag_spec='${wl}-E'
d7040cdb 10551
ce2cded5
L
10552 # hardcode_minus_L: Not really in the search PATH,
10553 # but as the default location of the library.
10554 hardcode_minus_L=yes
10555 ;;
10556 esac
10557 fi
10558 ;;
d7040cdb 10559
ce2cded5
L
10560 irix5* | irix6* | nonstopux*)
10561 if test "$GCC" = yes; then
3725885a 10562 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ce2cded5
L
10563 # Try to use the -exported_symbol ld option, if it does not
10564 # work, assume that -exports_file does not work either and
10565 # implicitly export all symbols.
10566 save_LDFLAGS="$LDFLAGS"
10567 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
10568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10569/* end confdefs.h. */
ce2cded5
L
10570int foo(void) {}
10571_ACEOF
81ecdfbb 10572if ac_fn_c_try_link "$LINENO"; then :
3725885a 10573 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 10574
ce2cded5 10575fi
81ecdfbb
RW
10576rm -f core conftest.err conftest.$ac_objext \
10577 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10578 LDFLAGS="$save_LDFLAGS"
10579 else
3725885a
RW
10580 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'
10581 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
ce2cded5
L
10582 fi
10583 archive_cmds_need_lc='no'
10584 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10585 hardcode_libdir_separator=:
10586 inherit_rpath=yes
10587 link_all_deplibs=yes
10588 ;;
d7040cdb 10589
ce2cded5
L
10590 netbsd*)
10591 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10592 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10593 else
10594 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10595 fi
10596 hardcode_libdir_flag_spec='-R$libdir'
10597 hardcode_direct=yes
10598 hardcode_shlibpath_var=no
10599 ;;
d7040cdb 10600
ce2cded5
L
10601 newsos6)
10602 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10603 hardcode_direct=yes
10604 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10605 hardcode_libdir_separator=:
10606 hardcode_shlibpath_var=no
10607 ;;
d7040cdb 10608
ce2cded5
L
10609 *nto* | *qnx*)
10610 ;;
d7040cdb 10611
ce2cded5 10612 openbsd*)
b214d478
SE
10613 if test -f /usr/libexec/ld.so; then
10614 hardcode_direct=yes
10615 hardcode_shlibpath_var=no
10616 hardcode_direct_absolute=yes
10617 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 10618 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
b214d478 10619 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 10620 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
b214d478
SE
10621 export_dynamic_flag_spec='${wl}-E'
10622 else
10623 case $host_os in
10624 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10625 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10626 hardcode_libdir_flag_spec='-R$libdir'
10627 ;;
10628 *)
10629 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10630 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10631 ;;
10632 esac
10633 fi
10634 else
10635 ld_shlibs=no
ce2cded5
L
10636 fi
10637 ;;
d7040cdb 10638
ce2cded5
L
10639 os2*)
10640 hardcode_libdir_flag_spec='-L$libdir'
10641 hardcode_minus_L=yes
10642 allow_undefined_flag=unsupported
3725885a 10643 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
ce2cded5
L
10644 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10645 ;;
d7040cdb 10646
ce2cded5
L
10647 osf3*)
10648 if test "$GCC" = yes; then
10649 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10650 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ce2cded5
L
10651 else
10652 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10653 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
ce2cded5
L
10654 fi
10655 archive_cmds_need_lc='no'
10656 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10657 hardcode_libdir_separator=:
10658 ;;
d7040cdb 10659
ce2cded5
L
10660 osf4* | osf5*) # as osf3* with the addition of -msym flag
10661 if test "$GCC" = yes; then
10662 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10663 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ce2cded5
L
10664 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10665 else
10666 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10667 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
ce2cded5 10668 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 10669 $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 10670
ce2cded5
L
10671 # Both c and cxx compiler support -rpath directly
10672 hardcode_libdir_flag_spec='-rpath $libdir'
10673 fi
10674 archive_cmds_need_lc='no'
10675 hardcode_libdir_separator=:
10676 ;;
d7040cdb 10677
ce2cded5
L
10678 solaris*)
10679 no_undefined_flag=' -z defs'
10680 if test "$GCC" = yes; then
10681 wlarc='${wl}'
10682 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10683 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10684 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10685 else
10686 case `$CC -V 2>&1` in
10687 *"Compilers 5.0"*)
10688 wlarc=''
10689 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10690 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10691 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10692 ;;
10693 *)
10694 wlarc='${wl}'
10695 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10696 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10697 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10698 ;;
10699 esac
10700 fi
10701 hardcode_libdir_flag_spec='-R$libdir'
10702 hardcode_shlibpath_var=no
10703 case $host_os in
10704 solaris2.[0-5] | solaris2.[0-5].*) ;;
10705 *)
10706 # The compiler driver will combine and reorder linker options,
10707 # but understands `-z linker_flag'. GCC discards it without `$wl',
10708 # but is careful enough not to reorder.
10709 # Supported since Solaris 2.6 (maybe 2.5.1?)
10710 if test "$GCC" = yes; then
10711 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10712 else
10713 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10714 fi
10715 ;;
10716 esac
10717 link_all_deplibs=yes
10718 ;;
d7040cdb 10719
ce2cded5
L
10720 sunos4*)
10721 if test "x$host_vendor" = xsequent; then
10722 # Use $CC to link under sequent, because it throws in some extra .o
10723 # files that make .init and .fini sections work.
10724 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10725 else
10726 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10727 fi
10728 hardcode_libdir_flag_spec='-L$libdir'
10729 hardcode_direct=yes
10730 hardcode_minus_L=yes
10731 hardcode_shlibpath_var=no
10732 ;;
d7040cdb 10733
ce2cded5
L
10734 sysv4)
10735 case $host_vendor in
10736 sni)
10737 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10738 hardcode_direct=yes # is this really true???
10739 ;;
10740 siemens)
10741 ## LD is ld it makes a PLAMLIB
10742 ## CC just makes a GrossModule.
10743 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10744 reload_cmds='$CC -r -o $output$reload_objs'
10745 hardcode_direct=no
10746 ;;
10747 motorola)
10748 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10749 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10750 ;;
10751 esac
10752 runpath_var='LD_RUN_PATH'
10753 hardcode_shlibpath_var=no
10754 ;;
d7040cdb 10755
ce2cded5
L
10756 sysv4.3*)
10757 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10758 hardcode_shlibpath_var=no
10759 export_dynamic_flag_spec='-Bexport'
10760 ;;
d7040cdb 10761
ce2cded5
L
10762 sysv4*MP*)
10763 if test -d /usr/nec; then
10764 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10765 hardcode_shlibpath_var=no
10766 runpath_var=LD_RUN_PATH
10767 hardcode_runpath_var=yes
10768 ld_shlibs=yes
10769 fi
10770 ;;
d7040cdb 10771
ce2cded5
L
10772 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10773 no_undefined_flag='${wl}-z,text'
10774 archive_cmds_need_lc=no
10775 hardcode_shlibpath_var=no
10776 runpath_var='LD_RUN_PATH'
d7040cdb 10777
ce2cded5
L
10778 if test "$GCC" = yes; then
10779 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10780 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10781 else
10782 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10783 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10784 fi
10785 ;;
d7040cdb 10786
ce2cded5
L
10787 sysv5* | sco3.2v5* | sco5v6*)
10788 # Note: We can NOT use -z defs as we might desire, because we do not
10789 # link with -lc, and that would cause any symbols used from libc to
10790 # always be unresolved, which means just about no library would
10791 # ever link correctly. If we're not using GNU ld we use -z text
10792 # though, which does catch some bad symbols but isn't as heavy-handed
10793 # as -z defs.
10794 no_undefined_flag='${wl}-z,text'
10795 allow_undefined_flag='${wl}-z,nodefs'
10796 archive_cmds_need_lc=no
10797 hardcode_shlibpath_var=no
10798 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10799 hardcode_libdir_separator=':'
10800 link_all_deplibs=yes
10801 export_dynamic_flag_spec='${wl}-Bexport'
10802 runpath_var='LD_RUN_PATH'
d7040cdb 10803
ce2cded5
L
10804 if test "$GCC" = yes; then
10805 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10806 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10807 else
10808 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10809 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10810 fi
10811 ;;
d7040cdb 10812
ce2cded5
L
10813 uts4*)
10814 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10815 hardcode_libdir_flag_spec='-L$libdir'
10816 hardcode_shlibpath_var=no
10817 ;;
d7040cdb 10818
ce2cded5
L
10819 *)
10820 ld_shlibs=no
10821 ;;
10822 esac
d7040cdb 10823
ce2cded5
L
10824 if test x$host_vendor = xsni; then
10825 case $host in
10826 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10827 export_dynamic_flag_spec='${wl}-Blargedynsym'
10828 ;;
10829 esac
10830 fi
10831 fi
d7040cdb 10832
81ecdfbb
RW
10833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10834$as_echo "$ld_shlibs" >&6; }
ce2cded5 10835test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 10836
ce2cded5 10837with_gnu_ld=$with_gnu_ld
d7040cdb
SE
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
ce2cded5
L
10853#
10854# Do we need to explicitly link libc?
10855#
10856case "x$archive_cmds_need_lc" in
10857x|xyes)
10858 # Assume -lc should be added
10859 archive_cmds_need_lc=yes
d7040cdb 10860
ce2cded5
L
10861 if test "$enable_shared" = yes && test "$GCC" = yes; then
10862 case $archive_cmds in
10863 *'~'*)
10864 # FIXME: we may have to deal with multi-command sequences.
10865 ;;
10866 '$CC '*)
10867 # Test whether the compiler implicitly links with -lc since on some
10868 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10869 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10871$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10872if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10873 $as_echo_n "(cached) " >&6
39144654
RW
10874else
10875 $RM conftest*
10876 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10877
81ecdfbb 10878 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
10879 (eval $ac_compile) 2>&5
10880 ac_status=$?
81ecdfbb
RW
10881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10882 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10883 soname=conftest
10884 lib=conftest
10885 libobjs=conftest.$ac_objext
10886 deplibs=
10887 wl=$lt_prog_compiler_wl
10888 pic_flag=$lt_prog_compiler_pic
10889 compiler_flags=-v
10890 linker_flags=-v
10891 verstring=
10892 output_objdir=.
10893 libname=conftest
10894 lt_save_allow_undefined_flag=$allow_undefined_flag
10895 allow_undefined_flag=
81ecdfbb 10896 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
10897 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10898 ac_status=$?
81ecdfbb
RW
10899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10900 test $ac_status = 0; }
39144654
RW
10901 then
10902 lt_cv_archive_cmds_need_lc=no
10903 else
10904 lt_cv_archive_cmds_need_lc=yes
10905 fi
10906 allow_undefined_flag=$lt_save_allow_undefined_flag
10907 else
10908 cat conftest.err 1>&5
10909 fi
10910 $RM conftest*
10911
10912fi
81ecdfbb
RW
10913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10914$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10915 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
10916 ;;
10917 esac
10918 fi
10919 ;;
10920esac
d7040cdb
SE
10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
d7040cdb 10948
d7040cdb 10949
d7040cdb
SE
10950
10951
10952
10953
10954
10955
d7040cdb 10956
d7040cdb 10957
d7040cdb 10958
d7040cdb 10959
d7040cdb 10960
d7040cdb 10961
d7040cdb 10962
d7040cdb 10963
d7040cdb 10964
d7040cdb 10965
d7040cdb 10966
d7040cdb 10967
d7040cdb 10968
d7040cdb 10969
d7040cdb 10970
d7040cdb 10971
d7040cdb 10972
d7040cdb 10973
d7040cdb 10974
d7040cdb 10975
d7040cdb 10976
d7040cdb 10977
d7040cdb 10978
d7040cdb 10979
d7040cdb 10980
d7040cdb 10981
d7040cdb 10982
d7040cdb 10983
ce2cded5
L
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
81ecdfbb
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11079$as_echo_n "checking dynamic linker characteristics... " >&6; }
b214d478
SE
11080
11081if test "$GCC" = yes; then
ce2cded5
L
11082 case $host_os in
11083 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11084 *) lt_awk_arg="/^libraries:/" ;;
11085 esac
3725885a
RW
11086 case $host_os in
11087 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11088 *) lt_sed_strip_eq="s,=/,/,g" ;;
11089 esac
11090 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11091 case $lt_search_path_spec in
11092 *\;*)
ce2cded5
L
11093 # if the path contains ";" then we assume it to be the separator
11094 # otherwise default to the standard path separator (i.e. ":") - it is
11095 # assumed that no part of a normal pathname contains ";" but that should
11096 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
11097 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11098 ;;
11099 *)
11100 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11101 ;;
11102 esac
ce2cded5
L
11103 # Ok, now we have the path, separated by spaces, we can step through it
11104 # and add multilib dir if necessary.
11105 lt_tmp_lt_search_path_spec=
11106 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11107 for lt_sys_path in $lt_search_path_spec; do
11108 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11109 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11110 else
11111 test -d "$lt_sys_path" && \
11112 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11113 fi
11114 done
3725885a 11115 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
11116BEGIN {RS=" "; FS="/|\n";} {
11117 lt_foo="";
11118 lt_count=0;
11119 for (lt_i = NF; lt_i > 0; lt_i--) {
11120 if ($lt_i != "" && $lt_i != ".") {
11121 if ($lt_i == "..") {
11122 lt_count++;
11123 } else {
11124 if (lt_count == 0) {
11125 lt_foo="/" $lt_i lt_foo;
11126 } else {
11127 lt_count--;
11128 }
11129 }
11130 }
11131 }
11132 if (lt_foo != "") { lt_freq[lt_foo]++; }
11133 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11134}'`
3725885a
RW
11135 # AWK program above erroneously prepends '/' to C:/dos/paths
11136 # for these hosts.
11137 case $host_os in
11138 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11139 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11140 esac
11141 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 11142else
ce2cded5
L
11143 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11144fi
11145library_names_spec=
11146libname_spec='lib$name'
11147soname_spec=
11148shrext_cmds=".so"
11149postinstall_cmds=
11150postuninstall_cmds=
11151finish_cmds=
11152finish_eval=
11153shlibpath_var=
11154shlibpath_overrides_runpath=unknown
11155version_type=none
11156dynamic_linker="$host_os ld.so"
11157sys_lib_dlsearch_path_spec="/lib /usr/lib"
11158need_lib_prefix=unknown
11159hardcode_into_libs=no
11160
11161# when you set need_version to no, make sure it does not cause -set_version
11162# flags to be left without arguments
11163need_version=unknown
11164
11165case $host_os in
11166aix3*)
11167 version_type=linux
11168 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11169 shlibpath_var=LIBPATH
11170
11171 # AIX 3 has no versioning support, so we append a major version to the name.
11172 soname_spec='${libname}${release}${shared_ext}$major'
11173 ;;
11174
50e7d84b 11175aix[4-9]*)
ce2cded5
L
11176 version_type=linux
11177 need_lib_prefix=no
11178 need_version=no
11179 hardcode_into_libs=yes
11180 if test "$host_cpu" = ia64; then
11181 # AIX 5 supports IA64
11182 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11183 shlibpath_var=LD_LIBRARY_PATH
11184 else
11185 # With GCC up to 2.95.x, collect2 would create an import file
11186 # for dependence libraries. The import file would start with
11187 # the line `#! .'. This would cause the generated library to
11188 # depend on `.', always an invalid library. This was fixed in
11189 # development snapshots of GCC prior to 3.0.
11190 case $host_os in
11191 aix4 | aix4.[01] | aix4.[01].*)
11192 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11193 echo ' yes '
11194 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11195 :
11196 else
11197 can_build_shared=no
11198 fi
11199 ;;
11200 esac
11201 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11202 # soname into executable. Probably we can add versioning support to
11203 # collect2, so additional links can be useful in future.
11204 if test "$aix_use_runtimelinking" = yes; then
11205 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11206 # instead of lib<name>.a to let people know that these are not
11207 # typical AIX shared libraries.
11208 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11209 else
11210 # We preserve .a as extension for shared libraries through AIX4.2
11211 # and later when we are not doing run time linking.
11212 library_names_spec='${libname}${release}.a $libname.a'
11213 soname_spec='${libname}${release}${shared_ext}$major'
11214 fi
11215 shlibpath_var=LIBPATH
11216 fi
11217 ;;
11218
11219amigaos*)
b214d478
SE
11220 case $host_cpu in
11221 powerpc)
11222 # Since July 2007 AmigaOS4 officially supports .so libraries.
11223 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11225 ;;
11226 m68k)
ce2cded5
L
11227 library_names_spec='$libname.ixlibrary $libname.a'
11228 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 11229 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'
b214d478
SE
11230 ;;
11231 esac
ce2cded5
L
11232 ;;
11233
11234beos*)
11235 library_names_spec='${libname}${shared_ext}'
11236 dynamic_linker="$host_os ld.so"
11237 shlibpath_var=LIBRARY_PATH
11238 ;;
11239
11240bsdi[45]*)
11241 version_type=linux
11242 need_version=no
11243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11244 soname_spec='${libname}${release}${shared_ext}$major'
11245 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11246 shlibpath_var=LD_LIBRARY_PATH
11247 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11248 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11249 # the default ld.so.conf also contains /usr/contrib/lib and
11250 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11251 # libtool to hard-code these into programs
11252 ;;
11253
b214d478 11254cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
11255 version_type=windows
11256 shrext_cmds=".dll"
11257 need_version=no
11258 need_lib_prefix=no
11259
b214d478
SE
11260 case $GCC,$host_os in
11261 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
11262 library_names_spec='$libname.dll.a'
11263 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11264 postinstall_cmds='base_file=`basename \${file}`~
11265 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11266 dldir=$destdir/`dirname \$dlpath`~
11267 test -d \$dldir || mkdir -p \$dldir~
11268 $install_prog $dir/$dlname \$dldir/$dlname~
11269 chmod a+x \$dldir/$dlname~
11270 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11271 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11272 fi'
11273 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11274 dlpath=$dir/\$dldll~
11275 $RM \$dlpath'
11276 shlibpath_overrides_runpath=yes
11277
11278 case $host_os in
11279 cygwin*)
11280 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11281 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
11282
11283 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 11284 ;;
b214d478 11285 mingw* | cegcc*)
ce2cded5
L
11286 # MinGW DLLs use traditional 'lib' prefix
11287 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
11288 ;;
11289 pw32*)
11290 # pw32 DLLs use 'pw' prefix rather than 'lib'
11291 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11292 ;;
11293 esac
11294 ;;
11295
11296 *)
11297 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11298 ;;
11299 esac
11300 dynamic_linker='Win32 ld.exe'
11301 # FIXME: first we should search . and the directory the executable is in
11302 shlibpath_var=PATH
11303 ;;
11304
11305darwin* | rhapsody*)
11306 dynamic_linker="$host_os dyld"
11307 version_type=darwin
11308 need_lib_prefix=no
11309 need_version=no
11310 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11311 soname_spec='${libname}${release}${major}$shared_ext'
11312 shlibpath_overrides_runpath=yes
11313 shlibpath_var=DYLD_LIBRARY_PATH
11314 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11315
11316 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11317 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11318 ;;
11319
11320dgux*)
11321 version_type=linux
11322 need_lib_prefix=no
11323 need_version=no
11324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11325 soname_spec='${libname}${release}${shared_ext}$major'
11326 shlibpath_var=LD_LIBRARY_PATH
11327 ;;
11328
ce2cded5
L
11329freebsd* | dragonfly*)
11330 # DragonFly does not have aout. When/if they implement a new
11331 # versioning mechanism, adjust this.
11332 if test -x /usr/bin/objformat; then
11333 objformat=`/usr/bin/objformat`
11334 else
11335 case $host_os in
6d2920c8 11336 freebsd[23].*) objformat=aout ;;
ce2cded5
L
11337 *) objformat=elf ;;
11338 esac
11339 fi
11340 version_type=freebsd-$objformat
11341 case $version_type in
11342 freebsd-elf*)
11343 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11344 need_version=no
11345 need_lib_prefix=no
11346 ;;
11347 freebsd-*)
11348 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11349 need_version=yes
11350 ;;
11351 esac
11352 shlibpath_var=LD_LIBRARY_PATH
11353 case $host_os in
6d2920c8 11354 freebsd2.*)
ce2cded5
L
11355 shlibpath_overrides_runpath=yes
11356 ;;
11357 freebsd3.[01]* | freebsdelf3.[01]*)
11358 shlibpath_overrides_runpath=yes
11359 hardcode_into_libs=yes
11360 ;;
11361 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11362 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11363 shlibpath_overrides_runpath=no
11364 hardcode_into_libs=yes
11365 ;;
11366 *) # from 4.6 on, and DragonFly
11367 shlibpath_overrides_runpath=yes
11368 hardcode_into_libs=yes
11369 ;;
11370 esac
11371 ;;
11372
11373gnu*)
11374 version_type=linux
11375 need_lib_prefix=no
11376 need_version=no
11377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11378 soname_spec='${libname}${release}${shared_ext}$major'
11379 shlibpath_var=LD_LIBRARY_PATH
11380 hardcode_into_libs=yes
11381 ;;
11382
3725885a
RW
11383haiku*)
11384 version_type=linux
11385 need_lib_prefix=no
11386 need_version=no
11387 dynamic_linker="$host_os runtime_loader"
11388 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11389 soname_spec='${libname}${release}${shared_ext}$major'
11390 shlibpath_var=LIBRARY_PATH
11391 shlibpath_overrides_runpath=yes
11392 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11393 hardcode_into_libs=yes
11394 ;;
11395
ce2cded5
L
11396hpux9* | hpux10* | hpux11*)
11397 # Give a soname corresponding to the major version so that dld.sl refuses to
11398 # link against other versions.
11399 version_type=sunos
11400 need_lib_prefix=no
11401 need_version=no
11402 case $host_cpu in
11403 ia64*)
11404 shrext_cmds='.so'
11405 hardcode_into_libs=yes
11406 dynamic_linker="$host_os dld.so"
11407 shlibpath_var=LD_LIBRARY_PATH
11408 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11410 soname_spec='${libname}${release}${shared_ext}$major'
11411 if test "X$HPUX_IA64_MODE" = X32; then
11412 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11413 else
11414 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11415 fi
11416 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11417 ;;
11418 hppa*64*)
11419 shrext_cmds='.sl'
11420 hardcode_into_libs=yes
11421 dynamic_linker="$host_os dld.sl"
11422 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11423 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11425 soname_spec='${libname}${release}${shared_ext}$major'
11426 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11427 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11428 ;;
11429 *)
11430 shrext_cmds='.sl'
11431 dynamic_linker="$host_os dld.sl"
11432 shlibpath_var=SHLIB_PATH
11433 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11434 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11435 soname_spec='${libname}${release}${shared_ext}$major'
11436 ;;
11437 esac
3725885a 11438 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 11439 postinstall_cmds='chmod 555 $lib'
3725885a
RW
11440 # or fails outright, so override atomically:
11441 install_override_mode=555
ce2cded5
L
11442 ;;
11443
11444interix[3-9]*)
11445 version_type=linux
11446 need_lib_prefix=no
11447 need_version=no
11448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11449 soname_spec='${libname}${release}${shared_ext}$major'
11450 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11451 shlibpath_var=LD_LIBRARY_PATH
11452 shlibpath_overrides_runpath=no
11453 hardcode_into_libs=yes
11454 ;;
11455
11456irix5* | irix6* | nonstopux*)
11457 case $host_os in
11458 nonstopux*) version_type=nonstopux ;;
11459 *)
11460 if test "$lt_cv_prog_gnu_ld" = yes; then
11461 version_type=linux
11462 else
11463 version_type=irix
11464 fi ;;
11465 esac
11466 need_lib_prefix=no
11467 need_version=no
11468 soname_spec='${libname}${release}${shared_ext}$major'
11469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11470 case $host_os in
11471 irix5* | nonstopux*)
11472 libsuff= shlibsuff=
11473 ;;
11474 *)
11475 case $LD in # libtool.m4 will add one of these switches to LD
11476 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11477 libsuff= shlibsuff= libmagic=32-bit;;
11478 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11479 libsuff=32 shlibsuff=N32 libmagic=N32;;
11480 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11481 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11482 *) libsuff= shlibsuff= libmagic=never-match;;
11483 esac
11484 ;;
11485 esac
11486 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11487 shlibpath_overrides_runpath=no
11488 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11489 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11490 hardcode_into_libs=yes
11491 ;;
11492
11493# No shared lib support for Linux oldld, aout, or coff.
11494linux*oldld* | linux*aout* | linux*coff*)
11495 dynamic_linker=no
11496 ;;
11497
11498# This must be Linux ELF.
58e24671 11499linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
11500 version_type=linux
11501 need_lib_prefix=no
11502 need_version=no
11503 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11504 soname_spec='${libname}${release}${shared_ext}$major'
11505 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11506 shlibpath_var=LD_LIBRARY_PATH
11507 shlibpath_overrides_runpath=no
39144654 11508
ce2cded5 11509 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
11510 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11511 $as_echo_n "(cached) " >&6
39144654
RW
11512else
11513 lt_cv_shlibpath_overrides_runpath=no
11514 save_LDFLAGS=$LDFLAGS
11515 save_libdir=$libdir
11516 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11517 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 11518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11519/* end confdefs.h. */
11520
d7040cdb
SE
11521int
11522main ()
11523{
ce2cded5 11524
d7040cdb
SE
11525 ;
11526 return 0;
11527}
11528_ACEOF
81ecdfbb
RW
11529if ac_fn_c_try_link "$LINENO"; then :
11530 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 11531 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 11532fi
d7040cdb 11533fi
81ecdfbb
RW
11534rm -f core conftest.err conftest.$ac_objext \
11535 conftest$ac_exeext conftest.$ac_ext
39144654
RW
11536 LDFLAGS=$save_LDFLAGS
11537 libdir=$save_libdir
11538
11539fi
11540
11541 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb 11542
ce2cded5
L
11543 # This implies no fast_install, which is unacceptable.
11544 # Some rework will be needed to allow for fast_install
11545 # before this can be enabled.
11546 hardcode_into_libs=yes
d7040cdb 11547
ce2cded5
L
11548 # Append ld.so.conf contents to the search path
11549 if test -f /etc/ld.so.conf; then
3725885a 11550 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' ' '`
ce2cded5
L
11551 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11552 fi
d7040cdb 11553
ce2cded5
L
11554 # We used to test for /lib/ld.so.1 and disable shared libraries on
11555 # powerpc, because MkLinux only supported shared libraries with the
11556 # GNU dynamic linker. Since this was broken with cross compilers,
11557 # most powerpc-linux boxes support dynamic linking these days and
11558 # people can always --disable-shared, the test was removed, and we
11559 # assume the GNU/Linux dynamic linker is in use.
11560 dynamic_linker='GNU/Linux ld.so'
11561 ;;
d7040cdb 11562
ce2cded5
L
11563netbsd*)
11564 version_type=sunos
11565 need_lib_prefix=no
11566 need_version=no
11567 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11569 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11570 dynamic_linker='NetBSD (a.out) ld.so'
11571 else
11572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11573 soname_spec='${libname}${release}${shared_ext}$major'
11574 dynamic_linker='NetBSD ld.elf_so'
11575 fi
11576 shlibpath_var=LD_LIBRARY_PATH
11577 shlibpath_overrides_runpath=yes
11578 hardcode_into_libs=yes
11579 ;;
d7040cdb 11580
ce2cded5
L
11581newsos6)
11582 version_type=linux
11583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11584 shlibpath_var=LD_LIBRARY_PATH
11585 shlibpath_overrides_runpath=yes
11586 ;;
d7040cdb 11587
ce2cded5
L
11588*nto* | *qnx*)
11589 version_type=qnx
11590 need_lib_prefix=no
11591 need_version=no
11592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11593 soname_spec='${libname}${release}${shared_ext}$major'
11594 shlibpath_var=LD_LIBRARY_PATH
11595 shlibpath_overrides_runpath=no
11596 hardcode_into_libs=yes
11597 dynamic_linker='ldqnx.so'
11598 ;;
d7040cdb 11599
ce2cded5
L
11600openbsd*)
11601 version_type=sunos
11602 sys_lib_dlsearch_path_spec="/usr/lib"
11603 need_lib_prefix=no
11604 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11605 case $host_os in
11606 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11607 *) need_version=no ;;
11608 esac
11609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11610 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11611 shlibpath_var=LD_LIBRARY_PATH
11612 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11613 case $host_os in
11614 openbsd2.[89] | openbsd2.[89].*)
11615 shlibpath_overrides_runpath=no
11616 ;;
11617 *)
11618 shlibpath_overrides_runpath=yes
11619 ;;
11620 esac
11621 else
11622 shlibpath_overrides_runpath=yes
11623 fi
11624 ;;
d7040cdb 11625
ce2cded5
L
11626os2*)
11627 libname_spec='$name'
11628 shrext_cmds=".dll"
11629 need_lib_prefix=no
11630 library_names_spec='$libname${shared_ext} $libname.a'
11631 dynamic_linker='OS/2 ld.exe'
11632 shlibpath_var=LIBPATH
11633 ;;
d7040cdb 11634
ce2cded5
L
11635osf3* | osf4* | osf5*)
11636 version_type=osf
11637 need_lib_prefix=no
11638 need_version=no
11639 soname_spec='${libname}${release}${shared_ext}$major'
11640 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11641 shlibpath_var=LD_LIBRARY_PATH
11642 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11643 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11644 ;;
d7040cdb 11645
ce2cded5
L
11646rdos*)
11647 dynamic_linker=no
11648 ;;
d7040cdb 11649
ce2cded5
L
11650solaris*)
11651 version_type=linux
11652 need_lib_prefix=no
11653 need_version=no
11654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11655 soname_spec='${libname}${release}${shared_ext}$major'
11656 shlibpath_var=LD_LIBRARY_PATH
11657 shlibpath_overrides_runpath=yes
11658 hardcode_into_libs=yes
11659 # ldd complains unless libraries are executable
11660 postinstall_cmds='chmod +x $lib'
11661 ;;
d7040cdb 11662
ce2cded5
L
11663sunos4*)
11664 version_type=sunos
11665 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11666 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11667 shlibpath_var=LD_LIBRARY_PATH
11668 shlibpath_overrides_runpath=yes
11669 if test "$with_gnu_ld" = yes; then
11670 need_lib_prefix=no
11671 fi
11672 need_version=yes
11673 ;;
d7040cdb 11674
ce2cded5
L
11675sysv4 | sysv4.3*)
11676 version_type=linux
11677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11678 soname_spec='${libname}${release}${shared_ext}$major'
11679 shlibpath_var=LD_LIBRARY_PATH
11680 case $host_vendor in
11681 sni)
11682 shlibpath_overrides_runpath=no
11683 need_lib_prefix=no
11684 runpath_var=LD_RUN_PATH
11685 ;;
11686 siemens)
11687 need_lib_prefix=no
11688 ;;
11689 motorola)
11690 need_lib_prefix=no
11691 need_version=no
11692 shlibpath_overrides_runpath=no
11693 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11694 ;;
11695 esac
11696 ;;
d7040cdb 11697
ce2cded5
L
11698sysv4*MP*)
11699 if test -d /usr/nec ;then
11700 version_type=linux
11701 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11702 soname_spec='$libname${shared_ext}.$major'
11703 shlibpath_var=LD_LIBRARY_PATH
11704 fi
11705 ;;
d7040cdb 11706
ce2cded5
L
11707sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11708 version_type=freebsd-elf
11709 need_lib_prefix=no
11710 need_version=no
11711 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11712 soname_spec='${libname}${release}${shared_ext}$major'
11713 shlibpath_var=LD_LIBRARY_PATH
11714 shlibpath_overrides_runpath=yes
11715 hardcode_into_libs=yes
11716 if test "$with_gnu_ld" = yes; then
11717 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11718 else
11719 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11720 case $host_os in
11721 sco3.2v5*)
11722 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11723 ;;
11724 esac
11725 fi
11726 sys_lib_dlsearch_path_spec='/usr/lib'
11727 ;;
d7040cdb 11728
ce2cded5
L
11729tpf*)
11730 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11731 version_type=linux
11732 need_lib_prefix=no
11733 need_version=no
b214d478 11734 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
11735 shlibpath_var=LD_LIBRARY_PATH
11736 shlibpath_overrides_runpath=no
11737 hardcode_into_libs=yes
11738 ;;
d7040cdb 11739
ce2cded5
L
11740uts4*)
11741 version_type=linux
11742 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11743 soname_spec='${libname}${release}${shared_ext}$major'
11744 shlibpath_var=LD_LIBRARY_PATH
11745 ;;
d7040cdb 11746
ce2cded5
L
11747*)
11748 dynamic_linker=no
11749 ;;
11750esac
81ecdfbb
RW
11751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11752$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
11753test "$dynamic_linker" = no && can_build_shared=no
11754
11755variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11756if test "$GCC" = yes; then
11757 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb
SE
11758fi
11759
b214d478
SE
11760if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11761 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11762fi
11763if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11764 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11765fi
11766
d7040cdb
SE
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
d7040cdb 11778
d7040cdb 11779
d7040cdb 11780
d7040cdb 11781
d7040cdb
SE
11782
11783
11784
11785
d7040cdb 11786
d7040cdb
SE
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
d7040cdb
SE
11800
11801
11802
11803
d7040cdb
SE
11804
11805
11806
11807
d7040cdb 11808
d7040cdb 11809
d7040cdb 11810
d7040cdb 11811
d7040cdb 11812
d7040cdb 11813
d7040cdb 11814
d7040cdb
SE
11815
11816
11817
11818
11819
d7040cdb 11820
d7040cdb 11821
d7040cdb 11822
d7040cdb 11823
d7040cdb 11824
d7040cdb 11825
d7040cdb
SE
11826
11827
11828
11829
11830
d7040cdb
SE
11831
11832
d7040cdb 11833
d7040cdb 11834
d7040cdb 11835
d7040cdb 11836
ce2cded5
L
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
3725885a
RW
11847
11848
11849
11850
11851
ce2cded5
L
11852
11853
11854
11855
11856
11857
81ecdfbb
RW
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11859$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
11860hardcode_action=
11861if test -n "$hardcode_libdir_flag_spec" ||
11862 test -n "$runpath_var" ||
11863 test "X$hardcode_automatic" = "Xyes" ; then
11864
11865 # We can hardcode non-existent directories.
11866 if test "$hardcode_direct" != no &&
11867 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11868 # have to relink, otherwise we might link with an installed library
11869 # when we should be linking with a yet-to-be-installed one
11870 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11871 test "$hardcode_minus_L" != no; then
11872 # Linking always hardcodes the temporary library directory.
11873 hardcode_action=relink
11874 else
11875 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11876 hardcode_action=immediate
d7040cdb 11877 fi
d7040cdb 11878else
ce2cded5
L
11879 # We cannot hardcode anything, or else we can only hardcode existing
11880 # directories.
11881 hardcode_action=unsupported
d7040cdb 11882fi
81ecdfbb
RW
11883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11884$as_echo "$hardcode_action" >&6; }
d7040cdb 11885
ce2cded5
L
11886if test "$hardcode_action" = relink ||
11887 test "$inherit_rpath" = yes; then
11888 # Fast installation is not supported
11889 enable_fast_install=no
11890elif test "$shlibpath_overrides_runpath" = yes ||
11891 test "$enable_shared" = no; then
11892 # Fast installation is not necessary
11893 enable_fast_install=needless
d7040cdb
SE
11894fi
11895
d7040cdb 11896
d7040cdb 11897
d7040cdb 11898
d7040cdb 11899
d7040cdb 11900
ce2cded5
L
11901 if test "x$enable_dlopen" != xyes; then
11902 enable_dlopen=unknown
11903 enable_dlopen_self=unknown
11904 enable_dlopen_self_static=unknown
d7040cdb 11905else
ce2cded5
L
11906 lt_cv_dlopen=no
11907 lt_cv_dlopen_libs=
d7040cdb 11908
ce2cded5
L
11909 case $host_os in
11910 beos*)
11911 lt_cv_dlopen="load_add_on"
11912 lt_cv_dlopen_libs=
11913 lt_cv_dlopen_self=yes
11914 ;;
d7040cdb 11915
b214d478 11916 mingw* | pw32* | cegcc*)
ce2cded5
L
11917 lt_cv_dlopen="LoadLibrary"
11918 lt_cv_dlopen_libs=
11919 ;;
11920
11921 cygwin*)
11922 lt_cv_dlopen="dlopen"
11923 lt_cv_dlopen_libs=
11924 ;;
11925
11926 darwin*)
11927 # if libdl is installed we need to link against it
81ecdfbb
RW
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11929$as_echo_n "checking for dlopen in -ldl... " >&6; }
11930if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11931 $as_echo_n "(cached) " >&6
d7040cdb 11932else
ce2cded5
L
11933 ac_check_lib_save_LIBS=$LIBS
11934LIBS="-ldl $LIBS"
81ecdfbb 11935cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11936/* end confdefs.h. */
11937
81ecdfbb
RW
11938/* Override any GCC internal prototype to avoid an error.
11939 Use char because int might match the return type of a GCC
11940 builtin and then its argument prototype would still apply. */
ce2cded5
L
11941#ifdef __cplusplus
11942extern "C"
11943#endif
ce2cded5
L
11944char dlopen ();
11945int
11946main ()
11947{
81ecdfbb 11948return dlopen ();
ce2cded5
L
11949 ;
11950 return 0;
11951}
11952_ACEOF
81ecdfbb 11953if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11954 ac_cv_lib_dl_dlopen=yes
11955else
81ecdfbb 11956 ac_cv_lib_dl_dlopen=no
d7040cdb 11957fi
81ecdfbb
RW
11958rm -f core conftest.err conftest.$ac_objext \
11959 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11960LIBS=$ac_check_lib_save_LIBS
d7040cdb 11961fi
81ecdfbb
RW
11962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11963$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11964if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5 11965 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11966else
d7040cdb 11967
ce2cded5
L
11968 lt_cv_dlopen="dyld"
11969 lt_cv_dlopen_libs=
11970 lt_cv_dlopen_self=yes
11971
d7040cdb 11972fi
ce2cded5
L
11973
11974 ;;
11975
11976 *)
81ecdfbb
RW
11977 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11978if test "x$ac_cv_func_shl_load" = x""yes; then :
ce2cded5
L
11979 lt_cv_dlopen="shl_load"
11980else
81ecdfbb
RW
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11982$as_echo_n "checking for shl_load in -ldld... " >&6; }
11983if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11984 $as_echo_n "(cached) " >&6
ce2cded5
L
11985else
11986 ac_check_lib_save_LIBS=$LIBS
11987LIBS="-ldld $LIBS"
81ecdfbb 11988cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11989/* end confdefs.h. */
d7040cdb 11990
81ecdfbb
RW
11991/* Override any GCC internal prototype to avoid an error.
11992 Use char because int might match the return type of a GCC
11993 builtin and then its argument prototype would still apply. */
ce2cded5
L
11994#ifdef __cplusplus
11995extern "C"
11996#endif
ce2cded5
L
11997char shl_load ();
11998int
11999main ()
12000{
81ecdfbb 12001return shl_load ();
ce2cded5
L
12002 ;
12003 return 0;
12004}
12005_ACEOF
81ecdfbb 12006if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
12007 ac_cv_lib_dld_shl_load=yes
12008else
81ecdfbb 12009 ac_cv_lib_dld_shl_load=no
ce2cded5 12010fi
81ecdfbb
RW
12011rm -f core conftest.err conftest.$ac_objext \
12012 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
12013LIBS=$ac_check_lib_save_LIBS
12014fi
81ecdfbb
RW
12015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12016$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12017if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
b214d478 12018 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 12019else
81ecdfbb
RW
12020 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12021if test "x$ac_cv_func_dlopen" = x""yes; then :
ce2cded5
L
12022 lt_cv_dlopen="dlopen"
12023else
81ecdfbb
RW
12024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12025$as_echo_n "checking for dlopen in -ldl... " >&6; }
12026if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12027 $as_echo_n "(cached) " >&6
d7040cdb 12028else
ce2cded5
L
12029 ac_check_lib_save_LIBS=$LIBS
12030LIBS="-ldl $LIBS"
81ecdfbb 12031cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
12032/* end confdefs.h. */
12033
81ecdfbb
RW
12034/* Override any GCC internal prototype to avoid an error.
12035 Use char because int might match the return type of a GCC
12036 builtin and then its argument prototype would still apply. */
ce2cded5
L
12037#ifdef __cplusplus
12038extern "C"
12039#endif
ce2cded5 12040char dlopen ();
d7040cdb
SE
12041int
12042main ()
12043{
81ecdfbb 12044return dlopen ();
d7040cdb
SE
12045 ;
12046 return 0;
12047}
12048_ACEOF
81ecdfbb 12049if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 12050 ac_cv_lib_dl_dlopen=yes
d7040cdb 12051else
81ecdfbb 12052 ac_cv_lib_dl_dlopen=no
d7040cdb 12053fi
81ecdfbb
RW
12054rm -f core conftest.err conftest.$ac_objext \
12055 conftest$ac_exeext conftest.$ac_ext
ce2cded5 12056LIBS=$ac_check_lib_save_LIBS
d7040cdb 12057fi
81ecdfbb
RW
12058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12059$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12060if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5 12061 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 12062else
81ecdfbb
RW
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12064$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12065if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12066 $as_echo_n "(cached) " >&6
d7040cdb 12067else
ce2cded5
L
12068 ac_check_lib_save_LIBS=$LIBS
12069LIBS="-lsvld $LIBS"
81ecdfbb 12070cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 12071/* end confdefs.h. */
d7040cdb 12072
81ecdfbb
RW
12073/* Override any GCC internal prototype to avoid an error.
12074 Use char because int might match the return type of a GCC
12075 builtin and then its argument prototype would still apply. */
ce2cded5
L
12076#ifdef __cplusplus
12077extern "C"
12078#endif
ce2cded5 12079char dlopen ();
d7040cdb
SE
12080int
12081main ()
12082{
81ecdfbb 12083return dlopen ();
d7040cdb
SE
12084 ;
12085 return 0;
12086}
12087_ACEOF
81ecdfbb 12088if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 12089 ac_cv_lib_svld_dlopen=yes
d7040cdb 12090else
81ecdfbb 12091 ac_cv_lib_svld_dlopen=no
d7040cdb 12092fi
81ecdfbb
RW
12093rm -f core conftest.err conftest.$ac_objext \
12094 conftest$ac_exeext conftest.$ac_ext
ce2cded5 12095LIBS=$ac_check_lib_save_LIBS
d7040cdb 12096fi
81ecdfbb
RW
12097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12098$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12099if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
ce2cded5
L
12100 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12101else
81ecdfbb
RW
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12103$as_echo_n "checking for dld_link in -ldld... " >&6; }
12104if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12105 $as_echo_n "(cached) " >&6
ce2cded5
L
12106else
12107 ac_check_lib_save_LIBS=$LIBS
12108LIBS="-ldld $LIBS"
81ecdfbb 12109cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
12110/* end confdefs.h. */
12111
81ecdfbb
RW
12112/* Override any GCC internal prototype to avoid an error.
12113 Use char because int might match the return type of a GCC
12114 builtin and then its argument prototype would still apply. */
ce2cded5
L
12115#ifdef __cplusplus
12116extern "C"
12117#endif
ce2cded5 12118char dld_link ();
d7040cdb
SE
12119int
12120main ()
12121{
81ecdfbb 12122return dld_link ();
d7040cdb
SE
12123 ;
12124 return 0;
12125}
12126_ACEOF
81ecdfbb 12127if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 12128 ac_cv_lib_dld_dld_link=yes
d7040cdb 12129else
81ecdfbb 12130 ac_cv_lib_dld_dld_link=no
d7040cdb 12131fi
81ecdfbb
RW
12132rm -f core conftest.err conftest.$ac_objext \
12133 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
12134LIBS=$ac_check_lib_save_LIBS
12135fi
81ecdfbb
RW
12136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12137$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12138if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
b214d478 12139 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
12140fi
12141
12142
12143fi
12144
12145
12146fi
12147
12148
12149fi
12150
12151
12152fi
12153
12154
12155fi
12156
12157 ;;
12158 esac
12159
12160 if test "x$lt_cv_dlopen" != xno; then
12161 enable_dlopen=yes
12162 else
12163 enable_dlopen=no
12164 fi
12165
12166 case $lt_cv_dlopen in
12167 dlopen)
12168 save_CPPFLAGS="$CPPFLAGS"
12169 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12170
12171 save_LDFLAGS="$LDFLAGS"
12172 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12173
12174 save_LIBS="$LIBS"
12175 LIBS="$lt_cv_dlopen_libs $LIBS"
12176
81ecdfbb
RW
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12178$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12179if test "${lt_cv_dlopen_self+set}" = set; then :
12180 $as_echo_n "(cached) " >&6
ce2cded5
L
12181else
12182 if test "$cross_compiling" = yes; then :
12183 lt_cv_dlopen_self=cross
12184else
12185 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12186 lt_status=$lt_dlunknown
12187 cat > conftest.$ac_ext <<_LT_EOF
52204357 12188#line 12188 "configure"
ce2cded5
L
12189#include "confdefs.h"
12190
12191#if HAVE_DLFCN_H
12192#include <dlfcn.h>
12193#endif
12194
12195#include <stdio.h>
12196
12197#ifdef RTLD_GLOBAL
12198# define LT_DLGLOBAL RTLD_GLOBAL
12199#else
12200# ifdef DL_GLOBAL
12201# define LT_DLGLOBAL DL_GLOBAL
12202# else
12203# define LT_DLGLOBAL 0
12204# endif
12205#endif
12206
12207/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12208 find out it does not work in some platform. */
12209#ifndef LT_DLLAZY_OR_NOW
12210# ifdef RTLD_LAZY
12211# define LT_DLLAZY_OR_NOW RTLD_LAZY
12212# else
12213# ifdef DL_LAZY
12214# define LT_DLLAZY_OR_NOW DL_LAZY
12215# else
12216# ifdef RTLD_NOW
12217# define LT_DLLAZY_OR_NOW RTLD_NOW
12218# else
12219# ifdef DL_NOW
12220# define LT_DLLAZY_OR_NOW DL_NOW
12221# else
12222# define LT_DLLAZY_OR_NOW 0
12223# endif
12224# endif
12225# endif
12226# endif
12227#endif
12228
3725885a
RW
12229/* When -fvisbility=hidden is used, assume the code has been annotated
12230 correspondingly for the symbols needed. */
12231#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12232void fnord () __attribute__((visibility("default")));
12233#endif
12234
12235void fnord () { int i=42; }
ce2cded5 12236int main ()
d7040cdb 12237{
ce2cded5
L
12238 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12239 int status = $lt_dlunknown;
12240
12241 if (self)
12242 {
12243 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
12244 else
12245 {
12246 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12247 else puts (dlerror ());
12248 }
ce2cded5
L
12249 /* dlclose (self); */
12250 }
12251 else
12252 puts (dlerror ());
12253
b214d478 12254 return status;
d7040cdb 12255}
ce2cded5 12256_LT_EOF
81ecdfbb 12257 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5 12258 (eval $ac_link) 2>&5
d7040cdb 12259 ac_status=$?
81ecdfbb
RW
12260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12261 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
12262 (./conftest; exit; ) >&5 2>/dev/null
12263 lt_status=$?
12264 case x$lt_status in
12265 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12266 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12267 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12268 esac
12269 else :
12270 # compilation failed
12271 lt_cv_dlopen_self=no
12272 fi
12273fi
12274rm -fr conftest*
12275
12276
12277fi
81ecdfbb
RW
12278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12279$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
12280
12281 if test "x$lt_cv_dlopen_self" = xyes; then
12282 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12284$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12285if test "${lt_cv_dlopen_self_static+set}" = set; then :
12286 $as_echo_n "(cached) " >&6
ce2cded5
L
12287else
12288 if test "$cross_compiling" = yes; then :
12289 lt_cv_dlopen_self_static=cross
12290else
12291 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12292 lt_status=$lt_dlunknown
12293 cat > conftest.$ac_ext <<_LT_EOF
52204357 12294#line 12294 "configure"
ce2cded5
L
12295#include "confdefs.h"
12296
12297#if HAVE_DLFCN_H
12298#include <dlfcn.h>
12299#endif
12300
12301#include <stdio.h>
12302
12303#ifdef RTLD_GLOBAL
12304# define LT_DLGLOBAL RTLD_GLOBAL
12305#else
12306# ifdef DL_GLOBAL
12307# define LT_DLGLOBAL DL_GLOBAL
12308# else
12309# define LT_DLGLOBAL 0
12310# endif
12311#endif
12312
12313/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12314 find out it does not work in some platform. */
12315#ifndef LT_DLLAZY_OR_NOW
12316# ifdef RTLD_LAZY
12317# define LT_DLLAZY_OR_NOW RTLD_LAZY
12318# else
12319# ifdef DL_LAZY
12320# define LT_DLLAZY_OR_NOW DL_LAZY
12321# else
12322# ifdef RTLD_NOW
12323# define LT_DLLAZY_OR_NOW RTLD_NOW
12324# else
12325# ifdef DL_NOW
12326# define LT_DLLAZY_OR_NOW DL_NOW
12327# else
12328# define LT_DLLAZY_OR_NOW 0
12329# endif
12330# endif
12331# endif
12332# endif
12333#endif
12334
3cb62297
L
12335/* When -fvisbility=hidden is used, assume the code has been annotated
12336 correspondingly for the symbols needed. */
12337#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12338void fnord () __attribute__((visibility("default")));
12339#endif
12340
12341void fnord () { int i=42; }
12342int main ()
12343{
12344 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12345 int status = $lt_dlunknown;
12346
12347 if (self)
12348 {
12349 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12350 else
12351 {
12352 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12353 else puts (dlerror ());
12354 }
12355 /* dlclose (self); */
12356 }
12357 else
12358 puts (dlerror ());
12359
12360 return status;
12361}
12362_LT_EOF
12363 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12364 (eval $ac_link) 2>&5
12365 ac_status=$?
12366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12367 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12368 (./conftest; exit; ) >&5 2>/dev/null
12369 lt_status=$?
12370 case x$lt_status in
12371 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12372 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12373 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12374 esac
12375 else :
12376 # compilation failed
12377 lt_cv_dlopen_self_static=no
12378 fi
12379fi
12380rm -fr conftest*
12381
12382
12383fi
12384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12385$as_echo "$lt_cv_dlopen_self_static" >&6; }
12386 fi
12387
12388 CPPFLAGS="$save_CPPFLAGS"
12389 LDFLAGS="$save_LDFLAGS"
12390 LIBS="$save_LIBS"
12391 ;;
12392 esac
12393
12394 case $lt_cv_dlopen_self in
12395 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12396 *) enable_dlopen_self=unknown ;;
12397 esac
12398
12399 case $lt_cv_dlopen_self_static in
12400 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12401 *) enable_dlopen_self_static=unknown ;;
12402 esac
12403fi
12404
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421striplib=
12422old_striplib=
12423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12424$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12425if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12426 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12427 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12429$as_echo "yes" >&6; }
12430else
12431# FIXME - insert some real tests, host_os isn't really good enough
12432 case $host_os in
12433 darwin*)
12434 if test -n "$STRIP" ; then
12435 striplib="$STRIP -x"
12436 old_striplib="$STRIP -S"
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12438$as_echo "yes" >&6; }
12439 else
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12441$as_echo "no" >&6; }
12442 fi
12443 ;;
12444 *)
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12446$as_echo "no" >&6; }
12447 ;;
12448 esac
12449fi
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462 # Report which library types will actually be built
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12464$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12466$as_echo "$can_build_shared" >&6; }
12467
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12469$as_echo_n "checking whether to build shared libraries... " >&6; }
12470 test "$can_build_shared" = "no" && enable_shared=no
12471
12472 # On AIX, shared libraries and static libraries use the same namespace, and
12473 # are all built from PIC.
12474 case $host_os in
12475 aix3*)
12476 test "$enable_shared" = yes && enable_static=no
12477 if test -n "$RANLIB"; then
12478 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12479 postinstall_cmds='$RANLIB $lib'
12480 fi
12481 ;;
12482
12483 aix[4-9]*)
12484 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12485 test "$enable_shared" = yes && enable_static=no
12486 fi
12487 ;;
12488 esac
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12490$as_echo "$enable_shared" >&6; }
12491
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12493$as_echo_n "checking whether to build static libraries... " >&6; }
12494 # Make sure either enable_shared or enable_static is yes.
12495 test "$enable_shared" = yes || enable_static=yes
12496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12497$as_echo "$enable_static" >&6; }
12498
12499
12500
12501
12502fi
12503ac_ext=c
12504ac_cpp='$CPP $CPPFLAGS'
12505ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12506ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12507ac_compiler_gnu=$ac_cv_c_compiler_gnu
12508
12509CC="$lt_save_CC"
12510
12511 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12512 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12513 (test "X$CXX" != "Xg++"))) ; then
12514 ac_ext=cpp
12515ac_cpp='$CXXCPP $CPPFLAGS'
12516ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12517ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12518ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12520$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12521if test -z "$CXXCPP"; then
12522 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
12523 $as_echo_n "(cached) " >&6
12524else
12525 # Double quotes because CXXCPP needs to be expanded
12526 for CXXCPP in "$CXX -E" "/lib/cpp"
12527 do
12528 ac_preproc_ok=false
12529for ac_cxx_preproc_warn_flag in '' yes
12530do
12531 # Use a header file that comes with gcc, so configuring glibc
12532 # with a fresh cross-compiler works.
12533 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12534 # <limits.h> exists even on freestanding compilers.
12535 # On the NeXT, cc -E runs the code through the compiler's parser,
12536 # not just through cpp. "Syntax error" is here to catch this case.
12537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12538/* end confdefs.h. */
12539#ifdef __STDC__
12540# include <limits.h>
12541#else
12542# include <assert.h>
12543#endif
12544 Syntax error
12545_ACEOF
12546if ac_fn_cxx_try_cpp "$LINENO"; then :
12547
12548else
12549 # Broken: fails on valid input.
12550continue
12551fi
12552rm -f conftest.err conftest.$ac_ext
12553
12554 # OK, works on sane cases. Now check whether nonexistent headers
12555 # can be detected and how.
12556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12557/* end confdefs.h. */
12558#include <ac_nonexistent.h>
12559_ACEOF
12560if ac_fn_cxx_try_cpp "$LINENO"; then :
12561 # Broken: success on invalid input.
12562continue
12563else
12564 # Passes both tests.
12565ac_preproc_ok=:
12566break
12567fi
12568rm -f conftest.err conftest.$ac_ext
12569
12570done
12571# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12572rm -f conftest.err conftest.$ac_ext
12573if $ac_preproc_ok; then :
12574 break
12575fi
12576
12577 done
12578 ac_cv_prog_CXXCPP=$CXXCPP
12579
12580fi
12581 CXXCPP=$ac_cv_prog_CXXCPP
12582else
12583 ac_cv_prog_CXXCPP=$CXXCPP
12584fi
12585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12586$as_echo "$CXXCPP" >&6; }
12587ac_preproc_ok=false
12588for ac_cxx_preproc_warn_flag in '' yes
12589do
12590 # Use a header file that comes with gcc, so configuring glibc
12591 # with a fresh cross-compiler works.
12592 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12593 # <limits.h> exists even on freestanding compilers.
12594 # On the NeXT, cc -E runs the code through the compiler's parser,
12595 # not just through cpp. "Syntax error" is here to catch this case.
12596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12597/* end confdefs.h. */
12598#ifdef __STDC__
12599# include <limits.h>
12600#else
12601# include <assert.h>
12602#endif
12603 Syntax error
12604_ACEOF
12605if ac_fn_cxx_try_cpp "$LINENO"; then :
12606
12607else
12608 # Broken: fails on valid input.
12609continue
12610fi
12611rm -f conftest.err conftest.$ac_ext
12612
12613 # OK, works on sane cases. Now check whether nonexistent headers
12614 # can be detected and how.
12615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12616/* end confdefs.h. */
12617#include <ac_nonexistent.h>
12618_ACEOF
12619if ac_fn_cxx_try_cpp "$LINENO"; then :
12620 # Broken: success on invalid input.
12621continue
12622else
12623 # Passes both tests.
12624ac_preproc_ok=:
12625break
12626fi
12627rm -f conftest.err conftest.$ac_ext
12628
12629done
12630# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12631rm -f conftest.err conftest.$ac_ext
12632if $ac_preproc_ok; then :
12633
12634else
12635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12636$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12637as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
12638See \`config.log' for more details." "$LINENO" 5; }
12639fi
12640
12641ac_ext=c
12642ac_cpp='$CPP $CPPFLAGS'
12643ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12644ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12645ac_compiler_gnu=$ac_cv_c_compiler_gnu
12646
12647else
12648 _lt_caught_CXX_error=yes
12649fi
12650
12651ac_ext=cpp
12652ac_cpp='$CXXCPP $CPPFLAGS'
12653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12655ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12656
12657archive_cmds_need_lc_CXX=no
12658allow_undefined_flag_CXX=
12659always_export_symbols_CXX=no
12660archive_expsym_cmds_CXX=
12661compiler_needs_object_CXX=no
12662export_dynamic_flag_spec_CXX=
12663hardcode_direct_CXX=no
12664hardcode_direct_absolute_CXX=no
12665hardcode_libdir_flag_spec_CXX=
12666hardcode_libdir_flag_spec_ld_CXX=
12667hardcode_libdir_separator_CXX=
12668hardcode_minus_L_CXX=no
12669hardcode_shlibpath_var_CXX=unsupported
12670hardcode_automatic_CXX=no
12671inherit_rpath_CXX=no
12672module_cmds_CXX=
12673module_expsym_cmds_CXX=
12674link_all_deplibs_CXX=unknown
12675old_archive_cmds_CXX=$old_archive_cmds
12676reload_flag_CXX=$reload_flag
12677reload_cmds_CXX=$reload_cmds
12678no_undefined_flag_CXX=
12679whole_archive_flag_spec_CXX=
12680enable_shared_with_static_runtimes_CXX=no
12681
12682# Source file extension for C++ test sources.
12683ac_ext=cpp
12684
12685# Object file extension for compiled C++ test sources.
12686objext=o
12687objext_CXX=$objext
12688
12689# No sense in running all these tests if we already determined that
12690# the CXX compiler isn't working. Some variables (like enable_shared)
12691# are currently assumed to apply to all compilers on this platform,
12692# and will be corrupted by setting them based on a non-working compiler.
12693if test "$_lt_caught_CXX_error" != yes; then
12694 # Code to be used in simple compile tests
12695 lt_simple_compile_test_code="int some_variable = 0;"
12696
12697 # Code to be used in simple link tests
12698 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12699
12700 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12701
12702
12703
12704
12705
12706
12707# If no C compiler was specified, use CC.
12708LTCC=${LTCC-"$CC"}
12709
12710# If no C compiler flags were specified, use CFLAGS.
12711LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12712
12713# Allow CC to be a program name with arguments.
12714compiler=$CC
12715
12716
12717 # save warnings/boilerplate of simple test code
12718 ac_outfile=conftest.$ac_objext
12719echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12720eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12721_lt_compiler_boilerplate=`cat conftest.err`
12722$RM conftest*
12723
12724 ac_outfile=conftest.$ac_objext
12725echo "$lt_simple_link_test_code" >conftest.$ac_ext
12726eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12727_lt_linker_boilerplate=`cat conftest.err`
12728$RM -r conftest*
12729
12730
12731 # Allow CC to be a program name with arguments.
12732 lt_save_CC=$CC
12733 lt_save_LD=$LD
12734 lt_save_GCC=$GCC
12735 GCC=$GXX
12736 lt_save_with_gnu_ld=$with_gnu_ld
12737 lt_save_path_LD=$lt_cv_path_LD
12738 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12739 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12740 else
12741 $as_unset lt_cv_prog_gnu_ld
12742 fi
12743 if test -n "${lt_cv_path_LDCXX+set}"; then
12744 lt_cv_path_LD=$lt_cv_path_LDCXX
12745 else
12746 $as_unset lt_cv_path_LD
12747 fi
12748 test -z "${LDCXX+set}" || LD=$LDCXX
12749 CC=${CXX-"c++"}
12750 compiler=$CC
12751 compiler_CXX=$CC
12752 for cc_temp in $compiler""; do
12753 case $cc_temp in
12754 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12755 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12756 \-*) ;;
12757 *) break;;
12758 esac
12759done
12760cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12761
12762
12763 if test -n "$compiler"; then
12764 # We don't want -fno-exception when compiling C++ code, so set the
12765 # no_builtin_flag separately
12766 if test "$GXX" = yes; then
12767 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12768 else
12769 lt_prog_compiler_no_builtin_flag_CXX=
12770 fi
12771
12772 if test "$GXX" = yes; then
12773 # Set up default GNU C++ configuration
12774
12775
12776
12777# Check whether --with-gnu-ld was given.
12778if test "${with_gnu_ld+set}" = set; then :
12779 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12780else
12781 with_gnu_ld=no
12782fi
12783
12784ac_prog=ld
12785if test "$GCC" = yes; then
12786 # Check if gcc -print-prog-name=ld gives a path.
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12788$as_echo_n "checking for ld used by $CC... " >&6; }
12789 case $host in
12790 *-*-mingw*)
12791 # gcc leaves a trailing carriage return which upsets mingw
12792 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12793 *)
12794 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12795 esac
12796 case $ac_prog in
12797 # Accept absolute paths.
12798 [\\/]* | ?:[\\/]*)
12799 re_direlt='/[^/][^/]*/\.\./'
12800 # Canonicalize the pathname of ld
12801 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12802 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12803 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12804 done
12805 test -z "$LD" && LD="$ac_prog"
12806 ;;
12807 "")
12808 # If it fails, then pretend we aren't using GCC.
12809 ac_prog=ld
12810 ;;
12811 *)
12812 # If it is relative, then search for the first ld in PATH.
12813 with_gnu_ld=unknown
12814 ;;
12815 esac
12816elif test "$with_gnu_ld" = yes; then
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12818$as_echo_n "checking for GNU ld... " >&6; }
12819else
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12821$as_echo_n "checking for non-GNU ld... " >&6; }
12822fi
12823if test "${lt_cv_path_LD+set}" = set; then :
12824 $as_echo_n "(cached) " >&6
12825else
12826 if test -z "$LD"; then
12827 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12828 for ac_dir in $PATH; do
12829 IFS="$lt_save_ifs"
12830 test -z "$ac_dir" && ac_dir=.
12831 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12832 lt_cv_path_LD="$ac_dir/$ac_prog"
12833 # Check to see if the program is GNU ld. I'd rather use --version,
12834 # but apparently some variants of GNU ld only accept -v.
12835 # Break only if it was the GNU/non-GNU ld that we prefer.
12836 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12837 *GNU* | *'with BFD'*)
12838 test "$with_gnu_ld" != no && break
12839 ;;
12840 *)
12841 test "$with_gnu_ld" != yes && break
12842 ;;
12843 esac
12844 fi
12845 done
12846 IFS="$lt_save_ifs"
12847else
12848 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12849fi
12850fi
12851
12852LD="$lt_cv_path_LD"
12853if test -n "$LD"; then
12854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12855$as_echo "$LD" >&6; }
12856else
12857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12858$as_echo "no" >&6; }
12859fi
12860test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
12861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12862$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12863if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12864 $as_echo_n "(cached) " >&6
12865else
12866 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12867case `$LD -v 2>&1 </dev/null` in
12868*GNU* | *'with BFD'*)
12869 lt_cv_prog_gnu_ld=yes
12870 ;;
12871*)
12872 lt_cv_prog_gnu_ld=no
12873 ;;
12874esac
12875fi
12876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12877$as_echo "$lt_cv_prog_gnu_ld" >&6; }
12878with_gnu_ld=$lt_cv_prog_gnu_ld
12879
12880
12881
12882
12883
12884
12885
12886 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12887 # archiving commands below assume that GNU ld is being used.
12888 if test "$with_gnu_ld" = yes; then
12889 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12890 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12891
12892 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12893 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12894
12895 # If archive_cmds runs LD, not CC, wlarc should be empty
12896 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12897 # investigate it a little bit more. (MM)
12898 wlarc='${wl}'
12899
12900 # ancient GNU ld didn't support --whole-archive et. al.
12901 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12902 $GREP 'no-whole-archive' > /dev/null; then
12903 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12904 else
12905 whole_archive_flag_spec_CXX=
12906 fi
12907 else
12908 with_gnu_ld=no
12909 wlarc=
12910
12911 # A generic and very simple default shared library creation
12912 # command for GNU C++ for the case where it uses the native
12913 # linker, instead of GNU ld. If possible, this setting should
12914 # overridden to take advantage of the native linker features on
12915 # the platform it is being used on.
12916 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12917 fi
12918
12919 # Commands to make compiler produce verbose output that lists
12920 # what "hidden" libraries, object files and flags are used when
12921 # linking a shared library.
12922 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12923
12924 else
12925 GXX=no
12926 with_gnu_ld=no
12927 wlarc=
12928 fi
12929
12930 # PORTME: fill in a description of your system's C++ link characteristics
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12932$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12933 ld_shlibs_CXX=yes
12934 case $host_os in
12935 aix3*)
12936 # FIXME: insert proper C++ library support
12937 ld_shlibs_CXX=no
12938 ;;
12939 aix[4-9]*)
12940 if test "$host_cpu" = ia64; then
12941 # On IA64, the linker does run time linking by default, so we don't
12942 # have to do anything special.
12943 aix_use_runtimelinking=no
12944 exp_sym_flag='-Bexport'
12945 no_entry_flag=""
12946 else
12947 aix_use_runtimelinking=no
12948
12949 # Test if we are trying to use run time linking or normal
12950 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12951 # need to do runtime linking.
12952 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12953 for ld_flag in $LDFLAGS; do
12954 case $ld_flag in
12955 *-brtl*)
12956 aix_use_runtimelinking=yes
12957 break
12958 ;;
12959 esac
12960 done
12961 ;;
12962 esac
12963
12964 exp_sym_flag='-bexport'
12965 no_entry_flag='-bnoentry'
12966 fi
12967
12968 # When large executables or shared objects are built, AIX ld can
12969 # have problems creating the table of contents. If linking a library
12970 # or program results in "error TOC overflow" add -mminimal-toc to
12971 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12972 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12973
12974 archive_cmds_CXX=''
12975 hardcode_direct_CXX=yes
12976 hardcode_direct_absolute_CXX=yes
12977 hardcode_libdir_separator_CXX=':'
12978 link_all_deplibs_CXX=yes
12979 file_list_spec_CXX='${wl}-f,'
12980
12981 if test "$GXX" = yes; then
12982 case $host_os in aix4.[012]|aix4.[012].*)
12983 # We only want to do this on AIX 4.2 and lower, the check
12984 # below for broken collect2 doesn't work under 4.3+
12985 collect2name=`${CC} -print-prog-name=collect2`
12986 if test -f "$collect2name" &&
12987 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12988 then
12989 # We have reworked collect2
12990 :
12991 else
12992 # We have old collect2
12993 hardcode_direct_CXX=unsupported
12994 # It fails to find uninstalled libraries when the uninstalled
12995 # path is not listed in the libpath. Setting hardcode_minus_L
12996 # to unsupported forces relinking
12997 hardcode_minus_L_CXX=yes
12998 hardcode_libdir_flag_spec_CXX='-L$libdir'
12999 hardcode_libdir_separator_CXX=
13000 fi
13001 esac
13002 shared_flag='-shared'
13003 if test "$aix_use_runtimelinking" = yes; then
13004 shared_flag="$shared_flag "'${wl}-G'
13005 fi
13006 else
13007 # not using gcc
13008 if test "$host_cpu" = ia64; then
13009 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13010 # chokes on -Wl,-G. The following line is correct:
13011 shared_flag='-G'
13012 else
13013 if test "$aix_use_runtimelinking" = yes; then
13014 shared_flag='${wl}-G'
13015 else
13016 shared_flag='${wl}-bM:SRE'
13017 fi
13018 fi
13019 fi
13020
13021 export_dynamic_flag_spec_CXX='${wl}-bexpall'
13022 # It seems that -bexpall does not export symbols beginning with
13023 # underscore (_), so it is better to generate a list of symbols to
13024 # export.
13025 always_export_symbols_CXX=yes
13026 if test "$aix_use_runtimelinking" = yes; then
13027 # Warning - without using the other runtime loading flags (-brtl),
13028 # -berok will link without error, but may produce a broken library.
13029 allow_undefined_flag_CXX='-berok'
13030 # Determine the default libpath from the value encoded in an empty
13031 # executable.
13032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13033/* end confdefs.h. */
13034
13035int
13036main ()
13037{
13038
13039 ;
13040 return 0;
13041}
13042_ACEOF
13043if ac_fn_cxx_try_link "$LINENO"; then :
13044
13045lt_aix_libpath_sed='
13046 /Import File Strings/,/^$/ {
13047 /^0/ {
13048 s/^0 *\(.*\)$/\1/
13049 p
13050 }
13051 }'
13052aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13053# Check for a 64-bit object if we didn't find anything.
13054if test -z "$aix_libpath"; then
13055 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13056fi
13057fi
13058rm -f core conftest.err conftest.$ac_objext \
13059 conftest$ac_exeext conftest.$ac_ext
13060if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13061
13062 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13063
13064 archive_expsym_cmds_CXX='$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"
13065 else
13066 if test "$host_cpu" = ia64; then
13067 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13068 allow_undefined_flag_CXX="-z nodefs"
13069 archive_expsym_cmds_CXX="\$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"
13070 else
13071 # Determine the default libpath from the value encoded in an
13072 # empty executable.
13073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13074/* end confdefs.h. */
13075
13076int
13077main ()
13078{
13079
13080 ;
13081 return 0;
13082}
13083_ACEOF
13084if ac_fn_cxx_try_link "$LINENO"; then :
13085
13086lt_aix_libpath_sed='
13087 /Import File Strings/,/^$/ {
13088 /^0/ {
13089 s/^0 *\(.*\)$/\1/
13090 p
13091 }
13092 }'
13093aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13094# Check for a 64-bit object if we didn't find anything.
13095if test -z "$aix_libpath"; then
13096 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13097fi
13098fi
13099rm -f core conftest.err conftest.$ac_objext \
13100 conftest$ac_exeext conftest.$ac_ext
13101if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13102
13103 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13104 # Warning - without using the other run time loading flags,
13105 # -berok will link without error, but may produce a broken library.
13106 no_undefined_flag_CXX=' ${wl}-bernotok'
13107 allow_undefined_flag_CXX=' ${wl}-berok'
13108 if test "$with_gnu_ld" = yes; then
13109 # We only use this code for GNU lds that support --whole-archive.
13110 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13111 else
13112 # Exported symbols can be pulled into shared objects from archives
13113 whole_archive_flag_spec_CXX='$convenience'
13114 fi
13115 archive_cmds_need_lc_CXX=yes
13116 # This is similar to how AIX traditionally builds its shared
13117 # libraries.
13118 archive_expsym_cmds_CXX="\$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'
13119 fi
13120 fi
13121 ;;
13122
13123 beos*)
13124 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13125 allow_undefined_flag_CXX=unsupported
13126 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13127 # support --undefined. This deserves some investigation. FIXME
13128 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13129 else
13130 ld_shlibs_CXX=no
13131 fi
13132 ;;
13133
13134 chorus*)
13135 case $cc_basename in
13136 *)
13137 # FIXME: insert proper C++ library support
13138 ld_shlibs_CXX=no
13139 ;;
13140 esac
13141 ;;
13142
13143 cygwin* | mingw* | pw32* | cegcc*)
13144 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13145 # as there is no search path for DLLs.
13146 hardcode_libdir_flag_spec_CXX='-L$libdir'
13147 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
13148 allow_undefined_flag_CXX=unsupported
13149 always_export_symbols_CXX=no
13150 enable_shared_with_static_runtimes_CXX=yes
13151
13152 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
13153 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13154 # If the export-symbols file already is a .def file (1st line
13155 # is EXPORTS), use it as is; otherwise, prepend...
13156 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13157 cp $export_symbols $output_objdir/$soname.def;
13158 else
13159 echo EXPORTS > $output_objdir/$soname.def;
13160 cat $export_symbols >> $output_objdir/$soname.def;
13161 fi~
13162 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13163 else
13164 ld_shlibs_CXX=no
13165 fi
13166 ;;
13167 darwin* | rhapsody*)
13168
13169
13170 archive_cmds_need_lc_CXX=no
13171 hardcode_direct_CXX=no
13172 hardcode_automatic_CXX=yes
13173 hardcode_shlibpath_var_CXX=unsupported
13174 if test "$lt_cv_ld_force_load" = "yes"; then
13175 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
13176 else
13177 whole_archive_flag_spec_CXX=''
13178 fi
13179 link_all_deplibs_CXX=yes
13180 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13181 case $cc_basename in
13182 ifort*) _lt_dar_can_shared=yes ;;
13183 *) _lt_dar_can_shared=$GCC ;;
13184 esac
13185 if test "$_lt_dar_can_shared" = "yes"; then
13186 output_verbose_link_cmd=func_echo_all
13187 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13188 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13189 archive_expsym_cmds_CXX="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}"
13190 module_expsym_cmds_CXX="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}"
13191 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13192 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
13193 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
13194 fi
13195
13196 else
13197 ld_shlibs_CXX=no
13198 fi
13199
13200 ;;
13201
13202 dgux*)
13203 case $cc_basename in
13204 ec++*)
13205 # FIXME: insert proper C++ library support
13206 ld_shlibs_CXX=no
13207 ;;
13208 ghcx*)
13209 # Green Hills C++ Compiler
13210 # FIXME: insert proper C++ library support
13211 ld_shlibs_CXX=no
13212 ;;
13213 *)
13214 # FIXME: insert proper C++ library support
13215 ld_shlibs_CXX=no
13216 ;;
13217 esac
13218 ;;
13219
6d2920c8 13220 freebsd2.*)
3cb62297
L
13221 # C++ shared libraries reported to be fairly broken before
13222 # switch to ELF
13223 ld_shlibs_CXX=no
13224 ;;
13225
13226 freebsd-elf*)
13227 archive_cmds_need_lc_CXX=no
13228 ;;
13229
13230 freebsd* | dragonfly*)
13231 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13232 # conventions
13233 ld_shlibs_CXX=yes
13234 ;;
13235
13236 gnu*)
13237 ;;
13238
13239 haiku*)
13240 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13241 link_all_deplibs_CXX=yes
13242 ;;
13243
13244 hpux9*)
13245 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13246 hardcode_libdir_separator_CXX=:
13247 export_dynamic_flag_spec_CXX='${wl}-E'
13248 hardcode_direct_CXX=yes
13249 hardcode_minus_L_CXX=yes # Not in the search PATH,
13250 # but as the default
13251 # location of the library.
13252
13253 case $cc_basename in
13254 CC*)
13255 # FIXME: insert proper C++ library support
13256 ld_shlibs_CXX=no
13257 ;;
13258 aCC*)
13259 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13260 # Commands to make compiler produce verbose output that lists
13261 # what "hidden" libraries, object files and flags are used when
13262 # linking a shared library.
13263 #
13264 # There doesn't appear to be a way to prevent this compiler from
13265 # explicitly linking system object files so we need to strip them
13266 # from the output so that they don't get included in the library
13267 # dependencies.
13268 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13269 ;;
13270 *)
13271 if test "$GXX" = yes; then
13272 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13273 else
13274 # FIXME: insert proper C++ library support
13275 ld_shlibs_CXX=no
13276 fi
13277 ;;
13278 esac
13279 ;;
13280
13281 hpux10*|hpux11*)
13282 if test $with_gnu_ld = no; then
13283 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13284 hardcode_libdir_separator_CXX=:
13285
13286 case $host_cpu in
13287 hppa*64*|ia64*)
13288 ;;
13289 *)
13290 export_dynamic_flag_spec_CXX='${wl}-E'
13291 ;;
13292 esac
13293 fi
13294 case $host_cpu in
13295 hppa*64*|ia64*)
13296 hardcode_direct_CXX=no
13297 hardcode_shlibpath_var_CXX=no
13298 ;;
13299 *)
13300 hardcode_direct_CXX=yes
13301 hardcode_direct_absolute_CXX=yes
13302 hardcode_minus_L_CXX=yes # Not in the search PATH,
13303 # but as the default
13304 # location of the library.
13305 ;;
13306 esac
13307
13308 case $cc_basename in
13309 CC*)
13310 # FIXME: insert proper C++ library support
13311 ld_shlibs_CXX=no
13312 ;;
13313 aCC*)
13314 case $host_cpu in
13315 hppa*64*)
13316 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13317 ;;
13318 ia64*)
13319 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13320 ;;
13321 *)
13322 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13323 ;;
13324 esac
13325 # Commands to make compiler produce verbose output that lists
13326 # what "hidden" libraries, object files and flags are used when
13327 # linking a shared library.
13328 #
13329 # There doesn't appear to be a way to prevent this compiler from
13330 # explicitly linking system object files so we need to strip them
13331 # from the output so that they don't get included in the library
13332 # dependencies.
13333 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13334 ;;
13335 *)
13336 if test "$GXX" = yes; then
13337 if test $with_gnu_ld = no; then
13338 case $host_cpu in
13339 hppa*64*)
13340 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13341 ;;
13342 ia64*)
13343 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13344 ;;
13345 *)
13346 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13347 ;;
13348 esac
13349 fi
13350 else
13351 # FIXME: insert proper C++ library support
13352 ld_shlibs_CXX=no
13353 fi
13354 ;;
13355 esac
13356 ;;
13357
13358 interix[3-9]*)
13359 hardcode_direct_CXX=no
13360 hardcode_shlibpath_var_CXX=no
13361 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13362 export_dynamic_flag_spec_CXX='${wl}-E'
13363 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13364 # Instead, shared libraries are loaded at an image base (0x10000000 by
13365 # default) and relocated if they conflict, which is a slow very memory
13366 # consuming and fragmenting process. To avoid this, we pick a random,
13367 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13368 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13369 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13370 archive_expsym_cmds_CXX='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'
13371 ;;
13372 irix5* | irix6*)
13373 case $cc_basename in
13374 CC*)
13375 # SGI C++
13376 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13377
13378 # Archives containing C++ object files must be created using
13379 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13380 # necessary to make sure instantiated templates are included
13381 # in the archive.
13382 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13383 ;;
13384 *)
13385 if test "$GXX" = yes; then
13386 if test "$with_gnu_ld" = no; then
13387 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
13388 else
13389 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
13390 fi
13391 fi
13392 link_all_deplibs_CXX=yes
13393 ;;
13394 esac
13395 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13396 hardcode_libdir_separator_CXX=:
13397 inherit_rpath_CXX=yes
13398 ;;
13399
13400 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13401 case $cc_basename in
13402 KCC*)
13403 # Kuck and Associates, Inc. (KAI) C++ Compiler
13404
13405 # KCC will only create a shared library if the output file
13406 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13407 # to its proper name (with version) after linking.
13408 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13409 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
13410 # Commands to make compiler produce verbose output that lists
13411 # what "hidden" libraries, object files and flags are used when
13412 # linking a shared library.
13413 #
13414 # There doesn't appear to be a way to prevent this compiler from
13415 # explicitly linking system object files so we need to strip them
13416 # from the output so that they don't get included in the library
13417 # dependencies.
13418 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13419
13420 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13421 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13422
13423 # Archives containing C++ object files must be created using
13424 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13425 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13426 ;;
13427 icpc* | ecpc* )
13428 # Intel C++
13429 with_gnu_ld=yes
13430 # version 8.0 and above of icpc choke on multiply defined symbols
13431 # if we add $predep_objects and $postdep_objects, however 7.1 and
13432 # earlier do not add the objects themselves.
13433 case `$CC -V 2>&1` in
13434 *"Version 7."*)
13435 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13436 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13437 ;;
13438 *) # Version 8.0 or newer
13439 tmp_idyn=
13440 case $host_cpu in
13441 ia64*) tmp_idyn=' -i_dynamic';;
13442 esac
13443 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13444 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13445 ;;
13446 esac
13447 archive_cmds_need_lc_CXX=no
13448 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13449 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13450 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13451 ;;
13452 pgCC* | pgcpp*)
13453 # Portland Group C++ compiler
13454 case `$CC -V` in
13455 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
13456 prelink_cmds_CXX='tpldir=Template.dir~
13457 rm -rf $tpldir~
13458 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13459 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13460 old_archive_cmds_CXX='tpldir=Template.dir~
13461 rm -rf $tpldir~
13462 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13463 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13464 $RANLIB $oldlib'
13465 archive_cmds_CXX='tpldir=Template.dir~
13466 rm -rf $tpldir~
13467 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13468 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13469 archive_expsym_cmds_CXX='tpldir=Template.dir~
13470 rm -rf $tpldir~
13471 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13472 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13473 ;;
13474 *) # Version 6 and above use weak symbols
13475 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13476 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13477 ;;
13478 esac
13479
13480 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13481 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13482 whole_archive_flag_spec_CXX='${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'
13483 ;;
13484 cxx*)
13485 # Compaq C++
13486 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13487 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13488
13489 runpath_var=LD_RUN_PATH
13490 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13491 hardcode_libdir_separator_CXX=:
13492
13493 # Commands to make compiler produce verbose output that lists
13494 # what "hidden" libraries, object files and flags are used when
13495 # linking a shared library.
13496 #
13497 # There doesn't appear to be a way to prevent this compiler from
13498 # explicitly linking system object files so we need to strip them
13499 # from the output so that they don't get included in the library
13500 # dependencies.
13501 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
13502 ;;
13503 xl* | mpixl* | bgxl*)
13504 # IBM XL 8.0 on PPC, with GNU ld
13505 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13506 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13507 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13508 if test "x$supports_anon_versioning" = xyes; then
13509 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13510 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13511 echo "local: *; };" >> $output_objdir/$libname.ver~
13512 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13513 fi
13514 ;;
13515 *)
13516 case `$CC -V 2>&1 | sed 5q` in
13517 *Sun\ C*)
13518 # Sun C++ 5.9
13519 no_undefined_flag_CXX=' -zdefs'
13520 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13521 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13522 hardcode_libdir_flag_spec_CXX='-R$libdir'
13523 whole_archive_flag_spec_CXX='${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'
13524 compiler_needs_object_CXX=yes
13525
13526 # Not sure whether something based on
13527 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13528 # would be better.
13529 output_verbose_link_cmd='func_echo_all'
13530
13531 # Archives containing C++ object files must be created using
13532 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13533 # necessary to make sure instantiated templates are included
13534 # in the archive.
13535 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13536 ;;
13537 esac
13538 ;;
13539 esac
13540 ;;
13541
13542 lynxos*)
13543 # FIXME: insert proper C++ library support
13544 ld_shlibs_CXX=no
13545 ;;
13546
13547 m88k*)
13548 # FIXME: insert proper C++ library support
13549 ld_shlibs_CXX=no
13550 ;;
13551
13552 mvs*)
13553 case $cc_basename in
13554 cxx*)
13555 # FIXME: insert proper C++ library support
13556 ld_shlibs_CXX=no
13557 ;;
13558 *)
13559 # FIXME: insert proper C++ library support
13560 ld_shlibs_CXX=no
13561 ;;
13562 esac
13563 ;;
13564
13565 netbsd*)
13566 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13567 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13568 wlarc=
13569 hardcode_libdir_flag_spec_CXX='-R$libdir'
13570 hardcode_direct_CXX=yes
13571 hardcode_shlibpath_var_CXX=no
13572 fi
13573 # Workaround some broken pre-1.5 toolchains
13574 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13575 ;;
13576
13577 *nto* | *qnx*)
13578 ld_shlibs_CXX=yes
13579 ;;
13580
13581 openbsd2*)
13582 # C++ shared libraries are fairly broken
13583 ld_shlibs_CXX=no
13584 ;;
13585
13586 openbsd*)
13587 if test -f /usr/libexec/ld.so; then
13588 hardcode_direct_CXX=yes
13589 hardcode_shlibpath_var_CXX=no
13590 hardcode_direct_absolute_CXX=yes
13591 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13592 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13593 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13594 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13595 export_dynamic_flag_spec_CXX='${wl}-E'
13596 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13597 fi
13598 output_verbose_link_cmd=func_echo_all
13599 else
13600 ld_shlibs_CXX=no
13601 fi
13602 ;;
13603
13604 osf3* | osf4* | osf5*)
13605 case $cc_basename in
13606 KCC*)
13607 # Kuck and Associates, Inc. (KAI) C++ Compiler
13608
13609 # KCC will only create a shared library if the output file
13610 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13611 # to its proper name (with version) after linking.
13612 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13613
13614 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13615 hardcode_libdir_separator_CXX=:
13616
13617 # Archives containing C++ object files must be created using
13618 # the KAI C++ compiler.
13619 case $host in
13620 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13621 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13622 esac
13623 ;;
13624 RCC*)
13625 # Rational C++ 2.4.1
13626 # FIXME: insert proper C++ library support
13627 ld_shlibs_CXX=no
13628 ;;
13629 cxx*)
13630 case $host in
13631 osf3*)
13632 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13633 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13634 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13635 ;;
13636 *)
13637 allow_undefined_flag_CXX=' -expect_unresolved \*'
13638 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13639 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13640 echo "-hidden">> $lib.exp~
13641 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13642 $RM $lib.exp'
13643 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13644 ;;
13645 esac
13646
13647 hardcode_libdir_separator_CXX=:
13648
13649 # Commands to make compiler produce verbose output that lists
13650 # what "hidden" libraries, object files and flags are used when
13651 # linking a shared library.
13652 #
13653 # There doesn't appear to be a way to prevent this compiler from
13654 # explicitly linking system object files so we need to strip them
13655 # from the output so that they don't get included in the library
13656 # dependencies.
13657 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13658 ;;
13659 *)
13660 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13661 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13662 case $host in
13663 osf3*)
13664 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13665 ;;
13666 *)
13667 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13668 ;;
13669 esac
13670
13671 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13672 hardcode_libdir_separator_CXX=:
13673
13674 # Commands to make compiler produce verbose output that lists
13675 # what "hidden" libraries, object files and flags are used when
13676 # linking a shared library.
13677 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13678
13679 else
13680 # FIXME: insert proper C++ library support
13681 ld_shlibs_CXX=no
13682 fi
13683 ;;
13684 esac
13685 ;;
13686
13687 psos*)
13688 # FIXME: insert proper C++ library support
13689 ld_shlibs_CXX=no
13690 ;;
13691
13692 sunos4*)
13693 case $cc_basename in
13694 CC*)
13695 # Sun C++ 4.x
13696 # FIXME: insert proper C++ library support
13697 ld_shlibs_CXX=no
13698 ;;
13699 lcc*)
13700 # Lucid
13701 # FIXME: insert proper C++ library support
13702 ld_shlibs_CXX=no
13703 ;;
13704 *)
13705 # FIXME: insert proper C++ library support
13706 ld_shlibs_CXX=no
13707 ;;
13708 esac
13709 ;;
13710
13711 solaris*)
13712 case $cc_basename in
13713 CC*)
13714 # Sun C++ 4.2, 5.x and Centerline C++
13715 archive_cmds_need_lc_CXX=yes
13716 no_undefined_flag_CXX=' -zdefs'
13717 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13718 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13719 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13720
13721 hardcode_libdir_flag_spec_CXX='-R$libdir'
13722 hardcode_shlibpath_var_CXX=no
13723 case $host_os in
13724 solaris2.[0-5] | solaris2.[0-5].*) ;;
13725 *)
13726 # The compiler driver will combine and reorder linker options,
13727 # but understands `-z linker_flag'.
13728 # Supported since Solaris 2.6 (maybe 2.5.1?)
13729 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13730 ;;
13731 esac
13732 link_all_deplibs_CXX=yes
13733
13734 output_verbose_link_cmd='func_echo_all'
13735
13736 # Archives containing C++ object files must be created using
13737 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13738 # necessary to make sure instantiated templates are included
13739 # in the archive.
13740 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13741 ;;
13742 gcx*)
13743 # Green Hills C++ Compiler
13744 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13745
13746 # The C++ compiler must be used to create the archive.
13747 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13748 ;;
13749 *)
13750 # GNU C++ compiler with Solaris linker
13751 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13752 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13753 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13754 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13755 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13756 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13757
13758 # Commands to make compiler produce verbose output that lists
13759 # what "hidden" libraries, object files and flags are used when
13760 # linking a shared library.
13761 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13762 else
13763 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13764 # platform.
13765 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13766 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13767 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13768
13769 # Commands to make compiler produce verbose output that lists
13770 # what "hidden" libraries, object files and flags are used when
13771 # linking a shared library.
13772 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13773 fi
13774
13775 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13776 case $host_os in
13777 solaris2.[0-5] | solaris2.[0-5].*) ;;
13778 *)
13779 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13780 ;;
13781 esac
13782 fi
13783 ;;
13784 esac
13785 ;;
13786
13787 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13788 no_undefined_flag_CXX='${wl}-z,text'
13789 archive_cmds_need_lc_CXX=no
13790 hardcode_shlibpath_var_CXX=no
13791 runpath_var='LD_RUN_PATH'
13792
13793 case $cc_basename in
13794 CC*)
13795 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13796 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13797 ;;
13798 *)
13799 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13800 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13801 ;;
13802 esac
13803 ;;
13804
13805 sysv5* | sco3.2v5* | sco5v6*)
13806 # Note: We can NOT use -z defs as we might desire, because we do not
13807 # link with -lc, and that would cause any symbols used from libc to
13808 # always be unresolved, which means just about no library would
13809 # ever link correctly. If we're not using GNU ld we use -z text
13810 # though, which does catch some bad symbols but isn't as heavy-handed
13811 # as -z defs.
13812 no_undefined_flag_CXX='${wl}-z,text'
13813 allow_undefined_flag_CXX='${wl}-z,nodefs'
13814 archive_cmds_need_lc_CXX=no
13815 hardcode_shlibpath_var_CXX=no
13816 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13817 hardcode_libdir_separator_CXX=':'
13818 link_all_deplibs_CXX=yes
13819 export_dynamic_flag_spec_CXX='${wl}-Bexport'
13820 runpath_var='LD_RUN_PATH'
13821
13822 case $cc_basename in
13823 CC*)
13824 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13825 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13826 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13827 '"$old_archive_cmds_CXX"
13828 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13829 '"$reload_cmds_CXX"
13830 ;;
13831 *)
13832 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13833 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13834 ;;
13835 esac
13836 ;;
13837
13838 tandem*)
13839 case $cc_basename in
13840 NCC*)
13841 # NonStop-UX NCC 3.20
13842 # FIXME: insert proper C++ library support
13843 ld_shlibs_CXX=no
13844 ;;
13845 *)
13846 # FIXME: insert proper C++ library support
13847 ld_shlibs_CXX=no
13848 ;;
13849 esac
13850 ;;
13851
13852 vxworks*)
13853 # FIXME: insert proper C++ library support
13854 ld_shlibs_CXX=no
13855 ;;
13856
13857 *)
13858 # FIXME: insert proper C++ library support
13859 ld_shlibs_CXX=no
13860 ;;
13861 esac
13862
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13864$as_echo "$ld_shlibs_CXX" >&6; }
13865 test "$ld_shlibs_CXX" = no && can_build_shared=no
13866
13867 GCC_CXX="$GXX"
13868 LD_CXX="$LD"
13869
13870 ## CAVEAT EMPTOR:
13871 ## There is no encapsulation within the following macros, do not change
13872 ## the running order or otherwise move them around unless you know exactly
13873 ## what you are doing...
13874 # Dependencies to place before and after the object being linked:
13875predep_objects_CXX=
13876postdep_objects_CXX=
13877predeps_CXX=
13878postdeps_CXX=
13879compiler_lib_search_path_CXX=
13880
13881cat > conftest.$ac_ext <<_LT_EOF
13882class Foo
13883{
13884public:
13885 Foo (void) { a = 0; }
13886private:
13887 int a;
13888};
13889_LT_EOF
13890
13891if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13892 (eval $ac_compile) 2>&5
13893 ac_status=$?
13894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13895 test $ac_status = 0; }; then
13896 # Parse the compiler output and extract the necessary
13897 # objects, libraries and library flags.
13898
13899 # Sentinel used to keep track of whether or not we are before
13900 # the conftest object file.
13901 pre_test_object_deps_done=no
13902
13903 for p in `eval "$output_verbose_link_cmd"`; do
13904 case $p in
13905
13906 -L* | -R* | -l*)
13907 # Some compilers place space between "-{L,R}" and the path.
13908 # Remove the space.
13909 if test $p = "-L" ||
13910 test $p = "-R"; then
13911 prev=$p
13912 continue
13913 else
13914 prev=
13915 fi
13916
13917 if test "$pre_test_object_deps_done" = no; then
13918 case $p in
13919 -L* | -R*)
13920 # Internal compiler library paths should come after those
13921 # provided the user. The postdeps already come after the
13922 # user supplied libs so there is no need to process them.
13923 if test -z "$compiler_lib_search_path_CXX"; then
13924 compiler_lib_search_path_CXX="${prev}${p}"
13925 else
13926 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13927 fi
13928 ;;
13929 # The "-l" case would never come before the object being
13930 # linked, so don't bother handling this case.
13931 esac
13932 else
13933 if test -z "$postdeps_CXX"; then
13934 postdeps_CXX="${prev}${p}"
13935 else
13936 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13937 fi
13938 fi
13939 ;;
13940
13941 *.$objext)
13942 # This assumes that the test object file only shows up
13943 # once in the compiler output.
13944 if test "$p" = "conftest.$objext"; then
13945 pre_test_object_deps_done=yes
13946 continue
13947 fi
13948
13949 if test "$pre_test_object_deps_done" = no; then
13950 if test -z "$predep_objects_CXX"; then
13951 predep_objects_CXX="$p"
13952 else
13953 predep_objects_CXX="$predep_objects_CXX $p"
13954 fi
13955 else
13956 if test -z "$postdep_objects_CXX"; then
13957 postdep_objects_CXX="$p"
13958 else
13959 postdep_objects_CXX="$postdep_objects_CXX $p"
13960 fi
13961 fi
13962 ;;
13963
13964 *) ;; # Ignore the rest.
13965
13966 esac
13967 done
13968
13969 # Clean up.
13970 rm -f a.out a.exe
13971else
13972 echo "libtool.m4: error: problem compiling CXX test program"
13973fi
13974
13975$RM -f confest.$objext
13976
13977# PORTME: override above test on systems where it is broken
13978case $host_os in
13979interix[3-9]*)
13980 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13981 # hack all around it, let's just trust "g++" to DTRT.
13982 predep_objects_CXX=
13983 postdep_objects_CXX=
13984 postdeps_CXX=
13985 ;;
13986
13987linux*)
13988 case `$CC -V 2>&1 | sed 5q` in
13989 *Sun\ C*)
13990 # Sun C++ 5.9
13991
13992 # The more standards-conforming stlport4 library is
13993 # incompatible with the Cstd library. Avoid specifying
13994 # it if it's in CXXFLAGS. Ignore libCrun as
13995 # -library=stlport4 depends on it.
13996 case " $CXX $CXXFLAGS " in
13997 *" -library=stlport4 "*)
13998 solaris_use_stlport4=yes
13999 ;;
14000 esac
14001
14002 if test "$solaris_use_stlport4" != yes; then
14003 postdeps_CXX='-library=Cstd -library=Crun'
14004 fi
14005 ;;
14006 esac
14007 ;;
14008
14009solaris*)
14010 case $cc_basename in
14011 CC*)
14012 # The more standards-conforming stlport4 library is
14013 # incompatible with the Cstd library. Avoid specifying
14014 # it if it's in CXXFLAGS. Ignore libCrun as
14015 # -library=stlport4 depends on it.
14016 case " $CXX $CXXFLAGS " in
14017 *" -library=stlport4 "*)
14018 solaris_use_stlport4=yes
14019 ;;
14020 esac
14021
14022 # Adding this requires a known-good setup of shared libraries for
14023 # Sun compiler versions before 5.6, else PIC objects from an old
14024 # archive will be linked into the output, leading to subtle bugs.
14025 if test "$solaris_use_stlport4" != yes; then
14026 postdeps_CXX='-library=Cstd -library=Crun'
14027 fi
14028 ;;
14029 esac
14030 ;;
14031esac
14032
14033
14034case " $postdeps_CXX " in
14035*" -lc "*) archive_cmds_need_lc_CXX=no ;;
14036esac
14037 compiler_lib_search_dirs_CXX=
14038if test -n "${compiler_lib_search_path_CXX}"; then
14039 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14040fi
14041
14042
14043
14044
14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
14067
14068
14069
14070
14071
14072 lt_prog_compiler_wl_CXX=
14073lt_prog_compiler_pic_CXX=
14074lt_prog_compiler_static_CXX=
14075
14076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
14077$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14078
14079 # C++ specific cases for pic, static, wl, etc.
14080 if test "$GXX" = yes; then
14081 lt_prog_compiler_wl_CXX='-Wl,'
14082 lt_prog_compiler_static_CXX='-static'
14083
14084 case $host_os in
14085 aix*)
14086 # All AIX code is PIC.
14087 if test "$host_cpu" = ia64; then
14088 # AIX 5 now supports IA64 processor
14089 lt_prog_compiler_static_CXX='-Bstatic'
14090 fi
52204357 14091 lt_prog_compiler_pic_CXX='-fPIC'
3cb62297
L
14092 ;;
14093
14094 amigaos*)
14095 case $host_cpu in
14096 powerpc)
14097 # see comment about AmigaOS4 .so support
14098 lt_prog_compiler_pic_CXX='-fPIC'
14099 ;;
14100 m68k)
14101 # FIXME: we need at least 68020 code to build shared libraries, but
14102 # adding the `-m68020' flag to GCC prevents building anything better,
14103 # like `-m68040'.
14104 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
14105 ;;
14106 esac
14107 ;;
14108
14109 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14110 # PIC is the default for these OSes.
14111 ;;
14112 mingw* | cygwin* | os2* | pw32* | cegcc*)
14113 # This hack is so that the source file can tell whether it is being
14114 # built for inclusion in a dll (and should export symbols for example).
14115 # Although the cygwin gcc ignores -fPIC, still need this for old-style
14116 # (--disable-auto-import) libraries
14117 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14118 ;;
14119 darwin* | rhapsody*)
14120 # PIC is the default on this platform
14121 # Common symbols not allowed in MH_DYLIB files
14122 lt_prog_compiler_pic_CXX='-fno-common'
14123 ;;
14124 *djgpp*)
14125 # DJGPP does not support shared libraries at all
14126 lt_prog_compiler_pic_CXX=
14127 ;;
14128 haiku*)
14129 # PIC is the default for Haiku.
14130 # The "-static" flag exists, but is broken.
14131 lt_prog_compiler_static_CXX=
14132 ;;
14133 interix[3-9]*)
14134 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14135 # Instead, we relocate shared libraries at runtime.
14136 ;;
14137 sysv4*MP*)
14138 if test -d /usr/nec; then
14139 lt_prog_compiler_pic_CXX=-Kconform_pic
14140 fi
14141 ;;
14142 hpux*)
14143 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14144 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
14145 # sets the default TLS model and affects inlining.
14146 case $host_cpu in
14147 hppa*64*)
14148 ;;
14149 *)
14150 lt_prog_compiler_pic_CXX='-fPIC'
14151 ;;
14152 esac
14153 ;;
14154 *qnx* | *nto*)
14155 # QNX uses GNU C++, but need to define -shared option too, otherwise
14156 # it will coredump.
14157 lt_prog_compiler_pic_CXX='-fPIC -shared'
14158 ;;
14159 *)
14160 lt_prog_compiler_pic_CXX='-fPIC'
14161 ;;
14162 esac
14163 else
14164 case $host_os in
14165 aix[4-9]*)
14166 # All AIX code is PIC.
14167 if test "$host_cpu" = ia64; then
14168 # AIX 5 now supports IA64 processor
14169 lt_prog_compiler_static_CXX='-Bstatic'
14170 else
14171 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14172 fi
14173 ;;
14174 chorus*)
14175 case $cc_basename in
14176 cxch68*)
14177 # Green Hills C++ Compiler
14178 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
14179 ;;
14180 esac
14181 ;;
14182 dgux*)
14183 case $cc_basename in
14184 ec++*)
14185 lt_prog_compiler_pic_CXX='-KPIC'
14186 ;;
14187 ghcx*)
14188 # Green Hills C++ Compiler
14189 lt_prog_compiler_pic_CXX='-pic'
14190 ;;
14191 *)
14192 ;;
14193 esac
14194 ;;
14195 freebsd* | dragonfly*)
14196 # FreeBSD uses GNU C++
14197 ;;
14198 hpux9* | hpux10* | hpux11*)
14199 case $cc_basename in
14200 CC*)
14201 lt_prog_compiler_wl_CXX='-Wl,'
14202 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14203 if test "$host_cpu" != ia64; then
14204 lt_prog_compiler_pic_CXX='+Z'
14205 fi
14206 ;;
14207 aCC*)
14208 lt_prog_compiler_wl_CXX='-Wl,'
14209 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14210 case $host_cpu in
14211 hppa*64*|ia64*)
14212 # +Z the default
14213 ;;
14214 *)
14215 lt_prog_compiler_pic_CXX='+Z'
14216 ;;
14217 esac
14218 ;;
14219 *)
14220 ;;
14221 esac
14222 ;;
14223 interix*)
14224 # This is c89, which is MS Visual C++ (no shared libs)
14225 # Anyone wants to do a port?
14226 ;;
14227 irix5* | irix6* | nonstopux*)
14228 case $cc_basename in
14229 CC*)
14230 lt_prog_compiler_wl_CXX='-Wl,'
14231 lt_prog_compiler_static_CXX='-non_shared'
14232 # CC pic flag -KPIC is the default.
14233 ;;
14234 *)
14235 ;;
14236 esac
14237 ;;
14238 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14239 case $cc_basename in
14240 KCC*)
14241 # KAI C++ Compiler
14242 lt_prog_compiler_wl_CXX='--backend -Wl,'
14243 lt_prog_compiler_pic_CXX='-fPIC'
14244 ;;
14245 ecpc* )
14246 # old Intel C++ for x86_64 which still supported -KPIC.
14247 lt_prog_compiler_wl_CXX='-Wl,'
14248 lt_prog_compiler_pic_CXX='-KPIC'
14249 lt_prog_compiler_static_CXX='-static'
14250 ;;
14251 icpc* )
14252 # Intel C++, used to be incompatible with GCC.
14253 # ICC 10 doesn't accept -KPIC any more.
14254 lt_prog_compiler_wl_CXX='-Wl,'
14255 lt_prog_compiler_pic_CXX='-fPIC'
14256 lt_prog_compiler_static_CXX='-static'
14257 ;;
14258 pgCC* | pgcpp*)
14259 # Portland Group C++ compiler
14260 lt_prog_compiler_wl_CXX='-Wl,'
14261 lt_prog_compiler_pic_CXX='-fpic'
14262 lt_prog_compiler_static_CXX='-Bstatic'
14263 ;;
14264 cxx*)
14265 # Compaq C++
14266 # Make sure the PIC flag is empty. It appears that all Alpha
14267 # Linux and Compaq Tru64 Unix objects are PIC.
14268 lt_prog_compiler_pic_CXX=
14269 lt_prog_compiler_static_CXX='-non_shared'
14270 ;;
14271 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
14272 # IBM XL 8.0, 9.0 on PPC and BlueGene
14273 lt_prog_compiler_wl_CXX='-Wl,'
14274 lt_prog_compiler_pic_CXX='-qpic'
14275 lt_prog_compiler_static_CXX='-qstaticlink'
14276 ;;
14277 *)
14278 case `$CC -V 2>&1 | sed 5q` in
14279 *Sun\ C*)
14280 # Sun C++ 5.9
14281 lt_prog_compiler_pic_CXX='-KPIC'
14282 lt_prog_compiler_static_CXX='-Bstatic'
14283 lt_prog_compiler_wl_CXX='-Qoption ld '
14284 ;;
14285 esac
14286 ;;
14287 esac
14288 ;;
14289 lynxos*)
14290 ;;
14291 m88k*)
14292 ;;
14293 mvs*)
14294 case $cc_basename in
14295 cxx*)
14296 lt_prog_compiler_pic_CXX='-W c,exportall'
14297 ;;
14298 *)
14299 ;;
14300 esac
14301 ;;
14302 netbsd*)
14303 ;;
14304 *qnx* | *nto*)
14305 # QNX uses GNU C++, but need to define -shared option too, otherwise
14306 # it will coredump.
14307 lt_prog_compiler_pic_CXX='-fPIC -shared'
14308 ;;
14309 osf3* | osf4* | osf5*)
14310 case $cc_basename in
14311 KCC*)
14312 lt_prog_compiler_wl_CXX='--backend -Wl,'
14313 ;;
14314 RCC*)
14315 # Rational C++ 2.4.1
14316 lt_prog_compiler_pic_CXX='-pic'
14317 ;;
14318 cxx*)
14319 # Digital/Compaq C++
14320 lt_prog_compiler_wl_CXX='-Wl,'
14321 # Make sure the PIC flag is empty. It appears that all Alpha
14322 # Linux and Compaq Tru64 Unix objects are PIC.
14323 lt_prog_compiler_pic_CXX=
14324 lt_prog_compiler_static_CXX='-non_shared'
14325 ;;
14326 *)
14327 ;;
14328 esac
14329 ;;
14330 psos*)
14331 ;;
14332 solaris*)
14333 case $cc_basename in
14334 CC*)
14335 # Sun C++ 4.2, 5.x and Centerline C++
14336 lt_prog_compiler_pic_CXX='-KPIC'
14337 lt_prog_compiler_static_CXX='-Bstatic'
14338 lt_prog_compiler_wl_CXX='-Qoption ld '
14339 ;;
14340 gcx*)
14341 # Green Hills C++ Compiler
14342 lt_prog_compiler_pic_CXX='-PIC'
14343 ;;
14344 *)
14345 ;;
14346 esac
14347 ;;
14348 sunos4*)
14349 case $cc_basename in
14350 CC*)
14351 # Sun C++ 4.x
14352 lt_prog_compiler_pic_CXX='-pic'
14353 lt_prog_compiler_static_CXX='-Bstatic'
14354 ;;
14355 lcc*)
14356 # Lucid
14357 lt_prog_compiler_pic_CXX='-pic'
14358 ;;
14359 *)
14360 ;;
14361 esac
14362 ;;
14363 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14364 case $cc_basename in
14365 CC*)
14366 lt_prog_compiler_wl_CXX='-Wl,'
14367 lt_prog_compiler_pic_CXX='-KPIC'
14368 lt_prog_compiler_static_CXX='-Bstatic'
14369 ;;
14370 esac
14371 ;;
14372 tandem*)
14373 case $cc_basename in
14374 NCC*)
14375 # NonStop-UX NCC 3.20
14376 lt_prog_compiler_pic_CXX='-KPIC'
14377 ;;
14378 *)
14379 ;;
14380 esac
14381 ;;
14382 vxworks*)
14383 ;;
14384 *)
14385 lt_prog_compiler_can_build_shared_CXX=no
14386 ;;
14387 esac
14388 fi
14389
14390case $host_os in
14391 # For platforms which do not support PIC, -DPIC is meaningless:
14392 *djgpp*)
14393 lt_prog_compiler_pic_CXX=
14394 ;;
14395 *)
14396 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14397 ;;
14398esac
14399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
14400$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14401
14402
14403
14404#
14405# Check to make sure the PIC flag actually works.
14406#
14407if test -n "$lt_prog_compiler_pic_CXX"; then
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14409$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14410if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
14411 $as_echo_n "(cached) " >&6
14412else
14413 lt_cv_prog_compiler_pic_works_CXX=no
14414 ac_outfile=conftest.$ac_objext
14415 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14416 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14417 # Insert the option either (1) after the last *FLAGS variable, or
14418 # (2) before a word containing "conftest.", or (3) at the end.
14419 # Note that $ac_compile itself does not contain backslashes and begins
14420 # with a dollar sign (not a hyphen), so the echo should work correctly.
14421 # The option is referenced via a variable to avoid confusing sed.
14422 lt_compile=`echo "$ac_compile" | $SED \
14423 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14424 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14425 -e 's:$: $lt_compiler_flag:'`
14426 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14427 (eval "$lt_compile" 2>conftest.err)
14428 ac_status=$?
14429 cat conftest.err >&5
14430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14431 if (exit $ac_status) && test -s "$ac_outfile"; then
14432 # The compiler can only warn and ignore the option if not recognized
14433 # So say no if there are warnings other than the usual output.
14434 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
14435 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14436 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14437 lt_cv_prog_compiler_pic_works_CXX=yes
14438 fi
14439 fi
14440 $RM conftest*
14441
14442fi
14443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14444$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14445
14446if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14447 case $lt_prog_compiler_pic_CXX in
14448 "" | " "*) ;;
14449 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14450 esac
14451else
14452 lt_prog_compiler_pic_CXX=
14453 lt_prog_compiler_can_build_shared_CXX=no
14454fi
14455
14456fi
14457
14458
14459
14460#
14461# Check to make sure the static flag actually works.
14462#
14463wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14465$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14466if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
14467 $as_echo_n "(cached) " >&6
14468else
14469 lt_cv_prog_compiler_static_works_CXX=no
14470 save_LDFLAGS="$LDFLAGS"
14471 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14472 echo "$lt_simple_link_test_code" > conftest.$ac_ext
14473 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14474 # The linker can only warn and ignore the option if not recognized
14475 # So say no if there are warnings
14476 if test -s conftest.err; then
14477 # Append any errors to the config.log.
14478 cat conftest.err 1>&5
14479 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
14480 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14481 if diff conftest.exp conftest.er2 >/dev/null; then
14482 lt_cv_prog_compiler_static_works_CXX=yes
14483 fi
14484 else
14485 lt_cv_prog_compiler_static_works_CXX=yes
14486 fi
14487 fi
14488 $RM -r conftest*
14489 LDFLAGS="$save_LDFLAGS"
14490
14491fi
14492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14493$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14494
14495if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14496 :
14497else
14498 lt_prog_compiler_static_CXX=
14499fi
14500
14501
14502
14503
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14505$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14506if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14507 $as_echo_n "(cached) " >&6
14508else
14509 lt_cv_prog_compiler_c_o_CXX=no
14510 $RM -r conftest 2>/dev/null
14511 mkdir conftest
14512 cd conftest
14513 mkdir out
14514 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14515
14516 lt_compiler_flag="-o out/conftest2.$ac_objext"
14517 # Insert the option either (1) after the last *FLAGS variable, or
14518 # (2) before a word containing "conftest.", or (3) at the end.
14519 # Note that $ac_compile itself does not contain backslashes and begins
14520 # with a dollar sign (not a hyphen), so the echo should work correctly.
14521 lt_compile=`echo "$ac_compile" | $SED \
14522 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14523 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14524 -e 's:$: $lt_compiler_flag:'`
14525 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14526 (eval "$lt_compile" 2>out/conftest.err)
14527 ac_status=$?
14528 cat out/conftest.err >&5
14529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14530 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14531 then
14532 # The compiler can only warn and ignore the option if not recognized
14533 # So say no if there are warnings
14534 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14535 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14536 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14537 lt_cv_prog_compiler_c_o_CXX=yes
14538 fi
14539 fi
14540 chmod u+w . 2>&5
14541 $RM conftest*
14542 # SGI C++ compiler will create directory out/ii_files/ for
14543 # template instantiation
14544 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14545 $RM out/* && rmdir out
14546 cd ..
14547 $RM -r conftest
14548 $RM conftest*
14549
14550fi
14551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14552$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14553
14554
14555
14556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14557$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14558if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14559 $as_echo_n "(cached) " >&6
14560else
14561 lt_cv_prog_compiler_c_o_CXX=no
14562 $RM -r conftest 2>/dev/null
14563 mkdir conftest
14564 cd conftest
14565 mkdir out
14566 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14567
14568 lt_compiler_flag="-o out/conftest2.$ac_objext"
14569 # Insert the option either (1) after the last *FLAGS variable, or
14570 # (2) before a word containing "conftest.", or (3) at the end.
14571 # Note that $ac_compile itself does not contain backslashes and begins
14572 # with a dollar sign (not a hyphen), so the echo should work correctly.
14573 lt_compile=`echo "$ac_compile" | $SED \
14574 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14575 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14576 -e 's:$: $lt_compiler_flag:'`
14577 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14578 (eval "$lt_compile" 2>out/conftest.err)
14579 ac_status=$?
14580 cat out/conftest.err >&5
14581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14582 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14583 then
14584 # The compiler can only warn and ignore the option if not recognized
14585 # So say no if there are warnings
14586 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14587 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14588 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14589 lt_cv_prog_compiler_c_o_CXX=yes
14590 fi
14591 fi
14592 chmod u+w . 2>&5
14593 $RM conftest*
14594 # SGI C++ compiler will create directory out/ii_files/ for
14595 # template instantiation
14596 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14597 $RM out/* && rmdir out
14598 cd ..
14599 $RM -r conftest
14600 $RM conftest*
14601
14602fi
14603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14604$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14605
14606
14607
14608
14609hard_links="nottested"
14610if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14611 # do not overwrite the value of need_locks provided by the user
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14613$as_echo_n "checking if we can lock with hard links... " >&6; }
14614 hard_links=yes
14615 $RM conftest*
14616 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14617 touch conftest.a
14618 ln conftest.a conftest.b 2>&5 || hard_links=no
14619 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14621$as_echo "$hard_links" >&6; }
14622 if test "$hard_links" = no; then
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14624$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14625 need_locks=warn
14626 fi
14627else
14628 need_locks=no
14629fi
14630
14631
14632
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14634$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14635
14636 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14637 case $host_os in
14638 aix[4-9]*)
14639 # If we're using GNU nm, then we don't want the "-C" option.
14640 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14641 # Also, AIX nm treats weak defined symbols like other global defined
14642 # symbols, whereas GNU nm marks them as "W".
14643 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14644 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14645 else
14646 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14647 fi
14648 ;;
14649 pw32*)
14650 export_symbols_cmds_CXX="$ltdll_cmds"
14651 ;;
14652 cygwin* | mingw* | cegcc*)
14653 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
14654 ;;
14655 *)
14656 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14657 ;;
14658 esac
14659 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14660
14661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14662$as_echo "$ld_shlibs_CXX" >&6; }
14663test "$ld_shlibs_CXX" = no && can_build_shared=no
14664
14665with_gnu_ld_CXX=$with_gnu_ld
14666
14667
14668
14669
14670
14671
14672#
14673# Do we need to explicitly link libc?
14674#
14675case "x$archive_cmds_need_lc_CXX" in
14676x|xyes)
14677 # Assume -lc should be added
14678 archive_cmds_need_lc_CXX=yes
14679
14680 if test "$enable_shared" = yes && test "$GCC" = yes; then
14681 case $archive_cmds_CXX in
14682 *'~'*)
14683 # FIXME: we may have to deal with multi-command sequences.
14684 ;;
14685 '$CC '*)
14686 # Test whether the compiler implicitly links with -lc since on some
14687 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14688 # to ld, don't add -lc before -lgcc.
14689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14690$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14691if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
14692 $as_echo_n "(cached) " >&6
14693else
14694 $RM conftest*
14695 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14696
14697 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14698 (eval $ac_compile) 2>&5
14699 ac_status=$?
14700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14701 test $ac_status = 0; } 2>conftest.err; then
14702 soname=conftest
14703 lib=conftest
14704 libobjs=conftest.$ac_objext
14705 deplibs=
14706 wl=$lt_prog_compiler_wl_CXX
14707 pic_flag=$lt_prog_compiler_pic_CXX
14708 compiler_flags=-v
14709 linker_flags=-v
14710 verstring=
14711 output_objdir=.
14712 libname=conftest
14713 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14714 allow_undefined_flag_CXX=
14715 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14716 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14717 ac_status=$?
14718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14719 test $ac_status = 0; }
14720 then
14721 lt_cv_archive_cmds_need_lc_CXX=no
14722 else
14723 lt_cv_archive_cmds_need_lc_CXX=yes
14724 fi
14725 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14726 else
14727 cat conftest.err 1>&5
14728 fi
14729 $RM conftest*
14730
14731fi
14732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14733$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14734 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14735 ;;
14736 esac
14737 fi
14738 ;;
14739esac
14740
14741
14742
14743
14744
14745
14746
14747
14748
14749
14750
14751
14752
14753
14754
14755
14756
14757
14758
14759
14760
14761
14762
14763
14764
14765
14766
14767
14768
14769
14770
14771
14772
14773
14774
14775
14776
14777
14778
14779
14780
14781
14782
14783
14784
14785
14786
14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
14804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14805$as_echo_n "checking dynamic linker characteristics... " >&6; }
14806
14807library_names_spec=
14808libname_spec='lib$name'
14809soname_spec=
14810shrext_cmds=".so"
14811postinstall_cmds=
14812postuninstall_cmds=
14813finish_cmds=
14814finish_eval=
14815shlibpath_var=
14816shlibpath_overrides_runpath=unknown
14817version_type=none
14818dynamic_linker="$host_os ld.so"
14819sys_lib_dlsearch_path_spec="/lib /usr/lib"
14820need_lib_prefix=unknown
14821hardcode_into_libs=no
14822
14823# when you set need_version to no, make sure it does not cause -set_version
14824# flags to be left without arguments
14825need_version=unknown
14826
14827case $host_os in
14828aix3*)
14829 version_type=linux
14830 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14831 shlibpath_var=LIBPATH
14832
14833 # AIX 3 has no versioning support, so we append a major version to the name.
14834 soname_spec='${libname}${release}${shared_ext}$major'
14835 ;;
14836
14837aix[4-9]*)
14838 version_type=linux
14839 need_lib_prefix=no
14840 need_version=no
14841 hardcode_into_libs=yes
14842 if test "$host_cpu" = ia64; then
14843 # AIX 5 supports IA64
14844 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14845 shlibpath_var=LD_LIBRARY_PATH
14846 else
14847 # With GCC up to 2.95.x, collect2 would create an import file
14848 # for dependence libraries. The import file would start with
14849 # the line `#! .'. This would cause the generated library to
14850 # depend on `.', always an invalid library. This was fixed in
14851 # development snapshots of GCC prior to 3.0.
14852 case $host_os in
14853 aix4 | aix4.[01] | aix4.[01].*)
14854 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14855 echo ' yes '
14856 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14857 :
14858 else
14859 can_build_shared=no
14860 fi
14861 ;;
14862 esac
14863 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14864 # soname into executable. Probably we can add versioning support to
14865 # collect2, so additional links can be useful in future.
14866 if test "$aix_use_runtimelinking" = yes; then
14867 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14868 # instead of lib<name>.a to let people know that these are not
14869 # typical AIX shared libraries.
14870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14871 else
14872 # We preserve .a as extension for shared libraries through AIX4.2
14873 # and later when we are not doing run time linking.
14874 library_names_spec='${libname}${release}.a $libname.a'
14875 soname_spec='${libname}${release}${shared_ext}$major'
14876 fi
14877 shlibpath_var=LIBPATH
14878 fi
14879 ;;
14880
14881amigaos*)
14882 case $host_cpu in
14883 powerpc)
14884 # Since July 2007 AmigaOS4 officially supports .so libraries.
14885 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14887 ;;
14888 m68k)
14889 library_names_spec='$libname.ixlibrary $libname.a'
14890 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14891 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'
14892 ;;
14893 esac
14894 ;;
14895
14896beos*)
14897 library_names_spec='${libname}${shared_ext}'
14898 dynamic_linker="$host_os ld.so"
14899 shlibpath_var=LIBRARY_PATH
14900 ;;
14901
14902bsdi[45]*)
14903 version_type=linux
14904 need_version=no
14905 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14906 soname_spec='${libname}${release}${shared_ext}$major'
14907 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14908 shlibpath_var=LD_LIBRARY_PATH
14909 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14910 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14911 # the default ld.so.conf also contains /usr/contrib/lib and
14912 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14913 # libtool to hard-code these into programs
14914 ;;
14915
14916cygwin* | mingw* | pw32* | cegcc*)
14917 version_type=windows
14918 shrext_cmds=".dll"
14919 need_version=no
14920 need_lib_prefix=no
14921
14922 case $GCC,$host_os in
14923 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14924 library_names_spec='$libname.dll.a'
14925 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14926 postinstall_cmds='base_file=`basename \${file}`~
14927 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14928 dldir=$destdir/`dirname \$dlpath`~
14929 test -d \$dldir || mkdir -p \$dldir~
14930 $install_prog $dir/$dlname \$dldir/$dlname~
14931 chmod a+x \$dldir/$dlname~
14932 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14933 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14934 fi'
14935 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14936 dlpath=$dir/\$dldll~
14937 $RM \$dlpath'
14938 shlibpath_overrides_runpath=yes
14939
14940 case $host_os in
14941 cygwin*)
14942 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14943 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14944
14945 ;;
14946 mingw* | cegcc*)
14947 # MinGW DLLs use traditional 'lib' prefix
14948 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14949 ;;
14950 pw32*)
14951 # pw32 DLLs use 'pw' prefix rather than 'lib'
14952 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14953 ;;
14954 esac
14955 ;;
14956
14957 *)
14958 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14959 ;;
14960 esac
14961 dynamic_linker='Win32 ld.exe'
14962 # FIXME: first we should search . and the directory the executable is in
14963 shlibpath_var=PATH
14964 ;;
14965
14966darwin* | rhapsody*)
14967 dynamic_linker="$host_os dyld"
14968 version_type=darwin
14969 need_lib_prefix=no
14970 need_version=no
14971 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14972 soname_spec='${libname}${release}${major}$shared_ext'
14973 shlibpath_overrides_runpath=yes
14974 shlibpath_var=DYLD_LIBRARY_PATH
14975 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14976
14977 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14978 ;;
14979
14980dgux*)
14981 version_type=linux
14982 need_lib_prefix=no
14983 need_version=no
14984 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14985 soname_spec='${libname}${release}${shared_ext}$major'
14986 shlibpath_var=LD_LIBRARY_PATH
14987 ;;
14988
3cb62297
L
14989freebsd* | dragonfly*)
14990 # DragonFly does not have aout. When/if they implement a new
14991 # versioning mechanism, adjust this.
14992 if test -x /usr/bin/objformat; then
14993 objformat=`/usr/bin/objformat`
14994 else
14995 case $host_os in
6d2920c8 14996 freebsd[23].*) objformat=aout ;;
3cb62297
L
14997 *) objformat=elf ;;
14998 esac
14999 fi
15000 version_type=freebsd-$objformat
15001 case $version_type in
15002 freebsd-elf*)
15003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15004 need_version=no
15005 need_lib_prefix=no
15006 ;;
15007 freebsd-*)
15008 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15009 need_version=yes
15010 ;;
15011 esac
15012 shlibpath_var=LD_LIBRARY_PATH
15013 case $host_os in
6d2920c8 15014 freebsd2.*)
3cb62297
L
15015 shlibpath_overrides_runpath=yes
15016 ;;
15017 freebsd3.[01]* | freebsdelf3.[01]*)
15018 shlibpath_overrides_runpath=yes
15019 hardcode_into_libs=yes
15020 ;;
15021 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15022 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15023 shlibpath_overrides_runpath=no
15024 hardcode_into_libs=yes
15025 ;;
15026 *) # from 4.6 on, and DragonFly
15027 shlibpath_overrides_runpath=yes
15028 hardcode_into_libs=yes
15029 ;;
15030 esac
15031 ;;
15032
15033gnu*)
15034 version_type=linux
15035 need_lib_prefix=no
15036 need_version=no
15037 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15038 soname_spec='${libname}${release}${shared_ext}$major'
15039 shlibpath_var=LD_LIBRARY_PATH
15040 hardcode_into_libs=yes
15041 ;;
15042
15043haiku*)
15044 version_type=linux
15045 need_lib_prefix=no
15046 need_version=no
15047 dynamic_linker="$host_os runtime_loader"
15048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15049 soname_spec='${libname}${release}${shared_ext}$major'
15050 shlibpath_var=LIBRARY_PATH
15051 shlibpath_overrides_runpath=yes
15052 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
15053 hardcode_into_libs=yes
15054 ;;
15055
15056hpux9* | hpux10* | hpux11*)
15057 # Give a soname corresponding to the major version so that dld.sl refuses to
15058 # link against other versions.
15059 version_type=sunos
15060 need_lib_prefix=no
15061 need_version=no
15062 case $host_cpu in
15063 ia64*)
15064 shrext_cmds='.so'
15065 hardcode_into_libs=yes
15066 dynamic_linker="$host_os dld.so"
15067 shlibpath_var=LD_LIBRARY_PATH
15068 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15069 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15070 soname_spec='${libname}${release}${shared_ext}$major'
15071 if test "X$HPUX_IA64_MODE" = X32; then
15072 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15073 else
15074 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15075 fi
15076 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15077 ;;
15078 hppa*64*)
15079 shrext_cmds='.sl'
15080 hardcode_into_libs=yes
15081 dynamic_linker="$host_os dld.sl"
15082 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15083 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15084 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15085 soname_spec='${libname}${release}${shared_ext}$major'
15086 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15087 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15088 ;;
15089 *)
15090 shrext_cmds='.sl'
15091 dynamic_linker="$host_os dld.sl"
15092 shlibpath_var=SHLIB_PATH
15093 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15095 soname_spec='${libname}${release}${shared_ext}$major'
15096 ;;
15097 esac
15098 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
15099 postinstall_cmds='chmod 555 $lib'
15100 # or fails outright, so override atomically:
15101 install_override_mode=555
15102 ;;
15103
15104interix[3-9]*)
15105 version_type=linux
15106 need_lib_prefix=no
15107 need_version=no
15108 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15109 soname_spec='${libname}${release}${shared_ext}$major'
15110 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15111 shlibpath_var=LD_LIBRARY_PATH
15112 shlibpath_overrides_runpath=no
15113 hardcode_into_libs=yes
15114 ;;
15115
15116irix5* | irix6* | nonstopux*)
15117 case $host_os in
15118 nonstopux*) version_type=nonstopux ;;
15119 *)
15120 if test "$lt_cv_prog_gnu_ld" = yes; then
15121 version_type=linux
15122 else
15123 version_type=irix
15124 fi ;;
15125 esac
15126 need_lib_prefix=no
15127 need_version=no
15128 soname_spec='${libname}${release}${shared_ext}$major'
15129 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15130 case $host_os in
15131 irix5* | nonstopux*)
15132 libsuff= shlibsuff=
15133 ;;
15134 *)
15135 case $LD in # libtool.m4 will add one of these switches to LD
15136 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15137 libsuff= shlibsuff= libmagic=32-bit;;
15138 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15139 libsuff=32 shlibsuff=N32 libmagic=N32;;
15140 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15141 libsuff=64 shlibsuff=64 libmagic=64-bit;;
15142 *) libsuff= shlibsuff= libmagic=never-match;;
15143 esac
15144 ;;
15145 esac
15146 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15147 shlibpath_overrides_runpath=no
15148 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15149 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15150 hardcode_into_libs=yes
15151 ;;
15152
15153# No shared lib support for Linux oldld, aout, or coff.
15154linux*oldld* | linux*aout* | linux*coff*)
15155 dynamic_linker=no
15156 ;;
15157
15158# This must be Linux ELF.
15159linux* | k*bsd*-gnu | kopensolaris*-gnu)
15160 version_type=linux
15161 need_lib_prefix=no
15162 need_version=no
15163 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15164 soname_spec='${libname}${release}${shared_ext}$major'
15165 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15166 shlibpath_var=LD_LIBRARY_PATH
15167 shlibpath_overrides_runpath=no
15168
15169 # Some binutils ld are patched to set DT_RUNPATH
15170 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
15171 $as_echo_n "(cached) " >&6
15172else
15173 lt_cv_shlibpath_overrides_runpath=no
15174 save_LDFLAGS=$LDFLAGS
15175 save_libdir=$libdir
15176 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15177 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15179/* end confdefs.h. */
15180
15181int
15182main ()
15183{
15184
15185 ;
15186 return 0;
15187}
15188_ACEOF
15189if ac_fn_cxx_try_link "$LINENO"; then :
15190 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
15191 lt_cv_shlibpath_overrides_runpath=yes
15192fi
15193fi
15194rm -f core conftest.err conftest.$ac_objext \
15195 conftest$ac_exeext conftest.$ac_ext
15196 LDFLAGS=$save_LDFLAGS
15197 libdir=$save_libdir
15198
15199fi
15200
15201 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
15202
15203 # This implies no fast_install, which is unacceptable.
15204 # Some rework will be needed to allow for fast_install
15205 # before this can be enabled.
15206 hardcode_into_libs=yes
15207
15208 # Append ld.so.conf contents to the search path
15209 if test -f /etc/ld.so.conf; then
15210 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' ' '`
15211 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15212 fi
15213
15214 # We used to test for /lib/ld.so.1 and disable shared libraries on
15215 # powerpc, because MkLinux only supported shared libraries with the
15216 # GNU dynamic linker. Since this was broken with cross compilers,
15217 # most powerpc-linux boxes support dynamic linking these days and
15218 # people can always --disable-shared, the test was removed, and we
15219 # assume the GNU/Linux dynamic linker is in use.
15220 dynamic_linker='GNU/Linux ld.so'
15221 ;;
15222
15223netbsd*)
15224 version_type=sunos
15225 need_lib_prefix=no
15226 need_version=no
15227 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15228 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15229 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15230 dynamic_linker='NetBSD (a.out) ld.so'
15231 else
15232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15233 soname_spec='${libname}${release}${shared_ext}$major'
15234 dynamic_linker='NetBSD ld.elf_so'
15235 fi
15236 shlibpath_var=LD_LIBRARY_PATH
15237 shlibpath_overrides_runpath=yes
15238 hardcode_into_libs=yes
15239 ;;
15240
15241newsos6)
15242 version_type=linux
15243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15244 shlibpath_var=LD_LIBRARY_PATH
15245 shlibpath_overrides_runpath=yes
15246 ;;
15247
15248*nto* | *qnx*)
15249 version_type=qnx
15250 need_lib_prefix=no
15251 need_version=no
15252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15253 soname_spec='${libname}${release}${shared_ext}$major'
15254 shlibpath_var=LD_LIBRARY_PATH
15255 shlibpath_overrides_runpath=no
15256 hardcode_into_libs=yes
15257 dynamic_linker='ldqnx.so'
15258 ;;
15259
15260openbsd*)
15261 version_type=sunos
15262 sys_lib_dlsearch_path_spec="/usr/lib"
15263 need_lib_prefix=no
15264 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15265 case $host_os in
15266 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
15267 *) need_version=no ;;
15268 esac
15269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15270 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15271 shlibpath_var=LD_LIBRARY_PATH
15272 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15273 case $host_os in
15274 openbsd2.[89] | openbsd2.[89].*)
15275 shlibpath_overrides_runpath=no
15276 ;;
15277 *)
15278 shlibpath_overrides_runpath=yes
15279 ;;
15280 esac
15281 else
15282 shlibpath_overrides_runpath=yes
15283 fi
15284 ;;
15285
15286os2*)
15287 libname_spec='$name'
15288 shrext_cmds=".dll"
15289 need_lib_prefix=no
15290 library_names_spec='$libname${shared_ext} $libname.a'
15291 dynamic_linker='OS/2 ld.exe'
15292 shlibpath_var=LIBPATH
15293 ;;
15294
15295osf3* | osf4* | osf5*)
15296 version_type=osf
15297 need_lib_prefix=no
15298 need_version=no
15299 soname_spec='${libname}${release}${shared_ext}$major'
15300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15301 shlibpath_var=LD_LIBRARY_PATH
15302 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15303 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15304 ;;
15305
15306rdos*)
15307 dynamic_linker=no
15308 ;;
15309
15310solaris*)
15311 version_type=linux
15312 need_lib_prefix=no
15313 need_version=no
15314 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15315 soname_spec='${libname}${release}${shared_ext}$major'
15316 shlibpath_var=LD_LIBRARY_PATH
15317 shlibpath_overrides_runpath=yes
15318 hardcode_into_libs=yes
15319 # ldd complains unless libraries are executable
15320 postinstall_cmds='chmod +x $lib'
15321 ;;
15322
15323sunos4*)
15324 version_type=sunos
15325 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15326 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15327 shlibpath_var=LD_LIBRARY_PATH
15328 shlibpath_overrides_runpath=yes
15329 if test "$with_gnu_ld" = yes; then
15330 need_lib_prefix=no
15331 fi
15332 need_version=yes
15333 ;;
15334
15335sysv4 | sysv4.3*)
15336 version_type=linux
15337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15338 soname_spec='${libname}${release}${shared_ext}$major'
15339 shlibpath_var=LD_LIBRARY_PATH
15340 case $host_vendor in
15341 sni)
15342 shlibpath_overrides_runpath=no
15343 need_lib_prefix=no
15344 runpath_var=LD_RUN_PATH
15345 ;;
15346 siemens)
15347 need_lib_prefix=no
15348 ;;
15349 motorola)
15350 need_lib_prefix=no
15351 need_version=no
15352 shlibpath_overrides_runpath=no
15353 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15354 ;;
15355 esac
15356 ;;
15357
15358sysv4*MP*)
15359 if test -d /usr/nec ;then
15360 version_type=linux
15361 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15362 soname_spec='$libname${shared_ext}.$major'
15363 shlibpath_var=LD_LIBRARY_PATH
15364 fi
15365 ;;
15366
15367sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15368 version_type=freebsd-elf
15369 need_lib_prefix=no
15370 need_version=no
15371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15372 soname_spec='${libname}${release}${shared_ext}$major'
15373 shlibpath_var=LD_LIBRARY_PATH
15374 shlibpath_overrides_runpath=yes
15375 hardcode_into_libs=yes
15376 if test "$with_gnu_ld" = yes; then
15377 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15378 else
15379 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15380 case $host_os in
15381 sco3.2v5*)
15382 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15383 ;;
15384 esac
15385 fi
15386 sys_lib_dlsearch_path_spec='/usr/lib'
15387 ;;
15388
15389tpf*)
15390 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
15391 version_type=linux
15392 need_lib_prefix=no
15393 need_version=no
15394 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15395 shlibpath_var=LD_LIBRARY_PATH
15396 shlibpath_overrides_runpath=no
15397 hardcode_into_libs=yes
15398 ;;
15399
15400uts4*)
15401 version_type=linux
15402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15403 soname_spec='${libname}${release}${shared_ext}$major'
15404 shlibpath_var=LD_LIBRARY_PATH
15405 ;;
15406
15407*)
15408 dynamic_linker=no
15409 ;;
15410esac
15411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15412$as_echo "$dynamic_linker" >&6; }
15413test "$dynamic_linker" = no && can_build_shared=no
15414
15415variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15416if test "$GCC" = yes; then
15417 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15418fi
15419
15420if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15421 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15422fi
15423if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15424 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15425fi
15426
3725885a 15427
ce2cded5 15428
ce2cded5 15429
ce2cded5 15430
d7040cdb 15431
ce2cded5 15432
ce2cded5 15433
ce2cded5 15434
d7040cdb 15435
ce2cded5
L
15436
15437
15438
15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
ce2cded5
L
15452
15453
15454
15455
15456
15457
15458
15459
15460
15461
15462
15463
3cb62297
L
15464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15465$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15466hardcode_action_CXX=
15467if test -n "$hardcode_libdir_flag_spec_CXX" ||
15468 test -n "$runpath_var_CXX" ||
15469 test "X$hardcode_automatic_CXX" = "Xyes" ; then
ce2cded5 15470
3cb62297
L
15471 # We can hardcode non-existent directories.
15472 if test "$hardcode_direct_CXX" != no &&
15473 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15474 # have to relink, otherwise we might link with an installed library
15475 # when we should be linking with a yet-to-be-installed one
15476 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15477 test "$hardcode_minus_L_CXX" != no; then
15478 # Linking always hardcodes the temporary library directory.
15479 hardcode_action_CXX=relink
15480 else
15481 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15482 hardcode_action_CXX=immediate
15483 fi
15484else
15485 # We cannot hardcode anything, or else we can only hardcode existing
15486 # directories.
15487 hardcode_action_CXX=unsupported
15488fi
15489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15490$as_echo "$hardcode_action_CXX" >&6; }
ce2cded5 15491
3cb62297
L
15492if test "$hardcode_action_CXX" = relink ||
15493 test "$inherit_rpath_CXX" = yes; then
15494 # Fast installation is not supported
15495 enable_fast_install=no
15496elif test "$shlibpath_overrides_runpath" = yes ||
15497 test "$enable_shared" = no; then
15498 # Fast installation is not necessary
15499 enable_fast_install=needless
15500fi
ce2cded5 15501
ce2cded5 15502
ce2cded5
L
15503
15504
15505
d7040cdb 15506
3cb62297
L
15507
15508 fi # test -n "$compiler"
15509
15510 CC=$lt_save_CC
15511 LDCXX=$LD
15512 LD=$lt_save_LD
15513 GCC=$lt_save_GCC
15514 with_gnu_ld=$lt_save_with_gnu_ld
15515 lt_cv_path_LDCXX=$lt_cv_path_LD
15516 lt_cv_path_LD=$lt_save_path_LD
15517 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15518 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15519fi # test "$_lt_caught_CXX_error" != yes
15520
d7040cdb
SE
15521ac_ext=c
15522ac_cpp='$CPP $CPPFLAGS'
15523ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15524ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15525ac_compiler_gnu=$ac_cv_c_compiler_gnu
15526
67310ccd
AM
15527
15528
d7040cdb
SE
15529
15530
d7040cdb 15531
d7040cdb 15532
d7040cdb 15533
ce2cded5
L
15534
15535
15536
15537
15538
81ecdfbb 15539 ac_config_commands="$ac_config_commands libtool"
ce2cded5
L
15540
15541
15542
15543
15544# Only expand once:
15545
d7040cdb
SE
15546
15547
3e4fe8ac 15548ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg it uk"
d7040cdb
SE
15549# If we haven't got the data from the intl directory,
15550# assume NLS is disabled.
15551USE_NLS=no
15552LIBINTL=
15553LIBINTL_DEP=
15554INCINTL=
15555XGETTEXT=
15556GMSGFMT=
15557POSUB=
15558
15559if test -f ../intl/config.intl; then
15560 . ../intl/config.intl
15561fi
81ecdfbb
RW
15562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15563$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 15564if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
15565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15566$as_echo "no" >&6; }
d7040cdb 15567else
81ecdfbb
RW
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15569$as_echo "yes" >&6; }
d7040cdb 15570
81ecdfbb 15571$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
15572
15573
81ecdfbb
RW
15574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
15575$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
15576 # Look for .po and .gmo files in the source directory.
15577 CATALOGS=
15578 XLINGUAS=
15579 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
15580 # If there aren't any .gmo files the shell will give us the
15581 # literal string "../path/to/srcdir/po/*.gmo" which has to be
15582 # weeded out.
15583 case "$cat" in *\**)
15584 continue;;
15585 esac
15586 # The quadruple backslash is collapsed to a double backslash
15587 # by the backticks, then collapsed again by the double quotes,
15588 # leaving us with one backslash in the sed expression (right
15589 # before the dot that mustn't act as a wildcard).
15590 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
15591 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
15592 # The user is allowed to set LINGUAS to a list of languages to
15593 # install catalogs for. If it's empty that means "all of them."
15594 if test "x$LINGUAS" = x; then
15595 CATALOGS="$CATALOGS $cat"
15596 XLINGUAS="$XLINGUAS $lang"
15597 else
15598 case "$LINGUAS" in *$lang*)
15599 CATALOGS="$CATALOGS $cat"
15600 XLINGUAS="$XLINGUAS $lang"
15601 ;;
15602 esac
15603 fi
15604 done
15605 LINGUAS="$XLINGUAS"
81ecdfbb
RW
15606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
15607$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
15608
15609
15610 DATADIRNAME=share
15611
15612 INSTOBJEXT=.mo
15613
15614 GENCAT=gencat
15615
15616 CATOBJEXT=.gmo
15617
15618fi
15619
15620 MKINSTALLDIRS=
15621 if test -n "$ac_aux_dir"; then
15622 case "$ac_aux_dir" in
15623 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
15624 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
15625 esac
15626 fi
15627 if test -z "$MKINSTALLDIRS"; then
15628 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
15629 fi
15630
15631
15632
81ecdfbb
RW
15633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15634$as_echo_n "checking whether NLS is requested... " >&6; }
15635 # Check whether --enable-nls was given.
15636if test "${enable_nls+set}" = set; then :
15637 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
15638else
15639 USE_NLS=yes
81ecdfbb
RW
15640fi
15641
15642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
15643$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
15644
15645
15646
15647
15648
15649
15650# Prepare PATH_SEPARATOR.
15651# The user is always right.
15652if test "${PATH_SEPARATOR+set}" != set; then
15653 echo "#! /bin/sh" >conf$$.sh
15654 echo "exit 0" >>conf$$.sh
15655 chmod +x conf$$.sh
15656 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15657 PATH_SEPARATOR=';'
15658 else
15659 PATH_SEPARATOR=:
15660 fi
15661 rm -f conf$$.sh
15662fi
15663
15664# Find out how to test for executable files. Don't use a zero-byte file,
15665# as systems may use methods other than mode bits to determine executability.
15666cat >conf$$.file <<_ASEOF
15667#! /bin/sh
15668exit 0
15669_ASEOF
15670chmod +x conf$$.file
15671if test -x conf$$.file >/dev/null 2>&1; then
15672 ac_executable_p="test -x"
15673else
15674 ac_executable_p="test -f"
15675fi
15676rm -f conf$$.file
15677
15678# Extract the first word of "msgfmt", so it can be a program name with args.
15679set dummy msgfmt; ac_word=$2
81ecdfbb
RW
15680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15681$as_echo_n "checking for $ac_word... " >&6; }
15682if test "${ac_cv_path_MSGFMT+set}" = set; then :
15683 $as_echo_n "(cached) " >&6
d7040cdb
SE
15684else
15685 case "$MSGFMT" in
15686 [\\/]* | ?:[\\/]*)
15687 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
15688 ;;
15689 *)
15690 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15691 for ac_dir in $PATH; do
15692 IFS="$ac_save_IFS"
15693 test -z "$ac_dir" && ac_dir=.
15694 for ac_exec_ext in '' $ac_executable_extensions; do
15695 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15696 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
15697 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
15698 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
15699 break 2
15700 fi
15701 fi
15702 done
15703 done
15704 IFS="$ac_save_IFS"
15705 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
15706 ;;
15707esac
15708fi
15709MSGFMT="$ac_cv_path_MSGFMT"
15710if test "$MSGFMT" != ":"; then
81ecdfbb
RW
15711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
15712$as_echo "$MSGFMT" >&6; }
d7040cdb 15713else
81ecdfbb
RW
15714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15715$as_echo "no" >&6; }
d7040cdb
SE
15716fi
15717
15718 # Extract the first word of "gmsgfmt", so it can be a program name with args.
15719set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
15720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15721$as_echo_n "checking for $ac_word... " >&6; }
15722if test "${ac_cv_path_GMSGFMT+set}" = set; then :
15723 $as_echo_n "(cached) " >&6
d7040cdb
SE
15724else
15725 case $GMSGFMT in
15726 [\\/]* | ?:[\\/]*)
15727 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
15728 ;;
15729 *)
15730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15731for as_dir in $PATH
15732do
15733 IFS=$as_save_IFS
15734 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
15735 for ac_exec_ext in '' $ac_executable_extensions; do
15736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 15737 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 15738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
15739 break 2
15740 fi
15741done
81ecdfbb
RW
15742 done
15743IFS=$as_save_IFS
d7040cdb
SE
15744
15745 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
15746 ;;
15747esac
15748fi
15749GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 15750if test -n "$GMSGFMT"; then
81ecdfbb
RW
15751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
15752$as_echo "$GMSGFMT" >&6; }
d7040cdb 15753else
81ecdfbb
RW
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15755$as_echo "no" >&6; }
20e95c23 15756fi
42ecbf5e 15757
20e95c23 15758
252b5132 15759
81ecdfbb 15760
d7040cdb
SE
15761# Prepare PATH_SEPARATOR.
15762# The user is always right.
15763if test "${PATH_SEPARATOR+set}" != set; then
15764 echo "#! /bin/sh" >conf$$.sh
15765 echo "exit 0" >>conf$$.sh
15766 chmod +x conf$$.sh
15767 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15768 PATH_SEPARATOR=';'
15769 else
15770 PATH_SEPARATOR=:
15771 fi
15772 rm -f conf$$.sh
20e95c23 15773fi
252b5132 15774
d7040cdb
SE
15775# Find out how to test for executable files. Don't use a zero-byte file,
15776# as systems may use methods other than mode bits to determine executability.
15777cat >conf$$.file <<_ASEOF
15778#! /bin/sh
15779exit 0
15780_ASEOF
15781chmod +x conf$$.file
15782if test -x conf$$.file >/dev/null 2>&1; then
15783 ac_executable_p="test -x"
20e95c23 15784else
d7040cdb
SE
15785 ac_executable_p="test -f"
15786fi
15787rm -f conf$$.file
20e95c23 15788
d7040cdb
SE
15789# Extract the first word of "xgettext", so it can be a program name with args.
15790set dummy xgettext; ac_word=$2
81ecdfbb
RW
15791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15792$as_echo_n "checking for $ac_word... " >&6; }
15793if test "${ac_cv_path_XGETTEXT+set}" = set; then :
15794 $as_echo_n "(cached) " >&6
252b5132 15795else
d7040cdb
SE
15796 case "$XGETTEXT" in
15797 [\\/]* | ?:[\\/]*)
15798 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
15799 ;;
15800 *)
15801 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15802 for ac_dir in $PATH; do
15803 IFS="$ac_save_IFS"
15804 test -z "$ac_dir" && ac_dir=.
15805 for ac_exec_ext in '' $ac_executable_extensions; do
15806 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15807 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
15808 (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
15809 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
15810 break 2
15811 fi
15812 fi
15813 done
15814 done
15815 IFS="$ac_save_IFS"
15816 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
15817 ;;
15818esac
252b5132 15819fi
d7040cdb
SE
15820XGETTEXT="$ac_cv_path_XGETTEXT"
15821if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
15822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
15823$as_echo "$XGETTEXT" >&6; }
d5fbea21 15824else
81ecdfbb
RW
15825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15826$as_echo "no" >&6; }
d5fbea21
DJ
15827fi
15828
d7040cdb 15829 rm -f messages.po
d5fbea21 15830
20e95c23 15831
d7040cdb
SE
15832# Prepare PATH_SEPARATOR.
15833# The user is always right.
15834if test "${PATH_SEPARATOR+set}" != set; then
15835 echo "#! /bin/sh" >conf$$.sh
15836 echo "exit 0" >>conf$$.sh
15837 chmod +x conf$$.sh
15838 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15839 PATH_SEPARATOR=';'
15840 else
15841 PATH_SEPARATOR=:
15842 fi
15843 rm -f conf$$.sh
15844fi
20e95c23 15845
d7040cdb
SE
15846# Find out how to test for executable files. Don't use a zero-byte file,
15847# as systems may use methods other than mode bits to determine executability.
15848cat >conf$$.file <<_ASEOF
15849#! /bin/sh
15850exit 0
15851_ASEOF
15852chmod +x conf$$.file
15853if test -x conf$$.file >/dev/null 2>&1; then
15854 ac_executable_p="test -x"
15855else
15856 ac_executable_p="test -f"
15857fi
15858rm -f conf$$.file
20e95c23 15859
d7040cdb
SE
15860# Extract the first word of "msgmerge", so it can be a program name with args.
15861set dummy msgmerge; ac_word=$2
81ecdfbb
RW
15862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15863$as_echo_n "checking for $ac_word... " >&6; }
15864if test "${ac_cv_path_MSGMERGE+set}" = set; then :
15865 $as_echo_n "(cached) " >&6
d7040cdb
SE
15866else
15867 case "$MSGMERGE" in
15868 [\\/]* | ?:[\\/]*)
15869 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
15870 ;;
15871 *)
15872 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15873 for ac_dir in $PATH; do
15874 IFS="$ac_save_IFS"
15875 test -z "$ac_dir" && ac_dir=.
15876 for ac_exec_ext in '' $ac_executable_extensions; do
15877 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15878 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
15879 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
15880 break 2
15881 fi
15882 fi
15883 done
15884 done
15885 IFS="$ac_save_IFS"
15886 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
15887 ;;
15888esac
15889fi
15890MSGMERGE="$ac_cv_path_MSGMERGE"
15891if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
15892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
15893$as_echo "$MSGMERGE" >&6; }
d7040cdb 15894else
81ecdfbb
RW
15895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15896$as_echo "no" >&6; }
d7040cdb 15897fi
20e95c23
DJ
15898
15899
d7040cdb
SE
15900 if test "$GMSGFMT" != ":"; then
15901 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
15902 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
15903 : ;
15904 else
15905 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
15906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
15907$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
15908 GMSGFMT=":"
15909 fi
15910 fi
20e95c23 15911
d7040cdb
SE
15912 if test "$XGETTEXT" != ":"; then
15913 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
15914 (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
15915 : ;
15916 else
81ecdfbb
RW
15917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
15918$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
15919 XGETTEXT=":"
15920 fi
15921 rm -f messages.po
20e95c23 15922 fi
42ecbf5e 15923
81ecdfbb 15924 ac_config_commands="$ac_config_commands default-1"
252b5132 15925
42ecbf5e 15926
252b5132 15927
42ecbf5e
DJ
15928
15929
d7040cdb 15930for ac_prog in 'bison -y' byacc
20e95c23 15931do
d7040cdb
SE
15932 # Extract the first word of "$ac_prog", so it can be a program name with args.
15933set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
15934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15935$as_echo_n "checking for $ac_word... " >&6; }
15936if test "${ac_cv_prog_YACC+set}" = set; then :
15937 $as_echo_n "(cached) " >&6
20e95c23 15938else
d7040cdb
SE
15939 if test -n "$YACC"; then
15940 ac_cv_prog_YACC="$YACC" # Let the user override the test.
42ecbf5e 15941else
d7040cdb
SE
15942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15943for as_dir in $PATH
15944do
15945 IFS=$as_save_IFS
15946 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
15947 for ac_exec_ext in '' $ac_executable_extensions; do
15948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 15949 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 15950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
15951 break 2
15952 fi
15953done
81ecdfbb
RW
15954 done
15955IFS=$as_save_IFS
42ecbf5e 15956
42ecbf5e 15957fi
e5a52504 15958fi
d7040cdb
SE
15959YACC=$ac_cv_prog_YACC
15960if test -n "$YACC"; then
81ecdfbb
RW
15961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
15962$as_echo "$YACC" >&6; }
42ecbf5e 15963else
81ecdfbb
RW
15964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15965$as_echo "no" >&6; }
42ecbf5e 15966fi
252b5132 15967
81ecdfbb 15968
d7040cdb 15969 test -n "$YACC" && break
42ecbf5e 15970done
d7040cdb 15971test -n "$YACC" || YACC="yacc"
d15b04bd 15972
d7040cdb
SE
15973for ac_prog in flex lex
15974do
15975 # Extract the first word of "$ac_prog", so it can be a program name with args.
15976set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
15977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15978$as_echo_n "checking for $ac_word... " >&6; }
15979if test "${ac_cv_prog_LEX+set}" = set; then :
15980 $as_echo_n "(cached) " >&6
d15b04bd 15981else
d7040cdb
SE
15982 if test -n "$LEX"; then
15983 ac_cv_prog_LEX="$LEX" # Let the user override the test.
15984else
15985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15986for as_dir in $PATH
15987do
15988 IFS=$as_save_IFS
15989 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
15990 for ac_exec_ext in '' $ac_executable_extensions; do
15991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 15992 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 15993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
15994 break 2
15995 fi
15996done
81ecdfbb
RW
15997 done
15998IFS=$as_save_IFS
d7040cdb
SE
15999
16000fi
16001fi
16002LEX=$ac_cv_prog_LEX
16003if test -n "$LEX"; then
81ecdfbb
RW
16004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16005$as_echo "$LEX" >&6; }
d7040cdb 16006else
81ecdfbb
RW
16007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16008$as_echo "no" >&6; }
d15b04bd 16009fi
e5a52504 16010
81ecdfbb 16011
d7040cdb
SE
16012 test -n "$LEX" && break
16013done
16014test -n "$LEX" || LEX=":"
42ecbf5e 16015
81ecdfbb
RW
16016if test "x$LEX" != "x:"; then
16017 cat >conftest.l <<_ACEOF
16018%%
16019a { ECHO; }
16020b { REJECT; }
16021c { yymore (); }
16022d { yyless (1); }
16023e { yyless (input () != 0); }
16024f { unput (yytext[0]); }
16025. { BEGIN INITIAL; }
16026%%
16027#ifdef YYTEXT_POINTER
16028extern char *yytext;
d7040cdb 16029#endif
42ecbf5e 16030int
81ecdfbb 16031main (void)
42ecbf5e 16032{
81ecdfbb 16033 return ! yylex () + ! yywrap ();
42ecbf5e
DJ
16034}
16035_ACEOF
81ecdfbb
RW
16036{ { ac_try="$LEX conftest.l"
16037case "(($ac_try" in
16038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16039 *) ac_try_echo=$ac_try;;
16040esac
16041eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16042$as_echo "$ac_try_echo"; } >&5
16043 (eval "$LEX conftest.l") 2>&5
42ecbf5e 16044 ac_status=$?
81ecdfbb
RW
16045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16046 test $ac_status = 0; }
16047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
16048$as_echo_n "checking lex output file root... " >&6; }
16049if test "${ac_cv_prog_lex_root+set}" = set; then :
16050 $as_echo_n "(cached) " >&6
42ecbf5e 16051else
42ecbf5e 16052
81ecdfbb
RW
16053if test -f lex.yy.c; then
16054 ac_cv_prog_lex_root=lex.yy
16055elif test -f lexyy.c; then
16056 ac_cv_prog_lex_root=lexyy
16057else
16058 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
42ecbf5e 16059fi
42ecbf5e 16060fi
81ecdfbb
RW
16061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
16062$as_echo "$ac_cv_prog_lex_root" >&6; }
16063LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
20e95c23 16064
81ecdfbb
RW
16065if test -z "${LEXLIB+set}"; then
16066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
16067$as_echo_n "checking lex library... " >&6; }
16068if test "${ac_cv_lib_lex+set}" = set; then :
16069 $as_echo_n "(cached) " >&6
252b5132 16070else
20e95c23 16071
81ecdfbb
RW
16072 ac_save_LIBS=$LIBS
16073 ac_cv_lib_lex='none needed'
16074 for ac_lib in '' -lfl -ll; do
16075 LIBS="$ac_lib $ac_save_LIBS"
16076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16077/* end confdefs.h. */
16078`cat $LEX_OUTPUT_ROOT.c`
16079_ACEOF
16080if ac_fn_c_try_link "$LINENO"; then :
16081 ac_cv_lib_lex=$ac_lib
20e95c23 16082fi
81ecdfbb
RW
16083rm -f core conftest.err conftest.$ac_objext \
16084 conftest$ac_exeext conftest.$ac_ext
16085 test "$ac_cv_lib_lex" != 'none needed' && break
16086 done
16087 LIBS=$ac_save_LIBS
20e95c23
DJ
16088
16089fi
81ecdfbb
RW
16090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
16091$as_echo "$ac_cv_lib_lex" >&6; }
16092 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb 16093fi
20e95c23 16094
20e95c23 16095
81ecdfbb
RW
16096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
16097$as_echo_n "checking whether yytext is a pointer... " >&6; }
16098if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
16099 $as_echo_n "(cached) " >&6
d7040cdb
SE
16100else
16101 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 16102# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
16103# not all implementations provide the %pointer and %array declarations.
16104ac_cv_prog_lex_yytext_pointer=no
d7040cdb 16105ac_save_LIBS=$LIBS
81ecdfbb
RW
16106LIBS="$LEXLIB $ac_save_LIBS"
16107cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16108/* end confdefs.h. */
16109#define YYTEXT_POINTER 1
d7040cdb 16110`cat $LEX_OUTPUT_ROOT.c`
20e95c23 16111_ACEOF
81ecdfbb 16112if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 16113 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 16114fi
81ecdfbb
RW
16115rm -f core conftest.err conftest.$ac_objext \
16116 conftest$ac_exeext conftest.$ac_ext
d7040cdb 16117LIBS=$ac_save_LIBS
d7040cdb
SE
16118
16119fi
81ecdfbb
RW
16120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
16121$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
16122if test $ac_cv_prog_lex_yytext_pointer = yes; then
16123
81ecdfbb 16124$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
16125
16126fi
81ecdfbb 16127rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb
SE
16128
16129fi
16130if test "$LEX" = :; then
16131 LEX=${am_missing_run}flex
16132fi
16133
81ecdfbb
RW
16134
16135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
16136$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
16137 # Check whether --enable-maintainer-mode was given.
16138if test "${enable_maintainer_mode+set}" = set; then :
16139 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
252b5132 16140else
d7040cdb 16141 USE_MAINTAINER_MODE=no
81ecdfbb 16142fi
d7040cdb 16143
81ecdfbb
RW
16144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
16145$as_echo "$USE_MAINTAINER_MODE" >&6; }
16146 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
16147 MAINTAINER_MODE_TRUE=
16148 MAINTAINER_MODE_FALSE='#'
16149else
16150 MAINTAINER_MODE_TRUE='#'
16151 MAINTAINER_MODE_FALSE=
252b5132 16152fi
252b5132 16153
d7040cdb
SE
16154 MAINT=$MAINTAINER_MODE_TRUE
16155
16156
81ecdfbb 16157 if false; then
d7040cdb
SE
16158 GENINSRC_NEVER_TRUE=
16159 GENINSRC_NEVER_FALSE='#'
16160else
16161 GENINSRC_NEVER_TRUE='#'
16162 GENINSRC_NEVER_FALSE=
252b5132
RH
16163fi
16164
81ecdfbb
RW
16165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
16166$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
16167if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
16168 $as_echo_n "(cached) " >&6
eccbf555
AM
16169else
16170 echo abfoo >t1
16171 echo cdfoo >t2
16172 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
16173 if cmp t1 t2 2 2 > /dev/null 2>&1; then
16174 if cmp t1 t2 1 1 > /dev/null 2>&1; then
16175 :
16176 else
16177 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
16178 fi
16179 fi
16180 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
16181 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
16182 :
16183 else
16184 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
16185 fi
16186 fi
16187 rm t1 t2
16188
16189fi
81ecdfbb
RW
16190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
16191$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
eccbf555
AM
16192do_compare="$gcc_cv_prog_cmp_skip"
16193
16194
d7040cdb
SE
16195
16196. ${srcdir}/configure.host
16197
16198
16199
16200
252b5132
RH
16201
16202
58797674 16203for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h locale.h sys/param.h
81ecdfbb
RW
16204do :
16205 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16206ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16207eval as_val=\$$as_ac_Header
16208 if test "x$as_val" = x""yes; then :
42ecbf5e 16209 cat >>confdefs.h <<_ACEOF
81ecdfbb 16210#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
42ecbf5e
DJ
16211_ACEOF
16212
16213fi
16214
252b5132
RH
16215done
16216
5d3236ee
DK
16217for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
16218do :
16219 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16220ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16221eval as_val=\$$as_ac_Header
16222 if test "x$as_val" = x""yes; then :
16223 cat >>confdefs.h <<_ACEOF
16224#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16225_ACEOF
16226
16227fi
16228
16229done
16230
208a4923
NC
16231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
16232$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
16233if test "${gcc_cv_header_string+set}" = set; then :
16234 $as_echo_n "(cached) " >&6
16235else
16236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16237/* end confdefs.h. */
16238#include <string.h>
16239#include <strings.h>
16240int
16241main ()
16242{
16243
16244 ;
16245 return 0;
16246}
16247_ACEOF
16248if ac_fn_c_try_compile "$LINENO"; then :
16249 gcc_cv_header_string=yes
16250else
16251 gcc_cv_header_string=no
16252fi
16253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16254fi
16255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
16256$as_echo "$gcc_cv_header_string" >&6; }
16257if test $gcc_cv_header_string = yes; then
16258
16259$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
16260
16261fi
16262
44350750 16263for ac_func in glob mkstemp realpath sbrk setlocale waitpid
81ecdfbb
RW
16264do :
16265 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16266ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16267eval as_val=\$$as_ac_var
16268 if test "x$as_val" = x""yes; then :
42ecbf5e 16269 cat >>confdefs.h <<_ACEOF
81ecdfbb 16270#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42ecbf5e 16271_ACEOF
252b5132 16272
252b5132
RH
16273fi
16274done
16275
5d3236ee
DK
16276for ac_func in open lseek close
16277do :
16278 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16279ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16280eval as_val=\$$as_ac_var
16281 if test "x$as_val" = x""yes; then :
16282 cat >>confdefs.h <<_ACEOF
16283#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16284_ACEOF
16285
16286fi
16287done
16288
252b5132 16289ac_header_dirent=no
42ecbf5e 16290for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
81ecdfbb
RW
16291 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
16292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
16293$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
16294if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
16295 $as_echo_n "(cached) " >&6
16296else
16297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16298/* end confdefs.h. */
252b5132
RH
16299#include <sys/types.h>
16300#include <$ac_hdr>
42ecbf5e
DJ
16301
16302int
16303main ()
16304{
16305if ((DIR *) 0)
16306return 0;
16307 ;
16308 return 0;
16309}
16310_ACEOF
81ecdfbb 16311if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
16312 eval "$as_ac_Header=yes"
16313else
81ecdfbb 16314 eval "$as_ac_Header=no"
42ecbf5e 16315fi
81ecdfbb 16316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 16317fi
81ecdfbb
RW
16318eval ac_res=\$$as_ac_Header
16319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16320$as_echo "$ac_res" >&6; }
16321eval as_val=\$$as_ac_Header
16322 if test "x$as_val" = x""yes; then :
42ecbf5e 16323 cat >>confdefs.h <<_ACEOF
81ecdfbb 16324#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
42ecbf5e
DJ
16325_ACEOF
16326
16327ac_header_dirent=$ac_hdr; break
d15b04bd 16328fi
42ecbf5e 16329
d15b04bd
L
16330done
16331# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
16332if test $ac_header_dirent = dirent.h; then
81ecdfbb
RW
16333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16334$as_echo_n "checking for library containing opendir... " >&6; }
16335if test "${ac_cv_search_opendir+set}" = set; then :
16336 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
16337else
16338 ac_func_search_save_LIBS=$LIBS
81ecdfbb 16339cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
16340/* end confdefs.h. */
16341
81ecdfbb
RW
16342/* Override any GCC internal prototype to avoid an error.
16343 Use char because int might match the return type of a GCC
16344 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
16345#ifdef __cplusplus
16346extern "C"
16347#endif
42ecbf5e
DJ
16348char opendir ();
16349int
16350main ()
16351{
81ecdfbb 16352return opendir ();
42ecbf5e
DJ
16353 ;
16354 return 0;
16355}
16356_ACEOF
81ecdfbb
RW
16357for ac_lib in '' dir; do
16358 if test -z "$ac_lib"; then
16359 ac_res="none required"
16360 else
16361 ac_res=-l$ac_lib
42ecbf5e 16362 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
16363 fi
16364 if ac_fn_c_try_link "$LINENO"; then :
16365 ac_cv_search_opendir=$ac_res
16366fi
16367rm -f core conftest.err conftest.$ac_objext \
16368 conftest$ac_exeext
16369 if test "${ac_cv_search_opendir+set}" = set; then :
16370 break
16371fi
16372done
16373if test "${ac_cv_search_opendir+set}" = set; then :
e5a52504 16374
42ecbf5e 16375else
81ecdfbb 16376 ac_cv_search_opendir=no
252b5132 16377fi
81ecdfbb 16378rm conftest.$ac_ext
42ecbf5e
DJ
16379LIBS=$ac_func_search_save_LIBS
16380fi
81ecdfbb
RW
16381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16382$as_echo "$ac_cv_search_opendir" >&6; }
16383ac_res=$ac_cv_search_opendir
16384if test "$ac_res" != no; then :
16385 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 16386
d15b04bd 16387fi
252b5132
RH
16388
16389else
81ecdfbb
RW
16390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16391$as_echo_n "checking for library containing opendir... " >&6; }
16392if test "${ac_cv_search_opendir+set}" = set; then :
16393 $as_echo_n "(cached) " >&6
252b5132 16394else
42ecbf5e 16395 ac_func_search_save_LIBS=$LIBS
81ecdfbb 16396cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
16397/* end confdefs.h. */
16398
81ecdfbb
RW
16399/* Override any GCC internal prototype to avoid an error.
16400 Use char because int might match the return type of a GCC
16401 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
16402#ifdef __cplusplus
16403extern "C"
16404#endif
42ecbf5e
DJ
16405char opendir ();
16406int
16407main ()
16408{
81ecdfbb 16409return opendir ();
42ecbf5e
DJ
16410 ;
16411 return 0;
16412}
16413_ACEOF
81ecdfbb
RW
16414for ac_lib in '' x; do
16415 if test -z "$ac_lib"; then
16416 ac_res="none required"
16417 else
16418 ac_res=-l$ac_lib
42ecbf5e 16419 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
16420 fi
16421 if ac_fn_c_try_link "$LINENO"; then :
16422 ac_cv_search_opendir=$ac_res
16423fi
16424rm -f core conftest.err conftest.$ac_objext \
16425 conftest$ac_exeext
16426 if test "${ac_cv_search_opendir+set}" = set; then :
16427 break
16428fi
16429done
16430if test "${ac_cv_search_opendir+set}" = set; then :
252b5132 16431
42ecbf5e 16432else
81ecdfbb 16433 ac_cv_search_opendir=no
252b5132 16434fi
81ecdfbb 16435rm conftest.$ac_ext
42ecbf5e 16436LIBS=$ac_func_search_save_LIBS
252b5132 16437fi
81ecdfbb
RW
16438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16439$as_echo "$ac_cv_search_opendir" >&6; }
16440ac_res=$ac_cv_search_opendir
16441if test "$ac_res" != no; then :
16442 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 16443
d15b04bd 16444fi
252b5132
RH
16445
16446fi
16447
16448
5d3236ee
DK
16449# Check for dlopen support and enable plugins if possible.
16450enable_plugins=yes
16451ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
16452"
16453if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
16454
16455else
16456 enable_plugins=no
16457fi
16458
16459
16460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
16461$as_echo_n "checking for library containing dlopen... " >&6; }
16462if test "${ac_cv_search_dlopen+set}" = set; then :
16463 $as_echo_n "(cached) " >&6
16464else
16465 ac_func_search_save_LIBS=$LIBS
16466cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16467/* end confdefs.h. */
16468
16469/* Override any GCC internal prototype to avoid an error.
16470 Use char because int might match the return type of a GCC
16471 builtin and then its argument prototype would still apply. */
16472#ifdef __cplusplus
16473extern "C"
16474#endif
16475char dlopen ();
16476int
16477main ()
16478{
16479return dlopen ();
16480 ;
16481 return 0;
16482}
16483_ACEOF
16484for ac_lib in '' dl; do
16485 if test -z "$ac_lib"; then
16486 ac_res="none required"
16487 else
16488 ac_res=-l$ac_lib
16489 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16490 fi
16491 if ac_fn_c_try_link "$LINENO"; then :
16492 ac_cv_search_dlopen=$ac_res
16493fi
16494rm -f core conftest.err conftest.$ac_objext \
16495 conftest$ac_exeext
16496 if test "${ac_cv_search_dlopen+set}" = set; then :
16497 break
16498fi
16499done
16500if test "${ac_cv_search_dlopen+set}" = set; then :
16501
16502else
16503 ac_cv_search_dlopen=no
16504fi
16505rm conftest.$ac_ext
16506LIBS=$ac_func_search_save_LIBS
16507fi
16508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
16509$as_echo "$ac_cv_search_dlopen" >&6; }
16510ac_res=$ac_cv_search_dlopen
16511if test "$ac_res" != no; then :
16512 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16513
16514else
16515 enable_plugins=no
16516fi
16517
16518for ac_func in dlopen dlsym dlclose
16519do :
16520 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16521ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16522eval as_val=\$$as_ac_var
16523 if test "x$as_val" = x""yes; then :
16524 cat >>confdefs.h <<_ACEOF
16525#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16526_ACEOF
16527
16528else
16529 enable_plugins=no
16530fi
16531done
16532
3917d5d5
DK
16533# We also support plugins on Windows (MinGW).
16534if test x$enable_plugins = xno ; then
f31d24a0 16535 for ac_header in windows.h
3917d5d5 16536do :
f31d24a0 16537 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
3917d5d5 16538"
f31d24a0 16539if test "x$ac_cv_header_windows_h" = x""yes; then :
3917d5d5
DK
16540 cat >>confdefs.h <<_ACEOF
16541#define HAVE_WINDOWS_H 1
16542_ACEOF
16543 enable_plugins=yes
16544fi
16545
16546done
16547
16548fi
5d3236ee
DK
16549 if test x$enable_plugins = xyes; then
16550 ENABLE_PLUGINS_TRUE=
16551 ENABLE_PLUGINS_FALSE='#'
16552else
16553 ENABLE_PLUGINS_TRUE='#'
16554 ENABLE_PLUGINS_FALSE=
16555fi
16556
16557
02ecc8e9
L
16558# Check whether --enable-initfini-array was given.
16559if test "${enable_initfini_array+set}" = set; then :
16560 enableval=$enable_initfini_array;
16561else
16562
16563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
16564$as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
16565if test "${gcc_cv_initfini_array+set}" = set; then :
16566 $as_echo_n "(cached) " >&6
16567else
16568 if test "x${build}" = "x${target}" ; then
16569 if test "$cross_compiling" = yes; then :
16570 gcc_cv_initfini_array=no
16571else
16572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16573/* end confdefs.h. */
16574
16575static int x = -1;
16576int main (void) { return x; }
16577int foo (void) { x = 0; }
16578int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
16579_ACEOF
16580if ac_fn_c_try_run "$LINENO"; then :
16581 gcc_cv_initfini_array=yes
16582else
16583 gcc_cv_initfini_array=no
16584fi
16585rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16586 conftest.$ac_objext conftest.beam conftest.$ac_ext
16587fi
16588
16589 else
16590 gcc_cv_initfini_array=no
16591 fi
16592fi
16593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_initfini_array" >&5
16594$as_echo "$gcc_cv_initfini_array" >&6; }
16595 enable_initfini_array=$gcc_cv_initfini_array
16596
16597fi
16598
16599
16600if test $enable_initfini_array = yes; then
16601
16602$as_echo "#define HAVE_INITFINI_ARRAY 1" >>confdefs.h
16603
16604fi
16605
81ecdfbb
RW
16606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
16607$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
16608if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then :
16609 $as_echo_n "(cached) " >&6
34875e64 16610else
81ecdfbb 16611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16612/* end confdefs.h. */
34875e64 16613#include <unistd.h>
42ecbf5e
DJ
16614int
16615main ()
16616{
34875e64 16617extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
16618 ;
16619 return 0;
16620}
16621_ACEOF
81ecdfbb 16622if ac_fn_c_try_compile "$LINENO"; then :
34875e64
NC
16623 ld_cv_decl_getopt_unistd_h=yes
16624else
81ecdfbb 16625 ld_cv_decl_getopt_unistd_h=no
34875e64 16626fi
81ecdfbb 16627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34875e64
NC
16628fi
16629
81ecdfbb
RW
16630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5
16631$as_echo "$ld_cv_decl_getopt_unistd_h" >&6; }
34875e64 16632if test $ld_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 16633
81ecdfbb 16634$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
34875e64
NC
16635
16636fi
42ecbf5e 16637
252b5132
RH
16638
16639case "${host}" in
a8100d5b 16640*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 16641
81ecdfbb 16642$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
16643 ;;
16644esac
16645
81ecdfbb
RW
16646ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
16647if test "x$ac_cv_have_decl_strstr" = x""yes; then :
16648 ac_have_decl=1
252b5132 16649else
81ecdfbb
RW
16650 ac_have_decl=0
16651fi
502bdb00 16652
81ecdfbb
RW
16653cat >>confdefs.h <<_ACEOF
16654#define HAVE_DECL_STRSTR $ac_have_decl
42ecbf5e 16655_ACEOF
81ecdfbb
RW
16656ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
16657if test "x$ac_cv_have_decl_free" = x""yes; then :
16658 ac_have_decl=1
252b5132 16659else
81ecdfbb 16660 ac_have_decl=0
252b5132
RH
16661fi
16662
502bdb00 16663cat >>confdefs.h <<_ACEOF
81ecdfbb 16664#define HAVE_DECL_FREE $ac_have_decl
502bdb00 16665_ACEOF
81ecdfbb
RW
16666ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
16667if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
16668 ac_have_decl=1
16669else
16670 ac_have_decl=0
16671fi
42ecbf5e 16672
81ecdfbb
RW
16673cat >>confdefs.h <<_ACEOF
16674#define HAVE_DECL_SBRK $ac_have_decl
16675_ACEOF
16676ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
16677if test "x$ac_cv_have_decl_getenv" = x""yes; then :
16678 ac_have_decl=1
16679else
16680 ac_have_decl=0
16681fi
502bdb00 16682
81ecdfbb
RW
16683cat >>confdefs.h <<_ACEOF
16684#define HAVE_DECL_GETENV $ac_have_decl
16685_ACEOF
16686ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
16687if test "x$ac_cv_have_decl_environ" = x""yes; then :
16688 ac_have_decl=1
502bdb00 16689else
81ecdfbb
RW
16690 ac_have_decl=0
16691fi
16692
16693cat >>confdefs.h <<_ACEOF
16694#define HAVE_DECL_ENVIRON $ac_have_decl
42ecbf5e 16695_ACEOF
252b5132 16696
252b5132 16697
81ecdfbb
RW
16698# Link in zlib if we can. This is needed only for the bootstrap tests
16699# right now, since those tests use libbfd, which depends on zlib.
52546677
RM
16700
16701 # See if the user specified whether he wants zlib support or not.
16702
16703# Check whether --with-zlib was given.
16704if test "${with_zlib+set}" = set; then :
16705 withval=$with_zlib;
16706else
16707 with_zlib=auto
16708fi
16709
16710
16711 if test "$with_zlib" != "no"; then
16712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
16713$as_echo_n "checking for library containing zlibVersion... " >&6; }
16714if test "${ac_cv_search_zlibVersion+set}" = set; then :
16715 $as_echo_n "(cached) " >&6
252b5132 16716else
81ecdfbb
RW
16717 ac_func_search_save_LIBS=$LIBS
16718cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16719/* end confdefs.h. */
502bdb00 16720
81ecdfbb
RW
16721/* Override any GCC internal prototype to avoid an error.
16722 Use char because int might match the return type of a GCC
4474d12b 16723 builtin and then its argument prototype would still apply. */
4474d12b
CS
16724#ifdef __cplusplus
16725extern "C"
16726#endif
4474d12b
CS
16727char zlibVersion ();
16728int
16729main ()
16730{
81ecdfbb 16731return zlibVersion ();
4474d12b
CS
16732 ;
16733 return 0;
16734}
16735_ACEOF
81ecdfbb
RW
16736for ac_lib in '' z; do
16737 if test -z "$ac_lib"; then
16738 ac_res="none required"
4474d12b 16739 else
81ecdfbb
RW
16740 ac_res=-l$ac_lib
16741 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4474d12b 16742 fi
81ecdfbb
RW
16743 if ac_fn_c_try_link "$LINENO"; then :
16744 ac_cv_search_zlibVersion=$ac_res
4474d12b 16745fi
81ecdfbb
RW
16746rm -f core conftest.err conftest.$ac_objext \
16747 conftest$ac_exeext
16748 if test "${ac_cv_search_zlibVersion+set}" = set; then :
16749 break
4474d12b 16750fi
81ecdfbb
RW
16751done
16752if test "${ac_cv_search_zlibVersion+set}" = set; then :
4474d12b 16753
4474d12b 16754else
81ecdfbb 16755 ac_cv_search_zlibVersion=no
4474d12b 16756fi
81ecdfbb
RW
16757rm conftest.$ac_ext
16758LIBS=$ac_func_search_save_LIBS
4474d12b 16759fi
81ecdfbb
RW
16760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
16761$as_echo "$ac_cv_search_zlibVersion" >&6; }
16762ac_res=$ac_cv_search_zlibVersion
16763if test "$ac_res" != no; then :
16764 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16765 for ac_header in zlib.h
16766do :
16767 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
16768if test "x$ac_cv_header_zlib_h" = x""yes; then :
4474d12b 16769 cat >>confdefs.h <<_ACEOF
81ecdfbb 16770#define HAVE_ZLIB_H 1
4474d12b
CS
16771_ACEOF
16772
16773fi
16774
16775done
16776
16777fi
16778
52546677
RM
16779 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
16780 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
16781 fi
16782 fi
16783
4474d12b 16784
597e2591
ILT
16785# When converting linker scripts into strings for use in emulation
16786# files, use astring.sed if the compiler supports ANSI string
16787# concatenation, or ostring.sed otherwise. This is to support the
16788# broken Microsoft MSVC compiler, which limits the length of string
16789# constants, while still supporting pre-ANSI compilers which do not
16790# support string concatenation.
81ecdfbb
RW
16791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5
16792$as_echo_n "checking whether ANSI C string concatenation works... " >&6; }
16793if test "${ld_cv_string_concatenation+set}" = set; then :
16794 $as_echo_n "(cached) " >&6
42ecbf5e 16795else
81ecdfbb 16796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16797/* end confdefs.h. */
81ecdfbb 16798
314e9a4e
L
16799int
16800main ()
16801{
81ecdfbb 16802char *a = "a" "a";
314e9a4e
L
16803 ;
16804 return 0;
16805}
16806_ACEOF
81ecdfbb
RW
16807if ac_fn_c_try_compile "$LINENO"; then :
16808 ld_cv_string_concatenation=yes
314e9a4e 16809else
81ecdfbb 16810 ld_cv_string_concatenation=no
314e9a4e 16811fi
81ecdfbb 16812rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
314e9a4e 16813fi
81ecdfbb
RW
16814
16815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5
16816$as_echo "$ld_cv_string_concatenation" >&6; }
16817if test "$ld_cv_string_concatenation" = "yes"; then
16818 STRINGIFY=astring.sed
16819else
16820 STRINGIFY=ostring.sed
314e9a4e 16821fi
81ecdfbb
RW
16822
16823
16824# target-specific stuff:
16825
16826all_targets=
16827EMUL=
16828all_emuls=
16829all_emul_extras=
16830all_libpath=
16831
16832rm -f tdirs
16833
bf9ef603
RM
16834# If the host is 64-bit, then we enable 64-bit targets by default.
16835# This is consistent with what ../bfd/configure.in does.
16836if test x${want64} = xfalse; then
16837 # The cast to long int works around a bug in the HP C Compiler
16838# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16839# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16840# This bug is HP SR number 8606223364.
16841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
16842$as_echo_n "checking size of void *... " >&6; }
16843if test "${ac_cv_sizeof_void_p+set}" = set; then :
16844 $as_echo_n "(cached) " >&6
16845else
16846 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
16847
16848else
16849 if test "$ac_cv_type_void_p" = yes; then
16850 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16851$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16852{ as_fn_set_status 77
16853as_fn_error "cannot compute sizeof (void *)
16854See \`config.log' for more details." "$LINENO" 5; }; }
16855 else
16856 ac_cv_sizeof_void_p=0
16857 fi
16858fi
16859
16860fi
16861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
16862$as_echo "$ac_cv_sizeof_void_p" >&6; }
16863
16864
16865
16866cat >>confdefs.h <<_ACEOF
16867#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16868_ACEOF
16869
16870
16871 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
16872 want64=true
16873 fi
16874fi
16875
81ecdfbb
RW
16876for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
16877do
16878 if test "$targ_alias" = "all"; then
16879 all_targets=true
16880 else
16881 # Canonicalize the secondary target names.
16882 result=`$ac_config_sub $targ_alias 2>/dev/null`
16883 if test -n "$result"; then
16884 targ=$result
16885 else
16886 targ=$targ_alias
16887 fi
16888
16889 . ${srcdir}/configure.tgt
16890
16891 if test "$targ" = "$target"; then
16892 EMUL=$targ_emul
16893 fi
16894
16895 if test x${want64} = xfalse; then
16896 . ${srcdir}/../bfd/config.bfd
16897 fi
16898
16899 if test x${want64} = xtrue; then
16900 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
16901 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
16902 fi
16903
16904 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
16905 case " $all_emuls " in
16906 *" e${i}.o "*) ;;
16907 *)
16908 all_emuls="$all_emuls e${i}.o"
16909 eval result=\$tdir_$i
16910 test -z "$result" && result=$targ_alias
16911 echo tdir_$i=$result >> tdirs
16912 ;;
16913 esac
16914 done
16915
16916 for i in $targ_emul $targ_extra_libpath; do
16917 case " $all_libpath " in
16918 *" ${i} "*) ;;
16919 *)
16920 if test -z "$all_libpath"; then
16921 all_libpath=${i}
16922 else
16923 all_libpath="$all_libpath ${i}"
16924 fi
16925 ;;
16926 esac
16927 done
16928
16929 for i in $targ_extra_ofiles; do
16930 case " $all_emul_extras " in
16931 *" ${i} "*) ;;
16932 *)
16933 all_emul_extras="$all_emul_extras ${i}"
16934 ;;
16935 esac
16936 done
16937 fi
16938done
16939
16940
16941
16942TDIRS=tdirs
16943
16944
16945if test x${all_targets} = xtrue; then
42ecbf5e
DJ
16946 if test x${want64} = xtrue; then
16947 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
16948 else
16949 EMULATION_OFILES='$(ALL_EMULATIONS)'
16950 fi
16951 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
16952else
16953 EMULATION_OFILES=$all_emuls
16954 EMUL_EXTRA_OFILES=$all_emul_extras
16955fi
16956
16957
16958
16959
16960EMULATION_LIBPATH=$all_libpath
16961
16962
16963if test x${enable_static} = xno; then
16964 TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
16965else
16966 TESTBFDLIB="../bfd/.libs/libbfd.a"
16967fi
16968
16969
16970target_vendor=${target_vendor=$host_vendor}
16971case "$target_vendor" in
16972 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
16973 *) EXTRA_SHLIB_EXTENSION= ;;
16974esac
16975
16976case "$target_os" in
16977 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
16978esac
16979
16980if test x${EXTRA_SHLIB_EXTENSION} != x ; then
16981
16982cat >>confdefs.h <<_ACEOF
16983#define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
16984_ACEOF
16985
16986fi
16987
108a6f8e
CD
16988
16989
16990
16991
31dd3154 16992
81ecdfbb 16993ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
da594c4a 16994
42ecbf5e
DJ
16995cat >confcache <<\_ACEOF
16996# This file is a shell script that caches the results of configure
16997# tests run on this system so they can be shared between configure
16998# scripts and configure runs, see configure's option --config-cache.
16999# It is not useful on other systems. If it contains results you don't
17000# want to keep, you may remove or edit it.
17001#
17002# config.status only pays attention to the cache file if you give it
17003# the --recheck option to rerun configure.
17004#
17005# `ac_cv_env_foo' variables (set or unset) will be overridden when
17006# loading this file, other *unset* `ac_cv_foo' will be assigned the
17007# following values.
17008
17009_ACEOF
17010
17011# The following way of writing the cache mishandles newlines in values,
17012# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 17013# So, we kill variables containing newlines.
42ecbf5e
DJ
17014# Ultrix sh set writes to stderr and can't be redirected directly,
17015# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
17016(
17017 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17018 eval ac_val=\$$ac_var
17019 case $ac_val in #(
17020 *${as_nl}*)
17021 case $ac_var in #(
17022 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17023$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17024 esac
17025 case $ac_var in #(
17026 _ | IFS | as_nl) ;; #(
17027 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17028 *) { eval $ac_var=; unset $ac_var;} ;;
17029 esac ;;
17030 esac
17031 done
17032
42ecbf5e 17033 (set) 2>&1 |
81ecdfbb
RW
17034 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17035 *${as_nl}ac_space=\ *)
17036 # `set' does not quote correctly, so add quotes: double-quote
17037 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
17038 sed -n \
17039 "s/'/'\\\\''/g;
17040 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 17041 ;; #(
42ecbf5e
DJ
17042 *)
17043 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 17044 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 17045 ;;
81ecdfbb
RW
17046 esac |
17047 sort
17048) |
42ecbf5e 17049 sed '
81ecdfbb 17050 /^ac_cv_env_/b end
42ecbf5e 17051 t clear
81ecdfbb 17052 :clear
42ecbf5e
DJ
17053 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17054 t end
81ecdfbb
RW
17055 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17056 :end' >>confcache
17057if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17058 if test -w "$cache_file"; then
17059 test "x$cache_file" != "x/dev/null" &&
17060 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17061$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
17062 cat confcache >$cache_file
17063 else
81ecdfbb
RW
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17065$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
17066 fi
17067fi
17068rm -f confcache
17069
17070test "x$prefix" = xNONE && prefix=$ac_default_prefix
17071# Let make expand exec_prefix.
17072test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17073
42ecbf5e
DJ
17074DEFS=-DHAVE_CONFIG_H
17075
17076ac_libobjs=
17077ac_ltlibobjs=
17078for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17079 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
17080 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17081 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17082 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17083 # will be set to the directory where LIBOBJS objects are built.
17084 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17085 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
17086done
17087LIBOBJS=$ac_libobjs
17088
17089LTLIBOBJS=$ac_ltlibobjs
17090
17091
17092if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
17093 as_fn_error "conditional \"AMDEP\" was never defined.
17094Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
17095fi
17096if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
17097 as_fn_error "conditional \"am__fastdepCC\" was never defined.
17098Usually this means the macro was only invoked conditionally." "$LINENO" 5
17099fi
17100 if test -n "$EXEEXT"; then
17101 am__EXEEXT_TRUE=
17102 am__EXEEXT_FALSE='#'
17103else
17104 am__EXEEXT_TRUE='#'
17105 am__EXEEXT_FALSE=
42ecbf5e 17106fi
81ecdfbb 17107
64ac50ac
RW
17108if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17109 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17110Usually this means the macro was only invoked conditionally." "$LINENO" 5
17111fi
3cb62297
L
17112if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17113 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
17114Usually this means the macro was only invoked conditionally." "$LINENO" 5
17115fi
42ecbf5e 17116if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
17117 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17118Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 17119fi
d5fbea21 17120if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
17121 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
17122Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 17123fi
5d3236ee
DK
17124if test -z "${ENABLE_PLUGINS_TRUE}" && test -z "${ENABLE_PLUGINS_FALSE}"; then
17125 as_fn_error "conditional \"ENABLE_PLUGINS\" was never defined.
17126Usually this means the macro was only invoked conditionally." "$LINENO" 5
17127fi
42ecbf5e
DJ
17128
17129: ${CONFIG_STATUS=./config.status}
81ecdfbb 17130ac_write_fail=0
42ecbf5e
DJ
17131ac_clean_files_save=$ac_clean_files
17132ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
17133{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17134$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17135as_write_fail=0
17136cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
17137#! $SHELL
17138# Generated by $as_me.
17139# Run this file to recreate the current configuration.
17140# Compiler output produced by configure, useful for debugging
17141# configure, is in config.log if it exists.
17142
17143debug=false
17144ac_cs_recheck=false
17145ac_cs_silent=false
42ecbf5e 17146
81ecdfbb
RW
17147SHELL=\${CONFIG_SHELL-$SHELL}
17148export SHELL
17149_ASEOF
17150cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17151## -------------------- ##
17152## M4sh Initialization. ##
17153## -------------------- ##
42ecbf5e 17154
81ecdfbb
RW
17155# Be more Bourne compatible
17156DUALCASE=1; export DUALCASE # for MKS sh
17157if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
17158 emulate sh
17159 NULLCMD=:
81ecdfbb 17160 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
17161 # is contrary to our usage. Disable this feature.
17162 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
17163 setopt NO_GLOB_SUBST
17164else
17165 case `(set -o) 2>/dev/null` in #(
17166 *posix*) :
17167 set -o posix ;; #(
17168 *) :
17169 ;;
17170esac
42ecbf5e 17171fi
42ecbf5e 17172
81ecdfbb
RW
17173
17174as_nl='
17175'
17176export as_nl
17177# Printing a long string crashes Solaris 7 /usr/bin/printf.
17178as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17179as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17180as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17181# Prefer a ksh shell builtin over an external printf program on Solaris,
17182# but without wasting forks for bash or zsh.
17183if test -z "$BASH_VERSION$ZSH_VERSION" \
17184 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17185 as_echo='print -r --'
17186 as_echo_n='print -rn --'
17187elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17188 as_echo='printf %s\n'
17189 as_echo_n='printf %s'
17190else
17191 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17192 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17193 as_echo_n='/usr/ucb/echo -n'
17194 else
17195 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17196 as_echo_n_body='eval
17197 arg=$1;
17198 case $arg in #(
17199 *"$as_nl"*)
17200 expr "X$arg" : "X\\(.*\\)$as_nl";
17201 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17202 esac;
17203 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17204 '
17205 export as_echo_n_body
17206 as_echo_n='sh -c $as_echo_n_body as_echo'
17207 fi
17208 export as_echo_body
17209 as_echo='sh -c $as_echo_body as_echo'
17210fi
17211
17212# The user is always right.
17213if test "${PATH_SEPARATOR+set}" != set; then
17214 PATH_SEPARATOR=:
17215 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17216 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17217 PATH_SEPARATOR=';'
17218 }
42ecbf5e
DJ
17219fi
17220
17221
81ecdfbb
RW
17222# IFS
17223# We need space, tab and new line, in precisely that order. Quoting is
17224# there to prevent editors from complaining about space-tab.
17225# (If _AS_PATH_WALK were called with IFS unset, it would disable word
17226# splitting by setting IFS to empty value.)
17227IFS=" "" $as_nl"
17228
17229# Find who we are. Look in the path if we contain no directory separator.
17230case $0 in #((
17231 *[\\/]* ) as_myself=$0 ;;
17232 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17233for as_dir in $PATH
17234do
17235 IFS=$as_save_IFS
17236 test -z "$as_dir" && as_dir=.
17237 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17238 done
17239IFS=$as_save_IFS
17240
17241 ;;
17242esac
17243# We did not find ourselves, most probably we were run as `sh COMMAND'
17244# in which case we are not to be found in the path.
17245if test "x$as_myself" = x; then
17246 as_myself=$0
17247fi
17248if test ! -f "$as_myself"; then
17249 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17250 exit 1
17251fi
17252
17253# Unset variables that we do not need and which cause bugs (e.g. in
17254# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17255# suppresses any "Segmentation fault" message there. '((' could
17256# trigger a bug in pdksh 5.2.14.
17257for as_var in BASH_ENV ENV MAIL MAILPATH
17258do eval test x\${$as_var+set} = xset \
17259 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17260done
42ecbf5e
DJ
17261PS1='$ '
17262PS2='> '
17263PS4='+ '
17264
17265# NLS nuisances.
81ecdfbb
RW
17266LC_ALL=C
17267export LC_ALL
17268LANGUAGE=C
17269export LANGUAGE
17270
17271# CDPATH.
17272(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17273
17274
17275# as_fn_error ERROR [LINENO LOG_FD]
17276# ---------------------------------
17277# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17278# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17279# script with status $?, using 1 if that was 0.
17280as_fn_error ()
17281{
17282 as_status=$?; test $as_status -eq 0 && as_status=1
17283 if test "$3"; then
17284 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17285 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 17286 fi
81ecdfbb
RW
17287 $as_echo "$as_me: error: $1" >&2
17288 as_fn_exit $as_status
17289} # as_fn_error
17290
17291
17292# as_fn_set_status STATUS
17293# -----------------------
17294# Set $? to STATUS, without forking.
17295as_fn_set_status ()
17296{
17297 return $1
17298} # as_fn_set_status
17299
17300# as_fn_exit STATUS
17301# -----------------
17302# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17303as_fn_exit ()
17304{
17305 set +e
17306 as_fn_set_status $1
17307 exit $1
17308} # as_fn_exit
17309
17310# as_fn_unset VAR
17311# ---------------
17312# Portably unset VAR.
17313as_fn_unset ()
17314{
17315 { eval $1=; unset $1;}
17316}
17317as_unset=as_fn_unset
17318# as_fn_append VAR VALUE
17319# ----------------------
17320# Append the text in VALUE to the end of the definition contained in VAR. Take
17321# advantage of any shell optimizations that allow amortized linear growth over
17322# repeated appends, instead of the typical quadratic growth present in naive
17323# implementations.
17324if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17325 eval 'as_fn_append ()
17326 {
17327 eval $1+=\$2
17328 }'
17329else
17330 as_fn_append ()
17331 {
17332 eval $1=\$$1\$2
17333 }
17334fi # as_fn_append
17335
17336# as_fn_arith ARG...
17337# ------------------
17338# Perform arithmetic evaluation on the ARGs, and store the result in the
17339# global $as_val. Take advantage of shells that can avoid forks. The arguments
17340# must be portable across $(()) and expr.
17341if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17342 eval 'as_fn_arith ()
17343 {
17344 as_val=$(( $* ))
17345 }'
17346else
17347 as_fn_arith ()
17348 {
17349 as_val=`expr "$@" || test $? -eq 1`
17350 }
17351fi # as_fn_arith
17352
42ecbf5e 17353
81ecdfbb
RW
17354if expr a : '\(a\)' >/dev/null 2>&1 &&
17355 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
17356 as_expr=expr
17357else
17358 as_expr=false
17359fi
17360
81ecdfbb 17361if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
17362 as_basename=basename
17363else
17364 as_basename=false
17365fi
17366
81ecdfbb
RW
17367if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17368 as_dirname=dirname
17369else
17370 as_dirname=false
17371fi
42ecbf5e 17372
81ecdfbb 17373as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
17374$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17375 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
17376 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17377$as_echo X/"$0" |
17378 sed '/^.*\/\([^/][^/]*\)\/*$/{
17379 s//\1/
17380 q
17381 }
17382 /^X\/\(\/\/\)$/{
17383 s//\1/
17384 q
17385 }
17386 /^X\/\(\/\).*/{
17387 s//\1/
17388 q
17389 }
17390 s/.*/./; q'`
42ecbf5e 17391
42ecbf5e
DJ
17392# Avoid depending upon Character Ranges.
17393as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17394as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17395as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17396as_cr_digits='0123456789'
17397as_cr_alnum=$as_cr_Letters$as_cr_digits
17398
81ecdfbb
RW
17399ECHO_C= ECHO_N= ECHO_T=
17400case `echo -n x` in #(((((
17401-n*)
17402 case `echo 'xy\c'` in
17403 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17404 xy) ECHO_C='\c';;
17405 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17406 ECHO_T=' ';;
17407 esac;;
17408*)
17409 ECHO_N='-n';;
42ecbf5e 17410esac
252b5132 17411
81ecdfbb
RW
17412rm -f conf$$ conf$$.exe conf$$.file
17413if test -d conf$$.dir; then
17414 rm -f conf$$.dir/conf$$.file
42ecbf5e 17415else
81ecdfbb
RW
17416 rm -f conf$$.dir
17417 mkdir conf$$.dir 2>/dev/null
42ecbf5e 17418fi
81ecdfbb
RW
17419if (echo >conf$$.file) 2>/dev/null; then
17420 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 17421 as_ln_s='ln -s'
81ecdfbb
RW
17422 # ... but there are two gotchas:
17423 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17424 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17425 # In both cases, we have to default to `cp -p'.
17426 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17427 as_ln_s='cp -p'
17428 elif ln conf$$.file conf$$ 2>/dev/null; then
17429 as_ln_s=ln
17430 else
17431 as_ln_s='cp -p'
252b5132 17432 fi
e5a52504 17433else
42ecbf5e 17434 as_ln_s='cp -p'
e5a52504 17435fi
81ecdfbb
RW
17436rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17437rmdir conf$$.dir 2>/dev/null
17438
17439
17440# as_fn_mkdir_p
17441# -------------
17442# Create "$as_dir" as a directory, including parents if necessary.
17443as_fn_mkdir_p ()
17444{
17445
17446 case $as_dir in #(
17447 -*) as_dir=./$as_dir;;
17448 esac
17449 test -d "$as_dir" || eval $as_mkdir_p || {
17450 as_dirs=
17451 while :; do
17452 case $as_dir in #(
17453 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17454 *) as_qdir=$as_dir;;
17455 esac
17456 as_dirs="'$as_qdir' $as_dirs"
17457 as_dir=`$as_dirname -- "$as_dir" ||
17458$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17459 X"$as_dir" : 'X\(//\)[^/]' \| \
17460 X"$as_dir" : 'X\(//\)$' \| \
17461 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17462$as_echo X"$as_dir" |
17463 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17464 s//\1/
17465 q
17466 }
17467 /^X\(\/\/\)[^/].*/{
17468 s//\1/
17469 q
17470 }
17471 /^X\(\/\/\)$/{
17472 s//\1/
17473 q
17474 }
17475 /^X\(\/\).*/{
17476 s//\1/
17477 q
17478 }
17479 s/.*/./; q'`
17480 test -d "$as_dir" && break
17481 done
17482 test -z "$as_dirs" || eval "mkdir $as_dirs"
17483 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17484
252b5132 17485
81ecdfbb 17486} # as_fn_mkdir_p
42ecbf5e 17487if mkdir -p . 2>/dev/null; then
81ecdfbb 17488 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
17489else
17490 test -d ./-p && rmdir ./-p
17491 as_mkdir_p=false
17492fi
252b5132 17493
81ecdfbb
RW
17494if test -x / >/dev/null 2>&1; then
17495 as_test_x='test -x'
17496else
17497 if ls -dL / >/dev/null 2>&1; then
17498 as_ls_L_option=L
17499 else
17500 as_ls_L_option=
17501 fi
17502 as_test_x='
17503 eval sh -c '\''
17504 if test -d "$1"; then
17505 test -d "$1/.";
17506 else
17507 case $1 in #(
17508 -*)set "./$1";;
17509 esac;
17510 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17511 ???[sx]*):;;*)false;;esac;fi
17512 '\'' sh
17513 '
17514fi
17515as_executable_p=$as_test_x
252b5132 17516
42ecbf5e
DJ
17517# Sed expression to map a string onto a valid CPP name.
17518as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
f234d5fe 17519
42ecbf5e
DJ
17520# Sed expression to map a string onto a valid variable name.
17521as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
e5a52504 17522
e5a52504 17523
42ecbf5e 17524exec 6>&1
81ecdfbb
RW
17525## ----------------------------------- ##
17526## Main body of $CONFIG_STATUS script. ##
17527## ----------------------------------- ##
17528_ASEOF
17529test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
e5a52504 17530
81ecdfbb
RW
17531cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17532# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 17533# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
17534# values after options handling.
17535ac_log="
42ecbf5e 17536This file was extended by $as_me, which was
81ecdfbb 17537generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
17538
17539 CONFIG_FILES = $CONFIG_FILES
17540 CONFIG_HEADERS = $CONFIG_HEADERS
17541 CONFIG_LINKS = $CONFIG_LINKS
17542 CONFIG_COMMANDS = $CONFIG_COMMANDS
17543 $ $0 $@
e5a52504 17544
81ecdfbb
RW
17545on `(hostname || uname -n) 2>/dev/null | sed 1q`
17546"
17547
42ecbf5e
DJ
17548_ACEOF
17549
81ecdfbb
RW
17550case $ac_config_files in *"
17551"*) set x $ac_config_files; shift; ac_config_files=$*;;
17552esac
e5a52504 17553
81ecdfbb
RW
17554case $ac_config_headers in *"
17555"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17556esac
42ecbf5e 17557
42ecbf5e 17558
81ecdfbb
RW
17559cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17560# Files that config.status was made for.
17561config_files="$ac_config_files"
17562config_headers="$ac_config_headers"
17563config_commands="$ac_config_commands"
42ecbf5e 17564
81ecdfbb 17565_ACEOF
42ecbf5e 17566
81ecdfbb 17567cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 17568ac_cs_usage="\
81ecdfbb
RW
17569\`$as_me' instantiates files and other configuration actions
17570from templates according to the current configuration. Unless the files
17571and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 17572
81ecdfbb 17573Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
17574
17575 -h, --help print this help, then exit
81ecdfbb
RW
17576 -V, --version print version number and configuration settings, then exit
17577 -q, --quiet, --silent
17578 do not print progress messages
42ecbf5e
DJ
17579 -d, --debug don't remove temporary files
17580 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
17581 --file=FILE[:TEMPLATE]
17582 instantiate the configuration file FILE
17583 --header=FILE[:TEMPLATE]
17584 instantiate the configuration header FILE
42ecbf5e
DJ
17585
17586Configuration files:
17587$config_files
17588
17589Configuration headers:
17590$config_headers
17591
17592Configuration commands:
17593$config_commands
17594
81ecdfbb 17595Report bugs to the package provider."
42ecbf5e 17596
81ecdfbb
RW
17597_ACEOF
17598cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e
DJ
17599ac_cs_version="\\
17600config.status
81ecdfbb
RW
17601configured by $0, generated by GNU Autoconf 2.64,
17602 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 17603
81ecdfbb 17604Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
17605This config.status script is free software; the Free Software Foundation
17606gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
17607
17608ac_pwd='$ac_pwd'
17609srcdir='$srcdir'
17610INSTALL='$INSTALL'
17611MKDIR_P='$MKDIR_P'
17612AWK='$AWK'
17613test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
17614_ACEOF
17615
81ecdfbb
RW
17616cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17617# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
17618ac_need_defaults=:
17619while test $# != 0
17620do
17621 case $1 in
17622 --*=*)
81ecdfbb
RW
17623 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17624 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e 17625 ac_shift=:
252b5132 17626 ;;
81ecdfbb 17627 *)
42ecbf5e
DJ
17628 ac_option=$1
17629 ac_optarg=$2
17630 ac_shift=shift
252b5132 17631 ;;
42ecbf5e 17632 esac
252b5132 17633
42ecbf5e
DJ
17634 case $ac_option in
17635 # Handling of the options.
42ecbf5e
DJ
17636 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17637 ac_cs_recheck=: ;;
81ecdfbb
RW
17638 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17639 $as_echo "$ac_cs_version"; exit ;;
17640 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
17641 debug=: ;;
17642 --file | --fil | --fi | --f )
17643 $ac_shift
81ecdfbb
RW
17644 case $ac_optarg in
17645 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17646 esac
17647 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
17648 ac_need_defaults=false;;
17649 --header | --heade | --head | --hea )
17650 $ac_shift
81ecdfbb
RW
17651 case $ac_optarg in
17652 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17653 esac
17654 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 17655 ac_need_defaults=false;;
81ecdfbb
RW
17656 --he | --h)
17657 # Conflict between --help and --header
17658 as_fn_error "ambiguous option: \`$1'
17659Try \`$0 --help' for more information.";;
17660 --help | --hel | -h )
17661 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
17662 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17663 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17664 ac_cs_silent=: ;;
252b5132 17665
42ecbf5e 17666 # This is an error.
81ecdfbb
RW
17667 -*) as_fn_error "unrecognized option: \`$1'
17668Try \`$0 --help' for more information." ;;
252b5132 17669
81ecdfbb
RW
17670 *) as_fn_append ac_config_targets " $1"
17671 ac_need_defaults=false ;;
252b5132 17672
42ecbf5e
DJ
17673 esac
17674 shift
17675done
d15b04bd 17676
42ecbf5e 17677ac_configure_extra_args=
e5a52504 17678
42ecbf5e
DJ
17679if $ac_cs_silent; then
17680 exec 6>/dev/null
17681 ac_configure_extra_args="$ac_configure_extra_args --silent"
17682fi
e5a52504 17683
42ecbf5e 17684_ACEOF
81ecdfbb 17685cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 17686if \$ac_cs_recheck; then
81ecdfbb
RW
17687 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17688 shift
17689 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17690 CONFIG_SHELL='$SHELL'
17691 export CONFIG_SHELL
17692 exec "\$@"
42ecbf5e
DJ
17693fi
17694
17695_ACEOF
81ecdfbb
RW
17696cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17697exec 5>>config.log
17698{
17699 echo
17700 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17701## Running $as_me. ##
17702_ASBOX
17703 $as_echo "$ac_log"
17704} >&5
42ecbf5e 17705
81ecdfbb
RW
17706_ACEOF
17707cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
252b5132 17708#
81ecdfbb 17709# INIT-COMMANDS
252b5132 17710#
42ecbf5e 17711AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
17712
17713
17714# The HP-UX ksh and POSIX shell print the target directory to stdout
17715# if CDPATH is set.
17716(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17717
17718sed_quote_subst='$sed_quote_subst'
17719double_quote_subst='$double_quote_subst'
17720delay_variable_subst='$delay_variable_subst'
3725885a
RW
17721macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17722macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17723enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17724enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17725pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17726enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17727SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17728ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17729host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17730host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17731host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17732build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17733build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17734build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17735SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17736Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17737GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17738EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17739FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17740LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17741NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17742LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17743max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17744ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17745exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17746lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17747lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17748lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17749reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17750reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17751OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17752deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17753file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17754AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17755AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17756STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17757RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17758old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17759old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17760old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17761lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17762CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17763CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17764compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17765GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17766lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17767lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17768lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17769lt_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"`'
17770objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17771MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17772lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17773lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17774lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17775lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17776lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17777need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17778DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17779NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17780LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17781OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17782OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17783libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17784shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17785extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17786archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17787enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17788export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17789whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17790compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17791old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17792old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17793archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17794archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17795module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17796module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17797with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17798allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17799no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17800hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17801hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17802hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17803hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17804hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17805hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17806hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17807hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17808inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17809link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17810fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17811always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17812export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17813exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17814include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17815prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17816file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17817variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17818need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17819need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17820version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17821runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17822shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17823shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17824libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17825library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17826soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17827install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17828postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17829postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17830finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17831finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17832hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17833sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17834sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17835hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17836enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17837enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17838enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17839old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17840striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
3cb62297
L
17841compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17842predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17843postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17844predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17845postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17846compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17847LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17848reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17849reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17850old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17851compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17852GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17853lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17854lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17855lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17856lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17857lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17858archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17859enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17860export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17861whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17862compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17863old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17864old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17865archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17866archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17867module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17868module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17869with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17870allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17871no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17872hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17873hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17874hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17875hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17876hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17877hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17878hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17879hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17880inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17881link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17882fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17883always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17884export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17885exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17886include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17887prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17888file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17889hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17890compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17891predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17892postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17893predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17894postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17895compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
17896
17897LTCC='$LTCC'
17898LTCFLAGS='$LTCFLAGS'
17899compiler='$compiler_DEFAULT'
17900
3725885a
RW
17901# A function that is used when there is no print builtin or printf.
17902func_fallback_echo ()
17903{
17904 eval 'cat <<_LTECHO_EOF
17905\$1
17906_LTECHO_EOF'
17907}
17908
d7040cdb 17909# Quote evaled strings.
3725885a
RW
17910for var in SHELL \
17911ECHO \
17912SED \
d7040cdb
SE
17913GREP \
17914EGREP \
17915FGREP \
17916LD \
17917NM \
17918LN_S \
17919lt_SP2NL \
17920lt_NL2SP \
17921reload_flag \
b214d478 17922OBJDUMP \
d7040cdb
SE
17923deplibs_check_method \
17924file_magic_cmd \
17925AR \
17926AR_FLAGS \
17927STRIP \
17928RANLIB \
17929CC \
17930CFLAGS \
17931compiler \
17932lt_cv_sys_global_symbol_pipe \
17933lt_cv_sys_global_symbol_to_cdecl \
17934lt_cv_sys_global_symbol_to_c_name_address \
b214d478 17935lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
17936lt_prog_compiler_no_builtin_flag \
17937lt_prog_compiler_wl \
17938lt_prog_compiler_pic \
17939lt_prog_compiler_static \
17940lt_cv_prog_compiler_c_o \
17941need_locks \
b214d478
SE
17942DSYMUTIL \
17943NMEDIT \
17944LIPO \
17945OTOOL \
17946OTOOL64 \
d7040cdb
SE
17947shrext_cmds \
17948export_dynamic_flag_spec \
17949whole_archive_flag_spec \
17950compiler_needs_object \
17951with_gnu_ld \
17952allow_undefined_flag \
17953no_undefined_flag \
17954hardcode_libdir_flag_spec \
17955hardcode_libdir_flag_spec_ld \
17956hardcode_libdir_separator \
17957fix_srcfile_path \
17958exclude_expsyms \
17959include_expsyms \
17960file_list_spec \
17961variables_saved_for_relink \
17962libname_spec \
17963library_names_spec \
17964soname_spec \
3725885a 17965install_override_mode \
d7040cdb
SE
17966finish_eval \
17967old_striplib \
3cb62297
L
17968striplib \
17969compiler_lib_search_dirs \
17970predep_objects \
17971postdep_objects \
17972predeps \
17973postdeps \
17974compiler_lib_search_path \
17975LD_CXX \
17976reload_flag_CXX \
17977compiler_CXX \
17978lt_prog_compiler_no_builtin_flag_CXX \
17979lt_prog_compiler_wl_CXX \
17980lt_prog_compiler_pic_CXX \
17981lt_prog_compiler_static_CXX \
17982lt_cv_prog_compiler_c_o_CXX \
17983export_dynamic_flag_spec_CXX \
17984whole_archive_flag_spec_CXX \
17985compiler_needs_object_CXX \
17986with_gnu_ld_CXX \
17987allow_undefined_flag_CXX \
17988no_undefined_flag_CXX \
17989hardcode_libdir_flag_spec_CXX \
17990hardcode_libdir_flag_spec_ld_CXX \
17991hardcode_libdir_separator_CXX \
17992fix_srcfile_path_CXX \
17993exclude_expsyms_CXX \
17994include_expsyms_CXX \
17995file_list_spec_CXX \
17996compiler_lib_search_dirs_CXX \
17997predep_objects_CXX \
17998postdep_objects_CXX \
17999predeps_CXX \
18000postdeps_CXX \
18001compiler_lib_search_path_CXX; do
3725885a 18002 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 18003 *[\\\\\\\`\\"\\\$]*)
3725885a 18004 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
18005 ;;
18006 *)
18007 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18008 ;;
18009 esac
18010done
18011
18012# Double-quote double-evaled strings.
18013for var in reload_cmds \
18014old_postinstall_cmds \
18015old_postuninstall_cmds \
18016old_archive_cmds \
18017extract_expsyms_cmds \
18018old_archive_from_new_cmds \
18019old_archive_from_expsyms_cmds \
18020archive_cmds \
18021archive_expsym_cmds \
18022module_cmds \
18023module_expsym_cmds \
18024export_symbols_cmds \
18025prelink_cmds \
18026postinstall_cmds \
18027postuninstall_cmds \
18028finish_cmds \
18029sys_lib_search_path_spec \
3cb62297
L
18030sys_lib_dlsearch_path_spec \
18031reload_cmds_CXX \
18032old_archive_cmds_CXX \
18033old_archive_from_new_cmds_CXX \
18034old_archive_from_expsyms_cmds_CXX \
18035archive_cmds_CXX \
18036archive_expsym_cmds_CXX \
18037module_cmds_CXX \
18038module_expsym_cmds_CXX \
18039export_symbols_cmds_CXX \
18040prelink_cmds_CXX; do
3725885a 18041 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 18042 *[\\\\\\\`\\"\\\$]*)
3725885a 18043 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
18044 ;;
18045 *)
18046 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18047 ;;
18048 esac
18049done
18050
d7040cdb
SE
18051ac_aux_dir='$ac_aux_dir'
18052xsi_shell='$xsi_shell'
18053lt_shell_append='$lt_shell_append'
18054
18055# See if we are running on zsh, and set the options which allow our
18056# commands through without removal of \ escapes INIT.
18057if test -n "\${ZSH_VERSION+set}" ; then
18058 setopt NO_GLOB_SUBST
18059fi
18060
18061
18062 PACKAGE='$PACKAGE'
18063 VERSION='$VERSION'
18064 TIMESTAMP='$TIMESTAMP'
18065 RM='$RM'
18066 ofile='$ofile'
18067
18068
18069
3cb62297
L
18070
18071
20e95c23
DJ
18072# Capture the value of obsolete ALL_LINGUAS because we need it to compute
18073 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18074 # from automake.
18075 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18076 # Capture the value of LINGUAS because we need it to compute CATALOGS.
18077 LINGUAS="${LINGUAS-%UNSET%}"
18078
42ecbf5e
DJ
18079
18080_ACEOF
18081
81ecdfbb 18082cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 18083
81ecdfbb 18084# Handling of arguments.
42ecbf5e 18085for ac_config_target in $ac_config_targets
252b5132 18086do
81ecdfbb
RW
18087 case $ac_config_target in
18088 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
18089 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
18090 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
18091 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
18092 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18093 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
18094
18095 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
18096 esac
18097done
18098
81ecdfbb 18099
42ecbf5e
DJ
18100# If the user did not use the arguments to specify the items to instantiate,
18101# then the envvar interface is used. Set only those that are not.
18102# We use the long form for the default assignment because of an extremely
18103# bizarre bug on SunOS 4.1.3.
18104if $ac_need_defaults; then
18105 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18106 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18107 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18108fi
18109
18110# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 18111# simply because there is no reason against having it here, and in addition,
42ecbf5e 18112# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
18113# Hook for its removal unless debugging.
18114# Note that there is a small window in which the directory will not be cleaned:
18115# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
18116$debug ||
18117{
81ecdfbb
RW
18118 tmp=
18119 trap 'exit_status=$?
18120 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18121' 0
18122 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 18123}
42ecbf5e 18124# Create a (secure) tmp directory for tmp files.
e5a52504 18125
42ecbf5e 18126{
81ecdfbb 18127 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
18128 test -n "$tmp" && test -d "$tmp"
18129} ||
18130{
81ecdfbb
RW
18131 tmp=./conf$$-$RANDOM
18132 (umask 077 && mkdir "$tmp")
18133} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18134
18135# Set up the scripts for CONFIG_FILES section.
18136# No need to generate them if there are no CONFIG_FILES.
18137# This happens for instance with `./config.status config.h'.
18138if test -n "$CONFIG_FILES"; then
18139
18140if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18141 ac_cs_awk_getline=:
18142 ac_cs_awk_pipe_init=
18143 ac_cs_awk_read_file='
18144 while ((getline aline < (F[key])) > 0)
18145 print(aline)
18146 close(F[key])'
18147 ac_cs_awk_pipe_fini=
18148else
18149 ac_cs_awk_getline=false
18150 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18151 ac_cs_awk_read_file='
18152 print "|#_!!_#|"
18153 print "cat " F[key] " &&"
18154 '$ac_cs_awk_pipe_init
18155 # The final `:' finishes the AND list.
18156 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18157fi
18158ac_cr=`echo X | tr X '\015'`
18159# On cygwin, bash can eat \r inside `` if the user requested igncr.
18160# But we know of no other shell where ac_cr would be empty at this
18161# point, so we can use a bashism as a fallback.
18162if test "x$ac_cr" = x; then
18163 eval ac_cr=\$\'\\r\'
18164fi
18165ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18166if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18167 ac_cs_awk_cr='\r'
18168else
18169 ac_cs_awk_cr=$ac_cr
18170fi
18171
18172echo 'BEGIN {' >"$tmp/subs1.awk" &&
18173_ACEOF
18174
18175# Create commands to substitute file output variables.
42ecbf5e 18176{
81ecdfbb
RW
18177 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18178 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18179 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18180 echo "_ACAWK" &&
18181 echo "_ACEOF"
18182} >conf$$files.sh &&
18183. ./conf$$files.sh ||
18184 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18185rm -f conf$$files.sh
e5a52504 18186
81ecdfbb
RW
18187{
18188 echo "cat >conf$$subs.awk <<_ACEOF" &&
18189 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18190 echo "_ACEOF"
18191} >conf$$subs.sh ||
18192 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18193ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18194ac_delim='%!_!# '
18195for ac_last_try in false false false false false :; do
18196 . ./conf$$subs.sh ||
18197 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18198
18199 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18200 if test $ac_delim_n = $ac_delim_num; then
18201 break
18202 elif $ac_last_try; then
18203 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18204 else
18205 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18206 fi
18207done
18208rm -f conf$$subs.sh
18209
18210cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18211cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18212_ACEOF
18213sed -n '
18214h
18215s/^/S["/; s/!.*/"]=/
18216p
18217g
18218s/^[^!]*!//
18219:repl
18220t repl
18221s/'"$ac_delim"'$//
18222t delim
18223:nl
18224h
18225s/\(.\{148\}\).*/\1/
18226t more1
18227s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18228p
18229n
18230b repl
18231:more1
18232s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18233p
18234g
18235s/.\{148\}//
18236t nl
18237:delim
18238h
18239s/\(.\{148\}\).*/\1/
18240t more2
18241s/["\\]/\\&/g; s/^/"/; s/$/"/
18242p
18243b
18244:more2
18245s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18246p
18247g
18248s/.\{148\}//
18249t delim
18250' <conf$$subs.awk | sed '
18251/^[^""]/{
18252 N
18253 s/\n//
18254}
18255' >>$CONFIG_STATUS || ac_write_fail=1
18256rm -f conf$$subs.awk
18257cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18258_ACAWK
18259cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18260 for (key in S) S_is_set[key] = 1
18261 FS = "\a"
18262 \$ac_cs_awk_pipe_init
18263}
18264{
18265 line = $ 0
18266 nfields = split(line, field, "@")
18267 substed = 0
18268 len = length(field[1])
18269 for (i = 2; i < nfields; i++) {
18270 key = field[i]
18271 keylen = length(key)
18272 if (S_is_set[key]) {
18273 value = S[key]
18274 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18275 len += length(value) + length(field[++i])
18276 substed = 1
18277 } else
18278 len += 1 + keylen
18279 }
18280 if (nfields == 3 && !substed) {
18281 key = field[2]
18282 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18283 \$ac_cs_awk_read_file
18284 next
18285 }
18286 }
18287 print line
18288}
18289\$ac_cs_awk_pipe_fini
18290_ACAWK
18291_ACEOF
18292cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18293if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18294 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18295else
18296 cat
18297fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18298 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e 18299_ACEOF
d15b04bd 18300
81ecdfbb
RW
18301# VPATH may cause trouble with some makes, so we remove $(srcdir),
18302# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18303# trailing colons and then remove the whole line if VPATH becomes empty
18304# (actually we leave an empty line to preserve line numbers).
18305if test "x$srcdir" = x.; then
18306 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18307s/:*\$(srcdir):*/:/
18308s/:*\${srcdir}:*/:/
18309s/:*@srcdir@:*/:/
18310s/^\([^=]*=[ ]*\):*/\1/
18311s/:*$//
18312s/^[^=]*=[ ]*$//
18313}'
18314fi
18315
18316cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18317fi # test -n "$CONFIG_FILES"
42ecbf5e 18318
81ecdfbb
RW
18319# Set up the scripts for CONFIG_HEADERS section.
18320# No need to generate them if there are no CONFIG_HEADERS.
18321# This happens for instance with `./config.status Makefile'.
18322if test -n "$CONFIG_HEADERS"; then
18323cat >"$tmp/defines.awk" <<\_ACAWK ||
18324BEGIN {
18325_ACEOF
42ecbf5e 18326
81ecdfbb
RW
18327# Transform confdefs.h into an awk script `defines.awk', embedded as
18328# here-document in config.status, that substitutes the proper values into
18329# config.h.in to produce config.h.
252b5132 18330
81ecdfbb
RW
18331# Create a delimiter string that does not exist in confdefs.h, to ease
18332# handling of long lines.
18333ac_delim='%!_!# '
18334for ac_last_try in false false :; do
18335 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18336 if test -z "$ac_t"; then
18337 break
18338 elif $ac_last_try; then
18339 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18340 else
18341 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18342 fi
18343done
18344
18345# For the awk script, D is an array of macro values keyed by name,
18346# likewise P contains macro parameters if any. Preserve backslash
18347# newline sequences.
18348
18349ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18350sed -n '
18351s/.\{148\}/&'"$ac_delim"'/g
18352t rset
18353:rset
18354s/^[ ]*#[ ]*define[ ][ ]*/ /
18355t def
18356d
18357:def
18358s/\\$//
18359t bsnl
18360s/["\\]/\\&/g
18361s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18362D["\1"]=" \3"/p
18363s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18364d
18365:bsnl
18366s/["\\]/\\&/g
18367s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18368D["\1"]=" \3\\\\\\n"\\/p
18369t cont
18370s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18371t cont
18372d
18373:cont
18374n
18375s/.\{148\}/&'"$ac_delim"'/g
18376t clear
18377:clear
18378s/\\$//
18379t bsnlc
18380s/["\\]/\\&/g; s/^/"/; s/$/"/p
18381d
18382:bsnlc
18383s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18384b cont
18385' <confdefs.h | sed '
18386s/'"$ac_delim"'/"\\\
18387"/g' >>$CONFIG_STATUS || ac_write_fail=1
18388
18389cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18390 for (key in D) D_is_set[key] = 1
18391 FS = "\a"
18392}
18393/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18394 line = \$ 0
18395 split(line, arg, " ")
18396 if (arg[1] == "#") {
18397 defundef = arg[2]
18398 mac1 = arg[3]
18399 } else {
18400 defundef = substr(arg[1], 2)
18401 mac1 = arg[2]
18402 }
18403 split(mac1, mac2, "(") #)
18404 macro = mac2[1]
18405 prefix = substr(line, 1, index(line, defundef) - 1)
18406 if (D_is_set[macro]) {
18407 # Preserve the white space surrounding the "#".
18408 print prefix "define", macro P[macro] D[macro]
18409 next
18410 } else {
18411 # Replace #undef with comments. This is necessary, for example,
18412 # in the case of _POSIX_SOURCE, which is predefined and required
18413 # on some systems where configure will not decide to define it.
18414 if (defundef == "undef") {
18415 print "/*", prefix defundef, macro, "*/"
18416 next
18417 }
18418 }
18419}
18420{ print }
18421_ACAWK
42ecbf5e 18422_ACEOF
81ecdfbb
RW
18423cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18424 as_fn_error "could not setup config headers machinery" "$LINENO" 5
18425fi # test -n "$CONFIG_HEADERS"
42ecbf5e 18426
81ecdfbb
RW
18427
18428eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18429shift
18430for ac_tag
18431do
18432 case $ac_tag in
18433 :[FHLC]) ac_mode=$ac_tag; continue;;
18434 esac
18435 case $ac_mode$ac_tag in
18436 :[FHL]*:*);;
18437 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18438 :[FH]-) ac_tag=-:-;;
18439 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18440 esac
18441 ac_save_IFS=$IFS
18442 IFS=:
18443 set x $ac_tag
18444 IFS=$ac_save_IFS
18445 shift
18446 ac_file=$1
18447 shift
18448
18449 case $ac_mode in
18450 :L) ac_source=$1;;
18451 :[FH])
18452 ac_file_inputs=
18453 for ac_f
18454 do
18455 case $ac_f in
18456 -) ac_f="$tmp/stdin";;
18457 *) # Look for the file first in the build tree, then in the source tree
18458 # (if the path is not absolute). The absolute path cannot be DOS-style,
18459 # because $ac_f cannot contain `:'.
18460 test -f "$ac_f" ||
18461 case $ac_f in
18462 [\\/$]*) false;;
18463 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18464 esac ||
18465 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18466 esac
18467 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18468 as_fn_append ac_file_inputs " '$ac_f'"
18469 done
18470
18471 # Let's still pretend it is `configure' which instantiates (i.e., don't
18472 # use $as_me), people would be surprised to read:
18473 # /* config.h. Generated by config.status. */
18474 configure_input='Generated from '`
18475 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18476 `' by configure.'
18477 if test x"$ac_file" != x-; then
18478 configure_input="$ac_file. $configure_input"
18479 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18480$as_echo "$as_me: creating $ac_file" >&6;}
252b5132 18481 fi
81ecdfbb
RW
18482 # Neutralize special characters interpreted by sed in replacement strings.
18483 case $configure_input in #(
18484 *\&* | *\|* | *\\* )
18485 ac_sed_conf_input=`$as_echo "$configure_input" |
18486 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18487 *) ac_sed_conf_input=$configure_input;;
18488 esac
252b5132 18489
81ecdfbb
RW
18490 case $ac_tag in
18491 *:-:* | *:-) cat >"$tmp/stdin" \
18492 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18493 esac
18494 ;;
252b5132
RH
18495 esac
18496
81ecdfbb 18497 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
18498$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18499 X"$ac_file" : 'X\(//\)[^/]' \| \
18500 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
18501 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18502$as_echo X"$ac_file" |
18503 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18504 s//\1/
18505 q
18506 }
18507 /^X\(\/\/\)[^/].*/{
18508 s//\1/
18509 q
18510 }
18511 /^X\(\/\/\)$/{
18512 s//\1/
18513 q
18514 }
18515 /^X\(\/\).*/{
18516 s//\1/
18517 q
18518 }
18519 s/.*/./; q'`
18520 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e
DJ
18521 ac_builddir=.
18522
81ecdfbb
RW
18523case "$ac_dir" in
18524.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18525*)
18526 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18527 # A ".." for each directory in $ac_dir_suffix.
18528 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18529 case $ac_top_builddir_sub in
18530 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18531 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18532 esac ;;
18533esac
18534ac_abs_top_builddir=$ac_pwd
18535ac_abs_builddir=$ac_pwd$ac_dir_suffix
18536# for backward compatibility:
18537ac_top_builddir=$ac_top_build_prefix
252b5132 18538
42ecbf5e 18539case $srcdir in
81ecdfbb 18540 .) # We are building in place.
42ecbf5e 18541 ac_srcdir=.
81ecdfbb
RW
18542 ac_top_srcdir=$ac_top_builddir_sub
18543 ac_abs_top_srcdir=$ac_pwd ;;
18544 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 18545 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
18546 ac_top_srcdir=$srcdir
18547 ac_abs_top_srcdir=$srcdir ;;
18548 *) # Relative name.
18549 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18550 ac_top_srcdir=$ac_top_build_prefix$srcdir
18551 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 18552esac
81ecdfbb 18553ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42ecbf5e 18554
252b5132 18555
81ecdfbb
RW
18556 case $ac_mode in
18557 :F)
18558 #
18559 # CONFIG_FILE
18560 #
e5a52504 18561
42ecbf5e
DJ
18562 case $INSTALL in
18563 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
18564 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18565 esac
18566 ac_MKDIR_P=$MKDIR_P
18567 case $MKDIR_P in
18568 [\\/$]* | ?:[\\/]* ) ;;
18569 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 18570 esac
81ecdfbb 18571_ACEOF
e5a52504 18572
81ecdfbb
RW
18573cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18574# If the template does not know about datarootdir, expand it.
18575# FIXME: This hack should be removed a few years after 2.60.
18576ac_datarootdir_hack=; ac_datarootdir_seen=
18577ac_sed_dataroot='
18578/datarootdir/ {
18579 p
18580 q
18581}
18582/@datadir@/p
18583/@docdir@/p
18584/@infodir@/p
18585/@localedir@/p
18586/@mandir@/p'
18587case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18588*datarootdir*) ac_datarootdir_seen=yes;;
18589*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18591$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18592_ACEOF
18593cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18594 ac_datarootdir_hack='
18595 s&@datadir@&$datadir&g
18596 s&@docdir@&$docdir&g
18597 s&@infodir@&$infodir&g
18598 s&@localedir@&$localedir&g
18599 s&@mandir@&$mandir&g
18600 s&\\\${datarootdir}&$datarootdir&g' ;;
18601esac
42ecbf5e 18602_ACEOF
81ecdfbb
RW
18603
18604# Neutralize VPATH when `$srcdir' = `.'.
18605# Shell code in configure.ac might set extrasub.
18606# FIXME: do we really want to maintain this feature?
18607cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18608ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
18609$extrasub
18610_ACEOF
81ecdfbb 18611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
18612:t
18613/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
18614s|@configure_input@|$ac_sed_conf_input|;t t
18615s&@top_builddir@&$ac_top_builddir_sub&;t t
18616s&@top_build_prefix@&$ac_top_build_prefix&;t t
18617s&@srcdir@&$ac_srcdir&;t t
18618s&@abs_srcdir@&$ac_abs_srcdir&;t t
18619s&@top_srcdir@&$ac_top_srcdir&;t t
18620s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18621s&@builddir@&$ac_builddir&;t t
18622s&@abs_builddir@&$ac_abs_builddir&;t t
18623s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18624s&@INSTALL@&$ac_INSTALL&;t t
18625s&@MKDIR_P@&$ac_MKDIR_P&;t t
18626$ac_datarootdir_hack
18627"
18628eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18629if $ac_cs_awk_getline; then
18630 $AWK -f "$tmp/subs.awk"
18631else
18632 $AWK -f "$tmp/subs.awk" | $SHELL
18633fi >$tmp/out \
18634 || as_fn_error "could not create $ac_file" "$LINENO" 5
18635
18636test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18637 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18638 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18640which seems to be undefined. Please make sure it is defined." >&5
18641$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18642which seems to be undefined. Please make sure it is defined." >&2;}
18643
18644 rm -f "$tmp/stdin"
42ecbf5e 18645 case $ac_file in
81ecdfbb
RW
18646 -) cat "$tmp/out" && rm -f "$tmp/out";;
18647 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18648 esac \
18649 || as_fn_error "could not create $ac_file" "$LINENO" 5
18650 ;;
18651 :H)
18652 #
18653 # CONFIG_HEADER
18654 #
42ecbf5e 18655 if test x"$ac_file" != x-; then
81ecdfbb
RW
18656 {
18657 $as_echo "/* $configure_input */" \
18658 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18659 } >"$tmp/config.h" \
18660 || as_fn_error "could not create $ac_file" "$LINENO" 5
18661 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18662 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18663$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 18664 else
81ecdfbb
RW
18665 rm -f "$ac_file"
18666 mv "$tmp/config.h" "$ac_file" \
18667 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 18668 fi
42ecbf5e 18669 else
81ecdfbb
RW
18670 $as_echo "/* $configure_input */" \
18671 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18672 || as_fn_error "could not create -" "$LINENO" 5
e5a52504 18673 fi
81ecdfbb
RW
18674# Compute "$ac_file"'s index in $config_headers.
18675_am_arg="$ac_file"
42ecbf5e
DJ
18676_am_stamp_count=1
18677for _am_header in $config_headers :; do
18678 case $_am_header in
81ecdfbb 18679 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
18680 break ;;
18681 * )
18682 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18683 esac
18684done
81ecdfbb
RW
18685echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18686$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18687 X"$_am_arg" : 'X\(//\)[^/]' \| \
18688 X"$_am_arg" : 'X\(//\)$' \| \
18689 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18690$as_echo X"$_am_arg" |
18691 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18692 s//\1/
18693 q
18694 }
18695 /^X\(\/\/\)[^/].*/{
18696 s//\1/
18697 q
18698 }
18699 /^X\(\/\/\)$/{
18700 s//\1/
18701 q
18702 }
18703 /^X\(\/\).*/{
18704 s//\1/
18705 q
18706 }
18707 s/.*/./; q'`/stamp-h$_am_stamp_count
18708 ;;
42ecbf5e 18709
81ecdfbb
RW
18710 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18711$as_echo "$as_me: executing $ac_file commands" >&6;}
18712 ;;
18713 esac
42ecbf5e
DJ
18714
18715
81ecdfbb
RW
18716 case $ac_file$ac_mode in
18717 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18718 # Autoconf 2.62 quotes --file arguments for eval, but not when files
18719 # are listed without --file. Let's play safe and only enable the eval
18720 # if we detect the quoting.
18721 case $CONFIG_FILES in
18722 *\'*) eval set x "$CONFIG_FILES" ;;
18723 *) set x $CONFIG_FILES ;;
18724 esac
18725 shift
18726 for mf
18727 do
18728 # Strip MF so we end up with the name of the file.
18729 mf=`echo "$mf" | sed -e 's/:.*$//'`
18730 # Check whether this is an Automake generated Makefile or not.
18731 # We used to match only the files named `Makefile.in', but
18732 # some people rename them; so instead we look at the file content.
18733 # Grep'ing the first line is not enough: some people post-process
18734 # each Makefile.in and add a new line on top of each file to say so.
18735 # Grep'ing the whole file is not good either: AIX grep has a line
18736 # limit of 2048, but all sed's we know have understand at least 4000.
18737 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18738 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
18739$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18740 X"$mf" : 'X\(//\)[^/]' \| \
18741 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
18742 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18743$as_echo X"$mf" |
18744 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18745 s//\1/
18746 q
18747 }
18748 /^X\(\/\/\)[^/].*/{
18749 s//\1/
18750 q
18751 }
18752 /^X\(\/\/\)$/{
18753 s//\1/
18754 q
18755 }
18756 /^X\(\/\).*/{
18757 s//\1/
18758 q
18759 }
18760 s/.*/./; q'`
18761 else
18762 continue
18763 fi
18764 # Extract the definition of DEPDIR, am__include, and am__quote
18765 # from the Makefile without running `make'.
18766 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18767 test -z "$DEPDIR" && continue
18768 am__include=`sed -n 's/^am__include = //p' < "$mf"`
18769 test -z "am__include" && continue
18770 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18771 # When using ansi2knr, U may be empty or an underscore; expand it
18772 U=`sed -n 's/^U = //p' < "$mf"`
18773 # Find all dependency output files, they are included files with
18774 # $(DEPDIR) in their names. We invoke sed twice because it is the
18775 # simplest approach to changing $(DEPDIR) to its actual value in the
18776 # expansion.
18777 for file in `sed -n "
18778 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18779 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
18780 # Make sure the directory exists.
18781 test -f "$dirpart/$file" && continue
18782 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
18783$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18784 X"$file" : 'X\(//\)[^/]' \| \
18785 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
18786 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18787$as_echo X"$file" |
18788 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18789 s//\1/
18790 q
18791 }
18792 /^X\(\/\/\)[^/].*/{
18793 s//\1/
18794 q
18795 }
18796 /^X\(\/\/\)$/{
18797 s//\1/
18798 q
18799 }
18800 /^X\(\/\).*/{
18801 s//\1/
18802 q
18803 }
18804 s/.*/./; q'`
18805 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18806 # echo "creating $dirpart/$file"
18807 echo '# dummy' > "$dirpart/$file"
42ecbf5e 18808 done
42ecbf5e 18809 done
81ecdfbb 18810}
d7040cdb 18811 ;;
81ecdfbb 18812 "libtool":C)
d7040cdb
SE
18813
18814 # See if we are running on zsh, and set the options which allow our
18815 # commands through without removal of \ escapes.
18816 if test -n "${ZSH_VERSION+set}" ; then
18817 setopt NO_GLOB_SUBST
18818 fi
18819
18820 cfgfile="${ofile}T"
18821 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18822 $RM "$cfgfile"
18823
18824 cat <<_LT_EOF >> "$cfgfile"
18825#! $SHELL
18826
18827# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
b214d478 18828# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
18829# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18830# NOTE: Changes made to this file will be lost: look at ltmain.sh.
18831#
b214d478 18832# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 18833# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
b214d478 18834# Written by Gordon Matzigkeit, 1996
d7040cdb 18835#
b214d478 18836# This file is part of GNU Libtool.
d7040cdb 18837#
b214d478
SE
18838# GNU Libtool is free software; you can redistribute it and/or
18839# modify it under the terms of the GNU General Public License as
18840# published by the Free Software Foundation; either version 2 of
18841# the License, or (at your option) any later version.
d7040cdb 18842#
b214d478
SE
18843# As a special exception to the GNU General Public License,
18844# if you distribute this file as part of a program or library that
18845# is built using GNU Libtool, you may include this file under the
18846# same distribution terms that you use for the rest of that program.
d7040cdb 18847#
b214d478
SE
18848# GNU Libtool is distributed in the hope that it will be useful,
18849# but WITHOUT ANY WARRANTY; without even the implied warranty of
18850# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18851# GNU General Public License for more details.
d7040cdb 18852#
b214d478
SE
18853# You should have received a copy of the GNU General Public License
18854# along with GNU Libtool; see the file COPYING. If not, a copy
18855# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18856# obtained by writing to the Free Software Foundation, Inc.,
18857# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
18858
18859
18860# The names of the tagged configurations supported by this script.
3cb62297 18861available_tags="CXX "
d7040cdb
SE
18862
18863# ### BEGIN LIBTOOL CONFIG
18864
18865# Which release of libtool.m4 was used?
18866macro_version=$macro_version
18867macro_revision=$macro_revision
18868
18869# Whether or not to build shared libraries.
18870build_libtool_libs=$enable_shared
18871
18872# Whether or not to build static libraries.
18873build_old_libs=$enable_static
18874
18875# What type of objects to build.
18876pic_mode=$pic_mode
18877
18878# Whether or not to optimize for fast installation.
18879fast_install=$enable_fast_install
18880
3725885a
RW
18881# Shell to use when invoking shell scripts.
18882SHELL=$lt_SHELL
18883
18884# An echo program that protects backslashes.
18885ECHO=$lt_ECHO
18886
d7040cdb
SE
18887# The host system.
18888host_alias=$host_alias
18889host=$host
18890host_os=$host_os
18891
18892# The build system.
18893build_alias=$build_alias
18894build=$build
18895build_os=$build_os
18896
18897# A sed program that does not truncate output.
18898SED=$lt_SED
18899
18900# Sed that helps us avoid accidentally triggering echo(1) options like -n.
18901Xsed="\$SED -e 1s/^X//"
18902
18903# A grep program that handles long lines.
18904GREP=$lt_GREP
18905
18906# An ERE matcher.
18907EGREP=$lt_EGREP
18908
18909# A literal string matcher.
18910FGREP=$lt_FGREP
18911
18912# A BSD- or MS-compatible name lister.
18913NM=$lt_NM
18914
18915# Whether we need soft or hard links.
18916LN_S=$lt_LN_S
18917
18918# What is the maximum length of a command?
18919max_cmd_len=$max_cmd_len
18920
18921# Object file suffix (normally "o").
18922objext=$ac_objext
18923
18924# Executable file suffix (normally "").
18925exeext=$exeext
18926
18927# whether the shell understands "unset".
18928lt_unset=$lt_unset
18929
18930# turn spaces into newlines.
18931SP2NL=$lt_lt_SP2NL
18932
18933# turn newlines into spaces.
18934NL2SP=$lt_lt_NL2SP
18935
b214d478
SE
18936# An object symbol dumper.
18937OBJDUMP=$lt_OBJDUMP
18938
d7040cdb
SE
18939# Method to check whether dependent libraries are shared objects.
18940deplibs_check_method=$lt_deplibs_check_method
18941
18942# Command to use when deplibs_check_method == "file_magic".
18943file_magic_cmd=$lt_file_magic_cmd
18944
18945# The archiver.
18946AR=$lt_AR
18947AR_FLAGS=$lt_AR_FLAGS
18948
18949# A symbol stripping program.
18950STRIP=$lt_STRIP
18951
18952# Commands used to install an old-style archive.
18953RANLIB=$lt_RANLIB
18954old_postinstall_cmds=$lt_old_postinstall_cmds
18955old_postuninstall_cmds=$lt_old_postuninstall_cmds
18956
3725885a
RW
18957# Whether to use a lock for old archive extraction.
18958lock_old_archive_extraction=$lock_old_archive_extraction
18959
d7040cdb
SE
18960# A C compiler.
18961LTCC=$lt_CC
18962
18963# LTCC compiler flags.
18964LTCFLAGS=$lt_CFLAGS
18965
18966# Take the output of nm and produce a listing of raw symbols and C names.
18967global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18968
18969# Transform the output of nm in a proper C declaration.
18970global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18971
18972# Transform the output of nm in a C name address pair.
18973global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18974
b214d478
SE
18975# Transform the output of nm in a C name address pair when lib prefix is needed.
18976global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18977
d7040cdb
SE
18978# The name of the directory that contains temporary libtool files.
18979objdir=$objdir
18980
d7040cdb
SE
18981# Used to examine libraries when file_magic_cmd begins with "file".
18982MAGIC_CMD=$MAGIC_CMD
18983
18984# Must we lock files when doing compilation?
18985need_locks=$lt_need_locks
18986
b214d478
SE
18987# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18988DSYMUTIL=$lt_DSYMUTIL
18989
18990# Tool to change global to local symbols on Mac OS X.
18991NMEDIT=$lt_NMEDIT
18992
18993# Tool to manipulate fat objects and archives on Mac OS X.
18994LIPO=$lt_LIPO
18995
18996# ldd/readelf like tool for Mach-O binaries on Mac OS X.
18997OTOOL=$lt_OTOOL
18998
18999# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19000OTOOL64=$lt_OTOOL64
19001
d7040cdb
SE
19002# Old archive suffix (normally "a").
19003libext=$libext
19004
19005# Shared library suffix (normally ".so").
19006shrext_cmds=$lt_shrext_cmds
19007
19008# The commands to extract the exported symbol list from a shared archive.
19009extract_expsyms_cmds=$lt_extract_expsyms_cmds
19010
19011# Variables whose values should be saved in libtool wrapper scripts and
19012# restored at link time.
19013variables_saved_for_relink=$lt_variables_saved_for_relink
19014
19015# Do we need the "lib" prefix for modules?
19016need_lib_prefix=$need_lib_prefix
19017
19018# Do we need a version for libraries?
19019need_version=$need_version
19020
19021# Library versioning type.
19022version_type=$version_type
19023
19024# Shared library runtime path variable.
19025runpath_var=$runpath_var
19026
19027# Shared library path variable.
19028shlibpath_var=$shlibpath_var
19029
19030# Is shlibpath searched before the hard-coded library search path?
19031shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19032
19033# Format of library name prefix.
19034libname_spec=$lt_libname_spec
19035
19036# List of archive names. First name is the real one, the rest are links.
19037# The last name is the one that the linker finds with -lNAME
19038library_names_spec=$lt_library_names_spec
19039
19040# The coded name of the library, if different from the real name.
19041soname_spec=$lt_soname_spec
19042
3725885a
RW
19043# Permission mode override for installation of shared libraries.
19044install_override_mode=$lt_install_override_mode
19045
d7040cdb
SE
19046# Command to use after installation of a shared archive.
19047postinstall_cmds=$lt_postinstall_cmds
19048
19049# Command to use after uninstallation of a shared archive.
19050postuninstall_cmds=$lt_postuninstall_cmds
19051
19052# Commands used to finish a libtool library installation in a directory.
19053finish_cmds=$lt_finish_cmds
19054
19055# As "finish_cmds", except a single script fragment to be evaled but
19056# not shown.
19057finish_eval=$lt_finish_eval
19058
19059# Whether we should hardcode library paths into libraries.
19060hardcode_into_libs=$hardcode_into_libs
19061
19062# Compile-time system search path for libraries.
19063sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19064
19065# Run-time system search path for libraries.
19066sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19067
19068# Whether dlopen is supported.
19069dlopen_support=$enable_dlopen
19070
19071# Whether dlopen of programs is supported.
19072dlopen_self=$enable_dlopen_self
19073
19074# Whether dlopen of statically linked programs is supported.
19075dlopen_self_static=$enable_dlopen_self_static
19076
19077# Commands to strip libraries.
19078old_striplib=$lt_old_striplib
19079striplib=$lt_striplib
19080
19081
19082# The linker used to build libraries.
19083LD=$lt_LD
19084
3725885a
RW
19085# How to create reloadable object files.
19086reload_flag=$lt_reload_flag
19087reload_cmds=$lt_reload_cmds
19088
d7040cdb
SE
19089# Commands used to build an old-style archive.
19090old_archive_cmds=$lt_old_archive_cmds
19091
19092# A language specific compiler.
19093CC=$lt_compiler
19094
19095# Is the compiler the GNU compiler?
19096with_gcc=$GCC
19097
19098# Compiler flag to turn off builtin functions.
19099no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19100
19101# How to pass a linker flag through the compiler.
19102wl=$lt_lt_prog_compiler_wl
19103
19104# Additional compiler flags for building library objects.
19105pic_flag=$lt_lt_prog_compiler_pic
19106
19107# Compiler flag to prevent dynamic linking.
19108link_static_flag=$lt_lt_prog_compiler_static
19109
19110# Does compiler simultaneously support -c and -o options?
19111compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19112
19113# Whether or not to add -lc for building shared libraries.
19114build_libtool_need_lc=$archive_cmds_need_lc
19115
19116# Whether or not to disallow shared libs when runtime libs are static.
19117allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19118
19119# Compiler flag to allow reflexive dlopens.
19120export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19121
19122# Compiler flag to generate shared objects directly from archives.
19123whole_archive_flag_spec=$lt_whole_archive_flag_spec
19124
19125# Whether the compiler copes with passing no objects directly.
19126compiler_needs_object=$lt_compiler_needs_object
19127
19128# Create an old-style archive from a shared archive.
19129old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19130
19131# Create a temporary old-style archive to link instead of a shared archive.
19132old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19133
19134# Commands used to build a shared archive.
19135archive_cmds=$lt_archive_cmds
19136archive_expsym_cmds=$lt_archive_expsym_cmds
19137
19138# Commands used to build a loadable module if different from building
19139# a shared archive.
19140module_cmds=$lt_module_cmds
19141module_expsym_cmds=$lt_module_expsym_cmds
19142
19143# Whether we are building with GNU ld or not.
19144with_gnu_ld=$lt_with_gnu_ld
19145
19146# Flag that allows shared libraries with undefined symbols to be built.
19147allow_undefined_flag=$lt_allow_undefined_flag
19148
19149# Flag that enforces no undefined symbols.
19150no_undefined_flag=$lt_no_undefined_flag
19151
19152# Flag to hardcode \$libdir into a binary during linking.
19153# This must work even if \$libdir does not exist
19154hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19155
19156# If ld is used when linking, flag to hardcode \$libdir into a binary
19157# during linking. This must work even if \$libdir does not exist.
19158hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19159
19160# Whether we need a single "-rpath" flag with a separated argument.
19161hardcode_libdir_separator=$lt_hardcode_libdir_separator
19162
19163# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19164# DIR into the resulting binary.
19165hardcode_direct=$hardcode_direct
19166
19167# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19168# DIR into the resulting binary and the resulting library dependency is
19169# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19170# library is relocated.
19171hardcode_direct_absolute=$hardcode_direct_absolute
19172
19173# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19174# into the resulting binary.
19175hardcode_minus_L=$hardcode_minus_L
19176
19177# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19178# into the resulting binary.
19179hardcode_shlibpath_var=$hardcode_shlibpath_var
19180
19181# Set to "yes" if building a shared library automatically hardcodes DIR
19182# into the library and all subsequent libraries and executables linked
19183# against it.
19184hardcode_automatic=$hardcode_automatic
19185
19186# Set to yes if linker adds runtime paths of dependent libraries
19187# to runtime path list.
19188inherit_rpath=$inherit_rpath
19189
19190# Whether libtool must link a program against all its dependency libraries.
19191link_all_deplibs=$link_all_deplibs
19192
19193# Fix the shell variable \$srcfile for the compiler.
19194fix_srcfile_path=$lt_fix_srcfile_path
19195
19196# Set to "yes" if exported symbols are required.
19197always_export_symbols=$always_export_symbols
19198
19199# The commands to list exported symbols.
19200export_symbols_cmds=$lt_export_symbols_cmds
19201
19202# Symbols that should not be listed in the preloaded symbols.
19203exclude_expsyms=$lt_exclude_expsyms
19204
19205# Symbols that must always be exported.
19206include_expsyms=$lt_include_expsyms
19207
19208# Commands necessary for linking programs (against libraries) with templates.
19209prelink_cmds=$lt_prelink_cmds
19210
19211# Specify filename containing input files.
19212file_list_spec=$lt_file_list_spec
19213
19214# How to hardcode a shared library path into an executable.
19215hardcode_action=$hardcode_action
19216
3cb62297
L
19217# The directories searched by this compiler when creating a shared library.
19218compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19219
19220# Dependencies to place before and after the objects being linked to
19221# create a shared library.
19222predep_objects=$lt_predep_objects
19223postdep_objects=$lt_postdep_objects
19224predeps=$lt_predeps
19225postdeps=$lt_postdeps
19226
19227# The library search path used internally by the compiler when linking
19228# a shared library.
19229compiler_lib_search_path=$lt_compiler_lib_search_path
19230
d7040cdb
SE
19231# ### END LIBTOOL CONFIG
19232
19233_LT_EOF
19234
19235 case $host_os in
19236 aix3*)
19237 cat <<\_LT_EOF >> "$cfgfile"
19238# AIX sometimes has problems with the GCC collect2 program. For some
19239# reason, if we set the COLLECT_NAMES environment variable, the problems
19240# vanish in a puff of smoke.
19241if test "X${COLLECT_NAMES+set}" != Xset; then
19242 COLLECT_NAMES=
19243 export COLLECT_NAMES
19244fi
19245_LT_EOF
19246 ;;
19247 esac
19248
19249
19250ltmain="$ac_aux_dir/ltmain.sh"
19251
19252
19253 # We use sed instead of cat because bash on DJGPP gets confused if
19254 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19255 # text mode, it properly converts lines to CR/LF. This bash problem
19256 # is reportedly fixed, but why not run on old versions too?
19257 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19258 || (rm -f "$cfgfile"; exit 1)
19259
19260 case $xsi_shell in
19261 yes)
19262 cat << \_LT_EOF >> "$cfgfile"
b214d478 19263
d7040cdb
SE
19264# func_dirname file append nondir_replacement
19265# Compute the dirname of FILE. If nonempty, add APPEND to the result,
19266# otherwise set result to NONDIR_REPLACEMENT.
19267func_dirname ()
19268{
19269 case ${1} in
19270 */*) func_dirname_result="${1%/*}${2}" ;;
19271 * ) func_dirname_result="${3}" ;;
19272 esac
19273}
19274
19275# func_basename file
19276func_basename ()
19277{
19278 func_basename_result="${1##*/}"
19279}
19280
b214d478
SE
19281# func_dirname_and_basename file append nondir_replacement
19282# perform func_basename and func_dirname in a single function
19283# call:
19284# dirname: Compute the dirname of FILE. If nonempty,
19285# add APPEND to the result, otherwise set result
19286# to NONDIR_REPLACEMENT.
19287# value returned in "$func_dirname_result"
19288# basename: Compute filename of FILE.
19289# value retuned in "$func_basename_result"
19290# Implementation must be kept synchronized with func_dirname
19291# and func_basename. For efficiency, we do not delegate to
19292# those functions but instead duplicate the functionality here.
19293func_dirname_and_basename ()
19294{
19295 case ${1} in
19296 */*) func_dirname_result="${1%/*}${2}" ;;
19297 * ) func_dirname_result="${3}" ;;
19298 esac
19299 func_basename_result="${1##*/}"
19300}
19301
d7040cdb
SE
19302# func_stripname prefix suffix name
19303# strip PREFIX and SUFFIX off of NAME.
19304# PREFIX and SUFFIX must not contain globbing or regex special
19305# characters, hashes, percent signs, but SUFFIX may contain a leading
19306# dot (in which case that matches only a dot).
19307func_stripname ()
19308{
19309 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19310 # positional parameters, so assign one to ordinary parameter first.
19311 func_stripname_result=${3}
19312 func_stripname_result=${func_stripname_result#"${1}"}
19313 func_stripname_result=${func_stripname_result%"${2}"}
19314}
19315
19316# func_opt_split
19317func_opt_split ()
19318{
19319 func_opt_split_opt=${1%%=*}
19320 func_opt_split_arg=${1#*=}
19321}
19322
19323# func_lo2o object
19324func_lo2o ()
19325{
19326 case ${1} in
19327 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
19328 *) func_lo2o_result=${1} ;;
19329 esac
19330}
b214d478
SE
19331
19332# func_xform libobj-or-source
19333func_xform ()
19334{
19335 func_xform_result=${1%.*}.lo
19336}
19337
19338# func_arith arithmetic-term...
19339func_arith ()
19340{
19341 func_arith_result=$(( $* ))
19342}
19343
19344# func_len string
19345# STRING may not start with a hyphen.
19346func_len ()
19347{
19348 func_len_result=${#1}
19349}
19350
d7040cdb
SE
19351_LT_EOF
19352 ;;
19353 *) # Bourne compatible functions.
19354 cat << \_LT_EOF >> "$cfgfile"
b214d478 19355
d7040cdb
SE
19356# func_dirname file append nondir_replacement
19357# Compute the dirname of FILE. If nonempty, add APPEND to the result,
19358# otherwise set result to NONDIR_REPLACEMENT.
19359func_dirname ()
19360{
19361 # Extract subdirectory from the argument.
3725885a 19362 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
19363 if test "X$func_dirname_result" = "X${1}"; then
19364 func_dirname_result="${3}"
19365 else
19366 func_dirname_result="$func_dirname_result${2}"
19367 fi
19368}
19369
19370# func_basename file
19371func_basename ()
19372{
3725885a 19373 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
19374}
19375
b214d478 19376
d7040cdb
SE
19377# func_stripname prefix suffix name
19378# strip PREFIX and SUFFIX off of NAME.
19379# PREFIX and SUFFIX must not contain globbing or regex special
19380# characters, hashes, percent signs, but SUFFIX may contain a leading
19381# dot (in which case that matches only a dot).
19382# func_strip_suffix prefix name
19383func_stripname ()
19384{
19385 case ${2} in
3725885a
RW
19386 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19387 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
19388 esac
19389}
19390
19391# sed scripts:
19392my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
19393my_sed_long_arg='1s/^-[^=]*=//'
19394
19395# func_opt_split
19396func_opt_split ()
19397{
3725885a
RW
19398 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19399 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
19400}
19401
19402# func_lo2o object
19403func_lo2o ()
19404{
3725885a 19405 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 19406}
b214d478
SE
19407
19408# func_xform libobj-or-source
19409func_xform ()
19410{
3725885a 19411 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
b214d478
SE
19412}
19413
19414# func_arith arithmetic-term...
19415func_arith ()
19416{
19417 func_arith_result=`expr "$@"`
19418}
19419
19420# func_len string
19421# STRING may not start with a hyphen.
19422func_len ()
19423{
19424 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19425}
19426
d7040cdb
SE
19427_LT_EOF
19428esac
19429
19430case $lt_shell_append in
19431 yes)
19432 cat << \_LT_EOF >> "$cfgfile"
19433
19434# func_append var value
19435# Append VALUE to the end of shell variable VAR.
19436func_append ()
19437{
19438 eval "$1+=\$2"
19439}
19440_LT_EOF
19441 ;;
19442 *)
19443 cat << \_LT_EOF >> "$cfgfile"
19444
19445# func_append var value
19446# Append VALUE to the end of shell variable VAR.
19447func_append ()
19448{
19449 eval "$1=\$$1\$2"
19450}
b214d478 19451
d7040cdb
SE
19452_LT_EOF
19453 ;;
19454 esac
19455
19456
19457 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19458 || (rm -f "$cfgfile"; exit 1)
19459
19460 mv -f "$cfgfile" "$ofile" ||
19461 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19462 chmod +x "$ofile"
19463
3cb62297
L
19464
19465 cat <<_LT_EOF >> "$ofile"
19466
19467# ### BEGIN LIBTOOL TAG CONFIG: CXX
19468
19469# The linker used to build libraries.
19470LD=$lt_LD_CXX
19471
19472# How to create reloadable object files.
19473reload_flag=$lt_reload_flag_CXX
19474reload_cmds=$lt_reload_cmds_CXX
19475
19476# Commands used to build an old-style archive.
19477old_archive_cmds=$lt_old_archive_cmds_CXX
19478
19479# A language specific compiler.
19480CC=$lt_compiler_CXX
19481
19482# Is the compiler the GNU compiler?
19483with_gcc=$GCC_CXX
19484
19485# Compiler flag to turn off builtin functions.
19486no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19487
19488# How to pass a linker flag through the compiler.
19489wl=$lt_lt_prog_compiler_wl_CXX
19490
19491# Additional compiler flags for building library objects.
19492pic_flag=$lt_lt_prog_compiler_pic_CXX
19493
19494# Compiler flag to prevent dynamic linking.
19495link_static_flag=$lt_lt_prog_compiler_static_CXX
19496
19497# Does compiler simultaneously support -c and -o options?
19498compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19499
19500# Whether or not to add -lc for building shared libraries.
19501build_libtool_need_lc=$archive_cmds_need_lc_CXX
19502
19503# Whether or not to disallow shared libs when runtime libs are static.
19504allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19505
19506# Compiler flag to allow reflexive dlopens.
19507export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19508
19509# Compiler flag to generate shared objects directly from archives.
19510whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19511
19512# Whether the compiler copes with passing no objects directly.
19513compiler_needs_object=$lt_compiler_needs_object_CXX
19514
19515# Create an old-style archive from a shared archive.
19516old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19517
19518# Create a temporary old-style archive to link instead of a shared archive.
19519old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19520
19521# Commands used to build a shared archive.
19522archive_cmds=$lt_archive_cmds_CXX
19523archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19524
19525# Commands used to build a loadable module if different from building
19526# a shared archive.
19527module_cmds=$lt_module_cmds_CXX
19528module_expsym_cmds=$lt_module_expsym_cmds_CXX
19529
19530# Whether we are building with GNU ld or not.
19531with_gnu_ld=$lt_with_gnu_ld_CXX
19532
19533# Flag that allows shared libraries with undefined symbols to be built.
19534allow_undefined_flag=$lt_allow_undefined_flag_CXX
19535
19536# Flag that enforces no undefined symbols.
19537no_undefined_flag=$lt_no_undefined_flag_CXX
19538
19539# Flag to hardcode \$libdir into a binary during linking.
19540# This must work even if \$libdir does not exist
19541hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19542
19543# If ld is used when linking, flag to hardcode \$libdir into a binary
19544# during linking. This must work even if \$libdir does not exist.
19545hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19546
19547# Whether we need a single "-rpath" flag with a separated argument.
19548hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19549
19550# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19551# DIR into the resulting binary.
19552hardcode_direct=$hardcode_direct_CXX
19553
19554# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19555# DIR into the resulting binary and the resulting library dependency is
19556# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19557# library is relocated.
19558hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19559
19560# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19561# into the resulting binary.
19562hardcode_minus_L=$hardcode_minus_L_CXX
19563
19564# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19565# into the resulting binary.
19566hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19567
19568# Set to "yes" if building a shared library automatically hardcodes DIR
19569# into the library and all subsequent libraries and executables linked
19570# against it.
19571hardcode_automatic=$hardcode_automatic_CXX
19572
19573# Set to yes if linker adds runtime paths of dependent libraries
19574# to runtime path list.
19575inherit_rpath=$inherit_rpath_CXX
19576
19577# Whether libtool must link a program against all its dependency libraries.
19578link_all_deplibs=$link_all_deplibs_CXX
19579
19580# Fix the shell variable \$srcfile for the compiler.
19581fix_srcfile_path=$lt_fix_srcfile_path_CXX
19582
19583# Set to "yes" if exported symbols are required.
19584always_export_symbols=$always_export_symbols_CXX
19585
19586# The commands to list exported symbols.
19587export_symbols_cmds=$lt_export_symbols_cmds_CXX
19588
19589# Symbols that should not be listed in the preloaded symbols.
19590exclude_expsyms=$lt_exclude_expsyms_CXX
19591
19592# Symbols that must always be exported.
19593include_expsyms=$lt_include_expsyms_CXX
19594
19595# Commands necessary for linking programs (against libraries) with templates.
19596prelink_cmds=$lt_prelink_cmds_CXX
19597
19598# Specify filename containing input files.
19599file_list_spec=$lt_file_list_spec_CXX
19600
19601# How to hardcode a shared library path into an executable.
19602hardcode_action=$hardcode_action_CXX
19603
19604# The directories searched by this compiler when creating a shared library.
19605compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19606
19607# Dependencies to place before and after the objects being linked to
19608# create a shared library.
19609predep_objects=$lt_predep_objects_CXX
19610postdep_objects=$lt_postdep_objects_CXX
19611predeps=$lt_predeps_CXX
19612postdeps=$lt_postdeps_CXX
19613
19614# The library search path used internally by the compiler when linking
19615# a shared library.
19616compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19617
19618# ### END LIBTOOL TAG CONFIG: CXX
19619_LT_EOF
19620
42ecbf5e 19621 ;;
81ecdfbb 19622 "default-1":C)
20e95c23
DJ
19623 for ac_file in $CONFIG_FILES; do
19624 # Support "outfile[:infile[:infile...]]"
19625 case "$ac_file" in
19626 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
19627 esac
19628 # PO directories have a Makefile.in generated from Makefile.in.in.
19629 case "$ac_file" in */Makefile.in)
19630 # Adjust a relative srcdir.
19631 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 19632 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
19633 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
19634 # In autoconf-2.13 it is called $ac_given_srcdir.
19635 # In autoconf-2.50 it is called $srcdir.
19636 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
19637 case "$ac_given_srcdir" in
19638 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
19639 /*) top_srcdir="$ac_given_srcdir" ;;
19640 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
19641 esac
19642 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
19643 rm -f "$ac_dir/POTFILES"
19644 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
19645 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
19646 POMAKEFILEDEPS="POTFILES.in"
19647 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
19648 # on $ac_dir but don't depend on user-specified configuration
19649 # parameters.
19650 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
19651 # The LINGUAS file contains the set of available languages.
19652 if test -n "$OBSOLETE_ALL_LINGUAS"; then
19653 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
19654 fi
19655 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
19656 # Hide the ALL_LINGUAS assigment from automake.
19657 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
19658 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
19659 else
19660 # The set of available languages was given in configure.in.
19661 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
19662 fi
19663 case "$ac_given_srcdir" in
19664 .) srcdirpre= ;;
19665 *) srcdirpre='$(srcdir)/' ;;
19666 esac
19667 POFILES=
19668 GMOFILES=
19669 UPDATEPOFILES=
19670 DUMMYPOFILES=
19671 for lang in $ALL_LINGUAS; do
19672 POFILES="$POFILES $srcdirpre$lang.po"
19673 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19674 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
19675 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
19676 done
19677 # CATALOGS depends on both $ac_dir and the user's LINGUAS
19678 # environment variable.
19679 INST_LINGUAS=
19680 if test -n "$ALL_LINGUAS"; then
19681 for presentlang in $ALL_LINGUAS; do
19682 useit=no
19683 if test "%UNSET%" != "$LINGUAS"; then
19684 desiredlanguages="$LINGUAS"
19685 else
19686 desiredlanguages="$ALL_LINGUAS"
19687 fi
19688 for desiredlang in $desiredlanguages; do
19689 # Use the presentlang catalog if desiredlang is
19690 # a. equal to presentlang, or
19691 # b. a variant of presentlang (because in this case,
19692 # presentlang can be used as a fallback for messages
19693 # which are not translated in the desiredlang catalog).
19694 case "$desiredlang" in
19695 "$presentlang"*) useit=yes;;
19696 esac
19697 done
19698 if test $useit = yes; then
19699 INST_LINGUAS="$INST_LINGUAS $presentlang"
19700 fi
19701 done
19702 fi
19703 CATALOGS=
19704 if test -n "$INST_LINGUAS"; then
19705 for lang in $INST_LINGUAS; do
19706 CATALOGS="$CATALOGS $lang.gmo"
19707 done
19708 fi
19709 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
19710 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"
19711 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
19712 if test -f "$f"; then
19713 case "$f" in
19714 *.orig | *.bak | *~) ;;
19715 *) cat "$f" >> "$ac_dir/Makefile" ;;
19716 esac
19717 fi
19718 done
19719 fi
19720 ;;
19721 esac
19722 done ;;
81ecdfbb 19723
42ecbf5e 19724 esac
81ecdfbb 19725done # for ac_tag
42ecbf5e 19726
42ecbf5e 19727
81ecdfbb 19728as_fn_exit 0
42ecbf5e 19729_ACEOF
42ecbf5e
DJ
19730ac_clean_files=$ac_clean_files_save
19731
81ecdfbb
RW
19732test $ac_write_fail = 0 ||
19733 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19734
42ecbf5e
DJ
19735
19736# configure is writing to config.log, and then calls config.status.
19737# config.status does its own redirection, appending to config.log.
19738# Unfortunately, on DOS this fails, as config.log is still kept open
19739# by configure, so config.status won't be able to write to it; its
19740# output is simply discarded. So we exec the FD to /dev/null,
19741# effectively closing config.log, so it can be properly (re)opened and
19742# appended to by config.status. When coming back to configure, we
19743# need to make the FD available again.
19744if test "$no_create" != yes; then
19745 ac_cs_success=:
19746 ac_config_status_args=
19747 test "$silent" = yes &&
19748 ac_config_status_args="$ac_config_status_args --quiet"
19749 exec 5>/dev/null
19750 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19751 exec 5>>config.log
19752 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19753 # would make configure fail if this is the last instruction.
81ecdfbb
RW
19754 $ac_cs_success || as_fn_exit $?
19755fi
19756if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19758$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 19759fi
252b5132 19760
This page took 2.310383 seconds and 4 git commands to generate.