bfd: support section groups with preceding SHF_GROUP sections
[deliverable/binutils-gdb.git] / ld / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
99b5dbf2 3# Generated by GNU Autoconf 2.64 for ld 2.28.51.
81ecdfbb
RW
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.
2e98a7bd
AM
557PACKAGE_NAME='ld'
558PACKAGE_TARNAME='ld'
99b5dbf2
TG
559PACKAGE_VERSION='2.28.51'
560PACKAGE_STRING='ld 2.28.51'
2e98a7bd
AM
561PACKAGE_BUGREPORT=''
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
c58212ea
L
611elf_plt_unwind_list_options
612elf_shlib_list_options
613elf_list_options
81ecdfbb 614STRINGIFY
02ecc8e9 615enable_initfini_array
5d3236ee
DK
616ENABLE_PLUGINS_FALSE
617ENABLE_PLUGINS_TRUE
81ecdfbb 618NATIVE_LIB_DIRS
81ecdfbb
RW
619HDEFINES
620do_compare
621GENINSRC_NEVER_FALSE
622GENINSRC_NEVER_TRUE
81ecdfbb
RW
623LEXLIB
624LEX_OUTPUT_ROOT
625LEX
626YFLAGS
627YACC
628MSGMERGE
629MSGFMT
630MKINSTALLDIRS
631CATOBJEXT
632GENCAT
633INSTOBJEXT
634DATADIRNAME
635CATALOGS
636POSUB
637GMSGFMT
638XGETTEXT
639INCINTL
640LIBINTL_DEP
641LIBINTL
642USE_NLS
6757cf57 643WARN_WRITE_STRINGS
b879806f 644NO_WERROR
c5da1932 645WARN_CFLAGS_FOR_BUILD
b879806f
AM
646WARN_CFLAGS
647installed_linker
648install_as_default
649TARGET_SYSTEM_ROOT_DEFINE
650TARGET_SYSTEM_ROOT
651use_sysroot
3cb62297 652CXXCPP
81ecdfbb
RW
653OTOOL64
654OTOOL
655LIPO
656NMEDIT
657DSYMUTIL
81ecdfbb
RW
658RANLIB
659AR
660OBJDUMP
661LN_S
662NM
663ac_ct_DUMPBIN
664DUMPBIN
665LD
666FGREP
667SED
668LIBTOOL
b879806f 669EGREP
b879806f 670CPP
68880f31 671GREP
3cb62297
L
672am__fastdepCXX_FALSE
673am__fastdepCXX_TRUE
674CXXDEPMODE
675ac_ct_CXX
676CXXFLAGS
677CXX
64ac50ac
RW
678MAINT
679MAINTAINER_MODE_FALSE
680MAINTAINER_MODE_TRUE
81ecdfbb
RW
681am__fastdepCC_FALSE
682am__fastdepCC_TRUE
683CCDEPMODE
6eb7d830 684am__nodep
81ecdfbb
RW
685AMDEPBACKSLASH
686AMDEP_FALSE
687AMDEP_TRUE
688am__quote
689am__include
690DEPDIR
691am__untar
692am__tar
693AMTAR
694am__leading_dot
695SET_MAKE
696AWK
697mkdir_p
698MKDIR_P
699INSTALL_STRIP_PROGRAM
700STRIP
701install_sh
702MAKEINFO
703AUTOHEADER
704AUTOMAKE
705AUTOCONF
706ACLOCAL
707VERSION
708PACKAGE
709CYGPATH_W
710am__isrc
711INSTALL_DATA
712INSTALL_SCRIPT
713INSTALL_PROGRAM
714OBJEXT
715EXEEXT
716ac_ct_CC
717CPPFLAGS
718LDFLAGS
719CFLAGS
720CC
721target_os
722target_vendor
723target_cpu
724target
725host_os
726host_vendor
727host_cpu
728host
729build_os
730build_vendor
731build_cpu
732build
733target_alias
734host_alias
735build_alias
736LIBS
737ECHO_T
738ECHO_N
739ECHO_C
740DEFS
741mandir
742localedir
743libdir
744psdir
745pdfdir
746dvidir
747htmldir
748infodir
749docdir
750oldincludedir
751includedir
752localstatedir
753sharedstatedir
754sysconfdir
755datadir
756datarootdir
757libexecdir
758sbindir
759bindir
760program_transform_name
761prefix
762exec_prefix
763PACKAGE_URL
764PACKAGE_BUGREPORT
765PACKAGE_STRING
766PACKAGE_VERSION
767PACKAGE_TARNAME
768PACKAGE_NAME
769PATH_SEPARATOR
770SHELL'
42ecbf5e 771ac_subst_files='TDIRS'
81ecdfbb
RW
772ac_user_opts='
773enable_option_checking
774enable_dependency_tracking
64ac50ac 775enable_maintainer_mode
b879806f
AM
776enable_shared
777enable_static
778with_pic
779enable_fast_install
780with_gnu_ld
781enable_libtool_lock
782enable_plugins
783enable_largefile
81ecdfbb
RW
784with_lib_path
785enable_targets
786enable_64_bit_bfd
787with_sysroot
4fda8867 788enable_gold
81ecdfbb 789enable_got
6c3bc0f8 790enable_compressed_debug_sections
6734f10a 791enable_new_dtags
647e4d46 792enable_relro
81ecdfbb
RW
793enable_werror
794enable_build_warnings
81ecdfbb 795enable_nls
02ecc8e9 796enable_initfini_array
81ecdfbb
RW
797'
798 ac_precious_vars='build_alias
799host_alias
800target_alias
801CC
802CFLAGS
803LDFLAGS
804LIBS
805CPPFLAGS
3cb62297
L
806CXX
807CXXFLAGS
808CCC
b879806f 809CPP
3cb62297 810CXXCPP
81ecdfbb
RW
811YACC
812YFLAGS'
813
252b5132
RH
814
815# Initialize some variables set by options.
42ecbf5e
DJ
816ac_init_help=
817ac_init_version=false
81ecdfbb
RW
818ac_unrecognized_opts=
819ac_unrecognized_sep=
252b5132
RH
820# The variables have the same names as the options, with
821# dashes changed to underlines.
42ecbf5e 822cache_file=/dev/null
252b5132 823exec_prefix=NONE
252b5132 824no_create=
252b5132
RH
825no_recursion=
826prefix=NONE
827program_prefix=NONE
828program_suffix=NONE
829program_transform_name=s,x,x,
830silent=
831site=
832srcdir=
252b5132
RH
833verbose=
834x_includes=NONE
835x_libraries=NONE
42ecbf5e
DJ
836
837# Installation directory options.
838# These are left unexpanded so users can "make install exec_prefix=/foo"
839# and all the variables that are supposed to be based on exec_prefix
840# by default will actually change.
841# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 842# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
843bindir='${exec_prefix}/bin'
844sbindir='${exec_prefix}/sbin'
845libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
846datarootdir='${prefix}/share'
847datadir='${datarootdir}'
252b5132
RH
848sysconfdir='${prefix}/etc'
849sharedstatedir='${prefix}/com'
850localstatedir='${prefix}/var'
252b5132
RH
851includedir='${prefix}/include'
852oldincludedir='/usr/include'
2e98a7bd 853docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
854infodir='${datarootdir}/info'
855htmldir='${docdir}'
856dvidir='${docdir}'
857pdfdir='${docdir}'
858psdir='${docdir}'
859libdir='${exec_prefix}/lib'
860localedir='${datarootdir}/locale'
861mandir='${datarootdir}/man'
252b5132 862
252b5132 863ac_prev=
81ecdfbb 864ac_dashdash=
252b5132
RH
865for ac_option
866do
252b5132
RH
867 # If the previous option needs an argument, assign it.
868 if test -n "$ac_prev"; then
81ecdfbb 869 eval $ac_prev=\$ac_option
252b5132
RH
870 ac_prev=
871 continue
872 fi
873
81ecdfbb
RW
874 case $ac_option in
875 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
876 *) ac_optarg=yes ;;
877 esac
252b5132
RH
878
879 # Accept the important Cygnus configure options, so we can diagnose typos.
880
81ecdfbb
RW
881 case $ac_dashdash$ac_option in
882 --)
883 ac_dashdash=yes ;;
252b5132
RH
884
885 -bindir | --bindir | --bindi | --bind | --bin | --bi)
886 ac_prev=bindir ;;
887 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 888 bindir=$ac_optarg ;;
252b5132
RH
889
890 -build | --build | --buil | --bui | --bu)
42ecbf5e 891 ac_prev=build_alias ;;
252b5132 892 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 893 build_alias=$ac_optarg ;;
252b5132
RH
894
895 -cache-file | --cache-file | --cache-fil | --cache-fi \
896 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
897 ac_prev=cache_file ;;
898 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
899 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
900 cache_file=$ac_optarg ;;
901
902 --config-cache | -C)
903 cache_file=config.cache ;;
252b5132 904
81ecdfbb 905 -datadir | --datadir | --datadi | --datad)
252b5132 906 ac_prev=datadir ;;
81ecdfbb 907 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 908 datadir=$ac_optarg ;;
252b5132 909
81ecdfbb
RW
910 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
911 | --dataroo | --dataro | --datar)
912 ac_prev=datarootdir ;;
913 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
914 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
915 datarootdir=$ac_optarg ;;
916
252b5132 917 -disable-* | --disable-*)
81ecdfbb 918 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 919 # Reject names that are not valid shell variable names.
81ecdfbb
RW
920 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
921 as_fn_error "invalid feature name: $ac_useropt"
922 ac_useropt_orig=$ac_useropt
923 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
924 case $ac_user_opts in
925 *"
926"enable_$ac_useropt"
927"*) ;;
928 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
929 ac_unrecognized_sep=', ';;
930 esac
931 eval enable_$ac_useropt=no ;;
932
933 -docdir | --docdir | --docdi | --doc | --do)
934 ac_prev=docdir ;;
935 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
936 docdir=$ac_optarg ;;
937
938 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
939 ac_prev=dvidir ;;
940 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
941 dvidir=$ac_optarg ;;
252b5132
RH
942
943 -enable-* | --enable-*)
81ecdfbb 944 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 945 # Reject names that are not valid shell variable names.
81ecdfbb
RW
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
947 as_fn_error "invalid feature name: $ac_useropt"
948 ac_useropt_orig=$ac_useropt
949 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
951 *"
952"enable_$ac_useropt"
953"*) ;;
954 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
955 ac_unrecognized_sep=', ';;
252b5132 956 esac
81ecdfbb 957 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
958
959 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
960 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
961 | --exec | --exe | --ex)
962 ac_prev=exec_prefix ;;
963 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
964 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
965 | --exec=* | --exe=* | --ex=*)
42ecbf5e 966 exec_prefix=$ac_optarg ;;
252b5132
RH
967
968 -gas | --gas | --ga | --g)
969 # Obsolete; use --with-gas.
970 with_gas=yes ;;
971
42ecbf5e
DJ
972 -help | --help | --hel | --he | -h)
973 ac_init_help=long ;;
974 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
975 ac_init_help=recursive ;;
976 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
977 ac_init_help=short ;;
252b5132
RH
978
979 -host | --host | --hos | --ho)
42ecbf5e 980 ac_prev=host_alias ;;
252b5132 981 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 982 host_alias=$ac_optarg ;;
252b5132 983
81ecdfbb
RW
984 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
985 ac_prev=htmldir ;;
986 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
987 | --ht=*)
988 htmldir=$ac_optarg ;;
989
252b5132
RH
990 -includedir | --includedir | --includedi | --included | --include \
991 | --includ | --inclu | --incl | --inc)
992 ac_prev=includedir ;;
993 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
994 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 995 includedir=$ac_optarg ;;
252b5132
RH
996
997 -infodir | --infodir | --infodi | --infod | --info | --inf)
998 ac_prev=infodir ;;
999 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1000 infodir=$ac_optarg ;;
252b5132
RH
1001
1002 -libdir | --libdir | --libdi | --libd)
1003 ac_prev=libdir ;;
1004 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1005 libdir=$ac_optarg ;;
252b5132
RH
1006
1007 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1008 | --libexe | --libex | --libe)
1009 ac_prev=libexecdir ;;
1010 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1011 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1012 libexecdir=$ac_optarg ;;
252b5132 1013
81ecdfbb
RW
1014 -localedir | --localedir | --localedi | --localed | --locale)
1015 ac_prev=localedir ;;
1016 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1017 localedir=$ac_optarg ;;
1018
252b5132 1019 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1020 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1021 ac_prev=localstatedir ;;
1022 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1023 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1024 localstatedir=$ac_optarg ;;
252b5132
RH
1025
1026 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1027 ac_prev=mandir ;;
1028 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1029 mandir=$ac_optarg ;;
252b5132
RH
1030
1031 -nfp | --nfp | --nf)
1032 # Obsolete; use --without-fp.
1033 with_fp=no ;;
1034
1035 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1036 | --no-cr | --no-c | -n)
252b5132
RH
1037 no_create=yes ;;
1038
1039 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1040 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1041 no_recursion=yes ;;
1042
1043 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1044 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1045 | --oldin | --oldi | --old | --ol | --o)
1046 ac_prev=oldincludedir ;;
1047 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1048 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1049 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1050 oldincludedir=$ac_optarg ;;
252b5132
RH
1051
1052 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1053 ac_prev=prefix ;;
1054 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1055 prefix=$ac_optarg ;;
252b5132
RH
1056
1057 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1058 | --program-pre | --program-pr | --program-p)
1059 ac_prev=program_prefix ;;
1060 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1061 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1062 program_prefix=$ac_optarg ;;
252b5132
RH
1063
1064 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1065 | --program-suf | --program-su | --program-s)
1066 ac_prev=program_suffix ;;
1067 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1068 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1069 program_suffix=$ac_optarg ;;
252b5132
RH
1070
1071 -program-transform-name | --program-transform-name \
1072 | --program-transform-nam | --program-transform-na \
1073 | --program-transform-n | --program-transform- \
1074 | --program-transform | --program-transfor \
1075 | --program-transfo | --program-transf \
1076 | --program-trans | --program-tran \
1077 | --progr-tra | --program-tr | --program-t)
1078 ac_prev=program_transform_name ;;
1079 -program-transform-name=* | --program-transform-name=* \
1080 | --program-transform-nam=* | --program-transform-na=* \
1081 | --program-transform-n=* | --program-transform-=* \
1082 | --program-transform=* | --program-transfor=* \
1083 | --program-transfo=* | --program-transf=* \
1084 | --program-trans=* | --program-tran=* \
1085 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1086 program_transform_name=$ac_optarg ;;
252b5132 1087
81ecdfbb
RW
1088 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1089 ac_prev=pdfdir ;;
1090 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1091 pdfdir=$ac_optarg ;;
1092
1093 -psdir | --psdir | --psdi | --psd | --ps)
1094 ac_prev=psdir ;;
1095 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1096 psdir=$ac_optarg ;;
1097
252b5132
RH
1098 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1099 | -silent | --silent | --silen | --sile | --sil)
1100 silent=yes ;;
1101
1102 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1103 ac_prev=sbindir ;;
1104 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1105 | --sbi=* | --sb=*)
42ecbf5e 1106 sbindir=$ac_optarg ;;
252b5132
RH
1107
1108 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1109 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1110 | --sharedst | --shareds | --shared | --share | --shar \
1111 | --sha | --sh)
1112 ac_prev=sharedstatedir ;;
1113 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1114 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1115 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1116 | --sha=* | --sh=*)
42ecbf5e 1117 sharedstatedir=$ac_optarg ;;
252b5132
RH
1118
1119 -site | --site | --sit)
1120 ac_prev=site ;;
1121 -site=* | --site=* | --sit=*)
42ecbf5e 1122 site=$ac_optarg ;;
85fbca6a 1123
252b5132
RH
1124 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1125 ac_prev=srcdir ;;
1126 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1127 srcdir=$ac_optarg ;;
252b5132
RH
1128
1129 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1130 | --syscon | --sysco | --sysc | --sys | --sy)
1131 ac_prev=sysconfdir ;;
1132 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1133 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1134 sysconfdir=$ac_optarg ;;
252b5132
RH
1135
1136 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1137 ac_prev=target_alias ;;
252b5132 1138 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1139 target_alias=$ac_optarg ;;
252b5132
RH
1140
1141 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1142 verbose=yes ;;
1143
42ecbf5e
DJ
1144 -version | --version | --versio | --versi | --vers | -V)
1145 ac_init_version=: ;;
252b5132
RH
1146
1147 -with-* | --with-*)
81ecdfbb 1148 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1149 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156"with_$ac_useropt"
1157"*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
252b5132 1160 esac
81ecdfbb 1161 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1162
1163 -without-* | --without-*)
81ecdfbb 1164 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1165 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167 as_fn_error "invalid package name: $ac_useropt"
1168 ac_useropt_orig=$ac_useropt
1169 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1171 *"
1172"with_$ac_useropt"
1173"*) ;;
1174 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1175 ac_unrecognized_sep=', ';;
1176 esac
1177 eval with_$ac_useropt=no ;;
252b5132
RH
1178
1179 --x)
1180 # Obsolete; use --with-x.
1181 with_x=yes ;;
1182
1183 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1184 | --x-incl | --x-inc | --x-in | --x-i)
1185 ac_prev=x_includes ;;
1186 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1187 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1188 x_includes=$ac_optarg ;;
252b5132
RH
1189
1190 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1191 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1192 ac_prev=x_libraries ;;
1193 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1194 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1195 x_libraries=$ac_optarg ;;
252b5132 1196
81ecdfbb
RW
1197 -*) as_fn_error "unrecognized option: \`$ac_option'
1198Try \`$0 --help' for more information."
252b5132
RH
1199 ;;
1200
42ecbf5e
DJ
1201 *=*)
1202 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1203 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1204 case $ac_envvar in #(
1205 '' | [0-9]* | *[!_$as_cr_alnum]* )
1206 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1207 esac
1208 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1209 export $ac_envvar ;;
1210
252b5132 1211 *)
42ecbf5e 1212 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1213 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1214 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1215 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1216 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1217 ;;
1218
1219 esac
1220done
1221
1222if test -n "$ac_prev"; then
42ecbf5e 1223 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1224 as_fn_error "missing argument to $ac_option"
252b5132 1225fi
252b5132 1226
81ecdfbb
RW
1227if test -n "$ac_unrecognized_opts"; then
1228 case $enable_option_checking in
1229 no) ;;
1230 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1231 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1232 esac
81ecdfbb 1233fi
252b5132 1234
81ecdfbb
RW
1235# Check all directory arguments for consistency.
1236for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1237 datadir sysconfdir sharedstatedir localstatedir includedir \
1238 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1239 libdir localedir mandir
252b5132 1240do
81ecdfbb
RW
1241 eval ac_val=\$$ac_var
1242 # Remove trailing slashes.
1243 case $ac_val in
1244 */ )
1245 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1246 eval $ac_var=\$ac_val;;
1247 esac
1248 # Be sure to have absolute directory names.
42ecbf5e 1249 case $ac_val in
81ecdfbb
RW
1250 [\\/$]* | ?:[\\/]* ) continue;;
1251 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1252 esac
81ecdfbb 1253 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1254done
1255
42ecbf5e
DJ
1256# There might be people who depend on the old broken behavior: `$host'
1257# used to hold the argument of --host etc.
1258# FIXME: To remove some day.
1259build=$build_alias
1260host=$host_alias
1261target=$target_alias
1262
1263# FIXME: To remove some day.
1264if test "x$host_alias" != x; then
1265 if test "x$build_alias" = x; then
1266 cross_compiling=maybe
81ecdfbb 1267 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1268 If a cross compiler is detected then cross compile mode will be used." >&2
1269 elif test "x$build_alias" != "x$host_alias"; then
1270 cross_compiling=yes
1271 fi
1272fi
e5a52504 1273
42ecbf5e
DJ
1274ac_tool_prefix=
1275test -n "$host_alias" && ac_tool_prefix=$host_alias-
1276
1277test "$silent" = yes && exec 6>/dev/null
252b5132 1278
252b5132 1279
81ecdfbb
RW
1280ac_pwd=`pwd` && test -n "$ac_pwd" &&
1281ac_ls_di=`ls -di .` &&
1282ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1283 as_fn_error "working directory cannot be determined"
1284test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1285 as_fn_error "pwd does not report name of working directory"
1286
1287
252b5132
RH
1288# Find the source files, if location was not specified.
1289if test -z "$srcdir"; then
1290 ac_srcdir_defaulted=yes
81ecdfbb
RW
1291 # Try the directory containing this script, then the parent directory.
1292 ac_confdir=`$as_dirname -- "$as_myself" ||
1293$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1294 X"$as_myself" : 'X\(//\)[^/]' \| \
1295 X"$as_myself" : 'X\(//\)$' \| \
1296 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1297$as_echo X"$as_myself" |
1298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\/\)[^/].*/{
1303 s//\1/
1304 q
1305 }
1306 /^X\(\/\/\)$/{
1307 s//\1/
1308 q
1309 }
1310 /^X\(\/\).*/{
1311 s//\1/
1312 q
1313 }
1314 s/.*/./; q'`
252b5132 1315 srcdir=$ac_confdir
81ecdfbb 1316 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1317 srcdir=..
1318 fi
1319else
1320 ac_srcdir_defaulted=no
1321fi
81ecdfbb
RW
1322if test ! -r "$srcdir/$ac_unique_file"; then
1323 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1324 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1325fi
1326ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1327ac_abs_confdir=`(
1328 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1329 pwd)`
1330# When building in place, set srcdir=.
1331if test "$ac_abs_confdir" = "$ac_pwd"; then
1332 srcdir=.
1333fi
1334# Remove unnecessary trailing slashes from srcdir.
1335# Double slashes in file names in object file debugging info
1336# mess up M-x gdb in Emacs.
1337case $srcdir in
1338*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1339esac
1340for ac_var in $ac_precious_vars; do
1341 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1342 eval ac_env_${ac_var}_value=\$${ac_var}
1343 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1344 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1345done
252b5132 1346
42ecbf5e
DJ
1347#
1348# Report the --help message.
1349#
1350if test "$ac_init_help" = "long"; then
1351 # Omit some internal or obsolete options to make the list less imposing.
1352 # This message is too long to be a string in the A/UX 3.1 sh.
1353 cat <<_ACEOF
99b5dbf2 1354\`configure' configures ld 2.28.51 to adapt to many kinds of systems.
252b5132 1355
42ecbf5e 1356Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1357
42ecbf5e
DJ
1358To assign environment variables (e.g., CC, CFLAGS...), specify them as
1359VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1360
42ecbf5e 1361Defaults for the options are specified in brackets.
ac48eca1 1362
42ecbf5e
DJ
1363Configuration:
1364 -h, --help display this help and exit
1365 --help=short display options specific to this package
1366 --help=recursive display the short help of all the included packages
1367 -V, --version display version information and exit
1368 -q, --quiet, --silent do not print \`checking...' messages
1369 --cache-file=FILE cache test results in FILE [disabled]
1370 -C, --config-cache alias for \`--cache-file=config.cache'
1371 -n, --no-create do not create output files
1372 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1373
42ecbf5e
DJ
1374Installation directories:
1375 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1376 [$ac_default_prefix]
42ecbf5e 1377 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1378 [PREFIX]
ac48eca1 1379
42ecbf5e
DJ
1380By default, \`make install' will install all the files in
1381\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1382an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1383for instance \`--prefix=\$HOME'.
ac48eca1 1384
42ecbf5e 1385For better control, use the options below.
ac48eca1 1386
42ecbf5e 1387Fine tuning of the installation directories:
81ecdfbb
RW
1388 --bindir=DIR user executables [EPREFIX/bin]
1389 --sbindir=DIR system admin executables [EPREFIX/sbin]
1390 --libexecdir=DIR program executables [EPREFIX/libexec]
1391 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1392 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1393 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1394 --libdir=DIR object code libraries [EPREFIX/lib]
1395 --includedir=DIR C header files [PREFIX/include]
1396 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1397 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1398 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1399 --infodir=DIR info documentation [DATAROOTDIR/info]
1400 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1401 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1402 --docdir=DIR documentation root [DATAROOTDIR/doc/ld]
81ecdfbb
RW
1403 --htmldir=DIR html documentation [DOCDIR]
1404 --dvidir=DIR dvi documentation [DOCDIR]
1405 --pdfdir=DIR pdf documentation [DOCDIR]
1406 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1407_ACEOF
ac48eca1 1408
42ecbf5e 1409 cat <<\_ACEOF
252b5132 1410
42ecbf5e
DJ
1411Program names:
1412 --program-prefix=PREFIX prepend PREFIX to installed program names
1413 --program-suffix=SUFFIX append SUFFIX to installed program names
1414 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1415
42ecbf5e
DJ
1416System types:
1417 --build=BUILD configure for building on BUILD [guessed]
1418 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1419 --target=TARGET configure for building compilers for TARGET [HOST]
1420_ACEOF
252b5132 1421fi
252b5132 1422
42ecbf5e 1423if test -n "$ac_init_help"; then
2e98a7bd 1424 case $ac_init_help in
99b5dbf2 1425 short | recursive ) echo "Configuration of ld 2.28.51:";;
2e98a7bd 1426 esac
42ecbf5e 1427 cat <<\_ACEOF
e5a52504 1428
42ecbf5e 1429Optional Features:
81ecdfbb 1430 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1431 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1432 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1433 --disable-dependency-tracking speeds up one-time build
1434 --enable-dependency-tracking do not reject slow dependency extractors
64ac50ac
RW
1435 --enable-maintainer-mode enable make rules and dependencies not useful
1436 (and sometimes confusing) to the casual installer
b879806f
AM
1437 --enable-shared[=PKGS] build shared libraries [default=yes]
1438 --enable-static[=PKGS] build static libraries [default=yes]
1439 --enable-fast-install[=PKGS]
1440 optimize for fast installation [default=yes]
1441 --disable-libtool-lock avoid locking (might break parallel builds)
1442 --enable-plugins Enable support for plugins
1443 --disable-largefile omit support for large files
ce2cded5
L
1444 --enable-targets alternative target configurations
1445 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
c7791212 1446 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7fb9f789
NC
1447 --enable-got=<type> GOT handling scheme (target, single, negative,
1448 multigot)
4894d80b
L
1449 --enable-compressed-debug-sections={all,ld,none}
1450 compress debug sections by default]
6734f10a 1451 --enable-new-dtags set DT_RUNPATH instead of DT_RPATH by default]
647e4d46 1452 --enable-relro enable -z relro in ELF linker by default
ce2cded5
L
1453 --enable-werror treat compile warnings as errors
1454 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1455 --disable-nls do not use Native Language Support
26e3a0c9 1456 --disable-initfini-array do not use .init_array/.fini_array sections
42ecbf5e
DJ
1457
1458Optional Packages:
1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1461 --with-pic try to use only PIC/non-PIC objects [default=use
1462 both]
1463 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
b879806f
AM
1464 --with-lib-path=dir1:dir2... set default LIB_PATH
1465 --with-sysroot=DIR Search for usr/lib et al within DIR.
42ecbf5e
DJ
1466
1467Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
81ecdfbb
RW
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
3cb62297
L
1475 CXX C++ compiler command
1476 CXXFLAGS C++ compiler flags
b879806f 1477 CPP C preprocessor
3cb62297 1478 CXXCPP C++ preprocessor
81ecdfbb
RW
1479 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1480 the first program found out of: `bison -y', `byacc', `yacc'.
1481 YFLAGS The list of arguments that will be passed by default to $YACC.
1482 This script will default YFLAGS to the empty string to avoid a
1483 default value of `-d' given by some make applications.
42ecbf5e
DJ
1484
1485Use these variables to override the choices made by `configure' or to help
1486it to find libraries and programs with nonstandard names/locations.
1487
81ecdfbb 1488Report bugs to the package provider.
42ecbf5e 1489_ACEOF
81ecdfbb 1490ac_status=$?
42ecbf5e
DJ
1491fi
1492
1493if test "$ac_init_help" = "recursive"; then
1494 # If there are subdirs, report their specific --help.
42ecbf5e 1495 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1496 test -d "$ac_dir" ||
1497 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1498 continue
42ecbf5e
DJ
1499 ac_builddir=.
1500
81ecdfbb
RW
1501case "$ac_dir" in
1502.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1503*)
1504 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1505 # A ".." for each directory in $ac_dir_suffix.
1506 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1507 case $ac_top_builddir_sub in
1508 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1509 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1510 esac ;;
1511esac
1512ac_abs_top_builddir=$ac_pwd
1513ac_abs_builddir=$ac_pwd$ac_dir_suffix
1514# for backward compatibility:
1515ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
1516
1517case $srcdir in
81ecdfbb 1518 .) # We are building in place.
42ecbf5e 1519 ac_srcdir=.
81ecdfbb
RW
1520 ac_top_srcdir=$ac_top_builddir_sub
1521 ac_abs_top_srcdir=$ac_pwd ;;
1522 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1523 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1524 ac_top_srcdir=$srcdir
1525 ac_abs_top_srcdir=$srcdir ;;
1526 *) # Relative name.
1527 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1528 ac_top_srcdir=$ac_top_build_prefix$srcdir
1529 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 1530esac
81ecdfbb
RW
1531ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1532
1533 cd "$ac_dir" || { ac_status=$?; continue; }
1534 # Check for guested configure.
1535 if test -f "$ac_srcdir/configure.gnu"; then
1536 echo &&
1537 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1538 elif test -f "$ac_srcdir/configure"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1541 else
81ecdfbb
RW
1542 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1543 fi || ac_status=$?
1544 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e 1545 done
a2d91340
AC
1546fi
1547
81ecdfbb 1548test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1549if $ac_init_version; then
1550 cat <<\_ACEOF
99b5dbf2 1551ld configure 2.28.51
81ecdfbb 1552generated by GNU Autoconf 2.64
a2d91340 1553
81ecdfbb 1554Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1555This configure script is free software; the Free Software Foundation
1556gives unlimited permission to copy, distribute and modify it.
1557_ACEOF
81ecdfbb 1558 exit
42ecbf5e 1559fi
a2d91340 1560
81ecdfbb
RW
1561## ------------------------ ##
1562## Autoconf initialization. ##
1563## ------------------------ ##
a2d91340 1564
81ecdfbb
RW
1565# ac_fn_c_try_compile LINENO
1566# --------------------------
1567# Try to compile conftest.$ac_ext, and return whether this succeeded.
1568ac_fn_c_try_compile ()
1569{
1570 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1571 rm -f conftest.$ac_objext
1572 if { { ac_try="$ac_compile"
1573case "(($ac_try" in
1574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1575 *) ac_try_echo=$ac_try;;
1576esac
1577eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1578$as_echo "$ac_try_echo"; } >&5
1579 (eval "$ac_compile") 2>conftest.err
1580 ac_status=$?
1581 if test -s conftest.err; then
1582 grep -v '^ *+' conftest.err >conftest.er1
1583 cat conftest.er1 >&5
1584 mv -f conftest.er1 conftest.err
1585 fi
1586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1587 test $ac_status = 0; } && {
1588 test -z "$ac_c_werror_flag" ||
1589 test ! -s conftest.err
1590 } && test -s conftest.$ac_objext; then :
1591 ac_retval=0
1592else
1593 $as_echo "$as_me: failed program was:" >&5
1594sed 's/^/| /' conftest.$ac_ext >&5
a2d91340 1595
81ecdfbb
RW
1596 ac_retval=1
1597fi
1598 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1599 return $ac_retval
1600
1601} # ac_fn_c_try_compile
1602
1603# ac_fn_c_try_link LINENO
1604# -----------------------
1605# Try to link conftest.$ac_ext, and return whether this succeeded.
1606ac_fn_c_try_link ()
42ecbf5e 1607{
81ecdfbb
RW
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 rm -f conftest.$ac_objext conftest$ac_exeext
1610 if { { ac_try="$ac_link"
1611case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614esac
1615eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616$as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_link") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1623 fi
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } && {
1626 test -z "$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 } && test -s conftest$ac_exeext && {
1629 test "$cross_compiling" = yes ||
1630 $as_test_x conftest$ac_exeext
1631 }; then :
1632 ac_retval=0
1633else
1634 $as_echo "$as_me: failed program was:" >&5
1635sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1636
81ecdfbb
RW
1637 ac_retval=1
1638fi
1639 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1640 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1641 # interfere with the next link command; also delete a directory that is
1642 # left behind by Apple's compiler. We do this before executing the actions.
1643 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1644 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1645 return $ac_retval
42ecbf5e 1646
81ecdfbb 1647} # ac_fn_c_try_link
42ecbf5e 1648
b879806f
AM
1649# ac_fn_cxx_try_compile LINENO
1650# ----------------------------
1651# Try to compile conftest.$ac_ext, and return whether this succeeded.
1652ac_fn_cxx_try_compile ()
81ecdfbb
RW
1653{
1654 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
b879806f
AM
1655 rm -f conftest.$ac_objext
1656 if { { ac_try="$ac_compile"
81ecdfbb
RW
1657case "(($ac_try" in
1658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1659 *) ac_try_echo=$ac_try;;
1660esac
1661eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1662$as_echo "$ac_try_echo"; } >&5
b879806f 1663 (eval "$ac_compile") 2>conftest.err
81ecdfbb
RW
1664 ac_status=$?
1665 if test -s conftest.err; then
1666 grep -v '^ *+' conftest.err >conftest.er1
1667 cat conftest.er1 >&5
1668 mv -f conftest.er1 conftest.err
1669 fi
1670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
b879806f
AM
1671 test $ac_status = 0; } && {
1672 test -z "$ac_cxx_werror_flag" ||
81ecdfbb 1673 test ! -s conftest.err
b879806f 1674 } && test -s conftest.$ac_objext; then :
81ecdfbb
RW
1675 ac_retval=0
1676else
1677 $as_echo "$as_me: failed program was:" >&5
1678sed 's/^/| /' conftest.$ac_ext >&5
1679
b879806f 1680 ac_retval=1
81ecdfbb
RW
1681fi
1682 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1683 return $ac_retval
1684
b879806f 1685} # ac_fn_cxx_try_compile
81ecdfbb 1686
b879806f
AM
1687# ac_fn_c_try_cpp LINENO
1688# ----------------------
1689# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_cpp ()
3cb62297
L
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
b879806f 1693 if { { ac_try="$ac_cpp conftest.$ac_ext"
3cb62297
L
1694case "(($ac_try" in
1695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1696 *) ac_try_echo=$ac_try;;
1697esac
1698eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1699$as_echo "$ac_try_echo"; } >&5
b879806f 1700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3cb62297
L
1701 ac_status=$?
1702 if test -s conftest.err; then
1703 grep -v '^ *+' conftest.err >conftest.er1
1704 cat conftest.er1 >&5
1705 mv -f conftest.er1 conftest.err
1706 fi
1707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
b879806f
AM
1708 test $ac_status = 0; } >/dev/null && {
1709 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3cb62297 1710 test ! -s conftest.err
b879806f 1711 }; then :
3cb62297
L
1712 ac_retval=0
1713else
1714 $as_echo "$as_me: failed program was:" >&5
1715sed 's/^/| /' conftest.$ac_ext >&5
1716
b879806f 1717 ac_retval=1
3cb62297
L
1718fi
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 return $ac_retval
1721
b879806f 1722} # ac_fn_c_try_cpp
3cb62297 1723
81ecdfbb
RW
1724# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1725# -------------------------------------------------------
1726# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1727# the include files in INCLUDES and setting the cache variable VAR
1728# accordingly.
1729ac_fn_c_check_header_mongrel ()
1730{
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1734$as_echo_n "checking for $2... " >&6; }
1735if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1736 $as_echo_n "(cached) " >&6
1737fi
1738eval ac_res=\$$3
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1740$as_echo "$ac_res" >&6; }
1741else
1742 # Is the header compilable?
1743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1744$as_echo_n "checking $2 usability... " >&6; }
1745cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1746/* end confdefs.h. */
1747$4
1748#include <$2>
1749_ACEOF
1750if ac_fn_c_try_compile "$LINENO"; then :
1751 ac_header_compiler=yes
1752else
1753 ac_header_compiler=no
1754fi
1755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1757$as_echo "$ac_header_compiler" >&6; }
1758
1759# Is the header present?
1760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1761$as_echo_n "checking $2 presence... " >&6; }
1762cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1763/* end confdefs.h. */
1764#include <$2>
1765_ACEOF
1766if ac_fn_c_try_cpp "$LINENO"; then :
1767 ac_header_preproc=yes
1768else
1769 ac_header_preproc=no
1770fi
1771rm -f conftest.err conftest.$ac_ext
1772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1773$as_echo "$ac_header_preproc" >&6; }
1774
1775# So? What about this header?
1776case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1777 yes:no: )
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1779$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1781$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1782 ;;
1783 no:yes:* )
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1785$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1787$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1789$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1791$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1793$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1794 ;;
1795esac
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797$as_echo_n "checking for $2... " >&6; }
1798if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799 $as_echo_n "(cached) " >&6
1800else
1801 eval "$3=\$ac_header_compiler"
1802fi
1803eval ac_res=\$$3
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1805$as_echo "$ac_res" >&6; }
1806fi
1807 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1808
1809} # ac_fn_c_check_header_mongrel
1810
1811# ac_fn_c_try_run LINENO
1812# ----------------------
1813# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1814# that executables *can* be run.
1815ac_fn_c_try_run ()
1816{
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 if { { ac_try="$ac_link"
1819case "(($ac_try" in
1820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1821 *) ac_try_echo=$ac_try;;
1822esac
1823eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1824$as_echo "$ac_try_echo"; } >&5
1825 (eval "$ac_link") 2>&5
1826 ac_status=$?
1827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1828 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1829 { { case "(($ac_try" in
1830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1831 *) ac_try_echo=$ac_try;;
1832esac
1833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1834$as_echo "$ac_try_echo"; } >&5
1835 (eval "$ac_try") 2>&5
1836 ac_status=$?
1837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838 test $ac_status = 0; }; }; then :
1839 ac_retval=0
1840else
1841 $as_echo "$as_me: program exited with status $ac_status" >&5
1842 $as_echo "$as_me: failed program was:" >&5
1843sed 's/^/| /' conftest.$ac_ext >&5
1844
1845 ac_retval=$ac_status
1846fi
1847 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1848 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1849 return $ac_retval
1850
1851} # ac_fn_c_try_run
1852
1853# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1854# -------------------------------------------------------
1855# Tests whether HEADER exists and can be compiled using the include files in
1856# INCLUDES, setting the cache variable VAR accordingly.
1857ac_fn_c_check_header_compile ()
1858{
1859 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1861$as_echo_n "checking for $2... " >&6; }
1862if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1863 $as_echo_n "(cached) " >&6
1864else
1865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1866/* end confdefs.h. */
1867$4
1868#include <$2>
1869_ACEOF
1870if ac_fn_c_try_compile "$LINENO"; then :
1871 eval "$3=yes"
1872else
1873 eval "$3=no"
1874fi
1875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1876fi
1877eval ac_res=\$$3
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1879$as_echo "$ac_res" >&6; }
1880 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1881
1882} # ac_fn_c_check_header_compile
1883
1884# ac_fn_c_check_func LINENO FUNC VAR
1885# ----------------------------------
1886# Tests whether FUNC exists, setting the cache variable VAR accordingly
1887ac_fn_c_check_func ()
1888{
1889 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1891$as_echo_n "checking for $2... " >&6; }
1892if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1893 $as_echo_n "(cached) " >&6
1894else
1895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1896/* end confdefs.h. */
1897/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1898 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1899#define $2 innocuous_$2
1900
1901/* System header to define __stub macros and hopefully few prototypes,
1902 which can conflict with char $2 (); below.
1903 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1904 <limits.h> exists even on freestanding compilers. */
1905
1906#ifdef __STDC__
1907# include <limits.h>
1908#else
1909# include <assert.h>
1910#endif
1911
1912#undef $2
1913
1914/* Override any GCC internal prototype to avoid an error.
1915 Use char because int might match the return type of a GCC
1916 builtin and then its argument prototype would still apply. */
1917#ifdef __cplusplus
1918extern "C"
1919#endif
1920char $2 ();
1921/* The GNU C library defines this for functions which it implements
1922 to always fail with ENOSYS. Some functions are actually named
1923 something starting with __ and the normal name is an alias. */
1924#if defined __stub_$2 || defined __stub___$2
1925choke me
1926#endif
1927
1928int
1929main ()
1930{
1931return $2 ();
1932 ;
1933 return 0;
1934}
1935_ACEOF
1936if ac_fn_c_try_link "$LINENO"; then :
1937 eval "$3=yes"
1938else
1939 eval "$3=no"
1940fi
1941rm -f core conftest.err conftest.$ac_objext \
1942 conftest$ac_exeext conftest.$ac_ext
1943fi
1944eval ac_res=\$$3
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1946$as_echo "$ac_res" >&6; }
1947 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1948
1949} # ac_fn_c_check_func
1950
3cb62297
L
1951# ac_fn_cxx_try_cpp LINENO
1952# ------------------------
1953# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1954ac_fn_cxx_try_cpp ()
1955{
1956 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1957 if { { ac_try="$ac_cpp conftest.$ac_ext"
1958case "(($ac_try" in
1959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1960 *) ac_try_echo=$ac_try;;
1961esac
1962eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1963$as_echo "$ac_try_echo"; } >&5
1964 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1965 ac_status=$?
1966 if test -s conftest.err; then
1967 grep -v '^ *+' conftest.err >conftest.er1
1968 cat conftest.er1 >&5
1969 mv -f conftest.er1 conftest.err
1970 fi
1971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1972 test $ac_status = 0; } >/dev/null && {
1973 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1974 test ! -s conftest.err
1975 }; then :
1976 ac_retval=0
1977else
1978 $as_echo "$as_me: failed program was:" >&5
1979sed 's/^/| /' conftest.$ac_ext >&5
1980
1981 ac_retval=1
1982fi
1983 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1984 return $ac_retval
1985
1986} # ac_fn_cxx_try_cpp
1987
1988# ac_fn_cxx_try_link LINENO
1989# -------------------------
1990# Try to link conftest.$ac_ext, and return whether this succeeded.
1991ac_fn_cxx_try_link ()
1992{
1993 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994 rm -f conftest.$ac_objext conftest$ac_exeext
1995 if { { ac_try="$ac_link"
1996case "(($ac_try" in
1997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1998 *) ac_try_echo=$ac_try;;
1999esac
2000eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2001$as_echo "$ac_try_echo"; } >&5
2002 (eval "$ac_link") 2>conftest.err
2003 ac_status=$?
2004 if test -s conftest.err; then
2005 grep -v '^ *+' conftest.err >conftest.er1
2006 cat conftest.er1 >&5
2007 mv -f conftest.er1 conftest.err
2008 fi
2009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2010 test $ac_status = 0; } && {
2011 test -z "$ac_cxx_werror_flag" ||
2012 test ! -s conftest.err
2013 } && test -s conftest$ac_exeext && {
2014 test "$cross_compiling" = yes ||
2015 $as_test_x conftest$ac_exeext
2016 }; then :
2017 ac_retval=0
2018else
2019 $as_echo "$as_me: failed program was:" >&5
2020sed 's/^/| /' conftest.$ac_ext >&5
2021
2022 ac_retval=1
2023fi
2024 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2025 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2026 # interfere with the next link command; also delete a directory that is
2027 # left behind by Apple's compiler. We do this before executing the actions.
2028 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2029 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2030 return $ac_retval
2031
2032} # ac_fn_cxx_try_link
2033
81ecdfbb
RW
2034# ac_fn_c_check_decl LINENO SYMBOL VAR
2035# ------------------------------------
2036# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2037ac_fn_c_check_decl ()
2038{
2039 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2040 as_decl_name=`echo $2|sed 's/ *(.*//'`
2041 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2043$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2044if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2045 $as_echo_n "(cached) " >&6
2046else
2047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2048/* end confdefs.h. */
2049$4
2050int
2051main ()
2052{
360cfc9c
AM
2053#ifndef $as_decl_name
2054#ifdef __cplusplus
2055 (void) $as_decl_use;
2056#else
2057 (void) $as_decl_name;
2058#endif
81ecdfbb
RW
2059#endif
2060
2061 ;
2062 return 0;
2063}
2064_ACEOF
2065if ac_fn_c_try_compile "$LINENO"; then :
2066 eval "$3=yes"
2067else
2068 eval "$3=no"
2069fi
2070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2071fi
2072eval ac_res=\$$3
2073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2074$as_echo "$ac_res" >&6; }
2075 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2076
2077} # ac_fn_c_check_decl
2078
2079# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2080# --------------------------------------------
2081# Tries to find the compile-time value of EXPR in a program that includes
2082# INCLUDES, setting VAR accordingly. Returns whether the value could be
2083# computed
2084ac_fn_c_compute_int ()
2085{
2086 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2087 if test "$cross_compiling" = yes; then
2088 # Depending upon the size, compute the lo and hi bounds.
2089cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090/* end confdefs.h. */
2091$4
2092int
2093main ()
2094{
2095static int test_array [1 - 2 * !(($2) >= 0)];
2096test_array [0] = 0
2097
2098 ;
2099 return 0;
2100}
2101_ACEOF
2102if ac_fn_c_try_compile "$LINENO"; then :
2103 ac_lo=0 ac_mid=0
2104 while :; do
2105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2106/* end confdefs.h. */
2107$4
2108int
2109main ()
2110{
2111static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2112test_array [0] = 0
2113
2114 ;
2115 return 0;
2116}
2117_ACEOF
2118if ac_fn_c_try_compile "$LINENO"; then :
2119 ac_hi=$ac_mid; break
2120else
2121 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2122 if test $ac_lo -le $ac_mid; then
2123 ac_lo= ac_hi=
2124 break
2125 fi
2126 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2127fi
2128rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2129 done
2130else
2131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2132/* end confdefs.h. */
2133$4
2134int
2135main ()
2136{
2137static int test_array [1 - 2 * !(($2) < 0)];
2138test_array [0] = 0
2139
2140 ;
2141 return 0;
2142}
2143_ACEOF
2144if ac_fn_c_try_compile "$LINENO"; then :
2145 ac_hi=-1 ac_mid=-1
2146 while :; do
2147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2148/* end confdefs.h. */
2149$4
2150int
2151main ()
2152{
2153static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2154test_array [0] = 0
2155
2156 ;
2157 return 0;
2158}
2159_ACEOF
2160if ac_fn_c_try_compile "$LINENO"; then :
2161 ac_lo=$ac_mid; break
2162else
2163 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2164 if test $ac_mid -le $ac_hi; then
2165 ac_lo= ac_hi=
2166 break
2167 fi
2168 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2169fi
2170rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2171 done
2172else
2173 ac_lo= ac_hi=
2174fi
2175rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2176fi
2177rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2178# Binary search between lo and hi bounds.
2179while test "x$ac_lo" != "x$ac_hi"; do
2180 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2182/* end confdefs.h. */
2183$4
2184int
2185main ()
2186{
2187static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2188test_array [0] = 0
2189
2190 ;
2191 return 0;
2192}
2193_ACEOF
2194if ac_fn_c_try_compile "$LINENO"; then :
2195 ac_hi=$ac_mid
2196else
2197 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2198fi
2199rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2200done
2201case $ac_lo in #((
2202?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2203'') ac_retval=1 ;;
2204esac
2205 else
2206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2207/* end confdefs.h. */
2208$4
2209static long int longval () { return $2; }
2210static unsigned long int ulongval () { return $2; }
2211#include <stdio.h>
2212#include <stdlib.h>
2213int
2214main ()
2215{
2216
2217 FILE *f = fopen ("conftest.val", "w");
2218 if (! f)
2219 return 1;
2220 if (($2) < 0)
2221 {
2222 long int i = longval ();
2223 if (i != ($2))
2224 return 1;
2225 fprintf (f, "%ld", i);
2226 }
2227 else
2228 {
2229 unsigned long int i = ulongval ();
2230 if (i != ($2))
2231 return 1;
2232 fprintf (f, "%lu", i);
2233 }
2234 /* Do not output a trailing newline, as this causes \r\n confusion
2235 on some platforms. */
2236 return ferror (f) || fclose (f) != 0;
2237
2238 ;
2239 return 0;
2240}
2241_ACEOF
2242if ac_fn_c_try_run "$LINENO"; then :
2243 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2244else
2245 ac_retval=1
2246fi
2247rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2248 conftest.$ac_objext conftest.beam conftest.$ac_ext
2249rm -f conftest.val
2250
2251 fi
2252 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2253 return $ac_retval
2254
2255} # ac_fn_c_compute_int
2256cat >config.log <<_ACEOF
2257This file contains any messages produced by compilers while
2258running configure, to aid debugging if configure makes a mistake.
2259
99b5dbf2 2260It was created by ld $as_me 2.28.51, which was
81ecdfbb
RW
2261generated by GNU Autoconf 2.64. Invocation command line was
2262
2263 $ $0 $@
2264
2265_ACEOF
2266exec 5>>config.log
2267{
2268cat <<_ASUNAME
2269## --------- ##
2270## Platform. ##
2271## --------- ##
2272
2273hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2274uname -m = `(uname -m) 2>/dev/null || echo unknown`
2275uname -r = `(uname -r) 2>/dev/null || echo unknown`
2276uname -s = `(uname -s) 2>/dev/null || echo unknown`
2277uname -v = `(uname -v) 2>/dev/null || echo unknown`
2278
2279/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2280/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2281
2282/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2283/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2284/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2285/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2286/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2287/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2288/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2289
2290_ASUNAME
2291
2292as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2293for as_dir in $PATH
2294do
2295 IFS=$as_save_IFS
2296 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2297 $as_echo "PATH: $as_dir"
2298 done
2299IFS=$as_save_IFS
252b5132 2300
42ecbf5e 2301} >&5
5d64ca4e 2302
42ecbf5e 2303cat >&5 <<_ACEOF
5d64ca4e 2304
5d64ca4e 2305
42ecbf5e
DJ
2306## ----------- ##
2307## Core tests. ##
2308## ----------- ##
5d64ca4e 2309
42ecbf5e 2310_ACEOF
2469cfa2 2311
42ecbf5e
DJ
2312
2313# Keep a trace of the command line.
2314# Strip out --no-create and --no-recursion so they do not pile up.
2315# Strip out --silent because we don't want to record it for future runs.
2316# Also quote any args containing shell meta-characters.
2317# Make two passes to allow for proper duplicate-argument suppression.
2318ac_configure_args=
2319ac_configure_args0=
2320ac_configure_args1=
42ecbf5e
DJ
2321ac_must_keep_next=false
2322for ac_pass in 1 2
2323do
2324 for ac_arg
2325 do
2326 case $ac_arg in
2327 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2328 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2329 | -silent | --silent | --silen | --sile | --sil)
2330 continue ;;
81ecdfbb
RW
2331 *\'*)
2332 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2333 esac
2334 case $ac_pass in
81ecdfbb 2335 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2336 2)
81ecdfbb 2337 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2338 if test $ac_must_keep_next = true; then
2339 ac_must_keep_next=false # Got value, back to normal.
2340 else
2341 case $ac_arg in
2342 *=* | --config-cache | -C | -disable-* | --disable-* \
2343 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2344 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2345 | -with-* | --with-* | -without-* | --without-* | --x)
2346 case "$ac_configure_args0 " in
2347 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2348 esac
2349 ;;
2350 -* ) ac_must_keep_next=true ;;
2351 esac
2352 fi
81ecdfbb 2353 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2354 ;;
2355 esac
2356 done
2357done
81ecdfbb
RW
2358{ ac_configure_args0=; unset ac_configure_args0;}
2359{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2360
2361# When interrupted or exit'd, cleanup temporary files, and complete
2362# config.log. We remove comments because anyway the quotes in there
2363# would cause problems or look ugly.
81ecdfbb
RW
2364# WARNING: Use '\'' to represent an apostrophe within the trap.
2365# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2366trap 'exit_status=$?
2367 # Save into config.log some information that might help in debugging.
2368 {
2369 echo
2370
2371 cat <<\_ASBOX
2372## ---------------- ##
2373## Cache variables. ##
2374## ---------------- ##
2375_ASBOX
2376 echo
2377 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2378(
2379 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2380 eval ac_val=\$$ac_var
2381 case $ac_val in #(
2382 *${as_nl}*)
2383 case $ac_var in #(
2384 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2385$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2386 esac
2387 case $ac_var in #(
2388 _ | IFS | as_nl) ;; #(
2389 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2390 *) { eval $ac_var=; unset $ac_var;} ;;
2391 esac ;;
2392 esac
2393 done
42ecbf5e 2394 (set) 2>&1 |
81ecdfbb
RW
2395 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2396 *${as_nl}ac_space=\ *)
42ecbf5e 2397 sed -n \
81ecdfbb
RW
2398 "s/'\''/'\''\\\\'\'''\''/g;
2399 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2400 ;; #(
42ecbf5e 2401 *)
81ecdfbb 2402 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2403 ;;
81ecdfbb
RW
2404 esac |
2405 sort
2406)
42ecbf5e
DJ
2407 echo
2408
2409 cat <<\_ASBOX
2410## ----------------- ##
2411## Output variables. ##
2412## ----------------- ##
2413_ASBOX
2414 echo
2415 for ac_var in $ac_subst_vars
2416 do
81ecdfbb
RW
2417 eval ac_val=\$$ac_var
2418 case $ac_val in
2419 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2420 esac
2421 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2422 done | sort
2423 echo
2424
2425 if test -n "$ac_subst_files"; then
2426 cat <<\_ASBOX
81ecdfbb
RW
2427## ------------------- ##
2428## File substitutions. ##
2429## ------------------- ##
42ecbf5e
DJ
2430_ASBOX
2431 echo
2432 for ac_var in $ac_subst_files
2433 do
81ecdfbb
RW
2434 eval ac_val=\$$ac_var
2435 case $ac_val in
2436 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2437 esac
2438 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2439 done | sort
2440 echo
2441 fi
2442
2443 if test -s confdefs.h; then
2444 cat <<\_ASBOX
2445## ----------- ##
2446## confdefs.h. ##
2447## ----------- ##
2448_ASBOX
2449 echo
81ecdfbb 2450 cat confdefs.h
42ecbf5e
DJ
2451 echo
2452 fi
2453 test "$ac_signal" != 0 &&
81ecdfbb
RW
2454 $as_echo "$as_me: caught signal $ac_signal"
2455 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2456 } >&5
81ecdfbb
RW
2457 rm -f core *.core core.conftest.* &&
2458 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2459 exit $exit_status
81ecdfbb 2460' 0
42ecbf5e 2461for ac_signal in 1 2 13 15; do
81ecdfbb 2462 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2463done
2464ac_signal=0
2465
2466# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2467rm -f -r conftest* confdefs.h
2468
2469$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2470
2471# Predefined preprocessor variables.
2472
2473cat >>confdefs.h <<_ACEOF
2474#define PACKAGE_NAME "$PACKAGE_NAME"
2475_ACEOF
2476
42ecbf5e
DJ
2477cat >>confdefs.h <<_ACEOF
2478#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2479_ACEOF
2480
42ecbf5e
DJ
2481cat >>confdefs.h <<_ACEOF
2482#define PACKAGE_VERSION "$PACKAGE_VERSION"
2483_ACEOF
2484
42ecbf5e
DJ
2485cat >>confdefs.h <<_ACEOF
2486#define PACKAGE_STRING "$PACKAGE_STRING"
2487_ACEOF
2488
42ecbf5e
DJ
2489cat >>confdefs.h <<_ACEOF
2490#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2491_ACEOF
2492
81ecdfbb
RW
2493cat >>confdefs.h <<_ACEOF
2494#define PACKAGE_URL "$PACKAGE_URL"
2495_ACEOF
2496
42ecbf5e
DJ
2497
2498# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2499# Prefer an explicitly selected file to automatically selected ones.
2500ac_site_file1=NONE
2501ac_site_file2=NONE
2502if test -n "$CONFIG_SITE"; then
2503 ac_site_file1=$CONFIG_SITE
2504elif test "x$prefix" != xNONE; then
2505 ac_site_file1=$prefix/share/config.site
2506 ac_site_file2=$prefix/etc/config.site
2507else
2508 ac_site_file1=$ac_default_prefix/share/config.site
2509 ac_site_file2=$ac_default_prefix/etc/config.site
2510fi
2511for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2512do
2513 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2514 if test -r "$ac_site_file"; then
81ecdfbb
RW
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2516$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2517 sed 's/^/| /' "$ac_site_file" >&5
2518 . "$ac_site_file"
2519 fi
2520done
2521
2522if test -r "$cache_file"; then
2523 # Some versions of bash will fail to source /dev/null (special
2524 # files actually), so we avoid doing that.
2525 if test -f "$cache_file"; then
81ecdfbb
RW
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2527$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2528 case $cache_file in
81ecdfbb
RW
2529 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2530 *) . "./$cache_file";;
42ecbf5e
DJ
2531 esac
2532 fi
2533else
81ecdfbb
RW
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2535$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2536 >$cache_file
2537fi
2538
2539# Check that the precious variables saved in the cache have kept the same
2540# value.
2541ac_cache_corrupted=false
81ecdfbb 2542for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2543 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2544 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2545 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2546 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2547 case $ac_old_set,$ac_new_set in
2548 set,)
81ecdfbb
RW
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2550$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2551 ac_cache_corrupted=: ;;
2552 ,set)
81ecdfbb
RW
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2554$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2555 ac_cache_corrupted=: ;;
2556 ,);;
2557 *)
2558 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2559 # differences in whitespace do not lead to failure.
2560 ac_old_val_w=`echo x $ac_old_val`
2561 ac_new_val_w=`echo x $ac_new_val`
2562 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2564$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2565 ac_cache_corrupted=:
2566 else
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2568$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2569 eval $ac_var=\$ac_old_val
2570 fi
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2572$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2574$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2575 fi;;
2576 esac
2577 # Pass precious variables to config.status.
2578 if test "$ac_new_set" = set; then
2579 case $ac_new_val in
81ecdfbb 2580 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2581 *) ac_arg=$ac_var=$ac_new_val ;;
2582 esac
2583 case " $ac_configure_args " in
2584 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2585 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2586 esac
2587 fi
2588done
2589if $ac_cache_corrupted; then
81ecdfbb
RW
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2591$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2593$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2594 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2595fi
81ecdfbb
RW
2596## -------------------- ##
2597## Main body of script. ##
2598## -------------------- ##
42ecbf5e
DJ
2599
2600ac_ext=c
2601ac_cpp='$CPP $CPPFLAGS'
2602ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2603ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2604ac_compiler_gnu=$ac_cv_c_compiler_gnu
2605
2606
2607
42ecbf5e 2608
da594c4a 2609
42ecbf5e
DJ
2610
2611
2612ac_aux_dir=
81ecdfbb
RW
2613for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2614 for ac_t in install-sh install.sh shtool; do
2615 if test -f "$ac_dir/$ac_t"; then
2616 ac_aux_dir=$ac_dir
2617 ac_install_sh="$ac_aux_dir/$ac_t -c"
2618 break 2
2619 fi
2620 done
42ecbf5e
DJ
2621done
2622if test -z "$ac_aux_dir"; then
81ecdfbb 2623 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2624fi
81ecdfbb
RW
2625
2626# These three variables are undocumented and unsupported,
2627# and are intended to be withdrawn in a future Autoconf release.
2628# They can cause serious problems if a builder's source tree is in a directory
2629# whose full name contains unusual characters.
2630ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2631ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2632ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2633
42ecbf5e
DJ
2634
2635# Make sure we can run config.sub.
81ecdfbb
RW
2636$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2637 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2638
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2640$as_echo_n "checking build system type... " >&6; }
2641if test "${ac_cv_build+set}" = set; then :
2642 $as_echo_n "(cached) " >&6
2643else
2644 ac_build_alias=$build_alias
2645test "x$ac_build_alias" = x &&
2646 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2647test "x$ac_build_alias" = x &&
2648 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2649ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2650 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2651
2652fi
2653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2654$as_echo "$ac_cv_build" >&6; }
2655case $ac_cv_build in
2656*-*-*) ;;
2657*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2658esac
42ecbf5e 2659build=$ac_cv_build
81ecdfbb
RW
2660ac_save_IFS=$IFS; IFS='-'
2661set x $ac_cv_build
2662shift
2663build_cpu=$1
2664build_vendor=$2
2665shift; shift
2666# Remember, the first character of IFS is used to create $*,
2667# except with old shells:
2668build_os=$*
2669IFS=$ac_save_IFS
2670case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2671
2672
81ecdfbb
RW
2673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2674$as_echo_n "checking host system type... " >&6; }
2675if test "${ac_cv_host+set}" = set; then :
2676 $as_echo_n "(cached) " >&6
2677else
2678 if test "x$host_alias" = x; then
2679 ac_cv_host=$ac_cv_build
42ecbf5e 2680else
81ecdfbb
RW
2681 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2682 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2683fi
42ecbf5e
DJ
2684
2685fi
81ecdfbb
RW
2686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2687$as_echo "$ac_cv_host" >&6; }
2688case $ac_cv_host in
2689*-*-*) ;;
2690*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2691esac
42ecbf5e 2692host=$ac_cv_host
81ecdfbb
RW
2693ac_save_IFS=$IFS; IFS='-'
2694set x $ac_cv_host
2695shift
2696host_cpu=$1
2697host_vendor=$2
2698shift; shift
2699# Remember, the first character of IFS is used to create $*,
2700# except with old shells:
2701host_os=$*
2702IFS=$ac_save_IFS
2703case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2704
2705
81ecdfbb
RW
2706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2707$as_echo_n "checking target system type... " >&6; }
2708if test "${ac_cv_target+set}" = set; then :
2709 $as_echo_n "(cached) " >&6
42ecbf5e 2710else
81ecdfbb
RW
2711 if test "x$target_alias" = x; then
2712 ac_cv_target=$ac_cv_host
2713else
2714 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2715 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2716fi
42ecbf5e
DJ
2717
2718fi
81ecdfbb
RW
2719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2720$as_echo "$ac_cv_target" >&6; }
2721case $ac_cv_target in
2722*-*-*) ;;
2723*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2724esac
42ecbf5e 2725target=$ac_cv_target
81ecdfbb
RW
2726ac_save_IFS=$IFS; IFS='-'
2727set x $ac_cv_target
2728shift
2729target_cpu=$1
2730target_vendor=$2
2731shift; shift
2732# Remember, the first character of IFS is used to create $*,
2733# except with old shells:
2734target_os=$*
2735IFS=$ac_save_IFS
2736case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2737
2738
2739# The aliases save the names the user supplied, while $host etc.
2740# will get canonicalized.
2741test -n "$target_alias" &&
2742 test "$program_prefix$program_suffix$program_transform_name" = \
2743 NONENONEs,x,x, &&
2744 program_prefix=${target_alias}-
02ecc8e9 2745
42ecbf5e
DJ
2746ac_ext=c
2747ac_cpp='$CPP $CPPFLAGS'
2748ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2749ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2750ac_compiler_gnu=$ac_cv_c_compiler_gnu
2751if test -n "$ac_tool_prefix"; then
2752 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2753set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2755$as_echo_n "checking for $ac_word... " >&6; }
2756if test "${ac_cv_prog_CC+set}" = set; then :
2757 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2758else
2759 if test -n "$CC"; then
2760 ac_cv_prog_CC="$CC" # Let the user override the test.
2761else
2762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2763for as_dir in $PATH
2764do
2765 IFS=$as_save_IFS
2766 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2767 for ac_exec_ext in '' $ac_executable_extensions; do
2768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2769 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2771 break 2
2772 fi
2773done
81ecdfbb
RW
2774 done
2775IFS=$as_save_IFS
42ecbf5e
DJ
2776
2777fi
2778fi
2779CC=$ac_cv_prog_CC
2780if test -n "$CC"; then
81ecdfbb
RW
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2782$as_echo "$CC" >&6; }
42ecbf5e 2783else
81ecdfbb
RW
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2785$as_echo "no" >&6; }
42ecbf5e
DJ
2786fi
2787
81ecdfbb 2788
42ecbf5e
DJ
2789fi
2790if test -z "$ac_cv_prog_CC"; then
2791 ac_ct_CC=$CC
2792 # Extract the first word of "gcc", so it can be a program name with args.
2793set dummy gcc; ac_word=$2
81ecdfbb
RW
2794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2795$as_echo_n "checking for $ac_word... " >&6; }
2796if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2798else
2799 if test -n "$ac_ct_CC"; then
2800 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2801else
2802as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2803for as_dir in $PATH
2804do
2805 IFS=$as_save_IFS
2806 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2807 for ac_exec_ext in '' $ac_executable_extensions; do
2808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2809 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2811 break 2
2812 fi
2813done
81ecdfbb
RW
2814 done
2815IFS=$as_save_IFS
42ecbf5e
DJ
2816
2817fi
2818fi
2819ac_ct_CC=$ac_cv_prog_ac_ct_CC
2820if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2822$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2823else
81ecdfbb
RW
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2825$as_echo "no" >&6; }
42ecbf5e
DJ
2826fi
2827
81ecdfbb
RW
2828 if test "x$ac_ct_CC" = x; then
2829 CC=""
2830 else
2831 case $cross_compiling:$ac_tool_warned in
2832yes:)
2833{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2834$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2835ac_tool_warned=yes ;;
2836esac
2837 CC=$ac_ct_CC
2838 fi
42ecbf5e
DJ
2839else
2840 CC="$ac_cv_prog_CC"
2841fi
2842
2843if test -z "$CC"; then
81ecdfbb
RW
2844 if test -n "$ac_tool_prefix"; then
2845 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2846set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2848$as_echo_n "checking for $ac_word... " >&6; }
2849if test "${ac_cv_prog_CC+set}" = set; then :
2850 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2851else
2852 if test -n "$CC"; then
2853 ac_cv_prog_CC="$CC" # Let the user override the test.
2854else
2855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2856for as_dir in $PATH
2857do
2858 IFS=$as_save_IFS
2859 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2860 for ac_exec_ext in '' $ac_executable_extensions; do
2861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2862 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2864 break 2
2865 fi
2866done
81ecdfbb
RW
2867 done
2868IFS=$as_save_IFS
42ecbf5e
DJ
2869
2870fi
2871fi
2872CC=$ac_cv_prog_CC
2873if test -n "$CC"; then
81ecdfbb
RW
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2875$as_echo "$CC" >&6; }
42ecbf5e 2876else
81ecdfbb
RW
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2878$as_echo "no" >&6; }
42ecbf5e
DJ
2879fi
2880
42ecbf5e 2881
81ecdfbb 2882 fi
42ecbf5e
DJ
2883fi
2884if test -z "$CC"; then
2885 # Extract the first word of "cc", so it can be a program name with args.
2886set dummy cc; ac_word=$2
81ecdfbb
RW
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2888$as_echo_n "checking for $ac_word... " >&6; }
2889if test "${ac_cv_prog_CC+set}" = set; then :
2890 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2891else
2892 if test -n "$CC"; then
2893 ac_cv_prog_CC="$CC" # Let the user override the test.
2894else
2895 ac_prog_rejected=no
2896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2897for as_dir in $PATH
2898do
2899 IFS=$as_save_IFS
2900 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2901 for ac_exec_ext in '' $ac_executable_extensions; do
2902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e
DJ
2903 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2904 ac_prog_rejected=yes
2905 continue
2906 fi
2907 ac_cv_prog_CC="cc"
81ecdfbb 2908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2909 break 2
2910 fi
2911done
81ecdfbb
RW
2912 done
2913IFS=$as_save_IFS
42ecbf5e
DJ
2914
2915if test $ac_prog_rejected = yes; then
2916 # We found a bogon in the path, so make sure we never use it.
2917 set dummy $ac_cv_prog_CC
2918 shift
2919 if test $# != 0; then
2920 # We chose a different compiler from the bogus one.
2921 # However, it has the same basename, so the bogon will be chosen
2922 # first if we set CC to just the basename; use the full file name.
2923 shift
2924 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2925 fi
2926fi
2927fi
2928fi
2929CC=$ac_cv_prog_CC
2930if test -n "$CC"; then
81ecdfbb
RW
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2932$as_echo "$CC" >&6; }
42ecbf5e 2933else
81ecdfbb
RW
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2935$as_echo "no" >&6; }
42ecbf5e
DJ
2936fi
2937
81ecdfbb 2938
42ecbf5e
DJ
2939fi
2940if test -z "$CC"; then
2941 if test -n "$ac_tool_prefix"; then
81ecdfbb 2942 for ac_prog in cl.exe
42ecbf5e
DJ
2943 do
2944 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2945set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2947$as_echo_n "checking for $ac_word... " >&6; }
2948if test "${ac_cv_prog_CC+set}" = set; then :
2949 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2950else
2951 if test -n "$CC"; then
2952 ac_cv_prog_CC="$CC" # Let the user override the test.
2953else
2954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2955for as_dir in $PATH
2956do
2957 IFS=$as_save_IFS
2958 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2959 for ac_exec_ext in '' $ac_executable_extensions; do
2960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2961 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2963 break 2
2964 fi
2965done
81ecdfbb
RW
2966 done
2967IFS=$as_save_IFS
42ecbf5e
DJ
2968
2969fi
2970fi
2971CC=$ac_cv_prog_CC
2972if test -n "$CC"; then
81ecdfbb
RW
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2974$as_echo "$CC" >&6; }
42ecbf5e 2975else
81ecdfbb
RW
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2977$as_echo "no" >&6; }
42ecbf5e
DJ
2978fi
2979
81ecdfbb 2980
42ecbf5e
DJ
2981 test -n "$CC" && break
2982 done
2983fi
2984if test -z "$CC"; then
2985 ac_ct_CC=$CC
81ecdfbb 2986 for ac_prog in cl.exe
42ecbf5e
DJ
2987do
2988 # Extract the first word of "$ac_prog", so it can be a program name with args.
2989set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2991$as_echo_n "checking for $ac_word... " >&6; }
2992if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2993 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2994else
2995 if test -n "$ac_ct_CC"; then
2996 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2997else
2998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2999for as_dir in $PATH
3000do
3001 IFS=$as_save_IFS
3002 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3003 for ac_exec_ext in '' $ac_executable_extensions; do
3004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 3005 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3007 break 2
3008 fi
3009done
81ecdfbb
RW
3010 done
3011IFS=$as_save_IFS
42ecbf5e
DJ
3012
3013fi
3014fi
3015ac_ct_CC=$ac_cv_prog_ac_ct_CC
3016if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3018$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 3019else
81ecdfbb
RW
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3021$as_echo "no" >&6; }
42ecbf5e
DJ
3022fi
3023
81ecdfbb 3024
42ecbf5e
DJ
3025 test -n "$ac_ct_CC" && break
3026done
3027
81ecdfbb
RW
3028 if test "x$ac_ct_CC" = x; then
3029 CC=""
3030 else
3031 case $cross_compiling:$ac_tool_warned in
3032yes:)
3033{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3034$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3035ac_tool_warned=yes ;;
3036esac
3037 CC=$ac_ct_CC
3038 fi
42ecbf5e
DJ
3039fi
3040
3041fi
3042
3043
81ecdfbb
RW
3044test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3045$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3046as_fn_error "no acceptable C compiler found in \$PATH
3047See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3048
3049# Provide some information about the compiler.
81ecdfbb
RW
3050$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3051set X $ac_compile
3052ac_compiler=$2
3053for ac_option in --version -v -V -qversion; do
3054 { { ac_try="$ac_compiler $ac_option >&5"
3055case "(($ac_try" in
3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3057 *) ac_try_echo=$ac_try;;
3058esac
3059eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3060$as_echo "$ac_try_echo"; } >&5
3061 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3062 ac_status=$?
81ecdfbb
RW
3063 if test -s conftest.err; then
3064 sed '10a\
3065... rest of stderr output deleted ...
3066 10q' conftest.err >conftest.er1
3067 cat conftest.er1 >&5
3068 rm -f conftest.er1 conftest.err
3069 fi
3070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3071 test $ac_status = 0; }
3072done
42ecbf5e 3073
81ecdfbb 3074cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3075/* end confdefs.h. */
3076
3077int
3078main ()
3079{
3080
3081 ;
3082 return 0;
3083}
3084_ACEOF
3085ac_clean_files_save=$ac_clean_files
81ecdfbb 3086ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
3087# Try to create an executable without -o first, disregard a.out.
3088# It will help us diagnose broken compilers, and finding out an intuition
3089# of exeext.
81ecdfbb
RW
3090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3091$as_echo_n "checking for C compiler default output file name... " >&6; }
3092ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3093
3094# The possible output files:
3095ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3096
3097ac_rmfiles=
3098for ac_file in $ac_files
3099do
3100 case $ac_file in
3101 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3102 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3103 esac
3104done
3105rm -f $ac_rmfiles
3106
3107if { { ac_try="$ac_link_default"
3108case "(($ac_try" in
3109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3110 *) ac_try_echo=$ac_try;;
3111esac
3112eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3113$as_echo "$ac_try_echo"; } >&5
3114 (eval "$ac_link_default") 2>&5
3115 ac_status=$?
3116 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3117 test $ac_status = 0; }; then :
3118 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3119# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3120# in a Makefile. We should not override ac_cv_exeext if it was cached,
3121# so that the user can short-circuit this test for compilers unknown to
3122# Autoconf.
3123for ac_file in $ac_files ''
42ecbf5e
DJ
3124do
3125 test -f "$ac_file" || continue
3126 case $ac_file in
81ecdfbb 3127 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3128 ;;
3129 [ab].out )
3130 # We found the default executable, but exeext='' is most
3131 # certainly right.
3132 break;;
3133 *.* )
81ecdfbb
RW
3134 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3135 then :; else
3136 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3137 fi
3138 # We set ac_cv_exeext here because the later test for it is not
3139 # safe: cross compilers may not add the suffix if given an `-o'
3140 # argument, so we may need to know it at that point already.
3141 # Even if this section looks crufty: it has the advantage of
3142 # actually working.
42ecbf5e
DJ
3143 break;;
3144 * )
3145 break;;
3146 esac
3147done
81ecdfbb
RW
3148test "$ac_cv_exeext" = no && ac_cv_exeext=
3149
42ecbf5e 3150else
81ecdfbb
RW
3151 ac_file=''
3152fi
3153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3154$as_echo "$ac_file" >&6; }
3155if test -z "$ac_file"; then :
3156 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3157sed 's/^/| /' conftest.$ac_ext >&5
3158
81ecdfbb
RW
3159{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3160$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3161{ as_fn_set_status 77
3162as_fn_error "C compiler cannot create executables
3163See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 3164fi
42ecbf5e 3165ac_exeext=$ac_cv_exeext
42ecbf5e 3166
81ecdfbb 3167# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3168# the compiler is broken, or we cross compile.
81ecdfbb
RW
3169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3170$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
3171# If not cross compiling, check that we can run a simple program.
3172if test "$cross_compiling" != yes; then
3173 if { ac_try='./$ac_file'
81ecdfbb
RW
3174 { { case "(($ac_try" in
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3177esac
3178eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3179$as_echo "$ac_try_echo"; } >&5
3180 (eval "$ac_try") 2>&5
42ecbf5e 3181 ac_status=$?
81ecdfbb
RW
3182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3183 test $ac_status = 0; }; }; then
42ecbf5e
DJ
3184 cross_compiling=no
3185 else
3186 if test "$cross_compiling" = maybe; then
3187 cross_compiling=yes
3188 else
81ecdfbb
RW
3189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3190$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3191as_fn_error "cannot run C compiled programs.
42ecbf5e 3192If you meant to cross compile, use \`--host'.
81ecdfbb 3193See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3194 fi
3195 fi
3196fi
81ecdfbb
RW
3197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3198$as_echo "yes" >&6; }
42ecbf5e 3199
81ecdfbb 3200rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 3201ac_clean_files=$ac_clean_files_save
81ecdfbb 3202# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3203# the compiler is broken, or we cross compile.
81ecdfbb
RW
3204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3205$as_echo_n "checking whether we are cross compiling... " >&6; }
3206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3207$as_echo "$cross_compiling" >&6; }
3208
3209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3210$as_echo_n "checking for suffix of executables... " >&6; }
3211if { { ac_try="$ac_link"
3212case "(($ac_try" in
3213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3214 *) ac_try_echo=$ac_try;;
3215esac
3216eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3217$as_echo "$ac_try_echo"; } >&5
3218 (eval "$ac_link") 2>&5
42ecbf5e 3219 ac_status=$?
81ecdfbb
RW
3220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3221 test $ac_status = 0; }; then :
42ecbf5e
DJ
3222 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3223# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3224# work properly (i.e., refer to `conftest.exe'), while it won't with
3225# `rm'.
3226for ac_file in conftest.exe conftest conftest.*; do
3227 test -f "$ac_file" || continue
3228 case $ac_file in
81ecdfbb 3229 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3230 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3231 break;;
3232 * ) break;;
3233 esac
3234done
3235else
81ecdfbb
RW
3236 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3237$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3238as_fn_error "cannot compute suffix of executables: cannot compile and link
3239See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3240fi
42ecbf5e 3241rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3243$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3244
3245rm -f conftest.$ac_ext
3246EXEEXT=$ac_cv_exeext
3247ac_exeext=$EXEEXT
81ecdfbb
RW
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3249$as_echo_n "checking for suffix of object files... " >&6; }
3250if test "${ac_cv_objext+set}" = set; then :
3251 $as_echo_n "(cached) " >&6
42ecbf5e 3252else
81ecdfbb 3253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3254/* end confdefs.h. */
3255
3256int
3257main ()
3258{
3259
3260 ;
3261 return 0;
3262}
3263_ACEOF
3264rm -f conftest.o conftest.obj
81ecdfbb
RW
3265if { { ac_try="$ac_compile"
3266case "(($ac_try" in
3267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3268 *) ac_try_echo=$ac_try;;
3269esac
3270eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3271$as_echo "$ac_try_echo"; } >&5
3272 (eval "$ac_compile") 2>&5
3273 ac_status=$?
3274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3275 test $ac_status = 0; }; then :
3276 for ac_file in conftest.o conftest.obj conftest.*; do
3277 test -f "$ac_file" || continue;
42ecbf5e 3278 case $ac_file in
81ecdfbb 3279 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3280 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3281 break;;
3282 esac
3283done
3284else
81ecdfbb 3285 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3286sed 's/^/| /' conftest.$ac_ext >&5
3287
81ecdfbb
RW
3288{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3289$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3290as_fn_error "cannot compute suffix of object files: cannot compile
3291See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3292fi
42ecbf5e
DJ
3293rm -f conftest.$ac_cv_objext conftest.$ac_ext
3294fi
81ecdfbb
RW
3295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3296$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3297OBJEXT=$ac_cv_objext
3298ac_objext=$OBJEXT
81ecdfbb
RW
3299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3300$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3301if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3302 $as_echo_n "(cached) " >&6
42ecbf5e 3303else
81ecdfbb 3304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3305/* end confdefs.h. */
3306
3307int
3308main ()
3309{
3310#ifndef __GNUC__
3311 choke me
3312#endif
3313
3314 ;
3315 return 0;
3316}
3317_ACEOF
81ecdfbb 3318if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3319 ac_compiler_gnu=yes
3320else
81ecdfbb 3321 ac_compiler_gnu=no
42ecbf5e 3322fi
81ecdfbb 3323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3324ac_cv_c_compiler_gnu=$ac_compiler_gnu
3325
3326fi
81ecdfbb
RW
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3328$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3329if test $ac_compiler_gnu = yes; then
3330 GCC=yes
3331else
3332 GCC=
3333fi
42ecbf5e
DJ
3334ac_test_CFLAGS=${CFLAGS+set}
3335ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3337$as_echo_n "checking whether $CC accepts -g... " >&6; }
3338if test "${ac_cv_prog_cc_g+set}" = set; then :
3339 $as_echo_n "(cached) " >&6
3340else
3341 ac_save_c_werror_flag=$ac_c_werror_flag
3342 ac_c_werror_flag=yes
3343 ac_cv_prog_cc_g=no
3344 CFLAGS="-g"
3345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3346/* end confdefs.h. */
3347
3348int
3349main ()
3350{
3351
3352 ;
3353 return 0;
3354}
3355_ACEOF
81ecdfbb 3356if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3357 ac_cv_prog_cc_g=yes
3358else
81ecdfbb
RW
3359 CFLAGS=""
3360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3361/* end confdefs.h. */
3362
3363int
3364main ()
3365{
3366
3367 ;
3368 return 0;
3369}
3370_ACEOF
3371if ac_fn_c_try_compile "$LINENO"; then :
3372
3373else
3374 ac_c_werror_flag=$ac_save_c_werror_flag
3375 CFLAGS="-g"
3376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3377/* end confdefs.h. */
3378
3379int
3380main ()
3381{
42ecbf5e 3382
81ecdfbb
RW
3383 ;
3384 return 0;
3385}
3386_ACEOF
3387if ac_fn_c_try_compile "$LINENO"; then :
3388 ac_cv_prog_cc_g=yes
3389fi
3390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3391fi
3392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3393fi
81ecdfbb
RW
3394rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3395 ac_c_werror_flag=$ac_save_c_werror_flag
42ecbf5e 3396fi
81ecdfbb
RW
3397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3398$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3399if test "$ac_test_CFLAGS" = set; then
3400 CFLAGS=$ac_save_CFLAGS
3401elif test $ac_cv_prog_cc_g = yes; then
3402 if test "$GCC" = yes; then
3403 CFLAGS="-g -O2"
3404 else
3405 CFLAGS="-g"
3406 fi
3407else
3408 if test "$GCC" = yes; then
3409 CFLAGS="-O2"
3410 else
3411 CFLAGS=
3412 fi
3413fi
81ecdfbb
RW
3414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3415$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3416if test "${ac_cv_prog_cc_c89+set}" = set; then :
3417 $as_echo_n "(cached) " >&6
42ecbf5e 3418else
81ecdfbb 3419 ac_cv_prog_cc_c89=no
42ecbf5e 3420ac_save_CC=$CC
81ecdfbb 3421cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3422/* end confdefs.h. */
3423#include <stdarg.h>
3424#include <stdio.h>
3425#include <sys/types.h>
3426#include <sys/stat.h>
3427/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3428struct buf { int x; };
3429FILE * (*rcsopen) (struct buf *, struct stat *, int);
3430static char *e (p, i)
3431 char **p;
3432 int i;
3433{
3434 return p[i];
3435}
3436static char *f (char * (*g) (char **, int), char **p, ...)
3437{
3438 char *s;
3439 va_list v;
3440 va_start (v,p);
3441 s = g (p, va_arg (v,int));
3442 va_end (v);
3443 return s;
3444}
3445
3446/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3447 function prototypes and stuff, but not '\xHH' hex character constants.
3448 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3449 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3450 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3451 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3452 that's true only with -std. */
42ecbf5e
DJ
3453int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3454
81ecdfbb
RW
3455/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3456 inside strings and character constants. */
3457#define FOO(x) 'x'
3458int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3459
42ecbf5e
DJ
3460int test (int i, double x);
3461struct s1 {int (*f) (int a);};
3462struct s2 {int (*f) (double a);};
3463int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3464int argc;
3465char **argv;
3466int
3467main ()
3468{
3469return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3470 ;
3471 return 0;
3472}
3473_ACEOF
81ecdfbb
RW
3474for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3475 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3476do
3477 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3478 if ac_fn_c_try_compile "$LINENO"; then :
3479 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3480fi
81ecdfbb
RW
3481rm -f core conftest.err conftest.$ac_objext
3482 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3483done
81ecdfbb 3484rm -f conftest.$ac_ext
42ecbf5e
DJ
3485CC=$ac_save_CC
3486
3487fi
81ecdfbb
RW
3488# AC_CACHE_VAL
3489case "x$ac_cv_prog_cc_c89" in
3490 x)
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3492$as_echo "none needed" >&6; } ;;
3493 xno)
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3495$as_echo "unsupported" >&6; } ;;
42ecbf5e 3496 *)
81ecdfbb
RW
3497 CC="$CC $ac_cv_prog_cc_c89"
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3499$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3500esac
81ecdfbb 3501if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3502
42ecbf5e
DJ
3503fi
3504
42ecbf5e
DJ
3505ac_ext=c
3506ac_cpp='$CPP $CPPFLAGS'
3507ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3508ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3509ac_compiler_gnu=$ac_cv_c_compiler_gnu
3510
3511
81ecdfbb
RW
3512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3513$as_echo_n "checking for library containing strerror... " >&6; }
3514if test "${ac_cv_search_strerror+set}" = set; then :
3515 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3516else
3517 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3518cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3519/* end confdefs.h. */
3520
81ecdfbb
RW
3521/* Override any GCC internal prototype to avoid an error.
3522 Use char because int might match the return type of a GCC
3523 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3524#ifdef __cplusplus
3525extern "C"
3526#endif
42ecbf5e
DJ
3527char strerror ();
3528int
3529main ()
3530{
81ecdfbb 3531return strerror ();
42ecbf5e
DJ
3532 ;
3533 return 0;
3534}
3535_ACEOF
81ecdfbb
RW
3536for ac_lib in '' cposix; do
3537 if test -z "$ac_lib"; then
3538 ac_res="none required"
3539 else
3540 ac_res=-l$ac_lib
42ecbf5e 3541 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3542 fi
3543 if ac_fn_c_try_link "$LINENO"; then :
3544 ac_cv_search_strerror=$ac_res
3545fi
3546rm -f core conftest.err conftest.$ac_objext \
3547 conftest$ac_exeext
3548 if test "${ac_cv_search_strerror+set}" = set; then :
3549 break
3550fi
3551done
3552if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3553
42ecbf5e 3554else
81ecdfbb 3555 ac_cv_search_strerror=no
42ecbf5e 3556fi
81ecdfbb 3557rm conftest.$ac_ext
42ecbf5e
DJ
3558LIBS=$ac_func_search_save_LIBS
3559fi
81ecdfbb
RW
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3561$as_echo "$ac_cv_search_strerror" >&6; }
3562ac_res=$ac_cv_search_strerror
3563if test "$ac_res" != no; then :
3564 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3565
3566fi
e5a52504
MM
3567
3568
81ecdfbb
RW
3569am__api_version='1.11'
3570
e5a52504
MM
3571# Find a good install program. We prefer a C program (faster),
3572# so one script is as good as another. But avoid the broken or
3573# incompatible versions:
3574# SysV /etc/install, /usr/sbin/install
3575# SunOS /usr/etc/install
3576# IRIX /sbin/install
3577# AIX /bin/install
42ecbf5e 3578# AmigaOS /C/install, which installs bootblocks on floppy discs
e5a52504
MM
3579# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3580# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3581# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42ecbf5e 3582# OS/2's system install, which has a completely different semantic
e5a52504 3583# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3584# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3586$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5a52504 3587if test -z "$INSTALL"; then
81ecdfbb
RW
3588if test "${ac_cv_path_install+set}" = set; then :
3589 $as_echo_n "(cached) " >&6
e5a52504 3590else
42ecbf5e
DJ
3591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3592for as_dir in $PATH
3593do
3594 IFS=$as_save_IFS
3595 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3596 # Account for people who put trailing slashes in PATH elements.
3597case $as_dir/ in #((
3598 ./ | .// | /[cC]/* | \
42ecbf5e 3599 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3600 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3601 /usr/ucb/* ) ;;
3602 *)
3603 # OSF1 and SCO ODT 3.0 have their own names for install.
3604 # Don't use installbsd from OSF since it installs stuff as root
3605 # by default.
3606 for ac_prog in ginstall scoinst install; do
3607 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3608 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3609 if test $ac_prog = install &&
42ecbf5e 3610 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3611 # AIX install. It has an incompatible calling convention.
3612 :
42ecbf5e
DJ
3613 elif test $ac_prog = install &&
3614 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3615 # program-specific install script used by HP pwplus--don't use.
3616 :
252b5132 3617 else
58c85be7
RW
3618 rm -rf conftest.one conftest.two conftest.dir
3619 echo one > conftest.one
3620 echo two > conftest.two
3621 mkdir conftest.dir
3622 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3623 test -s conftest.one && test -s conftest.two &&
3624 test -s conftest.dir/conftest.one &&
3625 test -s conftest.dir/conftest.two
3626 then
3627 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3628 break 3
3629 fi
252b5132
RH
3630 fi
3631 fi
3632 done
42ecbf5e
DJ
3633 done
3634 ;;
3635esac
81ecdfbb
RW
3636
3637 done
3638IFS=$as_save_IFS
42ecbf5e 3639
58c85be7 3640rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3641
3642fi
3643 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3644 INSTALL=$ac_cv_path_install
252b5132 3645 else
58c85be7
RW
3646 # As a last resort, use the slow shell script. Don't cache a
3647 # value for INSTALL within a source directory, because that will
252b5132 3648 # break other packages using the cache if that directory is
58c85be7 3649 # removed, or if the value is a relative name.
42ecbf5e 3650 INSTALL=$ac_install_sh
252b5132
RH
3651 fi
3652fi
81ecdfbb
RW
3653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3654$as_echo "$INSTALL" >&6; }
252b5132
RH
3655
3656# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3657# It thinks the first close brace ends the variable substitution.
3658test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3659
42ecbf5e 3660test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3661
3662test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3663
81ecdfbb
RW
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3665$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3666# Just in case
3667sleep 1
42ecbf5e 3668echo timestamp > conftest.file
81ecdfbb
RW
3669# Reject unsafe characters in $srcdir or the absolute working directory
3670# name. Accept space and tab only in the latter.
3671am_lf='
3672'
3673case `pwd` in
3674 *[\\\"\#\$\&\'\`$am_lf]*)
3675 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3676esac
3677case $srcdir in
3678 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3679 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3680esac
3681
252b5132
RH
3682# Do `set' in a subshell so we don't clobber the current shell's
3683# arguments. Must try -L first in case configure is actually a
3684# symlink; some systems play weird games with the mod time of symlinks
3685# (eg FreeBSD returns the mod time of the symlink's containing
3686# directory).
3687if (
81ecdfbb 3688 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3689 if test "$*" = "X"; then
3690 # -L didn't work.
81ecdfbb 3691 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3692 fi
42ecbf5e
DJ
3693 rm -f conftest.file
3694 if test "$*" != "X $srcdir/configure conftest.file" \
3695 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3696
3697 # If neither matched, then we have a broken ls. This can happen
3698 # if, for instance, CONFIG_SHELL is bash and it inherits a
3699 # broken ls alias from the environment. This has actually
3700 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3701 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3702alias in your environment" "$LINENO" 5
252b5132
RH
3703 fi
3704
42ecbf5e 3705 test "$2" = conftest.file
252b5132
RH
3706 )
3707then
3708 # Ok.
3709 :
3710else
81ecdfbb
RW
3711 as_fn_error "newly created file is older than distributed files!
3712Check your system clock" "$LINENO" 5
252b5132 3713fi
81ecdfbb
RW
3714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3715$as_echo "yes" >&6; }
252b5132 3716test "$program_prefix" != NONE &&
81ecdfbb 3717 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3718# Use a double $ so make ignores it.
3719test "$program_suffix" != NONE &&
81ecdfbb
RW
3720 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3721# Double any \ or $.
42ecbf5e 3722# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3723ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3724program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3725
3726# expand $ac_aux_dir to an absolute path
3727am_aux_dir=`cd $ac_aux_dir && pwd`
3728
81ecdfbb
RW
3729if test x"${MISSING+set}" != xset; then
3730 case $am_aux_dir in
3731 *\ * | *\ *)
3732 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3733 *)
3734 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3735 esac
3736fi
42ecbf5e
DJ
3737# Use eval to expand $SHELL
3738if eval "$MISSING --run true"; then
3739 am_missing_run="$MISSING --run "
3740else
3741 am_missing_run=
81ecdfbb
RW
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3743$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3744fi
3745
3746if test x"${install_sh}" != xset; then
3747 case $am_aux_dir in
3748 *\ * | *\ *)
3749 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3750 *)
3751 install_sh="\${SHELL} $am_aux_dir/install-sh"
3752 esac
3753fi
3754
3755# Installed binaries are usually stripped using `strip' when the user
3756# run `make install-strip'. However `strip' might not be the right
3757# tool to use in cross-compilation environments, therefore Automake
3758# will honor the `STRIP' environment variable to overrule this program.
3759if test "$cross_compiling" != no; then
3760 if test -n "$ac_tool_prefix"; then
3761 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3762set dummy ${ac_tool_prefix}strip; ac_word=$2
3763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3764$as_echo_n "checking for $ac_word... " >&6; }
3765if test "${ac_cv_prog_STRIP+set}" = set; then :
3766 $as_echo_n "(cached) " >&6
3767else
3768 if test -n "$STRIP"; then
3769 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3770else
3771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772for as_dir in $PATH
3773do
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3781 fi
3782done
3783 done
3784IFS=$as_save_IFS
3785
3786fi
3787fi
3788STRIP=$ac_cv_prog_STRIP
3789if test -n "$STRIP"; then
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3791$as_echo "$STRIP" >&6; }
3792else
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3794$as_echo "no" >&6; }
3795fi
3796
3797
3798fi
3799if test -z "$ac_cv_prog_STRIP"; then
3800 ac_ct_STRIP=$STRIP
3801 # Extract the first word of "strip", so it can be a program name with args.
3802set dummy strip; ac_word=$2
3803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3804$as_echo_n "checking for $ac_word... " >&6; }
3805if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3806 $as_echo_n "(cached) " >&6
3807else
3808 if test -n "$ac_ct_STRIP"; then
3809 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3810else
3811as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3812for as_dir in $PATH
3813do
3814 IFS=$as_save_IFS
3815 test -z "$as_dir" && as_dir=.
3816 for ac_exec_ext in '' $ac_executable_extensions; do
3817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3818 ac_cv_prog_ac_ct_STRIP="strip"
3819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3820 break 2
3821 fi
3822done
3823 done
3824IFS=$as_save_IFS
3825
3826fi
3827fi
3828ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3829if test -n "$ac_ct_STRIP"; then
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3831$as_echo "$ac_ct_STRIP" >&6; }
3832else
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3834$as_echo "no" >&6; }
3835fi
3836
3837 if test "x$ac_ct_STRIP" = x; then
3838 STRIP=":"
3839 else
3840 case $cross_compiling:$ac_tool_warned in
3841yes:)
3842{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3843$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3844ac_tool_warned=yes ;;
3845esac
3846 STRIP=$ac_ct_STRIP
3847 fi
3848else
3849 STRIP="$ac_cv_prog_STRIP"
3850fi
3851
3852fi
3853INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3854
3855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3856$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3857if test -z "$MKDIR_P"; then
3858 if test "${ac_cv_path_mkdir+set}" = set; then :
3859 $as_echo_n "(cached) " >&6
3860else
3861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3862for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3863do
3864 IFS=$as_save_IFS
3865 test -z "$as_dir" && as_dir=.
3866 for ac_prog in mkdir gmkdir; do
3867 for ac_exec_ext in '' $ac_executable_extensions; do
3868 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3869 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3870 'mkdir (GNU coreutils) '* | \
3871 'mkdir (coreutils) '* | \
3872 'mkdir (fileutils) '4.1*)
3873 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3874 break 3;;
3875 esac
3876 done
3877 done
42ecbf5e 3878 done
81ecdfbb
RW
3879IFS=$as_save_IFS
3880
3881fi
3882
3883 if test "${ac_cv_path_mkdir+set}" = set; then
3884 MKDIR_P="$ac_cv_path_mkdir -p"
42ecbf5e 3885 else
81ecdfbb
RW
3886 # As a last resort, use the slow shell script. Don't cache a
3887 # value for MKDIR_P within a source directory, because that will
3888 # break other packages using the cache if that directory is
3889 # removed, or if the value is a relative name.
3890 test -d ./--version && rmdir ./--version
3891 MKDIR_P="$ac_install_sh -d"
42ecbf5e
DJ
3892 fi
3893fi
81ecdfbb
RW
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3895$as_echo "$MKDIR_P" >&6; }
3896
3897mkdir_p="$MKDIR_P"
3898case $mkdir_p in
3899 [\\/$]* | ?:[\\/]*) ;;
3900 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3901esac
42ecbf5e
DJ
3902
3903for ac_prog in gawk mawk nawk awk
3904do
3905 # Extract the first word of "$ac_prog", so it can be a program name with args.
3906set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3908$as_echo_n "checking for $ac_word... " >&6; }
3909if test "${ac_cv_prog_AWK+set}" = set; then :
3910 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3911else
3912 if test -n "$AWK"; then
3913 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3914else
3915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916for as_dir in $PATH
3917do
3918 IFS=$as_save_IFS
3919 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3920 for ac_exec_ext in '' $ac_executable_extensions; do
3921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 3922 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3924 break 2
3925 fi
3926done
81ecdfbb
RW
3927 done
3928IFS=$as_save_IFS
42ecbf5e
DJ
3929
3930fi
3931fi
3932AWK=$ac_cv_prog_AWK
3933if test -n "$AWK"; then
81ecdfbb
RW
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3935$as_echo "$AWK" >&6; }
42ecbf5e 3936else
81ecdfbb
RW
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3938$as_echo "no" >&6; }
42ecbf5e 3939fi
252b5132 3940
81ecdfbb 3941
42ecbf5e
DJ
3942 test -n "$AWK" && break
3943done
252b5132 3944
81ecdfbb
RW
3945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3946$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3947set x ${MAKE-make}
3948ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3949if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3950 $as_echo_n "(cached) " >&6
252b5132 3951else
42ecbf5e 3952 cat >conftest.make <<\_ACEOF
81ecdfbb 3953SHELL = /bin/sh
252b5132 3954all:
81ecdfbb 3955 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 3956_ACEOF
252b5132 3957# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3958case `${MAKE-make} -f conftest.make 2>/dev/null` in
3959 *@@@%%%=?*=@@@%%%*)
3960 eval ac_cv_prog_make_${ac_make}_set=yes;;
3961 *)
3962 eval ac_cv_prog_make_${ac_make}_set=no;;
3963esac
42ecbf5e 3964rm -f conftest.make
252b5132 3965fi
81ecdfbb
RW
3966if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3968$as_echo "yes" >&6; }
252b5132
RH
3969 SET_MAKE=
3970else
81ecdfbb
RW
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972$as_echo "no" >&6; }
252b5132
RH
3973 SET_MAKE="MAKE=${MAKE-make}"
3974fi
3975
42ecbf5e
DJ
3976rm -rf .tst 2>/dev/null
3977mkdir .tst 2>/dev/null
3978if test -d .tst; then
3979 am__leading_dot=.
3980else
3981 am__leading_dot=_
3982fi
3983rmdir .tst 2>/dev/null
3984
3985DEPDIR="${am__leading_dot}deps"
3986
81ecdfbb 3987ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3988
3989
3990am_make=${MAKE-make}
3991cat > confinc << 'END'
3992am__doit:
81ecdfbb 3993 @echo this is the am__doit target
42ecbf5e
DJ
3994.PHONY: am__doit
3995END
3996# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3998$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3999am__include="#"
4000am__quote=
4001_am_result=none
4002# First try GNU make style include.
4003echo "include confinc" > confmf
81ecdfbb
RW
4004# Ignore all kinds of additional output from `make'.
4005case `$am_make -s -f confmf 2> /dev/null` in #(
4006*the\ am__doit\ target*)
4007 am__include=include
4008 am__quote=
4009 _am_result=GNU
4010 ;;
4011esac
42ecbf5e
DJ
4012# Now try BSD make style include.
4013if test "$am__include" = "#"; then
4014 echo '.include "confinc"' > confmf
81ecdfbb
RW
4015 case `$am_make -s -f confmf 2> /dev/null` in #(
4016 *the\ am__doit\ target*)
4017 am__include=.include
4018 am__quote="\""
4019 _am_result=BSD
4020 ;;
4021 esac
42ecbf5e
DJ
4022fi
4023
4024
81ecdfbb
RW
4025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4026$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4027rm -f confinc confmf
4028
81ecdfbb
RW
4029# Check whether --enable-dependency-tracking was given.
4030if test "${enable_dependency_tracking+set}" = set; then :
4031 enableval=$enable_dependency_tracking;
4032fi
42ecbf5e 4033
42ecbf5e
DJ
4034if test "x$enable_dependency_tracking" != xno; then
4035 am_depcomp="$ac_aux_dir/depcomp"
4036 AMDEPBACKSLASH='\'
6eb7d830 4037 am__nodep='_no'
42ecbf5e 4038fi
81ecdfbb 4039 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4040 AMDEP_TRUE=
4041 AMDEP_FALSE='#'
4042else
4043 AMDEP_TRUE='#'
4044 AMDEP_FALSE=
4045fi
4046
e5a52504 4047
81ecdfbb
RW
4048if test "`cd $srcdir && pwd`" != "`pwd`"; then
4049 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4050 # is not polluted with repeated "-I."
4051 am__isrc=' -I$(srcdir)'
4052 # test to see if srcdir already configured
4053 if test -f $srcdir/config.status; then
4054 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4055 fi
42ecbf5e 4056fi
252b5132 4057
42ecbf5e
DJ
4058# test whether we have cygpath
4059if test -z "$CYGPATH_W"; then
4060 if (cygpath --version) >/dev/null 2>/dev/null; then
4061 CYGPATH_W='cygpath -w'
4062 else
4063 CYGPATH_W=echo
4064 fi
252b5132 4065fi
42ecbf5e
DJ
4066
4067
4068# Define the identity of the package.
2e98a7bd 4069 PACKAGE='ld'
99b5dbf2 4070 VERSION='2.28.51'
42ecbf5e
DJ
4071
4072
4073cat >>confdefs.h <<_ACEOF
e5a52504 4074#define PACKAGE "$PACKAGE"
42ecbf5e
DJ
4075_ACEOF
4076
252b5132 4077
42ecbf5e 4078cat >>confdefs.h <<_ACEOF
e5a52504 4079#define VERSION "$VERSION"
42ecbf5e
DJ
4080_ACEOF
4081
4082# Some tools Automake needs.
4083
4084ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4085
4086
4087AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4088
4089
4090AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4091
4092
4093AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4094
e5a52504 4095
42ecbf5e 4096MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
e5a52504 4097
42ecbf5e
DJ
4098# We need awk for the "check" target. The system "awk" is bad on
4099# some platforms.
6eb7d830
AM
4100# Always define AMTAR for backward compatibility. Yes, it's still used
4101# in the wild :-( We should find a proper way to deprecate it ...
4102AMTAR='$${TAR-tar}'
42ecbf5e 4103
6eb7d830 4104am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
42ecbf5e
DJ
4105
4106
4107
4108
4109depcc="$CC" am_compiler_list=
4110
81ecdfbb
RW
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4112$as_echo_n "checking dependency style of $depcc... " >&6; }
4113if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4115else
4116 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4117 # We make a subdir and do the tests there. Otherwise we can end up
4118 # making bogus files that we don't know about and never remove. For
4119 # instance it was reported that on HP-UX the gcc test will end up
4120 # making a dummy file named `D' -- because `-MD' means `put the output
4121 # in D'.
6eb7d830 4122 rm -rf conftest.dir
42ecbf5e
DJ
4123 mkdir conftest.dir
4124 # Copy depcomp to subdir because otherwise we won't find it if we're
4125 # using a relative directory.
4126 cp "$am_depcomp" conftest.dir
4127 cd conftest.dir
4128 # We will build objects and dependencies in a subdirectory because
4129 # it helps to detect inapplicable dependency modes. For instance
4130 # both Tru64's cc and ICC support -MD to output dependencies as a
4131 # side effect of compilation, but ICC will put the dependencies in
4132 # the current directory while Tru64 will put them in the object
4133 # directory.
4134 mkdir sub
4135
4136 am_cv_CC_dependencies_compiler_type=none
4137 if test "$am_compiler_list" = ""; then
4138 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4139 fi
81ecdfbb
RW
4140 am__universal=false
4141 case " $depcc " in #(
4142 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4143 esac
4144
42ecbf5e
DJ
4145 for depmode in $am_compiler_list; do
4146 # Setup a source with many dependencies, because some compilers
4147 # like to wrap large dependency lists on column 80 (with \), and
4148 # we should not choose a depcomp mode which is confused by this.
4149 #
4150 # We need to recreate these files for each test, as the compiler may
4151 # overwrite some of them when testing with obscure command lines.
4152 # This happens at least with the AIX C compiler.
4153 : > sub/conftest.c
4154 for i in 1 2 3 4 5 6; do
4155 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4156 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4157 # Solaris 8's {/usr,}/bin/sh.
4158 touch sub/conftst$i.h
4159 done
4160 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4161
81ecdfbb
RW
4162 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4163 # mode. It turns out that the SunPro C++ compiler does not properly
4164 # handle `-M -o', and we need to detect this. Also, some Intel
4165 # versions had trouble with output in subdirs
4166 am__obj=sub/conftest.${OBJEXT-o}
4167 am__minus_obj="-o $am__obj"
42ecbf5e 4168 case $depmode in
81ecdfbb
RW
4169 gcc)
4170 # This depmode causes a compiler race in universal mode.
4171 test "$am__universal" = false || continue
4172 ;;
42ecbf5e
DJ
4173 nosideeffect)
4174 # after this tag, mechanisms are not by side-effect, so they'll
4175 # only be used when explicitly requested
4176 if test "x$enable_dependency_tracking" = xyes; then
4177 continue
4178 else
4179 break
4180 fi
4181 ;;
6eb7d830 4182 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
81ecdfbb
RW
4183 # This compiler won't grok `-c -o', but also, the minuso test has
4184 # not run yet. These depmodes are late enough in the game, and
4185 # so weak that their functioning should not be impacted.
4186 am__obj=conftest.${OBJEXT-o}
4187 am__minus_obj=
4188 ;;
42ecbf5e
DJ
4189 none) break ;;
4190 esac
42ecbf5e 4191 if depmode=$depmode \
81ecdfbb 4192 source=sub/conftest.c object=$am__obj \
42ecbf5e 4193 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4194 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4195 >/dev/null 2>conftest.err &&
81ecdfbb 4196 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4197 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4198 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4199 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4200 # icc doesn't choke on unknown options, it will just issue warnings
4201 # or remarks (even with -Werror). So we grep stderr for any message
4202 # that says an option was ignored or not supported.
4203 # When given -MP, icc 7.0 and 7.1 complain thusly:
4204 # icc: Command line warning: ignoring option '-M'; no argument required
4205 # The diagnosis changed in icc 8.0:
4206 # icc: Command line remark: option '-MP' not supported
4207 if (grep 'ignoring option' conftest.err ||
4208 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4209 am_cv_CC_dependencies_compiler_type=$depmode
4210 break
4211 fi
4212 fi
4213 done
2469cfa2 4214
42ecbf5e
DJ
4215 cd ..
4216 rm -rf conftest.dir
2469cfa2 4217else
42ecbf5e
DJ
4218 am_cv_CC_dependencies_compiler_type=none
4219fi
4220
2469cfa2 4221fi
81ecdfbb
RW
4222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4223$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4224CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4225
81ecdfbb 4226 if
42ecbf5e
DJ
4227 test "x$enable_dependency_tracking" != xno \
4228 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4229 am__fastdepCC_TRUE=
4230 am__fastdepCC_FALSE='#'
2469cfa2 4231else
42ecbf5e
DJ
4232 am__fastdepCC_TRUE='#'
4233 am__fastdepCC_FALSE=
2469cfa2 4234fi
2469cfa2 4235
2469cfa2 4236
e5a52504 4237
42ecbf5e 4238
64ac50ac
RW
4239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4240$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4241 # Check whether --enable-maintainer-mode was given.
4242if test "${enable_maintainer_mode+set}" = set; then :
4243 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4244else
4245 USE_MAINTAINER_MODE=no
4246fi
4247
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
4249$as_echo "$USE_MAINTAINER_MODE" >&6; }
4250 if test $USE_MAINTAINER_MODE = yes; then
4251 MAINTAINER_MODE_TRUE=
4252 MAINTAINER_MODE_FALSE='#'
4253else
4254 MAINTAINER_MODE_TRUE='#'
4255 MAINTAINER_MODE_FALSE=
4256fi
4257
4258 MAINT=$MAINTAINER_MODE_TRUE
4259
4260
4261
b879806f
AM
4262ac_ext=c
4263ac_cpp='$CPP $CPPFLAGS'
4264ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4265ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4266ac_compiler_gnu=$ac_cv_c_compiler_gnu
4267if test -n "$ac_tool_prefix"; then
4268 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4269set dummy ${ac_tool_prefix}gcc; ac_word=$2
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4271$as_echo_n "checking for $ac_word... " >&6; }
4272if test "${ac_cv_prog_CC+set}" = set; then :
4273 $as_echo_n "(cached) " >&6
4274else
4275 if test -n "$CC"; then
4276 ac_cv_prog_CC="$CC" # Let the user override the test.
4277else
4278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4279for as_dir in $PATH
4280do
4281 IFS=$as_save_IFS
4282 test -z "$as_dir" && as_dir=.
4283 for ac_exec_ext in '' $ac_executable_extensions; do
4284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4285 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4287 break 2
4288 fi
4289done
4290 done
4291IFS=$as_save_IFS
d7040cdb 4292
81ecdfbb 4293fi
81ecdfbb 4294fi
b879806f
AM
4295CC=$ac_cv_prog_CC
4296if test -n "$CC"; then
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4298$as_echo "$CC" >&6; }
2469cfa2 4299else
b879806f
AM
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4301$as_echo "no" >&6; }
81ecdfbb 4302fi
d7040cdb
SE
4303
4304
b879806f
AM
4305fi
4306if test -z "$ac_cv_prog_CC"; then
4307 ac_ct_CC=$CC
4308 # Extract the first word of "gcc", so it can be a program name with args.
4309set dummy gcc; ac_word=$2
4310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4311$as_echo_n "checking for $ac_word... " >&6; }
4312if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4313 $as_echo_n "(cached) " >&6
e5a52504 4314else
b879806f
AM
4315 if test -n "$ac_ct_CC"; then
4316 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4317else
4318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4319for as_dir in $PATH
4320do
4321 IFS=$as_save_IFS
4322 test -z "$as_dir" && as_dir=.
4323 for ac_exec_ext in '' $ac_executable_extensions; do
4324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4325 ac_cv_prog_ac_ct_CC="gcc"
4326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4327 break 2
4328 fi
4329done
4330 done
4331IFS=$as_save_IFS
d7040cdb 4332
81ecdfbb 4333fi
b879806f
AM
4334fi
4335ac_ct_CC=$ac_cv_prog_ac_ct_CC
4336if test -n "$ac_ct_CC"; then
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4338$as_echo "$ac_ct_CC" >&6; }
4fda8867 4339else
b879806f
AM
4340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4341$as_echo "no" >&6; }
4fda8867
NC
4342fi
4343
b879806f
AM
4344 if test "x$ac_ct_CC" = x; then
4345 CC=""
4346 else
4347 case $cross_compiling:$ac_tool_warned in
4348yes:)
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4350$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4351ac_tool_warned=yes ;;
7fb9f789 4352esac
b879806f
AM
4353 CC=$ac_ct_CC
4354 fi
7fb9f789 4355else
b879806f 4356 CC="$ac_cv_prog_CC"
81ecdfbb
RW
4357fi
4358
b879806f
AM
4359if test -z "$CC"; then
4360 if test -n "$ac_tool_prefix"; then
4361 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4362set dummy ${ac_tool_prefix}cc; ac_word=$2
4363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4364$as_echo_n "checking for $ac_word... " >&6; }
4365if test "${ac_cv_prog_CC+set}" = set; then :
397841b5
AM
4366 $as_echo_n "(cached) " >&6
4367else
b879806f
AM
4368 if test -n "$CC"; then
4369 ac_cv_prog_CC="$CC" # Let the user override the test.
4370else
4371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4372for as_dir in $PATH
397841b5 4373do
b879806f
AM
4374 IFS=$as_save_IFS
4375 test -z "$as_dir" && as_dir=.
4376 for ac_exec_ext in '' $ac_executable_extensions; do
4377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4378 ac_cv_prog_CC="${ac_tool_prefix}cc"
4379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4380 break 2
4381 fi
4382done
4383 done
4384IFS=$as_save_IFS
d7040cdb 4385
ce2cded5 4386fi
ce2cded5 4387fi
b879806f
AM
4388CC=$ac_cv_prog_CC
4389if test -n "$CC"; then
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4391$as_echo "$CC" >&6; }
4392else
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4394$as_echo "no" >&6; }
81ecdfbb
RW
4395fi
4396
d7040cdb 4397
b879806f 4398 fi
ce2cded5 4399fi
b879806f
AM
4400if test -z "$CC"; then
4401 # Extract the first word of "cc", so it can be a program name with args.
4402set dummy cc; ac_word=$2
4403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4404$as_echo_n "checking for $ac_word... " >&6; }
4405if test "${ac_cv_prog_CC+set}" = set; then :
4406 $as_echo_n "(cached) " >&6
397841b5 4407else
b879806f
AM
4408 if test -n "$CC"; then
4409 ac_cv_prog_CC="$CC" # Let the user override the test.
4410else
4411 ac_prog_rejected=no
4412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4413for as_dir in $PATH
397841b5 4414do
b879806f
AM
4415 IFS=$as_save_IFS
4416 test -z "$as_dir" && as_dir=.
4417 for ac_exec_ext in '' $ac_executable_extensions; do
4418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4419 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4420 ac_prog_rejected=yes
4421 continue
4422 fi
4423 ac_cv_prog_CC="cc"
4424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4425 break 2
4426 fi
4427done
4428 done
4429IFS=$as_save_IFS
d7040cdb 4430
b879806f
AM
4431if test $ac_prog_rejected = yes; then
4432 # We found a bogon in the path, so make sure we never use it.
4433 set dummy $ac_cv_prog_CC
4434 shift
4435 if test $# != 0; then
4436 # We chose a different compiler from the bogus one.
4437 # However, it has the same basename, so the bogon will be chosen
4438 # first if we set CC to just the basename; use the full file name.
4439 shift
4440 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4441 fi
397841b5 4442fi
397841b5 4443fi
b879806f
AM
4444fi
4445CC=$ac_cv_prog_CC
4446if test -n "$CC"; then
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4448$as_echo "$CC" >&6; }
397841b5 4449else
b879806f
AM
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4451$as_echo "no" >&6; }
ce2cded5 4452fi
d7040cdb 4453
397841b5 4454
b879806f
AM
4455fi
4456if test -z "$CC"; then
4457 if test -n "$ac_tool_prefix"; then
4458 for ac_prog in cl.exe
4459 do
4460 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4461set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4463$as_echo_n "checking for $ac_word... " >&6; }
4464if test "${ac_cv_prog_CC+set}" = set; then :
81ecdfbb 4465 $as_echo_n "(cached) " >&6
d7040cdb 4466else
b879806f
AM
4467 if test -n "$CC"; then
4468 ac_cv_prog_CC="$CC" # Let the user override the test.
4469else
4470as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4471for as_dir in $PATH
d7040cdb
SE
4472do
4473 IFS=$as_save_IFS
4474 test -z "$as_dir" && as_dir=.
81ecdfbb 4475 for ac_exec_ext in '' $ac_executable_extensions; do
b879806f
AM
4476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4477 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4479 break 2
4480 fi
4481done
397841b5
AM
4482 done
4483IFS=$as_save_IFS
d7040cdb 4484
252b5132 4485fi
b879806f
AM
4486fi
4487CC=$ac_cv_prog_CC
4488if test -n "$CC"; then
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4490$as_echo "$CC" >&6; }
4491else
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4493$as_echo "no" >&6; }
4494fi
397841b5
AM
4495
4496
b879806f
AM
4497 test -n "$CC" && break
4498 done
4499fi
4500if test -z "$CC"; then
4501 ac_ct_CC=$CC
4502 for ac_prog in cl.exe
4503do
4504 # Extract the first word of "$ac_prog", so it can be a program name with args.
4505set dummy $ac_prog; ac_word=$2
4506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4507$as_echo_n "checking for $ac_word... " >&6; }
4508if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
397841b5
AM
4509 $as_echo_n "(cached) " >&6
4510else
b879806f
AM
4511 if test -n "$ac_ct_CC"; then
4512 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4513else
4514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4515for as_dir in $PATH
397841b5
AM
4516do
4517 IFS=$as_save_IFS
4518 test -z "$as_dir" && as_dir=.
397841b5 4519 for ac_exec_ext in '' $ac_executable_extensions; do
b879806f
AM
4520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4521 ac_cv_prog_ac_ct_CC="$ac_prog"
4522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4523 break 2
4524 fi
4525done
397841b5
AM
4526 done
4527IFS=$as_save_IFS
397841b5 4528
397841b5 4529fi
397841b5 4530fi
b879806f
AM
4531ac_ct_CC=$ac_cv_prog_ac_ct_CC
4532if test -n "$ac_ct_CC"; then
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4534$as_echo "$ac_ct_CC" >&6; }
4535else
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4537$as_echo "no" >&6; }
397841b5
AM
4538fi
4539
397841b5 4540
b879806f
AM
4541 test -n "$ac_ct_CC" && break
4542done
397841b5 4543
b879806f
AM
4544 if test "x$ac_ct_CC" = x; then
4545 CC=""
4546 else
4547 case $cross_compiling:$ac_tool_warned in
4548yes:)
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4550$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4551ac_tool_warned=yes ;;
397841b5 4552esac
b879806f
AM
4553 CC=$ac_ct_CC
4554 fi
397841b5
AM
4555fi
4556
397841b5
AM
4557fi
4558
4559
b879806f
AM
4560test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4561$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4562as_fn_error "no acceptable C compiler found in \$PATH
4563See \`config.log' for more details." "$LINENO" 5; }
397841b5 4564
b879806f
AM
4565# Provide some information about the compiler.
4566$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4567set X $ac_compile
4568ac_compiler=$2
4569for ac_option in --version -v -V -qversion; do
4570 { { ac_try="$ac_compiler $ac_option >&5"
4571case "(($ac_try" in
4572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4573 *) ac_try_echo=$ac_try;;
4574esac
4575eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4576$as_echo "$ac_try_echo"; } >&5
4577 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4578 ac_status=$?
4579 if test -s conftest.err; then
4580 sed '10a\
4581... rest of stderr output deleted ...
4582 10q' conftest.err >conftest.er1
4583 cat conftest.er1 >&5
4584 rm -f conftest.er1 conftest.err
4585 fi
4586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4587 test $ac_status = 0; }
4588done
397841b5 4589
b879806f
AM
4590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4591$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4592if test "${ac_cv_c_compiler_gnu+set}" = set; then :
44350750
NC
4593 $as_echo_n "(cached) " >&6
4594else
4595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4596/* end confdefs.h. */
b879806f 4597
44350750
NC
4598int
4599main ()
4600{
b879806f
AM
4601#ifndef __GNUC__
4602 choke me
4603#endif
4604
4605 ;
44350750
NC
4606 return 0;
4607}
4608_ACEOF
b879806f
AM
4609if ac_fn_c_try_compile "$LINENO"; then :
4610 ac_compiler_gnu=yes
44350750 4611else
b879806f 4612 ac_compiler_gnu=no
44350750 4613fi
b879806f
AM
4614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4615ac_cv_c_compiler_gnu=$ac_compiler_gnu
4616
44350750 4617fi
b879806f
AM
4618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4619$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4620if test $ac_compiler_gnu = yes; then
4621 GCC=yes
4622else
4623 GCC=
4624fi
4625ac_test_CFLAGS=${CFLAGS+set}
4626ac_save_CFLAGS=$CFLAGS
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4628$as_echo_n "checking whether $CC accepts -g... " >&6; }
4629if test "${ac_cv_prog_cc_g+set}" = set; then :
4630 $as_echo_n "(cached) " >&6
4631else
4632 ac_save_c_werror_flag=$ac_c_werror_flag
4633 ac_c_werror_flag=yes
4634 ac_cv_prog_cc_g=no
4635 CFLAGS="-g"
4636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4637/* end confdefs.h. */
44350750 4638
b879806f
AM
4639int
4640main ()
4641{
44350750 4642
b879806f
AM
4643 ;
4644 return 0;
4645}
4646_ACEOF
4647if ac_fn_c_try_compile "$LINENO"; then :
4648 ac_cv_prog_cc_g=yes
4649else
4650 CFLAGS=""
4651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4652/* end confdefs.h. */
4653
4654int
4655main ()
4656{
44350750 4657
b879806f
AM
4658 ;
4659 return 0;
4660}
4661_ACEOF
4662if ac_fn_c_try_compile "$LINENO"; then :
44350750 4663
b879806f
AM
4664else
4665 ac_c_werror_flag=$ac_save_c_werror_flag
4666 CFLAGS="-g"
4667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4668/* end confdefs.h. */
397841b5 4669
b879806f
AM
4670int
4671main ()
4672{
397841b5 4673
b879806f
AM
4674 ;
4675 return 0;
4676}
4677_ACEOF
4678if ac_fn_c_try_compile "$LINENO"; then :
4679 ac_cv_prog_cc_g=yes
4680fi
4681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4682fi
4683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4684fi
4685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4686 ac_c_werror_flag=$ac_save_c_werror_flag
4687fi
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4689$as_echo "$ac_cv_prog_cc_g" >&6; }
4690if test "$ac_test_CFLAGS" = set; then
4691 CFLAGS=$ac_save_CFLAGS
4692elif test $ac_cv_prog_cc_g = yes; then
4693 if test "$GCC" = yes; then
4694 CFLAGS="-g -O2"
4695 else
4696 CFLAGS="-g"
4697 fi
4698else
4699 if test "$GCC" = yes; then
4700 CFLAGS="-O2"
4701 else
4702 CFLAGS=
4703 fi
4704fi
4705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4706$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4707if test "${ac_cv_prog_cc_c89+set}" = set; then :
4708 $as_echo_n "(cached) " >&6
4709else
4710 ac_cv_prog_cc_c89=no
4711ac_save_CC=$CC
4712cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4713/* end confdefs.h. */
4714#include <stdarg.h>
4715#include <stdio.h>
4716#include <sys/types.h>
4717#include <sys/stat.h>
4718/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4719struct buf { int x; };
4720FILE * (*rcsopen) (struct buf *, struct stat *, int);
4721static char *e (p, i)
4722 char **p;
4723 int i;
4724{
4725 return p[i];
4726}
4727static char *f (char * (*g) (char **, int), char **p, ...)
4728{
4729 char *s;
4730 va_list v;
4731 va_start (v,p);
4732 s = g (p, va_arg (v,int));
4733 va_end (v);
4734 return s;
4735}
df7b86aa 4736
b879806f
AM
4737/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4738 function prototypes and stuff, but not '\xHH' hex character constants.
4739 These don't provoke an error unfortunately, instead are silently treated
4740 as 'x'. The following induces an error, until -std is added to get
4741 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4742 array size at least. It's necessary to write '\x00'==0 to get something
4743 that's true only with -std. */
4744int osf4_cc_array ['\x00' == 0 ? 1 : -1];
df7b86aa 4745
b879806f
AM
4746/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4747 inside strings and character constants. */
4748#define FOO(x) 'x'
4749int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4750
4751int test (int i, double x);
4752struct s1 {int (*f) (int a);};
4753struct s2 {int (*f) (double a);};
4754int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4755int argc;
4756char **argv;
4757int
4758main ()
4759{
4760return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4761 ;
4762 return 0;
4763}
4764_ACEOF
4765for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4766 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4767do
4768 CC="$ac_save_CC $ac_arg"
4769 if ac_fn_c_try_compile "$LINENO"; then :
4770 ac_cv_prog_cc_c89=$ac_arg
397841b5 4771fi
b879806f
AM
4772rm -f core conftest.err conftest.$ac_objext
4773 test "x$ac_cv_prog_cc_c89" != "xno" && break
4774done
4775rm -f conftest.$ac_ext
4776CC=$ac_save_CC
4777
397841b5 4778fi
b879806f
AM
4779# AC_CACHE_VAL
4780case "x$ac_cv_prog_cc_c89" in
4781 x)
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4783$as_echo "none needed" >&6; } ;;
4784 xno)
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4786$as_echo "unsupported" >&6; } ;;
4787 *)
4788 CC="$CC $ac_cv_prog_cc_c89"
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4790$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4791esac
4792if test "x$ac_cv_prog_cc_c89" != xno; then :
397841b5 4793
b879806f 4794fi
397841b5
AM
4795
4796ac_ext=c
4797ac_cpp='$CPP $CPPFLAGS'
4798ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4799ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4800ac_compiler_gnu=$ac_cv_c_compiler_gnu
b879806f
AM
4801
4802ac_ext=cpp
4803ac_cpp='$CXXCPP $CPPFLAGS'
4804ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4805ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4806ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4807if test -z "$CXX"; then
4808 if test -n "$CCC"; then
4809 CXX=$CCC
4810 else
4811 if test -n "$ac_tool_prefix"; then
4812 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4813 do
4814 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4815set dummy $ac_tool_prefix$ac_prog; ac_word=$2
397841b5
AM
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817$as_echo_n "checking for $ac_word... " >&6; }
b879806f 4818if test "${ac_cv_prog_CXX+set}" = set; then :
397841b5
AM
4819 $as_echo_n "(cached) " >&6
4820else
b879806f
AM
4821 if test -n "$CXX"; then
4822 ac_cv_prog_CXX="$CXX" # Let the user override the test.
397841b5
AM
4823else
4824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825for as_dir in $PATH
4826do
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b879806f 4831 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
397841b5
AM
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4833 break 2
4834 fi
4835done
4836 done
4837IFS=$as_save_IFS
4838
4839fi
4840fi
b879806f
AM
4841CXX=$ac_cv_prog_CXX
4842if test -n "$CXX"; then
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4844$as_echo "$CXX" >&6; }
397841b5
AM
4845else
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4847$as_echo "no" >&6; }
4848fi
4849
4850
b879806f
AM
4851 test -n "$CXX" && break
4852 done
397841b5 4853fi
b879806f
AM
4854if test -z "$CXX"; then
4855 ac_ct_CXX=$CXX
4856 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4857do
4858 # Extract the first word of "$ac_prog", so it can be a program name with args.
4859set dummy $ac_prog; ac_word=$2
397841b5
AM
4860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4861$as_echo_n "checking for $ac_word... " >&6; }
b879806f 4862if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
81ecdfbb 4863 $as_echo_n "(cached) " >&6
252b5132 4864else
b879806f
AM
4865 if test -n "$ac_ct_CXX"; then
4866 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
252b5132 4867else
ce2cded5
L
4868as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4869for as_dir in $PATH
4870do
4871 IFS=$as_save_IFS
4872 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4873 for ac_exec_ext in '' $ac_executable_extensions; do
4874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b879806f 4875 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4877 break 2
4878 fi
4879done
81ecdfbb
RW
4880 done
4881IFS=$as_save_IFS
4882
252b5132
RH
4883fi
4884fi
b879806f
AM
4885ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4886if test -n "$ac_ct_CXX"; then
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4888$as_echo "$ac_ct_CXX" >&6; }
d7040cdb 4889else
81ecdfbb
RW
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4891$as_echo "no" >&6; }
d7040cdb
SE
4892fi
4893
81ecdfbb 4894
b879806f 4895 test -n "$ac_ct_CXX" && break
d7040cdb 4896done
d7040cdb 4897
b879806f
AM
4898 if test "x$ac_ct_CXX" = x; then
4899 CXX="g++"
81ecdfbb
RW
4900 else
4901 case $cross_compiling:$ac_tool_warned in
4902yes:)
4903{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4904$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4905ac_tool_warned=yes ;;
4906esac
b879806f 4907 CXX=$ac_ct_CXX
81ecdfbb 4908 fi
d7040cdb
SE
4909fi
4910
b879806f 4911 fi
d7040cdb 4912fi
ce2cded5 4913# Provide some information about the compiler.
b879806f 4914$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
81ecdfbb
RW
4915set X $ac_compile
4916ac_compiler=$2
4917for ac_option in --version -v -V -qversion; do
4918 { { ac_try="$ac_compiler $ac_option >&5"
4919case "(($ac_try" in
4920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4921 *) ac_try_echo=$ac_try;;
4922esac
4923eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4924$as_echo "$ac_try_echo"; } >&5
4925 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 4926 ac_status=$?
81ecdfbb
RW
4927 if test -s conftest.err; then
4928 sed '10a\
4929... rest of stderr output deleted ...
4930 10q' conftest.err >conftest.er1
4931 cat conftest.er1 >&5
4932 rm -f conftest.er1 conftest.err
4933 fi
4934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4935 test $ac_status = 0; }
4936done
d7040cdb 4937
b879806f
AM
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4939$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4940if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
81ecdfbb 4941 $as_echo_n "(cached) " >&6
d7040cdb 4942else
81ecdfbb 4943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4944/* end confdefs.h. */
d7040cdb 4945
ce2cded5
L
4946int
4947main ()
4948{
4949#ifndef __GNUC__
4950 choke me
4951#endif
4952
4953 ;
4954 return 0;
4955}
4956_ACEOF
b879806f 4957if ac_fn_cxx_try_compile "$LINENO"; then :
ce2cded5 4958 ac_compiler_gnu=yes
d7040cdb 4959else
81ecdfbb 4960 ac_compiler_gnu=no
d7040cdb 4961fi
81ecdfbb 4962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b879806f 4963ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
d7040cdb 4964
ce2cded5 4965fi
b879806f
AM
4966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4967$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
81ecdfbb 4968if test $ac_compiler_gnu = yes; then
b879806f 4969 GXX=yes
81ecdfbb 4970else
b879806f 4971 GXX=
81ecdfbb 4972fi
b879806f
AM
4973ac_test_CXXFLAGS=${CXXFLAGS+set}
4974ac_save_CXXFLAGS=$CXXFLAGS
4975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4976$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4977if test "${ac_cv_prog_cxx_g+set}" = set; then :
81ecdfbb
RW
4978 $as_echo_n "(cached) " >&6
4979else
b879806f
AM
4980 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4981 ac_cxx_werror_flag=yes
4982 ac_cv_prog_cxx_g=no
4983 CXXFLAGS="-g"
81ecdfbb 4984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4985/* end confdefs.h. */
d7040cdb 4986
ce2cded5
L
4987int
4988main ()
4989{
d7040cdb 4990
ce2cded5
L
4991 ;
4992 return 0;
4993}
4994_ACEOF
b879806f
AM
4995if ac_fn_cxx_try_compile "$LINENO"; then :
4996 ac_cv_prog_cxx_g=yes
ce2cded5 4997else
b879806f 4998 CXXFLAGS=""
81ecdfbb
RW
4999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5000/* end confdefs.h. */
5001
5002int
5003main ()
5004{
5005
5006 ;
5007 return 0;
5008}
5009_ACEOF
b879806f 5010if ac_fn_cxx_try_compile "$LINENO"; then :
81ecdfbb
RW
5011
5012else
b879806f
AM
5013 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5014 CXXFLAGS="-g"
81ecdfbb
RW
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016/* end confdefs.h. */
5017
5018int
5019main ()
5020{
d7040cdb 5021
81ecdfbb
RW
5022 ;
5023 return 0;
5024}
5025_ACEOF
b879806f
AM
5026if ac_fn_cxx_try_compile "$LINENO"; then :
5027 ac_cv_prog_cxx_g=yes
81ecdfbb
RW
5028fi
5029rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5030fi
5031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5032fi
81ecdfbb 5033rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b879806f 5034 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
ce2cded5 5035fi
b879806f
AM
5036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5037$as_echo "$ac_cv_prog_cxx_g" >&6; }
5038if test "$ac_test_CXXFLAGS" = set; then
5039 CXXFLAGS=$ac_save_CXXFLAGS
5040elif test $ac_cv_prog_cxx_g = yes; then
5041 if test "$GXX" = yes; then
5042 CXXFLAGS="-g -O2"
ce2cded5 5043 else
b879806f 5044 CXXFLAGS="-g"
ce2cded5 5045 fi
d7040cdb 5046else
b879806f
AM
5047 if test "$GXX" = yes; then
5048 CXXFLAGS="-O2"
ce2cded5 5049 else
b879806f 5050 CXXFLAGS=
ce2cded5 5051 fi
d7040cdb 5052fi
b879806f
AM
5053ac_ext=c
5054ac_cpp='$CPP $CPPFLAGS'
5055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5057ac_compiler_gnu=$ac_cv_c_compiler_gnu
5058
5059depcc="$CXX" am_compiler_list=
5060
5061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5062$as_echo_n "checking dependency style of $depcc... " >&6; }
5063if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
81ecdfbb 5064 $as_echo_n "(cached) " >&6
d7040cdb 5065else
b879806f
AM
5066 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5067 # We make a subdir and do the tests there. Otherwise we can end up
5068 # making bogus files that we don't know about and never remove. For
5069 # instance it was reported that on HP-UX the gcc test will end up
5070 # making a dummy file named `D' -- because `-MD' means `put the output
5071 # in D'.
6eb7d830 5072 rm -rf conftest.dir
b879806f
AM
5073 mkdir conftest.dir
5074 # Copy depcomp to subdir because otherwise we won't find it if we're
5075 # using a relative directory.
5076 cp "$am_depcomp" conftest.dir
5077 cd conftest.dir
5078 # We will build objects and dependencies in a subdirectory because
5079 # it helps to detect inapplicable dependency modes. For instance
5080 # both Tru64's cc and ICC support -MD to output dependencies as a
5081 # side effect of compilation, but ICC will put the dependencies in
5082 # the current directory while Tru64 will put them in the object
5083 # directory.
5084 mkdir sub
d7040cdb 5085
b879806f
AM
5086 am_cv_CXX_dependencies_compiler_type=none
5087 if test "$am_compiler_list" = ""; then
5088 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5089 fi
5090 am__universal=false
5091 case " $depcc " in #(
5092 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5093 esac
d7040cdb 5094
b879806f
AM
5095 for depmode in $am_compiler_list; do
5096 # Setup a source with many dependencies, because some compilers
5097 # like to wrap large dependency lists on column 80 (with \), and
5098 # we should not choose a depcomp mode which is confused by this.
5099 #
5100 # We need to recreate these files for each test, as the compiler may
5101 # overwrite some of them when testing with obscure command lines.
5102 # This happens at least with the AIX C compiler.
5103 : > sub/conftest.c
5104 for i in 1 2 3 4 5 6; do
5105 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5106 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5107 # Solaris 8's {/usr,}/bin/sh.
5108 touch sub/conftst$i.h
5109 done
5110 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
81ecdfbb 5111
b879806f
AM
5112 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5113 # mode. It turns out that the SunPro C++ compiler does not properly
5114 # handle `-M -o', and we need to detect this. Also, some Intel
5115 # versions had trouble with output in subdirs
5116 am__obj=sub/conftest.${OBJEXT-o}
5117 am__minus_obj="-o $am__obj"
5118 case $depmode in
5119 gcc)
5120 # This depmode causes a compiler race in universal mode.
5121 test "$am__universal" = false || continue
5122 ;;
5123 nosideeffect)
5124 # after this tag, mechanisms are not by side-effect, so they'll
5125 # only be used when explicitly requested
5126 if test "x$enable_dependency_tracking" = xyes; then
5127 continue
5128 else
5129 break
5130 fi
5131 ;;
6eb7d830 5132 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
b879806f
AM
5133 # This compiler won't grok `-c -o', but also, the minuso test has
5134 # not run yet. These depmodes are late enough in the game, and
5135 # so weak that their functioning should not be impacted.
5136 am__obj=conftest.${OBJEXT-o}
5137 am__minus_obj=
5138 ;;
5139 none) break ;;
5140 esac
5141 if depmode=$depmode \
5142 source=sub/conftest.c object=$am__obj \
5143 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5144 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5145 >/dev/null 2>conftest.err &&
5146 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5147 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5148 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5149 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5150 # icc doesn't choke on unknown options, it will just issue warnings
5151 # or remarks (even with -Werror). So we grep stderr for any message
5152 # that says an option was ignored or not supported.
5153 # When given -MP, icc 7.0 and 7.1 complain thusly:
5154 # icc: Command line warning: ignoring option '-M'; no argument required
5155 # The diagnosis changed in icc 8.0:
5156 # icc: Command line remark: option '-MP' not supported
5157 if (grep 'ignoring option' conftest.err ||
5158 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5159 am_cv_CXX_dependencies_compiler_type=$depmode
5160 break
5161 fi
5162 fi
5163 done
5164
5165 cd ..
5166 rm -rf conftest.dir
5167else
5168 am_cv_CXX_dependencies_compiler_type=none
ce2cded5 5169fi
d7040cdb 5170
ce2cded5 5171fi
b879806f
AM
5172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5173$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5174CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
d7040cdb 5175
b879806f
AM
5176 if
5177 test "x$enable_dependency_tracking" != xno \
5178 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5179 am__fastdepCXX_TRUE=
5180 am__fastdepCXX_FALSE='#'
5181else
5182 am__fastdepCXX_TRUE='#'
5183 am__fastdepCXX_FALSE=
ce2cded5 5184fi
d7040cdb 5185
b879806f 5186
68880f31
CLT
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5188$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5189if test "${ac_cv_path_GREP+set}" = set; then :
5190 $as_echo_n "(cached) " >&6
5191else
5192 if test -z "$GREP"; then
5193 ac_path_GREP_found=false
5194 # Loop through the user's path and test for each of PROGNAME-LIST
5195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5196for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5197do
5198 IFS=$as_save_IFS
5199 test -z "$as_dir" && as_dir=.
5200 for ac_prog in grep ggrep; do
5201 for ac_exec_ext in '' $ac_executable_extensions; do
5202 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5203 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5204# Check for GNU ac_path_GREP and select it if it is found.
5205 # Check for GNU $ac_path_GREP
5206case `"$ac_path_GREP" --version 2>&1` in
5207*GNU*)
5208 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5209*)
5210 ac_count=0
5211 $as_echo_n 0123456789 >"conftest.in"
5212 while :
5213 do
5214 cat "conftest.in" "conftest.in" >"conftest.tmp"
5215 mv "conftest.tmp" "conftest.in"
5216 cp "conftest.in" "conftest.nl"
5217 $as_echo 'GREP' >> "conftest.nl"
5218 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5219 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5220 as_fn_arith $ac_count + 1 && ac_count=$as_val
5221 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5222 # Best one so far, save it but keep looking for a better one
5223 ac_cv_path_GREP="$ac_path_GREP"
5224 ac_path_GREP_max=$ac_count
5225 fi
5226 # 10*(2^10) chars as input seems more than enough
5227 test $ac_count -gt 10 && break
5228 done
5229 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5230esac
5231
5232 $ac_path_GREP_found && break 3
5233 done
5234 done
5235 done
5236IFS=$as_save_IFS
5237 if test -z "$ac_cv_path_GREP"; then
5238 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5239 fi
5240else
5241 ac_cv_path_GREP=$GREP
5242fi
5243
5244fi
5245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5246$as_echo "$ac_cv_path_GREP" >&6; }
5247 GREP="$ac_cv_path_GREP"
5248
5249
ce2cded5
L
5250ac_ext=c
5251ac_cpp='$CPP $CPPFLAGS'
5252ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5253ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5254ac_compiler_gnu=$ac_cv_c_compiler_gnu
b879806f
AM
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5256$as_echo_n "checking how to run the C preprocessor... " >&6; }
5257# On Suns, sometimes $CPP names a directory.
5258if test -n "$CPP" && test -d "$CPP"; then
5259 CPP=
7357c5b6 5260fi
b879806f
AM
5261if test -z "$CPP"; then
5262 if test "${ac_cv_prog_CPP+set}" = set; then :
3cb62297
L
5263 $as_echo_n "(cached) " >&6
5264else
b879806f
AM
5265 # Double quotes because CPP needs to be expanded
5266 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5267 do
5268 ac_preproc_ok=false
5269for ac_c_preproc_warn_flag in '' yes
3cb62297 5270do
b879806f
AM
5271 # Use a header file that comes with gcc, so configuring glibc
5272 # with a fresh cross-compiler works.
5273 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5274 # <limits.h> exists even on freestanding compilers.
5275 # On the NeXT, cc -E runs the code through the compiler's parser,
5276 # not just through cpp. "Syntax error" is here to catch this case.
5277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5278/* end confdefs.h. */
5279#ifdef __STDC__
5280# include <limits.h>
5281#else
5282# include <assert.h>
5283#endif
5284 Syntax error
5285_ACEOF
5286if ac_fn_c_try_cpp "$LINENO"; then :
252b5132 5287
3cb62297 5288else
b879806f
AM
5289 # Broken: fails on valid input.
5290continue
7357c5b6 5291fi
b879806f 5292rm -f conftest.err conftest.$ac_ext
252b5132 5293
b879806f
AM
5294 # OK, works on sane cases. Now check whether nonexistent headers
5295 # can be detected and how.
5296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5297/* end confdefs.h. */
5298#include <ac_nonexistent.h>
5299_ACEOF
5300if ac_fn_c_try_cpp "$LINENO"; then :
5301 # Broken: success on invalid input.
5302continue
5303else
5304 # Passes both tests.
5305ac_preproc_ok=:
5306break
5307fi
5308rm -f conftest.err conftest.$ac_ext
42ecbf5e 5309
3cb62297 5310done
b879806f
AM
5311# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5312rm -f conftest.err conftest.$ac_ext
5313if $ac_preproc_ok; then :
5314 break
7357c5b6 5315fi
ac48eca1 5316
b879806f
AM
5317 done
5318 ac_cv_prog_CPP=$CPP
d7040cdb 5319
b879806f
AM
5320fi
5321 CPP=$ac_cv_prog_CPP
7357c5b6 5322else
b879806f
AM
5323 ac_cv_prog_CPP=$CPP
5324fi
5325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5326$as_echo "$CPP" >&6; }
5327ac_preproc_ok=false
5328for ac_c_preproc_warn_flag in '' yes
5329do
5330 # Use a header file that comes with gcc, so configuring glibc
5331 # with a fresh cross-compiler works.
5332 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5333 # <limits.h> exists even on freestanding compilers.
5334 # On the NeXT, cc -E runs the code through the compiler's parser,
5335 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5337/* end confdefs.h. */
b879806f
AM
5338#ifdef __STDC__
5339# include <limits.h>
5340#else
5341# include <assert.h>
3cb62297 5342#endif
b879806f 5343 Syntax error
7357c5b6 5344_ACEOF
b879806f
AM
5345if ac_fn_c_try_cpp "$LINENO"; then :
5346
81ecdfbb 5347else
b879806f
AM
5348 # Broken: fails on valid input.
5349continue
7357c5b6 5350fi
b879806f 5351rm -f conftest.err conftest.$ac_ext
81ecdfbb 5352
b879806f
AM
5353 # OK, works on sane cases. Now check whether nonexistent headers
5354 # can be detected and how.
5355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5356/* end confdefs.h. */
5357#include <ac_nonexistent.h>
5358_ACEOF
5359if ac_fn_c_try_cpp "$LINENO"; then :
5360 # Broken: success on invalid input.
5361continue
3cb62297 5362else
b879806f
AM
5363 # Passes both tests.
5364ac_preproc_ok=:
5365break
7357c5b6 5366fi
b879806f 5367rm -f conftest.err conftest.$ac_ext
252b5132 5368
b879806f
AM
5369done
5370# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5371rm -f conftest.err conftest.$ac_ext
5372if $ac_preproc_ok; then :
252b5132 5373
3cb62297 5374else
b879806f
AM
5375 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5376$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5377as_fn_error "C preprocessor \"$CPP\" fails sanity check
5378See \`config.log' for more details." "$LINENO" 5; }
5379fi
42ecbf5e 5380
b879806f
AM
5381ac_ext=c
5382ac_cpp='$CPP $CPPFLAGS'
5383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5385ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e
DJ
5386
5387
b879806f
AM
5388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5389$as_echo_n "checking for egrep... " >&6; }
5390if test "${ac_cv_path_EGREP+set}" = set; then :
5391 $as_echo_n "(cached) " >&6
5392else
5393 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5394 then ac_cv_path_EGREP="$GREP -E"
5395 else
5396 if test -z "$EGREP"; then
5397 ac_path_EGREP_found=false
5398 # Loop through the user's path and test for each of PROGNAME-LIST
5399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5401do
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_prog in egrep; do
5405 for ac_exec_ext in '' $ac_executable_extensions; do
5406 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5407 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5408# Check for GNU ac_path_EGREP and select it if it is found.
5409 # Check for GNU $ac_path_EGREP
5410case `"$ac_path_EGREP" --version 2>&1` in
5411*GNU*)
5412 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5413*)
5414 ac_count=0
5415 $as_echo_n 0123456789 >"conftest.in"
5416 while :
5417 do
5418 cat "conftest.in" "conftest.in" >"conftest.tmp"
5419 mv "conftest.tmp" "conftest.in"
5420 cp "conftest.in" "conftest.nl"
5421 $as_echo 'EGREP' >> "conftest.nl"
5422 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5423 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5424 as_fn_arith $ac_count + 1 && ac_count=$as_val
5425 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5426 # Best one so far, save it but keep looking for a better one
5427 ac_cv_path_EGREP="$ac_path_EGREP"
5428 ac_path_EGREP_max=$ac_count
5429 fi
5430 # 10*(2^10) chars as input seems more than enough
5431 test $ac_count -gt 10 && break
5432 done
5433 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5434esac
5435
5436 $ac_path_EGREP_found && break 3
5437 done
5438 done
5439 done
5440IFS=$as_save_IFS
5441 if test -z "$ac_cv_path_EGREP"; then
5442 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5443 fi
5444else
5445 ac_cv_path_EGREP=$EGREP
5446fi
5447
5448 fi
5449fi
5450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5451$as_echo "$ac_cv_path_EGREP" >&6; }
5452 EGREP="$ac_cv_path_EGREP"
5453
5454
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5456$as_echo_n "checking for ANSI C header files... " >&6; }
5457if test "${ac_cv_header_stdc+set}" = set; then :
5458 $as_echo_n "(cached) " >&6
5459else
5460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3cb62297 5461/* end confdefs.h. */
b879806f
AM
5462#include <stdlib.h>
5463#include <stdarg.h>
5464#include <string.h>
5465#include <float.h>
42ecbf5e 5466
3cb62297
L
5467int
5468main ()
5469{
42ecbf5e 5470
3cb62297
L
5471 ;
5472 return 0;
5473}
5474_ACEOF
b879806f
AM
5475if ac_fn_c_try_compile "$LINENO"; then :
5476 ac_cv_header_stdc=yes
5477else
5478 ac_cv_header_stdc=no
3cb62297
L
5479fi
5480rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b879806f
AM
5481
5482if test $ac_cv_header_stdc = yes; then
5483 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5485/* end confdefs.h. */
5486#include <string.h>
5487
5488_ACEOF
5489if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5490 $EGREP "memchr" >/dev/null 2>&1; then :
5491
5492else
5493 ac_cv_header_stdc=no
3cb62297 5494fi
b879806f
AM
5495rm -f conftest*
5496
3cb62297 5497fi
b879806f
AM
5498
5499if test $ac_cv_header_stdc = yes; then
5500 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5502/* end confdefs.h. */
5503#include <stdlib.h>
5504
5505_ACEOF
5506if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5507 $EGREP "free" >/dev/null 2>&1; then :
5508
ce2cded5 5509else
b879806f 5510 ac_cv_header_stdc=no
ce2cded5 5511fi
b879806f 5512rm -f conftest*
42ecbf5e 5513
b879806f 5514fi
e5a52504 5515
b879806f
AM
5516if test $ac_cv_header_stdc = yes; then
5517 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5518 if test "$cross_compiling" = yes; then :
5519 :
3cb62297 5520else
b879806f
AM
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522/* end confdefs.h. */
5523#include <ctype.h>
5524#include <stdlib.h>
5525#if ((' ' & 0x0FF) == 0x020)
5526# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5527# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5528#else
5529# define ISLOWER(c) \
5530 (('a' <= (c) && (c) <= 'i') \
5531 || ('j' <= (c) && (c) <= 'r') \
5532 || ('s' <= (c) && (c) <= 'z'))
5533# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5534#endif
3cb62297
L
5535
5536#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5537int
5538main ()
5539{
5540 int i;
5541 for (i = 0; i < 256; i++)
5542 if (XOR (islower (i), ISLOWER (i))
5543 || toupper (i) != TOUPPER (i))
5544 return 2;
5545 return 0;
5546}
5547_ACEOF
5548if ac_fn_c_try_run "$LINENO"; then :
5549
5550else
5551 ac_cv_header_stdc=no
5552fi
5553rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5554 conftest.$ac_objext conftest.beam conftest.$ac_ext
5555fi
5556
5557fi
5558fi
5559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5560$as_echo "$ac_cv_header_stdc" >&6; }
5561if test $ac_cv_header_stdc = yes; then
5562
5563$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5564
5565fi
5566
5567# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5568for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5569 inttypes.h stdint.h unistd.h
5570do :
5571 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5572ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5573"
5574eval as_val=\$$as_ac_Header
5575 if test "x$as_val" = x""yes; then :
5576 cat >>confdefs.h <<_ACEOF
5577#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5578_ACEOF
5579
5580fi
5581
5582done
5583
5584
5585
5586 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5587if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5588 MINIX=yes
5589else
5590 MINIX=
5591fi
5592
5593
5594 if test "$MINIX" = yes; then
5595
5596$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5597
5598
5599$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5600
5601
5602$as_echo "#define _MINIX 1" >>confdefs.h
5603
5604 fi
5605
5606
5607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5608$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5609if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5610 $as_echo_n "(cached) " >&6
5611else
5612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5613/* end confdefs.h. */
5614
5615# define __EXTENSIONS__ 1
5616 $ac_includes_default
5617int
5618main ()
5619{
5620
5621 ;
5622 return 0;
5623}
5624_ACEOF
5625if ac_fn_c_try_compile "$LINENO"; then :
5626 ac_cv_safe_to_define___extensions__=yes
5627else
5628 ac_cv_safe_to_define___extensions__=no
5629fi
5630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5631fi
5632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5633$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5634 test $ac_cv_safe_to_define___extensions__ = yes &&
5635 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5636
5637 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5638
5639 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5640
5641 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5642
5643 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5644
5645
5646
5647
5648
3cb62297 5649
b879806f
AM
5650case `pwd` in
5651 *\ * | *\ *)
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5653$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5654esac
3cb62297
L
5655
5656
da2f07f1 5657
b879806f
AM
5658macro_version='2.2.7a'
5659macro_revision='1.3134'
d7040cdb 5660
d7040cdb
SE
5661
5662
d7040cdb 5663
d7040cdb 5664
42ecbf5e 5665
d7040cdb 5666
252b5132 5667
252b5132 5668
252b5132 5669
252b5132
RH
5670
5671
ce2cded5 5672
b214d478 5673ltmain="$ac_aux_dir/ltmain.sh"
ce2cded5 5674
3725885a
RW
5675# Backslashify metacharacters that are still active within
5676# double-quoted strings.
5677sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5678
5679# Same as above, but do not quote variable references.
5680double_quote_subst='s/\(["`\\]\)/\\\1/g'
5681
5682# Sed substitution to delay expansion of an escaped shell variable in a
5683# double_quote_subst'ed string.
5684delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5685
5686# Sed substitution to delay expansion of an escaped single quote.
5687delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5688
5689# Sed substitution to avoid accidental globbing in evaled expressions
5690no_glob_subst='s/\*/\\\*/g'
5691
5692ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5693ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5694ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5695
5696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5697$as_echo_n "checking how to print strings... " >&6; }
5698# Test print first, because it will be a builtin if present.
5699if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5700 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5701 ECHO='print -r --'
5702elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5703 ECHO='printf %s\n'
5704else
5705 # Use this function as a fallback that always works.
5706 func_fallback_echo ()
5707 {
5708 eval 'cat <<_LTECHO_EOF
5709$1
5710_LTECHO_EOF'
5711 }
5712 ECHO='func_fallback_echo'
5713fi
5714
5715# func_echo_all arg...
5716# Invoke $ECHO with all args, space-separated.
5717func_echo_all ()
5718{
5719 $ECHO ""
5720}
5721
5722case "$ECHO" in
5723 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5724$as_echo "printf" >&6; } ;;
5725 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5726$as_echo "print -r" >&6; } ;;
5727 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5728$as_echo "cat" >&6; } ;;
5729esac
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
81ecdfbb
RW
5744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5745$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5746if test "${ac_cv_path_SED+set}" = set; then :
5747 $as_echo_n "(cached) " >&6
5748else
5749 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5750 for ac_i in 1 2 3 4 5 6 7; do
5751 ac_script="$ac_script$as_nl$ac_script"
5752 done
5753 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5754 { ac_script=; unset ac_script;}
5755 if test -z "$SED"; then
5756 ac_path_SED_found=false
5757 # Loop through the user's path and test for each of PROGNAME-LIST
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5759for as_dir in $PATH
5760do
5761 IFS=$as_save_IFS
5762 test -z "$as_dir" && as_dir=.
81ecdfbb 5763 for ac_prog in sed gsed; do
7357c5b6 5764 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5765 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5766 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5767# Check for GNU ac_path_SED and select it if it is found.
5768 # Check for GNU $ac_path_SED
5769case `"$ac_path_SED" --version 2>&1` in
5770*GNU*)
5771 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5772*)
5773 ac_count=0
5774 $as_echo_n 0123456789 >"conftest.in"
5775 while :
5776 do
5777 cat "conftest.in" "conftest.in" >"conftest.tmp"
5778 mv "conftest.tmp" "conftest.in"
5779 cp "conftest.in" "conftest.nl"
5780 $as_echo '' >> "conftest.nl"
5781 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5782 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5783 as_fn_arith $ac_count + 1 && ac_count=$as_val
5784 if test $ac_count -gt ${ac_path_SED_max-0}; then
5785 # Best one so far, save it but keep looking for a better one
5786 ac_cv_path_SED="$ac_path_SED"
5787 ac_path_SED_max=$ac_count
5788 fi
5789 # 10*(2^10) chars as input seems more than enough
5790 test $ac_count -gt 10 && break
5791 done
5792 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5793esac
5794
5795 $ac_path_SED_found && break 3
7357c5b6
AM
5796 done
5797 done
81ecdfbb 5798 done
7357c5b6 5799IFS=$as_save_IFS
81ecdfbb
RW
5800 if test -z "$ac_cv_path_SED"; then
5801 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
ce2cded5 5802 fi
81ecdfbb
RW
5803else
5804 ac_cv_path_SED=$SED
7357c5b6 5805fi
20e95c23 5806
81ecdfbb
RW
5807fi
5808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5809$as_echo "$ac_cv_path_SED" >&6; }
5810 SED="$ac_cv_path_SED"
5811 rm -f conftest.sed
20e95c23 5812
7357c5b6
AM
5813test -z "$SED" && SED=sed
5814Xsed="$SED -e 1s/^X//"
20e95c23
DJ
5815
5816
5817
5818
5819
5820
20e95c23 5821
20e95c23 5822
d7040cdb 5823
d7040cdb 5824
7357c5b6 5825
81ecdfbb
RW
5826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5827$as_echo_n "checking for fgrep... " >&6; }
5828if test "${ac_cv_path_FGREP+set}" = set; then :
5829 $as_echo_n "(cached) " >&6
7357c5b6 5830else
81ecdfbb
RW
5831 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5832 then ac_cv_path_FGREP="$GREP -F"
5833 else
5834 if test -z "$FGREP"; then
5835 ac_path_FGREP_found=false
5836 # Loop through the user's path and test for each of PROGNAME-LIST
5837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5838for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5839do
5840 IFS=$as_save_IFS
5841 test -z "$as_dir" && as_dir=.
5842 for ac_prog in fgrep; do
5843 for ac_exec_ext in '' $ac_executable_extensions; do
5844 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5845 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5846# Check for GNU ac_path_FGREP and select it if it is found.
5847 # Check for GNU $ac_path_FGREP
5848case `"$ac_path_FGREP" --version 2>&1` in
5849*GNU*)
5850 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5851*)
5852 ac_count=0
5853 $as_echo_n 0123456789 >"conftest.in"
5854 while :
5855 do
5856 cat "conftest.in" "conftest.in" >"conftest.tmp"
5857 mv "conftest.tmp" "conftest.in"
5858 cp "conftest.in" "conftest.nl"
5859 $as_echo 'FGREP' >> "conftest.nl"
5860 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5861 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5862 as_fn_arith $ac_count + 1 && ac_count=$as_val
5863 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5864 # Best one so far, save it but keep looking for a better one
5865 ac_cv_path_FGREP="$ac_path_FGREP"
5866 ac_path_FGREP_max=$ac_count
7357c5b6 5867 fi
81ecdfbb
RW
5868 # 10*(2^10) chars as input seems more than enough
5869 test $ac_count -gt 10 && break
5870 done
5871 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5872esac
5873
5874 $ac_path_FGREP_found && break 3
5875 done
5876 done
5877 done
5878IFS=$as_save_IFS
5879 if test -z "$ac_cv_path_FGREP"; then
5880 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5881 fi
5882else
5883 ac_cv_path_FGREP=$FGREP
5884fi
5885
5886 fi
20e95c23 5887fi
81ecdfbb
RW
5888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5889$as_echo "$ac_cv_path_FGREP" >&6; }
5890 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5891
5892
5893test -z "$GREP" && GREP=grep
5894
d7040cdb
SE
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
20e95c23 5906
ce2cded5 5907
d7040cdb 5908
7357c5b6
AM
5909
5910
5911
5912
81ecdfbb
RW
5913# Check whether --with-gnu-ld was given.
5914if test "${with_gnu_ld+set}" = set; then :
5915 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5916else
5917 with_gnu_ld=no
81ecdfbb
RW
5918fi
5919
7357c5b6
AM
5920ac_prog=ld
5921if test "$GCC" = yes; then
5922 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5924$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5925 case $host in
5926 *-*-mingw*)
5927 # gcc leaves a trailing carriage return which upsets mingw
5928 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5929 *)
5930 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5931 esac
5932 case $ac_prog in
5933 # Accept absolute paths.
5934 [\\/]* | ?:[\\/]*)
5935 re_direlt='/[^/][^/]*/\.\./'
5936 # Canonicalize the pathname of ld
5937 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5938 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5939 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5940 done
5941 test -z "$LD" && LD="$ac_prog"
5942 ;;
5943 "")
5944 # If it fails, then pretend we aren't using GCC.
5945 ac_prog=ld
5946 ;;
5947 *)
5948 # If it is relative, then search for the first ld in PATH.
5949 with_gnu_ld=unknown
5950 ;;
5951 esac
5952elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5954$as_echo_n "checking for GNU ld... " >&6; }
7357c5b6 5955else
81ecdfbb
RW
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5957$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 5958fi
81ecdfbb
RW
5959if test "${lt_cv_path_LD+set}" = set; then :
5960 $as_echo_n "(cached) " >&6
ce2cded5 5961else
7357c5b6
AM
5962 if test -z "$LD"; then
5963 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5964 for ac_dir in $PATH; do
5965 IFS="$lt_save_ifs"
5966 test -z "$ac_dir" && ac_dir=.
5967 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5968 lt_cv_path_LD="$ac_dir/$ac_prog"
5969 # Check to see if the program is GNU ld. I'd rather use --version,
5970 # but apparently some variants of GNU ld only accept -v.
5971 # Break only if it was the GNU/non-GNU ld that we prefer.
5972 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5973 *GNU* | *'with BFD'*)
5974 test "$with_gnu_ld" != no && break
5975 ;;
5976 *)
5977 test "$with_gnu_ld" != yes && break
5978 ;;
5979 esac
5980 fi
5981 done
5982 IFS="$lt_save_ifs"
ce2cded5 5983else
7357c5b6 5984 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ce2cded5
L
5985fi
5986fi
7357c5b6
AM
5987
5988LD="$lt_cv_path_LD"
5989if test -n "$LD"; then
81ecdfbb
RW
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5991$as_echo "$LD" >&6; }
ce2cded5 5992else
81ecdfbb
RW
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5994$as_echo "no" >&6; }
ce2cded5 5995fi
81ecdfbb
RW
5996test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5998$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5999if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6000 $as_echo_n "(cached) " >&6
ce2cded5 6001else
7357c5b6
AM
6002 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6003case `$LD -v 2>&1 </dev/null` in
6004*GNU* | *'with BFD'*)
6005 lt_cv_prog_gnu_ld=yes
6006 ;;
6007*)
6008 lt_cv_prog_gnu_ld=no
6009 ;;
6010esac
ce2cded5 6011fi
81ecdfbb
RW
6012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6013$as_echo "$lt_cv_prog_gnu_ld" >&6; }
7357c5b6 6014with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
6015
6016
6017
6018
6019
6020
6021
6022
6023
81ecdfbb
RW
6024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6025$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6026if test "${lt_cv_path_NM+set}" = set; then :
6027 $as_echo_n "(cached) " >&6
ce2cded5 6028else
7357c5b6
AM
6029 if test -n "$NM"; then
6030 # Let the user override the test.
6031 lt_cv_path_NM="$NM"
ce2cded5 6032else
7357c5b6
AM
6033 lt_nm_to_check="${ac_tool_prefix}nm"
6034 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6035 lt_nm_to_check="$lt_nm_to_check nm"
20e95c23 6036 fi
7357c5b6
AM
6037 for lt_tmp_nm in $lt_nm_to_check; do
6038 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6039 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6040 IFS="$lt_save_ifs"
6041 test -z "$ac_dir" && ac_dir=.
6042 tmp_nm="$ac_dir/$lt_tmp_nm"
6043 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6044 # Check to see if the nm accepts a BSD-compat flag.
6045 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6046 # nm: unknown option "B" ignored
6047 # Tru64's nm complains that /dev/null is an invalid object file
6048 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6049 */dev/null* | *'Invalid file or object type'*)
6050 lt_cv_path_NM="$tmp_nm -B"
6051 break
6052 ;;
6053 *)
6054 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6055 */dev/null*)
6056 lt_cv_path_NM="$tmp_nm -p"
6057 break
6058 ;;
6059 *)
6060 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6061 continue # so that we can try to find one that supports BSD flags
6062 ;;
6063 esac
6064 ;;
6065 esac
6066 fi
6067 done
6068 IFS="$lt_save_ifs"
6069 done
6070 : ${lt_cv_path_NM=no}
ce2cded5
L
6071fi
6072fi
81ecdfbb
RW
6073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6074$as_echo "$lt_cv_path_NM" >&6; }
7357c5b6
AM
6075if test "$lt_cv_path_NM" != "no"; then
6076 NM="$lt_cv_path_NM"
ce2cded5 6077else
7357c5b6 6078 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
6079 if test -n "$DUMPBIN"; then :
6080 # Let the user override the test.
6081 else
6082 if test -n "$ac_tool_prefix"; then
6083 for ac_prog in dumpbin "link -dump"
7357c5b6
AM
6084 do
6085 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6086set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
6087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088$as_echo_n "checking for $ac_word... " >&6; }
6089if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6090 $as_echo_n "(cached) " >&6
20e95c23 6091else
7357c5b6
AM
6092 if test -n "$DUMPBIN"; then
6093 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ce2cded5
L
6094else
6095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096for as_dir in $PATH
6097do
6098 IFS=$as_save_IFS
6099 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6100 for ac_exec_ext in '' $ac_executable_extensions; do
6101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6102 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 6103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6104 break 2
6105 fi
6106done
81ecdfbb
RW
6107 done
6108IFS=$as_save_IFS
d7040cdb 6109
20e95c23 6110fi
ce2cded5 6111fi
7357c5b6
AM
6112DUMPBIN=$ac_cv_prog_DUMPBIN
6113if test -n "$DUMPBIN"; then
81ecdfbb
RW
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6115$as_echo "$DUMPBIN" >&6; }
42ecbf5e 6116else
81ecdfbb
RW
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118$as_echo "no" >&6; }
42ecbf5e
DJ
6119fi
6120
81ecdfbb 6121
7357c5b6
AM
6122 test -n "$DUMPBIN" && break
6123 done
ce2cded5 6124fi
7357c5b6
AM
6125if test -z "$DUMPBIN"; then
6126 ac_ct_DUMPBIN=$DUMPBIN
3725885a 6127 for ac_prog in dumpbin "link -dump"
7357c5b6
AM
6128do
6129 # Extract the first word of "$ac_prog", so it can be a program name with args.
6130set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6132$as_echo_n "checking for $ac_word... " >&6; }
6133if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6134 $as_echo_n "(cached) " >&6
42ecbf5e 6135else
7357c5b6
AM
6136 if test -n "$ac_ct_DUMPBIN"; then
6137 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
ce2cded5
L
6138else
6139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140for as_dir in $PATH
6141do
6142 IFS=$as_save_IFS
6143 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6144 for ac_exec_ext in '' $ac_executable_extensions; do
6145 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6146 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 6147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6148 break 2
6149 fi
6150done
81ecdfbb
RW
6151 done
6152IFS=$as_save_IFS
d7040cdb 6153
ce2cded5
L
6154fi
6155fi
7357c5b6
AM
6156ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6157if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6159$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 6160else
81ecdfbb
RW
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162$as_echo "no" >&6; }
ce2cded5 6163fi
d7040cdb 6164
81ecdfbb 6165
7357c5b6 6166 test -n "$ac_ct_DUMPBIN" && break
ce2cded5 6167done
d7040cdb 6168
81ecdfbb
RW
6169 if test "x$ac_ct_DUMPBIN" = x; then
6170 DUMPBIN=":"
6171 else
6172 case $cross_compiling:$ac_tool_warned in
6173yes:)
6174{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6175$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6176ac_tool_warned=yes ;;
6177esac
6178 DUMPBIN=$ac_ct_DUMPBIN
6179 fi
ce2cded5 6180fi
7357c5b6 6181
3725885a
RW
6182 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6183 *COFF*)
6184 DUMPBIN="$DUMPBIN -symbols"
6185 ;;
6186 *)
6187 DUMPBIN=:
6188 ;;
6189 esac
6190 fi
7357c5b6
AM
6191
6192 if test "$DUMPBIN" != ":"; then
6193 NM="$DUMPBIN"
6194 fi
ce2cded5 6195fi
7357c5b6
AM
6196test -z "$NM" && NM=nm
6197
6198
6199
6200
6201
6202
81ecdfbb
RW
6203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6204$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6205if test "${lt_cv_nm_interface+set}" = set; then :
6206 $as_echo_n "(cached) " >&6
20e95c23 6207else
7357c5b6
AM
6208 lt_cv_nm_interface="BSD nm"
6209 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6210 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
7357c5b6
AM
6211 (eval "$ac_compile" 2>conftest.err)
6212 cat conftest.err >&5
3725885a 6213 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7357c5b6
AM
6214 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6215 cat conftest.err >&5
3725885a 6216 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
7357c5b6
AM
6217 cat conftest.out >&5
6218 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6219 lt_cv_nm_interface="MS dumpbin"
6220 fi
6221 rm -f conftest*
20e95c23 6222fi
81ecdfbb
RW
6223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6224$as_echo "$lt_cv_nm_interface" >&6; }
20e95c23 6225
81ecdfbb
RW
6226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6227$as_echo_n "checking whether ln -s works... " >&6; }
7357c5b6
AM
6228LN_S=$as_ln_s
6229if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6231$as_echo "yes" >&6; }
ce2cded5 6232else
81ecdfbb
RW
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6234$as_echo "no, using $LN_S" >&6; }
d7040cdb 6235fi
20e95c23 6236
7357c5b6 6237# find the maximum length of command line arguments
81ecdfbb
RW
6238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6239$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6240if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6241 $as_echo_n "(cached) " >&6
7357c5b6
AM
6242else
6243 i=0
6244 teststring="ABCD"
20e95c23 6245
7357c5b6
AM
6246 case $build_os in
6247 msdosdjgpp*)
6248 # On DJGPP, this test can blow up pretty badly due to problems in libc
6249 # (any single argument exceeding 2000 bytes causes a buffer overrun
6250 # during glob expansion). Even if it were fixed, the result of this
6251 # check would be larger than it should be.
6252 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6253 ;;
20e95c23 6254
7357c5b6
AM
6255 gnu*)
6256 # Under GNU Hurd, this test is not required because there is
6257 # no limit to the length of command line arguments.
6258 # Libtool will interpret -1 as no limit whatsoever
6259 lt_cv_sys_max_cmd_len=-1;
6260 ;;
20e95c23 6261
b214d478 6262 cygwin* | mingw* | cegcc*)
7357c5b6
AM
6263 # On Win9x/ME, this test blows up -- it succeeds, but takes
6264 # about 5 minutes as the teststring grows exponentially.
6265 # Worse, since 9x/ME are not pre-emptively multitasking,
6266 # you end up with a "frozen" computer, even though with patience
6267 # the test eventually succeeds (with a max line length of 256k).
6268 # Instead, let's just punt: use the minimum linelength reported by
6269 # all of the supported platforms: 8192 (on NT/2K/XP).
6270 lt_cv_sys_max_cmd_len=8192;
6271 ;;
20e95c23 6272
3725885a
RW
6273 mint*)
6274 # On MiNT this can take a long time and run out of memory.
6275 lt_cv_sys_max_cmd_len=8192;
6276 ;;
6277
7357c5b6
AM
6278 amigaos*)
6279 # On AmigaOS with pdksh, this test takes hours, literally.
6280 # So we just punt and use a minimum line length of 8192.
6281 lt_cv_sys_max_cmd_len=8192;
6282 ;;
20e95c23 6283
7357c5b6
AM
6284 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6285 # This has been around since 386BSD, at least. Likely further.
6286 if test -x /sbin/sysctl; then
6287 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6288 elif test -x /usr/sbin/sysctl; then
6289 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6290 else
6291 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6292 fi
6293 # And add a safety zone
6294 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6295 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6296 ;;
d7040cdb 6297
7357c5b6
AM
6298 interix*)
6299 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6300 lt_cv_sys_max_cmd_len=196608
6301 ;;
d7040cdb 6302
7357c5b6
AM
6303 osf*)
6304 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6305 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6306 # nice to cause kernel panics so lets avoid the loop below.
6307 # First set a reasonable default.
6308 lt_cv_sys_max_cmd_len=16384
6309 #
6310 if test -x /sbin/sysconfig; then
6311 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6312 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6313 esac
6314 fi
6315 ;;
6316 sco3.2v5*)
6317 lt_cv_sys_max_cmd_len=102400
6318 ;;
6319 sysv5* | sco5v6* | sysv4.2uw2*)
6320 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6321 if test -n "$kargmax"; then
6322 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6323 else
6324 lt_cv_sys_max_cmd_len=32768
6325 fi
ce2cded5
L
6326 ;;
6327 *)
b214d478
SE
6328 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6329 if test -n "$lt_cv_sys_max_cmd_len"; then
7357c5b6
AM
6330 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6331 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6332 else
6333 # Make teststring a little bigger before we do anything with it.
6334 # a 1K string should be a reasonable start.
6335 for i in 1 2 3 4 5 6 7 8 ; do
6336 teststring=$teststring$teststring
6337 done
6338 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6339 # If test is not a shell built-in, we'll probably end up computing a
6340 # maximum length that is only half of the actual maximum length, but
6341 # we can't tell.
3725885a
RW
6342 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6343 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
7357c5b6
AM
6344 test $i != 17 # 1/2 MB should be enough
6345 do
6346 i=`expr $i + 1`
6347 teststring=$teststring$teststring
6348 done
6349 # Only check the string length outside the loop.
6350 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6351 teststring=
6352 # Add a significant safety factor because C++ compilers can tack on
6353 # massive amounts of additional arguments before passing them to the
6354 # linker. It appears as though 1/2 is a usable value.
6355 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6356 fi
ce2cded5
L
6357 ;;
6358 esac
d7040cdb 6359
7357c5b6 6360fi
d7040cdb 6361
7357c5b6 6362if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6364$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
7357c5b6 6365else
81ecdfbb
RW
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6367$as_echo "none" >&6; }
7357c5b6
AM
6368fi
6369max_cmd_len=$lt_cv_sys_max_cmd_len
d7040cdb
SE
6370
6371
6372
6373
6374
d7040cdb 6375
7357c5b6
AM
6376: ${CP="cp -f"}
6377: ${MV="mv -f"}
6378: ${RM="rm -f"}
d7040cdb 6379
81ecdfbb
RW
6380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6381$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
7357c5b6
AM
6382# Try some XSI features
6383xsi_shell=no
6384( _lt_dummy="a/b/c"
6385 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
b214d478
SE
6386 = c,a/b,, \
6387 && eval 'test $(( 1 + 1 )) -eq 2 \
6388 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7357c5b6 6389 && xsi_shell=yes
81ecdfbb
RW
6390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6391$as_echo "$xsi_shell" >&6; }
d7040cdb 6392
d7040cdb 6393
81ecdfbb
RW
6394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6395$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
7357c5b6
AM
6396lt_shell_append=no
6397( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6398 >/dev/null 2>&1 \
6399 && lt_shell_append=yes
81ecdfbb
RW
6400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6401$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6402
6403
7357c5b6
AM
6404if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6405 lt_unset=unset
6406else
6407 lt_unset=false
6408fi
d7040cdb 6409
d7040cdb 6410
d7040cdb 6411
d7040cdb 6412
d7040cdb 6413
7357c5b6
AM
6414# test EBCDIC or ASCII
6415case `echo X|tr X '\101'` in
6416 A) # ASCII based system
6417 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6418 lt_SP2NL='tr \040 \012'
6419 lt_NL2SP='tr \015\012 \040\040'
6420 ;;
6421 *) # EBCDIC based system
6422 lt_SP2NL='tr \100 \n'
6423 lt_NL2SP='tr \r\n \100\100'
6424 ;;
6425esac
42ecbf5e 6426
d7040cdb
SE
6427
6428
6429
6430
6431
6432
d7040cdb 6433
d7040cdb 6434
81ecdfbb
RW
6435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6436$as_echo_n "checking for $LD option to reload object files... " >&6; }
6437if test "${lt_cv_ld_reload_flag+set}" = set; then :
6438 $as_echo_n "(cached) " >&6
7357c5b6
AM
6439else
6440 lt_cv_ld_reload_flag='-r'
6441fi
81ecdfbb
RW
6442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6443$as_echo "$lt_cv_ld_reload_flag" >&6; }
7357c5b6
AM
6444reload_flag=$lt_cv_ld_reload_flag
6445case $reload_flag in
6446"" | " "*) ;;
6447*) reload_flag=" $reload_flag" ;;
6448esac
6449reload_cmds='$LD$reload_flag -o $output$reload_objs'
6450case $host_os in
6451 darwin*)
6452 if test "$GCC" = yes; then
6453 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6454 else
6455 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6456 fi
6457 ;;
6458esac
d7040cdb 6459
d7040cdb 6460
d7040cdb 6461
d7040cdb 6462
d7040cdb 6463
d7040cdb 6464
d7040cdb 6465
d7040cdb 6466
d7040cdb 6467
b214d478
SE
6468if test -n "$ac_tool_prefix"; then
6469 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6470set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6472$as_echo_n "checking for $ac_word... " >&6; }
6473if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6474 $as_echo_n "(cached) " >&6
b214d478
SE
6475else
6476 if test -n "$OBJDUMP"; then
6477 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6478else
6479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480for as_dir in $PATH
6481do
6482 IFS=$as_save_IFS
6483 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6484 for ac_exec_ext in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 6486 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
6488 break 2
6489 fi
6490done
81ecdfbb
RW
6491 done
6492IFS=$as_save_IFS
b214d478
SE
6493
6494fi
6495fi
6496OBJDUMP=$ac_cv_prog_OBJDUMP
6497if test -n "$OBJDUMP"; then
81ecdfbb
RW
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6499$as_echo "$OBJDUMP" >&6; }
b214d478 6500else
81ecdfbb
RW
6501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6502$as_echo "no" >&6; }
b214d478
SE
6503fi
6504
81ecdfbb 6505
b214d478
SE
6506fi
6507if test -z "$ac_cv_prog_OBJDUMP"; then
6508 ac_ct_OBJDUMP=$OBJDUMP
6509 # Extract the first word of "objdump", so it can be a program name with args.
6510set dummy objdump; ac_word=$2
81ecdfbb
RW
6511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6512$as_echo_n "checking for $ac_word... " >&6; }
6513if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6514 $as_echo_n "(cached) " >&6
b214d478
SE
6515else
6516 if test -n "$ac_ct_OBJDUMP"; then
6517 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6518else
6519as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6520for as_dir in $PATH
6521do
6522 IFS=$as_save_IFS
6523 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6524 for ac_exec_ext in '' $ac_executable_extensions; do
6525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 6526 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
6528 break 2
6529 fi
6530done
81ecdfbb
RW
6531 done
6532IFS=$as_save_IFS
b214d478 6533
b214d478
SE
6534fi
6535fi
6536ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6537if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6539$as_echo "$ac_ct_OBJDUMP" >&6; }
b214d478 6540else
81ecdfbb
RW
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6542$as_echo "no" >&6; }
b214d478
SE
6543fi
6544
81ecdfbb
RW
6545 if test "x$ac_ct_OBJDUMP" = x; then
6546 OBJDUMP="false"
6547 else
6548 case $cross_compiling:$ac_tool_warned in
6549yes:)
6550{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6551$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6552ac_tool_warned=yes ;;
6553esac
6554 OBJDUMP=$ac_ct_OBJDUMP
6555 fi
b214d478
SE
6556else
6557 OBJDUMP="$ac_cv_prog_OBJDUMP"
6558fi
6559
6560test -z "$OBJDUMP" && OBJDUMP=objdump
6561
6562
6563
6564
6565
6566
6567
6568
d7040cdb 6569
81ecdfbb
RW
6570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6571$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6572if test "${lt_cv_deplibs_check_method+set}" = set; then :
6573 $as_echo_n "(cached) " >&6
ce2cded5 6574else
7357c5b6
AM
6575 lt_cv_file_magic_cmd='$MAGIC_CMD'
6576lt_cv_file_magic_test_file=
6577lt_cv_deplibs_check_method='unknown'
6578# Need to set the preceding variable on all platforms that support
6579# interlibrary dependencies.
6580# 'none' -- dependencies not supported.
6581# `unknown' -- same as none, but documents that we really don't know.
6582# 'pass_all' -- all dependencies passed with no checks.
6583# 'test_compile' -- check by making test program.
6584# 'file_magic [[regex]]' -- check by looking for files in library path
6585# which responds to the $file_magic_cmd with a given extended regex.
6586# If you have `file' or equivalent on your system and you're not sure
6587# whether `pass_all' will *always* work, you probably want this one.
d7040cdb 6588
ce2cded5 6589case $host_os in
7357c5b6
AM
6590aix[4-9]*)
6591 lt_cv_deplibs_check_method=pass_all
ce2cded5 6592 ;;
7357c5b6
AM
6593
6594beos*)
6595 lt_cv_deplibs_check_method=pass_all
ce2cded5 6596 ;;
7357c5b6
AM
6597
6598bsdi[45]*)
6599 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6600 lt_cv_file_magic_cmd='/usr/bin/file -L'
6601 lt_cv_file_magic_test_file=/shlib/libc.so
ce2cded5 6602 ;;
7357c5b6
AM
6603
6604cygwin*)
6605 # func_win32_libid is a shell function defined in ltmain.sh
6606 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6607 lt_cv_file_magic_cmd='func_win32_libid'
ce2cded5 6608 ;;
7357c5b6
AM
6609
6610mingw* | pw32*)
6611 # Base MSYS/MinGW do not provide the 'file' command needed by
6612 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6613 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6614 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6615 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
7357c5b6
AM
6616 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6617 lt_cv_file_magic_cmd='func_win32_libid'
6618 else
6619 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6620 lt_cv_file_magic_cmd='$OBJDUMP -f'
6621 fi
ce2cded5 6622 ;;
7357c5b6 6623
3725885a 6624cegcc*)
b214d478
SE
6625 # use the weaker test based on 'objdump'. See mingw*.
6626 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6627 lt_cv_file_magic_cmd='$OBJDUMP -f'
6628 ;;
6629
7357c5b6
AM
6630darwin* | rhapsody*)
6631 lt_cv_deplibs_check_method=pass_all
ce2cded5 6632 ;;
7357c5b6
AM
6633
6634freebsd* | dragonfly*)
6635 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6636 case $host_cpu in
6637 i*86 )
6638 # Not sure whether the presence of OpenBSD here was a mistake.
6639 # Let's accept both of them until this is cleared up.
6640 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6641 lt_cv_file_magic_cmd=/usr/bin/file
6642 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6643 ;;
6644 esac
6645 else
6646 lt_cv_deplibs_check_method=pass_all
6647 fi
ce2cded5 6648 ;;
7357c5b6
AM
6649
6650gnu*)
6651 lt_cv_deplibs_check_method=pass_all
ce2cded5 6652 ;;
7357c5b6 6653
3725885a
RW
6654haiku*)
6655 lt_cv_deplibs_check_method=pass_all
6656 ;;
6657
7357c5b6
AM
6658hpux10.20* | hpux11*)
6659 lt_cv_file_magic_cmd=/usr/bin/file
6660 case $host_cpu in
6661 ia64*)
6662 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6663 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6664 ;;
6665 hppa*64*)
3725885a 6666 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
6667 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6668 ;;
6669 *)
3725885a 6670 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7357c5b6
AM
6671 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6672 ;;
6673 esac
ce2cded5 6674 ;;
d7040cdb 6675
7357c5b6
AM
6676interix[3-9]*)
6677 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6678 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6679 ;;
d7040cdb 6680
7357c5b6
AM
6681irix5* | irix6* | nonstopux*)
6682 case $LD in
6683 *-32|*"-32 ") libmagic=32-bit;;
6684 *-n32|*"-n32 ") libmagic=N32;;
6685 *-64|*"-64 ") libmagic=64-bit;;
6686 *) libmagic=never-match;;
6687 esac
6688 lt_cv_deplibs_check_method=pass_all
6689 ;;
d7040cdb 6690
7357c5b6 6691# This must be Linux ELF.
58e24671 6692linux* | k*bsd*-gnu | kopensolaris*-gnu)
7357c5b6
AM
6693 lt_cv_deplibs_check_method=pass_all
6694 ;;
d7040cdb 6695
7357c5b6
AM
6696netbsd*)
6697 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6698 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6699 else
6700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6701 fi
ce2cded5 6702 ;;
d7040cdb 6703
7357c5b6
AM
6704newos6*)
6705 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6706 lt_cv_file_magic_cmd=/usr/bin/file
6707 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6708 ;;
d7040cdb 6709
7357c5b6
AM
6710*nto* | *qnx*)
6711 lt_cv_deplibs_check_method=pass_all
6712 ;;
d7040cdb 6713
7357c5b6
AM
6714openbsd*)
6715 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6716 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
ce2cded5 6717 else
7357c5b6 6718 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
ce2cded5 6719 fi
7357c5b6 6720 ;;
d7040cdb 6721
7357c5b6
AM
6722osf3* | osf4* | osf5*)
6723 lt_cv_deplibs_check_method=pass_all
6724 ;;
d7040cdb 6725
7357c5b6
AM
6726rdos*)
6727 lt_cv_deplibs_check_method=pass_all
6728 ;;
d7040cdb 6729
7357c5b6
AM
6730solaris*)
6731 lt_cv_deplibs_check_method=pass_all
6732 ;;
d7040cdb 6733
7357c5b6
AM
6734sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6735 lt_cv_deplibs_check_method=pass_all
6736 ;;
d7040cdb 6737
7357c5b6
AM
6738sysv4 | sysv4.3*)
6739 case $host_vendor in
6740 motorola)
6741 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]'
6742 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6743 ;;
6744 ncr)
6745 lt_cv_deplibs_check_method=pass_all
6746 ;;
6747 sequent)
6748 lt_cv_file_magic_cmd='/bin/file'
6749 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6750 ;;
6751 sni)
6752 lt_cv_file_magic_cmd='/bin/file'
6753 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6754 lt_cv_file_magic_test_file=/lib/libc.so
6755 ;;
6756 siemens)
6757 lt_cv_deplibs_check_method=pass_all
6758 ;;
6759 pc)
6760 lt_cv_deplibs_check_method=pass_all
6761 ;;
6762 esac
6763 ;;
d7040cdb 6764
7357c5b6
AM
6765tpf*)
6766 lt_cv_deplibs_check_method=pass_all
6767 ;;
6768esac
d7040cdb 6769
7357c5b6 6770fi
81ecdfbb
RW
6771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6772$as_echo "$lt_cv_deplibs_check_method" >&6; }
7357c5b6
AM
6773file_magic_cmd=$lt_cv_file_magic_cmd
6774deplibs_check_method=$lt_cv_deplibs_check_method
6775test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb
SE
6776
6777
6778
7357c5b6
AM
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788if test -n "$ac_tool_prefix"; then
6789 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6790set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6792$as_echo_n "checking for $ac_word... " >&6; }
6793if test "${ac_cv_prog_AR+set}" = set; then :
6794 $as_echo_n "(cached) " >&6
7357c5b6
AM
6795else
6796 if test -n "$AR"; then
6797 ac_cv_prog_AR="$AR" # Let the user override the test.
6798else
6799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6800for as_dir in $PATH
6801do
6802 IFS=$as_save_IFS
6803 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6804 for ac_exec_ext in '' $ac_executable_extensions; do
6805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6806 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 6808 break 2
ce2cded5
L
6809 fi
6810done
81ecdfbb
RW
6811 done
6812IFS=$as_save_IFS
d7040cdb 6813
42ecbf5e 6814fi
ce2cded5 6815fi
7357c5b6
AM
6816AR=$ac_cv_prog_AR
6817if test -n "$AR"; then
81ecdfbb
RW
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6819$as_echo "$AR" >&6; }
42ecbf5e 6820else
81ecdfbb
RW
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6822$as_echo "no" >&6; }
42ecbf5e
DJ
6823fi
6824
81ecdfbb 6825
7357c5b6
AM
6826fi
6827if test -z "$ac_cv_prog_AR"; then
6828 ac_ct_AR=$AR
6829 # Extract the first word of "ar", so it can be a program name with args.
6830set dummy ar; ac_word=$2
81ecdfbb
RW
6831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6832$as_echo_n "checking for $ac_word... " >&6; }
6833if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6834 $as_echo_n "(cached) " >&6
7357c5b6
AM
6835else
6836 if test -n "$ac_ct_AR"; then
6837 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6838else
6839as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6840for as_dir in $PATH
6841do
6842 IFS=$as_save_IFS
6843 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6844 for ac_exec_ext in '' $ac_executable_extensions; do
6845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6846 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
6848 break 2
6849 fi
6850done
81ecdfbb
RW
6851 done
6852IFS=$as_save_IFS
42ecbf5e 6853
7357c5b6
AM
6854fi
6855fi
6856ac_ct_AR=$ac_cv_prog_ac_ct_AR
6857if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6859$as_echo "$ac_ct_AR" >&6; }
7357c5b6 6860else
81ecdfbb
RW
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6862$as_echo "no" >&6; }
7357c5b6 6863fi
d7040cdb 6864
81ecdfbb
RW
6865 if test "x$ac_ct_AR" = x; then
6866 AR="false"
6867 else
6868 case $cross_compiling:$ac_tool_warned in
6869yes:)
6870{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6871$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6872ac_tool_warned=yes ;;
6873esac
6874 AR=$ac_ct_AR
6875 fi
7357c5b6
AM
6876else
6877 AR="$ac_cv_prog_AR"
6878fi
d7040cdb 6879
7357c5b6
AM
6880test -z "$AR" && AR=ar
6881test -z "$AR_FLAGS" && AR_FLAGS=cru
d7040cdb
SE
6882
6883
6884
20e95c23 6885
d7040cdb 6886
d7040cdb
SE
6887
6888
6889
6890
6891
6892
7357c5b6
AM
6893if test -n "$ac_tool_prefix"; then
6894 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6895set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6897$as_echo_n "checking for $ac_word... " >&6; }
6898if test "${ac_cv_prog_STRIP+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
7357c5b6
AM
6900else
6901 if test -n "$STRIP"; then
6902 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6903else
6904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905for as_dir in $PATH
6906do
6907 IFS=$as_save_IFS
6908 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6909 for ac_exec_ext in '' $ac_executable_extensions; do
6910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6911 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 6913 break 2
ce2cded5 6914 fi
7357c5b6 6915done
81ecdfbb
RW
6916 done
6917IFS=$as_save_IFS
d7040cdb 6918
7357c5b6
AM
6919fi
6920fi
6921STRIP=$ac_cv_prog_STRIP
6922if test -n "$STRIP"; then
81ecdfbb
RW
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6924$as_echo "$STRIP" >&6; }
7357c5b6 6925else
81ecdfbb
RW
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6927$as_echo "no" >&6; }
7357c5b6
AM
6928fi
6929
81ecdfbb 6930
7357c5b6
AM
6931fi
6932if test -z "$ac_cv_prog_STRIP"; then
6933 ac_ct_STRIP=$STRIP
6934 # Extract the first word of "strip", so it can be a program name with args.
6935set dummy strip; ac_word=$2
81ecdfbb
RW
6936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6937$as_echo_n "checking for $ac_word... " >&6; }
6938if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6939 $as_echo_n "(cached) " >&6
7357c5b6
AM
6940else
6941 if test -n "$ac_ct_STRIP"; then
6942 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6943else
6944as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6945for as_dir in $PATH
6946do
6947 IFS=$as_save_IFS
6948 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6949 for ac_exec_ext in '' $ac_executable_extensions; do
6950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 6951 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 6953 break 2
ce2cded5 6954 fi
7357c5b6 6955done
81ecdfbb
RW
6956 done
6957IFS=$as_save_IFS
d7040cdb 6958
7357c5b6
AM
6959fi
6960fi
6961ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6962if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6964$as_echo "$ac_ct_STRIP" >&6; }
20e95c23 6965else
81ecdfbb
RW
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6967$as_echo "no" >&6; }
7357c5b6 6968fi
d7040cdb 6969
81ecdfbb
RW
6970 if test "x$ac_ct_STRIP" = x; then
6971 STRIP=":"
6972 else
6973 case $cross_compiling:$ac_tool_warned in
6974yes:)
6975{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6976$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6977ac_tool_warned=yes ;;
6978esac
6979 STRIP=$ac_ct_STRIP
6980 fi
7357c5b6
AM
6981else
6982 STRIP="$ac_cv_prog_STRIP"
6983fi
d7040cdb 6984
7357c5b6 6985test -z "$STRIP" && STRIP=:
d7040cdb 6986
d7040cdb
SE
6987
6988
6989
d7040cdb 6990
7357c5b6
AM
6991
6992if test -n "$ac_tool_prefix"; then
6993 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6994set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6996$as_echo_n "checking for $ac_word... " >&6; }
6997if test "${ac_cv_prog_RANLIB+set}" = set; then :
6998 $as_echo_n "(cached) " >&6
ce2cded5 6999else
7357c5b6
AM
7000 if test -n "$RANLIB"; then
7001 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7002else
7003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7004for as_dir in $PATH
ce2cded5 7005do
7357c5b6
AM
7006 IFS=$as_save_IFS
7007 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7008 for ac_exec_ext in '' $ac_executable_extensions; do
7009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7010 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 7011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7012 break 2
ce2cded5 7013 fi
7357c5b6 7014done
81ecdfbb
RW
7015 done
7016IFS=$as_save_IFS
7357c5b6 7017
ce2cded5 7018fi
7357c5b6
AM
7019fi
7020RANLIB=$ac_cv_prog_RANLIB
7021if test -n "$RANLIB"; then
81ecdfbb
RW
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7023$as_echo "$RANLIB" >&6; }
ce2cded5 7024else
81ecdfbb
RW
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7026$as_echo "no" >&6; }
ce2cded5 7027fi
d7040cdb 7028
81ecdfbb 7029
7357c5b6
AM
7030fi
7031if test -z "$ac_cv_prog_RANLIB"; then
7032 ac_ct_RANLIB=$RANLIB
7033 # Extract the first word of "ranlib", so it can be a program name with args.
7034set dummy ranlib; ac_word=$2
81ecdfbb
RW
7035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7036$as_echo_n "checking for $ac_word... " >&6; }
7037if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7038 $as_echo_n "(cached) " >&6
ce2cded5 7039else
7357c5b6
AM
7040 if test -n "$ac_ct_RANLIB"; then
7041 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7042else
7043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7044for as_dir in $PATH
7045do
7046 IFS=$as_save_IFS
7047 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7048 for ac_exec_ext in '' $ac_executable_extensions; do
7049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 7050 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 7051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
7052 break 2
7053 fi
7054done
81ecdfbb
RW
7055 done
7056IFS=$as_save_IFS
7357c5b6 7057
ce2cded5 7058fi
7357c5b6
AM
7059fi
7060ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7061if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7063$as_echo "$ac_ct_RANLIB" >&6; }
ce2cded5 7064else
81ecdfbb
RW
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7066$as_echo "no" >&6; }
ce2cded5 7067fi
d7040cdb 7068
81ecdfbb
RW
7069 if test "x$ac_ct_RANLIB" = x; then
7070 RANLIB=":"
7071 else
7072 case $cross_compiling:$ac_tool_warned in
7073yes:)
7074{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7075$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7076ac_tool_warned=yes ;;
7077esac
7078 RANLIB=$ac_ct_RANLIB
7079 fi
7357c5b6
AM
7080else
7081 RANLIB="$ac_cv_prog_RANLIB"
ce2cded5 7082fi
d7040cdb 7083
7357c5b6 7084test -z "$RANLIB" && RANLIB=:
d7040cdb 7085
7357c5b6
AM
7086
7087
7088
7089
7090
7091# Determine commands to create old-style static archives.
b214d478 7092old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7357c5b6
AM
7093old_postinstall_cmds='chmod 644 $oldlib'
7094old_postuninstall_cmds=
7095
7096if test -n "$RANLIB"; then
7097 case $host_os in
7098 openbsd*)
7099 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7100 ;;
7101 *)
7102 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7103 ;;
7104 esac
7105 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
ce2cded5 7106fi
7357c5b6 7107
3725885a
RW
7108case $host_os in
7109 darwin*)
7110 lock_old_archive_extraction=yes ;;
7111 *)
7112 lock_old_archive_extraction=no ;;
7113esac
7114
7115
7116
7117
7118
7119
7357c5b6
AM
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153# If no C compiler was specified, use CC.
7154LTCC=${LTCC-"$CC"}
7155
7156# If no C compiler flags were specified, use CFLAGS.
7157LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7158
7159# Allow CC to be a program name with arguments.
7160compiler=$CC
7161
7162
7163# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
7164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7165$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7166if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7167 $as_echo_n "(cached) " >&6
ce2cded5 7168else
d7040cdb 7169
7357c5b6
AM
7170# These are sane defaults that work on at least a few old systems.
7171# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 7172
7357c5b6
AM
7173# Character class describing NM global symbol codes.
7174symcode='[BCDEGRST]'
7175
7176# Regexp to match symbols that can be accessed directly from C.
7177sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7178
7179# Define system-specific variables.
7180case $host_os in
7181aix*)
7182 symcode='[BCDT]'
7183 ;;
b214d478 7184cygwin* | mingw* | pw32* | cegcc*)
7357c5b6
AM
7185 symcode='[ABCDGISTW]'
7186 ;;
7187hpux*)
7188 if test "$host_cpu" = ia64; then
7189 symcode='[ABCDEGRST]'
ce2cded5 7190 fi
7357c5b6
AM
7191 ;;
7192irix* | nonstopux*)
7193 symcode='[BCDEGRST]'
7194 ;;
7195osf*)
7196 symcode='[BCDEGQRST]'
7197 ;;
7198solaris*)
7199 symcode='[BDRT]'
7200 ;;
7201sco3.2v5*)
7202 symcode='[DT]'
7203 ;;
7204sysv4.2uw2*)
7205 symcode='[DT]'
7206 ;;
7207sysv5* | sco5v6* | unixware* | OpenUNIX*)
7208 symcode='[ABDT]'
7209 ;;
7210sysv4)
7211 symcode='[DFNSTU]'
7212 ;;
7213esac
d7040cdb 7214
7357c5b6
AM
7215# If we're using GNU nm, then use its standard symbol codes.
7216case `$NM -V 2>&1` in
7217*GNU* | *'with BFD'*)
7218 symcode='[ABCDGIRSTW]' ;;
7219esac
d7040cdb 7220
7357c5b6
AM
7221# Transform an extracted symbol line into a proper C declaration.
7222# Some systems (esp. on ia64) link data and code symbols differently,
7223# so use this general approach.
7224lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7225
7226# Transform an extracted symbol line into symbol name and symbol address
7227lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
b214d478 7228lt_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
7229
7230# Handle CRLF in mingw tool chain
7231opt_cr=
7232case $build_os in
7233mingw*)
7234 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7235 ;;
7236esac
d7040cdb 7237
7357c5b6
AM
7238# Try without a prefix underscore, then with it.
7239for ac_symprfx in "" "_"; do
d7040cdb 7240
7357c5b6
AM
7241 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7242 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7243
7357c5b6
AM
7244 # Write the raw and C identifiers.
7245 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7246 # Fake it for dumpbin and say T for any non-static function
7247 # and D for any global variable.
7248 # Also find C++ and __fastcall symbols from MSVC++,
7249 # which start with @ or ?.
7250 lt_cv_sys_global_symbol_pipe="$AWK '"\
7251" {last_section=section; section=\$ 3};"\
7252" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7253" \$ 0!~/External *\|/{next};"\
7254" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7255" {if(hide[section]) next};"\
7256" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7257" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7258" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7259" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7260" ' prfx=^$ac_symprfx"
7261 else
7262 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7263 fi
d7040cdb 7264
7357c5b6
AM
7265 # Check to see that the pipe works correctly.
7266 pipe_works=no
d7040cdb 7267
7357c5b6
AM
7268 rm -f conftest*
7269 cat > conftest.$ac_ext <<_LT_EOF
7270#ifdef __cplusplus
7271extern "C" {
7272#endif
7273char nm_test_var;
7274void nm_test_func(void);
7275void nm_test_func(void){}
7276#ifdef __cplusplus
20e95c23 7277}
7357c5b6
AM
7278#endif
7279int main(){nm_test_var='a';nm_test_func();return(0);}
7280_LT_EOF
7281
81ecdfbb 7282 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7283 (eval $ac_compile) 2>&5
20e95c23 7284 ac_status=$?
81ecdfbb
RW
7285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7286 test $ac_status = 0; }; then
7357c5b6
AM
7287 # Now try to grab the symbols.
7288 nlist=conftest.nm
3725885a
RW
7289 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7290 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
20e95c23 7291 ac_status=$?
81ecdfbb
RW
7292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7293 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7294 # Try sorting and uniquifying the output.
7295 if sort "$nlist" | uniq > "$nlist"T; then
7296 mv -f "$nlist"T "$nlist"
7297 else
7298 rm -f "$nlist"T
7299 fi
d7040cdb 7300
7357c5b6
AM
7301 # Make sure that we snagged all the symbols we need.
7302 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7303 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7304 cat <<_LT_EOF > conftest.$ac_ext
7305#ifdef __cplusplus
7306extern "C" {
7307#endif
ce2cded5 7308
7357c5b6
AM
7309_LT_EOF
7310 # Now generate the symbol file.
7311 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
ce2cded5 7312
7357c5b6 7313 cat <<_LT_EOF >> conftest.$ac_ext
42ecbf5e 7314
7357c5b6
AM
7315/* The mapping between symbol names and symbols. */
7316const struct {
7317 const char *name;
7318 void *address;
7319}
7320lt__PROGRAM__LTX_preloaded_symbols[] =
7321{
7322 { "@PROGRAM@", (void *) 0 },
7323_LT_EOF
7324 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7325 cat <<\_LT_EOF >> conftest.$ac_ext
7326 {0, (void *) 0}
7327};
d7040cdb 7328
7357c5b6
AM
7329/* This works around a problem in FreeBSD linker */
7330#ifdef FREEBSD_WORKAROUND
7331static const void *lt_preloaded_setup() {
7332 return lt__PROGRAM__LTX_preloaded_symbols;
7333}
ce2cded5 7334#endif
42ecbf5e 7335
7357c5b6 7336#ifdef __cplusplus
ce2cded5 7337}
7357c5b6
AM
7338#endif
7339_LT_EOF
7340 # Now try linking the two files.
7341 mv conftest.$ac_objext conftstm.$ac_objext
7342 lt_save_LIBS="$LIBS"
7343 lt_save_CFLAGS="$CFLAGS"
7344 LIBS="conftstm.$ac_objext"
7345 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7346 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
7347 (eval $ac_link) 2>&5
7348 ac_status=$?
81ecdfbb
RW
7349 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7350 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7351 pipe_works=yes
7352 fi
7353 LIBS="$lt_save_LIBS"
7354 CFLAGS="$lt_save_CFLAGS"
7355 else
7356 echo "cannot find nm_test_func in $nlist" >&5
7357 fi
7358 else
7359 echo "cannot find nm_test_var in $nlist" >&5
7360 fi
7361 else
7362 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7363 fi
7364 else
7365 echo "$progname: failed program was:" >&5
7366 cat conftest.$ac_ext >&5
7367 fi
b214d478 7368 rm -rf conftest* conftst*
7357c5b6
AM
7369
7370 # Do not use the global_symbol_pipe unless it works.
7371 if test "$pipe_works" = yes; then
7372 break
7373 else
7374 lt_cv_sys_global_symbol_pipe=
7375 fi
7376done
42ecbf5e 7377
ce2cded5 7378fi
7357c5b6
AM
7379
7380if test -z "$lt_cv_sys_global_symbol_pipe"; then
7381 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 7382fi
7357c5b6 7383if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7385$as_echo "failed" >&6; }
7357c5b6 7386else
81ecdfbb
RW
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7388$as_echo "ok" >&6; }
ce2cded5 7389fi
e5a52504 7390
d7040cdb 7391
e5a52504 7392
d7040cdb 7393
d7040cdb 7394
d7040cdb 7395
d7040cdb 7396
d7040cdb 7397
d7040cdb 7398
d7040cdb 7399
d7040cdb 7400
d7040cdb 7401
7357c5b6
AM
7402
7403
7404
b214d478
SE
7405
7406
7407
7408
7409
7357c5b6
AM
7410
7411
81ecdfbb
RW
7412# Check whether --enable-libtool-lock was given.
7413if test "${enable_libtool_lock+set}" = set; then :
7414 enableval=$enable_libtool_lock;
7415fi
7357c5b6 7416
7357c5b6
AM
7417test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7418
7419# Some flags need to be propagated to the compiler or linker for good
7420# libtool support.
7421case $host in
7422ia64-*-hpux*)
7423 # Find out which ABI we are using.
7424 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7425 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7426 (eval $ac_compile) 2>&5
7427 ac_status=$?
81ecdfbb
RW
7428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7429 test $ac_status = 0; }; then
7357c5b6
AM
7430 case `/usr/bin/file conftest.$ac_objext` in
7431 *ELF-32*)
7432 HPUX_IA64_MODE="32"
7433 ;;
7434 *ELF-64*)
7435 HPUX_IA64_MODE="64"
7436 ;;
7437 esac
7438 fi
7439 rm -rf conftest*
7440 ;;
7441*-*-irix6*)
7442 # Find out which ABI we are using.
3725885a 7443 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7444 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7445 (eval $ac_compile) 2>&5
7446 ac_status=$?
81ecdfbb
RW
7447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7448 test $ac_status = 0; }; then
7357c5b6
AM
7449 if test "$lt_cv_prog_gnu_ld" = yes; then
7450 case `/usr/bin/file conftest.$ac_objext` in
7451 *32-bit*)
7452 LD="${LD-ld} -melf32bsmip"
7453 ;;
7454 *N32*)
7455 LD="${LD-ld} -melf32bmipn32"
7456 ;;
7457 *64-bit*)
7458 LD="${LD-ld} -melf64bmip"
7459 ;;
7460 esac
7461 else
7462 case `/usr/bin/file conftest.$ac_objext` in
7463 *32-bit*)
7464 LD="${LD-ld} -32"
7465 ;;
7466 *N32*)
7467 LD="${LD-ld} -n32"
7468 ;;
7469 *64-bit*)
7470 LD="${LD-ld} -64"
7471 ;;
7472 esac
7473 fi
7474 fi
7475 rm -rf conftest*
7476 ;;
7477
cc9afea3 7478x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7479s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7480 # Find out which ABI we are using.
7481 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7482 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7483 (eval $ac_compile) 2>&5
7484 ac_status=$?
81ecdfbb
RW
7485 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7486 test $ac_status = 0; }; then
7357c5b6
AM
7487 case `/usr/bin/file conftest.o` in
7488 *32-bit*)
7489 case $host in
7490 x86_64-*kfreebsd*-gnu)
7491 LD="${LD-ld} -m elf_i386_fbsd"
7492 ;;
7493 x86_64-*linux*)
6d2920c8
L
7494 case `/usr/bin/file conftest.o` in
7495 *x86-64*)
7496 LD="${LD-ld} -m elf32_x86_64"
7497 ;;
7498 *)
7499 LD="${LD-ld} -m elf_i386"
7500 ;;
7501 esac
7357c5b6 7502 ;;
cc9afea3
AM
7503 powerpc64le-*linux*)
7504 LD="${LD-ld} -m elf32lppclinux"
7505 ;;
7506 powerpc64-*linux*)
7357c5b6
AM
7507 LD="${LD-ld} -m elf32ppclinux"
7508 ;;
7509 s390x-*linux*)
7510 LD="${LD-ld} -m elf_s390"
7511 ;;
7512 sparc64-*linux*)
7513 LD="${LD-ld} -m elf32_sparc"
7514 ;;
7515 esac
7516 ;;
7517 *64-bit*)
7518 case $host in
7519 x86_64-*kfreebsd*-gnu)
7520 LD="${LD-ld} -m elf_x86_64_fbsd"
7521 ;;
7522 x86_64-*linux*)
7523 LD="${LD-ld} -m elf_x86_64"
7524 ;;
cc9afea3
AM
7525 powerpcle-*linux*)
7526 LD="${LD-ld} -m elf64lppc"
7527 ;;
7528 powerpc-*linux*)
7357c5b6
AM
7529 LD="${LD-ld} -m elf64ppc"
7530 ;;
7531 s390*-*linux*|s390*-*tpf*)
7532 LD="${LD-ld} -m elf64_s390"
7533 ;;
7534 sparc*-*linux*)
7535 LD="${LD-ld} -m elf64_sparc"
7536 ;;
7537 esac
7538 ;;
7539 esac
7540 fi
7541 rm -rf conftest*
7542 ;;
7543
7544*-*-sco3.2v5*)
7545 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7546 SAVE_CFLAGS="$CFLAGS"
7547 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7549$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7550if test "${lt_cv_cc_needs_belf+set}" = set; then :
7551 $as_echo_n "(cached) " >&6
ce2cded5 7552else
7357c5b6
AM
7553 ac_ext=c
7554ac_cpp='$CPP $CPPFLAGS'
7555ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7556ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7557ac_compiler_gnu=$ac_cv_c_compiler_gnu
7558
81ecdfbb 7559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 7560/* end confdefs.h. */
d7040cdb 7561
7357c5b6
AM
7562int
7563main ()
7564{
7565
7566 ;
7567 return 0;
7568}
ce2cded5 7569_ACEOF
81ecdfbb 7570if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7571 lt_cv_cc_needs_belf=yes
ce2cded5 7572else
81ecdfbb 7573 lt_cv_cc_needs_belf=no
ce2cded5 7574fi
81ecdfbb
RW
7575rm -f core conftest.err conftest.$ac_objext \
7576 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7577 ac_ext=c
7578ac_cpp='$CPP $CPPFLAGS'
7579ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7580ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7581ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7582
b214d478 7583fi
81ecdfbb
RW
7584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7585$as_echo "$lt_cv_cc_needs_belf" >&6; }
b214d478
SE
7586 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7587 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7588 CFLAGS="$SAVE_CFLAGS"
7589 fi
7590 ;;
7591sparc*-*solaris*)
7592 # Find out which ABI we are using.
7593 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7594 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
b214d478
SE
7595 (eval $ac_compile) 2>&5
7596 ac_status=$?
81ecdfbb
RW
7597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7598 test $ac_status = 0; }; then
b214d478
SE
7599 case `/usr/bin/file conftest.o` in
7600 *64-bit*)
7601 case $lt_cv_prog_gnu_ld in
7602 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7603 *)
7604 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7605 LD="${LD-ld} -64"
7606 fi
7607 ;;
7608 esac
7609 ;;
7610 esac
7611 fi
7612 rm -rf conftest*
7613 ;;
7614esac
7615
7616need_locks="$enable_libtool_lock"
7617
7618
7619 case $host_os in
7620 rhapsody* | darwin*)
7621 if test -n "$ac_tool_prefix"; then
7622 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7623set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7625$as_echo_n "checking for $ac_word... " >&6; }
7626if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7627 $as_echo_n "(cached) " >&6
b214d478
SE
7628else
7629 if test -n "$DSYMUTIL"; then
7630 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7631else
7632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7633for as_dir in $PATH
7634do
7635 IFS=$as_save_IFS
7636 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7637 for ac_exec_ext in '' $ac_executable_extensions; do
7638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7639 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7641 break 2
7642 fi
7643done
81ecdfbb
RW
7644 done
7645IFS=$as_save_IFS
b214d478
SE
7646
7647fi
7648fi
7649DSYMUTIL=$ac_cv_prog_DSYMUTIL
7650if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7652$as_echo "$DSYMUTIL" >&6; }
b214d478 7653else
81ecdfbb
RW
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7655$as_echo "no" >&6; }
b214d478
SE
7656fi
7657
81ecdfbb 7658
b214d478
SE
7659fi
7660if test -z "$ac_cv_prog_DSYMUTIL"; then
7661 ac_ct_DSYMUTIL=$DSYMUTIL
7662 # Extract the first word of "dsymutil", so it can be a program name with args.
7663set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7665$as_echo_n "checking for $ac_word... " >&6; }
7666if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7667 $as_echo_n "(cached) " >&6
b214d478
SE
7668else
7669 if test -n "$ac_ct_DSYMUTIL"; then
7670 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7671else
7672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7673for as_dir in $PATH
7674do
7675 IFS=$as_save_IFS
7676 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7677 for ac_exec_ext in '' $ac_executable_extensions; do
7678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7679 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7681 break 2
7682 fi
7683done
81ecdfbb
RW
7684 done
7685IFS=$as_save_IFS
b214d478 7686
b214d478
SE
7687fi
7688fi
7689ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7690if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7692$as_echo "$ac_ct_DSYMUTIL" >&6; }
b214d478 7693else
81ecdfbb
RW
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7695$as_echo "no" >&6; }
b214d478
SE
7696fi
7697
81ecdfbb
RW
7698 if test "x$ac_ct_DSYMUTIL" = x; then
7699 DSYMUTIL=":"
7700 else
7701 case $cross_compiling:$ac_tool_warned in
7702yes:)
7703{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7704$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7705ac_tool_warned=yes ;;
7706esac
7707 DSYMUTIL=$ac_ct_DSYMUTIL
7708 fi
b214d478
SE
7709else
7710 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7711fi
7712
7713 if test -n "$ac_tool_prefix"; then
7714 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7715set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7717$as_echo_n "checking for $ac_word... " >&6; }
7718if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7719 $as_echo_n "(cached) " >&6
b214d478
SE
7720else
7721 if test -n "$NMEDIT"; then
7722 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7723else
7724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7725for as_dir in $PATH
7726do
7727 IFS=$as_save_IFS
7728 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7729 for ac_exec_ext in '' $ac_executable_extensions; do
7730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7731 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7733 break 2
7734 fi
7735done
81ecdfbb
RW
7736 done
7737IFS=$as_save_IFS
b214d478
SE
7738
7739fi
7740fi
7741NMEDIT=$ac_cv_prog_NMEDIT
7742if test -n "$NMEDIT"; then
81ecdfbb
RW
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7744$as_echo "$NMEDIT" >&6; }
b214d478 7745else
81ecdfbb
RW
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7747$as_echo "no" >&6; }
b214d478
SE
7748fi
7749
81ecdfbb 7750
b214d478
SE
7751fi
7752if test -z "$ac_cv_prog_NMEDIT"; then
7753 ac_ct_NMEDIT=$NMEDIT
7754 # Extract the first word of "nmedit", so it can be a program name with args.
7755set dummy nmedit; ac_word=$2
81ecdfbb
RW
7756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7757$as_echo_n "checking for $ac_word... " >&6; }
7758if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7759 $as_echo_n "(cached) " >&6
b214d478
SE
7760else
7761 if test -n "$ac_ct_NMEDIT"; then
7762 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7763else
7764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7765for as_dir in $PATH
7766do
7767 IFS=$as_save_IFS
7768 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7769 for ac_exec_ext in '' $ac_executable_extensions; do
7770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7771 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7773 break 2
7774 fi
7775done
81ecdfbb
RW
7776 done
7777IFS=$as_save_IFS
b214d478 7778
b214d478
SE
7779fi
7780fi
7781ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7782if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7784$as_echo "$ac_ct_NMEDIT" >&6; }
b214d478 7785else
81ecdfbb
RW
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7787$as_echo "no" >&6; }
b214d478
SE
7788fi
7789
81ecdfbb
RW
7790 if test "x$ac_ct_NMEDIT" = x; then
7791 NMEDIT=":"
7792 else
7793 case $cross_compiling:$ac_tool_warned in
7794yes:)
7795{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7796$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7797ac_tool_warned=yes ;;
7798esac
7799 NMEDIT=$ac_ct_NMEDIT
7800 fi
b214d478
SE
7801else
7802 NMEDIT="$ac_cv_prog_NMEDIT"
7803fi
7804
7805 if test -n "$ac_tool_prefix"; then
7806 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7807set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7809$as_echo_n "checking for $ac_word... " >&6; }
7810if test "${ac_cv_prog_LIPO+set}" = set; then :
7811 $as_echo_n "(cached) " >&6
b214d478
SE
7812else
7813 if test -n "$LIPO"; then
7814 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7815else
7816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7817for as_dir in $PATH
7818do
7819 IFS=$as_save_IFS
7820 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7821 for ac_exec_ext in '' $ac_executable_extensions; do
7822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7823 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7825 break 2
7826 fi
7827done
81ecdfbb
RW
7828 done
7829IFS=$as_save_IFS
b214d478
SE
7830
7831fi
7832fi
7833LIPO=$ac_cv_prog_LIPO
7834if test -n "$LIPO"; then
81ecdfbb
RW
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7836$as_echo "$LIPO" >&6; }
b214d478 7837else
81ecdfbb
RW
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7839$as_echo "no" >&6; }
b214d478
SE
7840fi
7841
81ecdfbb 7842
b214d478
SE
7843fi
7844if test -z "$ac_cv_prog_LIPO"; then
7845 ac_ct_LIPO=$LIPO
7846 # Extract the first word of "lipo", so it can be a program name with args.
7847set dummy lipo; ac_word=$2
81ecdfbb
RW
7848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7849$as_echo_n "checking for $ac_word... " >&6; }
7850if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7851 $as_echo_n "(cached) " >&6
b214d478
SE
7852else
7853 if test -n "$ac_ct_LIPO"; then
7854 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7855else
7856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7857for as_dir in $PATH
7858do
7859 IFS=$as_save_IFS
7860 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7861 for ac_exec_ext in '' $ac_executable_extensions; do
7862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7863 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7865 break 2
7866 fi
7867done
81ecdfbb
RW
7868 done
7869IFS=$as_save_IFS
b214d478 7870
b214d478
SE
7871fi
7872fi
7873ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7874if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7876$as_echo "$ac_ct_LIPO" >&6; }
b214d478 7877else
81ecdfbb
RW
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7879$as_echo "no" >&6; }
b214d478
SE
7880fi
7881
81ecdfbb
RW
7882 if test "x$ac_ct_LIPO" = x; then
7883 LIPO=":"
7884 else
7885 case $cross_compiling:$ac_tool_warned in
7886yes:)
7887{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7888$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7889ac_tool_warned=yes ;;
7890esac
7891 LIPO=$ac_ct_LIPO
7892 fi
b214d478
SE
7893else
7894 LIPO="$ac_cv_prog_LIPO"
7895fi
7896
7897 if test -n "$ac_tool_prefix"; then
7898 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7899set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7901$as_echo_n "checking for $ac_word... " >&6; }
7902if test "${ac_cv_prog_OTOOL+set}" = set; then :
7903 $as_echo_n "(cached) " >&6
b214d478
SE
7904else
7905 if test -n "$OTOOL"; then
7906 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7907else
7908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7909for as_dir in $PATH
7910do
7911 IFS=$as_save_IFS
7912 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7913 for ac_exec_ext in '' $ac_executable_extensions; do
7914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7915 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7917 break 2
7918 fi
7919done
81ecdfbb
RW
7920 done
7921IFS=$as_save_IFS
b214d478
SE
7922
7923fi
7924fi
7925OTOOL=$ac_cv_prog_OTOOL
7926if test -n "$OTOOL"; then
81ecdfbb
RW
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7928$as_echo "$OTOOL" >&6; }
b214d478 7929else
81ecdfbb
RW
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7931$as_echo "no" >&6; }
b214d478
SE
7932fi
7933
81ecdfbb 7934
b214d478
SE
7935fi
7936if test -z "$ac_cv_prog_OTOOL"; then
7937 ac_ct_OTOOL=$OTOOL
7938 # Extract the first word of "otool", so it can be a program name with args.
7939set dummy otool; ac_word=$2
81ecdfbb
RW
7940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7941$as_echo_n "checking for $ac_word... " >&6; }
7942if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7943 $as_echo_n "(cached) " >&6
b214d478
SE
7944else
7945 if test -n "$ac_ct_OTOOL"; then
7946 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7947else
7948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7949for as_dir in $PATH
7950do
7951 IFS=$as_save_IFS
7952 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7953 for ac_exec_ext in '' $ac_executable_extensions; do
7954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 7955 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7957 break 2
7958 fi
7959done
81ecdfbb
RW
7960 done
7961IFS=$as_save_IFS
b214d478 7962
b214d478
SE
7963fi
7964fi
7965ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7966if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7968$as_echo "$ac_ct_OTOOL" >&6; }
b214d478 7969else
81ecdfbb
RW
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7971$as_echo "no" >&6; }
b214d478
SE
7972fi
7973
81ecdfbb
RW
7974 if test "x$ac_ct_OTOOL" = x; then
7975 OTOOL=":"
7976 else
7977 case $cross_compiling:$ac_tool_warned in
7978yes:)
7979{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7980$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7981ac_tool_warned=yes ;;
7982esac
7983 OTOOL=$ac_ct_OTOOL
7984 fi
b214d478
SE
7985else
7986 OTOOL="$ac_cv_prog_OTOOL"
7987fi
7988
7989 if test -n "$ac_tool_prefix"; then
7990 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7991set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7993$as_echo_n "checking for $ac_word... " >&6; }
7994if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7995 $as_echo_n "(cached) " >&6
b214d478
SE
7996else
7997 if test -n "$OTOOL64"; then
7998 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7999else
8000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8001for as_dir in $PATH
8002do
8003 IFS=$as_save_IFS
8004 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8005 for ac_exec_ext in '' $ac_executable_extensions; do
8006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8007 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 8008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8009 break 2
8010 fi
8011done
81ecdfbb
RW
8012 done
8013IFS=$as_save_IFS
b214d478
SE
8014
8015fi
8016fi
8017OTOOL64=$ac_cv_prog_OTOOL64
8018if test -n "$OTOOL64"; then
81ecdfbb
RW
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8020$as_echo "$OTOOL64" >&6; }
b214d478 8021else
81ecdfbb
RW
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8023$as_echo "no" >&6; }
b214d478
SE
8024fi
8025
81ecdfbb 8026
b214d478
SE
8027fi
8028if test -z "$ac_cv_prog_OTOOL64"; then
8029 ac_ct_OTOOL64=$OTOOL64
8030 # Extract the first word of "otool64", so it can be a program name with args.
8031set dummy otool64; ac_word=$2
81ecdfbb
RW
8032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8033$as_echo_n "checking for $ac_word... " >&6; }
8034if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8035 $as_echo_n "(cached) " >&6
b214d478
SE
8036else
8037 if test -n "$ac_ct_OTOOL64"; then
8038 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8039else
8040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8041for as_dir in $PATH
8042do
8043 IFS=$as_save_IFS
8044 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8045 for ac_exec_ext in '' $ac_executable_extensions; do
8046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b214d478 8047 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 8048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8049 break 2
8050 fi
8051done
81ecdfbb
RW
8052 done
8053IFS=$as_save_IFS
b214d478 8054
b214d478
SE
8055fi
8056fi
8057ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8058if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8060$as_echo "$ac_ct_OTOOL64" >&6; }
b214d478 8061else
81ecdfbb
RW
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8063$as_echo "no" >&6; }
b214d478
SE
8064fi
8065
81ecdfbb
RW
8066 if test "x$ac_ct_OTOOL64" = x; then
8067 OTOOL64=":"
8068 else
8069 case $cross_compiling:$ac_tool_warned in
8070yes:)
8071{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8072$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8073ac_tool_warned=yes ;;
8074esac
8075 OTOOL64=$ac_ct_OTOOL64
8076 fi
b214d478
SE
8077else
8078 OTOOL64="$ac_cv_prog_OTOOL64"
8079fi
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
81ecdfbb
RW
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8108$as_echo_n "checking for -single_module linker flag... " >&6; }
8109if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8110 $as_echo_n "(cached) " >&6
b214d478
SE
8111else
8112 lt_cv_apple_cc_single_mod=no
8113 if test -z "${LT_MULTI_MODULE}"; then
8114 # By default we will add the -single_module flag. You can override
8115 # by either setting the environment variable LT_MULTI_MODULE
8116 # non-empty at configure time, or by adding -multi_module to the
8117 # link flags.
8118 rm -rf libconftest.dylib*
8119 echo "int foo(void){return 1;}" > conftest.c
8120 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8121-dynamiclib -Wl,-single_module conftest.c" >&5
8122 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8123 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8124 _lt_result=$?
8125 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8126 lt_cv_apple_cc_single_mod=yes
8127 else
8128 cat conftest.err >&5
8129 fi
8130 rm -rf libconftest.dylib*
8131 rm -f conftest.*
8132 fi
8133fi
81ecdfbb
RW
8134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8135$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8137$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8138if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8139 $as_echo_n "(cached) " >&6
b214d478
SE
8140else
8141 lt_cv_ld_exported_symbols_list=no
8142 save_LDFLAGS=$LDFLAGS
8143 echo "_main" > conftest.sym
8144 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 8145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b214d478
SE
8146/* end confdefs.h. */
8147
8148int
8149main ()
8150{
8151
8152 ;
8153 return 0;
8154}
8155_ACEOF
81ecdfbb 8156if ac_fn_c_try_link "$LINENO"; then :
b214d478
SE
8157 lt_cv_ld_exported_symbols_list=yes
8158else
81ecdfbb 8159 lt_cv_ld_exported_symbols_list=no
b214d478 8160fi
81ecdfbb
RW
8161rm -f core conftest.err conftest.$ac_objext \
8162 conftest$ac_exeext conftest.$ac_ext
b214d478
SE
8163 LDFLAGS="$save_LDFLAGS"
8164
8165fi
81ecdfbb
RW
8166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8167$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8169$as_echo_n "checking for -force_load linker flag... " >&6; }
8170if test "${lt_cv_ld_force_load+set}" = set; then :
8171 $as_echo_n "(cached) " >&6
8172else
8173 lt_cv_ld_force_load=no
8174 cat > conftest.c << _LT_EOF
8175int forced_loaded() { return 2;}
8176_LT_EOF
8177 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8178 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8179 echo "$AR cru libconftest.a conftest.o" >&5
8180 $AR cru libconftest.a conftest.o 2>&5
8181 cat > conftest.c << _LT_EOF
8182int main() { return 0;}
8183_LT_EOF
8184 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8185 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8186 _lt_result=$?
8187 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8188 lt_cv_ld_force_load=yes
8189 else
8190 cat conftest.err >&5
8191 fi
8192 rm -f conftest.err libconftest.a conftest conftest.c
8193 rm -rf conftest.dSYM
8194
8195fi
8196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8197$as_echo "$lt_cv_ld_force_load" >&6; }
b214d478
SE
8198 case $host_os in
8199 rhapsody* | darwin1.[012])
8200 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8201 darwin1.*)
8202 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8203 darwin*) # darwin 5.x on
8204 # if running on 10.5 or later, the deployment target defaults
8205 # to the OS version, if on x86, and 10.4, the deployment
8206 # target defaults to 10.4. Don't you love it?
8207 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8208 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8209 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8210 10.[012][,.]*)
b214d478
SE
8211 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8212 10.*)
8213 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8214 esac
8215 ;;
8216 esac
8217 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8218 _lt_dar_single_mod='$single_module'
8219 fi
8220 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8221 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8222 else
8223 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8224 fi
3725885a 8225 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
b214d478
SE
8226 _lt_dsymutil='~$DSYMUTIL $lib || :'
8227 else
8228 _lt_dsymutil=
8229 fi
8230 ;;
8231 esac
8232
b214d478 8233for ac_header in dlfcn.h
81ecdfbb
RW
8234do :
8235 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8236"
8237if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
b214d478 8238 cat >>confdefs.h <<_ACEOF
81ecdfbb 8239#define HAVE_DLFCN_H 1
b214d478
SE
8240_ACEOF
8241
8242fi
8243
8244done
8245
8246
8247
3725885a
RW
8248
8249
3cb62297 8250
b214d478
SE
8251# Set options
8252
8253
8254
8255 enable_dlopen=no
8256
8257
8258 enable_win32_dll=no
8259
8260
81ecdfbb
RW
8261 # Check whether --enable-shared was given.
8262if test "${enable_shared+set}" = set; then :
8263 enableval=$enable_shared; p=${PACKAGE-default}
b214d478
SE
8264 case $enableval in
8265 yes) enable_shared=yes ;;
8266 no) enable_shared=no ;;
8267 *)
8268 enable_shared=no
8269 # Look at the argument we got. We use all the common list separators.
8270 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8271 for pkg in $enableval; do
8272 IFS="$lt_save_ifs"
8273 if test "X$pkg" = "X$p"; then
8274 enable_shared=yes
8275 fi
8276 done
8277 IFS="$lt_save_ifs"
8278 ;;
8279 esac
8280else
8281 enable_shared=yes
81ecdfbb 8282fi
b214d478
SE
8283
8284
8285
8286
8287
8288
8289
8290
81ecdfbb
RW
8291
8292 # Check whether --enable-static was given.
8293if test "${enable_static+set}" = set; then :
8294 enableval=$enable_static; p=${PACKAGE-default}
b214d478
SE
8295 case $enableval in
8296 yes) enable_static=yes ;;
8297 no) enable_static=no ;;
8298 *)
8299 enable_static=no
8300 # Look at the argument we got. We use all the common list separators.
8301 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8302 for pkg in $enableval; do
8303 IFS="$lt_save_ifs"
8304 if test "X$pkg" = "X$p"; then
8305 enable_static=yes
8306 fi
8307 done
8308 IFS="$lt_save_ifs"
8309 ;;
8310 esac
8311else
8312 enable_static=yes
81ecdfbb 8313fi
b214d478
SE
8314
8315
8316
8317
8318
8319
8320
8321
8322
81ecdfbb
RW
8323
8324# Check whether --with-pic was given.
8325if test "${with_pic+set}" = set; then :
8326 withval=$with_pic; pic_mode="$withval"
b214d478
SE
8327else
8328 pic_mode=default
81ecdfbb
RW
8329fi
8330
b214d478
SE
8331
8332test -z "$pic_mode" && pic_mode=default
8333
8334
8335
8336
8337
8338
8339
81ecdfbb
RW
8340 # Check whether --enable-fast-install was given.
8341if test "${enable_fast_install+set}" = set; then :
8342 enableval=$enable_fast_install; p=${PACKAGE-default}
b214d478
SE
8343 case $enableval in
8344 yes) enable_fast_install=yes ;;
8345 no) enable_fast_install=no ;;
8346 *)
8347 enable_fast_install=no
8348 # Look at the argument we got. We use all the common list separators.
8349 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8350 for pkg in $enableval; do
8351 IFS="$lt_save_ifs"
8352 if test "X$pkg" = "X$p"; then
8353 enable_fast_install=yes
8354 fi
8355 done
8356 IFS="$lt_save_ifs"
7357c5b6
AM
8357 ;;
8358 esac
b214d478
SE
8359else
8360 enable_fast_install=yes
81ecdfbb
RW
8361fi
8362
ce2cded5 8363
ce2cded5
L
8364
8365
ce2cded5 8366
42ecbf5e 8367
d7040cdb 8368
d7040cdb 8369
d7040cdb 8370
d7040cdb 8371
d7040cdb 8372
ce2cded5
L
8373# This can be used to rebuild libtool when needed
8374LIBTOOL_DEPS="$ltmain"
d7040cdb 8375
ce2cded5
L
8376# Always use our own libtool.
8377LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 8378
d7040cdb 8379
d7040cdb 8380
d7040cdb 8381
d7040cdb 8382
d7040cdb 8383
d7040cdb 8384
d7040cdb 8385
d7040cdb 8386
d7040cdb 8387
d7040cdb 8388
d7040cdb 8389
d7040cdb 8390
d7040cdb 8391
d7040cdb 8392
d7040cdb 8393
d7040cdb
SE
8394
8395
8396
8397
8398
8399
8400
3725885a 8401
d7040cdb
SE
8402
8403
ce2cded5 8404test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
8405
8406
8407
8408
8409
8410
d7040cdb
SE
8411
8412
8413
8414
8415
8416
8417
8418
ce2cded5
L
8419if test -n "${ZSH_VERSION+set}" ; then
8420 setopt NO_GLOB_SUBST
8421fi
d7040cdb 8422
81ecdfbb
RW
8423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8424$as_echo_n "checking for objdir... " >&6; }
8425if test "${lt_cv_objdir+set}" = set; then :
8426 $as_echo_n "(cached) " >&6
ce2cded5
L
8427else
8428 rm -f .libs 2>/dev/null
8429mkdir .libs 2>/dev/null
8430if test -d .libs; then
8431 lt_cv_objdir=.libs
8432else
8433 # MS-DOS does not allow filenames that begin with a dot.
8434 lt_cv_objdir=_libs
8435fi
8436rmdir .libs 2>/dev/null
8437fi
81ecdfbb
RW
8438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8439$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 8440objdir=$lt_cv_objdir
d7040cdb
SE
8441
8442
8443
8444
8445
ce2cded5
L
8446cat >>confdefs.h <<_ACEOF
8447#define LT_OBJDIR "$lt_cv_objdir/"
8448_ACEOF
d7040cdb
SE
8449
8450
8451
8452
ce2cded5
L
8453case $host_os in
8454aix3*)
8455 # AIX sometimes has problems with the GCC collect2 program. For some
8456 # reason, if we set the COLLECT_NAMES environment variable, the problems
8457 # vanish in a puff of smoke.
8458 if test "X${COLLECT_NAMES+set}" != Xset; then
8459 COLLECT_NAMES=
8460 export COLLECT_NAMES
8461 fi
8462 ;;
8463esac
d7040cdb 8464
ce2cded5
L
8465# Global variables:
8466ofile=libtool
8467can_build_shared=yes
d7040cdb 8468
ce2cded5
L
8469# All known linkers require a `.a' archive for static linking (except MSVC,
8470# which needs '.lib').
8471libext=a
d7040cdb 8472
ce2cded5 8473with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 8474
ce2cded5
L
8475old_CC="$CC"
8476old_CFLAGS="$CFLAGS"
d7040cdb 8477
ce2cded5
L
8478# Set sane defaults for various variables
8479test -z "$CC" && CC=cc
8480test -z "$LTCC" && LTCC=$CC
8481test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8482test -z "$LD" && LD=ld
8483test -z "$ac_objext" && ac_objext=o
d7040cdb 8484
ce2cded5
L
8485for cc_temp in $compiler""; do
8486 case $cc_temp in
8487 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8488 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8489 \-*) ;;
8490 *) break;;
8491 esac
8492done
3725885a 8493cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8494
8495
ce2cded5
L
8496# Only perform the check for file, if the check method requires it
8497test -z "$MAGIC_CMD" && MAGIC_CMD=file
8498case $deplibs_check_method in
8499file_magic*)
8500 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8502$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8503if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8504 $as_echo_n "(cached) " >&6
ce2cded5
L
8505else
8506 case $MAGIC_CMD in
8507[\\/*] | ?:[\\/]*)
8508 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8509 ;;
8510*)
8511 lt_save_MAGIC_CMD="$MAGIC_CMD"
8512 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8513 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8514 for ac_dir in $ac_dummy; do
8515 IFS="$lt_save_ifs"
8516 test -z "$ac_dir" && ac_dir=.
8517 if test -f $ac_dir/${ac_tool_prefix}file; then
8518 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8519 if test -n "$file_magic_test_file"; then
8520 case $deplibs_check_method in
8521 "file_magic "*)
8522 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8523 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8524 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8525 $EGREP "$file_magic_regex" > /dev/null; then
8526 :
8527 else
8528 cat <<_LT_EOF 1>&2
d7040cdb 8529
ce2cded5
L
8530*** Warning: the command libtool uses to detect shared libraries,
8531*** $file_magic_cmd, produces output that libtool cannot recognize.
8532*** The result is that libtool may fail to recognize shared libraries
8533*** as such. This will affect the creation of libtool libraries that
8534*** depend on shared libraries, but programs linked with such libtool
8535*** libraries will work regardless of this problem. Nevertheless, you
8536*** may want to report the problem to your system manager and/or to
8537*** bug-libtool@gnu.org
d7040cdb 8538
ce2cded5
L
8539_LT_EOF
8540 fi ;;
8541 esac
8542 fi
8543 break
8544 fi
8545 done
8546 IFS="$lt_save_ifs"
8547 MAGIC_CMD="$lt_save_MAGIC_CMD"
8548 ;;
8549esac
8550fi
d7040cdb 8551
ce2cded5
L
8552MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8553if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8555$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8556else
81ecdfbb
RW
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8558$as_echo "no" >&6; }
ce2cded5 8559fi
d7040cdb
SE
8560
8561
8562
8563
8564
ce2cded5
L
8565if test -z "$lt_cv_path_MAGIC_CMD"; then
8566 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8568$as_echo_n "checking for file... " >&6; }
8569if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8570 $as_echo_n "(cached) " >&6
ce2cded5
L
8571else
8572 case $MAGIC_CMD in
8573[\\/*] | ?:[\\/]*)
8574 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8575 ;;
8576*)
8577 lt_save_MAGIC_CMD="$MAGIC_CMD"
8578 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8579 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8580 for ac_dir in $ac_dummy; do
8581 IFS="$lt_save_ifs"
8582 test -z "$ac_dir" && ac_dir=.
8583 if test -f $ac_dir/file; then
8584 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8585 if test -n "$file_magic_test_file"; then
8586 case $deplibs_check_method in
8587 "file_magic "*)
8588 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8589 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8590 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8591 $EGREP "$file_magic_regex" > /dev/null; then
8592 :
8593 else
8594 cat <<_LT_EOF 1>&2
d7040cdb 8595
ce2cded5
L
8596*** Warning: the command libtool uses to detect shared libraries,
8597*** $file_magic_cmd, produces output that libtool cannot recognize.
8598*** The result is that libtool may fail to recognize shared libraries
8599*** as such. This will affect the creation of libtool libraries that
8600*** depend on shared libraries, but programs linked with such libtool
8601*** libraries will work regardless of this problem. Nevertheless, you
8602*** may want to report the problem to your system manager and/or to
8603*** bug-libtool@gnu.org
d7040cdb 8604
ce2cded5
L
8605_LT_EOF
8606 fi ;;
8607 esac
8608 fi
8609 break
8610 fi
8611 done
8612 IFS="$lt_save_ifs"
8613 MAGIC_CMD="$lt_save_MAGIC_CMD"
8614 ;;
8615esac
8616fi
d7040cdb 8617
ce2cded5
L
8618MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8619if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8621$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8622else
81ecdfbb
RW
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8624$as_echo "no" >&6; }
ce2cded5 8625fi
d7040cdb
SE
8626
8627
ce2cded5
L
8628 else
8629 MAGIC_CMD=:
8630 fi
8631fi
d7040cdb 8632
ce2cded5
L
8633 fi
8634 ;;
8635esac
d7040cdb 8636
ce2cded5 8637# Use C for the default configuration in the libtool script
d7040cdb 8638
ce2cded5
L
8639lt_save_CC="$CC"
8640ac_ext=c
8641ac_cpp='$CPP $CPPFLAGS'
8642ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8643ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8644ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
8645
8646
ce2cded5
L
8647# Source file extension for C test sources.
8648ac_ext=c
d7040cdb 8649
ce2cded5
L
8650# Object file extension for compiled C test sources.
8651objext=o
8652objext=$objext
d7040cdb 8653
ce2cded5
L
8654# Code to be used in simple compile tests
8655lt_simple_compile_test_code="int some_variable = 0;"
d7040cdb 8656
ce2cded5
L
8657# Code to be used in simple link tests
8658lt_simple_link_test_code='int main(){return(0);}'
d7040cdb
SE
8659
8660
8661
8662
8663
8664
8665
ce2cded5
L
8666# If no C compiler was specified, use CC.
8667LTCC=${LTCC-"$CC"}
d7040cdb 8668
ce2cded5
L
8669# If no C compiler flags were specified, use CFLAGS.
8670LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 8671
ce2cded5
L
8672# Allow CC to be a program name with arguments.
8673compiler=$CC
d7040cdb 8674
ce2cded5
L
8675# Save the default compiler, since it gets overwritten when the other
8676# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8677compiler_DEFAULT=$CC
d7040cdb 8678
ce2cded5
L
8679# save warnings/boilerplate of simple test code
8680ac_outfile=conftest.$ac_objext
8681echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8682eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8683_lt_compiler_boilerplate=`cat conftest.err`
8684$RM conftest*
d7040cdb 8685
ce2cded5
L
8686ac_outfile=conftest.$ac_objext
8687echo "$lt_simple_link_test_code" >conftest.$ac_ext
8688eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8689_lt_linker_boilerplate=`cat conftest.err`
b214d478 8690$RM -r conftest*
d7040cdb
SE
8691
8692
ce2cded5
L
8693## CAVEAT EMPTOR:
8694## There is no encapsulation within the following macros, do not change
8695## the running order or otherwise move them around unless you know exactly
8696## what you are doing...
8697if test -n "$compiler"; then
d7040cdb 8698
ce2cded5 8699lt_prog_compiler_no_builtin_flag=
d7040cdb 8700
ce2cded5 8701if test "$GCC" = yes; then
3725885a
RW
8702 case $cc_basename in
8703 nvcc*)
8704 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8705 *)
8706 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8707 esac
d7040cdb 8708
81ecdfbb
RW
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8710$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8711if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8712 $as_echo_n "(cached) " >&6
ce2cded5
L
8713else
8714 lt_cv_prog_compiler_rtti_exceptions=no
8715 ac_outfile=conftest.$ac_objext
8716 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8717 lt_compiler_flag="-fno-rtti -fno-exceptions"
8718 # Insert the option either (1) after the last *FLAGS variable, or
8719 # (2) before a word containing "conftest.", or (3) at the end.
8720 # Note that $ac_compile itself does not contain backslashes and begins
8721 # with a dollar sign (not a hyphen), so the echo should work correctly.
8722 # The option is referenced via a variable to avoid confusing sed.
8723 lt_compile=`echo "$ac_compile" | $SED \
8724 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8725 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8726 -e 's:$: $lt_compiler_flag:'`
3725885a 8727 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8728 (eval "$lt_compile" 2>conftest.err)
8729 ac_status=$?
8730 cat conftest.err >&5
3725885a 8731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8732 if (exit $ac_status) && test -s "$ac_outfile"; then
8733 # The compiler can only warn and ignore the option if not recognized
8734 # So say no if there are warnings other than the usual output.
3725885a 8735 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8736 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8737 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8738 lt_cv_prog_compiler_rtti_exceptions=yes
8739 fi
8740 fi
8741 $RM conftest*
d7040cdb 8742
ce2cded5 8743fi
81ecdfbb
RW
8744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8745$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb 8746
ce2cded5
L
8747if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8748 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8749else
8750 :
8751fi
d7040cdb 8752
ce2cded5 8753fi
d7040cdb
SE
8754
8755
8756
8757
8758
8759
ce2cded5
L
8760 lt_prog_compiler_wl=
8761lt_prog_compiler_pic=
8762lt_prog_compiler_static=
d7040cdb 8763
81ecdfbb
RW
8764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8765$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb 8766
ce2cded5
L
8767 if test "$GCC" = yes; then
8768 lt_prog_compiler_wl='-Wl,'
8769 lt_prog_compiler_static='-static'
d7040cdb 8770
ce2cded5
L
8771 case $host_os in
8772 aix*)
8773 # All AIX code is PIC.
8774 if test "$host_cpu" = ia64; then
8775 # AIX 5 now supports IA64 processor
8776 lt_prog_compiler_static='-Bstatic'
8777 fi
52204357 8778 lt_prog_compiler_pic='-fPIC'
ce2cded5 8779 ;;
d7040cdb 8780
ce2cded5 8781 amigaos*)
b214d478
SE
8782 case $host_cpu in
8783 powerpc)
8784 # see comment about AmigaOS4 .so support
8785 lt_prog_compiler_pic='-fPIC'
8786 ;;
8787 m68k)
8788 # FIXME: we need at least 68020 code to build shared libraries, but
8789 # adding the `-m68020' flag to GCC prevents building anything better,
8790 # like `-m68040'.
8791 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8792 ;;
8793 esac
ce2cded5 8794 ;;
d7040cdb 8795
ce2cded5
L
8796 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8797 # PIC is the default for these OSes.
8798 ;;
d7040cdb 8799
b214d478 8800 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8801 # This hack is so that the source file can tell whether it is being
8802 # built for inclusion in a dll (and should export symbols for example).
8803 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8804 # (--disable-auto-import) libraries
8805 lt_prog_compiler_pic='-DDLL_EXPORT'
8806 ;;
d7040cdb 8807
ce2cded5
L
8808 darwin* | rhapsody*)
8809 # PIC is the default on this platform
8810 # Common symbols not allowed in MH_DYLIB files
8811 lt_prog_compiler_pic='-fno-common'
8812 ;;
d7040cdb 8813
3725885a
RW
8814 haiku*)
8815 # PIC is the default for Haiku.
8816 # The "-static" flag exists, but is broken.
8817 lt_prog_compiler_static=
8818 ;;
8819
ce2cded5 8820 hpux*)
b214d478
SE
8821 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8822 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8823 # sets the default TLS model and affects inlining.
ce2cded5 8824 case $host_cpu in
b214d478 8825 hppa*64*)
ce2cded5
L
8826 # +Z the default
8827 ;;
8828 *)
8829 lt_prog_compiler_pic='-fPIC'
8830 ;;
8831 esac
8832 ;;
d7040cdb 8833
ce2cded5
L
8834 interix[3-9]*)
8835 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8836 # Instead, we relocate shared libraries at runtime.
8837 ;;
d7040cdb 8838
ce2cded5
L
8839 msdosdjgpp*)
8840 # Just because we use GCC doesn't mean we suddenly get shared libraries
8841 # on systems that don't support them.
8842 lt_prog_compiler_can_build_shared=no
8843 enable_shared=no
8844 ;;
d7040cdb 8845
ce2cded5
L
8846 *nto* | *qnx*)
8847 # QNX uses GNU C++, but need to define -shared option too, otherwise
8848 # it will coredump.
8849 lt_prog_compiler_pic='-fPIC -shared'
8850 ;;
d7040cdb 8851
ce2cded5
L
8852 sysv4*MP*)
8853 if test -d /usr/nec; then
8854 lt_prog_compiler_pic=-Kconform_pic
8855 fi
8856 ;;
d7040cdb 8857
ce2cded5
L
8858 *)
8859 lt_prog_compiler_pic='-fPIC'
8860 ;;
8861 esac
3725885a
RW
8862
8863 case $cc_basename in
8864 nvcc*) # Cuda Compiler Driver 2.2
8865 lt_prog_compiler_wl='-Xlinker '
8866 lt_prog_compiler_pic='-Xcompiler -fPIC'
8867 ;;
8868 esac
ce2cded5
L
8869 else
8870 # PORTME Check for flag to pass linker flags through the system compiler.
8871 case $host_os in
8872 aix*)
8873 lt_prog_compiler_wl='-Wl,'
8874 if test "$host_cpu" = ia64; then
8875 # AIX 5 now supports IA64 processor
8876 lt_prog_compiler_static='-Bstatic'
8877 else
8878 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8879 fi
8880 ;;
d7040cdb 8881
b214d478 8882 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8883 # This hack is so that the source file can tell whether it is being
8884 # built for inclusion in a dll (and should export symbols for example).
8885 lt_prog_compiler_pic='-DDLL_EXPORT'
8886 ;;
d7040cdb 8887
ce2cded5
L
8888 hpux9* | hpux10* | hpux11*)
8889 lt_prog_compiler_wl='-Wl,'
8890 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8891 # not for PA HP-UX.
8892 case $host_cpu in
8893 hppa*64*|ia64*)
8894 # +Z the default
8895 ;;
8896 *)
8897 lt_prog_compiler_pic='+Z'
8898 ;;
8899 esac
8900 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8901 lt_prog_compiler_static='${wl}-a ${wl}archive'
8902 ;;
d7040cdb 8903
ce2cded5
L
8904 irix5* | irix6* | nonstopux*)
8905 lt_prog_compiler_wl='-Wl,'
8906 # PIC (with -KPIC) is the default.
8907 lt_prog_compiler_static='-non_shared'
8908 ;;
d7040cdb 8909
58e24671 8910 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8911 case $cc_basename in
b214d478
SE
8912 # old Intel for x86_64 which still supported -KPIC.
8913 ecc*)
ce2cded5
L
8914 lt_prog_compiler_wl='-Wl,'
8915 lt_prog_compiler_pic='-KPIC'
8916 lt_prog_compiler_static='-static'
8917 ;;
b214d478
SE
8918 # icc used to be incompatible with GCC.
8919 # ICC 10 doesn't accept -KPIC any more.
8920 icc* | ifort*)
8921 lt_prog_compiler_wl='-Wl,'
8922 lt_prog_compiler_pic='-fPIC'
8923 lt_prog_compiler_static='-static'
8924 ;;
8925 # Lahey Fortran 8.1.
8926 lf95*)
8927 lt_prog_compiler_wl='-Wl,'
8928 lt_prog_compiler_pic='--shared'
8929 lt_prog_compiler_static='--static'
8930 ;;
3725885a 8931 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
8932 # Portland Group compilers (*not* the Pentium gcc compiler,
8933 # which looks to be a dead project)
8934 lt_prog_compiler_wl='-Wl,'
8935 lt_prog_compiler_pic='-fpic'
8936 lt_prog_compiler_static='-Bstatic'
8937 ;;
8938 ccc*)
8939 lt_prog_compiler_wl='-Wl,'
8940 # All Alpha code is PIC.
8941 lt_prog_compiler_static='-non_shared'
8942 ;;
3725885a
RW
8943 xl* | bgxl* | bgf* | mpixl*)
8944 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
b214d478
SE
8945 lt_prog_compiler_wl='-Wl,'
8946 lt_prog_compiler_pic='-qpic'
8947 lt_prog_compiler_static='-qstaticlink'
8948 ;;
ce2cded5
L
8949 *)
8950 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8951 *Sun\ F* | *Sun*Fortran*)
8952 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
8953 lt_prog_compiler_pic='-KPIC'
8954 lt_prog_compiler_static='-Bstatic'
3725885a 8955 lt_prog_compiler_wl=''
ce2cded5 8956 ;;
3725885a
RW
8957 *Sun\ C*)
8958 # Sun C 5.9
ce2cded5
L
8959 lt_prog_compiler_pic='-KPIC'
8960 lt_prog_compiler_static='-Bstatic'
3725885a 8961 lt_prog_compiler_wl='-Wl,'
ce2cded5
L
8962 ;;
8963 esac
8964 ;;
8965 esac
8966 ;;
d7040cdb 8967
ce2cded5
L
8968 newsos6)
8969 lt_prog_compiler_pic='-KPIC'
8970 lt_prog_compiler_static='-Bstatic'
8971 ;;
d7040cdb 8972
ce2cded5
L
8973 *nto* | *qnx*)
8974 # QNX uses GNU C++, but need to define -shared option too, otherwise
8975 # it will coredump.
8976 lt_prog_compiler_pic='-fPIC -shared'
8977 ;;
d7040cdb 8978
ce2cded5
L
8979 osf3* | osf4* | osf5*)
8980 lt_prog_compiler_wl='-Wl,'
8981 # All OSF/1 code is PIC.
8982 lt_prog_compiler_static='-non_shared'
8983 ;;
d7040cdb 8984
ce2cded5
L
8985 rdos*)
8986 lt_prog_compiler_static='-non_shared'
8987 ;;
d7040cdb 8988
ce2cded5
L
8989 solaris*)
8990 lt_prog_compiler_pic='-KPIC'
8991 lt_prog_compiler_static='-Bstatic'
8992 case $cc_basename in
8993 f77* | f90* | f95*)
8994 lt_prog_compiler_wl='-Qoption ld ';;
8995 *)
8996 lt_prog_compiler_wl='-Wl,';;
8997 esac
8998 ;;
d7040cdb 8999
ce2cded5
L
9000 sunos4*)
9001 lt_prog_compiler_wl='-Qoption ld '
9002 lt_prog_compiler_pic='-PIC'
9003 lt_prog_compiler_static='-Bstatic'
9004 ;;
d7040cdb 9005
ce2cded5
L
9006 sysv4 | sysv4.2uw2* | sysv4.3*)
9007 lt_prog_compiler_wl='-Wl,'
9008 lt_prog_compiler_pic='-KPIC'
9009 lt_prog_compiler_static='-Bstatic'
9010 ;;
d7040cdb 9011
ce2cded5
L
9012 sysv4*MP*)
9013 if test -d /usr/nec ;then
9014 lt_prog_compiler_pic='-Kconform_pic'
9015 lt_prog_compiler_static='-Bstatic'
9016 fi
9017 ;;
d7040cdb 9018
ce2cded5
L
9019 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9020 lt_prog_compiler_wl='-Wl,'
9021 lt_prog_compiler_pic='-KPIC'
9022 lt_prog_compiler_static='-Bstatic'
9023 ;;
d7040cdb 9024
ce2cded5
L
9025 unicos*)
9026 lt_prog_compiler_wl='-Wl,'
9027 lt_prog_compiler_can_build_shared=no
9028 ;;
d7040cdb 9029
ce2cded5
L
9030 uts4*)
9031 lt_prog_compiler_pic='-pic'
9032 lt_prog_compiler_static='-Bstatic'
9033 ;;
d7040cdb 9034
ce2cded5
L
9035 *)
9036 lt_prog_compiler_can_build_shared=no
9037 ;;
9038 esac
9039 fi
d7040cdb 9040
ce2cded5
L
9041case $host_os in
9042 # For platforms which do not support PIC, -DPIC is meaningless:
9043 *djgpp*)
9044 lt_prog_compiler_pic=
9045 ;;
9046 *)
9047 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9048 ;;
9049esac
81ecdfbb
RW
9050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9051$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
9052
9053
9054
9055
9056
9057
ce2cded5
L
9058#
9059# Check to make sure the PIC flag actually works.
9060#
9061if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
9062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9063$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9064if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9065 $as_echo_n "(cached) " >&6
ce2cded5 9066else
b214d478 9067 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
9068 ac_outfile=conftest.$ac_objext
9069 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9070 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9071 # Insert the option either (1) after the last *FLAGS variable, or
9072 # (2) before a word containing "conftest.", or (3) at the end.
9073 # Note that $ac_compile itself does not contain backslashes and begins
9074 # with a dollar sign (not a hyphen), so the echo should work correctly.
9075 # The option is referenced via a variable to avoid confusing sed.
9076 lt_compile=`echo "$ac_compile" | $SED \
9077 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9078 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9079 -e 's:$: $lt_compiler_flag:'`
3725885a 9080 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9081 (eval "$lt_compile" 2>conftest.err)
9082 ac_status=$?
9083 cat conftest.err >&5
3725885a 9084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9085 if (exit $ac_status) && test -s "$ac_outfile"; then
9086 # The compiler can only warn and ignore the option if not recognized
9087 # So say no if there are warnings other than the usual output.
3725885a 9088 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
9089 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9090 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
b214d478 9091 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
9092 fi
9093 fi
9094 $RM conftest*
d7040cdb 9095
ce2cded5 9096fi
81ecdfbb
RW
9097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9098$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
ce2cded5 9099
b214d478 9100if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
9101 case $lt_prog_compiler_pic in
9102 "" | " "*) ;;
9103 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9104 esac
9105else
9106 lt_prog_compiler_pic=
9107 lt_prog_compiler_can_build_shared=no
9108fi
9109
9110fi
d7040cdb
SE
9111
9112
9113
9114
9115
9116
ce2cded5
L
9117#
9118# Check to make sure the static flag actually works.
9119#
9120wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
9121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9122$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9123if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9124 $as_echo_n "(cached) " >&6
ce2cded5 9125else
b214d478 9126 lt_cv_prog_compiler_static_works=no
ce2cded5
L
9127 save_LDFLAGS="$LDFLAGS"
9128 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9129 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9130 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9131 # The linker can only warn and ignore the option if not recognized
9132 # So say no if there are warnings
9133 if test -s conftest.err; then
9134 # Append any errors to the config.log.
9135 cat conftest.err 1>&5
3725885a 9136 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
9137 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9138 if diff conftest.exp conftest.er2 >/dev/null; then
b214d478 9139 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
9140 fi
9141 else
b214d478 9142 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
9143 fi
9144 fi
b214d478 9145 $RM -r conftest*
ce2cded5 9146 LDFLAGS="$save_LDFLAGS"
d7040cdb 9147
ce2cded5 9148fi
81ecdfbb
RW
9149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9150$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 9151
b214d478 9152if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
9153 :
9154else
9155 lt_prog_compiler_static=
9156fi
d7040cdb
SE
9157
9158
9159
9160
9161
9162
9163
81ecdfbb
RW
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9165$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9166if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9167 $as_echo_n "(cached) " >&6
ce2cded5
L
9168else
9169 lt_cv_prog_compiler_c_o=no
9170 $RM -r conftest 2>/dev/null
9171 mkdir conftest
9172 cd conftest
9173 mkdir out
9174 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9175
ce2cded5
L
9176 lt_compiler_flag="-o out/conftest2.$ac_objext"
9177 # Insert the option either (1) after the last *FLAGS variable, or
9178 # (2) before a word containing "conftest.", or (3) at the end.
9179 # Note that $ac_compile itself does not contain backslashes and begins
9180 # with a dollar sign (not a hyphen), so the echo should work correctly.
9181 lt_compile=`echo "$ac_compile" | $SED \
9182 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9183 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9184 -e 's:$: $lt_compiler_flag:'`
3725885a 9185 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9186 (eval "$lt_compile" 2>out/conftest.err)
9187 ac_status=$?
9188 cat out/conftest.err >&5
3725885a 9189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9190 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9191 then
9192 # The compiler can only warn and ignore the option if not recognized
9193 # So say no if there are warnings
3725885a 9194 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
9195 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9196 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9197 lt_cv_prog_compiler_c_o=yes
9198 fi
9199 fi
9200 chmod u+w . 2>&5
9201 $RM conftest*
9202 # SGI C++ compiler will create directory out/ii_files/ for
9203 # template instantiation
9204 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9205 $RM out/* && rmdir out
9206 cd ..
9207 $RM -r conftest
9208 $RM conftest*
d7040cdb 9209
ce2cded5 9210fi
81ecdfbb
RW
9211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9212$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9213
9214
9215
9216
9217
9218
81ecdfbb
RW
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9220$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9221if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9222 $as_echo_n "(cached) " >&6
ce2cded5
L
9223else
9224 lt_cv_prog_compiler_c_o=no
9225 $RM -r conftest 2>/dev/null
9226 mkdir conftest
9227 cd conftest
9228 mkdir out
9229 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9230
ce2cded5
L
9231 lt_compiler_flag="-o out/conftest2.$ac_objext"
9232 # Insert the option either (1) after the last *FLAGS variable, or
9233 # (2) before a word containing "conftest.", or (3) at the end.
9234 # Note that $ac_compile itself does not contain backslashes and begins
9235 # with a dollar sign (not a hyphen), so the echo should work correctly.
9236 lt_compile=`echo "$ac_compile" | $SED \
9237 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9238 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9239 -e 's:$: $lt_compiler_flag:'`
3725885a 9240 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9241 (eval "$lt_compile" 2>out/conftest.err)
9242 ac_status=$?
9243 cat out/conftest.err >&5
3725885a 9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9245 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9246 then
9247 # The compiler can only warn and ignore the option if not recognized
9248 # So say no if there are warnings
3725885a 9249 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
9250 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9251 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9252 lt_cv_prog_compiler_c_o=yes
9253 fi
9254 fi
9255 chmod u+w . 2>&5
9256 $RM conftest*
9257 # SGI C++ compiler will create directory out/ii_files/ for
9258 # template instantiation
9259 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9260 $RM out/* && rmdir out
9261 cd ..
9262 $RM -r conftest
9263 $RM conftest*
9264
9265fi
81ecdfbb
RW
9266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9267$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
ce2cded5
L
9268
9269
9270
9271
9272hard_links="nottested"
9273if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9274 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9276$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
9277 hard_links=yes
9278 $RM conftest*
9279 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9280 touch conftest.a
9281 ln conftest.a conftest.b 2>&5 || hard_links=no
9282 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9284$as_echo "$hard_links" >&6; }
ce2cded5 9285 if test "$hard_links" = no; then
81ecdfbb
RW
9286 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9287$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5 9288 need_locks=warn
d7040cdb 9289 fi
d7040cdb 9290else
ce2cded5 9291 need_locks=no
d7040cdb 9292fi
d7040cdb 9293
d7040cdb 9294
d7040cdb 9295
d7040cdb 9296
d7040cdb 9297
d7040cdb 9298
81ecdfbb
RW
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9300$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 9301
ce2cded5
L
9302 runpath_var=
9303 allow_undefined_flag=
9304 always_export_symbols=no
9305 archive_cmds=
9306 archive_expsym_cmds=
9307 compiler_needs_object=no
9308 enable_shared_with_static_runtimes=no
9309 export_dynamic_flag_spec=
9310 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9311 hardcode_automatic=no
9312 hardcode_direct=no
9313 hardcode_direct_absolute=no
9314 hardcode_libdir_flag_spec=
9315 hardcode_libdir_flag_spec_ld=
9316 hardcode_libdir_separator=
9317 hardcode_minus_L=no
9318 hardcode_shlibpath_var=unsupported
9319 inherit_rpath=no
9320 link_all_deplibs=unknown
9321 module_cmds=
9322 module_expsym_cmds=
9323 old_archive_from_new_cmds=
9324 old_archive_from_expsyms_cmds=
9325 thread_safe_flag_spec=
9326 whole_archive_flag_spec=
9327 # include_expsyms should be a list of space-separated symbols to be *always*
9328 # included in the symbol list
9329 include_expsyms=
9330 # exclude_expsyms can be an extended regexp of symbols to exclude
9331 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9332 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9333 # as well as any symbol that contains `d'.
b214d478 9334 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
9335 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9336 # platforms (ab)use it in PIC code, but their linkers get confused if
9337 # the symbol is explicitly referenced. Since portable code cannot
9338 # rely on this symbol name, it's probably fine to never include it in
9339 # preloaded symbol tables.
b214d478 9340 # Exclude shared library initialization/finalization symbols.
ce2cded5 9341 extract_expsyms_cmds=
d7040cdb 9342
ce2cded5 9343 case $host_os in
b214d478 9344 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9345 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9346 # When not using gcc, we currently assume that we are using
9347 # Microsoft Visual C++.
9348 if test "$GCC" != yes; then
9349 with_gnu_ld=no
9350 fi
d7040cdb 9351 ;;
ce2cded5
L
9352 interix*)
9353 # we just hope/assume this is gcc and not c89 (= MSVC++)
9354 with_gnu_ld=yes
9355 ;;
9356 openbsd*)
9357 with_gnu_ld=no
d7040cdb
SE
9358 ;;
9359 esac
d7040cdb 9360
ce2cded5 9361 ld_shlibs=yes
3725885a
RW
9362
9363 # On some targets, GNU ld is compatible enough with the native linker
9364 # that we're better off using the native interface for both.
9365 lt_use_gnu_ld_interface=no
ce2cded5 9366 if test "$with_gnu_ld" = yes; then
3725885a
RW
9367 case $host_os in
9368 aix*)
9369 # The AIX port of GNU ld has always aspired to compatibility
9370 # with the native linker. However, as the warning in the GNU ld
9371 # block says, versions before 2.19.5* couldn't really create working
9372 # shared libraries, regardless of the interface used.
9373 case `$LD -v 2>&1` in
9374 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9375 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9376 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9377 *)
9378 lt_use_gnu_ld_interface=yes
9379 ;;
9380 esac
9381 ;;
9382 *)
9383 lt_use_gnu_ld_interface=yes
9384 ;;
9385 esac
9386 fi
9387
9388 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
9389 # If archive_cmds runs LD, not CC, wlarc should be empty
9390 wlarc='${wl}'
d7040cdb 9391
ce2cded5
L
9392 # Set some defaults for GNU ld with shared library support. These
9393 # are reset later if shared libraries are not supported. Putting them
9394 # here allows them to be overridden if necessary.
9395 runpath_var=LD_RUN_PATH
9396 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9397 export_dynamic_flag_spec='${wl}--export-dynamic'
9398 # ancient GNU ld didn't support --whole-archive et. al.
9399 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9400 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9401 else
9402 whole_archive_flag_spec=
9403 fi
9404 supports_anon_versioning=no
9405 case `$LD -v 2>&1` in
3725885a 9406 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
9407 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9408 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9409 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9410 *\ 2.11.*) ;; # other 2.11 versions
9411 *) supports_anon_versioning=yes ;;
9412 esac
d7040cdb 9413
ce2cded5
L
9414 # See if GNU ld supports shared libraries.
9415 case $host_os in
50e7d84b 9416 aix[3-9]*)
ce2cded5
L
9417 # On AIX/PPC, the GNU linker is very broken
9418 if test "$host_cpu" != ia64; then
9419 ld_shlibs=no
9420 cat <<_LT_EOF 1>&2
d7040cdb 9421
3725885a 9422*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
9423*** to be unable to reliably create shared libraries on AIX.
9424*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9425*** really care for shared libraries, you may want to install binutils
9426*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9427*** You will then need to restart the configuration process.
d7040cdb 9428
ce2cded5
L
9429_LT_EOF
9430 fi
d7040cdb 9431 ;;
d7040cdb 9432
ce2cded5 9433 amigaos*)
b214d478
SE
9434 case $host_cpu in
9435 powerpc)
9436 # see comment about AmigaOS4 .so support
9437 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9438 archive_expsym_cmds=''
9439 ;;
9440 m68k)
9441 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)'
9442 hardcode_libdir_flag_spec='-L$libdir'
9443 hardcode_minus_L=yes
9444 ;;
9445 esac
ce2cded5 9446 ;;
d7040cdb 9447
ce2cded5
L
9448 beos*)
9449 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9450 allow_undefined_flag=unsupported
9451 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9452 # support --undefined. This deserves some investigation. FIXME
9453 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9454 else
9455 ld_shlibs=no
9456 fi
9457 ;;
d7040cdb 9458
b214d478 9459 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9460 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9461 # as there is no search path for DLLs.
9462 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9463 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
9464 allow_undefined_flag=unsupported
9465 always_export_symbols=no
9466 enable_shared_with_static_runtimes=yes
9467 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9468
9469 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9470 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9471 # If the export-symbols file already is a .def file (1st line
9472 # is EXPORTS), use it as is; otherwise, prepend...
9473 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9474 cp $export_symbols $output_objdir/$soname.def;
d7040cdb 9475 else
ce2cded5
L
9476 echo EXPORTS > $output_objdir/$soname.def;
9477 cat $export_symbols >> $output_objdir/$soname.def;
9478 fi~
9479 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9480 else
9481 ld_shlibs=no
9482 fi
9483 ;;
d7040cdb 9484
3725885a
RW
9485 haiku*)
9486 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9487 link_all_deplibs=yes
9488 ;;
9489
ce2cded5
L
9490 interix[3-9]*)
9491 hardcode_direct=no
9492 hardcode_shlibpath_var=no
9493 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9494 export_dynamic_flag_spec='${wl}-E'
9495 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9496 # Instead, shared libraries are loaded at an image base (0x10000000 by
9497 # default) and relocated if they conflict, which is a slow very memory
9498 # consuming and fragmenting process. To avoid this, we pick a random,
9499 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9500 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9501 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9502 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'
9503 ;;
d7040cdb 9504
58e24671 9505 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
9506 tmp_diet=no
9507 if test "$host_os" = linux-dietlibc; then
9508 case $cc_basename in
9509 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9510 esac
9511 fi
9512 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9513 && test "$tmp_diet" = no
9514 then
6e733cce 9515 tmp_addflag=' $pic_flag'
b214d478 9516 tmp_sharedflag='-shared'
ce2cded5
L
9517 case $cc_basename,$host_cpu in
9518 pgcc*) # Portland Group C compiler
3725885a 9519 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
9520 tmp_addflag=' $pic_flag'
9521 ;;
3725885a
RW
9522 pgf77* | pgf90* | pgf95* | pgfortran*)
9523 # Portland Group f77 and f90 compilers
9524 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
9525 tmp_addflag=' $pic_flag -Mnomain' ;;
9526 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9527 tmp_addflag=' -i_dynamic' ;;
9528 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9529 tmp_addflag=' -i_dynamic -nofor_main' ;;
9530 ifc* | ifort*) # Intel Fortran compiler
9531 tmp_addflag=' -nofor_main' ;;
b214d478
SE
9532 lf95*) # Lahey Fortran 8.1
9533 whole_archive_flag_spec=
9534 tmp_sharedflag='--shared' ;;
3725885a 9535 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
b214d478
SE
9536 tmp_sharedflag='-qmkshrobj'
9537 tmp_addflag= ;;
3725885a
RW
9538 nvcc*) # Cuda Compiler Driver 2.2
9539 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'
9540 compiler_needs_object=yes
9541 ;;
ce2cded5
L
9542 esac
9543 case `$CC -V 2>&1 | sed 5q` in
9544 *Sun\ C*) # Sun C 5.9
3725885a 9545 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
9546 compiler_needs_object=yes
9547 tmp_sharedflag='-G' ;;
9548 *Sun\ F*) # Sun Fortran 8.3
9549 tmp_sharedflag='-G' ;;
ce2cded5
L
9550 esac
9551 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9552
ce2cded5
L
9553 if test "x$supports_anon_versioning" = xyes; then
9554 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9555 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9556 echo "local: *; };" >> $output_objdir/$libname.ver~
9557 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9558 fi
b214d478
SE
9559
9560 case $cc_basename in
3725885a 9561 xlf* | bgf* | bgxlf* | mpixlf*)
b214d478
SE
9562 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9563 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9564 hardcode_libdir_flag_spec=
9565 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9566 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9567 if test "x$supports_anon_versioning" = xyes; then
9568 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9569 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9570 echo "local: *; };" >> $output_objdir/$libname.ver~
9571 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9572 fi
9573 ;;
9574 esac
ce2cded5
L
9575 else
9576 ld_shlibs=no
9577 fi
9578 ;;
d7040cdb 9579
ce2cded5
L
9580 netbsd*)
9581 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9582 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9583 wlarc=
9584 else
9585 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9586 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9587 fi
9588 ;;
9589
9590 solaris*)
9591 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9592 ld_shlibs=no
9593 cat <<_LT_EOF 1>&2
9594
9595*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9596*** create shared libraries on Solaris systems. Therefore, libtool
9597*** is disabling shared libraries support. We urge you to upgrade GNU
9598*** binutils to release 2.9.1 or newer. Another option is to modify
9599*** your PATH or compiler configuration so that the native linker is
9600*** used, and then restart.
9601
9602_LT_EOF
9603 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9604 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9605 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9606 else
9607 ld_shlibs=no
9608 fi
9609 ;;
9610
9611 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9612 case `$LD -v 2>&1` in
9613 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9614 ld_shlibs=no
9615 cat <<_LT_EOF 1>&2
9616
9617*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9618*** reliably create shared libraries on SCO systems. Therefore, libtool
9619*** is disabling shared libraries support. We urge you to upgrade GNU
9620*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9621*** your PATH or compiler configuration so that the native linker is
9622*** used, and then restart.
9623
9624_LT_EOF
9625 ;;
9626 *)
9627 # For security reasons, it is highly recommended that you always
9628 # use absolute paths for naming shared libraries, and exclude the
9629 # DT_RUNPATH tag from executables and libraries. But doing so
9630 # requires that you compile everything twice, which is a pain.
9631 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9632 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9633 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9634 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9635 else
9636 ld_shlibs=no
9637 fi
9638 ;;
9639 esac
9640 ;;
9641
9642 sunos4*)
9643 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9644 wlarc=
9645 hardcode_direct=yes
9646 hardcode_shlibpath_var=no
9647 ;;
9648
9649 *)
9650 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9651 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9652 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9653 else
9654 ld_shlibs=no
9655 fi
9656 ;;
9657 esac
9658
9659 if test "$ld_shlibs" = no; then
9660 runpath_var=
9661 hardcode_libdir_flag_spec=
9662 export_dynamic_flag_spec=
9663 whole_archive_flag_spec=
9664 fi
9665 else
9666 # PORTME fill in a description of your system's linker (not GNU ld)
9667 case $host_os in
9668 aix3*)
9669 allow_undefined_flag=unsupported
9670 always_export_symbols=yes
9671 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'
9672 # Note: this linker hardcodes the directories in LIBPATH if there
9673 # are no directories specified by -L.
9674 hardcode_minus_L=yes
9675 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9676 # Neither direct hardcoding nor static linking is supported with a
9677 # broken collect2.
9678 hardcode_direct=unsupported
9679 fi
9680 ;;
9681
50e7d84b 9682 aix[4-9]*)
ce2cded5
L
9683 if test "$host_cpu" = ia64; then
9684 # On IA64, the linker does run time linking by default, so we don't
9685 # have to do anything special.
9686 aix_use_runtimelinking=no
9687 exp_sym_flag='-Bexport'
9688 no_entry_flag=""
9689 else
9690 # If we're using GNU nm, then we don't want the "-C" option.
9691 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9692 # Also, AIX nm treats weak defined symbols like other global
9693 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 9694 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9695 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 9696 else
5c14705f 9697 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
ce2cded5
L
9698 fi
9699 aix_use_runtimelinking=no
9700
9701 # Test if we are trying to use run time linking or normal
9702 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9703 # need to do runtime linking.
50e7d84b 9704 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
9705 for ld_flag in $LDFLAGS; do
9706 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9707 aix_use_runtimelinking=yes
9708 break
9709 fi
9710 done
9711 ;;
9712 esac
9713
9714 exp_sym_flag='-bexport'
9715 no_entry_flag='-bnoentry'
9716 fi
9717
9718 # When large executables or shared objects are built, AIX ld can
9719 # have problems creating the table of contents. If linking a library
9720 # or program results in "error TOC overflow" add -mminimal-toc to
9721 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9722 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9723
9724 archive_cmds=''
9725 hardcode_direct=yes
9726 hardcode_direct_absolute=yes
9727 hardcode_libdir_separator=':'
9728 link_all_deplibs=yes
9729 file_list_spec='${wl}-f,'
9730
9731 if test "$GCC" = yes; then
9732 case $host_os in aix4.[012]|aix4.[012].*)
9733 # We only want to do this on AIX 4.2 and lower, the check
9734 # below for broken collect2 doesn't work under 4.3+
9735 collect2name=`${CC} -print-prog-name=collect2`
9736 if test -f "$collect2name" &&
9737 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9738 then
9739 # We have reworked collect2
9740 :
9741 else
9742 # We have old collect2
9743 hardcode_direct=unsupported
9744 # It fails to find uninstalled libraries when the uninstalled
9745 # path is not listed in the libpath. Setting hardcode_minus_L
9746 # to unsupported forces relinking
9747 hardcode_minus_L=yes
9748 hardcode_libdir_flag_spec='-L$libdir'
9749 hardcode_libdir_separator=
9750 fi
9751 ;;
9752 esac
9753 shared_flag='-shared'
9754 if test "$aix_use_runtimelinking" = yes; then
9755 shared_flag="$shared_flag "'${wl}-G'
9756 fi
9757 else
9758 # not using gcc
9759 if test "$host_cpu" = ia64; then
9760 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9761 # chokes on -Wl,-G. The following line is correct:
9762 shared_flag='-G'
9763 else
9764 if test "$aix_use_runtimelinking" = yes; then
9765 shared_flag='${wl}-G'
9766 else
9767 shared_flag='${wl}-bM:SRE'
9768 fi
9769 fi
9770 fi
9771
b214d478 9772 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
9773 # It seems that -bexpall does not export symbols beginning with
9774 # underscore (_), so it is better to generate a list of symbols to export.
9775 always_export_symbols=yes
9776 if test "$aix_use_runtimelinking" = yes; then
9777 # Warning - without using the other runtime loading flags (-brtl),
9778 # -berok will link without error, but may produce a broken library.
9779 allow_undefined_flag='-berok'
9780 # Determine the default libpath from the value encoded in an
9781 # empty executable.
81ecdfbb 9782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
9783/* end confdefs.h. */
9784
9785int
9786main ()
9787{
9788
9789 ;
9790 return 0;
9791}
9792_ACEOF
81ecdfbb 9793if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9794
ce2cded5
L
9795lt_aix_libpath_sed='
9796 /Import File Strings/,/^$/ {
9797 /^0/ {
9798 s/^0 *\(.*\)$/\1/
9799 p
9800 }
9801 }'
9802aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9803# Check for a 64-bit object if we didn't find anything.
9804if test -z "$aix_libpath"; then
9805 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9806fi
d7040cdb 9807fi
81ecdfbb
RW
9808rm -f core conftest.err conftest.$ac_objext \
9809 conftest$ac_exeext conftest.$ac_ext
ce2cded5 9810if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9811
ce2cded5 9812 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9813 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
9814 else
9815 if test "$host_cpu" = ia64; then
9816 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9817 allow_undefined_flag="-z nodefs"
9818 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"
9819 else
9820 # Determine the default libpath from the value encoded in an
9821 # empty executable.
81ecdfbb 9822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9823/* end confdefs.h. */
d7040cdb 9824
ce2cded5
L
9825int
9826main ()
9827{
d7040cdb 9828
ce2cded5
L
9829 ;
9830 return 0;
9831}
9832_ACEOF
81ecdfbb 9833if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9834
ce2cded5
L
9835lt_aix_libpath_sed='
9836 /Import File Strings/,/^$/ {
9837 /^0/ {
9838 s/^0 *\(.*\)$/\1/
9839 p
9840 }
9841 }'
9842aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9843# Check for a 64-bit object if we didn't find anything.
9844if test -z "$aix_libpath"; then
9845 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9846fi
ce2cded5 9847fi
81ecdfbb
RW
9848rm -f core conftest.err conftest.$ac_objext \
9849 conftest$ac_exeext conftest.$ac_ext
ce2cded5 9850if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9851
ce2cded5
L
9852 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9853 # Warning - without using the other run time loading flags,
9854 # -berok will link without error, but may produce a broken library.
9855 no_undefined_flag=' ${wl}-bernotok'
9856 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9857 if test "$with_gnu_ld" = yes; then
9858 # We only use this code for GNU lds that support --whole-archive.
9859 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9860 else
9861 # Exported symbols can be pulled into shared objects from archives
9862 whole_archive_flag_spec='$convenience'
9863 fi
ce2cded5
L
9864 archive_cmds_need_lc=yes
9865 # This is similar to how AIX traditionally builds its shared libraries.
9866 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'
9867 fi
9868 fi
9869 ;;
d7040cdb 9870
ce2cded5 9871 amigaos*)
b214d478
SE
9872 case $host_cpu in
9873 powerpc)
9874 # see comment about AmigaOS4 .so support
9875 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9876 archive_expsym_cmds=''
9877 ;;
9878 m68k)
9879 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)'
9880 hardcode_libdir_flag_spec='-L$libdir'
9881 hardcode_minus_L=yes
9882 ;;
9883 esac
ce2cded5
L
9884 ;;
9885
9886 bsdi[45]*)
9887 export_dynamic_flag_spec=-rdynamic
9888 ;;
9889
b214d478 9890 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9891 # When not using gcc, we currently assume that we are using
9892 # Microsoft Visual C++.
9893 # hardcode_libdir_flag_spec is actually meaningless, as there is
9894 # no search path for DLLs.
9895 hardcode_libdir_flag_spec=' '
9896 allow_undefined_flag=unsupported
9897 # Tell ltmain to make .lib files, not .a files.
9898 libext=lib
9899 # Tell ltmain to make .dll files, not .so files.
9900 shrext_cmds=".dll"
9901 # FIXME: Setting linknames here is a bad hack.
3725885a 9902 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ce2cded5
L
9903 # The linker will automatically build a .lib file if we build a DLL.
9904 old_archive_from_new_cmds='true'
9905 # FIXME: Should let the user specify the lib program.
9906 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9907 fix_srcfile_path='`cygpath -w "$srcfile"`'
9908 enable_shared_with_static_runtimes=yes
9909 ;;
9910
9911 darwin* | rhapsody*)
d7040cdb 9912
b214d478
SE
9913
9914 archive_cmds_need_lc=no
9915 hardcode_direct=no
9916 hardcode_automatic=yes
9917 hardcode_shlibpath_var=unsupported
3725885a
RW
9918 if test "$lt_cv_ld_force_load" = "yes"; then
9919 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\"`'
9920 else
9921 whole_archive_flag_spec=''
9922 fi
b214d478
SE
9923 link_all_deplibs=yes
9924 allow_undefined_flag="$_lt_dar_allow_undefined"
9925 case $cc_basename in
9926 ifort*) _lt_dar_can_shared=yes ;;
9927 *) _lt_dar_can_shared=$GCC ;;
9928 esac
9929 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9930 output_verbose_link_cmd=func_echo_all
b214d478
SE
9931 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9932 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9933 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}"
9934 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}"
9935
9936 else
9937 ld_shlibs=no
9938 fi
9939
ce2cded5 9940 ;;
d7040cdb 9941
ce2cded5
L
9942 dgux*)
9943 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9944 hardcode_libdir_flag_spec='-L$libdir'
9945 hardcode_shlibpath_var=no
9946 ;;
d7040cdb 9947
ce2cded5
L
9948 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9949 # support. Future versions do this automatically, but an explicit c++rt0.o
9950 # does not break anything, and helps significantly (at the cost of a little
9951 # extra space).
9952 freebsd2.2*)
9953 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9954 hardcode_libdir_flag_spec='-R$libdir'
9955 hardcode_direct=yes
9956 hardcode_shlibpath_var=no
d7040cdb 9957 ;;
d7040cdb 9958
ce2cded5 9959 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9960 freebsd2.*)
ce2cded5
L
9961 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9962 hardcode_direct=yes
9963 hardcode_minus_L=yes
9964 hardcode_shlibpath_var=no
9965 ;;
d7040cdb 9966
ce2cded5
L
9967 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9968 freebsd* | dragonfly*)
9969 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9970 hardcode_libdir_flag_spec='-R$libdir'
9971 hardcode_direct=yes
9972 hardcode_shlibpath_var=no
9973 ;;
d7040cdb 9974
ce2cded5
L
9975 hpux9*)
9976 if test "$GCC" = yes; then
9977 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'
9978 else
9979 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'
9980 fi
9981 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9982 hardcode_libdir_separator=:
9983 hardcode_direct=yes
d7040cdb 9984
ce2cded5
L
9985 # hardcode_minus_L: Not really in the search PATH,
9986 # but as the default location of the library.
9987 hardcode_minus_L=yes
9988 export_dynamic_flag_spec='${wl}-E'
9989 ;;
d7040cdb 9990
ce2cded5 9991 hpux10*)
3725885a 9992 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9993 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9994 else
9995 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9996 fi
9997 if test "$with_gnu_ld" = no; then
9998 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9999 hardcode_libdir_flag_spec_ld='+b $libdir'
10000 hardcode_libdir_separator=:
10001 hardcode_direct=yes
10002 hardcode_direct_absolute=yes
10003 export_dynamic_flag_spec='${wl}-E'
10004 # hardcode_minus_L: Not really in the search PATH,
10005 # but as the default location of the library.
10006 hardcode_minus_L=yes
10007 fi
10008 ;;
d7040cdb 10009
ce2cded5 10010 hpux11*)
3725885a 10011 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
10012 case $host_cpu in
10013 hppa*64*)
10014 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10015 ;;
10016 ia64*)
b214d478 10017 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
10018 ;;
10019 *)
10020 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10021 ;;
10022 esac
10023 else
10024 case $host_cpu in
10025 hppa*64*)
10026 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10027 ;;
10028 ia64*)
10029 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10030 ;;
10031 *)
3725885a
RW
10032
10033 # Older versions of the 11.00 compiler do not understand -b yet
10034 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10036$as_echo_n "checking if $CC understands -b... " >&6; }
10037if test "${lt_cv_prog_compiler__b+set}" = set; then :
10038 $as_echo_n "(cached) " >&6
10039else
10040 lt_cv_prog_compiler__b=no
10041 save_LDFLAGS="$LDFLAGS"
10042 LDFLAGS="$LDFLAGS -b"
10043 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10044 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10045 # The linker can only warn and ignore the option if not recognized
10046 # So say no if there are warnings
10047 if test -s conftest.err; then
10048 # Append any errors to the config.log.
10049 cat conftest.err 1>&5
10050 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10051 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10052 if diff conftest.exp conftest.er2 >/dev/null; then
10053 lt_cv_prog_compiler__b=yes
10054 fi
10055 else
10056 lt_cv_prog_compiler__b=yes
10057 fi
10058 fi
10059 $RM -r conftest*
10060 LDFLAGS="$save_LDFLAGS"
10061
10062fi
10063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10064$as_echo "$lt_cv_prog_compiler__b" >&6; }
10065
10066if test x"$lt_cv_prog_compiler__b" = xyes; then
10067 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10068else
10069 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10070fi
10071
ce2cded5
L
10072 ;;
10073 esac
10074 fi
10075 if test "$with_gnu_ld" = no; then
10076 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10077 hardcode_libdir_separator=:
d7040cdb 10078
ce2cded5
L
10079 case $host_cpu in
10080 hppa*64*|ia64*)
10081 hardcode_direct=no
10082 hardcode_shlibpath_var=no
10083 ;;
10084 *)
10085 hardcode_direct=yes
10086 hardcode_direct_absolute=yes
10087 export_dynamic_flag_spec='${wl}-E'
d7040cdb 10088
ce2cded5
L
10089 # hardcode_minus_L: Not really in the search PATH,
10090 # but as the default location of the library.
10091 hardcode_minus_L=yes
10092 ;;
10093 esac
10094 fi
10095 ;;
d7040cdb 10096
ce2cded5
L
10097 irix5* | irix6* | nonstopux*)
10098 if test "$GCC" = yes; then
3725885a 10099 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
10100 # Try to use the -exported_symbol ld option, if it does not
10101 # work, assume that -exports_file does not work either and
10102 # implicitly export all symbols.
10103 save_LDFLAGS="$LDFLAGS"
10104 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
10105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10106/* end confdefs.h. */
ce2cded5
L
10107int foo(void) {}
10108_ACEOF
81ecdfbb 10109if ac_fn_c_try_link "$LINENO"; then :
3725885a 10110 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 10111
ce2cded5 10112fi
81ecdfbb
RW
10113rm -f core conftest.err conftest.$ac_objext \
10114 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10115 LDFLAGS="$save_LDFLAGS"
10116 else
3725885a
RW
10117 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'
10118 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
10119 fi
10120 archive_cmds_need_lc='no'
10121 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10122 hardcode_libdir_separator=:
10123 inherit_rpath=yes
10124 link_all_deplibs=yes
10125 ;;
d7040cdb 10126
ce2cded5
L
10127 netbsd*)
10128 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10129 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10130 else
10131 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10132 fi
10133 hardcode_libdir_flag_spec='-R$libdir'
10134 hardcode_direct=yes
10135 hardcode_shlibpath_var=no
10136 ;;
d7040cdb 10137
ce2cded5
L
10138 newsos6)
10139 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10140 hardcode_direct=yes
10141 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10142 hardcode_libdir_separator=:
10143 hardcode_shlibpath_var=no
10144 ;;
d7040cdb 10145
ce2cded5
L
10146 *nto* | *qnx*)
10147 ;;
d7040cdb 10148
ce2cded5 10149 openbsd*)
b214d478
SE
10150 if test -f /usr/libexec/ld.so; then
10151 hardcode_direct=yes
10152 hardcode_shlibpath_var=no
10153 hardcode_direct_absolute=yes
10154 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 10155 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
b214d478 10156 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 10157 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
b214d478
SE
10158 export_dynamic_flag_spec='${wl}-E'
10159 else
10160 case $host_os in
10161 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10162 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10163 hardcode_libdir_flag_spec='-R$libdir'
10164 ;;
10165 *)
10166 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10167 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10168 ;;
10169 esac
10170 fi
10171 else
10172 ld_shlibs=no
ce2cded5
L
10173 fi
10174 ;;
d7040cdb 10175
ce2cded5
L
10176 os2*)
10177 hardcode_libdir_flag_spec='-L$libdir'
10178 hardcode_minus_L=yes
10179 allow_undefined_flag=unsupported
3725885a 10180 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
10181 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10182 ;;
d7040cdb 10183
ce2cded5
L
10184 osf3*)
10185 if test "$GCC" = yes; then
10186 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10187 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
10188 else
10189 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10190 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
10191 fi
10192 archive_cmds_need_lc='no'
10193 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10194 hardcode_libdir_separator=:
10195 ;;
d7040cdb 10196
ce2cded5
L
10197 osf4* | osf5*) # as osf3* with the addition of -msym flag
10198 if test "$GCC" = yes; then
10199 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10200 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
10201 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10202 else
10203 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10204 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 10205 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 10206 $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 10207
ce2cded5
L
10208 # Both c and cxx compiler support -rpath directly
10209 hardcode_libdir_flag_spec='-rpath $libdir'
10210 fi
10211 archive_cmds_need_lc='no'
10212 hardcode_libdir_separator=:
10213 ;;
d7040cdb 10214
ce2cded5
L
10215 solaris*)
10216 no_undefined_flag=' -z defs'
10217 if test "$GCC" = yes; then
10218 wlarc='${wl}'
10219 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10220 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10221 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10222 else
10223 case `$CC -V 2>&1` in
10224 *"Compilers 5.0"*)
10225 wlarc=''
10226 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10227 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10228 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10229 ;;
10230 *)
10231 wlarc='${wl}'
10232 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10233 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10234 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10235 ;;
10236 esac
10237 fi
10238 hardcode_libdir_flag_spec='-R$libdir'
10239 hardcode_shlibpath_var=no
10240 case $host_os in
10241 solaris2.[0-5] | solaris2.[0-5].*) ;;
10242 *)
10243 # The compiler driver will combine and reorder linker options,
10244 # but understands `-z linker_flag'. GCC discards it without `$wl',
10245 # but is careful enough not to reorder.
10246 # Supported since Solaris 2.6 (maybe 2.5.1?)
10247 if test "$GCC" = yes; then
10248 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10249 else
10250 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10251 fi
10252 ;;
10253 esac
10254 link_all_deplibs=yes
10255 ;;
d7040cdb 10256
ce2cded5
L
10257 sunos4*)
10258 if test "x$host_vendor" = xsequent; then
10259 # Use $CC to link under sequent, because it throws in some extra .o
10260 # files that make .init and .fini sections work.
10261 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10262 else
10263 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10264 fi
10265 hardcode_libdir_flag_spec='-L$libdir'
10266 hardcode_direct=yes
10267 hardcode_minus_L=yes
10268 hardcode_shlibpath_var=no
10269 ;;
d7040cdb 10270
ce2cded5
L
10271 sysv4)
10272 case $host_vendor in
10273 sni)
10274 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10275 hardcode_direct=yes # is this really true???
10276 ;;
10277 siemens)
10278 ## LD is ld it makes a PLAMLIB
10279 ## CC just makes a GrossModule.
10280 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10281 reload_cmds='$CC -r -o $output$reload_objs'
10282 hardcode_direct=no
10283 ;;
10284 motorola)
10285 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10286 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10287 ;;
10288 esac
10289 runpath_var='LD_RUN_PATH'
10290 hardcode_shlibpath_var=no
10291 ;;
d7040cdb 10292
ce2cded5
L
10293 sysv4.3*)
10294 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10295 hardcode_shlibpath_var=no
10296 export_dynamic_flag_spec='-Bexport'
10297 ;;
d7040cdb 10298
ce2cded5
L
10299 sysv4*MP*)
10300 if test -d /usr/nec; then
10301 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10302 hardcode_shlibpath_var=no
10303 runpath_var=LD_RUN_PATH
10304 hardcode_runpath_var=yes
10305 ld_shlibs=yes
10306 fi
10307 ;;
d7040cdb 10308
ce2cded5
L
10309 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10310 no_undefined_flag='${wl}-z,text'
10311 archive_cmds_need_lc=no
10312 hardcode_shlibpath_var=no
10313 runpath_var='LD_RUN_PATH'
d7040cdb 10314
ce2cded5
L
10315 if test "$GCC" = yes; then
10316 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10317 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10318 else
10319 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10320 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10321 fi
10322 ;;
d7040cdb 10323
ce2cded5
L
10324 sysv5* | sco3.2v5* | sco5v6*)
10325 # Note: We can NOT use -z defs as we might desire, because we do not
10326 # link with -lc, and that would cause any symbols used from libc to
10327 # always be unresolved, which means just about no library would
10328 # ever link correctly. If we're not using GNU ld we use -z text
10329 # though, which does catch some bad symbols but isn't as heavy-handed
10330 # as -z defs.
10331 no_undefined_flag='${wl}-z,text'
10332 allow_undefined_flag='${wl}-z,nodefs'
10333 archive_cmds_need_lc=no
10334 hardcode_shlibpath_var=no
10335 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10336 hardcode_libdir_separator=':'
10337 link_all_deplibs=yes
10338 export_dynamic_flag_spec='${wl}-Bexport'
10339 runpath_var='LD_RUN_PATH'
d7040cdb 10340
ce2cded5
L
10341 if test "$GCC" = yes; then
10342 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10343 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10344 else
10345 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10346 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10347 fi
10348 ;;
d7040cdb 10349
ce2cded5
L
10350 uts4*)
10351 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10352 hardcode_libdir_flag_spec='-L$libdir'
10353 hardcode_shlibpath_var=no
10354 ;;
d7040cdb 10355
ce2cded5
L
10356 *)
10357 ld_shlibs=no
10358 ;;
10359 esac
d7040cdb 10360
ce2cded5
L
10361 if test x$host_vendor = xsni; then
10362 case $host in
10363 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10364 export_dynamic_flag_spec='${wl}-Blargedynsym'
10365 ;;
10366 esac
10367 fi
10368 fi
d7040cdb 10369
81ecdfbb
RW
10370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10371$as_echo "$ld_shlibs" >&6; }
ce2cded5 10372test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 10373
ce2cded5 10374with_gnu_ld=$with_gnu_ld
d7040cdb
SE
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
ce2cded5
L
10390#
10391# Do we need to explicitly link libc?
10392#
10393case "x$archive_cmds_need_lc" in
10394x|xyes)
10395 # Assume -lc should be added
10396 archive_cmds_need_lc=yes
d7040cdb 10397
ce2cded5
L
10398 if test "$enable_shared" = yes && test "$GCC" = yes; then
10399 case $archive_cmds in
10400 *'~'*)
10401 # FIXME: we may have to deal with multi-command sequences.
10402 ;;
10403 '$CC '*)
10404 # Test whether the compiler implicitly links with -lc since on some
10405 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10406 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10408$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10409if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10410 $as_echo_n "(cached) " >&6
39144654
RW
10411else
10412 $RM conftest*
10413 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10414
81ecdfbb 10415 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
10416 (eval $ac_compile) 2>&5
10417 ac_status=$?
81ecdfbb
RW
10418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10419 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10420 soname=conftest
10421 lib=conftest
10422 libobjs=conftest.$ac_objext
10423 deplibs=
10424 wl=$lt_prog_compiler_wl
10425 pic_flag=$lt_prog_compiler_pic
10426 compiler_flags=-v
10427 linker_flags=-v
10428 verstring=
10429 output_objdir=.
10430 libname=conftest
10431 lt_save_allow_undefined_flag=$allow_undefined_flag
10432 allow_undefined_flag=
81ecdfbb 10433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
10434 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10435 ac_status=$?
81ecdfbb
RW
10436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10437 test $ac_status = 0; }
39144654
RW
10438 then
10439 lt_cv_archive_cmds_need_lc=no
10440 else
10441 lt_cv_archive_cmds_need_lc=yes
10442 fi
10443 allow_undefined_flag=$lt_save_allow_undefined_flag
10444 else
10445 cat conftest.err 1>&5
10446 fi
10447 $RM conftest*
10448
10449fi
81ecdfbb
RW
10450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10451$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10452 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
10453 ;;
10454 esac
10455 fi
10456 ;;
10457esac
d7040cdb
SE
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
d7040cdb 10485
d7040cdb 10486
d7040cdb
SE
10487
10488
10489
10490
10491
10492
d7040cdb 10493
d7040cdb 10494
d7040cdb 10495
d7040cdb 10496
d7040cdb 10497
d7040cdb 10498
d7040cdb 10499
d7040cdb 10500
d7040cdb 10501
d7040cdb 10502
d7040cdb 10503
d7040cdb 10504
d7040cdb 10505
d7040cdb 10506
d7040cdb 10507
d7040cdb 10508
d7040cdb 10509
d7040cdb 10510
d7040cdb 10511
d7040cdb 10512
d7040cdb 10513
d7040cdb 10514
d7040cdb 10515
d7040cdb 10516
d7040cdb 10517
d7040cdb 10518
d7040cdb 10519
d7040cdb 10520
ce2cded5
L
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
81ecdfbb
RW
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10616$as_echo_n "checking dynamic linker characteristics... " >&6; }
b214d478
SE
10617
10618if test "$GCC" = yes; then
ce2cded5
L
10619 case $host_os in
10620 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10621 *) lt_awk_arg="/^libraries:/" ;;
10622 esac
3725885a
RW
10623 case $host_os in
10624 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10625 *) lt_sed_strip_eq="s,=/,/,g" ;;
10626 esac
10627 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10628 case $lt_search_path_spec in
10629 *\;*)
ce2cded5
L
10630 # if the path contains ";" then we assume it to be the separator
10631 # otherwise default to the standard path separator (i.e. ":") - it is
10632 # assumed that no part of a normal pathname contains ";" but that should
10633 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10634 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10635 ;;
10636 *)
10637 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10638 ;;
10639 esac
ce2cded5
L
10640 # Ok, now we have the path, separated by spaces, we can step through it
10641 # and add multilib dir if necessary.
10642 lt_tmp_lt_search_path_spec=
10643 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10644 for lt_sys_path in $lt_search_path_spec; do
10645 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10646 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10647 else
10648 test -d "$lt_sys_path" && \
10649 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10650 fi
10651 done
3725885a 10652 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
10653BEGIN {RS=" "; FS="/|\n";} {
10654 lt_foo="";
10655 lt_count=0;
10656 for (lt_i = NF; lt_i > 0; lt_i--) {
10657 if ($lt_i != "" && $lt_i != ".") {
10658 if ($lt_i == "..") {
10659 lt_count++;
10660 } else {
10661 if (lt_count == 0) {
10662 lt_foo="/" $lt_i lt_foo;
10663 } else {
10664 lt_count--;
10665 }
10666 }
10667 }
10668 }
10669 if (lt_foo != "") { lt_freq[lt_foo]++; }
10670 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10671}'`
3725885a
RW
10672 # AWK program above erroneously prepends '/' to C:/dos/paths
10673 # for these hosts.
10674 case $host_os in
10675 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10676 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10677 esac
10678 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10679else
ce2cded5
L
10680 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10681fi
10682library_names_spec=
10683libname_spec='lib$name'
10684soname_spec=
10685shrext_cmds=".so"
10686postinstall_cmds=
10687postuninstall_cmds=
10688finish_cmds=
10689finish_eval=
10690shlibpath_var=
10691shlibpath_overrides_runpath=unknown
10692version_type=none
10693dynamic_linker="$host_os ld.so"
10694sys_lib_dlsearch_path_spec="/lib /usr/lib"
10695need_lib_prefix=unknown
10696hardcode_into_libs=no
10697
10698# when you set need_version to no, make sure it does not cause -set_version
10699# flags to be left without arguments
10700need_version=unknown
10701
10702case $host_os in
10703aix3*)
10704 version_type=linux
10705 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10706 shlibpath_var=LIBPATH
10707
10708 # AIX 3 has no versioning support, so we append a major version to the name.
10709 soname_spec='${libname}${release}${shared_ext}$major'
10710 ;;
10711
50e7d84b 10712aix[4-9]*)
ce2cded5
L
10713 version_type=linux
10714 need_lib_prefix=no
10715 need_version=no
10716 hardcode_into_libs=yes
10717 if test "$host_cpu" = ia64; then
10718 # AIX 5 supports IA64
10719 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10720 shlibpath_var=LD_LIBRARY_PATH
10721 else
10722 # With GCC up to 2.95.x, collect2 would create an import file
10723 # for dependence libraries. The import file would start with
10724 # the line `#! .'. This would cause the generated library to
10725 # depend on `.', always an invalid library. This was fixed in
10726 # development snapshots of GCC prior to 3.0.
10727 case $host_os in
10728 aix4 | aix4.[01] | aix4.[01].*)
10729 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10730 echo ' yes '
10731 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10732 :
10733 else
10734 can_build_shared=no
10735 fi
10736 ;;
10737 esac
10738 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10739 # soname into executable. Probably we can add versioning support to
10740 # collect2, so additional links can be useful in future.
10741 if test "$aix_use_runtimelinking" = yes; then
10742 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10743 # instead of lib<name>.a to let people know that these are not
10744 # typical AIX shared libraries.
10745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10746 else
10747 # We preserve .a as extension for shared libraries through AIX4.2
10748 # and later when we are not doing run time linking.
10749 library_names_spec='${libname}${release}.a $libname.a'
10750 soname_spec='${libname}${release}${shared_ext}$major'
10751 fi
10752 shlibpath_var=LIBPATH
10753 fi
10754 ;;
10755
10756amigaos*)
b214d478
SE
10757 case $host_cpu in
10758 powerpc)
10759 # Since July 2007 AmigaOS4 officially supports .so libraries.
10760 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10761 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10762 ;;
10763 m68k)
ce2cded5
L
10764 library_names_spec='$libname.ixlibrary $libname.a'
10765 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10766 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
10767 ;;
10768 esac
ce2cded5
L
10769 ;;
10770
10771beos*)
10772 library_names_spec='${libname}${shared_ext}'
10773 dynamic_linker="$host_os ld.so"
10774 shlibpath_var=LIBRARY_PATH
10775 ;;
10776
10777bsdi[45]*)
10778 version_type=linux
10779 need_version=no
10780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10781 soname_spec='${libname}${release}${shared_ext}$major'
10782 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10785 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10786 # the default ld.so.conf also contains /usr/contrib/lib and
10787 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10788 # libtool to hard-code these into programs
10789 ;;
10790
b214d478 10791cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10792 version_type=windows
10793 shrext_cmds=".dll"
10794 need_version=no
10795 need_lib_prefix=no
10796
b214d478
SE
10797 case $GCC,$host_os in
10798 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10799 library_names_spec='$libname.dll.a'
10800 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10801 postinstall_cmds='base_file=`basename \${file}`~
10802 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10803 dldir=$destdir/`dirname \$dlpath`~
10804 test -d \$dldir || mkdir -p \$dldir~
10805 $install_prog $dir/$dlname \$dldir/$dlname~
10806 chmod a+x \$dldir/$dlname~
10807 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10808 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10809 fi'
10810 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10811 dlpath=$dir/\$dldll~
10812 $RM \$dlpath'
10813 shlibpath_overrides_runpath=yes
10814
10815 case $host_os in
10816 cygwin*)
10817 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10818 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10819
10820 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 10821 ;;
b214d478 10822 mingw* | cegcc*)
ce2cded5
L
10823 # MinGW DLLs use traditional 'lib' prefix
10824 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
10825 ;;
10826 pw32*)
10827 # pw32 DLLs use 'pw' prefix rather than 'lib'
10828 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10829 ;;
10830 esac
10831 ;;
10832
10833 *)
10834 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10835 ;;
10836 esac
10837 dynamic_linker='Win32 ld.exe'
10838 # FIXME: first we should search . and the directory the executable is in
10839 shlibpath_var=PATH
10840 ;;
10841
10842darwin* | rhapsody*)
10843 dynamic_linker="$host_os dyld"
10844 version_type=darwin
10845 need_lib_prefix=no
10846 need_version=no
10847 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10848 soname_spec='${libname}${release}${major}$shared_ext'
10849 shlibpath_overrides_runpath=yes
10850 shlibpath_var=DYLD_LIBRARY_PATH
10851 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10852
10853 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10854 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10855 ;;
10856
10857dgux*)
10858 version_type=linux
10859 need_lib_prefix=no
10860 need_version=no
10861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10862 soname_spec='${libname}${release}${shared_ext}$major'
10863 shlibpath_var=LD_LIBRARY_PATH
10864 ;;
10865
ce2cded5
L
10866freebsd* | dragonfly*)
10867 # DragonFly does not have aout. When/if they implement a new
10868 # versioning mechanism, adjust this.
10869 if test -x /usr/bin/objformat; then
10870 objformat=`/usr/bin/objformat`
10871 else
10872 case $host_os in
6d2920c8 10873 freebsd[23].*) objformat=aout ;;
ce2cded5
L
10874 *) objformat=elf ;;
10875 esac
10876 fi
10877 version_type=freebsd-$objformat
10878 case $version_type in
10879 freebsd-elf*)
10880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10881 need_version=no
10882 need_lib_prefix=no
10883 ;;
10884 freebsd-*)
10885 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10886 need_version=yes
10887 ;;
10888 esac
10889 shlibpath_var=LD_LIBRARY_PATH
10890 case $host_os in
6d2920c8 10891 freebsd2.*)
ce2cded5
L
10892 shlibpath_overrides_runpath=yes
10893 ;;
10894 freebsd3.[01]* | freebsdelf3.[01]*)
10895 shlibpath_overrides_runpath=yes
10896 hardcode_into_libs=yes
10897 ;;
10898 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10899 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10900 shlibpath_overrides_runpath=no
10901 hardcode_into_libs=yes
10902 ;;
10903 *) # from 4.6 on, and DragonFly
10904 shlibpath_overrides_runpath=yes
10905 hardcode_into_libs=yes
10906 ;;
10907 esac
10908 ;;
10909
10910gnu*)
10911 version_type=linux
10912 need_lib_prefix=no
10913 need_version=no
10914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10915 soname_spec='${libname}${release}${shared_ext}$major'
10916 shlibpath_var=LD_LIBRARY_PATH
10917 hardcode_into_libs=yes
10918 ;;
10919
3725885a
RW
10920haiku*)
10921 version_type=linux
10922 need_lib_prefix=no
10923 need_version=no
10924 dynamic_linker="$host_os runtime_loader"
10925 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10926 soname_spec='${libname}${release}${shared_ext}$major'
10927 shlibpath_var=LIBRARY_PATH
10928 shlibpath_overrides_runpath=yes
10929 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10930 hardcode_into_libs=yes
10931 ;;
10932
ce2cded5
L
10933hpux9* | hpux10* | hpux11*)
10934 # Give a soname corresponding to the major version so that dld.sl refuses to
10935 # link against other versions.
10936 version_type=sunos
10937 need_lib_prefix=no
10938 need_version=no
10939 case $host_cpu in
10940 ia64*)
10941 shrext_cmds='.so'
10942 hardcode_into_libs=yes
10943 dynamic_linker="$host_os dld.so"
10944 shlibpath_var=LD_LIBRARY_PATH
10945 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10946 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10947 soname_spec='${libname}${release}${shared_ext}$major'
10948 if test "X$HPUX_IA64_MODE" = X32; then
10949 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10950 else
10951 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10952 fi
10953 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10954 ;;
10955 hppa*64*)
10956 shrext_cmds='.sl'
10957 hardcode_into_libs=yes
10958 dynamic_linker="$host_os dld.sl"
10959 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10960 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10961 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10962 soname_spec='${libname}${release}${shared_ext}$major'
10963 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10964 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10965 ;;
10966 *)
10967 shrext_cmds='.sl'
10968 dynamic_linker="$host_os dld.sl"
10969 shlibpath_var=SHLIB_PATH
10970 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10972 soname_spec='${libname}${release}${shared_ext}$major'
10973 ;;
10974 esac
3725885a 10975 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 10976 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10977 # or fails outright, so override atomically:
10978 install_override_mode=555
ce2cded5
L
10979 ;;
10980
10981interix[3-9]*)
10982 version_type=linux
10983 need_lib_prefix=no
10984 need_version=no
10985 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10986 soname_spec='${libname}${release}${shared_ext}$major'
10987 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10988 shlibpath_var=LD_LIBRARY_PATH
10989 shlibpath_overrides_runpath=no
10990 hardcode_into_libs=yes
10991 ;;
10992
10993irix5* | irix6* | nonstopux*)
10994 case $host_os in
10995 nonstopux*) version_type=nonstopux ;;
10996 *)
10997 if test "$lt_cv_prog_gnu_ld" = yes; then
10998 version_type=linux
10999 else
11000 version_type=irix
11001 fi ;;
11002 esac
11003 need_lib_prefix=no
11004 need_version=no
11005 soname_spec='${libname}${release}${shared_ext}$major'
11006 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11007 case $host_os in
11008 irix5* | nonstopux*)
11009 libsuff= shlibsuff=
11010 ;;
11011 *)
11012 case $LD in # libtool.m4 will add one of these switches to LD
11013 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11014 libsuff= shlibsuff= libmagic=32-bit;;
11015 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11016 libsuff=32 shlibsuff=N32 libmagic=N32;;
11017 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11018 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11019 *) libsuff= shlibsuff= libmagic=never-match;;
11020 esac
11021 ;;
11022 esac
11023 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11024 shlibpath_overrides_runpath=no
11025 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11026 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11027 hardcode_into_libs=yes
11028 ;;
11029
11030# No shared lib support for Linux oldld, aout, or coff.
11031linux*oldld* | linux*aout* | linux*coff*)
11032 dynamic_linker=no
11033 ;;
11034
11035# This must be Linux ELF.
58e24671 11036linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
11037 version_type=linux
11038 need_lib_prefix=no
11039 need_version=no
11040 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11041 soname_spec='${libname}${release}${shared_ext}$major'
11042 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11043 shlibpath_var=LD_LIBRARY_PATH
11044 shlibpath_overrides_runpath=no
39144654 11045
ce2cded5 11046 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
11047 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11048 $as_echo_n "(cached) " >&6
39144654
RW
11049else
11050 lt_cv_shlibpath_overrides_runpath=no
11051 save_LDFLAGS=$LDFLAGS
11052 save_libdir=$libdir
11053 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11054 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 11055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11056/* end confdefs.h. */
11057
d7040cdb
SE
11058int
11059main ()
11060{
ce2cded5 11061
d7040cdb
SE
11062 ;
11063 return 0;
11064}
11065_ACEOF
81ecdfbb
RW
11066if ac_fn_c_try_link "$LINENO"; then :
11067 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 11068 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 11069fi
d7040cdb 11070fi
81ecdfbb
RW
11071rm -f core conftest.err conftest.$ac_objext \
11072 conftest$ac_exeext conftest.$ac_ext
39144654
RW
11073 LDFLAGS=$save_LDFLAGS
11074 libdir=$save_libdir
11075
11076fi
11077
11078 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb 11079
ce2cded5
L
11080 # This implies no fast_install, which is unacceptable.
11081 # Some rework will be needed to allow for fast_install
11082 # before this can be enabled.
11083 hardcode_into_libs=yes
d7040cdb 11084
ce2cded5
L
11085 # Append ld.so.conf contents to the search path
11086 if test -f /etc/ld.so.conf; then
3725885a 11087 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
11088 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11089 fi
d7040cdb 11090
ce2cded5
L
11091 # We used to test for /lib/ld.so.1 and disable shared libraries on
11092 # powerpc, because MkLinux only supported shared libraries with the
11093 # GNU dynamic linker. Since this was broken with cross compilers,
11094 # most powerpc-linux boxes support dynamic linking these days and
11095 # people can always --disable-shared, the test was removed, and we
11096 # assume the GNU/Linux dynamic linker is in use.
11097 dynamic_linker='GNU/Linux ld.so'
11098 ;;
d7040cdb 11099
ce2cded5
L
11100netbsd*)
11101 version_type=sunos
11102 need_lib_prefix=no
11103 need_version=no
11104 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11105 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11106 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11107 dynamic_linker='NetBSD (a.out) ld.so'
11108 else
11109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11110 soname_spec='${libname}${release}${shared_ext}$major'
11111 dynamic_linker='NetBSD ld.elf_so'
11112 fi
11113 shlibpath_var=LD_LIBRARY_PATH
11114 shlibpath_overrides_runpath=yes
11115 hardcode_into_libs=yes
11116 ;;
d7040cdb 11117
ce2cded5
L
11118newsos6)
11119 version_type=linux
11120 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11121 shlibpath_var=LD_LIBRARY_PATH
11122 shlibpath_overrides_runpath=yes
11123 ;;
d7040cdb 11124
ce2cded5
L
11125*nto* | *qnx*)
11126 version_type=qnx
11127 need_lib_prefix=no
11128 need_version=no
11129 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11130 soname_spec='${libname}${release}${shared_ext}$major'
11131 shlibpath_var=LD_LIBRARY_PATH
11132 shlibpath_overrides_runpath=no
11133 hardcode_into_libs=yes
11134 dynamic_linker='ldqnx.so'
11135 ;;
d7040cdb 11136
ce2cded5
L
11137openbsd*)
11138 version_type=sunos
11139 sys_lib_dlsearch_path_spec="/usr/lib"
11140 need_lib_prefix=no
11141 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11142 case $host_os in
11143 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11144 *) need_version=no ;;
11145 esac
11146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11147 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11148 shlibpath_var=LD_LIBRARY_PATH
11149 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11150 case $host_os in
11151 openbsd2.[89] | openbsd2.[89].*)
11152 shlibpath_overrides_runpath=no
11153 ;;
11154 *)
11155 shlibpath_overrides_runpath=yes
11156 ;;
11157 esac
11158 else
11159 shlibpath_overrides_runpath=yes
11160 fi
11161 ;;
d7040cdb 11162
ce2cded5
L
11163os2*)
11164 libname_spec='$name'
11165 shrext_cmds=".dll"
11166 need_lib_prefix=no
11167 library_names_spec='$libname${shared_ext} $libname.a'
11168 dynamic_linker='OS/2 ld.exe'
11169 shlibpath_var=LIBPATH
11170 ;;
d7040cdb 11171
ce2cded5
L
11172osf3* | osf4* | osf5*)
11173 version_type=osf
11174 need_lib_prefix=no
11175 need_version=no
11176 soname_spec='${libname}${release}${shared_ext}$major'
11177 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11178 shlibpath_var=LD_LIBRARY_PATH
11179 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11180 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11181 ;;
d7040cdb 11182
ce2cded5
L
11183rdos*)
11184 dynamic_linker=no
11185 ;;
d7040cdb 11186
ce2cded5
L
11187solaris*)
11188 version_type=linux
11189 need_lib_prefix=no
11190 need_version=no
11191 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11192 soname_spec='${libname}${release}${shared_ext}$major'
11193 shlibpath_var=LD_LIBRARY_PATH
11194 shlibpath_overrides_runpath=yes
11195 hardcode_into_libs=yes
11196 # ldd complains unless libraries are executable
11197 postinstall_cmds='chmod +x $lib'
11198 ;;
d7040cdb 11199
ce2cded5
L
11200sunos4*)
11201 version_type=sunos
11202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11203 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11204 shlibpath_var=LD_LIBRARY_PATH
11205 shlibpath_overrides_runpath=yes
11206 if test "$with_gnu_ld" = yes; then
11207 need_lib_prefix=no
11208 fi
11209 need_version=yes
11210 ;;
d7040cdb 11211
ce2cded5
L
11212sysv4 | sysv4.3*)
11213 version_type=linux
11214 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11215 soname_spec='${libname}${release}${shared_ext}$major'
11216 shlibpath_var=LD_LIBRARY_PATH
11217 case $host_vendor in
11218 sni)
11219 shlibpath_overrides_runpath=no
11220 need_lib_prefix=no
11221 runpath_var=LD_RUN_PATH
11222 ;;
11223 siemens)
11224 need_lib_prefix=no
11225 ;;
11226 motorola)
11227 need_lib_prefix=no
11228 need_version=no
11229 shlibpath_overrides_runpath=no
11230 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11231 ;;
11232 esac
11233 ;;
d7040cdb 11234
ce2cded5
L
11235sysv4*MP*)
11236 if test -d /usr/nec ;then
11237 version_type=linux
11238 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11239 soname_spec='$libname${shared_ext}.$major'
11240 shlibpath_var=LD_LIBRARY_PATH
11241 fi
11242 ;;
d7040cdb 11243
ce2cded5
L
11244sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11245 version_type=freebsd-elf
11246 need_lib_prefix=no
11247 need_version=no
11248 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11249 soname_spec='${libname}${release}${shared_ext}$major'
11250 shlibpath_var=LD_LIBRARY_PATH
11251 shlibpath_overrides_runpath=yes
11252 hardcode_into_libs=yes
11253 if test "$with_gnu_ld" = yes; then
11254 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11255 else
11256 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11257 case $host_os in
11258 sco3.2v5*)
11259 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11260 ;;
11261 esac
11262 fi
11263 sys_lib_dlsearch_path_spec='/usr/lib'
11264 ;;
d7040cdb 11265
ce2cded5
L
11266tpf*)
11267 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11268 version_type=linux
11269 need_lib_prefix=no
11270 need_version=no
b214d478 11271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
11272 shlibpath_var=LD_LIBRARY_PATH
11273 shlibpath_overrides_runpath=no
11274 hardcode_into_libs=yes
11275 ;;
d7040cdb 11276
ce2cded5
L
11277uts4*)
11278 version_type=linux
11279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11280 soname_spec='${libname}${release}${shared_ext}$major'
11281 shlibpath_var=LD_LIBRARY_PATH
11282 ;;
d7040cdb 11283
ce2cded5
L
11284*)
11285 dynamic_linker=no
11286 ;;
11287esac
81ecdfbb
RW
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11289$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
11290test "$dynamic_linker" = no && can_build_shared=no
11291
11292variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11293if test "$GCC" = yes; then
11294 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb
SE
11295fi
11296
b214d478
SE
11297if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11298 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11299fi
11300if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11301 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11302fi
11303
d7040cdb
SE
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
d7040cdb 11315
d7040cdb 11316
d7040cdb 11317
d7040cdb 11318
d7040cdb
SE
11319
11320
11321
11322
d7040cdb 11323
d7040cdb
SE
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
d7040cdb
SE
11337
11338
11339
11340
d7040cdb
SE
11341
11342
11343
11344
d7040cdb 11345
d7040cdb 11346
d7040cdb 11347
d7040cdb 11348
d7040cdb 11349
d7040cdb 11350
d7040cdb 11351
d7040cdb
SE
11352
11353
11354
11355
11356
d7040cdb 11357
d7040cdb 11358
d7040cdb 11359
d7040cdb 11360
d7040cdb 11361
d7040cdb 11362
d7040cdb
SE
11363
11364
11365
11366
11367
d7040cdb
SE
11368
11369
d7040cdb 11370
d7040cdb 11371
d7040cdb 11372
d7040cdb 11373
ce2cded5
L
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
3725885a
RW
11384
11385
11386
11387
11388
ce2cded5
L
11389
11390
11391
11392
11393
11394
81ecdfbb
RW
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11396$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
11397hardcode_action=
11398if test -n "$hardcode_libdir_flag_spec" ||
11399 test -n "$runpath_var" ||
11400 test "X$hardcode_automatic" = "Xyes" ; then
11401
11402 # We can hardcode non-existent directories.
11403 if test "$hardcode_direct" != no &&
11404 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11405 # have to relink, otherwise we might link with an installed library
11406 # when we should be linking with a yet-to-be-installed one
11407 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11408 test "$hardcode_minus_L" != no; then
11409 # Linking always hardcodes the temporary library directory.
11410 hardcode_action=relink
11411 else
11412 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11413 hardcode_action=immediate
d7040cdb 11414 fi
d7040cdb 11415else
ce2cded5
L
11416 # We cannot hardcode anything, or else we can only hardcode existing
11417 # directories.
11418 hardcode_action=unsupported
d7040cdb 11419fi
81ecdfbb
RW
11420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11421$as_echo "$hardcode_action" >&6; }
d7040cdb 11422
ce2cded5
L
11423if test "$hardcode_action" = relink ||
11424 test "$inherit_rpath" = yes; then
11425 # Fast installation is not supported
11426 enable_fast_install=no
11427elif test "$shlibpath_overrides_runpath" = yes ||
11428 test "$enable_shared" = no; then
11429 # Fast installation is not necessary
11430 enable_fast_install=needless
d7040cdb
SE
11431fi
11432
d7040cdb 11433
d7040cdb 11434
d7040cdb 11435
d7040cdb 11436
d7040cdb 11437
ce2cded5
L
11438 if test "x$enable_dlopen" != xyes; then
11439 enable_dlopen=unknown
11440 enable_dlopen_self=unknown
11441 enable_dlopen_self_static=unknown
d7040cdb 11442else
ce2cded5
L
11443 lt_cv_dlopen=no
11444 lt_cv_dlopen_libs=
d7040cdb 11445
ce2cded5
L
11446 case $host_os in
11447 beos*)
11448 lt_cv_dlopen="load_add_on"
11449 lt_cv_dlopen_libs=
11450 lt_cv_dlopen_self=yes
11451 ;;
d7040cdb 11452
b214d478 11453 mingw* | pw32* | cegcc*)
ce2cded5
L
11454 lt_cv_dlopen="LoadLibrary"
11455 lt_cv_dlopen_libs=
11456 ;;
11457
11458 cygwin*)
11459 lt_cv_dlopen="dlopen"
11460 lt_cv_dlopen_libs=
11461 ;;
11462
11463 darwin*)
11464 # if libdl is installed we need to link against it
81ecdfbb
RW
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11466$as_echo_n "checking for dlopen in -ldl... " >&6; }
11467if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11468 $as_echo_n "(cached) " >&6
d7040cdb 11469else
ce2cded5
L
11470 ac_check_lib_save_LIBS=$LIBS
11471LIBS="-ldl $LIBS"
81ecdfbb 11472cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11473/* end confdefs.h. */
11474
81ecdfbb
RW
11475/* Override any GCC internal prototype to avoid an error.
11476 Use char because int might match the return type of a GCC
11477 builtin and then its argument prototype would still apply. */
ce2cded5
L
11478#ifdef __cplusplus
11479extern "C"
11480#endif
ce2cded5
L
11481char dlopen ();
11482int
11483main ()
11484{
81ecdfbb 11485return dlopen ();
ce2cded5
L
11486 ;
11487 return 0;
11488}
11489_ACEOF
81ecdfbb 11490if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11491 ac_cv_lib_dl_dlopen=yes
11492else
81ecdfbb 11493 ac_cv_lib_dl_dlopen=no
d7040cdb 11494fi
81ecdfbb
RW
11495rm -f core conftest.err conftest.$ac_objext \
11496 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11497LIBS=$ac_check_lib_save_LIBS
d7040cdb 11498fi
81ecdfbb
RW
11499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11500$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11501if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5 11502 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11503else
d7040cdb 11504
ce2cded5
L
11505 lt_cv_dlopen="dyld"
11506 lt_cv_dlopen_libs=
11507 lt_cv_dlopen_self=yes
11508
d7040cdb 11509fi
ce2cded5
L
11510
11511 ;;
11512
11513 *)
81ecdfbb
RW
11514 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11515if test "x$ac_cv_func_shl_load" = x""yes; then :
ce2cded5
L
11516 lt_cv_dlopen="shl_load"
11517else
81ecdfbb
RW
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11519$as_echo_n "checking for shl_load in -ldld... " >&6; }
11520if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11521 $as_echo_n "(cached) " >&6
ce2cded5
L
11522else
11523 ac_check_lib_save_LIBS=$LIBS
11524LIBS="-ldld $LIBS"
81ecdfbb 11525cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11526/* end confdefs.h. */
d7040cdb 11527
81ecdfbb
RW
11528/* Override any GCC internal prototype to avoid an error.
11529 Use char because int might match the return type of a GCC
11530 builtin and then its argument prototype would still apply. */
ce2cded5
L
11531#ifdef __cplusplus
11532extern "C"
11533#endif
ce2cded5
L
11534char shl_load ();
11535int
11536main ()
11537{
81ecdfbb 11538return shl_load ();
ce2cded5
L
11539 ;
11540 return 0;
11541}
11542_ACEOF
81ecdfbb 11543if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11544 ac_cv_lib_dld_shl_load=yes
11545else
81ecdfbb 11546 ac_cv_lib_dld_shl_load=no
ce2cded5 11547fi
81ecdfbb
RW
11548rm -f core conftest.err conftest.$ac_objext \
11549 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11550LIBS=$ac_check_lib_save_LIBS
11551fi
81ecdfbb
RW
11552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11553$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11554if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
b214d478 11555 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 11556else
81ecdfbb
RW
11557 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11558if test "x$ac_cv_func_dlopen" = x""yes; then :
ce2cded5
L
11559 lt_cv_dlopen="dlopen"
11560else
81ecdfbb
RW
11561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11562$as_echo_n "checking for dlopen in -ldl... " >&6; }
11563if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11564 $as_echo_n "(cached) " >&6
d7040cdb 11565else
ce2cded5
L
11566 ac_check_lib_save_LIBS=$LIBS
11567LIBS="-ldl $LIBS"
81ecdfbb 11568cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11569/* end confdefs.h. */
11570
81ecdfbb
RW
11571/* Override any GCC internal prototype to avoid an error.
11572 Use char because int might match the return type of a GCC
11573 builtin and then its argument prototype would still apply. */
ce2cded5
L
11574#ifdef __cplusplus
11575extern "C"
11576#endif
ce2cded5 11577char dlopen ();
d7040cdb
SE
11578int
11579main ()
11580{
81ecdfbb 11581return dlopen ();
d7040cdb
SE
11582 ;
11583 return 0;
11584}
11585_ACEOF
81ecdfbb 11586if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11587 ac_cv_lib_dl_dlopen=yes
d7040cdb 11588else
81ecdfbb 11589 ac_cv_lib_dl_dlopen=no
d7040cdb 11590fi
81ecdfbb
RW
11591rm -f core conftest.err conftest.$ac_objext \
11592 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11593LIBS=$ac_check_lib_save_LIBS
d7040cdb 11594fi
81ecdfbb
RW
11595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11596$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11597if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5 11598 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11599else
81ecdfbb
RW
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11601$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11602if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11603 $as_echo_n "(cached) " >&6
d7040cdb 11604else
ce2cded5
L
11605 ac_check_lib_save_LIBS=$LIBS
11606LIBS="-lsvld $LIBS"
81ecdfbb 11607cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11608/* end confdefs.h. */
d7040cdb 11609
81ecdfbb
RW
11610/* Override any GCC internal prototype to avoid an error.
11611 Use char because int might match the return type of a GCC
11612 builtin and then its argument prototype would still apply. */
ce2cded5
L
11613#ifdef __cplusplus
11614extern "C"
11615#endif
ce2cded5 11616char dlopen ();
d7040cdb
SE
11617int
11618main ()
11619{
81ecdfbb 11620return dlopen ();
d7040cdb
SE
11621 ;
11622 return 0;
11623}
11624_ACEOF
81ecdfbb 11625if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11626 ac_cv_lib_svld_dlopen=yes
d7040cdb 11627else
81ecdfbb 11628 ac_cv_lib_svld_dlopen=no
d7040cdb 11629fi
81ecdfbb
RW
11630rm -f core conftest.err conftest.$ac_objext \
11631 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11632LIBS=$ac_check_lib_save_LIBS
d7040cdb 11633fi
81ecdfbb
RW
11634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11635$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11636if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
ce2cded5
L
11637 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11638else
81ecdfbb
RW
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11640$as_echo_n "checking for dld_link in -ldld... " >&6; }
11641if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11642 $as_echo_n "(cached) " >&6
ce2cded5
L
11643else
11644 ac_check_lib_save_LIBS=$LIBS
11645LIBS="-ldld $LIBS"
81ecdfbb 11646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11647/* end confdefs.h. */
11648
81ecdfbb
RW
11649/* Override any GCC internal prototype to avoid an error.
11650 Use char because int might match the return type of a GCC
11651 builtin and then its argument prototype would still apply. */
ce2cded5
L
11652#ifdef __cplusplus
11653extern "C"
11654#endif
ce2cded5 11655char dld_link ();
d7040cdb
SE
11656int
11657main ()
11658{
81ecdfbb 11659return dld_link ();
d7040cdb
SE
11660 ;
11661 return 0;
11662}
11663_ACEOF
81ecdfbb 11664if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11665 ac_cv_lib_dld_dld_link=yes
d7040cdb 11666else
81ecdfbb 11667 ac_cv_lib_dld_dld_link=no
d7040cdb 11668fi
81ecdfbb
RW
11669rm -f core conftest.err conftest.$ac_objext \
11670 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11671LIBS=$ac_check_lib_save_LIBS
11672fi
81ecdfbb
RW
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11674$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11675if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
b214d478 11676 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
11677fi
11678
11679
11680fi
11681
11682
11683fi
11684
11685
11686fi
11687
11688
11689fi
11690
11691
11692fi
11693
11694 ;;
11695 esac
11696
11697 if test "x$lt_cv_dlopen" != xno; then
11698 enable_dlopen=yes
11699 else
11700 enable_dlopen=no
11701 fi
11702
11703 case $lt_cv_dlopen in
11704 dlopen)
11705 save_CPPFLAGS="$CPPFLAGS"
11706 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11707
11708 save_LDFLAGS="$LDFLAGS"
11709 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11710
11711 save_LIBS="$LIBS"
11712 LIBS="$lt_cv_dlopen_libs $LIBS"
11713
81ecdfbb
RW
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11715$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11716if test "${lt_cv_dlopen_self+set}" = set; then :
11717 $as_echo_n "(cached) " >&6
ce2cded5
L
11718else
11719 if test "$cross_compiling" = yes; then :
11720 lt_cv_dlopen_self=cross
11721else
11722 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11723 lt_status=$lt_dlunknown
11724 cat > conftest.$ac_ext <<_LT_EOF
6734f10a 11725#line 11725 "configure"
ce2cded5
L
11726#include "confdefs.h"
11727
11728#if HAVE_DLFCN_H
11729#include <dlfcn.h>
11730#endif
11731
11732#include <stdio.h>
11733
11734#ifdef RTLD_GLOBAL
11735# define LT_DLGLOBAL RTLD_GLOBAL
11736#else
11737# ifdef DL_GLOBAL
11738# define LT_DLGLOBAL DL_GLOBAL
11739# else
11740# define LT_DLGLOBAL 0
11741# endif
11742#endif
11743
11744/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11745 find out it does not work in some platform. */
11746#ifndef LT_DLLAZY_OR_NOW
11747# ifdef RTLD_LAZY
11748# define LT_DLLAZY_OR_NOW RTLD_LAZY
11749# else
11750# ifdef DL_LAZY
11751# define LT_DLLAZY_OR_NOW DL_LAZY
11752# else
11753# ifdef RTLD_NOW
11754# define LT_DLLAZY_OR_NOW RTLD_NOW
11755# else
11756# ifdef DL_NOW
11757# define LT_DLLAZY_OR_NOW DL_NOW
11758# else
11759# define LT_DLLAZY_OR_NOW 0
11760# endif
11761# endif
11762# endif
11763# endif
11764#endif
11765
3725885a
RW
11766/* When -fvisbility=hidden is used, assume the code has been annotated
11767 correspondingly for the symbols needed. */
11768#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11769void fnord () __attribute__((visibility("default")));
11770#endif
11771
11772void fnord () { int i=42; }
ce2cded5 11773int main ()
d7040cdb 11774{
ce2cded5
L
11775 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11776 int status = $lt_dlunknown;
11777
11778 if (self)
11779 {
11780 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11781 else
11782 {
11783 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11784 else puts (dlerror ());
11785 }
ce2cded5
L
11786 /* dlclose (self); */
11787 }
11788 else
11789 puts (dlerror ());
11790
b214d478 11791 return status;
d7040cdb 11792}
ce2cded5 11793_LT_EOF
81ecdfbb 11794 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5 11795 (eval $ac_link) 2>&5
d7040cdb 11796 ac_status=$?
81ecdfbb
RW
11797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11798 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11799 (./conftest; exit; ) >&5 2>/dev/null
11800 lt_status=$?
11801 case x$lt_status in
11802 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11803 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11804 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11805 esac
11806 else :
11807 # compilation failed
11808 lt_cv_dlopen_self=no
11809 fi
11810fi
11811rm -fr conftest*
11812
11813
11814fi
81ecdfbb
RW
11815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11816$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
11817
11818 if test "x$lt_cv_dlopen_self" = xyes; then
11819 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11821$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11822if test "${lt_cv_dlopen_self_static+set}" = set; then :
11823 $as_echo_n "(cached) " >&6
ce2cded5
L
11824else
11825 if test "$cross_compiling" = yes; then :
11826 lt_cv_dlopen_self_static=cross
11827else
11828 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11829 lt_status=$lt_dlunknown
11830 cat > conftest.$ac_ext <<_LT_EOF
6734f10a 11831#line 11831 "configure"
ce2cded5
L
11832#include "confdefs.h"
11833
11834#if HAVE_DLFCN_H
11835#include <dlfcn.h>
11836#endif
11837
11838#include <stdio.h>
11839
11840#ifdef RTLD_GLOBAL
11841# define LT_DLGLOBAL RTLD_GLOBAL
11842#else
11843# ifdef DL_GLOBAL
11844# define LT_DLGLOBAL DL_GLOBAL
11845# else
11846# define LT_DLGLOBAL 0
11847# endif
11848#endif
11849
11850/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11851 find out it does not work in some platform. */
11852#ifndef LT_DLLAZY_OR_NOW
11853# ifdef RTLD_LAZY
11854# define LT_DLLAZY_OR_NOW RTLD_LAZY
11855# else
11856# ifdef DL_LAZY
11857# define LT_DLLAZY_OR_NOW DL_LAZY
11858# else
11859# ifdef RTLD_NOW
11860# define LT_DLLAZY_OR_NOW RTLD_NOW
11861# else
11862# ifdef DL_NOW
11863# define LT_DLLAZY_OR_NOW DL_NOW
11864# else
11865# define LT_DLLAZY_OR_NOW 0
11866# endif
11867# endif
11868# endif
11869# endif
11870#endif
11871
3cb62297
L
11872/* When -fvisbility=hidden is used, assume the code has been annotated
11873 correspondingly for the symbols needed. */
11874#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11875void fnord () __attribute__((visibility("default")));
11876#endif
11877
11878void fnord () { int i=42; }
11879int main ()
11880{
11881 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11882 int status = $lt_dlunknown;
11883
11884 if (self)
11885 {
11886 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11887 else
11888 {
11889 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11890 else puts (dlerror ());
11891 }
11892 /* dlclose (self); */
11893 }
11894 else
11895 puts (dlerror ());
11896
11897 return status;
11898}
11899_LT_EOF
11900 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11901 (eval $ac_link) 2>&5
11902 ac_status=$?
11903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11904 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11905 (./conftest; exit; ) >&5 2>/dev/null
11906 lt_status=$?
11907 case x$lt_status in
11908 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11909 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11910 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11911 esac
11912 else :
11913 # compilation failed
11914 lt_cv_dlopen_self_static=no
11915 fi
11916fi
11917rm -fr conftest*
11918
11919
11920fi
11921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11922$as_echo "$lt_cv_dlopen_self_static" >&6; }
11923 fi
11924
11925 CPPFLAGS="$save_CPPFLAGS"
11926 LDFLAGS="$save_LDFLAGS"
11927 LIBS="$save_LIBS"
11928 ;;
11929 esac
11930
11931 case $lt_cv_dlopen_self in
11932 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11933 *) enable_dlopen_self=unknown ;;
11934 esac
11935
11936 case $lt_cv_dlopen_self_static in
11937 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11938 *) enable_dlopen_self_static=unknown ;;
11939 esac
11940fi
11941
11942
11943
11944
11945
11946
11947
11948
11949
11950
11951
11952
11953
11954
11955
11956
11957
11958striplib=
11959old_striplib=
11960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11961$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11962if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11963 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11964 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11966$as_echo "yes" >&6; }
11967else
11968# FIXME - insert some real tests, host_os isn't really good enough
11969 case $host_os in
11970 darwin*)
11971 if test -n "$STRIP" ; then
11972 striplib="$STRIP -x"
11973 old_striplib="$STRIP -S"
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11975$as_echo "yes" >&6; }
11976 else
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11978$as_echo "no" >&6; }
11979 fi
11980 ;;
11981 *)
11982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11983$as_echo "no" >&6; }
11984 ;;
11985 esac
11986fi
11987
11988
11989
11990
11991
11992
11993
11994
11995
11996
11997
11998
11999 # Report which library types will actually be built
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12001$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12003$as_echo "$can_build_shared" >&6; }
12004
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12006$as_echo_n "checking whether to build shared libraries... " >&6; }
12007 test "$can_build_shared" = "no" && enable_shared=no
12008
12009 # On AIX, shared libraries and static libraries use the same namespace, and
12010 # are all built from PIC.
12011 case $host_os in
12012 aix3*)
12013 test "$enable_shared" = yes && enable_static=no
12014 if test -n "$RANLIB"; then
12015 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12016 postinstall_cmds='$RANLIB $lib'
12017 fi
12018 ;;
12019
12020 aix[4-9]*)
12021 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12022 test "$enable_shared" = yes && enable_static=no
12023 fi
12024 ;;
12025 esac
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12027$as_echo "$enable_shared" >&6; }
12028
12029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12030$as_echo_n "checking whether to build static libraries... " >&6; }
12031 # Make sure either enable_shared or enable_static is yes.
12032 test "$enable_shared" = yes || enable_static=yes
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12034$as_echo "$enable_static" >&6; }
12035
12036
12037
12038
12039fi
12040ac_ext=c
12041ac_cpp='$CPP $CPPFLAGS'
12042ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12043ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12044ac_compiler_gnu=$ac_cv_c_compiler_gnu
12045
12046CC="$lt_save_CC"
12047
12048 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12049 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12050 (test "X$CXX" != "Xg++"))) ; then
12051 ac_ext=cpp
12052ac_cpp='$CXXCPP $CPPFLAGS'
12053ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12054ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12055ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12057$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12058if test -z "$CXXCPP"; then
12059 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
12060 $as_echo_n "(cached) " >&6
12061else
12062 # Double quotes because CXXCPP needs to be expanded
12063 for CXXCPP in "$CXX -E" "/lib/cpp"
12064 do
12065 ac_preproc_ok=false
12066for ac_cxx_preproc_warn_flag in '' yes
12067do
12068 # Use a header file that comes with gcc, so configuring glibc
12069 # with a fresh cross-compiler works.
12070 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12071 # <limits.h> exists even on freestanding compilers.
12072 # On the NeXT, cc -E runs the code through the compiler's parser,
12073 # not just through cpp. "Syntax error" is here to catch this case.
12074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12075/* end confdefs.h. */
12076#ifdef __STDC__
12077# include <limits.h>
12078#else
12079# include <assert.h>
12080#endif
12081 Syntax error
12082_ACEOF
12083if ac_fn_cxx_try_cpp "$LINENO"; then :
12084
12085else
12086 # Broken: fails on valid input.
12087continue
12088fi
12089rm -f conftest.err conftest.$ac_ext
12090
12091 # OK, works on sane cases. Now check whether nonexistent headers
12092 # can be detected and how.
12093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12094/* end confdefs.h. */
12095#include <ac_nonexistent.h>
12096_ACEOF
12097if ac_fn_cxx_try_cpp "$LINENO"; then :
12098 # Broken: success on invalid input.
12099continue
12100else
12101 # Passes both tests.
12102ac_preproc_ok=:
12103break
12104fi
12105rm -f conftest.err conftest.$ac_ext
12106
12107done
12108# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12109rm -f conftest.err conftest.$ac_ext
12110if $ac_preproc_ok; then :
12111 break
12112fi
12113
12114 done
12115 ac_cv_prog_CXXCPP=$CXXCPP
12116
12117fi
12118 CXXCPP=$ac_cv_prog_CXXCPP
12119else
12120 ac_cv_prog_CXXCPP=$CXXCPP
12121fi
12122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12123$as_echo "$CXXCPP" >&6; }
12124ac_preproc_ok=false
12125for ac_cxx_preproc_warn_flag in '' yes
12126do
12127 # Use a header file that comes with gcc, so configuring glibc
12128 # with a fresh cross-compiler works.
12129 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12130 # <limits.h> exists even on freestanding compilers.
12131 # On the NeXT, cc -E runs the code through the compiler's parser,
12132 # not just through cpp. "Syntax error" is here to catch this case.
12133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12134/* end confdefs.h. */
12135#ifdef __STDC__
12136# include <limits.h>
12137#else
12138# include <assert.h>
12139#endif
12140 Syntax error
12141_ACEOF
12142if ac_fn_cxx_try_cpp "$LINENO"; then :
12143
12144else
12145 # Broken: fails on valid input.
12146continue
12147fi
12148rm -f conftest.err conftest.$ac_ext
12149
12150 # OK, works on sane cases. Now check whether nonexistent headers
12151 # can be detected and how.
12152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12153/* end confdefs.h. */
12154#include <ac_nonexistent.h>
12155_ACEOF
12156if ac_fn_cxx_try_cpp "$LINENO"; then :
12157 # Broken: success on invalid input.
12158continue
12159else
12160 # Passes both tests.
12161ac_preproc_ok=:
12162break
12163fi
12164rm -f conftest.err conftest.$ac_ext
12165
12166done
12167# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12168rm -f conftest.err conftest.$ac_ext
12169if $ac_preproc_ok; then :
12170
12171else
12172 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12173$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12174as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
12175See \`config.log' for more details." "$LINENO" 5; }
12176fi
12177
12178ac_ext=c
12179ac_cpp='$CPP $CPPFLAGS'
12180ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12181ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12182ac_compiler_gnu=$ac_cv_c_compiler_gnu
12183
12184else
12185 _lt_caught_CXX_error=yes
12186fi
12187
12188ac_ext=cpp
12189ac_cpp='$CXXCPP $CPPFLAGS'
12190ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12191ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12192ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12193
12194archive_cmds_need_lc_CXX=no
12195allow_undefined_flag_CXX=
12196always_export_symbols_CXX=no
12197archive_expsym_cmds_CXX=
12198compiler_needs_object_CXX=no
12199export_dynamic_flag_spec_CXX=
12200hardcode_direct_CXX=no
12201hardcode_direct_absolute_CXX=no
12202hardcode_libdir_flag_spec_CXX=
12203hardcode_libdir_flag_spec_ld_CXX=
12204hardcode_libdir_separator_CXX=
12205hardcode_minus_L_CXX=no
12206hardcode_shlibpath_var_CXX=unsupported
12207hardcode_automatic_CXX=no
12208inherit_rpath_CXX=no
12209module_cmds_CXX=
12210module_expsym_cmds_CXX=
12211link_all_deplibs_CXX=unknown
12212old_archive_cmds_CXX=$old_archive_cmds
12213reload_flag_CXX=$reload_flag
12214reload_cmds_CXX=$reload_cmds
12215no_undefined_flag_CXX=
12216whole_archive_flag_spec_CXX=
12217enable_shared_with_static_runtimes_CXX=no
12218
12219# Source file extension for C++ test sources.
12220ac_ext=cpp
12221
12222# Object file extension for compiled C++ test sources.
12223objext=o
12224objext_CXX=$objext
12225
12226# No sense in running all these tests if we already determined that
12227# the CXX compiler isn't working. Some variables (like enable_shared)
12228# are currently assumed to apply to all compilers on this platform,
12229# and will be corrupted by setting them based on a non-working compiler.
12230if test "$_lt_caught_CXX_error" != yes; then
12231 # Code to be used in simple compile tests
12232 lt_simple_compile_test_code="int some_variable = 0;"
12233
12234 # Code to be used in simple link tests
12235 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12236
12237 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12238
12239
12240
12241
12242
12243
12244# If no C compiler was specified, use CC.
12245LTCC=${LTCC-"$CC"}
12246
12247# If no C compiler flags were specified, use CFLAGS.
12248LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12249
12250# Allow CC to be a program name with arguments.
12251compiler=$CC
12252
12253
12254 # save warnings/boilerplate of simple test code
12255 ac_outfile=conftest.$ac_objext
12256echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12257eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12258_lt_compiler_boilerplate=`cat conftest.err`
12259$RM conftest*
12260
12261 ac_outfile=conftest.$ac_objext
12262echo "$lt_simple_link_test_code" >conftest.$ac_ext
12263eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12264_lt_linker_boilerplate=`cat conftest.err`
12265$RM -r conftest*
12266
12267
12268 # Allow CC to be a program name with arguments.
12269 lt_save_CC=$CC
12270 lt_save_LD=$LD
12271 lt_save_GCC=$GCC
12272 GCC=$GXX
12273 lt_save_with_gnu_ld=$with_gnu_ld
12274 lt_save_path_LD=$lt_cv_path_LD
12275 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12276 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12277 else
12278 $as_unset lt_cv_prog_gnu_ld
12279 fi
12280 if test -n "${lt_cv_path_LDCXX+set}"; then
12281 lt_cv_path_LD=$lt_cv_path_LDCXX
12282 else
12283 $as_unset lt_cv_path_LD
12284 fi
12285 test -z "${LDCXX+set}" || LD=$LDCXX
12286 CC=${CXX-"c++"}
12287 compiler=$CC
12288 compiler_CXX=$CC
12289 for cc_temp in $compiler""; do
12290 case $cc_temp in
12291 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12292 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12293 \-*) ;;
12294 *) break;;
12295 esac
12296done
12297cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12298
12299
12300 if test -n "$compiler"; then
12301 # We don't want -fno-exception when compiling C++ code, so set the
12302 # no_builtin_flag separately
12303 if test "$GXX" = yes; then
12304 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12305 else
12306 lt_prog_compiler_no_builtin_flag_CXX=
12307 fi
12308
12309 if test "$GXX" = yes; then
12310 # Set up default GNU C++ configuration
12311
12312
12313
12314# Check whether --with-gnu-ld was given.
12315if test "${with_gnu_ld+set}" = set; then :
12316 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12317else
12318 with_gnu_ld=no
12319fi
12320
12321ac_prog=ld
12322if test "$GCC" = yes; then
12323 # Check if gcc -print-prog-name=ld gives a path.
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12325$as_echo_n "checking for ld used by $CC... " >&6; }
12326 case $host in
12327 *-*-mingw*)
12328 # gcc leaves a trailing carriage return which upsets mingw
12329 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12330 *)
12331 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12332 esac
12333 case $ac_prog in
12334 # Accept absolute paths.
12335 [\\/]* | ?:[\\/]*)
12336 re_direlt='/[^/][^/]*/\.\./'
12337 # Canonicalize the pathname of ld
12338 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12339 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12340 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12341 done
12342 test -z "$LD" && LD="$ac_prog"
12343 ;;
12344 "")
12345 # If it fails, then pretend we aren't using GCC.
12346 ac_prog=ld
12347 ;;
12348 *)
12349 # If it is relative, then search for the first ld in PATH.
12350 with_gnu_ld=unknown
12351 ;;
12352 esac
12353elif test "$with_gnu_ld" = yes; then
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12355$as_echo_n "checking for GNU ld... " >&6; }
12356else
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12358$as_echo_n "checking for non-GNU ld... " >&6; }
12359fi
12360if test "${lt_cv_path_LD+set}" = set; then :
12361 $as_echo_n "(cached) " >&6
12362else
12363 if test -z "$LD"; then
12364 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12365 for ac_dir in $PATH; do
12366 IFS="$lt_save_ifs"
12367 test -z "$ac_dir" && ac_dir=.
12368 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12369 lt_cv_path_LD="$ac_dir/$ac_prog"
12370 # Check to see if the program is GNU ld. I'd rather use --version,
12371 # but apparently some variants of GNU ld only accept -v.
12372 # Break only if it was the GNU/non-GNU ld that we prefer.
12373 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12374 *GNU* | *'with BFD'*)
12375 test "$with_gnu_ld" != no && break
12376 ;;
12377 *)
12378 test "$with_gnu_ld" != yes && break
12379 ;;
12380 esac
12381 fi
12382 done
12383 IFS="$lt_save_ifs"
12384else
12385 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12386fi
12387fi
12388
12389LD="$lt_cv_path_LD"
12390if test -n "$LD"; then
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12392$as_echo "$LD" >&6; }
12393else
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12395$as_echo "no" >&6; }
12396fi
12397test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
12398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12399$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12400if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
12402else
12403 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12404case `$LD -v 2>&1 </dev/null` in
12405*GNU* | *'with BFD'*)
12406 lt_cv_prog_gnu_ld=yes
12407 ;;
12408*)
12409 lt_cv_prog_gnu_ld=no
12410 ;;
12411esac
12412fi
12413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12414$as_echo "$lt_cv_prog_gnu_ld" >&6; }
12415with_gnu_ld=$lt_cv_prog_gnu_ld
12416
12417
12418
12419
12420
12421
12422
12423 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12424 # archiving commands below assume that GNU ld is being used.
12425 if test "$with_gnu_ld" = yes; then
6e733cce
L
12426 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12427 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3cb62297
L
12428
12429 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12430 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12431
12432 # If archive_cmds runs LD, not CC, wlarc should be empty
12433 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12434 # investigate it a little bit more. (MM)
12435 wlarc='${wl}'
12436
12437 # ancient GNU ld didn't support --whole-archive et. al.
12438 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12439 $GREP 'no-whole-archive' > /dev/null; then
12440 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12441 else
12442 whole_archive_flag_spec_CXX=
12443 fi
12444 else
12445 with_gnu_ld=no
12446 wlarc=
12447
12448 # A generic and very simple default shared library creation
12449 # command for GNU C++ for the case where it uses the native
12450 # linker, instead of GNU ld. If possible, this setting should
12451 # overridden to take advantage of the native linker features on
12452 # the platform it is being used on.
12453 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12454 fi
12455
12456 # Commands to make compiler produce verbose output that lists
12457 # what "hidden" libraries, object files and flags are used when
12458 # linking a shared library.
12459 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12460
12461 else
12462 GXX=no
12463 with_gnu_ld=no
12464 wlarc=
12465 fi
12466
12467 # PORTME: fill in a description of your system's C++ link characteristics
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12469$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12470 ld_shlibs_CXX=yes
12471 case $host_os in
12472 aix3*)
12473 # FIXME: insert proper C++ library support
12474 ld_shlibs_CXX=no
12475 ;;
12476 aix[4-9]*)
12477 if test "$host_cpu" = ia64; then
12478 # On IA64, the linker does run time linking by default, so we don't
12479 # have to do anything special.
12480 aix_use_runtimelinking=no
12481 exp_sym_flag='-Bexport'
12482 no_entry_flag=""
12483 else
12484 aix_use_runtimelinking=no
12485
12486 # Test if we are trying to use run time linking or normal
12487 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12488 # need to do runtime linking.
12489 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12490 for ld_flag in $LDFLAGS; do
12491 case $ld_flag in
12492 *-brtl*)
12493 aix_use_runtimelinking=yes
12494 break
12495 ;;
12496 esac
12497 done
12498 ;;
12499 esac
12500
12501 exp_sym_flag='-bexport'
12502 no_entry_flag='-bnoentry'
12503 fi
12504
12505 # When large executables or shared objects are built, AIX ld can
12506 # have problems creating the table of contents. If linking a library
12507 # or program results in "error TOC overflow" add -mminimal-toc to
12508 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12509 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12510
12511 archive_cmds_CXX=''
12512 hardcode_direct_CXX=yes
12513 hardcode_direct_absolute_CXX=yes
12514 hardcode_libdir_separator_CXX=':'
12515 link_all_deplibs_CXX=yes
12516 file_list_spec_CXX='${wl}-f,'
12517
12518 if test "$GXX" = yes; then
12519 case $host_os in aix4.[012]|aix4.[012].*)
12520 # We only want to do this on AIX 4.2 and lower, the check
12521 # below for broken collect2 doesn't work under 4.3+
12522 collect2name=`${CC} -print-prog-name=collect2`
12523 if test -f "$collect2name" &&
12524 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12525 then
12526 # We have reworked collect2
12527 :
12528 else
12529 # We have old collect2
12530 hardcode_direct_CXX=unsupported
12531 # It fails to find uninstalled libraries when the uninstalled
12532 # path is not listed in the libpath. Setting hardcode_minus_L
12533 # to unsupported forces relinking
12534 hardcode_minus_L_CXX=yes
12535 hardcode_libdir_flag_spec_CXX='-L$libdir'
12536 hardcode_libdir_separator_CXX=
12537 fi
12538 esac
12539 shared_flag='-shared'
12540 if test "$aix_use_runtimelinking" = yes; then
12541 shared_flag="$shared_flag "'${wl}-G'
12542 fi
12543 else
12544 # not using gcc
12545 if test "$host_cpu" = ia64; then
12546 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12547 # chokes on -Wl,-G. The following line is correct:
12548 shared_flag='-G'
12549 else
12550 if test "$aix_use_runtimelinking" = yes; then
12551 shared_flag='${wl}-G'
12552 else
12553 shared_flag='${wl}-bM:SRE'
12554 fi
12555 fi
12556 fi
12557
12558 export_dynamic_flag_spec_CXX='${wl}-bexpall'
12559 # It seems that -bexpall does not export symbols beginning with
12560 # underscore (_), so it is better to generate a list of symbols to
12561 # export.
12562 always_export_symbols_CXX=yes
12563 if test "$aix_use_runtimelinking" = yes; then
12564 # Warning - without using the other runtime loading flags (-brtl),
12565 # -berok will link without error, but may produce a broken library.
12566 allow_undefined_flag_CXX='-berok'
12567 # Determine the default libpath from the value encoded in an empty
12568 # executable.
12569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12570/* end confdefs.h. */
12571
12572int
12573main ()
12574{
12575
12576 ;
12577 return 0;
12578}
12579_ACEOF
12580if ac_fn_cxx_try_link "$LINENO"; then :
12581
12582lt_aix_libpath_sed='
12583 /Import File Strings/,/^$/ {
12584 /^0/ {
12585 s/^0 *\(.*\)$/\1/
12586 p
12587 }
12588 }'
12589aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12590# Check for a 64-bit object if we didn't find anything.
12591if test -z "$aix_libpath"; then
12592 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12593fi
12594fi
12595rm -f core conftest.err conftest.$ac_objext \
12596 conftest$ac_exeext conftest.$ac_ext
12597if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12598
12599 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12600
12601 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"
12602 else
12603 if test "$host_cpu" = ia64; then
12604 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
12605 allow_undefined_flag_CXX="-z nodefs"
12606 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"
12607 else
12608 # Determine the default libpath from the value encoded in an
12609 # empty executable.
12610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12611/* end confdefs.h. */
12612
12613int
12614main ()
12615{
12616
12617 ;
12618 return 0;
12619}
12620_ACEOF
12621if ac_fn_cxx_try_link "$LINENO"; then :
12622
12623lt_aix_libpath_sed='
12624 /Import File Strings/,/^$/ {
12625 /^0/ {
12626 s/^0 *\(.*\)$/\1/
12627 p
12628 }
12629 }'
12630aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12631# Check for a 64-bit object if we didn't find anything.
12632if test -z "$aix_libpath"; then
12633 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12634fi
12635fi
12636rm -f core conftest.err conftest.$ac_objext \
12637 conftest$ac_exeext conftest.$ac_ext
12638if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12639
12640 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12641 # Warning - without using the other run time loading flags,
12642 # -berok will link without error, but may produce a broken library.
12643 no_undefined_flag_CXX=' ${wl}-bernotok'
12644 allow_undefined_flag_CXX=' ${wl}-berok'
12645 if test "$with_gnu_ld" = yes; then
12646 # We only use this code for GNU lds that support --whole-archive.
12647 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12648 else
12649 # Exported symbols can be pulled into shared objects from archives
12650 whole_archive_flag_spec_CXX='$convenience'
12651 fi
12652 archive_cmds_need_lc_CXX=yes
12653 # This is similar to how AIX traditionally builds its shared
12654 # libraries.
12655 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'
12656 fi
12657 fi
12658 ;;
12659
12660 beos*)
12661 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12662 allow_undefined_flag_CXX=unsupported
12663 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12664 # support --undefined. This deserves some investigation. FIXME
12665 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12666 else
12667 ld_shlibs_CXX=no
12668 fi
12669 ;;
12670
12671 chorus*)
12672 case $cc_basename in
12673 *)
12674 # FIXME: insert proper C++ library support
12675 ld_shlibs_CXX=no
12676 ;;
12677 esac
12678 ;;
12679
12680 cygwin* | mingw* | pw32* | cegcc*)
12681 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12682 # as there is no search path for DLLs.
12683 hardcode_libdir_flag_spec_CXX='-L$libdir'
12684 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12685 allow_undefined_flag_CXX=unsupported
12686 always_export_symbols_CXX=no
12687 enable_shared_with_static_runtimes_CXX=yes
12688
12689 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12690 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'
12691 # If the export-symbols file already is a .def file (1st line
12692 # is EXPORTS), use it as is; otherwise, prepend...
12693 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12694 cp $export_symbols $output_objdir/$soname.def;
12695 else
12696 echo EXPORTS > $output_objdir/$soname.def;
12697 cat $export_symbols >> $output_objdir/$soname.def;
12698 fi~
12699 $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'
12700 else
12701 ld_shlibs_CXX=no
12702 fi
12703 ;;
12704 darwin* | rhapsody*)
12705
12706
12707 archive_cmds_need_lc_CXX=no
12708 hardcode_direct_CXX=no
12709 hardcode_automatic_CXX=yes
12710 hardcode_shlibpath_var_CXX=unsupported
12711 if test "$lt_cv_ld_force_load" = "yes"; then
12712 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\"`'
12713 else
12714 whole_archive_flag_spec_CXX=''
12715 fi
12716 link_all_deplibs_CXX=yes
12717 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12718 case $cc_basename in
12719 ifort*) _lt_dar_can_shared=yes ;;
12720 *) _lt_dar_can_shared=$GCC ;;
12721 esac
12722 if test "$_lt_dar_can_shared" = "yes"; then
12723 output_verbose_link_cmd=func_echo_all
12724 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}"
12725 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12726 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}"
12727 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}"
12728 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12729 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}"
12730 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}"
12731 fi
12732
12733 else
12734 ld_shlibs_CXX=no
12735 fi
12736
12737 ;;
12738
12739 dgux*)
12740 case $cc_basename in
12741 ec++*)
12742 # FIXME: insert proper C++ library support
12743 ld_shlibs_CXX=no
12744 ;;
12745 ghcx*)
12746 # Green Hills C++ Compiler
12747 # FIXME: insert proper C++ library support
12748 ld_shlibs_CXX=no
12749 ;;
12750 *)
12751 # FIXME: insert proper C++ library support
12752 ld_shlibs_CXX=no
12753 ;;
12754 esac
12755 ;;
12756
6d2920c8 12757 freebsd2.*)
3cb62297
L
12758 # C++ shared libraries reported to be fairly broken before
12759 # switch to ELF
12760 ld_shlibs_CXX=no
12761 ;;
12762
12763 freebsd-elf*)
12764 archive_cmds_need_lc_CXX=no
12765 ;;
12766
12767 freebsd* | dragonfly*)
12768 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12769 # conventions
12770 ld_shlibs_CXX=yes
12771 ;;
12772
12773 gnu*)
12774 ;;
12775
12776 haiku*)
12777 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12778 link_all_deplibs_CXX=yes
12779 ;;
12780
12781 hpux9*)
12782 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12783 hardcode_libdir_separator_CXX=:
12784 export_dynamic_flag_spec_CXX='${wl}-E'
12785 hardcode_direct_CXX=yes
12786 hardcode_minus_L_CXX=yes # Not in the search PATH,
12787 # but as the default
12788 # location of the library.
12789
12790 case $cc_basename in
12791 CC*)
12792 # FIXME: insert proper C++ library support
12793 ld_shlibs_CXX=no
12794 ;;
12795 aCC*)
12796 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'
12797 # Commands to make compiler produce verbose output that lists
12798 # what "hidden" libraries, object files and flags are used when
12799 # linking a shared library.
12800 #
12801 # There doesn't appear to be a way to prevent this compiler from
12802 # explicitly linking system object files so we need to strip them
12803 # from the output so that they don't get included in the library
12804 # dependencies.
12805 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"'
12806 ;;
12807 *)
12808 if test "$GXX" = yes; then
12809 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'
12810 else
12811 # FIXME: insert proper C++ library support
12812 ld_shlibs_CXX=no
12813 fi
12814 ;;
12815 esac
12816 ;;
12817
12818 hpux10*|hpux11*)
12819 if test $with_gnu_ld = no; then
12820 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12821 hardcode_libdir_separator_CXX=:
12822
12823 case $host_cpu in
12824 hppa*64*|ia64*)
12825 ;;
12826 *)
12827 export_dynamic_flag_spec_CXX='${wl}-E'
12828 ;;
12829 esac
12830 fi
12831 case $host_cpu in
12832 hppa*64*|ia64*)
12833 hardcode_direct_CXX=no
12834 hardcode_shlibpath_var_CXX=no
12835 ;;
12836 *)
12837 hardcode_direct_CXX=yes
12838 hardcode_direct_absolute_CXX=yes
12839 hardcode_minus_L_CXX=yes # Not in the search PATH,
12840 # but as the default
12841 # location of the library.
12842 ;;
12843 esac
12844
12845 case $cc_basename in
12846 CC*)
12847 # FIXME: insert proper C++ library support
12848 ld_shlibs_CXX=no
12849 ;;
12850 aCC*)
12851 case $host_cpu in
12852 hppa*64*)
12853 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12854 ;;
12855 ia64*)
12856 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12857 ;;
12858 *)
12859 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12860 ;;
12861 esac
12862 # Commands to make compiler produce verbose output that lists
12863 # what "hidden" libraries, object files and flags are used when
12864 # linking a shared library.
12865 #
12866 # There doesn't appear to be a way to prevent this compiler from
12867 # explicitly linking system object files so we need to strip them
12868 # from the output so that they don't get included in the library
12869 # dependencies.
12870 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"'
12871 ;;
12872 *)
12873 if test "$GXX" = yes; then
12874 if test $with_gnu_ld = no; then
12875 case $host_cpu in
12876 hppa*64*)
12877 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12878 ;;
12879 ia64*)
12880 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12881 ;;
12882 *)
12883 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'
12884 ;;
12885 esac
12886 fi
12887 else
12888 # FIXME: insert proper C++ library support
12889 ld_shlibs_CXX=no
12890 fi
12891 ;;
12892 esac
12893 ;;
12894
12895 interix[3-9]*)
12896 hardcode_direct_CXX=no
12897 hardcode_shlibpath_var_CXX=no
12898 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12899 export_dynamic_flag_spec_CXX='${wl}-E'
12900 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12901 # Instead, shared libraries are loaded at an image base (0x10000000 by
12902 # default) and relocated if they conflict, which is a slow very memory
12903 # consuming and fragmenting process. To avoid this, we pick a random,
12904 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12905 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12906 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'
12907 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'
12908 ;;
12909 irix5* | irix6*)
12910 case $cc_basename in
12911 CC*)
12912 # SGI C++
12913 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'
12914
12915 # Archives containing C++ object files must be created using
12916 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12917 # necessary to make sure instantiated templates are included
12918 # in the archive.
12919 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12920 ;;
12921 *)
12922 if test "$GXX" = yes; then
12923 if test "$with_gnu_ld" = no; then
12924 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'
12925 else
12926 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'
12927 fi
12928 fi
12929 link_all_deplibs_CXX=yes
12930 ;;
12931 esac
12932 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12933 hardcode_libdir_separator_CXX=:
12934 inherit_rpath_CXX=yes
12935 ;;
12936
12937 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12938 case $cc_basename in
12939 KCC*)
12940 # Kuck and Associates, Inc. (KAI) C++ Compiler
12941
12942 # KCC will only create a shared library if the output file
12943 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12944 # to its proper name (with version) after linking.
12945 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'
12946 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'
12947 # Commands to make compiler produce verbose output that lists
12948 # what "hidden" libraries, object files and flags are used when
12949 # linking a shared library.
12950 #
12951 # There doesn't appear to be a way to prevent this compiler from
12952 # explicitly linking system object files so we need to strip them
12953 # from the output so that they don't get included in the library
12954 # dependencies.
12955 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"'
12956
12957 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12958 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12959
12960 # Archives containing C++ object files must be created using
12961 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12962 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12963 ;;
12964 icpc* | ecpc* )
12965 # Intel C++
12966 with_gnu_ld=yes
12967 # version 8.0 and above of icpc choke on multiply defined symbols
12968 # if we add $predep_objects and $postdep_objects, however 7.1 and
12969 # earlier do not add the objects themselves.
12970 case `$CC -V 2>&1` in
12971 *"Version 7."*)
12972 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12973 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'
12974 ;;
12975 *) # Version 8.0 or newer
12976 tmp_idyn=
12977 case $host_cpu in
12978 ia64*) tmp_idyn=' -i_dynamic';;
12979 esac
12980 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12981 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'
12982 ;;
12983 esac
12984 archive_cmds_need_lc_CXX=no
12985 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12986 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12987 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12988 ;;
12989 pgCC* | pgcpp*)
12990 # Portland Group C++ compiler
12991 case `$CC -V` in
12992 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12993 prelink_cmds_CXX='tpldir=Template.dir~
12994 rm -rf $tpldir~
12995 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12996 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
12997 old_archive_cmds_CXX='tpldir=Template.dir~
12998 rm -rf $tpldir~
12999 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13000 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13001 $RANLIB $oldlib'
13002 archive_cmds_CXX='tpldir=Template.dir~
13003 rm -rf $tpldir~
13004 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13005 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13006 archive_expsym_cmds_CXX='tpldir=Template.dir~
13007 rm -rf $tpldir~
13008 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13009 $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'
13010 ;;
13011 *) # Version 6 and above use weak symbols
13012 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13013 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'
13014 ;;
13015 esac
13016
13017 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13018 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13019 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'
13020 ;;
13021 cxx*)
13022 # Compaq C++
13023 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13024 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'
13025
13026 runpath_var=LD_RUN_PATH
13027 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13028 hardcode_libdir_separator_CXX=:
13029
13030 # Commands to make compiler produce verbose output that lists
13031 # what "hidden" libraries, object files and flags are used when
13032 # linking a shared library.
13033 #
13034 # There doesn't appear to be a way to prevent this compiler from
13035 # explicitly linking system object files so we need to strip them
13036 # from the output so that they don't get included in the library
13037 # dependencies.
13038 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'
13039 ;;
13040 xl* | mpixl* | bgxl*)
13041 # IBM XL 8.0 on PPC, with GNU ld
13042 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13043 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13044 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13045 if test "x$supports_anon_versioning" = xyes; then
13046 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13047 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13048 echo "local: *; };" >> $output_objdir/$libname.ver~
13049 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13050 fi
13051 ;;
13052 *)
13053 case `$CC -V 2>&1 | sed 5q` in
13054 *Sun\ C*)
13055 # Sun C++ 5.9
13056 no_undefined_flag_CXX=' -zdefs'
13057 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13058 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'
13059 hardcode_libdir_flag_spec_CXX='-R$libdir'
13060 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'
13061 compiler_needs_object_CXX=yes
13062
13063 # Not sure whether something based on
13064 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13065 # would be better.
13066 output_verbose_link_cmd='func_echo_all'
13067
13068 # Archives containing C++ object files must be created using
13069 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13070 # necessary to make sure instantiated templates are included
13071 # in the archive.
13072 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13073 ;;
13074 esac
13075 ;;
13076 esac
13077 ;;
13078
13079 lynxos*)
13080 # FIXME: insert proper C++ library support
13081 ld_shlibs_CXX=no
13082 ;;
13083
13084 m88k*)
13085 # FIXME: insert proper C++ library support
13086 ld_shlibs_CXX=no
13087 ;;
13088
13089 mvs*)
13090 case $cc_basename in
13091 cxx*)
13092 # FIXME: insert proper C++ library support
13093 ld_shlibs_CXX=no
13094 ;;
13095 *)
13096 # FIXME: insert proper C++ library support
13097 ld_shlibs_CXX=no
13098 ;;
13099 esac
13100 ;;
13101
13102 netbsd*)
13103 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13104 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13105 wlarc=
13106 hardcode_libdir_flag_spec_CXX='-R$libdir'
13107 hardcode_direct_CXX=yes
13108 hardcode_shlibpath_var_CXX=no
13109 fi
13110 # Workaround some broken pre-1.5 toolchains
13111 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13112 ;;
13113
13114 *nto* | *qnx*)
13115 ld_shlibs_CXX=yes
13116 ;;
13117
13118 openbsd2*)
13119 # C++ shared libraries are fairly broken
13120 ld_shlibs_CXX=no
13121 ;;
13122
13123 openbsd*)
13124 if test -f /usr/libexec/ld.so; then
13125 hardcode_direct_CXX=yes
13126 hardcode_shlibpath_var_CXX=no
13127 hardcode_direct_absolute_CXX=yes
13128 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13129 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13130 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13131 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13132 export_dynamic_flag_spec_CXX='${wl}-E'
13133 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13134 fi
13135 output_verbose_link_cmd=func_echo_all
13136 else
13137 ld_shlibs_CXX=no
13138 fi
13139 ;;
13140
13141 osf3* | osf4* | osf5*)
13142 case $cc_basename in
13143 KCC*)
13144 # Kuck and Associates, Inc. (KAI) C++ Compiler
13145
13146 # KCC will only create a shared library if the output file
13147 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13148 # to its proper name (with version) after linking.
13149 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'
13150
13151 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13152 hardcode_libdir_separator_CXX=:
13153
13154 # Archives containing C++ object files must be created using
13155 # the KAI C++ compiler.
13156 case $host in
13157 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13158 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13159 esac
13160 ;;
13161 RCC*)
13162 # Rational C++ 2.4.1
13163 # FIXME: insert proper C++ library support
13164 ld_shlibs_CXX=no
13165 ;;
13166 cxx*)
13167 case $host in
13168 osf3*)
13169 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13170 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'
13171 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13172 ;;
13173 *)
13174 allow_undefined_flag_CXX=' -expect_unresolved \*'
13175 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'
13176 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13177 echo "-hidden">> $lib.exp~
13178 $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~
13179 $RM $lib.exp'
13180 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13181 ;;
13182 esac
13183
13184 hardcode_libdir_separator_CXX=:
13185
13186 # Commands to make compiler produce verbose output that lists
13187 # what "hidden" libraries, object files and flags are used when
13188 # linking a shared library.
13189 #
13190 # There doesn't appear to be a way to prevent this compiler from
13191 # explicitly linking system object files so we need to strip them
13192 # from the output so that they don't get included in the library
13193 # dependencies.
13194 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"'
13195 ;;
13196 *)
13197 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13198 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13199 case $host in
13200 osf3*)
13201 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'
13202 ;;
13203 *)
13204 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'
13205 ;;
13206 esac
13207
13208 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13209 hardcode_libdir_separator_CXX=:
13210
13211 # Commands to make compiler produce verbose output that lists
13212 # what "hidden" libraries, object files and flags are used when
13213 # linking a shared library.
13214 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13215
13216 else
13217 # FIXME: insert proper C++ library support
13218 ld_shlibs_CXX=no
13219 fi
13220 ;;
13221 esac
13222 ;;
13223
13224 psos*)
13225 # FIXME: insert proper C++ library support
13226 ld_shlibs_CXX=no
13227 ;;
13228
13229 sunos4*)
13230 case $cc_basename in
13231 CC*)
13232 # Sun C++ 4.x
13233 # FIXME: insert proper C++ library support
13234 ld_shlibs_CXX=no
13235 ;;
13236 lcc*)
13237 # Lucid
13238 # FIXME: insert proper C++ library support
13239 ld_shlibs_CXX=no
13240 ;;
13241 *)
13242 # FIXME: insert proper C++ library support
13243 ld_shlibs_CXX=no
13244 ;;
13245 esac
13246 ;;
13247
13248 solaris*)
13249 case $cc_basename in
13250 CC*)
13251 # Sun C++ 4.2, 5.x and Centerline C++
13252 archive_cmds_need_lc_CXX=yes
13253 no_undefined_flag_CXX=' -zdefs'
13254 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13255 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13256 $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'
13257
13258 hardcode_libdir_flag_spec_CXX='-R$libdir'
13259 hardcode_shlibpath_var_CXX=no
13260 case $host_os in
13261 solaris2.[0-5] | solaris2.[0-5].*) ;;
13262 *)
13263 # The compiler driver will combine and reorder linker options,
13264 # but understands `-z linker_flag'.
13265 # Supported since Solaris 2.6 (maybe 2.5.1?)
13266 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13267 ;;
13268 esac
13269 link_all_deplibs_CXX=yes
13270
13271 output_verbose_link_cmd='func_echo_all'
13272
13273 # Archives containing C++ object files must be created using
13274 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13275 # necessary to make sure instantiated templates are included
13276 # in the archive.
13277 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13278 ;;
13279 gcx*)
13280 # Green Hills C++ Compiler
13281 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13282
13283 # The C++ compiler must be used to create the archive.
13284 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13285 ;;
13286 *)
13287 # GNU C++ compiler with Solaris linker
13288 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13289 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13290 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13291 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13292 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13293 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13294
13295 # Commands to make compiler produce verbose output that lists
13296 # what "hidden" libraries, object files and flags are used when
13297 # linking a shared library.
13298 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13299 else
13300 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13301 # platform.
13302 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13303 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13304 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13305
13306 # Commands to make compiler produce verbose output that lists
13307 # what "hidden" libraries, object files and flags are used when
13308 # linking a shared library.
13309 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13310 fi
13311
13312 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13313 case $host_os in
13314 solaris2.[0-5] | solaris2.[0-5].*) ;;
13315 *)
13316 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13317 ;;
13318 esac
13319 fi
13320 ;;
13321 esac
13322 ;;
13323
13324 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13325 no_undefined_flag_CXX='${wl}-z,text'
13326 archive_cmds_need_lc_CXX=no
13327 hardcode_shlibpath_var_CXX=no
13328 runpath_var='LD_RUN_PATH'
13329
13330 case $cc_basename in
13331 CC*)
13332 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13333 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13334 ;;
13335 *)
13336 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13337 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13338 ;;
13339 esac
13340 ;;
13341
13342 sysv5* | sco3.2v5* | sco5v6*)
13343 # Note: We can NOT use -z defs as we might desire, because we do not
13344 # link with -lc, and that would cause any symbols used from libc to
13345 # always be unresolved, which means just about no library would
13346 # ever link correctly. If we're not using GNU ld we use -z text
13347 # though, which does catch some bad symbols but isn't as heavy-handed
13348 # as -z defs.
13349 no_undefined_flag_CXX='${wl}-z,text'
13350 allow_undefined_flag_CXX='${wl}-z,nodefs'
13351 archive_cmds_need_lc_CXX=no
13352 hardcode_shlibpath_var_CXX=no
13353 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13354 hardcode_libdir_separator_CXX=':'
13355 link_all_deplibs_CXX=yes
13356 export_dynamic_flag_spec_CXX='${wl}-Bexport'
13357 runpath_var='LD_RUN_PATH'
13358
13359 case $cc_basename in
13360 CC*)
13361 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13362 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13363 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13364 '"$old_archive_cmds_CXX"
13365 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13366 '"$reload_cmds_CXX"
13367 ;;
13368 *)
13369 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13370 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13371 ;;
13372 esac
13373 ;;
13374
13375 tandem*)
13376 case $cc_basename in
13377 NCC*)
13378 # NonStop-UX NCC 3.20
13379 # FIXME: insert proper C++ library support
13380 ld_shlibs_CXX=no
13381 ;;
13382 *)
13383 # FIXME: insert proper C++ library support
13384 ld_shlibs_CXX=no
13385 ;;
13386 esac
13387 ;;
13388
13389 vxworks*)
13390 # FIXME: insert proper C++ library support
13391 ld_shlibs_CXX=no
13392 ;;
13393
13394 *)
13395 # FIXME: insert proper C++ library support
13396 ld_shlibs_CXX=no
13397 ;;
13398 esac
13399
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13401$as_echo "$ld_shlibs_CXX" >&6; }
13402 test "$ld_shlibs_CXX" = no && can_build_shared=no
13403
13404 GCC_CXX="$GXX"
13405 LD_CXX="$LD"
13406
13407 ## CAVEAT EMPTOR:
13408 ## There is no encapsulation within the following macros, do not change
13409 ## the running order or otherwise move them around unless you know exactly
13410 ## what you are doing...
13411 # Dependencies to place before and after the object being linked:
13412predep_objects_CXX=
13413postdep_objects_CXX=
13414predeps_CXX=
13415postdeps_CXX=
13416compiler_lib_search_path_CXX=
13417
13418cat > conftest.$ac_ext <<_LT_EOF
13419class Foo
13420{
13421public:
13422 Foo (void) { a = 0; }
13423private:
13424 int a;
13425};
13426_LT_EOF
13427
13428if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13429 (eval $ac_compile) 2>&5
13430 ac_status=$?
13431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13432 test $ac_status = 0; }; then
13433 # Parse the compiler output and extract the necessary
13434 # objects, libraries and library flags.
13435
13436 # Sentinel used to keep track of whether or not we are before
13437 # the conftest object file.
13438 pre_test_object_deps_done=no
13439
13440 for p in `eval "$output_verbose_link_cmd"`; do
13441 case $p in
13442
13443 -L* | -R* | -l*)
13444 # Some compilers place space between "-{L,R}" and the path.
13445 # Remove the space.
13446 if test $p = "-L" ||
13447 test $p = "-R"; then
13448 prev=$p
13449 continue
13450 else
13451 prev=
13452 fi
13453
13454 if test "$pre_test_object_deps_done" = no; then
13455 case $p in
13456 -L* | -R*)
13457 # Internal compiler library paths should come after those
13458 # provided the user. The postdeps already come after the
13459 # user supplied libs so there is no need to process them.
13460 if test -z "$compiler_lib_search_path_CXX"; then
13461 compiler_lib_search_path_CXX="${prev}${p}"
13462 else
13463 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13464 fi
13465 ;;
13466 # The "-l" case would never come before the object being
13467 # linked, so don't bother handling this case.
13468 esac
13469 else
13470 if test -z "$postdeps_CXX"; then
13471 postdeps_CXX="${prev}${p}"
13472 else
13473 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13474 fi
13475 fi
13476 ;;
13477
13478 *.$objext)
13479 # This assumes that the test object file only shows up
13480 # once in the compiler output.
13481 if test "$p" = "conftest.$objext"; then
13482 pre_test_object_deps_done=yes
13483 continue
13484 fi
13485
13486 if test "$pre_test_object_deps_done" = no; then
13487 if test -z "$predep_objects_CXX"; then
13488 predep_objects_CXX="$p"
13489 else
13490 predep_objects_CXX="$predep_objects_CXX $p"
13491 fi
13492 else
13493 if test -z "$postdep_objects_CXX"; then
13494 postdep_objects_CXX="$p"
13495 else
13496 postdep_objects_CXX="$postdep_objects_CXX $p"
13497 fi
13498 fi
13499 ;;
13500
13501 *) ;; # Ignore the rest.
13502
13503 esac
13504 done
13505
13506 # Clean up.
13507 rm -f a.out a.exe
13508else
13509 echo "libtool.m4: error: problem compiling CXX test program"
13510fi
13511
13512$RM -f confest.$objext
13513
13514# PORTME: override above test on systems where it is broken
13515case $host_os in
13516interix[3-9]*)
13517 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13518 # hack all around it, let's just trust "g++" to DTRT.
13519 predep_objects_CXX=
13520 postdep_objects_CXX=
13521 postdeps_CXX=
13522 ;;
13523
13524linux*)
13525 case `$CC -V 2>&1 | sed 5q` in
13526 *Sun\ C*)
13527 # Sun C++ 5.9
13528
13529 # The more standards-conforming stlport4 library is
13530 # incompatible with the Cstd library. Avoid specifying
13531 # it if it's in CXXFLAGS. Ignore libCrun as
13532 # -library=stlport4 depends on it.
13533 case " $CXX $CXXFLAGS " in
13534 *" -library=stlport4 "*)
13535 solaris_use_stlport4=yes
13536 ;;
13537 esac
13538
13539 if test "$solaris_use_stlport4" != yes; then
13540 postdeps_CXX='-library=Cstd -library=Crun'
13541 fi
13542 ;;
13543 esac
13544 ;;
13545
13546solaris*)
13547 case $cc_basename in
13548 CC*)
13549 # The more standards-conforming stlport4 library is
13550 # incompatible with the Cstd library. Avoid specifying
13551 # it if it's in CXXFLAGS. Ignore libCrun as
13552 # -library=stlport4 depends on it.
13553 case " $CXX $CXXFLAGS " in
13554 *" -library=stlport4 "*)
13555 solaris_use_stlport4=yes
13556 ;;
13557 esac
13558
13559 # Adding this requires a known-good setup of shared libraries for
13560 # Sun compiler versions before 5.6, else PIC objects from an old
13561 # archive will be linked into the output, leading to subtle bugs.
13562 if test "$solaris_use_stlport4" != yes; then
13563 postdeps_CXX='-library=Cstd -library=Crun'
13564 fi
13565 ;;
13566 esac
13567 ;;
13568esac
13569
13570
13571case " $postdeps_CXX " in
13572*" -lc "*) archive_cmds_need_lc_CXX=no ;;
13573esac
13574 compiler_lib_search_dirs_CXX=
13575if test -n "${compiler_lib_search_path_CXX}"; then
13576 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13577fi
13578
13579
13580
13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
13593
13594
13595
13596
13597
13598
13599
13600
13601
13602
13603
13604
13605
13606
13607
13608
13609 lt_prog_compiler_wl_CXX=
13610lt_prog_compiler_pic_CXX=
13611lt_prog_compiler_static_CXX=
13612
13613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13614$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13615
13616 # C++ specific cases for pic, static, wl, etc.
13617 if test "$GXX" = yes; then
13618 lt_prog_compiler_wl_CXX='-Wl,'
13619 lt_prog_compiler_static_CXX='-static'
13620
13621 case $host_os in
13622 aix*)
13623 # All AIX code is PIC.
13624 if test "$host_cpu" = ia64; then
13625 # AIX 5 now supports IA64 processor
13626 lt_prog_compiler_static_CXX='-Bstatic'
13627 fi
52204357 13628 lt_prog_compiler_pic_CXX='-fPIC'
3cb62297
L
13629 ;;
13630
13631 amigaos*)
13632 case $host_cpu in
13633 powerpc)
13634 # see comment about AmigaOS4 .so support
13635 lt_prog_compiler_pic_CXX='-fPIC'
13636 ;;
13637 m68k)
13638 # FIXME: we need at least 68020 code to build shared libraries, but
13639 # adding the `-m68020' flag to GCC prevents building anything better,
13640 # like `-m68040'.
13641 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13642 ;;
13643 esac
13644 ;;
13645
13646 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13647 # PIC is the default for these OSes.
13648 ;;
13649 mingw* | cygwin* | os2* | pw32* | cegcc*)
13650 # This hack is so that the source file can tell whether it is being
13651 # built for inclusion in a dll (and should export symbols for example).
13652 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13653 # (--disable-auto-import) libraries
13654 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13655 ;;
13656 darwin* | rhapsody*)
13657 # PIC is the default on this platform
13658 # Common symbols not allowed in MH_DYLIB files
13659 lt_prog_compiler_pic_CXX='-fno-common'
13660 ;;
13661 *djgpp*)
13662 # DJGPP does not support shared libraries at all
13663 lt_prog_compiler_pic_CXX=
13664 ;;
13665 haiku*)
13666 # PIC is the default for Haiku.
13667 # The "-static" flag exists, but is broken.
13668 lt_prog_compiler_static_CXX=
13669 ;;
13670 interix[3-9]*)
13671 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13672 # Instead, we relocate shared libraries at runtime.
13673 ;;
13674 sysv4*MP*)
13675 if test -d /usr/nec; then
13676 lt_prog_compiler_pic_CXX=-Kconform_pic
13677 fi
13678 ;;
13679 hpux*)
13680 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13681 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13682 # sets the default TLS model and affects inlining.
13683 case $host_cpu in
13684 hppa*64*)
13685 ;;
13686 *)
13687 lt_prog_compiler_pic_CXX='-fPIC'
13688 ;;
13689 esac
13690 ;;
13691 *qnx* | *nto*)
13692 # QNX uses GNU C++, but need to define -shared option too, otherwise
13693 # it will coredump.
13694 lt_prog_compiler_pic_CXX='-fPIC -shared'
13695 ;;
13696 *)
13697 lt_prog_compiler_pic_CXX='-fPIC'
13698 ;;
13699 esac
13700 else
13701 case $host_os in
13702 aix[4-9]*)
13703 # All AIX code is PIC.
13704 if test "$host_cpu" = ia64; then
13705 # AIX 5 now supports IA64 processor
13706 lt_prog_compiler_static_CXX='-Bstatic'
13707 else
13708 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13709 fi
13710 ;;
13711 chorus*)
13712 case $cc_basename in
13713 cxch68*)
13714 # Green Hills C++ Compiler
13715 # _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"
13716 ;;
13717 esac
13718 ;;
13719 dgux*)
13720 case $cc_basename in
13721 ec++*)
13722 lt_prog_compiler_pic_CXX='-KPIC'
13723 ;;
13724 ghcx*)
13725 # Green Hills C++ Compiler
13726 lt_prog_compiler_pic_CXX='-pic'
13727 ;;
13728 *)
13729 ;;
13730 esac
13731 ;;
13732 freebsd* | dragonfly*)
13733 # FreeBSD uses GNU C++
13734 ;;
13735 hpux9* | hpux10* | hpux11*)
13736 case $cc_basename in
13737 CC*)
13738 lt_prog_compiler_wl_CXX='-Wl,'
13739 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13740 if test "$host_cpu" != ia64; then
13741 lt_prog_compiler_pic_CXX='+Z'
13742 fi
13743 ;;
13744 aCC*)
13745 lt_prog_compiler_wl_CXX='-Wl,'
13746 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13747 case $host_cpu in
13748 hppa*64*|ia64*)
13749 # +Z the default
13750 ;;
13751 *)
13752 lt_prog_compiler_pic_CXX='+Z'
13753 ;;
13754 esac
13755 ;;
13756 *)
13757 ;;
13758 esac
13759 ;;
13760 interix*)
13761 # This is c89, which is MS Visual C++ (no shared libs)
13762 # Anyone wants to do a port?
13763 ;;
13764 irix5* | irix6* | nonstopux*)
13765 case $cc_basename in
13766 CC*)
13767 lt_prog_compiler_wl_CXX='-Wl,'
13768 lt_prog_compiler_static_CXX='-non_shared'
13769 # CC pic flag -KPIC is the default.
13770 ;;
13771 *)
13772 ;;
13773 esac
13774 ;;
13775 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13776 case $cc_basename in
13777 KCC*)
13778 # KAI C++ Compiler
13779 lt_prog_compiler_wl_CXX='--backend -Wl,'
13780 lt_prog_compiler_pic_CXX='-fPIC'
13781 ;;
13782 ecpc* )
13783 # old Intel C++ for x86_64 which still supported -KPIC.
13784 lt_prog_compiler_wl_CXX='-Wl,'
13785 lt_prog_compiler_pic_CXX='-KPIC'
13786 lt_prog_compiler_static_CXX='-static'
13787 ;;
13788 icpc* )
13789 # Intel C++, used to be incompatible with GCC.
13790 # ICC 10 doesn't accept -KPIC any more.
13791 lt_prog_compiler_wl_CXX='-Wl,'
13792 lt_prog_compiler_pic_CXX='-fPIC'
13793 lt_prog_compiler_static_CXX='-static'
13794 ;;
13795 pgCC* | pgcpp*)
13796 # Portland Group C++ compiler
13797 lt_prog_compiler_wl_CXX='-Wl,'
13798 lt_prog_compiler_pic_CXX='-fpic'
13799 lt_prog_compiler_static_CXX='-Bstatic'
13800 ;;
13801 cxx*)
13802 # Compaq C++
13803 # Make sure the PIC flag is empty. It appears that all Alpha
13804 # Linux and Compaq Tru64 Unix objects are PIC.
13805 lt_prog_compiler_pic_CXX=
13806 lt_prog_compiler_static_CXX='-non_shared'
13807 ;;
13808 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13809 # IBM XL 8.0, 9.0 on PPC and BlueGene
13810 lt_prog_compiler_wl_CXX='-Wl,'
13811 lt_prog_compiler_pic_CXX='-qpic'
13812 lt_prog_compiler_static_CXX='-qstaticlink'
13813 ;;
13814 *)
13815 case `$CC -V 2>&1 | sed 5q` in
13816 *Sun\ C*)
13817 # Sun C++ 5.9
13818 lt_prog_compiler_pic_CXX='-KPIC'
13819 lt_prog_compiler_static_CXX='-Bstatic'
13820 lt_prog_compiler_wl_CXX='-Qoption ld '
13821 ;;
13822 esac
13823 ;;
13824 esac
13825 ;;
13826 lynxos*)
13827 ;;
13828 m88k*)
13829 ;;
13830 mvs*)
13831 case $cc_basename in
13832 cxx*)
13833 lt_prog_compiler_pic_CXX='-W c,exportall'
13834 ;;
13835 *)
13836 ;;
13837 esac
13838 ;;
13839 netbsd*)
13840 ;;
13841 *qnx* | *nto*)
13842 # QNX uses GNU C++, but need to define -shared option too, otherwise
13843 # it will coredump.
13844 lt_prog_compiler_pic_CXX='-fPIC -shared'
13845 ;;
13846 osf3* | osf4* | osf5*)
13847 case $cc_basename in
13848 KCC*)
13849 lt_prog_compiler_wl_CXX='--backend -Wl,'
13850 ;;
13851 RCC*)
13852 # Rational C++ 2.4.1
13853 lt_prog_compiler_pic_CXX='-pic'
13854 ;;
13855 cxx*)
13856 # Digital/Compaq C++
13857 lt_prog_compiler_wl_CXX='-Wl,'
13858 # Make sure the PIC flag is empty. It appears that all Alpha
13859 # Linux and Compaq Tru64 Unix objects are PIC.
13860 lt_prog_compiler_pic_CXX=
13861 lt_prog_compiler_static_CXX='-non_shared'
13862 ;;
13863 *)
13864 ;;
13865 esac
13866 ;;
13867 psos*)
13868 ;;
13869 solaris*)
13870 case $cc_basename in
13871 CC*)
13872 # Sun C++ 4.2, 5.x and Centerline C++
13873 lt_prog_compiler_pic_CXX='-KPIC'
13874 lt_prog_compiler_static_CXX='-Bstatic'
13875 lt_prog_compiler_wl_CXX='-Qoption ld '
13876 ;;
13877 gcx*)
13878 # Green Hills C++ Compiler
13879 lt_prog_compiler_pic_CXX='-PIC'
13880 ;;
13881 *)
13882 ;;
13883 esac
13884 ;;
13885 sunos4*)
13886 case $cc_basename in
13887 CC*)
13888 # Sun C++ 4.x
13889 lt_prog_compiler_pic_CXX='-pic'
13890 lt_prog_compiler_static_CXX='-Bstatic'
13891 ;;
13892 lcc*)
13893 # Lucid
13894 lt_prog_compiler_pic_CXX='-pic'
13895 ;;
13896 *)
13897 ;;
13898 esac
13899 ;;
13900 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13901 case $cc_basename in
13902 CC*)
13903 lt_prog_compiler_wl_CXX='-Wl,'
13904 lt_prog_compiler_pic_CXX='-KPIC'
13905 lt_prog_compiler_static_CXX='-Bstatic'
13906 ;;
13907 esac
13908 ;;
13909 tandem*)
13910 case $cc_basename in
13911 NCC*)
13912 # NonStop-UX NCC 3.20
13913 lt_prog_compiler_pic_CXX='-KPIC'
13914 ;;
13915 *)
13916 ;;
13917 esac
13918 ;;
13919 vxworks*)
13920 ;;
13921 *)
13922 lt_prog_compiler_can_build_shared_CXX=no
13923 ;;
13924 esac
13925 fi
13926
13927case $host_os in
13928 # For platforms which do not support PIC, -DPIC is meaningless:
13929 *djgpp*)
13930 lt_prog_compiler_pic_CXX=
13931 ;;
13932 *)
13933 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13934 ;;
13935esac
13936{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13937$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13938
13939
13940
13941#
13942# Check to make sure the PIC flag actually works.
13943#
13944if test -n "$lt_prog_compiler_pic_CXX"; then
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13946$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13947if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
13948 $as_echo_n "(cached) " >&6
13949else
13950 lt_cv_prog_compiler_pic_works_CXX=no
13951 ac_outfile=conftest.$ac_objext
13952 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13953 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13954 # Insert the option either (1) after the last *FLAGS variable, or
13955 # (2) before a word containing "conftest.", or (3) at the end.
13956 # Note that $ac_compile itself does not contain backslashes and begins
13957 # with a dollar sign (not a hyphen), so the echo should work correctly.
13958 # The option is referenced via a variable to avoid confusing sed.
13959 lt_compile=`echo "$ac_compile" | $SED \
13960 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13961 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13962 -e 's:$: $lt_compiler_flag:'`
13963 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13964 (eval "$lt_compile" 2>conftest.err)
13965 ac_status=$?
13966 cat conftest.err >&5
13967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13968 if (exit $ac_status) && test -s "$ac_outfile"; then
13969 # The compiler can only warn and ignore the option if not recognized
13970 # So say no if there are warnings other than the usual output.
13971 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13972 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13973 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13974 lt_cv_prog_compiler_pic_works_CXX=yes
13975 fi
13976 fi
13977 $RM conftest*
13978
13979fi
13980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13981$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13982
13983if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13984 case $lt_prog_compiler_pic_CXX in
13985 "" | " "*) ;;
13986 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13987 esac
13988else
13989 lt_prog_compiler_pic_CXX=
13990 lt_prog_compiler_can_build_shared_CXX=no
13991fi
13992
13993fi
13994
13995
13996
13997#
13998# Check to make sure the static flag actually works.
13999#
14000wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14002$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14003if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
14004 $as_echo_n "(cached) " >&6
14005else
14006 lt_cv_prog_compiler_static_works_CXX=no
14007 save_LDFLAGS="$LDFLAGS"
14008 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14009 echo "$lt_simple_link_test_code" > conftest.$ac_ext
14010 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14011 # The linker can only warn and ignore the option if not recognized
14012 # So say no if there are warnings
14013 if test -s conftest.err; then
14014 # Append any errors to the config.log.
14015 cat conftest.err 1>&5
14016 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
14017 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14018 if diff conftest.exp conftest.er2 >/dev/null; then
14019 lt_cv_prog_compiler_static_works_CXX=yes
14020 fi
14021 else
14022 lt_cv_prog_compiler_static_works_CXX=yes
14023 fi
14024 fi
14025 $RM -r conftest*
14026 LDFLAGS="$save_LDFLAGS"
14027
14028fi
14029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14030$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14031
14032if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14033 :
14034else
14035 lt_prog_compiler_static_CXX=
14036fi
14037
14038
14039
14040
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14042$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14043if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14044 $as_echo_n "(cached) " >&6
14045else
14046 lt_cv_prog_compiler_c_o_CXX=no
14047 $RM -r conftest 2>/dev/null
14048 mkdir conftest
14049 cd conftest
14050 mkdir out
14051 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14052
14053 lt_compiler_flag="-o out/conftest2.$ac_objext"
14054 # Insert the option either (1) after the last *FLAGS variable, or
14055 # (2) before a word containing "conftest.", or (3) at the end.
14056 # Note that $ac_compile itself does not contain backslashes and begins
14057 # with a dollar sign (not a hyphen), so the echo should work correctly.
14058 lt_compile=`echo "$ac_compile" | $SED \
14059 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14060 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14061 -e 's:$: $lt_compiler_flag:'`
14062 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14063 (eval "$lt_compile" 2>out/conftest.err)
14064 ac_status=$?
14065 cat out/conftest.err >&5
14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14068 then
14069 # The compiler can only warn and ignore the option if not recognized
14070 # So say no if there are warnings
14071 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14072 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14073 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14074 lt_cv_prog_compiler_c_o_CXX=yes
14075 fi
14076 fi
14077 chmod u+w . 2>&5
14078 $RM conftest*
14079 # SGI C++ compiler will create directory out/ii_files/ for
14080 # template instantiation
14081 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14082 $RM out/* && rmdir out
14083 cd ..
14084 $RM -r conftest
14085 $RM conftest*
14086
14087fi
14088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14089$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14090
14091
14092
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14094$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14095if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14096 $as_echo_n "(cached) " >&6
14097else
14098 lt_cv_prog_compiler_c_o_CXX=no
14099 $RM -r conftest 2>/dev/null
14100 mkdir conftest
14101 cd conftest
14102 mkdir out
14103 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14104
14105 lt_compiler_flag="-o out/conftest2.$ac_objext"
14106 # Insert the option either (1) after the last *FLAGS variable, or
14107 # (2) before a word containing "conftest.", or (3) at the end.
14108 # Note that $ac_compile itself does not contain backslashes and begins
14109 # with a dollar sign (not a hyphen), so the echo should work correctly.
14110 lt_compile=`echo "$ac_compile" | $SED \
14111 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14112 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14113 -e 's:$: $lt_compiler_flag:'`
14114 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14115 (eval "$lt_compile" 2>out/conftest.err)
14116 ac_status=$?
14117 cat out/conftest.err >&5
14118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14119 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14120 then
14121 # The compiler can only warn and ignore the option if not recognized
14122 # So say no if there are warnings
14123 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14124 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14125 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14126 lt_cv_prog_compiler_c_o_CXX=yes
14127 fi
14128 fi
14129 chmod u+w . 2>&5
14130 $RM conftest*
14131 # SGI C++ compiler will create directory out/ii_files/ for
14132 # template instantiation
14133 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14134 $RM out/* && rmdir out
14135 cd ..
14136 $RM -r conftest
14137 $RM conftest*
14138
14139fi
14140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14141$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14142
14143
14144
14145
14146hard_links="nottested"
14147if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14148 # do not overwrite the value of need_locks provided by the user
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14150$as_echo_n "checking if we can lock with hard links... " >&6; }
14151 hard_links=yes
14152 $RM conftest*
14153 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14154 touch conftest.a
14155 ln conftest.a conftest.b 2>&5 || hard_links=no
14156 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14158$as_echo "$hard_links" >&6; }
14159 if test "$hard_links" = no; then
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14161$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14162 need_locks=warn
14163 fi
14164else
14165 need_locks=no
14166fi
14167
14168
14169
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14171$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14172
14173 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14174 case $host_os in
14175 aix[4-9]*)
14176 # If we're using GNU nm, then we don't want the "-C" option.
14177 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14178 # Also, AIX nm treats weak defined symbols like other global defined
14179 # symbols, whereas GNU nm marks them as "W".
14180 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14181 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'
14182 else
5c14705f 14183 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
3cb62297
L
14184 fi
14185 ;;
14186 pw32*)
14187 export_symbols_cmds_CXX="$ltdll_cmds"
14188 ;;
14189 cygwin* | mingw* | cegcc*)
14190 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'
14191 ;;
14192 *)
14193 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14194 ;;
14195 esac
14196 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14197
14198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14199$as_echo "$ld_shlibs_CXX" >&6; }
14200test "$ld_shlibs_CXX" = no && can_build_shared=no
14201
14202with_gnu_ld_CXX=$with_gnu_ld
14203
14204
14205
14206
14207
14208
14209#
14210# Do we need to explicitly link libc?
14211#
14212case "x$archive_cmds_need_lc_CXX" in
14213x|xyes)
14214 # Assume -lc should be added
14215 archive_cmds_need_lc_CXX=yes
14216
14217 if test "$enable_shared" = yes && test "$GCC" = yes; then
14218 case $archive_cmds_CXX in
14219 *'~'*)
14220 # FIXME: we may have to deal with multi-command sequences.
14221 ;;
14222 '$CC '*)
14223 # Test whether the compiler implicitly links with -lc since on some
14224 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14225 # to ld, don't add -lc before -lgcc.
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14227$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14228if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
14229 $as_echo_n "(cached) " >&6
14230else
14231 $RM conftest*
14232 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14233
14234 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14235 (eval $ac_compile) 2>&5
14236 ac_status=$?
14237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14238 test $ac_status = 0; } 2>conftest.err; then
14239 soname=conftest
14240 lib=conftest
14241 libobjs=conftest.$ac_objext
14242 deplibs=
14243 wl=$lt_prog_compiler_wl_CXX
14244 pic_flag=$lt_prog_compiler_pic_CXX
14245 compiler_flags=-v
14246 linker_flags=-v
14247 verstring=
14248 output_objdir=.
14249 libname=conftest
14250 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14251 allow_undefined_flag_CXX=
14252 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14253 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14254 ac_status=$?
14255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14256 test $ac_status = 0; }
14257 then
14258 lt_cv_archive_cmds_need_lc_CXX=no
14259 else
14260 lt_cv_archive_cmds_need_lc_CXX=yes
14261 fi
14262 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14263 else
14264 cat conftest.err 1>&5
14265 fi
14266 $RM conftest*
14267
14268fi
14269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14270$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14271 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14272 ;;
14273 esac
14274 fi
14275 ;;
14276esac
14277
14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
14329
14330
14331
14332
14333
14334
14335
14336
14337
14338
14339
14340
14341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14342$as_echo_n "checking dynamic linker characteristics... " >&6; }
14343
14344library_names_spec=
14345libname_spec='lib$name'
14346soname_spec=
14347shrext_cmds=".so"
14348postinstall_cmds=
14349postuninstall_cmds=
14350finish_cmds=
14351finish_eval=
14352shlibpath_var=
14353shlibpath_overrides_runpath=unknown
14354version_type=none
14355dynamic_linker="$host_os ld.so"
14356sys_lib_dlsearch_path_spec="/lib /usr/lib"
14357need_lib_prefix=unknown
14358hardcode_into_libs=no
14359
14360# when you set need_version to no, make sure it does not cause -set_version
14361# flags to be left without arguments
14362need_version=unknown
14363
14364case $host_os in
14365aix3*)
14366 version_type=linux
14367 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14368 shlibpath_var=LIBPATH
14369
14370 # AIX 3 has no versioning support, so we append a major version to the name.
14371 soname_spec='${libname}${release}${shared_ext}$major'
14372 ;;
14373
14374aix[4-9]*)
14375 version_type=linux
14376 need_lib_prefix=no
14377 need_version=no
14378 hardcode_into_libs=yes
14379 if test "$host_cpu" = ia64; then
14380 # AIX 5 supports IA64
14381 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14382 shlibpath_var=LD_LIBRARY_PATH
14383 else
14384 # With GCC up to 2.95.x, collect2 would create an import file
14385 # for dependence libraries. The import file would start with
14386 # the line `#! .'. This would cause the generated library to
14387 # depend on `.', always an invalid library. This was fixed in
14388 # development snapshots of GCC prior to 3.0.
14389 case $host_os in
14390 aix4 | aix4.[01] | aix4.[01].*)
14391 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14392 echo ' yes '
14393 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14394 :
14395 else
14396 can_build_shared=no
14397 fi
14398 ;;
14399 esac
14400 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14401 # soname into executable. Probably we can add versioning support to
14402 # collect2, so additional links can be useful in future.
14403 if test "$aix_use_runtimelinking" = yes; then
14404 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14405 # instead of lib<name>.a to let people know that these are not
14406 # typical AIX shared libraries.
14407 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14408 else
14409 # We preserve .a as extension for shared libraries through AIX4.2
14410 # and later when we are not doing run time linking.
14411 library_names_spec='${libname}${release}.a $libname.a'
14412 soname_spec='${libname}${release}${shared_ext}$major'
14413 fi
14414 shlibpath_var=LIBPATH
14415 fi
14416 ;;
14417
14418amigaos*)
14419 case $host_cpu in
14420 powerpc)
14421 # Since July 2007 AmigaOS4 officially supports .so libraries.
14422 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14424 ;;
14425 m68k)
14426 library_names_spec='$libname.ixlibrary $libname.a'
14427 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14428 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'
14429 ;;
14430 esac
14431 ;;
14432
14433beos*)
14434 library_names_spec='${libname}${shared_ext}'
14435 dynamic_linker="$host_os ld.so"
14436 shlibpath_var=LIBRARY_PATH
14437 ;;
14438
14439bsdi[45]*)
14440 version_type=linux
14441 need_version=no
14442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14443 soname_spec='${libname}${release}${shared_ext}$major'
14444 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14445 shlibpath_var=LD_LIBRARY_PATH
14446 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14447 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14448 # the default ld.so.conf also contains /usr/contrib/lib and
14449 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14450 # libtool to hard-code these into programs
14451 ;;
14452
14453cygwin* | mingw* | pw32* | cegcc*)
14454 version_type=windows
14455 shrext_cmds=".dll"
14456 need_version=no
14457 need_lib_prefix=no
14458
14459 case $GCC,$host_os in
14460 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14461 library_names_spec='$libname.dll.a'
14462 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14463 postinstall_cmds='base_file=`basename \${file}`~
14464 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14465 dldir=$destdir/`dirname \$dlpath`~
14466 test -d \$dldir || mkdir -p \$dldir~
14467 $install_prog $dir/$dlname \$dldir/$dlname~
14468 chmod a+x \$dldir/$dlname~
14469 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14470 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14471 fi'
14472 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14473 dlpath=$dir/\$dldll~
14474 $RM \$dlpath'
14475 shlibpath_overrides_runpath=yes
14476
14477 case $host_os in
14478 cygwin*)
14479 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14480 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14481
14482 ;;
14483 mingw* | cegcc*)
14484 # MinGW DLLs use traditional 'lib' prefix
14485 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14486 ;;
14487 pw32*)
14488 # pw32 DLLs use 'pw' prefix rather than 'lib'
14489 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14490 ;;
14491 esac
14492 ;;
14493
14494 *)
14495 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14496 ;;
14497 esac
14498 dynamic_linker='Win32 ld.exe'
14499 # FIXME: first we should search . and the directory the executable is in
14500 shlibpath_var=PATH
14501 ;;
14502
14503darwin* | rhapsody*)
14504 dynamic_linker="$host_os dyld"
14505 version_type=darwin
14506 need_lib_prefix=no
14507 need_version=no
14508 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14509 soname_spec='${libname}${release}${major}$shared_ext'
14510 shlibpath_overrides_runpath=yes
14511 shlibpath_var=DYLD_LIBRARY_PATH
14512 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14513
14514 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14515 ;;
14516
14517dgux*)
14518 version_type=linux
14519 need_lib_prefix=no
14520 need_version=no
14521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14522 soname_spec='${libname}${release}${shared_ext}$major'
14523 shlibpath_var=LD_LIBRARY_PATH
14524 ;;
14525
3cb62297
L
14526freebsd* | dragonfly*)
14527 # DragonFly does not have aout. When/if they implement a new
14528 # versioning mechanism, adjust this.
14529 if test -x /usr/bin/objformat; then
14530 objformat=`/usr/bin/objformat`
14531 else
14532 case $host_os in
6d2920c8 14533 freebsd[23].*) objformat=aout ;;
3cb62297
L
14534 *) objformat=elf ;;
14535 esac
14536 fi
14537 version_type=freebsd-$objformat
14538 case $version_type in
14539 freebsd-elf*)
14540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14541 need_version=no
14542 need_lib_prefix=no
14543 ;;
14544 freebsd-*)
14545 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14546 need_version=yes
14547 ;;
14548 esac
14549 shlibpath_var=LD_LIBRARY_PATH
14550 case $host_os in
6d2920c8 14551 freebsd2.*)
3cb62297
L
14552 shlibpath_overrides_runpath=yes
14553 ;;
14554 freebsd3.[01]* | freebsdelf3.[01]*)
14555 shlibpath_overrides_runpath=yes
14556 hardcode_into_libs=yes
14557 ;;
14558 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
14559 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
14560 shlibpath_overrides_runpath=no
14561 hardcode_into_libs=yes
14562 ;;
14563 *) # from 4.6 on, and DragonFly
14564 shlibpath_overrides_runpath=yes
14565 hardcode_into_libs=yes
14566 ;;
14567 esac
14568 ;;
14569
14570gnu*)
14571 version_type=linux
14572 need_lib_prefix=no
14573 need_version=no
14574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14575 soname_spec='${libname}${release}${shared_ext}$major'
14576 shlibpath_var=LD_LIBRARY_PATH
14577 hardcode_into_libs=yes
14578 ;;
14579
14580haiku*)
14581 version_type=linux
14582 need_lib_prefix=no
14583 need_version=no
14584 dynamic_linker="$host_os runtime_loader"
14585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14586 soname_spec='${libname}${release}${shared_ext}$major'
14587 shlibpath_var=LIBRARY_PATH
14588 shlibpath_overrides_runpath=yes
14589 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14590 hardcode_into_libs=yes
14591 ;;
14592
14593hpux9* | hpux10* | hpux11*)
14594 # Give a soname corresponding to the major version so that dld.sl refuses to
14595 # link against other versions.
14596 version_type=sunos
14597 need_lib_prefix=no
14598 need_version=no
14599 case $host_cpu in
14600 ia64*)
14601 shrext_cmds='.so'
14602 hardcode_into_libs=yes
14603 dynamic_linker="$host_os dld.so"
14604 shlibpath_var=LD_LIBRARY_PATH
14605 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14607 soname_spec='${libname}${release}${shared_ext}$major'
14608 if test "X$HPUX_IA64_MODE" = X32; then
14609 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14610 else
14611 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14612 fi
14613 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14614 ;;
14615 hppa*64*)
14616 shrext_cmds='.sl'
14617 hardcode_into_libs=yes
14618 dynamic_linker="$host_os dld.sl"
14619 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14620 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14621 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14622 soname_spec='${libname}${release}${shared_ext}$major'
14623 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14624 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14625 ;;
14626 *)
14627 shrext_cmds='.sl'
14628 dynamic_linker="$host_os dld.sl"
14629 shlibpath_var=SHLIB_PATH
14630 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14632 soname_spec='${libname}${release}${shared_ext}$major'
14633 ;;
14634 esac
14635 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14636 postinstall_cmds='chmod 555 $lib'
14637 # or fails outright, so override atomically:
14638 install_override_mode=555
14639 ;;
14640
14641interix[3-9]*)
14642 version_type=linux
14643 need_lib_prefix=no
14644 need_version=no
14645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14646 soname_spec='${libname}${release}${shared_ext}$major'
14647 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14648 shlibpath_var=LD_LIBRARY_PATH
14649 shlibpath_overrides_runpath=no
14650 hardcode_into_libs=yes
14651 ;;
14652
14653irix5* | irix6* | nonstopux*)
14654 case $host_os in
14655 nonstopux*) version_type=nonstopux ;;
14656 *)
14657 if test "$lt_cv_prog_gnu_ld" = yes; then
14658 version_type=linux
14659 else
14660 version_type=irix
14661 fi ;;
14662 esac
14663 need_lib_prefix=no
14664 need_version=no
14665 soname_spec='${libname}${release}${shared_ext}$major'
14666 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14667 case $host_os in
14668 irix5* | nonstopux*)
14669 libsuff= shlibsuff=
14670 ;;
14671 *)
14672 case $LD in # libtool.m4 will add one of these switches to LD
14673 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14674 libsuff= shlibsuff= libmagic=32-bit;;
14675 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14676 libsuff=32 shlibsuff=N32 libmagic=N32;;
14677 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14678 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14679 *) libsuff= shlibsuff= libmagic=never-match;;
14680 esac
14681 ;;
14682 esac
14683 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14684 shlibpath_overrides_runpath=no
14685 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14686 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14687 hardcode_into_libs=yes
14688 ;;
14689
14690# No shared lib support for Linux oldld, aout, or coff.
14691linux*oldld* | linux*aout* | linux*coff*)
14692 dynamic_linker=no
14693 ;;
14694
14695# This must be Linux ELF.
14696linux* | k*bsd*-gnu | kopensolaris*-gnu)
14697 version_type=linux
14698 need_lib_prefix=no
14699 need_version=no
14700 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14701 soname_spec='${libname}${release}${shared_ext}$major'
14702 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14703 shlibpath_var=LD_LIBRARY_PATH
14704 shlibpath_overrides_runpath=no
14705
14706 # Some binutils ld are patched to set DT_RUNPATH
14707 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
14708 $as_echo_n "(cached) " >&6
14709else
14710 lt_cv_shlibpath_overrides_runpath=no
14711 save_LDFLAGS=$LDFLAGS
14712 save_libdir=$libdir
14713 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14714 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14716/* end confdefs.h. */
14717
14718int
14719main ()
14720{
14721
14722 ;
14723 return 0;
14724}
14725_ACEOF
14726if ac_fn_cxx_try_link "$LINENO"; then :
14727 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14728 lt_cv_shlibpath_overrides_runpath=yes
14729fi
14730fi
14731rm -f core conftest.err conftest.$ac_objext \
14732 conftest$ac_exeext conftest.$ac_ext
14733 LDFLAGS=$save_LDFLAGS
14734 libdir=$save_libdir
14735
14736fi
14737
14738 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14739
14740 # This implies no fast_install, which is unacceptable.
14741 # Some rework will be needed to allow for fast_install
14742 # before this can be enabled.
14743 hardcode_into_libs=yes
14744
14745 # Append ld.so.conf contents to the search path
14746 if test -f /etc/ld.so.conf; then
14747 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' ' '`
14748 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14749 fi
14750
14751 # We used to test for /lib/ld.so.1 and disable shared libraries on
14752 # powerpc, because MkLinux only supported shared libraries with the
14753 # GNU dynamic linker. Since this was broken with cross compilers,
14754 # most powerpc-linux boxes support dynamic linking these days and
14755 # people can always --disable-shared, the test was removed, and we
14756 # assume the GNU/Linux dynamic linker is in use.
14757 dynamic_linker='GNU/Linux ld.so'
14758 ;;
14759
14760netbsd*)
14761 version_type=sunos
14762 need_lib_prefix=no
14763 need_version=no
14764 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14765 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14766 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14767 dynamic_linker='NetBSD (a.out) ld.so'
14768 else
14769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14770 soname_spec='${libname}${release}${shared_ext}$major'
14771 dynamic_linker='NetBSD ld.elf_so'
14772 fi
14773 shlibpath_var=LD_LIBRARY_PATH
14774 shlibpath_overrides_runpath=yes
14775 hardcode_into_libs=yes
14776 ;;
14777
14778newsos6)
14779 version_type=linux
14780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14781 shlibpath_var=LD_LIBRARY_PATH
14782 shlibpath_overrides_runpath=yes
14783 ;;
14784
14785*nto* | *qnx*)
14786 version_type=qnx
14787 need_lib_prefix=no
14788 need_version=no
14789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14790 soname_spec='${libname}${release}${shared_ext}$major'
14791 shlibpath_var=LD_LIBRARY_PATH
14792 shlibpath_overrides_runpath=no
14793 hardcode_into_libs=yes
14794 dynamic_linker='ldqnx.so'
14795 ;;
14796
14797openbsd*)
14798 version_type=sunos
14799 sys_lib_dlsearch_path_spec="/usr/lib"
14800 need_lib_prefix=no
14801 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14802 case $host_os in
14803 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14804 *) need_version=no ;;
14805 esac
14806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14807 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14808 shlibpath_var=LD_LIBRARY_PATH
14809 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14810 case $host_os in
14811 openbsd2.[89] | openbsd2.[89].*)
14812 shlibpath_overrides_runpath=no
14813 ;;
14814 *)
14815 shlibpath_overrides_runpath=yes
14816 ;;
14817 esac
14818 else
14819 shlibpath_overrides_runpath=yes
14820 fi
14821 ;;
14822
14823os2*)
14824 libname_spec='$name'
14825 shrext_cmds=".dll"
14826 need_lib_prefix=no
14827 library_names_spec='$libname${shared_ext} $libname.a'
14828 dynamic_linker='OS/2 ld.exe'
14829 shlibpath_var=LIBPATH
14830 ;;
14831
14832osf3* | osf4* | osf5*)
14833 version_type=osf
14834 need_lib_prefix=no
14835 need_version=no
14836 soname_spec='${libname}${release}${shared_ext}$major'
14837 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14838 shlibpath_var=LD_LIBRARY_PATH
14839 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14840 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14841 ;;
14842
14843rdos*)
14844 dynamic_linker=no
14845 ;;
14846
14847solaris*)
14848 version_type=linux
14849 need_lib_prefix=no
14850 need_version=no
14851 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14852 soname_spec='${libname}${release}${shared_ext}$major'
14853 shlibpath_var=LD_LIBRARY_PATH
14854 shlibpath_overrides_runpath=yes
14855 hardcode_into_libs=yes
14856 # ldd complains unless libraries are executable
14857 postinstall_cmds='chmod +x $lib'
14858 ;;
14859
14860sunos4*)
14861 version_type=sunos
14862 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14863 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14864 shlibpath_var=LD_LIBRARY_PATH
14865 shlibpath_overrides_runpath=yes
14866 if test "$with_gnu_ld" = yes; then
14867 need_lib_prefix=no
14868 fi
14869 need_version=yes
14870 ;;
14871
14872sysv4 | sysv4.3*)
14873 version_type=linux
14874 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14875 soname_spec='${libname}${release}${shared_ext}$major'
14876 shlibpath_var=LD_LIBRARY_PATH
14877 case $host_vendor in
14878 sni)
14879 shlibpath_overrides_runpath=no
14880 need_lib_prefix=no
14881 runpath_var=LD_RUN_PATH
14882 ;;
14883 siemens)
14884 need_lib_prefix=no
14885 ;;
14886 motorola)
14887 need_lib_prefix=no
14888 need_version=no
14889 shlibpath_overrides_runpath=no
14890 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14891 ;;
14892 esac
14893 ;;
14894
14895sysv4*MP*)
14896 if test -d /usr/nec ;then
14897 version_type=linux
14898 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14899 soname_spec='$libname${shared_ext}.$major'
14900 shlibpath_var=LD_LIBRARY_PATH
14901 fi
14902 ;;
14903
14904sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14905 version_type=freebsd-elf
14906 need_lib_prefix=no
14907 need_version=no
14908 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14909 soname_spec='${libname}${release}${shared_ext}$major'
14910 shlibpath_var=LD_LIBRARY_PATH
14911 shlibpath_overrides_runpath=yes
14912 hardcode_into_libs=yes
14913 if test "$with_gnu_ld" = yes; then
14914 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14915 else
14916 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14917 case $host_os in
14918 sco3.2v5*)
14919 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14920 ;;
14921 esac
14922 fi
14923 sys_lib_dlsearch_path_spec='/usr/lib'
14924 ;;
14925
14926tpf*)
14927 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14928 version_type=linux
14929 need_lib_prefix=no
14930 need_version=no
14931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14932 shlibpath_var=LD_LIBRARY_PATH
14933 shlibpath_overrides_runpath=no
14934 hardcode_into_libs=yes
14935 ;;
14936
14937uts4*)
14938 version_type=linux
14939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14940 soname_spec='${libname}${release}${shared_ext}$major'
14941 shlibpath_var=LD_LIBRARY_PATH
14942 ;;
14943
14944*)
14945 dynamic_linker=no
14946 ;;
14947esac
14948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14949$as_echo "$dynamic_linker" >&6; }
14950test "$dynamic_linker" = no && can_build_shared=no
14951
14952variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14953if test "$GCC" = yes; then
14954 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14955fi
14956
14957if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14958 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14959fi
14960if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14961 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14962fi
14963
3725885a 14964
ce2cded5 14965
ce2cded5 14966
ce2cded5 14967
d7040cdb 14968
ce2cded5 14969
ce2cded5 14970
ce2cded5 14971
d7040cdb 14972
ce2cded5
L
14973
14974
14975
14976
14977
14978
14979
14980
14981
14982
14983
14984
14985
14986
14987
14988
ce2cded5
L
14989
14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
b879806f
AM
15001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15002$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15003hardcode_action_CXX=
15004if test -n "$hardcode_libdir_flag_spec_CXX" ||
15005 test -n "$runpath_var_CXX" ||
15006 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15007
15008 # We can hardcode non-existent directories.
15009 if test "$hardcode_direct_CXX" != no &&
15010 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15011 # have to relink, otherwise we might link with an installed library
15012 # when we should be linking with a yet-to-be-installed one
15013 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15014 test "$hardcode_minus_L_CXX" != no; then
15015 # Linking always hardcodes the temporary library directory.
15016 hardcode_action_CXX=relink
15017 else
15018 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15019 hardcode_action_CXX=immediate
15020 fi
15021else
15022 # We cannot hardcode anything, or else we can only hardcode existing
15023 # directories.
15024 hardcode_action_CXX=unsupported
15025fi
15026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15027$as_echo "$hardcode_action_CXX" >&6; }
15028
15029if test "$hardcode_action_CXX" = relink ||
15030 test "$inherit_rpath_CXX" = yes; then
15031 # Fast installation is not supported
15032 enable_fast_install=no
15033elif test "$shlibpath_overrides_runpath" = yes ||
15034 test "$enable_shared" = no; then
15035 # Fast installation is not necessary
15036 enable_fast_install=needless
15037fi
15038
15039
15040
15041
15042
15043
15044
15045 fi # test -n "$compiler"
15046
15047 CC=$lt_save_CC
15048 LDCXX=$LD
15049 LD=$lt_save_LD
15050 GCC=$lt_save_GCC
15051 with_gnu_ld=$lt_save_with_gnu_ld
15052 lt_cv_path_LDCXX=$lt_cv_path_LD
15053 lt_cv_path_LD=$lt_save_path_LD
15054 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15055 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15056fi # test "$_lt_caught_CXX_error" != yes
15057
15058ac_ext=c
15059ac_cpp='$CPP $CPPFLAGS'
15060ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15061ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15062ac_compiler_gnu=$ac_cv_c_compiler_gnu
15063
15064
15065
15066
15067
15068
15069
15070
15071
15072
15073
15074
15075
15076 ac_config_commands="$ac_config_commands libtool"
15077
15078
15079
15080
15081# Only expand once:
15082
15083
15084
15085# The tests for host and target for $enable_largefile require
15086# canonical names.
15087
15088
15089
15090# As the $enable_largefile decision depends on --enable-plugins we must set it
15091# even in directories otherwise not depending on the $plugins option.
15092
15093
15094 maybe_plugins=no
15095 for ac_header in dlfcn.h
15096do :
15097 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
15098"
15099if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
15100 cat >>confdefs.h <<_ACEOF
15101#define HAVE_DLFCN_H 1
15102_ACEOF
15103 maybe_plugins=yes
15104fi
15105
15106done
15107
15108 for ac_header in windows.h
15109do :
15110 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
15111"
15112if test "x$ac_cv_header_windows_h" = x""yes; then :
15113 cat >>confdefs.h <<_ACEOF
15114#define HAVE_WINDOWS_H 1
15115_ACEOF
15116 maybe_plugins=yes
15117fi
15118
15119done
15120
15121
15122 # Check whether --enable-plugins was given.
15123if test "${enable_plugins+set}" = set; then :
15124 enableval=$enable_plugins; case "${enableval}" in
15125 no) plugins=no ;;
15126 *) plugins=yes
15127 if test "$maybe_plugins" != "yes" ; then
15128 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
15129 fi ;;
15130 esac
15131else
15132 plugins=$maybe_plugins
15133
15134fi
15135
2974be62
AM
15136 if test "$plugins" = "yes"; then
15137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
15138$as_echo_n "checking for library containing dlopen... " >&6; }
15139if test "${ac_cv_search_dlopen+set}" = set; then :
15140 $as_echo_n "(cached) " >&6
15141else
15142 ac_func_search_save_LIBS=$LIBS
15143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15144/* end confdefs.h. */
15145
15146/* Override any GCC internal prototype to avoid an error.
15147 Use char because int might match the return type of a GCC
15148 builtin and then its argument prototype would still apply. */
15149#ifdef __cplusplus
15150extern "C"
15151#endif
15152char dlopen ();
15153int
15154main ()
15155{
15156return dlopen ();
15157 ;
15158 return 0;
15159}
15160_ACEOF
15161for ac_lib in '' dl; do
15162 if test -z "$ac_lib"; then
15163 ac_res="none required"
15164 else
15165 ac_res=-l$ac_lib
15166 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15167 fi
15168 if ac_fn_c_try_link "$LINENO"; then :
15169 ac_cv_search_dlopen=$ac_res
15170fi
15171rm -f core conftest.err conftest.$ac_objext \
15172 conftest$ac_exeext
15173 if test "${ac_cv_search_dlopen+set}" = set; then :
15174 break
15175fi
15176done
15177if test "${ac_cv_search_dlopen+set}" = set; then :
15178
15179else
15180 ac_cv_search_dlopen=no
15181fi
15182rm conftest.$ac_ext
15183LIBS=$ac_func_search_save_LIBS
15184fi
15185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
15186$as_echo "$ac_cv_search_dlopen" >&6; }
15187ac_res=$ac_cv_search_dlopen
15188if test "$ac_res" != no; then :
15189 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15190
15191fi
15192
15193 fi
b879806f
AM
15194
15195
15196case "${host}" in
15197 sparc-*-solaris*|i[3-7]86-*-solaris*)
15198 # On native 32bit sparc and ia32 solaris, large-file and procfs support
15199 # are mutually exclusive; and without procfs support, the bfd/ elf module
15200 # cannot provide certain routines such as elfcore_write_prpsinfo
15201 # or elfcore_write_prstatus. So unless the user explicitly requested
15202 # large-file support through the --enable-largefile switch, disable
15203 # large-file support in favor of procfs support.
15204 test "${target}" = "${host}" -a "x$plugins" = xno \
15205 && : ${enable_largefile="no"}
15206 ;;
15207esac
15208
15209# Check whether --enable-largefile was given.
15210if test "${enable_largefile+set}" = set; then :
15211 enableval=$enable_largefile;
15212fi
15213
15214if test "$enable_largefile" != no; then
15215
15216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
15217$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
15218if test "${ac_cv_sys_largefile_CC+set}" = set; then :
15219 $as_echo_n "(cached) " >&6
15220else
15221 ac_cv_sys_largefile_CC=no
15222 if test "$GCC" != yes; then
15223 ac_save_CC=$CC
15224 while :; do
15225 # IRIX 6.2 and later do not support large files by default,
15226 # so use the C compiler's -n32 option if that helps.
15227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15228/* end confdefs.h. */
15229#include <sys/types.h>
15230 /* Check that off_t can represent 2**63 - 1 correctly.
15231 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15232 since some C++ compilers masquerading as C compilers
15233 incorrectly reject 9223372036854775807. */
15234#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15235 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15236 && LARGE_OFF_T % 2147483647 == 1)
15237 ? 1 : -1];
15238int
15239main ()
15240{
15241
15242 ;
15243 return 0;
15244}
15245_ACEOF
15246 if ac_fn_c_try_compile "$LINENO"; then :
15247 break
15248fi
15249rm -f core conftest.err conftest.$ac_objext
15250 CC="$CC -n32"
15251 if ac_fn_c_try_compile "$LINENO"; then :
15252 ac_cv_sys_largefile_CC=' -n32'; break
15253fi
15254rm -f core conftest.err conftest.$ac_objext
15255 break
15256 done
15257 CC=$ac_save_CC
15258 rm -f conftest.$ac_ext
15259 fi
15260fi
15261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
15262$as_echo "$ac_cv_sys_largefile_CC" >&6; }
15263 if test "$ac_cv_sys_largefile_CC" != no; then
15264 CC=$CC$ac_cv_sys_largefile_CC
15265 fi
15266
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
15268$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
15269if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
15270 $as_echo_n "(cached) " >&6
15271else
15272 while :; do
15273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15274/* end confdefs.h. */
15275#include <sys/types.h>
15276 /* Check that off_t can represent 2**63 - 1 correctly.
15277 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15278 since some C++ compilers masquerading as C compilers
15279 incorrectly reject 9223372036854775807. */
15280#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15281 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15282 && LARGE_OFF_T % 2147483647 == 1)
15283 ? 1 : -1];
15284int
15285main ()
15286{
15287
15288 ;
15289 return 0;
15290}
15291_ACEOF
15292if ac_fn_c_try_compile "$LINENO"; then :
15293 ac_cv_sys_file_offset_bits=no; break
15294fi
15295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15297/* end confdefs.h. */
15298#define _FILE_OFFSET_BITS 64
15299#include <sys/types.h>
15300 /* Check that off_t can represent 2**63 - 1 correctly.
15301 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15302 since some C++ compilers masquerading as C compilers
15303 incorrectly reject 9223372036854775807. */
15304#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15305 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15306 && LARGE_OFF_T % 2147483647 == 1)
15307 ? 1 : -1];
15308int
15309main ()
15310{
15311
15312 ;
15313 return 0;
15314}
15315_ACEOF
15316if ac_fn_c_try_compile "$LINENO"; then :
15317 ac_cv_sys_file_offset_bits=64; break
15318fi
15319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15320 ac_cv_sys_file_offset_bits=unknown
15321 break
15322done
15323fi
15324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
15325$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
15326case $ac_cv_sys_file_offset_bits in #(
15327 no | unknown) ;;
15328 *)
15329cat >>confdefs.h <<_ACEOF
15330#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
15331_ACEOF
15332;;
15333esac
15334rm -rf conftest*
15335 if test $ac_cv_sys_file_offset_bits = unknown; then
15336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
15337$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
15338if test "${ac_cv_sys_large_files+set}" = set; then :
15339 $as_echo_n "(cached) " >&6
15340else
15341 while :; do
15342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15343/* end confdefs.h. */
15344#include <sys/types.h>
15345 /* Check that off_t can represent 2**63 - 1 correctly.
15346 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15347 since some C++ compilers masquerading as C compilers
15348 incorrectly reject 9223372036854775807. */
15349#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15350 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15351 && LARGE_OFF_T % 2147483647 == 1)
15352 ? 1 : -1];
15353int
15354main ()
15355{
15356
15357 ;
15358 return 0;
15359}
15360_ACEOF
15361if ac_fn_c_try_compile "$LINENO"; then :
15362 ac_cv_sys_large_files=no; break
15363fi
15364rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15366/* end confdefs.h. */
15367#define _LARGE_FILES 1
15368#include <sys/types.h>
15369 /* Check that off_t can represent 2**63 - 1 correctly.
15370 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15371 since some C++ compilers masquerading as C compilers
15372 incorrectly reject 9223372036854775807. */
15373#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15374 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15375 && LARGE_OFF_T % 2147483647 == 1)
15376 ? 1 : -1];
15377int
15378main ()
15379{
15380
15381 ;
15382 return 0;
15383}
15384_ACEOF
15385if ac_fn_c_try_compile "$LINENO"; then :
15386 ac_cv_sys_large_files=1; break
15387fi
15388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15389 ac_cv_sys_large_files=unknown
15390 break
15391done
15392fi
15393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
15394$as_echo "$ac_cv_sys_large_files" >&6; }
15395case $ac_cv_sys_large_files in #(
15396 no | unknown) ;;
15397 *)
15398cat >>confdefs.h <<_ACEOF
15399#define _LARGE_FILES $ac_cv_sys_large_files
15400_ACEOF
15401;;
15402esac
15403rm -rf conftest*
15404 fi
15405fi
15406
15407
15408
15409
15410# Check whether --with-lib-path was given.
15411if test "${with_lib_path+set}" = set; then :
15412 withval=$with_lib_path; LIB_PATH=$withval
15413fi
15414
15415# Check whether --enable-targets was given.
15416if test "${enable_targets+set}" = set; then :
15417 enableval=$enable_targets; case "${enableval}" in
15418 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
15419 ;;
15420 no) enable_targets= ;;
15421 *) enable_targets=$enableval ;;
15422esac
15423fi
15424# Check whether --enable-64-bit-bfd was given.
15425if test "${enable_64_bit_bfd+set}" = set; then :
15426 enableval=$enable_64_bit_bfd; case "${enableval}" in
15427 yes) want64=true ;;
15428 no) want64=false ;;
15429 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
15430esac
15431else
15432 want64=false
15433fi
15434
15435
15436# Check whether --with-sysroot was given.
15437if test "${with_sysroot+set}" = set; then :
15438 withval=$with_sysroot;
15439 case ${with_sysroot} in
15440 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
15441 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
15442 esac
15443
15444 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
15445 use_sysroot=yes
15446
15447 if test "x$prefix" = xNONE; then
15448 test_prefix=/usr/local
15449 else
15450 test_prefix=$prefix
15451 fi
15452 if test "x$exec_prefix" = xNONE; then
15453 test_exec_prefix=$test_prefix
15454 else
15455 test_exec_prefix=$exec_prefix
15456 fi
15457 case ${TARGET_SYSTEM_ROOT} in
15458 "${test_prefix}"|"${test_prefix}/"*|\
15459 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
15460 '${prefix}'|'${prefix}/'*|\
15461 '${exec_prefix}'|'${exec_prefix}/'*)
15462 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
15463 TARGET_SYSTEM_ROOT_DEFINE="$t"
15464 ;;
15465 esac
15466
15467else
15468
15469 use_sysroot=no
15470 TARGET_SYSTEM_ROOT=
15471 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
15472
15473fi
15474
15475
15476
15477
15478
15479# Check whether --enable-gold was given.
15480if test "${enable_gold+set}" = set; then :
15481 enableval=$enable_gold; case "${enableval}" in
15482 default)
15483 install_as_default=no
15484 installed_linker=ld.bfd
15485 ;;
15486 yes|no)
15487 install_as_default=yes
15488 installed_linker=ld.bfd
15489 ;;
15490 *)
15491 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
15492 ;;
15493 esac
15494else
15495 install_as_default=yes
15496 installed_linker=ld.bfd
15497fi
15498
15499
15500
15501
15502# Check whether --enable-got was given.
15503if test "${enable_got+set}" = set; then :
15504 enableval=$enable_got; case "${enableval}" in
15505 target | single | negative | multigot) got_handling=$enableval ;;
15506 *) as_fn_error "bad value ${enableval} for --enable-got option" "$LINENO" 5 ;;
15507esac
15508else
15509 got_handling=target
15510fi
15511
15512
15513case "${got_handling}" in
15514 target)
15515
15516$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h
15517 ;;
15518 single)
15519
15520$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h
15521 ;;
15522 negative)
15523
15524$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h
15525 ;;
15526 multigot)
15527
15528$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h
15529 ;;
15530 *) as_fn_error "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
15531esac
15532
6c3bc0f8
NC
15533# PR gas/19109
15534# Decide the default method for compressing debug sections.
15535ac_default_compressed_debug_sections=unset
15536# Provide a configure time option to override our default.
15537# Check whether --enable-compressed_debug_sections was given.
15538if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 15539 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 15540 ,yes, | ,all, | *,ld,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 15541 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
15542esac
15543fi
15544
6734f10a
SB
15545# Decide setting DT_RUNPATH instead of DT_RPATH by default
15546ac_default_new_dtags=unset
15547# Provide a configure time option to override our default.
15548# Check whether --enable-new_dtags was given.
15549if test "${enable_new_dtags+set}" = set; then :
15550 enableval=$enable_new_dtags; case "${enableval}" in
15551 yes) ac_default_new_dtags=1 ;;
15552 no) ac_default_new_dtags=0 ;;
15553esac
15554fi
15555
647e4d46
L
15556# Decide if -z relro should be enabled in ELF linker by default.
15557ac_default_ld_z_relro=unset
15558# Provide a configure time option to override our default.
15559# Check whether --enable-relro was given.
15560if test "${enable_relro+set}" = set; then :
15561 enableval=$enable_relro; case "${enableval}" in
15562 yes) ac_default_ld_z_relro=1 ;;
15563 no) ac_default_ld_z_relro=0 ;;
15564esac
15565fi
15566
b879806f
AM
15567
15568# Set the 'development' global.
15569. $srcdir/../bfd/development.sh
15570
c5da1932
VZ
15571# Set acp_cpp_for_build variable
15572ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
15573
9780e045 15574# Default set of GCC warnings to enable.
b879806f 15575GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 15576GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
15577
15578# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
b879806f
AM
15579cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15580/* end confdefs.h. */
15581__GNUC__
15582_ACEOF
15583if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15584 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
ce2cded5 15585
3cb62297 15586else
b879806f 15587 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
3cb62297 15588fi
b879806f 15589rm -f conftest*
ce2cded5 15590
ce2cded5 15591
9780e045
NC
15592# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
15593cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15594/* end confdefs.h. */
15595__GNUC__
15596_ACEOF
15597if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15598 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
15599
15600else
15601 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
15602fi
15603rm -f conftest*
15604
15605
6757cf57
TS
15606# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
15607WARN_WRITE_STRINGS=""
15608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15609/* end confdefs.h. */
15610__GNUC__
15611_ACEOF
15612if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15613 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
15614
15615else
15616 WARN_WRITE_STRINGS="-Wwrite-strings"
15617fi
15618rm -f conftest*
15619
9780e045 15620
96fe4562 15621# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
15622
15623# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
15624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15625/* end confdefs.h. */
15626__GNUC__
15627_ACEOF
15628if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
15629 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
15630
15631else
15632 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
15633fi
15634rm -f conftest*
15635
15636
15637# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
15638cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15639/* end confdefs.h. */
15640__GNUC__
15641_ACEOF
15642if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
15643 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
15644
15645else
15646 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
15647fi
15648rm -f conftest*
15649
15650
b879806f
AM
15651# Check whether --enable-werror was given.
15652if test "${enable_werror+set}" = set; then :
15653 enableval=$enable_werror; case "${enableval}" in
15654 yes | y) ERROR_ON_WARNING="yes" ;;
15655 no | n) ERROR_ON_WARNING="no" ;;
15656 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
15657 esac
15658fi
ce2cded5
L
15659
15660
b879806f
AM
15661# Disable -Wformat by default when using gcc on mingw
15662case "${host}" in
15663 *-*-mingw32*)
15664 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
15665 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 15666 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
b879806f
AM
15667 fi
15668 ;;
15669 *) ;;
15670esac
ce2cded5 15671
b879806f
AM
15672# Enable -Werror by default when using gcc. Turn it off for releases.
15673if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
15674 ERROR_ON_WARNING=yes
15675fi
d7040cdb 15676
b879806f
AM
15677NO_WERROR=
15678if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 15679 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 15680 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
b879806f
AM
15681 NO_WERROR="-Wno-error"
15682fi
3cb62297 15683
b879806f
AM
15684if test "${GCC}" = yes ; then
15685 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 15686 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
b879806f 15687fi
67310ccd 15688
b879806f
AM
15689# Check whether --enable-build-warnings was given.
15690if test "${enable_build_warnings+set}" = set; then :
15691 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
15692 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
15693 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
b879806f
AM
15694 no) if test "${GCC}" = yes ; then
15695 WARN_CFLAGS="-w"
c5da1932 15696 WARN_CFLAGS_FOR_BUILD="-w"
b879806f
AM
15697 fi;;
15698 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
15699 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
15700 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
b879806f 15701 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
15702 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
15703 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
15704 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
15705 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
b879806f
AM
15706esac
15707fi
67310ccd 15708
d7040cdb 15709
b879806f
AM
15710if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
15711 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
15712fi
d7040cdb 15713
d7040cdb 15714
d7040cdb 15715
d7040cdb 15716
ce2cded5
L
15717
15718
6757cf57 15719
c5da1932 15720
b879806f
AM
15721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
15722$as_echo_n "checking for LC_MESSAGES... " >&6; }
15723if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
15724 $as_echo_n "(cached) " >&6
15725else
15726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15727/* end confdefs.h. */
15728#include <locale.h>
15729int
15730main ()
15731{
15732return LC_MESSAGES
15733 ;
15734 return 0;
15735}
15736_ACEOF
15737if ac_fn_c_try_link "$LINENO"; then :
15738 am_cv_val_LC_MESSAGES=yes
15739else
15740 am_cv_val_LC_MESSAGES=no
15741fi
15742rm -f core conftest.err conftest.$ac_objext \
15743 conftest$ac_exeext conftest.$ac_ext
15744fi
15745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
15746$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
15747 if test $am_cv_val_LC_MESSAGES = yes; then
ce2cded5 15748
b879806f 15749$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
ce2cded5 15750
b879806f 15751 fi
ce2cded5 15752
ce2cded5 15753
b879806f 15754ac_config_headers="$ac_config_headers config.h:config.in"
ce2cded5
L
15755
15756
b879806f 15757# PR 14072
ce2cded5 15758
ce2cded5 15759
b879806f
AM
15760if test -z "$target" ; then
15761 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
15762fi
15763if test -z "$host" ; then
15764 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
15765fi
d7040cdb 15766
b879806f 15767# host-specific stuff:
d7040cdb 15768
0348d4be 15769ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg it uk sr"
d7040cdb
SE
15770# If we haven't got the data from the intl directory,
15771# assume NLS is disabled.
15772USE_NLS=no
15773LIBINTL=
15774LIBINTL_DEP=
15775INCINTL=
15776XGETTEXT=
15777GMSGFMT=
15778POSUB=
15779
15780if test -f ../intl/config.intl; then
15781 . ../intl/config.intl
15782fi
81ecdfbb
RW
15783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15784$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 15785if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
15786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15787$as_echo "no" >&6; }
d7040cdb 15788else
81ecdfbb
RW
15789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15790$as_echo "yes" >&6; }
d7040cdb 15791
81ecdfbb 15792$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
15793
15794
81ecdfbb
RW
15795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
15796$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
15797 # Look for .po and .gmo files in the source directory.
15798 CATALOGS=
15799 XLINGUAS=
15800 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
15801 # If there aren't any .gmo files the shell will give us the
15802 # literal string "../path/to/srcdir/po/*.gmo" which has to be
15803 # weeded out.
15804 case "$cat" in *\**)
15805 continue;;
15806 esac
15807 # The quadruple backslash is collapsed to a double backslash
15808 # by the backticks, then collapsed again by the double quotes,
15809 # leaving us with one backslash in the sed expression (right
15810 # before the dot that mustn't act as a wildcard).
15811 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
15812 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
15813 # The user is allowed to set LINGUAS to a list of languages to
15814 # install catalogs for. If it's empty that means "all of them."
15815 if test "x$LINGUAS" = x; then
15816 CATALOGS="$CATALOGS $cat"
15817 XLINGUAS="$XLINGUAS $lang"
15818 else
15819 case "$LINGUAS" in *$lang*)
15820 CATALOGS="$CATALOGS $cat"
15821 XLINGUAS="$XLINGUAS $lang"
15822 ;;
15823 esac
15824 fi
15825 done
15826 LINGUAS="$XLINGUAS"
81ecdfbb
RW
15827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
15828$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
15829
15830
15831 DATADIRNAME=share
15832
15833 INSTOBJEXT=.mo
15834
15835 GENCAT=gencat
15836
15837 CATOBJEXT=.gmo
15838
15839fi
15840
15841 MKINSTALLDIRS=
15842 if test -n "$ac_aux_dir"; then
15843 case "$ac_aux_dir" in
15844 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
15845 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
15846 esac
15847 fi
15848 if test -z "$MKINSTALLDIRS"; then
15849 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
15850 fi
15851
15852
15853
81ecdfbb
RW
15854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15855$as_echo_n "checking whether NLS is requested... " >&6; }
15856 # Check whether --enable-nls was given.
15857if test "${enable_nls+set}" = set; then :
15858 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
15859else
15860 USE_NLS=yes
81ecdfbb
RW
15861fi
15862
15863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
15864$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
15865
15866
15867
15868
15869
15870
15871# Prepare PATH_SEPARATOR.
15872# The user is always right.
15873if test "${PATH_SEPARATOR+set}" != set; then
15874 echo "#! /bin/sh" >conf$$.sh
15875 echo "exit 0" >>conf$$.sh
15876 chmod +x conf$$.sh
15877 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15878 PATH_SEPARATOR=';'
15879 else
15880 PATH_SEPARATOR=:
15881 fi
15882 rm -f conf$$.sh
15883fi
15884
15885# Find out how to test for executable files. Don't use a zero-byte file,
15886# as systems may use methods other than mode bits to determine executability.
15887cat >conf$$.file <<_ASEOF
15888#! /bin/sh
15889exit 0
15890_ASEOF
15891chmod +x conf$$.file
15892if test -x conf$$.file >/dev/null 2>&1; then
15893 ac_executable_p="test -x"
15894else
15895 ac_executable_p="test -f"
15896fi
15897rm -f conf$$.file
15898
15899# Extract the first word of "msgfmt", so it can be a program name with args.
15900set dummy msgfmt; ac_word=$2
81ecdfbb
RW
15901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15902$as_echo_n "checking for $ac_word... " >&6; }
15903if test "${ac_cv_path_MSGFMT+set}" = set; then :
15904 $as_echo_n "(cached) " >&6
d7040cdb
SE
15905else
15906 case "$MSGFMT" in
15907 [\\/]* | ?:[\\/]*)
15908 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
15909 ;;
15910 *)
15911 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15912 for ac_dir in $PATH; do
15913 IFS="$ac_save_IFS"
15914 test -z "$ac_dir" && ac_dir=.
15915 for ac_exec_ext in '' $ac_executable_extensions; do
15916 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15917 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
15918 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
15919 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
15920 break 2
15921 fi
15922 fi
15923 done
15924 done
15925 IFS="$ac_save_IFS"
15926 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
15927 ;;
15928esac
15929fi
15930MSGFMT="$ac_cv_path_MSGFMT"
15931if test "$MSGFMT" != ":"; then
81ecdfbb
RW
15932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
15933$as_echo "$MSGFMT" >&6; }
d7040cdb 15934else
81ecdfbb
RW
15935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15936$as_echo "no" >&6; }
d7040cdb
SE
15937fi
15938
15939 # Extract the first word of "gmsgfmt", so it can be a program name with args.
15940set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
15941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15942$as_echo_n "checking for $ac_word... " >&6; }
15943if test "${ac_cv_path_GMSGFMT+set}" = set; then :
15944 $as_echo_n "(cached) " >&6
d7040cdb
SE
15945else
15946 case $GMSGFMT in
15947 [\\/]* | ?:[\\/]*)
15948 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
15949 ;;
15950 *)
15951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15952for as_dir in $PATH
15953do
15954 IFS=$as_save_IFS
15955 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
15956 for ac_exec_ext in '' $ac_executable_extensions; do
15957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 15958 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 15959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
15960 break 2
15961 fi
15962done
81ecdfbb
RW
15963 done
15964IFS=$as_save_IFS
d7040cdb
SE
15965
15966 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
15967 ;;
15968esac
15969fi
15970GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 15971if test -n "$GMSGFMT"; then
81ecdfbb
RW
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
15973$as_echo "$GMSGFMT" >&6; }
d7040cdb 15974else
81ecdfbb
RW
15975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15976$as_echo "no" >&6; }
20e95c23 15977fi
42ecbf5e 15978
20e95c23 15979
252b5132 15980
81ecdfbb 15981
d7040cdb
SE
15982# Prepare PATH_SEPARATOR.
15983# The user is always right.
15984if test "${PATH_SEPARATOR+set}" != set; then
15985 echo "#! /bin/sh" >conf$$.sh
15986 echo "exit 0" >>conf$$.sh
15987 chmod +x conf$$.sh
15988 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15989 PATH_SEPARATOR=';'
15990 else
15991 PATH_SEPARATOR=:
15992 fi
15993 rm -f conf$$.sh
20e95c23 15994fi
252b5132 15995
d7040cdb
SE
15996# Find out how to test for executable files. Don't use a zero-byte file,
15997# as systems may use methods other than mode bits to determine executability.
15998cat >conf$$.file <<_ASEOF
15999#! /bin/sh
16000exit 0
16001_ASEOF
16002chmod +x conf$$.file
16003if test -x conf$$.file >/dev/null 2>&1; then
16004 ac_executable_p="test -x"
20e95c23 16005else
d7040cdb
SE
16006 ac_executable_p="test -f"
16007fi
16008rm -f conf$$.file
20e95c23 16009
d7040cdb
SE
16010# Extract the first word of "xgettext", so it can be a program name with args.
16011set dummy xgettext; ac_word=$2
81ecdfbb
RW
16012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16013$as_echo_n "checking for $ac_word... " >&6; }
16014if test "${ac_cv_path_XGETTEXT+set}" = set; then :
16015 $as_echo_n "(cached) " >&6
252b5132 16016else
d7040cdb
SE
16017 case "$XGETTEXT" in
16018 [\\/]* | ?:[\\/]*)
16019 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
16020 ;;
16021 *)
16022 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16023 for ac_dir in $PATH; do
16024 IFS="$ac_save_IFS"
16025 test -z "$ac_dir" && ac_dir=.
16026 for ac_exec_ext in '' $ac_executable_extensions; do
16027 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16028 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
16029 (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
16030 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
16031 break 2
16032 fi
16033 fi
16034 done
16035 done
16036 IFS="$ac_save_IFS"
16037 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
16038 ;;
16039esac
252b5132 16040fi
d7040cdb
SE
16041XGETTEXT="$ac_cv_path_XGETTEXT"
16042if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
16043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
16044$as_echo "$XGETTEXT" >&6; }
d5fbea21 16045else
81ecdfbb
RW
16046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16047$as_echo "no" >&6; }
d5fbea21
DJ
16048fi
16049
d7040cdb 16050 rm -f messages.po
d5fbea21 16051
20e95c23 16052
d7040cdb
SE
16053# Prepare PATH_SEPARATOR.
16054# The user is always right.
16055if test "${PATH_SEPARATOR+set}" != set; then
16056 echo "#! /bin/sh" >conf$$.sh
16057 echo "exit 0" >>conf$$.sh
16058 chmod +x conf$$.sh
16059 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16060 PATH_SEPARATOR=';'
16061 else
16062 PATH_SEPARATOR=:
16063 fi
16064 rm -f conf$$.sh
16065fi
20e95c23 16066
d7040cdb
SE
16067# Find out how to test for executable files. Don't use a zero-byte file,
16068# as systems may use methods other than mode bits to determine executability.
16069cat >conf$$.file <<_ASEOF
16070#! /bin/sh
16071exit 0
16072_ASEOF
16073chmod +x conf$$.file
16074if test -x conf$$.file >/dev/null 2>&1; then
16075 ac_executable_p="test -x"
16076else
16077 ac_executable_p="test -f"
16078fi
16079rm -f conf$$.file
20e95c23 16080
d7040cdb
SE
16081# Extract the first word of "msgmerge", so it can be a program name with args.
16082set dummy msgmerge; ac_word=$2
81ecdfbb
RW
16083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16084$as_echo_n "checking for $ac_word... " >&6; }
16085if test "${ac_cv_path_MSGMERGE+set}" = set; then :
16086 $as_echo_n "(cached) " >&6
d7040cdb
SE
16087else
16088 case "$MSGMERGE" in
16089 [\\/]* | ?:[\\/]*)
16090 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
16091 ;;
16092 *)
16093 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16094 for ac_dir in $PATH; do
16095 IFS="$ac_save_IFS"
16096 test -z "$ac_dir" && ac_dir=.
16097 for ac_exec_ext in '' $ac_executable_extensions; do
16098 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16099 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
16100 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
16101 break 2
16102 fi
16103 fi
16104 done
16105 done
16106 IFS="$ac_save_IFS"
16107 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
16108 ;;
16109esac
16110fi
16111MSGMERGE="$ac_cv_path_MSGMERGE"
16112if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
16113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
16114$as_echo "$MSGMERGE" >&6; }
d7040cdb 16115else
81ecdfbb
RW
16116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16117$as_echo "no" >&6; }
d7040cdb 16118fi
20e95c23
DJ
16119
16120
d7040cdb
SE
16121 if test "$GMSGFMT" != ":"; then
16122 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
16123 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16124 : ;
16125 else
16126 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
16127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
16128$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
16129 GMSGFMT=":"
16130 fi
16131 fi
20e95c23 16132
d7040cdb
SE
16133 if test "$XGETTEXT" != ":"; then
16134 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
16135 (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
16136 : ;
16137 else
81ecdfbb
RW
16138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
16139$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
16140 XGETTEXT=":"
16141 fi
16142 rm -f messages.po
20e95c23 16143 fi
42ecbf5e 16144
81ecdfbb 16145 ac_config_commands="$ac_config_commands default-1"
252b5132 16146
42ecbf5e 16147
252b5132 16148
42ecbf5e
DJ
16149
16150
d7040cdb 16151for ac_prog in 'bison -y' byacc
20e95c23 16152do
d7040cdb
SE
16153 # Extract the first word of "$ac_prog", so it can be a program name with args.
16154set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
16155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16156$as_echo_n "checking for $ac_word... " >&6; }
16157if test "${ac_cv_prog_YACC+set}" = set; then :
16158 $as_echo_n "(cached) " >&6
20e95c23 16159else
d7040cdb
SE
16160 if test -n "$YACC"; then
16161 ac_cv_prog_YACC="$YACC" # Let the user override the test.
42ecbf5e 16162else
d7040cdb
SE
16163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16164for as_dir in $PATH
16165do
16166 IFS=$as_save_IFS
16167 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
16168 for ac_exec_ext in '' $ac_executable_extensions; do
16169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 16170 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 16171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
16172 break 2
16173 fi
16174done
81ecdfbb
RW
16175 done
16176IFS=$as_save_IFS
42ecbf5e 16177
42ecbf5e 16178fi
e5a52504 16179fi
d7040cdb
SE
16180YACC=$ac_cv_prog_YACC
16181if test -n "$YACC"; then
81ecdfbb
RW
16182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
16183$as_echo "$YACC" >&6; }
42ecbf5e 16184else
81ecdfbb
RW
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16186$as_echo "no" >&6; }
42ecbf5e 16187fi
252b5132 16188
81ecdfbb 16189
d7040cdb 16190 test -n "$YACC" && break
42ecbf5e 16191done
d7040cdb 16192test -n "$YACC" || YACC="yacc"
d15b04bd 16193
d7040cdb
SE
16194for ac_prog in flex lex
16195do
16196 # Extract the first word of "$ac_prog", so it can be a program name with args.
16197set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
16198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16199$as_echo_n "checking for $ac_word... " >&6; }
16200if test "${ac_cv_prog_LEX+set}" = set; then :
16201 $as_echo_n "(cached) " >&6
d15b04bd 16202else
d7040cdb
SE
16203 if test -n "$LEX"; then
16204 ac_cv_prog_LEX="$LEX" # Let the user override the test.
16205else
16206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16207for as_dir in $PATH
16208do
16209 IFS=$as_save_IFS
16210 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
16211 for ac_exec_ext in '' $ac_executable_extensions; do
16212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 16213 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 16214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
16215 break 2
16216 fi
16217done
81ecdfbb
RW
16218 done
16219IFS=$as_save_IFS
d7040cdb
SE
16220
16221fi
16222fi
16223LEX=$ac_cv_prog_LEX
16224if test -n "$LEX"; then
81ecdfbb
RW
16225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16226$as_echo "$LEX" >&6; }
d7040cdb 16227else
81ecdfbb
RW
16228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16229$as_echo "no" >&6; }
d15b04bd 16230fi
e5a52504 16231
81ecdfbb 16232
d7040cdb
SE
16233 test -n "$LEX" && break
16234done
16235test -n "$LEX" || LEX=":"
42ecbf5e 16236
3d961d0d
AM
16237case "$LEX" in
16238 :|*"missing "*) ;;
16239 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
16240%%
16241a { ECHO; }
16242b { REJECT; }
16243c { yymore (); }
16244d { yyless (1); }
16245e { yyless (input () != 0); }
16246f { unput (yytext[0]); }
16247. { BEGIN INITIAL; }
16248%%
16249#ifdef YYTEXT_POINTER
16250extern char *yytext;
d7040cdb 16251#endif
42ecbf5e 16252int
81ecdfbb 16253main (void)
42ecbf5e 16254{
81ecdfbb 16255 return ! yylex () + ! yywrap ();
42ecbf5e
DJ
16256}
16257_ACEOF
81ecdfbb
RW
16258{ { ac_try="$LEX conftest.l"
16259case "(($ac_try" in
16260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16261 *) ac_try_echo=$ac_try;;
16262esac
16263eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16264$as_echo "$ac_try_echo"; } >&5
16265 (eval "$LEX conftest.l") 2>&5
42ecbf5e 16266 ac_status=$?
81ecdfbb
RW
16267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16268 test $ac_status = 0; }
16269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
16270$as_echo_n "checking lex output file root... " >&6; }
16271if test "${ac_cv_prog_lex_root+set}" = set; then :
16272 $as_echo_n "(cached) " >&6
42ecbf5e 16273else
42ecbf5e 16274
81ecdfbb
RW
16275if test -f lex.yy.c; then
16276 ac_cv_prog_lex_root=lex.yy
16277elif test -f lexyy.c; then
16278 ac_cv_prog_lex_root=lexyy
16279else
16280 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
42ecbf5e 16281fi
42ecbf5e 16282fi
81ecdfbb
RW
16283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
16284$as_echo "$ac_cv_prog_lex_root" >&6; }
16285LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
20e95c23 16286
81ecdfbb
RW
16287if test -z "${LEXLIB+set}"; then
16288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
16289$as_echo_n "checking lex library... " >&6; }
16290if test "${ac_cv_lib_lex+set}" = set; then :
16291 $as_echo_n "(cached) " >&6
252b5132 16292else
20e95c23 16293
81ecdfbb
RW
16294 ac_save_LIBS=$LIBS
16295 ac_cv_lib_lex='none needed'
16296 for ac_lib in '' -lfl -ll; do
16297 LIBS="$ac_lib $ac_save_LIBS"
16298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16299/* end confdefs.h. */
16300`cat $LEX_OUTPUT_ROOT.c`
16301_ACEOF
16302if ac_fn_c_try_link "$LINENO"; then :
16303 ac_cv_lib_lex=$ac_lib
20e95c23 16304fi
81ecdfbb
RW
16305rm -f core conftest.err conftest.$ac_objext \
16306 conftest$ac_exeext conftest.$ac_ext
16307 test "$ac_cv_lib_lex" != 'none needed' && break
16308 done
16309 LIBS=$ac_save_LIBS
20e95c23
DJ
16310
16311fi
81ecdfbb
RW
16312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
16313$as_echo "$ac_cv_lib_lex" >&6; }
16314 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb 16315fi
20e95c23 16316
20e95c23 16317
81ecdfbb
RW
16318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
16319$as_echo_n "checking whether yytext is a pointer... " >&6; }
16320if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
16321 $as_echo_n "(cached) " >&6
d7040cdb
SE
16322else
16323 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 16324# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
16325# not all implementations provide the %pointer and %array declarations.
16326ac_cv_prog_lex_yytext_pointer=no
d7040cdb 16327ac_save_LIBS=$LIBS
81ecdfbb
RW
16328LIBS="$LEXLIB $ac_save_LIBS"
16329cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16330/* end confdefs.h. */
16331#define YYTEXT_POINTER 1
d7040cdb 16332`cat $LEX_OUTPUT_ROOT.c`
20e95c23 16333_ACEOF
81ecdfbb 16334if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 16335 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 16336fi
81ecdfbb
RW
16337rm -f core conftest.err conftest.$ac_objext \
16338 conftest$ac_exeext conftest.$ac_ext
d7040cdb 16339LIBS=$ac_save_LIBS
d7040cdb
SE
16340
16341fi
81ecdfbb
RW
16342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
16343$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
16344if test $ac_cv_prog_lex_yytext_pointer = yes; then
16345
81ecdfbb 16346$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
16347
16348fi
81ecdfbb 16349rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
16350 ;;
16351esac
d7040cdb
SE
16352if test "$LEX" = :; then
16353 LEX=${am_missing_run}flex
16354fi
16355
81ecdfbb
RW
16356
16357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
16358$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
16359 # Check whether --enable-maintainer-mode was given.
16360if test "${enable_maintainer_mode+set}" = set; then :
16361 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
252b5132 16362else
d7040cdb 16363 USE_MAINTAINER_MODE=no
81ecdfbb 16364fi
d7040cdb 16365
81ecdfbb
RW
16366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
16367$as_echo "$USE_MAINTAINER_MODE" >&6; }
16368 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
16369 MAINTAINER_MODE_TRUE=
16370 MAINTAINER_MODE_FALSE='#'
16371else
16372 MAINTAINER_MODE_TRUE='#'
16373 MAINTAINER_MODE_FALSE=
252b5132 16374fi
252b5132 16375
d7040cdb
SE
16376 MAINT=$MAINTAINER_MODE_TRUE
16377
16378
81ecdfbb 16379 if false; then
d7040cdb
SE
16380 GENINSRC_NEVER_TRUE=
16381 GENINSRC_NEVER_FALSE='#'
16382else
16383 GENINSRC_NEVER_TRUE='#'
16384 GENINSRC_NEVER_FALSE=
252b5132
RH
16385fi
16386
81ecdfbb
RW
16387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
16388$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
16389if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
16390 $as_echo_n "(cached) " >&6
eccbf555
AM
16391else
16392 echo abfoo >t1
16393 echo cdfoo >t2
da17fe9d 16394 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
eccbf555
AM
16395 if cmp t1 t2 2 2 > /dev/null 2>&1; then
16396 if cmp t1 t2 1 1 > /dev/null 2>&1; then
16397 :
16398 else
16399 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
16400 fi
16401 fi
16402 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
16403 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
16404 :
16405 else
16406 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
16407 fi
16408 fi
16409 rm t1 t2
16410
16411fi
81ecdfbb
RW
16412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
16413$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
eccbf555
AM
16414do_compare="$gcc_cv_prog_cmp_skip"
16415
16416
d7040cdb
SE
16417
16418. ${srcdir}/configure.host
16419
16420
16421
16422
58797674 16423for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h locale.h sys/param.h
81ecdfbb
RW
16424do :
16425 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16426ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16427eval as_val=\$$as_ac_Header
16428 if test "x$as_val" = x""yes; then :
42ecbf5e 16429 cat >>confdefs.h <<_ACEOF
81ecdfbb 16430#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
42ecbf5e
DJ
16431_ACEOF
16432
16433fi
16434
252b5132
RH
16435done
16436
5d3236ee
DK
16437for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
16438do :
16439 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16440ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16441eval as_val=\$$as_ac_Header
16442 if test "x$as_val" = x""yes; then :
16443 cat >>confdefs.h <<_ACEOF
16444#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16445_ACEOF
16446
16447fi
16448
16449done
16450
208a4923
NC
16451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
16452$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
16453if test "${gcc_cv_header_string+set}" = set; then :
16454 $as_echo_n "(cached) " >&6
16455else
16456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16457/* end confdefs.h. */
16458#include <string.h>
16459#include <strings.h>
16460int
16461main ()
16462{
16463
16464 ;
16465 return 0;
16466}
16467_ACEOF
16468if ac_fn_c_try_compile "$LINENO"; then :
16469 gcc_cv_header_string=yes
16470else
16471 gcc_cv_header_string=no
16472fi
16473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16474fi
16475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
16476$as_echo "$gcc_cv_header_string" >&6; }
16477if test $gcc_cv_header_string = yes; then
16478
16479$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
16480
16481fi
16482
44350750 16483for ac_func in glob mkstemp realpath sbrk setlocale waitpid
81ecdfbb
RW
16484do :
16485 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16486ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16487eval as_val=\$$as_ac_var
16488 if test "x$as_val" = x""yes; then :
42ecbf5e 16489 cat >>confdefs.h <<_ACEOF
81ecdfbb 16490#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42ecbf5e 16491_ACEOF
252b5132 16492
252b5132
RH
16493fi
16494done
16495
88ba72a2 16496for ac_func in open lseek close
5d3236ee
DK
16497do :
16498 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16499ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16500eval as_val=\$$as_ac_var
16501 if test "x$as_val" = x""yes; then :
16502 cat >>confdefs.h <<_ACEOF
16503#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16504_ACEOF
16505
16506fi
16507done
16508
252b5132 16509ac_header_dirent=no
42ecbf5e 16510for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
81ecdfbb
RW
16511 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
16512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
16513$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
16514if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
16515 $as_echo_n "(cached) " >&6
16516else
16517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16518/* end confdefs.h. */
252b5132
RH
16519#include <sys/types.h>
16520#include <$ac_hdr>
42ecbf5e
DJ
16521
16522int
16523main ()
16524{
16525if ((DIR *) 0)
16526return 0;
16527 ;
16528 return 0;
16529}
16530_ACEOF
81ecdfbb 16531if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
16532 eval "$as_ac_Header=yes"
16533else
81ecdfbb 16534 eval "$as_ac_Header=no"
42ecbf5e 16535fi
81ecdfbb 16536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 16537fi
81ecdfbb
RW
16538eval ac_res=\$$as_ac_Header
16539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16540$as_echo "$ac_res" >&6; }
16541eval as_val=\$$as_ac_Header
16542 if test "x$as_val" = x""yes; then :
42ecbf5e 16543 cat >>confdefs.h <<_ACEOF
81ecdfbb 16544#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
42ecbf5e
DJ
16545_ACEOF
16546
16547ac_header_dirent=$ac_hdr; break
d15b04bd 16548fi
42ecbf5e 16549
d15b04bd
L
16550done
16551# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
16552if test $ac_header_dirent = dirent.h; then
81ecdfbb
RW
16553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16554$as_echo_n "checking for library containing opendir... " >&6; }
16555if test "${ac_cv_search_opendir+set}" = set; then :
16556 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
16557else
16558 ac_func_search_save_LIBS=$LIBS
81ecdfbb 16559cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
16560/* end confdefs.h. */
16561
81ecdfbb
RW
16562/* Override any GCC internal prototype to avoid an error.
16563 Use char because int might match the return type of a GCC
16564 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
16565#ifdef __cplusplus
16566extern "C"
16567#endif
42ecbf5e
DJ
16568char opendir ();
16569int
16570main ()
16571{
81ecdfbb 16572return opendir ();
42ecbf5e
DJ
16573 ;
16574 return 0;
16575}
16576_ACEOF
81ecdfbb
RW
16577for ac_lib in '' dir; do
16578 if test -z "$ac_lib"; then
16579 ac_res="none required"
16580 else
16581 ac_res=-l$ac_lib
42ecbf5e 16582 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
16583 fi
16584 if ac_fn_c_try_link "$LINENO"; then :
16585 ac_cv_search_opendir=$ac_res
16586fi
16587rm -f core conftest.err conftest.$ac_objext \
16588 conftest$ac_exeext
16589 if test "${ac_cv_search_opendir+set}" = set; then :
16590 break
16591fi
16592done
16593if test "${ac_cv_search_opendir+set}" = set; then :
e5a52504 16594
42ecbf5e 16595else
81ecdfbb 16596 ac_cv_search_opendir=no
252b5132 16597fi
81ecdfbb 16598rm conftest.$ac_ext
42ecbf5e
DJ
16599LIBS=$ac_func_search_save_LIBS
16600fi
81ecdfbb
RW
16601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16602$as_echo "$ac_cv_search_opendir" >&6; }
16603ac_res=$ac_cv_search_opendir
16604if test "$ac_res" != no; then :
16605 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 16606
d15b04bd 16607fi
252b5132
RH
16608
16609else
81ecdfbb
RW
16610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16611$as_echo_n "checking for library containing opendir... " >&6; }
16612if test "${ac_cv_search_opendir+set}" = set; then :
16613 $as_echo_n "(cached) " >&6
252b5132 16614else
42ecbf5e 16615 ac_func_search_save_LIBS=$LIBS
81ecdfbb 16616cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
16617/* end confdefs.h. */
16618
81ecdfbb
RW
16619/* Override any GCC internal prototype to avoid an error.
16620 Use char because int might match the return type of a GCC
16621 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
16622#ifdef __cplusplus
16623extern "C"
16624#endif
42ecbf5e
DJ
16625char opendir ();
16626int
16627main ()
16628{
81ecdfbb 16629return opendir ();
42ecbf5e
DJ
16630 ;
16631 return 0;
16632}
16633_ACEOF
81ecdfbb
RW
16634for ac_lib in '' x; do
16635 if test -z "$ac_lib"; then
16636 ac_res="none required"
16637 else
16638 ac_res=-l$ac_lib
42ecbf5e 16639 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
16640 fi
16641 if ac_fn_c_try_link "$LINENO"; then :
16642 ac_cv_search_opendir=$ac_res
16643fi
16644rm -f core conftest.err conftest.$ac_objext \
16645 conftest$ac_exeext
16646 if test "${ac_cv_search_opendir+set}" = set; then :
16647 break
16648fi
16649done
16650if test "${ac_cv_search_opendir+set}" = set; then :
252b5132 16651
42ecbf5e 16652else
81ecdfbb 16653 ac_cv_search_opendir=no
252b5132 16654fi
81ecdfbb 16655rm conftest.$ac_ext
42ecbf5e 16656LIBS=$ac_func_search_save_LIBS
252b5132 16657fi
81ecdfbb
RW
16658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16659$as_echo "$ac_cv_search_opendir" >&6; }
16660ac_res=$ac_cv_search_opendir
16661if test "$ac_res" != no; then :
16662 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 16663
d15b04bd 16664fi
252b5132
RH
16665
16666fi
16667
16668
2aec968d
L
16669for ac_header in stdlib.h unistd.h
16670do :
16671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16672ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16673eval as_val=\$$as_ac_Header
16674 if test "x$as_val" = x""yes; then :
16675 cat >>confdefs.h <<_ACEOF
16676#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16677_ACEOF
16678
16679fi
16680
16681done
16682
16683for ac_func in getpagesize
16684do :
16685 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
16686if test "x$ac_cv_func_getpagesize" = x""yes; then :
16687 cat >>confdefs.h <<_ACEOF
16688#define HAVE_GETPAGESIZE 1
16689_ACEOF
16690
16691fi
16692done
16693
16694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16695$as_echo_n "checking for working mmap... " >&6; }
16696if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
16697 $as_echo_n "(cached) " >&6
16698else
16699 if test "$cross_compiling" = yes; then :
16700 ac_cv_func_mmap_fixed_mapped=no
16701else
16702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16703/* end confdefs.h. */
16704$ac_includes_default
16705/* malloc might have been renamed as rpl_malloc. */
16706#undef malloc
16707
16708/* Thanks to Mike Haertel and Jim Avera for this test.
16709 Here is a matrix of mmap possibilities:
16710 mmap private not fixed
16711 mmap private fixed at somewhere currently unmapped
16712 mmap private fixed at somewhere already mapped
16713 mmap shared not fixed
16714 mmap shared fixed at somewhere currently unmapped
16715 mmap shared fixed at somewhere already mapped
16716 For private mappings, we should verify that changes cannot be read()
16717 back from the file, nor mmap's back from the file at a different
16718 address. (There have been systems where private was not correctly
16719 implemented like the infamous i386 svr4.0, and systems where the
16720 VM page cache was not coherent with the file system buffer cache
16721 like early versions of FreeBSD and possibly contemporary NetBSD.)
16722 For shared mappings, we should conversely verify that changes get
16723 propagated back to all the places they're supposed to be.
16724
16725 Grep wants private fixed already mapped.
16726 The main things grep needs to know about mmap are:
16727 * does it exist and is it safe to write into the mmap'd area
16728 * how to use it (BSD variants) */
16729
16730#include <fcntl.h>
16731#include <sys/mman.h>
16732
16733#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
16734char *malloc ();
16735#endif
16736
16737/* This mess was copied from the GNU getpagesize.h. */
16738#ifndef HAVE_GETPAGESIZE
16739/* Assume that all systems that can run configure have sys/param.h. */
16740# ifndef HAVE_SYS_PARAM_H
16741# define HAVE_SYS_PARAM_H 1
16742# endif
16743
16744# ifdef _SC_PAGESIZE
16745# define getpagesize() sysconf(_SC_PAGESIZE)
16746# else /* no _SC_PAGESIZE */
16747# ifdef HAVE_SYS_PARAM_H
16748# include <sys/param.h>
16749# ifdef EXEC_PAGESIZE
16750# define getpagesize() EXEC_PAGESIZE
16751# else /* no EXEC_PAGESIZE */
16752# ifdef NBPG
16753# define getpagesize() NBPG * CLSIZE
16754# ifndef CLSIZE
16755# define CLSIZE 1
16756# endif /* no CLSIZE */
16757# else /* no NBPG */
16758# ifdef NBPC
16759# define getpagesize() NBPC
16760# else /* no NBPC */
16761# ifdef PAGESIZE
16762# define getpagesize() PAGESIZE
16763# endif /* PAGESIZE */
16764# endif /* no NBPC */
16765# endif /* no NBPG */
16766# endif /* no EXEC_PAGESIZE */
16767# else /* no HAVE_SYS_PARAM_H */
16768# define getpagesize() 8192 /* punt totally */
16769# endif /* no HAVE_SYS_PARAM_H */
16770# endif /* no _SC_PAGESIZE */
16771
16772#endif /* no HAVE_GETPAGESIZE */
16773
16774int
16775main ()
16776{
16777 char *data, *data2, *data3;
16778 int i, pagesize;
16779 int fd;
16780
16781 pagesize = getpagesize ();
16782
16783 /* First, make a file with some known garbage in it. */
16784 data = (char *) malloc (pagesize);
16785 if (!data)
16786 return 1;
16787 for (i = 0; i < pagesize; ++i)
16788 *(data + i) = rand ();
16789 umask (0);
16790 fd = creat ("conftest.mmap", 0600);
16791 if (fd < 0)
16792 return 1;
16793 if (write (fd, data, pagesize) != pagesize)
16794 return 1;
16795 close (fd);
16796
16797 /* Next, try to mmap the file at a fixed address which already has
16798 something else allocated at it. If we can, also make sure that
16799 we see the same garbage. */
16800 fd = open ("conftest.mmap", O_RDWR);
16801 if (fd < 0)
16802 return 1;
16803 data2 = (char *) malloc (2 * pagesize);
16804 if (!data2)
16805 return 1;
16806 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
16807 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16808 MAP_PRIVATE | MAP_FIXED, fd, 0L))
16809 return 1;
16810 for (i = 0; i < pagesize; ++i)
16811 if (*(data + i) != *(data2 + i))
16812 return 1;
16813
16814 /* Finally, make sure that changes to the mapped area do not
16815 percolate back to the file as seen by read(). (This is a bug on
16816 some variants of i386 svr4.0.) */
16817 for (i = 0; i < pagesize; ++i)
16818 *(data2 + i) = *(data2 + i) + 1;
16819 data3 = (char *) malloc (pagesize);
16820 if (!data3)
16821 return 1;
16822 if (read (fd, data3, pagesize) != pagesize)
16823 return 1;
16824 for (i = 0; i < pagesize; ++i)
16825 if (*(data + i) != *(data3 + i))
16826 return 1;
16827 close (fd);
16828 return 0;
16829}
16830_ACEOF
16831if ac_fn_c_try_run "$LINENO"; then :
16832 ac_cv_func_mmap_fixed_mapped=yes
16833else
16834 ac_cv_func_mmap_fixed_mapped=no
16835fi
16836rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16837 conftest.$ac_objext conftest.beam conftest.$ac_ext
16838fi
16839
16840fi
16841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16842$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
16843if test $ac_cv_func_mmap_fixed_mapped = yes; then
16844
16845$as_echo "#define HAVE_MMAP 1" >>confdefs.h
16846
16847fi
16848rm -f conftest.mmap
16849
16850
5d3236ee
DK
16851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
16852$as_echo_n "checking for library containing dlopen... " >&6; }
16853if test "${ac_cv_search_dlopen+set}" = set; then :
16854 $as_echo_n "(cached) " >&6
16855else
16856 ac_func_search_save_LIBS=$LIBS
16857cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16858/* end confdefs.h. */
16859
16860/* Override any GCC internal prototype to avoid an error.
16861 Use char because int might match the return type of a GCC
16862 builtin and then its argument prototype would still apply. */
16863#ifdef __cplusplus
16864extern "C"
16865#endif
16866char dlopen ();
16867int
16868main ()
16869{
16870return dlopen ();
16871 ;
16872 return 0;
16873}
16874_ACEOF
16875for ac_lib in '' dl; do
16876 if test -z "$ac_lib"; then
16877 ac_res="none required"
16878 else
16879 ac_res=-l$ac_lib
16880 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16881 fi
16882 if ac_fn_c_try_link "$LINENO"; then :
16883 ac_cv_search_dlopen=$ac_res
16884fi
16885rm -f core conftest.err conftest.$ac_objext \
16886 conftest$ac_exeext
16887 if test "${ac_cv_search_dlopen+set}" = set; then :
16888 break
16889fi
16890done
16891if test "${ac_cv_search_dlopen+set}" = set; then :
16892
16893else
16894 ac_cv_search_dlopen=no
16895fi
16896rm conftest.$ac_ext
16897LIBS=$ac_func_search_save_LIBS
16898fi
16899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
16900$as_echo "$ac_cv_search_dlopen" >&6; }
16901ac_res=$ac_cv_search_dlopen
16902if test "$ac_res" != no; then :
16903 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16904
3917d5d5
DK
16905fi
16906
b879806f 16907 if test x$plugins = xyes; then
5d3236ee
DK
16908 ENABLE_PLUGINS_TRUE=
16909 ENABLE_PLUGINS_FALSE='#'
16910else
16911 ENABLE_PLUGINS_TRUE='#'
16912 ENABLE_PLUGINS_FALSE=
16913fi
16914
16915
02ecc8e9
L
16916# Check whether --enable-initfini-array was given.
16917if test "${enable_initfini_array+set}" = set; then :
26e3a0c9
AM
16918 enableval=$enable_initfini_array; case "${enableval}" in
16919 yes|no) ;;
16920 *) as_fn_error "invalid --enable-initfini-array argument" "$LINENO" 5 ;;
16921 esac
02ecc8e9 16922else
26e3a0c9 16923 enable_initfini_array=yes
02ecc8e9
L
16924fi
16925
16926
16927if test $enable_initfini_array = yes; then
16928
16929$as_echo "#define HAVE_INITFINI_ARRAY 1" >>confdefs.h
16930
16931fi
16932
81ecdfbb
RW
16933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
16934$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
16935if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then :
16936 $as_echo_n "(cached) " >&6
34875e64 16937else
81ecdfbb 16938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16939/* end confdefs.h. */
34875e64 16940#include <unistd.h>
42ecbf5e
DJ
16941int
16942main ()
16943{
34875e64 16944extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
16945 ;
16946 return 0;
16947}
16948_ACEOF
81ecdfbb 16949if ac_fn_c_try_compile "$LINENO"; then :
34875e64
NC
16950 ld_cv_decl_getopt_unistd_h=yes
16951else
81ecdfbb 16952 ld_cv_decl_getopt_unistd_h=no
34875e64 16953fi
81ecdfbb 16954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34875e64
NC
16955fi
16956
81ecdfbb
RW
16957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5
16958$as_echo "$ld_cv_decl_getopt_unistd_h" >&6; }
34875e64 16959if test $ld_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 16960
81ecdfbb 16961$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
34875e64
NC
16962
16963fi
42ecbf5e 16964
252b5132
RH
16965
16966case "${host}" in
a8100d5b 16967*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 16968
81ecdfbb 16969$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
16970 ;;
16971esac
16972
81ecdfbb
RW
16973ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
16974if test "x$ac_cv_have_decl_strstr" = x""yes; then :
16975 ac_have_decl=1
252b5132 16976else
81ecdfbb
RW
16977 ac_have_decl=0
16978fi
502bdb00 16979
81ecdfbb
RW
16980cat >>confdefs.h <<_ACEOF
16981#define HAVE_DECL_STRSTR $ac_have_decl
42ecbf5e 16982_ACEOF
81ecdfbb
RW
16983ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
16984if test "x$ac_cv_have_decl_free" = x""yes; then :
16985 ac_have_decl=1
252b5132 16986else
81ecdfbb 16987 ac_have_decl=0
252b5132
RH
16988fi
16989
502bdb00 16990cat >>confdefs.h <<_ACEOF
81ecdfbb 16991#define HAVE_DECL_FREE $ac_have_decl
502bdb00 16992_ACEOF
81ecdfbb
RW
16993ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
16994if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
16995 ac_have_decl=1
16996else
16997 ac_have_decl=0
16998fi
42ecbf5e 16999
81ecdfbb
RW
17000cat >>confdefs.h <<_ACEOF
17001#define HAVE_DECL_SBRK $ac_have_decl
17002_ACEOF
17003ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
17004if test "x$ac_cv_have_decl_getenv" = x""yes; then :
17005 ac_have_decl=1
17006else
17007 ac_have_decl=0
17008fi
502bdb00 17009
81ecdfbb
RW
17010cat >>confdefs.h <<_ACEOF
17011#define HAVE_DECL_GETENV $ac_have_decl
17012_ACEOF
17013ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
17014if test "x$ac_cv_have_decl_environ" = x""yes; then :
17015 ac_have_decl=1
502bdb00 17016else
81ecdfbb
RW
17017 ac_have_decl=0
17018fi
17019
17020cat >>confdefs.h <<_ACEOF
17021#define HAVE_DECL_ENVIRON $ac_have_decl
42ecbf5e 17022_ACEOF
252b5132 17023
252b5132 17024
597e2591
ILT
17025# When converting linker scripts into strings for use in emulation
17026# files, use astring.sed if the compiler supports ANSI string
17027# concatenation, or ostring.sed otherwise. This is to support the
17028# broken Microsoft MSVC compiler, which limits the length of string
17029# constants, while still supporting pre-ANSI compilers which do not
17030# support string concatenation.
81ecdfbb
RW
17031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5
17032$as_echo_n "checking whether ANSI C string concatenation works... " >&6; }
17033if test "${ld_cv_string_concatenation+set}" = set; then :
17034 $as_echo_n "(cached) " >&6
42ecbf5e 17035else
81ecdfbb 17036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 17037/* end confdefs.h. */
81ecdfbb 17038
314e9a4e
L
17039int
17040main ()
17041{
81ecdfbb 17042char *a = "a" "a";
314e9a4e
L
17043 ;
17044 return 0;
17045}
17046_ACEOF
81ecdfbb
RW
17047if ac_fn_c_try_compile "$LINENO"; then :
17048 ld_cv_string_concatenation=yes
314e9a4e 17049else
81ecdfbb 17050 ld_cv_string_concatenation=no
314e9a4e 17051fi
81ecdfbb 17052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
314e9a4e 17053fi
81ecdfbb
RW
17054
17055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5
17056$as_echo "$ld_cv_string_concatenation" >&6; }
17057if test "$ld_cv_string_concatenation" = "yes"; then
17058 STRINGIFY=astring.sed
17059else
17060 STRINGIFY=ostring.sed
314e9a4e 17061fi
81ecdfbb
RW
17062
17063
17064# target-specific stuff:
17065
17066all_targets=
17067EMUL=
17068all_emuls=
17069all_emul_extras=
17070all_libpath=
17071
17072rm -f tdirs
17073
bf9ef603 17074# If the host is 64-bit, then we enable 64-bit targets by default.
1110793a 17075# This is consistent with what ../bfd/configure.ac does.
bf9ef603
RM
17076if test x${want64} = xfalse; then
17077 # The cast to long int works around a bug in the HP C Compiler
17078# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17079# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17080# This bug is HP SR number 8606223364.
17081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
17082$as_echo_n "checking size of void *... " >&6; }
17083if test "${ac_cv_sizeof_void_p+set}" = set; then :
17084 $as_echo_n "(cached) " >&6
17085else
17086 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
17087
17088else
17089 if test "$ac_cv_type_void_p" = yes; then
17090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17091$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17092{ as_fn_set_status 77
17093as_fn_error "cannot compute sizeof (void *)
17094See \`config.log' for more details." "$LINENO" 5; }; }
17095 else
17096 ac_cv_sizeof_void_p=0
17097 fi
17098fi
17099
17100fi
17101{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
17102$as_echo "$ac_cv_sizeof_void_p" >&6; }
17103
17104
17105
17106cat >>confdefs.h <<_ACEOF
17107#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17108_ACEOF
17109
17110
17111 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
17112 want64=true
17113 fi
17114fi
17115
c58212ea
L
17116elf_list_options=FALSE
17117elf_shlib_list_options=FALSE
17118elf_plt_unwind_list_options=FALSE
81ecdfbb
RW
17119for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
17120do
17121 if test "$targ_alias" = "all"; then
17122 all_targets=true
82d8e420
L
17123 elf_list_options=TRUE
17124 elf_shlib_list_options=TRUE
17125 elf_plt_unwind_list_options=TRUE
81ecdfbb
RW
17126 else
17127 # Canonicalize the secondary target names.
17128 result=`$ac_config_sub $targ_alias 2>/dev/null`
17129 if test -n "$result"; then
17130 targ=$result
17131 else
17132 targ=$targ_alias
17133 fi
17134
17135 . ${srcdir}/configure.tgt
17136
17137 if test "$targ" = "$target"; then
17138 EMUL=$targ_emul
17139 fi
17140
17141 if test x${want64} = xfalse; then
17142 . ${srcdir}/../bfd/config.bfd
17143 fi
17144
17145 if test x${want64} = xtrue; then
17146 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
17147 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
17148 fi
17149
17150 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
17151 case " $all_emuls " in
8c3fff59
AM
17152 *" e${i}.o "*) ;;
17153 *)
17154 all_emuls="$all_emuls e${i}.o"
17155 eval result=\$tdir_$i
17156 test -z "$result" && result=$targ_alias
17157 echo tdir_$i=$result >> tdirs
c58212ea
L
17158 case "${i}" in
17159 *elf*)
17160 elf_list_options=TRUE
68880f31
CLT
17161 ;;
17162 *)
17163 if $GREP "TEMPLATE_NAME=elf32" ${srcdir}/emulparams/${i}.sh >/dev/null 2>/dev/null; then
17164 elf_list_options=TRUE
17165 fi
17166 ;;
17167 esac
17168 if test "$elf_list_options" = "TRUE"; then
c58212ea
L
17169 . ${srcdir}/emulparams/${i}.sh
17170 if test x${GENERATE_SHLIB_SCRIPT} = xyes; then
17171 elf_shlib_list_options=TRUE
17172 fi
17173 if test x${PLT_UNWIND} = xyes; then
17174 elf_plt_unwind_list_options=TRUE
17175 fi
68880f31 17176 fi
c58212ea 17177 ;;
81ecdfbb
RW
17178 esac
17179 done
17180
17181 for i in $targ_emul $targ_extra_libpath; do
17182 case " $all_libpath " in
17183 *" ${i} "*) ;;
17184 *)
17185 if test -z "$all_libpath"; then
17186 all_libpath=${i}
17187 else
17188 all_libpath="$all_libpath ${i}"
17189 fi
17190 ;;
17191 esac
17192 done
17193
17194 for i in $targ_extra_ofiles; do
17195 case " $all_emul_extras " in
17196 *" ${i} "*) ;;
17197 *)
17198 all_emul_extras="$all_emul_extras ${i}"
17199 ;;
17200 esac
17201 done
5063daf7 17202
81ecdfbb
RW
17203 fi
17204done
17205
621ff761 17206if test x$ac_default_compressed_debug_sections = xyes ; then
6c3bc0f8
NC
17207
17208$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
17209
17210fi
17211
6734f10a
SB
17212if test "${ac_default_new_dtags}" = unset; then
17213 ac_default_new_dtags=0
17214fi
17215
17216cat >>confdefs.h <<_ACEOF
17217#define DEFAULT_NEW_DTAGS $ac_default_new_dtags
17218_ACEOF
17219
17220
647e4d46
L
17221if test "${ac_default_ld_z_relro}" = unset; then
17222 ac_default_ld_z_relro=0
17223fi
17224
17225cat >>confdefs.h <<_ACEOF
17226#define DEFAULT_LD_Z_RELRO $ac_default_ld_z_relro
17227_ACEOF
17228
17229
81ecdfbb
RW
17230
17231
c58212ea
L
17232
17233
17234
81ecdfbb
RW
17235TDIRS=tdirs
17236
17237
17238if test x${all_targets} = xtrue; then
42ecbf5e
DJ
17239 if test x${want64} = xtrue; then
17240 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
9d069ac3 17241 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES) $(ALL_64_EMUL_EXTRA_OFILES)'
42ecbf5e
DJ
17242 else
17243 EMULATION_OFILES='$(ALL_EMULATIONS)'
9d069ac3 17244 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
42ecbf5e 17245 fi
42ecbf5e
DJ
17246else
17247 EMULATION_OFILES=$all_emuls
17248 EMUL_EXTRA_OFILES=$all_emul_extras
17249fi
17250
17251
17252
17253
17254EMULATION_LIBPATH=$all_libpath
17255
17256
17257if test x${enable_static} = xno; then
17258 TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
17259else
17260 TESTBFDLIB="../bfd/.libs/libbfd.a"
17261fi
17262
17263
17264target_vendor=${target_vendor=$host_vendor}
17265case "$target_vendor" in
17266 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
17267 *) EXTRA_SHLIB_EXTENSION= ;;
17268esac
17269
17270case "$target_os" in
17271 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
17272esac
17273
17274if test x${EXTRA_SHLIB_EXTENSION} != x ; then
17275
17276cat >>confdefs.h <<_ACEOF
17277#define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
17278_ACEOF
17279
17280fi
17281
108a6f8e
CD
17282
17283
17284
17285
31dd3154 17286
81ecdfbb 17287ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
da594c4a 17288
42ecbf5e
DJ
17289cat >confcache <<\_ACEOF
17290# This file is a shell script that caches the results of configure
17291# tests run on this system so they can be shared between configure
17292# scripts and configure runs, see configure's option --config-cache.
17293# It is not useful on other systems. If it contains results you don't
17294# want to keep, you may remove or edit it.
17295#
17296# config.status only pays attention to the cache file if you give it
17297# the --recheck option to rerun configure.
17298#
17299# `ac_cv_env_foo' variables (set or unset) will be overridden when
17300# loading this file, other *unset* `ac_cv_foo' will be assigned the
17301# following values.
17302
17303_ACEOF
17304
17305# The following way of writing the cache mishandles newlines in values,
17306# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 17307# So, we kill variables containing newlines.
42ecbf5e
DJ
17308# Ultrix sh set writes to stderr and can't be redirected directly,
17309# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
17310(
17311 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17312 eval ac_val=\$$ac_var
17313 case $ac_val in #(
17314 *${as_nl}*)
17315 case $ac_var in #(
17316 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17317$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17318 esac
17319 case $ac_var in #(
17320 _ | IFS | as_nl) ;; #(
17321 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17322 *) { eval $ac_var=; unset $ac_var;} ;;
17323 esac ;;
17324 esac
17325 done
17326
42ecbf5e 17327 (set) 2>&1 |
81ecdfbb
RW
17328 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17329 *${as_nl}ac_space=\ *)
17330 # `set' does not quote correctly, so add quotes: double-quote
17331 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
17332 sed -n \
17333 "s/'/'\\\\''/g;
17334 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 17335 ;; #(
42ecbf5e
DJ
17336 *)
17337 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 17338 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 17339 ;;
81ecdfbb
RW
17340 esac |
17341 sort
17342) |
42ecbf5e 17343 sed '
81ecdfbb 17344 /^ac_cv_env_/b end
42ecbf5e 17345 t clear
81ecdfbb 17346 :clear
42ecbf5e
DJ
17347 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17348 t end
81ecdfbb
RW
17349 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17350 :end' >>confcache
17351if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17352 if test -w "$cache_file"; then
17353 test "x$cache_file" != "x/dev/null" &&
17354 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17355$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
17356 cat confcache >$cache_file
17357 else
81ecdfbb
RW
17358 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17359$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
17360 fi
17361fi
17362rm -f confcache
17363
17364test "x$prefix" = xNONE && prefix=$ac_default_prefix
17365# Let make expand exec_prefix.
17366test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17367
42ecbf5e
DJ
17368DEFS=-DHAVE_CONFIG_H
17369
17370ac_libobjs=
17371ac_ltlibobjs=
17372for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17373 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
17374 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17375 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17376 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17377 # will be set to the directory where LIBOBJS objects are built.
17378 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17379 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
17380done
17381LIBOBJS=$ac_libobjs
17382
17383LTLIBOBJS=$ac_ltlibobjs
17384
17385
17386if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
17387 as_fn_error "conditional \"AMDEP\" was never defined.
17388Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
17389fi
17390if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
17391 as_fn_error "conditional \"am__fastdepCC\" was never defined.
17392Usually this means the macro was only invoked conditionally." "$LINENO" 5
17393fi
17394 if test -n "$EXEEXT"; then
17395 am__EXEEXT_TRUE=
17396 am__EXEEXT_FALSE='#'
17397else
17398 am__EXEEXT_TRUE='#'
17399 am__EXEEXT_FALSE=
42ecbf5e 17400fi
81ecdfbb 17401
64ac50ac
RW
17402if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17403 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17404Usually this means the macro was only invoked conditionally." "$LINENO" 5
17405fi
3cb62297
L
17406if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17407 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
17408Usually this means the macro was only invoked conditionally." "$LINENO" 5
17409fi
42ecbf5e 17410if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
17411 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17412Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 17413fi
d5fbea21 17414if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
17415 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
17416Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 17417fi
5d3236ee
DK
17418if test -z "${ENABLE_PLUGINS_TRUE}" && test -z "${ENABLE_PLUGINS_FALSE}"; then
17419 as_fn_error "conditional \"ENABLE_PLUGINS\" was never defined.
17420Usually this means the macro was only invoked conditionally." "$LINENO" 5
17421fi
42ecbf5e
DJ
17422
17423: ${CONFIG_STATUS=./config.status}
81ecdfbb 17424ac_write_fail=0
42ecbf5e
DJ
17425ac_clean_files_save=$ac_clean_files
17426ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
17427{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17428$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17429as_write_fail=0
17430cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
17431#! $SHELL
17432# Generated by $as_me.
17433# Run this file to recreate the current configuration.
17434# Compiler output produced by configure, useful for debugging
17435# configure, is in config.log if it exists.
17436
17437debug=false
17438ac_cs_recheck=false
17439ac_cs_silent=false
42ecbf5e 17440
81ecdfbb
RW
17441SHELL=\${CONFIG_SHELL-$SHELL}
17442export SHELL
17443_ASEOF
17444cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17445## -------------------- ##
17446## M4sh Initialization. ##
17447## -------------------- ##
42ecbf5e 17448
81ecdfbb
RW
17449# Be more Bourne compatible
17450DUALCASE=1; export DUALCASE # for MKS sh
17451if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
17452 emulate sh
17453 NULLCMD=:
81ecdfbb 17454 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
17455 # is contrary to our usage. Disable this feature.
17456 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
17457 setopt NO_GLOB_SUBST
17458else
17459 case `(set -o) 2>/dev/null` in #(
17460 *posix*) :
17461 set -o posix ;; #(
17462 *) :
17463 ;;
17464esac
42ecbf5e 17465fi
42ecbf5e 17466
81ecdfbb
RW
17467
17468as_nl='
17469'
17470export as_nl
17471# Printing a long string crashes Solaris 7 /usr/bin/printf.
17472as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17473as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17474as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17475# Prefer a ksh shell builtin over an external printf program on Solaris,
17476# but without wasting forks for bash or zsh.
17477if test -z "$BASH_VERSION$ZSH_VERSION" \
17478 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17479 as_echo='print -r --'
17480 as_echo_n='print -rn --'
17481elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17482 as_echo='printf %s\n'
17483 as_echo_n='printf %s'
17484else
17485 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17486 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17487 as_echo_n='/usr/ucb/echo -n'
17488 else
17489 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17490 as_echo_n_body='eval
17491 arg=$1;
17492 case $arg in #(
17493 *"$as_nl"*)
17494 expr "X$arg" : "X\\(.*\\)$as_nl";
17495 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17496 esac;
17497 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17498 '
17499 export as_echo_n_body
17500 as_echo_n='sh -c $as_echo_n_body as_echo'
17501 fi
17502 export as_echo_body
17503 as_echo='sh -c $as_echo_body as_echo'
17504fi
17505
17506# The user is always right.
17507if test "${PATH_SEPARATOR+set}" != set; then
17508 PATH_SEPARATOR=:
17509 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17510 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17511 PATH_SEPARATOR=';'
17512 }
42ecbf5e
DJ
17513fi
17514
17515
81ecdfbb
RW
17516# IFS
17517# We need space, tab and new line, in precisely that order. Quoting is
17518# there to prevent editors from complaining about space-tab.
17519# (If _AS_PATH_WALK were called with IFS unset, it would disable word
17520# splitting by setting IFS to empty value.)
17521IFS=" "" $as_nl"
17522
17523# Find who we are. Look in the path if we contain no directory separator.
17524case $0 in #((
17525 *[\\/]* ) as_myself=$0 ;;
17526 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17527for as_dir in $PATH
17528do
17529 IFS=$as_save_IFS
17530 test -z "$as_dir" && as_dir=.
17531 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17532 done
17533IFS=$as_save_IFS
17534
17535 ;;
17536esac
17537# We did not find ourselves, most probably we were run as `sh COMMAND'
17538# in which case we are not to be found in the path.
17539if test "x$as_myself" = x; then
17540 as_myself=$0
17541fi
17542if test ! -f "$as_myself"; then
17543 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17544 exit 1
17545fi
17546
17547# Unset variables that we do not need and which cause bugs (e.g. in
17548# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17549# suppresses any "Segmentation fault" message there. '((' could
17550# trigger a bug in pdksh 5.2.14.
17551for as_var in BASH_ENV ENV MAIL MAILPATH
17552do eval test x\${$as_var+set} = xset \
17553 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17554done
42ecbf5e
DJ
17555PS1='$ '
17556PS2='> '
17557PS4='+ '
17558
17559# NLS nuisances.
81ecdfbb
RW
17560LC_ALL=C
17561export LC_ALL
17562LANGUAGE=C
17563export LANGUAGE
17564
17565# CDPATH.
17566(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17567
17568
17569# as_fn_error ERROR [LINENO LOG_FD]
17570# ---------------------------------
17571# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17572# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17573# script with status $?, using 1 if that was 0.
17574as_fn_error ()
17575{
17576 as_status=$?; test $as_status -eq 0 && as_status=1
17577 if test "$3"; then
17578 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17579 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 17580 fi
81ecdfbb
RW
17581 $as_echo "$as_me: error: $1" >&2
17582 as_fn_exit $as_status
17583} # as_fn_error
17584
17585
17586# as_fn_set_status STATUS
17587# -----------------------
17588# Set $? to STATUS, without forking.
17589as_fn_set_status ()
17590{
17591 return $1
17592} # as_fn_set_status
17593
17594# as_fn_exit STATUS
17595# -----------------
17596# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17597as_fn_exit ()
17598{
17599 set +e
17600 as_fn_set_status $1
17601 exit $1
17602} # as_fn_exit
17603
17604# as_fn_unset VAR
17605# ---------------
17606# Portably unset VAR.
17607as_fn_unset ()
17608{
17609 { eval $1=; unset $1;}
17610}
17611as_unset=as_fn_unset
17612# as_fn_append VAR VALUE
17613# ----------------------
17614# Append the text in VALUE to the end of the definition contained in VAR. Take
17615# advantage of any shell optimizations that allow amortized linear growth over
17616# repeated appends, instead of the typical quadratic growth present in naive
17617# implementations.
17618if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17619 eval 'as_fn_append ()
17620 {
17621 eval $1+=\$2
17622 }'
17623else
17624 as_fn_append ()
17625 {
17626 eval $1=\$$1\$2
17627 }
17628fi # as_fn_append
17629
17630# as_fn_arith ARG...
17631# ------------------
17632# Perform arithmetic evaluation on the ARGs, and store the result in the
17633# global $as_val. Take advantage of shells that can avoid forks. The arguments
17634# must be portable across $(()) and expr.
17635if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17636 eval 'as_fn_arith ()
17637 {
17638 as_val=$(( $* ))
17639 }'
17640else
17641 as_fn_arith ()
17642 {
17643 as_val=`expr "$@" || test $? -eq 1`
17644 }
17645fi # as_fn_arith
17646
42ecbf5e 17647
81ecdfbb
RW
17648if expr a : '\(a\)' >/dev/null 2>&1 &&
17649 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
17650 as_expr=expr
17651else
17652 as_expr=false
17653fi
17654
81ecdfbb 17655if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
17656 as_basename=basename
17657else
17658 as_basename=false
17659fi
17660
81ecdfbb
RW
17661if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17662 as_dirname=dirname
17663else
17664 as_dirname=false
17665fi
42ecbf5e 17666
81ecdfbb 17667as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
17668$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17669 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
17670 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17671$as_echo X/"$0" |
17672 sed '/^.*\/\([^/][^/]*\)\/*$/{
17673 s//\1/
17674 q
17675 }
17676 /^X\/\(\/\/\)$/{
17677 s//\1/
17678 q
17679 }
17680 /^X\/\(\/\).*/{
17681 s//\1/
17682 q
17683 }
17684 s/.*/./; q'`
42ecbf5e 17685
42ecbf5e
DJ
17686# Avoid depending upon Character Ranges.
17687as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17688as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17689as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17690as_cr_digits='0123456789'
17691as_cr_alnum=$as_cr_Letters$as_cr_digits
17692
81ecdfbb
RW
17693ECHO_C= ECHO_N= ECHO_T=
17694case `echo -n x` in #(((((
17695-n*)
17696 case `echo 'xy\c'` in
17697 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17698 xy) ECHO_C='\c';;
17699 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17700 ECHO_T=' ';;
17701 esac;;
17702*)
17703 ECHO_N='-n';;
42ecbf5e 17704esac
252b5132 17705
81ecdfbb
RW
17706rm -f conf$$ conf$$.exe conf$$.file
17707if test -d conf$$.dir; then
17708 rm -f conf$$.dir/conf$$.file
42ecbf5e 17709else
81ecdfbb
RW
17710 rm -f conf$$.dir
17711 mkdir conf$$.dir 2>/dev/null
42ecbf5e 17712fi
81ecdfbb
RW
17713if (echo >conf$$.file) 2>/dev/null; then
17714 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 17715 as_ln_s='ln -s'
81ecdfbb
RW
17716 # ... but there are two gotchas:
17717 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17718 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17719 # In both cases, we have to default to `cp -p'.
17720 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17721 as_ln_s='cp -p'
17722 elif ln conf$$.file conf$$ 2>/dev/null; then
17723 as_ln_s=ln
17724 else
17725 as_ln_s='cp -p'
252b5132 17726 fi
e5a52504 17727else
42ecbf5e 17728 as_ln_s='cp -p'
e5a52504 17729fi
81ecdfbb
RW
17730rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17731rmdir conf$$.dir 2>/dev/null
17732
17733
17734# as_fn_mkdir_p
17735# -------------
17736# Create "$as_dir" as a directory, including parents if necessary.
17737as_fn_mkdir_p ()
17738{
17739
17740 case $as_dir in #(
17741 -*) as_dir=./$as_dir;;
17742 esac
17743 test -d "$as_dir" || eval $as_mkdir_p || {
17744 as_dirs=
17745 while :; do
17746 case $as_dir in #(
17747 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17748 *) as_qdir=$as_dir;;
17749 esac
17750 as_dirs="'$as_qdir' $as_dirs"
17751 as_dir=`$as_dirname -- "$as_dir" ||
17752$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17753 X"$as_dir" : 'X\(//\)[^/]' \| \
17754 X"$as_dir" : 'X\(//\)$' \| \
17755 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17756$as_echo X"$as_dir" |
17757 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17758 s//\1/
17759 q
17760 }
17761 /^X\(\/\/\)[^/].*/{
17762 s//\1/
17763 q
17764 }
17765 /^X\(\/\/\)$/{
17766 s//\1/
17767 q
17768 }
17769 /^X\(\/\).*/{
17770 s//\1/
17771 q
17772 }
17773 s/.*/./; q'`
17774 test -d "$as_dir" && break
17775 done
17776 test -z "$as_dirs" || eval "mkdir $as_dirs"
17777 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17778
252b5132 17779
81ecdfbb 17780} # as_fn_mkdir_p
42ecbf5e 17781if mkdir -p . 2>/dev/null; then
81ecdfbb 17782 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
17783else
17784 test -d ./-p && rmdir ./-p
17785 as_mkdir_p=false
17786fi
252b5132 17787
81ecdfbb
RW
17788if test -x / >/dev/null 2>&1; then
17789 as_test_x='test -x'
17790else
17791 if ls -dL / >/dev/null 2>&1; then
17792 as_ls_L_option=L
17793 else
17794 as_ls_L_option=
17795 fi
17796 as_test_x='
17797 eval sh -c '\''
17798 if test -d "$1"; then
17799 test -d "$1/.";
17800 else
17801 case $1 in #(
17802 -*)set "./$1";;
17803 esac;
17804 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17805 ???[sx]*):;;*)false;;esac;fi
17806 '\'' sh
17807 '
17808fi
17809as_executable_p=$as_test_x
252b5132 17810
42ecbf5e
DJ
17811# Sed expression to map a string onto a valid CPP name.
17812as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
f234d5fe 17813
42ecbf5e
DJ
17814# Sed expression to map a string onto a valid variable name.
17815as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
e5a52504 17816
e5a52504 17817
42ecbf5e 17818exec 6>&1
81ecdfbb
RW
17819## ----------------------------------- ##
17820## Main body of $CONFIG_STATUS script. ##
17821## ----------------------------------- ##
17822_ASEOF
17823test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
e5a52504 17824
81ecdfbb
RW
17825cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17826# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 17827# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
17828# values after options handling.
17829ac_log="
99b5dbf2 17830This file was extended by ld $as_me 2.28.51, which was
81ecdfbb 17831generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
17832
17833 CONFIG_FILES = $CONFIG_FILES
17834 CONFIG_HEADERS = $CONFIG_HEADERS
17835 CONFIG_LINKS = $CONFIG_LINKS
17836 CONFIG_COMMANDS = $CONFIG_COMMANDS
17837 $ $0 $@
e5a52504 17838
81ecdfbb
RW
17839on `(hostname || uname -n) 2>/dev/null | sed 1q`
17840"
17841
42ecbf5e
DJ
17842_ACEOF
17843
81ecdfbb
RW
17844case $ac_config_files in *"
17845"*) set x $ac_config_files; shift; ac_config_files=$*;;
17846esac
e5a52504 17847
81ecdfbb
RW
17848case $ac_config_headers in *"
17849"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17850esac
42ecbf5e 17851
42ecbf5e 17852
81ecdfbb
RW
17853cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17854# Files that config.status was made for.
17855config_files="$ac_config_files"
17856config_headers="$ac_config_headers"
17857config_commands="$ac_config_commands"
42ecbf5e 17858
81ecdfbb 17859_ACEOF
42ecbf5e 17860
81ecdfbb 17861cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 17862ac_cs_usage="\
81ecdfbb
RW
17863\`$as_me' instantiates files and other configuration actions
17864from templates according to the current configuration. Unless the files
17865and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 17866
81ecdfbb 17867Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
17868
17869 -h, --help print this help, then exit
81ecdfbb
RW
17870 -V, --version print version number and configuration settings, then exit
17871 -q, --quiet, --silent
17872 do not print progress messages
42ecbf5e
DJ
17873 -d, --debug don't remove temporary files
17874 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
17875 --file=FILE[:TEMPLATE]
17876 instantiate the configuration file FILE
17877 --header=FILE[:TEMPLATE]
17878 instantiate the configuration header FILE
42ecbf5e
DJ
17879
17880Configuration files:
17881$config_files
17882
17883Configuration headers:
17884$config_headers
17885
17886Configuration commands:
17887$config_commands
17888
81ecdfbb 17889Report bugs to the package provider."
42ecbf5e 17890
81ecdfbb
RW
17891_ACEOF
17892cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 17893ac_cs_version="\\
99b5dbf2 17894ld config.status 2.28.51
81ecdfbb
RW
17895configured by $0, generated by GNU Autoconf 2.64,
17896 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 17897
81ecdfbb 17898Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
17899This config.status script is free software; the Free Software Foundation
17900gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
17901
17902ac_pwd='$ac_pwd'
17903srcdir='$srcdir'
17904INSTALL='$INSTALL'
17905MKDIR_P='$MKDIR_P'
17906AWK='$AWK'
17907test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
17908_ACEOF
17909
81ecdfbb
RW
17910cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17911# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
17912ac_need_defaults=:
17913while test $# != 0
17914do
17915 case $1 in
17916 --*=*)
81ecdfbb
RW
17917 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17918 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e 17919 ac_shift=:
252b5132 17920 ;;
81ecdfbb 17921 *)
42ecbf5e
DJ
17922 ac_option=$1
17923 ac_optarg=$2
17924 ac_shift=shift
252b5132 17925 ;;
42ecbf5e 17926 esac
252b5132 17927
42ecbf5e
DJ
17928 case $ac_option in
17929 # Handling of the options.
42ecbf5e
DJ
17930 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17931 ac_cs_recheck=: ;;
81ecdfbb
RW
17932 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17933 $as_echo "$ac_cs_version"; exit ;;
17934 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
17935 debug=: ;;
17936 --file | --fil | --fi | --f )
17937 $ac_shift
81ecdfbb
RW
17938 case $ac_optarg in
17939 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17940 esac
17941 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
17942 ac_need_defaults=false;;
17943 --header | --heade | --head | --hea )
17944 $ac_shift
81ecdfbb
RW
17945 case $ac_optarg in
17946 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17947 esac
17948 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 17949 ac_need_defaults=false;;
81ecdfbb
RW
17950 --he | --h)
17951 # Conflict between --help and --header
17952 as_fn_error "ambiguous option: \`$1'
17953Try \`$0 --help' for more information.";;
17954 --help | --hel | -h )
17955 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
17956 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17957 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17958 ac_cs_silent=: ;;
252b5132 17959
42ecbf5e 17960 # This is an error.
81ecdfbb
RW
17961 -*) as_fn_error "unrecognized option: \`$1'
17962Try \`$0 --help' for more information." ;;
252b5132 17963
81ecdfbb
RW
17964 *) as_fn_append ac_config_targets " $1"
17965 ac_need_defaults=false ;;
252b5132 17966
42ecbf5e
DJ
17967 esac
17968 shift
17969done
d15b04bd 17970
42ecbf5e 17971ac_configure_extra_args=
e5a52504 17972
42ecbf5e
DJ
17973if $ac_cs_silent; then
17974 exec 6>/dev/null
17975 ac_configure_extra_args="$ac_configure_extra_args --silent"
17976fi
e5a52504 17977
42ecbf5e 17978_ACEOF
81ecdfbb 17979cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 17980if \$ac_cs_recheck; then
81ecdfbb
RW
17981 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17982 shift
17983 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17984 CONFIG_SHELL='$SHELL'
17985 export CONFIG_SHELL
17986 exec "\$@"
42ecbf5e
DJ
17987fi
17988
17989_ACEOF
81ecdfbb
RW
17990cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17991exec 5>>config.log
17992{
17993 echo
17994 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17995## Running $as_me. ##
17996_ASBOX
17997 $as_echo "$ac_log"
17998} >&5
42ecbf5e 17999
81ecdfbb
RW
18000_ACEOF
18001cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
252b5132 18002#
81ecdfbb 18003# INIT-COMMANDS
252b5132 18004#
42ecbf5e 18005AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
18006
18007
18008# The HP-UX ksh and POSIX shell print the target directory to stdout
18009# if CDPATH is set.
18010(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18011
18012sed_quote_subst='$sed_quote_subst'
18013double_quote_subst='$double_quote_subst'
18014delay_variable_subst='$delay_variable_subst'
3725885a
RW
18015macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
18016macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
18017enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
18018enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
18019pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
18020enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
18021SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
18022ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
18023host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
18024host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
18025host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
18026build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
18027build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
18028build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
18029SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
18030Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
18031GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
18032EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
18033FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
18034LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
18035NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
18036LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
18037max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
18038ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
18039exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
18040lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
18041lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
18042lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
18043reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
18044reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
18045OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
18046deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
18047file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
18048AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
18049AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
18050STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
18051RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
18052old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18053old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18054old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
18055lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
18056CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
18057CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
18058compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
18059GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
18060lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
18061lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
18062lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
18063lt_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"`'
18064objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
18065MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
18066lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
18067lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
18068lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
18069lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
18070lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
18071need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
18072DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
18073NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
18074LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
18075OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
18076OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
18077libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
18078shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
18079extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18080archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
18081enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
18082export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
18083whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
18084compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
18085old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
18086old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18087archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
18088archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18089module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
18090module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18091with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
18092allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
18093no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
18094hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
18095hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
18096hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
18097hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
18098hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
18099hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
18100hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
18101hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
18102inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
18103link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
18104fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
18105always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
18106export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
18107exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
18108include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
18109prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
18110file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
18111variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
18112need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
18113need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
18114version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
18115runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
18116shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
18117shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
18118libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
18119library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
18120soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
18121install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
18122postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18123postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18124finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
18125finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
18126hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
18127sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
18128sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
18129hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
18130enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
18131enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
18132enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
18133old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
18134striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
3cb62297
L
18135compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
18136predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
18137postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
18138predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
18139postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
18140compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
18141LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
18142reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
18143reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18144old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18145compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
18146GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
18147lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
18148lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
18149lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
18150lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
18151lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
18152archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
18153enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
18154export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18155whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18156compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
18157old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18158old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18159archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18160archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18161module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18162module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18163with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
18164allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
18165no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
18166hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18167hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
18168hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
18169hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
18170hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
18171hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
18172hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
18173hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
18174inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
18175link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
18176fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
18177always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
18178export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18179exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
18180include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
18181prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18182file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
18183hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
18184compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
18185predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
18186postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
18187predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
18188postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
18189compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
18190
18191LTCC='$LTCC'
18192LTCFLAGS='$LTCFLAGS'
18193compiler='$compiler_DEFAULT'
18194
3725885a
RW
18195# A function that is used when there is no print builtin or printf.
18196func_fallback_echo ()
18197{
18198 eval 'cat <<_LTECHO_EOF
18199\$1
18200_LTECHO_EOF'
18201}
18202
d7040cdb 18203# Quote evaled strings.
3725885a
RW
18204for var in SHELL \
18205ECHO \
18206SED \
d7040cdb
SE
18207GREP \
18208EGREP \
18209FGREP \
18210LD \
18211NM \
18212LN_S \
18213lt_SP2NL \
18214lt_NL2SP \
18215reload_flag \
b214d478 18216OBJDUMP \
d7040cdb
SE
18217deplibs_check_method \
18218file_magic_cmd \
18219AR \
18220AR_FLAGS \
18221STRIP \
18222RANLIB \
18223CC \
18224CFLAGS \
18225compiler \
18226lt_cv_sys_global_symbol_pipe \
18227lt_cv_sys_global_symbol_to_cdecl \
18228lt_cv_sys_global_symbol_to_c_name_address \
b214d478 18229lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
18230lt_prog_compiler_no_builtin_flag \
18231lt_prog_compiler_wl \
18232lt_prog_compiler_pic \
18233lt_prog_compiler_static \
18234lt_cv_prog_compiler_c_o \
18235need_locks \
b214d478
SE
18236DSYMUTIL \
18237NMEDIT \
18238LIPO \
18239OTOOL \
18240OTOOL64 \
d7040cdb
SE
18241shrext_cmds \
18242export_dynamic_flag_spec \
18243whole_archive_flag_spec \
18244compiler_needs_object \
18245with_gnu_ld \
18246allow_undefined_flag \
18247no_undefined_flag \
18248hardcode_libdir_flag_spec \
18249hardcode_libdir_flag_spec_ld \
18250hardcode_libdir_separator \
18251fix_srcfile_path \
18252exclude_expsyms \
18253include_expsyms \
18254file_list_spec \
18255variables_saved_for_relink \
18256libname_spec \
18257library_names_spec \
18258soname_spec \
3725885a 18259install_override_mode \
d7040cdb
SE
18260finish_eval \
18261old_striplib \
3cb62297
L
18262striplib \
18263compiler_lib_search_dirs \
18264predep_objects \
18265postdep_objects \
18266predeps \
18267postdeps \
18268compiler_lib_search_path \
18269LD_CXX \
18270reload_flag_CXX \
18271compiler_CXX \
18272lt_prog_compiler_no_builtin_flag_CXX \
18273lt_prog_compiler_wl_CXX \
18274lt_prog_compiler_pic_CXX \
18275lt_prog_compiler_static_CXX \
18276lt_cv_prog_compiler_c_o_CXX \
18277export_dynamic_flag_spec_CXX \
18278whole_archive_flag_spec_CXX \
18279compiler_needs_object_CXX \
18280with_gnu_ld_CXX \
18281allow_undefined_flag_CXX \
18282no_undefined_flag_CXX \
18283hardcode_libdir_flag_spec_CXX \
18284hardcode_libdir_flag_spec_ld_CXX \
18285hardcode_libdir_separator_CXX \
18286fix_srcfile_path_CXX \
18287exclude_expsyms_CXX \
18288include_expsyms_CXX \
18289file_list_spec_CXX \
18290compiler_lib_search_dirs_CXX \
18291predep_objects_CXX \
18292postdep_objects_CXX \
18293predeps_CXX \
18294postdeps_CXX \
18295compiler_lib_search_path_CXX; do
3725885a 18296 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 18297 *[\\\\\\\`\\"\\\$]*)
3725885a 18298 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
18299 ;;
18300 *)
18301 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18302 ;;
18303 esac
18304done
18305
18306# Double-quote double-evaled strings.
18307for var in reload_cmds \
18308old_postinstall_cmds \
18309old_postuninstall_cmds \
18310old_archive_cmds \
18311extract_expsyms_cmds \
18312old_archive_from_new_cmds \
18313old_archive_from_expsyms_cmds \
18314archive_cmds \
18315archive_expsym_cmds \
18316module_cmds \
18317module_expsym_cmds \
18318export_symbols_cmds \
18319prelink_cmds \
18320postinstall_cmds \
18321postuninstall_cmds \
18322finish_cmds \
18323sys_lib_search_path_spec \
3cb62297
L
18324sys_lib_dlsearch_path_spec \
18325reload_cmds_CXX \
18326old_archive_cmds_CXX \
18327old_archive_from_new_cmds_CXX \
18328old_archive_from_expsyms_cmds_CXX \
18329archive_cmds_CXX \
18330archive_expsym_cmds_CXX \
18331module_cmds_CXX \
18332module_expsym_cmds_CXX \
18333export_symbols_cmds_CXX \
18334prelink_cmds_CXX; do
3725885a 18335 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 18336 *[\\\\\\\`\\"\\\$]*)
3725885a 18337 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
18338 ;;
18339 *)
18340 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18341 ;;
18342 esac
18343done
18344
d7040cdb
SE
18345ac_aux_dir='$ac_aux_dir'
18346xsi_shell='$xsi_shell'
18347lt_shell_append='$lt_shell_append'
18348
18349# See if we are running on zsh, and set the options which allow our
18350# commands through without removal of \ escapes INIT.
18351if test -n "\${ZSH_VERSION+set}" ; then
18352 setopt NO_GLOB_SUBST
18353fi
18354
18355
18356 PACKAGE='$PACKAGE'
18357 VERSION='$VERSION'
18358 TIMESTAMP='$TIMESTAMP'
18359 RM='$RM'
18360 ofile='$ofile'
18361
18362
18363
3cb62297
L
18364
18365
20e95c23
DJ
18366# Capture the value of obsolete ALL_LINGUAS because we need it to compute
18367 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18368 # from automake.
18369 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18370 # Capture the value of LINGUAS because we need it to compute CATALOGS.
18371 LINGUAS="${LINGUAS-%UNSET%}"
18372
42ecbf5e
DJ
18373
18374_ACEOF
18375
81ecdfbb 18376cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 18377
81ecdfbb 18378# Handling of arguments.
42ecbf5e 18379for ac_config_target in $ac_config_targets
252b5132 18380do
81ecdfbb
RW
18381 case $ac_config_target in
18382 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
81ecdfbb 18383 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
b879806f 18384 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
81ecdfbb
RW
18385 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
18386 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18387 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
18388
18389 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
18390 esac
18391done
18392
81ecdfbb 18393
42ecbf5e
DJ
18394# If the user did not use the arguments to specify the items to instantiate,
18395# then the envvar interface is used. Set only those that are not.
18396# We use the long form for the default assignment because of an extremely
18397# bizarre bug on SunOS 4.1.3.
18398if $ac_need_defaults; then
18399 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18400 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18401 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18402fi
18403
18404# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 18405# simply because there is no reason against having it here, and in addition,
42ecbf5e 18406# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
18407# Hook for its removal unless debugging.
18408# Note that there is a small window in which the directory will not be cleaned:
18409# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
18410$debug ||
18411{
81ecdfbb
RW
18412 tmp=
18413 trap 'exit_status=$?
18414 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18415' 0
18416 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 18417}
42ecbf5e 18418# Create a (secure) tmp directory for tmp files.
e5a52504 18419
42ecbf5e 18420{
81ecdfbb 18421 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
18422 test -n "$tmp" && test -d "$tmp"
18423} ||
18424{
81ecdfbb
RW
18425 tmp=./conf$$-$RANDOM
18426 (umask 077 && mkdir "$tmp")
18427} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18428
18429# Set up the scripts for CONFIG_FILES section.
18430# No need to generate them if there are no CONFIG_FILES.
18431# This happens for instance with `./config.status config.h'.
18432if test -n "$CONFIG_FILES"; then
18433
18434if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18435 ac_cs_awk_getline=:
18436 ac_cs_awk_pipe_init=
18437 ac_cs_awk_read_file='
18438 while ((getline aline < (F[key])) > 0)
18439 print(aline)
18440 close(F[key])'
18441 ac_cs_awk_pipe_fini=
18442else
18443 ac_cs_awk_getline=false
18444 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18445 ac_cs_awk_read_file='
18446 print "|#_!!_#|"
18447 print "cat " F[key] " &&"
18448 '$ac_cs_awk_pipe_init
18449 # The final `:' finishes the AND list.
18450 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18451fi
18452ac_cr=`echo X | tr X '\015'`
18453# On cygwin, bash can eat \r inside `` if the user requested igncr.
18454# But we know of no other shell where ac_cr would be empty at this
18455# point, so we can use a bashism as a fallback.
18456if test "x$ac_cr" = x; then
18457 eval ac_cr=\$\'\\r\'
18458fi
18459ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18460if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18461 ac_cs_awk_cr='\r'
18462else
18463 ac_cs_awk_cr=$ac_cr
18464fi
18465
18466echo 'BEGIN {' >"$tmp/subs1.awk" &&
18467_ACEOF
18468
18469# Create commands to substitute file output variables.
42ecbf5e 18470{
81ecdfbb
RW
18471 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18472 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18473 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18474 echo "_ACAWK" &&
18475 echo "_ACEOF"
18476} >conf$$files.sh &&
18477. ./conf$$files.sh ||
18478 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18479rm -f conf$$files.sh
e5a52504 18480
81ecdfbb
RW
18481{
18482 echo "cat >conf$$subs.awk <<_ACEOF" &&
18483 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18484 echo "_ACEOF"
18485} >conf$$subs.sh ||
18486 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18487ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18488ac_delim='%!_!# '
18489for ac_last_try in false false false false false :; do
18490 . ./conf$$subs.sh ||
18491 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18492
18493 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18494 if test $ac_delim_n = $ac_delim_num; then
18495 break
18496 elif $ac_last_try; then
18497 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18498 else
18499 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18500 fi
18501done
18502rm -f conf$$subs.sh
18503
18504cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18505cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18506_ACEOF
18507sed -n '
18508h
18509s/^/S["/; s/!.*/"]=/
18510p
18511g
18512s/^[^!]*!//
18513:repl
18514t repl
18515s/'"$ac_delim"'$//
18516t delim
18517:nl
18518h
18519s/\(.\{148\}\).*/\1/
18520t more1
18521s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18522p
18523n
18524b repl
18525:more1
18526s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18527p
18528g
18529s/.\{148\}//
18530t nl
18531:delim
18532h
18533s/\(.\{148\}\).*/\1/
18534t more2
18535s/["\\]/\\&/g; s/^/"/; s/$/"/
18536p
18537b
18538:more2
18539s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18540p
18541g
18542s/.\{148\}//
18543t delim
18544' <conf$$subs.awk | sed '
18545/^[^""]/{
18546 N
18547 s/\n//
18548}
18549' >>$CONFIG_STATUS || ac_write_fail=1
18550rm -f conf$$subs.awk
18551cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18552_ACAWK
18553cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18554 for (key in S) S_is_set[key] = 1
18555 FS = "\a"
18556 \$ac_cs_awk_pipe_init
18557}
18558{
18559 line = $ 0
18560 nfields = split(line, field, "@")
18561 substed = 0
18562 len = length(field[1])
18563 for (i = 2; i < nfields; i++) {
18564 key = field[i]
18565 keylen = length(key)
18566 if (S_is_set[key]) {
18567 value = S[key]
18568 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18569 len += length(value) + length(field[++i])
18570 substed = 1
18571 } else
18572 len += 1 + keylen
18573 }
18574 if (nfields == 3 && !substed) {
18575 key = field[2]
18576 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18577 \$ac_cs_awk_read_file
18578 next
18579 }
18580 }
18581 print line
18582}
18583\$ac_cs_awk_pipe_fini
18584_ACAWK
18585_ACEOF
18586cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18587if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18588 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18589else
18590 cat
18591fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18592 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e 18593_ACEOF
d15b04bd 18594
81ecdfbb
RW
18595# VPATH may cause trouble with some makes, so we remove $(srcdir),
18596# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18597# trailing colons and then remove the whole line if VPATH becomes empty
18598# (actually we leave an empty line to preserve line numbers).
18599if test "x$srcdir" = x.; then
18600 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18601s/:*\$(srcdir):*/:/
18602s/:*\${srcdir}:*/:/
18603s/:*@srcdir@:*/:/
18604s/^\([^=]*=[ ]*\):*/\1/
18605s/:*$//
18606s/^[^=]*=[ ]*$//
18607}'
18608fi
18609
18610cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18611fi # test -n "$CONFIG_FILES"
42ecbf5e 18612
81ecdfbb
RW
18613# Set up the scripts for CONFIG_HEADERS section.
18614# No need to generate them if there are no CONFIG_HEADERS.
18615# This happens for instance with `./config.status Makefile'.
18616if test -n "$CONFIG_HEADERS"; then
18617cat >"$tmp/defines.awk" <<\_ACAWK ||
18618BEGIN {
18619_ACEOF
42ecbf5e 18620
81ecdfbb
RW
18621# Transform confdefs.h into an awk script `defines.awk', embedded as
18622# here-document in config.status, that substitutes the proper values into
18623# config.h.in to produce config.h.
252b5132 18624
81ecdfbb
RW
18625# Create a delimiter string that does not exist in confdefs.h, to ease
18626# handling of long lines.
18627ac_delim='%!_!# '
18628for ac_last_try in false false :; do
18629 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18630 if test -z "$ac_t"; then
18631 break
18632 elif $ac_last_try; then
18633 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18634 else
18635 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18636 fi
18637done
18638
18639# For the awk script, D is an array of macro values keyed by name,
18640# likewise P contains macro parameters if any. Preserve backslash
18641# newline sequences.
18642
18643ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18644sed -n '
18645s/.\{148\}/&'"$ac_delim"'/g
18646t rset
18647:rset
18648s/^[ ]*#[ ]*define[ ][ ]*/ /
18649t def
18650d
18651:def
18652s/\\$//
18653t bsnl
18654s/["\\]/\\&/g
18655s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18656D["\1"]=" \3"/p
18657s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18658d
18659:bsnl
18660s/["\\]/\\&/g
18661s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18662D["\1"]=" \3\\\\\\n"\\/p
18663t cont
18664s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18665t cont
18666d
18667:cont
18668n
18669s/.\{148\}/&'"$ac_delim"'/g
18670t clear
18671:clear
18672s/\\$//
18673t bsnlc
18674s/["\\]/\\&/g; s/^/"/; s/$/"/p
18675d
18676:bsnlc
18677s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18678b cont
18679' <confdefs.h | sed '
18680s/'"$ac_delim"'/"\\\
18681"/g' >>$CONFIG_STATUS || ac_write_fail=1
18682
18683cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18684 for (key in D) D_is_set[key] = 1
18685 FS = "\a"
18686}
18687/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18688 line = \$ 0
18689 split(line, arg, " ")
18690 if (arg[1] == "#") {
18691 defundef = arg[2]
18692 mac1 = arg[3]
18693 } else {
18694 defundef = substr(arg[1], 2)
18695 mac1 = arg[2]
18696 }
18697 split(mac1, mac2, "(") #)
18698 macro = mac2[1]
18699 prefix = substr(line, 1, index(line, defundef) - 1)
18700 if (D_is_set[macro]) {
18701 # Preserve the white space surrounding the "#".
18702 print prefix "define", macro P[macro] D[macro]
18703 next
18704 } else {
18705 # Replace #undef with comments. This is necessary, for example,
18706 # in the case of _POSIX_SOURCE, which is predefined and required
18707 # on some systems where configure will not decide to define it.
18708 if (defundef == "undef") {
18709 print "/*", prefix defundef, macro, "*/"
18710 next
18711 }
18712 }
18713}
18714{ print }
18715_ACAWK
42ecbf5e 18716_ACEOF
81ecdfbb
RW
18717cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18718 as_fn_error "could not setup config headers machinery" "$LINENO" 5
18719fi # test -n "$CONFIG_HEADERS"
42ecbf5e 18720
81ecdfbb
RW
18721
18722eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18723shift
18724for ac_tag
18725do
18726 case $ac_tag in
18727 :[FHLC]) ac_mode=$ac_tag; continue;;
18728 esac
18729 case $ac_mode$ac_tag in
18730 :[FHL]*:*);;
18731 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18732 :[FH]-) ac_tag=-:-;;
18733 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18734 esac
18735 ac_save_IFS=$IFS
18736 IFS=:
18737 set x $ac_tag
18738 IFS=$ac_save_IFS
18739 shift
18740 ac_file=$1
18741 shift
18742
18743 case $ac_mode in
18744 :L) ac_source=$1;;
18745 :[FH])
18746 ac_file_inputs=
18747 for ac_f
18748 do
18749 case $ac_f in
18750 -) ac_f="$tmp/stdin";;
18751 *) # Look for the file first in the build tree, then in the source tree
18752 # (if the path is not absolute). The absolute path cannot be DOS-style,
18753 # because $ac_f cannot contain `:'.
18754 test -f "$ac_f" ||
18755 case $ac_f in
18756 [\\/$]*) false;;
18757 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18758 esac ||
18759 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18760 esac
18761 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18762 as_fn_append ac_file_inputs " '$ac_f'"
18763 done
18764
18765 # Let's still pretend it is `configure' which instantiates (i.e., don't
18766 # use $as_me), people would be surprised to read:
18767 # /* config.h. Generated by config.status. */
18768 configure_input='Generated from '`
18769 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18770 `' by configure.'
18771 if test x"$ac_file" != x-; then
18772 configure_input="$ac_file. $configure_input"
18773 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18774$as_echo "$as_me: creating $ac_file" >&6;}
252b5132 18775 fi
81ecdfbb
RW
18776 # Neutralize special characters interpreted by sed in replacement strings.
18777 case $configure_input in #(
18778 *\&* | *\|* | *\\* )
18779 ac_sed_conf_input=`$as_echo "$configure_input" |
18780 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18781 *) ac_sed_conf_input=$configure_input;;
18782 esac
252b5132 18783
81ecdfbb
RW
18784 case $ac_tag in
18785 *:-:* | *:-) cat >"$tmp/stdin" \
18786 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18787 esac
18788 ;;
252b5132
RH
18789 esac
18790
81ecdfbb 18791 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
18792$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18793 X"$ac_file" : 'X\(//\)[^/]' \| \
18794 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
18795 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18796$as_echo X"$ac_file" |
18797 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18798 s//\1/
18799 q
18800 }
18801 /^X\(\/\/\)[^/].*/{
18802 s//\1/
18803 q
18804 }
18805 /^X\(\/\/\)$/{
18806 s//\1/
18807 q
18808 }
18809 /^X\(\/\).*/{
18810 s//\1/
18811 q
18812 }
18813 s/.*/./; q'`
18814 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e
DJ
18815 ac_builddir=.
18816
81ecdfbb
RW
18817case "$ac_dir" in
18818.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18819*)
18820 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18821 # A ".." for each directory in $ac_dir_suffix.
18822 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18823 case $ac_top_builddir_sub in
18824 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18825 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18826 esac ;;
18827esac
18828ac_abs_top_builddir=$ac_pwd
18829ac_abs_builddir=$ac_pwd$ac_dir_suffix
18830# for backward compatibility:
18831ac_top_builddir=$ac_top_build_prefix
252b5132 18832
42ecbf5e 18833case $srcdir in
81ecdfbb 18834 .) # We are building in place.
42ecbf5e 18835 ac_srcdir=.
81ecdfbb
RW
18836 ac_top_srcdir=$ac_top_builddir_sub
18837 ac_abs_top_srcdir=$ac_pwd ;;
18838 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 18839 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
18840 ac_top_srcdir=$srcdir
18841 ac_abs_top_srcdir=$srcdir ;;
18842 *) # Relative name.
18843 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18844 ac_top_srcdir=$ac_top_build_prefix$srcdir
18845 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 18846esac
81ecdfbb 18847ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42ecbf5e 18848
252b5132 18849
81ecdfbb
RW
18850 case $ac_mode in
18851 :F)
18852 #
18853 # CONFIG_FILE
18854 #
e5a52504 18855
42ecbf5e
DJ
18856 case $INSTALL in
18857 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
18858 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18859 esac
18860 ac_MKDIR_P=$MKDIR_P
18861 case $MKDIR_P in
18862 [\\/$]* | ?:[\\/]* ) ;;
18863 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 18864 esac
81ecdfbb 18865_ACEOF
e5a52504 18866
81ecdfbb
RW
18867cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18868# If the template does not know about datarootdir, expand it.
18869# FIXME: This hack should be removed a few years after 2.60.
18870ac_datarootdir_hack=; ac_datarootdir_seen=
18871ac_sed_dataroot='
18872/datarootdir/ {
18873 p
18874 q
18875}
18876/@datadir@/p
18877/@docdir@/p
18878/@infodir@/p
18879/@localedir@/p
18880/@mandir@/p'
18881case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18882*datarootdir*) ac_datarootdir_seen=yes;;
18883*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18885$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18886_ACEOF
18887cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18888 ac_datarootdir_hack='
18889 s&@datadir@&$datadir&g
18890 s&@docdir@&$docdir&g
18891 s&@infodir@&$infodir&g
18892 s&@localedir@&$localedir&g
18893 s&@mandir@&$mandir&g
18894 s&\\\${datarootdir}&$datarootdir&g' ;;
18895esac
42ecbf5e 18896_ACEOF
81ecdfbb
RW
18897
18898# Neutralize VPATH when `$srcdir' = `.'.
18899# Shell code in configure.ac might set extrasub.
18900# FIXME: do we really want to maintain this feature?
18901cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18902ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
18903$extrasub
18904_ACEOF
81ecdfbb 18905cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
18906:t
18907/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
18908s|@configure_input@|$ac_sed_conf_input|;t t
18909s&@top_builddir@&$ac_top_builddir_sub&;t t
18910s&@top_build_prefix@&$ac_top_build_prefix&;t t
18911s&@srcdir@&$ac_srcdir&;t t
18912s&@abs_srcdir@&$ac_abs_srcdir&;t t
18913s&@top_srcdir@&$ac_top_srcdir&;t t
18914s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18915s&@builddir@&$ac_builddir&;t t
18916s&@abs_builddir@&$ac_abs_builddir&;t t
18917s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18918s&@INSTALL@&$ac_INSTALL&;t t
18919s&@MKDIR_P@&$ac_MKDIR_P&;t t
18920$ac_datarootdir_hack
18921"
18922eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18923if $ac_cs_awk_getline; then
18924 $AWK -f "$tmp/subs.awk"
18925else
18926 $AWK -f "$tmp/subs.awk" | $SHELL
18927fi >$tmp/out \
18928 || as_fn_error "could not create $ac_file" "$LINENO" 5
18929
18930test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18931 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18932 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18934which seems to be undefined. Please make sure it is defined." >&5
18935$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18936which seems to be undefined. Please make sure it is defined." >&2;}
18937
18938 rm -f "$tmp/stdin"
42ecbf5e 18939 case $ac_file in
81ecdfbb
RW
18940 -) cat "$tmp/out" && rm -f "$tmp/out";;
18941 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18942 esac \
18943 || as_fn_error "could not create $ac_file" "$LINENO" 5
18944 ;;
18945 :H)
18946 #
18947 # CONFIG_HEADER
18948 #
42ecbf5e 18949 if test x"$ac_file" != x-; then
81ecdfbb
RW
18950 {
18951 $as_echo "/* $configure_input */" \
18952 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18953 } >"$tmp/config.h" \
18954 || as_fn_error "could not create $ac_file" "$LINENO" 5
18955 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18956 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18957$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 18958 else
81ecdfbb
RW
18959 rm -f "$ac_file"
18960 mv "$tmp/config.h" "$ac_file" \
18961 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 18962 fi
42ecbf5e 18963 else
81ecdfbb
RW
18964 $as_echo "/* $configure_input */" \
18965 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18966 || as_fn_error "could not create -" "$LINENO" 5
e5a52504 18967 fi
81ecdfbb
RW
18968# Compute "$ac_file"'s index in $config_headers.
18969_am_arg="$ac_file"
42ecbf5e
DJ
18970_am_stamp_count=1
18971for _am_header in $config_headers :; do
18972 case $_am_header in
81ecdfbb 18973 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
18974 break ;;
18975 * )
18976 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18977 esac
18978done
81ecdfbb
RW
18979echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18980$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18981 X"$_am_arg" : 'X\(//\)[^/]' \| \
18982 X"$_am_arg" : 'X\(//\)$' \| \
18983 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18984$as_echo X"$_am_arg" |
18985 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18986 s//\1/
18987 q
18988 }
18989 /^X\(\/\/\)[^/].*/{
18990 s//\1/
18991 q
18992 }
18993 /^X\(\/\/\)$/{
18994 s//\1/
18995 q
18996 }
18997 /^X\(\/\).*/{
18998 s//\1/
18999 q
19000 }
19001 s/.*/./; q'`/stamp-h$_am_stamp_count
19002 ;;
42ecbf5e 19003
81ecdfbb
RW
19004 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19005$as_echo "$as_me: executing $ac_file commands" >&6;}
19006 ;;
19007 esac
42ecbf5e
DJ
19008
19009
81ecdfbb
RW
19010 case $ac_file$ac_mode in
19011 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
19012 # Autoconf 2.62 quotes --file arguments for eval, but not when files
19013 # are listed without --file. Let's play safe and only enable the eval
19014 # if we detect the quoting.
19015 case $CONFIG_FILES in
19016 *\'*) eval set x "$CONFIG_FILES" ;;
19017 *) set x $CONFIG_FILES ;;
19018 esac
19019 shift
19020 for mf
19021 do
19022 # Strip MF so we end up with the name of the file.
19023 mf=`echo "$mf" | sed -e 's/:.*$//'`
19024 # Check whether this is an Automake generated Makefile or not.
19025 # We used to match only the files named `Makefile.in', but
19026 # some people rename them; so instead we look at the file content.
19027 # Grep'ing the first line is not enough: some people post-process
19028 # each Makefile.in and add a new line on top of each file to say so.
19029 # Grep'ing the whole file is not good either: AIX grep has a line
19030 # limit of 2048, but all sed's we know have understand at least 4000.
19031 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
19032 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
19033$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19034 X"$mf" : 'X\(//\)[^/]' \| \
19035 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
19036 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
19037$as_echo X"$mf" |
19038 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19039 s//\1/
19040 q
19041 }
19042 /^X\(\/\/\)[^/].*/{
19043 s//\1/
19044 q
19045 }
19046 /^X\(\/\/\)$/{
19047 s//\1/
19048 q
19049 }
19050 /^X\(\/\).*/{
19051 s//\1/
19052 q
19053 }
19054 s/.*/./; q'`
19055 else
19056 continue
19057 fi
19058 # Extract the definition of DEPDIR, am__include, and am__quote
19059 # from the Makefile without running `make'.
19060 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
19061 test -z "$DEPDIR" && continue
19062 am__include=`sed -n 's/^am__include = //p' < "$mf"`
19063 test -z "am__include" && continue
19064 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
19065 # When using ansi2knr, U may be empty or an underscore; expand it
19066 U=`sed -n 's/^U = //p' < "$mf"`
19067 # Find all dependency output files, they are included files with
19068 # $(DEPDIR) in their names. We invoke sed twice because it is the
19069 # simplest approach to changing $(DEPDIR) to its actual value in the
19070 # expansion.
19071 for file in `sed -n "
19072 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
19073 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
19074 # Make sure the directory exists.
19075 test -f "$dirpart/$file" && continue
19076 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
19077$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19078 X"$file" : 'X\(//\)[^/]' \| \
19079 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
19080 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
19081$as_echo X"$file" |
19082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19083 s//\1/
19084 q
19085 }
19086 /^X\(\/\/\)[^/].*/{
19087 s//\1/
19088 q
19089 }
19090 /^X\(\/\/\)$/{
19091 s//\1/
19092 q
19093 }
19094 /^X\(\/\).*/{
19095 s//\1/
19096 q
19097 }
19098 s/.*/./; q'`
19099 as_dir=$dirpart/$fdir; as_fn_mkdir_p
19100 # echo "creating $dirpart/$file"
19101 echo '# dummy' > "$dirpart/$file"
42ecbf5e 19102 done
42ecbf5e 19103 done
81ecdfbb 19104}
d7040cdb 19105 ;;
81ecdfbb 19106 "libtool":C)
d7040cdb
SE
19107
19108 # See if we are running on zsh, and set the options which allow our
19109 # commands through without removal of \ escapes.
19110 if test -n "${ZSH_VERSION+set}" ; then
19111 setopt NO_GLOB_SUBST
19112 fi
19113
19114 cfgfile="${ofile}T"
19115 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
19116 $RM "$cfgfile"
19117
19118 cat <<_LT_EOF >> "$cfgfile"
19119#! $SHELL
19120
19121# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
b214d478 19122# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
19123# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19124# NOTE: Changes made to this file will be lost: look at ltmain.sh.
19125#
b214d478 19126# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 19127# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
b214d478 19128# Written by Gordon Matzigkeit, 1996
d7040cdb 19129#
b214d478 19130# This file is part of GNU Libtool.
d7040cdb 19131#
b214d478
SE
19132# GNU Libtool is free software; you can redistribute it and/or
19133# modify it under the terms of the GNU General Public License as
19134# published by the Free Software Foundation; either version 2 of
19135# the License, or (at your option) any later version.
d7040cdb 19136#
b214d478
SE
19137# As a special exception to the GNU General Public License,
19138# if you distribute this file as part of a program or library that
19139# is built using GNU Libtool, you may include this file under the
19140# same distribution terms that you use for the rest of that program.
d7040cdb 19141#
b214d478
SE
19142# GNU Libtool is distributed in the hope that it will be useful,
19143# but WITHOUT ANY WARRANTY; without even the implied warranty of
19144# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19145# GNU General Public License for more details.
d7040cdb 19146#
b214d478
SE
19147# You should have received a copy of the GNU General Public License
19148# along with GNU Libtool; see the file COPYING. If not, a copy
19149# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
19150# obtained by writing to the Free Software Foundation, Inc.,
19151# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
19152
19153
19154# The names of the tagged configurations supported by this script.
3cb62297 19155available_tags="CXX "
d7040cdb
SE
19156
19157# ### BEGIN LIBTOOL CONFIG
19158
19159# Which release of libtool.m4 was used?
19160macro_version=$macro_version
19161macro_revision=$macro_revision
19162
19163# Whether or not to build shared libraries.
19164build_libtool_libs=$enable_shared
19165
19166# Whether or not to build static libraries.
19167build_old_libs=$enable_static
19168
19169# What type of objects to build.
19170pic_mode=$pic_mode
19171
19172# Whether or not to optimize for fast installation.
19173fast_install=$enable_fast_install
19174
3725885a
RW
19175# Shell to use when invoking shell scripts.
19176SHELL=$lt_SHELL
19177
19178# An echo program that protects backslashes.
19179ECHO=$lt_ECHO
19180
d7040cdb
SE
19181# The host system.
19182host_alias=$host_alias
19183host=$host
19184host_os=$host_os
19185
19186# The build system.
19187build_alias=$build_alias
19188build=$build
19189build_os=$build_os
19190
19191# A sed program that does not truncate output.
19192SED=$lt_SED
19193
19194# Sed that helps us avoid accidentally triggering echo(1) options like -n.
19195Xsed="\$SED -e 1s/^X//"
19196
19197# A grep program that handles long lines.
19198GREP=$lt_GREP
19199
19200# An ERE matcher.
19201EGREP=$lt_EGREP
19202
19203# A literal string matcher.
19204FGREP=$lt_FGREP
19205
19206# A BSD- or MS-compatible name lister.
19207NM=$lt_NM
19208
19209# Whether we need soft or hard links.
19210LN_S=$lt_LN_S
19211
19212# What is the maximum length of a command?
19213max_cmd_len=$max_cmd_len
19214
19215# Object file suffix (normally "o").
19216objext=$ac_objext
19217
19218# Executable file suffix (normally "").
19219exeext=$exeext
19220
19221# whether the shell understands "unset".
19222lt_unset=$lt_unset
19223
19224# turn spaces into newlines.
19225SP2NL=$lt_lt_SP2NL
19226
19227# turn newlines into spaces.
19228NL2SP=$lt_lt_NL2SP
19229
b214d478
SE
19230# An object symbol dumper.
19231OBJDUMP=$lt_OBJDUMP
19232
d7040cdb
SE
19233# Method to check whether dependent libraries are shared objects.
19234deplibs_check_method=$lt_deplibs_check_method
19235
19236# Command to use when deplibs_check_method == "file_magic".
19237file_magic_cmd=$lt_file_magic_cmd
19238
19239# The archiver.
19240AR=$lt_AR
19241AR_FLAGS=$lt_AR_FLAGS
19242
19243# A symbol stripping program.
19244STRIP=$lt_STRIP
19245
19246# Commands used to install an old-style archive.
19247RANLIB=$lt_RANLIB
19248old_postinstall_cmds=$lt_old_postinstall_cmds
19249old_postuninstall_cmds=$lt_old_postuninstall_cmds
19250
3725885a
RW
19251# Whether to use a lock for old archive extraction.
19252lock_old_archive_extraction=$lock_old_archive_extraction
19253
d7040cdb
SE
19254# A C compiler.
19255LTCC=$lt_CC
19256
19257# LTCC compiler flags.
19258LTCFLAGS=$lt_CFLAGS
19259
19260# Take the output of nm and produce a listing of raw symbols and C names.
19261global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19262
19263# Transform the output of nm in a proper C declaration.
19264global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19265
19266# Transform the output of nm in a C name address pair.
19267global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19268
b214d478
SE
19269# Transform the output of nm in a C name address pair when lib prefix is needed.
19270global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
19271
d7040cdb
SE
19272# The name of the directory that contains temporary libtool files.
19273objdir=$objdir
19274
d7040cdb
SE
19275# Used to examine libraries when file_magic_cmd begins with "file".
19276MAGIC_CMD=$MAGIC_CMD
19277
19278# Must we lock files when doing compilation?
19279need_locks=$lt_need_locks
19280
b214d478
SE
19281# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
19282DSYMUTIL=$lt_DSYMUTIL
19283
19284# Tool to change global to local symbols on Mac OS X.
19285NMEDIT=$lt_NMEDIT
19286
19287# Tool to manipulate fat objects and archives on Mac OS X.
19288LIPO=$lt_LIPO
19289
19290# ldd/readelf like tool for Mach-O binaries on Mac OS X.
19291OTOOL=$lt_OTOOL
19292
19293# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19294OTOOL64=$lt_OTOOL64
19295
d7040cdb
SE
19296# Old archive suffix (normally "a").
19297libext=$libext
19298
19299# Shared library suffix (normally ".so").
19300shrext_cmds=$lt_shrext_cmds
19301
19302# The commands to extract the exported symbol list from a shared archive.
19303extract_expsyms_cmds=$lt_extract_expsyms_cmds
19304
19305# Variables whose values should be saved in libtool wrapper scripts and
19306# restored at link time.
19307variables_saved_for_relink=$lt_variables_saved_for_relink
19308
19309# Do we need the "lib" prefix for modules?
19310need_lib_prefix=$need_lib_prefix
19311
19312# Do we need a version for libraries?
19313need_version=$need_version
19314
19315# Library versioning type.
19316version_type=$version_type
19317
19318# Shared library runtime path variable.
19319runpath_var=$runpath_var
19320
19321# Shared library path variable.
19322shlibpath_var=$shlibpath_var
19323
19324# Is shlibpath searched before the hard-coded library search path?
19325shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19326
19327# Format of library name prefix.
19328libname_spec=$lt_libname_spec
19329
19330# List of archive names. First name is the real one, the rest are links.
19331# The last name is the one that the linker finds with -lNAME
19332library_names_spec=$lt_library_names_spec
19333
19334# The coded name of the library, if different from the real name.
19335soname_spec=$lt_soname_spec
19336
3725885a
RW
19337# Permission mode override for installation of shared libraries.
19338install_override_mode=$lt_install_override_mode
19339
d7040cdb
SE
19340# Command to use after installation of a shared archive.
19341postinstall_cmds=$lt_postinstall_cmds
19342
19343# Command to use after uninstallation of a shared archive.
19344postuninstall_cmds=$lt_postuninstall_cmds
19345
19346# Commands used to finish a libtool library installation in a directory.
19347finish_cmds=$lt_finish_cmds
19348
19349# As "finish_cmds", except a single script fragment to be evaled but
19350# not shown.
19351finish_eval=$lt_finish_eval
19352
19353# Whether we should hardcode library paths into libraries.
19354hardcode_into_libs=$hardcode_into_libs
19355
19356# Compile-time system search path for libraries.
19357sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19358
19359# Run-time system search path for libraries.
19360sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19361
19362# Whether dlopen is supported.
19363dlopen_support=$enable_dlopen
19364
19365# Whether dlopen of programs is supported.
19366dlopen_self=$enable_dlopen_self
19367
19368# Whether dlopen of statically linked programs is supported.
19369dlopen_self_static=$enable_dlopen_self_static
19370
19371# Commands to strip libraries.
19372old_striplib=$lt_old_striplib
19373striplib=$lt_striplib
19374
19375
19376# The linker used to build libraries.
19377LD=$lt_LD
19378
3725885a
RW
19379# How to create reloadable object files.
19380reload_flag=$lt_reload_flag
19381reload_cmds=$lt_reload_cmds
19382
d7040cdb
SE
19383# Commands used to build an old-style archive.
19384old_archive_cmds=$lt_old_archive_cmds
19385
19386# A language specific compiler.
19387CC=$lt_compiler
19388
19389# Is the compiler the GNU compiler?
19390with_gcc=$GCC
19391
19392# Compiler flag to turn off builtin functions.
19393no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19394
19395# How to pass a linker flag through the compiler.
19396wl=$lt_lt_prog_compiler_wl
19397
19398# Additional compiler flags for building library objects.
19399pic_flag=$lt_lt_prog_compiler_pic
19400
19401# Compiler flag to prevent dynamic linking.
19402link_static_flag=$lt_lt_prog_compiler_static
19403
19404# Does compiler simultaneously support -c and -o options?
19405compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19406
19407# Whether or not to add -lc for building shared libraries.
19408build_libtool_need_lc=$archive_cmds_need_lc
19409
19410# Whether or not to disallow shared libs when runtime libs are static.
19411allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19412
19413# Compiler flag to allow reflexive dlopens.
19414export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19415
19416# Compiler flag to generate shared objects directly from archives.
19417whole_archive_flag_spec=$lt_whole_archive_flag_spec
19418
19419# Whether the compiler copes with passing no objects directly.
19420compiler_needs_object=$lt_compiler_needs_object
19421
19422# Create an old-style archive from a shared archive.
19423old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19424
19425# Create a temporary old-style archive to link instead of a shared archive.
19426old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19427
19428# Commands used to build a shared archive.
19429archive_cmds=$lt_archive_cmds
19430archive_expsym_cmds=$lt_archive_expsym_cmds
19431
19432# Commands used to build a loadable module if different from building
19433# a shared archive.
19434module_cmds=$lt_module_cmds
19435module_expsym_cmds=$lt_module_expsym_cmds
19436
19437# Whether we are building with GNU ld or not.
19438with_gnu_ld=$lt_with_gnu_ld
19439
19440# Flag that allows shared libraries with undefined symbols to be built.
19441allow_undefined_flag=$lt_allow_undefined_flag
19442
19443# Flag that enforces no undefined symbols.
19444no_undefined_flag=$lt_no_undefined_flag
19445
19446# Flag to hardcode \$libdir into a binary during linking.
19447# This must work even if \$libdir does not exist
19448hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19449
19450# If ld is used when linking, flag to hardcode \$libdir into a binary
19451# during linking. This must work even if \$libdir does not exist.
19452hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19453
19454# Whether we need a single "-rpath" flag with a separated argument.
19455hardcode_libdir_separator=$lt_hardcode_libdir_separator
19456
19457# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19458# DIR into the resulting binary.
19459hardcode_direct=$hardcode_direct
19460
19461# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19462# DIR into the resulting binary and the resulting library dependency is
19463# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19464# library is relocated.
19465hardcode_direct_absolute=$hardcode_direct_absolute
19466
19467# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19468# into the resulting binary.
19469hardcode_minus_L=$hardcode_minus_L
19470
19471# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19472# into the resulting binary.
19473hardcode_shlibpath_var=$hardcode_shlibpath_var
19474
19475# Set to "yes" if building a shared library automatically hardcodes DIR
19476# into the library and all subsequent libraries and executables linked
19477# against it.
19478hardcode_automatic=$hardcode_automatic
19479
19480# Set to yes if linker adds runtime paths of dependent libraries
19481# to runtime path list.
19482inherit_rpath=$inherit_rpath
19483
19484# Whether libtool must link a program against all its dependency libraries.
19485link_all_deplibs=$link_all_deplibs
19486
19487# Fix the shell variable \$srcfile for the compiler.
19488fix_srcfile_path=$lt_fix_srcfile_path
19489
19490# Set to "yes" if exported symbols are required.
19491always_export_symbols=$always_export_symbols
19492
19493# The commands to list exported symbols.
19494export_symbols_cmds=$lt_export_symbols_cmds
19495
19496# Symbols that should not be listed in the preloaded symbols.
19497exclude_expsyms=$lt_exclude_expsyms
19498
19499# Symbols that must always be exported.
19500include_expsyms=$lt_include_expsyms
19501
19502# Commands necessary for linking programs (against libraries) with templates.
19503prelink_cmds=$lt_prelink_cmds
19504
19505# Specify filename containing input files.
19506file_list_spec=$lt_file_list_spec
19507
19508# How to hardcode a shared library path into an executable.
19509hardcode_action=$hardcode_action
19510
3cb62297
L
19511# The directories searched by this compiler when creating a shared library.
19512compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19513
19514# Dependencies to place before and after the objects being linked to
19515# create a shared library.
19516predep_objects=$lt_predep_objects
19517postdep_objects=$lt_postdep_objects
19518predeps=$lt_predeps
19519postdeps=$lt_postdeps
19520
19521# The library search path used internally by the compiler when linking
19522# a shared library.
19523compiler_lib_search_path=$lt_compiler_lib_search_path
19524
d7040cdb
SE
19525# ### END LIBTOOL CONFIG
19526
19527_LT_EOF
19528
19529 case $host_os in
19530 aix3*)
19531 cat <<\_LT_EOF >> "$cfgfile"
19532# AIX sometimes has problems with the GCC collect2 program. For some
19533# reason, if we set the COLLECT_NAMES environment variable, the problems
19534# vanish in a puff of smoke.
19535if test "X${COLLECT_NAMES+set}" != Xset; then
19536 COLLECT_NAMES=
19537 export COLLECT_NAMES
19538fi
19539_LT_EOF
19540 ;;
19541 esac
19542
19543
19544ltmain="$ac_aux_dir/ltmain.sh"
19545
19546
19547 # We use sed instead of cat because bash on DJGPP gets confused if
19548 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19549 # text mode, it properly converts lines to CR/LF. This bash problem
19550 # is reportedly fixed, but why not run on old versions too?
19551 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19552 || (rm -f "$cfgfile"; exit 1)
19553
19554 case $xsi_shell in
19555 yes)
19556 cat << \_LT_EOF >> "$cfgfile"
b214d478 19557
d7040cdb
SE
19558# func_dirname file append nondir_replacement
19559# Compute the dirname of FILE. If nonempty, add APPEND to the result,
19560# otherwise set result to NONDIR_REPLACEMENT.
19561func_dirname ()
19562{
19563 case ${1} in
19564 */*) func_dirname_result="${1%/*}${2}" ;;
19565 * ) func_dirname_result="${3}" ;;
19566 esac
19567}
19568
19569# func_basename file
19570func_basename ()
19571{
19572 func_basename_result="${1##*/}"
19573}
19574
b214d478
SE
19575# func_dirname_and_basename file append nondir_replacement
19576# perform func_basename and func_dirname in a single function
19577# call:
19578# dirname: Compute the dirname of FILE. If nonempty,
19579# add APPEND to the result, otherwise set result
19580# to NONDIR_REPLACEMENT.
19581# value returned in "$func_dirname_result"
19582# basename: Compute filename of FILE.
19583# value retuned in "$func_basename_result"
19584# Implementation must be kept synchronized with func_dirname
19585# and func_basename. For efficiency, we do not delegate to
19586# those functions but instead duplicate the functionality here.
19587func_dirname_and_basename ()
19588{
19589 case ${1} in
19590 */*) func_dirname_result="${1%/*}${2}" ;;
19591 * ) func_dirname_result="${3}" ;;
19592 esac
19593 func_basename_result="${1##*/}"
19594}
19595
d7040cdb
SE
19596# func_stripname prefix suffix name
19597# strip PREFIX and SUFFIX off of NAME.
19598# PREFIX and SUFFIX must not contain globbing or regex special
19599# characters, hashes, percent signs, but SUFFIX may contain a leading
19600# dot (in which case that matches only a dot).
19601func_stripname ()
19602{
19603 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19604 # positional parameters, so assign one to ordinary parameter first.
19605 func_stripname_result=${3}
19606 func_stripname_result=${func_stripname_result#"${1}"}
19607 func_stripname_result=${func_stripname_result%"${2}"}
19608}
19609
19610# func_opt_split
19611func_opt_split ()
19612{
19613 func_opt_split_opt=${1%%=*}
19614 func_opt_split_arg=${1#*=}
19615}
19616
19617# func_lo2o object
19618func_lo2o ()
19619{
19620 case ${1} in
19621 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
19622 *) func_lo2o_result=${1} ;;
19623 esac
19624}
b214d478
SE
19625
19626# func_xform libobj-or-source
19627func_xform ()
19628{
19629 func_xform_result=${1%.*}.lo
19630}
19631
19632# func_arith arithmetic-term...
19633func_arith ()
19634{
19635 func_arith_result=$(( $* ))
19636}
19637
19638# func_len string
19639# STRING may not start with a hyphen.
19640func_len ()
19641{
19642 func_len_result=${#1}
19643}
19644
d7040cdb
SE
19645_LT_EOF
19646 ;;
19647 *) # Bourne compatible functions.
19648 cat << \_LT_EOF >> "$cfgfile"
b214d478 19649
d7040cdb
SE
19650# func_dirname file append nondir_replacement
19651# Compute the dirname of FILE. If nonempty, add APPEND to the result,
19652# otherwise set result to NONDIR_REPLACEMENT.
19653func_dirname ()
19654{
19655 # Extract subdirectory from the argument.
3725885a 19656 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
19657 if test "X$func_dirname_result" = "X${1}"; then
19658 func_dirname_result="${3}"
19659 else
19660 func_dirname_result="$func_dirname_result${2}"
19661 fi
19662}
19663
19664# func_basename file
19665func_basename ()
19666{
3725885a 19667 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
19668}
19669
b214d478 19670
d7040cdb
SE
19671# func_stripname prefix suffix name
19672# strip PREFIX and SUFFIX off of NAME.
19673# PREFIX and SUFFIX must not contain globbing or regex special
19674# characters, hashes, percent signs, but SUFFIX may contain a leading
19675# dot (in which case that matches only a dot).
19676# func_strip_suffix prefix name
19677func_stripname ()
19678{
19679 case ${2} in
3725885a
RW
19680 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19681 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
19682 esac
19683}
19684
19685# sed scripts:
19686my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
19687my_sed_long_arg='1s/^-[^=]*=//'
19688
19689# func_opt_split
19690func_opt_split ()
19691{
3725885a
RW
19692 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19693 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
19694}
19695
19696# func_lo2o object
19697func_lo2o ()
19698{
3725885a 19699 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 19700}
b214d478
SE
19701
19702# func_xform libobj-or-source
19703func_xform ()
19704{
3725885a 19705 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
b214d478
SE
19706}
19707
19708# func_arith arithmetic-term...
19709func_arith ()
19710{
19711 func_arith_result=`expr "$@"`
19712}
19713
19714# func_len string
19715# STRING may not start with a hyphen.
19716func_len ()
19717{
19718 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19719}
19720
d7040cdb
SE
19721_LT_EOF
19722esac
19723
19724case $lt_shell_append in
19725 yes)
19726 cat << \_LT_EOF >> "$cfgfile"
19727
19728# func_append var value
19729# Append VALUE to the end of shell variable VAR.
19730func_append ()
19731{
19732 eval "$1+=\$2"
19733}
19734_LT_EOF
19735 ;;
19736 *)
19737 cat << \_LT_EOF >> "$cfgfile"
19738
19739# func_append var value
19740# Append VALUE to the end of shell variable VAR.
19741func_append ()
19742{
19743 eval "$1=\$$1\$2"
19744}
b214d478 19745
d7040cdb
SE
19746_LT_EOF
19747 ;;
19748 esac
19749
19750
19751 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19752 || (rm -f "$cfgfile"; exit 1)
19753
19754 mv -f "$cfgfile" "$ofile" ||
19755 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19756 chmod +x "$ofile"
19757
3cb62297
L
19758
19759 cat <<_LT_EOF >> "$ofile"
19760
19761# ### BEGIN LIBTOOL TAG CONFIG: CXX
19762
19763# The linker used to build libraries.
19764LD=$lt_LD_CXX
19765
19766# How to create reloadable object files.
19767reload_flag=$lt_reload_flag_CXX
19768reload_cmds=$lt_reload_cmds_CXX
19769
19770# Commands used to build an old-style archive.
19771old_archive_cmds=$lt_old_archive_cmds_CXX
19772
19773# A language specific compiler.
19774CC=$lt_compiler_CXX
19775
19776# Is the compiler the GNU compiler?
19777with_gcc=$GCC_CXX
19778
19779# Compiler flag to turn off builtin functions.
19780no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19781
19782# How to pass a linker flag through the compiler.
19783wl=$lt_lt_prog_compiler_wl_CXX
19784
19785# Additional compiler flags for building library objects.
19786pic_flag=$lt_lt_prog_compiler_pic_CXX
19787
19788# Compiler flag to prevent dynamic linking.
19789link_static_flag=$lt_lt_prog_compiler_static_CXX
19790
19791# Does compiler simultaneously support -c and -o options?
19792compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19793
19794# Whether or not to add -lc for building shared libraries.
19795build_libtool_need_lc=$archive_cmds_need_lc_CXX
19796
19797# Whether or not to disallow shared libs when runtime libs are static.
19798allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19799
19800# Compiler flag to allow reflexive dlopens.
19801export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19802
19803# Compiler flag to generate shared objects directly from archives.
19804whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19805
19806# Whether the compiler copes with passing no objects directly.
19807compiler_needs_object=$lt_compiler_needs_object_CXX
19808
19809# Create an old-style archive from a shared archive.
19810old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19811
19812# Create a temporary old-style archive to link instead of a shared archive.
19813old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19814
19815# Commands used to build a shared archive.
19816archive_cmds=$lt_archive_cmds_CXX
19817archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19818
19819# Commands used to build a loadable module if different from building
19820# a shared archive.
19821module_cmds=$lt_module_cmds_CXX
19822module_expsym_cmds=$lt_module_expsym_cmds_CXX
19823
19824# Whether we are building with GNU ld or not.
19825with_gnu_ld=$lt_with_gnu_ld_CXX
19826
19827# Flag that allows shared libraries with undefined symbols to be built.
19828allow_undefined_flag=$lt_allow_undefined_flag_CXX
19829
19830# Flag that enforces no undefined symbols.
19831no_undefined_flag=$lt_no_undefined_flag_CXX
19832
19833# Flag to hardcode \$libdir into a binary during linking.
19834# This must work even if \$libdir does not exist
19835hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19836
19837# If ld is used when linking, flag to hardcode \$libdir into a binary
19838# during linking. This must work even if \$libdir does not exist.
19839hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19840
19841# Whether we need a single "-rpath" flag with a separated argument.
19842hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19843
19844# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19845# DIR into the resulting binary.
19846hardcode_direct=$hardcode_direct_CXX
19847
19848# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19849# DIR into the resulting binary and the resulting library dependency is
19850# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19851# library is relocated.
19852hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19853
19854# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19855# into the resulting binary.
19856hardcode_minus_L=$hardcode_minus_L_CXX
19857
19858# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19859# into the resulting binary.
19860hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19861
19862# Set to "yes" if building a shared library automatically hardcodes DIR
19863# into the library and all subsequent libraries and executables linked
19864# against it.
19865hardcode_automatic=$hardcode_automatic_CXX
19866
19867# Set to yes if linker adds runtime paths of dependent libraries
19868# to runtime path list.
19869inherit_rpath=$inherit_rpath_CXX
19870
19871# Whether libtool must link a program against all its dependency libraries.
19872link_all_deplibs=$link_all_deplibs_CXX
19873
19874# Fix the shell variable \$srcfile for the compiler.
19875fix_srcfile_path=$lt_fix_srcfile_path_CXX
19876
19877# Set to "yes" if exported symbols are required.
19878always_export_symbols=$always_export_symbols_CXX
19879
19880# The commands to list exported symbols.
19881export_symbols_cmds=$lt_export_symbols_cmds_CXX
19882
19883# Symbols that should not be listed in the preloaded symbols.
19884exclude_expsyms=$lt_exclude_expsyms_CXX
19885
19886# Symbols that must always be exported.
19887include_expsyms=$lt_include_expsyms_CXX
19888
19889# Commands necessary for linking programs (against libraries) with templates.
19890prelink_cmds=$lt_prelink_cmds_CXX
19891
19892# Specify filename containing input files.
19893file_list_spec=$lt_file_list_spec_CXX
19894
19895# How to hardcode a shared library path into an executable.
19896hardcode_action=$hardcode_action_CXX
19897
19898# The directories searched by this compiler when creating a shared library.
19899compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19900
19901# Dependencies to place before and after the objects being linked to
19902# create a shared library.
19903predep_objects=$lt_predep_objects_CXX
19904postdep_objects=$lt_postdep_objects_CXX
19905predeps=$lt_predeps_CXX
19906postdeps=$lt_postdeps_CXX
19907
19908# The library search path used internally by the compiler when linking
19909# a shared library.
19910compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19911
19912# ### END LIBTOOL TAG CONFIG: CXX
19913_LT_EOF
19914
42ecbf5e 19915 ;;
81ecdfbb 19916 "default-1":C)
20e95c23
DJ
19917 for ac_file in $CONFIG_FILES; do
19918 # Support "outfile[:infile[:infile...]]"
19919 case "$ac_file" in
19920 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
19921 esac
19922 # PO directories have a Makefile.in generated from Makefile.in.in.
19923 case "$ac_file" in */Makefile.in)
19924 # Adjust a relative srcdir.
19925 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 19926 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
19927 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
19928 # In autoconf-2.13 it is called $ac_given_srcdir.
19929 # In autoconf-2.50 it is called $srcdir.
19930 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
19931 case "$ac_given_srcdir" in
19932 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
19933 /*) top_srcdir="$ac_given_srcdir" ;;
19934 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
19935 esac
19936 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
19937 rm -f "$ac_dir/POTFILES"
19938 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
19939 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
19940 POMAKEFILEDEPS="POTFILES.in"
19941 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
19942 # on $ac_dir but don't depend on user-specified configuration
19943 # parameters.
19944 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
19945 # The LINGUAS file contains the set of available languages.
19946 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 19947 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
19948 fi
19949 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
19950 # Hide the ALL_LINGUAS assigment from automake.
19951 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
19952 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
19953 else
37a42ee9 19954 # The set of available languages was given in configure.ac.
20e95c23
DJ
19955 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
19956 fi
19957 case "$ac_given_srcdir" in
19958 .) srcdirpre= ;;
19959 *) srcdirpre='$(srcdir)/' ;;
19960 esac
19961 POFILES=
19962 GMOFILES=
19963 UPDATEPOFILES=
19964 DUMMYPOFILES=
19965 for lang in $ALL_LINGUAS; do
19966 POFILES="$POFILES $srcdirpre$lang.po"
19967 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19968 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
19969 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
19970 done
19971 # CATALOGS depends on both $ac_dir and the user's LINGUAS
19972 # environment variable.
19973 INST_LINGUAS=
19974 if test -n "$ALL_LINGUAS"; then
19975 for presentlang in $ALL_LINGUAS; do
19976 useit=no
19977 if test "%UNSET%" != "$LINGUAS"; then
19978 desiredlanguages="$LINGUAS"
19979 else
19980 desiredlanguages="$ALL_LINGUAS"
19981 fi
19982 for desiredlang in $desiredlanguages; do
19983 # Use the presentlang catalog if desiredlang is
19984 # a. equal to presentlang, or
19985 # b. a variant of presentlang (because in this case,
19986 # presentlang can be used as a fallback for messages
19987 # which are not translated in the desiredlang catalog).
19988 case "$desiredlang" in
19989 "$presentlang"*) useit=yes;;
19990 esac
19991 done
19992 if test $useit = yes; then
19993 INST_LINGUAS="$INST_LINGUAS $presentlang"
19994 fi
19995 done
19996 fi
19997 CATALOGS=
19998 if test -n "$INST_LINGUAS"; then
19999 for lang in $INST_LINGUAS; do
20000 CATALOGS="$CATALOGS $lang.gmo"
20001 done
20002 fi
20003 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
20004 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"
20005 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
20006 if test -f "$f"; then
20007 case "$f" in
20008 *.orig | *.bak | *~) ;;
20009 *) cat "$f" >> "$ac_dir/Makefile" ;;
20010 esac
20011 fi
20012 done
20013 fi
20014 ;;
20015 esac
20016 done ;;
81ecdfbb 20017
42ecbf5e 20018 esac
81ecdfbb 20019done # for ac_tag
42ecbf5e 20020
42ecbf5e 20021
81ecdfbb 20022as_fn_exit 0
42ecbf5e 20023_ACEOF
42ecbf5e
DJ
20024ac_clean_files=$ac_clean_files_save
20025
81ecdfbb
RW
20026test $ac_write_fail = 0 ||
20027 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20028
42ecbf5e
DJ
20029
20030# configure is writing to config.log, and then calls config.status.
20031# config.status does its own redirection, appending to config.log.
20032# Unfortunately, on DOS this fails, as config.log is still kept open
20033# by configure, so config.status won't be able to write to it; its
20034# output is simply discarded. So we exec the FD to /dev/null,
20035# effectively closing config.log, so it can be properly (re)opened and
20036# appended to by config.status. When coming back to configure, we
20037# need to make the FD available again.
20038if test "$no_create" != yes; then
20039 ac_cs_success=:
20040 ac_config_status_args=
20041 test "$silent" = yes &&
20042 ac_config_status_args="$ac_config_status_args --quiet"
20043 exec 5>/dev/null
20044 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20045 exec 5>>config.log
20046 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20047 # would make configure fail if this is the last instruction.
81ecdfbb
RW
20048 $ac_cs_success || as_fn_exit $?
20049fi
20050if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20052$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 20053fi
252b5132 20054
This page took 1.970674 seconds and 4 git commands to generate.