]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/configure
Regenerate with approved autotools version
[thirdparty/binutils-gdb.git] / ld / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
f48dfe41 3# Generated by GNU Autoconf 2.69 for ld 2.32.51.
d0ac1c44
SM
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
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.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
42ecbf5e
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
42ecbf5e 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
42ecbf5e 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
42ecbf5e 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
42ecbf5e 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
42ecbf5e 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
42ecbf5e 464
42ecbf5e
DJ
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
42ecbf5e 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
42ecbf5e 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
42ecbf5e 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 490 t loop
81ecdfbb 491 s/-\n.*//
42ecbf5e 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
42ecbf5e 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
42ecbf5e
DJ
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
42ecbf5e
DJ
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
42ecbf5e
DJ
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
42ecbf5e 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
42ecbf5e 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
42ecbf5e 541 fi
42ecbf5e 542else
d0ac1c44 543 as_ln_s='cp -pR'
42ecbf5e 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
42ecbf5e
DJ
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
42ecbf5e
DJ
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
d7040cdb
SE
564SHELL=${CONFIG_SHELL-/bin/sh}
565
d7040cdb 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
81ecdfbb 569
42ecbf5e 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
42ecbf5e
DJ
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
42ecbf5e
DJ
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
42ecbf5e 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
42ecbf5e
DJ
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
42ecbf5e
DJ
586
587# Identity of this package.
2e98a7bd
AM
588PACKAGE_NAME='ld'
589PACKAGE_TARNAME='ld'
f48dfe41
NC
590PACKAGE_VERSION='2.32.51'
591PACKAGE_STRING='ld 2.32.51'
2e98a7bd
AM
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
42ecbf5e
DJ
594
595ac_unique_file="ldmain.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
42ecbf5e
DJ
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
42ecbf5e 623# include <inttypes.h>
42ecbf5e 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
629# include <unistd.h>
630#endif"
631
d0ac1c44 632ac_header_list=
81ecdfbb
RW
633ac_subst_vars='am__EXEEXT_FALSE
634am__EXEEXT_TRUE
635LTLIBOBJS
636LIBOBJS
637TESTBFDLIB
638EMULATION_LIBPATH
639LIB_PATH
640EMUL_EXTRA_OFILES
641EMULATION_OFILES
50ff67e6 642TDIRS
81ecdfbb 643EMUL
c58212ea
L
644elf_plt_unwind_list_options
645elf_shlib_list_options
646elf_list_options
81ecdfbb 647STRINGIFY
02ecc8e9 648enable_initfini_array
5d3236ee
DK
649ENABLE_PLUGINS_FALSE
650ENABLE_PLUGINS_TRUE
81ecdfbb 651NATIVE_LIB_DIRS
81ecdfbb
RW
652HDEFINES
653do_compare
654GENINSRC_NEVER_FALSE
655GENINSRC_NEVER_TRUE
81ecdfbb
RW
656LEXLIB
657LEX_OUTPUT_ROOT
658LEX
659YFLAGS
660YACC
661MSGMERGE
662MSGFMT
663MKINSTALLDIRS
664CATOBJEXT
665GENCAT
666INSTOBJEXT
667DATADIRNAME
668CATALOGS
669POSUB
670GMSGFMT
671XGETTEXT
672INCINTL
673LIBINTL_DEP
674LIBINTL
675USE_NLS
6757cf57 676WARN_WRITE_STRINGS
b879806f 677NO_WERROR
c5da1932 678WARN_CFLAGS_FOR_BUILD
b879806f
AM
679WARN_CFLAGS
680installed_linker
681install_as_default
682TARGET_SYSTEM_ROOT_DEFINE
683TARGET_SYSTEM_ROOT
684use_sysroot
3cb62297 685CXXCPP
81ecdfbb
RW
686OTOOL64
687OTOOL
688LIPO
689NMEDIT
690DSYMUTIL
81ecdfbb
RW
691RANLIB
692AR
693OBJDUMP
694LN_S
695NM
696ac_ct_DUMPBIN
697DUMPBIN
698LD
699FGREP
700SED
701LIBTOOL
b879806f 702EGREP
b879806f 703CPP
68880f31 704GREP
3cb62297
L
705am__fastdepCXX_FALSE
706am__fastdepCXX_TRUE
707CXXDEPMODE
708ac_ct_CXX
709CXXFLAGS
710CXX
64ac50ac
RW
711MAINT
712MAINTAINER_MODE_FALSE
713MAINTAINER_MODE_TRUE
d0ac1c44
SM
714AM_BACKSLASH
715AM_DEFAULT_VERBOSITY
716AM_DEFAULT_V
717AM_V
81ecdfbb
RW
718am__fastdepCC_FALSE
719am__fastdepCC_TRUE
720CCDEPMODE
6eb7d830 721am__nodep
81ecdfbb
RW
722AMDEPBACKSLASH
723AMDEP_FALSE
724AMDEP_TRUE
725am__quote
726am__include
727DEPDIR
728am__untar
729am__tar
730AMTAR
731am__leading_dot
732SET_MAKE
733AWK
734mkdir_p
735MKDIR_P
736INSTALL_STRIP_PROGRAM
737STRIP
738install_sh
739MAKEINFO
740AUTOHEADER
741AUTOMAKE
742AUTOCONF
743ACLOCAL
744VERSION
745PACKAGE
746CYGPATH_W
747am__isrc
748INSTALL_DATA
749INSTALL_SCRIPT
750INSTALL_PROGRAM
751OBJEXT
752EXEEXT
753ac_ct_CC
754CPPFLAGS
755LDFLAGS
756CFLAGS
757CC
758target_os
759target_vendor
760target_cpu
761target
762host_os
763host_vendor
764host_cpu
765host
766build_os
767build_vendor
768build_cpu
769build
770target_alias
771host_alias
772build_alias
773LIBS
774ECHO_T
775ECHO_N
776ECHO_C
777DEFS
778mandir
779localedir
780libdir
781psdir
782pdfdir
783dvidir
784htmldir
785infodir
786docdir
787oldincludedir
788includedir
789localstatedir
790sharedstatedir
791sysconfdir
792datadir
793datarootdir
794libexecdir
795sbindir
796bindir
797program_transform_name
798prefix
799exec_prefix
800PACKAGE_URL
801PACKAGE_BUGREPORT
802PACKAGE_STRING
803PACKAGE_VERSION
804PACKAGE_TARNAME
805PACKAGE_NAME
806PATH_SEPARATOR
807SHELL'
50ff67e6 808ac_subst_files=''
81ecdfbb
RW
809ac_user_opts='
810enable_option_checking
811enable_dependency_tracking
d0ac1c44 812enable_silent_rules
64ac50ac 813enable_maintainer_mode
b879806f
AM
814enable_shared
815enable_static
816with_pic
817enable_fast_install
818with_gnu_ld
819enable_libtool_lock
820enable_plugins
821enable_largefile
81ecdfbb
RW
822with_lib_path
823enable_targets
824enable_64_bit_bfd
825with_sysroot
4fda8867 826enable_gold
81ecdfbb 827enable_got
6c3bc0f8 828enable_compressed_debug_sections
6734f10a 829enable_new_dtags
647e4d46 830enable_relro
f6aec96d 831enable_separate_code
2760f24c 832enable_default_hash_style
81ecdfbb
RW
833enable_werror
834enable_build_warnings
81ecdfbb 835enable_nls
02ecc8e9 836enable_initfini_array
81ecdfbb
RW
837'
838 ac_precious_vars='build_alias
839host_alias
840target_alias
841CC
842CFLAGS
843LDFLAGS
844LIBS
845CPPFLAGS
3cb62297
L
846CXX
847CXXFLAGS
848CCC
b879806f 849CPP
3cb62297 850CXXCPP
81ecdfbb
RW
851YACC
852YFLAGS'
853
252b5132
RH
854
855# Initialize some variables set by options.
42ecbf5e
DJ
856ac_init_help=
857ac_init_version=false
81ecdfbb
RW
858ac_unrecognized_opts=
859ac_unrecognized_sep=
252b5132
RH
860# The variables have the same names as the options, with
861# dashes changed to underlines.
42ecbf5e 862cache_file=/dev/null
252b5132 863exec_prefix=NONE
252b5132 864no_create=
252b5132
RH
865no_recursion=
866prefix=NONE
867program_prefix=NONE
868program_suffix=NONE
869program_transform_name=s,x,x,
870silent=
871site=
872srcdir=
252b5132
RH
873verbose=
874x_includes=NONE
875x_libraries=NONE
42ecbf5e
DJ
876
877# Installation directory options.
878# These are left unexpanded so users can "make install exec_prefix=/foo"
879# and all the variables that are supposed to be based on exec_prefix
880# by default will actually change.
881# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 882# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
883bindir='${exec_prefix}/bin'
884sbindir='${exec_prefix}/sbin'
885libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
886datarootdir='${prefix}/share'
887datadir='${datarootdir}'
252b5132
RH
888sysconfdir='${prefix}/etc'
889sharedstatedir='${prefix}/com'
890localstatedir='${prefix}/var'
252b5132
RH
891includedir='${prefix}/include'
892oldincludedir='/usr/include'
2e98a7bd 893docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
894infodir='${datarootdir}/info'
895htmldir='${docdir}'
896dvidir='${docdir}'
897pdfdir='${docdir}'
898psdir='${docdir}'
899libdir='${exec_prefix}/lib'
900localedir='${datarootdir}/locale'
901mandir='${datarootdir}/man'
252b5132 902
252b5132 903ac_prev=
81ecdfbb 904ac_dashdash=
252b5132
RH
905for ac_option
906do
252b5132
RH
907 # If the previous option needs an argument, assign it.
908 if test -n "$ac_prev"; then
81ecdfbb 909 eval $ac_prev=\$ac_option
252b5132
RH
910 ac_prev=
911 continue
912 fi
913
81ecdfbb 914 case $ac_option in
d0ac1c44
SM
915 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
916 *=) ac_optarg= ;;
917 *) ac_optarg=yes ;;
81ecdfbb 918 esac
252b5132
RH
919
920 # Accept the important Cygnus configure options, so we can diagnose typos.
921
81ecdfbb
RW
922 case $ac_dashdash$ac_option in
923 --)
924 ac_dashdash=yes ;;
252b5132
RH
925
926 -bindir | --bindir | --bindi | --bind | --bin | --bi)
927 ac_prev=bindir ;;
928 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 929 bindir=$ac_optarg ;;
252b5132
RH
930
931 -build | --build | --buil | --bui | --bu)
42ecbf5e 932 ac_prev=build_alias ;;
252b5132 933 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 934 build_alias=$ac_optarg ;;
252b5132
RH
935
936 -cache-file | --cache-file | --cache-fil | --cache-fi \
937 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
938 ac_prev=cache_file ;;
939 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
940 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
941 cache_file=$ac_optarg ;;
942
943 --config-cache | -C)
944 cache_file=config.cache ;;
252b5132 945
81ecdfbb 946 -datadir | --datadir | --datadi | --datad)
252b5132 947 ac_prev=datadir ;;
81ecdfbb 948 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 949 datadir=$ac_optarg ;;
252b5132 950
81ecdfbb
RW
951 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
952 | --dataroo | --dataro | --datar)
953 ac_prev=datarootdir ;;
954 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
955 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
956 datarootdir=$ac_optarg ;;
957
252b5132 958 -disable-* | --disable-*)
81ecdfbb 959 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 960 # Reject names that are not valid shell variable names.
81ecdfbb 961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 962 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
963 ac_useropt_orig=$ac_useropt
964 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
966 *"
967"enable_$ac_useropt"
968"*) ;;
969 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
970 ac_unrecognized_sep=', ';;
971 esac
972 eval enable_$ac_useropt=no ;;
973
974 -docdir | --docdir | --docdi | --doc | --do)
975 ac_prev=docdir ;;
976 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
977 docdir=$ac_optarg ;;
978
979 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
980 ac_prev=dvidir ;;
981 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
982 dvidir=$ac_optarg ;;
252b5132
RH
983
984 -enable-* | --enable-*)
81ecdfbb 985 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 986 # Reject names that are not valid shell variable names.
81ecdfbb 987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 988 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
989 ac_useropt_orig=$ac_useropt
990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
992 *"
993"enable_$ac_useropt"
994"*) ;;
995 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
996 ac_unrecognized_sep=', ';;
252b5132 997 esac
81ecdfbb 998 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
999
1000 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1001 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1002 | --exec | --exe | --ex)
1003 ac_prev=exec_prefix ;;
1004 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1005 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1006 | --exec=* | --exe=* | --ex=*)
42ecbf5e 1007 exec_prefix=$ac_optarg ;;
252b5132
RH
1008
1009 -gas | --gas | --ga | --g)
1010 # Obsolete; use --with-gas.
1011 with_gas=yes ;;
1012
42ecbf5e
DJ
1013 -help | --help | --hel | --he | -h)
1014 ac_init_help=long ;;
1015 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1016 ac_init_help=recursive ;;
1017 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1018 ac_init_help=short ;;
252b5132
RH
1019
1020 -host | --host | --hos | --ho)
42ecbf5e 1021 ac_prev=host_alias ;;
252b5132 1022 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 1023 host_alias=$ac_optarg ;;
252b5132 1024
81ecdfbb
RW
1025 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1026 ac_prev=htmldir ;;
1027 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1028 | --ht=*)
1029 htmldir=$ac_optarg ;;
1030
252b5132
RH
1031 -includedir | --includedir | --includedi | --included | --include \
1032 | --includ | --inclu | --incl | --inc)
1033 ac_prev=includedir ;;
1034 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1035 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 1036 includedir=$ac_optarg ;;
252b5132
RH
1037
1038 -infodir | --infodir | --infodi | --infod | --info | --inf)
1039 ac_prev=infodir ;;
1040 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1041 infodir=$ac_optarg ;;
252b5132
RH
1042
1043 -libdir | --libdir | --libdi | --libd)
1044 ac_prev=libdir ;;
1045 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1046 libdir=$ac_optarg ;;
252b5132
RH
1047
1048 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1049 | --libexe | --libex | --libe)
1050 ac_prev=libexecdir ;;
1051 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1052 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1053 libexecdir=$ac_optarg ;;
252b5132 1054
81ecdfbb
RW
1055 -localedir | --localedir | --localedi | --localed | --locale)
1056 ac_prev=localedir ;;
1057 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1058 localedir=$ac_optarg ;;
1059
252b5132 1060 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1061 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1062 ac_prev=localstatedir ;;
1063 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1064 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1065 localstatedir=$ac_optarg ;;
252b5132
RH
1066
1067 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1068 ac_prev=mandir ;;
1069 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1070 mandir=$ac_optarg ;;
252b5132
RH
1071
1072 -nfp | --nfp | --nf)
1073 # Obsolete; use --without-fp.
1074 with_fp=no ;;
1075
1076 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1077 | --no-cr | --no-c | -n)
252b5132
RH
1078 no_create=yes ;;
1079
1080 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1081 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1082 no_recursion=yes ;;
1083
1084 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1085 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1086 | --oldin | --oldi | --old | --ol | --o)
1087 ac_prev=oldincludedir ;;
1088 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1089 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1090 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1091 oldincludedir=$ac_optarg ;;
252b5132
RH
1092
1093 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1094 ac_prev=prefix ;;
1095 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1096 prefix=$ac_optarg ;;
252b5132
RH
1097
1098 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1099 | --program-pre | --program-pr | --program-p)
1100 ac_prev=program_prefix ;;
1101 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1102 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1103 program_prefix=$ac_optarg ;;
252b5132
RH
1104
1105 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1106 | --program-suf | --program-su | --program-s)
1107 ac_prev=program_suffix ;;
1108 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1109 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1110 program_suffix=$ac_optarg ;;
252b5132
RH
1111
1112 -program-transform-name | --program-transform-name \
1113 | --program-transform-nam | --program-transform-na \
1114 | --program-transform-n | --program-transform- \
1115 | --program-transform | --program-transfor \
1116 | --program-transfo | --program-transf \
1117 | --program-trans | --program-tran \
1118 | --progr-tra | --program-tr | --program-t)
1119 ac_prev=program_transform_name ;;
1120 -program-transform-name=* | --program-transform-name=* \
1121 | --program-transform-nam=* | --program-transform-na=* \
1122 | --program-transform-n=* | --program-transform-=* \
1123 | --program-transform=* | --program-transfor=* \
1124 | --program-transfo=* | --program-transf=* \
1125 | --program-trans=* | --program-tran=* \
1126 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1127 program_transform_name=$ac_optarg ;;
252b5132 1128
81ecdfbb
RW
1129 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1130 ac_prev=pdfdir ;;
1131 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1132 pdfdir=$ac_optarg ;;
1133
1134 -psdir | --psdir | --psdi | --psd | --ps)
1135 ac_prev=psdir ;;
1136 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1137 psdir=$ac_optarg ;;
1138
252b5132
RH
1139 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1140 | -silent | --silent | --silen | --sile | --sil)
1141 silent=yes ;;
1142
1143 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1144 ac_prev=sbindir ;;
1145 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1146 | --sbi=* | --sb=*)
42ecbf5e 1147 sbindir=$ac_optarg ;;
252b5132
RH
1148
1149 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1150 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1151 | --sharedst | --shareds | --shared | --share | --shar \
1152 | --sha | --sh)
1153 ac_prev=sharedstatedir ;;
1154 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1155 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1156 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1157 | --sha=* | --sh=*)
42ecbf5e 1158 sharedstatedir=$ac_optarg ;;
252b5132
RH
1159
1160 -site | --site | --sit)
1161 ac_prev=site ;;
1162 -site=* | --site=* | --sit=*)
42ecbf5e 1163 site=$ac_optarg ;;
85fbca6a 1164
252b5132
RH
1165 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1166 ac_prev=srcdir ;;
1167 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1168 srcdir=$ac_optarg ;;
252b5132
RH
1169
1170 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1171 | --syscon | --sysco | --sysc | --sys | --sy)
1172 ac_prev=sysconfdir ;;
1173 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1174 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1175 sysconfdir=$ac_optarg ;;
252b5132
RH
1176
1177 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1178 ac_prev=target_alias ;;
252b5132 1179 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1180 target_alias=$ac_optarg ;;
252b5132
RH
1181
1182 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1183 verbose=yes ;;
1184
42ecbf5e
DJ
1185 -version | --version | --versio | --versi | --vers | -V)
1186 ac_init_version=: ;;
252b5132
RH
1187
1188 -with-* | --with-*)
81ecdfbb 1189 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1190 # Reject names that are not valid shell variable names.
81ecdfbb 1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1192 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1196 *"
1197"with_$ac_useropt"
1198"*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
252b5132 1201 esac
81ecdfbb 1202 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1203
1204 -without-* | --without-*)
81ecdfbb 1205 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1206 # Reject names that are not valid shell variable names.
81ecdfbb 1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1208 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1212 *"
1213"with_$ac_useropt"
1214"*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=no ;;
252b5132
RH
1219
1220 --x)
1221 # Obsolete; use --with-x.
1222 with_x=yes ;;
1223
1224 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1225 | --x-incl | --x-inc | --x-in | --x-i)
1226 ac_prev=x_includes ;;
1227 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1228 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1229 x_includes=$ac_optarg ;;
252b5132
RH
1230
1231 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1232 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1233 ac_prev=x_libraries ;;
1234 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1235 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1236 x_libraries=$ac_optarg ;;
252b5132 1237
d0ac1c44
SM
1238 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1239Try \`$0 --help' for more information"
252b5132
RH
1240 ;;
1241
42ecbf5e
DJ
1242 *=*)
1243 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1244 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1245 case $ac_envvar in #(
1246 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1247 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1248 esac
1249 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1250 export $ac_envvar ;;
1251
252b5132 1252 *)
42ecbf5e 1253 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1257 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1258 ;;
1259
1260 esac
1261done
1262
1263if test -n "$ac_prev"; then
42ecbf5e 1264 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1265 as_fn_error $? "missing argument to $ac_option"
252b5132 1266fi
252b5132 1267
81ecdfbb
RW
1268if test -n "$ac_unrecognized_opts"; then
1269 case $enable_option_checking in
1270 no) ;;
d0ac1c44 1271 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1272 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1273 esac
81ecdfbb 1274fi
252b5132 1275
81ecdfbb
RW
1276# Check all directory arguments for consistency.
1277for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1278 datadir sysconfdir sharedstatedir localstatedir includedir \
1279 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
3a3a077c 1280 libdir localedir mandir
252b5132 1281do
81ecdfbb
RW
1282 eval ac_val=\$$ac_var
1283 # Remove trailing slashes.
1284 case $ac_val in
1285 */ )
1286 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1287 eval $ac_var=\$ac_val;;
1288 esac
1289 # Be sure to have absolute directory names.
42ecbf5e 1290 case $ac_val in
81ecdfbb
RW
1291 [\\/$]* | ?:[\\/]* ) continue;;
1292 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1293 esac
d0ac1c44 1294 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1295done
1296
42ecbf5e
DJ
1297# There might be people who depend on the old broken behavior: `$host'
1298# used to hold the argument of --host etc.
1299# FIXME: To remove some day.
1300build=$build_alias
1301host=$host_alias
1302target=$target_alias
1303
1304# FIXME: To remove some day.
1305if test "x$host_alias" != x; then
1306 if test "x$build_alias" = x; then
1307 cross_compiling=maybe
42ecbf5e
DJ
1308 elif test "x$build_alias" != "x$host_alias"; then
1309 cross_compiling=yes
1310 fi
1311fi
e5a52504 1312
42ecbf5e
DJ
1313ac_tool_prefix=
1314test -n "$host_alias" && ac_tool_prefix=$host_alias-
1315
1316test "$silent" = yes && exec 6>/dev/null
252b5132 1317
252b5132 1318
81ecdfbb
RW
1319ac_pwd=`pwd` && test -n "$ac_pwd" &&
1320ac_ls_di=`ls -di .` &&
1321ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1322 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1323test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1324 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1325
1326
252b5132
RH
1327# Find the source files, if location was not specified.
1328if test -z "$srcdir"; then
1329 ac_srcdir_defaulted=yes
81ecdfbb
RW
1330 # Try the directory containing this script, then the parent directory.
1331 ac_confdir=`$as_dirname -- "$as_myself" ||
1332$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1333 X"$as_myself" : 'X\(//\)[^/]' \| \
1334 X"$as_myself" : 'X\(//\)$' \| \
1335 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1336$as_echo X"$as_myself" |
1337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\/\)[^/].*/{
1342 s//\1/
1343 q
1344 }
1345 /^X\(\/\/\)$/{
1346 s//\1/
1347 q
1348 }
1349 /^X\(\/\).*/{
1350 s//\1/
1351 q
1352 }
1353 s/.*/./; q'`
252b5132 1354 srcdir=$ac_confdir
81ecdfbb 1355 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1356 srcdir=..
1357 fi
1358else
1359 ac_srcdir_defaulted=no
1360fi
81ecdfbb
RW
1361if test ! -r "$srcdir/$ac_unique_file"; then
1362 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1363 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1364fi
1365ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1366ac_abs_confdir=`(
d0ac1c44 1367 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1368 pwd)`
1369# When building in place, set srcdir=.
1370if test "$ac_abs_confdir" = "$ac_pwd"; then
1371 srcdir=.
1372fi
1373# Remove unnecessary trailing slashes from srcdir.
1374# Double slashes in file names in object file debugging info
1375# mess up M-x gdb in Emacs.
1376case $srcdir in
1377*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1378esac
1379for ac_var in $ac_precious_vars; do
1380 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_${ac_var}_value=\$${ac_var}
1382 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1384done
252b5132 1385
42ecbf5e
DJ
1386#
1387# Report the --help message.
1388#
1389if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1392 cat <<_ACEOF
f48dfe41 1393\`configure' configures ld 2.32.51 to adapt to many kinds of systems.
252b5132 1394
42ecbf5e 1395Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1396
42ecbf5e
DJ
1397To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1399
42ecbf5e 1400Defaults for the options are specified in brackets.
ac48eca1 1401
42ecbf5e
DJ
1402Configuration:
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
d0ac1c44 1407 -q, --quiet, --silent do not print \`checking ...' messages
42ecbf5e
DJ
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1412
42ecbf5e
DJ
1413Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1415 [$ac_default_prefix]
42ecbf5e 1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1417 [PREFIX]
ac48eca1 1418
42ecbf5e
DJ
1419By default, \`make install' will install all the files in
1420\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422for instance \`--prefix=\$HOME'.
ac48eca1 1423
42ecbf5e 1424For better control, use the options below.
ac48eca1 1425
42ecbf5e 1426Fine tuning of the installation directories:
81ecdfbb
RW
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1441 --docdir=DIR documentation root [DATAROOTDIR/doc/ld]
81ecdfbb
RW
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1446_ACEOF
ac48eca1 1447
42ecbf5e 1448 cat <<\_ACEOF
252b5132 1449
42ecbf5e
DJ
1450Program names:
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1454
42ecbf5e
DJ
1455System types:
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1459_ACEOF
252b5132 1460fi
252b5132 1461
42ecbf5e 1462if test -n "$ac_init_help"; then
2e98a7bd 1463 case $ac_init_help in
f48dfe41 1464 short | recursive ) echo "Configuration of ld 2.32.51:";;
2e98a7bd 1465 esac
42ecbf5e 1466 cat <<\_ACEOF
e5a52504 1467
42ecbf5e 1468Optional Features:
81ecdfbb 1469 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1470 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1471 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1472 --enable-dependency-tracking
1473 do not reject slow dependency extractors
1474 --disable-dependency-tracking
1475 speeds up one-time build
1476 --enable-silent-rules less verbose build output (undo: "make V=1")
1477 --disable-silent-rules verbose build output (undo: "make V=0")
1478 --enable-maintainer-mode
1479 enable make rules and dependencies not useful (and
1480 sometimes confusing) to the casual installer
b879806f
AM
1481 --enable-shared[=PKGS] build shared libraries [default=yes]
1482 --enable-static[=PKGS] build static libraries [default=yes]
1483 --enable-fast-install[=PKGS]
1484 optimize for fast installation [default=yes]
1485 --disable-libtool-lock avoid locking (might break parallel builds)
1486 --enable-plugins Enable support for plugins
1487 --disable-largefile omit support for large files
ce2cded5
L
1488 --enable-targets alternative target configurations
1489 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
c7791212 1490 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7fb9f789
NC
1491 --enable-got=<type> GOT handling scheme (target, single, negative,
1492 multigot)
4894d80b
L
1493 --enable-compressed-debug-sections={all,ld,none}
1494 compress debug sections by default]
6734f10a 1495 --enable-new-dtags set DT_RUNPATH instead of DT_RPATH by default]
647e4d46 1496 --enable-relro enable -z relro in ELF linker by default
f6aec96d 1497 --enable-separate-code enable -z separate-code in ELF linker by default
2760f24c
RG
1498 --enable-default-hash-style={sysv,gnu,both}
1499 use this default hash style
ce2cded5
L
1500 --enable-werror treat compile warnings as errors
1501 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1502 --disable-nls do not use Native Language Support
26e3a0c9 1503 --disable-initfini-array do not use .init_array/.fini_array sections
42ecbf5e
DJ
1504
1505Optional Packages:
1506 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1507 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1508 --with-pic try to use only PIC/non-PIC objects [default=use
1509 both]
1510 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
b879806f
AM
1511 --with-lib-path=dir1:dir2... set default LIB_PATH
1512 --with-sysroot=DIR Search for usr/lib et al within DIR.
42ecbf5e
DJ
1513
1514Some influential environment variables:
1515 CC C compiler command
1516 CFLAGS C compiler flags
1517 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1518 nonstandard directory <lib dir>
81ecdfbb 1519 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1520 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1521 you have headers in a nonstandard directory <include dir>
3cb62297
L
1522 CXX C++ compiler command
1523 CXXFLAGS C++ compiler flags
b879806f 1524 CPP C preprocessor
3cb62297 1525 CXXCPP C++ preprocessor
d0ac1c44
SM
1526 YACC The `Yet Another Compiler Compiler' implementation to use.
1527 Defaults to the first program found out of: `bison -y', `byacc',
1528 `yacc'.
81ecdfbb
RW
1529 YFLAGS The list of arguments that will be passed by default to $YACC.
1530 This script will default YFLAGS to the empty string to avoid a
1531 default value of `-d' given by some make applications.
42ecbf5e
DJ
1532
1533Use these variables to override the choices made by `configure' or to help
1534it to find libraries and programs with nonstandard names/locations.
1535
81ecdfbb 1536Report bugs to the package provider.
42ecbf5e 1537_ACEOF
81ecdfbb 1538ac_status=$?
42ecbf5e
DJ
1539fi
1540
1541if test "$ac_init_help" = "recursive"; then
1542 # If there are subdirs, report their specific --help.
42ecbf5e 1543 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1544 test -d "$ac_dir" ||
1545 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1546 continue
42ecbf5e
DJ
1547 ac_builddir=.
1548
81ecdfbb
RW
1549case "$ac_dir" in
1550.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1551*)
1552 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1553 # A ".." for each directory in $ac_dir_suffix.
1554 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1555 case $ac_top_builddir_sub in
1556 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1557 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1558 esac ;;
1559esac
1560ac_abs_top_builddir=$ac_pwd
1561ac_abs_builddir=$ac_pwd$ac_dir_suffix
1562# for backward compatibility:
1563ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
1564
1565case $srcdir in
81ecdfbb 1566 .) # We are building in place.
42ecbf5e 1567 ac_srcdir=.
81ecdfbb
RW
1568 ac_top_srcdir=$ac_top_builddir_sub
1569 ac_abs_top_srcdir=$ac_pwd ;;
1570 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1571 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1572 ac_top_srcdir=$srcdir
1573 ac_abs_top_srcdir=$srcdir ;;
1574 *) # Relative name.
1575 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1576 ac_top_srcdir=$ac_top_build_prefix$srcdir
1577 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 1578esac
81ecdfbb
RW
1579ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1580
1581 cd "$ac_dir" || { ac_status=$?; continue; }
1582 # Check for guested configure.
1583 if test -f "$ac_srcdir/configure.gnu"; then
1584 echo &&
1585 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1586 elif test -f "$ac_srcdir/configure"; then
1587 echo &&
1588 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1589 else
81ecdfbb
RW
1590 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1591 fi || ac_status=$?
1592 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e 1593 done
a2d91340
AC
1594fi
1595
81ecdfbb 1596test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1597if $ac_init_version; then
1598 cat <<\_ACEOF
f48dfe41 1599ld configure 2.32.51
d0ac1c44 1600generated by GNU Autoconf 2.69
a2d91340 1601
d0ac1c44 1602Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
1603This configure script is free software; the Free Software Foundation
1604gives unlimited permission to copy, distribute and modify it.
1605_ACEOF
81ecdfbb 1606 exit
42ecbf5e 1607fi
a2d91340 1608
81ecdfbb
RW
1609## ------------------------ ##
1610## Autoconf initialization. ##
1611## ------------------------ ##
a2d91340 1612
81ecdfbb
RW
1613# ac_fn_c_try_compile LINENO
1614# --------------------------
1615# Try to compile conftest.$ac_ext, and return whether this succeeded.
1616ac_fn_c_try_compile ()
1617{
1618 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1619 rm -f conftest.$ac_objext
1620 if { { ac_try="$ac_compile"
1621case "(($ac_try" in
1622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1623 *) ac_try_echo=$ac_try;;
1624esac
1625eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1626$as_echo "$ac_try_echo"; } >&5
1627 (eval "$ac_compile") 2>conftest.err
1628 ac_status=$?
1629 if test -s conftest.err; then
1630 grep -v '^ *+' conftest.err >conftest.er1
1631 cat conftest.er1 >&5
1632 mv -f conftest.er1 conftest.err
1633 fi
1634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1635 test $ac_status = 0; } && {
1636 test -z "$ac_c_werror_flag" ||
1637 test ! -s conftest.err
1638 } && test -s conftest.$ac_objext; then :
1639 ac_retval=0
1640else
1641 $as_echo "$as_me: failed program was:" >&5
1642sed 's/^/| /' conftest.$ac_ext >&5
a2d91340 1643
81ecdfbb
RW
1644 ac_retval=1
1645fi
d0ac1c44
SM
1646 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1647 as_fn_set_status $ac_retval
81ecdfbb
RW
1648
1649} # ac_fn_c_try_compile
1650
1651# ac_fn_c_try_link LINENO
1652# -----------------------
1653# Try to link conftest.$ac_ext, and return whether this succeeded.
1654ac_fn_c_try_link ()
42ecbf5e 1655{
81ecdfbb
RW
1656 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1657 rm -f conftest.$ac_objext conftest$ac_exeext
1658 if { { ac_try="$ac_link"
1659case "(($ac_try" in
1660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661 *) ac_try_echo=$ac_try;;
1662esac
1663eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664$as_echo "$ac_try_echo"; } >&5
1665 (eval "$ac_link") 2>conftest.err
1666 ac_status=$?
1667 if test -s conftest.err; then
1668 grep -v '^ *+' conftest.err >conftest.er1
1669 cat conftest.er1 >&5
1670 mv -f conftest.er1 conftest.err
1671 fi
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1673 test $ac_status = 0; } && {
1674 test -z "$ac_c_werror_flag" ||
1675 test ! -s conftest.err
1676 } && test -s conftest$ac_exeext && {
1677 test "$cross_compiling" = yes ||
d0ac1c44 1678 test -x conftest$ac_exeext
81ecdfbb
RW
1679 }; then :
1680 ac_retval=0
1681else
1682 $as_echo "$as_me: failed program was:" >&5
1683sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1684
81ecdfbb
RW
1685 ac_retval=1
1686fi
1687 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1688 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1689 # interfere with the next link command; also delete a directory that is
1690 # left behind by Apple's compiler. We do this before executing the actions.
1691 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1692 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1693 as_fn_set_status $ac_retval
42ecbf5e 1694
81ecdfbb 1695} # ac_fn_c_try_link
42ecbf5e 1696
b879806f
AM
1697# ac_fn_cxx_try_compile LINENO
1698# ----------------------------
1699# Try to compile conftest.$ac_ext, and return whether this succeeded.
1700ac_fn_cxx_try_compile ()
81ecdfbb
RW
1701{
1702 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
b879806f
AM
1703 rm -f conftest.$ac_objext
1704 if { { ac_try="$ac_compile"
81ecdfbb
RW
1705case "(($ac_try" in
1706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1707 *) ac_try_echo=$ac_try;;
1708esac
1709eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1710$as_echo "$ac_try_echo"; } >&5
b879806f 1711 (eval "$ac_compile") 2>conftest.err
81ecdfbb
RW
1712 ac_status=$?
1713 if test -s conftest.err; then
1714 grep -v '^ *+' conftest.err >conftest.er1
1715 cat conftest.er1 >&5
1716 mv -f conftest.er1 conftest.err
1717 fi
1718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
b879806f
AM
1719 test $ac_status = 0; } && {
1720 test -z "$ac_cxx_werror_flag" ||
81ecdfbb 1721 test ! -s conftest.err
b879806f 1722 } && test -s conftest.$ac_objext; then :
81ecdfbb
RW
1723 ac_retval=0
1724else
1725 $as_echo "$as_me: failed program was:" >&5
1726sed 's/^/| /' conftest.$ac_ext >&5
1727
b879806f 1728 ac_retval=1
81ecdfbb 1729fi
d0ac1c44
SM
1730 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1731 as_fn_set_status $ac_retval
81ecdfbb 1732
b879806f 1733} # ac_fn_cxx_try_compile
81ecdfbb 1734
b879806f
AM
1735# ac_fn_c_try_cpp LINENO
1736# ----------------------
1737# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1738ac_fn_c_try_cpp ()
3cb62297
L
1739{
1740 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
b879806f 1741 if { { ac_try="$ac_cpp conftest.$ac_ext"
3cb62297
L
1742case "(($ac_try" in
1743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1744 *) ac_try_echo=$ac_try;;
1745esac
1746eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1747$as_echo "$ac_try_echo"; } >&5
b879806f 1748 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3cb62297
L
1749 ac_status=$?
1750 if test -s conftest.err; then
1751 grep -v '^ *+' conftest.err >conftest.er1
1752 cat conftest.er1 >&5
1753 mv -f conftest.er1 conftest.err
1754 fi
1755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1756 test $ac_status = 0; } > conftest.i && {
b879806f 1757 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3cb62297 1758 test ! -s conftest.err
b879806f 1759 }; then :
3cb62297
L
1760 ac_retval=0
1761else
1762 $as_echo "$as_me: failed program was:" >&5
1763sed 's/^/| /' conftest.$ac_ext >&5
1764
b879806f 1765 ac_retval=1
3cb62297 1766fi
d0ac1c44
SM
1767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1768 as_fn_set_status $ac_retval
3cb62297 1769
b879806f 1770} # ac_fn_c_try_cpp
3cb62297 1771
81ecdfbb
RW
1772# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1773# -------------------------------------------------------
1774# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1775# the include files in INCLUDES and setting the cache variable VAR
1776# accordingly.
1777ac_fn_c_check_header_mongrel ()
1778{
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1780 if eval \${$3+:} false; then :
81ecdfbb
RW
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1782$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1783if eval \${$3+:} false; then :
81ecdfbb
RW
1784 $as_echo_n "(cached) " >&6
1785fi
1786eval ac_res=\$$3
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788$as_echo "$ac_res" >&6; }
1789else
1790 # Is the header compilable?
1791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1792$as_echo_n "checking $2 usability... " >&6; }
1793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794/* end confdefs.h. */
1795$4
1796#include <$2>
1797_ACEOF
1798if ac_fn_c_try_compile "$LINENO"; then :
1799 ac_header_compiler=yes
1800else
1801 ac_header_compiler=no
1802fi
1803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1805$as_echo "$ac_header_compiler" >&6; }
1806
1807# Is the header present?
1808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1809$as_echo_n "checking $2 presence... " >&6; }
1810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811/* end confdefs.h. */
1812#include <$2>
1813_ACEOF
1814if ac_fn_c_try_cpp "$LINENO"; then :
1815 ac_header_preproc=yes
1816else
1817 ac_header_preproc=no
1818fi
d0ac1c44 1819rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1821$as_echo "$ac_header_preproc" >&6; }
1822
1823# So? What about this header?
1824case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1825 yes:no: )
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1827$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1829$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1830 ;;
1831 no:yes:* )
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1833$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1835$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1837$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1839$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1841$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1842 ;;
1843esac
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1846if eval \${$3+:} false; then :
81ecdfbb
RW
1847 $as_echo_n "(cached) " >&6
1848else
1849 eval "$3=\$ac_header_compiler"
1850fi
1851eval ac_res=\$$3
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1853$as_echo "$ac_res" >&6; }
1854fi
d0ac1c44 1855 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1856
1857} # ac_fn_c_check_header_mongrel
1858
1859# ac_fn_c_try_run LINENO
1860# ----------------------
1861# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1862# that executables *can* be run.
1863ac_fn_c_try_run ()
1864{
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866 if { { ac_try="$ac_link"
1867case "(($ac_try" in
1868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869 *) ac_try_echo=$ac_try;;
1870esac
1871eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872$as_echo "$ac_try_echo"; } >&5
1873 (eval "$ac_link") 2>&5
1874 ac_status=$?
1875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1877 { { case "(($ac_try" in
1878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1879 *) ac_try_echo=$ac_try;;
1880esac
1881eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1882$as_echo "$ac_try_echo"; } >&5
1883 (eval "$ac_try") 2>&5
1884 ac_status=$?
1885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1886 test $ac_status = 0; }; }; then :
1887 ac_retval=0
1888else
1889 $as_echo "$as_me: program exited with status $ac_status" >&5
1890 $as_echo "$as_me: failed program was:" >&5
1891sed 's/^/| /' conftest.$ac_ext >&5
1892
1893 ac_retval=$ac_status
1894fi
1895 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1896 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1897 as_fn_set_status $ac_retval
81ecdfbb
RW
1898
1899} # ac_fn_c_try_run
1900
1901# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1902# -------------------------------------------------------
1903# Tests whether HEADER exists and can be compiled using the include files in
1904# INCLUDES, setting the cache variable VAR accordingly.
1905ac_fn_c_check_header_compile ()
1906{
1907 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1909$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1910if eval \${$3+:} false; then :
81ecdfbb
RW
1911 $as_echo_n "(cached) " >&6
1912else
1913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1914/* end confdefs.h. */
1915$4
1916#include <$2>
1917_ACEOF
1918if ac_fn_c_try_compile "$LINENO"; then :
1919 eval "$3=yes"
1920else
1921 eval "$3=no"
1922fi
1923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1924fi
1925eval ac_res=\$$3
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1927$as_echo "$ac_res" >&6; }
d0ac1c44 1928 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1929
1930} # ac_fn_c_check_header_compile
1931
1932# ac_fn_c_check_func LINENO FUNC VAR
1933# ----------------------------------
1934# Tests whether FUNC exists, setting the cache variable VAR accordingly
1935ac_fn_c_check_func ()
1936{
1937 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1939$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1940if eval \${$3+:} false; then :
81ecdfbb
RW
1941 $as_echo_n "(cached) " >&6
1942else
1943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1944/* end confdefs.h. */
1945/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1946 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1947#define $2 innocuous_$2
1948
1949/* System header to define __stub macros and hopefully few prototypes,
1950 which can conflict with char $2 (); below.
1951 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1952 <limits.h> exists even on freestanding compilers. */
1953
1954#ifdef __STDC__
1955# include <limits.h>
1956#else
1957# include <assert.h>
1958#endif
1959
1960#undef $2
1961
1962/* Override any GCC internal prototype to avoid an error.
1963 Use char because int might match the return type of a GCC
1964 builtin and then its argument prototype would still apply. */
1965#ifdef __cplusplus
1966extern "C"
1967#endif
1968char $2 ();
1969/* The GNU C library defines this for functions which it implements
1970 to always fail with ENOSYS. Some functions are actually named
1971 something starting with __ and the normal name is an alias. */
1972#if defined __stub_$2 || defined __stub___$2
1973choke me
1974#endif
1975
1976int
1977main ()
1978{
1979return $2 ();
1980 ;
1981 return 0;
1982}
1983_ACEOF
1984if ac_fn_c_try_link "$LINENO"; then :
1985 eval "$3=yes"
1986else
1987 eval "$3=no"
1988fi
1989rm -f core conftest.err conftest.$ac_objext \
1990 conftest$ac_exeext conftest.$ac_ext
1991fi
1992eval ac_res=\$$3
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1994$as_echo "$ac_res" >&6; }
d0ac1c44 1995 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1996
1997} # ac_fn_c_check_func
1998
3cb62297
L
1999# ac_fn_cxx_try_cpp LINENO
2000# ------------------------
2001# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2002ac_fn_cxx_try_cpp ()
2003{
2004 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2005 if { { ac_try="$ac_cpp conftest.$ac_ext"
2006case "(($ac_try" in
2007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2008 *) ac_try_echo=$ac_try;;
2009esac
2010eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2011$as_echo "$ac_try_echo"; } >&5
2012 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2013 ac_status=$?
2014 if test -s conftest.err; then
2015 grep -v '^ *+' conftest.err >conftest.er1
2016 cat conftest.er1 >&5
2017 mv -f conftest.er1 conftest.err
2018 fi
2019 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 2020 test $ac_status = 0; } > conftest.i && {
3cb62297
L
2021 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2022 test ! -s conftest.err
2023 }; then :
2024 ac_retval=0
2025else
2026 $as_echo "$as_me: failed program was:" >&5
2027sed 's/^/| /' conftest.$ac_ext >&5
2028
2029 ac_retval=1
2030fi
d0ac1c44
SM
2031 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2032 as_fn_set_status $ac_retval
3cb62297
L
2033
2034} # ac_fn_cxx_try_cpp
2035
2036# ac_fn_cxx_try_link LINENO
2037# -------------------------
2038# Try to link conftest.$ac_ext, and return whether this succeeded.
2039ac_fn_cxx_try_link ()
2040{
2041 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2042 rm -f conftest.$ac_objext conftest$ac_exeext
2043 if { { ac_try="$ac_link"
2044case "(($ac_try" in
2045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2046 *) ac_try_echo=$ac_try;;
2047esac
2048eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2049$as_echo "$ac_try_echo"; } >&5
2050 (eval "$ac_link") 2>conftest.err
2051 ac_status=$?
2052 if test -s conftest.err; then
2053 grep -v '^ *+' conftest.err >conftest.er1
2054 cat conftest.er1 >&5
2055 mv -f conftest.er1 conftest.err
2056 fi
2057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2058 test $ac_status = 0; } && {
2059 test -z "$ac_cxx_werror_flag" ||
2060 test ! -s conftest.err
2061 } && test -s conftest$ac_exeext && {
2062 test "$cross_compiling" = yes ||
d0ac1c44 2063 test -x conftest$ac_exeext
3cb62297
L
2064 }; then :
2065 ac_retval=0
2066else
2067 $as_echo "$as_me: failed program was:" >&5
2068sed 's/^/| /' conftest.$ac_ext >&5
2069
2070 ac_retval=1
2071fi
2072 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2073 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2074 # interfere with the next link command; also delete a directory that is
2075 # left behind by Apple's compiler. We do this before executing the actions.
2076 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
2077 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2078 as_fn_set_status $ac_retval
3cb62297
L
2079
2080} # ac_fn_cxx_try_link
2081
d0ac1c44
SM
2082# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2083# ---------------------------------------------
2084# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2085# accordingly.
81ecdfbb
RW
2086ac_fn_c_check_decl ()
2087{
2088 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2089 as_decl_name=`echo $2|sed 's/ *(.*//'`
2090 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2092$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2093if eval \${$3+:} false; then :
81ecdfbb
RW
2094 $as_echo_n "(cached) " >&6
2095else
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097/* end confdefs.h. */
2098$4
2099int
2100main ()
2101{
360cfc9c
AM
2102#ifndef $as_decl_name
2103#ifdef __cplusplus
2104 (void) $as_decl_use;
2105#else
2106 (void) $as_decl_name;
2107#endif
81ecdfbb
RW
2108#endif
2109
2110 ;
2111 return 0;
2112}
2113_ACEOF
2114if ac_fn_c_try_compile "$LINENO"; then :
2115 eval "$3=yes"
2116else
2117 eval "$3=no"
2118fi
2119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2120fi
2121eval ac_res=\$$3
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2123$as_echo "$ac_res" >&6; }
d0ac1c44 2124 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
2125
2126} # ac_fn_c_check_decl
2127
2128# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2129# --------------------------------------------
2130# Tries to find the compile-time value of EXPR in a program that includes
2131# INCLUDES, setting VAR accordingly. Returns whether the value could be
2132# computed
2133ac_fn_c_compute_int ()
2134{
2135 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2136 if test "$cross_compiling" = yes; then
2137 # Depending upon the size, compute the lo and hi bounds.
2138cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139/* end confdefs.h. */
2140$4
2141int
2142main ()
2143{
2144static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
2145test_array [0] = 0;
2146return test_array [0];
81ecdfbb
RW
2147
2148 ;
2149 return 0;
2150}
2151_ACEOF
2152if ac_fn_c_try_compile "$LINENO"; then :
2153 ac_lo=0 ac_mid=0
2154 while :; do
2155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2156/* end confdefs.h. */
2157$4
2158int
2159main ()
2160{
2161static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2162test_array [0] = 0;
2163return test_array [0];
81ecdfbb
RW
2164
2165 ;
2166 return 0;
2167}
2168_ACEOF
2169if ac_fn_c_try_compile "$LINENO"; then :
2170 ac_hi=$ac_mid; break
2171else
2172 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2173 if test $ac_lo -le $ac_mid; then
2174 ac_lo= ac_hi=
2175 break
2176 fi
2177 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2178fi
2179rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2180 done
2181else
2182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2183/* end confdefs.h. */
2184$4
2185int
2186main ()
2187{
2188static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2189test_array [0] = 0;
2190return test_array [0];
81ecdfbb
RW
2191
2192 ;
2193 return 0;
2194}
2195_ACEOF
2196if ac_fn_c_try_compile "$LINENO"; then :
2197 ac_hi=-1 ac_mid=-1
2198 while :; do
2199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2200/* end confdefs.h. */
2201$4
2202int
2203main ()
2204{
2205static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2206test_array [0] = 0;
2207return test_array [0];
81ecdfbb
RW
2208
2209 ;
2210 return 0;
2211}
2212_ACEOF
2213if ac_fn_c_try_compile "$LINENO"; then :
2214 ac_lo=$ac_mid; break
2215else
2216 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2217 if test $ac_mid -le $ac_hi; then
2218 ac_lo= ac_hi=
2219 break
2220 fi
2221 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2222fi
2223rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2224 done
2225else
2226 ac_lo= ac_hi=
2227fi
2228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2229fi
2230rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2231# Binary search between lo and hi bounds.
2232while test "x$ac_lo" != "x$ac_hi"; do
2233 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2235/* end confdefs.h. */
2236$4
2237int
2238main ()
2239{
2240static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2241test_array [0] = 0;
2242return test_array [0];
81ecdfbb
RW
2243
2244 ;
2245 return 0;
2246}
2247_ACEOF
2248if ac_fn_c_try_compile "$LINENO"; then :
2249 ac_hi=$ac_mid
2250else
2251 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2252fi
2253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2254done
2255case $ac_lo in #((
2256?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2257'') ac_retval=1 ;;
2258esac
2259 else
2260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2261/* end confdefs.h. */
2262$4
2263static long int longval () { return $2; }
2264static unsigned long int ulongval () { return $2; }
2265#include <stdio.h>
2266#include <stdlib.h>
2267int
2268main ()
2269{
2270
2271 FILE *f = fopen ("conftest.val", "w");
2272 if (! f)
2273 return 1;
2274 if (($2) < 0)
2275 {
2276 long int i = longval ();
2277 if (i != ($2))
2278 return 1;
2279 fprintf (f, "%ld", i);
2280 }
2281 else
2282 {
2283 unsigned long int i = ulongval ();
2284 if (i != ($2))
2285 return 1;
2286 fprintf (f, "%lu", i);
2287 }
2288 /* Do not output a trailing newline, as this causes \r\n confusion
2289 on some platforms. */
2290 return ferror (f) || fclose (f) != 0;
2291
2292 ;
2293 return 0;
2294}
2295_ACEOF
2296if ac_fn_c_try_run "$LINENO"; then :
2297 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2298else
2299 ac_retval=1
2300fi
2301rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2302 conftest.$ac_objext conftest.beam conftest.$ac_ext
2303rm -f conftest.val
2304
2305 fi
d0ac1c44
SM
2306 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2307 as_fn_set_status $ac_retval
81ecdfbb
RW
2308
2309} # ac_fn_c_compute_int
2310cat >config.log <<_ACEOF
2311This file contains any messages produced by compilers while
2312running configure, to aid debugging if configure makes a mistake.
2313
f48dfe41 2314It was created by ld $as_me 2.32.51, which was
d0ac1c44 2315generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2316
2317 $ $0 $@
2318
2319_ACEOF
2320exec 5>>config.log
2321{
2322cat <<_ASUNAME
2323## --------- ##
2324## Platform. ##
2325## --------- ##
2326
2327hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2328uname -m = `(uname -m) 2>/dev/null || echo unknown`
2329uname -r = `(uname -r) 2>/dev/null || echo unknown`
2330uname -s = `(uname -s) 2>/dev/null || echo unknown`
2331uname -v = `(uname -v) 2>/dev/null || echo unknown`
2332
2333/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2334/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2335
2336/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2337/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2338/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2339/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2340/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2341/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2342/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2343
2344_ASUNAME
2345
2346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2347for as_dir in $PATH
2348do
2349 IFS=$as_save_IFS
2350 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2351 $as_echo "PATH: $as_dir"
2352 done
2353IFS=$as_save_IFS
252b5132 2354
42ecbf5e 2355} >&5
5d64ca4e 2356
42ecbf5e 2357cat >&5 <<_ACEOF
5d64ca4e 2358
5d64ca4e 2359
42ecbf5e
DJ
2360## ----------- ##
2361## Core tests. ##
2362## ----------- ##
5d64ca4e 2363
42ecbf5e 2364_ACEOF
2469cfa2 2365
42ecbf5e
DJ
2366
2367# Keep a trace of the command line.
2368# Strip out --no-create and --no-recursion so they do not pile up.
2369# Strip out --silent because we don't want to record it for future runs.
2370# Also quote any args containing shell meta-characters.
2371# Make two passes to allow for proper duplicate-argument suppression.
2372ac_configure_args=
2373ac_configure_args0=
2374ac_configure_args1=
42ecbf5e
DJ
2375ac_must_keep_next=false
2376for ac_pass in 1 2
2377do
2378 for ac_arg
2379 do
2380 case $ac_arg in
2381 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2382 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2383 | -silent | --silent | --silen | --sile | --sil)
2384 continue ;;
81ecdfbb
RW
2385 *\'*)
2386 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2387 esac
2388 case $ac_pass in
81ecdfbb 2389 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2390 2)
81ecdfbb 2391 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2392 if test $ac_must_keep_next = true; then
2393 ac_must_keep_next=false # Got value, back to normal.
2394 else
2395 case $ac_arg in
2396 *=* | --config-cache | -C | -disable-* | --disable-* \
2397 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2398 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2399 | -with-* | --with-* | -without-* | --without-* | --x)
2400 case "$ac_configure_args0 " in
2401 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2402 esac
2403 ;;
2404 -* ) ac_must_keep_next=true ;;
2405 esac
2406 fi
81ecdfbb 2407 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2408 ;;
2409 esac
2410 done
2411done
81ecdfbb
RW
2412{ ac_configure_args0=; unset ac_configure_args0;}
2413{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2414
2415# When interrupted or exit'd, cleanup temporary files, and complete
2416# config.log. We remove comments because anyway the quotes in there
2417# would cause problems or look ugly.
81ecdfbb
RW
2418# WARNING: Use '\'' to represent an apostrophe within the trap.
2419# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2420trap 'exit_status=$?
2421 # Save into config.log some information that might help in debugging.
2422 {
2423 echo
2424
d0ac1c44 2425 $as_echo "## ---------------- ##
42ecbf5e 2426## Cache variables. ##
d0ac1c44 2427## ---------------- ##"
42ecbf5e
DJ
2428 echo
2429 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2430(
2431 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2432 eval ac_val=\$$ac_var
2433 case $ac_val in #(
2434 *${as_nl}*)
2435 case $ac_var in #(
2436 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2437$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2438 esac
2439 case $ac_var in #(
2440 _ | IFS | as_nl) ;; #(
2441 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2442 *) { eval $ac_var=; unset $ac_var;} ;;
2443 esac ;;
2444 esac
2445 done
42ecbf5e 2446 (set) 2>&1 |
81ecdfbb
RW
2447 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2448 *${as_nl}ac_space=\ *)
42ecbf5e 2449 sed -n \
81ecdfbb
RW
2450 "s/'\''/'\''\\\\'\'''\''/g;
2451 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2452 ;; #(
42ecbf5e 2453 *)
81ecdfbb 2454 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2455 ;;
81ecdfbb
RW
2456 esac |
2457 sort
2458)
42ecbf5e
DJ
2459 echo
2460
d0ac1c44 2461 $as_echo "## ----------------- ##
42ecbf5e 2462## Output variables. ##
d0ac1c44 2463## ----------------- ##"
42ecbf5e
DJ
2464 echo
2465 for ac_var in $ac_subst_vars
2466 do
81ecdfbb
RW
2467 eval ac_val=\$$ac_var
2468 case $ac_val in
2469 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2470 esac
2471 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2472 done | sort
2473 echo
2474
2475 if test -n "$ac_subst_files"; then
d0ac1c44 2476 $as_echo "## ------------------- ##
81ecdfbb 2477## File substitutions. ##
d0ac1c44 2478## ------------------- ##"
42ecbf5e
DJ
2479 echo
2480 for ac_var in $ac_subst_files
2481 do
81ecdfbb
RW
2482 eval ac_val=\$$ac_var
2483 case $ac_val in
2484 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2485 esac
2486 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2487 done | sort
2488 echo
2489 fi
2490
2491 if test -s confdefs.h; then
d0ac1c44 2492 $as_echo "## ----------- ##
42ecbf5e 2493## confdefs.h. ##
d0ac1c44 2494## ----------- ##"
42ecbf5e 2495 echo
81ecdfbb 2496 cat confdefs.h
42ecbf5e
DJ
2497 echo
2498 fi
2499 test "$ac_signal" != 0 &&
81ecdfbb
RW
2500 $as_echo "$as_me: caught signal $ac_signal"
2501 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2502 } >&5
81ecdfbb
RW
2503 rm -f core *.core core.conftest.* &&
2504 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2505 exit $exit_status
81ecdfbb 2506' 0
42ecbf5e 2507for ac_signal in 1 2 13 15; do
81ecdfbb 2508 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2509done
2510ac_signal=0
2511
2512# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2513rm -f -r conftest* confdefs.h
2514
2515$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2516
2517# Predefined preprocessor variables.
2518
2519cat >>confdefs.h <<_ACEOF
2520#define PACKAGE_NAME "$PACKAGE_NAME"
2521_ACEOF
2522
42ecbf5e
DJ
2523cat >>confdefs.h <<_ACEOF
2524#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2525_ACEOF
2526
42ecbf5e
DJ
2527cat >>confdefs.h <<_ACEOF
2528#define PACKAGE_VERSION "$PACKAGE_VERSION"
2529_ACEOF
2530
42ecbf5e
DJ
2531cat >>confdefs.h <<_ACEOF
2532#define PACKAGE_STRING "$PACKAGE_STRING"
2533_ACEOF
2534
42ecbf5e
DJ
2535cat >>confdefs.h <<_ACEOF
2536#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2537_ACEOF
2538
81ecdfbb
RW
2539cat >>confdefs.h <<_ACEOF
2540#define PACKAGE_URL "$PACKAGE_URL"
2541_ACEOF
2542
42ecbf5e
DJ
2543
2544# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2545# Prefer an explicitly selected file to automatically selected ones.
2546ac_site_file1=NONE
2547ac_site_file2=NONE
2548if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2549 # We do not want a PATH search for config.site.
2550 case $CONFIG_SITE in #((
2551 -*) ac_site_file1=./$CONFIG_SITE;;
2552 */*) ac_site_file1=$CONFIG_SITE;;
2553 *) ac_site_file1=./$CONFIG_SITE;;
2554 esac
81ecdfbb
RW
2555elif test "x$prefix" != xNONE; then
2556 ac_site_file1=$prefix/share/config.site
2557 ac_site_file2=$prefix/etc/config.site
2558else
2559 ac_site_file1=$ac_default_prefix/share/config.site
2560 ac_site_file2=$ac_default_prefix/etc/config.site
2561fi
2562for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2563do
2564 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2565 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2567$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e 2568 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2569 . "$ac_site_file" \
2570 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2571$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2572as_fn_error $? "failed to load site script $ac_site_file
2573See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
2574 fi
2575done
2576
2577if test -r "$cache_file"; then
d0ac1c44
SM
2578 # Some versions of bash will fail to source /dev/null (special files
2579 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2580 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2582$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2583 case $cache_file in
81ecdfbb
RW
2584 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2585 *) . "./$cache_file";;
42ecbf5e
DJ
2586 esac
2587 fi
2588else
81ecdfbb
RW
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2590$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2591 >$cache_file
2592fi
2593
d0ac1c44
SM
2594as_fn_append ac_header_list " stdlib.h"
2595as_fn_append ac_header_list " unistd.h"
2596as_fn_append ac_header_list " sys/param.h"
42ecbf5e
DJ
2597# Check that the precious variables saved in the cache have kept the same
2598# value.
2599ac_cache_corrupted=false
81ecdfbb 2600for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2601 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2602 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2603 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2604 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2605 case $ac_old_set,$ac_new_set in
2606 set,)
81ecdfbb
RW
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2608$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2609 ac_cache_corrupted=: ;;
2610 ,set)
81ecdfbb
RW
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2612$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2613 ac_cache_corrupted=: ;;
2614 ,);;
2615 *)
2616 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2617 # differences in whitespace do not lead to failure.
2618 ac_old_val_w=`echo x $ac_old_val`
2619 ac_new_val_w=`echo x $ac_new_val`
2620 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2622$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2623 ac_cache_corrupted=:
2624 else
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2626$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2627 eval $ac_var=\$ac_old_val
2628 fi
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2630$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2632$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2633 fi;;
2634 esac
2635 # Pass precious variables to config.status.
2636 if test "$ac_new_set" = set; then
2637 case $ac_new_val in
81ecdfbb 2638 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2639 *) ac_arg=$ac_var=$ac_new_val ;;
2640 esac
2641 case " $ac_configure_args " in
2642 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2643 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2644 esac
2645 fi
2646done
2647if $ac_cache_corrupted; then
81ecdfbb
RW
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2649$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2651$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2652 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2653fi
81ecdfbb
RW
2654## -------------------- ##
2655## Main body of script. ##
2656## -------------------- ##
42ecbf5e
DJ
2657
2658ac_ext=c
2659ac_cpp='$CPP $CPPFLAGS'
2660ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663
2664
2665
42ecbf5e 2666
da594c4a 2667
42ecbf5e
DJ
2668
2669
2670ac_aux_dir=
81ecdfbb 2671for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2672 if test -f "$ac_dir/install-sh"; then
2673 ac_aux_dir=$ac_dir
2674 ac_install_sh="$ac_aux_dir/install-sh -c"
2675 break
2676 elif test -f "$ac_dir/install.sh"; then
2677 ac_aux_dir=$ac_dir
2678 ac_install_sh="$ac_aux_dir/install.sh -c"
2679 break
2680 elif test -f "$ac_dir/shtool"; then
2681 ac_aux_dir=$ac_dir
2682 ac_install_sh="$ac_aux_dir/shtool install -c"
2683 break
2684 fi
42ecbf5e
DJ
2685done
2686if test -z "$ac_aux_dir"; then
d0ac1c44 2687 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2688fi
81ecdfbb
RW
2689
2690# These three variables are undocumented and unsupported,
2691# and are intended to be withdrawn in a future Autoconf release.
2692# They can cause serious problems if a builder's source tree is in a directory
2693# whose full name contains unusual characters.
2694ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2695ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2696ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2697
42ecbf5e
DJ
2698
2699# Make sure we can run config.sub.
81ecdfbb 2700$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2701 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2702
2703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2704$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2705if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2706 $as_echo_n "(cached) " >&6
2707else
2708 ac_build_alias=$build_alias
2709test "x$ac_build_alias" = x &&
2710 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2711test "x$ac_build_alias" = x &&
d0ac1c44 2712 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2713ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2714 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2715
2716fi
2717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2718$as_echo "$ac_cv_build" >&6; }
2719case $ac_cv_build in
2720*-*-*) ;;
d0ac1c44 2721*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2722esac
42ecbf5e 2723build=$ac_cv_build
81ecdfbb
RW
2724ac_save_IFS=$IFS; IFS='-'
2725set x $ac_cv_build
2726shift
2727build_cpu=$1
2728build_vendor=$2
2729shift; shift
2730# Remember, the first character of IFS is used to create $*,
2731# except with old shells:
2732build_os=$*
2733IFS=$ac_save_IFS
2734case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2735
2736
81ecdfbb
RW
2737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2738$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2739if ${ac_cv_host+:} false; then :
81ecdfbb
RW
2740 $as_echo_n "(cached) " >&6
2741else
2742 if test "x$host_alias" = x; then
2743 ac_cv_host=$ac_cv_build
42ecbf5e 2744else
81ecdfbb 2745 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2746 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2747fi
42ecbf5e
DJ
2748
2749fi
81ecdfbb
RW
2750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2751$as_echo "$ac_cv_host" >&6; }
2752case $ac_cv_host in
2753*-*-*) ;;
d0ac1c44 2754*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2755esac
42ecbf5e 2756host=$ac_cv_host
81ecdfbb
RW
2757ac_save_IFS=$IFS; IFS='-'
2758set x $ac_cv_host
2759shift
2760host_cpu=$1
2761host_vendor=$2
2762shift; shift
2763# Remember, the first character of IFS is used to create $*,
2764# except with old shells:
2765host_os=$*
2766IFS=$ac_save_IFS
2767case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2768
2769
81ecdfbb
RW
2770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2771$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2772if ${ac_cv_target+:} false; then :
81ecdfbb 2773 $as_echo_n "(cached) " >&6
42ecbf5e 2774else
81ecdfbb
RW
2775 if test "x$target_alias" = x; then
2776 ac_cv_target=$ac_cv_host
2777else
2778 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2779 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2780fi
42ecbf5e
DJ
2781
2782fi
81ecdfbb
RW
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2784$as_echo "$ac_cv_target" >&6; }
2785case $ac_cv_target in
2786*-*-*) ;;
d0ac1c44 2787*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2788esac
42ecbf5e 2789target=$ac_cv_target
81ecdfbb
RW
2790ac_save_IFS=$IFS; IFS='-'
2791set x $ac_cv_target
2792shift
2793target_cpu=$1
2794target_vendor=$2
2795shift; shift
2796# Remember, the first character of IFS is used to create $*,
2797# except with old shells:
2798target_os=$*
2799IFS=$ac_save_IFS
2800case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2801
2802
2803# The aliases save the names the user supplied, while $host etc.
2804# will get canonicalized.
2805test -n "$target_alias" &&
2806 test "$program_prefix$program_suffix$program_transform_name" = \
2807 NONENONEs,x,x, &&
2808 program_prefix=${target_alias}-
02ecc8e9 2809
d0ac1c44
SM
2810# Expand $ac_aux_dir to an absolute path.
2811am_aux_dir=`cd "$ac_aux_dir" && pwd`
2812
42ecbf5e
DJ
2813ac_ext=c
2814ac_cpp='$CPP $CPPFLAGS'
2815ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2816ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2817ac_compiler_gnu=$ac_cv_c_compiler_gnu
2818if test -n "$ac_tool_prefix"; then
2819 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2820set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2822$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2823if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2824 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2825else
2826 if test -n "$CC"; then
2827 ac_cv_prog_CC="$CC" # Let the user override the test.
2828else
2829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2830for as_dir in $PATH
2831do
2832 IFS=$as_save_IFS
2833 test -z "$as_dir" && as_dir=.
81ecdfbb 2834 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2836 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2838 break 2
2839 fi
2840done
81ecdfbb
RW
2841 done
2842IFS=$as_save_IFS
42ecbf5e
DJ
2843
2844fi
2845fi
2846CC=$ac_cv_prog_CC
2847if test -n "$CC"; then
81ecdfbb
RW
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2849$as_echo "$CC" >&6; }
42ecbf5e 2850else
81ecdfbb
RW
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852$as_echo "no" >&6; }
42ecbf5e
DJ
2853fi
2854
81ecdfbb 2855
42ecbf5e
DJ
2856fi
2857if test -z "$ac_cv_prog_CC"; then
2858 ac_ct_CC=$CC
2859 # Extract the first word of "gcc", so it can be a program name with args.
2860set dummy gcc; ac_word=$2
81ecdfbb
RW
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2863if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2864 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2865else
2866 if test -n "$ac_ct_CC"; then
2867 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2868else
2869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2870for as_dir in $PATH
2871do
2872 IFS=$as_save_IFS
2873 test -z "$as_dir" && as_dir=.
81ecdfbb 2874 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2876 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2878 break 2
2879 fi
2880done
81ecdfbb
RW
2881 done
2882IFS=$as_save_IFS
42ecbf5e
DJ
2883
2884fi
2885fi
2886ac_ct_CC=$ac_cv_prog_ac_ct_CC
2887if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2889$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2890else
81ecdfbb
RW
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2892$as_echo "no" >&6; }
42ecbf5e
DJ
2893fi
2894
81ecdfbb
RW
2895 if test "x$ac_ct_CC" = x; then
2896 CC=""
2897 else
2898 case $cross_compiling:$ac_tool_warned in
2899yes:)
2900{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2901$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2902ac_tool_warned=yes ;;
2903esac
2904 CC=$ac_ct_CC
2905 fi
42ecbf5e
DJ
2906else
2907 CC="$ac_cv_prog_CC"
2908fi
2909
2910if test -z "$CC"; then
81ecdfbb
RW
2911 if test -n "$ac_tool_prefix"; then
2912 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2913set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2915$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2916if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2917 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2918else
2919 if test -n "$CC"; then
2920 ac_cv_prog_CC="$CC" # Let the user override the test.
2921else
2922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2923for as_dir in $PATH
2924do
2925 IFS=$as_save_IFS
2926 test -z "$as_dir" && as_dir=.
81ecdfbb 2927 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2928 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2929 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2931 break 2
2932 fi
2933done
81ecdfbb
RW
2934 done
2935IFS=$as_save_IFS
42ecbf5e
DJ
2936
2937fi
2938fi
2939CC=$ac_cv_prog_CC
2940if test -n "$CC"; then
81ecdfbb
RW
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2942$as_echo "$CC" >&6; }
42ecbf5e 2943else
81ecdfbb
RW
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945$as_echo "no" >&6; }
42ecbf5e
DJ
2946fi
2947
42ecbf5e 2948
81ecdfbb 2949 fi
42ecbf5e
DJ
2950fi
2951if test -z "$CC"; then
2952 # Extract the first word of "cc", so it can be a program name with args.
2953set dummy cc; ac_word=$2
81ecdfbb
RW
2954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2955$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2956if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2957 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2958else
2959 if test -n "$CC"; then
2960 ac_cv_prog_CC="$CC" # Let the user override the test.
2961else
2962 ac_prog_rejected=no
2963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2964for as_dir in $PATH
2965do
2966 IFS=$as_save_IFS
2967 test -z "$as_dir" && as_dir=.
81ecdfbb 2968 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e
DJ
2970 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2971 ac_prog_rejected=yes
2972 continue
2973 fi
2974 ac_cv_prog_CC="cc"
81ecdfbb 2975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2976 break 2
2977 fi
2978done
81ecdfbb
RW
2979 done
2980IFS=$as_save_IFS
42ecbf5e
DJ
2981
2982if test $ac_prog_rejected = yes; then
2983 # We found a bogon in the path, so make sure we never use it.
2984 set dummy $ac_cv_prog_CC
2985 shift
2986 if test $# != 0; then
2987 # We chose a different compiler from the bogus one.
2988 # However, it has the same basename, so the bogon will be chosen
2989 # first if we set CC to just the basename; use the full file name.
2990 shift
2991 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2992 fi
2993fi
2994fi
2995fi
2996CC=$ac_cv_prog_CC
2997if test -n "$CC"; then
81ecdfbb
RW
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2999$as_echo "$CC" >&6; }
42ecbf5e 3000else
81ecdfbb
RW
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3002$as_echo "no" >&6; }
42ecbf5e
DJ
3003fi
3004
81ecdfbb 3005
42ecbf5e
DJ
3006fi
3007if test -z "$CC"; then
3008 if test -n "$ac_tool_prefix"; then
81ecdfbb 3009 for ac_prog in cl.exe
42ecbf5e
DJ
3010 do
3011 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3012set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3014$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3015if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3016 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3017else
3018 if test -n "$CC"; then
3019 ac_cv_prog_CC="$CC" # Let the user override the test.
3020else
3021as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3022for as_dir in $PATH
3023do
3024 IFS=$as_save_IFS
3025 test -z "$as_dir" && as_dir=.
81ecdfbb 3026 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3027 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 3028 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3030 break 2
3031 fi
3032done
81ecdfbb
RW
3033 done
3034IFS=$as_save_IFS
42ecbf5e
DJ
3035
3036fi
3037fi
3038CC=$ac_cv_prog_CC
3039if test -n "$CC"; then
81ecdfbb
RW
3040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3041$as_echo "$CC" >&6; }
42ecbf5e 3042else
81ecdfbb
RW
3043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3044$as_echo "no" >&6; }
42ecbf5e
DJ
3045fi
3046
81ecdfbb 3047
42ecbf5e
DJ
3048 test -n "$CC" && break
3049 done
3050fi
3051if test -z "$CC"; then
3052 ac_ct_CC=$CC
81ecdfbb 3053 for ac_prog in cl.exe
42ecbf5e
DJ
3054do
3055 # Extract the first word of "$ac_prog", so it can be a program name with args.
3056set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3058$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3059if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3060 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3061else
3062 if test -n "$ac_ct_CC"; then
3063 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3064else
3065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3066for as_dir in $PATH
3067do
3068 IFS=$as_save_IFS
3069 test -z "$as_dir" && as_dir=.
81ecdfbb 3070 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 3072 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3074 break 2
3075 fi
3076done
81ecdfbb
RW
3077 done
3078IFS=$as_save_IFS
42ecbf5e
DJ
3079
3080fi
3081fi
3082ac_ct_CC=$ac_cv_prog_ac_ct_CC
3083if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3085$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 3086else
81ecdfbb
RW
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3088$as_echo "no" >&6; }
42ecbf5e
DJ
3089fi
3090
81ecdfbb 3091
42ecbf5e
DJ
3092 test -n "$ac_ct_CC" && break
3093done
3094
81ecdfbb
RW
3095 if test "x$ac_ct_CC" = x; then
3096 CC=""
3097 else
3098 case $cross_compiling:$ac_tool_warned in
3099yes:)
3100{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3101$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3102ac_tool_warned=yes ;;
3103esac
3104 CC=$ac_ct_CC
3105 fi
42ecbf5e
DJ
3106fi
3107
3108fi
3109
3110
81ecdfbb
RW
3111test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3112$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3113as_fn_error $? "no acceptable C compiler found in \$PATH
3114See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
3115
3116# Provide some information about the compiler.
81ecdfbb
RW
3117$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3118set X $ac_compile
3119ac_compiler=$2
3120for ac_option in --version -v -V -qversion; do
3121 { { ac_try="$ac_compiler $ac_option >&5"
3122case "(($ac_try" in
3123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3124 *) ac_try_echo=$ac_try;;
3125esac
3126eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3127$as_echo "$ac_try_echo"; } >&5
3128 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3129 ac_status=$?
81ecdfbb
RW
3130 if test -s conftest.err; then
3131 sed '10a\
3132... rest of stderr output deleted ...
3133 10q' conftest.err >conftest.er1
3134 cat conftest.er1 >&5
81ecdfbb 3135 fi
d0ac1c44 3136 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3137 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3138 test $ac_status = 0; }
3139done
42ecbf5e 3140
81ecdfbb 3141cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3142/* end confdefs.h. */
3143
3144int
3145main ()
3146{
3147
3148 ;
3149 return 0;
3150}
3151_ACEOF
3152ac_clean_files_save=$ac_clean_files
d0ac1c44 3153ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
42ecbf5e
DJ
3154# Try to create an executable without -o first, disregard a.out.
3155# It will help us diagnose broken compilers, and finding out an intuition
3156# of exeext.
d0ac1c44
SM
3157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3158$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3159ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3160
3161# The possible output files:
3162ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3163
3164ac_rmfiles=
3165for ac_file in $ac_files
3166do
3167 case $ac_file in
3168 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3169 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3170 esac
3171done
3172rm -f $ac_rmfiles
3173
3174if { { ac_try="$ac_link_default"
3175case "(($ac_try" in
3176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3177 *) ac_try_echo=$ac_try;;
3178esac
3179eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3180$as_echo "$ac_try_echo"; } >&5
3181 (eval "$ac_link_default") 2>&5
3182 ac_status=$?
3183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3184 test $ac_status = 0; }; then :
3185 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3186# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3187# in a Makefile. We should not override ac_cv_exeext if it was cached,
3188# so that the user can short-circuit this test for compilers unknown to
3189# Autoconf.
3190for ac_file in $ac_files ''
42ecbf5e
DJ
3191do
3192 test -f "$ac_file" || continue
3193 case $ac_file in
81ecdfbb 3194 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3195 ;;
3196 [ab].out )
3197 # We found the default executable, but exeext='' is most
3198 # certainly right.
3199 break;;
3200 *.* )
81ecdfbb
RW
3201 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3202 then :; else
3203 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3204 fi
3205 # We set ac_cv_exeext here because the later test for it is not
3206 # safe: cross compilers may not add the suffix if given an `-o'
3207 # argument, so we may need to know it at that point already.
3208 # Even if this section looks crufty: it has the advantage of
3209 # actually working.
42ecbf5e
DJ
3210 break;;
3211 * )
3212 break;;
3213 esac
3214done
81ecdfbb
RW
3215test "$ac_cv_exeext" = no && ac_cv_exeext=
3216
42ecbf5e 3217else
81ecdfbb
RW
3218 ac_file=''
3219fi
81ecdfbb 3220if test -z "$ac_file"; then :
d0ac1c44
SM
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3222$as_echo "no" >&6; }
3223$as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3224sed 's/^/| /' conftest.$ac_ext >&5
3225
81ecdfbb
RW
3226{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3227$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3228as_fn_error 77 "C compiler cannot create executables
3229See \`config.log' for more details" "$LINENO" 5; }
3230else
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3232$as_echo "yes" >&6; }
42ecbf5e 3233fi
d0ac1c44
SM
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3235$as_echo_n "checking for C compiler default output file name... " >&6; }
3236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3237$as_echo "$ac_file" >&6; }
42ecbf5e 3238ac_exeext=$ac_cv_exeext
42ecbf5e 3239
d0ac1c44 3240rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
42ecbf5e 3241ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3243$as_echo_n "checking for suffix of executables... " >&6; }
3244if { { ac_try="$ac_link"
3245case "(($ac_try" in
3246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3247 *) ac_try_echo=$ac_try;;
3248esac
3249eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3250$as_echo "$ac_try_echo"; } >&5
3251 (eval "$ac_link") 2>&5
42ecbf5e 3252 ac_status=$?
81ecdfbb
RW
3253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3254 test $ac_status = 0; }; then :
42ecbf5e
DJ
3255 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3256# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3257# work properly (i.e., refer to `conftest.exe'), while it won't with
3258# `rm'.
3259for ac_file in conftest.exe conftest conftest.*; do
3260 test -f "$ac_file" || continue
3261 case $ac_file in
81ecdfbb 3262 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3263 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3264 break;;
3265 * ) break;;
3266 esac
3267done
3268else
81ecdfbb
RW
3269 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3271as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3272See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3273fi
d0ac1c44 3274rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3276$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3277
3278rm -f conftest.$ac_ext
3279EXEEXT=$ac_cv_exeext
3280ac_exeext=$EXEEXT
d0ac1c44
SM
3281cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3282/* end confdefs.h. */
3283#include <stdio.h>
3284int
3285main ()
3286{
3287FILE *f = fopen ("conftest.out", "w");
3288 return ferror (f) || fclose (f) != 0;
3289
3290 ;
3291 return 0;
3292}
3293_ACEOF
3294ac_clean_files="$ac_clean_files conftest.out"
3295# Check that the compiler produces executables we can run. If not, either
3296# the compiler is broken, or we cross compile.
3297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3298$as_echo_n "checking whether we are cross compiling... " >&6; }
3299if test "$cross_compiling" != yes; then
3300 { { ac_try="$ac_link"
3301case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304esac
3305eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306$as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }
3311 if { ac_try='./conftest$ac_cv_exeext'
3312 { { case "(($ac_try" in
3313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3314 *) ac_try_echo=$ac_try;;
3315esac
3316eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3317$as_echo "$ac_try_echo"; } >&5
3318 (eval "$ac_try") 2>&5
3319 ac_status=$?
3320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3321 test $ac_status = 0; }; }; then
3322 cross_compiling=no
3323 else
3324 if test "$cross_compiling" = maybe; then
3325 cross_compiling=yes
3326 else
3327 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329as_fn_error $? "cannot run C compiled programs.
3330If you meant to cross compile, use \`--host'.
3331See \`config.log' for more details" "$LINENO" 5; }
3332 fi
3333 fi
3334fi
3335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3336$as_echo "$cross_compiling" >&6; }
3337
3338rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3339ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3341$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3342if ${ac_cv_objext+:} false; then :
81ecdfbb 3343 $as_echo_n "(cached) " >&6
42ecbf5e 3344else
81ecdfbb 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
3356rm -f conftest.o conftest.obj
81ecdfbb
RW
3357if { { ac_try="$ac_compile"
3358case "(($ac_try" in
3359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360 *) ac_try_echo=$ac_try;;
3361esac
3362eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3363$as_echo "$ac_try_echo"; } >&5
3364 (eval "$ac_compile") 2>&5
3365 ac_status=$?
3366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3367 test $ac_status = 0; }; then :
3368 for ac_file in conftest.o conftest.obj conftest.*; do
3369 test -f "$ac_file" || continue;
42ecbf5e 3370 case $ac_file in
81ecdfbb 3371 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3372 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3373 break;;
3374 esac
3375done
3376else
81ecdfbb 3377 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3378sed 's/^/| /' conftest.$ac_ext >&5
3379
81ecdfbb
RW
3380{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3381$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3382as_fn_error $? "cannot compute suffix of object files: cannot compile
3383See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3384fi
42ecbf5e
DJ
3385rm -f conftest.$ac_cv_objext conftest.$ac_ext
3386fi
81ecdfbb
RW
3387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3388$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3389OBJEXT=$ac_cv_objext
3390ac_objext=$OBJEXT
81ecdfbb
RW
3391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3392$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3393if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3394 $as_echo_n "(cached) " >&6
42ecbf5e 3395else
81ecdfbb 3396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3397/* end confdefs.h. */
3398
3399int
3400main ()
3401{
3402#ifndef __GNUC__
3403 choke me
3404#endif
3405
3406 ;
3407 return 0;
3408}
3409_ACEOF
81ecdfbb 3410if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3411 ac_compiler_gnu=yes
3412else
81ecdfbb 3413 ac_compiler_gnu=no
42ecbf5e 3414fi
81ecdfbb 3415rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3416ac_cv_c_compiler_gnu=$ac_compiler_gnu
3417
3418fi
81ecdfbb
RW
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3420$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3421if test $ac_compiler_gnu = yes; then
3422 GCC=yes
3423else
3424 GCC=
3425fi
42ecbf5e
DJ
3426ac_test_CFLAGS=${CFLAGS+set}
3427ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3429$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3430if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3431 $as_echo_n "(cached) " >&6
3432else
3433 ac_save_c_werror_flag=$ac_c_werror_flag
3434 ac_c_werror_flag=yes
3435 ac_cv_prog_cc_g=no
3436 CFLAGS="-g"
3437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3438/* end confdefs.h. */
3439
3440int
3441main ()
3442{
3443
3444 ;
3445 return 0;
3446}
3447_ACEOF
81ecdfbb 3448if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3449 ac_cv_prog_cc_g=yes
3450else
81ecdfbb
RW
3451 CFLAGS=""
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453/* end confdefs.h. */
3454
3455int
3456main ()
3457{
3458
3459 ;
3460 return 0;
3461}
3462_ACEOF
3463if ac_fn_c_try_compile "$LINENO"; then :
3464
3465else
3466 ac_c_werror_flag=$ac_save_c_werror_flag
3467 CFLAGS="-g"
3468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3469/* end confdefs.h. */
3470
3471int
3472main ()
3473{
42ecbf5e 3474
81ecdfbb
RW
3475 ;
3476 return 0;
3477}
3478_ACEOF
3479if ac_fn_c_try_compile "$LINENO"; then :
3480 ac_cv_prog_cc_g=yes
3481fi
3482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3483fi
3484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3485fi
81ecdfbb
RW
3486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3487 ac_c_werror_flag=$ac_save_c_werror_flag
42ecbf5e 3488fi
81ecdfbb
RW
3489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3490$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3491if test "$ac_test_CFLAGS" = set; then
3492 CFLAGS=$ac_save_CFLAGS
3493elif test $ac_cv_prog_cc_g = yes; then
3494 if test "$GCC" = yes; then
3495 CFLAGS="-g -O2"
3496 else
3497 CFLAGS="-g"
3498 fi
3499else
3500 if test "$GCC" = yes; then
3501 CFLAGS="-O2"
3502 else
3503 CFLAGS=
3504 fi
3505fi
81ecdfbb
RW
3506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3507$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3508if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3509 $as_echo_n "(cached) " >&6
42ecbf5e 3510else
81ecdfbb 3511 ac_cv_prog_cc_c89=no
42ecbf5e 3512ac_save_CC=$CC
81ecdfbb 3513cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3514/* end confdefs.h. */
3515#include <stdarg.h>
3516#include <stdio.h>
d0ac1c44 3517struct stat;
42ecbf5e
DJ
3518/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3519struct buf { int x; };
3520FILE * (*rcsopen) (struct buf *, struct stat *, int);
3521static char *e (p, i)
3522 char **p;
3523 int i;
3524{
3525 return p[i];
3526}
3527static char *f (char * (*g) (char **, int), char **p, ...)
3528{
3529 char *s;
3530 va_list v;
3531 va_start (v,p);
3532 s = g (p, va_arg (v,int));
3533 va_end (v);
3534 return s;
3535}
3536
3537/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3538 function prototypes and stuff, but not '\xHH' hex character constants.
3539 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3540 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3541 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3542 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3543 that's true only with -std. */
42ecbf5e
DJ
3544int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3545
81ecdfbb
RW
3546/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3547 inside strings and character constants. */
3548#define FOO(x) 'x'
3549int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3550
42ecbf5e
DJ
3551int test (int i, double x);
3552struct s1 {int (*f) (int a);};
3553struct s2 {int (*f) (double a);};
3554int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3555int argc;
3556char **argv;
3557int
3558main ()
3559{
3560return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3561 ;
3562 return 0;
3563}
3564_ACEOF
81ecdfbb
RW
3565for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3566 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3567do
3568 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3569 if ac_fn_c_try_compile "$LINENO"; then :
3570 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3571fi
81ecdfbb
RW
3572rm -f core conftest.err conftest.$ac_objext
3573 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3574done
81ecdfbb 3575rm -f conftest.$ac_ext
42ecbf5e
DJ
3576CC=$ac_save_CC
3577
3578fi
81ecdfbb
RW
3579# AC_CACHE_VAL
3580case "x$ac_cv_prog_cc_c89" in
3581 x)
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3583$as_echo "none needed" >&6; } ;;
3584 xno)
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3586$as_echo "unsupported" >&6; } ;;
42ecbf5e 3587 *)
81ecdfbb
RW
3588 CC="$CC $ac_cv_prog_cc_c89"
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3590$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3591esac
81ecdfbb 3592if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3593
42ecbf5e
DJ
3594fi
3595
42ecbf5e
DJ
3596ac_ext=c
3597ac_cpp='$CPP $CPPFLAGS'
3598ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3599ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3600ac_compiler_gnu=$ac_cv_c_compiler_gnu
3601
d0ac1c44
SM
3602ac_ext=c
3603ac_cpp='$CPP $CPPFLAGS'
3604ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3605ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3606ac_compiler_gnu=$ac_cv_c_compiler_gnu
3607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3608$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3609if ${am_cv_prog_cc_c_o+:} false; then :
3610 $as_echo_n "(cached) " >&6
3611else
3612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3613/* end confdefs.h. */
3614
3615int
3616main ()
3617{
3618
3619 ;
3620 return 0;
3621}
3622_ACEOF
3623 # Make sure it works both with $CC and with simple cc.
3624 # Following AC_PROG_CC_C_O, we do the test twice because some
3625 # compilers refuse to overwrite an existing .o file with -o,
3626 # though they will create one.
3627 am_cv_prog_cc_c_o=yes
3628 for am_i in 1 2; do
3629 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3630 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3631 ac_status=$?
3632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3633 (exit $ac_status); } \
3634 && test -f conftest2.$ac_objext; then
3635 : OK
3636 else
3637 am_cv_prog_cc_c_o=no
3638 break
3639 fi
3640 done
3641 rm -f core conftest*
3642 unset am_i
3643fi
3644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3645$as_echo "$am_cv_prog_cc_c_o" >&6; }
3646if test "$am_cv_prog_cc_c_o" != yes; then
3647 # Losing compiler, so override with the script.
3648 # FIXME: It is wrong to rewrite CC.
3649 # But if we don't then we get into trouble of one sort or another.
3650 # A longer-term fix would be to have automake use am__CC in this case,
3651 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3652 CC="$am_aux_dir/compile $CC"
3653fi
3654ac_ext=c
3655ac_cpp='$CPP $CPPFLAGS'
3656ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3657ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3658ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659
3660
42ecbf5e 3661
81ecdfbb
RW
3662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3663$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3664if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3665 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3666else
3667 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3668cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3669/* end confdefs.h. */
3670
81ecdfbb
RW
3671/* Override any GCC internal prototype to avoid an error.
3672 Use char because int might match the return type of a GCC
3673 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3674#ifdef __cplusplus
3675extern "C"
3676#endif
42ecbf5e
DJ
3677char strerror ();
3678int
3679main ()
3680{
81ecdfbb 3681return strerror ();
42ecbf5e
DJ
3682 ;
3683 return 0;
3684}
3685_ACEOF
81ecdfbb
RW
3686for ac_lib in '' cposix; do
3687 if test -z "$ac_lib"; then
3688 ac_res="none required"
3689 else
3690 ac_res=-l$ac_lib
42ecbf5e 3691 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3692 fi
3693 if ac_fn_c_try_link "$LINENO"; then :
3694 ac_cv_search_strerror=$ac_res
3695fi
3696rm -f core conftest.err conftest.$ac_objext \
3697 conftest$ac_exeext
d0ac1c44 3698 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3699 break
3700fi
3701done
d0ac1c44 3702if ${ac_cv_search_strerror+:} false; then :
42ecbf5e 3703
42ecbf5e 3704else
81ecdfbb 3705 ac_cv_search_strerror=no
42ecbf5e 3706fi
81ecdfbb 3707rm conftest.$ac_ext
42ecbf5e
DJ
3708LIBS=$ac_func_search_save_LIBS
3709fi
81ecdfbb
RW
3710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3711$as_echo "$ac_cv_search_strerror" >&6; }
3712ac_res=$ac_cv_search_strerror
3713if test "$ac_res" != no; then :
3714 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3715
3716fi
e5a52504
MM
3717
3718
d0ac1c44 3719am__api_version='1.15'
81ecdfbb 3720
e5a52504
MM
3721# Find a good install program. We prefer a C program (faster),
3722# so one script is as good as another. But avoid the broken or
3723# incompatible versions:
3724# SysV /etc/install, /usr/sbin/install
3725# SunOS /usr/etc/install
3726# IRIX /sbin/install
3727# AIX /bin/install
42ecbf5e 3728# AmigaOS /C/install, which installs bootblocks on floppy discs
e5a52504
MM
3729# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3730# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3731# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42ecbf5e 3732# OS/2's system install, which has a completely different semantic
e5a52504 3733# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3734# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3736$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5a52504 3737if test -z "$INSTALL"; then
d0ac1c44 3738if ${ac_cv_path_install+:} false; then :
81ecdfbb 3739 $as_echo_n "(cached) " >&6
e5a52504 3740else
42ecbf5e
DJ
3741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3742for as_dir in $PATH
3743do
3744 IFS=$as_save_IFS
3745 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3746 # Account for people who put trailing slashes in PATH elements.
3747case $as_dir/ in #((
3748 ./ | .// | /[cC]/* | \
42ecbf5e 3749 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3750 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3751 /usr/ucb/* ) ;;
3752 *)
3753 # OSF1 and SCO ODT 3.0 have their own names for install.
3754 # Don't use installbsd from OSF since it installs stuff as root
3755 # by default.
3756 for ac_prog in ginstall scoinst install; do
3757 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3758 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 3759 if test $ac_prog = install &&
42ecbf5e 3760 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3761 # AIX install. It has an incompatible calling convention.
3762 :
42ecbf5e
DJ
3763 elif test $ac_prog = install &&
3764 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3765 # program-specific install script used by HP pwplus--don't use.
3766 :
252b5132 3767 else
58c85be7
RW
3768 rm -rf conftest.one conftest.two conftest.dir
3769 echo one > conftest.one
3770 echo two > conftest.two
3771 mkdir conftest.dir
3772 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3773 test -s conftest.one && test -s conftest.two &&
3774 test -s conftest.dir/conftest.one &&
3775 test -s conftest.dir/conftest.two
3776 then
3777 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3778 break 3
3779 fi
252b5132
RH
3780 fi
3781 fi
3782 done
42ecbf5e
DJ
3783 done
3784 ;;
3785esac
81ecdfbb
RW
3786
3787 done
3788IFS=$as_save_IFS
42ecbf5e 3789
58c85be7 3790rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3791
3792fi
3793 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3794 INSTALL=$ac_cv_path_install
252b5132 3795 else
58c85be7
RW
3796 # As a last resort, use the slow shell script. Don't cache a
3797 # value for INSTALL within a source directory, because that will
252b5132 3798 # break other packages using the cache if that directory is
58c85be7 3799 # removed, or if the value is a relative name.
42ecbf5e 3800 INSTALL=$ac_install_sh
252b5132
RH
3801 fi
3802fi
81ecdfbb
RW
3803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3804$as_echo "$INSTALL" >&6; }
252b5132
RH
3805
3806# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3807# It thinks the first close brace ends the variable substitution.
3808test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3809
42ecbf5e 3810test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3811
3812test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3813
81ecdfbb
RW
3814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3815$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3816# Reject unsafe characters in $srcdir or the absolute working directory
3817# name. Accept space and tab only in the latter.
3818am_lf='
3819'
3820case `pwd` in
3821 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3822 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3823esac
3824case $srcdir in
3825 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3826 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3827esac
3828
d0ac1c44 3829# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3830# arguments. Must try -L first in case configure is actually a
3831# symlink; some systems play weird games with the mod time of symlinks
3832# (eg FreeBSD returns the mod time of the symlink's containing
3833# directory).
3834if (
d0ac1c44
SM
3835 am_has_slept=no
3836 for am_try in 1 2; do
3837 echo "timestamp, slept: $am_has_slept" > conftest.file
3838 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3839 if test "$*" = "X"; then
3840 # -L didn't work.
3841 set X `ls -t "$srcdir/configure" conftest.file`
3842 fi
3843 if test "$*" != "X $srcdir/configure conftest.file" \
3844 && test "$*" != "X conftest.file $srcdir/configure"; then
3845
3846 # If neither matched, then we have a broken ls. This can happen
3847 # if, for instance, CONFIG_SHELL is bash and it inherits a
3848 # broken ls alias from the environment. This has actually
3849 # happened. Such a system could not be considered "sane".
3850 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3851 alias in your environment" "$LINENO" 5
3852 fi
3853 if test "$2" = conftest.file || test $am_try -eq 2; then
3854 break
3855 fi
3856 # Just in case.
3857 sleep 1
3858 am_has_slept=yes
3859 done
42ecbf5e 3860 test "$2" = conftest.file
252b5132
RH
3861 )
3862then
3863 # Ok.
3864 :
3865else
d0ac1c44 3866 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3867Check your system clock" "$LINENO" 5
252b5132 3868fi
81ecdfbb
RW
3869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3870$as_echo "yes" >&6; }
d0ac1c44
SM
3871# If we didn't sleep, we still need to ensure time stamps of config.status and
3872# generated files are strictly newer.
3873am_sleep_pid=
3874if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3875 ( sleep 1 ) &
3876 am_sleep_pid=$!
3877fi
3878
3879rm -f conftest.file
3880
252b5132 3881test "$program_prefix" != NONE &&
81ecdfbb 3882 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3883# Use a double $ so make ignores it.
3884test "$program_suffix" != NONE &&
81ecdfbb
RW
3885 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3886# Double any \ or $.
42ecbf5e 3887# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3888ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3889program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e 3890
81ecdfbb
RW
3891if test x"${MISSING+set}" != xset; then
3892 case $am_aux_dir in
3893 *\ * | *\ *)
3894 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3895 *)
3896 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3897 esac
3898fi
42ecbf5e 3899# Use eval to expand $SHELL
d0ac1c44
SM
3900if eval "$MISSING --is-lightweight"; then
3901 am_missing_run="$MISSING "
42ecbf5e
DJ
3902else
3903 am_missing_run=
d0ac1c44
SM
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3905$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
81ecdfbb
RW
3906fi
3907
d0ac1c44 3908if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3909 case $am_aux_dir in
3910 *\ * | *\ *)
3911 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3912 *)
3913 install_sh="\${SHELL} $am_aux_dir/install-sh"
3914 esac
3915fi
3916
d0ac1c44
SM
3917# Installed binaries are usually stripped using 'strip' when the user
3918# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3919# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3920# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3921if test "$cross_compiling" != no; then
3922 if test -n "$ac_tool_prefix"; then
3923 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3924set dummy ${ac_tool_prefix}strip; ac_word=$2
3925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3926$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3927if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb
RW
3928 $as_echo_n "(cached) " >&6
3929else
3930 if test -n "$STRIP"; then
3931 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3932else
3933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3934for as_dir in $PATH
3935do
3936 IFS=$as_save_IFS
3937 test -z "$as_dir" && as_dir=.
3938 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3940 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3942 break 2
3943 fi
3944done
3945 done
3946IFS=$as_save_IFS
3947
3948fi
3949fi
3950STRIP=$ac_cv_prog_STRIP
3951if test -n "$STRIP"; then
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3953$as_echo "$STRIP" >&6; }
3954else
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3956$as_echo "no" >&6; }
3957fi
3958
3959
3960fi
3961if test -z "$ac_cv_prog_STRIP"; then
3962 ac_ct_STRIP=$STRIP
3963 # Extract the first word of "strip", so it can be a program name with args.
3964set dummy strip; ac_word=$2
3965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3966$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3967if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3968 $as_echo_n "(cached) " >&6
3969else
3970 if test -n "$ac_ct_STRIP"; then
3971 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3972else
3973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974for as_dir in $PATH
3975do
3976 IFS=$as_save_IFS
3977 test -z "$as_dir" && as_dir=.
3978 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3980 ac_cv_prog_ac_ct_STRIP="strip"
3981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3982 break 2
3983 fi
3984done
3985 done
3986IFS=$as_save_IFS
3987
3988fi
3989fi
3990ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3991if test -n "$ac_ct_STRIP"; then
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3993$as_echo "$ac_ct_STRIP" >&6; }
3994else
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3996$as_echo "no" >&6; }
3997fi
3998
3999 if test "x$ac_ct_STRIP" = x; then
4000 STRIP=":"
4001 else
4002 case $cross_compiling:$ac_tool_warned in
4003yes:)
4004{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4005$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4006ac_tool_warned=yes ;;
4007esac
4008 STRIP=$ac_ct_STRIP
4009 fi
4010else
4011 STRIP="$ac_cv_prog_STRIP"
4012fi
4013
4014fi
4015INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4016
4017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4018$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4019if test -z "$MKDIR_P"; then
d0ac1c44 4020 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
4021 $as_echo_n "(cached) " >&6
4022else
4023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4024for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4025do
4026 IFS=$as_save_IFS
4027 test -z "$as_dir" && as_dir=.
4028 for ac_prog in mkdir gmkdir; do
4029 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4030 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
4031 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4032 'mkdir (GNU coreutils) '* | \
4033 'mkdir (coreutils) '* | \
4034 'mkdir (fileutils) '4.1*)
4035 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4036 break 3;;
4037 esac
4038 done
4039 done
42ecbf5e 4040 done
81ecdfbb
RW
4041IFS=$as_save_IFS
4042
4043fi
4044
d0ac1c44 4045 test -d ./--version && rmdir ./--version
81ecdfbb
RW
4046 if test "${ac_cv_path_mkdir+set}" = set; then
4047 MKDIR_P="$ac_cv_path_mkdir -p"
42ecbf5e 4048 else
81ecdfbb
RW
4049 # As a last resort, use the slow shell script. Don't cache a
4050 # value for MKDIR_P within a source directory, because that will
4051 # break other packages using the cache if that directory is
4052 # removed, or if the value is a relative name.
81ecdfbb 4053 MKDIR_P="$ac_install_sh -d"
42ecbf5e
DJ
4054 fi
4055fi
81ecdfbb
RW
4056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4057$as_echo "$MKDIR_P" >&6; }
4058
42ecbf5e
DJ
4059for ac_prog in gawk mawk nawk awk
4060do
4061 # Extract the first word of "$ac_prog", so it can be a program name with args.
4062set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4064$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4065if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 4066 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4067else
4068 if test -n "$AWK"; then
4069 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4070else
4071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4072for as_dir in $PATH
4073do
4074 IFS=$as_save_IFS
4075 test -z "$as_dir" && as_dir=.
81ecdfbb 4076 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4077 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 4078 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
4080 break 2
4081 fi
4082done
81ecdfbb
RW
4083 done
4084IFS=$as_save_IFS
42ecbf5e
DJ
4085
4086fi
4087fi
4088AWK=$ac_cv_prog_AWK
4089if test -n "$AWK"; then
81ecdfbb
RW
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4091$as_echo "$AWK" >&6; }
42ecbf5e 4092else
81ecdfbb
RW
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094$as_echo "no" >&6; }
42ecbf5e 4095fi
252b5132 4096
81ecdfbb 4097
42ecbf5e
DJ
4098 test -n "$AWK" && break
4099done
252b5132 4100
81ecdfbb
RW
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4102$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4103set x ${MAKE-make}
4104ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 4105if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 4106 $as_echo_n "(cached) " >&6
252b5132 4107else
42ecbf5e 4108 cat >conftest.make <<\_ACEOF
81ecdfbb 4109SHELL = /bin/sh
252b5132 4110all:
81ecdfbb 4111 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 4112_ACEOF
d0ac1c44 4113# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
4114case `${MAKE-make} -f conftest.make 2>/dev/null` in
4115 *@@@%%%=?*=@@@%%%*)
4116 eval ac_cv_prog_make_${ac_make}_set=yes;;
4117 *)
4118 eval ac_cv_prog_make_${ac_make}_set=no;;
4119esac
42ecbf5e 4120rm -f conftest.make
252b5132 4121fi
81ecdfbb
RW
4122if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4124$as_echo "yes" >&6; }
252b5132
RH
4125 SET_MAKE=
4126else
81ecdfbb
RW
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4128$as_echo "no" >&6; }
252b5132
RH
4129 SET_MAKE="MAKE=${MAKE-make}"
4130fi
4131
42ecbf5e
DJ
4132rm -rf .tst 2>/dev/null
4133mkdir .tst 2>/dev/null
4134if test -d .tst; then
4135 am__leading_dot=.
4136else
4137 am__leading_dot=_
4138fi
4139rmdir .tst 2>/dev/null
4140
4141DEPDIR="${am__leading_dot}deps"
4142
81ecdfbb 4143ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
4144
4145
4146am_make=${MAKE-make}
4147cat > confinc << 'END'
4148am__doit:
81ecdfbb 4149 @echo this is the am__doit target
42ecbf5e
DJ
4150.PHONY: am__doit
4151END
4152# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
4153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4154$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
4155am__include="#"
4156am__quote=
4157_am_result=none
4158# First try GNU make style include.
4159echo "include confinc" > confmf
d0ac1c44 4160# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
4161case `$am_make -s -f confmf 2> /dev/null` in #(
4162*the\ am__doit\ target*)
4163 am__include=include
4164 am__quote=
4165 _am_result=GNU
4166 ;;
4167esac
42ecbf5e
DJ
4168# Now try BSD make style include.
4169if test "$am__include" = "#"; then
4170 echo '.include "confinc"' > confmf
81ecdfbb
RW
4171 case `$am_make -s -f confmf 2> /dev/null` in #(
4172 *the\ am__doit\ target*)
4173 am__include=.include
4174 am__quote="\""
4175 _am_result=BSD
4176 ;;
4177 esac
42ecbf5e
DJ
4178fi
4179
4180
81ecdfbb
RW
4181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4182$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4183rm -f confinc confmf
4184
81ecdfbb
RW
4185# Check whether --enable-dependency-tracking was given.
4186if test "${enable_dependency_tracking+set}" = set; then :
4187 enableval=$enable_dependency_tracking;
4188fi
42ecbf5e 4189
42ecbf5e
DJ
4190if test "x$enable_dependency_tracking" != xno; then
4191 am_depcomp="$ac_aux_dir/depcomp"
4192 AMDEPBACKSLASH='\'
6eb7d830 4193 am__nodep='_no'
42ecbf5e 4194fi
81ecdfbb 4195 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4196 AMDEP_TRUE=
4197 AMDEP_FALSE='#'
4198else
4199 AMDEP_TRUE='#'
4200 AMDEP_FALSE=
4201fi
4202
e5a52504 4203
d0ac1c44
SM
4204# Check whether --enable-silent-rules was given.
4205if test "${enable_silent_rules+set}" = set; then :
4206 enableval=$enable_silent_rules;
4207fi
4208
4209case $enable_silent_rules in # (((
4210 yes) AM_DEFAULT_VERBOSITY=0;;
4211 no) AM_DEFAULT_VERBOSITY=1;;
4212 *) AM_DEFAULT_VERBOSITY=1;;
4213esac
4214am_make=${MAKE-make}
4215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4216$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4217if ${am_cv_make_support_nested_variables+:} false; then :
4218 $as_echo_n "(cached) " >&6
4219else
4220 if $as_echo 'TRUE=$(BAR$(V))
4221BAR0=false
4222BAR1=true
4223V=1
4224am__doit:
4225 @$(TRUE)
4226.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4227 am_cv_make_support_nested_variables=yes
4228else
4229 am_cv_make_support_nested_variables=no
4230fi
4231fi
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4233$as_echo "$am_cv_make_support_nested_variables" >&6; }
4234if test $am_cv_make_support_nested_variables = yes; then
4235 AM_V='$(V)'
4236 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4237else
4238 AM_V=$AM_DEFAULT_VERBOSITY
4239 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4240fi
4241AM_BACKSLASH='\'
4242
81ecdfbb
RW
4243if test "`cd $srcdir && pwd`" != "`pwd`"; then
4244 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4245 # is not polluted with repeated "-I."
4246 am__isrc=' -I$(srcdir)'
4247 # test to see if srcdir already configured
4248 if test -f $srcdir/config.status; then
d0ac1c44 4249 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 4250 fi
42ecbf5e 4251fi
252b5132 4252
42ecbf5e
DJ
4253# test whether we have cygpath
4254if test -z "$CYGPATH_W"; then
4255 if (cygpath --version) >/dev/null 2>/dev/null; then
4256 CYGPATH_W='cygpath -w'
4257 else
4258 CYGPATH_W=echo
4259 fi
252b5132 4260fi
42ecbf5e
DJ
4261
4262
4263# Define the identity of the package.
2e98a7bd 4264 PACKAGE='ld'
f48dfe41 4265 VERSION='2.32.51'
42ecbf5e
DJ
4266
4267
4268cat >>confdefs.h <<_ACEOF
e5a52504 4269#define PACKAGE "$PACKAGE"
42ecbf5e
DJ
4270_ACEOF
4271
252b5132 4272
42ecbf5e 4273cat >>confdefs.h <<_ACEOF
e5a52504 4274#define VERSION "$VERSION"
42ecbf5e
DJ
4275_ACEOF
4276
4277# Some tools Automake needs.
4278
4279ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4280
4281
4282AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4283
4284
4285AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4286
4287
4288AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4289
e5a52504 4290
42ecbf5e 4291MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
e5a52504 4292
d0ac1c44
SM
4293# For better backward compatibility. To be removed once Automake 1.9.x
4294# dies out for good. For more background, see:
4295# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4296# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4297mkdir_p='$(MKDIR_P)'
4298
4299# We need awk for the "check" target (and possibly the TAP driver). The
4300# system "awk" is bad on some platforms.
6eb7d830
AM
4301# Always define AMTAR for backward compatibility. Yes, it's still used
4302# in the wild :-( We should find a proper way to deprecate it ...
4303AMTAR='$${TAR-tar}'
42ecbf5e 4304
d0ac1c44
SM
4305
4306# We'll loop over all known methods to create a tar archive until one works.
4307_am_tools='gnutar pax cpio none'
4308
6eb7d830 4309am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
42ecbf5e
DJ
4310
4311
4312
4313
d0ac1c44 4314
42ecbf5e
DJ
4315depcc="$CC" am_compiler_list=
4316
81ecdfbb
RW
4317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4318$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4319if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4320 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4321else
4322 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4323 # We make a subdir and do the tests there. Otherwise we can end up
4324 # making bogus files that we don't know about and never remove. For
4325 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4326 # making a dummy file named 'D' -- because '-MD' means "put the output
4327 # in D".
6eb7d830 4328 rm -rf conftest.dir
42ecbf5e
DJ
4329 mkdir conftest.dir
4330 # Copy depcomp to subdir because otherwise we won't find it if we're
4331 # using a relative directory.
4332 cp "$am_depcomp" conftest.dir
4333 cd conftest.dir
4334 # We will build objects and dependencies in a subdirectory because
4335 # it helps to detect inapplicable dependency modes. For instance
4336 # both Tru64's cc and ICC support -MD to output dependencies as a
4337 # side effect of compilation, but ICC will put the dependencies in
4338 # the current directory while Tru64 will put them in the object
4339 # directory.
4340 mkdir sub
4341
4342 am_cv_CC_dependencies_compiler_type=none
4343 if test "$am_compiler_list" = ""; then
4344 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4345 fi
81ecdfbb
RW
4346 am__universal=false
4347 case " $depcc " in #(
4348 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4349 esac
4350
42ecbf5e
DJ
4351 for depmode in $am_compiler_list; do
4352 # Setup a source with many dependencies, because some compilers
4353 # like to wrap large dependency lists on column 80 (with \), and
4354 # we should not choose a depcomp mode which is confused by this.
4355 #
4356 # We need to recreate these files for each test, as the compiler may
4357 # overwrite some of them when testing with obscure command lines.
4358 # This happens at least with the AIX C compiler.
4359 : > sub/conftest.c
4360 for i in 1 2 3 4 5 6; do
4361 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4362 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4363 # Solaris 10 /bin/sh.
4364 echo '/* dummy */' > sub/conftst$i.h
42ecbf5e
DJ
4365 done
4366 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4367
d0ac1c44 4368 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4369 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4370 # handle '-M -o', and we need to detect this. Also, some Intel
4371 # versions had trouble with output in subdirs.
81ecdfbb
RW
4372 am__obj=sub/conftest.${OBJEXT-o}
4373 am__minus_obj="-o $am__obj"
42ecbf5e 4374 case $depmode in
81ecdfbb
RW
4375 gcc)
4376 # This depmode causes a compiler race in universal mode.
4377 test "$am__universal" = false || continue
4378 ;;
42ecbf5e 4379 nosideeffect)
d0ac1c44
SM
4380 # After this tag, mechanisms are not by side-effect, so they'll
4381 # only be used when explicitly requested.
42ecbf5e
DJ
4382 if test "x$enable_dependency_tracking" = xyes; then
4383 continue
4384 else
4385 break
4386 fi
4387 ;;
6eb7d830 4388 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4389 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4390 # not run yet. These depmodes are late enough in the game, and
4391 # so weak that their functioning should not be impacted.
4392 am__obj=conftest.${OBJEXT-o}
4393 am__minus_obj=
4394 ;;
42ecbf5e
DJ
4395 none) break ;;
4396 esac
42ecbf5e 4397 if depmode=$depmode \
81ecdfbb 4398 source=sub/conftest.c object=$am__obj \
42ecbf5e 4399 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4400 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4401 >/dev/null 2>conftest.err &&
81ecdfbb 4402 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4403 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4404 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4405 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4406 # icc doesn't choke on unknown options, it will just issue warnings
4407 # or remarks (even with -Werror). So we grep stderr for any message
4408 # that says an option was ignored or not supported.
4409 # When given -MP, icc 7.0 and 7.1 complain thusly:
4410 # icc: Command line warning: ignoring option '-M'; no argument required
4411 # The diagnosis changed in icc 8.0:
4412 # icc: Command line remark: option '-MP' not supported
4413 if (grep 'ignoring option' conftest.err ||
4414 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4415 am_cv_CC_dependencies_compiler_type=$depmode
4416 break
4417 fi
4418 fi
4419 done
2469cfa2 4420
42ecbf5e
DJ
4421 cd ..
4422 rm -rf conftest.dir
2469cfa2 4423else
42ecbf5e
DJ
4424 am_cv_CC_dependencies_compiler_type=none
4425fi
4426
2469cfa2 4427fi
81ecdfbb
RW
4428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4429$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4430CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4431
81ecdfbb 4432 if
42ecbf5e
DJ
4433 test "x$enable_dependency_tracking" != xno \
4434 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4435 am__fastdepCC_TRUE=
4436 am__fastdepCC_FALSE='#'
2469cfa2 4437else
42ecbf5e
DJ
4438 am__fastdepCC_TRUE='#'
4439 am__fastdepCC_FALSE=
2469cfa2 4440fi
2469cfa2 4441
2469cfa2 4442
e5a52504 4443
d0ac1c44
SM
4444# POSIX will say in a future version that running "rm -f" with no argument
4445# is OK; and we want to be able to make that assumption in our Makefile
4446# recipes. So use an aggressive probe to check that the usage we want is
4447# actually supported "in the wild" to an acceptable degree.
4448# See automake bug#10828.
4449# To make any issue more visible, cause the running configure to be aborted
4450# by default if the 'rm' program in use doesn't match our expectations; the
4451# user can still override this though.
4452if rm -f && rm -fr && rm -rf; then : OK; else
4453 cat >&2 <<'END'
4454Oops!
4455
4456Your 'rm' program seems unable to run without file operands specified
4457on the command line, even when the '-f' option is present. This is contrary
4458to the behaviour of most rm programs out there, and not conforming with
4459the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4460
4461Please tell bug-automake@gnu.org about your system, including the value
4462of your $PATH and any error possibly output before this message. This
4463can help us improve future automake versions.
4464
4465END
4466 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4467 echo 'Configuration will proceed anyway, since you have set the' >&2
4468 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4469 echo >&2
4470 else
4471 cat >&2 <<'END'
4472Aborting the configuration process, to ensure you take notice of the issue.
4473
4474You can download and install GNU coreutils to get an 'rm' implementation
4475that behaves properly: <http://www.gnu.org/software/coreutils/>.
4476
4477If you want to complete the configuration process using your problematic
4478'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4479to "yes", and re-run configure.
4480
4481END
4482 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4483 fi
4484fi
4485
42ecbf5e 4486
64ac50ac
RW
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4488$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4489 # Check whether --enable-maintainer-mode was given.
4490if test "${enable_maintainer_mode+set}" = set; then :
4491 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4492else
4493 USE_MAINTAINER_MODE=no
4494fi
4495
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
4497$as_echo "$USE_MAINTAINER_MODE" >&6; }
4498 if test $USE_MAINTAINER_MODE = yes; then
4499 MAINTAINER_MODE_TRUE=
4500 MAINTAINER_MODE_FALSE='#'
4501else
4502 MAINTAINER_MODE_TRUE='#'
4503 MAINTAINER_MODE_FALSE=
4504fi
4505
4506 MAINT=$MAINTAINER_MODE_TRUE
4507
4508
4509
b879806f
AM
4510ac_ext=c
4511ac_cpp='$CPP $CPPFLAGS'
4512ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4513ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4514ac_compiler_gnu=$ac_cv_c_compiler_gnu
4515if test -n "$ac_tool_prefix"; then
4516 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4517set dummy ${ac_tool_prefix}gcc; ac_word=$2
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4519$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4520if ${ac_cv_prog_CC+:} false; then :
b879806f
AM
4521 $as_echo_n "(cached) " >&6
4522else
4523 if test -n "$CC"; then
4524 ac_cv_prog_CC="$CC" # Let the user override the test.
4525else
4526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527for as_dir in $PATH
4528do
4529 IFS=$as_save_IFS
4530 test -z "$as_dir" && as_dir=.
4531 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4532 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f
AM
4533 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 break 2
4536 fi
4537done
4538 done
4539IFS=$as_save_IFS
d7040cdb 4540
81ecdfbb 4541fi
81ecdfbb 4542fi
b879806f
AM
4543CC=$ac_cv_prog_CC
4544if test -n "$CC"; then
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4546$as_echo "$CC" >&6; }
2469cfa2 4547else
b879806f
AM
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4549$as_echo "no" >&6; }
81ecdfbb 4550fi
d7040cdb
SE
4551
4552
b879806f
AM
4553fi
4554if test -z "$ac_cv_prog_CC"; then
4555 ac_ct_CC=$CC
4556 # Extract the first word of "gcc", so it can be a program name with args.
4557set dummy gcc; ac_word=$2
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4559$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4560if ${ac_cv_prog_ac_ct_CC+:} false; then :
b879806f 4561 $as_echo_n "(cached) " >&6
e5a52504 4562else
b879806f
AM
4563 if test -n "$ac_ct_CC"; then
4564 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4565else
4566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4567for as_dir in $PATH
4568do
4569 IFS=$as_save_IFS
4570 test -z "$as_dir" && as_dir=.
4571 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4572 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f
AM
4573 ac_cv_prog_ac_ct_CC="gcc"
4574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4575 break 2
4576 fi
4577done
4578 done
4579IFS=$as_save_IFS
d7040cdb 4580
81ecdfbb 4581fi
b879806f
AM
4582fi
4583ac_ct_CC=$ac_cv_prog_ac_ct_CC
4584if test -n "$ac_ct_CC"; then
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4586$as_echo "$ac_ct_CC" >&6; }
4fda8867 4587else
b879806f
AM
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4589$as_echo "no" >&6; }
4fda8867
NC
4590fi
4591
b879806f
AM
4592 if test "x$ac_ct_CC" = x; then
4593 CC=""
4594 else
4595 case $cross_compiling:$ac_tool_warned in
4596yes:)
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4598$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4599ac_tool_warned=yes ;;
7fb9f789 4600esac
b879806f
AM
4601 CC=$ac_ct_CC
4602 fi
7fb9f789 4603else
b879806f 4604 CC="$ac_cv_prog_CC"
81ecdfbb
RW
4605fi
4606
b879806f
AM
4607if test -z "$CC"; then
4608 if test -n "$ac_tool_prefix"; then
4609 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4610set dummy ${ac_tool_prefix}cc; ac_word=$2
4611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4612$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4613if ${ac_cv_prog_CC+:} false; then :
397841b5
AM
4614 $as_echo_n "(cached) " >&6
4615else
b879806f
AM
4616 if test -n "$CC"; then
4617 ac_cv_prog_CC="$CC" # Let the user override the test.
4618else
4619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4620for as_dir in $PATH
397841b5 4621do
b879806f
AM
4622 IFS=$as_save_IFS
4623 test -z "$as_dir" && as_dir=.
4624 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4625 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f
AM
4626 ac_cv_prog_CC="${ac_tool_prefix}cc"
4627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4628 break 2
4629 fi
4630done
4631 done
4632IFS=$as_save_IFS
d7040cdb 4633
ce2cded5 4634fi
ce2cded5 4635fi
b879806f
AM
4636CC=$ac_cv_prog_CC
4637if test -n "$CC"; then
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4639$as_echo "$CC" >&6; }
4640else
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4642$as_echo "no" >&6; }
81ecdfbb
RW
4643fi
4644
d7040cdb 4645
b879806f 4646 fi
ce2cded5 4647fi
b879806f
AM
4648if test -z "$CC"; then
4649 # Extract the first word of "cc", so it can be a program name with args.
4650set dummy cc; ac_word=$2
4651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4652$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4653if ${ac_cv_prog_CC+:} false; then :
b879806f 4654 $as_echo_n "(cached) " >&6
397841b5 4655else
b879806f
AM
4656 if test -n "$CC"; then
4657 ac_cv_prog_CC="$CC" # Let the user override the test.
4658else
4659 ac_prog_rejected=no
4660as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4661for as_dir in $PATH
397841b5 4662do
b879806f
AM
4663 IFS=$as_save_IFS
4664 test -z "$as_dir" && as_dir=.
4665 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f
AM
4667 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4668 ac_prog_rejected=yes
4669 continue
4670 fi
4671 ac_cv_prog_CC="cc"
4672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4673 break 2
4674 fi
4675done
4676 done
4677IFS=$as_save_IFS
d7040cdb 4678
b879806f
AM
4679if test $ac_prog_rejected = yes; then
4680 # We found a bogon in the path, so make sure we never use it.
4681 set dummy $ac_cv_prog_CC
4682 shift
4683 if test $# != 0; then
4684 # We chose a different compiler from the bogus one.
4685 # However, it has the same basename, so the bogon will be chosen
4686 # first if we set CC to just the basename; use the full file name.
4687 shift
4688 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4689 fi
397841b5 4690fi
397841b5 4691fi
b879806f
AM
4692fi
4693CC=$ac_cv_prog_CC
4694if test -n "$CC"; then
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4696$as_echo "$CC" >&6; }
397841b5 4697else
b879806f
AM
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4699$as_echo "no" >&6; }
ce2cded5 4700fi
d7040cdb 4701
397841b5 4702
b879806f
AM
4703fi
4704if test -z "$CC"; then
4705 if test -n "$ac_tool_prefix"; then
4706 for ac_prog in cl.exe
4707 do
4708 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4709set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4711$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4712if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4713 $as_echo_n "(cached) " >&6
d7040cdb 4714else
b879806f
AM
4715 if test -n "$CC"; then
4716 ac_cv_prog_CC="$CC" # Let the user override the test.
4717else
4718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719for as_dir in $PATH
d7040cdb
SE
4720do
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
81ecdfbb 4723 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f
AM
4725 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4728 fi
4729done
397841b5
AM
4730 done
4731IFS=$as_save_IFS
d7040cdb 4732
252b5132 4733fi
b879806f
AM
4734fi
4735CC=$ac_cv_prog_CC
4736if test -n "$CC"; then
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4738$as_echo "$CC" >&6; }
4739else
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4741$as_echo "no" >&6; }
4742fi
397841b5
AM
4743
4744
b879806f
AM
4745 test -n "$CC" && break
4746 done
4747fi
4748if test -z "$CC"; then
4749 ac_ct_CC=$CC
4750 for ac_prog in cl.exe
4751do
4752 # Extract the first word of "$ac_prog", so it can be a program name with args.
4753set dummy $ac_prog; ac_word=$2
4754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4755$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4756if ${ac_cv_prog_ac_ct_CC+:} false; then :
397841b5
AM
4757 $as_echo_n "(cached) " >&6
4758else
b879806f
AM
4759 if test -n "$ac_ct_CC"; then
4760 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4761else
4762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4763for as_dir in $PATH
397841b5
AM
4764do
4765 IFS=$as_save_IFS
4766 test -z "$as_dir" && as_dir=.
397841b5 4767 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f
AM
4769 ac_cv_prog_ac_ct_CC="$ac_prog"
4770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4771 break 2
4772 fi
4773done
397841b5
AM
4774 done
4775IFS=$as_save_IFS
397841b5 4776
397841b5 4777fi
397841b5 4778fi
b879806f
AM
4779ac_ct_CC=$ac_cv_prog_ac_ct_CC
4780if test -n "$ac_ct_CC"; then
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4782$as_echo "$ac_ct_CC" >&6; }
4783else
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4785$as_echo "no" >&6; }
397841b5
AM
4786fi
4787
397841b5 4788
b879806f
AM
4789 test -n "$ac_ct_CC" && break
4790done
397841b5 4791
b879806f
AM
4792 if test "x$ac_ct_CC" = x; then
4793 CC=""
4794 else
4795 case $cross_compiling:$ac_tool_warned in
4796yes:)
4797{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4798$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4799ac_tool_warned=yes ;;
397841b5 4800esac
b879806f
AM
4801 CC=$ac_ct_CC
4802 fi
397841b5
AM
4803fi
4804
397841b5
AM
4805fi
4806
4807
b879806f
AM
4808test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4809$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4810as_fn_error $? "no acceptable C compiler found in \$PATH
4811See \`config.log' for more details" "$LINENO" 5; }
397841b5 4812
b879806f
AM
4813# Provide some information about the compiler.
4814$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4815set X $ac_compile
4816ac_compiler=$2
4817for ac_option in --version -v -V -qversion; do
4818 { { ac_try="$ac_compiler $ac_option >&5"
4819case "(($ac_try" in
4820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4821 *) ac_try_echo=$ac_try;;
4822esac
4823eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4824$as_echo "$ac_try_echo"; } >&5
4825 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4826 ac_status=$?
4827 if test -s conftest.err; then
4828 sed '10a\
4829... rest of stderr output deleted ...
4830 10q' conftest.err >conftest.er1
4831 cat conftest.er1 >&5
b879806f 4832 fi
d0ac1c44 4833 rm -f conftest.er1 conftest.err
b879806f
AM
4834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4835 test $ac_status = 0; }
4836done
397841b5 4837
b879806f
AM
4838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4839$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4840if ${ac_cv_c_compiler_gnu+:} false; then :
44350750
NC
4841 $as_echo_n "(cached) " >&6
4842else
4843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4844/* end confdefs.h. */
b879806f 4845
44350750
NC
4846int
4847main ()
4848{
b879806f
AM
4849#ifndef __GNUC__
4850 choke me
4851#endif
4852
4853 ;
44350750
NC
4854 return 0;
4855}
4856_ACEOF
b879806f
AM
4857if ac_fn_c_try_compile "$LINENO"; then :
4858 ac_compiler_gnu=yes
44350750 4859else
b879806f 4860 ac_compiler_gnu=no
44350750 4861fi
b879806f
AM
4862rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4863ac_cv_c_compiler_gnu=$ac_compiler_gnu
4864
44350750 4865fi
b879806f
AM
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4867$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4868if test $ac_compiler_gnu = yes; then
4869 GCC=yes
4870else
4871 GCC=
4872fi
4873ac_test_CFLAGS=${CFLAGS+set}
4874ac_save_CFLAGS=$CFLAGS
4875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4876$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4877if ${ac_cv_prog_cc_g+:} false; then :
b879806f
AM
4878 $as_echo_n "(cached) " >&6
4879else
4880 ac_save_c_werror_flag=$ac_c_werror_flag
4881 ac_c_werror_flag=yes
4882 ac_cv_prog_cc_g=no
4883 CFLAGS="-g"
4884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4885/* end confdefs.h. */
44350750 4886
b879806f
AM
4887int
4888main ()
4889{
44350750 4890
b879806f
AM
4891 ;
4892 return 0;
4893}
4894_ACEOF
4895if ac_fn_c_try_compile "$LINENO"; then :
4896 ac_cv_prog_cc_g=yes
4897else
4898 CFLAGS=""
4899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4900/* end confdefs.h. */
4901
4902int
4903main ()
4904{
44350750 4905
b879806f
AM
4906 ;
4907 return 0;
4908}
4909_ACEOF
4910if ac_fn_c_try_compile "$LINENO"; then :
44350750 4911
b879806f
AM
4912else
4913 ac_c_werror_flag=$ac_save_c_werror_flag
4914 CFLAGS="-g"
4915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4916/* end confdefs.h. */
397841b5 4917
b879806f
AM
4918int
4919main ()
4920{
397841b5 4921
b879806f
AM
4922 ;
4923 return 0;
4924}
4925_ACEOF
4926if ac_fn_c_try_compile "$LINENO"; then :
4927 ac_cv_prog_cc_g=yes
4928fi
4929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4930fi
4931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4932fi
4933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4934 ac_c_werror_flag=$ac_save_c_werror_flag
4935fi
4936{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4937$as_echo "$ac_cv_prog_cc_g" >&6; }
4938if test "$ac_test_CFLAGS" = set; then
4939 CFLAGS=$ac_save_CFLAGS
4940elif test $ac_cv_prog_cc_g = yes; then
4941 if test "$GCC" = yes; then
4942 CFLAGS="-g -O2"
4943 else
4944 CFLAGS="-g"
4945 fi
4946else
4947 if test "$GCC" = yes; then
4948 CFLAGS="-O2"
4949 else
4950 CFLAGS=
4951 fi
4952fi
4953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4954$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4955if ${ac_cv_prog_cc_c89+:} false; then :
b879806f
AM
4956 $as_echo_n "(cached) " >&6
4957else
4958 ac_cv_prog_cc_c89=no
4959ac_save_CC=$CC
4960cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4961/* end confdefs.h. */
4962#include <stdarg.h>
4963#include <stdio.h>
d0ac1c44 4964struct stat;
b879806f
AM
4965/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4966struct buf { int x; };
4967FILE * (*rcsopen) (struct buf *, struct stat *, int);
4968static char *e (p, i)
4969 char **p;
4970 int i;
4971{
4972 return p[i];
4973}
4974static char *f (char * (*g) (char **, int), char **p, ...)
4975{
4976 char *s;
4977 va_list v;
4978 va_start (v,p);
4979 s = g (p, va_arg (v,int));
4980 va_end (v);
4981 return s;
4982}
df7b86aa 4983
b879806f
AM
4984/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4985 function prototypes and stuff, but not '\xHH' hex character constants.
4986 These don't provoke an error unfortunately, instead are silently treated
4987 as 'x'. The following induces an error, until -std is added to get
4988 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4989 array size at least. It's necessary to write '\x00'==0 to get something
4990 that's true only with -std. */
4991int osf4_cc_array ['\x00' == 0 ? 1 : -1];
df7b86aa 4992
b879806f
AM
4993/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4994 inside strings and character constants. */
4995#define FOO(x) 'x'
4996int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4997
4998int test (int i, double x);
4999struct s1 {int (*f) (int a);};
5000struct s2 {int (*f) (double a);};
5001int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5002int argc;
5003char **argv;
5004int
5005main ()
5006{
5007return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5008 ;
5009 return 0;
5010}
5011_ACEOF
5012for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5013 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5014do
5015 CC="$ac_save_CC $ac_arg"
5016 if ac_fn_c_try_compile "$LINENO"; then :
5017 ac_cv_prog_cc_c89=$ac_arg
397841b5 5018fi
b879806f
AM
5019rm -f core conftest.err conftest.$ac_objext
5020 test "x$ac_cv_prog_cc_c89" != "xno" && break
5021done
5022rm -f conftest.$ac_ext
5023CC=$ac_save_CC
5024
397841b5 5025fi
b879806f
AM
5026# AC_CACHE_VAL
5027case "x$ac_cv_prog_cc_c89" in
5028 x)
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5030$as_echo "none needed" >&6; } ;;
5031 xno)
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5033$as_echo "unsupported" >&6; } ;;
5034 *)
5035 CC="$CC $ac_cv_prog_cc_c89"
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5037$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5038esac
5039if test "x$ac_cv_prog_cc_c89" != xno; then :
397841b5 5040
b879806f 5041fi
397841b5
AM
5042
5043ac_ext=c
5044ac_cpp='$CPP $CPPFLAGS'
5045ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5046ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5047ac_compiler_gnu=$ac_cv_c_compiler_gnu
b879806f 5048
d0ac1c44
SM
5049ac_ext=c
5050ac_cpp='$CPP $CPPFLAGS'
5051ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5052ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5053ac_compiler_gnu=$ac_cv_c_compiler_gnu
5054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5055$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5056if ${am_cv_prog_cc_c_o+:} false; then :
5057 $as_echo_n "(cached) " >&6
5058else
5059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5060/* end confdefs.h. */
5061
5062int
5063main ()
5064{
5065
5066 ;
5067 return 0;
5068}
5069_ACEOF
5070 # Make sure it works both with $CC and with simple cc.
5071 # Following AC_PROG_CC_C_O, we do the test twice because some
5072 # compilers refuse to overwrite an existing .o file with -o,
5073 # though they will create one.
5074 am_cv_prog_cc_c_o=yes
5075 for am_i in 1 2; do
5076 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5077 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5078 ac_status=$?
5079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5080 (exit $ac_status); } \
5081 && test -f conftest2.$ac_objext; then
5082 : OK
5083 else
5084 am_cv_prog_cc_c_o=no
5085 break
5086 fi
5087 done
5088 rm -f core conftest*
5089 unset am_i
5090fi
5091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5092$as_echo "$am_cv_prog_cc_c_o" >&6; }
5093if test "$am_cv_prog_cc_c_o" != yes; then
5094 # Losing compiler, so override with the script.
5095 # FIXME: It is wrong to rewrite CC.
5096 # But if we don't then we get into trouble of one sort or another.
5097 # A longer-term fix would be to have automake use am__CC in this case,
5098 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5099 CC="$am_aux_dir/compile $CC"
5100fi
5101ac_ext=c
5102ac_cpp='$CPP $CPPFLAGS'
5103ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5104ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5105ac_compiler_gnu=$ac_cv_c_compiler_gnu
5106
5107
b879806f
AM
5108ac_ext=cpp
5109ac_cpp='$CXXCPP $CPPFLAGS'
5110ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5111ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5112ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5113if test -z "$CXX"; then
5114 if test -n "$CCC"; then
5115 CXX=$CCC
5116 else
5117 if test -n "$ac_tool_prefix"; then
5118 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5119 do
5120 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5121set dummy $ac_tool_prefix$ac_prog; ac_word=$2
397841b5
AM
5122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5123$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5124if ${ac_cv_prog_CXX+:} false; then :
397841b5
AM
5125 $as_echo_n "(cached) " >&6
5126else
b879806f
AM
5127 if test -n "$CXX"; then
5128 ac_cv_prog_CXX="$CXX" # Let the user override the test.
397841b5
AM
5129else
5130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131for as_dir in $PATH
5132do
5133 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=.
5135 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f 5137 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
397841b5
AM
5138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5139 break 2
5140 fi
5141done
5142 done
5143IFS=$as_save_IFS
5144
5145fi
5146fi
b879806f
AM
5147CXX=$ac_cv_prog_CXX
5148if test -n "$CXX"; then
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5150$as_echo "$CXX" >&6; }
397841b5
AM
5151else
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5153$as_echo "no" >&6; }
5154fi
5155
5156
b879806f
AM
5157 test -n "$CXX" && break
5158 done
397841b5 5159fi
b879806f
AM
5160if test -z "$CXX"; then
5161 ac_ct_CXX=$CXX
5162 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5163do
5164 # Extract the first word of "$ac_prog", so it can be a program name with args.
5165set dummy $ac_prog; ac_word=$2
397841b5
AM
5166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5167$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5168if ${ac_cv_prog_ac_ct_CXX+:} false; then :
81ecdfbb 5169 $as_echo_n "(cached) " >&6
252b5132 5170else
b879806f
AM
5171 if test -n "$ac_ct_CXX"; then
5172 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
252b5132 5173else
ce2cded5
L
5174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175for as_dir in $PATH
5176do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
81ecdfbb 5179 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5180 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b879806f 5181 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 5182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5183 break 2
5184 fi
5185done
81ecdfbb
RW
5186 done
5187IFS=$as_save_IFS
5188
252b5132
RH
5189fi
5190fi
b879806f
AM
5191ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5192if test -n "$ac_ct_CXX"; then
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5194$as_echo "$ac_ct_CXX" >&6; }
d7040cdb 5195else
81ecdfbb
RW
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5197$as_echo "no" >&6; }
d7040cdb
SE
5198fi
5199
81ecdfbb 5200
b879806f 5201 test -n "$ac_ct_CXX" && break
d7040cdb 5202done
d7040cdb 5203
b879806f
AM
5204 if test "x$ac_ct_CXX" = x; then
5205 CXX="g++"
81ecdfbb
RW
5206 else
5207 case $cross_compiling:$ac_tool_warned in
5208yes:)
5209{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5210$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5211ac_tool_warned=yes ;;
5212esac
b879806f 5213 CXX=$ac_ct_CXX
81ecdfbb 5214 fi
d7040cdb
SE
5215fi
5216
b879806f 5217 fi
d7040cdb 5218fi
ce2cded5 5219# Provide some information about the compiler.
b879806f 5220$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
81ecdfbb
RW
5221set X $ac_compile
5222ac_compiler=$2
5223for ac_option in --version -v -V -qversion; do
5224 { { ac_try="$ac_compiler $ac_option >&5"
5225case "(($ac_try" in
5226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5227 *) ac_try_echo=$ac_try;;
5228esac
5229eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5230$as_echo "$ac_try_echo"; } >&5
5231 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 5232 ac_status=$?
81ecdfbb
RW
5233 if test -s conftest.err; then
5234 sed '10a\
5235... rest of stderr output deleted ...
5236 10q' conftest.err >conftest.er1
5237 cat conftest.er1 >&5
81ecdfbb 5238 fi
d0ac1c44 5239 rm -f conftest.er1 conftest.err
81ecdfbb
RW
5240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5241 test $ac_status = 0; }
5242done
d7040cdb 5243
b879806f
AM
5244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5245$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
d0ac1c44 5246if ${ac_cv_cxx_compiler_gnu+:} false; then :
81ecdfbb 5247 $as_echo_n "(cached) " >&6
d7040cdb 5248else
81ecdfbb 5249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 5250/* end confdefs.h. */
d7040cdb 5251
ce2cded5
L
5252int
5253main ()
5254{
5255#ifndef __GNUC__
5256 choke me
5257#endif
5258
5259 ;
5260 return 0;
5261}
5262_ACEOF
b879806f 5263if ac_fn_cxx_try_compile "$LINENO"; then :
ce2cded5 5264 ac_compiler_gnu=yes
d7040cdb 5265else
81ecdfbb 5266 ac_compiler_gnu=no
d7040cdb 5267fi
81ecdfbb 5268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b879806f 5269ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
d7040cdb 5270
ce2cded5 5271fi
b879806f
AM
5272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5273$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
81ecdfbb 5274if test $ac_compiler_gnu = yes; then
b879806f 5275 GXX=yes
81ecdfbb 5276else
b879806f 5277 GXX=
81ecdfbb 5278fi
b879806f
AM
5279ac_test_CXXFLAGS=${CXXFLAGS+set}
5280ac_save_CXXFLAGS=$CXXFLAGS
5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5282$as_echo_n "checking whether $CXX accepts -g... " >&6; }
d0ac1c44 5283if ${ac_cv_prog_cxx_g+:} false; then :
81ecdfbb
RW
5284 $as_echo_n "(cached) " >&6
5285else
b879806f
AM
5286 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5287 ac_cxx_werror_flag=yes
5288 ac_cv_prog_cxx_g=no
5289 CXXFLAGS="-g"
81ecdfbb 5290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 5291/* end confdefs.h. */
d7040cdb 5292
ce2cded5
L
5293int
5294main ()
5295{
d7040cdb 5296
ce2cded5
L
5297 ;
5298 return 0;
5299}
5300_ACEOF
b879806f
AM
5301if ac_fn_cxx_try_compile "$LINENO"; then :
5302 ac_cv_prog_cxx_g=yes
ce2cded5 5303else
b879806f 5304 CXXFLAGS=""
81ecdfbb
RW
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306/* end confdefs.h. */
5307
5308int
5309main ()
5310{
5311
5312 ;
5313 return 0;
5314}
5315_ACEOF
b879806f 5316if ac_fn_cxx_try_compile "$LINENO"; then :
81ecdfbb
RW
5317
5318else
b879806f
AM
5319 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5320 CXXFLAGS="-g"
81ecdfbb
RW
5321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5322/* end confdefs.h. */
5323
5324int
5325main ()
5326{
d7040cdb 5327
81ecdfbb
RW
5328 ;
5329 return 0;
5330}
5331_ACEOF
b879806f
AM
5332if ac_fn_cxx_try_compile "$LINENO"; then :
5333 ac_cv_prog_cxx_g=yes
81ecdfbb
RW
5334fi
5335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5336fi
5337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5338fi
81ecdfbb 5339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b879806f 5340 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
ce2cded5 5341fi
b879806f
AM
5342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5343$as_echo "$ac_cv_prog_cxx_g" >&6; }
5344if test "$ac_test_CXXFLAGS" = set; then
5345 CXXFLAGS=$ac_save_CXXFLAGS
5346elif test $ac_cv_prog_cxx_g = yes; then
5347 if test "$GXX" = yes; then
5348 CXXFLAGS="-g -O2"
ce2cded5 5349 else
b879806f 5350 CXXFLAGS="-g"
ce2cded5 5351 fi
d7040cdb 5352else
b879806f
AM
5353 if test "$GXX" = yes; then
5354 CXXFLAGS="-O2"
ce2cded5 5355 else
b879806f 5356 CXXFLAGS=
ce2cded5 5357 fi
d7040cdb 5358fi
b879806f
AM
5359ac_ext=c
5360ac_cpp='$CPP $CPPFLAGS'
5361ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5362ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5363ac_compiler_gnu=$ac_cv_c_compiler_gnu
5364
5365depcc="$CXX" am_compiler_list=
5366
5367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5368$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 5369if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
81ecdfbb 5370 $as_echo_n "(cached) " >&6
d7040cdb 5371else
b879806f
AM
5372 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5373 # We make a subdir and do the tests there. Otherwise we can end up
5374 # making bogus files that we don't know about and never remove. For
5375 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
5376 # making a dummy file named 'D' -- because '-MD' means "put the output
5377 # in D".
6eb7d830 5378 rm -rf conftest.dir
b879806f
AM
5379 mkdir conftest.dir
5380 # Copy depcomp to subdir because otherwise we won't find it if we're
5381 # using a relative directory.
5382 cp "$am_depcomp" conftest.dir
5383 cd conftest.dir
5384 # We will build objects and dependencies in a subdirectory because
5385 # it helps to detect inapplicable dependency modes. For instance
5386 # both Tru64's cc and ICC support -MD to output dependencies as a
5387 # side effect of compilation, but ICC will put the dependencies in
5388 # the current directory while Tru64 will put them in the object
5389 # directory.
5390 mkdir sub
d7040cdb 5391
b879806f
AM
5392 am_cv_CXX_dependencies_compiler_type=none
5393 if test "$am_compiler_list" = ""; then
5394 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5395 fi
5396 am__universal=false
5397 case " $depcc " in #(
5398 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5399 esac
d7040cdb 5400
b879806f
AM
5401 for depmode in $am_compiler_list; do
5402 # Setup a source with many dependencies, because some compilers
5403 # like to wrap large dependency lists on column 80 (with \), and
5404 # we should not choose a depcomp mode which is confused by this.
5405 #
5406 # We need to recreate these files for each test, as the compiler may
5407 # overwrite some of them when testing with obscure command lines.
5408 # This happens at least with the AIX C compiler.
5409 : > sub/conftest.c
5410 for i in 1 2 3 4 5 6; do
5411 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
5412 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5413 # Solaris 10 /bin/sh.
5414 echo '/* dummy */' > sub/conftst$i.h
b879806f
AM
5415 done
5416 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
81ecdfbb 5417
d0ac1c44 5418 # We check with '-c' and '-o' for the sake of the "dashmstdout"
b879806f 5419 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
5420 # handle '-M -o', and we need to detect this. Also, some Intel
5421 # versions had trouble with output in subdirs.
b879806f
AM
5422 am__obj=sub/conftest.${OBJEXT-o}
5423 am__minus_obj="-o $am__obj"
5424 case $depmode in
5425 gcc)
5426 # This depmode causes a compiler race in universal mode.
5427 test "$am__universal" = false || continue
5428 ;;
5429 nosideeffect)
d0ac1c44
SM
5430 # After this tag, mechanisms are not by side-effect, so they'll
5431 # only be used when explicitly requested.
b879806f
AM
5432 if test "x$enable_dependency_tracking" = xyes; then
5433 continue
5434 else
5435 break
5436 fi
5437 ;;
6eb7d830 5438 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 5439 # This compiler won't grok '-c -o', but also, the minuso test has
b879806f
AM
5440 # not run yet. These depmodes are late enough in the game, and
5441 # so weak that their functioning should not be impacted.
5442 am__obj=conftest.${OBJEXT-o}
5443 am__minus_obj=
5444 ;;
5445 none) break ;;
5446 esac
5447 if depmode=$depmode \
5448 source=sub/conftest.c object=$am__obj \
5449 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5450 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5451 >/dev/null 2>conftest.err &&
5452 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5453 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5454 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5455 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5456 # icc doesn't choke on unknown options, it will just issue warnings
5457 # or remarks (even with -Werror). So we grep stderr for any message
5458 # that says an option was ignored or not supported.
5459 # When given -MP, icc 7.0 and 7.1 complain thusly:
5460 # icc: Command line warning: ignoring option '-M'; no argument required
5461 # The diagnosis changed in icc 8.0:
5462 # icc: Command line remark: option '-MP' not supported
5463 if (grep 'ignoring option' conftest.err ||
5464 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5465 am_cv_CXX_dependencies_compiler_type=$depmode
5466 break
5467 fi
5468 fi
5469 done
5470
5471 cd ..
5472 rm -rf conftest.dir
5473else
5474 am_cv_CXX_dependencies_compiler_type=none
ce2cded5 5475fi
d7040cdb 5476
ce2cded5 5477fi
b879806f
AM
5478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5479$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5480CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
d7040cdb 5481
b879806f
AM
5482 if
5483 test "x$enable_dependency_tracking" != xno \
5484 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5485 am__fastdepCXX_TRUE=
5486 am__fastdepCXX_FALSE='#'
5487else
5488 am__fastdepCXX_TRUE='#'
5489 am__fastdepCXX_FALSE=
ce2cded5 5490fi
d7040cdb 5491
b879806f 5492
68880f31
CLT
5493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5494$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5495if ${ac_cv_path_GREP+:} false; then :
68880f31
CLT
5496 $as_echo_n "(cached) " >&6
5497else
5498 if test -z "$GREP"; then
5499 ac_path_GREP_found=false
5500 # Loop through the user's path and test for each of PROGNAME-LIST
5501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5502for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5503do
5504 IFS=$as_save_IFS
5505 test -z "$as_dir" && as_dir=.
5506 for ac_prog in grep ggrep; do
5507 for ac_exec_ext in '' $ac_executable_extensions; do
5508 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5509 as_fn_executable_p "$ac_path_GREP" || continue
68880f31
CLT
5510# Check for GNU ac_path_GREP and select it if it is found.
5511 # Check for GNU $ac_path_GREP
5512case `"$ac_path_GREP" --version 2>&1` in
5513*GNU*)
5514 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5515*)
5516 ac_count=0
5517 $as_echo_n 0123456789 >"conftest.in"
5518 while :
5519 do
5520 cat "conftest.in" "conftest.in" >"conftest.tmp"
5521 mv "conftest.tmp" "conftest.in"
5522 cp "conftest.in" "conftest.nl"
5523 $as_echo 'GREP' >> "conftest.nl"
5524 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5525 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5526 as_fn_arith $ac_count + 1 && ac_count=$as_val
5527 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5528 # Best one so far, save it but keep looking for a better one
5529 ac_cv_path_GREP="$ac_path_GREP"
5530 ac_path_GREP_max=$ac_count
5531 fi
5532 # 10*(2^10) chars as input seems more than enough
5533 test $ac_count -gt 10 && break
5534 done
5535 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5536esac
5537
5538 $ac_path_GREP_found && break 3
5539 done
5540 done
5541 done
5542IFS=$as_save_IFS
5543 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5544 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
68880f31
CLT
5545 fi
5546else
5547 ac_cv_path_GREP=$GREP
5548fi
5549
5550fi
5551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5552$as_echo "$ac_cv_path_GREP" >&6; }
5553 GREP="$ac_cv_path_GREP"
5554
5555
ce2cded5
L
5556ac_ext=c
5557ac_cpp='$CPP $CPPFLAGS'
5558ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5559ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5560ac_compiler_gnu=$ac_cv_c_compiler_gnu
b879806f
AM
5561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5562$as_echo_n "checking how to run the C preprocessor... " >&6; }
5563# On Suns, sometimes $CPP names a directory.
5564if test -n "$CPP" && test -d "$CPP"; then
5565 CPP=
7357c5b6 5566fi
b879806f 5567if test -z "$CPP"; then
d0ac1c44 5568 if ${ac_cv_prog_CPP+:} false; then :
3cb62297
L
5569 $as_echo_n "(cached) " >&6
5570else
b879806f
AM
5571 # Double quotes because CPP needs to be expanded
5572 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5573 do
5574 ac_preproc_ok=false
5575for ac_c_preproc_warn_flag in '' yes
3cb62297 5576do
b879806f
AM
5577 # Use a header file that comes with gcc, so configuring glibc
5578 # with a fresh cross-compiler works.
5579 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5580 # <limits.h> exists even on freestanding compilers.
5581 # On the NeXT, cc -E runs the code through the compiler's parser,
5582 # not just through cpp. "Syntax error" is here to catch this case.
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584/* end confdefs.h. */
5585#ifdef __STDC__
5586# include <limits.h>
5587#else
5588# include <assert.h>
5589#endif
5590 Syntax error
5591_ACEOF
5592if ac_fn_c_try_cpp "$LINENO"; then :
252b5132 5593
3cb62297 5594else
b879806f
AM
5595 # Broken: fails on valid input.
5596continue
7357c5b6 5597fi
d0ac1c44 5598rm -f conftest.err conftest.i conftest.$ac_ext
252b5132 5599
b879806f
AM
5600 # OK, works on sane cases. Now check whether nonexistent headers
5601 # can be detected and how.
5602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5603/* end confdefs.h. */
5604#include <ac_nonexistent.h>
5605_ACEOF
5606if ac_fn_c_try_cpp "$LINENO"; then :
5607 # Broken: success on invalid input.
5608continue
5609else
5610 # Passes both tests.
5611ac_preproc_ok=:
5612break
5613fi
d0ac1c44 5614rm -f conftest.err conftest.i conftest.$ac_ext
42ecbf5e 5615
3cb62297 5616done
b879806f 5617# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5618rm -f conftest.i conftest.err conftest.$ac_ext
b879806f
AM
5619if $ac_preproc_ok; then :
5620 break
7357c5b6 5621fi
ac48eca1 5622
b879806f
AM
5623 done
5624 ac_cv_prog_CPP=$CPP
d7040cdb 5625
b879806f
AM
5626fi
5627 CPP=$ac_cv_prog_CPP
7357c5b6 5628else
b879806f
AM
5629 ac_cv_prog_CPP=$CPP
5630fi
5631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5632$as_echo "$CPP" >&6; }
5633ac_preproc_ok=false
5634for ac_c_preproc_warn_flag in '' yes
5635do
5636 # Use a header file that comes with gcc, so configuring glibc
5637 # with a fresh cross-compiler works.
5638 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5639 # <limits.h> exists even on freestanding compilers.
5640 # On the NeXT, cc -E runs the code through the compiler's parser,
5641 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5643/* end confdefs.h. */
b879806f
AM
5644#ifdef __STDC__
5645# include <limits.h>
5646#else
5647# include <assert.h>
3cb62297 5648#endif
b879806f 5649 Syntax error
7357c5b6 5650_ACEOF
b879806f
AM
5651if ac_fn_c_try_cpp "$LINENO"; then :
5652
81ecdfbb 5653else
b879806f
AM
5654 # Broken: fails on valid input.
5655continue
7357c5b6 5656fi
d0ac1c44 5657rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb 5658
b879806f
AM
5659 # OK, works on sane cases. Now check whether nonexistent headers
5660 # can be detected and how.
5661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5662/* end confdefs.h. */
5663#include <ac_nonexistent.h>
5664_ACEOF
5665if ac_fn_c_try_cpp "$LINENO"; then :
5666 # Broken: success on invalid input.
5667continue
3cb62297 5668else
b879806f
AM
5669 # Passes both tests.
5670ac_preproc_ok=:
5671break
7357c5b6 5672fi
d0ac1c44 5673rm -f conftest.err conftest.i conftest.$ac_ext
252b5132 5674
b879806f
AM
5675done
5676# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5677rm -f conftest.i conftest.err conftest.$ac_ext
b879806f 5678if $ac_preproc_ok; then :
252b5132 5679
3cb62297 5680else
b879806f
AM
5681 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5682$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5683as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5684See \`config.log' for more details" "$LINENO" 5; }
b879806f 5685fi
42ecbf5e 5686
b879806f
AM
5687ac_ext=c
5688ac_cpp='$CPP $CPPFLAGS'
5689ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5690ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5691ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e
DJ
5692
5693
b879806f
AM
5694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5695$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5696if ${ac_cv_path_EGREP+:} false; then :
b879806f
AM
5697 $as_echo_n "(cached) " >&6
5698else
5699 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5700 then ac_cv_path_EGREP="$GREP -E"
5701 else
5702 if test -z "$EGREP"; then
5703 ac_path_EGREP_found=false
5704 # Loop through the user's path and test for each of PROGNAME-LIST
5705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5706for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5707do
5708 IFS=$as_save_IFS
5709 test -z "$as_dir" && as_dir=.
5710 for ac_prog in egrep; do
5711 for ac_exec_ext in '' $ac_executable_extensions; do
5712 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5713 as_fn_executable_p "$ac_path_EGREP" || continue
b879806f
AM
5714# Check for GNU ac_path_EGREP and select it if it is found.
5715 # Check for GNU $ac_path_EGREP
5716case `"$ac_path_EGREP" --version 2>&1` in
5717*GNU*)
5718 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5719*)
5720 ac_count=0
5721 $as_echo_n 0123456789 >"conftest.in"
5722 while :
5723 do
5724 cat "conftest.in" "conftest.in" >"conftest.tmp"
5725 mv "conftest.tmp" "conftest.in"
5726 cp "conftest.in" "conftest.nl"
5727 $as_echo 'EGREP' >> "conftest.nl"
5728 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5729 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5730 as_fn_arith $ac_count + 1 && ac_count=$as_val
5731 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5732 # Best one so far, save it but keep looking for a better one
5733 ac_cv_path_EGREP="$ac_path_EGREP"
5734 ac_path_EGREP_max=$ac_count
5735 fi
5736 # 10*(2^10) chars as input seems more than enough
5737 test $ac_count -gt 10 && break
5738 done
5739 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5740esac
5741
5742 $ac_path_EGREP_found && break 3
5743 done
5744 done
5745 done
5746IFS=$as_save_IFS
5747 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5748 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
b879806f
AM
5749 fi
5750else
5751 ac_cv_path_EGREP=$EGREP
5752fi
5753
5754 fi
5755fi
5756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5757$as_echo "$ac_cv_path_EGREP" >&6; }
5758 EGREP="$ac_cv_path_EGREP"
5759
5760
5761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5762$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5763if ${ac_cv_header_stdc+:} false; then :
b879806f
AM
5764 $as_echo_n "(cached) " >&6
5765else
5766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3cb62297 5767/* end confdefs.h. */
b879806f
AM
5768#include <stdlib.h>
5769#include <stdarg.h>
5770#include <string.h>
5771#include <float.h>
42ecbf5e 5772
3cb62297
L
5773int
5774main ()
5775{
42ecbf5e 5776
3cb62297
L
5777 ;
5778 return 0;
5779}
5780_ACEOF
b879806f
AM
5781if ac_fn_c_try_compile "$LINENO"; then :
5782 ac_cv_header_stdc=yes
5783else
5784 ac_cv_header_stdc=no
3cb62297
L
5785fi
5786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b879806f
AM
5787
5788if test $ac_cv_header_stdc = yes; then
5789 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5791/* end confdefs.h. */
5792#include <string.h>
5793
5794_ACEOF
5795if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5796 $EGREP "memchr" >/dev/null 2>&1; then :
5797
5798else
5799 ac_cv_header_stdc=no
3cb62297 5800fi
b879806f
AM
5801rm -f conftest*
5802
3cb62297 5803fi
b879806f
AM
5804
5805if test $ac_cv_header_stdc = yes; then
5806 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5808/* end confdefs.h. */
5809#include <stdlib.h>
5810
5811_ACEOF
5812if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5813 $EGREP "free" >/dev/null 2>&1; then :
5814
ce2cded5 5815else
b879806f 5816 ac_cv_header_stdc=no
ce2cded5 5817fi
b879806f 5818rm -f conftest*
42ecbf5e 5819
b879806f 5820fi
e5a52504 5821
b879806f
AM
5822if test $ac_cv_header_stdc = yes; then
5823 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5824 if test "$cross_compiling" = yes; then :
5825 :
3cb62297 5826else
b879806f
AM
5827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5828/* end confdefs.h. */
5829#include <ctype.h>
5830#include <stdlib.h>
5831#if ((' ' & 0x0FF) == 0x020)
5832# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5833# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5834#else
5835# define ISLOWER(c) \
5836 (('a' <= (c) && (c) <= 'i') \
5837 || ('j' <= (c) && (c) <= 'r') \
5838 || ('s' <= (c) && (c) <= 'z'))
5839# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5840#endif
3cb62297
L
5841
5842#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5843int
5844main ()
5845{
5846 int i;
5847 for (i = 0; i < 256; i++)
5848 if (XOR (islower (i), ISLOWER (i))
5849 || toupper (i) != TOUPPER (i))
5850 return 2;
5851 return 0;
5852}
5853_ACEOF
5854if ac_fn_c_try_run "$LINENO"; then :
5855
5856else
5857 ac_cv_header_stdc=no
5858fi
5859rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5860 conftest.$ac_objext conftest.beam conftest.$ac_ext
5861fi
5862
5863fi
5864fi
5865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5866$as_echo "$ac_cv_header_stdc" >&6; }
5867if test $ac_cv_header_stdc = yes; then
5868
5869$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5870
5871fi
5872
5873# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5874for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5875 inttypes.h stdint.h unistd.h
5876do :
5877 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5878ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5879"
d0ac1c44 5880if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3cb62297
L
5881 cat >>confdefs.h <<_ACEOF
5882#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5883_ACEOF
5884
5885fi
5886
5887done
5888
5889
5890
5891 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5892if test "x$ac_cv_header_minix_config_h" = xyes; then :
3cb62297
L
5893 MINIX=yes
5894else
5895 MINIX=
5896fi
5897
5898
5899 if test "$MINIX" = yes; then
5900
5901$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5902
5903
5904$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5905
5906
5907$as_echo "#define _MINIX 1" >>confdefs.h
5908
5909 fi
5910
5911
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5913$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5914if ${ac_cv_safe_to_define___extensions__+:} false; then :
3cb62297
L
5915 $as_echo_n "(cached) " >&6
5916else
5917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5918/* end confdefs.h. */
5919
d0ac1c44
SM
5920# define __EXTENSIONS__ 1
5921 $ac_includes_default
3cb62297
L
5922int
5923main ()
5924{
5925
5926 ;
5927 return 0;
5928}
5929_ACEOF
5930if ac_fn_c_try_compile "$LINENO"; then :
5931 ac_cv_safe_to_define___extensions__=yes
5932else
5933 ac_cv_safe_to_define___extensions__=no
5934fi
5935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5936fi
5937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5938$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5939 test $ac_cv_safe_to_define___extensions__ = yes &&
5940 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5941
5942 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5943
5944 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5945
5946 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5947
5948 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5949
5950
5951
5952
5953
3cb62297 5954
b879806f
AM
5955case `pwd` in
5956 *\ * | *\ *)
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5958$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5959esac
3cb62297
L
5960
5961
da2f07f1 5962
b879806f
AM
5963macro_version='2.2.7a'
5964macro_revision='1.3134'
d7040cdb 5965
d7040cdb
SE
5966
5967
d7040cdb 5968
d7040cdb 5969
42ecbf5e 5970
d7040cdb 5971
252b5132 5972
252b5132 5973
252b5132 5974
252b5132
RH
5975
5976
ce2cded5 5977
b214d478 5978ltmain="$ac_aux_dir/ltmain.sh"
ce2cded5 5979
3725885a
RW
5980# Backslashify metacharacters that are still active within
5981# double-quoted strings.
5982sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5983
5984# Same as above, but do not quote variable references.
5985double_quote_subst='s/\(["`\\]\)/\\\1/g'
5986
5987# Sed substitution to delay expansion of an escaped shell variable in a
5988# double_quote_subst'ed string.
5989delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5990
5991# Sed substitution to delay expansion of an escaped single quote.
5992delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5993
5994# Sed substitution to avoid accidental globbing in evaled expressions
5995no_glob_subst='s/\*/\\\*/g'
5996
5997ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5998ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5999ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6000
6001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6002$as_echo_n "checking how to print strings... " >&6; }
6003# Test print first, because it will be a builtin if present.
6004if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6005 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6006 ECHO='print -r --'
6007elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6008 ECHO='printf %s\n'
6009else
6010 # Use this function as a fallback that always works.
6011 func_fallback_echo ()
6012 {
6013 eval 'cat <<_LTECHO_EOF
6014$1
6015_LTECHO_EOF'
6016 }
6017 ECHO='func_fallback_echo'
6018fi
6019
6020# func_echo_all arg...
6021# Invoke $ECHO with all args, space-separated.
6022func_echo_all ()
6023{
6024 $ECHO ""
6025}
6026
6027case "$ECHO" in
6028 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6029$as_echo "printf" >&6; } ;;
6030 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6031$as_echo "print -r" >&6; } ;;
6032 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6033$as_echo "cat" >&6; } ;;
6034esac
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
81ecdfbb
RW
6049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6050$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 6051if ${ac_cv_path_SED+:} false; then :
81ecdfbb
RW
6052 $as_echo_n "(cached) " >&6
6053else
6054 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6055 for ac_i in 1 2 3 4 5 6 7; do
6056 ac_script="$ac_script$as_nl$ac_script"
6057 done
6058 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6059 { ac_script=; unset ac_script;}
6060 if test -z "$SED"; then
6061 ac_path_SED_found=false
6062 # Loop through the user's path and test for each of PROGNAME-LIST
6063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
6064for as_dir in $PATH
6065do
6066 IFS=$as_save_IFS
6067 test -z "$as_dir" && as_dir=.
81ecdfbb 6068 for ac_prog in sed gsed; do
7357c5b6 6069 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 6070 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 6071 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
6072# Check for GNU ac_path_SED and select it if it is found.
6073 # Check for GNU $ac_path_SED
6074case `"$ac_path_SED" --version 2>&1` in
6075*GNU*)
6076 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6077*)
6078 ac_count=0
6079 $as_echo_n 0123456789 >"conftest.in"
6080 while :
6081 do
6082 cat "conftest.in" "conftest.in" >"conftest.tmp"
6083 mv "conftest.tmp" "conftest.in"
6084 cp "conftest.in" "conftest.nl"
6085 $as_echo '' >> "conftest.nl"
6086 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6087 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6088 as_fn_arith $ac_count + 1 && ac_count=$as_val
6089 if test $ac_count -gt ${ac_path_SED_max-0}; then
6090 # Best one so far, save it but keep looking for a better one
6091 ac_cv_path_SED="$ac_path_SED"
6092 ac_path_SED_max=$ac_count
6093 fi
6094 # 10*(2^10) chars as input seems more than enough
6095 test $ac_count -gt 10 && break
6096 done
6097 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6098esac
6099
6100 $ac_path_SED_found && break 3
7357c5b6
AM
6101 done
6102 done
81ecdfbb 6103 done
7357c5b6 6104IFS=$as_save_IFS
81ecdfbb 6105 if test -z "$ac_cv_path_SED"; then
d0ac1c44 6106 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
ce2cded5 6107 fi
81ecdfbb
RW
6108else
6109 ac_cv_path_SED=$SED
7357c5b6 6110fi
20e95c23 6111
81ecdfbb
RW
6112fi
6113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6114$as_echo "$ac_cv_path_SED" >&6; }
6115 SED="$ac_cv_path_SED"
6116 rm -f conftest.sed
20e95c23 6117
7357c5b6
AM
6118test -z "$SED" && SED=sed
6119Xsed="$SED -e 1s/^X//"
20e95c23
DJ
6120
6121
6122
6123
6124
6125
20e95c23 6126
20e95c23 6127
d7040cdb 6128
d7040cdb 6129
7357c5b6 6130
81ecdfbb
RW
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6132$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 6133if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 6134 $as_echo_n "(cached) " >&6
7357c5b6 6135else
81ecdfbb
RW
6136 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6137 then ac_cv_path_FGREP="$GREP -F"
6138 else
6139 if test -z "$FGREP"; then
6140 ac_path_FGREP_found=false
6141 # Loop through the user's path and test for each of PROGNAME-LIST
6142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6143for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6144do
6145 IFS=$as_save_IFS
6146 test -z "$as_dir" && as_dir=.
6147 for ac_prog in fgrep; do
6148 for ac_exec_ext in '' $ac_executable_extensions; do
6149 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 6150 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
6151# Check for GNU ac_path_FGREP and select it if it is found.
6152 # Check for GNU $ac_path_FGREP
6153case `"$ac_path_FGREP" --version 2>&1` in
6154*GNU*)
6155 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
6156*)
6157 ac_count=0
6158 $as_echo_n 0123456789 >"conftest.in"
6159 while :
6160 do
6161 cat "conftest.in" "conftest.in" >"conftest.tmp"
6162 mv "conftest.tmp" "conftest.in"
6163 cp "conftest.in" "conftest.nl"
6164 $as_echo 'FGREP' >> "conftest.nl"
6165 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
6166 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6167 as_fn_arith $ac_count + 1 && ac_count=$as_val
6168 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6169 # Best one so far, save it but keep looking for a better one
6170 ac_cv_path_FGREP="$ac_path_FGREP"
6171 ac_path_FGREP_max=$ac_count
7357c5b6 6172 fi
81ecdfbb
RW
6173 # 10*(2^10) chars as input seems more than enough
6174 test $ac_count -gt 10 && break
6175 done
6176 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6177esac
6178
6179 $ac_path_FGREP_found && break 3
6180 done
6181 done
6182 done
6183IFS=$as_save_IFS
6184 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 6185 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
6186 fi
6187else
6188 ac_cv_path_FGREP=$FGREP
6189fi
6190
6191 fi
20e95c23 6192fi
81ecdfbb
RW
6193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6194$as_echo "$ac_cv_path_FGREP" >&6; }
6195 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
6196
6197
6198test -z "$GREP" && GREP=grep
6199
d7040cdb
SE
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
20e95c23 6211
ce2cded5 6212
d7040cdb 6213
7357c5b6
AM
6214
6215
6216
6217
81ecdfbb
RW
6218# Check whether --with-gnu-ld was given.
6219if test "${with_gnu_ld+set}" = set; then :
6220 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
6221else
6222 with_gnu_ld=no
81ecdfbb
RW
6223fi
6224
7357c5b6
AM
6225ac_prog=ld
6226if test "$GCC" = yes; then
6227 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6229$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
6230 case $host in
6231 *-*-mingw*)
6232 # gcc leaves a trailing carriage return which upsets mingw
6233 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6234 *)
6235 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6236 esac
6237 case $ac_prog in
6238 # Accept absolute paths.
6239 [\\/]* | ?:[\\/]*)
6240 re_direlt='/[^/][^/]*/\.\./'
6241 # Canonicalize the pathname of ld
6242 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6243 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
6244 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6245 done
6246 test -z "$LD" && LD="$ac_prog"
6247 ;;
6248 "")
6249 # If it fails, then pretend we aren't using GCC.
6250 ac_prog=ld
6251 ;;
6252 *)
6253 # If it is relative, then search for the first ld in PATH.
6254 with_gnu_ld=unknown
6255 ;;
6256 esac
6257elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6259$as_echo_n "checking for GNU ld... " >&6; }
7357c5b6 6260else
81ecdfbb
RW
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6262$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 6263fi
d0ac1c44 6264if ${lt_cv_path_LD+:} false; then :
81ecdfbb 6265 $as_echo_n "(cached) " >&6
ce2cded5 6266else
7357c5b6
AM
6267 if test -z "$LD"; then
6268 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6269 for ac_dir in $PATH; do
6270 IFS="$lt_save_ifs"
6271 test -z "$ac_dir" && ac_dir=.
6272 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6273 lt_cv_path_LD="$ac_dir/$ac_prog"
6274 # Check to see if the program is GNU ld. I'd rather use --version,
6275 # but apparently some variants of GNU ld only accept -v.
6276 # Break only if it was the GNU/non-GNU ld that we prefer.
6277 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6278 *GNU* | *'with BFD'*)
6279 test "$with_gnu_ld" != no && break
6280 ;;
6281 *)
6282 test "$with_gnu_ld" != yes && break
6283 ;;
6284 esac
6285 fi
6286 done
6287 IFS="$lt_save_ifs"
ce2cded5 6288else
7357c5b6 6289 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ce2cded5
L
6290fi
6291fi
7357c5b6
AM
6292
6293LD="$lt_cv_path_LD"
6294if test -n "$LD"; then
81ecdfbb
RW
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6296$as_echo "$LD" >&6; }
ce2cded5 6297else
81ecdfbb
RW
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6299$as_echo "no" >&6; }
ce2cded5 6300fi
d0ac1c44 6301test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
6302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6303$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6304if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 6305 $as_echo_n "(cached) " >&6
ce2cded5 6306else
7357c5b6
AM
6307 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6308case `$LD -v 2>&1 </dev/null` in
6309*GNU* | *'with BFD'*)
6310 lt_cv_prog_gnu_ld=yes
6311 ;;
6312*)
6313 lt_cv_prog_gnu_ld=no
6314 ;;
6315esac
ce2cded5 6316fi
81ecdfbb
RW
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6318$as_echo "$lt_cv_prog_gnu_ld" >&6; }
7357c5b6 6319with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
6320
6321
6322
6323
6324
6325
6326
6327
6328
81ecdfbb
RW
6329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6330$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6331if ${lt_cv_path_NM+:} false; then :
81ecdfbb 6332 $as_echo_n "(cached) " >&6
ce2cded5 6333else
7357c5b6
AM
6334 if test -n "$NM"; then
6335 # Let the user override the test.
6336 lt_cv_path_NM="$NM"
ce2cded5 6337else
7357c5b6
AM
6338 lt_nm_to_check="${ac_tool_prefix}nm"
6339 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6340 lt_nm_to_check="$lt_nm_to_check nm"
20e95c23 6341 fi
7357c5b6
AM
6342 for lt_tmp_nm in $lt_nm_to_check; do
6343 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6344 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6345 IFS="$lt_save_ifs"
6346 test -z "$ac_dir" && ac_dir=.
6347 tmp_nm="$ac_dir/$lt_tmp_nm"
6348 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6349 # Check to see if the nm accepts a BSD-compat flag.
6350 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6351 # nm: unknown option "B" ignored
6352 # Tru64's nm complains that /dev/null is an invalid object file
6353 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6354 */dev/null* | *'Invalid file or object type'*)
6355 lt_cv_path_NM="$tmp_nm -B"
6356 break
6357 ;;
6358 *)
6359 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6360 */dev/null*)
6361 lt_cv_path_NM="$tmp_nm -p"
6362 break
6363 ;;
6364 *)
6365 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6366 continue # so that we can try to find one that supports BSD flags
6367 ;;
6368 esac
6369 ;;
6370 esac
6371 fi
6372 done
6373 IFS="$lt_save_ifs"
6374 done
6375 : ${lt_cv_path_NM=no}
ce2cded5
L
6376fi
6377fi
81ecdfbb
RW
6378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6379$as_echo "$lt_cv_path_NM" >&6; }
7357c5b6
AM
6380if test "$lt_cv_path_NM" != "no"; then
6381 NM="$lt_cv_path_NM"
ce2cded5 6382else
7357c5b6 6383 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
6384 if test -n "$DUMPBIN"; then :
6385 # Let the user override the test.
6386 else
6387 if test -n "$ac_tool_prefix"; then
6388 for ac_prog in dumpbin "link -dump"
7357c5b6
AM
6389 do
6390 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6391set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
6392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6393$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6394if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 6395 $as_echo_n "(cached) " >&6
20e95c23 6396else
7357c5b6
AM
6397 if test -n "$DUMPBIN"; then
6398 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ce2cded5
L
6399else
6400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6401for as_dir in $PATH
6402do
6403 IFS=$as_save_IFS
6404 test -z "$as_dir" && as_dir=.
81ecdfbb 6405 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 6407 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 6408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6409 break 2
6410 fi
6411done
81ecdfbb
RW
6412 done
6413IFS=$as_save_IFS
d7040cdb 6414
20e95c23 6415fi
ce2cded5 6416fi
7357c5b6
AM
6417DUMPBIN=$ac_cv_prog_DUMPBIN
6418if test -n "$DUMPBIN"; then
81ecdfbb
RW
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6420$as_echo "$DUMPBIN" >&6; }
42ecbf5e 6421else
81ecdfbb
RW
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6423$as_echo "no" >&6; }
42ecbf5e
DJ
6424fi
6425
81ecdfbb 6426
7357c5b6
AM
6427 test -n "$DUMPBIN" && break
6428 done
ce2cded5 6429fi
7357c5b6
AM
6430if test -z "$DUMPBIN"; then
6431 ac_ct_DUMPBIN=$DUMPBIN
3725885a 6432 for ac_prog in dumpbin "link -dump"
7357c5b6
AM
6433do
6434 # Extract the first word of "$ac_prog", so it can be a program name with args.
6435set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6438if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 6439 $as_echo_n "(cached) " >&6
42ecbf5e 6440else
7357c5b6
AM
6441 if test -n "$ac_ct_DUMPBIN"; then
6442 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
ce2cded5
L
6443else
6444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445for as_dir in $PATH
6446do
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
81ecdfbb 6449 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 6451 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6453 break 2
6454 fi
6455done
81ecdfbb
RW
6456 done
6457IFS=$as_save_IFS
d7040cdb 6458
ce2cded5
L
6459fi
6460fi
7357c5b6
AM
6461ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6462if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6464$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 6465else
81ecdfbb
RW
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467$as_echo "no" >&6; }
ce2cded5 6468fi
d7040cdb 6469
81ecdfbb 6470
7357c5b6 6471 test -n "$ac_ct_DUMPBIN" && break
ce2cded5 6472done
d7040cdb 6473
81ecdfbb
RW
6474 if test "x$ac_ct_DUMPBIN" = x; then
6475 DUMPBIN=":"
6476 else
6477 case $cross_compiling:$ac_tool_warned in
6478yes:)
6479{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6480$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6481ac_tool_warned=yes ;;
6482esac
6483 DUMPBIN=$ac_ct_DUMPBIN
6484 fi
ce2cded5 6485fi
7357c5b6 6486
3725885a
RW
6487 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6488 *COFF*)
6489 DUMPBIN="$DUMPBIN -symbols"
6490 ;;
6491 *)
6492 DUMPBIN=:
6493 ;;
6494 esac
6495 fi
7357c5b6
AM
6496
6497 if test "$DUMPBIN" != ":"; then
6498 NM="$DUMPBIN"
6499 fi
ce2cded5 6500fi
7357c5b6
AM
6501test -z "$NM" && NM=nm
6502
6503
6504
6505
6506
6507
81ecdfbb
RW
6508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6509$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6510if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 6511 $as_echo_n "(cached) " >&6
20e95c23 6512else
7357c5b6
AM
6513 lt_cv_nm_interface="BSD nm"
6514 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6515 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
7357c5b6
AM
6516 (eval "$ac_compile" 2>conftest.err)
6517 cat conftest.err >&5
3725885a 6518 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7357c5b6
AM
6519 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6520 cat conftest.err >&5
3725885a 6521 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
7357c5b6
AM
6522 cat conftest.out >&5
6523 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6524 lt_cv_nm_interface="MS dumpbin"
6525 fi
6526 rm -f conftest*
20e95c23 6527fi
81ecdfbb
RW
6528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6529$as_echo "$lt_cv_nm_interface" >&6; }
20e95c23 6530
81ecdfbb
RW
6531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6532$as_echo_n "checking whether ln -s works... " >&6; }
7357c5b6
AM
6533LN_S=$as_ln_s
6534if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6536$as_echo "yes" >&6; }
ce2cded5 6537else
81ecdfbb
RW
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6539$as_echo "no, using $LN_S" >&6; }
d7040cdb 6540fi
20e95c23 6541
7357c5b6 6542# find the maximum length of command line arguments
81ecdfbb
RW
6543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6544$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6545if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6546 $as_echo_n "(cached) " >&6
7357c5b6
AM
6547else
6548 i=0
6549 teststring="ABCD"
20e95c23 6550
7357c5b6
AM
6551 case $build_os in
6552 msdosdjgpp*)
6553 # On DJGPP, this test can blow up pretty badly due to problems in libc
6554 # (any single argument exceeding 2000 bytes causes a buffer overrun
6555 # during glob expansion). Even if it were fixed, the result of this
6556 # check would be larger than it should be.
6557 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6558 ;;
20e95c23 6559
7357c5b6
AM
6560 gnu*)
6561 # Under GNU Hurd, this test is not required because there is
6562 # no limit to the length of command line arguments.
6563 # Libtool will interpret -1 as no limit whatsoever
6564 lt_cv_sys_max_cmd_len=-1;
6565 ;;
20e95c23 6566
b214d478 6567 cygwin* | mingw* | cegcc*)
7357c5b6
AM
6568 # On Win9x/ME, this test blows up -- it succeeds, but takes
6569 # about 5 minutes as the teststring grows exponentially.
6570 # Worse, since 9x/ME are not pre-emptively multitasking,
6571 # you end up with a "frozen" computer, even though with patience
6572 # the test eventually succeeds (with a max line length of 256k).
6573 # Instead, let's just punt: use the minimum linelength reported by
6574 # all of the supported platforms: 8192 (on NT/2K/XP).
6575 lt_cv_sys_max_cmd_len=8192;
6576 ;;
20e95c23 6577
3725885a
RW
6578 mint*)
6579 # On MiNT this can take a long time and run out of memory.
6580 lt_cv_sys_max_cmd_len=8192;
6581 ;;
6582
7357c5b6
AM
6583 amigaos*)
6584 # On AmigaOS with pdksh, this test takes hours, literally.
6585 # So we just punt and use a minimum line length of 8192.
6586 lt_cv_sys_max_cmd_len=8192;
6587 ;;
20e95c23 6588
7357c5b6
AM
6589 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6590 # This has been around since 386BSD, at least. Likely further.
6591 if test -x /sbin/sysctl; then
6592 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6593 elif test -x /usr/sbin/sysctl; then
6594 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6595 else
6596 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6597 fi
6598 # And add a safety zone
6599 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6600 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6601 ;;
d7040cdb 6602
7357c5b6
AM
6603 interix*)
6604 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6605 lt_cv_sys_max_cmd_len=196608
6606 ;;
d7040cdb 6607
7357c5b6
AM
6608 osf*)
6609 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6610 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6611 # nice to cause kernel panics so lets avoid the loop below.
6612 # First set a reasonable default.
6613 lt_cv_sys_max_cmd_len=16384
6614 #
6615 if test -x /sbin/sysconfig; then
6616 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6617 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6618 esac
6619 fi
6620 ;;
6621 sco3.2v5*)
6622 lt_cv_sys_max_cmd_len=102400
6623 ;;
6624 sysv5* | sco5v6* | sysv4.2uw2*)
6625 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6626 if test -n "$kargmax"; then
6627 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6628 else
6629 lt_cv_sys_max_cmd_len=32768
6630 fi
ce2cded5
L
6631 ;;
6632 *)
b214d478
SE
6633 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6634 if test -n "$lt_cv_sys_max_cmd_len"; then
7357c5b6
AM
6635 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6636 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6637 else
6638 # Make teststring a little bigger before we do anything with it.
6639 # a 1K string should be a reasonable start.
6640 for i in 1 2 3 4 5 6 7 8 ; do
6641 teststring=$teststring$teststring
6642 done
6643 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6644 # If test is not a shell built-in, we'll probably end up computing a
6645 # maximum length that is only half of the actual maximum length, but
6646 # we can't tell.
3725885a
RW
6647 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6648 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
7357c5b6
AM
6649 test $i != 17 # 1/2 MB should be enough
6650 do
6651 i=`expr $i + 1`
6652 teststring=$teststring$teststring
6653 done
6654 # Only check the string length outside the loop.
6655 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6656 teststring=
6657 # Add a significant safety factor because C++ compilers can tack on
6658 # massive amounts of additional arguments before passing them to the
6659 # linker. It appears as though 1/2 is a usable value.
6660 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6661 fi
ce2cded5
L
6662 ;;
6663 esac
d7040cdb 6664
7357c5b6 6665fi
d7040cdb 6666
7357c5b6 6667if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6669$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
7357c5b6 6670else
81ecdfbb
RW
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6672$as_echo "none" >&6; }
7357c5b6
AM
6673fi
6674max_cmd_len=$lt_cv_sys_max_cmd_len
d7040cdb
SE
6675
6676
6677
6678
6679
d7040cdb 6680
7357c5b6
AM
6681: ${CP="cp -f"}
6682: ${MV="mv -f"}
6683: ${RM="rm -f"}
d7040cdb 6684
81ecdfbb
RW
6685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6686$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
7357c5b6
AM
6687# Try some XSI features
6688xsi_shell=no
6689( _lt_dummy="a/b/c"
6690 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
b214d478
SE
6691 = c,a/b,, \
6692 && eval 'test $(( 1 + 1 )) -eq 2 \
6693 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7357c5b6 6694 && xsi_shell=yes
81ecdfbb
RW
6695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6696$as_echo "$xsi_shell" >&6; }
d7040cdb 6697
d7040cdb 6698
81ecdfbb
RW
6699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6700$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
7357c5b6
AM
6701lt_shell_append=no
6702( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6703 >/dev/null 2>&1 \
6704 && lt_shell_append=yes
81ecdfbb
RW
6705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6706$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6707
6708
7357c5b6
AM
6709if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6710 lt_unset=unset
6711else
6712 lt_unset=false
6713fi
d7040cdb 6714
d7040cdb 6715
d7040cdb 6716
d7040cdb 6717
d7040cdb 6718
7357c5b6
AM
6719# test EBCDIC or ASCII
6720case `echo X|tr X '\101'` in
6721 A) # ASCII based system
6722 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6723 lt_SP2NL='tr \040 \012'
6724 lt_NL2SP='tr \015\012 \040\040'
6725 ;;
6726 *) # EBCDIC based system
6727 lt_SP2NL='tr \100 \n'
6728 lt_NL2SP='tr \r\n \100\100'
6729 ;;
6730esac
42ecbf5e 6731
d7040cdb
SE
6732
6733
6734
6735
6736
6737
d7040cdb 6738
d7040cdb 6739
81ecdfbb
RW
6740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6741$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6742if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6743 $as_echo_n "(cached) " >&6
7357c5b6
AM
6744else
6745 lt_cv_ld_reload_flag='-r'
6746fi
81ecdfbb
RW
6747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6748$as_echo "$lt_cv_ld_reload_flag" >&6; }
7357c5b6
AM
6749reload_flag=$lt_cv_ld_reload_flag
6750case $reload_flag in
6751"" | " "*) ;;
6752*) reload_flag=" $reload_flag" ;;
6753esac
6754reload_cmds='$LD$reload_flag -o $output$reload_objs'
6755case $host_os in
6756 darwin*)
6757 if test "$GCC" = yes; then
6758 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6759 else
6760 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6761 fi
6762 ;;
6763esac
d7040cdb 6764
d7040cdb 6765
d7040cdb 6766
d7040cdb 6767
d7040cdb 6768
d7040cdb 6769
d7040cdb 6770
d7040cdb 6771
d7040cdb 6772
b214d478
SE
6773if test -n "$ac_tool_prefix"; then
6774 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6775set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6777$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6778if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6779 $as_echo_n "(cached) " >&6
b214d478
SE
6780else
6781 if test -n "$OBJDUMP"; then
6782 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6783else
6784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6785for as_dir in $PATH
6786do
6787 IFS=$as_save_IFS
6788 test -z "$as_dir" && as_dir=.
81ecdfbb 6789 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 6791 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
6793 break 2
6794 fi
6795done
81ecdfbb
RW
6796 done
6797IFS=$as_save_IFS
b214d478
SE
6798
6799fi
6800fi
6801OBJDUMP=$ac_cv_prog_OBJDUMP
6802if test -n "$OBJDUMP"; then
81ecdfbb
RW
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6804$as_echo "$OBJDUMP" >&6; }
b214d478 6805else
81ecdfbb
RW
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6807$as_echo "no" >&6; }
b214d478
SE
6808fi
6809
81ecdfbb 6810
b214d478
SE
6811fi
6812if test -z "$ac_cv_prog_OBJDUMP"; then
6813 ac_ct_OBJDUMP=$OBJDUMP
6814 # Extract the first word of "objdump", so it can be a program name with args.
6815set dummy objdump; ac_word=$2
81ecdfbb
RW
6816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6817$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6818if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6819 $as_echo_n "(cached) " >&6
b214d478
SE
6820else
6821 if test -n "$ac_ct_OBJDUMP"; then
6822 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6823else
6824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6825for as_dir in $PATH
6826do
6827 IFS=$as_save_IFS
6828 test -z "$as_dir" && as_dir=.
81ecdfbb 6829 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 6831 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
6833 break 2
6834 fi
6835done
81ecdfbb
RW
6836 done
6837IFS=$as_save_IFS
b214d478 6838
b214d478
SE
6839fi
6840fi
6841ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6842if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6844$as_echo "$ac_ct_OBJDUMP" >&6; }
b214d478 6845else
81ecdfbb
RW
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6847$as_echo "no" >&6; }
b214d478
SE
6848fi
6849
81ecdfbb
RW
6850 if test "x$ac_ct_OBJDUMP" = x; then
6851 OBJDUMP="false"
6852 else
6853 case $cross_compiling:$ac_tool_warned in
6854yes:)
6855{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6856$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6857ac_tool_warned=yes ;;
6858esac
6859 OBJDUMP=$ac_ct_OBJDUMP
6860 fi
b214d478
SE
6861else
6862 OBJDUMP="$ac_cv_prog_OBJDUMP"
6863fi
6864
6865test -z "$OBJDUMP" && OBJDUMP=objdump
6866
6867
6868
6869
6870
6871
6872
6873
d7040cdb 6874
81ecdfbb
RW
6875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6876$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6877if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6878 $as_echo_n "(cached) " >&6
ce2cded5 6879else
7357c5b6
AM
6880 lt_cv_file_magic_cmd='$MAGIC_CMD'
6881lt_cv_file_magic_test_file=
6882lt_cv_deplibs_check_method='unknown'
6883# Need to set the preceding variable on all platforms that support
6884# interlibrary dependencies.
6885# 'none' -- dependencies not supported.
6886# `unknown' -- same as none, but documents that we really don't know.
6887# 'pass_all' -- all dependencies passed with no checks.
6888# 'test_compile' -- check by making test program.
6889# 'file_magic [[regex]]' -- check by looking for files in library path
6890# which responds to the $file_magic_cmd with a given extended regex.
6891# If you have `file' or equivalent on your system and you're not sure
6892# whether `pass_all' will *always* work, you probably want this one.
d7040cdb 6893
ce2cded5 6894case $host_os in
7357c5b6
AM
6895aix[4-9]*)
6896 lt_cv_deplibs_check_method=pass_all
ce2cded5 6897 ;;
7357c5b6
AM
6898
6899beos*)
6900 lt_cv_deplibs_check_method=pass_all
ce2cded5 6901 ;;
7357c5b6
AM
6902
6903bsdi[45]*)
6904 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6905 lt_cv_file_magic_cmd='/usr/bin/file -L'
6906 lt_cv_file_magic_test_file=/shlib/libc.so
ce2cded5 6907 ;;
7357c5b6
AM
6908
6909cygwin*)
6910 # func_win32_libid is a shell function defined in ltmain.sh
6911 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6912 lt_cv_file_magic_cmd='func_win32_libid'
ce2cded5 6913 ;;
7357c5b6
AM
6914
6915mingw* | pw32*)
6916 # Base MSYS/MinGW do not provide the 'file' command needed by
6917 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6918 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6919 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6920 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
7357c5b6
AM
6921 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6922 lt_cv_file_magic_cmd='func_win32_libid'
6923 else
6924 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6925 lt_cv_file_magic_cmd='$OBJDUMP -f'
6926 fi
ce2cded5 6927 ;;
7357c5b6 6928
3725885a 6929cegcc*)
b214d478
SE
6930 # use the weaker test based on 'objdump'. See mingw*.
6931 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6932 lt_cv_file_magic_cmd='$OBJDUMP -f'
6933 ;;
6934
7357c5b6
AM
6935darwin* | rhapsody*)
6936 lt_cv_deplibs_check_method=pass_all
ce2cded5 6937 ;;
7357c5b6
AM
6938
6939freebsd* | dragonfly*)
6940 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6941 case $host_cpu in
6942 i*86 )
6943 # Not sure whether the presence of OpenBSD here was a mistake.
6944 # Let's accept both of them until this is cleared up.
6945 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6946 lt_cv_file_magic_cmd=/usr/bin/file
6947 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6948 ;;
6949 esac
6950 else
6951 lt_cv_deplibs_check_method=pass_all
6952 fi
ce2cded5 6953 ;;
7357c5b6
AM
6954
6955gnu*)
6956 lt_cv_deplibs_check_method=pass_all
ce2cded5 6957 ;;
7357c5b6 6958
3725885a
RW
6959haiku*)
6960 lt_cv_deplibs_check_method=pass_all
6961 ;;
6962
7357c5b6
AM
6963hpux10.20* | hpux11*)
6964 lt_cv_file_magic_cmd=/usr/bin/file
6965 case $host_cpu in
6966 ia64*)
6967 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6968 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6969 ;;
6970 hppa*64*)
3725885a 6971 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
6972 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6973 ;;
6974 *)
3725885a 6975 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7357c5b6
AM
6976 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6977 ;;
6978 esac
ce2cded5 6979 ;;
d7040cdb 6980
7357c5b6
AM
6981interix[3-9]*)
6982 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6983 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6984 ;;
d7040cdb 6985
7357c5b6
AM
6986irix5* | irix6* | nonstopux*)
6987 case $LD in
6988 *-32|*"-32 ") libmagic=32-bit;;
6989 *-n32|*"-n32 ") libmagic=N32;;
6990 *-64|*"-64 ") libmagic=64-bit;;
6991 *) libmagic=never-match;;
6992 esac
6993 lt_cv_deplibs_check_method=pass_all
6994 ;;
d7040cdb 6995
7357c5b6 6996# This must be Linux ELF.
58e24671 6997linux* | k*bsd*-gnu | kopensolaris*-gnu)
7357c5b6
AM
6998 lt_cv_deplibs_check_method=pass_all
6999 ;;
d7040cdb 7000
7357c5b6
AM
7001netbsd*)
7002 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7003 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7004 else
7005 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7006 fi
ce2cded5 7007 ;;
d7040cdb 7008
7357c5b6
AM
7009newos6*)
7010 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7011 lt_cv_file_magic_cmd=/usr/bin/file
7012 lt_cv_file_magic_test_file=/usr/lib/libnls.so
7013 ;;
d7040cdb 7014
7357c5b6
AM
7015*nto* | *qnx*)
7016 lt_cv_deplibs_check_method=pass_all
7017 ;;
d7040cdb 7018
7357c5b6
AM
7019openbsd*)
7020 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7021 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
ce2cded5 7022 else
7357c5b6 7023 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
ce2cded5 7024 fi
7357c5b6 7025 ;;
d7040cdb 7026
7357c5b6
AM
7027osf3* | osf4* | osf5*)
7028 lt_cv_deplibs_check_method=pass_all
7029 ;;
d7040cdb 7030
7357c5b6
AM
7031rdos*)
7032 lt_cv_deplibs_check_method=pass_all
7033 ;;
d7040cdb 7034
7357c5b6
AM
7035solaris*)
7036 lt_cv_deplibs_check_method=pass_all
7037 ;;
d7040cdb 7038
7357c5b6
AM
7039sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7040 lt_cv_deplibs_check_method=pass_all
7041 ;;
d7040cdb 7042
7357c5b6
AM
7043sysv4 | sysv4.3*)
7044 case $host_vendor in
7045 motorola)
7046 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]'
7047 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7048 ;;
7049 ncr)
7050 lt_cv_deplibs_check_method=pass_all
7051 ;;
7052 sequent)
7053 lt_cv_file_magic_cmd='/bin/file'
7054 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7055 ;;
7056 sni)
7057 lt_cv_file_magic_cmd='/bin/file'
7058 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
7059 lt_cv_file_magic_test_file=/lib/libc.so
7060 ;;
7061 siemens)
7062 lt_cv_deplibs_check_method=pass_all
7063 ;;
7064 pc)
7065 lt_cv_deplibs_check_method=pass_all
7066 ;;
7067 esac
7068 ;;
d7040cdb 7069
7357c5b6
AM
7070tpf*)
7071 lt_cv_deplibs_check_method=pass_all
7072 ;;
7073esac
d7040cdb 7074
7357c5b6 7075fi
81ecdfbb
RW
7076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
7077$as_echo "$lt_cv_deplibs_check_method" >&6; }
7357c5b6
AM
7078file_magic_cmd=$lt_cv_file_magic_cmd
7079deplibs_check_method=$lt_cv_deplibs_check_method
7080test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb
SE
7081
7082
7083
7357c5b6
AM
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093if test -n "$ac_tool_prefix"; then
7094 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7095set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
7096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7097$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7098if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 7099 $as_echo_n "(cached) " >&6
7357c5b6
AM
7100else
7101 if test -n "$AR"; then
7102 ac_cv_prog_AR="$AR" # Let the user override the test.
7103else
7104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7105for as_dir in $PATH
7106do
7107 IFS=$as_save_IFS
7108 test -z "$as_dir" && as_dir=.
81ecdfbb 7109 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 7111 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 7112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7113 break 2
ce2cded5
L
7114 fi
7115done
81ecdfbb
RW
7116 done
7117IFS=$as_save_IFS
d7040cdb 7118
42ecbf5e 7119fi
ce2cded5 7120fi
7357c5b6
AM
7121AR=$ac_cv_prog_AR
7122if test -n "$AR"; then
81ecdfbb
RW
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7124$as_echo "$AR" >&6; }
42ecbf5e 7125else
81ecdfbb
RW
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7127$as_echo "no" >&6; }
42ecbf5e
DJ
7128fi
7129
81ecdfbb 7130
7357c5b6
AM
7131fi
7132if test -z "$ac_cv_prog_AR"; then
7133 ac_ct_AR=$AR
7134 # Extract the first word of "ar", so it can be a program name with args.
7135set dummy ar; ac_word=$2
81ecdfbb
RW
7136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7137$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7138if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 7139 $as_echo_n "(cached) " >&6
7357c5b6
AM
7140else
7141 if test -n "$ac_ct_AR"; then
7142 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7143else
7144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7145for as_dir in $PATH
7146do
7147 IFS=$as_save_IFS
7148 test -z "$as_dir" && as_dir=.
81ecdfbb 7149 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7150 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 7151 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 7152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
7153 break 2
7154 fi
7155done
81ecdfbb
RW
7156 done
7157IFS=$as_save_IFS
42ecbf5e 7158
7357c5b6
AM
7159fi
7160fi
7161ac_ct_AR=$ac_cv_prog_ac_ct_AR
7162if test -n "$ac_ct_AR"; then
81ecdfbb
RW
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7164$as_echo "$ac_ct_AR" >&6; }
7357c5b6 7165else
81ecdfbb
RW
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7167$as_echo "no" >&6; }
7357c5b6 7168fi
d7040cdb 7169
81ecdfbb
RW
7170 if test "x$ac_ct_AR" = x; then
7171 AR="false"
7172 else
7173 case $cross_compiling:$ac_tool_warned in
7174yes:)
7175{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7176$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7177ac_tool_warned=yes ;;
7178esac
7179 AR=$ac_ct_AR
7180 fi
7357c5b6
AM
7181else
7182 AR="$ac_cv_prog_AR"
7183fi
d7040cdb 7184
7357c5b6
AM
7185test -z "$AR" && AR=ar
7186test -z "$AR_FLAGS" && AR_FLAGS=cru
d7040cdb
SE
7187
7188
7189
20e95c23 7190
d7040cdb 7191
d7040cdb
SE
7192
7193
7194
7195
7196
7197
7357c5b6
AM
7198if test -n "$ac_tool_prefix"; then
7199 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7200set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
7201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7202$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7203if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 7204 $as_echo_n "(cached) " >&6
7357c5b6
AM
7205else
7206 if test -n "$STRIP"; then
7207 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7208else
7209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7210for as_dir in $PATH
7211do
7212 IFS=$as_save_IFS
7213 test -z "$as_dir" && as_dir=.
81ecdfbb 7214 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 7216 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 7217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7218 break 2
ce2cded5 7219 fi
7357c5b6 7220done
81ecdfbb
RW
7221 done
7222IFS=$as_save_IFS
d7040cdb 7223
7357c5b6
AM
7224fi
7225fi
7226STRIP=$ac_cv_prog_STRIP
7227if test -n "$STRIP"; then
81ecdfbb
RW
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7229$as_echo "$STRIP" >&6; }
7357c5b6 7230else
81ecdfbb
RW
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7232$as_echo "no" >&6; }
7357c5b6
AM
7233fi
7234
81ecdfbb 7235
7357c5b6
AM
7236fi
7237if test -z "$ac_cv_prog_STRIP"; then
7238 ac_ct_STRIP=$STRIP
7239 # Extract the first word of "strip", so it can be a program name with args.
7240set dummy strip; ac_word=$2
81ecdfbb
RW
7241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7242$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7243if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 7244 $as_echo_n "(cached) " >&6
7357c5b6
AM
7245else
7246 if test -n "$ac_ct_STRIP"; then
7247 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7248else
7249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7250for as_dir in $PATH
7251do
7252 IFS=$as_save_IFS
7253 test -z "$as_dir" && as_dir=.
81ecdfbb 7254 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 7256 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 7257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7258 break 2
ce2cded5 7259 fi
7357c5b6 7260done
81ecdfbb
RW
7261 done
7262IFS=$as_save_IFS
d7040cdb 7263
7357c5b6
AM
7264fi
7265fi
7266ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7267if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7269$as_echo "$ac_ct_STRIP" >&6; }
20e95c23 7270else
81ecdfbb
RW
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7272$as_echo "no" >&6; }
7357c5b6 7273fi
d7040cdb 7274
81ecdfbb
RW
7275 if test "x$ac_ct_STRIP" = x; then
7276 STRIP=":"
7277 else
7278 case $cross_compiling:$ac_tool_warned in
7279yes:)
7280{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7281$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7282ac_tool_warned=yes ;;
7283esac
7284 STRIP=$ac_ct_STRIP
7285 fi
7357c5b6
AM
7286else
7287 STRIP="$ac_cv_prog_STRIP"
7288fi
d7040cdb 7289
7357c5b6 7290test -z "$STRIP" && STRIP=:
d7040cdb 7291
d7040cdb
SE
7292
7293
7294
d7040cdb 7295
7357c5b6
AM
7296
7297if test -n "$ac_tool_prefix"; then
7298 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7299set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
7300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7301$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7302if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 7303 $as_echo_n "(cached) " >&6
ce2cded5 7304else
7357c5b6
AM
7305 if test -n "$RANLIB"; then
7306 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7307else
7308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7309for as_dir in $PATH
ce2cded5 7310do
7357c5b6
AM
7311 IFS=$as_save_IFS
7312 test -z "$as_dir" && as_dir=.
81ecdfbb 7313 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 7315 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 7316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6 7317 break 2
ce2cded5 7318 fi
7357c5b6 7319done
81ecdfbb
RW
7320 done
7321IFS=$as_save_IFS
7357c5b6 7322
ce2cded5 7323fi
7357c5b6
AM
7324fi
7325RANLIB=$ac_cv_prog_RANLIB
7326if test -n "$RANLIB"; then
81ecdfbb
RW
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7328$as_echo "$RANLIB" >&6; }
ce2cded5 7329else
81ecdfbb
RW
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7331$as_echo "no" >&6; }
ce2cded5 7332fi
d7040cdb 7333
81ecdfbb 7334
7357c5b6
AM
7335fi
7336if test -z "$ac_cv_prog_RANLIB"; then
7337 ac_ct_RANLIB=$RANLIB
7338 # Extract the first word of "ranlib", so it can be a program name with args.
7339set dummy ranlib; ac_word=$2
81ecdfbb
RW
7340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7341$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7342if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 7343 $as_echo_n "(cached) " >&6
ce2cded5 7344else
7357c5b6
AM
7345 if test -n "$ac_ct_RANLIB"; then
7346 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7347else
7348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7349for as_dir in $PATH
7350do
7351 IFS=$as_save_IFS
7352 test -z "$as_dir" && as_dir=.
81ecdfbb 7353 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 7355 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 7356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
7357 break 2
7358 fi
7359done
81ecdfbb
RW
7360 done
7361IFS=$as_save_IFS
7357c5b6 7362
ce2cded5 7363fi
7357c5b6
AM
7364fi
7365ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7366if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7368$as_echo "$ac_ct_RANLIB" >&6; }
ce2cded5 7369else
81ecdfbb
RW
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7371$as_echo "no" >&6; }
ce2cded5 7372fi
d7040cdb 7373
81ecdfbb
RW
7374 if test "x$ac_ct_RANLIB" = x; then
7375 RANLIB=":"
7376 else
7377 case $cross_compiling:$ac_tool_warned in
7378yes:)
7379{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7380$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7381ac_tool_warned=yes ;;
7382esac
7383 RANLIB=$ac_ct_RANLIB
7384 fi
7357c5b6
AM
7385else
7386 RANLIB="$ac_cv_prog_RANLIB"
ce2cded5 7387fi
d7040cdb 7388
7357c5b6 7389test -z "$RANLIB" && RANLIB=:
d7040cdb 7390
7357c5b6
AM
7391
7392
7393
7394
7395
7396# Determine commands to create old-style static archives.
b214d478 7397old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7357c5b6
AM
7398old_postinstall_cmds='chmod 644 $oldlib'
7399old_postuninstall_cmds=
7400
7401if test -n "$RANLIB"; then
7402 case $host_os in
7403 openbsd*)
7404 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7405 ;;
7406 *)
7407 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7408 ;;
7409 esac
7410 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
ce2cded5 7411fi
7357c5b6 7412
3725885a
RW
7413case $host_os in
7414 darwin*)
7415 lock_old_archive_extraction=yes ;;
7416 *)
7417 lock_old_archive_extraction=no ;;
7418esac
7419
7420
7421
7422
7423
7424
7357c5b6
AM
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458# If no C compiler was specified, use CC.
7459LTCC=${LTCC-"$CC"}
7460
7461# If no C compiler flags were specified, use CFLAGS.
7462LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7463
7464# Allow CC to be a program name with arguments.
7465compiler=$CC
7466
7467
7468# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
7469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7470$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7471if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 7472 $as_echo_n "(cached) " >&6
ce2cded5 7473else
d7040cdb 7474
7357c5b6
AM
7475# These are sane defaults that work on at least a few old systems.
7476# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 7477
7357c5b6
AM
7478# Character class describing NM global symbol codes.
7479symcode='[BCDEGRST]'
7480
7481# Regexp to match symbols that can be accessed directly from C.
7482sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7483
7484# Define system-specific variables.
7485case $host_os in
7486aix*)
7487 symcode='[BCDT]'
7488 ;;
b214d478 7489cygwin* | mingw* | pw32* | cegcc*)
7357c5b6
AM
7490 symcode='[ABCDGISTW]'
7491 ;;
7492hpux*)
7493 if test "$host_cpu" = ia64; then
7494 symcode='[ABCDEGRST]'
ce2cded5 7495 fi
7357c5b6
AM
7496 ;;
7497irix* | nonstopux*)
7498 symcode='[BCDEGRST]'
7499 ;;
7500osf*)
7501 symcode='[BCDEGQRST]'
7502 ;;
7503solaris*)
7504 symcode='[BDRT]'
7505 ;;
7506sco3.2v5*)
7507 symcode='[DT]'
7508 ;;
7509sysv4.2uw2*)
7510 symcode='[DT]'
7511 ;;
7512sysv5* | sco5v6* | unixware* | OpenUNIX*)
7513 symcode='[ABDT]'
7514 ;;
7515sysv4)
7516 symcode='[DFNSTU]'
7517 ;;
7518esac
d7040cdb 7519
7357c5b6
AM
7520# If we're using GNU nm, then use its standard symbol codes.
7521case `$NM -V 2>&1` in
7522*GNU* | *'with BFD'*)
7523 symcode='[ABCDGIRSTW]' ;;
7524esac
d7040cdb 7525
7357c5b6
AM
7526# Transform an extracted symbol line into a proper C declaration.
7527# Some systems (esp. on ia64) link data and code symbols differently,
7528# so use this general approach.
7529lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7530
7531# Transform an extracted symbol line into symbol name and symbol address
7532lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
b214d478 7533lt_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
7534
7535# Handle CRLF in mingw tool chain
7536opt_cr=
7537case $build_os in
7538mingw*)
7539 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7540 ;;
7541esac
d7040cdb 7542
7357c5b6
AM
7543# Try without a prefix underscore, then with it.
7544for ac_symprfx in "" "_"; do
d7040cdb 7545
7357c5b6
AM
7546 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7547 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7548
7357c5b6
AM
7549 # Write the raw and C identifiers.
7550 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7551 # Fake it for dumpbin and say T for any non-static function
7552 # and D for any global variable.
7553 # Also find C++ and __fastcall symbols from MSVC++,
7554 # which start with @ or ?.
7555 lt_cv_sys_global_symbol_pipe="$AWK '"\
7556" {last_section=section; section=\$ 3};"\
7557" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7558" \$ 0!~/External *\|/{next};"\
7559" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7560" {if(hide[section]) next};"\
7561" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7562" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7563" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7564" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7565" ' prfx=^$ac_symprfx"
7566 else
7567 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7568 fi
d7040cdb 7569
7357c5b6
AM
7570 # Check to see that the pipe works correctly.
7571 pipe_works=no
d7040cdb 7572
7357c5b6
AM
7573 rm -f conftest*
7574 cat > conftest.$ac_ext <<_LT_EOF
7575#ifdef __cplusplus
7576extern "C" {
7577#endif
7578char nm_test_var;
7579void nm_test_func(void);
7580void nm_test_func(void){}
7581#ifdef __cplusplus
20e95c23 7582}
7357c5b6
AM
7583#endif
7584int main(){nm_test_var='a';nm_test_func();return(0);}
7585_LT_EOF
7586
81ecdfbb 7587 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7588 (eval $ac_compile) 2>&5
20e95c23 7589 ac_status=$?
81ecdfbb
RW
7590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7591 test $ac_status = 0; }; then
7357c5b6
AM
7592 # Now try to grab the symbols.
7593 nlist=conftest.nm
3725885a
RW
7594 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7595 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
20e95c23 7596 ac_status=$?
81ecdfbb
RW
7597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7598 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7599 # Try sorting and uniquifying the output.
7600 if sort "$nlist" | uniq > "$nlist"T; then
7601 mv -f "$nlist"T "$nlist"
7602 else
7603 rm -f "$nlist"T
7604 fi
d7040cdb 7605
7357c5b6
AM
7606 # Make sure that we snagged all the symbols we need.
7607 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7608 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7609 cat <<_LT_EOF > conftest.$ac_ext
7610#ifdef __cplusplus
7611extern "C" {
7612#endif
ce2cded5 7613
7357c5b6
AM
7614_LT_EOF
7615 # Now generate the symbol file.
7616 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
ce2cded5 7617
7357c5b6 7618 cat <<_LT_EOF >> conftest.$ac_ext
42ecbf5e 7619
7357c5b6
AM
7620/* The mapping between symbol names and symbols. */
7621const struct {
7622 const char *name;
7623 void *address;
7624}
7625lt__PROGRAM__LTX_preloaded_symbols[] =
7626{
7627 { "@PROGRAM@", (void *) 0 },
7628_LT_EOF
7629 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7630 cat <<\_LT_EOF >> conftest.$ac_ext
7631 {0, (void *) 0}
7632};
d7040cdb 7633
7357c5b6
AM
7634/* This works around a problem in FreeBSD linker */
7635#ifdef FREEBSD_WORKAROUND
7636static const void *lt_preloaded_setup() {
7637 return lt__PROGRAM__LTX_preloaded_symbols;
7638}
ce2cded5 7639#endif
42ecbf5e 7640
7357c5b6 7641#ifdef __cplusplus
ce2cded5 7642}
7357c5b6
AM
7643#endif
7644_LT_EOF
7645 # Now try linking the two files.
7646 mv conftest.$ac_objext conftstm.$ac_objext
7647 lt_save_LIBS="$LIBS"
7648 lt_save_CFLAGS="$CFLAGS"
7649 LIBS="conftstm.$ac_objext"
7650 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7651 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
7652 (eval $ac_link) 2>&5
7653 ac_status=$?
81ecdfbb
RW
7654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7655 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7656 pipe_works=yes
7657 fi
7658 LIBS="$lt_save_LIBS"
7659 CFLAGS="$lt_save_CFLAGS"
7660 else
7661 echo "cannot find nm_test_func in $nlist" >&5
7662 fi
7663 else
7664 echo "cannot find nm_test_var in $nlist" >&5
7665 fi
7666 else
7667 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7668 fi
7669 else
7670 echo "$progname: failed program was:" >&5
7671 cat conftest.$ac_ext >&5
7672 fi
b214d478 7673 rm -rf conftest* conftst*
7357c5b6
AM
7674
7675 # Do not use the global_symbol_pipe unless it works.
7676 if test "$pipe_works" = yes; then
7677 break
7678 else
7679 lt_cv_sys_global_symbol_pipe=
7680 fi
7681done
42ecbf5e 7682
ce2cded5 7683fi
7357c5b6
AM
7684
7685if test -z "$lt_cv_sys_global_symbol_pipe"; then
7686 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 7687fi
7357c5b6 7688if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7690$as_echo "failed" >&6; }
7357c5b6 7691else
81ecdfbb
RW
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7693$as_echo "ok" >&6; }
ce2cded5 7694fi
e5a52504 7695
d7040cdb 7696
e5a52504 7697
d7040cdb 7698
d7040cdb 7699
d7040cdb 7700
d7040cdb 7701
d7040cdb 7702
d7040cdb 7703
d7040cdb 7704
d7040cdb 7705
d7040cdb 7706
7357c5b6
AM
7707
7708
7709
b214d478
SE
7710
7711
7712
7713
7714
7357c5b6
AM
7715
7716
81ecdfbb
RW
7717# Check whether --enable-libtool-lock was given.
7718if test "${enable_libtool_lock+set}" = set; then :
7719 enableval=$enable_libtool_lock;
7720fi
7357c5b6 7721
7357c5b6
AM
7722test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7723
7724# Some flags need to be propagated to the compiler or linker for good
7725# libtool support.
7726case $host in
7727ia64-*-hpux*)
7728 # Find out which ABI we are using.
7729 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7730 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7731 (eval $ac_compile) 2>&5
7732 ac_status=$?
81ecdfbb
RW
7733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7734 test $ac_status = 0; }; then
7357c5b6
AM
7735 case `/usr/bin/file conftest.$ac_objext` in
7736 *ELF-32*)
7737 HPUX_IA64_MODE="32"
7738 ;;
7739 *ELF-64*)
7740 HPUX_IA64_MODE="64"
7741 ;;
7742 esac
7743 fi
7744 rm -rf conftest*
7745 ;;
7746*-*-irix6*)
7747 # Find out which ABI we are using.
3725885a 7748 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7749 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7750 (eval $ac_compile) 2>&5
7751 ac_status=$?
81ecdfbb
RW
7752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7753 test $ac_status = 0; }; then
7357c5b6
AM
7754 if test "$lt_cv_prog_gnu_ld" = yes; then
7755 case `/usr/bin/file conftest.$ac_objext` in
7756 *32-bit*)
7757 LD="${LD-ld} -melf32bsmip"
7758 ;;
7759 *N32*)
7760 LD="${LD-ld} -melf32bmipn32"
7761 ;;
7762 *64-bit*)
7763 LD="${LD-ld} -melf64bmip"
7764 ;;
7765 esac
7766 else
7767 case `/usr/bin/file conftest.$ac_objext` in
7768 *32-bit*)
7769 LD="${LD-ld} -32"
7770 ;;
7771 *N32*)
7772 LD="${LD-ld} -n32"
7773 ;;
7774 *64-bit*)
7775 LD="${LD-ld} -64"
7776 ;;
7777 esac
7778 fi
7779 fi
7780 rm -rf conftest*
7781 ;;
7782
cc9afea3 7783x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7784s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7785 # Find out which ABI we are using.
7786 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7787 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7788 (eval $ac_compile) 2>&5
7789 ac_status=$?
81ecdfbb
RW
7790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7791 test $ac_status = 0; }; then
7357c5b6
AM
7792 case `/usr/bin/file conftest.o` in
7793 *32-bit*)
7794 case $host in
7795 x86_64-*kfreebsd*-gnu)
7796 LD="${LD-ld} -m elf_i386_fbsd"
7797 ;;
7798 x86_64-*linux*)
6d2920c8
L
7799 case `/usr/bin/file conftest.o` in
7800 *x86-64*)
7801 LD="${LD-ld} -m elf32_x86_64"
7802 ;;
7803 *)
7804 LD="${LD-ld} -m elf_i386"
7805 ;;
7806 esac
7357c5b6 7807 ;;
cc9afea3
AM
7808 powerpc64le-*linux*)
7809 LD="${LD-ld} -m elf32lppclinux"
7810 ;;
7811 powerpc64-*linux*)
7357c5b6
AM
7812 LD="${LD-ld} -m elf32ppclinux"
7813 ;;
7814 s390x-*linux*)
7815 LD="${LD-ld} -m elf_s390"
7816 ;;
7817 sparc64-*linux*)
7818 LD="${LD-ld} -m elf32_sparc"
7819 ;;
7820 esac
7821 ;;
7822 *64-bit*)
7823 case $host in
7824 x86_64-*kfreebsd*-gnu)
7825 LD="${LD-ld} -m elf_x86_64_fbsd"
7826 ;;
7827 x86_64-*linux*)
7828 LD="${LD-ld} -m elf_x86_64"
7829 ;;
cc9afea3
AM
7830 powerpcle-*linux*)
7831 LD="${LD-ld} -m elf64lppc"
7832 ;;
7833 powerpc-*linux*)
7357c5b6
AM
7834 LD="${LD-ld} -m elf64ppc"
7835 ;;
7836 s390*-*linux*|s390*-*tpf*)
7837 LD="${LD-ld} -m elf64_s390"
7838 ;;
7839 sparc*-*linux*)
7840 LD="${LD-ld} -m elf64_sparc"
7841 ;;
7842 esac
7843 ;;
7844 esac
7845 fi
7846 rm -rf conftest*
7847 ;;
7848
7849*-*-sco3.2v5*)
7850 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7851 SAVE_CFLAGS="$CFLAGS"
7852 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7854$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7855if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7856 $as_echo_n "(cached) " >&6
ce2cded5 7857else
7357c5b6
AM
7858 ac_ext=c
7859ac_cpp='$CPP $CPPFLAGS'
7860ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7861ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7862ac_compiler_gnu=$ac_cv_c_compiler_gnu
7863
81ecdfbb 7864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 7865/* end confdefs.h. */
d7040cdb 7866
7357c5b6
AM
7867int
7868main ()
7869{
7870
7871 ;
7872 return 0;
7873}
ce2cded5 7874_ACEOF
81ecdfbb 7875if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7876 lt_cv_cc_needs_belf=yes
ce2cded5 7877else
81ecdfbb 7878 lt_cv_cc_needs_belf=no
ce2cded5 7879fi
81ecdfbb
RW
7880rm -f core conftest.err conftest.$ac_objext \
7881 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7882 ac_ext=c
7883ac_cpp='$CPP $CPPFLAGS'
7884ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7885ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7886ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7887
b214d478 7888fi
81ecdfbb
RW
7889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7890$as_echo "$lt_cv_cc_needs_belf" >&6; }
b214d478
SE
7891 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7892 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7893 CFLAGS="$SAVE_CFLAGS"
7894 fi
7895 ;;
7896sparc*-*solaris*)
7897 # Find out which ABI we are using.
7898 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7899 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
b214d478
SE
7900 (eval $ac_compile) 2>&5
7901 ac_status=$?
81ecdfbb
RW
7902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7903 test $ac_status = 0; }; then
b214d478
SE
7904 case `/usr/bin/file conftest.o` in
7905 *64-bit*)
7906 case $lt_cv_prog_gnu_ld in
7907 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7908 *)
7909 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7910 LD="${LD-ld} -64"
7911 fi
7912 ;;
7913 esac
7914 ;;
7915 esac
7916 fi
7917 rm -rf conftest*
7918 ;;
7919esac
7920
7921need_locks="$enable_libtool_lock"
7922
7923
7924 case $host_os in
7925 rhapsody* | darwin*)
7926 if test -n "$ac_tool_prefix"; then
7927 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7928set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7930$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7931if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7932 $as_echo_n "(cached) " >&6
b214d478
SE
7933else
7934 if test -n "$DSYMUTIL"; then
7935 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7936else
7937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7938for as_dir in $PATH
7939do
7940 IFS=$as_save_IFS
7941 test -z "$as_dir" && as_dir=.
81ecdfbb 7942 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 7944 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7946 break 2
7947 fi
7948done
81ecdfbb
RW
7949 done
7950IFS=$as_save_IFS
b214d478
SE
7951
7952fi
7953fi
7954DSYMUTIL=$ac_cv_prog_DSYMUTIL
7955if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7957$as_echo "$DSYMUTIL" >&6; }
b214d478 7958else
81ecdfbb
RW
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7960$as_echo "no" >&6; }
b214d478
SE
7961fi
7962
81ecdfbb 7963
b214d478
SE
7964fi
7965if test -z "$ac_cv_prog_DSYMUTIL"; then
7966 ac_ct_DSYMUTIL=$DSYMUTIL
7967 # Extract the first word of "dsymutil", so it can be a program name with args.
7968set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7970$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7971if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7972 $as_echo_n "(cached) " >&6
b214d478
SE
7973else
7974 if test -n "$ac_ct_DSYMUTIL"; then
7975 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7976else
7977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7978for as_dir in $PATH
7979do
7980 IFS=$as_save_IFS
7981 test -z "$as_dir" && as_dir=.
81ecdfbb 7982 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7983 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 7984 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
7986 break 2
7987 fi
7988done
81ecdfbb
RW
7989 done
7990IFS=$as_save_IFS
b214d478 7991
b214d478
SE
7992fi
7993fi
7994ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7995if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7997$as_echo "$ac_ct_DSYMUTIL" >&6; }
b214d478 7998else
81ecdfbb
RW
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8000$as_echo "no" >&6; }
b214d478
SE
8001fi
8002
81ecdfbb
RW
8003 if test "x$ac_ct_DSYMUTIL" = x; then
8004 DSYMUTIL=":"
8005 else
8006 case $cross_compiling:$ac_tool_warned in
8007yes:)
8008{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8009$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8010ac_tool_warned=yes ;;
8011esac
8012 DSYMUTIL=$ac_ct_DSYMUTIL
8013 fi
b214d478
SE
8014else
8015 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8016fi
8017
8018 if test -n "$ac_tool_prefix"; then
8019 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8020set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
8021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8022$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8023if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 8024 $as_echo_n "(cached) " >&6
b214d478
SE
8025else
8026 if test -n "$NMEDIT"; then
8027 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8028else
8029as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8030for as_dir in $PATH
8031do
8032 IFS=$as_save_IFS
8033 test -z "$as_dir" && as_dir=.
81ecdfbb 8034 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8035 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8036 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 8037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8038 break 2
8039 fi
8040done
81ecdfbb
RW
8041 done
8042IFS=$as_save_IFS
b214d478
SE
8043
8044fi
8045fi
8046NMEDIT=$ac_cv_prog_NMEDIT
8047if test -n "$NMEDIT"; then
81ecdfbb
RW
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
8049$as_echo "$NMEDIT" >&6; }
b214d478 8050else
81ecdfbb
RW
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8052$as_echo "no" >&6; }
b214d478
SE
8053fi
8054
81ecdfbb 8055
b214d478
SE
8056fi
8057if test -z "$ac_cv_prog_NMEDIT"; then
8058 ac_ct_NMEDIT=$NMEDIT
8059 # Extract the first word of "nmedit", so it can be a program name with args.
8060set dummy nmedit; ac_word=$2
81ecdfbb
RW
8061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8062$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8063if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 8064 $as_echo_n "(cached) " >&6
b214d478
SE
8065else
8066 if test -n "$ac_ct_NMEDIT"; then
8067 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8068else
8069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8070for as_dir in $PATH
8071do
8072 IFS=$as_save_IFS
8073 test -z "$as_dir" && as_dir=.
81ecdfbb 8074 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8075 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8076 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 8077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8078 break 2
8079 fi
8080done
81ecdfbb
RW
8081 done
8082IFS=$as_save_IFS
b214d478 8083
b214d478
SE
8084fi
8085fi
8086ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8087if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
8089$as_echo "$ac_ct_NMEDIT" >&6; }
b214d478 8090else
81ecdfbb
RW
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8092$as_echo "no" >&6; }
b214d478
SE
8093fi
8094
81ecdfbb
RW
8095 if test "x$ac_ct_NMEDIT" = x; then
8096 NMEDIT=":"
8097 else
8098 case $cross_compiling:$ac_tool_warned in
8099yes:)
8100{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8101$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8102ac_tool_warned=yes ;;
8103esac
8104 NMEDIT=$ac_ct_NMEDIT
8105 fi
b214d478
SE
8106else
8107 NMEDIT="$ac_cv_prog_NMEDIT"
8108fi
8109
8110 if test -n "$ac_tool_prefix"; then
8111 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
8112set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
8113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8114$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8115if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 8116 $as_echo_n "(cached) " >&6
b214d478
SE
8117else
8118 if test -n "$LIPO"; then
8119 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8120else
8121as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8122for as_dir in $PATH
8123do
8124 IFS=$as_save_IFS
8125 test -z "$as_dir" && as_dir=.
81ecdfbb 8126 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8128 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 8129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8130 break 2
8131 fi
8132done
81ecdfbb
RW
8133 done
8134IFS=$as_save_IFS
b214d478
SE
8135
8136fi
8137fi
8138LIPO=$ac_cv_prog_LIPO
8139if test -n "$LIPO"; then
81ecdfbb
RW
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8141$as_echo "$LIPO" >&6; }
b214d478 8142else
81ecdfbb
RW
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8144$as_echo "no" >&6; }
b214d478
SE
8145fi
8146
81ecdfbb 8147
b214d478
SE
8148fi
8149if test -z "$ac_cv_prog_LIPO"; then
8150 ac_ct_LIPO=$LIPO
8151 # Extract the first word of "lipo", so it can be a program name with args.
8152set dummy lipo; ac_word=$2
81ecdfbb
RW
8153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8154$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8155if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 8156 $as_echo_n "(cached) " >&6
b214d478
SE
8157else
8158 if test -n "$ac_ct_LIPO"; then
8159 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8160else
8161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8162for as_dir in $PATH
8163do
8164 IFS=$as_save_IFS
8165 test -z "$as_dir" && as_dir=.
81ecdfbb 8166 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8167 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8168 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 8169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8170 break 2
8171 fi
8172done
81ecdfbb
RW
8173 done
8174IFS=$as_save_IFS
b214d478 8175
b214d478
SE
8176fi
8177fi
8178ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
8179if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
8181$as_echo "$ac_ct_LIPO" >&6; }
b214d478 8182else
81ecdfbb
RW
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8184$as_echo "no" >&6; }
b214d478
SE
8185fi
8186
81ecdfbb
RW
8187 if test "x$ac_ct_LIPO" = x; then
8188 LIPO=":"
8189 else
8190 case $cross_compiling:$ac_tool_warned in
8191yes:)
8192{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8193$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8194ac_tool_warned=yes ;;
8195esac
8196 LIPO=$ac_ct_LIPO
8197 fi
b214d478
SE
8198else
8199 LIPO="$ac_cv_prog_LIPO"
8200fi
8201
8202 if test -n "$ac_tool_prefix"; then
8203 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8204set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
8205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8206$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8207if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 8208 $as_echo_n "(cached) " >&6
b214d478
SE
8209else
8210 if test -n "$OTOOL"; then
8211 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8212else
8213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8214for as_dir in $PATH
8215do
8216 IFS=$as_save_IFS
8217 test -z "$as_dir" && as_dir=.
81ecdfbb 8218 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8220 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 8221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8222 break 2
8223 fi
8224done
81ecdfbb
RW
8225 done
8226IFS=$as_save_IFS
b214d478
SE
8227
8228fi
8229fi
8230OTOOL=$ac_cv_prog_OTOOL
8231if test -n "$OTOOL"; then
81ecdfbb
RW
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8233$as_echo "$OTOOL" >&6; }
b214d478 8234else
81ecdfbb
RW
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8236$as_echo "no" >&6; }
b214d478
SE
8237fi
8238
81ecdfbb 8239
b214d478
SE
8240fi
8241if test -z "$ac_cv_prog_OTOOL"; then
8242 ac_ct_OTOOL=$OTOOL
8243 # Extract the first word of "otool", so it can be a program name with args.
8244set dummy otool; ac_word=$2
81ecdfbb
RW
8245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8246$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8247if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 8248 $as_echo_n "(cached) " >&6
b214d478
SE
8249else
8250 if test -n "$ac_ct_OTOOL"; then
8251 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8252else
8253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8254for as_dir in $PATH
8255do
8256 IFS=$as_save_IFS
8257 test -z "$as_dir" && as_dir=.
81ecdfbb 8258 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8260 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 8261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8262 break 2
8263 fi
8264done
81ecdfbb
RW
8265 done
8266IFS=$as_save_IFS
b214d478 8267
b214d478
SE
8268fi
8269fi
8270ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8271if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8273$as_echo "$ac_ct_OTOOL" >&6; }
b214d478 8274else
81ecdfbb
RW
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8276$as_echo "no" >&6; }
b214d478
SE
8277fi
8278
81ecdfbb
RW
8279 if test "x$ac_ct_OTOOL" = x; then
8280 OTOOL=":"
8281 else
8282 case $cross_compiling:$ac_tool_warned in
8283yes:)
8284{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8285$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8286ac_tool_warned=yes ;;
8287esac
8288 OTOOL=$ac_ct_OTOOL
8289 fi
b214d478
SE
8290else
8291 OTOOL="$ac_cv_prog_OTOOL"
8292fi
8293
8294 if test -n "$ac_tool_prefix"; then
8295 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8296set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
8297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8298$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8299if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 8300 $as_echo_n "(cached) " >&6
b214d478
SE
8301else
8302 if test -n "$OTOOL64"; then
8303 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8304else
8305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8306for as_dir in $PATH
8307do
8308 IFS=$as_save_IFS
8309 test -z "$as_dir" && as_dir=.
81ecdfbb 8310 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8312 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 8313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8314 break 2
8315 fi
8316done
81ecdfbb
RW
8317 done
8318IFS=$as_save_IFS
b214d478
SE
8319
8320fi
8321fi
8322OTOOL64=$ac_cv_prog_OTOOL64
8323if test -n "$OTOOL64"; then
81ecdfbb
RW
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8325$as_echo "$OTOOL64" >&6; }
b214d478 8326else
81ecdfbb
RW
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8328$as_echo "no" >&6; }
b214d478
SE
8329fi
8330
81ecdfbb 8331
b214d478
SE
8332fi
8333if test -z "$ac_cv_prog_OTOOL64"; then
8334 ac_ct_OTOOL64=$OTOOL64
8335 # Extract the first word of "otool64", so it can be a program name with args.
8336set dummy otool64; ac_word=$2
81ecdfbb
RW
8337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8338$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8339if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 8340 $as_echo_n "(cached) " >&6
b214d478
SE
8341else
8342 if test -n "$ac_ct_OTOOL64"; then
8343 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8344else
8345as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8346for as_dir in $PATH
8347do
8348 IFS=$as_save_IFS
8349 test -z "$as_dir" && as_dir=.
81ecdfbb 8350 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b214d478 8352 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 8353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b214d478
SE
8354 break 2
8355 fi
8356done
81ecdfbb
RW
8357 done
8358IFS=$as_save_IFS
b214d478 8359
b214d478
SE
8360fi
8361fi
8362ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8363if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8365$as_echo "$ac_ct_OTOOL64" >&6; }
b214d478 8366else
81ecdfbb
RW
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8368$as_echo "no" >&6; }
b214d478
SE
8369fi
8370
81ecdfbb
RW
8371 if test "x$ac_ct_OTOOL64" = x; then
8372 OTOOL64=":"
8373 else
8374 case $cross_compiling:$ac_tool_warned in
8375yes:)
8376{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8377$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8378ac_tool_warned=yes ;;
8379esac
8380 OTOOL64=$ac_ct_OTOOL64
8381 fi
b214d478
SE
8382else
8383 OTOOL64="$ac_cv_prog_OTOOL64"
8384fi
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
81ecdfbb
RW
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8413$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8414if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 8415 $as_echo_n "(cached) " >&6
b214d478
SE
8416else
8417 lt_cv_apple_cc_single_mod=no
8418 if test -z "${LT_MULTI_MODULE}"; then
8419 # By default we will add the -single_module flag. You can override
8420 # by either setting the environment variable LT_MULTI_MODULE
8421 # non-empty at configure time, or by adding -multi_module to the
8422 # link flags.
8423 rm -rf libconftest.dylib*
8424 echo "int foo(void){return 1;}" > conftest.c
8425 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8426-dynamiclib -Wl,-single_module conftest.c" >&5
8427 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8428 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8429 _lt_result=$?
8430 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8431 lt_cv_apple_cc_single_mod=yes
8432 else
8433 cat conftest.err >&5
8434 fi
8435 rm -rf libconftest.dylib*
8436 rm -f conftest.*
8437 fi
8438fi
81ecdfbb
RW
8439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8440$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8442$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8443if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 8444 $as_echo_n "(cached) " >&6
b214d478
SE
8445else
8446 lt_cv_ld_exported_symbols_list=no
8447 save_LDFLAGS=$LDFLAGS
8448 echo "_main" > conftest.sym
8449 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b214d478
SE
8451/* end confdefs.h. */
8452
8453int
8454main ()
8455{
8456
8457 ;
8458 return 0;
8459}
8460_ACEOF
81ecdfbb 8461if ac_fn_c_try_link "$LINENO"; then :
b214d478
SE
8462 lt_cv_ld_exported_symbols_list=yes
8463else
81ecdfbb 8464 lt_cv_ld_exported_symbols_list=no
b214d478 8465fi
81ecdfbb
RW
8466rm -f core conftest.err conftest.$ac_objext \
8467 conftest$ac_exeext conftest.$ac_ext
b214d478
SE
8468 LDFLAGS="$save_LDFLAGS"
8469
8470fi
81ecdfbb
RW
8471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8472$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8474$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8475if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
8476 $as_echo_n "(cached) " >&6
8477else
8478 lt_cv_ld_force_load=no
8479 cat > conftest.c << _LT_EOF
8480int forced_loaded() { return 2;}
8481_LT_EOF
8482 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8483 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8484 echo "$AR cru libconftest.a conftest.o" >&5
8485 $AR cru libconftest.a conftest.o 2>&5
8486 cat > conftest.c << _LT_EOF
8487int main() { return 0;}
8488_LT_EOF
8489 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8490 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8491 _lt_result=$?
8492 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8493 lt_cv_ld_force_load=yes
8494 else
8495 cat conftest.err >&5
8496 fi
8497 rm -f conftest.err libconftest.a conftest conftest.c
8498 rm -rf conftest.dSYM
8499
8500fi
8501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8502$as_echo "$lt_cv_ld_force_load" >&6; }
b214d478
SE
8503 case $host_os in
8504 rhapsody* | darwin1.[012])
8505 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8506 darwin1.*)
8507 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8508 darwin*) # darwin 5.x on
8509 # if running on 10.5 or later, the deployment target defaults
8510 # to the OS version, if on x86, and 10.4, the deployment
8511 # target defaults to 10.4. Don't you love it?
8512 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8513 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8514 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8515 10.[012][,.]*)
b214d478
SE
8516 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8517 10.*)
8518 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8519 esac
8520 ;;
8521 esac
8522 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8523 _lt_dar_single_mod='$single_module'
8524 fi
8525 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8526 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8527 else
8528 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8529 fi
3725885a 8530 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
b214d478
SE
8531 _lt_dsymutil='~$DSYMUTIL $lib || :'
8532 else
8533 _lt_dsymutil=
8534 fi
8535 ;;
8536 esac
8537
b214d478 8538for ac_header in dlfcn.h
81ecdfbb
RW
8539do :
8540 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8541"
d0ac1c44 8542if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b214d478 8543 cat >>confdefs.h <<_ACEOF
81ecdfbb 8544#define HAVE_DLFCN_H 1
b214d478
SE
8545_ACEOF
8546
8547fi
8548
8549done
8550
8551
8552
3725885a
RW
8553
8554
3cb62297 8555
b214d478
SE
8556# Set options
8557
8558
8559
8560 enable_dlopen=no
8561
8562
8563 enable_win32_dll=no
8564
8565
81ecdfbb
RW
8566 # Check whether --enable-shared was given.
8567if test "${enable_shared+set}" = set; then :
8568 enableval=$enable_shared; p=${PACKAGE-default}
b214d478
SE
8569 case $enableval in
8570 yes) enable_shared=yes ;;
8571 no) enable_shared=no ;;
8572 *)
8573 enable_shared=no
8574 # Look at the argument we got. We use all the common list separators.
8575 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8576 for pkg in $enableval; do
8577 IFS="$lt_save_ifs"
8578 if test "X$pkg" = "X$p"; then
8579 enable_shared=yes
8580 fi
8581 done
8582 IFS="$lt_save_ifs"
8583 ;;
8584 esac
8585else
8586 enable_shared=yes
81ecdfbb 8587fi
b214d478
SE
8588
8589
8590
8591
8592
8593
8594
8595
81ecdfbb
RW
8596
8597 # Check whether --enable-static was given.
8598if test "${enable_static+set}" = set; then :
8599 enableval=$enable_static; p=${PACKAGE-default}
b214d478
SE
8600 case $enableval in
8601 yes) enable_static=yes ;;
8602 no) enable_static=no ;;
8603 *)
8604 enable_static=no
8605 # Look at the argument we got. We use all the common list separators.
8606 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8607 for pkg in $enableval; do
8608 IFS="$lt_save_ifs"
8609 if test "X$pkg" = "X$p"; then
8610 enable_static=yes
8611 fi
8612 done
8613 IFS="$lt_save_ifs"
8614 ;;
8615 esac
8616else
8617 enable_static=yes
81ecdfbb 8618fi
b214d478
SE
8619
8620
8621
8622
8623
8624
8625
8626
8627
81ecdfbb
RW
8628
8629# Check whether --with-pic was given.
8630if test "${with_pic+set}" = set; then :
8631 withval=$with_pic; pic_mode="$withval"
b214d478
SE
8632else
8633 pic_mode=default
81ecdfbb
RW
8634fi
8635
b214d478
SE
8636
8637test -z "$pic_mode" && pic_mode=default
8638
8639
8640
8641
8642
8643
8644
81ecdfbb
RW
8645 # Check whether --enable-fast-install was given.
8646if test "${enable_fast_install+set}" = set; then :
8647 enableval=$enable_fast_install; p=${PACKAGE-default}
b214d478
SE
8648 case $enableval in
8649 yes) enable_fast_install=yes ;;
8650 no) enable_fast_install=no ;;
8651 *)
8652 enable_fast_install=no
8653 # Look at the argument we got. We use all the common list separators.
8654 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8655 for pkg in $enableval; do
8656 IFS="$lt_save_ifs"
8657 if test "X$pkg" = "X$p"; then
8658 enable_fast_install=yes
8659 fi
8660 done
8661 IFS="$lt_save_ifs"
7357c5b6
AM
8662 ;;
8663 esac
b214d478
SE
8664else
8665 enable_fast_install=yes
81ecdfbb
RW
8666fi
8667
ce2cded5 8668
ce2cded5
L
8669
8670
ce2cded5 8671
42ecbf5e 8672
d7040cdb 8673
d7040cdb 8674
d7040cdb 8675
d7040cdb 8676
d7040cdb 8677
ce2cded5
L
8678# This can be used to rebuild libtool when needed
8679LIBTOOL_DEPS="$ltmain"
d7040cdb 8680
ce2cded5
L
8681# Always use our own libtool.
8682LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 8683
d7040cdb 8684
d7040cdb 8685
d7040cdb 8686
d7040cdb 8687
d7040cdb 8688
d7040cdb 8689
d7040cdb 8690
d7040cdb 8691
d7040cdb 8692
d7040cdb 8693
d7040cdb 8694
d7040cdb 8695
d7040cdb 8696
d7040cdb 8697
d7040cdb 8698
d7040cdb
SE
8699
8700
8701
8702
8703
8704
8705
3725885a 8706
d7040cdb
SE
8707
8708
ce2cded5 8709test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
8710
8711
8712
8713
8714
8715
d7040cdb
SE
8716
8717
8718
8719
8720
8721
8722
8723
ce2cded5
L
8724if test -n "${ZSH_VERSION+set}" ; then
8725 setopt NO_GLOB_SUBST
8726fi
d7040cdb 8727
81ecdfbb
RW
8728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8729$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8730if ${lt_cv_objdir+:} false; then :
81ecdfbb 8731 $as_echo_n "(cached) " >&6
ce2cded5
L
8732else
8733 rm -f .libs 2>/dev/null
8734mkdir .libs 2>/dev/null
8735if test -d .libs; then
8736 lt_cv_objdir=.libs
8737else
8738 # MS-DOS does not allow filenames that begin with a dot.
8739 lt_cv_objdir=_libs
8740fi
8741rmdir .libs 2>/dev/null
8742fi
81ecdfbb
RW
8743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8744$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 8745objdir=$lt_cv_objdir
d7040cdb
SE
8746
8747
8748
8749
8750
ce2cded5
L
8751cat >>confdefs.h <<_ACEOF
8752#define LT_OBJDIR "$lt_cv_objdir/"
8753_ACEOF
d7040cdb
SE
8754
8755
8756
8757
ce2cded5
L
8758case $host_os in
8759aix3*)
8760 # AIX sometimes has problems with the GCC collect2 program. For some
8761 # reason, if we set the COLLECT_NAMES environment variable, the problems
8762 # vanish in a puff of smoke.
8763 if test "X${COLLECT_NAMES+set}" != Xset; then
8764 COLLECT_NAMES=
8765 export COLLECT_NAMES
8766 fi
8767 ;;
8768esac
d7040cdb 8769
ce2cded5
L
8770# Global variables:
8771ofile=libtool
8772can_build_shared=yes
d7040cdb 8773
ce2cded5
L
8774# All known linkers require a `.a' archive for static linking (except MSVC,
8775# which needs '.lib').
8776libext=a
d7040cdb 8777
ce2cded5 8778with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 8779
ce2cded5
L
8780old_CC="$CC"
8781old_CFLAGS="$CFLAGS"
d7040cdb 8782
ce2cded5
L
8783# Set sane defaults for various variables
8784test -z "$CC" && CC=cc
8785test -z "$LTCC" && LTCC=$CC
8786test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8787test -z "$LD" && LD=ld
8788test -z "$ac_objext" && ac_objext=o
d7040cdb 8789
ce2cded5
L
8790for cc_temp in $compiler""; do
8791 case $cc_temp in
8792 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8793 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8794 \-*) ;;
8795 *) break;;
8796 esac
8797done
3725885a 8798cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8799
8800
ce2cded5
L
8801# Only perform the check for file, if the check method requires it
8802test -z "$MAGIC_CMD" && MAGIC_CMD=file
8803case $deplibs_check_method in
8804file_magic*)
8805 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8807$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8808if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8809 $as_echo_n "(cached) " >&6
ce2cded5
L
8810else
8811 case $MAGIC_CMD in
8812[\\/*] | ?:[\\/]*)
8813 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8814 ;;
8815*)
8816 lt_save_MAGIC_CMD="$MAGIC_CMD"
8817 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8818 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8819 for ac_dir in $ac_dummy; do
8820 IFS="$lt_save_ifs"
8821 test -z "$ac_dir" && ac_dir=.
8822 if test -f $ac_dir/${ac_tool_prefix}file; then
8823 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8824 if test -n "$file_magic_test_file"; then
8825 case $deplibs_check_method in
8826 "file_magic "*)
8827 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8828 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8829 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8830 $EGREP "$file_magic_regex" > /dev/null; then
8831 :
8832 else
8833 cat <<_LT_EOF 1>&2
d7040cdb 8834
ce2cded5
L
8835*** Warning: the command libtool uses to detect shared libraries,
8836*** $file_magic_cmd, produces output that libtool cannot recognize.
8837*** The result is that libtool may fail to recognize shared libraries
8838*** as such. This will affect the creation of libtool libraries that
8839*** depend on shared libraries, but programs linked with such libtool
8840*** libraries will work regardless of this problem. Nevertheless, you
8841*** may want to report the problem to your system manager and/or to
8842*** bug-libtool@gnu.org
d7040cdb 8843
ce2cded5
L
8844_LT_EOF
8845 fi ;;
8846 esac
8847 fi
8848 break
8849 fi
8850 done
8851 IFS="$lt_save_ifs"
8852 MAGIC_CMD="$lt_save_MAGIC_CMD"
8853 ;;
8854esac
8855fi
d7040cdb 8856
ce2cded5
L
8857MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8858if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8860$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8861else
81ecdfbb
RW
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8863$as_echo "no" >&6; }
ce2cded5 8864fi
d7040cdb
SE
8865
8866
8867
8868
8869
ce2cded5
L
8870if test -z "$lt_cv_path_MAGIC_CMD"; then
8871 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8873$as_echo_n "checking for file... " >&6; }
d0ac1c44 8874if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8875 $as_echo_n "(cached) " >&6
ce2cded5
L
8876else
8877 case $MAGIC_CMD in
8878[\\/*] | ?:[\\/]*)
8879 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8880 ;;
8881*)
8882 lt_save_MAGIC_CMD="$MAGIC_CMD"
8883 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8884 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8885 for ac_dir in $ac_dummy; do
8886 IFS="$lt_save_ifs"
8887 test -z "$ac_dir" && ac_dir=.
8888 if test -f $ac_dir/file; then
8889 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8890 if test -n "$file_magic_test_file"; then
8891 case $deplibs_check_method in
8892 "file_magic "*)
8893 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8894 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8895 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8896 $EGREP "$file_magic_regex" > /dev/null; then
8897 :
8898 else
8899 cat <<_LT_EOF 1>&2
d7040cdb 8900
ce2cded5
L
8901*** Warning: the command libtool uses to detect shared libraries,
8902*** $file_magic_cmd, produces output that libtool cannot recognize.
8903*** The result is that libtool may fail to recognize shared libraries
8904*** as such. This will affect the creation of libtool libraries that
8905*** depend on shared libraries, but programs linked with such libtool
8906*** libraries will work regardless of this problem. Nevertheless, you
8907*** may want to report the problem to your system manager and/or to
8908*** bug-libtool@gnu.org
d7040cdb 8909
ce2cded5
L
8910_LT_EOF
8911 fi ;;
8912 esac
8913 fi
8914 break
8915 fi
8916 done
8917 IFS="$lt_save_ifs"
8918 MAGIC_CMD="$lt_save_MAGIC_CMD"
8919 ;;
8920esac
8921fi
d7040cdb 8922
ce2cded5
L
8923MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8924if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8926$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8927else
81ecdfbb
RW
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8929$as_echo "no" >&6; }
ce2cded5 8930fi
d7040cdb
SE
8931
8932
ce2cded5
L
8933 else
8934 MAGIC_CMD=:
8935 fi
8936fi
d7040cdb 8937
ce2cded5
L
8938 fi
8939 ;;
8940esac
d7040cdb 8941
ce2cded5 8942# Use C for the default configuration in the libtool script
d7040cdb 8943
ce2cded5
L
8944lt_save_CC="$CC"
8945ac_ext=c
8946ac_cpp='$CPP $CPPFLAGS'
8947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8949ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
8950
8951
ce2cded5
L
8952# Source file extension for C test sources.
8953ac_ext=c
d7040cdb 8954
ce2cded5
L
8955# Object file extension for compiled C test sources.
8956objext=o
8957objext=$objext
d7040cdb 8958
ce2cded5
L
8959# Code to be used in simple compile tests
8960lt_simple_compile_test_code="int some_variable = 0;"
d7040cdb 8961
ce2cded5
L
8962# Code to be used in simple link tests
8963lt_simple_link_test_code='int main(){return(0);}'
d7040cdb
SE
8964
8965
8966
8967
8968
8969
8970
ce2cded5
L
8971# If no C compiler was specified, use CC.
8972LTCC=${LTCC-"$CC"}
d7040cdb 8973
ce2cded5
L
8974# If no C compiler flags were specified, use CFLAGS.
8975LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 8976
ce2cded5
L
8977# Allow CC to be a program name with arguments.
8978compiler=$CC
d7040cdb 8979
ce2cded5
L
8980# Save the default compiler, since it gets overwritten when the other
8981# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8982compiler_DEFAULT=$CC
d7040cdb 8983
ce2cded5
L
8984# save warnings/boilerplate of simple test code
8985ac_outfile=conftest.$ac_objext
8986echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8987eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8988_lt_compiler_boilerplate=`cat conftest.err`
8989$RM conftest*
d7040cdb 8990
ce2cded5
L
8991ac_outfile=conftest.$ac_objext
8992echo "$lt_simple_link_test_code" >conftest.$ac_ext
8993eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8994_lt_linker_boilerplate=`cat conftest.err`
b214d478 8995$RM -r conftest*
d7040cdb
SE
8996
8997
ce2cded5
L
8998## CAVEAT EMPTOR:
8999## There is no encapsulation within the following macros, do not change
9000## the running order or otherwise move them around unless you know exactly
9001## what you are doing...
9002if test -n "$compiler"; then
d7040cdb 9003
ce2cded5 9004lt_prog_compiler_no_builtin_flag=
d7040cdb 9005
ce2cded5 9006if test "$GCC" = yes; then
3725885a
RW
9007 case $cc_basename in
9008 nvcc*)
9009 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9010 *)
9011 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9012 esac
d7040cdb 9013
81ecdfbb
RW
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9015$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9016if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 9017 $as_echo_n "(cached) " >&6
ce2cded5
L
9018else
9019 lt_cv_prog_compiler_rtti_exceptions=no
9020 ac_outfile=conftest.$ac_objext
9021 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9022 lt_compiler_flag="-fno-rtti -fno-exceptions"
9023 # Insert the option either (1) after the last *FLAGS variable, or
9024 # (2) before a word containing "conftest.", or (3) at the end.
9025 # Note that $ac_compile itself does not contain backslashes and begins
9026 # with a dollar sign (not a hyphen), so the echo should work correctly.
9027 # The option is referenced via a variable to avoid confusing sed.
9028 lt_compile=`echo "$ac_compile" | $SED \
9029 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9030 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9031 -e 's:$: $lt_compiler_flag:'`
3725885a 9032 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9033 (eval "$lt_compile" 2>conftest.err)
9034 ac_status=$?
9035 cat conftest.err >&5
3725885a 9036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9037 if (exit $ac_status) && test -s "$ac_outfile"; then
9038 # The compiler can only warn and ignore the option if not recognized
9039 # So say no if there are warnings other than the usual output.
3725885a 9040 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
9041 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9042 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9043 lt_cv_prog_compiler_rtti_exceptions=yes
9044 fi
9045 fi
9046 $RM conftest*
d7040cdb 9047
ce2cded5 9048fi
81ecdfbb
RW
9049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9050$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb 9051
ce2cded5
L
9052if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9053 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9054else
9055 :
9056fi
d7040cdb 9057
ce2cded5 9058fi
d7040cdb
SE
9059
9060
9061
9062
9063
9064
ce2cded5
L
9065 lt_prog_compiler_wl=
9066lt_prog_compiler_pic=
9067lt_prog_compiler_static=
d7040cdb 9068
81ecdfbb
RW
9069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9070$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb 9071
ce2cded5
L
9072 if test "$GCC" = yes; then
9073 lt_prog_compiler_wl='-Wl,'
9074 lt_prog_compiler_static='-static'
d7040cdb 9075
ce2cded5
L
9076 case $host_os in
9077 aix*)
9078 # All AIX code is PIC.
9079 if test "$host_cpu" = ia64; then
9080 # AIX 5 now supports IA64 processor
9081 lt_prog_compiler_static='-Bstatic'
9082 fi
52204357 9083 lt_prog_compiler_pic='-fPIC'
ce2cded5 9084 ;;
d7040cdb 9085
ce2cded5 9086 amigaos*)
b214d478
SE
9087 case $host_cpu in
9088 powerpc)
9089 # see comment about AmigaOS4 .so support
9090 lt_prog_compiler_pic='-fPIC'
9091 ;;
9092 m68k)
9093 # FIXME: we need at least 68020 code to build shared libraries, but
9094 # adding the `-m68020' flag to GCC prevents building anything better,
9095 # like `-m68040'.
9096 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9097 ;;
9098 esac
ce2cded5 9099 ;;
d7040cdb 9100
ce2cded5
L
9101 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9102 # PIC is the default for these OSes.
9103 ;;
d7040cdb 9104
b214d478 9105 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
9106 # This hack is so that the source file can tell whether it is being
9107 # built for inclusion in a dll (and should export symbols for example).
9108 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9109 # (--disable-auto-import) libraries
9110 lt_prog_compiler_pic='-DDLL_EXPORT'
9111 ;;
d7040cdb 9112
ce2cded5
L
9113 darwin* | rhapsody*)
9114 # PIC is the default on this platform
9115 # Common symbols not allowed in MH_DYLIB files
9116 lt_prog_compiler_pic='-fno-common'
9117 ;;
d7040cdb 9118
3725885a
RW
9119 haiku*)
9120 # PIC is the default for Haiku.
9121 # The "-static" flag exists, but is broken.
9122 lt_prog_compiler_static=
9123 ;;
9124
ce2cded5 9125 hpux*)
b214d478
SE
9126 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9127 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9128 # sets the default TLS model and affects inlining.
ce2cded5 9129 case $host_cpu in
b214d478 9130 hppa*64*)
ce2cded5
L
9131 # +Z the default
9132 ;;
9133 *)
9134 lt_prog_compiler_pic='-fPIC'
9135 ;;
9136 esac
9137 ;;
d7040cdb 9138
ce2cded5
L
9139 interix[3-9]*)
9140 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9141 # Instead, we relocate shared libraries at runtime.
9142 ;;
d7040cdb 9143
ce2cded5
L
9144 msdosdjgpp*)
9145 # Just because we use GCC doesn't mean we suddenly get shared libraries
9146 # on systems that don't support them.
9147 lt_prog_compiler_can_build_shared=no
9148 enable_shared=no
9149 ;;
d7040cdb 9150
ce2cded5
L
9151 *nto* | *qnx*)
9152 # QNX uses GNU C++, but need to define -shared option too, otherwise
9153 # it will coredump.
9154 lt_prog_compiler_pic='-fPIC -shared'
9155 ;;
d7040cdb 9156
ce2cded5
L
9157 sysv4*MP*)
9158 if test -d /usr/nec; then
9159 lt_prog_compiler_pic=-Kconform_pic
9160 fi
9161 ;;
d7040cdb 9162
ce2cded5
L
9163 *)
9164 lt_prog_compiler_pic='-fPIC'
9165 ;;
9166 esac
3725885a
RW
9167
9168 case $cc_basename in
9169 nvcc*) # Cuda Compiler Driver 2.2
9170 lt_prog_compiler_wl='-Xlinker '
9171 lt_prog_compiler_pic='-Xcompiler -fPIC'
9172 ;;
9173 esac
ce2cded5
L
9174 else
9175 # PORTME Check for flag to pass linker flags through the system compiler.
9176 case $host_os in
9177 aix*)
9178 lt_prog_compiler_wl='-Wl,'
9179 if test "$host_cpu" = ia64; then
9180 # AIX 5 now supports IA64 processor
9181 lt_prog_compiler_static='-Bstatic'
9182 else
9183 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9184 fi
9185 ;;
d7040cdb 9186
b214d478 9187 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
9188 # This hack is so that the source file can tell whether it is being
9189 # built for inclusion in a dll (and should export symbols for example).
9190 lt_prog_compiler_pic='-DDLL_EXPORT'
9191 ;;
d7040cdb 9192
ce2cded5
L
9193 hpux9* | hpux10* | hpux11*)
9194 lt_prog_compiler_wl='-Wl,'
9195 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9196 # not for PA HP-UX.
9197 case $host_cpu in
9198 hppa*64*|ia64*)
9199 # +Z the default
9200 ;;
9201 *)
9202 lt_prog_compiler_pic='+Z'
9203 ;;
9204 esac
9205 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9206 lt_prog_compiler_static='${wl}-a ${wl}archive'
9207 ;;
d7040cdb 9208
ce2cded5
L
9209 irix5* | irix6* | nonstopux*)
9210 lt_prog_compiler_wl='-Wl,'
9211 # PIC (with -KPIC) is the default.
9212 lt_prog_compiler_static='-non_shared'
9213 ;;
d7040cdb 9214
58e24671 9215 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 9216 case $cc_basename in
b214d478
SE
9217 # old Intel for x86_64 which still supported -KPIC.
9218 ecc*)
ce2cded5
L
9219 lt_prog_compiler_wl='-Wl,'
9220 lt_prog_compiler_pic='-KPIC'
9221 lt_prog_compiler_static='-static'
9222 ;;
b214d478
SE
9223 # icc used to be incompatible with GCC.
9224 # ICC 10 doesn't accept -KPIC any more.
9225 icc* | ifort*)
9226 lt_prog_compiler_wl='-Wl,'
9227 lt_prog_compiler_pic='-fPIC'
9228 lt_prog_compiler_static='-static'
9229 ;;
9230 # Lahey Fortran 8.1.
9231 lf95*)
9232 lt_prog_compiler_wl='-Wl,'
9233 lt_prog_compiler_pic='--shared'
9234 lt_prog_compiler_static='--static'
9235 ;;
3725885a 9236 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
9237 # Portland Group compilers (*not* the Pentium gcc compiler,
9238 # which looks to be a dead project)
9239 lt_prog_compiler_wl='-Wl,'
9240 lt_prog_compiler_pic='-fpic'
9241 lt_prog_compiler_static='-Bstatic'
9242 ;;
9243 ccc*)
9244 lt_prog_compiler_wl='-Wl,'
9245 # All Alpha code is PIC.
9246 lt_prog_compiler_static='-non_shared'
9247 ;;
3725885a
RW
9248 xl* | bgxl* | bgf* | mpixl*)
9249 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
b214d478
SE
9250 lt_prog_compiler_wl='-Wl,'
9251 lt_prog_compiler_pic='-qpic'
9252 lt_prog_compiler_static='-qstaticlink'
9253 ;;
ce2cded5
L
9254 *)
9255 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
9256 *Sun\ F* | *Sun*Fortran*)
9257 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
9258 lt_prog_compiler_pic='-KPIC'
9259 lt_prog_compiler_static='-Bstatic'
3725885a 9260 lt_prog_compiler_wl=''
ce2cded5 9261 ;;
3725885a
RW
9262 *Sun\ C*)
9263 # Sun C 5.9
ce2cded5
L
9264 lt_prog_compiler_pic='-KPIC'
9265 lt_prog_compiler_static='-Bstatic'
3725885a 9266 lt_prog_compiler_wl='-Wl,'
ce2cded5
L
9267 ;;
9268 esac
9269 ;;
9270 esac
9271 ;;
d7040cdb 9272
ce2cded5
L
9273 newsos6)
9274 lt_prog_compiler_pic='-KPIC'
9275 lt_prog_compiler_static='-Bstatic'
9276 ;;
d7040cdb 9277
ce2cded5
L
9278 *nto* | *qnx*)
9279 # QNX uses GNU C++, but need to define -shared option too, otherwise
9280 # it will coredump.
9281 lt_prog_compiler_pic='-fPIC -shared'
9282 ;;
d7040cdb 9283
ce2cded5
L
9284 osf3* | osf4* | osf5*)
9285 lt_prog_compiler_wl='-Wl,'
9286 # All OSF/1 code is PIC.
9287 lt_prog_compiler_static='-non_shared'
9288 ;;
d7040cdb 9289
ce2cded5
L
9290 rdos*)
9291 lt_prog_compiler_static='-non_shared'
9292 ;;
d7040cdb 9293
ce2cded5
L
9294 solaris*)
9295 lt_prog_compiler_pic='-KPIC'
9296 lt_prog_compiler_static='-Bstatic'
9297 case $cc_basename in
9298 f77* | f90* | f95*)
9299 lt_prog_compiler_wl='-Qoption ld ';;
9300 *)
9301 lt_prog_compiler_wl='-Wl,';;
9302 esac
9303 ;;
d7040cdb 9304
ce2cded5
L
9305 sunos4*)
9306 lt_prog_compiler_wl='-Qoption ld '
9307 lt_prog_compiler_pic='-PIC'
9308 lt_prog_compiler_static='-Bstatic'
9309 ;;
d7040cdb 9310
ce2cded5
L
9311 sysv4 | sysv4.2uw2* | sysv4.3*)
9312 lt_prog_compiler_wl='-Wl,'
9313 lt_prog_compiler_pic='-KPIC'
9314 lt_prog_compiler_static='-Bstatic'
9315 ;;
d7040cdb 9316
ce2cded5
L
9317 sysv4*MP*)
9318 if test -d /usr/nec ;then
9319 lt_prog_compiler_pic='-Kconform_pic'
9320 lt_prog_compiler_static='-Bstatic'
9321 fi
9322 ;;
d7040cdb 9323
ce2cded5
L
9324 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9325 lt_prog_compiler_wl='-Wl,'
9326 lt_prog_compiler_pic='-KPIC'
9327 lt_prog_compiler_static='-Bstatic'
9328 ;;
d7040cdb 9329
ce2cded5
L
9330 unicos*)
9331 lt_prog_compiler_wl='-Wl,'
9332 lt_prog_compiler_can_build_shared=no
9333 ;;
d7040cdb 9334
ce2cded5
L
9335 uts4*)
9336 lt_prog_compiler_pic='-pic'
9337 lt_prog_compiler_static='-Bstatic'
9338 ;;
d7040cdb 9339
ce2cded5
L
9340 *)
9341 lt_prog_compiler_can_build_shared=no
9342 ;;
9343 esac
9344 fi
d7040cdb 9345
ce2cded5
L
9346case $host_os in
9347 # For platforms which do not support PIC, -DPIC is meaningless:
9348 *djgpp*)
9349 lt_prog_compiler_pic=
9350 ;;
9351 *)
9352 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9353 ;;
9354esac
81ecdfbb
RW
9355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9356$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
9357
9358
9359
9360
9361
9362
ce2cded5
L
9363#
9364# Check to make sure the PIC flag actually works.
9365#
9366if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9368$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 9369if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 9370 $as_echo_n "(cached) " >&6
ce2cded5 9371else
b214d478 9372 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
9373 ac_outfile=conftest.$ac_objext
9374 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9375 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9376 # Insert the option either (1) after the last *FLAGS variable, or
9377 # (2) before a word containing "conftest.", or (3) at the end.
9378 # Note that $ac_compile itself does not contain backslashes and begins
9379 # with a dollar sign (not a hyphen), so the echo should work correctly.
9380 # The option is referenced via a variable to avoid confusing sed.
9381 lt_compile=`echo "$ac_compile" | $SED \
9382 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9383 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9384 -e 's:$: $lt_compiler_flag:'`
3725885a 9385 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9386 (eval "$lt_compile" 2>conftest.err)
9387 ac_status=$?
9388 cat conftest.err >&5
3725885a 9389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9390 if (exit $ac_status) && test -s "$ac_outfile"; then
9391 # The compiler can only warn and ignore the option if not recognized
9392 # So say no if there are warnings other than the usual output.
3725885a 9393 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
9394 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9395 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
b214d478 9396 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
9397 fi
9398 fi
9399 $RM conftest*
d7040cdb 9400
ce2cded5 9401fi
81ecdfbb
RW
9402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9403$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
ce2cded5 9404
b214d478 9405if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
9406 case $lt_prog_compiler_pic in
9407 "" | " "*) ;;
9408 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9409 esac
9410else
9411 lt_prog_compiler_pic=
9412 lt_prog_compiler_can_build_shared=no
9413fi
9414
9415fi
d7040cdb
SE
9416
9417
9418
9419
9420
9421
ce2cded5
L
9422#
9423# Check to make sure the static flag actually works.
9424#
9425wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
9426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9427$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 9428if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 9429 $as_echo_n "(cached) " >&6
ce2cded5 9430else
b214d478 9431 lt_cv_prog_compiler_static_works=no
ce2cded5
L
9432 save_LDFLAGS="$LDFLAGS"
9433 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9434 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9435 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9436 # The linker can only warn and ignore the option if not recognized
9437 # So say no if there are warnings
9438 if test -s conftest.err; then
9439 # Append any errors to the config.log.
9440 cat conftest.err 1>&5
3725885a 9441 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
9442 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9443 if diff conftest.exp conftest.er2 >/dev/null; then
b214d478 9444 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
9445 fi
9446 else
b214d478 9447 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
9448 fi
9449 fi
b214d478 9450 $RM -r conftest*
ce2cded5 9451 LDFLAGS="$save_LDFLAGS"
d7040cdb 9452
ce2cded5 9453fi
81ecdfbb
RW
9454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9455$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 9456
b214d478 9457if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
9458 :
9459else
9460 lt_prog_compiler_static=
9461fi
d7040cdb
SE
9462
9463
9464
9465
9466
9467
9468
81ecdfbb
RW
9469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9470$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9471if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9472 $as_echo_n "(cached) " >&6
ce2cded5
L
9473else
9474 lt_cv_prog_compiler_c_o=no
9475 $RM -r conftest 2>/dev/null
9476 mkdir conftest
9477 cd conftest
9478 mkdir out
9479 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9480
ce2cded5
L
9481 lt_compiler_flag="-o out/conftest2.$ac_objext"
9482 # Insert the option either (1) after the last *FLAGS variable, or
9483 # (2) before a word containing "conftest.", or (3) at the end.
9484 # Note that $ac_compile itself does not contain backslashes and begins
9485 # with a dollar sign (not a hyphen), so the echo should work correctly.
9486 lt_compile=`echo "$ac_compile" | $SED \
9487 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9488 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9489 -e 's:$: $lt_compiler_flag:'`
3725885a 9490 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9491 (eval "$lt_compile" 2>out/conftest.err)
9492 ac_status=$?
9493 cat out/conftest.err >&5
3725885a 9494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9495 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9496 then
9497 # The compiler can only warn and ignore the option if not recognized
9498 # So say no if there are warnings
3725885a 9499 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
9500 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9501 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9502 lt_cv_prog_compiler_c_o=yes
9503 fi
9504 fi
9505 chmod u+w . 2>&5
9506 $RM conftest*
9507 # SGI C++ compiler will create directory out/ii_files/ for
9508 # template instantiation
9509 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9510 $RM out/* && rmdir out
9511 cd ..
9512 $RM -r conftest
9513 $RM conftest*
d7040cdb 9514
ce2cded5 9515fi
81ecdfbb
RW
9516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9517$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9518
9519
9520
9521
9522
9523
81ecdfbb
RW
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9525$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9526if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9527 $as_echo_n "(cached) " >&6
ce2cded5
L
9528else
9529 lt_cv_prog_compiler_c_o=no
9530 $RM -r conftest 2>/dev/null
9531 mkdir conftest
9532 cd conftest
9533 mkdir out
9534 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9535
ce2cded5
L
9536 lt_compiler_flag="-o out/conftest2.$ac_objext"
9537 # Insert the option either (1) after the last *FLAGS variable, or
9538 # (2) before a word containing "conftest.", or (3) at the end.
9539 # Note that $ac_compile itself does not contain backslashes and begins
9540 # with a dollar sign (not a hyphen), so the echo should work correctly.
9541 lt_compile=`echo "$ac_compile" | $SED \
9542 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9543 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9544 -e 's:$: $lt_compiler_flag:'`
3725885a 9545 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
9546 (eval "$lt_compile" 2>out/conftest.err)
9547 ac_status=$?
9548 cat out/conftest.err >&5
3725885a 9549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9550 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9551 then
9552 # The compiler can only warn and ignore the option if not recognized
9553 # So say no if there are warnings
3725885a 9554 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
9555 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9556 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9557 lt_cv_prog_compiler_c_o=yes
9558 fi
9559 fi
9560 chmod u+w . 2>&5
9561 $RM conftest*
9562 # SGI C++ compiler will create directory out/ii_files/ for
9563 # template instantiation
9564 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9565 $RM out/* && rmdir out
9566 cd ..
9567 $RM -r conftest
9568 $RM conftest*
9569
9570fi
81ecdfbb
RW
9571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9572$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
ce2cded5
L
9573
9574
9575
9576
9577hard_links="nottested"
9578if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9579 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9581$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
9582 hard_links=yes
9583 $RM conftest*
9584 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9585 touch conftest.a
9586 ln conftest.a conftest.b 2>&5 || hard_links=no
9587 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9589$as_echo "$hard_links" >&6; }
ce2cded5 9590 if test "$hard_links" = no; then
81ecdfbb
RW
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9592$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5 9593 need_locks=warn
d7040cdb 9594 fi
d7040cdb 9595else
ce2cded5 9596 need_locks=no
d7040cdb 9597fi
d7040cdb 9598
d7040cdb 9599
d7040cdb 9600
d7040cdb 9601
d7040cdb 9602
d7040cdb 9603
81ecdfbb
RW
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9605$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 9606
ce2cded5
L
9607 runpath_var=
9608 allow_undefined_flag=
9609 always_export_symbols=no
9610 archive_cmds=
9611 archive_expsym_cmds=
9612 compiler_needs_object=no
9613 enable_shared_with_static_runtimes=no
9614 export_dynamic_flag_spec=
9615 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9616 hardcode_automatic=no
9617 hardcode_direct=no
9618 hardcode_direct_absolute=no
9619 hardcode_libdir_flag_spec=
9620 hardcode_libdir_flag_spec_ld=
9621 hardcode_libdir_separator=
9622 hardcode_minus_L=no
9623 hardcode_shlibpath_var=unsupported
9624 inherit_rpath=no
9625 link_all_deplibs=unknown
9626 module_cmds=
9627 module_expsym_cmds=
9628 old_archive_from_new_cmds=
9629 old_archive_from_expsyms_cmds=
9630 thread_safe_flag_spec=
9631 whole_archive_flag_spec=
9632 # include_expsyms should be a list of space-separated symbols to be *always*
9633 # included in the symbol list
9634 include_expsyms=
9635 # exclude_expsyms can be an extended regexp of symbols to exclude
9636 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9637 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9638 # as well as any symbol that contains `d'.
b214d478 9639 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
9640 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9641 # platforms (ab)use it in PIC code, but their linkers get confused if
9642 # the symbol is explicitly referenced. Since portable code cannot
9643 # rely on this symbol name, it's probably fine to never include it in
9644 # preloaded symbol tables.
b214d478 9645 # Exclude shared library initialization/finalization symbols.
ce2cded5 9646 extract_expsyms_cmds=
d7040cdb 9647
ce2cded5 9648 case $host_os in
b214d478 9649 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9650 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9651 # When not using gcc, we currently assume that we are using
9652 # Microsoft Visual C++.
9653 if test "$GCC" != yes; then
9654 with_gnu_ld=no
9655 fi
d7040cdb 9656 ;;
ce2cded5
L
9657 interix*)
9658 # we just hope/assume this is gcc and not c89 (= MSVC++)
9659 with_gnu_ld=yes
9660 ;;
9661 openbsd*)
9662 with_gnu_ld=no
d7040cdb
SE
9663 ;;
9664 esac
d7040cdb 9665
ce2cded5 9666 ld_shlibs=yes
3725885a
RW
9667
9668 # On some targets, GNU ld is compatible enough with the native linker
9669 # that we're better off using the native interface for both.
9670 lt_use_gnu_ld_interface=no
ce2cded5 9671 if test "$with_gnu_ld" = yes; then
3725885a
RW
9672 case $host_os in
9673 aix*)
9674 # The AIX port of GNU ld has always aspired to compatibility
9675 # with the native linker. However, as the warning in the GNU ld
9676 # block says, versions before 2.19.5* couldn't really create working
9677 # shared libraries, regardless of the interface used.
9678 case `$LD -v 2>&1` in
9679 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9680 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9681 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9682 *)
9683 lt_use_gnu_ld_interface=yes
9684 ;;
9685 esac
9686 ;;
9687 *)
9688 lt_use_gnu_ld_interface=yes
9689 ;;
9690 esac
9691 fi
9692
9693 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
9694 # If archive_cmds runs LD, not CC, wlarc should be empty
9695 wlarc='${wl}'
d7040cdb 9696
ce2cded5
L
9697 # Set some defaults for GNU ld with shared library support. These
9698 # are reset later if shared libraries are not supported. Putting them
9699 # here allows them to be overridden if necessary.
9700 runpath_var=LD_RUN_PATH
9701 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9702 export_dynamic_flag_spec='${wl}--export-dynamic'
9703 # ancient GNU ld didn't support --whole-archive et. al.
9704 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9705 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9706 else
9707 whole_archive_flag_spec=
9708 fi
9709 supports_anon_versioning=no
9710 case `$LD -v 2>&1` in
3725885a 9711 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
9712 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9713 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9714 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9715 *\ 2.11.*) ;; # other 2.11 versions
9716 *) supports_anon_versioning=yes ;;
9717 esac
d7040cdb 9718
ce2cded5
L
9719 # See if GNU ld supports shared libraries.
9720 case $host_os in
50e7d84b 9721 aix[3-9]*)
ce2cded5
L
9722 # On AIX/PPC, the GNU linker is very broken
9723 if test "$host_cpu" != ia64; then
9724 ld_shlibs=no
9725 cat <<_LT_EOF 1>&2
d7040cdb 9726
3725885a 9727*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
9728*** to be unable to reliably create shared libraries on AIX.
9729*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9730*** really care for shared libraries, you may want to install binutils
9731*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9732*** You will then need to restart the configuration process.
d7040cdb 9733
ce2cded5
L
9734_LT_EOF
9735 fi
d7040cdb 9736 ;;
d7040cdb 9737
ce2cded5 9738 amigaos*)
b214d478
SE
9739 case $host_cpu in
9740 powerpc)
9741 # see comment about AmigaOS4 .so support
9742 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9743 archive_expsym_cmds=''
9744 ;;
9745 m68k)
9746 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)'
9747 hardcode_libdir_flag_spec='-L$libdir'
9748 hardcode_minus_L=yes
9749 ;;
9750 esac
ce2cded5 9751 ;;
d7040cdb 9752
ce2cded5
L
9753 beos*)
9754 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9755 allow_undefined_flag=unsupported
9756 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9757 # support --undefined. This deserves some investigation. FIXME
9758 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9759 else
9760 ld_shlibs=no
9761 fi
9762 ;;
d7040cdb 9763
b214d478 9764 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9765 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9766 # as there is no search path for DLLs.
9767 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9768 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
9769 allow_undefined_flag=unsupported
9770 always_export_symbols=no
9771 enable_shared_with_static_runtimes=yes
9772 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9773
9774 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9775 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9776 # If the export-symbols file already is a .def file (1st line
9777 # is EXPORTS), use it as is; otherwise, prepend...
9778 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9779 cp $export_symbols $output_objdir/$soname.def;
d7040cdb 9780 else
ce2cded5
L
9781 echo EXPORTS > $output_objdir/$soname.def;
9782 cat $export_symbols >> $output_objdir/$soname.def;
9783 fi~
9784 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9785 else
9786 ld_shlibs=no
9787 fi
9788 ;;
d7040cdb 9789
3725885a
RW
9790 haiku*)
9791 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9792 link_all_deplibs=yes
9793 ;;
9794
ce2cded5
L
9795 interix[3-9]*)
9796 hardcode_direct=no
9797 hardcode_shlibpath_var=no
9798 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9799 export_dynamic_flag_spec='${wl}-E'
9800 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9801 # Instead, shared libraries are loaded at an image base (0x10000000 by
9802 # default) and relocated if they conflict, which is a slow very memory
9803 # consuming and fragmenting process. To avoid this, we pick a random,
9804 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9805 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9806 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9807 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'
9808 ;;
d7040cdb 9809
58e24671 9810 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
9811 tmp_diet=no
9812 if test "$host_os" = linux-dietlibc; then
9813 case $cc_basename in
9814 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9815 esac
9816 fi
9817 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9818 && test "$tmp_diet" = no
9819 then
6e733cce 9820 tmp_addflag=' $pic_flag'
b214d478 9821 tmp_sharedflag='-shared'
ce2cded5
L
9822 case $cc_basename,$host_cpu in
9823 pgcc*) # Portland Group C compiler
3725885a 9824 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
9825 tmp_addflag=' $pic_flag'
9826 ;;
3725885a
RW
9827 pgf77* | pgf90* | pgf95* | pgfortran*)
9828 # Portland Group f77 and f90 compilers
9829 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
9830 tmp_addflag=' $pic_flag -Mnomain' ;;
9831 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9832 tmp_addflag=' -i_dynamic' ;;
9833 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9834 tmp_addflag=' -i_dynamic -nofor_main' ;;
9835 ifc* | ifort*) # Intel Fortran compiler
9836 tmp_addflag=' -nofor_main' ;;
b214d478
SE
9837 lf95*) # Lahey Fortran 8.1
9838 whole_archive_flag_spec=
9839 tmp_sharedflag='--shared' ;;
3725885a 9840 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
b214d478
SE
9841 tmp_sharedflag='-qmkshrobj'
9842 tmp_addflag= ;;
3725885a
RW
9843 nvcc*) # Cuda Compiler Driver 2.2
9844 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'
9845 compiler_needs_object=yes
9846 ;;
ce2cded5
L
9847 esac
9848 case `$CC -V 2>&1 | sed 5q` in
9849 *Sun\ C*) # Sun C 5.9
3725885a 9850 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
9851 compiler_needs_object=yes
9852 tmp_sharedflag='-G' ;;
9853 *Sun\ F*) # Sun Fortran 8.3
9854 tmp_sharedflag='-G' ;;
ce2cded5
L
9855 esac
9856 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9857
ce2cded5
L
9858 if test "x$supports_anon_versioning" = xyes; then
9859 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9860 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9861 echo "local: *; };" >> $output_objdir/$libname.ver~
9862 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9863 fi
b214d478
SE
9864
9865 case $cc_basename in
3725885a 9866 xlf* | bgf* | bgxlf* | mpixlf*)
b214d478
SE
9867 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9868 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9869 hardcode_libdir_flag_spec=
9870 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9871 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9872 if test "x$supports_anon_versioning" = xyes; then
9873 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9874 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9875 echo "local: *; };" >> $output_objdir/$libname.ver~
9876 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9877 fi
9878 ;;
9879 esac
ce2cded5
L
9880 else
9881 ld_shlibs=no
9882 fi
9883 ;;
d7040cdb 9884
ce2cded5
L
9885 netbsd*)
9886 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9887 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9888 wlarc=
9889 else
9890 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9891 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9892 fi
9893 ;;
9894
9895 solaris*)
9896 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9897 ld_shlibs=no
9898 cat <<_LT_EOF 1>&2
9899
9900*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9901*** create shared libraries on Solaris systems. Therefore, libtool
9902*** is disabling shared libraries support. We urge you to upgrade GNU
9903*** binutils to release 2.9.1 or newer. Another option is to modify
9904*** your PATH or compiler configuration so that the native linker is
9905*** used, and then restart.
9906
9907_LT_EOF
9908 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9909 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9910 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9911 else
9912 ld_shlibs=no
9913 fi
9914 ;;
9915
9916 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9917 case `$LD -v 2>&1` in
9918 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9919 ld_shlibs=no
9920 cat <<_LT_EOF 1>&2
9921
9922*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9923*** reliably create shared libraries on SCO systems. Therefore, libtool
9924*** is disabling shared libraries support. We urge you to upgrade GNU
9925*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9926*** your PATH or compiler configuration so that the native linker is
9927*** used, and then restart.
9928
9929_LT_EOF
9930 ;;
9931 *)
9932 # For security reasons, it is highly recommended that you always
9933 # use absolute paths for naming shared libraries, and exclude the
9934 # DT_RUNPATH tag from executables and libraries. But doing so
9935 # requires that you compile everything twice, which is a pain.
9936 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9937 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9938 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9939 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9940 else
9941 ld_shlibs=no
9942 fi
9943 ;;
9944 esac
9945 ;;
9946
9947 sunos4*)
9948 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9949 wlarc=
9950 hardcode_direct=yes
9951 hardcode_shlibpath_var=no
9952 ;;
9953
9954 *)
9955 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9956 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9957 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9958 else
9959 ld_shlibs=no
9960 fi
9961 ;;
9962 esac
9963
9964 if test "$ld_shlibs" = no; then
9965 runpath_var=
9966 hardcode_libdir_flag_spec=
9967 export_dynamic_flag_spec=
9968 whole_archive_flag_spec=
9969 fi
9970 else
9971 # PORTME fill in a description of your system's linker (not GNU ld)
9972 case $host_os in
9973 aix3*)
9974 allow_undefined_flag=unsupported
9975 always_export_symbols=yes
9976 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'
9977 # Note: this linker hardcodes the directories in LIBPATH if there
9978 # are no directories specified by -L.
9979 hardcode_minus_L=yes
9980 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9981 # Neither direct hardcoding nor static linking is supported with a
9982 # broken collect2.
9983 hardcode_direct=unsupported
9984 fi
9985 ;;
9986
50e7d84b 9987 aix[4-9]*)
ce2cded5
L
9988 if test "$host_cpu" = ia64; then
9989 # On IA64, the linker does run time linking by default, so we don't
9990 # have to do anything special.
9991 aix_use_runtimelinking=no
9992 exp_sym_flag='-Bexport'
9993 no_entry_flag=""
9994 else
9995 # If we're using GNU nm, then we don't want the "-C" option.
9996 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9997 # Also, AIX nm treats weak defined symbols like other global
9998 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 9999 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 10000 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 10001 else
5c14705f 10002 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
10003 fi
10004 aix_use_runtimelinking=no
10005
10006 # Test if we are trying to use run time linking or normal
10007 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10008 # need to do runtime linking.
50e7d84b 10009 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
10010 for ld_flag in $LDFLAGS; do
10011 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10012 aix_use_runtimelinking=yes
10013 break
10014 fi
10015 done
10016 ;;
10017 esac
10018
10019 exp_sym_flag='-bexport'
10020 no_entry_flag='-bnoentry'
10021 fi
10022
10023 # When large executables or shared objects are built, AIX ld can
10024 # have problems creating the table of contents. If linking a library
10025 # or program results in "error TOC overflow" add -mminimal-toc to
10026 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10027 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10028
10029 archive_cmds=''
10030 hardcode_direct=yes
10031 hardcode_direct_absolute=yes
10032 hardcode_libdir_separator=':'
10033 link_all_deplibs=yes
10034 file_list_spec='${wl}-f,'
10035
10036 if test "$GCC" = yes; then
10037 case $host_os in aix4.[012]|aix4.[012].*)
10038 # We only want to do this on AIX 4.2 and lower, the check
10039 # below for broken collect2 doesn't work under 4.3+
10040 collect2name=`${CC} -print-prog-name=collect2`
10041 if test -f "$collect2name" &&
10042 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10043 then
10044 # We have reworked collect2
10045 :
10046 else
10047 # We have old collect2
10048 hardcode_direct=unsupported
10049 # It fails to find uninstalled libraries when the uninstalled
10050 # path is not listed in the libpath. Setting hardcode_minus_L
10051 # to unsupported forces relinking
10052 hardcode_minus_L=yes
10053 hardcode_libdir_flag_spec='-L$libdir'
10054 hardcode_libdir_separator=
10055 fi
10056 ;;
10057 esac
10058 shared_flag='-shared'
10059 if test "$aix_use_runtimelinking" = yes; then
10060 shared_flag="$shared_flag "'${wl}-G'
10061 fi
10062 else
10063 # not using gcc
10064 if test "$host_cpu" = ia64; then
10065 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10066 # chokes on -Wl,-G. The following line is correct:
10067 shared_flag='-G'
10068 else
10069 if test "$aix_use_runtimelinking" = yes; then
10070 shared_flag='${wl}-G'
10071 else
10072 shared_flag='${wl}-bM:SRE'
10073 fi
10074 fi
10075 fi
10076
b214d478 10077 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
10078 # It seems that -bexpall does not export symbols beginning with
10079 # underscore (_), so it is better to generate a list of symbols to export.
10080 always_export_symbols=yes
10081 if test "$aix_use_runtimelinking" = yes; then
10082 # Warning - without using the other runtime loading flags (-brtl),
10083 # -berok will link without error, but may produce a broken library.
10084 allow_undefined_flag='-berok'
10085 # Determine the default libpath from the value encoded in an
10086 # empty executable.
81ecdfbb 10087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
10088/* end confdefs.h. */
10089
10090int
10091main ()
10092{
10093
10094 ;
10095 return 0;
10096}
10097_ACEOF
81ecdfbb 10098if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 10099
ce2cded5
L
10100lt_aix_libpath_sed='
10101 /Import File Strings/,/^$/ {
10102 /^0/ {
10103 s/^0 *\(.*\)$/\1/
10104 p
10105 }
10106 }'
10107aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10108# Check for a 64-bit object if we didn't find anything.
10109if test -z "$aix_libpath"; then
10110 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10111fi
d7040cdb 10112fi
81ecdfbb
RW
10113rm -f core conftest.err conftest.$ac_objext \
10114 conftest$ac_exeext conftest.$ac_ext
ce2cded5 10115if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 10116
ce2cded5 10117 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 10118 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
10119 else
10120 if test "$host_cpu" = ia64; then
10121 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10122 allow_undefined_flag="-z nodefs"
10123 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"
10124 else
10125 # Determine the default libpath from the value encoded in an
10126 # empty executable.
81ecdfbb 10127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10128/* end confdefs.h. */
d7040cdb 10129
ce2cded5
L
10130int
10131main ()
10132{
d7040cdb 10133
ce2cded5
L
10134 ;
10135 return 0;
10136}
10137_ACEOF
81ecdfbb 10138if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 10139
ce2cded5
L
10140lt_aix_libpath_sed='
10141 /Import File Strings/,/^$/ {
10142 /^0/ {
10143 s/^0 *\(.*\)$/\1/
10144 p
10145 }
10146 }'
10147aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10148# Check for a 64-bit object if we didn't find anything.
10149if test -z "$aix_libpath"; then
10150 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10151fi
ce2cded5 10152fi
81ecdfbb
RW
10153rm -f core conftest.err conftest.$ac_objext \
10154 conftest$ac_exeext conftest.$ac_ext
ce2cded5 10155if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 10156
ce2cded5
L
10157 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10158 # Warning - without using the other run time loading flags,
10159 # -berok will link without error, but may produce a broken library.
10160 no_undefined_flag=' ${wl}-bernotok'
10161 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
10162 if test "$with_gnu_ld" = yes; then
10163 # We only use this code for GNU lds that support --whole-archive.
10164 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10165 else
10166 # Exported symbols can be pulled into shared objects from archives
10167 whole_archive_flag_spec='$convenience'
10168 fi
ce2cded5
L
10169 archive_cmds_need_lc=yes
10170 # This is similar to how AIX traditionally builds its shared libraries.
10171 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'
10172 fi
10173 fi
10174 ;;
d7040cdb 10175
ce2cded5 10176 amigaos*)
b214d478
SE
10177 case $host_cpu in
10178 powerpc)
10179 # see comment about AmigaOS4 .so support
10180 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10181 archive_expsym_cmds=''
10182 ;;
10183 m68k)
10184 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)'
10185 hardcode_libdir_flag_spec='-L$libdir'
10186 hardcode_minus_L=yes
10187 ;;
10188 esac
ce2cded5
L
10189 ;;
10190
10191 bsdi[45]*)
10192 export_dynamic_flag_spec=-rdynamic
10193 ;;
10194
b214d478 10195 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10196 # When not using gcc, we currently assume that we are using
10197 # Microsoft Visual C++.
10198 # hardcode_libdir_flag_spec is actually meaningless, as there is
10199 # no search path for DLLs.
10200 hardcode_libdir_flag_spec=' '
10201 allow_undefined_flag=unsupported
10202 # Tell ltmain to make .lib files, not .a files.
10203 libext=lib
10204 # Tell ltmain to make .dll files, not .so files.
10205 shrext_cmds=".dll"
10206 # FIXME: Setting linknames here is a bad hack.
3725885a 10207 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ce2cded5
L
10208 # The linker will automatically build a .lib file if we build a DLL.
10209 old_archive_from_new_cmds='true'
10210 # FIXME: Should let the user specify the lib program.
10211 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10212 fix_srcfile_path='`cygpath -w "$srcfile"`'
10213 enable_shared_with_static_runtimes=yes
10214 ;;
10215
10216 darwin* | rhapsody*)
d7040cdb 10217
b214d478
SE
10218
10219 archive_cmds_need_lc=no
10220 hardcode_direct=no
10221 hardcode_automatic=yes
10222 hardcode_shlibpath_var=unsupported
3725885a
RW
10223 if test "$lt_cv_ld_force_load" = "yes"; then
10224 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\"`'
10225 else
10226 whole_archive_flag_spec=''
10227 fi
b214d478
SE
10228 link_all_deplibs=yes
10229 allow_undefined_flag="$_lt_dar_allow_undefined"
10230 case $cc_basename in
10231 ifort*) _lt_dar_can_shared=yes ;;
10232 *) _lt_dar_can_shared=$GCC ;;
10233 esac
10234 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 10235 output_verbose_link_cmd=func_echo_all
b214d478
SE
10236 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10237 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10238 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}"
10239 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}"
10240
10241 else
10242 ld_shlibs=no
10243 fi
10244
ce2cded5 10245 ;;
d7040cdb 10246
ce2cded5
L
10247 dgux*)
10248 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10249 hardcode_libdir_flag_spec='-L$libdir'
10250 hardcode_shlibpath_var=no
10251 ;;
d7040cdb 10252
ce2cded5
L
10253 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10254 # support. Future versions do this automatically, but an explicit c++rt0.o
10255 # does not break anything, and helps significantly (at the cost of a little
10256 # extra space).
10257 freebsd2.2*)
10258 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10259 hardcode_libdir_flag_spec='-R$libdir'
10260 hardcode_direct=yes
10261 hardcode_shlibpath_var=no
d7040cdb 10262 ;;
d7040cdb 10263
ce2cded5 10264 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 10265 freebsd2.*)
ce2cded5
L
10266 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10267 hardcode_direct=yes
10268 hardcode_minus_L=yes
10269 hardcode_shlibpath_var=no
10270 ;;
d7040cdb 10271
ce2cded5
L
10272 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10273 freebsd* | dragonfly*)
10274 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10275 hardcode_libdir_flag_spec='-R$libdir'
10276 hardcode_direct=yes
10277 hardcode_shlibpath_var=no
10278 ;;
d7040cdb 10279
ce2cded5
L
10280 hpux9*)
10281 if test "$GCC" = yes; then
10282 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'
10283 else
10284 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'
10285 fi
10286 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10287 hardcode_libdir_separator=:
10288 hardcode_direct=yes
d7040cdb 10289
ce2cded5
L
10290 # hardcode_minus_L: Not really in the search PATH,
10291 # but as the default location of the library.
10292 hardcode_minus_L=yes
10293 export_dynamic_flag_spec='${wl}-E'
10294 ;;
d7040cdb 10295
ce2cded5 10296 hpux10*)
3725885a 10297 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
10298 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10299 else
10300 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10301 fi
10302 if test "$with_gnu_ld" = no; then
10303 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10304 hardcode_libdir_flag_spec_ld='+b $libdir'
10305 hardcode_libdir_separator=:
10306 hardcode_direct=yes
10307 hardcode_direct_absolute=yes
10308 export_dynamic_flag_spec='${wl}-E'
10309 # hardcode_minus_L: Not really in the search PATH,
10310 # but as the default location of the library.
10311 hardcode_minus_L=yes
10312 fi
10313 ;;
d7040cdb 10314
ce2cded5 10315 hpux11*)
3725885a 10316 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
10317 case $host_cpu in
10318 hppa*64*)
10319 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10320 ;;
10321 ia64*)
b214d478 10322 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
10323 ;;
10324 *)
10325 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10326 ;;
10327 esac
10328 else
10329 case $host_cpu in
10330 hppa*64*)
10331 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10332 ;;
10333 ia64*)
10334 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10335 ;;
10336 *)
3725885a
RW
10337
10338 # Older versions of the 11.00 compiler do not understand -b yet
10339 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10341$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 10342if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
10343 $as_echo_n "(cached) " >&6
10344else
10345 lt_cv_prog_compiler__b=no
10346 save_LDFLAGS="$LDFLAGS"
10347 LDFLAGS="$LDFLAGS -b"
10348 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10349 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10350 # The linker can only warn and ignore the option if not recognized
10351 # So say no if there are warnings
10352 if test -s conftest.err; then
10353 # Append any errors to the config.log.
10354 cat conftest.err 1>&5
10355 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10356 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10357 if diff conftest.exp conftest.er2 >/dev/null; then
10358 lt_cv_prog_compiler__b=yes
10359 fi
10360 else
10361 lt_cv_prog_compiler__b=yes
10362 fi
10363 fi
10364 $RM -r conftest*
10365 LDFLAGS="$save_LDFLAGS"
10366
10367fi
10368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10369$as_echo "$lt_cv_prog_compiler__b" >&6; }
10370
10371if test x"$lt_cv_prog_compiler__b" = xyes; then
10372 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10373else
10374 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10375fi
10376
ce2cded5
L
10377 ;;
10378 esac
10379 fi
10380 if test "$with_gnu_ld" = no; then
10381 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10382 hardcode_libdir_separator=:
d7040cdb 10383
ce2cded5
L
10384 case $host_cpu in
10385 hppa*64*|ia64*)
10386 hardcode_direct=no
10387 hardcode_shlibpath_var=no
10388 ;;
10389 *)
10390 hardcode_direct=yes
10391 hardcode_direct_absolute=yes
10392 export_dynamic_flag_spec='${wl}-E'
d7040cdb 10393
ce2cded5
L
10394 # hardcode_minus_L: Not really in the search PATH,
10395 # but as the default location of the library.
10396 hardcode_minus_L=yes
10397 ;;
10398 esac
10399 fi
10400 ;;
d7040cdb 10401
ce2cded5
L
10402 irix5* | irix6* | nonstopux*)
10403 if test "$GCC" = yes; then
3725885a 10404 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
10405 # Try to use the -exported_symbol ld option, if it does not
10406 # work, assume that -exports_file does not work either and
10407 # implicitly export all symbols.
10408 save_LDFLAGS="$LDFLAGS"
10409 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
10410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10411/* end confdefs.h. */
ce2cded5
L
10412int foo(void) {}
10413_ACEOF
81ecdfbb 10414if ac_fn_c_try_link "$LINENO"; then :
3725885a 10415 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 10416
ce2cded5 10417fi
81ecdfbb
RW
10418rm -f core conftest.err conftest.$ac_objext \
10419 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10420 LDFLAGS="$save_LDFLAGS"
10421 else
3725885a
RW
10422 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'
10423 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
10424 fi
10425 archive_cmds_need_lc='no'
10426 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10427 hardcode_libdir_separator=:
10428 inherit_rpath=yes
10429 link_all_deplibs=yes
10430 ;;
d7040cdb 10431
ce2cded5
L
10432 netbsd*)
10433 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10434 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10435 else
10436 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10437 fi
10438 hardcode_libdir_flag_spec='-R$libdir'
10439 hardcode_direct=yes
10440 hardcode_shlibpath_var=no
10441 ;;
d7040cdb 10442
ce2cded5
L
10443 newsos6)
10444 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10445 hardcode_direct=yes
10446 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10447 hardcode_libdir_separator=:
10448 hardcode_shlibpath_var=no
10449 ;;
d7040cdb 10450
ce2cded5
L
10451 *nto* | *qnx*)
10452 ;;
d7040cdb 10453
ce2cded5 10454 openbsd*)
b214d478
SE
10455 if test -f /usr/libexec/ld.so; then
10456 hardcode_direct=yes
10457 hardcode_shlibpath_var=no
10458 hardcode_direct_absolute=yes
10459 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 10460 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
b214d478 10461 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 10462 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
b214d478
SE
10463 export_dynamic_flag_spec='${wl}-E'
10464 else
10465 case $host_os in
10466 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10467 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10468 hardcode_libdir_flag_spec='-R$libdir'
10469 ;;
10470 *)
10471 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10472 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10473 ;;
10474 esac
10475 fi
10476 else
10477 ld_shlibs=no
ce2cded5
L
10478 fi
10479 ;;
d7040cdb 10480
ce2cded5
L
10481 os2*)
10482 hardcode_libdir_flag_spec='-L$libdir'
10483 hardcode_minus_L=yes
10484 allow_undefined_flag=unsupported
3725885a 10485 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
10486 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10487 ;;
d7040cdb 10488
ce2cded5
L
10489 osf3*)
10490 if test "$GCC" = yes; then
10491 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10492 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
10493 else
10494 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10495 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
10496 fi
10497 archive_cmds_need_lc='no'
10498 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10499 hardcode_libdir_separator=:
10500 ;;
d7040cdb 10501
ce2cded5
L
10502 osf4* | osf5*) # as osf3* with the addition of -msym flag
10503 if test "$GCC" = yes; then
10504 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10505 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
10506 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10507 else
10508 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10509 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 10510 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 10511 $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 10512
ce2cded5
L
10513 # Both c and cxx compiler support -rpath directly
10514 hardcode_libdir_flag_spec='-rpath $libdir'
10515 fi
10516 archive_cmds_need_lc='no'
10517 hardcode_libdir_separator=:
10518 ;;
d7040cdb 10519
ce2cded5
L
10520 solaris*)
10521 no_undefined_flag=' -z defs'
10522 if test "$GCC" = yes; then
10523 wlarc='${wl}'
10524 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10525 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10526 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10527 else
10528 case `$CC -V 2>&1` in
10529 *"Compilers 5.0"*)
10530 wlarc=''
10531 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10532 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10533 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10534 ;;
10535 *)
10536 wlarc='${wl}'
10537 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10538 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10539 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10540 ;;
10541 esac
10542 fi
10543 hardcode_libdir_flag_spec='-R$libdir'
10544 hardcode_shlibpath_var=no
10545 case $host_os in
10546 solaris2.[0-5] | solaris2.[0-5].*) ;;
10547 *)
10548 # The compiler driver will combine and reorder linker options,
10549 # but understands `-z linker_flag'. GCC discards it without `$wl',
10550 # but is careful enough not to reorder.
10551 # Supported since Solaris 2.6 (maybe 2.5.1?)
10552 if test "$GCC" = yes; then
10553 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10554 else
10555 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10556 fi
10557 ;;
10558 esac
10559 link_all_deplibs=yes
10560 ;;
d7040cdb 10561
ce2cded5
L
10562 sunos4*)
10563 if test "x$host_vendor" = xsequent; then
10564 # Use $CC to link under sequent, because it throws in some extra .o
10565 # files that make .init and .fini sections work.
10566 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10567 else
10568 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10569 fi
10570 hardcode_libdir_flag_spec='-L$libdir'
10571 hardcode_direct=yes
10572 hardcode_minus_L=yes
10573 hardcode_shlibpath_var=no
10574 ;;
d7040cdb 10575
ce2cded5
L
10576 sysv4)
10577 case $host_vendor in
10578 sni)
10579 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10580 hardcode_direct=yes # is this really true???
10581 ;;
10582 siemens)
10583 ## LD is ld it makes a PLAMLIB
10584 ## CC just makes a GrossModule.
10585 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10586 reload_cmds='$CC -r -o $output$reload_objs'
10587 hardcode_direct=no
10588 ;;
10589 motorola)
10590 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10591 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10592 ;;
10593 esac
10594 runpath_var='LD_RUN_PATH'
10595 hardcode_shlibpath_var=no
10596 ;;
d7040cdb 10597
ce2cded5
L
10598 sysv4.3*)
10599 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10600 hardcode_shlibpath_var=no
10601 export_dynamic_flag_spec='-Bexport'
10602 ;;
d7040cdb 10603
ce2cded5
L
10604 sysv4*MP*)
10605 if test -d /usr/nec; then
10606 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10607 hardcode_shlibpath_var=no
10608 runpath_var=LD_RUN_PATH
10609 hardcode_runpath_var=yes
10610 ld_shlibs=yes
10611 fi
10612 ;;
d7040cdb 10613
ce2cded5
L
10614 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10615 no_undefined_flag='${wl}-z,text'
10616 archive_cmds_need_lc=no
10617 hardcode_shlibpath_var=no
10618 runpath_var='LD_RUN_PATH'
d7040cdb 10619
ce2cded5
L
10620 if test "$GCC" = yes; then
10621 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10622 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10623 else
10624 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10625 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10626 fi
10627 ;;
d7040cdb 10628
ce2cded5
L
10629 sysv5* | sco3.2v5* | sco5v6*)
10630 # Note: We can NOT use -z defs as we might desire, because we do not
10631 # link with -lc, and that would cause any symbols used from libc to
10632 # always be unresolved, which means just about no library would
10633 # ever link correctly. If we're not using GNU ld we use -z text
10634 # though, which does catch some bad symbols but isn't as heavy-handed
10635 # as -z defs.
10636 no_undefined_flag='${wl}-z,text'
10637 allow_undefined_flag='${wl}-z,nodefs'
10638 archive_cmds_need_lc=no
10639 hardcode_shlibpath_var=no
10640 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10641 hardcode_libdir_separator=':'
10642 link_all_deplibs=yes
10643 export_dynamic_flag_spec='${wl}-Bexport'
10644 runpath_var='LD_RUN_PATH'
d7040cdb 10645
ce2cded5
L
10646 if test "$GCC" = yes; then
10647 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10648 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10649 else
10650 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10651 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10652 fi
10653 ;;
d7040cdb 10654
ce2cded5
L
10655 uts4*)
10656 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10657 hardcode_libdir_flag_spec='-L$libdir'
10658 hardcode_shlibpath_var=no
10659 ;;
d7040cdb 10660
ce2cded5
L
10661 *)
10662 ld_shlibs=no
10663 ;;
10664 esac
d7040cdb 10665
ce2cded5
L
10666 if test x$host_vendor = xsni; then
10667 case $host in
10668 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10669 export_dynamic_flag_spec='${wl}-Blargedynsym'
10670 ;;
10671 esac
10672 fi
10673 fi
d7040cdb 10674
81ecdfbb
RW
10675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10676$as_echo "$ld_shlibs" >&6; }
ce2cded5 10677test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 10678
ce2cded5 10679with_gnu_ld=$with_gnu_ld
d7040cdb
SE
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
ce2cded5
L
10695#
10696# Do we need to explicitly link libc?
10697#
10698case "x$archive_cmds_need_lc" in
10699x|xyes)
10700 # Assume -lc should be added
10701 archive_cmds_need_lc=yes
d7040cdb 10702
ce2cded5
L
10703 if test "$enable_shared" = yes && test "$GCC" = yes; then
10704 case $archive_cmds in
10705 *'~'*)
10706 # FIXME: we may have to deal with multi-command sequences.
10707 ;;
10708 '$CC '*)
10709 # Test whether the compiler implicitly links with -lc since on some
10710 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10711 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10713$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10714if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10715 $as_echo_n "(cached) " >&6
39144654
RW
10716else
10717 $RM conftest*
10718 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10719
81ecdfbb 10720 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
10721 (eval $ac_compile) 2>&5
10722 ac_status=$?
81ecdfbb
RW
10723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10724 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10725 soname=conftest
10726 lib=conftest
10727 libobjs=conftest.$ac_objext
10728 deplibs=
10729 wl=$lt_prog_compiler_wl
10730 pic_flag=$lt_prog_compiler_pic
10731 compiler_flags=-v
10732 linker_flags=-v
10733 verstring=
10734 output_objdir=.
10735 libname=conftest
10736 lt_save_allow_undefined_flag=$allow_undefined_flag
10737 allow_undefined_flag=
81ecdfbb 10738 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
10739 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10740 ac_status=$?
81ecdfbb
RW
10741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10742 test $ac_status = 0; }
39144654
RW
10743 then
10744 lt_cv_archive_cmds_need_lc=no
10745 else
10746 lt_cv_archive_cmds_need_lc=yes
10747 fi
10748 allow_undefined_flag=$lt_save_allow_undefined_flag
10749 else
10750 cat conftest.err 1>&5
10751 fi
10752 $RM conftest*
10753
10754fi
81ecdfbb
RW
10755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10756$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10757 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
10758 ;;
10759 esac
10760 fi
10761 ;;
10762esac
d7040cdb
SE
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
d7040cdb 10790
d7040cdb 10791
d7040cdb
SE
10792
10793
10794
10795
10796
10797
d7040cdb 10798
d7040cdb 10799
d7040cdb 10800
d7040cdb 10801
d7040cdb 10802
d7040cdb 10803
d7040cdb 10804
d7040cdb 10805
d7040cdb 10806
d7040cdb 10807
d7040cdb 10808
d7040cdb 10809
d7040cdb 10810
d7040cdb 10811
d7040cdb 10812
d7040cdb 10813
d7040cdb 10814
d7040cdb 10815
d7040cdb 10816
d7040cdb 10817
d7040cdb 10818
d7040cdb 10819
d7040cdb 10820
d7040cdb 10821
d7040cdb 10822
d7040cdb 10823
d7040cdb 10824
d7040cdb 10825
ce2cded5
L
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919
81ecdfbb
RW
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10921$as_echo_n "checking dynamic linker characteristics... " >&6; }
b214d478
SE
10922
10923if test "$GCC" = yes; then
ce2cded5
L
10924 case $host_os in
10925 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10926 *) lt_awk_arg="/^libraries:/" ;;
10927 esac
3725885a
RW
10928 case $host_os in
10929 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10930 *) lt_sed_strip_eq="s,=/,/,g" ;;
10931 esac
10932 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10933 case $lt_search_path_spec in
10934 *\;*)
ce2cded5
L
10935 # if the path contains ";" then we assume it to be the separator
10936 # otherwise default to the standard path separator (i.e. ":") - it is
10937 # assumed that no part of a normal pathname contains ";" but that should
10938 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10939 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10940 ;;
10941 *)
10942 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10943 ;;
10944 esac
ce2cded5
L
10945 # Ok, now we have the path, separated by spaces, we can step through it
10946 # and add multilib dir if necessary.
10947 lt_tmp_lt_search_path_spec=
10948 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10949 for lt_sys_path in $lt_search_path_spec; do
10950 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10951 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10952 else
10953 test -d "$lt_sys_path" && \
10954 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10955 fi
10956 done
3725885a 10957 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
10958BEGIN {RS=" "; FS="/|\n";} {
10959 lt_foo="";
10960 lt_count=0;
10961 for (lt_i = NF; lt_i > 0; lt_i--) {
10962 if ($lt_i != "" && $lt_i != ".") {
10963 if ($lt_i == "..") {
10964 lt_count++;
10965 } else {
10966 if (lt_count == 0) {
10967 lt_foo="/" $lt_i lt_foo;
10968 } else {
10969 lt_count--;
10970 }
10971 }
10972 }
10973 }
10974 if (lt_foo != "") { lt_freq[lt_foo]++; }
10975 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10976}'`
3725885a
RW
10977 # AWK program above erroneously prepends '/' to C:/dos/paths
10978 # for these hosts.
10979 case $host_os in
10980 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10981 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10982 esac
10983 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10984else
ce2cded5
L
10985 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10986fi
10987library_names_spec=
10988libname_spec='lib$name'
10989soname_spec=
10990shrext_cmds=".so"
10991postinstall_cmds=
10992postuninstall_cmds=
10993finish_cmds=
10994finish_eval=
10995shlibpath_var=
10996shlibpath_overrides_runpath=unknown
10997version_type=none
10998dynamic_linker="$host_os ld.so"
10999sys_lib_dlsearch_path_spec="/lib /usr/lib"
11000need_lib_prefix=unknown
11001hardcode_into_libs=no
11002
11003# when you set need_version to no, make sure it does not cause -set_version
11004# flags to be left without arguments
11005need_version=unknown
11006
11007case $host_os in
11008aix3*)
11009 version_type=linux
11010 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11011 shlibpath_var=LIBPATH
11012
11013 # AIX 3 has no versioning support, so we append a major version to the name.
11014 soname_spec='${libname}${release}${shared_ext}$major'
11015 ;;
11016
50e7d84b 11017aix[4-9]*)
ce2cded5
L
11018 version_type=linux
11019 need_lib_prefix=no
11020 need_version=no
11021 hardcode_into_libs=yes
11022 if test "$host_cpu" = ia64; then
11023 # AIX 5 supports IA64
11024 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11025 shlibpath_var=LD_LIBRARY_PATH
11026 else
11027 # With GCC up to 2.95.x, collect2 would create an import file
11028 # for dependence libraries. The import file would start with
11029 # the line `#! .'. This would cause the generated library to
11030 # depend on `.', always an invalid library. This was fixed in
11031 # development snapshots of GCC prior to 3.0.
11032 case $host_os in
11033 aix4 | aix4.[01] | aix4.[01].*)
11034 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11035 echo ' yes '
11036 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11037 :
11038 else
11039 can_build_shared=no
11040 fi
11041 ;;
11042 esac
11043 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11044 # soname into executable. Probably we can add versioning support to
11045 # collect2, so additional links can be useful in future.
11046 if test "$aix_use_runtimelinking" = yes; then
11047 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11048 # instead of lib<name>.a to let people know that these are not
11049 # typical AIX shared libraries.
11050 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11051 else
11052 # We preserve .a as extension for shared libraries through AIX4.2
11053 # and later when we are not doing run time linking.
11054 library_names_spec='${libname}${release}.a $libname.a'
11055 soname_spec='${libname}${release}${shared_ext}$major'
11056 fi
11057 shlibpath_var=LIBPATH
11058 fi
11059 ;;
11060
11061amigaos*)
b214d478
SE
11062 case $host_cpu in
11063 powerpc)
11064 # Since July 2007 AmigaOS4 officially supports .so libraries.
11065 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11067 ;;
11068 m68k)
ce2cded5
L
11069 library_names_spec='$libname.ixlibrary $libname.a'
11070 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 11071 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
11072 ;;
11073 esac
ce2cded5
L
11074 ;;
11075
11076beos*)
11077 library_names_spec='${libname}${shared_ext}'
11078 dynamic_linker="$host_os ld.so"
11079 shlibpath_var=LIBRARY_PATH
11080 ;;
11081
11082bsdi[45]*)
11083 version_type=linux
11084 need_version=no
11085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11086 soname_spec='${libname}${release}${shared_ext}$major'
11087 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11088 shlibpath_var=LD_LIBRARY_PATH
11089 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11090 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11091 # the default ld.so.conf also contains /usr/contrib/lib and
11092 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11093 # libtool to hard-code these into programs
11094 ;;
11095
b214d478 11096cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
11097 version_type=windows
11098 shrext_cmds=".dll"
11099 need_version=no
11100 need_lib_prefix=no
11101
b214d478
SE
11102 case $GCC,$host_os in
11103 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
11104 library_names_spec='$libname.dll.a'
11105 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11106 postinstall_cmds='base_file=`basename \${file}`~
11107 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11108 dldir=$destdir/`dirname \$dlpath`~
11109 test -d \$dldir || mkdir -p \$dldir~
11110 $install_prog $dir/$dlname \$dldir/$dlname~
11111 chmod a+x \$dldir/$dlname~
11112 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11113 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11114 fi'
11115 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11116 dlpath=$dir/\$dldll~
11117 $RM \$dlpath'
11118 shlibpath_overrides_runpath=yes
11119
11120 case $host_os in
11121 cygwin*)
11122 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11123 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
11124
11125 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 11126 ;;
b214d478 11127 mingw* | cegcc*)
ce2cded5
L
11128 # MinGW DLLs use traditional 'lib' prefix
11129 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
11130 ;;
11131 pw32*)
11132 # pw32 DLLs use 'pw' prefix rather than 'lib'
11133 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11134 ;;
11135 esac
11136 ;;
11137
11138 *)
11139 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11140 ;;
11141 esac
11142 dynamic_linker='Win32 ld.exe'
11143 # FIXME: first we should search . and the directory the executable is in
11144 shlibpath_var=PATH
11145 ;;
11146
11147darwin* | rhapsody*)
11148 dynamic_linker="$host_os dyld"
11149 version_type=darwin
11150 need_lib_prefix=no
11151 need_version=no
11152 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11153 soname_spec='${libname}${release}${major}$shared_ext'
11154 shlibpath_overrides_runpath=yes
11155 shlibpath_var=DYLD_LIBRARY_PATH
11156 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11157
11158 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11159 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11160 ;;
11161
11162dgux*)
11163 version_type=linux
11164 need_lib_prefix=no
11165 need_version=no
11166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11167 soname_spec='${libname}${release}${shared_ext}$major'
11168 shlibpath_var=LD_LIBRARY_PATH
11169 ;;
11170
ce2cded5
L
11171freebsd* | dragonfly*)
11172 # DragonFly does not have aout. When/if they implement a new
11173 # versioning mechanism, adjust this.
11174 if test -x /usr/bin/objformat; then
11175 objformat=`/usr/bin/objformat`
11176 else
11177 case $host_os in
6d2920c8 11178 freebsd[23].*) objformat=aout ;;
ce2cded5
L
11179 *) objformat=elf ;;
11180 esac
11181 fi
11182 version_type=freebsd-$objformat
11183 case $version_type in
11184 freebsd-elf*)
11185 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11186 need_version=no
11187 need_lib_prefix=no
11188 ;;
11189 freebsd-*)
11190 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11191 need_version=yes
11192 ;;
11193 esac
11194 shlibpath_var=LD_LIBRARY_PATH
11195 case $host_os in
6d2920c8 11196 freebsd2.*)
ce2cded5
L
11197 shlibpath_overrides_runpath=yes
11198 ;;
11199 freebsd3.[01]* | freebsdelf3.[01]*)
11200 shlibpath_overrides_runpath=yes
11201 hardcode_into_libs=yes
11202 ;;
11203 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11204 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11205 shlibpath_overrides_runpath=no
11206 hardcode_into_libs=yes
11207 ;;
11208 *) # from 4.6 on, and DragonFly
11209 shlibpath_overrides_runpath=yes
11210 hardcode_into_libs=yes
11211 ;;
11212 esac
11213 ;;
11214
11215gnu*)
11216 version_type=linux
11217 need_lib_prefix=no
11218 need_version=no
11219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11220 soname_spec='${libname}${release}${shared_ext}$major'
11221 shlibpath_var=LD_LIBRARY_PATH
11222 hardcode_into_libs=yes
11223 ;;
11224
3725885a
RW
11225haiku*)
11226 version_type=linux
11227 need_lib_prefix=no
11228 need_version=no
11229 dynamic_linker="$host_os runtime_loader"
11230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11231 soname_spec='${libname}${release}${shared_ext}$major'
11232 shlibpath_var=LIBRARY_PATH
11233 shlibpath_overrides_runpath=yes
11234 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11235 hardcode_into_libs=yes
11236 ;;
11237
ce2cded5
L
11238hpux9* | hpux10* | hpux11*)
11239 # Give a soname corresponding to the major version so that dld.sl refuses to
11240 # link against other versions.
11241 version_type=sunos
11242 need_lib_prefix=no
11243 need_version=no
11244 case $host_cpu in
11245 ia64*)
11246 shrext_cmds='.so'
11247 hardcode_into_libs=yes
11248 dynamic_linker="$host_os dld.so"
11249 shlibpath_var=LD_LIBRARY_PATH
11250 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11252 soname_spec='${libname}${release}${shared_ext}$major'
11253 if test "X$HPUX_IA64_MODE" = X32; then
11254 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11255 else
11256 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11257 fi
11258 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11259 ;;
11260 hppa*64*)
11261 shrext_cmds='.sl'
11262 hardcode_into_libs=yes
11263 dynamic_linker="$host_os dld.sl"
11264 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11265 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11267 soname_spec='${libname}${release}${shared_ext}$major'
11268 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11269 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11270 ;;
11271 *)
11272 shrext_cmds='.sl'
11273 dynamic_linker="$host_os dld.sl"
11274 shlibpath_var=SHLIB_PATH
11275 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11277 soname_spec='${libname}${release}${shared_ext}$major'
11278 ;;
11279 esac
3725885a 11280 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 11281 postinstall_cmds='chmod 555 $lib'
3725885a
RW
11282 # or fails outright, so override atomically:
11283 install_override_mode=555
ce2cded5
L
11284 ;;
11285
11286interix[3-9]*)
11287 version_type=linux
11288 need_lib_prefix=no
11289 need_version=no
11290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11291 soname_spec='${libname}${release}${shared_ext}$major'
11292 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11293 shlibpath_var=LD_LIBRARY_PATH
11294 shlibpath_overrides_runpath=no
11295 hardcode_into_libs=yes
11296 ;;
11297
11298irix5* | irix6* | nonstopux*)
11299 case $host_os in
11300 nonstopux*) version_type=nonstopux ;;
11301 *)
11302 if test "$lt_cv_prog_gnu_ld" = yes; then
11303 version_type=linux
11304 else
11305 version_type=irix
11306 fi ;;
11307 esac
11308 need_lib_prefix=no
11309 need_version=no
11310 soname_spec='${libname}${release}${shared_ext}$major'
11311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11312 case $host_os in
11313 irix5* | nonstopux*)
11314 libsuff= shlibsuff=
11315 ;;
11316 *)
11317 case $LD in # libtool.m4 will add one of these switches to LD
11318 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11319 libsuff= shlibsuff= libmagic=32-bit;;
11320 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11321 libsuff=32 shlibsuff=N32 libmagic=N32;;
11322 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11323 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11324 *) libsuff= shlibsuff= libmagic=never-match;;
11325 esac
11326 ;;
11327 esac
11328 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11329 shlibpath_overrides_runpath=no
11330 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11331 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11332 hardcode_into_libs=yes
11333 ;;
11334
11335# No shared lib support for Linux oldld, aout, or coff.
11336linux*oldld* | linux*aout* | linux*coff*)
11337 dynamic_linker=no
11338 ;;
11339
11340# This must be Linux ELF.
58e24671 11341linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
11342 version_type=linux
11343 need_lib_prefix=no
11344 need_version=no
11345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11346 soname_spec='${libname}${release}${shared_ext}$major'
11347 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11348 shlibpath_var=LD_LIBRARY_PATH
11349 shlibpath_overrides_runpath=no
39144654 11350
ce2cded5 11351 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 11352 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 11353 $as_echo_n "(cached) " >&6
39144654
RW
11354else
11355 lt_cv_shlibpath_overrides_runpath=no
11356 save_LDFLAGS=$LDFLAGS
11357 save_libdir=$libdir
11358 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11359 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 11360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11361/* end confdefs.h. */
11362
d7040cdb
SE
11363int
11364main ()
11365{
ce2cded5 11366
d7040cdb
SE
11367 ;
11368 return 0;
11369}
11370_ACEOF
81ecdfbb
RW
11371if ac_fn_c_try_link "$LINENO"; then :
11372 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 11373 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 11374fi
d7040cdb 11375fi
81ecdfbb
RW
11376rm -f core conftest.err conftest.$ac_objext \
11377 conftest$ac_exeext conftest.$ac_ext
39144654
RW
11378 LDFLAGS=$save_LDFLAGS
11379 libdir=$save_libdir
11380
11381fi
11382
11383 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb 11384
ce2cded5
L
11385 # This implies no fast_install, which is unacceptable.
11386 # Some rework will be needed to allow for fast_install
11387 # before this can be enabled.
11388 hardcode_into_libs=yes
d7040cdb 11389
ce2cded5
L
11390 # Append ld.so.conf contents to the search path
11391 if test -f /etc/ld.so.conf; then
3725885a 11392 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
11393 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11394 fi
d7040cdb 11395
ce2cded5
L
11396 # We used to test for /lib/ld.so.1 and disable shared libraries on
11397 # powerpc, because MkLinux only supported shared libraries with the
11398 # GNU dynamic linker. Since this was broken with cross compilers,
11399 # most powerpc-linux boxes support dynamic linking these days and
11400 # people can always --disable-shared, the test was removed, and we
11401 # assume the GNU/Linux dynamic linker is in use.
11402 dynamic_linker='GNU/Linux ld.so'
11403 ;;
d7040cdb 11404
ce2cded5
L
11405netbsd*)
11406 version_type=sunos
11407 need_lib_prefix=no
11408 need_version=no
11409 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11411 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11412 dynamic_linker='NetBSD (a.out) ld.so'
11413 else
11414 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11415 soname_spec='${libname}${release}${shared_ext}$major'
11416 dynamic_linker='NetBSD ld.elf_so'
11417 fi
11418 shlibpath_var=LD_LIBRARY_PATH
11419 shlibpath_overrides_runpath=yes
11420 hardcode_into_libs=yes
11421 ;;
d7040cdb 11422
ce2cded5
L
11423newsos6)
11424 version_type=linux
11425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11426 shlibpath_var=LD_LIBRARY_PATH
11427 shlibpath_overrides_runpath=yes
11428 ;;
d7040cdb 11429
ce2cded5
L
11430*nto* | *qnx*)
11431 version_type=qnx
11432 need_lib_prefix=no
11433 need_version=no
11434 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11435 soname_spec='${libname}${release}${shared_ext}$major'
11436 shlibpath_var=LD_LIBRARY_PATH
11437 shlibpath_overrides_runpath=no
11438 hardcode_into_libs=yes
11439 dynamic_linker='ldqnx.so'
11440 ;;
d7040cdb 11441
ce2cded5
L
11442openbsd*)
11443 version_type=sunos
11444 sys_lib_dlsearch_path_spec="/usr/lib"
11445 need_lib_prefix=no
11446 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11447 case $host_os in
11448 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11449 *) need_version=no ;;
11450 esac
11451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11452 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11453 shlibpath_var=LD_LIBRARY_PATH
11454 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11455 case $host_os in
11456 openbsd2.[89] | openbsd2.[89].*)
11457 shlibpath_overrides_runpath=no
11458 ;;
11459 *)
11460 shlibpath_overrides_runpath=yes
11461 ;;
11462 esac
11463 else
11464 shlibpath_overrides_runpath=yes
11465 fi
11466 ;;
d7040cdb 11467
ce2cded5
L
11468os2*)
11469 libname_spec='$name'
11470 shrext_cmds=".dll"
11471 need_lib_prefix=no
11472 library_names_spec='$libname${shared_ext} $libname.a'
11473 dynamic_linker='OS/2 ld.exe'
11474 shlibpath_var=LIBPATH
11475 ;;
d7040cdb 11476
ce2cded5
L
11477osf3* | osf4* | osf5*)
11478 version_type=osf
11479 need_lib_prefix=no
11480 need_version=no
11481 soname_spec='${libname}${release}${shared_ext}$major'
11482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11483 shlibpath_var=LD_LIBRARY_PATH
11484 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11485 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11486 ;;
d7040cdb 11487
ce2cded5
L
11488rdos*)
11489 dynamic_linker=no
11490 ;;
d7040cdb 11491
ce2cded5
L
11492solaris*)
11493 version_type=linux
11494 need_lib_prefix=no
11495 need_version=no
11496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11497 soname_spec='${libname}${release}${shared_ext}$major'
11498 shlibpath_var=LD_LIBRARY_PATH
11499 shlibpath_overrides_runpath=yes
11500 hardcode_into_libs=yes
11501 # ldd complains unless libraries are executable
11502 postinstall_cmds='chmod +x $lib'
11503 ;;
d7040cdb 11504
ce2cded5
L
11505sunos4*)
11506 version_type=sunos
11507 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11508 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11509 shlibpath_var=LD_LIBRARY_PATH
11510 shlibpath_overrides_runpath=yes
11511 if test "$with_gnu_ld" = yes; then
11512 need_lib_prefix=no
11513 fi
11514 need_version=yes
11515 ;;
d7040cdb 11516
ce2cded5
L
11517sysv4 | sysv4.3*)
11518 version_type=linux
11519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11520 soname_spec='${libname}${release}${shared_ext}$major'
11521 shlibpath_var=LD_LIBRARY_PATH
11522 case $host_vendor in
11523 sni)
11524 shlibpath_overrides_runpath=no
11525 need_lib_prefix=no
11526 runpath_var=LD_RUN_PATH
11527 ;;
11528 siemens)
11529 need_lib_prefix=no
11530 ;;
11531 motorola)
11532 need_lib_prefix=no
11533 need_version=no
11534 shlibpath_overrides_runpath=no
11535 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11536 ;;
11537 esac
11538 ;;
d7040cdb 11539
ce2cded5
L
11540sysv4*MP*)
11541 if test -d /usr/nec ;then
11542 version_type=linux
11543 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11544 soname_spec='$libname${shared_ext}.$major'
11545 shlibpath_var=LD_LIBRARY_PATH
11546 fi
11547 ;;
d7040cdb 11548
ce2cded5
L
11549sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11550 version_type=freebsd-elf
11551 need_lib_prefix=no
11552 need_version=no
11553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11554 soname_spec='${libname}${release}${shared_ext}$major'
11555 shlibpath_var=LD_LIBRARY_PATH
11556 shlibpath_overrides_runpath=yes
11557 hardcode_into_libs=yes
11558 if test "$with_gnu_ld" = yes; then
11559 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11560 else
11561 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11562 case $host_os in
11563 sco3.2v5*)
11564 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11565 ;;
11566 esac
11567 fi
11568 sys_lib_dlsearch_path_spec='/usr/lib'
11569 ;;
d7040cdb 11570
ce2cded5
L
11571tpf*)
11572 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11573 version_type=linux
11574 need_lib_prefix=no
11575 need_version=no
b214d478 11576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
11577 shlibpath_var=LD_LIBRARY_PATH
11578 shlibpath_overrides_runpath=no
11579 hardcode_into_libs=yes
11580 ;;
d7040cdb 11581
ce2cded5
L
11582uts4*)
11583 version_type=linux
11584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11585 soname_spec='${libname}${release}${shared_ext}$major'
11586 shlibpath_var=LD_LIBRARY_PATH
11587 ;;
d7040cdb 11588
ce2cded5
L
11589*)
11590 dynamic_linker=no
11591 ;;
11592esac
81ecdfbb
RW
11593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11594$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
11595test "$dynamic_linker" = no && can_build_shared=no
11596
11597variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11598if test "$GCC" = yes; then
11599 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb
SE
11600fi
11601
b214d478
SE
11602if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11603 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11604fi
11605if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11606 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11607fi
11608
d7040cdb
SE
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
d7040cdb 11620
d7040cdb 11621
d7040cdb 11622
d7040cdb 11623
d7040cdb
SE
11624
11625
11626
11627
d7040cdb 11628
d7040cdb
SE
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
d7040cdb
SE
11642
11643
11644
11645
d7040cdb
SE
11646
11647
11648
11649
d7040cdb 11650
d7040cdb 11651
d7040cdb 11652
d7040cdb 11653
d7040cdb 11654
d7040cdb 11655
d7040cdb 11656
d7040cdb
SE
11657
11658
11659
11660
11661
d7040cdb 11662
d7040cdb 11663
d7040cdb 11664
d7040cdb 11665
d7040cdb 11666
d7040cdb 11667
d7040cdb
SE
11668
11669
11670
11671
11672
d7040cdb
SE
11673
11674
d7040cdb 11675
d7040cdb 11676
d7040cdb 11677
d7040cdb 11678
ce2cded5
L
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
3725885a
RW
11689
11690
11691
11692
11693
ce2cded5
L
11694
11695
11696
11697
11698
11699
81ecdfbb
RW
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11701$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
11702hardcode_action=
11703if test -n "$hardcode_libdir_flag_spec" ||
11704 test -n "$runpath_var" ||
11705 test "X$hardcode_automatic" = "Xyes" ; then
11706
11707 # We can hardcode non-existent directories.
11708 if test "$hardcode_direct" != no &&
11709 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11710 # have to relink, otherwise we might link with an installed library
11711 # when we should be linking with a yet-to-be-installed one
11712 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11713 test "$hardcode_minus_L" != no; then
11714 # Linking always hardcodes the temporary library directory.
11715 hardcode_action=relink
11716 else
11717 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11718 hardcode_action=immediate
d7040cdb 11719 fi
d7040cdb 11720else
ce2cded5
L
11721 # We cannot hardcode anything, or else we can only hardcode existing
11722 # directories.
11723 hardcode_action=unsupported
d7040cdb 11724fi
81ecdfbb
RW
11725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11726$as_echo "$hardcode_action" >&6; }
d7040cdb 11727
ce2cded5
L
11728if test "$hardcode_action" = relink ||
11729 test "$inherit_rpath" = yes; then
11730 # Fast installation is not supported
11731 enable_fast_install=no
11732elif test "$shlibpath_overrides_runpath" = yes ||
11733 test "$enable_shared" = no; then
11734 # Fast installation is not necessary
11735 enable_fast_install=needless
d7040cdb
SE
11736fi
11737
d7040cdb 11738
d7040cdb 11739
d7040cdb 11740
d7040cdb 11741
d7040cdb 11742
ce2cded5
L
11743 if test "x$enable_dlopen" != xyes; then
11744 enable_dlopen=unknown
11745 enable_dlopen_self=unknown
11746 enable_dlopen_self_static=unknown
d7040cdb 11747else
ce2cded5
L
11748 lt_cv_dlopen=no
11749 lt_cv_dlopen_libs=
d7040cdb 11750
ce2cded5
L
11751 case $host_os in
11752 beos*)
11753 lt_cv_dlopen="load_add_on"
11754 lt_cv_dlopen_libs=
11755 lt_cv_dlopen_self=yes
11756 ;;
d7040cdb 11757
b214d478 11758 mingw* | pw32* | cegcc*)
ce2cded5
L
11759 lt_cv_dlopen="LoadLibrary"
11760 lt_cv_dlopen_libs=
11761 ;;
11762
11763 cygwin*)
11764 lt_cv_dlopen="dlopen"
11765 lt_cv_dlopen_libs=
11766 ;;
11767
11768 darwin*)
11769 # if libdl is installed we need to link against it
81ecdfbb
RW
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11771$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11772if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11773 $as_echo_n "(cached) " >&6
d7040cdb 11774else
ce2cded5
L
11775 ac_check_lib_save_LIBS=$LIBS
11776LIBS="-ldl $LIBS"
81ecdfbb 11777cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11778/* end confdefs.h. */
11779
81ecdfbb
RW
11780/* Override any GCC internal prototype to avoid an error.
11781 Use char because int might match the return type of a GCC
11782 builtin and then its argument prototype would still apply. */
ce2cded5
L
11783#ifdef __cplusplus
11784extern "C"
11785#endif
ce2cded5
L
11786char dlopen ();
11787int
11788main ()
11789{
81ecdfbb 11790return dlopen ();
ce2cded5
L
11791 ;
11792 return 0;
11793}
11794_ACEOF
81ecdfbb 11795if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11796 ac_cv_lib_dl_dlopen=yes
11797else
81ecdfbb 11798 ac_cv_lib_dl_dlopen=no
d7040cdb 11799fi
81ecdfbb
RW
11800rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11802LIBS=$ac_check_lib_save_LIBS
d7040cdb 11803fi
81ecdfbb
RW
11804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11805$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11806if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5 11807 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11808else
d7040cdb 11809
ce2cded5
L
11810 lt_cv_dlopen="dyld"
11811 lt_cv_dlopen_libs=
11812 lt_cv_dlopen_self=yes
11813
d7040cdb 11814fi
ce2cded5
L
11815
11816 ;;
11817
11818 *)
81ecdfbb 11819 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11820if test "x$ac_cv_func_shl_load" = xyes; then :
ce2cded5
L
11821 lt_cv_dlopen="shl_load"
11822else
81ecdfbb
RW
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11824$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11825if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11826 $as_echo_n "(cached) " >&6
ce2cded5
L
11827else
11828 ac_check_lib_save_LIBS=$LIBS
11829LIBS="-ldld $LIBS"
81ecdfbb 11830cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11831/* end confdefs.h. */
d7040cdb 11832
81ecdfbb
RW
11833/* Override any GCC internal prototype to avoid an error.
11834 Use char because int might match the return type of a GCC
11835 builtin and then its argument prototype would still apply. */
ce2cded5
L
11836#ifdef __cplusplus
11837extern "C"
11838#endif
ce2cded5
L
11839char shl_load ();
11840int
11841main ()
11842{
81ecdfbb 11843return shl_load ();
ce2cded5
L
11844 ;
11845 return 0;
11846}
11847_ACEOF
81ecdfbb 11848if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11849 ac_cv_lib_dld_shl_load=yes
11850else
81ecdfbb 11851 ac_cv_lib_dld_shl_load=no
ce2cded5 11852fi
81ecdfbb
RW
11853rm -f core conftest.err conftest.$ac_objext \
11854 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11855LIBS=$ac_check_lib_save_LIBS
11856fi
81ecdfbb
RW
11857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11858$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11859if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
b214d478 11860 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 11861else
81ecdfbb 11862 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11863if test "x$ac_cv_func_dlopen" = xyes; then :
ce2cded5
L
11864 lt_cv_dlopen="dlopen"
11865else
81ecdfbb
RW
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11867$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11868if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11869 $as_echo_n "(cached) " >&6
d7040cdb 11870else
ce2cded5
L
11871 ac_check_lib_save_LIBS=$LIBS
11872LIBS="-ldl $LIBS"
81ecdfbb 11873cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11874/* end confdefs.h. */
11875
81ecdfbb
RW
11876/* Override any GCC internal prototype to avoid an error.
11877 Use char because int might match the return type of a GCC
11878 builtin and then its argument prototype would still apply. */
ce2cded5
L
11879#ifdef __cplusplus
11880extern "C"
11881#endif
ce2cded5 11882char dlopen ();
d7040cdb
SE
11883int
11884main ()
11885{
81ecdfbb 11886return dlopen ();
d7040cdb
SE
11887 ;
11888 return 0;
11889}
11890_ACEOF
81ecdfbb 11891if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11892 ac_cv_lib_dl_dlopen=yes
d7040cdb 11893else
81ecdfbb 11894 ac_cv_lib_dl_dlopen=no
d7040cdb 11895fi
81ecdfbb
RW
11896rm -f core conftest.err conftest.$ac_objext \
11897 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11898LIBS=$ac_check_lib_save_LIBS
d7040cdb 11899fi
81ecdfbb
RW
11900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11901$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11902if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
ce2cded5 11903 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11904else
81ecdfbb
RW
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11906$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11907if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11908 $as_echo_n "(cached) " >&6
d7040cdb 11909else
ce2cded5
L
11910 ac_check_lib_save_LIBS=$LIBS
11911LIBS="-lsvld $LIBS"
81ecdfbb 11912cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11913/* end confdefs.h. */
d7040cdb 11914
81ecdfbb
RW
11915/* Override any GCC internal prototype to avoid an error.
11916 Use char because int might match the return type of a GCC
11917 builtin and then its argument prototype would still apply. */
ce2cded5
L
11918#ifdef __cplusplus
11919extern "C"
11920#endif
ce2cded5 11921char dlopen ();
d7040cdb
SE
11922int
11923main ()
11924{
81ecdfbb 11925return dlopen ();
d7040cdb
SE
11926 ;
11927 return 0;
11928}
11929_ACEOF
81ecdfbb 11930if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11931 ac_cv_lib_svld_dlopen=yes
d7040cdb 11932else
81ecdfbb 11933 ac_cv_lib_svld_dlopen=no
d7040cdb 11934fi
81ecdfbb
RW
11935rm -f core conftest.err conftest.$ac_objext \
11936 conftest$ac_exeext conftest.$ac_ext
ce2cded5 11937LIBS=$ac_check_lib_save_LIBS
d7040cdb 11938fi
81ecdfbb
RW
11939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11940$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11941if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
ce2cded5
L
11942 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11943else
81ecdfbb
RW
11944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11945$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11946if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11947 $as_echo_n "(cached) " >&6
ce2cded5
L
11948else
11949 ac_check_lib_save_LIBS=$LIBS
11950LIBS="-ldld $LIBS"
81ecdfbb 11951cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11952/* end confdefs.h. */
11953
81ecdfbb
RW
11954/* Override any GCC internal prototype to avoid an error.
11955 Use char because int might match the return type of a GCC
11956 builtin and then its argument prototype would still apply. */
ce2cded5
L
11957#ifdef __cplusplus
11958extern "C"
11959#endif
ce2cded5 11960char dld_link ();
d7040cdb
SE
11961int
11962main ()
11963{
81ecdfbb 11964return dld_link ();
d7040cdb
SE
11965 ;
11966 return 0;
11967}
11968_ACEOF
81ecdfbb 11969if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11970 ac_cv_lib_dld_dld_link=yes
d7040cdb 11971else
81ecdfbb 11972 ac_cv_lib_dld_dld_link=no
d7040cdb 11973fi
81ecdfbb
RW
11974rm -f core conftest.err conftest.$ac_objext \
11975 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11976LIBS=$ac_check_lib_save_LIBS
11977fi
81ecdfbb
RW
11978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11979$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11980if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
b214d478 11981 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
11982fi
11983
11984
11985fi
11986
11987
11988fi
11989
11990
11991fi
11992
11993
11994fi
11995
11996
11997fi
11998
11999 ;;
12000 esac
12001
12002 if test "x$lt_cv_dlopen" != xno; then
12003 enable_dlopen=yes
12004 else
12005 enable_dlopen=no
12006 fi
12007
12008 case $lt_cv_dlopen in
12009 dlopen)
12010 save_CPPFLAGS="$CPPFLAGS"
12011 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12012
12013 save_LDFLAGS="$LDFLAGS"
12014 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12015
12016 save_LIBS="$LIBS"
12017 LIBS="$lt_cv_dlopen_libs $LIBS"
12018
81ecdfbb
RW
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12020$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12021if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 12022 $as_echo_n "(cached) " >&6
ce2cded5
L
12023else
12024 if test "$cross_compiling" = yes; then :
12025 lt_cv_dlopen_self=cross
12026else
12027 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12028 lt_status=$lt_dlunknown
12029 cat > conftest.$ac_ext <<_LT_EOF
3a3a077c 12030#line 12030 "configure"
ce2cded5
L
12031#include "confdefs.h"
12032
12033#if HAVE_DLFCN_H
12034#include <dlfcn.h>
12035#endif
12036
12037#include <stdio.h>
12038
12039#ifdef RTLD_GLOBAL
12040# define LT_DLGLOBAL RTLD_GLOBAL
12041#else
12042# ifdef DL_GLOBAL
12043# define LT_DLGLOBAL DL_GLOBAL
12044# else
12045# define LT_DLGLOBAL 0
12046# endif
12047#endif
12048
12049/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12050 find out it does not work in some platform. */
12051#ifndef LT_DLLAZY_OR_NOW
12052# ifdef RTLD_LAZY
12053# define LT_DLLAZY_OR_NOW RTLD_LAZY
12054# else
12055# ifdef DL_LAZY
12056# define LT_DLLAZY_OR_NOW DL_LAZY
12057# else
12058# ifdef RTLD_NOW
12059# define LT_DLLAZY_OR_NOW RTLD_NOW
12060# else
12061# ifdef DL_NOW
12062# define LT_DLLAZY_OR_NOW DL_NOW
12063# else
12064# define LT_DLLAZY_OR_NOW 0
12065# endif
12066# endif
12067# endif
12068# endif
12069#endif
12070
3725885a
RW
12071/* When -fvisbility=hidden is used, assume the code has been annotated
12072 correspondingly for the symbols needed. */
12073#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12074void fnord () __attribute__((visibility("default")));
12075#endif
12076
12077void fnord () { int i=42; }
ce2cded5 12078int main ()
d7040cdb 12079{
ce2cded5
L
12080 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12081 int status = $lt_dlunknown;
12082
12083 if (self)
12084 {
12085 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
12086 else
12087 {
12088 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12089 else puts (dlerror ());
12090 }
ce2cded5
L
12091 /* dlclose (self); */
12092 }
12093 else
12094 puts (dlerror ());
12095
b214d478 12096 return status;
d7040cdb 12097}
ce2cded5 12098_LT_EOF
81ecdfbb 12099 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5 12100 (eval $ac_link) 2>&5
d7040cdb 12101 ac_status=$?
81ecdfbb
RW
12102 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12103 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
12104 (./conftest; exit; ) >&5 2>/dev/null
12105 lt_status=$?
12106 case x$lt_status in
12107 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12108 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12109 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12110 esac
12111 else :
12112 # compilation failed
12113 lt_cv_dlopen_self=no
12114 fi
12115fi
12116rm -fr conftest*
12117
12118
12119fi
81ecdfbb
RW
12120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12121$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
12122
12123 if test "x$lt_cv_dlopen_self" = xyes; then
12124 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12126$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 12127if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 12128 $as_echo_n "(cached) " >&6
ce2cded5
L
12129else
12130 if test "$cross_compiling" = yes; then :
12131 lt_cv_dlopen_self_static=cross
12132else
12133 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12134 lt_status=$lt_dlunknown
12135 cat > conftest.$ac_ext <<_LT_EOF
3a3a077c 12136#line 12136 "configure"
ce2cded5
L
12137#include "confdefs.h"
12138
12139#if HAVE_DLFCN_H
12140#include <dlfcn.h>
12141#endif
12142
12143#include <stdio.h>
12144
12145#ifdef RTLD_GLOBAL
12146# define LT_DLGLOBAL RTLD_GLOBAL
12147#else
12148# ifdef DL_GLOBAL
12149# define LT_DLGLOBAL DL_GLOBAL
12150# else
12151# define LT_DLGLOBAL 0
12152# endif
12153#endif
12154
12155/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12156 find out it does not work in some platform. */
12157#ifndef LT_DLLAZY_OR_NOW
12158# ifdef RTLD_LAZY
12159# define LT_DLLAZY_OR_NOW RTLD_LAZY
12160# else
12161# ifdef DL_LAZY
12162# define LT_DLLAZY_OR_NOW DL_LAZY
12163# else
12164# ifdef RTLD_NOW
12165# define LT_DLLAZY_OR_NOW RTLD_NOW
12166# else
12167# ifdef DL_NOW
12168# define LT_DLLAZY_OR_NOW DL_NOW
12169# else
12170# define LT_DLLAZY_OR_NOW 0
12171# endif
12172# endif
12173# endif
12174# endif
12175#endif
12176
3cb62297
L
12177/* When -fvisbility=hidden is used, assume the code has been annotated
12178 correspondingly for the symbols needed. */
12179#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12180void fnord () __attribute__((visibility("default")));
12181#endif
12182
12183void fnord () { int i=42; }
12184int main ()
12185{
12186 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12187 int status = $lt_dlunknown;
12188
12189 if (self)
12190 {
12191 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12192 else
12193 {
12194 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12195 else puts (dlerror ());
12196 }
12197 /* dlclose (self); */
12198 }
12199 else
12200 puts (dlerror ());
12201
12202 return status;
12203}
12204_LT_EOF
12205 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12206 (eval $ac_link) 2>&5
12207 ac_status=$?
12208 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12209 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12210 (./conftest; exit; ) >&5 2>/dev/null
12211 lt_status=$?
12212 case x$lt_status in
12213 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12214 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12215 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12216 esac
12217 else :
12218 # compilation failed
12219 lt_cv_dlopen_self_static=no
12220 fi
12221fi
12222rm -fr conftest*
12223
12224
12225fi
12226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12227$as_echo "$lt_cv_dlopen_self_static" >&6; }
12228 fi
12229
12230 CPPFLAGS="$save_CPPFLAGS"
12231 LDFLAGS="$save_LDFLAGS"
12232 LIBS="$save_LIBS"
12233 ;;
12234 esac
12235
12236 case $lt_cv_dlopen_self in
12237 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12238 *) enable_dlopen_self=unknown ;;
12239 esac
12240
12241 case $lt_cv_dlopen_self_static in
12242 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12243 *) enable_dlopen_self_static=unknown ;;
12244 esac
12245fi
12246
12247
12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
12259
12260
12261
12262
12263striplib=
12264old_striplib=
12265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12266$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12267if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12268 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12269 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12271$as_echo "yes" >&6; }
12272else
12273# FIXME - insert some real tests, host_os isn't really good enough
12274 case $host_os in
12275 darwin*)
12276 if test -n "$STRIP" ; then
12277 striplib="$STRIP -x"
12278 old_striplib="$STRIP -S"
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12280$as_echo "yes" >&6; }
12281 else
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12283$as_echo "no" >&6; }
12284 fi
12285 ;;
12286 *)
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12288$as_echo "no" >&6; }
12289 ;;
12290 esac
12291fi
12292
12293
12294
12295
12296
12297
12298
12299
12300
12301
12302
12303
12304 # Report which library types will actually be built
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12306$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12308$as_echo "$can_build_shared" >&6; }
12309
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12311$as_echo_n "checking whether to build shared libraries... " >&6; }
12312 test "$can_build_shared" = "no" && enable_shared=no
12313
12314 # On AIX, shared libraries and static libraries use the same namespace, and
12315 # are all built from PIC.
12316 case $host_os in
12317 aix3*)
12318 test "$enable_shared" = yes && enable_static=no
12319 if test -n "$RANLIB"; then
12320 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12321 postinstall_cmds='$RANLIB $lib'
12322 fi
12323 ;;
12324
12325 aix[4-9]*)
12326 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12327 test "$enable_shared" = yes && enable_static=no
12328 fi
12329 ;;
12330 esac
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12332$as_echo "$enable_shared" >&6; }
12333
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12335$as_echo_n "checking whether to build static libraries... " >&6; }
12336 # Make sure either enable_shared or enable_static is yes.
12337 test "$enable_shared" = yes || enable_static=yes
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12339$as_echo "$enable_static" >&6; }
12340
12341
12342
12343
12344fi
12345ac_ext=c
12346ac_cpp='$CPP $CPPFLAGS'
12347ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12348ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12349ac_compiler_gnu=$ac_cv_c_compiler_gnu
12350
12351CC="$lt_save_CC"
12352
12353 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12354 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12355 (test "X$CXX" != "Xg++"))) ; then
12356 ac_ext=cpp
12357ac_cpp='$CXXCPP $CPPFLAGS'
12358ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12359ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12360ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12362$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12363if test -z "$CXXCPP"; then
d0ac1c44 12364 if ${ac_cv_prog_CXXCPP+:} false; then :
3cb62297
L
12365 $as_echo_n "(cached) " >&6
12366else
12367 # Double quotes because CXXCPP needs to be expanded
12368 for CXXCPP in "$CXX -E" "/lib/cpp"
12369 do
12370 ac_preproc_ok=false
12371for ac_cxx_preproc_warn_flag in '' yes
12372do
12373 # Use a header file that comes with gcc, so configuring glibc
12374 # with a fresh cross-compiler works.
12375 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12376 # <limits.h> exists even on freestanding compilers.
12377 # On the NeXT, cc -E runs the code through the compiler's parser,
12378 # not just through cpp. "Syntax error" is here to catch this case.
12379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12380/* end confdefs.h. */
12381#ifdef __STDC__
12382# include <limits.h>
12383#else
12384# include <assert.h>
12385#endif
12386 Syntax error
12387_ACEOF
12388if ac_fn_cxx_try_cpp "$LINENO"; then :
12389
12390else
12391 # Broken: fails on valid input.
12392continue
12393fi
d0ac1c44 12394rm -f conftest.err conftest.i conftest.$ac_ext
3cb62297
L
12395
12396 # OK, works on sane cases. Now check whether nonexistent headers
12397 # can be detected and how.
12398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12399/* end confdefs.h. */
12400#include <ac_nonexistent.h>
12401_ACEOF
12402if ac_fn_cxx_try_cpp "$LINENO"; then :
12403 # Broken: success on invalid input.
12404continue
12405else
12406 # Passes both tests.
12407ac_preproc_ok=:
12408break
12409fi
d0ac1c44 12410rm -f conftest.err conftest.i conftest.$ac_ext
3cb62297
L
12411
12412done
12413# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 12414rm -f conftest.i conftest.err conftest.$ac_ext
3cb62297
L
12415if $ac_preproc_ok; then :
12416 break
12417fi
12418
12419 done
12420 ac_cv_prog_CXXCPP=$CXXCPP
12421
12422fi
12423 CXXCPP=$ac_cv_prog_CXXCPP
12424else
12425 ac_cv_prog_CXXCPP=$CXXCPP
12426fi
12427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12428$as_echo "$CXXCPP" >&6; }
12429ac_preproc_ok=false
12430for ac_cxx_preproc_warn_flag in '' yes
12431do
12432 # Use a header file that comes with gcc, so configuring glibc
12433 # with a fresh cross-compiler works.
12434 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12435 # <limits.h> exists even on freestanding compilers.
12436 # On the NeXT, cc -E runs the code through the compiler's parser,
12437 # not just through cpp. "Syntax error" is here to catch this case.
12438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12439/* end confdefs.h. */
12440#ifdef __STDC__
12441# include <limits.h>
12442#else
12443# include <assert.h>
12444#endif
12445 Syntax error
12446_ACEOF
12447if ac_fn_cxx_try_cpp "$LINENO"; then :
12448
12449else
12450 # Broken: fails on valid input.
12451continue
12452fi
d0ac1c44 12453rm -f conftest.err conftest.i conftest.$ac_ext
3cb62297
L
12454
12455 # OK, works on sane cases. Now check whether nonexistent headers
12456 # can be detected and how.
12457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12458/* end confdefs.h. */
12459#include <ac_nonexistent.h>
12460_ACEOF
12461if ac_fn_cxx_try_cpp "$LINENO"; then :
12462 # Broken: success on invalid input.
12463continue
12464else
12465 # Passes both tests.
12466ac_preproc_ok=:
12467break
12468fi
d0ac1c44 12469rm -f conftest.err conftest.i conftest.$ac_ext
3cb62297
L
12470
12471done
12472# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 12473rm -f conftest.i conftest.err conftest.$ac_ext
3cb62297
L
12474if $ac_preproc_ok; then :
12475
12476else
12477 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12478$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12479as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
12480See \`config.log' for more details" "$LINENO" 5; }
3cb62297
L
12481fi
12482
12483ac_ext=c
12484ac_cpp='$CPP $CPPFLAGS'
12485ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12486ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12487ac_compiler_gnu=$ac_cv_c_compiler_gnu
12488
12489else
12490 _lt_caught_CXX_error=yes
12491fi
12492
12493ac_ext=cpp
12494ac_cpp='$CXXCPP $CPPFLAGS'
12495ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12496ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12497ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12498
12499archive_cmds_need_lc_CXX=no
12500allow_undefined_flag_CXX=
12501always_export_symbols_CXX=no
12502archive_expsym_cmds_CXX=
12503compiler_needs_object_CXX=no
12504export_dynamic_flag_spec_CXX=
12505hardcode_direct_CXX=no
12506hardcode_direct_absolute_CXX=no
12507hardcode_libdir_flag_spec_CXX=
12508hardcode_libdir_flag_spec_ld_CXX=
12509hardcode_libdir_separator_CXX=
12510hardcode_minus_L_CXX=no
12511hardcode_shlibpath_var_CXX=unsupported
12512hardcode_automatic_CXX=no
12513inherit_rpath_CXX=no
12514module_cmds_CXX=
12515module_expsym_cmds_CXX=
12516link_all_deplibs_CXX=unknown
12517old_archive_cmds_CXX=$old_archive_cmds
12518reload_flag_CXX=$reload_flag
12519reload_cmds_CXX=$reload_cmds
12520no_undefined_flag_CXX=
12521whole_archive_flag_spec_CXX=
12522enable_shared_with_static_runtimes_CXX=no
12523
12524# Source file extension for C++ test sources.
12525ac_ext=cpp
12526
12527# Object file extension for compiled C++ test sources.
12528objext=o
12529objext_CXX=$objext
12530
12531# No sense in running all these tests if we already determined that
12532# the CXX compiler isn't working. Some variables (like enable_shared)
12533# are currently assumed to apply to all compilers on this platform,
12534# and will be corrupted by setting them based on a non-working compiler.
12535if test "$_lt_caught_CXX_error" != yes; then
12536 # Code to be used in simple compile tests
12537 lt_simple_compile_test_code="int some_variable = 0;"
12538
12539 # Code to be used in simple link tests
12540 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12541
12542 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12543
12544
12545
12546
12547
12548
12549# If no C compiler was specified, use CC.
12550LTCC=${LTCC-"$CC"}
12551
12552# If no C compiler flags were specified, use CFLAGS.
12553LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12554
12555# Allow CC to be a program name with arguments.
12556compiler=$CC
12557
12558
12559 # save warnings/boilerplate of simple test code
12560 ac_outfile=conftest.$ac_objext
12561echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12562eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12563_lt_compiler_boilerplate=`cat conftest.err`
12564$RM conftest*
12565
12566 ac_outfile=conftest.$ac_objext
12567echo "$lt_simple_link_test_code" >conftest.$ac_ext
12568eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12569_lt_linker_boilerplate=`cat conftest.err`
12570$RM -r conftest*
12571
12572
12573 # Allow CC to be a program name with arguments.
12574 lt_save_CC=$CC
12575 lt_save_LD=$LD
12576 lt_save_GCC=$GCC
12577 GCC=$GXX
12578 lt_save_with_gnu_ld=$with_gnu_ld
12579 lt_save_path_LD=$lt_cv_path_LD
12580 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12581 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12582 else
12583 $as_unset lt_cv_prog_gnu_ld
12584 fi
12585 if test -n "${lt_cv_path_LDCXX+set}"; then
12586 lt_cv_path_LD=$lt_cv_path_LDCXX
12587 else
12588 $as_unset lt_cv_path_LD
12589 fi
12590 test -z "${LDCXX+set}" || LD=$LDCXX
12591 CC=${CXX-"c++"}
12592 compiler=$CC
12593 compiler_CXX=$CC
12594 for cc_temp in $compiler""; do
12595 case $cc_temp in
12596 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12597 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12598 \-*) ;;
12599 *) break;;
12600 esac
12601done
12602cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12603
12604
12605 if test -n "$compiler"; then
12606 # We don't want -fno-exception when compiling C++ code, so set the
12607 # no_builtin_flag separately
12608 if test "$GXX" = yes; then
12609 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12610 else
12611 lt_prog_compiler_no_builtin_flag_CXX=
12612 fi
12613
12614 if test "$GXX" = yes; then
12615 # Set up default GNU C++ configuration
12616
12617
12618
12619# Check whether --with-gnu-ld was given.
12620if test "${with_gnu_ld+set}" = set; then :
12621 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12622else
12623 with_gnu_ld=no
12624fi
12625
12626ac_prog=ld
12627if test "$GCC" = yes; then
12628 # Check if gcc -print-prog-name=ld gives a path.
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12630$as_echo_n "checking for ld used by $CC... " >&6; }
12631 case $host in
12632 *-*-mingw*)
12633 # gcc leaves a trailing carriage return which upsets mingw
12634 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12635 *)
12636 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12637 esac
12638 case $ac_prog in
12639 # Accept absolute paths.
12640 [\\/]* | ?:[\\/]*)
12641 re_direlt='/[^/][^/]*/\.\./'
12642 # Canonicalize the pathname of ld
12643 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12644 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12645 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12646 done
12647 test -z "$LD" && LD="$ac_prog"
12648 ;;
12649 "")
12650 # If it fails, then pretend we aren't using GCC.
12651 ac_prog=ld
12652 ;;
12653 *)
12654 # If it is relative, then search for the first ld in PATH.
12655 with_gnu_ld=unknown
12656 ;;
12657 esac
12658elif test "$with_gnu_ld" = yes; then
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12660$as_echo_n "checking for GNU ld... " >&6; }
12661else
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12663$as_echo_n "checking for non-GNU ld... " >&6; }
12664fi
d0ac1c44 12665if ${lt_cv_path_LD+:} false; then :
3cb62297
L
12666 $as_echo_n "(cached) " >&6
12667else
12668 if test -z "$LD"; then
12669 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12670 for ac_dir in $PATH; do
12671 IFS="$lt_save_ifs"
12672 test -z "$ac_dir" && ac_dir=.
12673 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12674 lt_cv_path_LD="$ac_dir/$ac_prog"
12675 # Check to see if the program is GNU ld. I'd rather use --version,
12676 # but apparently some variants of GNU ld only accept -v.
12677 # Break only if it was the GNU/non-GNU ld that we prefer.
12678 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12679 *GNU* | *'with BFD'*)
12680 test "$with_gnu_ld" != no && break
12681 ;;
12682 *)
12683 test "$with_gnu_ld" != yes && break
12684 ;;
12685 esac
12686 fi
12687 done
12688 IFS="$lt_save_ifs"
12689else
12690 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12691fi
12692fi
12693
12694LD="$lt_cv_path_LD"
12695if test -n "$LD"; then
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12697$as_echo "$LD" >&6; }
12698else
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12700$as_echo "no" >&6; }
12701fi
d0ac1c44 12702test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
3cb62297
L
12703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12704$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 12705if ${lt_cv_prog_gnu_ld+:} false; then :
3cb62297
L
12706 $as_echo_n "(cached) " >&6
12707else
12708 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12709case `$LD -v 2>&1 </dev/null` in
12710*GNU* | *'with BFD'*)
12711 lt_cv_prog_gnu_ld=yes
12712 ;;
12713*)
12714 lt_cv_prog_gnu_ld=no
12715 ;;
12716esac
12717fi
12718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12719$as_echo "$lt_cv_prog_gnu_ld" >&6; }
12720with_gnu_ld=$lt_cv_prog_gnu_ld
12721
12722
12723
12724
12725
12726
12727
12728 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12729 # archiving commands below assume that GNU ld is being used.
12730 if test "$with_gnu_ld" = yes; then
6e733cce
L
12731 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12732 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
12733
12734 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12735 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12736
12737 # If archive_cmds runs LD, not CC, wlarc should be empty
12738 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12739 # investigate it a little bit more. (MM)
12740 wlarc='${wl}'
12741
12742 # ancient GNU ld didn't support --whole-archive et. al.
12743 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12744 $GREP 'no-whole-archive' > /dev/null; then
12745 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12746 else
12747 whole_archive_flag_spec_CXX=
12748 fi
12749 else
12750 with_gnu_ld=no
12751 wlarc=
12752
12753 # A generic and very simple default shared library creation
12754 # command for GNU C++ for the case where it uses the native
12755 # linker, instead of GNU ld. If possible, this setting should
12756 # overridden to take advantage of the native linker features on
12757 # the platform it is being used on.
12758 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12759 fi
12760
12761 # Commands to make compiler produce verbose output that lists
12762 # what "hidden" libraries, object files and flags are used when
12763 # linking a shared library.
12764 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12765
12766 else
12767 GXX=no
12768 with_gnu_ld=no
12769 wlarc=
12770 fi
12771
12772 # PORTME: fill in a description of your system's C++ link characteristics
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12774$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12775 ld_shlibs_CXX=yes
12776 case $host_os in
12777 aix3*)
12778 # FIXME: insert proper C++ library support
12779 ld_shlibs_CXX=no
12780 ;;
12781 aix[4-9]*)
12782 if test "$host_cpu" = ia64; then
12783 # On IA64, the linker does run time linking by default, so we don't
12784 # have to do anything special.
12785 aix_use_runtimelinking=no
12786 exp_sym_flag='-Bexport'
12787 no_entry_flag=""
12788 else
12789 aix_use_runtimelinking=no
12790
12791 # Test if we are trying to use run time linking or normal
12792 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12793 # need to do runtime linking.
12794 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12795 for ld_flag in $LDFLAGS; do
12796 case $ld_flag in
12797 *-brtl*)
12798 aix_use_runtimelinking=yes
12799 break
12800 ;;
12801 esac
12802 done
12803 ;;
12804 esac
12805
12806 exp_sym_flag='-bexport'
12807 no_entry_flag='-bnoentry'
12808 fi
12809
12810 # When large executables or shared objects are built, AIX ld can
12811 # have problems creating the table of contents. If linking a library
12812 # or program results in "error TOC overflow" add -mminimal-toc to
12813 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12814 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12815
12816 archive_cmds_CXX=''
12817 hardcode_direct_CXX=yes
12818 hardcode_direct_absolute_CXX=yes
12819 hardcode_libdir_separator_CXX=':'
12820 link_all_deplibs_CXX=yes
12821 file_list_spec_CXX='${wl}-f,'
12822
12823 if test "$GXX" = yes; then
12824 case $host_os in aix4.[012]|aix4.[012].*)
12825 # We only want to do this on AIX 4.2 and lower, the check
12826 # below for broken collect2 doesn't work under 4.3+
12827 collect2name=`${CC} -print-prog-name=collect2`
12828 if test -f "$collect2name" &&
12829 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12830 then
12831 # We have reworked collect2
12832 :
12833 else
12834 # We have old collect2
12835 hardcode_direct_CXX=unsupported
12836 # It fails to find uninstalled libraries when the uninstalled
12837 # path is not listed in the libpath. Setting hardcode_minus_L
12838 # to unsupported forces relinking
12839 hardcode_minus_L_CXX=yes
12840 hardcode_libdir_flag_spec_CXX='-L$libdir'
12841 hardcode_libdir_separator_CXX=
12842 fi
12843 esac
12844 shared_flag='-shared'
12845 if test "$aix_use_runtimelinking" = yes; then
12846 shared_flag="$shared_flag "'${wl}-G'
12847 fi
12848 else
12849 # not using gcc
12850 if test "$host_cpu" = ia64; then
12851 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12852 # chokes on -Wl,-G. The following line is correct:
12853 shared_flag='-G'
12854 else
12855 if test "$aix_use_runtimelinking" = yes; then
12856 shared_flag='${wl}-G'
12857 else
12858 shared_flag='${wl}-bM:SRE'
12859 fi
12860 fi
12861 fi
12862
12863 export_dynamic_flag_spec_CXX='${wl}-bexpall'
12864 # It seems that -bexpall does not export symbols beginning with
12865 # underscore (_), so it is better to generate a list of symbols to
12866 # export.
12867 always_export_symbols_CXX=yes
12868 if test "$aix_use_runtimelinking" = yes; then
12869 # Warning - without using the other runtime loading flags (-brtl),
12870 # -berok will link without error, but may produce a broken library.
12871 allow_undefined_flag_CXX='-berok'
12872 # Determine the default libpath from the value encoded in an empty
12873 # executable.
12874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12875/* end confdefs.h. */
12876
12877int
12878main ()
12879{
12880
12881 ;
12882 return 0;
12883}
12884_ACEOF
12885if ac_fn_cxx_try_link "$LINENO"; then :
12886
12887lt_aix_libpath_sed='
12888 /Import File Strings/,/^$/ {
12889 /^0/ {
12890 s/^0 *\(.*\)$/\1/
12891 p
12892 }
12893 }'
12894aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12895# Check for a 64-bit object if we didn't find anything.
12896if test -z "$aix_libpath"; then
12897 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12898fi
12899fi
12900rm -f core conftest.err conftest.$ac_objext \
12901 conftest$ac_exeext conftest.$ac_ext
12902if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12903
12904 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12905
12906 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"
12907 else
12908 if test "$host_cpu" = ia64; then
12909 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
12910 allow_undefined_flag_CXX="-z nodefs"
12911 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"
12912 else
12913 # Determine the default libpath from the value encoded in an
12914 # empty executable.
12915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12916/* end confdefs.h. */
12917
12918int
12919main ()
12920{
12921
12922 ;
12923 return 0;
12924}
12925_ACEOF
12926if ac_fn_cxx_try_link "$LINENO"; then :
12927
12928lt_aix_libpath_sed='
12929 /Import File Strings/,/^$/ {
12930 /^0/ {
12931 s/^0 *\(.*\)$/\1/
12932 p
12933 }
12934 }'
12935aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12936# Check for a 64-bit object if we didn't find anything.
12937if test -z "$aix_libpath"; then
12938 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12939fi
12940fi
12941rm -f core conftest.err conftest.$ac_objext \
12942 conftest$ac_exeext conftest.$ac_ext
12943if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12944
12945 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12946 # Warning - without using the other run time loading flags,
12947 # -berok will link without error, but may produce a broken library.
12948 no_undefined_flag_CXX=' ${wl}-bernotok'
12949 allow_undefined_flag_CXX=' ${wl}-berok'
12950 if test "$with_gnu_ld" = yes; then
12951 # We only use this code for GNU lds that support --whole-archive.
12952 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12953 else
12954 # Exported symbols can be pulled into shared objects from archives
12955 whole_archive_flag_spec_CXX='$convenience'
12956 fi
12957 archive_cmds_need_lc_CXX=yes
12958 # This is similar to how AIX traditionally builds its shared
12959 # libraries.
12960 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'
12961 fi
12962 fi
12963 ;;
12964
12965 beos*)
12966 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12967 allow_undefined_flag_CXX=unsupported
12968 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12969 # support --undefined. This deserves some investigation. FIXME
12970 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12971 else
12972 ld_shlibs_CXX=no
12973 fi
12974 ;;
12975
12976 chorus*)
12977 case $cc_basename in
12978 *)
12979 # FIXME: insert proper C++ library support
12980 ld_shlibs_CXX=no
12981 ;;
12982 esac
12983 ;;
12984
12985 cygwin* | mingw* | pw32* | cegcc*)
12986 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12987 # as there is no search path for DLLs.
12988 hardcode_libdir_flag_spec_CXX='-L$libdir'
12989 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12990 allow_undefined_flag_CXX=unsupported
12991 always_export_symbols_CXX=no
12992 enable_shared_with_static_runtimes_CXX=yes
12993
12994 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12995 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'
12996 # If the export-symbols file already is a .def file (1st line
12997 # is EXPORTS), use it as is; otherwise, prepend...
12998 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12999 cp $export_symbols $output_objdir/$soname.def;
13000 else
13001 echo EXPORTS > $output_objdir/$soname.def;
13002 cat $export_symbols >> $output_objdir/$soname.def;
13003 fi~
13004 $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'
13005 else
13006 ld_shlibs_CXX=no
13007 fi
13008 ;;
13009 darwin* | rhapsody*)
13010
13011
13012 archive_cmds_need_lc_CXX=no
13013 hardcode_direct_CXX=no
13014 hardcode_automatic_CXX=yes
13015 hardcode_shlibpath_var_CXX=unsupported
13016 if test "$lt_cv_ld_force_load" = "yes"; then
13017 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\"`'
13018 else
13019 whole_archive_flag_spec_CXX=''
13020 fi
13021 link_all_deplibs_CXX=yes
13022 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13023 case $cc_basename in
13024 ifort*) _lt_dar_can_shared=yes ;;
13025 *) _lt_dar_can_shared=$GCC ;;
13026 esac
13027 if test "$_lt_dar_can_shared" = "yes"; then
13028 output_verbose_link_cmd=func_echo_all
13029 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}"
13030 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13031 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}"
13032 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}"
13033 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13034 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}"
13035 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}"
13036 fi
13037
13038 else
13039 ld_shlibs_CXX=no
13040 fi
13041
13042 ;;
13043
13044 dgux*)
13045 case $cc_basename in
13046 ec++*)
13047 # FIXME: insert proper C++ library support
13048 ld_shlibs_CXX=no
13049 ;;
13050 ghcx*)
13051 # Green Hills C++ Compiler
13052 # FIXME: insert proper C++ library support
13053 ld_shlibs_CXX=no
13054 ;;
13055 *)
13056 # FIXME: insert proper C++ library support
13057 ld_shlibs_CXX=no
13058 ;;
13059 esac
13060 ;;
13061
6d2920c8 13062 freebsd2.*)
3cb62297
L
13063 # C++ shared libraries reported to be fairly broken before
13064 # switch to ELF
13065 ld_shlibs_CXX=no
13066 ;;
13067
13068 freebsd-elf*)
13069 archive_cmds_need_lc_CXX=no
13070 ;;
13071
13072 freebsd* | dragonfly*)
13073 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13074 # conventions
13075 ld_shlibs_CXX=yes
13076 ;;
13077
13078 gnu*)
13079 ;;
13080
13081 haiku*)
13082 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13083 link_all_deplibs_CXX=yes
13084 ;;
13085
13086 hpux9*)
13087 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13088 hardcode_libdir_separator_CXX=:
13089 export_dynamic_flag_spec_CXX='${wl}-E'
13090 hardcode_direct_CXX=yes
13091 hardcode_minus_L_CXX=yes # Not in the search PATH,
13092 # but as the default
13093 # location of the library.
13094
13095 case $cc_basename in
13096 CC*)
13097 # FIXME: insert proper C++ library support
13098 ld_shlibs_CXX=no
13099 ;;
13100 aCC*)
13101 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'
13102 # Commands to make compiler produce verbose output that lists
13103 # what "hidden" libraries, object files and flags are used when
13104 # linking a shared library.
13105 #
13106 # There doesn't appear to be a way to prevent this compiler from
13107 # explicitly linking system object files so we need to strip them
13108 # from the output so that they don't get included in the library
13109 # dependencies.
13110 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"'
13111 ;;
13112 *)
13113 if test "$GXX" = yes; then
13114 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'
13115 else
13116 # FIXME: insert proper C++ library support
13117 ld_shlibs_CXX=no
13118 fi
13119 ;;
13120 esac
13121 ;;
13122
13123 hpux10*|hpux11*)
13124 if test $with_gnu_ld = no; then
13125 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13126 hardcode_libdir_separator_CXX=:
13127
13128 case $host_cpu in
13129 hppa*64*|ia64*)
13130 ;;
13131 *)
13132 export_dynamic_flag_spec_CXX='${wl}-E'
13133 ;;
13134 esac
13135 fi
13136 case $host_cpu in
13137 hppa*64*|ia64*)
13138 hardcode_direct_CXX=no
13139 hardcode_shlibpath_var_CXX=no
13140 ;;
13141 *)
13142 hardcode_direct_CXX=yes
13143 hardcode_direct_absolute_CXX=yes
13144 hardcode_minus_L_CXX=yes # Not in the search PATH,
13145 # but as the default
13146 # location of the library.
13147 ;;
13148 esac
13149
13150 case $cc_basename in
13151 CC*)
13152 # FIXME: insert proper C++ library support
13153 ld_shlibs_CXX=no
13154 ;;
13155 aCC*)
13156 case $host_cpu in
13157 hppa*64*)
13158 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13159 ;;
13160 ia64*)
13161 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13162 ;;
13163 *)
13164 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13165 ;;
13166 esac
13167 # Commands to make compiler produce verbose output that lists
13168 # what "hidden" libraries, object files and flags are used when
13169 # linking a shared library.
13170 #
13171 # There doesn't appear to be a way to prevent this compiler from
13172 # explicitly linking system object files so we need to strip them
13173 # from the output so that they don't get included in the library
13174 # dependencies.
13175 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"'
13176 ;;
13177 *)
13178 if test "$GXX" = yes; then
13179 if test $with_gnu_ld = no; then
13180 case $host_cpu in
13181 hppa*64*)
13182 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13183 ;;
13184 ia64*)
13185 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13186 ;;
13187 *)
13188 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'
13189 ;;
13190 esac
13191 fi
13192 else
13193 # FIXME: insert proper C++ library support
13194 ld_shlibs_CXX=no
13195 fi
13196 ;;
13197 esac
13198 ;;
13199
13200 interix[3-9]*)
13201 hardcode_direct_CXX=no
13202 hardcode_shlibpath_var_CXX=no
13203 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13204 export_dynamic_flag_spec_CXX='${wl}-E'
13205 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13206 # Instead, shared libraries are loaded at an image base (0x10000000 by
13207 # default) and relocated if they conflict, which is a slow very memory
13208 # consuming and fragmenting process. To avoid this, we pick a random,
13209 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13210 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13211 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'
13212 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'
13213 ;;
13214 irix5* | irix6*)
13215 case $cc_basename in
13216 CC*)
13217 # SGI C++
13218 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'
13219
13220 # Archives containing C++ object files must be created using
13221 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13222 # necessary to make sure instantiated templates are included
13223 # in the archive.
13224 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13225 ;;
13226 *)
13227 if test "$GXX" = yes; then
13228 if test "$with_gnu_ld" = no; then
13229 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'
13230 else
13231 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'
13232 fi
13233 fi
13234 link_all_deplibs_CXX=yes
13235 ;;
13236 esac
13237 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13238 hardcode_libdir_separator_CXX=:
13239 inherit_rpath_CXX=yes
13240 ;;
13241
13242 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13243 case $cc_basename in
13244 KCC*)
13245 # Kuck and Associates, Inc. (KAI) C++ Compiler
13246
13247 # KCC will only create a shared library if the output file
13248 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13249 # to its proper name (with version) after linking.
13250 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'
13251 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'
13252 # Commands to make compiler produce verbose output that lists
13253 # what "hidden" libraries, object files and flags are used when
13254 # linking a shared library.
13255 #
13256 # There doesn't appear to be a way to prevent this compiler from
13257 # explicitly linking system object files so we need to strip them
13258 # from the output so that they don't get included in the library
13259 # dependencies.
13260 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"'
13261
13262 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13263 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13264
13265 # Archives containing C++ object files must be created using
13266 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13267 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13268 ;;
13269 icpc* | ecpc* )
13270 # Intel C++
13271 with_gnu_ld=yes
13272 # version 8.0 and above of icpc choke on multiply defined symbols
13273 # if we add $predep_objects and $postdep_objects, however 7.1 and
13274 # earlier do not add the objects themselves.
13275 case `$CC -V 2>&1` in
13276 *"Version 7."*)
13277 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13278 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'
13279 ;;
13280 *) # Version 8.0 or newer
13281 tmp_idyn=
13282 case $host_cpu in
13283 ia64*) tmp_idyn=' -i_dynamic';;
13284 esac
13285 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13286 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'
13287 ;;
13288 esac
13289 archive_cmds_need_lc_CXX=no
13290 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13291 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13292 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13293 ;;
13294 pgCC* | pgcpp*)
13295 # Portland Group C++ compiler
13296 case `$CC -V` in
13297 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
13298 prelink_cmds_CXX='tpldir=Template.dir~
13299 rm -rf $tpldir~
13300 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13301 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13302 old_archive_cmds_CXX='tpldir=Template.dir~
13303 rm -rf $tpldir~
13304 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13305 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13306 $RANLIB $oldlib'
13307 archive_cmds_CXX='tpldir=Template.dir~
13308 rm -rf $tpldir~
13309 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13310 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13311 archive_expsym_cmds_CXX='tpldir=Template.dir~
13312 rm -rf $tpldir~
13313 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13314 $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'
13315 ;;
13316 *) # Version 6 and above use weak symbols
13317 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13318 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'
13319 ;;
13320 esac
13321
13322 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13323 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13324 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'
13325 ;;
13326 cxx*)
13327 # Compaq C++
13328 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13329 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'
13330
13331 runpath_var=LD_RUN_PATH
13332 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13333 hardcode_libdir_separator_CXX=:
13334
13335 # Commands to make compiler produce verbose output that lists
13336 # what "hidden" libraries, object files and flags are used when
13337 # linking a shared library.
13338 #
13339 # There doesn't appear to be a way to prevent this compiler from
13340 # explicitly linking system object files so we need to strip them
13341 # from the output so that they don't get included in the library
13342 # dependencies.
13343 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'
13344 ;;
13345 xl* | mpixl* | bgxl*)
13346 # IBM XL 8.0 on PPC, with GNU ld
13347 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13348 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13349 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13350 if test "x$supports_anon_versioning" = xyes; then
13351 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13352 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13353 echo "local: *; };" >> $output_objdir/$libname.ver~
13354 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13355 fi
13356 ;;
13357 *)
13358 case `$CC -V 2>&1 | sed 5q` in
13359 *Sun\ C*)
13360 # Sun C++ 5.9
13361 no_undefined_flag_CXX=' -zdefs'
13362 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13363 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'
13364 hardcode_libdir_flag_spec_CXX='-R$libdir'
13365 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'
13366 compiler_needs_object_CXX=yes
13367
13368 # Not sure whether something based on
13369 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13370 # would be better.
13371 output_verbose_link_cmd='func_echo_all'
13372
13373 # Archives containing C++ object files must be created using
13374 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13375 # necessary to make sure instantiated templates are included
13376 # in the archive.
13377 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13378 ;;
13379 esac
13380 ;;
13381 esac
13382 ;;
13383
13384 lynxos*)
13385 # FIXME: insert proper C++ library support
13386 ld_shlibs_CXX=no
13387 ;;
13388
13389 m88k*)
13390 # FIXME: insert proper C++ library support
13391 ld_shlibs_CXX=no
13392 ;;
13393
13394 mvs*)
13395 case $cc_basename in
13396 cxx*)
13397 # FIXME: insert proper C++ library support
13398 ld_shlibs_CXX=no
13399 ;;
13400 *)
13401 # FIXME: insert proper C++ library support
13402 ld_shlibs_CXX=no
13403 ;;
13404 esac
13405 ;;
13406
13407 netbsd*)
13408 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13409 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13410 wlarc=
13411 hardcode_libdir_flag_spec_CXX='-R$libdir'
13412 hardcode_direct_CXX=yes
13413 hardcode_shlibpath_var_CXX=no
13414 fi
13415 # Workaround some broken pre-1.5 toolchains
13416 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13417 ;;
13418
13419 *nto* | *qnx*)
13420 ld_shlibs_CXX=yes
13421 ;;
13422
13423 openbsd2*)
13424 # C++ shared libraries are fairly broken
13425 ld_shlibs_CXX=no
13426 ;;
13427
13428 openbsd*)
13429 if test -f /usr/libexec/ld.so; then
13430 hardcode_direct_CXX=yes
13431 hardcode_shlibpath_var_CXX=no
13432 hardcode_direct_absolute_CXX=yes
13433 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13434 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13435 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13436 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13437 export_dynamic_flag_spec_CXX='${wl}-E'
13438 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13439 fi
13440 output_verbose_link_cmd=func_echo_all
13441 else
13442 ld_shlibs_CXX=no
13443 fi
13444 ;;
13445
13446 osf3* | osf4* | osf5*)
13447 case $cc_basename in
13448 KCC*)
13449 # Kuck and Associates, Inc. (KAI) C++ Compiler
13450
13451 # KCC will only create a shared library if the output file
13452 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13453 # to its proper name (with version) after linking.
13454 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'
13455
13456 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13457 hardcode_libdir_separator_CXX=:
13458
13459 # Archives containing C++ object files must be created using
13460 # the KAI C++ compiler.
13461 case $host in
13462 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13463 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13464 esac
13465 ;;
13466 RCC*)
13467 # Rational C++ 2.4.1
13468 # FIXME: insert proper C++ library support
13469 ld_shlibs_CXX=no
13470 ;;
13471 cxx*)
13472 case $host in
13473 osf3*)
13474 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13475 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'
13476 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13477 ;;
13478 *)
13479 allow_undefined_flag_CXX=' -expect_unresolved \*'
13480 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'
13481 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13482 echo "-hidden">> $lib.exp~
13483 $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~
13484 $RM $lib.exp'
13485 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13486 ;;
13487 esac
13488
13489 hardcode_libdir_separator_CXX=:
13490
13491 # Commands to make compiler produce verbose output that lists
13492 # what "hidden" libraries, object files and flags are used when
13493 # linking a shared library.
13494 #
13495 # There doesn't appear to be a way to prevent this compiler from
13496 # explicitly linking system object files so we need to strip them
13497 # from the output so that they don't get included in the library
13498 # dependencies.
13499 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"'
13500 ;;
13501 *)
13502 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13503 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13504 case $host in
13505 osf3*)
13506 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'
13507 ;;
13508 *)
13509 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'
13510 ;;
13511 esac
13512
13513 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13514 hardcode_libdir_separator_CXX=:
13515
13516 # Commands to make compiler produce verbose output that lists
13517 # what "hidden" libraries, object files and flags are used when
13518 # linking a shared library.
13519 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13520
13521 else
13522 # FIXME: insert proper C++ library support
13523 ld_shlibs_CXX=no
13524 fi
13525 ;;
13526 esac
13527 ;;
13528
13529 psos*)
13530 # FIXME: insert proper C++ library support
13531 ld_shlibs_CXX=no
13532 ;;
13533
13534 sunos4*)
13535 case $cc_basename in
13536 CC*)
13537 # Sun C++ 4.x
13538 # FIXME: insert proper C++ library support
13539 ld_shlibs_CXX=no
13540 ;;
13541 lcc*)
13542 # Lucid
13543 # FIXME: insert proper C++ library support
13544 ld_shlibs_CXX=no
13545 ;;
13546 *)
13547 # FIXME: insert proper C++ library support
13548 ld_shlibs_CXX=no
13549 ;;
13550 esac
13551 ;;
13552
13553 solaris*)
13554 case $cc_basename in
13555 CC*)
13556 # Sun C++ 4.2, 5.x and Centerline C++
13557 archive_cmds_need_lc_CXX=yes
13558 no_undefined_flag_CXX=' -zdefs'
13559 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13560 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13561 $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'
13562
13563 hardcode_libdir_flag_spec_CXX='-R$libdir'
13564 hardcode_shlibpath_var_CXX=no
13565 case $host_os in
13566 solaris2.[0-5] | solaris2.[0-5].*) ;;
13567 *)
13568 # The compiler driver will combine and reorder linker options,
13569 # but understands `-z linker_flag'.
13570 # Supported since Solaris 2.6 (maybe 2.5.1?)
13571 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13572 ;;
13573 esac
13574 link_all_deplibs_CXX=yes
13575
13576 output_verbose_link_cmd='func_echo_all'
13577
13578 # Archives containing C++ object files must be created using
13579 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13580 # necessary to make sure instantiated templates are included
13581 # in the archive.
13582 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13583 ;;
13584 gcx*)
13585 # Green Hills C++ Compiler
13586 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13587
13588 # The C++ compiler must be used to create the archive.
13589 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13590 ;;
13591 *)
13592 # GNU C++ compiler with Solaris linker
13593 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13594 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13595 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13596 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13597 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13598 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13599
13600 # Commands to make compiler produce verbose output that lists
13601 # what "hidden" libraries, object files and flags are used when
13602 # linking a shared library.
13603 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13604 else
13605 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13606 # platform.
13607 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13608 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13609 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13610
13611 # Commands to make compiler produce verbose output that lists
13612 # what "hidden" libraries, object files and flags are used when
13613 # linking a shared library.
13614 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13615 fi
13616
13617 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13618 case $host_os in
13619 solaris2.[0-5] | solaris2.[0-5].*) ;;
13620 *)
13621 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13622 ;;
13623 esac
13624 fi
13625 ;;
13626 esac
13627 ;;
13628
13629 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13630 no_undefined_flag_CXX='${wl}-z,text'
13631 archive_cmds_need_lc_CXX=no
13632 hardcode_shlibpath_var_CXX=no
13633 runpath_var='LD_RUN_PATH'
13634
13635 case $cc_basename in
13636 CC*)
13637 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13638 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13639 ;;
13640 *)
13641 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13642 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13643 ;;
13644 esac
13645 ;;
13646
13647 sysv5* | sco3.2v5* | sco5v6*)
13648 # Note: We can NOT use -z defs as we might desire, because we do not
13649 # link with -lc, and that would cause any symbols used from libc to
13650 # always be unresolved, which means just about no library would
13651 # ever link correctly. If we're not using GNU ld we use -z text
13652 # though, which does catch some bad symbols but isn't as heavy-handed
13653 # as -z defs.
13654 no_undefined_flag_CXX='${wl}-z,text'
13655 allow_undefined_flag_CXX='${wl}-z,nodefs'
13656 archive_cmds_need_lc_CXX=no
13657 hardcode_shlibpath_var_CXX=no
13658 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13659 hardcode_libdir_separator_CXX=':'
13660 link_all_deplibs_CXX=yes
13661 export_dynamic_flag_spec_CXX='${wl}-Bexport'
13662 runpath_var='LD_RUN_PATH'
13663
13664 case $cc_basename in
13665 CC*)
13666 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13667 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13668 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13669 '"$old_archive_cmds_CXX"
13670 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13671 '"$reload_cmds_CXX"
13672 ;;
13673 *)
13674 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13675 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13676 ;;
13677 esac
13678 ;;
13679
13680 tandem*)
13681 case $cc_basename in
13682 NCC*)
13683 # NonStop-UX NCC 3.20
13684 # FIXME: insert proper C++ library support
13685 ld_shlibs_CXX=no
13686 ;;
13687 *)
13688 # FIXME: insert proper C++ library support
13689 ld_shlibs_CXX=no
13690 ;;
13691 esac
13692 ;;
13693
13694 vxworks*)
13695 # FIXME: insert proper C++ library support
13696 ld_shlibs_CXX=no
13697 ;;
13698
13699 *)
13700 # FIXME: insert proper C++ library support
13701 ld_shlibs_CXX=no
13702 ;;
13703 esac
13704
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13706$as_echo "$ld_shlibs_CXX" >&6; }
13707 test "$ld_shlibs_CXX" = no && can_build_shared=no
13708
13709 GCC_CXX="$GXX"
13710 LD_CXX="$LD"
13711
13712 ## CAVEAT EMPTOR:
13713 ## There is no encapsulation within the following macros, do not change
13714 ## the running order or otherwise move them around unless you know exactly
13715 ## what you are doing...
13716 # Dependencies to place before and after the object being linked:
13717predep_objects_CXX=
13718postdep_objects_CXX=
13719predeps_CXX=
13720postdeps_CXX=
13721compiler_lib_search_path_CXX=
13722
13723cat > conftest.$ac_ext <<_LT_EOF
13724class Foo
13725{
13726public:
13727 Foo (void) { a = 0; }
13728private:
13729 int a;
13730};
13731_LT_EOF
13732
13733if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13734 (eval $ac_compile) 2>&5
13735 ac_status=$?
13736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13737 test $ac_status = 0; }; then
13738 # Parse the compiler output and extract the necessary
13739 # objects, libraries and library flags.
13740
13741 # Sentinel used to keep track of whether or not we are before
13742 # the conftest object file.
13743 pre_test_object_deps_done=no
13744
13745 for p in `eval "$output_verbose_link_cmd"`; do
13746 case $p in
13747
13748 -L* | -R* | -l*)
13749 # Some compilers place space between "-{L,R}" and the path.
13750 # Remove the space.
13751 if test $p = "-L" ||
13752 test $p = "-R"; then
13753 prev=$p
13754 continue
13755 else
13756 prev=
13757 fi
13758
13759 if test "$pre_test_object_deps_done" = no; then
13760 case $p in
13761 -L* | -R*)
13762 # Internal compiler library paths should come after those
13763 # provided the user. The postdeps already come after the
13764 # user supplied libs so there is no need to process them.
13765 if test -z "$compiler_lib_search_path_CXX"; then
13766 compiler_lib_search_path_CXX="${prev}${p}"
13767 else
13768 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13769 fi
13770 ;;
13771 # The "-l" case would never come before the object being
13772 # linked, so don't bother handling this case.
13773 esac
13774 else
13775 if test -z "$postdeps_CXX"; then
13776 postdeps_CXX="${prev}${p}"
13777 else
13778 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13779 fi
13780 fi
13781 ;;
13782
13783 *.$objext)
13784 # This assumes that the test object file only shows up
13785 # once in the compiler output.
13786 if test "$p" = "conftest.$objext"; then
13787 pre_test_object_deps_done=yes
13788 continue
13789 fi
13790
13791 if test "$pre_test_object_deps_done" = no; then
13792 if test -z "$predep_objects_CXX"; then
13793 predep_objects_CXX="$p"
13794 else
13795 predep_objects_CXX="$predep_objects_CXX $p"
13796 fi
13797 else
13798 if test -z "$postdep_objects_CXX"; then
13799 postdep_objects_CXX="$p"
13800 else
13801 postdep_objects_CXX="$postdep_objects_CXX $p"
13802 fi
13803 fi
13804 ;;
13805
13806 *) ;; # Ignore the rest.
13807
13808 esac
13809 done
13810
13811 # Clean up.
13812 rm -f a.out a.exe
13813else
13814 echo "libtool.m4: error: problem compiling CXX test program"
13815fi
13816
13817$RM -f confest.$objext
13818
13819# PORTME: override above test on systems where it is broken
13820case $host_os in
13821interix[3-9]*)
13822 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13823 # hack all around it, let's just trust "g++" to DTRT.
13824 predep_objects_CXX=
13825 postdep_objects_CXX=
13826 postdeps_CXX=
13827 ;;
13828
13829linux*)
13830 case `$CC -V 2>&1 | sed 5q` in
13831 *Sun\ C*)
13832 # Sun C++ 5.9
13833
13834 # The more standards-conforming stlport4 library is
13835 # incompatible with the Cstd library. Avoid specifying
13836 # it if it's in CXXFLAGS. Ignore libCrun as
13837 # -library=stlport4 depends on it.
13838 case " $CXX $CXXFLAGS " in
13839 *" -library=stlport4 "*)
13840 solaris_use_stlport4=yes
13841 ;;
13842 esac
13843
13844 if test "$solaris_use_stlport4" != yes; then
13845 postdeps_CXX='-library=Cstd -library=Crun'
13846 fi
13847 ;;
13848 esac
13849 ;;
13850
13851solaris*)
13852 case $cc_basename in
13853 CC*)
13854 # The more standards-conforming stlport4 library is
13855 # incompatible with the Cstd library. Avoid specifying
13856 # it if it's in CXXFLAGS. Ignore libCrun as
13857 # -library=stlport4 depends on it.
13858 case " $CXX $CXXFLAGS " in
13859 *" -library=stlport4 "*)
13860 solaris_use_stlport4=yes
13861 ;;
13862 esac
13863
13864 # Adding this requires a known-good setup of shared libraries for
13865 # Sun compiler versions before 5.6, else PIC objects from an old
13866 # archive will be linked into the output, leading to subtle bugs.
13867 if test "$solaris_use_stlport4" != yes; then
13868 postdeps_CXX='-library=Cstd -library=Crun'
13869 fi
13870 ;;
13871 esac
13872 ;;
13873esac
13874
13875
13876case " $postdeps_CXX " in
13877*" -lc "*) archive_cmds_need_lc_CXX=no ;;
13878esac
13879 compiler_lib_search_dirs_CXX=
13880if test -n "${compiler_lib_search_path_CXX}"; then
13881 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13882fi
13883
13884
13885
13886
13887
13888
13889
13890
13891
13892
13893
13894
13895
13896
13897
13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
13912
13913
13914 lt_prog_compiler_wl_CXX=
13915lt_prog_compiler_pic_CXX=
13916lt_prog_compiler_static_CXX=
13917
13918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13919$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13920
13921 # C++ specific cases for pic, static, wl, etc.
13922 if test "$GXX" = yes; then
13923 lt_prog_compiler_wl_CXX='-Wl,'
13924 lt_prog_compiler_static_CXX='-static'
13925
13926 case $host_os in
13927 aix*)
13928 # All AIX code is PIC.
13929 if test "$host_cpu" = ia64; then
13930 # AIX 5 now supports IA64 processor
13931 lt_prog_compiler_static_CXX='-Bstatic'
13932 fi
52204357 13933 lt_prog_compiler_pic_CXX='-fPIC'
3cb62297
L
13934 ;;
13935
13936 amigaos*)
13937 case $host_cpu in
13938 powerpc)
13939 # see comment about AmigaOS4 .so support
13940 lt_prog_compiler_pic_CXX='-fPIC'
13941 ;;
13942 m68k)
13943 # FIXME: we need at least 68020 code to build shared libraries, but
13944 # adding the `-m68020' flag to GCC prevents building anything better,
13945 # like `-m68040'.
13946 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13947 ;;
13948 esac
13949 ;;
13950
13951 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13952 # PIC is the default for these OSes.
13953 ;;
13954 mingw* | cygwin* | os2* | pw32* | cegcc*)
13955 # This hack is so that the source file can tell whether it is being
13956 # built for inclusion in a dll (and should export symbols for example).
13957 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13958 # (--disable-auto-import) libraries
13959 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13960 ;;
13961 darwin* | rhapsody*)
13962 # PIC is the default on this platform
13963 # Common symbols not allowed in MH_DYLIB files
13964 lt_prog_compiler_pic_CXX='-fno-common'
13965 ;;
13966 *djgpp*)
13967 # DJGPP does not support shared libraries at all
13968 lt_prog_compiler_pic_CXX=
13969 ;;
13970 haiku*)
13971 # PIC is the default for Haiku.
13972 # The "-static" flag exists, but is broken.
13973 lt_prog_compiler_static_CXX=
13974 ;;
13975 interix[3-9]*)
13976 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13977 # Instead, we relocate shared libraries at runtime.
13978 ;;
13979 sysv4*MP*)
13980 if test -d /usr/nec; then
13981 lt_prog_compiler_pic_CXX=-Kconform_pic
13982 fi
13983 ;;
13984 hpux*)
13985 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13986 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13987 # sets the default TLS model and affects inlining.
13988 case $host_cpu in
13989 hppa*64*)
13990 ;;
13991 *)
13992 lt_prog_compiler_pic_CXX='-fPIC'
13993 ;;
13994 esac
13995 ;;
13996 *qnx* | *nto*)
13997 # QNX uses GNU C++, but need to define -shared option too, otherwise
13998 # it will coredump.
13999 lt_prog_compiler_pic_CXX='-fPIC -shared'
14000 ;;
14001 *)
14002 lt_prog_compiler_pic_CXX='-fPIC'
14003 ;;
14004 esac
14005 else
14006 case $host_os in
14007 aix[4-9]*)
14008 # All AIX code is PIC.
14009 if test "$host_cpu" = ia64; then
14010 # AIX 5 now supports IA64 processor
14011 lt_prog_compiler_static_CXX='-Bstatic'
14012 else
14013 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14014 fi
14015 ;;
14016 chorus*)
14017 case $cc_basename in
14018 cxch68*)
14019 # Green Hills C++ Compiler
14020 # _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"
14021 ;;
14022 esac
14023 ;;
14024 dgux*)
14025 case $cc_basename in
14026 ec++*)
14027 lt_prog_compiler_pic_CXX='-KPIC'
14028 ;;
14029 ghcx*)
14030 # Green Hills C++ Compiler
14031 lt_prog_compiler_pic_CXX='-pic'
14032 ;;
14033 *)
14034 ;;
14035 esac
14036 ;;
14037 freebsd* | dragonfly*)
14038 # FreeBSD uses GNU C++
14039 ;;
14040 hpux9* | hpux10* | hpux11*)
14041 case $cc_basename in
14042 CC*)
14043 lt_prog_compiler_wl_CXX='-Wl,'
14044 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14045 if test "$host_cpu" != ia64; then
14046 lt_prog_compiler_pic_CXX='+Z'
14047 fi
14048 ;;
14049 aCC*)
14050 lt_prog_compiler_wl_CXX='-Wl,'
14051 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14052 case $host_cpu in
14053 hppa*64*|ia64*)
14054 # +Z the default
14055 ;;
14056 *)
14057 lt_prog_compiler_pic_CXX='+Z'
14058 ;;
14059 esac
14060 ;;
14061 *)
14062 ;;
14063 esac
14064 ;;
14065 interix*)
14066 # This is c89, which is MS Visual C++ (no shared libs)
14067 # Anyone wants to do a port?
14068 ;;
14069 irix5* | irix6* | nonstopux*)
14070 case $cc_basename in
14071 CC*)
14072 lt_prog_compiler_wl_CXX='-Wl,'
14073 lt_prog_compiler_static_CXX='-non_shared'
14074 # CC pic flag -KPIC is the default.
14075 ;;
14076 *)
14077 ;;
14078 esac
14079 ;;
14080 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14081 case $cc_basename in
14082 KCC*)
14083 # KAI C++ Compiler
14084 lt_prog_compiler_wl_CXX='--backend -Wl,'
14085 lt_prog_compiler_pic_CXX='-fPIC'
14086 ;;
14087 ecpc* )
14088 # old Intel C++ for x86_64 which still supported -KPIC.
14089 lt_prog_compiler_wl_CXX='-Wl,'
14090 lt_prog_compiler_pic_CXX='-KPIC'
14091 lt_prog_compiler_static_CXX='-static'
14092 ;;
14093 icpc* )
14094 # Intel C++, used to be incompatible with GCC.
14095 # ICC 10 doesn't accept -KPIC any more.
14096 lt_prog_compiler_wl_CXX='-Wl,'
14097 lt_prog_compiler_pic_CXX='-fPIC'
14098 lt_prog_compiler_static_CXX='-static'
14099 ;;
14100 pgCC* | pgcpp*)
14101 # Portland Group C++ compiler
14102 lt_prog_compiler_wl_CXX='-Wl,'
14103 lt_prog_compiler_pic_CXX='-fpic'
14104 lt_prog_compiler_static_CXX='-Bstatic'
14105 ;;
14106 cxx*)
14107 # Compaq C++
14108 # Make sure the PIC flag is empty. It appears that all Alpha
14109 # Linux and Compaq Tru64 Unix objects are PIC.
14110 lt_prog_compiler_pic_CXX=
14111 lt_prog_compiler_static_CXX='-non_shared'
14112 ;;
14113 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
14114 # IBM XL 8.0, 9.0 on PPC and BlueGene
14115 lt_prog_compiler_wl_CXX='-Wl,'
14116 lt_prog_compiler_pic_CXX='-qpic'
14117 lt_prog_compiler_static_CXX='-qstaticlink'
14118 ;;
14119 *)
14120 case `$CC -V 2>&1 | sed 5q` in
14121 *Sun\ C*)
14122 # Sun C++ 5.9
14123 lt_prog_compiler_pic_CXX='-KPIC'
14124 lt_prog_compiler_static_CXX='-Bstatic'
14125 lt_prog_compiler_wl_CXX='-Qoption ld '
14126 ;;
14127 esac
14128 ;;
14129 esac
14130 ;;
14131 lynxos*)
14132 ;;
14133 m88k*)
14134 ;;
14135 mvs*)
14136 case $cc_basename in
14137 cxx*)
14138 lt_prog_compiler_pic_CXX='-W c,exportall'
14139 ;;
14140 *)
14141 ;;
14142 esac
14143 ;;
14144 netbsd*)
14145 ;;
14146 *qnx* | *nto*)
14147 # QNX uses GNU C++, but need to define -shared option too, otherwise
14148 # it will coredump.
14149 lt_prog_compiler_pic_CXX='-fPIC -shared'
14150 ;;
14151 osf3* | osf4* | osf5*)
14152 case $cc_basename in
14153 KCC*)
14154 lt_prog_compiler_wl_CXX='--backend -Wl,'
14155 ;;
14156 RCC*)
14157 # Rational C++ 2.4.1
14158 lt_prog_compiler_pic_CXX='-pic'
14159 ;;
14160 cxx*)
14161 # Digital/Compaq C++
14162 lt_prog_compiler_wl_CXX='-Wl,'
14163 # Make sure the PIC flag is empty. It appears that all Alpha
14164 # Linux and Compaq Tru64 Unix objects are PIC.
14165 lt_prog_compiler_pic_CXX=
14166 lt_prog_compiler_static_CXX='-non_shared'
14167 ;;
14168 *)
14169 ;;
14170 esac
14171 ;;
14172 psos*)
14173 ;;
14174 solaris*)
14175 case $cc_basename in
14176 CC*)
14177 # Sun C++ 4.2, 5.x and Centerline C++
14178 lt_prog_compiler_pic_CXX='-KPIC'
14179 lt_prog_compiler_static_CXX='-Bstatic'
14180 lt_prog_compiler_wl_CXX='-Qoption ld '
14181 ;;
14182 gcx*)
14183 # Green Hills C++ Compiler
14184 lt_prog_compiler_pic_CXX='-PIC'
14185 ;;
14186 *)
14187 ;;
14188 esac
14189 ;;
14190 sunos4*)
14191 case $cc_basename in
14192 CC*)
14193 # Sun C++ 4.x
14194 lt_prog_compiler_pic_CXX='-pic'
14195 lt_prog_compiler_static_CXX='-Bstatic'
14196 ;;
14197 lcc*)
14198 # Lucid
14199 lt_prog_compiler_pic_CXX='-pic'
14200 ;;
14201 *)
14202 ;;
14203 esac
14204 ;;
14205 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14206 case $cc_basename in
14207 CC*)
14208 lt_prog_compiler_wl_CXX='-Wl,'
14209 lt_prog_compiler_pic_CXX='-KPIC'
14210 lt_prog_compiler_static_CXX='-Bstatic'
14211 ;;
14212 esac
14213 ;;
14214 tandem*)
14215 case $cc_basename in
14216 NCC*)
14217 # NonStop-UX NCC 3.20
14218 lt_prog_compiler_pic_CXX='-KPIC'
14219 ;;
14220 *)
14221 ;;
14222 esac
14223 ;;
14224 vxworks*)
14225 ;;
14226 *)
14227 lt_prog_compiler_can_build_shared_CXX=no
14228 ;;
14229 esac
14230 fi
14231
14232case $host_os in
14233 # For platforms which do not support PIC, -DPIC is meaningless:
14234 *djgpp*)
14235 lt_prog_compiler_pic_CXX=
14236 ;;
14237 *)
14238 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14239 ;;
14240esac
14241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
14242$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14243
14244
14245
14246#
14247# Check to make sure the PIC flag actually works.
14248#
14249if test -n "$lt_prog_compiler_pic_CXX"; then
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14251$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
d0ac1c44 14252if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
3cb62297
L
14253 $as_echo_n "(cached) " >&6
14254else
14255 lt_cv_prog_compiler_pic_works_CXX=no
14256 ac_outfile=conftest.$ac_objext
14257 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14258 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14259 # Insert the option either (1) after the last *FLAGS variable, or
14260 # (2) before a word containing "conftest.", or (3) at the end.
14261 # Note that $ac_compile itself does not contain backslashes and begins
14262 # with a dollar sign (not a hyphen), so the echo should work correctly.
14263 # The option is referenced via a variable to avoid confusing sed.
14264 lt_compile=`echo "$ac_compile" | $SED \
14265 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14266 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14267 -e 's:$: $lt_compiler_flag:'`
14268 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14269 (eval "$lt_compile" 2>conftest.err)
14270 ac_status=$?
14271 cat conftest.err >&5
14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273 if (exit $ac_status) && test -s "$ac_outfile"; then
14274 # The compiler can only warn and ignore the option if not recognized
14275 # So say no if there are warnings other than the usual output.
14276 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
14277 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14278 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14279 lt_cv_prog_compiler_pic_works_CXX=yes
14280 fi
14281 fi
14282 $RM conftest*
14283
14284fi
14285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14286$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14287
14288if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14289 case $lt_prog_compiler_pic_CXX in
14290 "" | " "*) ;;
14291 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14292 esac
14293else
14294 lt_prog_compiler_pic_CXX=
14295 lt_prog_compiler_can_build_shared_CXX=no
14296fi
14297
14298fi
14299
14300
14301
14302#
14303# Check to make sure the static flag actually works.
14304#
14305wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14307$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 14308if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
3cb62297
L
14309 $as_echo_n "(cached) " >&6
14310else
14311 lt_cv_prog_compiler_static_works_CXX=no
14312 save_LDFLAGS="$LDFLAGS"
14313 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14314 echo "$lt_simple_link_test_code" > conftest.$ac_ext
14315 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14316 # The linker can only warn and ignore the option if not recognized
14317 # So say no if there are warnings
14318 if test -s conftest.err; then
14319 # Append any errors to the config.log.
14320 cat conftest.err 1>&5
14321 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
14322 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14323 if diff conftest.exp conftest.er2 >/dev/null; then
14324 lt_cv_prog_compiler_static_works_CXX=yes
14325 fi
14326 else
14327 lt_cv_prog_compiler_static_works_CXX=yes
14328 fi
14329 fi
14330 $RM -r conftest*
14331 LDFLAGS="$save_LDFLAGS"
14332
14333fi
14334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14335$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14336
14337if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14338 :
14339else
14340 lt_prog_compiler_static_CXX=
14341fi
14342
14343
14344
14345
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14347$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 14348if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
3cb62297
L
14349 $as_echo_n "(cached) " >&6
14350else
14351 lt_cv_prog_compiler_c_o_CXX=no
14352 $RM -r conftest 2>/dev/null
14353 mkdir conftest
14354 cd conftest
14355 mkdir out
14356 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14357
14358 lt_compiler_flag="-o out/conftest2.$ac_objext"
14359 # Insert the option either (1) after the last *FLAGS variable, or
14360 # (2) before a word containing "conftest.", or (3) at the end.
14361 # Note that $ac_compile itself does not contain backslashes and begins
14362 # with a dollar sign (not a hyphen), so the echo should work correctly.
14363 lt_compile=`echo "$ac_compile" | $SED \
14364 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14365 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14366 -e 's:$: $lt_compiler_flag:'`
14367 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14368 (eval "$lt_compile" 2>out/conftest.err)
14369 ac_status=$?
14370 cat out/conftest.err >&5
14371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14372 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14373 then
14374 # The compiler can only warn and ignore the option if not recognized
14375 # So say no if there are warnings
14376 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14377 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14378 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14379 lt_cv_prog_compiler_c_o_CXX=yes
14380 fi
14381 fi
14382 chmod u+w . 2>&5
14383 $RM conftest*
14384 # SGI C++ compiler will create directory out/ii_files/ for
14385 # template instantiation
14386 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14387 $RM out/* && rmdir out
14388 cd ..
14389 $RM -r conftest
14390 $RM conftest*
14391
14392fi
14393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14394$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14395
14396
14397
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14399$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 14400if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
3cb62297
L
14401 $as_echo_n "(cached) " >&6
14402else
14403 lt_cv_prog_compiler_c_o_CXX=no
14404 $RM -r conftest 2>/dev/null
14405 mkdir conftest
14406 cd conftest
14407 mkdir out
14408 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14409
14410 lt_compiler_flag="-o out/conftest2.$ac_objext"
14411 # Insert the option either (1) after the last *FLAGS variable, or
14412 # (2) before a word containing "conftest.", or (3) at the end.
14413 # Note that $ac_compile itself does not contain backslashes and begins
14414 # with a dollar sign (not a hyphen), so the echo should work correctly.
14415 lt_compile=`echo "$ac_compile" | $SED \
14416 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14417 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14418 -e 's:$: $lt_compiler_flag:'`
14419 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14420 (eval "$lt_compile" 2>out/conftest.err)
14421 ac_status=$?
14422 cat out/conftest.err >&5
14423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14424 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14425 then
14426 # The compiler can only warn and ignore the option if not recognized
14427 # So say no if there are warnings
14428 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14429 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14430 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14431 lt_cv_prog_compiler_c_o_CXX=yes
14432 fi
14433 fi
14434 chmod u+w . 2>&5
14435 $RM conftest*
14436 # SGI C++ compiler will create directory out/ii_files/ for
14437 # template instantiation
14438 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14439 $RM out/* && rmdir out
14440 cd ..
14441 $RM -r conftest
14442 $RM conftest*
14443
14444fi
14445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14446$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14447
14448
14449
14450
14451hard_links="nottested"
14452if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14453 # do not overwrite the value of need_locks provided by the user
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14455$as_echo_n "checking if we can lock with hard links... " >&6; }
14456 hard_links=yes
14457 $RM conftest*
14458 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14459 touch conftest.a
14460 ln conftest.a conftest.b 2>&5 || hard_links=no
14461 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14463$as_echo "$hard_links" >&6; }
14464 if test "$hard_links" = no; then
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14466$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14467 need_locks=warn
14468 fi
14469else
14470 need_locks=no
14471fi
14472
14473
14474
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14476$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14477
14478 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14479 case $host_os in
14480 aix[4-9]*)
14481 # If we're using GNU nm, then we don't want the "-C" option.
14482 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14483 # Also, AIX nm treats weak defined symbols like other global defined
14484 # symbols, whereas GNU nm marks them as "W".
14485 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14486 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'
14487 else
5c14705f 14488 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
14489 fi
14490 ;;
14491 pw32*)
14492 export_symbols_cmds_CXX="$ltdll_cmds"
14493 ;;
14494 cygwin* | mingw* | cegcc*)
14495 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'
14496 ;;
14497 *)
14498 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14499 ;;
14500 esac
14501 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14502
14503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14504$as_echo "$ld_shlibs_CXX" >&6; }
14505test "$ld_shlibs_CXX" = no && can_build_shared=no
14506
14507with_gnu_ld_CXX=$with_gnu_ld
14508
14509
14510
14511
14512
14513
14514#
14515# Do we need to explicitly link libc?
14516#
14517case "x$archive_cmds_need_lc_CXX" in
14518x|xyes)
14519 # Assume -lc should be added
14520 archive_cmds_need_lc_CXX=yes
14521
14522 if test "$enable_shared" = yes && test "$GCC" = yes; then
14523 case $archive_cmds_CXX in
14524 *'~'*)
14525 # FIXME: we may have to deal with multi-command sequences.
14526 ;;
14527 '$CC '*)
14528 # Test whether the compiler implicitly links with -lc since on some
14529 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14530 # to ld, don't add -lc before -lgcc.
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14532$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 14533if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
3cb62297
L
14534 $as_echo_n "(cached) " >&6
14535else
14536 $RM conftest*
14537 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14538
14539 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14540 (eval $ac_compile) 2>&5
14541 ac_status=$?
14542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14543 test $ac_status = 0; } 2>conftest.err; then
14544 soname=conftest
14545 lib=conftest
14546 libobjs=conftest.$ac_objext
14547 deplibs=
14548 wl=$lt_prog_compiler_wl_CXX
14549 pic_flag=$lt_prog_compiler_pic_CXX
14550 compiler_flags=-v
14551 linker_flags=-v
14552 verstring=
14553 output_objdir=.
14554 libname=conftest
14555 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14556 allow_undefined_flag_CXX=
14557 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14558 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14559 ac_status=$?
14560 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14561 test $ac_status = 0; }
14562 then
14563 lt_cv_archive_cmds_need_lc_CXX=no
14564 else
14565 lt_cv_archive_cmds_need_lc_CXX=yes
14566 fi
14567 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14568 else
14569 cat conftest.err 1>&5
14570 fi
14571 $RM conftest*
14572
14573fi
14574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14575$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14576 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14577 ;;
14578 esac
14579 fi
14580 ;;
14581esac
14582
14583
14584
14585
14586
14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
14603
14604
14605
14606
14607
14608
14609
14610
14611
14612
14613
14614
14615
14616
14617
14618
14619
14620
14621
14622
14623
14624
14625
14626
14627
14628
14629
14630
14631
14632
14633
14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14647$as_echo_n "checking dynamic linker characteristics... " >&6; }
14648
14649library_names_spec=
14650libname_spec='lib$name'
14651soname_spec=
14652shrext_cmds=".so"
14653postinstall_cmds=
14654postuninstall_cmds=
14655finish_cmds=
14656finish_eval=
14657shlibpath_var=
14658shlibpath_overrides_runpath=unknown
14659version_type=none
14660dynamic_linker="$host_os ld.so"
14661sys_lib_dlsearch_path_spec="/lib /usr/lib"
14662need_lib_prefix=unknown
14663hardcode_into_libs=no
14664
14665# when you set need_version to no, make sure it does not cause -set_version
14666# flags to be left without arguments
14667need_version=unknown
14668
14669case $host_os in
14670aix3*)
14671 version_type=linux
14672 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14673 shlibpath_var=LIBPATH
14674
14675 # AIX 3 has no versioning support, so we append a major version to the name.
14676 soname_spec='${libname}${release}${shared_ext}$major'
14677 ;;
14678
14679aix[4-9]*)
14680 version_type=linux
14681 need_lib_prefix=no
14682 need_version=no
14683 hardcode_into_libs=yes
14684 if test "$host_cpu" = ia64; then
14685 # AIX 5 supports IA64
14686 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14687 shlibpath_var=LD_LIBRARY_PATH
14688 else
14689 # With GCC up to 2.95.x, collect2 would create an import file
14690 # for dependence libraries. The import file would start with
14691 # the line `#! .'. This would cause the generated library to
14692 # depend on `.', always an invalid library. This was fixed in
14693 # development snapshots of GCC prior to 3.0.
14694 case $host_os in
14695 aix4 | aix4.[01] | aix4.[01].*)
14696 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14697 echo ' yes '
14698 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14699 :
14700 else
14701 can_build_shared=no
14702 fi
14703 ;;
14704 esac
14705 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14706 # soname into executable. Probably we can add versioning support to
14707 # collect2, so additional links can be useful in future.
14708 if test "$aix_use_runtimelinking" = yes; then
14709 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14710 # instead of lib<name>.a to let people know that these are not
14711 # typical AIX shared libraries.
14712 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14713 else
14714 # We preserve .a as extension for shared libraries through AIX4.2
14715 # and later when we are not doing run time linking.
14716 library_names_spec='${libname}${release}.a $libname.a'
14717 soname_spec='${libname}${release}${shared_ext}$major'
14718 fi
14719 shlibpath_var=LIBPATH
14720 fi
14721 ;;
14722
14723amigaos*)
14724 case $host_cpu in
14725 powerpc)
14726 # Since July 2007 AmigaOS4 officially supports .so libraries.
14727 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14728 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14729 ;;
14730 m68k)
14731 library_names_spec='$libname.ixlibrary $libname.a'
14732 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14733 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'
14734 ;;
14735 esac
14736 ;;
14737
14738beos*)
14739 library_names_spec='${libname}${shared_ext}'
14740 dynamic_linker="$host_os ld.so"
14741 shlibpath_var=LIBRARY_PATH
14742 ;;
14743
14744bsdi[45]*)
14745 version_type=linux
14746 need_version=no
14747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14748 soname_spec='${libname}${release}${shared_ext}$major'
14749 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14750 shlibpath_var=LD_LIBRARY_PATH
14751 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14752 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14753 # the default ld.so.conf also contains /usr/contrib/lib and
14754 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14755 # libtool to hard-code these into programs
14756 ;;
14757
14758cygwin* | mingw* | pw32* | cegcc*)
14759 version_type=windows
14760 shrext_cmds=".dll"
14761 need_version=no
14762 need_lib_prefix=no
14763
14764 case $GCC,$host_os in
14765 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14766 library_names_spec='$libname.dll.a'
14767 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14768 postinstall_cmds='base_file=`basename \${file}`~
14769 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14770 dldir=$destdir/`dirname \$dlpath`~
14771 test -d \$dldir || mkdir -p \$dldir~
14772 $install_prog $dir/$dlname \$dldir/$dlname~
14773 chmod a+x \$dldir/$dlname~
14774 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14775 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14776 fi'
14777 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14778 dlpath=$dir/\$dldll~
14779 $RM \$dlpath'
14780 shlibpath_overrides_runpath=yes
14781
14782 case $host_os in
14783 cygwin*)
14784 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14785 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14786
14787 ;;
14788 mingw* | cegcc*)
14789 # MinGW DLLs use traditional 'lib' prefix
14790 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14791 ;;
14792 pw32*)
14793 # pw32 DLLs use 'pw' prefix rather than 'lib'
14794 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14795 ;;
14796 esac
14797 ;;
14798
14799 *)
14800 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14801 ;;
14802 esac
14803 dynamic_linker='Win32 ld.exe'
14804 # FIXME: first we should search . and the directory the executable is in
14805 shlibpath_var=PATH
14806 ;;
14807
14808darwin* | rhapsody*)
14809 dynamic_linker="$host_os dyld"
14810 version_type=darwin
14811 need_lib_prefix=no
14812 need_version=no
14813 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14814 soname_spec='${libname}${release}${major}$shared_ext'
14815 shlibpath_overrides_runpath=yes
14816 shlibpath_var=DYLD_LIBRARY_PATH
14817 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14818
14819 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14820 ;;
14821
14822dgux*)
14823 version_type=linux
14824 need_lib_prefix=no
14825 need_version=no
14826 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14827 soname_spec='${libname}${release}${shared_ext}$major'
14828 shlibpath_var=LD_LIBRARY_PATH
14829 ;;
14830
3cb62297
L
14831freebsd* | dragonfly*)
14832 # DragonFly does not have aout. When/if they implement a new
14833 # versioning mechanism, adjust this.
14834 if test -x /usr/bin/objformat; then
14835 objformat=`/usr/bin/objformat`
14836 else
14837 case $host_os in
6d2920c8 14838 freebsd[23].*) objformat=aout ;;
3cb62297
L
14839 *) objformat=elf ;;
14840 esac
14841 fi
14842 version_type=freebsd-$objformat
14843 case $version_type in
14844 freebsd-elf*)
14845 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14846 need_version=no
14847 need_lib_prefix=no
14848 ;;
14849 freebsd-*)
14850 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14851 need_version=yes
14852 ;;
14853 esac
14854 shlibpath_var=LD_LIBRARY_PATH
14855 case $host_os in
6d2920c8 14856 freebsd2.*)
3cb62297
L
14857 shlibpath_overrides_runpath=yes
14858 ;;
14859 freebsd3.[01]* | freebsdelf3.[01]*)
14860 shlibpath_overrides_runpath=yes
14861 hardcode_into_libs=yes
14862 ;;
14863 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
14864 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
14865 shlibpath_overrides_runpath=no
14866 hardcode_into_libs=yes
14867 ;;
14868 *) # from 4.6 on, and DragonFly
14869 shlibpath_overrides_runpath=yes
14870 hardcode_into_libs=yes
14871 ;;
14872 esac
14873 ;;
14874
14875gnu*)
14876 version_type=linux
14877 need_lib_prefix=no
14878 need_version=no
14879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14880 soname_spec='${libname}${release}${shared_ext}$major'
14881 shlibpath_var=LD_LIBRARY_PATH
14882 hardcode_into_libs=yes
14883 ;;
14884
14885haiku*)
14886 version_type=linux
14887 need_lib_prefix=no
14888 need_version=no
14889 dynamic_linker="$host_os runtime_loader"
14890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14891 soname_spec='${libname}${release}${shared_ext}$major'
14892 shlibpath_var=LIBRARY_PATH
14893 shlibpath_overrides_runpath=yes
14894 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14895 hardcode_into_libs=yes
14896 ;;
14897
14898hpux9* | hpux10* | hpux11*)
14899 # Give a soname corresponding to the major version so that dld.sl refuses to
14900 # link against other versions.
14901 version_type=sunos
14902 need_lib_prefix=no
14903 need_version=no
14904 case $host_cpu in
14905 ia64*)
14906 shrext_cmds='.so'
14907 hardcode_into_libs=yes
14908 dynamic_linker="$host_os dld.so"
14909 shlibpath_var=LD_LIBRARY_PATH
14910 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14912 soname_spec='${libname}${release}${shared_ext}$major'
14913 if test "X$HPUX_IA64_MODE" = X32; then
14914 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14915 else
14916 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14917 fi
14918 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14919 ;;
14920 hppa*64*)
14921 shrext_cmds='.sl'
14922 hardcode_into_libs=yes
14923 dynamic_linker="$host_os dld.sl"
14924 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14925 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14926 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14927 soname_spec='${libname}${release}${shared_ext}$major'
14928 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14929 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14930 ;;
14931 *)
14932 shrext_cmds='.sl'
14933 dynamic_linker="$host_os dld.sl"
14934 shlibpath_var=SHLIB_PATH
14935 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14936 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14937 soname_spec='${libname}${release}${shared_ext}$major'
14938 ;;
14939 esac
14940 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14941 postinstall_cmds='chmod 555 $lib'
14942 # or fails outright, so override atomically:
14943 install_override_mode=555
14944 ;;
14945
14946interix[3-9]*)
14947 version_type=linux
14948 need_lib_prefix=no
14949 need_version=no
14950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14951 soname_spec='${libname}${release}${shared_ext}$major'
14952 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14953 shlibpath_var=LD_LIBRARY_PATH
14954 shlibpath_overrides_runpath=no
14955 hardcode_into_libs=yes
14956 ;;
14957
14958irix5* | irix6* | nonstopux*)
14959 case $host_os in
14960 nonstopux*) version_type=nonstopux ;;
14961 *)
14962 if test "$lt_cv_prog_gnu_ld" = yes; then
14963 version_type=linux
14964 else
14965 version_type=irix
14966 fi ;;
14967 esac
14968 need_lib_prefix=no
14969 need_version=no
14970 soname_spec='${libname}${release}${shared_ext}$major'
14971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14972 case $host_os in
14973 irix5* | nonstopux*)
14974 libsuff= shlibsuff=
14975 ;;
14976 *)
14977 case $LD in # libtool.m4 will add one of these switches to LD
14978 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14979 libsuff= shlibsuff= libmagic=32-bit;;
14980 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14981 libsuff=32 shlibsuff=N32 libmagic=N32;;
14982 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14983 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14984 *) libsuff= shlibsuff= libmagic=never-match;;
14985 esac
14986 ;;
14987 esac
14988 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14989 shlibpath_overrides_runpath=no
14990 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14991 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14992 hardcode_into_libs=yes
14993 ;;
14994
14995# No shared lib support for Linux oldld, aout, or coff.
14996linux*oldld* | linux*aout* | linux*coff*)
14997 dynamic_linker=no
14998 ;;
14999
15000# This must be Linux ELF.
15001linux* | k*bsd*-gnu | kopensolaris*-gnu)
15002 version_type=linux
15003 need_lib_prefix=no
15004 need_version=no
15005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15006 soname_spec='${libname}${release}${shared_ext}$major'
15007 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15008 shlibpath_var=LD_LIBRARY_PATH
15009 shlibpath_overrides_runpath=no
15010
15011 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 15012 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
3cb62297
L
15013 $as_echo_n "(cached) " >&6
15014else
15015 lt_cv_shlibpath_overrides_runpath=no
15016 save_LDFLAGS=$LDFLAGS
15017 save_libdir=$libdir
15018 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15019 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15021/* end confdefs.h. */
15022
15023int
15024main ()
15025{
15026
15027 ;
15028 return 0;
15029}
15030_ACEOF
15031if ac_fn_cxx_try_link "$LINENO"; then :
15032 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
15033 lt_cv_shlibpath_overrides_runpath=yes
15034fi
15035fi
15036rm -f core conftest.err conftest.$ac_objext \
15037 conftest$ac_exeext conftest.$ac_ext
15038 LDFLAGS=$save_LDFLAGS
15039 libdir=$save_libdir
15040
15041fi
15042
15043 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
15044
15045 # This implies no fast_install, which is unacceptable.
15046 # Some rework will be needed to allow for fast_install
15047 # before this can be enabled.
15048 hardcode_into_libs=yes
15049
15050 # Append ld.so.conf contents to the search path
15051 if test -f /etc/ld.so.conf; then
15052 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' ' '`
15053 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15054 fi
15055
15056 # We used to test for /lib/ld.so.1 and disable shared libraries on
15057 # powerpc, because MkLinux only supported shared libraries with the
15058 # GNU dynamic linker. Since this was broken with cross compilers,
15059 # most powerpc-linux boxes support dynamic linking these days and
15060 # people can always --disable-shared, the test was removed, and we
15061 # assume the GNU/Linux dynamic linker is in use.
15062 dynamic_linker='GNU/Linux ld.so'
15063 ;;
15064
15065netbsd*)
15066 version_type=sunos
15067 need_lib_prefix=no
15068 need_version=no
15069 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15070 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15071 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15072 dynamic_linker='NetBSD (a.out) ld.so'
15073 else
15074 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15075 soname_spec='${libname}${release}${shared_ext}$major'
15076 dynamic_linker='NetBSD ld.elf_so'
15077 fi
15078 shlibpath_var=LD_LIBRARY_PATH
15079 shlibpath_overrides_runpath=yes
15080 hardcode_into_libs=yes
15081 ;;
15082
15083newsos6)
15084 version_type=linux
15085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15086 shlibpath_var=LD_LIBRARY_PATH
15087 shlibpath_overrides_runpath=yes
15088 ;;
15089
15090*nto* | *qnx*)
15091 version_type=qnx
15092 need_lib_prefix=no
15093 need_version=no
15094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15095 soname_spec='${libname}${release}${shared_ext}$major'
15096 shlibpath_var=LD_LIBRARY_PATH
15097 shlibpath_overrides_runpath=no
15098 hardcode_into_libs=yes
15099 dynamic_linker='ldqnx.so'
15100 ;;
15101
15102openbsd*)
15103 version_type=sunos
15104 sys_lib_dlsearch_path_spec="/usr/lib"
15105 need_lib_prefix=no
15106 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15107 case $host_os in
15108 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
15109 *) need_version=no ;;
15110 esac
15111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15112 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15113 shlibpath_var=LD_LIBRARY_PATH
15114 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15115 case $host_os in
15116 openbsd2.[89] | openbsd2.[89].*)
15117 shlibpath_overrides_runpath=no
15118 ;;
15119 *)
15120 shlibpath_overrides_runpath=yes
15121 ;;
15122 esac
15123 else
15124 shlibpath_overrides_runpath=yes
15125 fi
15126 ;;
15127
15128os2*)
15129 libname_spec='$name'
15130 shrext_cmds=".dll"
15131 need_lib_prefix=no
15132 library_names_spec='$libname${shared_ext} $libname.a'
15133 dynamic_linker='OS/2 ld.exe'
15134 shlibpath_var=LIBPATH
15135 ;;
15136
15137osf3* | osf4* | osf5*)
15138 version_type=osf
15139 need_lib_prefix=no
15140 need_version=no
15141 soname_spec='${libname}${release}${shared_ext}$major'
15142 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15143 shlibpath_var=LD_LIBRARY_PATH
15144 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15145 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15146 ;;
15147
15148rdos*)
15149 dynamic_linker=no
15150 ;;
15151
15152solaris*)
15153 version_type=linux
15154 need_lib_prefix=no
15155 need_version=no
15156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15157 soname_spec='${libname}${release}${shared_ext}$major'
15158 shlibpath_var=LD_LIBRARY_PATH
15159 shlibpath_overrides_runpath=yes
15160 hardcode_into_libs=yes
15161 # ldd complains unless libraries are executable
15162 postinstall_cmds='chmod +x $lib'
15163 ;;
15164
15165sunos4*)
15166 version_type=sunos
15167 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15168 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15169 shlibpath_var=LD_LIBRARY_PATH
15170 shlibpath_overrides_runpath=yes
15171 if test "$with_gnu_ld" = yes; then
15172 need_lib_prefix=no
15173 fi
15174 need_version=yes
15175 ;;
15176
15177sysv4 | sysv4.3*)
15178 version_type=linux
15179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15180 soname_spec='${libname}${release}${shared_ext}$major'
15181 shlibpath_var=LD_LIBRARY_PATH
15182 case $host_vendor in
15183 sni)
15184 shlibpath_overrides_runpath=no
15185 need_lib_prefix=no
15186 runpath_var=LD_RUN_PATH
15187 ;;
15188 siemens)
15189 need_lib_prefix=no
15190 ;;
15191 motorola)
15192 need_lib_prefix=no
15193 need_version=no
15194 shlibpath_overrides_runpath=no
15195 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15196 ;;
15197 esac
15198 ;;
15199
15200sysv4*MP*)
15201 if test -d /usr/nec ;then
15202 version_type=linux
15203 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15204 soname_spec='$libname${shared_ext}.$major'
15205 shlibpath_var=LD_LIBRARY_PATH
15206 fi
15207 ;;
15208
15209sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15210 version_type=freebsd-elf
15211 need_lib_prefix=no
15212 need_version=no
15213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15214 soname_spec='${libname}${release}${shared_ext}$major'
15215 shlibpath_var=LD_LIBRARY_PATH
15216 shlibpath_overrides_runpath=yes
15217 hardcode_into_libs=yes
15218 if test "$with_gnu_ld" = yes; then
15219 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15220 else
15221 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15222 case $host_os in
15223 sco3.2v5*)
15224 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15225 ;;
15226 esac
15227 fi
15228 sys_lib_dlsearch_path_spec='/usr/lib'
15229 ;;
15230
15231tpf*)
15232 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
15233 version_type=linux
15234 need_lib_prefix=no
15235 need_version=no
15236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15237 shlibpath_var=LD_LIBRARY_PATH
15238 shlibpath_overrides_runpath=no
15239 hardcode_into_libs=yes
15240 ;;
15241
15242uts4*)
15243 version_type=linux
15244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15245 soname_spec='${libname}${release}${shared_ext}$major'
15246 shlibpath_var=LD_LIBRARY_PATH
15247 ;;
15248
15249*)
15250 dynamic_linker=no
15251 ;;
15252esac
15253{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15254$as_echo "$dynamic_linker" >&6; }
15255test "$dynamic_linker" = no && can_build_shared=no
15256
15257variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15258if test "$GCC" = yes; then
15259 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15260fi
15261
15262if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15263 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15264fi
15265if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15266 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15267fi
15268
3725885a 15269
ce2cded5 15270
ce2cded5 15271
ce2cded5 15272
d7040cdb 15273
ce2cded5 15274
ce2cded5 15275
ce2cded5 15276
d7040cdb 15277
ce2cded5
L
15278
15279
15280
15281
15282
15283
15284
15285
15286
15287
15288
15289
15290
15291
15292
15293
ce2cded5
L
15294
15295
15296
15297
15298
15299
15300
15301
15302
15303
15304
15305
b879806f
AM
15306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15307$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15308hardcode_action_CXX=
15309if test -n "$hardcode_libdir_flag_spec_CXX" ||
15310 test -n "$runpath_var_CXX" ||
15311 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15312
15313 # We can hardcode non-existent directories.
15314 if test "$hardcode_direct_CXX" != no &&
15315 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15316 # have to relink, otherwise we might link with an installed library
15317 # when we should be linking with a yet-to-be-installed one
15318 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15319 test "$hardcode_minus_L_CXX" != no; then
15320 # Linking always hardcodes the temporary library directory.
15321 hardcode_action_CXX=relink
15322 else
15323 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15324 hardcode_action_CXX=immediate
15325 fi
15326else
15327 # We cannot hardcode anything, or else we can only hardcode existing
15328 # directories.
15329 hardcode_action_CXX=unsupported
15330fi
15331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15332$as_echo "$hardcode_action_CXX" >&6; }
15333
15334if test "$hardcode_action_CXX" = relink ||
15335 test "$inherit_rpath_CXX" = yes; then
15336 # Fast installation is not supported
15337 enable_fast_install=no
15338elif test "$shlibpath_overrides_runpath" = yes ||
15339 test "$enable_shared" = no; then
15340 # Fast installation is not necessary
15341 enable_fast_install=needless
15342fi
15343
15344
15345
15346
15347
15348
15349
15350 fi # test -n "$compiler"
15351
15352 CC=$lt_save_CC
15353 LDCXX=$LD
15354 LD=$lt_save_LD
15355 GCC=$lt_save_GCC
15356 with_gnu_ld=$lt_save_with_gnu_ld
15357 lt_cv_path_LDCXX=$lt_cv_path_LD
15358 lt_cv_path_LD=$lt_save_path_LD
15359 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15360 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15361fi # test "$_lt_caught_CXX_error" != yes
15362
15363ac_ext=c
15364ac_cpp='$CPP $CPPFLAGS'
15365ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15366ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15367ac_compiler_gnu=$ac_cv_c_compiler_gnu
15368
15369
15370
15371
15372
15373
15374
15375
15376
15377
15378
15379
15380
15381 ac_config_commands="$ac_config_commands libtool"
15382
15383
15384
15385
15386# Only expand once:
15387
15388
15389
15390# The tests for host and target for $enable_largefile require
15391# canonical names.
15392
15393
15394
15395# As the $enable_largefile decision depends on --enable-plugins we must set it
15396# even in directories otherwise not depending on the $plugins option.
15397
15398
15399 maybe_plugins=no
15400 for ac_header in dlfcn.h
15401do :
15402 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
15403"
d0ac1c44 15404if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
15405 cat >>confdefs.h <<_ACEOF
15406#define HAVE_DLFCN_H 1
15407_ACEOF
15408 maybe_plugins=yes
15409fi
15410
15411done
15412
15413 for ac_header in windows.h
15414do :
15415 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
15416"
d0ac1c44 15417if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
15418 cat >>confdefs.h <<_ACEOF
15419#define HAVE_WINDOWS_H 1
15420_ACEOF
15421 maybe_plugins=yes
15422fi
15423
15424done
15425
15426
15427 # Check whether --enable-plugins was given.
15428if test "${enable_plugins+set}" = set; then :
15429 enableval=$enable_plugins; case "${enableval}" in
15430 no) plugins=no ;;
15431 *) plugins=yes
15432 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 15433 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
15434 fi ;;
15435 esac
15436else
15437 plugins=$maybe_plugins
15438
15439fi
15440
2974be62 15441 if test "$plugins" = "yes"; then
3cba8b6c
L
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
15443$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 15444if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
15445 $as_echo_n "(cached) " >&6
15446else
15447 ac_func_search_save_LIBS=$LIBS
15448cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15449/* end confdefs.h. */
15450
15451/* Override any GCC internal prototype to avoid an error.
15452 Use char because int might match the return type of a GCC
15453 builtin and then its argument prototype would still apply. */
15454#ifdef __cplusplus
15455extern "C"
15456#endif
3cba8b6c 15457char dlsym ();
2974be62
AM
15458int
15459main ()
15460{
3cba8b6c 15461return dlsym ();
2974be62
AM
15462 ;
15463 return 0;
15464}
15465_ACEOF
15466for ac_lib in '' dl; do
15467 if test -z "$ac_lib"; then
15468 ac_res="none required"
15469 else
15470 ac_res=-l$ac_lib
15471 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15472 fi
15473 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 15474 ac_cv_search_dlsym=$ac_res
2974be62
AM
15475fi
15476rm -f core conftest.err conftest.$ac_objext \
15477 conftest$ac_exeext
d0ac1c44 15478 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
15479 break
15480fi
15481done
d0ac1c44 15482if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
15483
15484else
3cba8b6c 15485 ac_cv_search_dlsym=no
2974be62
AM
15486fi
15487rm conftest.$ac_ext
15488LIBS=$ac_func_search_save_LIBS
15489fi
3cba8b6c
L
15490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
15491$as_echo "$ac_cv_search_dlsym" >&6; }
15492ac_res=$ac_cv_search_dlsym
2974be62
AM
15493if test "$ac_res" != no; then :
15494 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15495
15496fi
15497
15498 fi
b879806f
AM
15499
15500
15501case "${host}" in
15502 sparc-*-solaris*|i[3-7]86-*-solaris*)
15503 # On native 32bit sparc and ia32 solaris, large-file and procfs support
15504 # are mutually exclusive; and without procfs support, the bfd/ elf module
15505 # cannot provide certain routines such as elfcore_write_prpsinfo
15506 # or elfcore_write_prstatus. So unless the user explicitly requested
15507 # large-file support through the --enable-largefile switch, disable
15508 # large-file support in favor of procfs support.
15509 test "${target}" = "${host}" -a "x$plugins" = xno \
15510 && : ${enable_largefile="no"}
15511 ;;
15512esac
15513
15514# Check whether --enable-largefile was given.
15515if test "${enable_largefile+set}" = set; then :
15516 enableval=$enable_largefile;
15517fi
15518
15519if test "$enable_largefile" != no; then
15520
15521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
15522$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 15523if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
15524 $as_echo_n "(cached) " >&6
15525else
15526 ac_cv_sys_largefile_CC=no
15527 if test "$GCC" != yes; then
15528 ac_save_CC=$CC
15529 while :; do
15530 # IRIX 6.2 and later do not support large files by default,
15531 # so use the C compiler's -n32 option if that helps.
15532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15533/* end confdefs.h. */
15534#include <sys/types.h>
15535 /* Check that off_t can represent 2**63 - 1 correctly.
15536 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15537 since some C++ compilers masquerading as C compilers
15538 incorrectly reject 9223372036854775807. */
3a3a077c 15539#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
15540 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15541 && LARGE_OFF_T % 2147483647 == 1)
15542 ? 1 : -1];
15543int
15544main ()
15545{
15546
15547 ;
15548 return 0;
15549}
15550_ACEOF
15551 if ac_fn_c_try_compile "$LINENO"; then :
15552 break
15553fi
15554rm -f core conftest.err conftest.$ac_objext
15555 CC="$CC -n32"
15556 if ac_fn_c_try_compile "$LINENO"; then :
15557 ac_cv_sys_largefile_CC=' -n32'; break
15558fi
15559rm -f core conftest.err conftest.$ac_objext
15560 break
15561 done
15562 CC=$ac_save_CC
15563 rm -f conftest.$ac_ext
15564 fi
15565fi
15566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
15567$as_echo "$ac_cv_sys_largefile_CC" >&6; }
15568 if test "$ac_cv_sys_largefile_CC" != no; then
15569 CC=$CC$ac_cv_sys_largefile_CC
15570 fi
15571
15572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
15573$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 15574if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
15575 $as_echo_n "(cached) " >&6
15576else
15577 while :; do
15578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15579/* end confdefs.h. */
15580#include <sys/types.h>
15581 /* Check that off_t can represent 2**63 - 1 correctly.
15582 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15583 since some C++ compilers masquerading as C compilers
15584 incorrectly reject 9223372036854775807. */
3a3a077c 15585#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
15586 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15587 && LARGE_OFF_T % 2147483647 == 1)
15588 ? 1 : -1];
15589int
15590main ()
15591{
15592
15593 ;
15594 return 0;
15595}
15596_ACEOF
15597if ac_fn_c_try_compile "$LINENO"; then :
15598 ac_cv_sys_file_offset_bits=no; break
15599fi
15600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15602/* end confdefs.h. */
15603#define _FILE_OFFSET_BITS 64
15604#include <sys/types.h>
15605 /* Check that off_t can represent 2**63 - 1 correctly.
15606 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15607 since some C++ compilers masquerading as C compilers
15608 incorrectly reject 9223372036854775807. */
3a3a077c 15609#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
15610 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15611 && LARGE_OFF_T % 2147483647 == 1)
15612 ? 1 : -1];
15613int
15614main ()
15615{
15616
15617 ;
15618 return 0;
15619}
15620_ACEOF
15621if ac_fn_c_try_compile "$LINENO"; then :
15622 ac_cv_sys_file_offset_bits=64; break
15623fi
15624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15625 ac_cv_sys_file_offset_bits=unknown
15626 break
15627done
15628fi
15629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
15630$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
15631case $ac_cv_sys_file_offset_bits in #(
15632 no | unknown) ;;
15633 *)
15634cat >>confdefs.h <<_ACEOF
15635#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
15636_ACEOF
15637;;
15638esac
15639rm -rf conftest*
15640 if test $ac_cv_sys_file_offset_bits = unknown; then
15641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
15642$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 15643if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
15644 $as_echo_n "(cached) " >&6
15645else
15646 while :; do
15647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15648/* end confdefs.h. */
15649#include <sys/types.h>
15650 /* Check that off_t can represent 2**63 - 1 correctly.
15651 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15652 since some C++ compilers masquerading as C compilers
15653 incorrectly reject 9223372036854775807. */
3a3a077c 15654#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
15655 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15656 && LARGE_OFF_T % 2147483647 == 1)
15657 ? 1 : -1];
15658int
15659main ()
15660{
15661
15662 ;
15663 return 0;
15664}
15665_ACEOF
15666if ac_fn_c_try_compile "$LINENO"; then :
15667 ac_cv_sys_large_files=no; break
15668fi
15669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15671/* end confdefs.h. */
15672#define _LARGE_FILES 1
15673#include <sys/types.h>
15674 /* Check that off_t can represent 2**63 - 1 correctly.
15675 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15676 since some C++ compilers masquerading as C compilers
15677 incorrectly reject 9223372036854775807. */
3a3a077c 15678#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
15679 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15680 && LARGE_OFF_T % 2147483647 == 1)
15681 ? 1 : -1];
15682int
15683main ()
15684{
15685
15686 ;
15687 return 0;
15688}
15689_ACEOF
15690if ac_fn_c_try_compile "$LINENO"; then :
15691 ac_cv_sys_large_files=1; break
15692fi
15693rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15694 ac_cv_sys_large_files=unknown
15695 break
15696done
15697fi
15698{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
15699$as_echo "$ac_cv_sys_large_files" >&6; }
15700case $ac_cv_sys_large_files in #(
15701 no | unknown) ;;
15702 *)
15703cat >>confdefs.h <<_ACEOF
15704#define _LARGE_FILES $ac_cv_sys_large_files
15705_ACEOF
15706;;
15707esac
15708rm -rf conftest*
15709 fi
d0ac1c44
SM
15710
15711
b879806f
AM
15712fi
15713
15714
15715
15716
15717# Check whether --with-lib-path was given.
15718if test "${with_lib_path+set}" = set; then :
15719 withval=$with_lib_path; LIB_PATH=$withval
15720fi
15721
15722# Check whether --enable-targets was given.
15723if test "${enable_targets+set}" = set; then :
15724 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 15725 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
6c19b93b 15726 ;;
b879806f
AM
15727 no) enable_targets= ;;
15728 *) enable_targets=$enableval ;;
15729esac
15730fi
15731# Check whether --enable-64-bit-bfd was given.
15732if test "${enable_64_bit_bfd+set}" = set; then :
15733 enableval=$enable_64_bit_bfd; case "${enableval}" in
15734 yes) want64=true ;;
15735 no) want64=false ;;
d0ac1c44 15736 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
b879806f
AM
15737esac
15738else
15739 want64=false
15740fi
15741
15742
15743# Check whether --with-sysroot was given.
15744if test "${with_sysroot+set}" = set; then :
15745 withval=$with_sysroot;
15746 case ${with_sysroot} in
15747 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
15748 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
15749 esac
15750
15751 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
15752 use_sysroot=yes
15753
15754 if test "x$prefix" = xNONE; then
15755 test_prefix=/usr/local
15756 else
15757 test_prefix=$prefix
15758 fi
15759 if test "x$exec_prefix" = xNONE; then
15760 test_exec_prefix=$test_prefix
15761 else
15762 test_exec_prefix=$exec_prefix
15763 fi
15764 case ${TARGET_SYSTEM_ROOT} in
15765 "${test_prefix}"|"${test_prefix}/"*|\
15766 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
15767 '${prefix}'|'${prefix}/'*|\
15768 '${exec_prefix}'|'${exec_prefix}/'*)
15769 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
15770 TARGET_SYSTEM_ROOT_DEFINE="$t"
15771 ;;
15772 esac
15773
15774else
15775
15776 use_sysroot=no
15777 TARGET_SYSTEM_ROOT=
15778 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
15779
15780fi
15781
15782
15783
15784
15785
15786# Check whether --enable-gold was given.
15787if test "${enable_gold+set}" = set; then :
15788 enableval=$enable_gold; case "${enableval}" in
15789 default)
15790 install_as_default=no
15791 installed_linker=ld.bfd
15792 ;;
15793 yes|no)
15794 install_as_default=yes
15795 installed_linker=ld.bfd
15796 ;;
15797 *)
d0ac1c44 15798 as_fn_error $? "invalid --enable-gold argument" "$LINENO" 5
b879806f
AM
15799 ;;
15800 esac
15801else
15802 install_as_default=yes
15803 installed_linker=ld.bfd
15804fi
15805
15806
15807
15808
15809# Check whether --enable-got was given.
15810if test "${enable_got+set}" = set; then :
15811 enableval=$enable_got; case "${enableval}" in
15812 target | single | negative | multigot) got_handling=$enableval ;;
d0ac1c44 15813 *) as_fn_error $? "bad value ${enableval} for --enable-got option" "$LINENO" 5 ;;
b879806f
AM
15814esac
15815else
15816 got_handling=target
15817fi
15818
15819
15820case "${got_handling}" in
15821 target)
15822
15823$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h
15824 ;;
15825 single)
15826
15827$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h
15828 ;;
15829 negative)
15830
15831$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h
15832 ;;
15833 multigot)
15834
15835$as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h
15836 ;;
d0ac1c44 15837 *) as_fn_error $? "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
b879806f
AM
15838esac
15839
6c3bc0f8
NC
15840# PR gas/19109
15841# Decide the default method for compressing debug sections.
15842ac_default_compressed_debug_sections=unset
15843# Provide a configure time option to override our default.
15844# Check whether --enable-compressed_debug_sections was given.
15845if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 15846 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 15847 ,yes, | ,all, | *,ld,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 15848 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
15849esac
15850fi
15851
6734f10a
SB
15852# Decide setting DT_RUNPATH instead of DT_RPATH by default
15853ac_default_new_dtags=unset
15854# Provide a configure time option to override our default.
15855# Check whether --enable-new_dtags was given.
15856if test "${enable_new_dtags+set}" = set; then :
15857 enableval=$enable_new_dtags; case "${enableval}" in
15858 yes) ac_default_new_dtags=1 ;;
15859 no) ac_default_new_dtags=0 ;;
15860esac
15861fi
15862
647e4d46
L
15863# Decide if -z relro should be enabled in ELF linker by default.
15864ac_default_ld_z_relro=unset
15865# Provide a configure time option to override our default.
15866# Check whether --enable-relro was given.
15867if test "${enable_relro+set}" = set; then :
15868 enableval=$enable_relro; case "${enableval}" in
15869 yes) ac_default_ld_z_relro=1 ;;
15870 no) ac_default_ld_z_relro=0 ;;
15871esac
15872fi
15873
f6aec96d
L
15874# Decide if -z separate-code should be enabled in ELF linker by default.
15875ac_default_ld_z_separate_code=unset
15876# Check whether --enable-separate-code was given.
15877if test "${enable_separate_code+set}" = set; then :
15878 enableval=$enable_separate_code; case "${enableval}" in
15879 yes) ac_default_ld_z_separate_code=1 ;;
15880 no) ac_default_ld_z_separate_code=0 ;;
15881esac
15882fi
15883
15884
2760f24c
RG
15885# Decide which "--hash-style" to use by default
15886# Provide a configure time option to override our default.
15887# Check whether --enable-default-hash-style was given.
15888if test "${enable_default_hash_style+set}" = set; then :
15889 enableval=$enable_default_hash_style; case "${enable_default_hash_style}" in
15890 sysv | gnu | both) ;;
d0ac1c44 15891 *) as_fn_error $? "bad value ${enable_default_hash_style} for enable-default-hash-style option" "$LINENO" 5 ;;
2760f24c
RG
15892esac
15893else
15894 case "${target}" in
15895 # Enable gnu hash only on GNU targets, but not mips
15896 mips*-*-*) enable_default_hash_style=sysv ;;
15897 *-*-gnu* | *-*-linux* | *-*-nacl*) enable_default_hash_style=both ;;
15898 *) enable_default_hash_style=sysv ;;
15899esac
15900fi
15901
15902
15903case "${enable_default_hash_style}" in
15904 sysv | both) ac_default_emit_sysv_hash=1 ;;
15905 *) ac_default_emit_sysv_hash=0 ;;
15906esac
15907
15908case "${enable_default_hash_style}" in
15909 gnu | both) ac_default_emit_gnu_hash=1 ;;
15910 *) ac_default_emit_gnu_hash=0 ;;
15911esac
15912
b879806f
AM
15913
15914# Set the 'development' global.
15915. $srcdir/../bfd/development.sh
15916
c5da1932
VZ
15917# Set acp_cpp_for_build variable
15918ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
15919
9780e045 15920# Default set of GCC warnings to enable.
b879806f 15921GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 15922GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
15923
15924# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
b879806f
AM
15925cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15926/* end confdefs.h. */
15927__GNUC__
15928_ACEOF
15929if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 15930 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
ce2cded5 15931
3cb62297 15932else
b879806f 15933 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
3cb62297 15934fi
b879806f 15935rm -f conftest*
ce2cded5 15936
ce2cded5 15937
9780e045
NC
15938# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
15939cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15940/* end confdefs.h. */
15941__GNUC__
15942_ACEOF
15943if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 15944 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
15945
15946else
15947 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
15948fi
15949rm -f conftest*
15950
15951
6757cf57
TS
15952# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
15953WARN_WRITE_STRINGS=""
15954cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15955/* end confdefs.h. */
15956__GNUC__
15957_ACEOF
15958if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 15959 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
15960
15961else
15962 WARN_WRITE_STRINGS="-Wwrite-strings"
15963fi
15964rm -f conftest*
15965
9780e045 15966
96fe4562 15967# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
15968
15969# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
15970cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15971/* end confdefs.h. */
15972__GNUC__
15973_ACEOF
15974if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 15975 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
15976
15977else
15978 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
15979fi
15980rm -f conftest*
15981
15982
15983# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
15984cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15985/* end confdefs.h. */
15986__GNUC__
15987_ACEOF
15988if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 15989 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
15990
15991else
15992 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
15993fi
15994rm -f conftest*
15995
15996
b879806f
AM
15997# Check whether --enable-werror was given.
15998if test "${enable_werror+set}" = set; then :
15999 enableval=$enable_werror; case "${enableval}" in
16000 yes | y) ERROR_ON_WARNING="yes" ;;
16001 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 16002 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
b879806f
AM
16003 esac
16004fi
ce2cded5
L
16005
16006
b879806f
AM
16007# Disable -Wformat by default when using gcc on mingw
16008case "${host}" in
16009 *-*-mingw32*)
16010 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
16011 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 16012 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
b879806f
AM
16013 fi
16014 ;;
16015 *) ;;
16016esac
ce2cded5 16017
b879806f
AM
16018# Enable -Werror by default when using gcc. Turn it off for releases.
16019if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
16020 ERROR_ON_WARNING=yes
16021fi
d7040cdb 16022
b879806f
AM
16023NO_WERROR=
16024if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 16025 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 16026 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
b879806f
AM
16027 NO_WERROR="-Wno-error"
16028fi
3cb62297 16029
b879806f
AM
16030if test "${GCC}" = yes ; then
16031 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 16032 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
b879806f 16033fi
67310ccd 16034
b879806f
AM
16035# Check whether --enable-build-warnings was given.
16036if test "${enable_build_warnings+set}" = set; then :
16037 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
16038 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
16039 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
b879806f
AM
16040 no) if test "${GCC}" = yes ; then
16041 WARN_CFLAGS="-w"
c5da1932 16042 WARN_CFLAGS_FOR_BUILD="-w"
b879806f
AM
16043 fi;;
16044 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
16045 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
16046 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
b879806f 16047 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
16048 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
16049 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
16050 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
16051 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
b879806f
AM
16052esac
16053fi
67310ccd 16054
d7040cdb 16055
b879806f
AM
16056if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
16057 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
16058fi
d7040cdb 16059
d7040cdb 16060
d7040cdb 16061
d7040cdb 16062
ce2cded5
L
16063
16064
6757cf57 16065
c5da1932 16066
b879806f
AM
16067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
16068$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 16069if ${am_cv_val_LC_MESSAGES+:} false; then :
b879806f
AM
16070 $as_echo_n "(cached) " >&6
16071else
16072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16073/* end confdefs.h. */
16074#include <locale.h>
16075int
16076main ()
16077{
16078return LC_MESSAGES
16079 ;
16080 return 0;
16081}
16082_ACEOF
16083if ac_fn_c_try_link "$LINENO"; then :
16084 am_cv_val_LC_MESSAGES=yes
16085else
16086 am_cv_val_LC_MESSAGES=no
16087fi
16088rm -f core conftest.err conftest.$ac_objext \
16089 conftest$ac_exeext conftest.$ac_ext
16090fi
16091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
16092$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
16093 if test $am_cv_val_LC_MESSAGES = yes; then
ce2cded5 16094
b879806f 16095$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
ce2cded5 16096
b879806f 16097 fi
ce2cded5 16098
ce2cded5 16099
b879806f 16100ac_config_headers="$ac_config_headers config.h:config.in"
ce2cded5
L
16101
16102
b879806f 16103# PR 14072
ce2cded5 16104
ce2cded5 16105
b879806f 16106if test -z "$target" ; then
d0ac1c44 16107 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
b879806f
AM
16108fi
16109if test -z "$host" ; then
d0ac1c44 16110 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
b879806f 16111fi
d7040cdb 16112
b879806f 16113# host-specific stuff:
d7040cdb 16114
e184813f 16115ALL_LINGUAS="bg da de es fi fr ga id it ja pt_BR ru sr sv tr uk vi zh_CN zh_TW"
d7040cdb
SE
16116# If we haven't got the data from the intl directory,
16117# assume NLS is disabled.
16118USE_NLS=no
16119LIBINTL=
16120LIBINTL_DEP=
16121INCINTL=
16122XGETTEXT=
16123GMSGFMT=
16124POSUB=
16125
16126if test -f ../intl/config.intl; then
16127 . ../intl/config.intl
16128fi
81ecdfbb
RW
16129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
16130$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 16131if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
16132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16133$as_echo "no" >&6; }
d7040cdb 16134else
81ecdfbb
RW
16135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16136$as_echo "yes" >&6; }
d7040cdb 16137
81ecdfbb 16138$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
16139
16140
81ecdfbb
RW
16141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
16142$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
16143 # Look for .po and .gmo files in the source directory.
16144 CATALOGS=
16145 XLINGUAS=
16146 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
16147 # If there aren't any .gmo files the shell will give us the
16148 # literal string "../path/to/srcdir/po/*.gmo" which has to be
16149 # weeded out.
16150 case "$cat" in *\**)
16151 continue;;
16152 esac
16153 # The quadruple backslash is collapsed to a double backslash
16154 # by the backticks, then collapsed again by the double quotes,
16155 # leaving us with one backslash in the sed expression (right
16156 # before the dot that mustn't act as a wildcard).
16157 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
16158 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
16159 # The user is allowed to set LINGUAS to a list of languages to
16160 # install catalogs for. If it's empty that means "all of them."
16161 if test "x$LINGUAS" = x; then
16162 CATALOGS="$CATALOGS $cat"
16163 XLINGUAS="$XLINGUAS $lang"
16164 else
16165 case "$LINGUAS" in *$lang*)
16166 CATALOGS="$CATALOGS $cat"
16167 XLINGUAS="$XLINGUAS $lang"
16168 ;;
16169 esac
16170 fi
16171 done
16172 LINGUAS="$XLINGUAS"
81ecdfbb
RW
16173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
16174$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
16175
16176
16177 DATADIRNAME=share
16178
16179 INSTOBJEXT=.mo
16180
16181 GENCAT=gencat
16182
16183 CATOBJEXT=.gmo
16184
16185fi
16186
16187 MKINSTALLDIRS=
16188 if test -n "$ac_aux_dir"; then
16189 case "$ac_aux_dir" in
16190 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
16191 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
16192 esac
16193 fi
16194 if test -z "$MKINSTALLDIRS"; then
16195 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
16196 fi
16197
16198
16199
81ecdfbb
RW
16200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
16201$as_echo_n "checking whether NLS is requested... " >&6; }
16202 # Check whether --enable-nls was given.
16203if test "${enable_nls+set}" = set; then :
16204 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
16205else
16206 USE_NLS=yes
81ecdfbb
RW
16207fi
16208
16209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
16210$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
16211
16212
16213
16214
16215
16216
16217# Prepare PATH_SEPARATOR.
16218# The user is always right.
16219if test "${PATH_SEPARATOR+set}" != set; then
16220 echo "#! /bin/sh" >conf$$.sh
16221 echo "exit 0" >>conf$$.sh
16222 chmod +x conf$$.sh
16223 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16224 PATH_SEPARATOR=';'
16225 else
16226 PATH_SEPARATOR=:
16227 fi
16228 rm -f conf$$.sh
16229fi
16230
16231# Find out how to test for executable files. Don't use a zero-byte file,
16232# as systems may use methods other than mode bits to determine executability.
16233cat >conf$$.file <<_ASEOF
16234#! /bin/sh
16235exit 0
16236_ASEOF
16237chmod +x conf$$.file
16238if test -x conf$$.file >/dev/null 2>&1; then
16239 ac_executable_p="test -x"
16240else
16241 ac_executable_p="test -f"
16242fi
16243rm -f conf$$.file
16244
16245# Extract the first word of "msgfmt", so it can be a program name with args.
16246set dummy msgfmt; ac_word=$2
81ecdfbb
RW
16247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16248$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 16249if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 16250 $as_echo_n "(cached) " >&6
d7040cdb
SE
16251else
16252 case "$MSGFMT" in
16253 [\\/]* | ?:[\\/]*)
16254 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
16255 ;;
16256 *)
16257 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16258 for ac_dir in $PATH; do
16259 IFS="$ac_save_IFS"
16260 test -z "$ac_dir" && ac_dir=.
16261 for ac_exec_ext in '' $ac_executable_extensions; do
16262 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16263 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
16264 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16265 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
16266 break 2
16267 fi
16268 fi
16269 done
16270 done
16271 IFS="$ac_save_IFS"
16272 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
16273 ;;
16274esac
16275fi
16276MSGFMT="$ac_cv_path_MSGFMT"
16277if test "$MSGFMT" != ":"; then
81ecdfbb
RW
16278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
16279$as_echo "$MSGFMT" >&6; }
d7040cdb 16280else
81ecdfbb
RW
16281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16282$as_echo "no" >&6; }
d7040cdb
SE
16283fi
16284
16285 # Extract the first word of "gmsgfmt", so it can be a program name with args.
16286set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
16287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16288$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 16289if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 16290 $as_echo_n "(cached) " >&6
d7040cdb
SE
16291else
16292 case $GMSGFMT in
16293 [\\/]* | ?:[\\/]*)
16294 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
16295 ;;
16296 *)
16297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16298for as_dir in $PATH
16299do
16300 IFS=$as_save_IFS
16301 test -z "$as_dir" && as_dir=.
81ecdfbb 16302 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 16303 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 16304 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 16305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
16306 break 2
16307 fi
16308done
81ecdfbb
RW
16309 done
16310IFS=$as_save_IFS
d7040cdb
SE
16311
16312 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
16313 ;;
16314esac
16315fi
16316GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 16317if test -n "$GMSGFMT"; then
81ecdfbb
RW
16318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
16319$as_echo "$GMSGFMT" >&6; }
d7040cdb 16320else
81ecdfbb
RW
16321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16322$as_echo "no" >&6; }
20e95c23 16323fi
42ecbf5e 16324
20e95c23 16325
252b5132 16326
81ecdfbb 16327
d7040cdb
SE
16328# Prepare PATH_SEPARATOR.
16329# The user is always right.
16330if test "${PATH_SEPARATOR+set}" != set; then
16331 echo "#! /bin/sh" >conf$$.sh
16332 echo "exit 0" >>conf$$.sh
16333 chmod +x conf$$.sh
16334 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16335 PATH_SEPARATOR=';'
16336 else
16337 PATH_SEPARATOR=:
16338 fi
16339 rm -f conf$$.sh
20e95c23 16340fi
252b5132 16341
d7040cdb
SE
16342# Find out how to test for executable files. Don't use a zero-byte file,
16343# as systems may use methods other than mode bits to determine executability.
16344cat >conf$$.file <<_ASEOF
16345#! /bin/sh
16346exit 0
16347_ASEOF
16348chmod +x conf$$.file
16349if test -x conf$$.file >/dev/null 2>&1; then
16350 ac_executable_p="test -x"
20e95c23 16351else
d7040cdb
SE
16352 ac_executable_p="test -f"
16353fi
16354rm -f conf$$.file
20e95c23 16355
d7040cdb
SE
16356# Extract the first word of "xgettext", so it can be a program name with args.
16357set dummy xgettext; ac_word=$2
81ecdfbb
RW
16358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16359$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 16360if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 16361 $as_echo_n "(cached) " >&6
252b5132 16362else
d7040cdb
SE
16363 case "$XGETTEXT" in
16364 [\\/]* | ?:[\\/]*)
16365 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
16366 ;;
16367 *)
16368 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16369 for ac_dir in $PATH; do
16370 IFS="$ac_save_IFS"
16371 test -z "$ac_dir" && ac_dir=.
16372 for ac_exec_ext in '' $ac_executable_extensions; do
16373 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16374 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
16375 (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
16376 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
16377 break 2
16378 fi
16379 fi
16380 done
16381 done
16382 IFS="$ac_save_IFS"
16383 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
16384 ;;
16385esac
252b5132 16386fi
d7040cdb
SE
16387XGETTEXT="$ac_cv_path_XGETTEXT"
16388if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
16389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
16390$as_echo "$XGETTEXT" >&6; }
d5fbea21 16391else
81ecdfbb
RW
16392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16393$as_echo "no" >&6; }
d5fbea21
DJ
16394fi
16395
d7040cdb 16396 rm -f messages.po
d5fbea21 16397
20e95c23 16398
d7040cdb
SE
16399# Prepare PATH_SEPARATOR.
16400# The user is always right.
16401if test "${PATH_SEPARATOR+set}" != set; then
16402 echo "#! /bin/sh" >conf$$.sh
16403 echo "exit 0" >>conf$$.sh
16404 chmod +x conf$$.sh
16405 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16406 PATH_SEPARATOR=';'
16407 else
16408 PATH_SEPARATOR=:
16409 fi
16410 rm -f conf$$.sh
16411fi
20e95c23 16412
d7040cdb
SE
16413# Find out how to test for executable files. Don't use a zero-byte file,
16414# as systems may use methods other than mode bits to determine executability.
16415cat >conf$$.file <<_ASEOF
16416#! /bin/sh
16417exit 0
16418_ASEOF
16419chmod +x conf$$.file
16420if test -x conf$$.file >/dev/null 2>&1; then
16421 ac_executable_p="test -x"
16422else
16423 ac_executable_p="test -f"
16424fi
16425rm -f conf$$.file
20e95c23 16426
d7040cdb
SE
16427# Extract the first word of "msgmerge", so it can be a program name with args.
16428set dummy msgmerge; ac_word=$2
81ecdfbb
RW
16429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16430$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 16431if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 16432 $as_echo_n "(cached) " >&6
d7040cdb
SE
16433else
16434 case "$MSGMERGE" in
16435 [\\/]* | ?:[\\/]*)
16436 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
16437 ;;
16438 *)
16439 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16440 for ac_dir in $PATH; do
16441 IFS="$ac_save_IFS"
16442 test -z "$ac_dir" && ac_dir=.
16443 for ac_exec_ext in '' $ac_executable_extensions; do
16444 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16445 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
16446 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
16447 break 2
16448 fi
16449 fi
16450 done
16451 done
16452 IFS="$ac_save_IFS"
16453 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
16454 ;;
16455esac
16456fi
16457MSGMERGE="$ac_cv_path_MSGMERGE"
16458if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
16459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
16460$as_echo "$MSGMERGE" >&6; }
d7040cdb 16461else
81ecdfbb
RW
16462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16463$as_echo "no" >&6; }
d7040cdb 16464fi
20e95c23
DJ
16465
16466
d7040cdb
SE
16467 if test "$GMSGFMT" != ":"; then
16468 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
16469 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16470 : ;
16471 else
16472 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
16473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
16474$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
16475 GMSGFMT=":"
16476 fi
16477 fi
20e95c23 16478
d7040cdb
SE
16479 if test "$XGETTEXT" != ":"; then
16480 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
16481 (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
16482 : ;
16483 else
81ecdfbb
RW
16484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
16485$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
16486 XGETTEXT=":"
16487 fi
16488 rm -f messages.po
20e95c23 16489 fi
42ecbf5e 16490
81ecdfbb 16491 ac_config_commands="$ac_config_commands default-1"
252b5132 16492
42ecbf5e 16493
252b5132 16494
42ecbf5e
DJ
16495
16496
d7040cdb 16497for ac_prog in 'bison -y' byacc
20e95c23 16498do
d7040cdb
SE
16499 # Extract the first word of "$ac_prog", so it can be a program name with args.
16500set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
16501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16502$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 16503if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 16504 $as_echo_n "(cached) " >&6
20e95c23 16505else
d7040cdb
SE
16506 if test -n "$YACC"; then
16507 ac_cv_prog_YACC="$YACC" # Let the user override the test.
42ecbf5e 16508else
d7040cdb
SE
16509as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16510for as_dir in $PATH
16511do
16512 IFS=$as_save_IFS
16513 test -z "$as_dir" && as_dir=.
81ecdfbb 16514 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 16515 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 16516 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 16517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
16518 break 2
16519 fi
16520done
81ecdfbb
RW
16521 done
16522IFS=$as_save_IFS
42ecbf5e 16523
42ecbf5e 16524fi
e5a52504 16525fi
d7040cdb
SE
16526YACC=$ac_cv_prog_YACC
16527if test -n "$YACC"; then
81ecdfbb
RW
16528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
16529$as_echo "$YACC" >&6; }
42ecbf5e 16530else
81ecdfbb
RW
16531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16532$as_echo "no" >&6; }
42ecbf5e 16533fi
252b5132 16534
81ecdfbb 16535
d7040cdb 16536 test -n "$YACC" && break
42ecbf5e 16537done
d7040cdb 16538test -n "$YACC" || YACC="yacc"
d15b04bd 16539
d7040cdb
SE
16540for ac_prog in flex lex
16541do
16542 # Extract the first word of "$ac_prog", so it can be a program name with args.
16543set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
16544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16545$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 16546if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 16547 $as_echo_n "(cached) " >&6
d15b04bd 16548else
d7040cdb
SE
16549 if test -n "$LEX"; then
16550 ac_cv_prog_LEX="$LEX" # Let the user override the test.
16551else
16552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16553for as_dir in $PATH
16554do
16555 IFS=$as_save_IFS
16556 test -z "$as_dir" && as_dir=.
81ecdfbb 16557 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 16558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 16559 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 16560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
16561 break 2
16562 fi
16563done
81ecdfbb
RW
16564 done
16565IFS=$as_save_IFS
d7040cdb
SE
16566
16567fi
16568fi
16569LEX=$ac_cv_prog_LEX
16570if test -n "$LEX"; then
81ecdfbb
RW
16571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16572$as_echo "$LEX" >&6; }
d7040cdb 16573else
81ecdfbb
RW
16574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16575$as_echo "no" >&6; }
d15b04bd 16576fi
e5a52504 16577
81ecdfbb 16578
d7040cdb
SE
16579 test -n "$LEX" && break
16580done
16581test -n "$LEX" || LEX=":"
42ecbf5e 16582
3d961d0d
AM
16583case "$LEX" in
16584 :|*"missing "*) ;;
16585 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
16586%%
16587a { ECHO; }
16588b { REJECT; }
16589c { yymore (); }
16590d { yyless (1); }
d0ac1c44
SM
16591e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
16592 yyless ((input () != 0)); }
81ecdfbb
RW
16593f { unput (yytext[0]); }
16594. { BEGIN INITIAL; }
16595%%
16596#ifdef YYTEXT_POINTER
16597extern char *yytext;
d7040cdb 16598#endif
42ecbf5e 16599int
81ecdfbb 16600main (void)
42ecbf5e 16601{
81ecdfbb 16602 return ! yylex () + ! yywrap ();
42ecbf5e
DJ
16603}
16604_ACEOF
81ecdfbb
RW
16605{ { ac_try="$LEX conftest.l"
16606case "(($ac_try" in
16607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16608 *) ac_try_echo=$ac_try;;
16609esac
16610eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16611$as_echo "$ac_try_echo"; } >&5
16612 (eval "$LEX conftest.l") 2>&5
42ecbf5e 16613 ac_status=$?
81ecdfbb
RW
16614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16615 test $ac_status = 0; }
16616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
16617$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 16618if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 16619 $as_echo_n "(cached) " >&6
42ecbf5e 16620else
42ecbf5e 16621
81ecdfbb
RW
16622if test -f lex.yy.c; then
16623 ac_cv_prog_lex_root=lex.yy
16624elif test -f lexyy.c; then
16625 ac_cv_prog_lex_root=lexyy
16626else
d0ac1c44 16627 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
42ecbf5e 16628fi
42ecbf5e 16629fi
81ecdfbb
RW
16630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
16631$as_echo "$ac_cv_prog_lex_root" >&6; }
16632LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
20e95c23 16633
81ecdfbb
RW
16634if test -z "${LEXLIB+set}"; then
16635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
16636$as_echo_n "checking lex library... " >&6; }
d0ac1c44 16637if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 16638 $as_echo_n "(cached) " >&6
252b5132 16639else
20e95c23 16640
81ecdfbb
RW
16641 ac_save_LIBS=$LIBS
16642 ac_cv_lib_lex='none needed'
16643 for ac_lib in '' -lfl -ll; do
16644 LIBS="$ac_lib $ac_save_LIBS"
16645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16646/* end confdefs.h. */
16647`cat $LEX_OUTPUT_ROOT.c`
16648_ACEOF
16649if ac_fn_c_try_link "$LINENO"; then :
16650 ac_cv_lib_lex=$ac_lib
20e95c23 16651fi
81ecdfbb
RW
16652rm -f core conftest.err conftest.$ac_objext \
16653 conftest$ac_exeext conftest.$ac_ext
16654 test "$ac_cv_lib_lex" != 'none needed' && break
16655 done
16656 LIBS=$ac_save_LIBS
20e95c23
DJ
16657
16658fi
81ecdfbb
RW
16659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
16660$as_echo "$ac_cv_lib_lex" >&6; }
16661 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb 16662fi
20e95c23 16663
20e95c23 16664
81ecdfbb
RW
16665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
16666$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 16667if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 16668 $as_echo_n "(cached) " >&6
d7040cdb
SE
16669else
16670 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 16671# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
16672# not all implementations provide the %pointer and %array declarations.
16673ac_cv_prog_lex_yytext_pointer=no
d7040cdb 16674ac_save_LIBS=$LIBS
81ecdfbb
RW
16675LIBS="$LEXLIB $ac_save_LIBS"
16676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16677/* end confdefs.h. */
d0ac1c44
SM
16678
16679 #define YYTEXT_POINTER 1
d7040cdb 16680`cat $LEX_OUTPUT_ROOT.c`
20e95c23 16681_ACEOF
81ecdfbb 16682if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 16683 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 16684fi
81ecdfbb
RW
16685rm -f core conftest.err conftest.$ac_objext \
16686 conftest$ac_exeext conftest.$ac_ext
d7040cdb 16687LIBS=$ac_save_LIBS
d7040cdb
SE
16688
16689fi
81ecdfbb
RW
16690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
16691$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
16692if test $ac_cv_prog_lex_yytext_pointer = yes; then
16693
81ecdfbb 16694$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
16695
16696fi
81ecdfbb 16697rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
16698 ;;
16699esac
d7040cdb
SE
16700if test "$LEX" = :; then
16701 LEX=${am_missing_run}flex
16702fi
16703
81ecdfbb
RW
16704
16705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
16706$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
16707 # Check whether --enable-maintainer-mode was given.
16708if test "${enable_maintainer_mode+set}" = set; then :
16709 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
252b5132 16710else
d7040cdb 16711 USE_MAINTAINER_MODE=no
81ecdfbb 16712fi
d7040cdb 16713
81ecdfbb
RW
16714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
16715$as_echo "$USE_MAINTAINER_MODE" >&6; }
16716 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
16717 MAINTAINER_MODE_TRUE=
16718 MAINTAINER_MODE_FALSE='#'
16719else
16720 MAINTAINER_MODE_TRUE='#'
16721 MAINTAINER_MODE_FALSE=
252b5132 16722fi
252b5132 16723
d7040cdb
SE
16724 MAINT=$MAINTAINER_MODE_TRUE
16725
16726
81ecdfbb 16727 if false; then
d7040cdb
SE
16728 GENINSRC_NEVER_TRUE=
16729 GENINSRC_NEVER_FALSE='#'
16730else
16731 GENINSRC_NEVER_TRUE='#'
16732 GENINSRC_NEVER_FALSE=
252b5132
RH
16733fi
16734
81ecdfbb
RW
16735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
16736$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
d0ac1c44 16737if ${gcc_cv_prog_cmp_skip+:} false; then :
81ecdfbb 16738 $as_echo_n "(cached) " >&6
eccbf555
AM
16739else
16740 echo abfoo >t1
16741 echo cdfoo >t2
da17fe9d 16742 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
eccbf555
AM
16743 if cmp t1 t2 2 2 > /dev/null 2>&1; then
16744 if cmp t1 t2 1 1 > /dev/null 2>&1; then
16745 :
16746 else
16747 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
16748 fi
16749 fi
16750 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
16751 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
16752 :
16753 else
16754 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
16755 fi
16756 fi
16757 rm t1 t2
16758
16759fi
81ecdfbb
RW
16760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
16761$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
eccbf555
AM
16762do_compare="$gcc_cv_prog_cmp_skip"
16763
16764
d7040cdb
SE
16765
16766. ${srcdir}/configure.host
16767
16768
16769
16770
58797674 16771for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h locale.h sys/param.h
81ecdfbb
RW
16772do :
16773 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16774ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 16775if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
42ecbf5e 16776 cat >>confdefs.h <<_ACEOF
81ecdfbb 16777#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
42ecbf5e
DJ
16778_ACEOF
16779
16780fi
16781
252b5132
RH
16782done
16783
5d3236ee
DK
16784for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
16785do :
16786 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16787ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 16788if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5d3236ee
DK
16789 cat >>confdefs.h <<_ACEOF
16790#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16791_ACEOF
16792
16793fi
16794
16795done
16796
208a4923
NC
16797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
16798$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 16799if ${gcc_cv_header_string+:} false; then :
208a4923
NC
16800 $as_echo_n "(cached) " >&6
16801else
16802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16803/* end confdefs.h. */
16804#include <string.h>
16805#include <strings.h>
16806int
16807main ()
16808{
16809
16810 ;
16811 return 0;
16812}
16813_ACEOF
16814if ac_fn_c_try_compile "$LINENO"; then :
16815 gcc_cv_header_string=yes
16816else
16817 gcc_cv_header_string=no
16818fi
16819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16820fi
16821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
16822$as_echo "$gcc_cv_header_string" >&6; }
16823if test $gcc_cv_header_string = yes; then
16824
16825$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
16826
16827fi
16828
44350750 16829for ac_func in glob mkstemp realpath sbrk setlocale waitpid
81ecdfbb
RW
16830do :
16831 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16832ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 16833if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42ecbf5e 16834 cat >>confdefs.h <<_ACEOF
81ecdfbb 16835#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42ecbf5e 16836_ACEOF
252b5132 16837
252b5132
RH
16838fi
16839done
16840
88ba72a2 16841for ac_func in open lseek close
5d3236ee
DK
16842do :
16843 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16844ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 16845if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5d3236ee
DK
16846 cat >>confdefs.h <<_ACEOF
16847#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16848_ACEOF
16849
16850fi
16851done
16852
252b5132 16853ac_header_dirent=no
42ecbf5e 16854for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
81ecdfbb
RW
16855 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
16856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
16857$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
d0ac1c44 16858if eval \${$as_ac_Header+:} false; then :
81ecdfbb
RW
16859 $as_echo_n "(cached) " >&6
16860else
16861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 16862/* end confdefs.h. */
252b5132
RH
16863#include <sys/types.h>
16864#include <$ac_hdr>
42ecbf5e
DJ
16865
16866int
16867main ()
16868{
16869if ((DIR *) 0)
16870return 0;
16871 ;
16872 return 0;
16873}
16874_ACEOF
81ecdfbb 16875if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
16876 eval "$as_ac_Header=yes"
16877else
81ecdfbb 16878 eval "$as_ac_Header=no"
42ecbf5e 16879fi
81ecdfbb 16880rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 16881fi
81ecdfbb
RW
16882eval ac_res=\$$as_ac_Header
16883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16884$as_echo "$ac_res" >&6; }
d0ac1c44 16885if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
42ecbf5e 16886 cat >>confdefs.h <<_ACEOF
81ecdfbb 16887#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
42ecbf5e
DJ
16888_ACEOF
16889
16890ac_header_dirent=$ac_hdr; break
d15b04bd 16891fi
42ecbf5e 16892
d15b04bd
L
16893done
16894# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
16895if test $ac_header_dirent = dirent.h; then
81ecdfbb
RW
16896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16897$as_echo_n "checking for library containing opendir... " >&6; }
d0ac1c44 16898if ${ac_cv_search_opendir+:} false; then :
81ecdfbb 16899 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
16900else
16901 ac_func_search_save_LIBS=$LIBS
81ecdfbb 16902cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
16903/* end confdefs.h. */
16904
81ecdfbb
RW
16905/* Override any GCC internal prototype to avoid an error.
16906 Use char because int might match the return type of a GCC
16907 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
16908#ifdef __cplusplus
16909extern "C"
16910#endif
42ecbf5e
DJ
16911char opendir ();
16912int
16913main ()
16914{
81ecdfbb 16915return opendir ();
42ecbf5e
DJ
16916 ;
16917 return 0;
16918}
16919_ACEOF
81ecdfbb
RW
16920for ac_lib in '' dir; do
16921 if test -z "$ac_lib"; then
16922 ac_res="none required"
16923 else
16924 ac_res=-l$ac_lib
42ecbf5e 16925 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
16926 fi
16927 if ac_fn_c_try_link "$LINENO"; then :
16928 ac_cv_search_opendir=$ac_res
16929fi
16930rm -f core conftest.err conftest.$ac_objext \
16931 conftest$ac_exeext
d0ac1c44 16932 if ${ac_cv_search_opendir+:} false; then :
81ecdfbb
RW
16933 break
16934fi
16935done
d0ac1c44 16936if ${ac_cv_search_opendir+:} false; then :
e5a52504 16937
42ecbf5e 16938else
81ecdfbb 16939 ac_cv_search_opendir=no
252b5132 16940fi
81ecdfbb 16941rm conftest.$ac_ext
42ecbf5e
DJ
16942LIBS=$ac_func_search_save_LIBS
16943fi
81ecdfbb
RW
16944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16945$as_echo "$ac_cv_search_opendir" >&6; }
16946ac_res=$ac_cv_search_opendir
16947if test "$ac_res" != no; then :
16948 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 16949
d15b04bd 16950fi
252b5132
RH
16951
16952else
81ecdfbb
RW
16953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16954$as_echo_n "checking for library containing opendir... " >&6; }
d0ac1c44 16955if ${ac_cv_search_opendir+:} false; then :
81ecdfbb 16956 $as_echo_n "(cached) " >&6
252b5132 16957else
42ecbf5e 16958 ac_func_search_save_LIBS=$LIBS
81ecdfbb 16959cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
16960/* end confdefs.h. */
16961
81ecdfbb
RW
16962/* Override any GCC internal prototype to avoid an error.
16963 Use char because int might match the return type of a GCC
16964 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
16965#ifdef __cplusplus
16966extern "C"
16967#endif
42ecbf5e
DJ
16968char opendir ();
16969int
16970main ()
16971{
81ecdfbb 16972return opendir ();
42ecbf5e
DJ
16973 ;
16974 return 0;
16975}
16976_ACEOF
81ecdfbb
RW
16977for ac_lib in '' x; do
16978 if test -z "$ac_lib"; then
16979 ac_res="none required"
16980 else
16981 ac_res=-l$ac_lib
42ecbf5e 16982 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
16983 fi
16984 if ac_fn_c_try_link "$LINENO"; then :
16985 ac_cv_search_opendir=$ac_res
16986fi
16987rm -f core conftest.err conftest.$ac_objext \
16988 conftest$ac_exeext
d0ac1c44 16989 if ${ac_cv_search_opendir+:} false; then :
81ecdfbb
RW
16990 break
16991fi
16992done
d0ac1c44 16993if ${ac_cv_search_opendir+:} false; then :
252b5132 16994
42ecbf5e 16995else
81ecdfbb 16996 ac_cv_search_opendir=no
252b5132 16997fi
81ecdfbb 16998rm conftest.$ac_ext
42ecbf5e 16999LIBS=$ac_func_search_save_LIBS
252b5132 17000fi
81ecdfbb
RW
17001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
17002$as_echo "$ac_cv_search_opendir" >&6; }
17003ac_res=$ac_cv_search_opendir
17004if test "$ac_res" != no; then :
17005 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 17006
d15b04bd 17007fi
252b5132
RH
17008
17009fi
17010
17011
d0ac1c44
SM
17012
17013
17014
17015 for ac_header in $ac_header_list
2aec968d
L
17016do :
17017 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
d0ac1c44
SM
17018ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
17019"
17020if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
2aec968d
L
17021 cat >>confdefs.h <<_ACEOF
17022#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17023_ACEOF
17024
17025fi
17026
17027done
17028
d0ac1c44
SM
17029
17030
17031
17032
17033
17034
17035
2aec968d
L
17036for ac_func in getpagesize
17037do :
17038 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
d0ac1c44 17039if test "x$ac_cv_func_getpagesize" = xyes; then :
2aec968d
L
17040 cat >>confdefs.h <<_ACEOF
17041#define HAVE_GETPAGESIZE 1
17042_ACEOF
17043
17044fi
17045done
17046
17047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
17048$as_echo_n "checking for working mmap... " >&6; }
d0ac1c44 17049if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
2aec968d
L
17050 $as_echo_n "(cached) " >&6
17051else
17052 if test "$cross_compiling" = yes; then :
17053 ac_cv_func_mmap_fixed_mapped=no
17054else
17055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17056/* end confdefs.h. */
17057$ac_includes_default
17058/* malloc might have been renamed as rpl_malloc. */
17059#undef malloc
17060
17061/* Thanks to Mike Haertel and Jim Avera for this test.
17062 Here is a matrix of mmap possibilities:
17063 mmap private not fixed
17064 mmap private fixed at somewhere currently unmapped
17065 mmap private fixed at somewhere already mapped
17066 mmap shared not fixed
17067 mmap shared fixed at somewhere currently unmapped
17068 mmap shared fixed at somewhere already mapped
17069 For private mappings, we should verify that changes cannot be read()
17070 back from the file, nor mmap's back from the file at a different
17071 address. (There have been systems where private was not correctly
17072 implemented like the infamous i386 svr4.0, and systems where the
17073 VM page cache was not coherent with the file system buffer cache
17074 like early versions of FreeBSD and possibly contemporary NetBSD.)
17075 For shared mappings, we should conversely verify that changes get
17076 propagated back to all the places they're supposed to be.
17077
17078 Grep wants private fixed already mapped.
17079 The main things grep needs to know about mmap are:
17080 * does it exist and is it safe to write into the mmap'd area
17081 * how to use it (BSD variants) */
17082
17083#include <fcntl.h>
17084#include <sys/mman.h>
17085
17086#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
17087char *malloc ();
17088#endif
17089
17090/* This mess was copied from the GNU getpagesize.h. */
17091#ifndef HAVE_GETPAGESIZE
2aec968d
L
17092# ifdef _SC_PAGESIZE
17093# define getpagesize() sysconf(_SC_PAGESIZE)
17094# else /* no _SC_PAGESIZE */
17095# ifdef HAVE_SYS_PARAM_H
17096# include <sys/param.h>
17097# ifdef EXEC_PAGESIZE
17098# define getpagesize() EXEC_PAGESIZE
17099# else /* no EXEC_PAGESIZE */
17100# ifdef NBPG
17101# define getpagesize() NBPG * CLSIZE
17102# ifndef CLSIZE
17103# define CLSIZE 1
17104# endif /* no CLSIZE */
17105# else /* no NBPG */
17106# ifdef NBPC
17107# define getpagesize() NBPC
17108# else /* no NBPC */
17109# ifdef PAGESIZE
17110# define getpagesize() PAGESIZE
17111# endif /* PAGESIZE */
17112# endif /* no NBPC */
17113# endif /* no NBPG */
17114# endif /* no EXEC_PAGESIZE */
17115# else /* no HAVE_SYS_PARAM_H */
17116# define getpagesize() 8192 /* punt totally */
17117# endif /* no HAVE_SYS_PARAM_H */
17118# endif /* no _SC_PAGESIZE */
17119
17120#endif /* no HAVE_GETPAGESIZE */
17121
17122int
17123main ()
17124{
17125 char *data, *data2, *data3;
d0ac1c44 17126 const char *cdata2;
2aec968d 17127 int i, pagesize;
d0ac1c44 17128 int fd, fd2;
2aec968d
L
17129
17130 pagesize = getpagesize ();
17131
17132 /* First, make a file with some known garbage in it. */
17133 data = (char *) malloc (pagesize);
17134 if (!data)
17135 return 1;
17136 for (i = 0; i < pagesize; ++i)
17137 *(data + i) = rand ();
17138 umask (0);
17139 fd = creat ("conftest.mmap", 0600);
17140 if (fd < 0)
d0ac1c44 17141 return 2;
2aec968d 17142 if (write (fd, data, pagesize) != pagesize)
d0ac1c44 17143 return 3;
2aec968d
L
17144 close (fd);
17145
d0ac1c44
SM
17146 /* Next, check that the tail of a page is zero-filled. File must have
17147 non-zero length, otherwise we risk SIGBUS for entire page. */
17148 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
17149 if (fd2 < 0)
17150 return 4;
17151 cdata2 = "";
17152 if (write (fd2, cdata2, 1) != 1)
17153 return 5;
17154 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
17155 if (data2 == MAP_FAILED)
17156 return 6;
17157 for (i = 0; i < pagesize; ++i)
17158 if (*(data2 + i))
17159 return 7;
17160 close (fd2);
17161 if (munmap (data2, pagesize))
17162 return 8;
17163
2aec968d
L
17164 /* Next, try to mmap the file at a fixed address which already has
17165 something else allocated at it. If we can, also make sure that
17166 we see the same garbage. */
17167 fd = open ("conftest.mmap", O_RDWR);
17168 if (fd < 0)
d0ac1c44 17169 return 9;
2aec968d
L
17170 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
17171 MAP_PRIVATE | MAP_FIXED, fd, 0L))
d0ac1c44 17172 return 10;
2aec968d
L
17173 for (i = 0; i < pagesize; ++i)
17174 if (*(data + i) != *(data2 + i))
d0ac1c44 17175 return 11;
2aec968d
L
17176
17177 /* Finally, make sure that changes to the mapped area do not
17178 percolate back to the file as seen by read(). (This is a bug on
17179 some variants of i386 svr4.0.) */
17180 for (i = 0; i < pagesize; ++i)
17181 *(data2 + i) = *(data2 + i) + 1;
17182 data3 = (char *) malloc (pagesize);
17183 if (!data3)
d0ac1c44 17184 return 12;
2aec968d 17185 if (read (fd, data3, pagesize) != pagesize)
d0ac1c44 17186 return 13;
2aec968d
L
17187 for (i = 0; i < pagesize; ++i)
17188 if (*(data + i) != *(data3 + i))
d0ac1c44 17189 return 14;
2aec968d
L
17190 close (fd);
17191 return 0;
17192}
17193_ACEOF
17194if ac_fn_c_try_run "$LINENO"; then :
17195 ac_cv_func_mmap_fixed_mapped=yes
17196else
17197 ac_cv_func_mmap_fixed_mapped=no
17198fi
17199rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17200 conftest.$ac_objext conftest.beam conftest.$ac_ext
17201fi
17202
17203fi
17204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
17205$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
17206if test $ac_cv_func_mmap_fixed_mapped = yes; then
17207
17208$as_echo "#define HAVE_MMAP 1" >>confdefs.h
17209
17210fi
d0ac1c44 17211rm -f conftest.mmap conftest.txt
2aec968d
L
17212
17213
5d3236ee
DK
17214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
17215$as_echo_n "checking for library containing dlopen... " >&6; }
d0ac1c44 17216if ${ac_cv_search_dlopen+:} false; then :
5d3236ee
DK
17217 $as_echo_n "(cached) " >&6
17218else
17219 ac_func_search_save_LIBS=$LIBS
17220cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17221/* end confdefs.h. */
17222
17223/* Override any GCC internal prototype to avoid an error.
17224 Use char because int might match the return type of a GCC
17225 builtin and then its argument prototype would still apply. */
17226#ifdef __cplusplus
17227extern "C"
17228#endif
17229char dlopen ();
17230int
17231main ()
17232{
17233return dlopen ();
17234 ;
17235 return 0;
17236}
17237_ACEOF
17238for ac_lib in '' dl; do
17239 if test -z "$ac_lib"; then
17240 ac_res="none required"
17241 else
17242 ac_res=-l$ac_lib
17243 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17244 fi
17245 if ac_fn_c_try_link "$LINENO"; then :
17246 ac_cv_search_dlopen=$ac_res
17247fi
17248rm -f core conftest.err conftest.$ac_objext \
17249 conftest$ac_exeext
d0ac1c44 17250 if ${ac_cv_search_dlopen+:} false; then :
5d3236ee
DK
17251 break
17252fi
17253done
d0ac1c44 17254if ${ac_cv_search_dlopen+:} false; then :
5d3236ee
DK
17255
17256else
17257 ac_cv_search_dlopen=no
17258fi
17259rm conftest.$ac_ext
17260LIBS=$ac_func_search_save_LIBS
17261fi
17262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
17263$as_echo "$ac_cv_search_dlopen" >&6; }
17264ac_res=$ac_cv_search_dlopen
17265if test "$ac_res" != no; then :
17266 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17267
3917d5d5
DK
17268fi
17269
b879806f 17270 if test x$plugins = xyes; then
5d3236ee
DK
17271 ENABLE_PLUGINS_TRUE=
17272 ENABLE_PLUGINS_FALSE='#'
17273else
17274 ENABLE_PLUGINS_TRUE='#'
17275 ENABLE_PLUGINS_FALSE=
17276fi
17277
17278
02ecc8e9
L
17279# Check whether --enable-initfini-array was given.
17280if test "${enable_initfini_array+set}" = set; then :
26e3a0c9
AM
17281 enableval=$enable_initfini_array; case "${enableval}" in
17282 yes|no) ;;
d0ac1c44 17283 *) as_fn_error $? "invalid --enable-initfini-array argument" "$LINENO" 5 ;;
26e3a0c9 17284 esac
02ecc8e9 17285else
26e3a0c9 17286 enable_initfini_array=yes
02ecc8e9
L
17287fi
17288
17289
17290if test $enable_initfini_array = yes; then
17291
17292$as_echo "#define HAVE_INITFINI_ARRAY 1" >>confdefs.h
17293
17294fi
17295
81ecdfbb
RW
17296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
17297$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 17298if ${ld_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 17299 $as_echo_n "(cached) " >&6
34875e64 17300else
81ecdfbb 17301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 17302/* end confdefs.h. */
34875e64 17303#include <unistd.h>
42ecbf5e
DJ
17304int
17305main ()
17306{
34875e64 17307extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
17308 ;
17309 return 0;
17310}
17311_ACEOF
81ecdfbb 17312if ac_fn_c_try_compile "$LINENO"; then :
34875e64
NC
17313 ld_cv_decl_getopt_unistd_h=yes
17314else
81ecdfbb 17315 ld_cv_decl_getopt_unistd_h=no
34875e64 17316fi
81ecdfbb 17317rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34875e64
NC
17318fi
17319
81ecdfbb
RW
17320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5
17321$as_echo "$ld_cv_decl_getopt_unistd_h" >&6; }
34875e64 17322if test $ld_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 17323
81ecdfbb 17324$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
34875e64
NC
17325
17326fi
42ecbf5e 17327
252b5132
RH
17328
17329case "${host}" in
a8100d5b 17330*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 17331
81ecdfbb 17332$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
17333 ;;
17334esac
17335
81ecdfbb 17336ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 17337if test "x$ac_cv_have_decl_strstr" = xyes; then :
81ecdfbb 17338 ac_have_decl=1
252b5132 17339else
81ecdfbb
RW
17340 ac_have_decl=0
17341fi
502bdb00 17342
81ecdfbb
RW
17343cat >>confdefs.h <<_ACEOF
17344#define HAVE_DECL_STRSTR $ac_have_decl
42ecbf5e 17345_ACEOF
81ecdfbb 17346ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
d0ac1c44 17347if test "x$ac_cv_have_decl_free" = xyes; then :
81ecdfbb 17348 ac_have_decl=1
252b5132 17349else
81ecdfbb 17350 ac_have_decl=0
252b5132
RH
17351fi
17352
502bdb00 17353cat >>confdefs.h <<_ACEOF
81ecdfbb 17354#define HAVE_DECL_FREE $ac_have_decl
502bdb00 17355_ACEOF
81ecdfbb 17356ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
d0ac1c44 17357if test "x$ac_cv_have_decl_sbrk" = xyes; then :
81ecdfbb
RW
17358 ac_have_decl=1
17359else
17360 ac_have_decl=0
17361fi
42ecbf5e 17362
81ecdfbb
RW
17363cat >>confdefs.h <<_ACEOF
17364#define HAVE_DECL_SBRK $ac_have_decl
17365_ACEOF
17366ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 17367if test "x$ac_cv_have_decl_getenv" = xyes; then :
81ecdfbb
RW
17368 ac_have_decl=1
17369else
17370 ac_have_decl=0
17371fi
502bdb00 17372
81ecdfbb
RW
17373cat >>confdefs.h <<_ACEOF
17374#define HAVE_DECL_GETENV $ac_have_decl
17375_ACEOF
17376ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
d0ac1c44 17377if test "x$ac_cv_have_decl_environ" = xyes; then :
81ecdfbb 17378 ac_have_decl=1
502bdb00 17379else
81ecdfbb
RW
17380 ac_have_decl=0
17381fi
17382
17383cat >>confdefs.h <<_ACEOF
17384#define HAVE_DECL_ENVIRON $ac_have_decl
42ecbf5e 17385_ACEOF
252b5132 17386
252b5132 17387
597e2591
ILT
17388# When converting linker scripts into strings for use in emulation
17389# files, use astring.sed if the compiler supports ANSI string
17390# concatenation, or ostring.sed otherwise. This is to support the
17391# broken Microsoft MSVC compiler, which limits the length of string
17392# constants, while still supporting pre-ANSI compilers which do not
17393# support string concatenation.
81ecdfbb
RW
17394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5
17395$as_echo_n "checking whether ANSI C string concatenation works... " >&6; }
d0ac1c44 17396if ${ld_cv_string_concatenation+:} false; then :
81ecdfbb 17397 $as_echo_n "(cached) " >&6
42ecbf5e 17398else
81ecdfbb 17399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 17400/* end confdefs.h. */
81ecdfbb 17401
314e9a4e
L
17402int
17403main ()
17404{
81ecdfbb 17405char *a = "a" "a";
314e9a4e
L
17406 ;
17407 return 0;
17408}
17409_ACEOF
81ecdfbb
RW
17410if ac_fn_c_try_compile "$LINENO"; then :
17411 ld_cv_string_concatenation=yes
314e9a4e 17412else
81ecdfbb 17413 ld_cv_string_concatenation=no
314e9a4e 17414fi
81ecdfbb 17415rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
314e9a4e 17416fi
81ecdfbb
RW
17417
17418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5
17419$as_echo "$ld_cv_string_concatenation" >&6; }
17420if test "$ld_cv_string_concatenation" = "yes"; then
17421 STRINGIFY=astring.sed
17422else
17423 STRINGIFY=ostring.sed
314e9a4e 17424fi
81ecdfbb
RW
17425
17426
17427# target-specific stuff:
17428
17429all_targets=
17430EMUL=
17431all_emuls=
17432all_emul_extras=
17433all_libpath=
50ff67e6 17434TDIRS=
81ecdfbb 17435
bf9ef603 17436# If the host is 64-bit, then we enable 64-bit targets by default.
1110793a 17437# This is consistent with what ../bfd/configure.ac does.
bf9ef603
RM
17438if test x${want64} = xfalse; then
17439 # The cast to long int works around a bug in the HP C Compiler
17440# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17441# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17442# This bug is HP SR number 8606223364.
17443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
17444$as_echo_n "checking size of void *... " >&6; }
d0ac1c44 17445if ${ac_cv_sizeof_void_p+:} false; then :
bf9ef603
RM
17446 $as_echo_n "(cached) " >&6
17447else
17448 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
17449
17450else
17451 if test "$ac_cv_type_void_p" = yes; then
17452 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17453$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
17454as_fn_error 77 "cannot compute sizeof (void *)
17455See \`config.log' for more details" "$LINENO" 5; }
bf9ef603
RM
17456 else
17457 ac_cv_sizeof_void_p=0
17458 fi
17459fi
17460
17461fi
17462{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
17463$as_echo "$ac_cv_sizeof_void_p" >&6; }
17464
17465
17466
17467cat >>confdefs.h <<_ACEOF
17468#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17469_ACEOF
17470
17471
17472 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
17473 want64=true
17474 fi
17475fi
17476
c58212ea
L
17477elf_list_options=FALSE
17478elf_shlib_list_options=FALSE
17479elf_plt_unwind_list_options=FALSE
81ecdfbb
RW
17480for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
17481do
17482 if test "$targ_alias" = "all"; then
17483 all_targets=true
82d8e420
L
17484 elf_list_options=TRUE
17485 elf_shlib_list_options=TRUE
17486 elf_plt_unwind_list_options=TRUE
81ecdfbb
RW
17487 else
17488 # Canonicalize the secondary target names.
17489 result=`$ac_config_sub $targ_alias 2>/dev/null`
17490 if test -n "$result"; then
17491 targ=$result
17492 else
17493 targ=$targ_alias
17494 fi
17495
17496 . ${srcdir}/configure.tgt
17497
17498 if test "$targ" = "$target"; then
17499 EMUL=$targ_emul
17500 fi
17501
17502 if test x${want64} = xfalse; then
17503 . ${srcdir}/../bfd/config.bfd
17504 fi
17505
17506 if test x${want64} = xtrue; then
17507 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
17508 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
17509 fi
17510
17511 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
17512 case " $all_emuls " in
8c3fff59
AM
17513 *" e${i}.o "*) ;;
17514 *)
17515 all_emuls="$all_emuls e${i}.o"
17516 eval result=\$tdir_$i
17517 test -z "$result" && result=$targ_alias
50ff67e6
AM
17518 TDIRS="$TDIRS
17519tdir_$i=$result"
c58212ea
L
17520 case "${i}" in
17521 *elf*)
17522 elf_list_options=TRUE
68880f31
CLT
17523 ;;
17524 *)
17525 if $GREP "TEMPLATE_NAME=elf32" ${srcdir}/emulparams/${i}.sh >/dev/null 2>/dev/null; then
17526 elf_list_options=TRUE
17527 fi
17528 ;;
17529 esac
17530 if test "$elf_list_options" = "TRUE"; then
c40e31a1
AM
17531 source_sh()
17532 {
17533 . $1
17534 }
17535 source_sh ${srcdir}/emulparams/${i}.sh
c58212ea
L
17536 if test x${GENERATE_SHLIB_SCRIPT} = xyes; then
17537 elf_shlib_list_options=TRUE
17538 fi
17539 if test x${PLT_UNWIND} = xyes; then
17540 elf_plt_unwind_list_options=TRUE
17541 fi
68880f31 17542 fi
c58212ea 17543 ;;
81ecdfbb
RW
17544 esac
17545 done
17546
17547 for i in $targ_emul $targ_extra_libpath; do
17548 case " $all_libpath " in
17549 *" ${i} "*) ;;
17550 *)
17551 if test -z "$all_libpath"; then
17552 all_libpath=${i}
17553 else
17554 all_libpath="$all_libpath ${i}"
17555 fi
17556 ;;
17557 esac
17558 done
17559
17560 for i in $targ_extra_ofiles; do
17561 case " $all_emul_extras " in
17562 *" ${i} "*) ;;
17563 *)
17564 all_emul_extras="$all_emul_extras ${i}"
17565 ;;
17566 esac
17567 done
5063daf7 17568
81ecdfbb
RW
17569 fi
17570done
17571
621ff761 17572if test x$ac_default_compressed_debug_sections = xyes ; then
6c3bc0f8
NC
17573
17574$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
17575
17576fi
17577
6734f10a
SB
17578if test "${ac_default_new_dtags}" = unset; then
17579 ac_default_new_dtags=0
17580fi
17581
17582cat >>confdefs.h <<_ACEOF
17583#define DEFAULT_NEW_DTAGS $ac_default_new_dtags
17584_ACEOF
17585
17586
647e4d46
L
17587if test "${ac_default_ld_z_relro}" = unset; then
17588 ac_default_ld_z_relro=0
17589fi
17590
17591cat >>confdefs.h <<_ACEOF
17592#define DEFAULT_LD_Z_RELRO $ac_default_ld_z_relro
17593_ACEOF
17594
17595
f6aec96d
L
17596if test "${ac_default_ld_z_separate_code}" = unset; then
17597 ac_default_ld_z_separate_code=0
17598fi
17599
17600cat >>confdefs.h <<_ACEOF
17601#define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
17602_ACEOF
17603
17604
81ecdfbb 17605
2760f24c
RG
17606cat >>confdefs.h <<_ACEOF
17607#define DEFAULT_EMIT_SYSV_HASH $ac_default_emit_sysv_hash
17608_ACEOF
17609
17610
17611
17612cat >>confdefs.h <<_ACEOF
17613#define DEFAULT_EMIT_GNU_HASH $ac_default_emit_gnu_hash
17614_ACEOF
17615
17616
17617
81ecdfbb 17618
c58212ea
L
17619
17620
17621
50ff67e6 17622
81ecdfbb
RW
17623
17624
17625if test x${all_targets} = xtrue; then
42ecbf5e
DJ
17626 if test x${want64} = xtrue; then
17627 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
9d069ac3 17628 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES) $(ALL_64_EMUL_EXTRA_OFILES)'
42ecbf5e
DJ
17629 else
17630 EMULATION_OFILES='$(ALL_EMULATIONS)'
9d069ac3 17631 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
42ecbf5e 17632 fi
42ecbf5e
DJ
17633else
17634 EMULATION_OFILES=$all_emuls
17635 EMUL_EXTRA_OFILES=$all_emul_extras
17636fi
17637
17638
17639
17640
17641EMULATION_LIBPATH=$all_libpath
17642
17643
17644if test x${enable_static} = xno; then
9165f454 17645 TESTBFDLIB="-Wl,--rpath,../bfd/.libs ../bfd/.libs/libbfd.so"
42ecbf5e
DJ
17646else
17647 TESTBFDLIB="../bfd/.libs/libbfd.a"
17648fi
17649
17650
17651target_vendor=${target_vendor=$host_vendor}
17652case "$target_vendor" in
17653 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
17654 *) EXTRA_SHLIB_EXTENSION= ;;
17655esac
17656
17657case "$target_os" in
17658 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
17659esac
17660
17661if test x${EXTRA_SHLIB_EXTENSION} != x ; then
17662
17663cat >>confdefs.h <<_ACEOF
17664#define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
17665_ACEOF
17666
17667fi
17668
33589acb
AM
17669ac_config_commands="$ac_config_commands default"
17670
17671
108a6f8e
CD
17672
17673
17674
17675
31dd3154 17676
81ecdfbb 17677ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
da594c4a 17678
42ecbf5e
DJ
17679cat >confcache <<\_ACEOF
17680# This file is a shell script that caches the results of configure
17681# tests run on this system so they can be shared between configure
17682# scripts and configure runs, see configure's option --config-cache.
17683# It is not useful on other systems. If it contains results you don't
17684# want to keep, you may remove or edit it.
17685#
17686# config.status only pays attention to the cache file if you give it
17687# the --recheck option to rerun configure.
17688#
17689# `ac_cv_env_foo' variables (set or unset) will be overridden when
17690# loading this file, other *unset* `ac_cv_foo' will be assigned the
17691# following values.
17692
17693_ACEOF
17694
17695# The following way of writing the cache mishandles newlines in values,
17696# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 17697# So, we kill variables containing newlines.
42ecbf5e
DJ
17698# Ultrix sh set writes to stderr and can't be redirected directly,
17699# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
17700(
17701 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17702 eval ac_val=\$$ac_var
17703 case $ac_val in #(
17704 *${as_nl}*)
17705 case $ac_var in #(
17706 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17707$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17708 esac
17709 case $ac_var in #(
17710 _ | IFS | as_nl) ;; #(
17711 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17712 *) { eval $ac_var=; unset $ac_var;} ;;
17713 esac ;;
17714 esac
17715 done
17716
42ecbf5e 17717 (set) 2>&1 |
81ecdfbb
RW
17718 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17719 *${as_nl}ac_space=\ *)
17720 # `set' does not quote correctly, so add quotes: double-quote
17721 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
17722 sed -n \
17723 "s/'/'\\\\''/g;
17724 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 17725 ;; #(
42ecbf5e
DJ
17726 *)
17727 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 17728 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 17729 ;;
81ecdfbb
RW
17730 esac |
17731 sort
17732) |
42ecbf5e 17733 sed '
81ecdfbb 17734 /^ac_cv_env_/b end
42ecbf5e 17735 t clear
81ecdfbb 17736 :clear
42ecbf5e
DJ
17737 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17738 t end
81ecdfbb
RW
17739 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17740 :end' >>confcache
17741if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17742 if test -w "$cache_file"; then
d0ac1c44 17743 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
17744 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17745$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
17746 if test ! -f "$cache_file" || test -h "$cache_file"; then
17747 cat confcache >"$cache_file"
17748 else
17749 case $cache_file in #(
17750 */* | ?:*)
17751 mv -f confcache "$cache_file"$$ &&
17752 mv -f "$cache_file"$$ "$cache_file" ;; #(
17753 *)
17754 mv -f confcache "$cache_file" ;;
17755 esac
17756 fi
17757 fi
42ecbf5e 17758 else
81ecdfbb
RW
17759 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17760$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
17761 fi
17762fi
17763rm -f confcache
17764
17765test "x$prefix" = xNONE && prefix=$ac_default_prefix
17766# Let make expand exec_prefix.
17767test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17768
42ecbf5e
DJ
17769DEFS=-DHAVE_CONFIG_H
17770
17771ac_libobjs=
17772ac_ltlibobjs=
d0ac1c44 17773U=
42ecbf5e
DJ
17774for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17775 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
17776 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17777 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17778 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17779 # will be set to the directory where LIBOBJS objects are built.
17780 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17781 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
17782done
17783LIBOBJS=$ac_libobjs
17784
17785LTLIBOBJS=$ac_ltlibobjs
17786
17787
d0ac1c44
SM
17788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
17789$as_echo_n "checking that generated files are newer than configure... " >&6; }
17790 if test -n "$am_sleep_pid"; then
17791 # Hide warnings about reused PIDs.
17792 wait $am_sleep_pid 2>/dev/null
17793 fi
17794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
17795$as_echo "done" >&6; }
42ecbf5e 17796if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 17797 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 17798Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
17799fi
17800if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 17801 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
17802Usually this means the macro was only invoked conditionally." "$LINENO" 5
17803fi
17804 if test -n "$EXEEXT"; then
17805 am__EXEEXT_TRUE=
17806 am__EXEEXT_FALSE='#'
17807else
17808 am__EXEEXT_TRUE='#'
17809 am__EXEEXT_FALSE=
42ecbf5e 17810fi
81ecdfbb 17811
64ac50ac 17812if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 17813 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
64ac50ac
RW
17814Usually this means the macro was only invoked conditionally." "$LINENO" 5
17815fi
3cb62297 17816if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
d0ac1c44 17817 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
3cb62297
L
17818Usually this means the macro was only invoked conditionally." "$LINENO" 5
17819fi
42ecbf5e 17820if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 17821 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 17822Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 17823fi
d5fbea21 17824if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 17825 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 17826Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 17827fi
5d3236ee 17828if test -z "${ENABLE_PLUGINS_TRUE}" && test -z "${ENABLE_PLUGINS_FALSE}"; then
d0ac1c44 17829 as_fn_error $? "conditional \"ENABLE_PLUGINS\" was never defined.
5d3236ee
DK
17830Usually this means the macro was only invoked conditionally." "$LINENO" 5
17831fi
42ecbf5e 17832
d0ac1c44 17833: "${CONFIG_STATUS=./config.status}"
81ecdfbb 17834ac_write_fail=0
42ecbf5e
DJ
17835ac_clean_files_save=$ac_clean_files
17836ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
17837{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17838$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17839as_write_fail=0
17840cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
17841#! $SHELL
17842# Generated by $as_me.
17843# Run this file to recreate the current configuration.
17844# Compiler output produced by configure, useful for debugging
17845# configure, is in config.log if it exists.
17846
17847debug=false
17848ac_cs_recheck=false
17849ac_cs_silent=false
42ecbf5e 17850
81ecdfbb
RW
17851SHELL=\${CONFIG_SHELL-$SHELL}
17852export SHELL
17853_ASEOF
17854cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17855## -------------------- ##
17856## M4sh Initialization. ##
17857## -------------------- ##
42ecbf5e 17858
81ecdfbb
RW
17859# Be more Bourne compatible
17860DUALCASE=1; export DUALCASE # for MKS sh
17861if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
17862 emulate sh
17863 NULLCMD=:
81ecdfbb 17864 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
17865 # is contrary to our usage. Disable this feature.
17866 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
17867 setopt NO_GLOB_SUBST
17868else
17869 case `(set -o) 2>/dev/null` in #(
17870 *posix*) :
17871 set -o posix ;; #(
17872 *) :
17873 ;;
17874esac
42ecbf5e 17875fi
42ecbf5e 17876
81ecdfbb
RW
17877
17878as_nl='
17879'
17880export as_nl
17881# Printing a long string crashes Solaris 7 /usr/bin/printf.
17882as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17883as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17884as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17885# Prefer a ksh shell builtin over an external printf program on Solaris,
17886# but without wasting forks for bash or zsh.
17887if test -z "$BASH_VERSION$ZSH_VERSION" \
17888 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17889 as_echo='print -r --'
17890 as_echo_n='print -rn --'
17891elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17892 as_echo='printf %s\n'
17893 as_echo_n='printf %s'
17894else
17895 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17896 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17897 as_echo_n='/usr/ucb/echo -n'
17898 else
17899 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17900 as_echo_n_body='eval
17901 arg=$1;
17902 case $arg in #(
17903 *"$as_nl"*)
17904 expr "X$arg" : "X\\(.*\\)$as_nl";
17905 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17906 esac;
17907 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17908 '
17909 export as_echo_n_body
17910 as_echo_n='sh -c $as_echo_n_body as_echo'
17911 fi
17912 export as_echo_body
17913 as_echo='sh -c $as_echo_body as_echo'
17914fi
17915
17916# The user is always right.
17917if test "${PATH_SEPARATOR+set}" != set; then
17918 PATH_SEPARATOR=:
17919 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17920 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17921 PATH_SEPARATOR=';'
17922 }
42ecbf5e
DJ
17923fi
17924
17925
81ecdfbb
RW
17926# IFS
17927# We need space, tab and new line, in precisely that order. Quoting is
17928# there to prevent editors from complaining about space-tab.
17929# (If _AS_PATH_WALK were called with IFS unset, it would disable word
17930# splitting by setting IFS to empty value.)
17931IFS=" "" $as_nl"
17932
17933# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 17934as_myself=
81ecdfbb
RW
17935case $0 in #((
17936 *[\\/]* ) as_myself=$0 ;;
17937 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17938for as_dir in $PATH
17939do
17940 IFS=$as_save_IFS
17941 test -z "$as_dir" && as_dir=.
17942 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17943 done
17944IFS=$as_save_IFS
17945
17946 ;;
17947esac
17948# We did not find ourselves, most probably we were run as `sh COMMAND'
17949# in which case we are not to be found in the path.
17950if test "x$as_myself" = x; then
17951 as_myself=$0
17952fi
17953if test ! -f "$as_myself"; then
17954 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17955 exit 1
17956fi
17957
17958# Unset variables that we do not need and which cause bugs (e.g. in
17959# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17960# suppresses any "Segmentation fault" message there. '((' could
17961# trigger a bug in pdksh 5.2.14.
17962for as_var in BASH_ENV ENV MAIL MAILPATH
17963do eval test x\${$as_var+set} = xset \
17964 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17965done
42ecbf5e
DJ
17966PS1='$ '
17967PS2='> '
17968PS4='+ '
17969
17970# NLS nuisances.
81ecdfbb
RW
17971LC_ALL=C
17972export LC_ALL
17973LANGUAGE=C
17974export LANGUAGE
17975
17976# CDPATH.
17977(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17978
17979
d0ac1c44
SM
17980# as_fn_error STATUS ERROR [LINENO LOG_FD]
17981# ----------------------------------------
81ecdfbb
RW
17982# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17983# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 17984# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
17985as_fn_error ()
17986{
d0ac1c44
SM
17987 as_status=$1; test $as_status -eq 0 && as_status=1
17988 if test "$4"; then
17989 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17990 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
42ecbf5e 17991 fi
d0ac1c44 17992 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
17993 as_fn_exit $as_status
17994} # as_fn_error
17995
17996
17997# as_fn_set_status STATUS
17998# -----------------------
17999# Set $? to STATUS, without forking.
18000as_fn_set_status ()
18001{
18002 return $1
18003} # as_fn_set_status
18004
18005# as_fn_exit STATUS
18006# -----------------
18007# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18008as_fn_exit ()
18009{
18010 set +e
18011 as_fn_set_status $1
18012 exit $1
18013} # as_fn_exit
18014
18015# as_fn_unset VAR
18016# ---------------
18017# Portably unset VAR.
18018as_fn_unset ()
18019{
18020 { eval $1=; unset $1;}
18021}
18022as_unset=as_fn_unset
18023# as_fn_append VAR VALUE
18024# ----------------------
18025# Append the text in VALUE to the end of the definition contained in VAR. Take
18026# advantage of any shell optimizations that allow amortized linear growth over
18027# repeated appends, instead of the typical quadratic growth present in naive
18028# implementations.
18029if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18030 eval 'as_fn_append ()
18031 {
18032 eval $1+=\$2
18033 }'
18034else
18035 as_fn_append ()
18036 {
18037 eval $1=\$$1\$2
18038 }
18039fi # as_fn_append
18040
18041# as_fn_arith ARG...
18042# ------------------
18043# Perform arithmetic evaluation on the ARGs, and store the result in the
18044# global $as_val. Take advantage of shells that can avoid forks. The arguments
18045# must be portable across $(()) and expr.
18046if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18047 eval 'as_fn_arith ()
18048 {
18049 as_val=$(( $* ))
18050 }'
18051else
18052 as_fn_arith ()
18053 {
18054 as_val=`expr "$@" || test $? -eq 1`
18055 }
18056fi # as_fn_arith
18057
42ecbf5e 18058
81ecdfbb
RW
18059if expr a : '\(a\)' >/dev/null 2>&1 &&
18060 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
18061 as_expr=expr
18062else
18063 as_expr=false
18064fi
18065
81ecdfbb 18066if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
18067 as_basename=basename
18068else
18069 as_basename=false
18070fi
18071
81ecdfbb
RW
18072if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18073 as_dirname=dirname
18074else
18075 as_dirname=false
18076fi
42ecbf5e 18077
81ecdfbb 18078as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
18079$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18080 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
18081 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18082$as_echo X/"$0" |
18083 sed '/^.*\/\([^/][^/]*\)\/*$/{
18084 s//\1/
18085 q
18086 }
18087 /^X\/\(\/\/\)$/{
18088 s//\1/
18089 q
18090 }
18091 /^X\/\(\/\).*/{
18092 s//\1/
18093 q
18094 }
18095 s/.*/./; q'`
42ecbf5e 18096
42ecbf5e
DJ
18097# Avoid depending upon Character Ranges.
18098as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18099as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18100as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18101as_cr_digits='0123456789'
18102as_cr_alnum=$as_cr_Letters$as_cr_digits
18103
81ecdfbb
RW
18104ECHO_C= ECHO_N= ECHO_T=
18105case `echo -n x` in #(((((
18106-n*)
18107 case `echo 'xy\c'` in
18108 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18109 xy) ECHO_C='\c';;
18110 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18111 ECHO_T=' ';;
18112 esac;;
18113*)
18114 ECHO_N='-n';;
42ecbf5e 18115esac
252b5132 18116
81ecdfbb
RW
18117rm -f conf$$ conf$$.exe conf$$.file
18118if test -d conf$$.dir; then
18119 rm -f conf$$.dir/conf$$.file
42ecbf5e 18120else
81ecdfbb
RW
18121 rm -f conf$$.dir
18122 mkdir conf$$.dir 2>/dev/null
42ecbf5e 18123fi
81ecdfbb
RW
18124if (echo >conf$$.file) 2>/dev/null; then
18125 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 18126 as_ln_s='ln -s'
81ecdfbb
RW
18127 # ... but there are two gotchas:
18128 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18129 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 18130 # In both cases, we have to default to `cp -pR'.
81ecdfbb 18131 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 18132 as_ln_s='cp -pR'
81ecdfbb
RW
18133 elif ln conf$$.file conf$$ 2>/dev/null; then
18134 as_ln_s=ln
18135 else
d0ac1c44 18136 as_ln_s='cp -pR'
252b5132 18137 fi
e5a52504 18138else
d0ac1c44 18139 as_ln_s='cp -pR'
e5a52504 18140fi
81ecdfbb
RW
18141rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18142rmdir conf$$.dir 2>/dev/null
18143
18144
18145# as_fn_mkdir_p
18146# -------------
18147# Create "$as_dir" as a directory, including parents if necessary.
18148as_fn_mkdir_p ()
18149{
18150
18151 case $as_dir in #(
18152 -*) as_dir=./$as_dir;;
18153 esac
18154 test -d "$as_dir" || eval $as_mkdir_p || {
18155 as_dirs=
18156 while :; do
18157 case $as_dir in #(
18158 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18159 *) as_qdir=$as_dir;;
18160 esac
18161 as_dirs="'$as_qdir' $as_dirs"
18162 as_dir=`$as_dirname -- "$as_dir" ||
18163$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18164 X"$as_dir" : 'X\(//\)[^/]' \| \
18165 X"$as_dir" : 'X\(//\)$' \| \
18166 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18167$as_echo X"$as_dir" |
18168 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18169 s//\1/
18170 q
18171 }
18172 /^X\(\/\/\)[^/].*/{
18173 s//\1/
18174 q
18175 }
18176 /^X\(\/\/\)$/{
18177 s//\1/
18178 q
18179 }
18180 /^X\(\/\).*/{
18181 s//\1/
18182 q
18183 }
18184 s/.*/./; q'`
18185 test -d "$as_dir" && break
18186 done
18187 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 18188 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 18189
252b5132 18190
81ecdfbb 18191} # as_fn_mkdir_p
42ecbf5e 18192if mkdir -p . 2>/dev/null; then
81ecdfbb 18193 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
18194else
18195 test -d ./-p && rmdir ./-p
18196 as_mkdir_p=false
18197fi
252b5132 18198
d0ac1c44
SM
18199
18200# as_fn_executable_p FILE
18201# -----------------------
18202# Test if FILE is an executable regular file.
18203as_fn_executable_p ()
18204{
18205 test -f "$1" && test -x "$1"
18206} # as_fn_executable_p
18207as_test_x='test -x'
18208as_executable_p=as_fn_executable_p
252b5132 18209
42ecbf5e
DJ
18210# Sed expression to map a string onto a valid CPP name.
18211as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
f234d5fe 18212
42ecbf5e
DJ
18213# Sed expression to map a string onto a valid variable name.
18214as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
e5a52504 18215
e5a52504 18216
42ecbf5e 18217exec 6>&1
81ecdfbb
RW
18218## ----------------------------------- ##
18219## Main body of $CONFIG_STATUS script. ##
18220## ----------------------------------- ##
18221_ASEOF
18222test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
e5a52504 18223
81ecdfbb
RW
18224cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18225# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 18226# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
18227# values after options handling.
18228ac_log="
f48dfe41 18229This file was extended by ld $as_me 2.32.51, which was
d0ac1c44 18230generated by GNU Autoconf 2.69. Invocation command line was
42ecbf5e
DJ
18231
18232 CONFIG_FILES = $CONFIG_FILES
18233 CONFIG_HEADERS = $CONFIG_HEADERS
18234 CONFIG_LINKS = $CONFIG_LINKS
18235 CONFIG_COMMANDS = $CONFIG_COMMANDS
18236 $ $0 $@
e5a52504 18237
81ecdfbb
RW
18238on `(hostname || uname -n) 2>/dev/null | sed 1q`
18239"
18240
42ecbf5e
DJ
18241_ACEOF
18242
81ecdfbb
RW
18243case $ac_config_files in *"
18244"*) set x $ac_config_files; shift; ac_config_files=$*;;
18245esac
e5a52504 18246
81ecdfbb
RW
18247case $ac_config_headers in *"
18248"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18249esac
42ecbf5e 18250
42ecbf5e 18251
81ecdfbb
RW
18252cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18253# Files that config.status was made for.
18254config_files="$ac_config_files"
18255config_headers="$ac_config_headers"
18256config_commands="$ac_config_commands"
42ecbf5e 18257
81ecdfbb 18258_ACEOF
42ecbf5e 18259
81ecdfbb 18260cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 18261ac_cs_usage="\
81ecdfbb
RW
18262\`$as_me' instantiates files and other configuration actions
18263from templates according to the current configuration. Unless the files
18264and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 18265
81ecdfbb 18266Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
18267
18268 -h, --help print this help, then exit
81ecdfbb 18269 -V, --version print version number and configuration settings, then exit
d0ac1c44 18270 --config print configuration, then exit
81ecdfbb
RW
18271 -q, --quiet, --silent
18272 do not print progress messages
42ecbf5e
DJ
18273 -d, --debug don't remove temporary files
18274 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
18275 --file=FILE[:TEMPLATE]
18276 instantiate the configuration file FILE
18277 --header=FILE[:TEMPLATE]
18278 instantiate the configuration header FILE
42ecbf5e
DJ
18279
18280Configuration files:
18281$config_files
18282
18283Configuration headers:
18284$config_headers
18285
18286Configuration commands:
18287$config_commands
18288
81ecdfbb 18289Report bugs to the package provider."
42ecbf5e 18290
81ecdfbb
RW
18291_ACEOF
18292cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 18293ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42ecbf5e 18294ac_cs_version="\\
f48dfe41 18295ld config.status 2.32.51
d0ac1c44
SM
18296configured by $0, generated by GNU Autoconf 2.69,
18297 with options \\"\$ac_cs_config\\"
42ecbf5e 18298
d0ac1c44 18299Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
18300This config.status script is free software; the Free Software Foundation
18301gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
18302
18303ac_pwd='$ac_pwd'
18304srcdir='$srcdir'
18305INSTALL='$INSTALL'
18306MKDIR_P='$MKDIR_P'
18307AWK='$AWK'
18308test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
18309_ACEOF
18310
81ecdfbb
RW
18311cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18312# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
18313ac_need_defaults=:
18314while test $# != 0
18315do
18316 case $1 in
d0ac1c44 18317 --*=?*)
81ecdfbb
RW
18318 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18319 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e 18320 ac_shift=:
252b5132 18321 ;;
d0ac1c44
SM
18322 --*=)
18323 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18324 ac_optarg=
18325 ac_shift=:
18326 ;;
81ecdfbb 18327 *)
42ecbf5e
DJ
18328 ac_option=$1
18329 ac_optarg=$2
18330 ac_shift=shift
252b5132 18331 ;;
42ecbf5e 18332 esac
252b5132 18333
42ecbf5e
DJ
18334 case $ac_option in
18335 # Handling of the options.
42ecbf5e
DJ
18336 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18337 ac_cs_recheck=: ;;
81ecdfbb
RW
18338 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18339 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
18340 --config | --confi | --conf | --con | --co | --c )
18341 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 18342 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
18343 debug=: ;;
18344 --file | --fil | --fi | --f )
18345 $ac_shift
81ecdfbb
RW
18346 case $ac_optarg in
18347 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 18348 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
18349 esac
18350 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
18351 ac_need_defaults=false;;
18352 --header | --heade | --head | --hea )
18353 $ac_shift
81ecdfbb
RW
18354 case $ac_optarg in
18355 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18356 esac
18357 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 18358 ac_need_defaults=false;;
81ecdfbb
RW
18359 --he | --h)
18360 # Conflict between --help and --header
d0ac1c44 18361 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
18362Try \`$0 --help' for more information.";;
18363 --help | --hel | -h )
18364 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
18365 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18366 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18367 ac_cs_silent=: ;;
252b5132 18368
42ecbf5e 18369 # This is an error.
d0ac1c44 18370 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 18371Try \`$0 --help' for more information." ;;
252b5132 18372
81ecdfbb
RW
18373 *) as_fn_append ac_config_targets " $1"
18374 ac_need_defaults=false ;;
252b5132 18375
42ecbf5e
DJ
18376 esac
18377 shift
18378done
d15b04bd 18379
42ecbf5e 18380ac_configure_extra_args=
e5a52504 18381
42ecbf5e
DJ
18382if $ac_cs_silent; then
18383 exec 6>/dev/null
18384 ac_configure_extra_args="$ac_configure_extra_args --silent"
18385fi
e5a52504 18386
42ecbf5e 18387_ACEOF
81ecdfbb 18388cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 18389if \$ac_cs_recheck; then
d0ac1c44 18390 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
18391 shift
18392 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18393 CONFIG_SHELL='$SHELL'
18394 export CONFIG_SHELL
18395 exec "\$@"
42ecbf5e
DJ
18396fi
18397
18398_ACEOF
81ecdfbb
RW
18399cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18400exec 5>>config.log
18401{
18402 echo
18403 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18404## Running $as_me. ##
18405_ASBOX
18406 $as_echo "$ac_log"
18407} >&5
42ecbf5e 18408
81ecdfbb
RW
18409_ACEOF
18410cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
252b5132 18411#
81ecdfbb 18412# INIT-COMMANDS
252b5132 18413#
42ecbf5e 18414AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
18415
18416
18417# The HP-UX ksh and POSIX shell print the target directory to stdout
18418# if CDPATH is set.
18419(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18420
18421sed_quote_subst='$sed_quote_subst'
18422double_quote_subst='$double_quote_subst'
18423delay_variable_subst='$delay_variable_subst'
3725885a
RW
18424macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
18425macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
18426enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
18427enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
18428pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
18429enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
18430SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
18431ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
18432host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
18433host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
18434host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
18435build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
18436build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
18437build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
18438SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
18439Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
18440GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
18441EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
18442FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
18443LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
18444NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
18445LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
18446max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
18447ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
18448exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
18449lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
18450lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
18451lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
18452reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
18453reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
18454OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
18455deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
18456file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
18457AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
18458AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
18459STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
18460RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
18461old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18462old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18463old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
18464lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
18465CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
18466CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
18467compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
18468GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
18469lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
18470lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
18471lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
18472lt_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"`'
18473objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
18474MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
18475lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
18476lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
18477lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
18478lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
18479lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
18480need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
18481DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
18482NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
18483LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
18484OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
18485OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
18486libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
18487shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
18488extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18489archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
18490enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
18491export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
18492whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
18493compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
18494old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
18495old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18496archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
18497archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18498module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
18499module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18500with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
18501allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
18502no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
18503hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
18504hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
18505hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
18506hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
18507hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
18508hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
18509hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
18510hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
18511inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
18512link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
18513fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
18514always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
18515export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
18516exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
18517include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
18518prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
18519file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
18520variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
18521need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
18522need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
18523version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
18524runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
18525shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
18526shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
18527libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
18528library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
18529soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
18530install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
18531postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18532postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18533finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
18534finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
18535hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
18536sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
18537sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
18538hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
18539enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
18540enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
18541enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
18542old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
18543striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
3cb62297
L
18544compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
18545predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
18546postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
18547predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
18548postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
18549compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
18550LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
18551reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
18552reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18553old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18554compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
18555GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
18556lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
18557lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
18558lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
18559lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
18560lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
18561archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
18562enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
18563export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18564whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18565compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
18566old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18567old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18568archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18569archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18570module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18571module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18572with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
18573allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
18574no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
18575hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18576hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
18577hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
18578hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
18579hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
18580hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
18581hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
18582hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
18583inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
18584link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
18585fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
18586always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
18587export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18588exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
18589include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
18590prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18591file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
18592hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
18593compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
18594predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
18595postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
18596predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
18597postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
18598compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
18599
18600LTCC='$LTCC'
18601LTCFLAGS='$LTCFLAGS'
18602compiler='$compiler_DEFAULT'
18603
3725885a
RW
18604# A function that is used when there is no print builtin or printf.
18605func_fallback_echo ()
18606{
18607 eval 'cat <<_LTECHO_EOF
18608\$1
18609_LTECHO_EOF'
18610}
18611
d7040cdb 18612# Quote evaled strings.
3725885a
RW
18613for var in SHELL \
18614ECHO \
18615SED \
d7040cdb
SE
18616GREP \
18617EGREP \
18618FGREP \
18619LD \
18620NM \
18621LN_S \
18622lt_SP2NL \
18623lt_NL2SP \
18624reload_flag \
b214d478 18625OBJDUMP \
d7040cdb
SE
18626deplibs_check_method \
18627file_magic_cmd \
18628AR \
18629AR_FLAGS \
18630STRIP \
18631RANLIB \
18632CC \
18633CFLAGS \
18634compiler \
18635lt_cv_sys_global_symbol_pipe \
18636lt_cv_sys_global_symbol_to_cdecl \
18637lt_cv_sys_global_symbol_to_c_name_address \
b214d478 18638lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
18639lt_prog_compiler_no_builtin_flag \
18640lt_prog_compiler_wl \
18641lt_prog_compiler_pic \
18642lt_prog_compiler_static \
18643lt_cv_prog_compiler_c_o \
18644need_locks \
b214d478
SE
18645DSYMUTIL \
18646NMEDIT \
18647LIPO \
18648OTOOL \
18649OTOOL64 \
d7040cdb
SE
18650shrext_cmds \
18651export_dynamic_flag_spec \
18652whole_archive_flag_spec \
18653compiler_needs_object \
18654with_gnu_ld \
18655allow_undefined_flag \
18656no_undefined_flag \
18657hardcode_libdir_flag_spec \
18658hardcode_libdir_flag_spec_ld \
18659hardcode_libdir_separator \
18660fix_srcfile_path \
18661exclude_expsyms \
18662include_expsyms \
18663file_list_spec \
18664variables_saved_for_relink \
18665libname_spec \
18666library_names_spec \
18667soname_spec \
3725885a 18668install_override_mode \
d7040cdb
SE
18669finish_eval \
18670old_striplib \
3cb62297
L
18671striplib \
18672compiler_lib_search_dirs \
18673predep_objects \
18674postdep_objects \
18675predeps \
18676postdeps \
18677compiler_lib_search_path \
18678LD_CXX \
18679reload_flag_CXX \
18680compiler_CXX \
18681lt_prog_compiler_no_builtin_flag_CXX \
18682lt_prog_compiler_wl_CXX \
18683lt_prog_compiler_pic_CXX \
18684lt_prog_compiler_static_CXX \
18685lt_cv_prog_compiler_c_o_CXX \
18686export_dynamic_flag_spec_CXX \
18687whole_archive_flag_spec_CXX \
18688compiler_needs_object_CXX \
18689with_gnu_ld_CXX \
18690allow_undefined_flag_CXX \
18691no_undefined_flag_CXX \
18692hardcode_libdir_flag_spec_CXX \
18693hardcode_libdir_flag_spec_ld_CXX \
18694hardcode_libdir_separator_CXX \
18695fix_srcfile_path_CXX \
18696exclude_expsyms_CXX \
18697include_expsyms_CXX \
18698file_list_spec_CXX \
18699compiler_lib_search_dirs_CXX \
18700predep_objects_CXX \
18701postdep_objects_CXX \
18702predeps_CXX \
18703postdeps_CXX \
18704compiler_lib_search_path_CXX; do
3725885a 18705 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 18706 *[\\\\\\\`\\"\\\$]*)
3725885a 18707 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
18708 ;;
18709 *)
18710 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18711 ;;
18712 esac
18713done
18714
18715# Double-quote double-evaled strings.
18716for var in reload_cmds \
18717old_postinstall_cmds \
18718old_postuninstall_cmds \
18719old_archive_cmds \
18720extract_expsyms_cmds \
18721old_archive_from_new_cmds \
18722old_archive_from_expsyms_cmds \
18723archive_cmds \
18724archive_expsym_cmds \
18725module_cmds \
18726module_expsym_cmds \
18727export_symbols_cmds \
18728prelink_cmds \
18729postinstall_cmds \
18730postuninstall_cmds \
18731finish_cmds \
18732sys_lib_search_path_spec \
3cb62297
L
18733sys_lib_dlsearch_path_spec \
18734reload_cmds_CXX \
18735old_archive_cmds_CXX \
18736old_archive_from_new_cmds_CXX \
18737old_archive_from_expsyms_cmds_CXX \
18738archive_cmds_CXX \
18739archive_expsym_cmds_CXX \
18740module_cmds_CXX \
18741module_expsym_cmds_CXX \
18742export_symbols_cmds_CXX \
18743prelink_cmds_CXX; do
3725885a 18744 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 18745 *[\\\\\\\`\\"\\\$]*)
3725885a 18746 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
18747 ;;
18748 *)
18749 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18750 ;;
18751 esac
18752done
18753
d7040cdb
SE
18754ac_aux_dir='$ac_aux_dir'
18755xsi_shell='$xsi_shell'
18756lt_shell_append='$lt_shell_append'
18757
18758# See if we are running on zsh, and set the options which allow our
18759# commands through without removal of \ escapes INIT.
18760if test -n "\${ZSH_VERSION+set}" ; then
18761 setopt NO_GLOB_SUBST
18762fi
18763
18764
18765 PACKAGE='$PACKAGE'
18766 VERSION='$VERSION'
18767 TIMESTAMP='$TIMESTAMP'
18768 RM='$RM'
18769 ofile='$ofile'
18770
18771
18772
3cb62297
L
18773
18774
20e95c23
DJ
18775# Capture the value of obsolete ALL_LINGUAS because we need it to compute
18776 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18777 # from automake.
18778 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18779 # Capture the value of LINGUAS because we need it to compute CATALOGS.
18780 LINGUAS="${LINGUAS-%UNSET%}"
18781
42ecbf5e 18782
33589acb 18783
42ecbf5e
DJ
18784_ACEOF
18785
81ecdfbb 18786cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 18787
81ecdfbb 18788# Handling of arguments.
42ecbf5e 18789for ac_config_target in $ac_config_targets
252b5132 18790do
81ecdfbb
RW
18791 case $ac_config_target in
18792 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
81ecdfbb 18793 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
b879806f 18794 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
81ecdfbb 18795 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
33589acb 18796 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
81ecdfbb
RW
18797 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18798 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
18799
d0ac1c44 18800 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
18801 esac
18802done
18803
81ecdfbb 18804
42ecbf5e
DJ
18805# If the user did not use the arguments to specify the items to instantiate,
18806# then the envvar interface is used. Set only those that are not.
18807# We use the long form for the default assignment because of an extremely
18808# bizarre bug on SunOS 4.1.3.
18809if $ac_need_defaults; then
18810 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18811 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18812 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18813fi
18814
18815# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 18816# simply because there is no reason against having it here, and in addition,
42ecbf5e 18817# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
18818# Hook for its removal unless debugging.
18819# Note that there is a small window in which the directory will not be cleaned:
18820# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
18821$debug ||
18822{
d0ac1c44 18823 tmp= ac_tmp=
81ecdfbb 18824 trap 'exit_status=$?
d0ac1c44
SM
18825 : "${ac_tmp:=$tmp}"
18826 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
18827' 0
18828 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 18829}
42ecbf5e 18830# Create a (secure) tmp directory for tmp files.
e5a52504 18831
42ecbf5e 18832{
81ecdfbb 18833 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 18834 test -d "$tmp"
42ecbf5e
DJ
18835} ||
18836{
81ecdfbb
RW
18837 tmp=./conf$$-$RANDOM
18838 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
18839} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18840ac_tmp=$tmp
81ecdfbb
RW
18841
18842# Set up the scripts for CONFIG_FILES section.
18843# No need to generate them if there are no CONFIG_FILES.
18844# This happens for instance with `./config.status config.h'.
18845if test -n "$CONFIG_FILES"; then
18846
50ff67e6 18847
81ecdfbb
RW
18848ac_cr=`echo X | tr X '\015'`
18849# On cygwin, bash can eat \r inside `` if the user requested igncr.
18850# But we know of no other shell where ac_cr would be empty at this
18851# point, so we can use a bashism as a fallback.
18852if test "x$ac_cr" = x; then
18853 eval ac_cr=\$\'\\r\'
18854fi
18855ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18856if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 18857 ac_cs_awk_cr='\\r'
81ecdfbb
RW
18858else
18859 ac_cs_awk_cr=$ac_cr
18860fi
18861
d0ac1c44 18862echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
18863_ACEOF
18864
e5a52504 18865
81ecdfbb
RW
18866{
18867 echo "cat >conf$$subs.awk <<_ACEOF" &&
18868 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18869 echo "_ACEOF"
18870} >conf$$subs.sh ||
d0ac1c44
SM
18871 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18872ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
18873ac_delim='%!_!# '
18874for ac_last_try in false false false false false :; do
18875 . ./conf$$subs.sh ||
d0ac1c44 18876 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
18877
18878 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18879 if test $ac_delim_n = $ac_delim_num; then
18880 break
18881 elif $ac_last_try; then
d0ac1c44 18882 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
18883 else
18884 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18885 fi
18886done
18887rm -f conf$$subs.sh
18888
18889cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 18890cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
18891_ACEOF
18892sed -n '
18893h
18894s/^/S["/; s/!.*/"]=/
18895p
18896g
18897s/^[^!]*!//
18898:repl
18899t repl
18900s/'"$ac_delim"'$//
18901t delim
18902:nl
18903h
d0ac1c44 18904s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
18905t more1
18906s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18907p
18908n
18909b repl
18910:more1
18911s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18912p
18913g
18914s/.\{148\}//
18915t nl
18916:delim
18917h
d0ac1c44 18918s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
18919t more2
18920s/["\\]/\\&/g; s/^/"/; s/$/"/
18921p
18922b
18923:more2
18924s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18925p
18926g
18927s/.\{148\}//
18928t delim
18929' <conf$$subs.awk | sed '
18930/^[^""]/{
18931 N
18932 s/\n//
18933}
18934' >>$CONFIG_STATUS || ac_write_fail=1
18935rm -f conf$$subs.awk
18936cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18937_ACAWK
d0ac1c44 18938cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
18939 for (key in S) S_is_set[key] = 1
18940 FS = "\a"
50ff67e6 18941
81ecdfbb
RW
18942}
18943{
18944 line = $ 0
18945 nfields = split(line, field, "@")
18946 substed = 0
18947 len = length(field[1])
18948 for (i = 2; i < nfields; i++) {
18949 key = field[i]
18950 keylen = length(key)
18951 if (S_is_set[key]) {
18952 value = S[key]
18953 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18954 len += length(value) + length(field[++i])
18955 substed = 1
18956 } else
18957 len += 1 + keylen
18958 }
50ff67e6 18959
81ecdfbb
RW
18960 print line
18961}
50ff67e6 18962
81ecdfbb
RW
18963_ACAWK
18964_ACEOF
18965cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18966if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18967 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18968else
18969 cat
d0ac1c44
SM
18970fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
18971 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42ecbf5e 18972_ACEOF
d15b04bd 18973
d0ac1c44
SM
18974# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18975# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
18976# trailing colons and then remove the whole line if VPATH becomes empty
18977# (actually we leave an empty line to preserve line numbers).
18978if test "x$srcdir" = x.; then
d0ac1c44
SM
18979 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18980h
18981s///
18982s/^/:/
18983s/[ ]*$/:/
18984s/:\$(srcdir):/:/g
18985s/:\${srcdir}:/:/g
18986s/:@srcdir@:/:/g
18987s/^:*//
81ecdfbb 18988s/:*$//
d0ac1c44
SM
18989x
18990s/\(=[ ]*\).*/\1/
18991G
18992s/\n//
81ecdfbb
RW
18993s/^[^=]*=[ ]*$//
18994}'
18995fi
18996
18997cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18998fi # test -n "$CONFIG_FILES"
42ecbf5e 18999
81ecdfbb
RW
19000# Set up the scripts for CONFIG_HEADERS section.
19001# No need to generate them if there are no CONFIG_HEADERS.
19002# This happens for instance with `./config.status Makefile'.
19003if test -n "$CONFIG_HEADERS"; then
d0ac1c44 19004cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
19005BEGIN {
19006_ACEOF
42ecbf5e 19007
81ecdfbb
RW
19008# Transform confdefs.h into an awk script `defines.awk', embedded as
19009# here-document in config.status, that substitutes the proper values into
19010# config.h.in to produce config.h.
252b5132 19011
81ecdfbb
RW
19012# Create a delimiter string that does not exist in confdefs.h, to ease
19013# handling of long lines.
19014ac_delim='%!_!# '
19015for ac_last_try in false false :; do
d0ac1c44
SM
19016 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19017 if test -z "$ac_tt"; then
81ecdfbb
RW
19018 break
19019 elif $ac_last_try; then
d0ac1c44 19020 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
19021 else
19022 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19023 fi
19024done
19025
19026# For the awk script, D is an array of macro values keyed by name,
19027# likewise P contains macro parameters if any. Preserve backslash
19028# newline sequences.
19029
19030ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19031sed -n '
19032s/.\{148\}/&'"$ac_delim"'/g
19033t rset
19034:rset
19035s/^[ ]*#[ ]*define[ ][ ]*/ /
19036t def
19037d
19038:def
19039s/\\$//
19040t bsnl
19041s/["\\]/\\&/g
19042s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19043D["\1"]=" \3"/p
19044s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19045d
19046:bsnl
19047s/["\\]/\\&/g
19048s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19049D["\1"]=" \3\\\\\\n"\\/p
19050t cont
19051s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19052t cont
19053d
19054:cont
19055n
19056s/.\{148\}/&'"$ac_delim"'/g
19057t clear
19058:clear
19059s/\\$//
19060t bsnlc
19061s/["\\]/\\&/g; s/^/"/; s/$/"/p
19062d
19063:bsnlc
19064s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19065b cont
19066' <confdefs.h | sed '
19067s/'"$ac_delim"'/"\\\
19068"/g' >>$CONFIG_STATUS || ac_write_fail=1
19069
19070cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19071 for (key in D) D_is_set[key] = 1
19072 FS = "\a"
19073}
19074/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19075 line = \$ 0
19076 split(line, arg, " ")
19077 if (arg[1] == "#") {
19078 defundef = arg[2]
19079 mac1 = arg[3]
19080 } else {
19081 defundef = substr(arg[1], 2)
19082 mac1 = arg[2]
19083 }
19084 split(mac1, mac2, "(") #)
19085 macro = mac2[1]
19086 prefix = substr(line, 1, index(line, defundef) - 1)
19087 if (D_is_set[macro]) {
19088 # Preserve the white space surrounding the "#".
19089 print prefix "define", macro P[macro] D[macro]
19090 next
19091 } else {
19092 # Replace #undef with comments. This is necessary, for example,
19093 # in the case of _POSIX_SOURCE, which is predefined and required
19094 # on some systems where configure will not decide to define it.
19095 if (defundef == "undef") {
19096 print "/*", prefix defundef, macro, "*/"
19097 next
19098 }
19099 }
19100}
19101{ print }
19102_ACAWK
42ecbf5e 19103_ACEOF
81ecdfbb 19104cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 19105 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 19106fi # test -n "$CONFIG_HEADERS"
42ecbf5e 19107
81ecdfbb
RW
19108
19109eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19110shift
19111for ac_tag
19112do
19113 case $ac_tag in
19114 :[FHLC]) ac_mode=$ac_tag; continue;;
19115 esac
19116 case $ac_mode$ac_tag in
19117 :[FHL]*:*);;
d0ac1c44 19118 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
19119 :[FH]-) ac_tag=-:-;;
19120 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19121 esac
19122 ac_save_IFS=$IFS
19123 IFS=:
19124 set x $ac_tag
19125 IFS=$ac_save_IFS
19126 shift
19127 ac_file=$1
19128 shift
19129
19130 case $ac_mode in
19131 :L) ac_source=$1;;
19132 :[FH])
19133 ac_file_inputs=
19134 for ac_f
19135 do
19136 case $ac_f in
d0ac1c44 19137 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
19138 *) # Look for the file first in the build tree, then in the source tree
19139 # (if the path is not absolute). The absolute path cannot be DOS-style,
19140 # because $ac_f cannot contain `:'.
19141 test -f "$ac_f" ||
19142 case $ac_f in
19143 [\\/$]*) false;;
19144 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19145 esac ||
d0ac1c44 19146 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
19147 esac
19148 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19149 as_fn_append ac_file_inputs " '$ac_f'"
19150 done
19151
19152 # Let's still pretend it is `configure' which instantiates (i.e., don't
19153 # use $as_me), people would be surprised to read:
19154 # /* config.h. Generated by config.status. */
19155 configure_input='Generated from '`
19156 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19157 `' by configure.'
19158 if test x"$ac_file" != x-; then
19159 configure_input="$ac_file. $configure_input"
19160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19161$as_echo "$as_me: creating $ac_file" >&6;}
252b5132 19162 fi
81ecdfbb
RW
19163 # Neutralize special characters interpreted by sed in replacement strings.
19164 case $configure_input in #(
19165 *\&* | *\|* | *\\* )
19166 ac_sed_conf_input=`$as_echo "$configure_input" |
19167 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19168 *) ac_sed_conf_input=$configure_input;;
19169 esac
252b5132 19170
81ecdfbb 19171 case $ac_tag in
d0ac1c44
SM
19172 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19173 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
19174 esac
19175 ;;
252b5132
RH
19176 esac
19177
81ecdfbb 19178 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
19179$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19180 X"$ac_file" : 'X\(//\)[^/]' \| \
19181 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
19182 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19183$as_echo X"$ac_file" |
19184 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19185 s//\1/
19186 q
19187 }
19188 /^X\(\/\/\)[^/].*/{
19189 s//\1/
19190 q
19191 }
19192 /^X\(\/\/\)$/{
19193 s//\1/
19194 q
19195 }
19196 /^X\(\/\).*/{
19197 s//\1/
19198 q
19199 }
19200 s/.*/./; q'`
19201 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e
DJ
19202 ac_builddir=.
19203
81ecdfbb
RW
19204case "$ac_dir" in
19205.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19206*)
19207 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19208 # A ".." for each directory in $ac_dir_suffix.
19209 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19210 case $ac_top_builddir_sub in
19211 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19212 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19213 esac ;;
19214esac
19215ac_abs_top_builddir=$ac_pwd
19216ac_abs_builddir=$ac_pwd$ac_dir_suffix
19217# for backward compatibility:
19218ac_top_builddir=$ac_top_build_prefix
252b5132 19219
42ecbf5e 19220case $srcdir in
81ecdfbb 19221 .) # We are building in place.
42ecbf5e 19222 ac_srcdir=.
81ecdfbb
RW
19223 ac_top_srcdir=$ac_top_builddir_sub
19224 ac_abs_top_srcdir=$ac_pwd ;;
19225 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 19226 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
19227 ac_top_srcdir=$srcdir
19228 ac_abs_top_srcdir=$srcdir ;;
19229 *) # Relative name.
19230 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19231 ac_top_srcdir=$ac_top_build_prefix$srcdir
19232 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 19233esac
81ecdfbb 19234ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42ecbf5e 19235
252b5132 19236
81ecdfbb
RW
19237 case $ac_mode in
19238 :F)
19239 #
19240 # CONFIG_FILE
19241 #
e5a52504 19242
42ecbf5e
DJ
19243 case $INSTALL in
19244 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
19245 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19246 esac
19247 ac_MKDIR_P=$MKDIR_P
19248 case $MKDIR_P in
19249 [\\/$]* | ?:[\\/]* ) ;;
19250 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 19251 esac
81ecdfbb 19252_ACEOF
e5a52504 19253
81ecdfbb
RW
19254cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19255# If the template does not know about datarootdir, expand it.
19256# FIXME: This hack should be removed a few years after 2.60.
19257ac_datarootdir_hack=; ac_datarootdir_seen=
19258ac_sed_dataroot='
19259/datarootdir/ {
19260 p
19261 q
19262}
19263/@datadir@/p
19264/@docdir@/p
19265/@infodir@/p
19266/@localedir@/p
19267/@mandir@/p'
19268case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19269*datarootdir*) ac_datarootdir_seen=yes;;
19270*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19272$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19273_ACEOF
19274cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19275 ac_datarootdir_hack='
19276 s&@datadir@&$datadir&g
19277 s&@docdir@&$docdir&g
19278 s&@infodir@&$infodir&g
19279 s&@localedir@&$localedir&g
19280 s&@mandir@&$mandir&g
19281 s&\\\${datarootdir}&$datarootdir&g' ;;
19282esac
42ecbf5e 19283_ACEOF
81ecdfbb
RW
19284
19285# Neutralize VPATH when `$srcdir' = `.'.
19286# Shell code in configure.ac might set extrasub.
19287# FIXME: do we really want to maintain this feature?
19288cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19289ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
19290$extrasub
19291_ACEOF
81ecdfbb 19292cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
19293:t
19294/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
19295s|@configure_input@|$ac_sed_conf_input|;t t
19296s&@top_builddir@&$ac_top_builddir_sub&;t t
19297s&@top_build_prefix@&$ac_top_build_prefix&;t t
19298s&@srcdir@&$ac_srcdir&;t t
19299s&@abs_srcdir@&$ac_abs_srcdir&;t t
19300s&@top_srcdir@&$ac_top_srcdir&;t t
19301s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19302s&@builddir@&$ac_builddir&;t t
19303s&@abs_builddir@&$ac_abs_builddir&;t t
19304s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19305s&@INSTALL@&$ac_INSTALL&;t t
19306s&@MKDIR_P@&$ac_MKDIR_P&;t t
19307$ac_datarootdir_hack
19308"
50ff67e6 19309eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
d0ac1c44 19310 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
19311
19312test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
19313 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19314 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19315 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 19316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 19317which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 19318$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 19319which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 19320
d0ac1c44 19321 rm -f "$ac_tmp/stdin"
42ecbf5e 19322 case $ac_file in
d0ac1c44
SM
19323 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19324 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 19325 esac \
d0ac1c44 19326 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
19327 ;;
19328 :H)
19329 #
19330 # CONFIG_HEADER
19331 #
42ecbf5e 19332 if test x"$ac_file" != x-; then
81ecdfbb
RW
19333 {
19334 $as_echo "/* $configure_input */" \
d0ac1c44
SM
19335 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19336 } >"$ac_tmp/config.h" \
19337 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19338 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
19339 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19340$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 19341 else
81ecdfbb 19342 rm -f "$ac_file"
d0ac1c44
SM
19343 mv "$ac_tmp/config.h" "$ac_file" \
19344 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 19345 fi
42ecbf5e 19346 else
81ecdfbb 19347 $as_echo "/* $configure_input */" \
d0ac1c44
SM
19348 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19349 || as_fn_error $? "could not create -" "$LINENO" 5
e5a52504 19350 fi
81ecdfbb
RW
19351# Compute "$ac_file"'s index in $config_headers.
19352_am_arg="$ac_file"
42ecbf5e
DJ
19353_am_stamp_count=1
19354for _am_header in $config_headers :; do
19355 case $_am_header in
81ecdfbb 19356 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
19357 break ;;
19358 * )
19359 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
19360 esac
19361done
81ecdfbb
RW
19362echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
19363$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19364 X"$_am_arg" : 'X\(//\)[^/]' \| \
19365 X"$_am_arg" : 'X\(//\)$' \| \
19366 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
19367$as_echo X"$_am_arg" |
19368 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19369 s//\1/
19370 q
19371 }
19372 /^X\(\/\/\)[^/].*/{
19373 s//\1/
19374 q
19375 }
19376 /^X\(\/\/\)$/{
19377 s//\1/
19378 q
19379 }
19380 /^X\(\/\).*/{
19381 s//\1/
19382 q
19383 }
19384 s/.*/./; q'`/stamp-h$_am_stamp_count
19385 ;;
42ecbf5e 19386
81ecdfbb
RW
19387 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19388$as_echo "$as_me: executing $ac_file commands" >&6;}
19389 ;;
19390 esac
42ecbf5e
DJ
19391
19392
81ecdfbb
RW
19393 case $ac_file$ac_mode in
19394 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 19395 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
19396 # are listed without --file. Let's play safe and only enable the eval
19397 # if we detect the quoting.
19398 case $CONFIG_FILES in
19399 *\'*) eval set x "$CONFIG_FILES" ;;
19400 *) set x $CONFIG_FILES ;;
19401 esac
19402 shift
19403 for mf
19404 do
19405 # Strip MF so we end up with the name of the file.
19406 mf=`echo "$mf" | sed -e 's/:.*$//'`
19407 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 19408 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
19409 # some people rename them; so instead we look at the file content.
19410 # Grep'ing the first line is not enough: some people post-process
19411 # each Makefile.in and add a new line on top of each file to say so.
19412 # Grep'ing the whole file is not good either: AIX grep has a line
19413 # limit of 2048, but all sed's we know have understand at least 4000.
19414 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
19415 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
19416$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19417 X"$mf" : 'X\(//\)[^/]' \| \
19418 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
19419 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
19420$as_echo X"$mf" |
19421 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19422 s//\1/
19423 q
19424 }
19425 /^X\(\/\/\)[^/].*/{
19426 s//\1/
19427 q
19428 }
19429 /^X\(\/\/\)$/{
19430 s//\1/
19431 q
19432 }
19433 /^X\(\/\).*/{
19434 s//\1/
19435 q
19436 }
19437 s/.*/./; q'`
19438 else
19439 continue
19440 fi
19441 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 19442 # from the Makefile without running 'make'.
81ecdfbb
RW
19443 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
19444 test -z "$DEPDIR" && continue
19445 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 19446 test -z "$am__include" && continue
81ecdfbb 19447 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
19448 # Find all dependency output files, they are included files with
19449 # $(DEPDIR) in their names. We invoke sed twice because it is the
19450 # simplest approach to changing $(DEPDIR) to its actual value in the
19451 # expansion.
19452 for file in `sed -n "
19453 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 19454 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
19455 # Make sure the directory exists.
19456 test -f "$dirpart/$file" && continue
19457 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
19458$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19459 X"$file" : 'X\(//\)[^/]' \| \
19460 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
19461 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
19462$as_echo X"$file" |
19463 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19464 s//\1/
19465 q
19466 }
19467 /^X\(\/\/\)[^/].*/{
19468 s//\1/
19469 q
19470 }
19471 /^X\(\/\/\)$/{
19472 s//\1/
19473 q
19474 }
19475 /^X\(\/\).*/{
19476 s//\1/
19477 q
19478 }
19479 s/.*/./; q'`
19480 as_dir=$dirpart/$fdir; as_fn_mkdir_p
19481 # echo "creating $dirpart/$file"
19482 echo '# dummy' > "$dirpart/$file"
42ecbf5e 19483 done
42ecbf5e 19484 done
81ecdfbb 19485}
d7040cdb 19486 ;;
81ecdfbb 19487 "libtool":C)
d7040cdb
SE
19488
19489 # See if we are running on zsh, and set the options which allow our
19490 # commands through without removal of \ escapes.
19491 if test -n "${ZSH_VERSION+set}" ; then
19492 setopt NO_GLOB_SUBST
19493 fi
19494
19495 cfgfile="${ofile}T"
19496 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
19497 $RM "$cfgfile"
19498
19499 cat <<_LT_EOF >> "$cfgfile"
19500#! $SHELL
19501
19502# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
b214d478 19503# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
19504# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19505# NOTE: Changes made to this file will be lost: look at ltmain.sh.
19506#
b214d478 19507# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 19508# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
b214d478 19509# Written by Gordon Matzigkeit, 1996
d7040cdb 19510#
b214d478 19511# This file is part of GNU Libtool.
d7040cdb 19512#
b214d478
SE
19513# GNU Libtool is free software; you can redistribute it and/or
19514# modify it under the terms of the GNU General Public License as
19515# published by the Free Software Foundation; either version 2 of
19516# the License, or (at your option) any later version.
d7040cdb 19517#
b214d478
SE
19518# As a special exception to the GNU General Public License,
19519# if you distribute this file as part of a program or library that
19520# is built using GNU Libtool, you may include this file under the
19521# same distribution terms that you use for the rest of that program.
d7040cdb 19522#
b214d478
SE
19523# GNU Libtool is distributed in the hope that it will be useful,
19524# but WITHOUT ANY WARRANTY; without even the implied warranty of
19525# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19526# GNU General Public License for more details.
d7040cdb 19527#
b214d478
SE
19528# You should have received a copy of the GNU General Public License
19529# along with GNU Libtool; see the file COPYING. If not, a copy
19530# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
19531# obtained by writing to the Free Software Foundation, Inc.,
19532# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
19533
19534
19535# The names of the tagged configurations supported by this script.
3cb62297 19536available_tags="CXX "
d7040cdb
SE
19537
19538# ### BEGIN LIBTOOL CONFIG
19539
19540# Which release of libtool.m4 was used?
19541macro_version=$macro_version
19542macro_revision=$macro_revision
19543
19544# Whether or not to build shared libraries.
19545build_libtool_libs=$enable_shared
19546
19547# Whether or not to build static libraries.
19548build_old_libs=$enable_static
19549
19550# What type of objects to build.
19551pic_mode=$pic_mode
19552
19553# Whether or not to optimize for fast installation.
19554fast_install=$enable_fast_install
19555
3725885a
RW
19556# Shell to use when invoking shell scripts.
19557SHELL=$lt_SHELL
19558
19559# An echo program that protects backslashes.
19560ECHO=$lt_ECHO
19561
d7040cdb
SE
19562# The host system.
19563host_alias=$host_alias
19564host=$host
19565host_os=$host_os
19566
19567# The build system.
19568build_alias=$build_alias
19569build=$build
19570build_os=$build_os
19571
19572# A sed program that does not truncate output.
19573SED=$lt_SED
19574
19575# Sed that helps us avoid accidentally triggering echo(1) options like -n.
19576Xsed="\$SED -e 1s/^X//"
19577
19578# A grep program that handles long lines.
19579GREP=$lt_GREP
19580
19581# An ERE matcher.
19582EGREP=$lt_EGREP
19583
19584# A literal string matcher.
19585FGREP=$lt_FGREP
19586
19587# A BSD- or MS-compatible name lister.
19588NM=$lt_NM
19589
19590# Whether we need soft or hard links.
19591LN_S=$lt_LN_S
19592
19593# What is the maximum length of a command?
19594max_cmd_len=$max_cmd_len
19595
19596# Object file suffix (normally "o").
19597objext=$ac_objext
19598
19599# Executable file suffix (normally "").
19600exeext=$exeext
19601
19602# whether the shell understands "unset".
19603lt_unset=$lt_unset
19604
19605# turn spaces into newlines.
19606SP2NL=$lt_lt_SP2NL
19607
19608# turn newlines into spaces.
19609NL2SP=$lt_lt_NL2SP
19610
b214d478
SE
19611# An object symbol dumper.
19612OBJDUMP=$lt_OBJDUMP
19613
d7040cdb
SE
19614# Method to check whether dependent libraries are shared objects.
19615deplibs_check_method=$lt_deplibs_check_method
19616
19617# Command to use when deplibs_check_method == "file_magic".
19618file_magic_cmd=$lt_file_magic_cmd
19619
19620# The archiver.
19621AR=$lt_AR
19622AR_FLAGS=$lt_AR_FLAGS
19623
19624# A symbol stripping program.
19625STRIP=$lt_STRIP
19626
19627# Commands used to install an old-style archive.
19628RANLIB=$lt_RANLIB
19629old_postinstall_cmds=$lt_old_postinstall_cmds
19630old_postuninstall_cmds=$lt_old_postuninstall_cmds
19631
3725885a
RW
19632# Whether to use a lock for old archive extraction.
19633lock_old_archive_extraction=$lock_old_archive_extraction
19634
d7040cdb
SE
19635# A C compiler.
19636LTCC=$lt_CC
19637
19638# LTCC compiler flags.
19639LTCFLAGS=$lt_CFLAGS
19640
19641# Take the output of nm and produce a listing of raw symbols and C names.
19642global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19643
19644# Transform the output of nm in a proper C declaration.
19645global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19646
19647# Transform the output of nm in a C name address pair.
19648global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19649
b214d478
SE
19650# Transform the output of nm in a C name address pair when lib prefix is needed.
19651global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
19652
d7040cdb
SE
19653# The name of the directory that contains temporary libtool files.
19654objdir=$objdir
19655
d7040cdb
SE
19656# Used to examine libraries when file_magic_cmd begins with "file".
19657MAGIC_CMD=$MAGIC_CMD
19658
19659# Must we lock files when doing compilation?
19660need_locks=$lt_need_locks
19661
b214d478
SE
19662# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
19663DSYMUTIL=$lt_DSYMUTIL
19664
19665# Tool to change global to local symbols on Mac OS X.
19666NMEDIT=$lt_NMEDIT
19667
19668# Tool to manipulate fat objects and archives on Mac OS X.
19669LIPO=$lt_LIPO
19670
19671# ldd/readelf like tool for Mach-O binaries on Mac OS X.
19672OTOOL=$lt_OTOOL
19673
19674# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19675OTOOL64=$lt_OTOOL64
19676
d7040cdb
SE
19677# Old archive suffix (normally "a").
19678libext=$libext
19679
19680# Shared library suffix (normally ".so").
19681shrext_cmds=$lt_shrext_cmds
19682
19683# The commands to extract the exported symbol list from a shared archive.
19684extract_expsyms_cmds=$lt_extract_expsyms_cmds
19685
19686# Variables whose values should be saved in libtool wrapper scripts and
19687# restored at link time.
19688variables_saved_for_relink=$lt_variables_saved_for_relink
19689
19690# Do we need the "lib" prefix for modules?
19691need_lib_prefix=$need_lib_prefix
19692
19693# Do we need a version for libraries?
19694need_version=$need_version
19695
19696# Library versioning type.
19697version_type=$version_type
19698
19699# Shared library runtime path variable.
19700runpath_var=$runpath_var
19701
19702# Shared library path variable.
19703shlibpath_var=$shlibpath_var
19704
19705# Is shlibpath searched before the hard-coded library search path?
19706shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19707
19708# Format of library name prefix.
19709libname_spec=$lt_libname_spec
19710
19711# List of archive names. First name is the real one, the rest are links.
19712# The last name is the one that the linker finds with -lNAME
19713library_names_spec=$lt_library_names_spec
19714
19715# The coded name of the library, if different from the real name.
19716soname_spec=$lt_soname_spec
19717
3725885a
RW
19718# Permission mode override for installation of shared libraries.
19719install_override_mode=$lt_install_override_mode
19720
d7040cdb
SE
19721# Command to use after installation of a shared archive.
19722postinstall_cmds=$lt_postinstall_cmds
19723
19724# Command to use after uninstallation of a shared archive.
19725postuninstall_cmds=$lt_postuninstall_cmds
19726
19727# Commands used to finish a libtool library installation in a directory.
19728finish_cmds=$lt_finish_cmds
19729
19730# As "finish_cmds", except a single script fragment to be evaled but
19731# not shown.
19732finish_eval=$lt_finish_eval
19733
19734# Whether we should hardcode library paths into libraries.
19735hardcode_into_libs=$hardcode_into_libs
19736
19737# Compile-time system search path for libraries.
19738sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19739
19740# Run-time system search path for libraries.
19741sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19742
19743# Whether dlopen is supported.
19744dlopen_support=$enable_dlopen
19745
19746# Whether dlopen of programs is supported.
19747dlopen_self=$enable_dlopen_self
19748
19749# Whether dlopen of statically linked programs is supported.
19750dlopen_self_static=$enable_dlopen_self_static
19751
19752# Commands to strip libraries.
19753old_striplib=$lt_old_striplib
19754striplib=$lt_striplib
19755
19756
19757# The linker used to build libraries.
19758LD=$lt_LD
19759
3725885a
RW
19760# How to create reloadable object files.
19761reload_flag=$lt_reload_flag
19762reload_cmds=$lt_reload_cmds
19763
d7040cdb
SE
19764# Commands used to build an old-style archive.
19765old_archive_cmds=$lt_old_archive_cmds
19766
19767# A language specific compiler.
19768CC=$lt_compiler
19769
19770# Is the compiler the GNU compiler?
19771with_gcc=$GCC
19772
19773# Compiler flag to turn off builtin functions.
19774no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19775
19776# How to pass a linker flag through the compiler.
19777wl=$lt_lt_prog_compiler_wl
19778
19779# Additional compiler flags for building library objects.
19780pic_flag=$lt_lt_prog_compiler_pic
19781
19782# Compiler flag to prevent dynamic linking.
19783link_static_flag=$lt_lt_prog_compiler_static
19784
19785# Does compiler simultaneously support -c and -o options?
19786compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19787
19788# Whether or not to add -lc for building shared libraries.
19789build_libtool_need_lc=$archive_cmds_need_lc
19790
19791# Whether or not to disallow shared libs when runtime libs are static.
19792allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19793
19794# Compiler flag to allow reflexive dlopens.
19795export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19796
19797# Compiler flag to generate shared objects directly from archives.
19798whole_archive_flag_spec=$lt_whole_archive_flag_spec
19799
19800# Whether the compiler copes with passing no objects directly.
19801compiler_needs_object=$lt_compiler_needs_object
19802
19803# Create an old-style archive from a shared archive.
19804old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19805
19806# Create a temporary old-style archive to link instead of a shared archive.
19807old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19808
19809# Commands used to build a shared archive.
19810archive_cmds=$lt_archive_cmds
19811archive_expsym_cmds=$lt_archive_expsym_cmds
19812
19813# Commands used to build a loadable module if different from building
19814# a shared archive.
19815module_cmds=$lt_module_cmds
19816module_expsym_cmds=$lt_module_expsym_cmds
19817
19818# Whether we are building with GNU ld or not.
19819with_gnu_ld=$lt_with_gnu_ld
19820
19821# Flag that allows shared libraries with undefined symbols to be built.
19822allow_undefined_flag=$lt_allow_undefined_flag
19823
19824# Flag that enforces no undefined symbols.
19825no_undefined_flag=$lt_no_undefined_flag
19826
19827# Flag to hardcode \$libdir into a binary during linking.
19828# This must work even if \$libdir does not exist
19829hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19830
19831# If ld is used when linking, flag to hardcode \$libdir into a binary
19832# during linking. This must work even if \$libdir does not exist.
19833hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19834
19835# Whether we need a single "-rpath" flag with a separated argument.
19836hardcode_libdir_separator=$lt_hardcode_libdir_separator
19837
19838# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19839# DIR into the resulting binary.
19840hardcode_direct=$hardcode_direct
19841
19842# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19843# DIR into the resulting binary and the resulting library dependency is
19844# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19845# library is relocated.
19846hardcode_direct_absolute=$hardcode_direct_absolute
19847
19848# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19849# into the resulting binary.
19850hardcode_minus_L=$hardcode_minus_L
19851
19852# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19853# into the resulting binary.
19854hardcode_shlibpath_var=$hardcode_shlibpath_var
19855
19856# Set to "yes" if building a shared library automatically hardcodes DIR
19857# into the library and all subsequent libraries and executables linked
19858# against it.
19859hardcode_automatic=$hardcode_automatic
19860
19861# Set to yes if linker adds runtime paths of dependent libraries
19862# to runtime path list.
19863inherit_rpath=$inherit_rpath
19864
19865# Whether libtool must link a program against all its dependency libraries.
19866link_all_deplibs=$link_all_deplibs
19867
19868# Fix the shell variable \$srcfile for the compiler.
19869fix_srcfile_path=$lt_fix_srcfile_path
19870
19871# Set to "yes" if exported symbols are required.
19872always_export_symbols=$always_export_symbols
19873
19874# The commands to list exported symbols.
19875export_symbols_cmds=$lt_export_symbols_cmds
19876
19877# Symbols that should not be listed in the preloaded symbols.
19878exclude_expsyms=$lt_exclude_expsyms
19879
19880# Symbols that must always be exported.
19881include_expsyms=$lt_include_expsyms
19882
19883# Commands necessary for linking programs (against libraries) with templates.
19884prelink_cmds=$lt_prelink_cmds
19885
19886# Specify filename containing input files.
19887file_list_spec=$lt_file_list_spec
19888
19889# How to hardcode a shared library path into an executable.
19890hardcode_action=$hardcode_action
19891
3cb62297
L
19892# The directories searched by this compiler when creating a shared library.
19893compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19894
19895# Dependencies to place before and after the objects being linked to
19896# create a shared library.
19897predep_objects=$lt_predep_objects
19898postdep_objects=$lt_postdep_objects
19899predeps=$lt_predeps
19900postdeps=$lt_postdeps
19901
19902# The library search path used internally by the compiler when linking
19903# a shared library.
19904compiler_lib_search_path=$lt_compiler_lib_search_path
19905
d7040cdb
SE
19906# ### END LIBTOOL CONFIG
19907
19908_LT_EOF
19909
19910 case $host_os in
19911 aix3*)
19912 cat <<\_LT_EOF >> "$cfgfile"
19913# AIX sometimes has problems with the GCC collect2 program. For some
19914# reason, if we set the COLLECT_NAMES environment variable, the problems
19915# vanish in a puff of smoke.
19916if test "X${COLLECT_NAMES+set}" != Xset; then
19917 COLLECT_NAMES=
19918 export COLLECT_NAMES
19919fi
19920_LT_EOF
19921 ;;
19922 esac
19923
19924
19925ltmain="$ac_aux_dir/ltmain.sh"
19926
19927
19928 # We use sed instead of cat because bash on DJGPP gets confused if
19929 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19930 # text mode, it properly converts lines to CR/LF. This bash problem
19931 # is reportedly fixed, but why not run on old versions too?
19932 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19933 || (rm -f "$cfgfile"; exit 1)
19934
19935 case $xsi_shell in
19936 yes)
19937 cat << \_LT_EOF >> "$cfgfile"
b214d478 19938
d7040cdb
SE
19939# func_dirname file append nondir_replacement
19940# Compute the dirname of FILE. If nonempty, add APPEND to the result,
19941# otherwise set result to NONDIR_REPLACEMENT.
19942func_dirname ()
19943{
19944 case ${1} in
19945 */*) func_dirname_result="${1%/*}${2}" ;;
19946 * ) func_dirname_result="${3}" ;;
19947 esac
19948}
19949
19950# func_basename file
19951func_basename ()
19952{
19953 func_basename_result="${1##*/}"
19954}
19955
b214d478
SE
19956# func_dirname_and_basename file append nondir_replacement
19957# perform func_basename and func_dirname in a single function
19958# call:
19959# dirname: Compute the dirname of FILE. If nonempty,
19960# add APPEND to the result, otherwise set result
19961# to NONDIR_REPLACEMENT.
19962# value returned in "$func_dirname_result"
19963# basename: Compute filename of FILE.
19964# value retuned in "$func_basename_result"
19965# Implementation must be kept synchronized with func_dirname
19966# and func_basename. For efficiency, we do not delegate to
19967# those functions but instead duplicate the functionality here.
19968func_dirname_and_basename ()
19969{
19970 case ${1} in
19971 */*) func_dirname_result="${1%/*}${2}" ;;
19972 * ) func_dirname_result="${3}" ;;
19973 esac
19974 func_basename_result="${1##*/}"
19975}
19976
d7040cdb
SE
19977# func_stripname prefix suffix name
19978# strip PREFIX and SUFFIX off of NAME.
19979# PREFIX and SUFFIX must not contain globbing or regex special
19980# characters, hashes, percent signs, but SUFFIX may contain a leading
19981# dot (in which case that matches only a dot).
19982func_stripname ()
19983{
19984 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19985 # positional parameters, so assign one to ordinary parameter first.
19986 func_stripname_result=${3}
19987 func_stripname_result=${func_stripname_result#"${1}"}
19988 func_stripname_result=${func_stripname_result%"${2}"}
19989}
19990
19991# func_opt_split
19992func_opt_split ()
19993{
19994 func_opt_split_opt=${1%%=*}
19995 func_opt_split_arg=${1#*=}
19996}
19997
19998# func_lo2o object
19999func_lo2o ()
20000{
20001 case ${1} in
20002 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
20003 *) func_lo2o_result=${1} ;;
20004 esac
20005}
b214d478
SE
20006
20007# func_xform libobj-or-source
20008func_xform ()
20009{
20010 func_xform_result=${1%.*}.lo
20011}
20012
20013# func_arith arithmetic-term...
20014func_arith ()
20015{
20016 func_arith_result=$(( $* ))
20017}
20018
20019# func_len string
20020# STRING may not start with a hyphen.
20021func_len ()
20022{
20023 func_len_result=${#1}
20024}
20025
d7040cdb
SE
20026_LT_EOF
20027 ;;
20028 *) # Bourne compatible functions.
20029 cat << \_LT_EOF >> "$cfgfile"
b214d478 20030
d7040cdb
SE
20031# func_dirname file append nondir_replacement
20032# Compute the dirname of FILE. If nonempty, add APPEND to the result,
20033# otherwise set result to NONDIR_REPLACEMENT.
20034func_dirname ()
20035{
20036 # Extract subdirectory from the argument.
3725885a 20037 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
20038 if test "X$func_dirname_result" = "X${1}"; then
20039 func_dirname_result="${3}"
20040 else
20041 func_dirname_result="$func_dirname_result${2}"
20042 fi
20043}
20044
20045# func_basename file
20046func_basename ()
20047{
3725885a 20048 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
20049}
20050
b214d478 20051
d7040cdb
SE
20052# func_stripname prefix suffix name
20053# strip PREFIX and SUFFIX off of NAME.
20054# PREFIX and SUFFIX must not contain globbing or regex special
20055# characters, hashes, percent signs, but SUFFIX may contain a leading
20056# dot (in which case that matches only a dot).
20057# func_strip_suffix prefix name
20058func_stripname ()
20059{
20060 case ${2} in
3725885a
RW
20061 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
20062 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
20063 esac
20064}
20065
20066# sed scripts:
20067my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
20068my_sed_long_arg='1s/^-[^=]*=//'
20069
20070# func_opt_split
20071func_opt_split ()
20072{
3725885a
RW
20073 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
20074 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
20075}
20076
20077# func_lo2o object
20078func_lo2o ()
20079{
3725885a 20080 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 20081}
b214d478
SE
20082
20083# func_xform libobj-or-source
20084func_xform ()
20085{
3725885a 20086 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
b214d478
SE
20087}
20088
20089# func_arith arithmetic-term...
20090func_arith ()
20091{
20092 func_arith_result=`expr "$@"`
20093}
20094
20095# func_len string
20096# STRING may not start with a hyphen.
20097func_len ()
20098{
20099 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
20100}
20101
d7040cdb
SE
20102_LT_EOF
20103esac
20104
20105case $lt_shell_append in
20106 yes)
20107 cat << \_LT_EOF >> "$cfgfile"
20108
20109# func_append var value
20110# Append VALUE to the end of shell variable VAR.
20111func_append ()
20112{
20113 eval "$1+=\$2"
20114}
20115_LT_EOF
20116 ;;
20117 *)
20118 cat << \_LT_EOF >> "$cfgfile"
20119
20120# func_append var value
20121# Append VALUE to the end of shell variable VAR.
20122func_append ()
20123{
20124 eval "$1=\$$1\$2"
20125}
b214d478 20126
d7040cdb
SE
20127_LT_EOF
20128 ;;
20129 esac
20130
20131
20132 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
20133 || (rm -f "$cfgfile"; exit 1)
20134
20135 mv -f "$cfgfile" "$ofile" ||
20136 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20137 chmod +x "$ofile"
20138
3cb62297
L
20139
20140 cat <<_LT_EOF >> "$ofile"
20141
20142# ### BEGIN LIBTOOL TAG CONFIG: CXX
20143
20144# The linker used to build libraries.
20145LD=$lt_LD_CXX
20146
20147# How to create reloadable object files.
20148reload_flag=$lt_reload_flag_CXX
20149reload_cmds=$lt_reload_cmds_CXX
20150
20151# Commands used to build an old-style archive.
20152old_archive_cmds=$lt_old_archive_cmds_CXX
20153
20154# A language specific compiler.
20155CC=$lt_compiler_CXX
20156
20157# Is the compiler the GNU compiler?
20158with_gcc=$GCC_CXX
20159
20160# Compiler flag to turn off builtin functions.
20161no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
20162
20163# How to pass a linker flag through the compiler.
20164wl=$lt_lt_prog_compiler_wl_CXX
20165
20166# Additional compiler flags for building library objects.
20167pic_flag=$lt_lt_prog_compiler_pic_CXX
20168
20169# Compiler flag to prevent dynamic linking.
20170link_static_flag=$lt_lt_prog_compiler_static_CXX
20171
20172# Does compiler simultaneously support -c and -o options?
20173compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
20174
20175# Whether or not to add -lc for building shared libraries.
20176build_libtool_need_lc=$archive_cmds_need_lc_CXX
20177
20178# Whether or not to disallow shared libs when runtime libs are static.
20179allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
20180
20181# Compiler flag to allow reflexive dlopens.
20182export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
20183
20184# Compiler flag to generate shared objects directly from archives.
20185whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
20186
20187# Whether the compiler copes with passing no objects directly.
20188compiler_needs_object=$lt_compiler_needs_object_CXX
20189
20190# Create an old-style archive from a shared archive.
20191old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
20192
20193# Create a temporary old-style archive to link instead of a shared archive.
20194old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
20195
20196# Commands used to build a shared archive.
20197archive_cmds=$lt_archive_cmds_CXX
20198archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
20199
20200# Commands used to build a loadable module if different from building
20201# a shared archive.
20202module_cmds=$lt_module_cmds_CXX
20203module_expsym_cmds=$lt_module_expsym_cmds_CXX
20204
20205# Whether we are building with GNU ld or not.
20206with_gnu_ld=$lt_with_gnu_ld_CXX
20207
20208# Flag that allows shared libraries with undefined symbols to be built.
20209allow_undefined_flag=$lt_allow_undefined_flag_CXX
20210
20211# Flag that enforces no undefined symbols.
20212no_undefined_flag=$lt_no_undefined_flag_CXX
20213
20214# Flag to hardcode \$libdir into a binary during linking.
20215# This must work even if \$libdir does not exist
20216hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
20217
20218# If ld is used when linking, flag to hardcode \$libdir into a binary
20219# during linking. This must work even if \$libdir does not exist.
20220hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
20221
20222# Whether we need a single "-rpath" flag with a separated argument.
20223hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
20224
20225# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20226# DIR into the resulting binary.
20227hardcode_direct=$hardcode_direct_CXX
20228
20229# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20230# DIR into the resulting binary and the resulting library dependency is
20231# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
20232# library is relocated.
20233hardcode_direct_absolute=$hardcode_direct_absolute_CXX
20234
20235# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
20236# into the resulting binary.
20237hardcode_minus_L=$hardcode_minus_L_CXX
20238
20239# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
20240# into the resulting binary.
20241hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
20242
20243# Set to "yes" if building a shared library automatically hardcodes DIR
20244# into the library and all subsequent libraries and executables linked
20245# against it.
20246hardcode_automatic=$hardcode_automatic_CXX
20247
20248# Set to yes if linker adds runtime paths of dependent libraries
20249# to runtime path list.
20250inherit_rpath=$inherit_rpath_CXX
20251
20252# Whether libtool must link a program against all its dependency libraries.
20253link_all_deplibs=$link_all_deplibs_CXX
20254
20255# Fix the shell variable \$srcfile for the compiler.
20256fix_srcfile_path=$lt_fix_srcfile_path_CXX
20257
20258# Set to "yes" if exported symbols are required.
20259always_export_symbols=$always_export_symbols_CXX
20260
20261# The commands to list exported symbols.
20262export_symbols_cmds=$lt_export_symbols_cmds_CXX
20263
20264# Symbols that should not be listed in the preloaded symbols.
20265exclude_expsyms=$lt_exclude_expsyms_CXX
20266
20267# Symbols that must always be exported.
20268include_expsyms=$lt_include_expsyms_CXX
20269
20270# Commands necessary for linking programs (against libraries) with templates.
20271prelink_cmds=$lt_prelink_cmds_CXX
20272
20273# Specify filename containing input files.
20274file_list_spec=$lt_file_list_spec_CXX
20275
20276# How to hardcode a shared library path into an executable.
20277hardcode_action=$hardcode_action_CXX
20278
20279# The directories searched by this compiler when creating a shared library.
20280compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
20281
20282# Dependencies to place before and after the objects being linked to
20283# create a shared library.
20284predep_objects=$lt_predep_objects_CXX
20285postdep_objects=$lt_postdep_objects_CXX
20286predeps=$lt_predeps_CXX
20287postdeps=$lt_postdeps_CXX
20288
20289# The library search path used internally by the compiler when linking
20290# a shared library.
20291compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
20292
20293# ### END LIBTOOL TAG CONFIG: CXX
20294_LT_EOF
20295
42ecbf5e 20296 ;;
81ecdfbb 20297 "default-1":C)
20e95c23
DJ
20298 for ac_file in $CONFIG_FILES; do
20299 # Support "outfile[:infile[:infile...]]"
20300 case "$ac_file" in
20301 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
20302 esac
20303 # PO directories have a Makefile.in generated from Makefile.in.in.
20304 case "$ac_file" in */Makefile.in)
20305 # Adjust a relative srcdir.
20306 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 20307 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
20308 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
20309 # In autoconf-2.13 it is called $ac_given_srcdir.
20310 # In autoconf-2.50 it is called $srcdir.
20311 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
20312 case "$ac_given_srcdir" in
20313 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
20314 /*) top_srcdir="$ac_given_srcdir" ;;
20315 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
20316 esac
20317 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
20318 rm -f "$ac_dir/POTFILES"
20319 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
20320 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
20321 POMAKEFILEDEPS="POTFILES.in"
20322 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
20323 # on $ac_dir but don't depend on user-specified configuration
20324 # parameters.
20325 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
20326 # The LINGUAS file contains the set of available languages.
20327 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 20328 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
20329 fi
20330 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
20331 # Hide the ALL_LINGUAS assigment from automake.
20332 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
20333 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
20334 else
37a42ee9 20335 # The set of available languages was given in configure.ac.
20e95c23
DJ
20336 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
20337 fi
20338 case "$ac_given_srcdir" in
20339 .) srcdirpre= ;;
20340 *) srcdirpre='$(srcdir)/' ;;
20341 esac
20342 POFILES=
20343 GMOFILES=
20344 UPDATEPOFILES=
20345 DUMMYPOFILES=
20346 for lang in $ALL_LINGUAS; do
20347 POFILES="$POFILES $srcdirpre$lang.po"
20348 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
20349 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
20350 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
20351 done
20352 # CATALOGS depends on both $ac_dir and the user's LINGUAS
20353 # environment variable.
20354 INST_LINGUAS=
20355 if test -n "$ALL_LINGUAS"; then
20356 for presentlang in $ALL_LINGUAS; do
20357 useit=no
20358 if test "%UNSET%" != "$LINGUAS"; then
20359 desiredlanguages="$LINGUAS"
20360 else
20361 desiredlanguages="$ALL_LINGUAS"
20362 fi
20363 for desiredlang in $desiredlanguages; do
20364 # Use the presentlang catalog if desiredlang is
20365 # a. equal to presentlang, or
20366 # b. a variant of presentlang (because in this case,
20367 # presentlang can be used as a fallback for messages
20368 # which are not translated in the desiredlang catalog).
20369 case "$desiredlang" in
20370 "$presentlang"*) useit=yes;;
20371 esac
20372 done
20373 if test $useit = yes; then
20374 INST_LINGUAS="$INST_LINGUAS $presentlang"
20375 fi
20376 done
20377 fi
20378 CATALOGS=
20379 if test -n "$INST_LINGUAS"; then
20380 for lang in $INST_LINGUAS; do
20381 CATALOGS="$CATALOGS $lang.gmo"
20382 done
20383 fi
20384 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
20385 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"
20386 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
20387 if test -f "$f"; then
20388 case "$f" in
20389 *.orig | *.bak | *~) ;;
20390 *) cat "$f" >> "$ac_dir/Makefile" ;;
20391 esac
20392 fi
20393 done
20394 fi
20395 ;;
20396 esac
20397 done ;;
33589acb
AM
20398 "default":C)
20399case "$srcdir" in
20400 .) srcdirpre= ;;
20401 *) srcdirpre='$(srcdir)/' ;;
20402esac
20403POFILES=
20404GMOFILES=
20405for lang in dummy $OBSOLETE_ALL_LINGUAS; do
20406 if test $lang != dummy; then
20407 POFILES="$POFILES $srcdirpre$lang.po"
20408 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
20409 fi
20410done
20411sed -e '/^SRC-POTFILES =/r po/SRC-POTFILES' \
20412 -e '/^BLD-POTFILES =/r po/BLD-POTFILES' \
20413 -e "s,@POFILES@,$POFILES," \
20414 -e "s,@GMOFILES@,$GMOFILES," \
20415 po/Makefile.in > po/Makefile ;;
81ecdfbb 20416
42ecbf5e 20417 esac
81ecdfbb 20418done # for ac_tag
42ecbf5e 20419
42ecbf5e 20420
81ecdfbb 20421as_fn_exit 0
42ecbf5e 20422_ACEOF
42ecbf5e
DJ
20423ac_clean_files=$ac_clean_files_save
20424
81ecdfbb 20425test $ac_write_fail = 0 ||
d0ac1c44 20426 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 20427
42ecbf5e
DJ
20428
20429# configure is writing to config.log, and then calls config.status.
20430# config.status does its own redirection, appending to config.log.
20431# Unfortunately, on DOS this fails, as config.log is still kept open
20432# by configure, so config.status won't be able to write to it; its
20433# output is simply discarded. So we exec the FD to /dev/null,
20434# effectively closing config.log, so it can be properly (re)opened and
20435# appended to by config.status. When coming back to configure, we
20436# need to make the FD available again.
20437if test "$no_create" != yes; then
20438 ac_cs_success=:
20439 ac_config_status_args=
20440 test "$silent" = yes &&
20441 ac_config_status_args="$ac_config_status_args --quiet"
20442 exec 5>/dev/null
20443 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20444 exec 5>>config.log
20445 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20446 # would make configure fail if this is the last instruction.
d0ac1c44 20447 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
20448fi
20449if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20451$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 20452fi
252b5132 20453