sim: unify various library testing logic
[deliverable/binutils-gdb.git] / sim / lm32 / configure
CommitLineData
c28c63d8
JB
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
c28c63d8 8#
c28c63d8
JB
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## -------------------- ##
c28c63d8 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 :
c28c63d8
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
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
c28c63d8
JB
31fi
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 }
c28c63d8
JB
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
c28c63d8
JB
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
6bb11ab3
L
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
d6416cdc 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."
d6416cdc 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."
d6416cdc 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
c28c63d8 309
81ecdfbb
RW
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
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
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
c28c63d8
JB
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
c28c63d8 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
c28c63d8
JB
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'`
c28c63d8 464
d6416cdc
RW
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
c28c63d8 471
c28c63d8 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 |
c28c63d8 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
c28c63d8 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c28c63d8 490 t loop
81ecdfbb 491 s/-\n.*//
c28c63d8 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; }
c28c63d8 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
c28c63d8
JB
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"
c28c63d8
JB
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';;
c28c63d8 519esac
d6416cdc 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
c28c63d8 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
c28c63d8 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 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'
c28c63d8
JB
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
c28c63d8 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c28c63d8
JB
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
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
c28c63d8
JB
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
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c28c63d8 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c28c63d8
JB
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
c28c63d8
JB
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
c28c63d8 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
c28c63d8
JB
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
d6416cdc 586
c28c63d8
JB
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
c28c63d8
JB
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
c28c63d8
JB
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
c28c63d8
JB
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
c28c63d8
JB
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
c28c63d8
JB
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
c28c63d8
JB
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
c28c63d8
JB
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
c28c63d8
JB
623# include <inttypes.h>
624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
c28c63d8
JB
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638cgen
639cgendir
640CGEN_MAINT
81ecdfbb 641MAINT
31e6ad7d
MF
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
6bb11ab3
L
644lt_cv_dlopen_libs
645OTOOL64
646OTOOL
647LIPO
648NMEDIT
649DSYMUTIL
650AWK
651STRIP
652OBJDUMP
653LN_S
654NM
655ac_ct_DUMPBIN
656DUMPBIN
657LD
658FGREP
659SED
660LIBTOOL
661PLUGINS_FALSE
662PLUGINS_TRUE
aadc9410
MF
663zlibinc
664zlibdir
81ecdfbb
RW
665CATOBJEXT
666GENCAT
667INSTOBJEXT
668DATADIRNAME
669CATALOGS
670POSUB
671GMSGFMT
672XGETTEXT
673INCINTL
674LIBINTL_DEP
675LIBINTL
676USE_NLS
db2e4d67
MF
677CCDEPMODE
678DEPDIR
679am__leading_dot
46f900c0 680C_DIALECT
81ecdfbb
RW
681RANLIB
682AR
c2783492 683LDFLAGS_FOR_BUILD
c25ea03d 684CFLAGS_FOR_BUILD
aa0fca16 685RANLIB_FOR_BUILD
81ecdfbb 686CC_FOR_BUILD
aa0fca16 687AR_FOR_BUILD
81ecdfbb
RW
688INSTALL_DATA
689INSTALL_SCRIPT
690INSTALL_PROGRAM
2232061b
MF
691EGREP
692GREP
c2783492
MF
693CPP
694OBJEXT
695EXEEXT
696ac_ct_CC
697CPPFLAGS
698LDFLAGS
699CFLAGS
700CC
81ecdfbb
RW
701target_os
702target_vendor
703target_cpu
704target
705host_os
706host_vendor
707host_cpu
708host
709build_os
710build_vendor
711build_cpu
712build
81ecdfbb
RW
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
136da8cd 750SHELL
760b3e8b 751sim_scache
136da8cd
MF
752sim_inline
753sim_hw
754sim_hw_objs
755sim_hw_cflags
ba307cdd 756sim_default_model'
c28c63d8 757ac_subst_files=''
81ecdfbb
RW
758ac_user_opts='
759enable_option_checking
aadc9410 760with_system_zlib
6bb11ab3
L
761enable_plugins
762enable_shared
763enable_static
764with_pic
765enable_fast_install
766with_gnu_ld
767enable_libtool_lock
81ecdfbb 768enable_maintainer_mode
347fe5bb 769enable_sim_inline
81ecdfbb
RW
770enable_sim_scache
771enable_sim_default_model
982c3a65
MF
772enable_cgen_maint
773enable_sim_hardware
81ecdfbb
RW
774'
775 ac_precious_vars='build_alias
776host_alias
777target_alias
778CC
779CFLAGS
780LDFLAGS
781LIBS
782CPPFLAGS
783CPP'
784
c28c63d8
JB
785
786# Initialize some variables set by options.
787ac_init_help=
788ac_init_version=false
81ecdfbb
RW
789ac_unrecognized_opts=
790ac_unrecognized_sep=
c28c63d8
JB
791# The variables have the same names as the options, with
792# dashes changed to underlines.
793cache_file=/dev/null
794exec_prefix=NONE
795no_create=
796no_recursion=
797prefix=NONE
798program_prefix=NONE
799program_suffix=NONE
800program_transform_name=s,x,x,
801silent=
802site=
803srcdir=
804verbose=
805x_includes=NONE
806x_libraries=NONE
807
808# Installation directory options.
809# These are left unexpanded so users can "make install exec_prefix=/foo"
810# and all the variables that are supposed to be based on exec_prefix
811# by default will actually change.
812# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 813# (The list follows the same order as the GNU Coding Standards.)
c28c63d8
JB
814bindir='${exec_prefix}/bin'
815sbindir='${exec_prefix}/sbin'
816libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
817datarootdir='${prefix}/share'
818datadir='${datarootdir}'
c28c63d8
JB
819sysconfdir='${prefix}/etc'
820sharedstatedir='${prefix}/com'
821localstatedir='${prefix}/var'
822includedir='${prefix}/include'
823oldincludedir='/usr/include'
81ecdfbb
RW
824docdir='${datarootdir}/doc/${PACKAGE}'
825infodir='${datarootdir}/info'
826htmldir='${docdir}'
827dvidir='${docdir}'
828pdfdir='${docdir}'
829psdir='${docdir}'
830libdir='${exec_prefix}/lib'
831localedir='${datarootdir}/locale'
832mandir='${datarootdir}/man'
c28c63d8
JB
833
834ac_prev=
81ecdfbb 835ac_dashdash=
c28c63d8
JB
836for ac_option
837do
838 # If the previous option needs an argument, assign it.
839 if test -n "$ac_prev"; then
81ecdfbb 840 eval $ac_prev=\$ac_option
c28c63d8
JB
841 ac_prev=
842 continue
843 fi
844
81ecdfbb 845 case $ac_option in
d0ac1c44
SM
846 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
847 *=) ac_optarg= ;;
848 *) ac_optarg=yes ;;
81ecdfbb 849 esac
c28c63d8
JB
850
851 # Accept the important Cygnus configure options, so we can diagnose typos.
852
81ecdfbb
RW
853 case $ac_dashdash$ac_option in
854 --)
855 ac_dashdash=yes ;;
c28c63d8
JB
856
857 -bindir | --bindir | --bindi | --bind | --bin | --bi)
858 ac_prev=bindir ;;
859 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
860 bindir=$ac_optarg ;;
861
862 -build | --build | --buil | --bui | --bu)
863 ac_prev=build_alias ;;
864 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
865 build_alias=$ac_optarg ;;
866
867 -cache-file | --cache-file | --cache-fil | --cache-fi \
868 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
869 ac_prev=cache_file ;;
870 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
871 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
872 cache_file=$ac_optarg ;;
873
874 --config-cache | -C)
875 cache_file=config.cache ;;
876
81ecdfbb 877 -datadir | --datadir | --datadi | --datad)
c28c63d8 878 ac_prev=datadir ;;
81ecdfbb 879 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c28c63d8
JB
880 datadir=$ac_optarg ;;
881
81ecdfbb
RW
882 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
883 | --dataroo | --dataro | --datar)
884 ac_prev=datarootdir ;;
885 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
886 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
887 datarootdir=$ac_optarg ;;
888
c28c63d8 889 -disable-* | --disable-*)
81ecdfbb 890 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c28c63d8 891 # Reject names that are not valid shell variable names.
81ecdfbb 892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 893 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
894 ac_useropt_orig=$ac_useropt
895 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
896 case $ac_user_opts in
897 *"
898"enable_$ac_useropt"
899"*) ;;
900 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
901 ac_unrecognized_sep=', ';;
902 esac
903 eval enable_$ac_useropt=no ;;
904
905 -docdir | --docdir | --docdi | --doc | --do)
906 ac_prev=docdir ;;
907 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
908 docdir=$ac_optarg ;;
909
910 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
911 ac_prev=dvidir ;;
912 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
913 dvidir=$ac_optarg ;;
c28c63d8
JB
914
915 -enable-* | --enable-*)
81ecdfbb 916 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c28c63d8 917 # Reject names that are not valid shell variable names.
81ecdfbb 918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 919 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
923 *"
924"enable_$ac_useropt"
925"*) ;;
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
c28c63d8 928 esac
81ecdfbb 929 eval enable_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
930
931 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
932 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
933 | --exec | --exe | --ex)
934 ac_prev=exec_prefix ;;
935 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
936 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
937 | --exec=* | --exe=* | --ex=*)
938 exec_prefix=$ac_optarg ;;
939
940 -gas | --gas | --ga | --g)
941 # Obsolete; use --with-gas.
942 with_gas=yes ;;
943
944 -help | --help | --hel | --he | -h)
945 ac_init_help=long ;;
946 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
947 ac_init_help=recursive ;;
948 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
949 ac_init_help=short ;;
950
951 -host | --host | --hos | --ho)
952 ac_prev=host_alias ;;
953 -host=* | --host=* | --hos=* | --ho=*)
954 host_alias=$ac_optarg ;;
955
81ecdfbb
RW
956 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
957 ac_prev=htmldir ;;
958 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
959 | --ht=*)
960 htmldir=$ac_optarg ;;
961
c28c63d8
JB
962 -includedir | --includedir | --includedi | --included | --include \
963 | --includ | --inclu | --incl | --inc)
964 ac_prev=includedir ;;
965 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
966 | --includ=* | --inclu=* | --incl=* | --inc=*)
967 includedir=$ac_optarg ;;
968
969 -infodir | --infodir | --infodi | --infod | --info | --inf)
970 ac_prev=infodir ;;
971 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
972 infodir=$ac_optarg ;;
973
974 -libdir | --libdir | --libdi | --libd)
975 ac_prev=libdir ;;
976 -libdir=* | --libdir=* | --libdi=* | --libd=*)
977 libdir=$ac_optarg ;;
978
979 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
980 | --libexe | --libex | --libe)
981 ac_prev=libexecdir ;;
982 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
983 | --libexe=* | --libex=* | --libe=*)
984 libexecdir=$ac_optarg ;;
985
81ecdfbb
RW
986 -localedir | --localedir | --localedi | --localed | --locale)
987 ac_prev=localedir ;;
988 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
989 localedir=$ac_optarg ;;
990
c28c63d8 991 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 992 | --localstate | --localstat | --localsta | --localst | --locals)
c28c63d8
JB
993 ac_prev=localstatedir ;;
994 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 995 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c28c63d8
JB
996 localstatedir=$ac_optarg ;;
997
998 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
999 ac_prev=mandir ;;
1000 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001 mandir=$ac_optarg ;;
1002
1003 -nfp | --nfp | --nf)
1004 # Obsolete; use --without-fp.
1005 with_fp=no ;;
1006
1007 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1008 | --no-cr | --no-c | -n)
1009 no_create=yes ;;
1010
1011 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1012 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1013 no_recursion=yes ;;
1014
1015 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1016 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1017 | --oldin | --oldi | --old | --ol | --o)
1018 ac_prev=oldincludedir ;;
1019 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1020 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1021 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1022 oldincludedir=$ac_optarg ;;
1023
1024 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1025 ac_prev=prefix ;;
1026 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1027 prefix=$ac_optarg ;;
1028
1029 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1030 | --program-pre | --program-pr | --program-p)
1031 ac_prev=program_prefix ;;
1032 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1033 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1034 program_prefix=$ac_optarg ;;
1035
1036 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1037 | --program-suf | --program-su | --program-s)
1038 ac_prev=program_suffix ;;
1039 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1040 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1041 program_suffix=$ac_optarg ;;
1042
1043 -program-transform-name | --program-transform-name \
1044 | --program-transform-nam | --program-transform-na \
1045 | --program-transform-n | --program-transform- \
1046 | --program-transform | --program-transfor \
1047 | --program-transfo | --program-transf \
1048 | --program-trans | --program-tran \
1049 | --progr-tra | --program-tr | --program-t)
1050 ac_prev=program_transform_name ;;
1051 -program-transform-name=* | --program-transform-name=* \
1052 | --program-transform-nam=* | --program-transform-na=* \
1053 | --program-transform-n=* | --program-transform-=* \
1054 | --program-transform=* | --program-transfor=* \
1055 | --program-transfo=* | --program-transf=* \
1056 | --program-trans=* | --program-tran=* \
1057 | --progr-tra=* | --program-tr=* | --program-t=*)
1058 program_transform_name=$ac_optarg ;;
1059
81ecdfbb
RW
1060 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1061 ac_prev=pdfdir ;;
1062 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1063 pdfdir=$ac_optarg ;;
1064
1065 -psdir | --psdir | --psdi | --psd | --ps)
1066 ac_prev=psdir ;;
1067 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1068 psdir=$ac_optarg ;;
1069
c28c63d8
JB
1070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1071 | -silent | --silent | --silen | --sile | --sil)
1072 silent=yes ;;
1073
1074 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1075 ac_prev=sbindir ;;
1076 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1077 | --sbi=* | --sb=*)
1078 sbindir=$ac_optarg ;;
1079
1080 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1081 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1082 | --sharedst | --shareds | --shared | --share | --shar \
1083 | --sha | --sh)
1084 ac_prev=sharedstatedir ;;
1085 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1086 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1087 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1088 | --sha=* | --sh=*)
1089 sharedstatedir=$ac_optarg ;;
1090
1091 -site | --site | --sit)
1092 ac_prev=site ;;
1093 -site=* | --site=* | --sit=*)
1094 site=$ac_optarg ;;
1095
1096 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1097 ac_prev=srcdir ;;
1098 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1099 srcdir=$ac_optarg ;;
1100
1101 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1102 | --syscon | --sysco | --sysc | --sys | --sy)
1103 ac_prev=sysconfdir ;;
1104 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1105 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1106 sysconfdir=$ac_optarg ;;
1107
1108 -target | --target | --targe | --targ | --tar | --ta | --t)
1109 ac_prev=target_alias ;;
1110 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1111 target_alias=$ac_optarg ;;
1112
1113 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1114 verbose=yes ;;
1115
1116 -version | --version | --versio | --versi | --vers | -V)
1117 ac_init_version=: ;;
1118
1119 -with-* | --with-*)
81ecdfbb 1120 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c28c63d8 1121 # Reject names that are not valid shell variable names.
81ecdfbb 1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1123 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1127 *"
1128"with_$ac_useropt"
1129"*) ;;
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
c28c63d8 1132 esac
81ecdfbb 1133 eval with_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
1134
1135 -without-* | --without-*)
81ecdfbb 1136 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c28c63d8 1137 # Reject names that are not valid shell variable names.
81ecdfbb 1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1139 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1143 *"
1144"with_$ac_useropt"
1145"*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
1148 esac
1149 eval with_$ac_useropt=no ;;
c28c63d8
JB
1150
1151 --x)
1152 # Obsolete; use --with-x.
1153 with_x=yes ;;
1154
1155 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1156 | --x-incl | --x-inc | --x-in | --x-i)
1157 ac_prev=x_includes ;;
1158 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1159 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1160 x_includes=$ac_optarg ;;
1161
1162 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1163 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1164 ac_prev=x_libraries ;;
1165 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1166 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1167 x_libraries=$ac_optarg ;;
1168
d0ac1c44
SM
1169 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1170Try \`$0 --help' for more information"
c28c63d8
JB
1171 ;;
1172
1173 *=*)
1174 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1175 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1176 case $ac_envvar in #(
1177 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1178 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1179 esac
1180 eval $ac_envvar=\$ac_optarg
c28c63d8
JB
1181 export $ac_envvar ;;
1182
1183 *)
1184 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c28c63d8 1186 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1188 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c28c63d8
JB
1189 ;;
1190
1191 esac
1192done
1193
1194if test -n "$ac_prev"; then
1195 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1196 as_fn_error $? "missing argument to $ac_option"
c28c63d8
JB
1197fi
1198
81ecdfbb
RW
1199if test -n "$ac_unrecognized_opts"; then
1200 case $enable_option_checking in
1201 no) ;;
d0ac1c44 1202 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1203 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c28c63d8 1204 esac
81ecdfbb 1205fi
d6416cdc 1206
81ecdfbb
RW
1207# Check all directory arguments for consistency.
1208for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1209 datadir sysconfdir sharedstatedir localstatedir includedir \
1210 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1211 libdir localedir mandir
d6416cdc 1212do
81ecdfbb
RW
1213 eval ac_val=\$$ac_var
1214 # Remove trailing slashes.
1215 case $ac_val in
1216 */ )
1217 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1218 eval $ac_var=\$ac_val;;
1219 esac
1220 # Be sure to have absolute directory names.
c28c63d8 1221 case $ac_val in
81ecdfbb
RW
1222 [\\/$]* | ?:[\\/]* ) continue;;
1223 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c28c63d8 1224 esac
d0ac1c44 1225 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c28c63d8
JB
1226done
1227
1228# There might be people who depend on the old broken behavior: `$host'
1229# used to hold the argument of --host etc.
1230# FIXME: To remove some day.
1231build=$build_alias
1232host=$host_alias
1233target=$target_alias
1234
1235# FIXME: To remove some day.
1236if test "x$host_alias" != x; then
1237 if test "x$build_alias" = x; then
1238 cross_compiling=maybe
c28c63d8
JB
1239 elif test "x$build_alias" != "x$host_alias"; then
1240 cross_compiling=yes
1241 fi
1242fi
1243
1244ac_tool_prefix=
1245test -n "$host_alias" && ac_tool_prefix=$host_alias-
1246
1247test "$silent" = yes && exec 6>/dev/null
1248
1249
81ecdfbb
RW
1250ac_pwd=`pwd` && test -n "$ac_pwd" &&
1251ac_ls_di=`ls -di .` &&
1252ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1253 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1254test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1255 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1256
1257
c28c63d8
JB
1258# Find the source files, if location was not specified.
1259if test -z "$srcdir"; then
1260 ac_srcdir_defaulted=yes
81ecdfbb
RW
1261 # Try the directory containing this script, then the parent directory.
1262 ac_confdir=`$as_dirname -- "$as_myself" ||
1263$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1264 X"$as_myself" : 'X\(//\)[^/]' \| \
1265 X"$as_myself" : 'X\(//\)$' \| \
1266 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1267$as_echo X"$as_myself" |
1268 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\/\)[^/].*/{
1273 s//\1/
1274 q
1275 }
1276 /^X\(\/\/\)$/{
1277 s//\1/
1278 q
1279 }
1280 /^X\(\/\).*/{
1281 s//\1/
1282 q
1283 }
1284 s/.*/./; q'`
c28c63d8 1285 srcdir=$ac_confdir
81ecdfbb 1286 if test ! -r "$srcdir/$ac_unique_file"; then
c28c63d8
JB
1287 srcdir=..
1288 fi
1289else
1290 ac_srcdir_defaulted=no
1291fi
81ecdfbb
RW
1292if test ! -r "$srcdir/$ac_unique_file"; then
1293 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1294 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1295fi
1296ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1297ac_abs_confdir=`(
d0ac1c44 1298 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1299 pwd)`
1300# When building in place, set srcdir=.
1301if test "$ac_abs_confdir" = "$ac_pwd"; then
1302 srcdir=.
1303fi
1304# Remove unnecessary trailing slashes from srcdir.
1305# Double slashes in file names in object file debugging info
1306# mess up M-x gdb in Emacs.
1307case $srcdir in
1308*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1309esac
1310for ac_var in $ac_precious_vars; do
1311 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1312 eval ac_env_${ac_var}_value=\$${ac_var}
1313 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1314 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1315done
c28c63d8
JB
1316
1317#
1318# Report the --help message.
1319#
1320if test "$ac_init_help" = "long"; then
1321 # Omit some internal or obsolete options to make the list less imposing.
1322 # This message is too long to be a string in the A/UX 3.1 sh.
1323 cat <<_ACEOF
1324\`configure' configures this package to adapt to many kinds of systems.
1325
1326Usage: $0 [OPTION]... [VAR=VALUE]...
1327
1328To assign environment variables (e.g., CC, CFLAGS...), specify them as
1329VAR=VALUE. See below for descriptions of some of the useful variables.
1330
1331Defaults for the options are specified in brackets.
1332
1333Configuration:
1334 -h, --help display this help and exit
1335 --help=short display options specific to this package
1336 --help=recursive display the short help of all the included packages
1337 -V, --version display version information and exit
d0ac1c44 1338 -q, --quiet, --silent do not print \`checking ...' messages
c28c63d8
JB
1339 --cache-file=FILE cache test results in FILE [disabled]
1340 -C, --config-cache alias for \`--cache-file=config.cache'
1341 -n, --no-create do not create output files
1342 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1343
1344Installation directories:
1345 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1346 [$ac_default_prefix]
c28c63d8 1347 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1348 [PREFIX]
c28c63d8
JB
1349
1350By default, \`make install' will install all the files in
1351\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1352an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1353for instance \`--prefix=\$HOME'.
1354
1355For better control, use the options below.
1356
1357Fine tuning of the installation directories:
81ecdfbb
RW
1358 --bindir=DIR user executables [EPREFIX/bin]
1359 --sbindir=DIR system admin executables [EPREFIX/sbin]
1360 --libexecdir=DIR program executables [EPREFIX/libexec]
1361 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1362 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1363 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1364 --libdir=DIR object code libraries [EPREFIX/lib]
1365 --includedir=DIR C header files [PREFIX/include]
1366 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1367 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1368 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1369 --infodir=DIR info documentation [DATAROOTDIR/info]
1370 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1371 --mandir=DIR man documentation [DATAROOTDIR/man]
1372 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1373 --htmldir=DIR html documentation [DOCDIR]
1374 --dvidir=DIR dvi documentation [DOCDIR]
1375 --pdfdir=DIR pdf documentation [DOCDIR]
1376 --psdir=DIR ps documentation [DOCDIR]
c28c63d8
JB
1377_ACEOF
1378
1379 cat <<\_ACEOF
1380
1381Program names:
1382 --program-prefix=PREFIX prepend PREFIX to installed program names
1383 --program-suffix=SUFFIX append SUFFIX to installed program names
1384 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1385
1386System types:
1387 --build=BUILD configure for building on BUILD [guessed]
1388 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1389 --target=TARGET configure for building compilers for TARGET [HOST]
1390_ACEOF
1391fi
1392
1393if test -n "$ac_init_help"; then
1394
1395 cat <<\_ACEOF
1396
1397Optional Features:
81ecdfbb 1398 --disable-option-checking ignore unrecognized --enable/--with options
c28c63d8
JB
1399 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1400 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1401 --enable-plugins Enable support for plugins
6bb11ab3
L
1402 --enable-shared[=PKGS] build shared libraries [default=yes]
1403 --enable-static[=PKGS] build static libraries [default=yes]
1404 --enable-fast-install[=PKGS]
1405 optimize for fast installation [default=yes]
1406 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1407 --enable-maintainer-mode
1408 enable make rules and dependencies not useful (and
1409 sometimes confusing) to the casual installer
347fe5bb
MF
1410 --enable-sim-inline=inlines
1411 Specify which functions should be inlined
8d0978fb
MF
1412 --enable-sim-scache=size
1413 Specify simulator execution cache size
1414 --enable-sim-default-model=model
1415 Specify default model to simulate
982c3a65
MF
1416 --enable-cgen-maint=DIR build cgen generated files
1417 --enable-sim-hardware=LIST
1418 Specify the hardware to be included in the build.
c28c63d8
JB
1419
1420Optional Packages:
1421 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1422 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1423 --with-system-zlib use installed libz
6bb11ab3
L
1424 --with-pic try to use only PIC/non-PIC objects [default=use
1425 both]
1426 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
c28c63d8
JB
1427
1428Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
81ecdfbb 1433 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1434 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1435 you have headers in a nonstandard directory <include dir>
c28c63d8
JB
1436 CPP C preprocessor
1437
1438Use these variables to override the choices made by `configure' or to help
1439it to find libraries and programs with nonstandard names/locations.
1440
81ecdfbb 1441Report bugs to the package provider.
c28c63d8 1442_ACEOF
81ecdfbb 1443ac_status=$?
c28c63d8
JB
1444fi
1445
1446if test "$ac_init_help" = "recursive"; then
1447 # If there are subdirs, report their specific --help.
1448 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1449 test -d "$ac_dir" ||
1450 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1451 continue
c28c63d8
JB
1452 ac_builddir=.
1453
81ecdfbb
RW
1454case "$ac_dir" in
1455.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456*)
1457 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1463 esac ;;
1464esac
1465ac_abs_top_builddir=$ac_pwd
1466ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467# for backward compatibility:
1468ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
1469
1470case $srcdir in
81ecdfbb 1471 .) # We are building in place.
c28c63d8 1472 ac_srcdir=.
81ecdfbb
RW
1473 ac_top_srcdir=$ac_top_builddir_sub
1474 ac_abs_top_srcdir=$ac_pwd ;;
1475 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 1476 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1477 ac_top_srcdir=$srcdir
1478 ac_abs_top_srcdir=$srcdir ;;
1479 *) # Relative name.
1480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d6416cdc 1483esac
81ecdfbb
RW
1484ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1485
1486 cd "$ac_dir" || { ac_status=$?; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1489 echo &&
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure" --help=recursive
c28c63d8 1494 else
81ecdfbb
RW
1495 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1496 fi || ac_status=$?
1497 cd "$ac_pwd" || { ac_status=$?; break; }
c28c63d8
JB
1498 done
1499fi
1500
81ecdfbb 1501test -n "$ac_init_help" && exit $ac_status
c28c63d8
JB
1502if $ac_init_version; then
1503 cat <<\_ACEOF
81ecdfbb 1504configure
d0ac1c44 1505generated by GNU Autoconf 2.69
c28c63d8 1506
d0ac1c44 1507Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
1508This configure script is free software; the Free Software Foundation
1509gives unlimited permission to copy, distribute and modify it.
1510_ACEOF
81ecdfbb 1511 exit
c28c63d8 1512fi
c28c63d8 1513
81ecdfbb
RW
1514## ------------------------ ##
1515## Autoconf initialization. ##
1516## ------------------------ ##
c28c63d8 1517
81ecdfbb
RW
1518# ac_fn_c_try_compile LINENO
1519# --------------------------
1520# Try to compile conftest.$ac_ext, and return whether this succeeded.
1521ac_fn_c_try_compile ()
c28c63d8 1522{
81ecdfbb
RW
1523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1524 rm -f conftest.$ac_objext
1525 if { { ac_try="$ac_compile"
1526case "(($ac_try" in
1527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1528 *) ac_try_echo=$ac_try;;
1529esac
1530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1531$as_echo "$ac_try_echo"; } >&5
1532 (eval "$ac_compile") 2>conftest.err
1533 ac_status=$?
1534 if test -s conftest.err; then
1535 grep -v '^ *+' conftest.err >conftest.er1
1536 cat conftest.er1 >&5
1537 mv -f conftest.er1 conftest.err
1538 fi
1539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1540 test $ac_status = 0; } && {
1541 test -z "$ac_c_werror_flag" ||
1542 test ! -s conftest.err
1543 } && test -s conftest.$ac_objext; then :
1544 ac_retval=0
1545else
1546 $as_echo "$as_me: failed program was:" >&5
1547sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1548
81ecdfbb
RW
1549 ac_retval=1
1550fi
d0ac1c44
SM
1551 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1552 as_fn_set_status $ac_retval
c28c63d8 1553
81ecdfbb 1554} # ac_fn_c_try_compile
c28c63d8 1555
81ecdfbb
RW
1556# ac_fn_c_try_cpp LINENO
1557# ----------------------
1558# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_cpp ()
1560{
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 if { { ac_try="$ac_cpp conftest.$ac_ext"
1563case "(($ac_try" in
1564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1565 *) ac_try_echo=$ac_try;;
1566esac
1567eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1568$as_echo "$ac_try_echo"; } >&5
1569 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1570 ac_status=$?
1571 if test -s conftest.err; then
1572 grep -v '^ *+' conftest.err >conftest.er1
1573 cat conftest.er1 >&5
1574 mv -f conftest.er1 conftest.err
1575 fi
1576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1577 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1578 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1579 test ! -s conftest.err
1580 }; then :
1581 ac_retval=0
1582else
1583 $as_echo "$as_me: failed program was:" >&5
1584sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1585
81ecdfbb
RW
1586 ac_retval=1
1587fi
d0ac1c44
SM
1588 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1589 as_fn_set_status $ac_retval
c28c63d8 1590
81ecdfbb 1591} # ac_fn_c_try_cpp
c28c63d8 1592
81ecdfbb
RW
1593# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1594# -------------------------------------------------------
1595# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1596# the include files in INCLUDES and setting the cache variable VAR
1597# accordingly.
1598ac_fn_c_check_header_mongrel ()
1599{
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1601 if eval \${$3+:} false; then :
81ecdfbb
RW
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1603$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1604if eval \${$3+:} false; then :
81ecdfbb
RW
1605 $as_echo_n "(cached) " >&6
1606fi
1607eval ac_res=\$$3
1608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1609$as_echo "$ac_res" >&6; }
1610else
1611 # Is the header compilable?
1612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1613$as_echo_n "checking $2 usability... " >&6; }
1614cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1615/* end confdefs.h. */
1616$4
1617#include <$2>
1618_ACEOF
1619if ac_fn_c_try_compile "$LINENO"; then :
1620 ac_header_compiler=yes
1621else
1622 ac_header_compiler=no
1623fi
1624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1626$as_echo "$ac_header_compiler" >&6; }
1627
1628# Is the header present?
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1630$as_echo_n "checking $2 presence... " >&6; }
1631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1632/* end confdefs.h. */
1633#include <$2>
1634_ACEOF
1635if ac_fn_c_try_cpp "$LINENO"; then :
1636 ac_header_preproc=yes
1637else
1638 ac_header_preproc=no
1639fi
d0ac1c44 1640rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1642$as_echo "$ac_header_preproc" >&6; }
1643
1644# So? What about this header?
1645case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1646 yes:no: )
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1648$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651 ;;
1652 no:yes:* )
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1654$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1656$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1658$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1660$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1662$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1663 ;;
1664esac
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1666$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1667if eval \${$3+:} false; then :
81ecdfbb
RW
1668 $as_echo_n "(cached) " >&6
1669else
1670 eval "$3=\$ac_header_compiler"
1671fi
1672eval ac_res=\$$3
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1674$as_echo "$ac_res" >&6; }
1675fi
d0ac1c44 1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1677
1678} # ac_fn_c_check_header_mongrel
1679
1680# ac_fn_c_try_run LINENO
1681# ----------------------
1682# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1683# that executables *can* be run.
1684ac_fn_c_try_run ()
1685{
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_link"
1688case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_link") 2>&5
1695 ac_status=$?
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1698 { { case "(($ac_try" in
1699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1700 *) ac_try_echo=$ac_try;;
1701esac
1702eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703$as_echo "$ac_try_echo"; } >&5
1704 (eval "$ac_try") 2>&5
1705 ac_status=$?
1706 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1707 test $ac_status = 0; }; }; then :
1708 ac_retval=0
1709else
1710 $as_echo "$as_me: program exited with status $ac_status" >&5
1711 $as_echo "$as_me: failed program was:" >&5
1712sed 's/^/| /' conftest.$ac_ext >&5
1713
1714 ac_retval=$ac_status
1715fi
1716 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1717 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1718 as_fn_set_status $ac_retval
81ecdfbb
RW
1719
1720} # ac_fn_c_try_run
1721
1722# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1723# -------------------------------------------------------
1724# Tests whether HEADER exists and can be compiled using the include files in
1725# INCLUDES, setting the cache variable VAR accordingly.
1726ac_fn_c_check_header_compile ()
1727{
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1730$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1731if eval \${$3+:} false; then :
81ecdfbb
RW
1732 $as_echo_n "(cached) " >&6
1733else
1734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1735/* end confdefs.h. */
1736$4
1737#include <$2>
1738_ACEOF
1739if ac_fn_c_try_compile "$LINENO"; then :
1740 eval "$3=yes"
1741else
1742 eval "$3=no"
1743fi
1744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1745fi
1746eval ac_res=\$$3
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1748$as_echo "$ac_res" >&6; }
d0ac1c44 1749 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1750
1751} # ac_fn_c_check_header_compile
1752
1753# ac_fn_c_try_link LINENO
1754# -----------------------
1755# Try to link conftest.$ac_ext, and return whether this succeeded.
1756ac_fn_c_try_link ()
1757{
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 rm -f conftest.$ac_objext conftest$ac_exeext
1760 if { { ac_try="$ac_link"
1761case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_link") 2>conftest.err
1768 ac_status=$?
1769 if test -s conftest.err; then
1770 grep -v '^ *+' conftest.err >conftest.er1
1771 cat conftest.er1 >&5
1772 mv -f conftest.er1 conftest.err
1773 fi
1774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775 test $ac_status = 0; } && {
1776 test -z "$ac_c_werror_flag" ||
1777 test ! -s conftest.err
1778 } && test -s conftest$ac_exeext && {
1779 test "$cross_compiling" = yes ||
d0ac1c44 1780 test -x conftest$ac_exeext
81ecdfbb
RW
1781 }; then :
1782 ac_retval=0
1783else
1784 $as_echo "$as_me: failed program was:" >&5
1785sed 's/^/| /' conftest.$ac_ext >&5
1786
1787 ac_retval=1
1788fi
1789 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1790 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1791 # interfere with the next link command; also delete a directory that is
1792 # left behind by Apple's compiler. We do this before executing the actions.
1793 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1794 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795 as_fn_set_status $ac_retval
81ecdfbb
RW
1796
1797} # ac_fn_c_try_link
1798
1799# ac_fn_c_check_func LINENO FUNC VAR
1800# ----------------------------------
1801# Tests whether FUNC exists, setting the cache variable VAR accordingly
1802ac_fn_c_check_func ()
1803{
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1806$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1807if eval \${$3+:} false; then :
81ecdfbb
RW
1808 $as_echo_n "(cached) " >&6
1809else
1810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811/* end confdefs.h. */
1812/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1814#define $2 innocuous_$2
1815
1816/* System header to define __stub macros and hopefully few prototypes,
1817 which can conflict with char $2 (); below.
1818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1819 <limits.h> exists even on freestanding compilers. */
1820
1821#ifdef __STDC__
1822# include <limits.h>
1823#else
1824# include <assert.h>
1825#endif
1826
1827#undef $2
1828
1829/* Override any GCC internal prototype to avoid an error.
1830 Use char because int might match the return type of a GCC
1831 builtin and then its argument prototype would still apply. */
1832#ifdef __cplusplus
1833extern "C"
1834#endif
1835char $2 ();
1836/* The GNU C library defines this for functions which it implements
1837 to always fail with ENOSYS. Some functions are actually named
1838 something starting with __ and the normal name is an alias. */
1839#if defined __stub_$2 || defined __stub___$2
1840choke me
1841#endif
1842
1843int
1844main ()
1845{
1846return $2 ();
1847 ;
1848 return 0;
1849}
1850_ACEOF
1851if ac_fn_c_try_link "$LINENO"; then :
1852 eval "$3=yes"
1853else
1854 eval "$3=no"
1855fi
1856rm -f core conftest.err conftest.$ac_objext \
1857 conftest$ac_exeext conftest.$ac_ext
1858fi
1859eval ac_res=\$$3
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1861$as_echo "$ac_res" >&6; }
d0ac1c44 1862 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1863
1864} # ac_fn_c_check_func
1865cat >config.log <<_ACEOF
1866This file contains any messages produced by compilers while
1867running configure, to aid debugging if configure makes a mistake.
1868
1869It was created by $as_me, which was
d0ac1c44 1870generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1871
1872 $ $0 $@
1873
1874_ACEOF
1875exec 5>>config.log
1876{
1877cat <<_ASUNAME
1878## --------- ##
1879## Platform. ##
1880## --------- ##
1881
1882hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1883uname -m = `(uname -m) 2>/dev/null || echo unknown`
1884uname -r = `(uname -r) 2>/dev/null || echo unknown`
1885uname -s = `(uname -s) 2>/dev/null || echo unknown`
1886uname -v = `(uname -v) 2>/dev/null || echo unknown`
1887
1888/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1889/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1890
1891/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1892/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1893/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1894/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1895/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1896/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1897/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1898
1899_ASUNAME
1900
1901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1902for as_dir in $PATH
1903do
1904 IFS=$as_save_IFS
1905 test -z "$as_dir" && as_dir=.
1906 $as_echo "PATH: $as_dir"
1907 done
1908IFS=$as_save_IFS
1909
1910} >&5
1911
1912cat >&5 <<_ACEOF
1913
1914
1915## ----------- ##
1916## Core tests. ##
c28c63d8
JB
1917## ----------- ##
1918
1919_ACEOF
1920
1921
1922# Keep a trace of the command line.
1923# Strip out --no-create and --no-recursion so they do not pile up.
1924# Strip out --silent because we don't want to record it for future runs.
1925# Also quote any args containing shell meta-characters.
1926# Make two passes to allow for proper duplicate-argument suppression.
1927ac_configure_args=
1928ac_configure_args0=
1929ac_configure_args1=
1930ac_must_keep_next=false
1931for ac_pass in 1 2
1932do
1933 for ac_arg
1934 do
1935 case $ac_arg in
1936 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1937 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1938 | -silent | --silent | --silen | --sile | --sil)
1939 continue ;;
81ecdfbb
RW
1940 *\'*)
1941 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
1942 esac
1943 case $ac_pass in
81ecdfbb 1944 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c28c63d8 1945 2)
81ecdfbb 1946 as_fn_append ac_configure_args1 " '$ac_arg'"
c28c63d8
JB
1947 if test $ac_must_keep_next = true; then
1948 ac_must_keep_next=false # Got value, back to normal.
1949 else
1950 case $ac_arg in
1951 *=* | --config-cache | -C | -disable-* | --disable-* \
1952 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1953 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1954 | -with-* | --with-* | -without-* | --without-* | --x)
1955 case "$ac_configure_args0 " in
1956 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1957 esac
1958 ;;
1959 -* ) ac_must_keep_next=true ;;
1960 esac
1961 fi
81ecdfbb 1962 as_fn_append ac_configure_args " '$ac_arg'"
c28c63d8
JB
1963 ;;
1964 esac
1965 done
1966done
81ecdfbb
RW
1967{ ac_configure_args0=; unset ac_configure_args0;}
1968{ ac_configure_args1=; unset ac_configure_args1;}
c28c63d8
JB
1969
1970# When interrupted or exit'd, cleanup temporary files, and complete
1971# config.log. We remove comments because anyway the quotes in there
1972# would cause problems or look ugly.
81ecdfbb
RW
1973# WARNING: Use '\'' to represent an apostrophe within the trap.
1974# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c28c63d8
JB
1975trap 'exit_status=$?
1976 # Save into config.log some information that might help in debugging.
1977 {
1978 echo
1979
d0ac1c44 1980 $as_echo "## ---------------- ##
c28c63d8 1981## Cache variables. ##
d0ac1c44 1982## ---------------- ##"
c28c63d8
JB
1983 echo
1984 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1985(
1986 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1987 eval ac_val=\$$ac_var
1988 case $ac_val in #(
1989 *${as_nl}*)
1990 case $ac_var in #(
1991 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1992$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1993 esac
1994 case $ac_var in #(
1995 _ | IFS | as_nl) ;; #(
1996 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1997 *) { eval $ac_var=; unset $ac_var;} ;;
1998 esac ;;
1999 esac
2000 done
c28c63d8 2001 (set) 2>&1 |
81ecdfbb
RW
2002 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2003 *${as_nl}ac_space=\ *)
c28c63d8 2004 sed -n \
81ecdfbb
RW
2005 "s/'\''/'\''\\\\'\'''\''/g;
2006 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2007 ;; #(
c28c63d8 2008 *)
81ecdfbb 2009 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 2010 ;;
81ecdfbb
RW
2011 esac |
2012 sort
2013)
c28c63d8
JB
2014 echo
2015
d0ac1c44 2016 $as_echo "## ----------------- ##
c28c63d8 2017## Output variables. ##
d0ac1c44 2018## ----------------- ##"
c28c63d8
JB
2019 echo
2020 for ac_var in $ac_subst_vars
2021 do
81ecdfbb
RW
2022 eval ac_val=\$$ac_var
2023 case $ac_val in
2024 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2025 esac
2026 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2027 done | sort
2028 echo
2029
2030 if test -n "$ac_subst_files"; then
d0ac1c44 2031 $as_echo "## ------------------- ##
81ecdfbb 2032## File substitutions. ##
d0ac1c44 2033## ------------------- ##"
c28c63d8
JB
2034 echo
2035 for ac_var in $ac_subst_files
2036 do
81ecdfbb
RW
2037 eval ac_val=\$$ac_var
2038 case $ac_val in
2039 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2040 esac
2041 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2042 done | sort
2043 echo
2044 fi
2045
2046 if test -s confdefs.h; then
d0ac1c44 2047 $as_echo "## ----------- ##
c28c63d8 2048## confdefs.h. ##
d0ac1c44 2049## ----------- ##"
c28c63d8 2050 echo
81ecdfbb 2051 cat confdefs.h
c28c63d8
JB
2052 echo
2053 fi
2054 test "$ac_signal" != 0 &&
81ecdfbb
RW
2055 $as_echo "$as_me: caught signal $ac_signal"
2056 $as_echo "$as_me: exit $exit_status"
c28c63d8 2057 } >&5
81ecdfbb
RW
2058 rm -f core *.core core.conftest.* &&
2059 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c28c63d8 2060 exit $exit_status
81ecdfbb 2061' 0
c28c63d8 2062for ac_signal in 1 2 13 15; do
81ecdfbb 2063 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c28c63d8
JB
2064done
2065ac_signal=0
2066
2067# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2068rm -f -r conftest* confdefs.h
2069
2070$as_echo "/* confdefs.h */" > confdefs.h
c28c63d8
JB
2071
2072# Predefined preprocessor variables.
2073
2074cat >>confdefs.h <<_ACEOF
2075#define PACKAGE_NAME "$PACKAGE_NAME"
2076_ACEOF
2077
c28c63d8
JB
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2080_ACEOF
2081
c28c63d8
JB
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_VERSION "$PACKAGE_VERSION"
2084_ACEOF
2085
c28c63d8
JB
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_STRING "$PACKAGE_STRING"
2088_ACEOF
2089
c28c63d8
JB
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2092_ACEOF
2093
81ecdfbb
RW
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_URL "$PACKAGE_URL"
2096_ACEOF
2097
c28c63d8
JB
2098
2099# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2100# Prefer an explicitly selected file to automatically selected ones.
2101ac_site_file1=NONE
2102ac_site_file2=NONE
2103if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2104 # We do not want a PATH search for config.site.
2105 case $CONFIG_SITE in #((
2106 -*) ac_site_file1=./$CONFIG_SITE;;
2107 */*) ac_site_file1=$CONFIG_SITE;;
2108 *) ac_site_file1=./$CONFIG_SITE;;
2109 esac
81ecdfbb
RW
2110elif test "x$prefix" != xNONE; then
2111 ac_site_file1=$prefix/share/config.site
2112 ac_site_file2=$prefix/etc/config.site
2113else
2114 ac_site_file1=$ac_default_prefix/share/config.site
2115 ac_site_file2=$ac_default_prefix/etc/config.site
2116fi
2117for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2118do
2119 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2120 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2122$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c28c63d8 2123 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2124 . "$ac_site_file" \
2125 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2126$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2127as_fn_error $? "failed to load site script $ac_site_file
2128See \`config.log' for more details" "$LINENO" 5; }
c28c63d8
JB
2129 fi
2130done
2131
2132if test -r "$cache_file"; then
d0ac1c44
SM
2133 # Some versions of bash will fail to source /dev/null (special files
2134 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2135 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2137$as_echo "$as_me: loading cache $cache_file" >&6;}
c28c63d8 2138 case $cache_file in
81ecdfbb
RW
2139 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2140 *) . "./$cache_file";;
c28c63d8
JB
2141 esac
2142 fi
2143else
81ecdfbb
RW
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2145$as_echo "$as_me: creating cache $cache_file" >&6;}
c28c63d8
JB
2146 >$cache_file
2147fi
2148
2149# Check that the precious variables saved in the cache have kept the same
2150# value.
2151ac_cache_corrupted=false
81ecdfbb 2152for ac_var in $ac_precious_vars; do
c28c63d8
JB
2153 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2154 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2155 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2156 eval ac_new_val=\$ac_env_${ac_var}_value
c28c63d8
JB
2157 case $ac_old_set,$ac_new_set in
2158 set,)
81ecdfbb
RW
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2160$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c28c63d8
JB
2161 ac_cache_corrupted=: ;;
2162 ,set)
81ecdfbb
RW
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2164$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c28c63d8
JB
2165 ac_cache_corrupted=: ;;
2166 ,);;
2167 *)
2168 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2169 # differences in whitespace do not lead to failure.
2170 ac_old_val_w=`echo x $ac_old_val`
2171 ac_new_val_w=`echo x $ac_new_val`
2172 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2174$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2175 ac_cache_corrupted=:
2176 else
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2178$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2179 eval $ac_var=\$ac_old_val
2180 fi
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2182$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2184$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c28c63d8
JB
2185 fi;;
2186 esac
2187 # Pass precious variables to config.status.
2188 if test "$ac_new_set" = set; then
2189 case $ac_new_val in
81ecdfbb 2190 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
2191 *) ac_arg=$ac_var=$ac_new_val ;;
2192 esac
2193 case " $ac_configure_args " in
2194 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2195 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c28c63d8
JB
2196 esac
2197 fi
2198done
2199if $ac_cache_corrupted; then
81ecdfbb
RW
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2203$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c28c63d8 2205fi
81ecdfbb
RW
2206## -------------------- ##
2207## Main body of script. ##
2208## -------------------- ##
c28c63d8 2209
d6416cdc
RW
2210ac_ext=c
2211ac_cpp='$CPP $CPPFLAGS'
2212ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2213ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2214ac_compiler_gnu=$ac_cv_c_compiler_gnu
2215
c28c63d8 2216
6bb11ab3
L
2217
2218
2219
2220
2221
c2783492
MF
2222ac_aux_dir=
2223for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2224 if test -f "$ac_dir/install-sh"; then
2225 ac_aux_dir=$ac_dir
2226 ac_install_sh="$ac_aux_dir/install-sh -c"
2227 break
2228 elif test -f "$ac_dir/install.sh"; then
2229 ac_aux_dir=$ac_dir
2230 ac_install_sh="$ac_aux_dir/install.sh -c"
2231 break
2232 elif test -f "$ac_dir/shtool"; then
2233 ac_aux_dir=$ac_dir
2234 ac_install_sh="$ac_aux_dir/shtool install -c"
2235 break
2236 fi
2237done
2238if test -z "$ac_aux_dir"; then
2239 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2240fi
2241
2242# These three variables are undocumented and unsupported,
2243# and are intended to be withdrawn in a future Autoconf release.
2244# They can cause serious problems if a builder's source tree is in a directory
2245# whose full name contains unusual characters.
2246ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2247ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2248ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2249
2250
2251# Make sure we can run config.sub.
2252$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2253 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2254
2255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2256$as_echo_n "checking build system type... " >&6; }
2257if ${ac_cv_build+:} false; then :
2258 $as_echo_n "(cached) " >&6
2259else
2260 ac_build_alias=$build_alias
2261test "x$ac_build_alias" = x &&
2262 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2263test "x$ac_build_alias" = x &&
2264 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2265ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2266 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2267
2268fi
2269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2270$as_echo "$ac_cv_build" >&6; }
2271case $ac_cv_build in
2272*-*-*) ;;
2273*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2274esac
2275build=$ac_cv_build
2276ac_save_IFS=$IFS; IFS='-'
2277set x $ac_cv_build
2278shift
2279build_cpu=$1
2280build_vendor=$2
2281shift; shift
2282# Remember, the first character of IFS is used to create $*,
2283# except with old shells:
2284build_os=$*
2285IFS=$ac_save_IFS
2286case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2287
2288
2289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2290$as_echo_n "checking host system type... " >&6; }
2291if ${ac_cv_host+:} false; then :
2292 $as_echo_n "(cached) " >&6
2293else
2294 if test "x$host_alias" = x; then
2295 ac_cv_host=$ac_cv_build
2296else
2297 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2298 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2299fi
2300
2301fi
2302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2303$as_echo "$ac_cv_host" >&6; }
2304case $ac_cv_host in
2305*-*-*) ;;
2306*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2307esac
2308host=$ac_cv_host
2309ac_save_IFS=$IFS; IFS='-'
2310set x $ac_cv_host
2311shift
2312host_cpu=$1
2313host_vendor=$2
2314shift; shift
2315# Remember, the first character of IFS is used to create $*,
2316# except with old shells:
2317host_os=$*
2318IFS=$ac_save_IFS
2319case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2320
2321
2322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2323$as_echo_n "checking target system type... " >&6; }
2324if ${ac_cv_target+:} false; then :
2325 $as_echo_n "(cached) " >&6
2326else
2327 if test "x$target_alias" = x; then
2328 ac_cv_target=$ac_cv_host
2329else
2330 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2331 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2332fi
2333
2334fi
2335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2336$as_echo "$ac_cv_target" >&6; }
2337case $ac_cv_target in
2338*-*-*) ;;
2339*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2340esac
2341target=$ac_cv_target
2342ac_save_IFS=$IFS; IFS='-'
2343set x $ac_cv_target
2344shift
2345target_cpu=$1
2346target_vendor=$2
2347shift; shift
2348# Remember, the first character of IFS is used to create $*,
2349# except with old shells:
2350target_os=$*
2351IFS=$ac_save_IFS
2352case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2353
2354
2355# The aliases save the names the user supplied, while $host etc.
2356# will get canonicalized.
2357test -n "$target_alias" &&
2358 test "$program_prefix$program_suffix$program_transform_name" = \
2359 NONENONEs,x,x, &&
2360 program_prefix=${target_alias}-
6bb11ab3
L
2361ac_ext=c
2362ac_cpp='$CPP $CPPFLAGS'
2363ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2364ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2365ac_compiler_gnu=$ac_cv_c_compiler_gnu
2366if test -n "$ac_tool_prefix"; then
2367 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2368set dummy ${ac_tool_prefix}gcc; ac_word=$2
2369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2370$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2371if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2372 $as_echo_n "(cached) " >&6
2373else
2374 if test -n "$CC"; then
2375 ac_cv_prog_CC="$CC" # Let the user override the test.
2376else
2377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378for as_dir in $PATH
2379do
2380 IFS=$as_save_IFS
2381 test -z "$as_dir" && as_dir=.
2382 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2384 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2386 break 2
2387 fi
2388done
2389 done
2390IFS=$as_save_IFS
2391
2392fi
2393fi
2394CC=$ac_cv_prog_CC
2395if test -n "$CC"; then
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2397$as_echo "$CC" >&6; }
2398else
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2400$as_echo "no" >&6; }
2401fi
2402
2403
2404fi
2405if test -z "$ac_cv_prog_CC"; then
2406 ac_ct_CC=$CC
2407 # Extract the first word of "gcc", so it can be a program name with args.
2408set dummy gcc; ac_word=$2
2409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2411if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2412 $as_echo_n "(cached) " >&6
2413else
2414 if test -n "$ac_ct_CC"; then
2415 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2416else
2417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2418for as_dir in $PATH
2419do
2420 IFS=$as_save_IFS
2421 test -z "$as_dir" && as_dir=.
2422 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2423 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2424 ac_cv_prog_ac_ct_CC="gcc"
2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2426 break 2
2427 fi
2428done
2429 done
2430IFS=$as_save_IFS
2431
2432fi
2433fi
2434ac_ct_CC=$ac_cv_prog_ac_ct_CC
2435if test -n "$ac_ct_CC"; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2437$as_echo "$ac_ct_CC" >&6; }
2438else
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440$as_echo "no" >&6; }
2441fi
2442
2443 if test "x$ac_ct_CC" = x; then
2444 CC=""
2445 else
2446 case $cross_compiling:$ac_tool_warned in
2447yes:)
2448{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2449$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2450ac_tool_warned=yes ;;
2451esac
2452 CC=$ac_ct_CC
2453 fi
2454else
2455 CC="$ac_cv_prog_CC"
2456fi
2457
2458if test -z "$CC"; then
2459 if test -n "$ac_tool_prefix"; then
2460 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2461set dummy ${ac_tool_prefix}cc; ac_word=$2
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2463$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2464if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2465 $as_echo_n "(cached) " >&6
2466else
2467 if test -n "$CC"; then
2468 ac_cv_prog_CC="$CC" # Let the user override the test.
2469else
2470as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2471for as_dir in $PATH
2472do
2473 IFS=$as_save_IFS
2474 test -z "$as_dir" && as_dir=.
2475 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2477 ac_cv_prog_CC="${ac_tool_prefix}cc"
2478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2479 break 2
2480 fi
2481done
2482 done
2483IFS=$as_save_IFS
2484
2485fi
2486fi
2487CC=$ac_cv_prog_CC
2488if test -n "$CC"; then
2489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2490$as_echo "$CC" >&6; }
2491else
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2493$as_echo "no" >&6; }
2494fi
2495
2496
2497 fi
2498fi
2499if test -z "$CC"; then
2500 # Extract the first word of "cc", so it can be a program name with args.
2501set dummy cc; ac_word=$2
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2504if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2505 $as_echo_n "(cached) " >&6
2506else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509else
2510 ac_prog_rejected=no
2511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512for as_dir in $PATH
2513do
2514 IFS=$as_save_IFS
2515 test -z "$as_dir" && as_dir=.
2516 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2518 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2519 ac_prog_rejected=yes
2520 continue
2521 fi
2522 ac_cv_prog_CC="cc"
2523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2524 break 2
2525 fi
2526done
2527 done
2528IFS=$as_save_IFS
2529
2530if test $ac_prog_rejected = yes; then
2531 # We found a bogon in the path, so make sure we never use it.
2532 set dummy $ac_cv_prog_CC
2533 shift
2534 if test $# != 0; then
2535 # We chose a different compiler from the bogus one.
2536 # However, it has the same basename, so the bogon will be chosen
2537 # first if we set CC to just the basename; use the full file name.
2538 shift
2539 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2540 fi
2541fi
2542fi
2543fi
2544CC=$ac_cv_prog_CC
2545if test -n "$CC"; then
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2547$as_echo "$CC" >&6; }
2548else
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2550$as_echo "no" >&6; }
2551fi
2552
2553
2554fi
2555if test -z "$CC"; then
2556 if test -n "$ac_tool_prefix"; then
2557 for ac_prog in cl.exe
2558 do
2559 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2560set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2563if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2564 $as_echo_n "(cached) " >&6
2565else
2566 if test -n "$CC"; then
2567 ac_cv_prog_CC="$CC" # Let the user override the test.
2568else
2569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2570for as_dir in $PATH
2571do
2572 IFS=$as_save_IFS
2573 test -z "$as_dir" && as_dir=.
2574 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2576 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2579 fi
2580done
2581 done
2582IFS=$as_save_IFS
2583
2584fi
2585fi
2586CC=$ac_cv_prog_CC
2587if test -n "$CC"; then
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2589$as_echo "$CC" >&6; }
2590else
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2592$as_echo "no" >&6; }
2593fi
2594
2595
2596 test -n "$CC" && break
2597 done
2598fi
2599if test -z "$CC"; then
2600 ac_ct_CC=$CC
2601 for ac_prog in cl.exe
2602do
2603 # Extract the first word of "$ac_prog", so it can be a program name with args.
2604set dummy $ac_prog; ac_word=$2
2605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2606$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2607if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2608 $as_echo_n "(cached) " >&6
2609else
2610 if test -n "$ac_ct_CC"; then
2611 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2612else
2613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614for as_dir in $PATH
2615do
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2619 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2620 ac_cv_prog_ac_ct_CC="$ac_prog"
2621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2622 break 2
2623 fi
2624done
2625 done
2626IFS=$as_save_IFS
2627
2628fi
2629fi
2630ac_ct_CC=$ac_cv_prog_ac_ct_CC
2631if test -n "$ac_ct_CC"; then
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2633$as_echo "$ac_ct_CC" >&6; }
2634else
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2636$as_echo "no" >&6; }
2637fi
2638
2639
2640 test -n "$ac_ct_CC" && break
2641done
2642
2643 if test "x$ac_ct_CC" = x; then
2644 CC=""
2645 else
2646 case $cross_compiling:$ac_tool_warned in
2647yes:)
2648{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2649$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2650ac_tool_warned=yes ;;
2651esac
2652 CC=$ac_ct_CC
2653 fi
2654fi
2655
2656fi
2657
2658
2659test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2660$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2661as_fn_error $? "no acceptable C compiler found in \$PATH
2662See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2663
2664# Provide some information about the compiler.
2665$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2666set X $ac_compile
2667ac_compiler=$2
2668for ac_option in --version -v -V -qversion; do
2669 { { ac_try="$ac_compiler $ac_option >&5"
2670case "(($ac_try" in
2671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2672 *) ac_try_echo=$ac_try;;
2673esac
2674eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2675$as_echo "$ac_try_echo"; } >&5
2676 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2677 ac_status=$?
2678 if test -s conftest.err; then
2679 sed '10a\
2680... rest of stderr output deleted ...
2681 10q' conftest.err >conftest.er1
2682 cat conftest.er1 >&5
6bb11ab3 2683 fi
d0ac1c44 2684 rm -f conftest.er1 conftest.err
6bb11ab3
L
2685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2686 test $ac_status = 0; }
2687done
2688
2689cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2690/* end confdefs.h. */
2691
2692int
2693main ()
2694{
2695
2696 ;
2697 return 0;
2698}
2699_ACEOF
2700ac_clean_files_save=$ac_clean_files
d0ac1c44 2701ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2702# Try to create an executable without -o first, disregard a.out.
2703# It will help us diagnose broken compilers, and finding out an intuition
2704# of exeext.
d0ac1c44
SM
2705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2706$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2707ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2708
2709# The possible output files:
2710ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2711
2712ac_rmfiles=
2713for ac_file in $ac_files
2714do
2715 case $ac_file in
2716 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2717 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2718 esac
2719done
2720rm -f $ac_rmfiles
2721
2722if { { ac_try="$ac_link_default"
2723case "(($ac_try" in
2724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2725 *) ac_try_echo=$ac_try;;
2726esac
2727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2728$as_echo "$ac_try_echo"; } >&5
2729 (eval "$ac_link_default") 2>&5
2730 ac_status=$?
2731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2732 test $ac_status = 0; }; then :
2733 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2734# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2735# in a Makefile. We should not override ac_cv_exeext if it was cached,
2736# so that the user can short-circuit this test for compilers unknown to
2737# Autoconf.
2738for ac_file in $ac_files ''
2739do
2740 test -f "$ac_file" || continue
2741 case $ac_file in
2742 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2743 ;;
2744 [ab].out )
2745 # We found the default executable, but exeext='' is most
2746 # certainly right.
2747 break;;
2748 *.* )
2749 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2750 then :; else
2751 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2752 fi
2753 # We set ac_cv_exeext here because the later test for it is not
2754 # safe: cross compilers may not add the suffix if given an `-o'
2755 # argument, so we may need to know it at that point already.
2756 # Even if this section looks crufty: it has the advantage of
2757 # actually working.
2758 break;;
2759 * )
2760 break;;
2761 esac
2762done
2763test "$ac_cv_exeext" = no && ac_cv_exeext=
2764
2765else
2766 ac_file=''
2767fi
6bb11ab3 2768if test -z "$ac_file"; then :
d0ac1c44
SM
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2770$as_echo "no" >&6; }
2771$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2772sed 's/^/| /' conftest.$ac_ext >&5
2773
2774{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2775$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2776as_fn_error 77 "C compiler cannot create executables
2777See \`config.log' for more details" "$LINENO" 5; }
2778else
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2780$as_echo "yes" >&6; }
6bb11ab3 2781fi
d0ac1c44
SM
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2783$as_echo_n "checking for C compiler default output file name... " >&6; }
2784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2785$as_echo "$ac_file" >&6; }
6bb11ab3
L
2786ac_exeext=$ac_cv_exeext
2787
d0ac1c44 2788rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2789ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2791$as_echo_n "checking for suffix of executables... " >&6; }
2792if { { ac_try="$ac_link"
2793case "(($ac_try" in
2794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2795 *) ac_try_echo=$ac_try;;
2796esac
2797eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2798$as_echo "$ac_try_echo"; } >&5
2799 (eval "$ac_link") 2>&5
2800 ac_status=$?
2801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2802 test $ac_status = 0; }; then :
2803 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2804# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2805# work properly (i.e., refer to `conftest.exe'), while it won't with
2806# `rm'.
2807for ac_file in conftest.exe conftest conftest.*; do
2808 test -f "$ac_file" || continue
2809 case $ac_file in
2810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2811 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2812 break;;
2813 * ) break;;
2814 esac
2815done
2816else
2817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2818$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2819as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2820See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2821fi
d0ac1c44 2822rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2824$as_echo "$ac_cv_exeext" >&6; }
2825
2826rm -f conftest.$ac_ext
2827EXEEXT=$ac_cv_exeext
2828ac_exeext=$EXEEXT
d0ac1c44
SM
2829cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2830/* end confdefs.h. */
2831#include <stdio.h>
2832int
2833main ()
2834{
2835FILE *f = fopen ("conftest.out", "w");
2836 return ferror (f) || fclose (f) != 0;
2837
2838 ;
2839 return 0;
2840}
2841_ACEOF
2842ac_clean_files="$ac_clean_files conftest.out"
2843# Check that the compiler produces executables we can run. If not, either
2844# the compiler is broken, or we cross compile.
2845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2846$as_echo_n "checking whether we are cross compiling... " >&6; }
2847if test "$cross_compiling" != yes; then
2848 { { ac_try="$ac_link"
2849case "(($ac_try" in
2850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2851 *) ac_try_echo=$ac_try;;
2852esac
2853eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2854$as_echo "$ac_try_echo"; } >&5
2855 (eval "$ac_link") 2>&5
2856 ac_status=$?
2857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2858 test $ac_status = 0; }
2859 if { ac_try='./conftest$ac_cv_exeext'
2860 { { case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863esac
2864eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2865$as_echo "$ac_try_echo"; } >&5
2866 (eval "$ac_try") 2>&5
2867 ac_status=$?
2868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2869 test $ac_status = 0; }; }; then
2870 cross_compiling=no
2871 else
2872 if test "$cross_compiling" = maybe; then
2873 cross_compiling=yes
2874 else
2875 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2876$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877as_fn_error $? "cannot run C compiled programs.
2878If you meant to cross compile, use \`--host'.
2879See \`config.log' for more details" "$LINENO" 5; }
2880 fi
2881 fi
2882fi
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2884$as_echo "$cross_compiling" >&6; }
2885
2886rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2887ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2889$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2890if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2891 $as_echo_n "(cached) " >&6
2892else
2893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2894/* end confdefs.h. */
2895
2896int
2897main ()
2898{
2899
2900 ;
2901 return 0;
2902}
2903_ACEOF
2904rm -f conftest.o conftest.obj
2905if { { ac_try="$ac_compile"
2906case "(($ac_try" in
2907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2908 *) ac_try_echo=$ac_try;;
2909esac
2910eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2911$as_echo "$ac_try_echo"; } >&5
2912 (eval "$ac_compile") 2>&5
2913 ac_status=$?
2914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2915 test $ac_status = 0; }; then :
2916 for ac_file in conftest.o conftest.obj conftest.*; do
2917 test -f "$ac_file" || continue;
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2920 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2921 break;;
2922 esac
2923done
2924else
2925 $as_echo "$as_me: failed program was:" >&5
2926sed 's/^/| /' conftest.$ac_ext >&5
2927
2928{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2929$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2930as_fn_error $? "cannot compute suffix of object files: cannot compile
2931See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2932fi
2933rm -f conftest.$ac_cv_objext conftest.$ac_ext
2934fi
2935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2936$as_echo "$ac_cv_objext" >&6; }
2937OBJEXT=$ac_cv_objext
2938ac_objext=$OBJEXT
2939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2940$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2941if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2942 $as_echo_n "(cached) " >&6
2943else
2944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2945/* end confdefs.h. */
2946
2947int
2948main ()
2949{
2950#ifndef __GNUC__
2951 choke me
2952#endif
2953
2954 ;
2955 return 0;
2956}
2957_ACEOF
2958if ac_fn_c_try_compile "$LINENO"; then :
2959 ac_compiler_gnu=yes
2960else
2961 ac_compiler_gnu=no
2962fi
2963rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2964ac_cv_c_compiler_gnu=$ac_compiler_gnu
2965
2966fi
2967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2968$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2969if test $ac_compiler_gnu = yes; then
2970 GCC=yes
2971else
2972 GCC=
2973fi
2974ac_test_CFLAGS=${CFLAGS+set}
2975ac_save_CFLAGS=$CFLAGS
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2977$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2978if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2979 $as_echo_n "(cached) " >&6
2980else
2981 ac_save_c_werror_flag=$ac_c_werror_flag
2982 ac_c_werror_flag=yes
2983 ac_cv_prog_cc_g=no
2984 CFLAGS="-g"
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986/* end confdefs.h. */
2987
2988int
2989main ()
2990{
2991
2992 ;
2993 return 0;
2994}
2995_ACEOF
2996if ac_fn_c_try_compile "$LINENO"; then :
2997 ac_cv_prog_cc_g=yes
2998else
2999 CFLAGS=""
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3001/* end confdefs.h. */
3002
3003int
3004main ()
3005{
3006
3007 ;
3008 return 0;
3009}
3010_ACEOF
3011if ac_fn_c_try_compile "$LINENO"; then :
3012
3013else
3014 ac_c_werror_flag=$ac_save_c_werror_flag
3015 CFLAGS="-g"
3016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3017/* end confdefs.h. */
3018
3019int
3020main ()
3021{
3022
3023 ;
3024 return 0;
3025}
3026_ACEOF
3027if ac_fn_c_try_compile "$LINENO"; then :
3028 ac_cv_prog_cc_g=yes
3029fi
3030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3031fi
3032rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3033fi
3034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3035 ac_c_werror_flag=$ac_save_c_werror_flag
3036fi
3037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3038$as_echo "$ac_cv_prog_cc_g" >&6; }
3039if test "$ac_test_CFLAGS" = set; then
3040 CFLAGS=$ac_save_CFLAGS
3041elif test $ac_cv_prog_cc_g = yes; then
3042 if test "$GCC" = yes; then
3043 CFLAGS="-g -O2"
3044 else
3045 CFLAGS="-g"
3046 fi
3047else
3048 if test "$GCC" = yes; then
3049 CFLAGS="-O2"
3050 else
3051 CFLAGS=
3052 fi
3053fi
3054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3055$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3056if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3057 $as_echo_n "(cached) " >&6
3058else
3059 ac_cv_prog_cc_c89=no
3060ac_save_CC=$CC
3061cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3062/* end confdefs.h. */
3063#include <stdarg.h>
3064#include <stdio.h>
d0ac1c44 3065struct stat;
6bb11ab3
L
3066/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3067struct buf { int x; };
3068FILE * (*rcsopen) (struct buf *, struct stat *, int);
3069static char *e (p, i)
3070 char **p;
3071 int i;
3072{
3073 return p[i];
3074}
3075static char *f (char * (*g) (char **, int), char **p, ...)
3076{
3077 char *s;
3078 va_list v;
3079 va_start (v,p);
3080 s = g (p, va_arg (v,int));
3081 va_end (v);
3082 return s;
3083}
3084
3085/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3086 function prototypes and stuff, but not '\xHH' hex character constants.
3087 These don't provoke an error unfortunately, instead are silently treated
3088 as 'x'. The following induces an error, until -std is added to get
3089 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3090 array size at least. It's necessary to write '\x00'==0 to get something
3091 that's true only with -std. */
3092int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3093
3094/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3095 inside strings and character constants. */
3096#define FOO(x) 'x'
3097int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3098
3099int test (int i, double x);
3100struct s1 {int (*f) (int a);};
3101struct s2 {int (*f) (double a);};
3102int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3103int argc;
3104char **argv;
3105int
3106main ()
3107{
3108return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3109 ;
3110 return 0;
3111}
3112_ACEOF
3113for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3114 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3115do
3116 CC="$ac_save_CC $ac_arg"
3117 if ac_fn_c_try_compile "$LINENO"; then :
3118 ac_cv_prog_cc_c89=$ac_arg
3119fi
3120rm -f core conftest.err conftest.$ac_objext
3121 test "x$ac_cv_prog_cc_c89" != "xno" && break
3122done
3123rm -f conftest.$ac_ext
3124CC=$ac_save_CC
3125
3126fi
3127# AC_CACHE_VAL
3128case "x$ac_cv_prog_cc_c89" in
3129 x)
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3131$as_echo "none needed" >&6; } ;;
3132 xno)
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3134$as_echo "unsupported" >&6; } ;;
3135 *)
3136 CC="$CC $ac_cv_prog_cc_c89"
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3138$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3139esac
3140if test "x$ac_cv_prog_cc_c89" != xno; then :
3141
3142fi
3143
3144ac_ext=c
3145ac_cpp='$CPP $CPPFLAGS'
3146ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3147ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3148ac_compiler_gnu=$ac_cv_c_compiler_gnu
3149
c2783492 3150
ebe9564b
MF
3151ac_ext=c
3152ac_cpp='$CPP $CPPFLAGS'
3153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3155ac_compiler_gnu=$ac_cv_c_compiler_gnu
3156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3157$as_echo_n "checking how to run the C preprocessor... " >&6; }
3158# On Suns, sometimes $CPP names a directory.
3159if test -n "$CPP" && test -d "$CPP"; then
3160 CPP=
3161fi
3162if test -z "$CPP"; then
3163 if ${ac_cv_prog_CPP+:} false; then :
3164 $as_echo_n "(cached) " >&6
3165else
3166 # Double quotes because CPP needs to be expanded
3167 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3168 do
3169 ac_preproc_ok=false
3170for ac_c_preproc_warn_flag in '' yes
3171do
3172 # Use a header file that comes with gcc, so configuring glibc
3173 # with a fresh cross-compiler works.
3174 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3175 # <limits.h> exists even on freestanding compilers.
3176 # On the NeXT, cc -E runs the code through the compiler's parser,
3177 # not just through cpp. "Syntax error" is here to catch this case.
3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179/* end confdefs.h. */
3180#ifdef __STDC__
3181# include <limits.h>
3182#else
3183# include <assert.h>
3184#endif
3185 Syntax error
3186_ACEOF
3187if ac_fn_c_try_cpp "$LINENO"; then :
3188
3189else
3190 # Broken: fails on valid input.
3191continue
3192fi
3193rm -f conftest.err conftest.i conftest.$ac_ext
3194
3195 # OK, works on sane cases. Now check whether nonexistent headers
3196 # can be detected and how.
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198/* end confdefs.h. */
3199#include <ac_nonexistent.h>
3200_ACEOF
3201if ac_fn_c_try_cpp "$LINENO"; then :
3202 # Broken: success on invalid input.
3203continue
3204else
3205 # Passes both tests.
3206ac_preproc_ok=:
3207break
3208fi
3209rm -f conftest.err conftest.i conftest.$ac_ext
3210
3211done
3212# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3213rm -f conftest.i conftest.err conftest.$ac_ext
3214if $ac_preproc_ok; then :
3215 break
3216fi
3217
3218 done
3219 ac_cv_prog_CPP=$CPP
3220
3221fi
3222 CPP=$ac_cv_prog_CPP
3223else
3224 ac_cv_prog_CPP=$CPP
3225fi
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3227$as_echo "$CPP" >&6; }
3228ac_preproc_ok=false
3229for ac_c_preproc_warn_flag in '' yes
3230do
3231 # Use a header file that comes with gcc, so configuring glibc
3232 # with a fresh cross-compiler works.
3233 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3234 # <limits.h> exists even on freestanding compilers.
3235 # On the NeXT, cc -E runs the code through the compiler's parser,
3236 # not just through cpp. "Syntax error" is here to catch this case.
3237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3238/* end confdefs.h. */
3239#ifdef __STDC__
3240# include <limits.h>
3241#else
3242# include <assert.h>
3243#endif
3244 Syntax error
3245_ACEOF
3246if ac_fn_c_try_cpp "$LINENO"; then :
3247
3248else
3249 # Broken: fails on valid input.
3250continue
3251fi
3252rm -f conftest.err conftest.i conftest.$ac_ext
3253
3254 # OK, works on sane cases. Now check whether nonexistent headers
3255 # can be detected and how.
3256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257/* end confdefs.h. */
3258#include <ac_nonexistent.h>
3259_ACEOF
3260if ac_fn_c_try_cpp "$LINENO"; then :
3261 # Broken: success on invalid input.
3262continue
3263else
3264 # Passes both tests.
3265ac_preproc_ok=:
3266break
3267fi
3268rm -f conftest.err conftest.i conftest.$ac_ext
3269
3270done
3271# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3272rm -f conftest.i conftest.err conftest.$ac_ext
3273if $ac_preproc_ok; then :
3274
3275else
3276 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3277$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3278as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3279See \`config.log' for more details" "$LINENO" 5; }
3280fi
3281
3282ac_ext=c
3283ac_cpp='$CPP $CPPFLAGS'
3284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3286ac_compiler_gnu=$ac_cv_c_compiler_gnu
3287
6bb11ab3
L
3288
3289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3290$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3291if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3292 $as_echo_n "(cached) " >&6
3293else
3294 if test -z "$GREP"; then
3295 ac_path_GREP_found=false
3296 # Loop through the user's path and test for each of PROGNAME-LIST
3297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3298for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3299do
3300 IFS=$as_save_IFS
3301 test -z "$as_dir" && as_dir=.
3302 for ac_prog in grep ggrep; do
3303 for ac_exec_ext in '' $ac_executable_extensions; do
3304 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3305 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3306# Check for GNU ac_path_GREP and select it if it is found.
3307 # Check for GNU $ac_path_GREP
3308case `"$ac_path_GREP" --version 2>&1` in
3309*GNU*)
3310 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3311*)
3312 ac_count=0
3313 $as_echo_n 0123456789 >"conftest.in"
3314 while :
3315 do
3316 cat "conftest.in" "conftest.in" >"conftest.tmp"
3317 mv "conftest.tmp" "conftest.in"
3318 cp "conftest.in" "conftest.nl"
3319 $as_echo 'GREP' >> "conftest.nl"
3320 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3321 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3322 as_fn_arith $ac_count + 1 && ac_count=$as_val
3323 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3324 # Best one so far, save it but keep looking for a better one
3325 ac_cv_path_GREP="$ac_path_GREP"
3326 ac_path_GREP_max=$ac_count
3327 fi
3328 # 10*(2^10) chars as input seems more than enough
3329 test $ac_count -gt 10 && break
3330 done
3331 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3332esac
3333
3334 $ac_path_GREP_found && break 3
3335 done
3336 done
3337 done
3338IFS=$as_save_IFS
3339 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3340 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3341 fi
3342else
3343 ac_cv_path_GREP=$GREP
3344fi
3345
3346fi
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3348$as_echo "$ac_cv_path_GREP" >&6; }
3349 GREP="$ac_cv_path_GREP"
3350
3351
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3353$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3354if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3355 $as_echo_n "(cached) " >&6
3356else
3357 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3358 then ac_cv_path_EGREP="$GREP -E"
3359 else
3360 if test -z "$EGREP"; then
3361 ac_path_EGREP_found=false
3362 # Loop through the user's path and test for each of PROGNAME-LIST
3363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3364for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3365do
3366 IFS=$as_save_IFS
3367 test -z "$as_dir" && as_dir=.
3368 for ac_prog in egrep; do
3369 for ac_exec_ext in '' $ac_executable_extensions; do
3370 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3371 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3372# Check for GNU ac_path_EGREP and select it if it is found.
3373 # Check for GNU $ac_path_EGREP
3374case `"$ac_path_EGREP" --version 2>&1` in
3375*GNU*)
3376 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3377*)
3378 ac_count=0
3379 $as_echo_n 0123456789 >"conftest.in"
3380 while :
3381 do
3382 cat "conftest.in" "conftest.in" >"conftest.tmp"
3383 mv "conftest.tmp" "conftest.in"
3384 cp "conftest.in" "conftest.nl"
3385 $as_echo 'EGREP' >> "conftest.nl"
3386 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3387 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3388 as_fn_arith $ac_count + 1 && ac_count=$as_val
3389 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3390 # Best one so far, save it but keep looking for a better one
3391 ac_cv_path_EGREP="$ac_path_EGREP"
3392 ac_path_EGREP_max=$ac_count
3393 fi
3394 # 10*(2^10) chars as input seems more than enough
3395 test $ac_count -gt 10 && break
3396 done
3397 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3398esac
3399
3400 $ac_path_EGREP_found && break 3
3401 done
3402 done
3403 done
3404IFS=$as_save_IFS
3405 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3406 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3407 fi
3408else
3409 ac_cv_path_EGREP=$EGREP
3410fi
3411
3412 fi
3413fi
3414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3415$as_echo "$ac_cv_path_EGREP" >&6; }
3416 EGREP="$ac_cv_path_EGREP"
3417
3418
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3420$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3421if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3422 $as_echo_n "(cached) " >&6
3423else
3424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3425/* end confdefs.h. */
3426#include <stdlib.h>
3427#include <stdarg.h>
3428#include <string.h>
3429#include <float.h>
3430
3431int
3432main ()
3433{
3434
3435 ;
3436 return 0;
3437}
3438_ACEOF
3439if ac_fn_c_try_compile "$LINENO"; then :
3440 ac_cv_header_stdc=yes
3441else
3442 ac_cv_header_stdc=no
3443fi
3444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445
3446if test $ac_cv_header_stdc = yes; then
3447 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449/* end confdefs.h. */
3450#include <string.h>
3451
3452_ACEOF
3453if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3454 $EGREP "memchr" >/dev/null 2>&1; then :
3455
3456else
3457 ac_cv_header_stdc=no
3458fi
3459rm -f conftest*
3460
3461fi
3462
3463if test $ac_cv_header_stdc = yes; then
3464 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3466/* end confdefs.h. */
3467#include <stdlib.h>
3468
3469_ACEOF
3470if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3471 $EGREP "free" >/dev/null 2>&1; then :
3472
3473else
3474 ac_cv_header_stdc=no
3475fi
3476rm -f conftest*
3477
3478fi
3479
3480if test $ac_cv_header_stdc = yes; then
3481 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3482 if test "$cross_compiling" = yes; then :
3483 :
3484else
3485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3486/* end confdefs.h. */
3487#include <ctype.h>
3488#include <stdlib.h>
3489#if ((' ' & 0x0FF) == 0x020)
3490# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3491# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3492#else
3493# define ISLOWER(c) \
3494 (('a' <= (c) && (c) <= 'i') \
3495 || ('j' <= (c) && (c) <= 'r') \
3496 || ('s' <= (c) && (c) <= 'z'))
3497# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3498#endif
3499
3500#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3501int
3502main ()
3503{
3504 int i;
3505 for (i = 0; i < 256; i++)
3506 if (XOR (islower (i), ISLOWER (i))
3507 || toupper (i) != TOUPPER (i))
3508 return 2;
3509 return 0;
3510}
3511_ACEOF
3512if ac_fn_c_try_run "$LINENO"; then :
3513
3514else
3515 ac_cv_header_stdc=no
3516fi
3517rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3518 conftest.$ac_objext conftest.beam conftest.$ac_ext
3519fi
3520
3521fi
3522fi
3523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3524$as_echo "$ac_cv_header_stdc" >&6; }
3525if test $ac_cv_header_stdc = yes; then
3526
3527$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3528
3529fi
3530
3531# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3532for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3533 inttypes.h stdint.h unistd.h
3534do :
3535 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3536ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3537"
d0ac1c44 3538if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3539 cat >>confdefs.h <<_ACEOF
3540#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3541_ACEOF
3542
3543fi
3544
3545done
3546
3547
3548
3549 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3550if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3551 MINIX=yes
3552else
3553 MINIX=
3554fi
3555
3556
3557 if test "$MINIX" = yes; then
3558
3559$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3560
3561
3562$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3563
3564
3565$as_echo "#define _MINIX 1" >>confdefs.h
3566
3567 fi
3568
3569
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3571$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3572if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3573 $as_echo_n "(cached) " >&6
3574else
3575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3576/* end confdefs.h. */
3577
d0ac1c44
SM
3578# define __EXTENSIONS__ 1
3579 $ac_includes_default
6bb11ab3
L
3580int
3581main ()
3582{
3583
3584 ;
3585 return 0;
3586}
3587_ACEOF
3588if ac_fn_c_try_compile "$LINENO"; then :
3589 ac_cv_safe_to_define___extensions__=yes
3590else
3591 ac_cv_safe_to_define___extensions__=no
3592fi
3593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3594fi
3595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3596$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3597 test $ac_cv_safe_to_define___extensions__ = yes &&
3598 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3599
3600 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3601
3602 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3603
3604 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3605
3606 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3607
3608
3609test "$program_prefix" != NONE &&
3610 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3611# Use a double $ so make ignores it.
3612test "$program_suffix" != NONE &&
3613 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3614# Double any \ or $.
3615# By default was `s,x,x', remove it if useless.
3616ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3617program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3618
3619# Find a good install program. We prefer a C program (faster),
3620# so one script is as good as another. But avoid the broken or
3621# incompatible versions:
3622# SysV /etc/install, /usr/sbin/install
3623# SunOS /usr/etc/install
3624# IRIX /sbin/install
3625# AIX /bin/install
3626# AmigaOS /C/install, which installs bootblocks on floppy discs
3627# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3628# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3629# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3630# OS/2's system install, which has a completely different semantic
3631# ./install, which can be erroneously created by make from ./install.sh.
3632# Reject install programs that cannot install multiple files.
3633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3634$as_echo_n "checking for a BSD-compatible install... " >&6; }
3635if test -z "$INSTALL"; then
d0ac1c44 3636if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3637 $as_echo_n "(cached) " >&6
3638else
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3640for as_dir in $PATH
3641do
3642 IFS=$as_save_IFS
3643 test -z "$as_dir" && as_dir=.
3644 # Account for people who put trailing slashes in PATH elements.
3645case $as_dir/ in #((
3646 ./ | .// | /[cC]/* | \
3647 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3648 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3649 /usr/ucb/* ) ;;
3650 *)
3651 # OSF1 and SCO ODT 3.0 have their own names for install.
3652 # Don't use installbsd from OSF since it installs stuff as root
3653 # by default.
3654 for ac_prog in ginstall scoinst install; do
3655 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3656 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3657 if test $ac_prog = install &&
3658 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3659 # AIX install. It has an incompatible calling convention.
3660 :
3661 elif test $ac_prog = install &&
3662 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3663 # program-specific install script used by HP pwplus--don't use.
3664 :
3665 else
3666 rm -rf conftest.one conftest.two conftest.dir
3667 echo one > conftest.one
3668 echo two > conftest.two
3669 mkdir conftest.dir
3670 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3671 test -s conftest.one && test -s conftest.two &&
3672 test -s conftest.dir/conftest.one &&
3673 test -s conftest.dir/conftest.two
3674 then
3675 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3676 break 3
3677 fi
3678 fi
3679 fi
3680 done
3681 done
3682 ;;
3683esac
3684
3685 done
3686IFS=$as_save_IFS
3687
3688rm -rf conftest.one conftest.two conftest.dir
3689
3690fi
3691 if test "${ac_cv_path_install+set}" = set; then
3692 INSTALL=$ac_cv_path_install
3693 else
3694 # As a last resort, use the slow shell script. Don't cache a
3695 # value for INSTALL within a source directory, because that will
3696 # break other packages using the cache if that directory is
3697 # removed, or if the value is a relative name.
3698 INSTALL=$ac_install_sh
3699 fi
3700fi
3701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3702$as_echo "$INSTALL" >&6; }
3703
3704# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3705# It thinks the first close brace ends the variable substitution.
3706test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3707
3708test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3709
3710test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3711
3712rm -rf .tst 2>/dev/null
3713mkdir .tst 2>/dev/null
3714if test -d .tst; then
3715 am__leading_dot=.
3716else
3717 am__leading_dot=_
3718fi
3719rmdir .tst 2>/dev/null
3720
3721DEPDIR="${am__leading_dot}deps"
3722
3723case `pwd` in
3724 *\ * | *\ *)
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3726$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3727esac
3728
3729
3730
3731macro_version='2.2.7a'
3732macro_revision='1.3134'
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746ltmain="$ac_aux_dir/ltmain.sh"
3747
3748# Backslashify metacharacters that are still active within
3749# double-quoted strings.
3750sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3751
3752# Same as above, but do not quote variable references.
3753double_quote_subst='s/\(["`\\]\)/\\\1/g'
3754
3755# Sed substitution to delay expansion of an escaped shell variable in a
3756# double_quote_subst'ed string.
3757delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3758
3759# Sed substitution to delay expansion of an escaped single quote.
3760delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3761
3762# Sed substitution to avoid accidental globbing in evaled expressions
3763no_glob_subst='s/\*/\\\*/g'
3764
3765ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3766ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3767ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3768
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3770$as_echo_n "checking how to print strings... " >&6; }
3771# Test print first, because it will be a builtin if present.
3772if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3773 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3774 ECHO='print -r --'
3775elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3776 ECHO='printf %s\n'
3777else
3778 # Use this function as a fallback that always works.
3779 func_fallback_echo ()
3780 {
3781 eval 'cat <<_LTECHO_EOF
3782$1
3783_LTECHO_EOF'
3784 }
3785 ECHO='func_fallback_echo'
3786fi
3787
3788# func_echo_all arg...
3789# Invoke $ECHO with all args, space-separated.
3790func_echo_all ()
3791{
3792 $ECHO ""
3793}
3794
3795case "$ECHO" in
3796 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3797$as_echo "printf" >&6; } ;;
3798 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3799$as_echo "print -r" >&6; } ;;
3800 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3801$as_echo "cat" >&6; } ;;
3802esac
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3818$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3819if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3820 $as_echo_n "(cached) " >&6
3821else
3822 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3823 for ac_i in 1 2 3 4 5 6 7; do
3824 ac_script="$ac_script$as_nl$ac_script"
3825 done
3826 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3827 { ac_script=; unset ac_script;}
3828 if test -z "$SED"; then
3829 ac_path_SED_found=false
3830 # Loop through the user's path and test for each of PROGNAME-LIST
3831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3832for as_dir in $PATH
3833do
3834 IFS=$as_save_IFS
3835 test -z "$as_dir" && as_dir=.
3836 for ac_prog in sed gsed; do
3837 for ac_exec_ext in '' $ac_executable_extensions; do
3838 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3839 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3840# Check for GNU ac_path_SED and select it if it is found.
3841 # Check for GNU $ac_path_SED
3842case `"$ac_path_SED" --version 2>&1` in
3843*GNU*)
3844 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3845*)
3846 ac_count=0
3847 $as_echo_n 0123456789 >"conftest.in"
3848 while :
3849 do
3850 cat "conftest.in" "conftest.in" >"conftest.tmp"
3851 mv "conftest.tmp" "conftest.in"
3852 cp "conftest.in" "conftest.nl"
3853 $as_echo '' >> "conftest.nl"
3854 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3855 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3856 as_fn_arith $ac_count + 1 && ac_count=$as_val
3857 if test $ac_count -gt ${ac_path_SED_max-0}; then
3858 # Best one so far, save it but keep looking for a better one
3859 ac_cv_path_SED="$ac_path_SED"
3860 ac_path_SED_max=$ac_count
3861 fi
3862 # 10*(2^10) chars as input seems more than enough
3863 test $ac_count -gt 10 && break
3864 done
3865 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3866esac
3867
3868 $ac_path_SED_found && break 3
3869 done
3870 done
3871 done
3872IFS=$as_save_IFS
3873 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3874 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3875 fi
3876else
3877 ac_cv_path_SED=$SED
3878fi
3879
3880fi
3881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3882$as_echo "$ac_cv_path_SED" >&6; }
3883 SED="$ac_cv_path_SED"
3884 rm -f conftest.sed
3885
3886test -z "$SED" && SED=sed
3887Xsed="$SED -e 1s/^X//"
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3900$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3901if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3902 $as_echo_n "(cached) " >&6
3903else
3904 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3905 then ac_cv_path_FGREP="$GREP -F"
3906 else
3907 if test -z "$FGREP"; then
3908 ac_path_FGREP_found=false
3909 # Loop through the user's path and test for each of PROGNAME-LIST
3910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3912do
3913 IFS=$as_save_IFS
3914 test -z "$as_dir" && as_dir=.
3915 for ac_prog in fgrep; do
3916 for ac_exec_ext in '' $ac_executable_extensions; do
3917 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3918 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3919# Check for GNU ac_path_FGREP and select it if it is found.
3920 # Check for GNU $ac_path_FGREP
3921case `"$ac_path_FGREP" --version 2>&1` in
3922*GNU*)
3923 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3924*)
3925 ac_count=0
3926 $as_echo_n 0123456789 >"conftest.in"
3927 while :
3928 do
3929 cat "conftest.in" "conftest.in" >"conftest.tmp"
3930 mv "conftest.tmp" "conftest.in"
3931 cp "conftest.in" "conftest.nl"
3932 $as_echo 'FGREP' >> "conftest.nl"
3933 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3934 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3935 as_fn_arith $ac_count + 1 && ac_count=$as_val
3936 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3937 # Best one so far, save it but keep looking for a better one
3938 ac_cv_path_FGREP="$ac_path_FGREP"
3939 ac_path_FGREP_max=$ac_count
3940 fi
3941 # 10*(2^10) chars as input seems more than enough
3942 test $ac_count -gt 10 && break
3943 done
3944 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3945esac
3946
3947 $ac_path_FGREP_found && break 3
3948 done
3949 done
3950 done
3951IFS=$as_save_IFS
3952 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3953 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3954 fi
3955else
3956 ac_cv_path_FGREP=$FGREP
3957fi
3958
3959 fi
3960fi
3961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3962$as_echo "$ac_cv_path_FGREP" >&6; }
3963 FGREP="$ac_cv_path_FGREP"
3964
3965
3966test -z "$GREP" && GREP=grep
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986# Check whether --with-gnu-ld was given.
3987if test "${with_gnu_ld+set}" = set; then :
3988 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3989else
3990 with_gnu_ld=no
3991fi
3992
3993ac_prog=ld
3994if test "$GCC" = yes; then
3995 # Check if gcc -print-prog-name=ld gives a path.
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3997$as_echo_n "checking for ld used by $CC... " >&6; }
3998 case $host in
3999 *-*-mingw*)
4000 # gcc leaves a trailing carriage return which upsets mingw
4001 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4002 *)
4003 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4004 esac
4005 case $ac_prog in
4006 # Accept absolute paths.
4007 [\\/]* | ?:[\\/]*)
4008 re_direlt='/[^/][^/]*/\.\./'
4009 # Canonicalize the pathname of ld
4010 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4011 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4012 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4013 done
4014 test -z "$LD" && LD="$ac_prog"
4015 ;;
4016 "")
4017 # If it fails, then pretend we aren't using GCC.
4018 ac_prog=ld
4019 ;;
4020 *)
4021 # If it is relative, then search for the first ld in PATH.
4022 with_gnu_ld=unknown
4023 ;;
4024 esac
4025elif test "$with_gnu_ld" = yes; then
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4027$as_echo_n "checking for GNU ld... " >&6; }
4028else
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4030$as_echo_n "checking for non-GNU ld... " >&6; }
4031fi
d0ac1c44 4032if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4033 $as_echo_n "(cached) " >&6
4034else
4035 if test -z "$LD"; then
4036 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4037 for ac_dir in $PATH; do
4038 IFS="$lt_save_ifs"
4039 test -z "$ac_dir" && ac_dir=.
4040 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4041 lt_cv_path_LD="$ac_dir/$ac_prog"
4042 # Check to see if the program is GNU ld. I'd rather use --version,
4043 # but apparently some variants of GNU ld only accept -v.
4044 # Break only if it was the GNU/non-GNU ld that we prefer.
4045 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4046 *GNU* | *'with BFD'*)
4047 test "$with_gnu_ld" != no && break
4048 ;;
4049 *)
4050 test "$with_gnu_ld" != yes && break
4051 ;;
4052 esac
4053 fi
4054 done
4055 IFS="$lt_save_ifs"
4056else
4057 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4058fi
4059fi
4060
4061LD="$lt_cv_path_LD"
4062if test -n "$LD"; then
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4064$as_echo "$LD" >&6; }
4065else
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4067$as_echo "no" >&6; }
4068fi
d0ac1c44 4069test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4071$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4072if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4073 $as_echo_n "(cached) " >&6
4074else
4075 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4076case `$LD -v 2>&1 </dev/null` in
4077*GNU* | *'with BFD'*)
4078 lt_cv_prog_gnu_ld=yes
4079 ;;
4080*)
4081 lt_cv_prog_gnu_ld=no
4082 ;;
4083esac
4084fi
4085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4086$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4087with_gnu_ld=$lt_cv_prog_gnu_ld
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4098$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4099if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4100 $as_echo_n "(cached) " >&6
4101else
4102 if test -n "$NM"; then
4103 # Let the user override the test.
4104 lt_cv_path_NM="$NM"
4105else
4106 lt_nm_to_check="${ac_tool_prefix}nm"
4107 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4108 lt_nm_to_check="$lt_nm_to_check nm"
4109 fi
4110 for lt_tmp_nm in $lt_nm_to_check; do
4111 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4112 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4113 IFS="$lt_save_ifs"
4114 test -z "$ac_dir" && ac_dir=.
4115 tmp_nm="$ac_dir/$lt_tmp_nm"
4116 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4117 # Check to see if the nm accepts a BSD-compat flag.
4118 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4119 # nm: unknown option "B" ignored
4120 # Tru64's nm complains that /dev/null is an invalid object file
4121 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4122 */dev/null* | *'Invalid file or object type'*)
4123 lt_cv_path_NM="$tmp_nm -B"
4124 break
4125 ;;
4126 *)
4127 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4128 */dev/null*)
4129 lt_cv_path_NM="$tmp_nm -p"
4130 break
4131 ;;
4132 *)
4133 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4134 continue # so that we can try to find one that supports BSD flags
4135 ;;
4136 esac
4137 ;;
4138 esac
4139 fi
4140 done
4141 IFS="$lt_save_ifs"
4142 done
4143 : ${lt_cv_path_NM=no}
4144fi
4145fi
4146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4147$as_echo "$lt_cv_path_NM" >&6; }
4148if test "$lt_cv_path_NM" != "no"; then
4149 NM="$lt_cv_path_NM"
4150else
4151 # Didn't find any BSD compatible name lister, look for dumpbin.
4152 if test -n "$DUMPBIN"; then :
4153 # Let the user override the test.
4154 else
4155 if test -n "$ac_tool_prefix"; then
4156 for ac_prog in dumpbin "link -dump"
4157 do
4158 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4159set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4161$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4162if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4163 $as_echo_n "(cached) " >&6
4164else
4165 if test -n "$DUMPBIN"; then
4166 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4167else
4168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4169for as_dir in $PATH
4170do
4171 IFS=$as_save_IFS
4172 test -z "$as_dir" && as_dir=.
4173 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4175 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4177 break 2
4178 fi
4179done
4180 done
4181IFS=$as_save_IFS
4182
4183fi
4184fi
4185DUMPBIN=$ac_cv_prog_DUMPBIN
4186if test -n "$DUMPBIN"; then
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4188$as_echo "$DUMPBIN" >&6; }
4189else
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4191$as_echo "no" >&6; }
4192fi
4193
4194
4195 test -n "$DUMPBIN" && break
4196 done
4197fi
4198if test -z "$DUMPBIN"; then
4199 ac_ct_DUMPBIN=$DUMPBIN
4200 for ac_prog in dumpbin "link -dump"
4201do
4202 # Extract the first word of "$ac_prog", so it can be a program name with args.
4203set dummy $ac_prog; ac_word=$2
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4206if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4207 $as_echo_n "(cached) " >&6
4208else
4209 if test -n "$ac_ct_DUMPBIN"; then
4210 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4211else
4212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4213for as_dir in $PATH
4214do
4215 IFS=$as_save_IFS
4216 test -z "$as_dir" && as_dir=.
4217 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4219 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 break 2
4222 fi
4223done
4224 done
4225IFS=$as_save_IFS
4226
4227fi
4228fi
4229ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4230if test -n "$ac_ct_DUMPBIN"; then
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4232$as_echo "$ac_ct_DUMPBIN" >&6; }
4233else
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4235$as_echo "no" >&6; }
4236fi
4237
4238
4239 test -n "$ac_ct_DUMPBIN" && break
4240done
4241
4242 if test "x$ac_ct_DUMPBIN" = x; then
4243 DUMPBIN=":"
4244 else
4245 case $cross_compiling:$ac_tool_warned in
4246yes:)
4247{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4248$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4249ac_tool_warned=yes ;;
4250esac
4251 DUMPBIN=$ac_ct_DUMPBIN
4252 fi
4253fi
4254
4255 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4256 *COFF*)
4257 DUMPBIN="$DUMPBIN -symbols"
4258 ;;
4259 *)
4260 DUMPBIN=:
4261 ;;
4262 esac
4263 fi
4264
4265 if test "$DUMPBIN" != ":"; then
4266 NM="$DUMPBIN"
4267 fi
4268fi
4269test -z "$NM" && NM=nm
4270
4271
4272
4273
4274
4275
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4277$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4278if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4279 $as_echo_n "(cached) " >&6
4280else
4281 lt_cv_nm_interface="BSD nm"
4282 echo "int some_variable = 0;" > conftest.$ac_ext
4283 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4284 (eval "$ac_compile" 2>conftest.err)
4285 cat conftest.err >&5
4286 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4287 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4288 cat conftest.err >&5
4289 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4290 cat conftest.out >&5
4291 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4292 lt_cv_nm_interface="MS dumpbin"
4293 fi
4294 rm -f conftest*
4295fi
4296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4297$as_echo "$lt_cv_nm_interface" >&6; }
4298
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4300$as_echo_n "checking whether ln -s works... " >&6; }
4301LN_S=$as_ln_s
4302if test "$LN_S" = "ln -s"; then
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4304$as_echo "yes" >&6; }
4305else
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4307$as_echo "no, using $LN_S" >&6; }
4308fi
4309
4310# find the maximum length of command line arguments
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4312$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4313if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4314 $as_echo_n "(cached) " >&6
4315else
4316 i=0
4317 teststring="ABCD"
4318
4319 case $build_os in
4320 msdosdjgpp*)
4321 # On DJGPP, this test can blow up pretty badly due to problems in libc
4322 # (any single argument exceeding 2000 bytes causes a buffer overrun
4323 # during glob expansion). Even if it were fixed, the result of this
4324 # check would be larger than it should be.
4325 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4326 ;;
4327
4328 gnu*)
4329 # Under GNU Hurd, this test is not required because there is
4330 # no limit to the length of command line arguments.
4331 # Libtool will interpret -1 as no limit whatsoever
4332 lt_cv_sys_max_cmd_len=-1;
4333 ;;
4334
4335 cygwin* | mingw* | cegcc*)
4336 # On Win9x/ME, this test blows up -- it succeeds, but takes
4337 # about 5 minutes as the teststring grows exponentially.
4338 # Worse, since 9x/ME are not pre-emptively multitasking,
4339 # you end up with a "frozen" computer, even though with patience
4340 # the test eventually succeeds (with a max line length of 256k).
4341 # Instead, let's just punt: use the minimum linelength reported by
4342 # all of the supported platforms: 8192 (on NT/2K/XP).
4343 lt_cv_sys_max_cmd_len=8192;
4344 ;;
4345
4346 mint*)
4347 # On MiNT this can take a long time and run out of memory.
4348 lt_cv_sys_max_cmd_len=8192;
4349 ;;
4350
4351 amigaos*)
4352 # On AmigaOS with pdksh, this test takes hours, literally.
4353 # So we just punt and use a minimum line length of 8192.
4354 lt_cv_sys_max_cmd_len=8192;
4355 ;;
4356
4357 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4358 # This has been around since 386BSD, at least. Likely further.
4359 if test -x /sbin/sysctl; then
4360 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4361 elif test -x /usr/sbin/sysctl; then
4362 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4363 else
4364 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4365 fi
4366 # And add a safety zone
4367 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4368 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4369 ;;
4370
4371 interix*)
4372 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4373 lt_cv_sys_max_cmd_len=196608
4374 ;;
4375
4376 osf*)
4377 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4378 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4379 # nice to cause kernel panics so lets avoid the loop below.
4380 # First set a reasonable default.
4381 lt_cv_sys_max_cmd_len=16384
4382 #
4383 if test -x /sbin/sysconfig; then
4384 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4385 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4386 esac
4387 fi
4388 ;;
4389 sco3.2v5*)
4390 lt_cv_sys_max_cmd_len=102400
4391 ;;
4392 sysv5* | sco5v6* | sysv4.2uw2*)
4393 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4394 if test -n "$kargmax"; then
4395 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4396 else
4397 lt_cv_sys_max_cmd_len=32768
4398 fi
4399 ;;
4400 *)
4401 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4402 if test -n "$lt_cv_sys_max_cmd_len"; then
4403 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4404 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4405 else
4406 # Make teststring a little bigger before we do anything with it.
4407 # a 1K string should be a reasonable start.
4408 for i in 1 2 3 4 5 6 7 8 ; do
4409 teststring=$teststring$teststring
4410 done
4411 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4412 # If test is not a shell built-in, we'll probably end up computing a
4413 # maximum length that is only half of the actual maximum length, but
4414 # we can't tell.
4415 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4416 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4417 test $i != 17 # 1/2 MB should be enough
4418 do
4419 i=`expr $i + 1`
4420 teststring=$teststring$teststring
4421 done
4422 # Only check the string length outside the loop.
4423 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4424 teststring=
4425 # Add a significant safety factor because C++ compilers can tack on
4426 # massive amounts of additional arguments before passing them to the
4427 # linker. It appears as though 1/2 is a usable value.
4428 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4429 fi
4430 ;;
4431 esac
4432
4433fi
4434
4435if test -n $lt_cv_sys_max_cmd_len ; then
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4437$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4438else
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4440$as_echo "none" >&6; }
4441fi
4442max_cmd_len=$lt_cv_sys_max_cmd_len
4443
4444
4445
4446
4447
4448
4449: ${CP="cp -f"}
4450: ${MV="mv -f"}
4451: ${RM="rm -f"}
4452
4453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4454$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4455# Try some XSI features
4456xsi_shell=no
4457( _lt_dummy="a/b/c"
4458 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4459 = c,a/b,, \
4460 && eval 'test $(( 1 + 1 )) -eq 2 \
4461 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4462 && xsi_shell=yes
4463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4464$as_echo "$xsi_shell" >&6; }
4465
4466
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4468$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4469lt_shell_append=no
4470( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4471 >/dev/null 2>&1 \
4472 && lt_shell_append=yes
4473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4474$as_echo "$lt_shell_append" >&6; }
4475
4476
4477if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4478 lt_unset=unset
4479else
4480 lt_unset=false
4481fi
4482
4483
4484
4485
4486
4487# test EBCDIC or ASCII
4488case `echo X|tr X '\101'` in
4489 A) # ASCII based system
4490 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4491 lt_SP2NL='tr \040 \012'
4492 lt_NL2SP='tr \015\012 \040\040'
4493 ;;
4494 *) # EBCDIC based system
4495 lt_SP2NL='tr \100 \n'
4496 lt_NL2SP='tr \r\n \100\100'
4497 ;;
4498esac
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4509$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4510if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4511 $as_echo_n "(cached) " >&6
4512else
4513 lt_cv_ld_reload_flag='-r'
4514fi
4515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4516$as_echo "$lt_cv_ld_reload_flag" >&6; }
4517reload_flag=$lt_cv_ld_reload_flag
4518case $reload_flag in
4519"" | " "*) ;;
4520*) reload_flag=" $reload_flag" ;;
4521esac
4522reload_cmds='$LD$reload_flag -o $output$reload_objs'
4523case $host_os in
4524 darwin*)
4525 if test "$GCC" = yes; then
4526 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4527 else
4528 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4529 fi
4530 ;;
4531esac
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541if test -n "$ac_tool_prefix"; then
4542 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4543set dummy ${ac_tool_prefix}objdump; ac_word=$2
4544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4545$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4546if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4547 $as_echo_n "(cached) " >&6
4548else
4549 if test -n "$OBJDUMP"; then
4550 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4551else
4552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4553for as_dir in $PATH
4554do
4555 IFS=$as_save_IFS
4556 test -z "$as_dir" && as_dir=.
4557 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4559 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4561 break 2
4562 fi
4563done
4564 done
4565IFS=$as_save_IFS
4566
4567fi
4568fi
4569OBJDUMP=$ac_cv_prog_OBJDUMP
4570if test -n "$OBJDUMP"; then
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4572$as_echo "$OBJDUMP" >&6; }
4573else
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4575$as_echo "no" >&6; }
4576fi
4577
4578
4579fi
4580if test -z "$ac_cv_prog_OBJDUMP"; then
4581 ac_ct_OBJDUMP=$OBJDUMP
4582 # Extract the first word of "objdump", so it can be a program name with args.
4583set dummy objdump; ac_word=$2
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4585$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4586if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4587 $as_echo_n "(cached) " >&6
4588else
4589 if test -n "$ac_ct_OBJDUMP"; then
4590 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4591else
4592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4593for as_dir in $PATH
4594do
4595 IFS=$as_save_IFS
4596 test -z "$as_dir" && as_dir=.
4597 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4599 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4601 break 2
4602 fi
4603done
4604 done
4605IFS=$as_save_IFS
4606
4607fi
4608fi
4609ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4610if test -n "$ac_ct_OBJDUMP"; then
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4612$as_echo "$ac_ct_OBJDUMP" >&6; }
4613else
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4615$as_echo "no" >&6; }
4616fi
4617
4618 if test "x$ac_ct_OBJDUMP" = x; then
4619 OBJDUMP="false"
4620 else
4621 case $cross_compiling:$ac_tool_warned in
4622yes:)
4623{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4624$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4625ac_tool_warned=yes ;;
4626esac
4627 OBJDUMP=$ac_ct_OBJDUMP
4628 fi
4629else
4630 OBJDUMP="$ac_cv_prog_OBJDUMP"
4631fi
4632
4633test -z "$OBJDUMP" && OBJDUMP=objdump
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4644$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4645if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4646 $as_echo_n "(cached) " >&6
4647else
4648 lt_cv_file_magic_cmd='$MAGIC_CMD'
4649lt_cv_file_magic_test_file=
4650lt_cv_deplibs_check_method='unknown'
4651# Need to set the preceding variable on all platforms that support
4652# interlibrary dependencies.
4653# 'none' -- dependencies not supported.
4654# `unknown' -- same as none, but documents that we really don't know.
4655# 'pass_all' -- all dependencies passed with no checks.
4656# 'test_compile' -- check by making test program.
4657# 'file_magic [[regex]]' -- check by looking for files in library path
4658# which responds to the $file_magic_cmd with a given extended regex.
4659# If you have `file' or equivalent on your system and you're not sure
4660# whether `pass_all' will *always* work, you probably want this one.
4661
4662case $host_os in
4663aix[4-9]*)
4664 lt_cv_deplibs_check_method=pass_all
4665 ;;
4666
4667beos*)
4668 lt_cv_deplibs_check_method=pass_all
4669 ;;
4670
4671bsdi[45]*)
4672 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4673 lt_cv_file_magic_cmd='/usr/bin/file -L'
4674 lt_cv_file_magic_test_file=/shlib/libc.so
4675 ;;
4676
4677cygwin*)
4678 # func_win32_libid is a shell function defined in ltmain.sh
4679 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4680 lt_cv_file_magic_cmd='func_win32_libid'
4681 ;;
4682
4683mingw* | pw32*)
4684 # Base MSYS/MinGW do not provide the 'file' command needed by
4685 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4686 # unless we find 'file', for example because we are cross-compiling.
4687 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4688 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4689 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4690 lt_cv_file_magic_cmd='func_win32_libid'
4691 else
4692 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4693 lt_cv_file_magic_cmd='$OBJDUMP -f'
4694 fi
4695 ;;
4696
4697cegcc*)
4698 # use the weaker test based on 'objdump'. See mingw*.
4699 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4700 lt_cv_file_magic_cmd='$OBJDUMP -f'
4701 ;;
4702
4703darwin* | rhapsody*)
4704 lt_cv_deplibs_check_method=pass_all
4705 ;;
4706
4707freebsd* | dragonfly*)
4708 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4709 case $host_cpu in
4710 i*86 )
4711 # Not sure whether the presence of OpenBSD here was a mistake.
4712 # Let's accept both of them until this is cleared up.
4713 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4714 lt_cv_file_magic_cmd=/usr/bin/file
4715 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4716 ;;
4717 esac
4718 else
4719 lt_cv_deplibs_check_method=pass_all
4720 fi
4721 ;;
4722
4723gnu*)
4724 lt_cv_deplibs_check_method=pass_all
4725 ;;
4726
4727haiku*)
4728 lt_cv_deplibs_check_method=pass_all
4729 ;;
4730
4731hpux10.20* | hpux11*)
4732 lt_cv_file_magic_cmd=/usr/bin/file
4733 case $host_cpu in
4734 ia64*)
4735 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4736 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4737 ;;
4738 hppa*64*)
4739 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]'
4740 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4741 ;;
4742 *)
4743 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4744 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4745 ;;
4746 esac
4747 ;;
4748
4749interix[3-9]*)
4750 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4751 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4752 ;;
4753
4754irix5* | irix6* | nonstopux*)
4755 case $LD in
4756 *-32|*"-32 ") libmagic=32-bit;;
4757 *-n32|*"-n32 ") libmagic=N32;;
4758 *-64|*"-64 ") libmagic=64-bit;;
4759 *) libmagic=never-match;;
4760 esac
4761 lt_cv_deplibs_check_method=pass_all
4762 ;;
4763
4764# This must be Linux ELF.
4765linux* | k*bsd*-gnu | kopensolaris*-gnu)
4766 lt_cv_deplibs_check_method=pass_all
4767 ;;
4768
4769netbsd*)
4770 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4771 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4772 else
4773 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4774 fi
4775 ;;
4776
4777newos6*)
4778 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4779 lt_cv_file_magic_cmd=/usr/bin/file
4780 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4781 ;;
4782
4783*nto* | *qnx*)
4784 lt_cv_deplibs_check_method=pass_all
4785 ;;
4786
4787openbsd*)
4788 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4789 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4790 else
4791 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4792 fi
4793 ;;
4794
4795osf3* | osf4* | osf5*)
4796 lt_cv_deplibs_check_method=pass_all
4797 ;;
4798
4799rdos*)
4800 lt_cv_deplibs_check_method=pass_all
4801 ;;
4802
4803solaris*)
4804 lt_cv_deplibs_check_method=pass_all
4805 ;;
4806
4807sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4808 lt_cv_deplibs_check_method=pass_all
4809 ;;
4810
4811sysv4 | sysv4.3*)
4812 case $host_vendor in
4813 motorola)
4814 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]'
4815 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4816 ;;
4817 ncr)
4818 lt_cv_deplibs_check_method=pass_all
4819 ;;
4820 sequent)
4821 lt_cv_file_magic_cmd='/bin/file'
4822 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4823 ;;
4824 sni)
4825 lt_cv_file_magic_cmd='/bin/file'
4826 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4827 lt_cv_file_magic_test_file=/lib/libc.so
4828 ;;
4829 siemens)
4830 lt_cv_deplibs_check_method=pass_all
4831 ;;
4832 pc)
4833 lt_cv_deplibs_check_method=pass_all
4834 ;;
4835 esac
4836 ;;
4837
4838tpf*)
4839 lt_cv_deplibs_check_method=pass_all
4840 ;;
4841esac
4842
4843fi
4844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4845$as_echo "$lt_cv_deplibs_check_method" >&6; }
4846file_magic_cmd=$lt_cv_file_magic_cmd
4847deplibs_check_method=$lt_cv_deplibs_check_method
4848test -z "$deplibs_check_method" && deplibs_check_method=unknown
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
68ed2854
MF
4861plugin_option=
4862plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4863for plugin in $plugin_names; do
4864 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4865 if test x$plugin_so = x$plugin; then
4866 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4867 fi
4868 if test x$plugin_so != x$plugin; then
4869 plugin_option="--plugin $plugin_so"
4870 break
4871 fi
4872done
4873
6bb11ab3
L
4874if test -n "$ac_tool_prefix"; then
4875 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4876set dummy ${ac_tool_prefix}ar; ac_word=$2
4877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4878$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4879if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4880 $as_echo_n "(cached) " >&6
4881else
4882 if test -n "$AR"; then
4883 ac_cv_prog_AR="$AR" # Let the user override the test.
4884else
4885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4886for as_dir in $PATH
4887do
4888 IFS=$as_save_IFS
4889 test -z "$as_dir" && as_dir=.
4890 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4892 ac_cv_prog_AR="${ac_tool_prefix}ar"
4893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894 break 2
4895 fi
4896done
4897 done
4898IFS=$as_save_IFS
4899
4900fi
4901fi
4902AR=$ac_cv_prog_AR
4903if test -n "$AR"; then
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4905$as_echo "$AR" >&6; }
4906else
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4908$as_echo "no" >&6; }
4909fi
4910
4911
4912fi
4913if test -z "$ac_cv_prog_AR"; then
4914 ac_ct_AR=$AR
4915 # Extract the first word of "ar", so it can be a program name with args.
4916set dummy ar; ac_word=$2
4917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4918$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4919if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4920 $as_echo_n "(cached) " >&6
4921else
4922 if test -n "$ac_ct_AR"; then
4923 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4924else
4925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926for as_dir in $PATH
4927do
4928 IFS=$as_save_IFS
4929 test -z "$as_dir" && as_dir=.
4930 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4932 ac_cv_prog_ac_ct_AR="ar"
4933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4934 break 2
4935 fi
4936done
4937 done
4938IFS=$as_save_IFS
4939
4940fi
4941fi
4942ac_ct_AR=$ac_cv_prog_ac_ct_AR
4943if test -n "$ac_ct_AR"; then
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4945$as_echo "$ac_ct_AR" >&6; }
4946else
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4948$as_echo "no" >&6; }
4949fi
4950
4951 if test "x$ac_ct_AR" = x; then
4952 AR="false"
4953 else
4954 case $cross_compiling:$ac_tool_warned in
4955yes:)
4956{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4957$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4958ac_tool_warned=yes ;;
4959esac
4960 AR=$ac_ct_AR
4961 fi
4962else
4963 AR="$ac_cv_prog_AR"
4964fi
4965
4966test -z "$AR" && AR=ar
68ed2854
MF
4967if test -n "$plugin_option"; then
4968 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4969 touch conftest.c
4970 $AR $plugin_option rc conftest.a conftest.c
4971 if test "$?" != 0; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4973$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4974 else
4975 AR="$AR $plugin_option"
4976 fi
4977 rm -f conftest.*
68ed2854
MF
4978 fi
4979fi
6bb11ab3
L
4980test -z "$AR_FLAGS" && AR_FLAGS=cru
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992if test -n "$ac_tool_prefix"; then
4993 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4994set dummy ${ac_tool_prefix}strip; ac_word=$2
4995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4996$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4997if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
4998 $as_echo_n "(cached) " >&6
4999else
5000 if test -n "$STRIP"; then
5001 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5002else
5003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5004for as_dir in $PATH
5005do
5006 IFS=$as_save_IFS
5007 test -z "$as_dir" && as_dir=.
5008 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5010 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5012 break 2
5013 fi
5014done
5015 done
5016IFS=$as_save_IFS
5017
5018fi
5019fi
5020STRIP=$ac_cv_prog_STRIP
5021if test -n "$STRIP"; then
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5023$as_echo "$STRIP" >&6; }
5024else
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5026$as_echo "no" >&6; }
5027fi
5028
5029
5030fi
5031if test -z "$ac_cv_prog_STRIP"; then
5032 ac_ct_STRIP=$STRIP
5033 # Extract the first word of "strip", so it can be a program name with args.
5034set dummy strip; ac_word=$2
5035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5037if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5038 $as_echo_n "(cached) " >&6
5039else
5040 if test -n "$ac_ct_STRIP"; then
5041 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5042else
5043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044for as_dir in $PATH
5045do
5046 IFS=$as_save_IFS
5047 test -z "$as_dir" && as_dir=.
5048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5050 ac_cv_prog_ac_ct_STRIP="strip"
5051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5052 break 2
5053 fi
5054done
5055 done
5056IFS=$as_save_IFS
5057
5058fi
5059fi
5060ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5061if test -n "$ac_ct_STRIP"; then
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5063$as_echo "$ac_ct_STRIP" >&6; }
5064else
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5066$as_echo "no" >&6; }
5067fi
5068
5069 if test "x$ac_ct_STRIP" = x; then
5070 STRIP=":"
5071 else
5072 case $cross_compiling:$ac_tool_warned in
5073yes:)
5074{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5075$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5076ac_tool_warned=yes ;;
5077esac
5078 STRIP=$ac_ct_STRIP
5079 fi
5080else
5081 STRIP="$ac_cv_prog_STRIP"
5082fi
5083
5084test -z "$STRIP" && STRIP=:
5085
5086
5087
5088
5089
5090
5091if test -n "$ac_tool_prefix"; then
5092 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5093set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5095$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5096if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5097 $as_echo_n "(cached) " >&6
5098else
5099 if test -n "$RANLIB"; then
5100 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5101else
5102as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5103for as_dir in $PATH
5104do
5105 IFS=$as_save_IFS
5106 test -z "$as_dir" && as_dir=.
5107 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5109 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5111 break 2
5112 fi
5113done
5114 done
5115IFS=$as_save_IFS
5116
5117fi
5118fi
5119RANLIB=$ac_cv_prog_RANLIB
5120if test -n "$RANLIB"; then
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5122$as_echo "$RANLIB" >&6; }
5123else
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5125$as_echo "no" >&6; }
5126fi
5127
5128
5129fi
5130if test -z "$ac_cv_prog_RANLIB"; then
5131 ac_ct_RANLIB=$RANLIB
5132 # Extract the first word of "ranlib", so it can be a program name with args.
5133set dummy ranlib; ac_word=$2
5134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5135$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5136if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5137 $as_echo_n "(cached) " >&6
5138else
5139 if test -n "$ac_ct_RANLIB"; then
5140 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5141else
5142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5143for as_dir in $PATH
5144do
5145 IFS=$as_save_IFS
5146 test -z "$as_dir" && as_dir=.
5147 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5149 ac_cv_prog_ac_ct_RANLIB="ranlib"
5150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 break 2
5152 fi
5153done
5154 done
5155IFS=$as_save_IFS
5156
5157fi
5158fi
5159ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5160if test -n "$ac_ct_RANLIB"; then
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5162$as_echo "$ac_ct_RANLIB" >&6; }
5163else
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5165$as_echo "no" >&6; }
5166fi
5167
5168 if test "x$ac_ct_RANLIB" = x; then
5169 RANLIB=":"
5170 else
5171 case $cross_compiling:$ac_tool_warned in
5172yes:)
5173{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5174$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5175ac_tool_warned=yes ;;
5176esac
5177 RANLIB=$ac_ct_RANLIB
5178 fi
5179else
5180 RANLIB="$ac_cv_prog_RANLIB"
5181fi
5182
5183test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5184if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5185 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5186 RANLIB="$RANLIB $plugin_option"
5187 fi
5188fi
6bb11ab3
L
5189
5190
5191
5192
5193
5194
5195# Determine commands to create old-style static archives.
5196old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5197old_postinstall_cmds='chmod 644 $oldlib'
5198old_postuninstall_cmds=
5199
5200if test -n "$RANLIB"; then
5201 case $host_os in
5202 openbsd*)
5203 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5204 ;;
5205 *)
5206 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5207 ;;
5208 esac
5209 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5210fi
5211
5212case $host_os in
5213 darwin*)
5214 lock_old_archive_extraction=yes ;;
5215 *)
5216 lock_old_archive_extraction=no ;;
5217esac
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239for ac_prog in gawk mawk nawk awk
5240do
5241 # Extract the first word of "$ac_prog", so it can be a program name with args.
5242set dummy $ac_prog; ac_word=$2
5243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5244$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5245if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5246 $as_echo_n "(cached) " >&6
5247else
5248 if test -n "$AWK"; then
5249 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5250else
5251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5252for as_dir in $PATH
5253do
5254 IFS=$as_save_IFS
5255 test -z "$as_dir" && as_dir=.
5256 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5258 ac_cv_prog_AWK="$ac_prog"
5259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5260 break 2
5261 fi
5262done
5263 done
5264IFS=$as_save_IFS
5265
5266fi
5267fi
5268AWK=$ac_cv_prog_AWK
5269if test -n "$AWK"; then
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5271$as_echo "$AWK" >&6; }
5272else
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5274$as_echo "no" >&6; }
5275fi
5276
5277
5278 test -n "$AWK" && break
5279done
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299# If no C compiler was specified, use CC.
5300LTCC=${LTCC-"$CC"}
5301
5302# If no C compiler flags were specified, use CFLAGS.
5303LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5304
5305# Allow CC to be a program name with arguments.
5306compiler=$CC
5307
5308
5309# Check for command to grab the raw symbol name followed by C symbol from nm.
5310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5311$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5312if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5313 $as_echo_n "(cached) " >&6
5314else
5315
5316# These are sane defaults that work on at least a few old systems.
5317# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5318
5319# Character class describing NM global symbol codes.
5320symcode='[BCDEGRST]'
5321
5322# Regexp to match symbols that can be accessed directly from C.
5323sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5324
5325# Define system-specific variables.
5326case $host_os in
5327aix*)
5328 symcode='[BCDT]'
5329 ;;
5330cygwin* | mingw* | pw32* | cegcc*)
5331 symcode='[ABCDGISTW]'
5332 ;;
5333hpux*)
5334 if test "$host_cpu" = ia64; then
5335 symcode='[ABCDEGRST]'
5336 fi
5337 ;;
5338irix* | nonstopux*)
5339 symcode='[BCDEGRST]'
5340 ;;
5341osf*)
5342 symcode='[BCDEGQRST]'
5343 ;;
5344solaris*)
5345 symcode='[BDRT]'
5346 ;;
5347sco3.2v5*)
5348 symcode='[DT]'
5349 ;;
5350sysv4.2uw2*)
5351 symcode='[DT]'
5352 ;;
5353sysv5* | sco5v6* | unixware* | OpenUNIX*)
5354 symcode='[ABDT]'
5355 ;;
5356sysv4)
5357 symcode='[DFNSTU]'
5358 ;;
5359esac
5360
5361# If we're using GNU nm, then use its standard symbol codes.
5362case `$NM -V 2>&1` in
5363*GNU* | *'with BFD'*)
5364 symcode='[ABCDGIRSTW]' ;;
5365esac
5366
5367# Transform an extracted symbol line into a proper C declaration.
5368# Some systems (esp. on ia64) link data and code symbols differently,
5369# so use this general approach.
5370lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5371
5372# Transform an extracted symbol line into symbol name and symbol address
5373lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5374lt_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'"
5375
5376# Handle CRLF in mingw tool chain
5377opt_cr=
5378case $build_os in
5379mingw*)
5380 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5381 ;;
5382esac
5383
5384# Try without a prefix underscore, then with it.
5385for ac_symprfx in "" "_"; do
5386
5387 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5388 symxfrm="\\1 $ac_symprfx\\2 \\2"
5389
5390 # Write the raw and C identifiers.
5391 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5392 # Fake it for dumpbin and say T for any non-static function
5393 # and D for any global variable.
5394 # Also find C++ and __fastcall symbols from MSVC++,
5395 # which start with @ or ?.
5396 lt_cv_sys_global_symbol_pipe="$AWK '"\
5397" {last_section=section; section=\$ 3};"\
5398" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5399" \$ 0!~/External *\|/{next};"\
5400" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5401" {if(hide[section]) next};"\
5402" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5403" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5404" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5405" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5406" ' prfx=^$ac_symprfx"
5407 else
5408 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5409 fi
5410
5411 # Check to see that the pipe works correctly.
5412 pipe_works=no
5413
5414 rm -f conftest*
5415 cat > conftest.$ac_ext <<_LT_EOF
5416#ifdef __cplusplus
5417extern "C" {
5418#endif
5419char nm_test_var;
5420void nm_test_func(void);
5421void nm_test_func(void){}
5422#ifdef __cplusplus
5423}
5424#endif
5425int main(){nm_test_var='a';nm_test_func();return(0);}
5426_LT_EOF
5427
5428 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5429 (eval $ac_compile) 2>&5
5430 ac_status=$?
5431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5432 test $ac_status = 0; }; then
5433 # Now try to grab the symbols.
5434 nlist=conftest.nm
5435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5436 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5437 ac_status=$?
5438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5439 test $ac_status = 0; } && test -s "$nlist"; then
5440 # Try sorting and uniquifying the output.
5441 if sort "$nlist" | uniq > "$nlist"T; then
5442 mv -f "$nlist"T "$nlist"
5443 else
5444 rm -f "$nlist"T
5445 fi
5446
5447 # Make sure that we snagged all the symbols we need.
5448 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5449 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5450 cat <<_LT_EOF > conftest.$ac_ext
5451#ifdef __cplusplus
5452extern "C" {
5453#endif
5454
5455_LT_EOF
5456 # Now generate the symbol file.
5457 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5458
5459 cat <<_LT_EOF >> conftest.$ac_ext
5460
5461/* The mapping between symbol names and symbols. */
5462const struct {
5463 const char *name;
5464 void *address;
5465}
5466lt__PROGRAM__LTX_preloaded_symbols[] =
5467{
5468 { "@PROGRAM@", (void *) 0 },
5469_LT_EOF
5470 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5471 cat <<\_LT_EOF >> conftest.$ac_ext
5472 {0, (void *) 0}
5473};
5474
5475/* This works around a problem in FreeBSD linker */
5476#ifdef FREEBSD_WORKAROUND
5477static const void *lt_preloaded_setup() {
5478 return lt__PROGRAM__LTX_preloaded_symbols;
5479}
5480#endif
5481
5482#ifdef __cplusplus
5483}
5484#endif
5485_LT_EOF
5486 # Now try linking the two files.
5487 mv conftest.$ac_objext conftstm.$ac_objext
5488 lt_save_LIBS="$LIBS"
5489 lt_save_CFLAGS="$CFLAGS"
5490 LIBS="conftstm.$ac_objext"
5491 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5492 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5493 (eval $ac_link) 2>&5
5494 ac_status=$?
5495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5496 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5497 pipe_works=yes
5498 fi
5499 LIBS="$lt_save_LIBS"
5500 CFLAGS="$lt_save_CFLAGS"
5501 else
5502 echo "cannot find nm_test_func in $nlist" >&5
5503 fi
5504 else
5505 echo "cannot find nm_test_var in $nlist" >&5
5506 fi
5507 else
5508 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5509 fi
5510 else
5511 echo "$progname: failed program was:" >&5
5512 cat conftest.$ac_ext >&5
5513 fi
5514 rm -rf conftest* conftst*
5515
5516 # Do not use the global_symbol_pipe unless it works.
5517 if test "$pipe_works" = yes; then
5518 break
5519 else
5520 lt_cv_sys_global_symbol_pipe=
5521 fi
5522done
5523
5524fi
5525
5526if test -z "$lt_cv_sys_global_symbol_pipe"; then
5527 lt_cv_sys_global_symbol_to_cdecl=
5528fi
5529if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5531$as_echo "failed" >&6; }
5532else
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5534$as_echo "ok" >&6; }
5535fi
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558# Check whether --enable-libtool-lock was given.
5559if test "${enable_libtool_lock+set}" = set; then :
5560 enableval=$enable_libtool_lock;
5561fi
5562
5563test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5564
5565# Some flags need to be propagated to the compiler or linker for good
5566# libtool support.
5567case $host in
5568ia64-*-hpux*)
5569 # Find out which ABI we are using.
5570 echo 'int i;' > conftest.$ac_ext
5571 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5572 (eval $ac_compile) 2>&5
5573 ac_status=$?
5574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5575 test $ac_status = 0; }; then
5576 case `/usr/bin/file conftest.$ac_objext` in
5577 *ELF-32*)
5578 HPUX_IA64_MODE="32"
5579 ;;
5580 *ELF-64*)
5581 HPUX_IA64_MODE="64"
5582 ;;
5583 esac
5584 fi
5585 rm -rf conftest*
5586 ;;
5587*-*-irix6*)
5588 # Find out which ABI we are using.
5589 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5591 (eval $ac_compile) 2>&5
5592 ac_status=$?
5593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5594 test $ac_status = 0; }; then
5595 if test "$lt_cv_prog_gnu_ld" = yes; then
5596 case `/usr/bin/file conftest.$ac_objext` in
5597 *32-bit*)
5598 LD="${LD-ld} -melf32bsmip"
5599 ;;
5600 *N32*)
5601 LD="${LD-ld} -melf32bmipn32"
5602 ;;
5603 *64-bit*)
5604 LD="${LD-ld} -melf64bmip"
5605 ;;
5606 esac
5607 else
5608 case `/usr/bin/file conftest.$ac_objext` in
5609 *32-bit*)
5610 LD="${LD-ld} -32"
5611 ;;
5612 *N32*)
5613 LD="${LD-ld} -n32"
5614 ;;
5615 *64-bit*)
5616 LD="${LD-ld} -64"
5617 ;;
5618 esac
5619 fi
5620 fi
5621 rm -rf conftest*
5622 ;;
5623
bf3d9781 5624x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5625s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5626 # Find out which ABI we are using.
5627 echo 'int i;' > conftest.$ac_ext
5628 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5629 (eval $ac_compile) 2>&5
5630 ac_status=$?
5631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5632 test $ac_status = 0; }; then
5633 case `/usr/bin/file conftest.o` in
5634 *32-bit*)
5635 case $host in
5636 x86_64-*kfreebsd*-gnu)
5637 LD="${LD-ld} -m elf_i386_fbsd"
5638 ;;
5639 x86_64-*linux*)
5640 case `/usr/bin/file conftest.o` in
5641 *x86-64*)
5642 LD="${LD-ld} -m elf32_x86_64"
5643 ;;
5644 *)
5645 LD="${LD-ld} -m elf_i386"
5646 ;;
5647 esac
5648 ;;
bf3d9781
AM
5649 powerpc64le-*linux*)
5650 LD="${LD-ld} -m elf32lppclinux"
5651 ;;
5652 powerpc64-*linux*)
6bb11ab3
L
5653 LD="${LD-ld} -m elf32ppclinux"
5654 ;;
5655 s390x-*linux*)
5656 LD="${LD-ld} -m elf_s390"
5657 ;;
5658 sparc64-*linux*)
5659 LD="${LD-ld} -m elf32_sparc"
5660 ;;
5661 esac
5662 ;;
5663 *64-bit*)
5664 case $host in
5665 x86_64-*kfreebsd*-gnu)
5666 LD="${LD-ld} -m elf_x86_64_fbsd"
5667 ;;
5668 x86_64-*linux*)
5669 LD="${LD-ld} -m elf_x86_64"
5670 ;;
bf3d9781
AM
5671 powerpcle-*linux*)
5672 LD="${LD-ld} -m elf64lppc"
5673 ;;
5674 powerpc-*linux*)
6bb11ab3
L
5675 LD="${LD-ld} -m elf64ppc"
5676 ;;
5677 s390*-*linux*|s390*-*tpf*)
5678 LD="${LD-ld} -m elf64_s390"
5679 ;;
5680 sparc*-*linux*)
5681 LD="${LD-ld} -m elf64_sparc"
5682 ;;
5683 esac
5684 ;;
5685 esac
5686 fi
5687 rm -rf conftest*
5688 ;;
5689
5690*-*-sco3.2v5*)
5691 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5692 SAVE_CFLAGS="$CFLAGS"
5693 CFLAGS="$CFLAGS -belf"
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5695$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5696if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5697 $as_echo_n "(cached) " >&6
5698else
5699 ac_ext=c
5700ac_cpp='$CPP $CPPFLAGS'
5701ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5702ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5703ac_compiler_gnu=$ac_cv_c_compiler_gnu
5704
5705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5706/* end confdefs.h. */
5707
5708int
5709main ()
5710{
5711
5712 ;
5713 return 0;
5714}
5715_ACEOF
5716if ac_fn_c_try_link "$LINENO"; then :
5717 lt_cv_cc_needs_belf=yes
5718else
5719 lt_cv_cc_needs_belf=no
5720fi
5721rm -f core conftest.err conftest.$ac_objext \
5722 conftest$ac_exeext conftest.$ac_ext
5723 ac_ext=c
5724ac_cpp='$CPP $CPPFLAGS'
5725ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5726ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5727ac_compiler_gnu=$ac_cv_c_compiler_gnu
5728
5729fi
5730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5731$as_echo "$lt_cv_cc_needs_belf" >&6; }
5732 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5733 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5734 CFLAGS="$SAVE_CFLAGS"
5735 fi
5736 ;;
5737sparc*-*solaris*)
5738 # Find out which ABI we are using.
5739 echo 'int i;' > conftest.$ac_ext
5740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5741 (eval $ac_compile) 2>&5
5742 ac_status=$?
5743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5744 test $ac_status = 0; }; then
5745 case `/usr/bin/file conftest.o` in
5746 *64-bit*)
5747 case $lt_cv_prog_gnu_ld in
5748 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5749 *)
5750 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5751 LD="${LD-ld} -64"
5752 fi
5753 ;;
5754 esac
5755 ;;
5756 esac
5757 fi
5758 rm -rf conftest*
5759 ;;
5760esac
5761
5762need_locks="$enable_libtool_lock"
5763
5764
5765 case $host_os in
5766 rhapsody* | darwin*)
5767 if test -n "$ac_tool_prefix"; then
5768 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5769set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5771$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5772if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5773 $as_echo_n "(cached) " >&6
5774else
5775 if test -n "$DSYMUTIL"; then
5776 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5777else
5778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5779for as_dir in $PATH
5780do
5781 IFS=$as_save_IFS
5782 test -z "$as_dir" && as_dir=.
5783 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5785 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5787 break 2
5788 fi
5789done
5790 done
5791IFS=$as_save_IFS
5792
5793fi
5794fi
5795DSYMUTIL=$ac_cv_prog_DSYMUTIL
5796if test -n "$DSYMUTIL"; then
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5798$as_echo "$DSYMUTIL" >&6; }
5799else
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5801$as_echo "no" >&6; }
5802fi
5803
5804
5805fi
5806if test -z "$ac_cv_prog_DSYMUTIL"; then
5807 ac_ct_DSYMUTIL=$DSYMUTIL
5808 # Extract the first word of "dsymutil", so it can be a program name with args.
5809set dummy dsymutil; ac_word=$2
5810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5812if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5813 $as_echo_n "(cached) " >&6
5814else
5815 if test -n "$ac_ct_DSYMUTIL"; then
5816 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5817else
5818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819for as_dir in $PATH
5820do
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5825 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5828 fi
5829done
5830 done
5831IFS=$as_save_IFS
5832
5833fi
5834fi
5835ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5836if test -n "$ac_ct_DSYMUTIL"; then
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5838$as_echo "$ac_ct_DSYMUTIL" >&6; }
5839else
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5841$as_echo "no" >&6; }
5842fi
5843
5844 if test "x$ac_ct_DSYMUTIL" = x; then
5845 DSYMUTIL=":"
5846 else
5847 case $cross_compiling:$ac_tool_warned in
5848yes:)
5849{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5850$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5851ac_tool_warned=yes ;;
5852esac
5853 DSYMUTIL=$ac_ct_DSYMUTIL
5854 fi
5855else
5856 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5857fi
5858
5859 if test -n "$ac_tool_prefix"; then
5860 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5861set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5863$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5864if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5865 $as_echo_n "(cached) " >&6
5866else
5867 if test -n "$NMEDIT"; then
5868 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5869else
5870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871for as_dir in $PATH
5872do
5873 IFS=$as_save_IFS
5874 test -z "$as_dir" && as_dir=.
5875 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5877 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5879 break 2
5880 fi
5881done
5882 done
5883IFS=$as_save_IFS
5884
5885fi
5886fi
5887NMEDIT=$ac_cv_prog_NMEDIT
5888if test -n "$NMEDIT"; then
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5890$as_echo "$NMEDIT" >&6; }
5891else
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5893$as_echo "no" >&6; }
5894fi
5895
5896
5897fi
5898if test -z "$ac_cv_prog_NMEDIT"; then
5899 ac_ct_NMEDIT=$NMEDIT
5900 # Extract the first word of "nmedit", so it can be a program name with args.
5901set dummy nmedit; ac_word=$2
5902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5903$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5904if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5905 $as_echo_n "(cached) " >&6
5906else
5907 if test -n "$ac_ct_NMEDIT"; then
5908 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5909else
5910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911for as_dir in $PATH
5912do
5913 IFS=$as_save_IFS
5914 test -z "$as_dir" && as_dir=.
5915 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5917 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 break 2
5920 fi
5921done
5922 done
5923IFS=$as_save_IFS
5924
5925fi
5926fi
5927ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5928if test -n "$ac_ct_NMEDIT"; then
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5930$as_echo "$ac_ct_NMEDIT" >&6; }
5931else
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5933$as_echo "no" >&6; }
5934fi
5935
5936 if test "x$ac_ct_NMEDIT" = x; then
5937 NMEDIT=":"
5938 else
5939 case $cross_compiling:$ac_tool_warned in
5940yes:)
5941{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5943ac_tool_warned=yes ;;
5944esac
5945 NMEDIT=$ac_ct_NMEDIT
5946 fi
5947else
5948 NMEDIT="$ac_cv_prog_NMEDIT"
5949fi
5950
5951 if test -n "$ac_tool_prefix"; then
5952 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5953set dummy ${ac_tool_prefix}lipo; ac_word=$2
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5955$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5956if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5957 $as_echo_n "(cached) " >&6
5958else
5959 if test -n "$LIPO"; then
5960 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5961else
5962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5963for as_dir in $PATH
5964do
5965 IFS=$as_save_IFS
5966 test -z "$as_dir" && as_dir=.
5967 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5969 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5971 break 2
5972 fi
5973done
5974 done
5975IFS=$as_save_IFS
5976
5977fi
5978fi
5979LIPO=$ac_cv_prog_LIPO
5980if test -n "$LIPO"; then
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5982$as_echo "$LIPO" >&6; }
5983else
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5985$as_echo "no" >&6; }
5986fi
5987
5988
5989fi
5990if test -z "$ac_cv_prog_LIPO"; then
5991 ac_ct_LIPO=$LIPO
5992 # Extract the first word of "lipo", so it can be a program name with args.
5993set dummy lipo; ac_word=$2
5994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5995$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5996if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
5997 $as_echo_n "(cached) " >&6
5998else
5999 if test -n "$ac_ct_LIPO"; then
6000 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6001else
6002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003for as_dir in $PATH
6004do
6005 IFS=$as_save_IFS
6006 test -z "$as_dir" && as_dir=.
6007 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6009 ac_cv_prog_ac_ct_LIPO="lipo"
6010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6011 break 2
6012 fi
6013done
6014 done
6015IFS=$as_save_IFS
6016
6017fi
6018fi
6019ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6020if test -n "$ac_ct_LIPO"; then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6022$as_echo "$ac_ct_LIPO" >&6; }
6023else
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6025$as_echo "no" >&6; }
6026fi
6027
6028 if test "x$ac_ct_LIPO" = x; then
6029 LIPO=":"
6030 else
6031 case $cross_compiling:$ac_tool_warned in
6032yes:)
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6034$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6035ac_tool_warned=yes ;;
6036esac
6037 LIPO=$ac_ct_LIPO
6038 fi
6039else
6040 LIPO="$ac_cv_prog_LIPO"
6041fi
6042
6043 if test -n "$ac_tool_prefix"; then
6044 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6045set dummy ${ac_tool_prefix}otool; ac_word=$2
6046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6047$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6048if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6049 $as_echo_n "(cached) " >&6
6050else
6051 if test -n "$OTOOL"; then
6052 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6053else
6054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055for as_dir in $PATH
6056do
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6061 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6063 break 2
6064 fi
6065done
6066 done
6067IFS=$as_save_IFS
6068
6069fi
6070fi
6071OTOOL=$ac_cv_prog_OTOOL
6072if test -n "$OTOOL"; then
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6074$as_echo "$OTOOL" >&6; }
6075else
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6077$as_echo "no" >&6; }
6078fi
6079
6080
6081fi
6082if test -z "$ac_cv_prog_OTOOL"; then
6083 ac_ct_OTOOL=$OTOOL
6084 # Extract the first word of "otool", so it can be a program name with args.
6085set dummy otool; ac_word=$2
6086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6087$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6088if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6089 $as_echo_n "(cached) " >&6
6090else
6091 if test -n "$ac_ct_OTOOL"; then
6092 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6093else
6094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095for as_dir in $PATH
6096do
6097 IFS=$as_save_IFS
6098 test -z "$as_dir" && as_dir=.
6099 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6101 ac_cv_prog_ac_ct_OTOOL="otool"
6102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6103 break 2
6104 fi
6105done
6106 done
6107IFS=$as_save_IFS
6108
6109fi
6110fi
6111ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6112if test -n "$ac_ct_OTOOL"; then
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6114$as_echo "$ac_ct_OTOOL" >&6; }
6115else
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6117$as_echo "no" >&6; }
6118fi
6119
6120 if test "x$ac_ct_OTOOL" = x; then
6121 OTOOL=":"
6122 else
6123 case $cross_compiling:$ac_tool_warned in
6124yes:)
6125{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6126$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6127ac_tool_warned=yes ;;
6128esac
6129 OTOOL=$ac_ct_OTOOL
6130 fi
6131else
6132 OTOOL="$ac_cv_prog_OTOOL"
6133fi
6134
6135 if test -n "$ac_tool_prefix"; then
6136 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6137set dummy ${ac_tool_prefix}otool64; ac_word=$2
6138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6140if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6141 $as_echo_n "(cached) " >&6
6142else
6143 if test -n "$OTOOL64"; then
6144 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6145else
6146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147for as_dir in $PATH
6148do
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6153 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6156 fi
6157done
6158 done
6159IFS=$as_save_IFS
6160
6161fi
6162fi
6163OTOOL64=$ac_cv_prog_OTOOL64
6164if test -n "$OTOOL64"; then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6166$as_echo "$OTOOL64" >&6; }
6167else
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6169$as_echo "no" >&6; }
6170fi
6171
6172
6173fi
6174if test -z "$ac_cv_prog_OTOOL64"; then
6175 ac_ct_OTOOL64=$OTOOL64
6176 # Extract the first word of "otool64", so it can be a program name with args.
6177set dummy otool64; ac_word=$2
6178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6179$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6180if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6181 $as_echo_n "(cached) " >&6
6182else
6183 if test -n "$ac_ct_OTOOL64"; then
6184 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6185else
6186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187for as_dir in $PATH
6188do
6189 IFS=$as_save_IFS
6190 test -z "$as_dir" && as_dir=.
6191 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6193 ac_cv_prog_ac_ct_OTOOL64="otool64"
6194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 break 2
6196 fi
6197done
6198 done
6199IFS=$as_save_IFS
6200
6201fi
6202fi
6203ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6204if test -n "$ac_ct_OTOOL64"; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6206$as_echo "$ac_ct_OTOOL64" >&6; }
6207else
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6209$as_echo "no" >&6; }
6210fi
6211
6212 if test "x$ac_ct_OTOOL64" = x; then
6213 OTOOL64=":"
6214 else
6215 case $cross_compiling:$ac_tool_warned in
6216yes:)
6217{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6218$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6219ac_tool_warned=yes ;;
6220esac
6221 OTOOL64=$ac_ct_OTOOL64
6222 fi
6223else
6224 OTOOL64="$ac_cv_prog_OTOOL64"
6225fi
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6254$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6255if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6256 $as_echo_n "(cached) " >&6
6257else
6258 lt_cv_apple_cc_single_mod=no
6259 if test -z "${LT_MULTI_MODULE}"; then
6260 # By default we will add the -single_module flag. You can override
6261 # by either setting the environment variable LT_MULTI_MODULE
6262 # non-empty at configure time, or by adding -multi_module to the
6263 # link flags.
6264 rm -rf libconftest.dylib*
6265 echo "int foo(void){return 1;}" > conftest.c
6266 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6267-dynamiclib -Wl,-single_module conftest.c" >&5
6268 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6269 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6270 _lt_result=$?
6271 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6272 lt_cv_apple_cc_single_mod=yes
6273 else
6274 cat conftest.err >&5
6275 fi
6276 rm -rf libconftest.dylib*
6277 rm -f conftest.*
6278 fi
6279fi
6280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6281$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6283$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6284if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6285 $as_echo_n "(cached) " >&6
6286else
6287 lt_cv_ld_exported_symbols_list=no
6288 save_LDFLAGS=$LDFLAGS
6289 echo "_main" > conftest.sym
6290 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6292/* end confdefs.h. */
6293
6294int
6295main ()
6296{
6297
6298 ;
6299 return 0;
6300}
6301_ACEOF
6302if ac_fn_c_try_link "$LINENO"; then :
6303 lt_cv_ld_exported_symbols_list=yes
6304else
6305 lt_cv_ld_exported_symbols_list=no
6306fi
6307rm -f core conftest.err conftest.$ac_objext \
6308 conftest$ac_exeext conftest.$ac_ext
6309 LDFLAGS="$save_LDFLAGS"
6310
6311fi
6312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6313$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6315$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6316if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6317 $as_echo_n "(cached) " >&6
6318else
6319 lt_cv_ld_force_load=no
6320 cat > conftest.c << _LT_EOF
6321int forced_loaded() { return 2;}
6322_LT_EOF
6323 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6324 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6325 echo "$AR cru libconftest.a conftest.o" >&5
6326 $AR cru libconftest.a conftest.o 2>&5
6327 cat > conftest.c << _LT_EOF
6328int main() { return 0;}
6329_LT_EOF
6330 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6331 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6332 _lt_result=$?
6333 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6334 lt_cv_ld_force_load=yes
6335 else
6336 cat conftest.err >&5
6337 fi
6338 rm -f conftest.err libconftest.a conftest conftest.c
6339 rm -rf conftest.dSYM
6340
6341fi
6342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6343$as_echo "$lt_cv_ld_force_load" >&6; }
6344 case $host_os in
6345 rhapsody* | darwin1.[012])
6346 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6347 darwin1.*)
6348 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6349 darwin*) # darwin 5.x on
6350 # if running on 10.5 or later, the deployment target defaults
6351 # to the OS version, if on x86, and 10.4, the deployment
6352 # target defaults to 10.4. Don't you love it?
6353 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6354 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6355 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6356 10.[012][,.]*)
6bb11ab3
L
6357 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6358 10.*)
6359 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6360 esac
6361 ;;
6362 esac
6363 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6364 _lt_dar_single_mod='$single_module'
6365 fi
6366 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6367 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6368 else
6369 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6370 fi
6371 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6372 _lt_dsymutil='~$DSYMUTIL $lib || :'
6373 else
6374 _lt_dsymutil=
6375 fi
6376 ;;
6377 esac
6378
6379for ac_header in dlfcn.h
6380do :
6381 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6382"
d0ac1c44 6383if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6384 cat >>confdefs.h <<_ACEOF
6385#define HAVE_DLFCN_H 1
6386_ACEOF
6387
6388fi
6389
6390done
6391
6392
6393
ebe9564b 6394
6bb11ab3 6395
0cb8d851
MF
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6397$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6398if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6399 $as_echo_n "(cached) " >&6
6400else
6401 ac_cv_c_bigendian=unknown
6402 # See if we're dealing with a universal compiler.
6403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6404/* end confdefs.h. */
6405#ifndef __APPLE_CC__
6406 not a universal capable compiler
6407 #endif
6408 typedef int dummy;
6409
6410_ACEOF
6411if ac_fn_c_try_compile "$LINENO"; then :
6412
6413 # Check for potential -arch flags. It is not universal unless
6414 # there are at least two -arch flags with different values.
6415 ac_arch=
6416 ac_prev=
6417 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6418 if test -n "$ac_prev"; then
6419 case $ac_word in
6420 i?86 | x86_64 | ppc | ppc64)
6421 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6422 ac_arch=$ac_word
6423 else
6424 ac_cv_c_bigendian=universal
6425 break
6426 fi
6427 ;;
6428 esac
6429 ac_prev=
6430 elif test "x$ac_word" = "x-arch"; then
6431 ac_prev=arch
6432 fi
6433 done
6434fi
6435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6436 if test $ac_cv_c_bigendian = unknown; then
6437 # See if sys/param.h defines the BYTE_ORDER macro.
6438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6439/* end confdefs.h. */
6440#include <sys/types.h>
6441 #include <sys/param.h>
6442
6443int
6444main ()
6445{
6446#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6447 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6448 && LITTLE_ENDIAN)
6449 bogus endian macros
6450 #endif
6451
6452 ;
6453 return 0;
6454}
6455_ACEOF
6456if ac_fn_c_try_compile "$LINENO"; then :
6457 # It does; now see whether it defined to BIG_ENDIAN or not.
6458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6459/* end confdefs.h. */
6460#include <sys/types.h>
6461 #include <sys/param.h>
6462
6463int
6464main ()
6465{
6466#if BYTE_ORDER != BIG_ENDIAN
6467 not big endian
6468 #endif
6469
6470 ;
6471 return 0;
6472}
6473_ACEOF
6474if ac_fn_c_try_compile "$LINENO"; then :
6475 ac_cv_c_bigendian=yes
6476else
6477 ac_cv_c_bigendian=no
6478fi
6479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6480fi
6481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6482 fi
6483 if test $ac_cv_c_bigendian = unknown; then
6484 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6486/* end confdefs.h. */
6487#include <limits.h>
6488
6489int
6490main ()
6491{
6492#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6493 bogus endian macros
6494 #endif
6495
6496 ;
6497 return 0;
6498}
6499_ACEOF
6500if ac_fn_c_try_compile "$LINENO"; then :
6501 # It does; now see whether it defined to _BIG_ENDIAN or not.
6502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6503/* end confdefs.h. */
6504#include <limits.h>
6505
6506int
6507main ()
6508{
6509#ifndef _BIG_ENDIAN
6510 not big endian
6511 #endif
6512
6513 ;
6514 return 0;
6515}
6516_ACEOF
6517if ac_fn_c_try_compile "$LINENO"; then :
6518 ac_cv_c_bigendian=yes
6519else
6520 ac_cv_c_bigendian=no
6521fi
6522rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6523fi
6524rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6525 fi
6526 if test $ac_cv_c_bigendian = unknown; then
6527 # Compile a test program.
6528 if test "$cross_compiling" = yes; then :
6529 # Try to guess by grepping values from an object file.
6530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6531/* end confdefs.h. */
6532short int ascii_mm[] =
6533 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6534 short int ascii_ii[] =
6535 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6536 int use_ascii (int i) {
6537 return ascii_mm[i] + ascii_ii[i];
6538 }
6539 short int ebcdic_ii[] =
6540 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6541 short int ebcdic_mm[] =
6542 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6543 int use_ebcdic (int i) {
6544 return ebcdic_mm[i] + ebcdic_ii[i];
6545 }
6546 extern int foo;
6547
6548int
6549main ()
6550{
6551return use_ascii (foo) == use_ebcdic (foo);
6552 ;
6553 return 0;
6554}
6555_ACEOF
6556if ac_fn_c_try_compile "$LINENO"; then :
6557 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6558 ac_cv_c_bigendian=yes
6559 fi
6560 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6561 if test "$ac_cv_c_bigendian" = unknown; then
6562 ac_cv_c_bigendian=no
6563 else
6564 # finding both strings is unlikely to happen, but who knows?
6565 ac_cv_c_bigendian=unknown
6566 fi
6567 fi
6568fi
6569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6570else
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6572/* end confdefs.h. */
6573$ac_includes_default
6574int
6575main ()
6576{
6577
6578 /* Are we little or big endian? From Harbison&Steele. */
6579 union
6580 {
6581 long int l;
6582 char c[sizeof (long int)];
6583 } u;
6584 u.l = 1;
6585 return u.c[sizeof (long int) - 1] == 1;
6586
6587 ;
6588 return 0;
6589}
6590_ACEOF
6591if ac_fn_c_try_run "$LINENO"; then :
6592 ac_cv_c_bigendian=no
6593else
6594 ac_cv_c_bigendian=yes
6595fi
6596rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6597 conftest.$ac_objext conftest.beam conftest.$ac_ext
6598fi
6599
6600 fi
6601fi
6602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6603$as_echo "$ac_cv_c_bigendian" >&6; }
6604 case $ac_cv_c_bigendian in #(
6605 yes)
6606 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6607;; #(
6608 no)
6609 ;; #(
6610 universal)
6611
6612$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6613
6614 ;; #(
6615 *)
d0ac1c44 6616 as_fn_error $? "unknown endianness
0cb8d851
MF
6617 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6618 esac
6619
6bb11ab3
L
6620
6621
6622
c25ea03d 6623if test "x$cross_compiling" = "xno"; then
aa0fca16 6624 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6625 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6626 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6627 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6628 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6629else
aa0fca16 6630 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6631 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6632 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6633 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6634 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6635fi
6636
6637
6638
c25ea03d 6639
c2783492 6640
aa0fca16
MF
6641
6642
a3e2cc64
MF
6643if test -n "$ac_tool_prefix"; then
6644 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6645set dummy ${ac_tool_prefix}ar; ac_word=$2
6646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6647$as_echo_n "checking for $ac_word... " >&6; }
6648if ${ac_cv_prog_AR+:} false; then :
6649 $as_echo_n "(cached) " >&6
6650else
6651 if test -n "$AR"; then
6652 ac_cv_prog_AR="$AR" # Let the user override the test.
6653else
6654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6655for as_dir in $PATH
6656do
6657 IFS=$as_save_IFS
6658 test -z "$as_dir" && as_dir=.
6659 for ac_exec_ext in '' $ac_executable_extensions; do
6660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6661 ac_cv_prog_AR="${ac_tool_prefix}ar"
6662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6663 break 2
6664 fi
6665done
6666 done
6667IFS=$as_save_IFS
6668
6669fi
6670fi
6671AR=$ac_cv_prog_AR
6672if test -n "$AR"; then
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6674$as_echo "$AR" >&6; }
6675else
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6677$as_echo "no" >&6; }
6678fi
6679
6680
6681fi
6682if test -z "$ac_cv_prog_AR"; then
6683 ac_ct_AR=$AR
6684 # Extract the first word of "ar", so it can be a program name with args.
6685set dummy ar; ac_word=$2
6686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6687$as_echo_n "checking for $ac_word... " >&6; }
6688if ${ac_cv_prog_ac_ct_AR+:} false; then :
6689 $as_echo_n "(cached) " >&6
6690else
6691 if test -n "$ac_ct_AR"; then
6692 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6693else
6694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6695for as_dir in $PATH
6696do
6697 IFS=$as_save_IFS
6698 test -z "$as_dir" && as_dir=.
6699 for ac_exec_ext in '' $ac_executable_extensions; do
6700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6701 ac_cv_prog_ac_ct_AR="ar"
6702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6703 break 2
6704 fi
6705done
6706 done
6707IFS=$as_save_IFS
6708
6709fi
6710fi
6711ac_ct_AR=$ac_cv_prog_ac_ct_AR
6712if test -n "$ac_ct_AR"; then
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6714$as_echo "$ac_ct_AR" >&6; }
6715else
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6717$as_echo "no" >&6; }
6718fi
6719
6720 if test "x$ac_ct_AR" = x; then
6721 AR=""
6722 else
6723 case $cross_compiling:$ac_tool_warned in
6724yes:)
6725{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6726$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6727ac_tool_warned=yes ;;
6728esac
6729 AR=$ac_ct_AR
6730 fi
6731else
6732 AR="$ac_cv_prog_AR"
6733fi
6bb11ab3
L
6734
6735if test -n "$ac_tool_prefix"; then
6736 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6737set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6739$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6740if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6741 $as_echo_n "(cached) " >&6
6742else
6743 if test -n "$RANLIB"; then
6744 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6745else
6746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6747for as_dir in $PATH
6748do
6749 IFS=$as_save_IFS
6750 test -z "$as_dir" && as_dir=.
6751 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6753 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6755 break 2
6756 fi
6757done
6758 done
6759IFS=$as_save_IFS
6760
6761fi
6762fi
6763RANLIB=$ac_cv_prog_RANLIB
6764if test -n "$RANLIB"; then
6765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6766$as_echo "$RANLIB" >&6; }
6767else
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6769$as_echo "no" >&6; }
6770fi
6771
6772
6773fi
6774if test -z "$ac_cv_prog_RANLIB"; then
6775 ac_ct_RANLIB=$RANLIB
6776 # Extract the first word of "ranlib", so it can be a program name with args.
6777set dummy ranlib; ac_word=$2
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6779$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6780if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6781 $as_echo_n "(cached) " >&6
6782else
6783 if test -n "$ac_ct_RANLIB"; then
6784 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6785else
6786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787for as_dir in $PATH
6788do
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6793 ac_cv_prog_ac_ct_RANLIB="ranlib"
6794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6796 fi
6797done
6798 done
6799IFS=$as_save_IFS
6800
6801fi
6802fi
6803ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6804if test -n "$ac_ct_RANLIB"; then
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6806$as_echo "$ac_ct_RANLIB" >&6; }
6807else
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6809$as_echo "no" >&6; }
6810fi
6811
6812 if test "x$ac_ct_RANLIB" = x; then
6813 RANLIB=":"
6814 else
6815 case $cross_compiling:$ac_tool_warned in
6816yes:)
6817{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6818$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6819ac_tool_warned=yes ;;
6820esac
6821 RANLIB=$ac_ct_RANLIB
6822 fi
6823else
6824 RANLIB="$ac_cv_prog_RANLIB"
6825fi
6826
6827
46f900c0
MF
6828# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6829# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6830# is C99. So handle it ourselves.
6831:
6832C_DIALECT=
6833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6834$as_echo_n "checking whether C11 is supported by default... " >&6; }
6835cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6836/* end confdefs.h. */
6837
6838#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6839# error "C11 support not found"
6840#endif
6841
6842_ACEOF
6843if ac_fn_c_try_compile "$LINENO"; then :
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6845$as_echo "yes" >&6; }
6846else
6847
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6849$as_echo "no" >&6; }
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6851$as_echo_n "checking for -std=c11 support... " >&6; }
6852 ac_save_CC="$CC"
6853 CC="$CC -std=c11"
6854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6855/* end confdefs.h. */
6856
6857#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6858# error "C11 support not found"
6859#endif
6860
6861_ACEOF
6862if ac_fn_c_try_compile "$LINENO"; then :
6863
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6865$as_echo "yes" >&6; }
6866 CC="$ac_save_CC"
6867 C_DIALECT="-std=c11"
6868
6869else
6870 as_fn_error $? "C11 is required" "$LINENO" 5
6871fi
6872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6873fi
6874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6875
6876
c2783492 6877
6bb11ab3
L
6878# Dependency checking.
6879ac_config_commands="$ac_config_commands depdir"
6880
6881
6882depcc="$CC" am_compiler_list=
6883
6884am_depcomp=$ac_aux_dir/depcomp
6885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6886$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6887if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6888 $as_echo_n "(cached) " >&6
6889else
6890 if test -f "$am_depcomp"; then
6891 # We make a subdir and do the tests there. Otherwise we can end up
6892 # making bogus files that we don't know about and never remove. For
6893 # instance it was reported that on HP-UX the gcc test will end up
6894 # making a dummy file named `D' -- because `-MD' means `put the output
6895 # in D'.
6896 mkdir conftest.dir
6897 # Copy depcomp to subdir because otherwise we won't find it if we're
6898 # using a relative directory.
6899 cp "$am_depcomp" conftest.dir
6900 cd conftest.dir
6901 # We will build objects and dependencies in a subdirectory because
6902 # it helps to detect inapplicable dependency modes. For instance
6903 # both Tru64's cc and ICC support -MD to output dependencies as a
6904 # side effect of compilation, but ICC will put the dependencies in
6905 # the current directory while Tru64 will put them in the object
6906 # directory.
6907 mkdir sub
6908
6909 am_cv_CC_dependencies_compiler_type=none
6910 if test "$am_compiler_list" = ""; then
6911 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6912 fi
6913 for depmode in $am_compiler_list; do
6914 if test $depmode = none; then break; fi
6915
6916 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6917 # Setup a source with many dependencies, because some compilers
6918 # like to wrap large dependency lists on column 80 (with \), and
6919 # we should not choose a depcomp mode which is confused by this.
6920 #
6921 # We need to recreate these files for each test, as the compiler may
6922 # overwrite some of them when testing with obscure command lines.
6923 # This happens at least with the AIX C compiler.
6924 : > sub/conftest.c
6925 for i in 1 2 3 4 5 6; do
6926 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6927 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6928 # Solaris 8's {/usr,}/bin/sh.
6929 touch sub/conftst$i.h
6930 done
6931 echo "include sub/conftest.Po" > confmf
6932
6933 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6934 # mode. It turns out that the SunPro C++ compiler does not properly
6935 # handle `-M -o', and we need to detect this.
6936 depcmd="depmode=$depmode \
6937 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6938 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6939 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6940 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6941 if env $depcmd > conftest.err 2>&1 &&
6942 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6943 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6944 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6945 # icc doesn't choke on unknown options, it will just issue warnings
6946 # or remarks (even with -Werror). So we grep stderr for any message
6947 # that says an option was ignored or not supported.
6948 # When given -MP, icc 7.0 and 7.1 complain thusly:
6949 # icc: Command line warning: ignoring option '-M'; no argument required
6950 # The diagnosis changed in icc 8.0:
6951 # icc: Command line remark: option '-MP' not supported
6952 if (grep 'ignoring option' conftest.err ||
6953 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6954 am_cv_CC_dependencies_compiler_type=$depmode
6955 $as_echo "$as_me:$LINENO: success" >&5
6956 break
6957 fi
6958 fi
6959 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6960 sed -e 's/^/| /' < conftest.err >&5
6961 done
6962
6963 cd ..
6964 rm -rf conftest.dir
6965else
6966 am_cv_CC_dependencies_compiler_type=none
6967fi
6968
6969fi
6970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6971$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6972if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6973then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6974else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6975
6976fi
6977
6978
6bb11ab3
L
6979ALL_LINGUAS=
6980# If we haven't got the data from the intl directory,
6981# assume NLS is disabled.
6982USE_NLS=no
6983LIBINTL=
6984LIBINTL_DEP=
6985INCINTL=
6986XGETTEXT=
6987GMSGFMT=
6988POSUB=
6989
6990if test -f ../../intl/config.intl; then
6991 . ../../intl/config.intl
6992fi
6993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6994$as_echo_n "checking whether NLS is requested... " >&6; }
6995if test x"$USE_NLS" != xyes; then
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6997$as_echo "no" >&6; }
6998else
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7000$as_echo "yes" >&6; }
7001
7002$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7003
7004
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7006$as_echo_n "checking for catalogs to be installed... " >&6; }
7007 # Look for .po and .gmo files in the source directory.
7008 CATALOGS=
7009 XLINGUAS=
7010 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7011 # If there aren't any .gmo files the shell will give us the
7012 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7013 # weeded out.
7014 case "$cat" in *\**)
7015 continue;;
7016 esac
7017 # The quadruple backslash is collapsed to a double backslash
7018 # by the backticks, then collapsed again by the double quotes,
7019 # leaving us with one backslash in the sed expression (right
7020 # before the dot that mustn't act as a wildcard).
7021 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7022 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7023 # The user is allowed to set LINGUAS to a list of languages to
7024 # install catalogs for. If it's empty that means "all of them."
7025 if test "x$LINGUAS" = x; then
7026 CATALOGS="$CATALOGS $cat"
7027 XLINGUAS="$XLINGUAS $lang"
7028 else
7029 case "$LINGUAS" in *$lang*)
7030 CATALOGS="$CATALOGS $cat"
7031 XLINGUAS="$XLINGUAS $lang"
7032 ;;
7033 esac
7034 fi
7035 done
7036 LINGUAS="$XLINGUAS"
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7038$as_echo "$LINGUAS" >&6; }
7039
7040
7041 DATADIRNAME=share
7042
7043 INSTOBJEXT=.mo
7044
7045 GENCAT=gencat
7046
7047 CATOBJEXT=.gmo
7048
7049fi
7050
6bb11ab3
L
7051# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7052# using the same condition.
7053
aadc9410 7054 # Use the system's zlib library.
7fed4b0b
L
7055 zlibdir="-L\$(top_builddir)/../zlib"
7056 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7057
aadc9410
MF
7058# Check whether --with-system-zlib was given.
7059if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7060 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7061 zlibdir=
7062 zlibinc=
7063 fi
6bb11ab3
L
7064
7065fi
7066
6bb11ab3 7067
6bb11ab3 7068
6bb11ab3
L
7069
7070
7071# BFD uses libdl when when plugins enabled.
7072
faa743bb
RM
7073 maybe_plugins=no
7074 for ac_header in dlfcn.h
7075do :
7076 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7077"
d0ac1c44 7078if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7079 cat >>confdefs.h <<_ACEOF
7080#define HAVE_DLFCN_H 1
7081_ACEOF
7082 maybe_plugins=yes
7083fi
7084
7085done
7086
7087 for ac_header in windows.h
7088do :
7089 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7090"
d0ac1c44 7091if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7092 cat >>confdefs.h <<_ACEOF
7093#define HAVE_WINDOWS_H 1
7094_ACEOF
7095 maybe_plugins=yes
7096fi
7097
7098done
7099
7100
7101 # Check whether --enable-plugins was given.
6bb11ab3
L
7102if test "${enable_plugins+set}" = set; then :
7103 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7104 no) plugins=no ;;
7105 *) plugins=yes
7106 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7107 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7108 fi ;;
7109 esac
6bb11ab3 7110else
faa743bb
RM
7111 plugins=$maybe_plugins
7112
6bb11ab3
L
7113fi
7114
2974be62 7115 if test "$plugins" = "yes"; then
37f980dc
SM
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7117$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7118if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7119 $as_echo_n "(cached) " >&6
7120else
7121 ac_func_search_save_LIBS=$LIBS
7122cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7123/* end confdefs.h. */
7124
7125/* Override any GCC internal prototype to avoid an error.
7126 Use char because int might match the return type of a GCC
7127 builtin and then its argument prototype would still apply. */
7128#ifdef __cplusplus
7129extern "C"
7130#endif
37f980dc 7131char dlsym ();
2974be62
AM
7132int
7133main ()
7134{
37f980dc 7135return dlsym ();
2974be62
AM
7136 ;
7137 return 0;
7138}
7139_ACEOF
7140for ac_lib in '' dl; do
7141 if test -z "$ac_lib"; then
7142 ac_res="none required"
7143 else
7144 ac_res=-l$ac_lib
7145 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7146 fi
7147 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7148 ac_cv_search_dlsym=$ac_res
2974be62
AM
7149fi
7150rm -f core conftest.err conftest.$ac_objext \
7151 conftest$ac_exeext
d0ac1c44 7152 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7153 break
7154fi
7155done
d0ac1c44 7156if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7157
7158else
37f980dc 7159 ac_cv_search_dlsym=no
2974be62
AM
7160fi
7161rm conftest.$ac_ext
7162LIBS=$ac_func_search_save_LIBS
7163fi
37f980dc
SM
7164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7165$as_echo "$ac_cv_search_dlsym" >&6; }
7166ac_res=$ac_cv_search_dlsym
2974be62
AM
7167if test "$ac_res" != no; then :
7168 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7169
7170fi
7171
7172 fi
6bb11ab3
L
7173
7174 if test "$plugins" = yes; then
7175 PLUGINS_TRUE=
7176 PLUGINS_FALSE='#'
7177else
7178 PLUGINS_TRUE='#'
7179 PLUGINS_FALSE=
7180fi
7181
7182
7183
7184
7185
7186# Set options
7187enable_dlopen=yes
7188
7189
7190
7191
7192 enable_win32_dll=no
7193
7194
7195 # Check whether --enable-shared was given.
7196if test "${enable_shared+set}" = set; then :
7197 enableval=$enable_shared; p=${PACKAGE-default}
7198 case $enableval in
7199 yes) enable_shared=yes ;;
7200 no) enable_shared=no ;;
7201 *)
7202 enable_shared=no
7203 # Look at the argument we got. We use all the common list separators.
7204 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7205 for pkg in $enableval; do
7206 IFS="$lt_save_ifs"
7207 if test "X$pkg" = "X$p"; then
7208 enable_shared=yes
7209 fi
7210 done
7211 IFS="$lt_save_ifs"
7212 ;;
7213 esac
7214else
7215 enable_shared=yes
7216fi
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226 # Check whether --enable-static was given.
7227if test "${enable_static+set}" = set; then :
7228 enableval=$enable_static; p=${PACKAGE-default}
7229 case $enableval in
7230 yes) enable_static=yes ;;
7231 no) enable_static=no ;;
7232 *)
7233 enable_static=no
7234 # Look at the argument we got. We use all the common list separators.
7235 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7236 for pkg in $enableval; do
7237 IFS="$lt_save_ifs"
7238 if test "X$pkg" = "X$p"; then
7239 enable_static=yes
7240 fi
7241 done
7242 IFS="$lt_save_ifs"
7243 ;;
7244 esac
7245else
7246 enable_static=yes
7247fi
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258# Check whether --with-pic was given.
7259if test "${with_pic+set}" = set; then :
7260 withval=$with_pic; pic_mode="$withval"
7261else
7262 pic_mode=default
7263fi
7264
7265
7266test -z "$pic_mode" && pic_mode=default
7267
7268
7269
7270
7271
7272
7273
7274 # Check whether --enable-fast-install was given.
7275if test "${enable_fast_install+set}" = set; then :
7276 enableval=$enable_fast_install; p=${PACKAGE-default}
7277 case $enableval in
7278 yes) enable_fast_install=yes ;;
7279 no) enable_fast_install=no ;;
7280 *)
7281 enable_fast_install=no
7282 # Look at the argument we got. We use all the common list separators.
7283 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7284 for pkg in $enableval; do
7285 IFS="$lt_save_ifs"
7286 if test "X$pkg" = "X$p"; then
7287 enable_fast_install=yes
7288 fi
7289 done
7290 IFS="$lt_save_ifs"
7291 ;;
7292 esac
7293else
7294 enable_fast_install=yes
7295fi
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307# This can be used to rebuild libtool when needed
7308LIBTOOL_DEPS="$ltmain"
7309
7310# Always use our own libtool.
7311LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338test -z "$LN_S" && LN_S="ln -s"
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353if test -n "${ZSH_VERSION+set}" ; then
7354 setopt NO_GLOB_SUBST
c28c63d8 7355fi
c28c63d8 7356
6bb11ab3
L
7357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7358$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7359if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7360 $as_echo_n "(cached) " >&6
7361else
7362 rm -f .libs 2>/dev/null
7363mkdir .libs 2>/dev/null
7364if test -d .libs; then
7365 lt_cv_objdir=.libs
7366else
7367 # MS-DOS does not allow filenames that begin with a dot.
7368 lt_cv_objdir=_libs
7369fi
7370rmdir .libs 2>/dev/null
7371fi
7372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7373$as_echo "$lt_cv_objdir" >&6; }
7374objdir=$lt_cv_objdir
7375
7376
7377
7378
7379
7380cat >>confdefs.h <<_ACEOF
7381#define LT_OBJDIR "$lt_cv_objdir/"
7382_ACEOF
7383
7384
7385
7386
7387case $host_os in
7388aix3*)
7389 # AIX sometimes has problems with the GCC collect2 program. For some
7390 # reason, if we set the COLLECT_NAMES environment variable, the problems
7391 # vanish in a puff of smoke.
7392 if test "X${COLLECT_NAMES+set}" != Xset; then
7393 COLLECT_NAMES=
7394 export COLLECT_NAMES
7395 fi
7396 ;;
81ecdfbb 7397esac
6bb11ab3
L
7398
7399# Global variables:
7400ofile=libtool
7401can_build_shared=yes
7402
7403# All known linkers require a `.a' archive for static linking (except MSVC,
7404# which needs '.lib').
7405libext=a
7406
7407with_gnu_ld="$lt_cv_prog_gnu_ld"
7408
7409old_CC="$CC"
7410old_CFLAGS="$CFLAGS"
7411
7412# Set sane defaults for various variables
7413test -z "$CC" && CC=cc
7414test -z "$LTCC" && LTCC=$CC
7415test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7416test -z "$LD" && LD=ld
7417test -z "$ac_objext" && ac_objext=o
7418
7419for cc_temp in $compiler""; do
7420 case $cc_temp in
7421 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7422 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7423 \-*) ;;
7424 *) break;;
7425 esac
7426done
7427cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7428
7429
7430# Only perform the check for file, if the check method requires it
7431test -z "$MAGIC_CMD" && MAGIC_CMD=file
7432case $deplibs_check_method in
7433file_magic*)
7434 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7436$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7437if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7438 $as_echo_n "(cached) " >&6
7439else
7440 case $MAGIC_CMD in
7441[\\/*] | ?:[\\/]*)
7442 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7443 ;;
7444*)
7445 lt_save_MAGIC_CMD="$MAGIC_CMD"
7446 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7447 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7448 for ac_dir in $ac_dummy; do
7449 IFS="$lt_save_ifs"
7450 test -z "$ac_dir" && ac_dir=.
7451 if test -f $ac_dir/${ac_tool_prefix}file; then
7452 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7453 if test -n "$file_magic_test_file"; then
7454 case $deplibs_check_method in
7455 "file_magic "*)
7456 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7457 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7458 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7459 $EGREP "$file_magic_regex" > /dev/null; then
7460 :
7461 else
7462 cat <<_LT_EOF 1>&2
7463
7464*** Warning: the command libtool uses to detect shared libraries,
7465*** $file_magic_cmd, produces output that libtool cannot recognize.
7466*** The result is that libtool may fail to recognize shared libraries
7467*** as such. This will affect the creation of libtool libraries that
7468*** depend on shared libraries, but programs linked with such libtool
7469*** libraries will work regardless of this problem. Nevertheless, you
7470*** may want to report the problem to your system manager and/or to
7471*** bug-libtool@gnu.org
7472
7473_LT_EOF
7474 fi ;;
7475 esac
7476 fi
7477 break
c28c63d8 7478 fi
6bb11ab3
L
7479 done
7480 IFS="$lt_save_ifs"
7481 MAGIC_CMD="$lt_save_MAGIC_CMD"
7482 ;;
7483esac
c28c63d8 7484fi
c28c63d8 7485
6bb11ab3
L
7486MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7487if test -n "$MAGIC_CMD"; then
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7489$as_echo "$MAGIC_CMD" >&6; }
7490else
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7492$as_echo "no" >&6; }
7493fi
81ecdfbb 7494
6bb11ab3
L
7495
7496
7497
7498
7499if test -z "$lt_cv_path_MAGIC_CMD"; then
7500 if test -n "$ac_tool_prefix"; then
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7502$as_echo_n "checking for file... " >&6; }
d0ac1c44 7503if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7504 $as_echo_n "(cached) " >&6
7505else
7506 case $MAGIC_CMD in
7507[\\/*] | ?:[\\/]*)
7508 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7509 ;;
7510*)
7511 lt_save_MAGIC_CMD="$MAGIC_CMD"
7512 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7513 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7514 for ac_dir in $ac_dummy; do
7515 IFS="$lt_save_ifs"
7516 test -z "$ac_dir" && ac_dir=.
7517 if test -f $ac_dir/file; then
7518 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7519 if test -n "$file_magic_test_file"; then
7520 case $deplibs_check_method in
7521 "file_magic "*)
7522 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7523 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7524 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7525 $EGREP "$file_magic_regex" > /dev/null; then
7526 :
7527 else
7528 cat <<_LT_EOF 1>&2
7529
7530*** Warning: the command libtool uses to detect shared libraries,
7531*** $file_magic_cmd, produces output that libtool cannot recognize.
7532*** The result is that libtool may fail to recognize shared libraries
7533*** as such. This will affect the creation of libtool libraries that
7534*** depend on shared libraries, but programs linked with such libtool
7535*** libraries will work regardless of this problem. Nevertheless, you
7536*** may want to report the problem to your system manager and/or to
7537*** bug-libtool@gnu.org
7538
7539_LT_EOF
7540 fi ;;
7541 esac
7542 fi
7543 break
7544 fi
7545 done
7546 IFS="$lt_save_ifs"
7547 MAGIC_CMD="$lt_save_MAGIC_CMD"
7548 ;;
81ecdfbb 7549esac
6bb11ab3
L
7550fi
7551
7552MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7553if test -n "$MAGIC_CMD"; then
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7555$as_echo "$MAGIC_CMD" >&6; }
7556else
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7558$as_echo "no" >&6; }
7559fi
7560
7561
7562 else
7563 MAGIC_CMD=:
7564 fi
7565fi
7566
7567 fi
7568 ;;
7569esac
7570
7571# Use C for the default configuration in the libtool script
7572
7573lt_save_CC="$CC"
7574ac_ext=c
7575ac_cpp='$CPP $CPPFLAGS'
7576ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7577ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7578ac_compiler_gnu=$ac_cv_c_compiler_gnu
7579
7580
7581# Source file extension for C test sources.
7582ac_ext=c
7583
7584# Object file extension for compiled C test sources.
7585objext=o
7586objext=$objext
7587
7588# Code to be used in simple compile tests
7589lt_simple_compile_test_code="int some_variable = 0;"
7590
7591# Code to be used in simple link tests
7592lt_simple_link_test_code='int main(){return(0);}'
7593
7594
7595
7596
7597
7598
7599
7600# If no C compiler was specified, use CC.
7601LTCC=${LTCC-"$CC"}
7602
7603# If no C compiler flags were specified, use CFLAGS.
7604LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7605
7606# Allow CC to be a program name with arguments.
7607compiler=$CC
7608
7609# Save the default compiler, since it gets overwritten when the other
7610# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7611compiler_DEFAULT=$CC
7612
7613# save warnings/boilerplate of simple test code
7614ac_outfile=conftest.$ac_objext
7615echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7616eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7617_lt_compiler_boilerplate=`cat conftest.err`
7618$RM conftest*
7619
7620ac_outfile=conftest.$ac_objext
7621echo "$lt_simple_link_test_code" >conftest.$ac_ext
7622eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7623_lt_linker_boilerplate=`cat conftest.err`
7624$RM -r conftest*
7625
7626
7627## CAVEAT EMPTOR:
7628## There is no encapsulation within the following macros, do not change
7629## the running order or otherwise move them around unless you know exactly
7630## what you are doing...
7631if test -n "$compiler"; then
7632
7633lt_prog_compiler_no_builtin_flag=
7634
7635if test "$GCC" = yes; then
7636 case $cc_basename in
7637 nvcc*)
7638 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7639 *)
7640 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
c28c63d8 7641 esac
6bb11ab3
L
7642
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7644$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7645if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7646 $as_echo_n "(cached) " >&6
c28c63d8 7647else
6bb11ab3
L
7648 lt_cv_prog_compiler_rtti_exceptions=no
7649 ac_outfile=conftest.$ac_objext
7650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7651 lt_compiler_flag="-fno-rtti -fno-exceptions"
7652 # Insert the option either (1) after the last *FLAGS variable, or
7653 # (2) before a word containing "conftest.", or (3) at the end.
7654 # Note that $ac_compile itself does not contain backslashes and begins
7655 # with a dollar sign (not a hyphen), so the echo should work correctly.
7656 # The option is referenced via a variable to avoid confusing sed.
7657 lt_compile=`echo "$ac_compile" | $SED \
7658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7660 -e 's:$: $lt_compiler_flag:'`
7661 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7662 (eval "$lt_compile" 2>conftest.err)
7663 ac_status=$?
7664 cat conftest.err >&5
7665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 if (exit $ac_status) && test -s "$ac_outfile"; then
7667 # The compiler can only warn and ignore the option if not recognized
7668 # So say no if there are warnings other than the usual output.
7669 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7670 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7671 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7672 lt_cv_prog_compiler_rtti_exceptions=yes
7673 fi
7674 fi
7675 $RM conftest*
7676
c28c63d8 7677fi
6bb11ab3
L
7678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7679$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7680
7681if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7682 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7683else
7684 :
7685fi
7686
7687fi
7688
7689
7690
7691
7692
7693
7694 lt_prog_compiler_wl=
7695lt_prog_compiler_pic=
7696lt_prog_compiler_static=
7697
7698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7699$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7700
7701 if test "$GCC" = yes; then
7702 lt_prog_compiler_wl='-Wl,'
7703 lt_prog_compiler_static='-static'
7704
7705 case $host_os in
7706 aix*)
7707 # All AIX code is PIC.
7708 if test "$host_cpu" = ia64; then
7709 # AIX 5 now supports IA64 processor
7710 lt_prog_compiler_static='-Bstatic'
7711 fi
7712 lt_prog_compiler_pic='-fPIC'
7713 ;;
7714
7715 amigaos*)
7716 case $host_cpu in
7717 powerpc)
7718 # see comment about AmigaOS4 .so support
7719 lt_prog_compiler_pic='-fPIC'
7720 ;;
7721 m68k)
7722 # FIXME: we need at least 68020 code to build shared libraries, but
7723 # adding the `-m68020' flag to GCC prevents building anything better,
7724 # like `-m68040'.
7725 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7726 ;;
7727 esac
7728 ;;
7729
7730 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7731 # PIC is the default for these OSes.
7732 ;;
7733
7734 mingw* | cygwin* | pw32* | os2* | cegcc*)
7735 # This hack is so that the source file can tell whether it is being
7736 # built for inclusion in a dll (and should export symbols for example).
7737 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7738 # (--disable-auto-import) libraries
7739 lt_prog_compiler_pic='-DDLL_EXPORT'
7740 ;;
7741
7742 darwin* | rhapsody*)
7743 # PIC is the default on this platform
7744 # Common symbols not allowed in MH_DYLIB files
7745 lt_prog_compiler_pic='-fno-common'
7746 ;;
7747
7748 haiku*)
7749 # PIC is the default for Haiku.
7750 # The "-static" flag exists, but is broken.
7751 lt_prog_compiler_static=
7752 ;;
7753
7754 hpux*)
7755 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7756 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7757 # sets the default TLS model and affects inlining.
7758 case $host_cpu in
7759 hppa*64*)
7760 # +Z the default
7761 ;;
7762 *)
7763 lt_prog_compiler_pic='-fPIC'
7764 ;;
7765 esac
7766 ;;
7767
7768 interix[3-9]*)
7769 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7770 # Instead, we relocate shared libraries at runtime.
7771 ;;
7772
7773 msdosdjgpp*)
7774 # Just because we use GCC doesn't mean we suddenly get shared libraries
7775 # on systems that don't support them.
7776 lt_prog_compiler_can_build_shared=no
7777 enable_shared=no
7778 ;;
7779
7780 *nto* | *qnx*)
7781 # QNX uses GNU C++, but need to define -shared option too, otherwise
7782 # it will coredump.
7783 lt_prog_compiler_pic='-fPIC -shared'
7784 ;;
7785
7786 sysv4*MP*)
7787 if test -d /usr/nec; then
7788 lt_prog_compiler_pic=-Kconform_pic
7789 fi
7790 ;;
7791
7792 *)
7793 lt_prog_compiler_pic='-fPIC'
7794 ;;
7795 esac
7796
7797 case $cc_basename in
7798 nvcc*) # Cuda Compiler Driver 2.2
7799 lt_prog_compiler_wl='-Xlinker '
7800 lt_prog_compiler_pic='-Xcompiler -fPIC'
7801 ;;
7802 esac
7803 else
7804 # PORTME Check for flag to pass linker flags through the system compiler.
7805 case $host_os in
7806 aix*)
7807 lt_prog_compiler_wl='-Wl,'
7808 if test "$host_cpu" = ia64; then
7809 # AIX 5 now supports IA64 processor
7810 lt_prog_compiler_static='-Bstatic'
7811 else
7812 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7813 fi
7814 ;;
7815
7816 mingw* | cygwin* | pw32* | os2* | cegcc*)
7817 # This hack is so that the source file can tell whether it is being
7818 # built for inclusion in a dll (and should export symbols for example).
7819 lt_prog_compiler_pic='-DDLL_EXPORT'
7820 ;;
7821
7822 hpux9* | hpux10* | hpux11*)
7823 lt_prog_compiler_wl='-Wl,'
7824 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7825 # not for PA HP-UX.
7826 case $host_cpu in
7827 hppa*64*|ia64*)
7828 # +Z the default
7829 ;;
7830 *)
7831 lt_prog_compiler_pic='+Z'
7832 ;;
7833 esac
7834 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7835 lt_prog_compiler_static='${wl}-a ${wl}archive'
7836 ;;
7837
7838 irix5* | irix6* | nonstopux*)
7839 lt_prog_compiler_wl='-Wl,'
7840 # PIC (with -KPIC) is the default.
7841 lt_prog_compiler_static='-non_shared'
7842 ;;
7843
7844 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7845 case $cc_basename in
7846 # old Intel for x86_64 which still supported -KPIC.
7847 ecc*)
7848 lt_prog_compiler_wl='-Wl,'
7849 lt_prog_compiler_pic='-KPIC'
7850 lt_prog_compiler_static='-static'
7851 ;;
7852 # icc used to be incompatible with GCC.
7853 # ICC 10 doesn't accept -KPIC any more.
7854 icc* | ifort*)
7855 lt_prog_compiler_wl='-Wl,'
7856 lt_prog_compiler_pic='-fPIC'
7857 lt_prog_compiler_static='-static'
7858 ;;
7859 # Lahey Fortran 8.1.
7860 lf95*)
7861 lt_prog_compiler_wl='-Wl,'
7862 lt_prog_compiler_pic='--shared'
7863 lt_prog_compiler_static='--static'
7864 ;;
7865 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7866 # Portland Group compilers (*not* the Pentium gcc compiler,
7867 # which looks to be a dead project)
7868 lt_prog_compiler_wl='-Wl,'
7869 lt_prog_compiler_pic='-fpic'
7870 lt_prog_compiler_static='-Bstatic'
7871 ;;
7872 ccc*)
7873 lt_prog_compiler_wl='-Wl,'
7874 # All Alpha code is PIC.
7875 lt_prog_compiler_static='-non_shared'
7876 ;;
7877 xl* | bgxl* | bgf* | mpixl*)
7878 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7879 lt_prog_compiler_wl='-Wl,'
7880 lt_prog_compiler_pic='-qpic'
7881 lt_prog_compiler_static='-qstaticlink'
7882 ;;
7883 *)
7884 case `$CC -V 2>&1 | sed 5q` in
7885 *Sun\ F* | *Sun*Fortran*)
7886 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7887 lt_prog_compiler_pic='-KPIC'
7888 lt_prog_compiler_static='-Bstatic'
7889 lt_prog_compiler_wl=''
7890 ;;
7891 *Sun\ C*)
7892 # Sun C 5.9
7893 lt_prog_compiler_pic='-KPIC'
7894 lt_prog_compiler_static='-Bstatic'
7895 lt_prog_compiler_wl='-Wl,'
7896 ;;
7897 esac
7898 ;;
7899 esac
7900 ;;
7901
7902 newsos6)
7903 lt_prog_compiler_pic='-KPIC'
7904 lt_prog_compiler_static='-Bstatic'
7905 ;;
7906
7907 *nto* | *qnx*)
7908 # QNX uses GNU C++, but need to define -shared option too, otherwise
7909 # it will coredump.
7910 lt_prog_compiler_pic='-fPIC -shared'
7911 ;;
7912
7913 osf3* | osf4* | osf5*)
7914 lt_prog_compiler_wl='-Wl,'
7915 # All OSF/1 code is PIC.
7916 lt_prog_compiler_static='-non_shared'
7917 ;;
7918
7919 rdos*)
7920 lt_prog_compiler_static='-non_shared'
7921 ;;
c28c63d8 7922
6bb11ab3
L
7923 solaris*)
7924 lt_prog_compiler_pic='-KPIC'
7925 lt_prog_compiler_static='-Bstatic'
7926 case $cc_basename in
7927 f77* | f90* | f95*)
7928 lt_prog_compiler_wl='-Qoption ld ';;
7929 *)
7930 lt_prog_compiler_wl='-Wl,';;
7931 esac
7932 ;;
c28c63d8 7933
6bb11ab3
L
7934 sunos4*)
7935 lt_prog_compiler_wl='-Qoption ld '
7936 lt_prog_compiler_pic='-PIC'
7937 lt_prog_compiler_static='-Bstatic'
7938 ;;
c28c63d8 7939
6bb11ab3
L
7940 sysv4 | sysv4.2uw2* | sysv4.3*)
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='-KPIC'
7943 lt_prog_compiler_static='-Bstatic'
7944 ;;
7945
7946 sysv4*MP*)
7947 if test -d /usr/nec ;then
7948 lt_prog_compiler_pic='-Kconform_pic'
7949 lt_prog_compiler_static='-Bstatic'
7950 fi
7951 ;;
7952
7953 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7954 lt_prog_compiler_wl='-Wl,'
7955 lt_prog_compiler_pic='-KPIC'
7956 lt_prog_compiler_static='-Bstatic'
7957 ;;
7958
7959 unicos*)
7960 lt_prog_compiler_wl='-Wl,'
7961 lt_prog_compiler_can_build_shared=no
7962 ;;
7963
7964 uts4*)
7965 lt_prog_compiler_pic='-pic'
7966 lt_prog_compiler_static='-Bstatic'
7967 ;;
7968
7969 *)
7970 lt_prog_compiler_can_build_shared=no
7971 ;;
7972 esac
7973 fi
7974
7975case $host_os in
7976 # For platforms which do not support PIC, -DPIC is meaningless:
7977 *djgpp*)
7978 lt_prog_compiler_pic=
7979 ;;
7980 *)
7981 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7982 ;;
81ecdfbb 7983esac
6bb11ab3
L
7984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7985$as_echo "$lt_prog_compiler_pic" >&6; }
7986
7987
7988
7989
7990
7991
7992#
7993# Check to make sure the PIC flag actually works.
7994#
7995if test -n "$lt_prog_compiler_pic"; then
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7997$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 7998if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 7999 $as_echo_n "(cached) " >&6
c28c63d8 8000else
6bb11ab3
L
8001 lt_cv_prog_compiler_pic_works=no
8002 ac_outfile=conftest.$ac_objext
8003 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8004 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8005 # Insert the option either (1) after the last *FLAGS variable, or
8006 # (2) before a word containing "conftest.", or (3) at the end.
8007 # Note that $ac_compile itself does not contain backslashes and begins
8008 # with a dollar sign (not a hyphen), so the echo should work correctly.
8009 # The option is referenced via a variable to avoid confusing sed.
8010 lt_compile=`echo "$ac_compile" | $SED \
8011 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8012 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8013 -e 's:$: $lt_compiler_flag:'`
8014 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8015 (eval "$lt_compile" 2>conftest.err)
8016 ac_status=$?
8017 cat conftest.err >&5
8018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8019 if (exit $ac_status) && test -s "$ac_outfile"; then
8020 # The compiler can only warn and ignore the option if not recognized
8021 # So say no if there are warnings other than the usual output.
8022 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8023 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8024 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8025 lt_cv_prog_compiler_pic_works=yes
8026 fi
8027 fi
8028 $RM conftest*
c28c63d8 8029
c28c63d8 8030fi
6bb11ab3
L
8031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8032$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8033
8034if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8035 case $lt_prog_compiler_pic in
8036 "" | " "*) ;;
8037 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8038 esac
8039else
8040 lt_prog_compiler_pic=
8041 lt_prog_compiler_can_build_shared=no
c28c63d8 8042fi
6bb11ab3
L
8043
8044fi
8045
8046
8047
8048
8049
8050
8051#
8052# Check to make sure the static flag actually works.
8053#
8054wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8056$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8057if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8058 $as_echo_n "(cached) " >&6
c28c63d8 8059else
6bb11ab3
L
8060 lt_cv_prog_compiler_static_works=no
8061 save_LDFLAGS="$LDFLAGS"
8062 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8063 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8064 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8065 # The linker can only warn and ignore the option if not recognized
8066 # So say no if there are warnings
8067 if test -s conftest.err; then
8068 # Append any errors to the config.log.
8069 cat conftest.err 1>&5
8070 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8071 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8072 if diff conftest.exp conftest.er2 >/dev/null; then
8073 lt_cv_prog_compiler_static_works=yes
8074 fi
8075 else
8076 lt_cv_prog_compiler_static_works=yes
8077 fi
8078 fi
8079 $RM -r conftest*
8080 LDFLAGS="$save_LDFLAGS"
c28c63d8 8081
6bb11ab3
L
8082fi
8083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8084$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
c28c63d8 8085
6bb11ab3
L
8086if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8087 :
c28c63d8 8088else
6bb11ab3 8089 lt_prog_compiler_static=
c28c63d8 8090fi
c28c63d8 8091
6bb11ab3
L
8092
8093
8094
8095
8096
8097
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8099$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8100if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8101 $as_echo_n "(cached) " >&6
81ecdfbb 8102else
6bb11ab3
L
8103 lt_cv_prog_compiler_c_o=no
8104 $RM -r conftest 2>/dev/null
8105 mkdir conftest
8106 cd conftest
8107 mkdir out
8108 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8109
8110 lt_compiler_flag="-o out/conftest2.$ac_objext"
8111 # Insert the option either (1) after the last *FLAGS variable, or
8112 # (2) before a word containing "conftest.", or (3) at the end.
8113 # Note that $ac_compile itself does not contain backslashes and begins
8114 # with a dollar sign (not a hyphen), so the echo should work correctly.
8115 lt_compile=`echo "$ac_compile" | $SED \
8116 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8117 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8118 -e 's:$: $lt_compiler_flag:'`
8119 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8120 (eval "$lt_compile" 2>out/conftest.err)
8121 ac_status=$?
8122 cat out/conftest.err >&5
8123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8124 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8125 then
8126 # The compiler can only warn and ignore the option if not recognized
8127 # So say no if there are warnings
8128 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8129 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8130 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8131 lt_cv_prog_compiler_c_o=yes
8132 fi
8133 fi
8134 chmod u+w . 2>&5
8135 $RM conftest*
8136 # SGI C++ compiler will create directory out/ii_files/ for
8137 # template instantiation
8138 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8139 $RM out/* && rmdir out
8140 cd ..
8141 $RM -r conftest
8142 $RM conftest*
8143
81ecdfbb 8144fi
6bb11ab3
L
8145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8146$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8147
8148
8149
8150
8151
8152
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8154$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8155if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8156 $as_echo_n "(cached) " >&6
8157else
6bb11ab3
L
8158 lt_cv_prog_compiler_c_o=no
8159 $RM -r conftest 2>/dev/null
8160 mkdir conftest
8161 cd conftest
8162 mkdir out
8163 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8164
8165 lt_compiler_flag="-o out/conftest2.$ac_objext"
8166 # Insert the option either (1) after the last *FLAGS variable, or
8167 # (2) before a word containing "conftest.", or (3) at the end.
8168 # Note that $ac_compile itself does not contain backslashes and begins
8169 # with a dollar sign (not a hyphen), so the echo should work correctly.
8170 lt_compile=`echo "$ac_compile" | $SED \
8171 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8172 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8173 -e 's:$: $lt_compiler_flag:'`
8174 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8175 (eval "$lt_compile" 2>out/conftest.err)
8176 ac_status=$?
8177 cat out/conftest.err >&5
8178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8179 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8180 then
8181 # The compiler can only warn and ignore the option if not recognized
8182 # So say no if there are warnings
8183 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8184 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8185 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8186 lt_cv_prog_compiler_c_o=yes
8187 fi
8188 fi
8189 chmod u+w . 2>&5
8190 $RM conftest*
8191 # SGI C++ compiler will create directory out/ii_files/ for
8192 # template instantiation
8193 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8194 $RM out/* && rmdir out
8195 cd ..
8196 $RM -r conftest
8197 $RM conftest*
8198
8199fi
8200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8201$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8202
8203
8204
8205
8206hard_links="nottested"
8207if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8208 # do not overwrite the value of need_locks provided by the user
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8210$as_echo_n "checking if we can lock with hard links... " >&6; }
8211 hard_links=yes
8212 $RM conftest*
8213 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8214 touch conftest.a
8215 ln conftest.a conftest.b 2>&5 || hard_links=no
8216 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8218$as_echo "$hard_links" >&6; }
8219 if test "$hard_links" = no; then
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8221$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8222 need_locks=warn
8223 fi
8224else
8225 need_locks=no
8226fi
8227
8228
8229
8230
8231
8232
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8234$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8235
8236 runpath_var=
8237 allow_undefined_flag=
8238 always_export_symbols=no
8239 archive_cmds=
8240 archive_expsym_cmds=
8241 compiler_needs_object=no
8242 enable_shared_with_static_runtimes=no
8243 export_dynamic_flag_spec=
8244 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8245 hardcode_automatic=no
8246 hardcode_direct=no
8247 hardcode_direct_absolute=no
8248 hardcode_libdir_flag_spec=
8249 hardcode_libdir_flag_spec_ld=
8250 hardcode_libdir_separator=
8251 hardcode_minus_L=no
8252 hardcode_shlibpath_var=unsupported
8253 inherit_rpath=no
8254 link_all_deplibs=unknown
8255 module_cmds=
8256 module_expsym_cmds=
8257 old_archive_from_new_cmds=
8258 old_archive_from_expsyms_cmds=
8259 thread_safe_flag_spec=
8260 whole_archive_flag_spec=
8261 # include_expsyms should be a list of space-separated symbols to be *always*
8262 # included in the symbol list
8263 include_expsyms=
8264 # exclude_expsyms can be an extended regexp of symbols to exclude
8265 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8266 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8267 # as well as any symbol that contains `d'.
8268 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8269 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8270 # platforms (ab)use it in PIC code, but their linkers get confused if
8271 # the symbol is explicitly referenced. Since portable code cannot
8272 # rely on this symbol name, it's probably fine to never include it in
8273 # preloaded symbol tables.
8274 # Exclude shared library initialization/finalization symbols.
8275 extract_expsyms_cmds=
8276
8277 case $host_os in
8278 cygwin* | mingw* | pw32* | cegcc*)
8279 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8280 # When not using gcc, we currently assume that we are using
8281 # Microsoft Visual C++.
8282 if test "$GCC" != yes; then
8283 with_gnu_ld=no
8284 fi
8285 ;;
8286 interix*)
8287 # we just hope/assume this is gcc and not c89 (= MSVC++)
8288 with_gnu_ld=yes
8289 ;;
8290 openbsd*)
8291 with_gnu_ld=no
8292 ;;
8293 esac
c28c63d8 8294
6bb11ab3
L
8295 ld_shlibs=yes
8296
8297 # On some targets, GNU ld is compatible enough with the native linker
8298 # that we're better off using the native interface for both.
8299 lt_use_gnu_ld_interface=no
8300 if test "$with_gnu_ld" = yes; then
8301 case $host_os in
8302 aix*)
8303 # The AIX port of GNU ld has always aspired to compatibility
8304 # with the native linker. However, as the warning in the GNU ld
8305 # block says, versions before 2.19.5* couldn't really create working
8306 # shared libraries, regardless of the interface used.
8307 case `$LD -v 2>&1` in
8308 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8309 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8310 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8311 *)
8312 lt_use_gnu_ld_interface=yes
8313 ;;
8314 esac
8315 ;;
8316 *)
8317 lt_use_gnu_ld_interface=yes
8318 ;;
8319 esac
8320 fi
c28c63d8 8321
6bb11ab3
L
8322 if test "$lt_use_gnu_ld_interface" = yes; then
8323 # If archive_cmds runs LD, not CC, wlarc should be empty
8324 wlarc='${wl}'
8325
8326 # Set some defaults for GNU ld with shared library support. These
8327 # are reset later if shared libraries are not supported. Putting them
8328 # here allows them to be overridden if necessary.
8329 runpath_var=LD_RUN_PATH
8330 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8331 export_dynamic_flag_spec='${wl}--export-dynamic'
8332 # ancient GNU ld didn't support --whole-archive et. al.
8333 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8334 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8335 else
8336 whole_archive_flag_spec=
8337 fi
8338 supports_anon_versioning=no
8339 case `$LD -v 2>&1` in
8340 *GNU\ gold*) supports_anon_versioning=yes ;;
8341 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8342 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8343 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8344 *\ 2.11.*) ;; # other 2.11 versions
8345 *) supports_anon_versioning=yes ;;
8346 esac
8347
8348 # See if GNU ld supports shared libraries.
8349 case $host_os in
8350 aix[3-9]*)
8351 # On AIX/PPC, the GNU linker is very broken
8352 if test "$host_cpu" != ia64; then
8353 ld_shlibs=no
8354 cat <<_LT_EOF 1>&2
8355
8356*** Warning: the GNU linker, at least up to release 2.19, is reported
8357*** to be unable to reliably create shared libraries on AIX.
8358*** Therefore, libtool is disabling shared libraries support. If you
8359*** really care for shared libraries, you may want to install binutils
8360*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8361*** You will then need to restart the configuration process.
8362
8363_LT_EOF
8364 fi
8365 ;;
8366
8367 amigaos*)
8368 case $host_cpu in
8369 powerpc)
8370 # see comment about AmigaOS4 .so support
8371 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8372 archive_expsym_cmds=''
8373 ;;
8374 m68k)
8375 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)'
8376 hardcode_libdir_flag_spec='-L$libdir'
8377 hardcode_minus_L=yes
8378 ;;
8379 esac
8380 ;;
8381
8382 beos*)
8383 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8384 allow_undefined_flag=unsupported
8385 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8386 # support --undefined. This deserves some investigation. FIXME
8387 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8388 else
8389 ld_shlibs=no
8390 fi
8391 ;;
8392
8393 cygwin* | mingw* | pw32* | cegcc*)
8394 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8395 # as there is no search path for DLLs.
8396 hardcode_libdir_flag_spec='-L$libdir'
8397 export_dynamic_flag_spec='${wl}--export-all-symbols'
8398 allow_undefined_flag=unsupported
8399 always_export_symbols=no
8400 enable_shared_with_static_runtimes=yes
8401 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8402
8403 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8404 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8405 # If the export-symbols file already is a .def file (1st line
8406 # is EXPORTS), use it as is; otherwise, prepend...
8407 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8408 cp $export_symbols $output_objdir/$soname.def;
8409 else
8410 echo EXPORTS > $output_objdir/$soname.def;
8411 cat $export_symbols >> $output_objdir/$soname.def;
8412 fi~
8413 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8414 else
8415 ld_shlibs=no
8416 fi
8417 ;;
8418
8419 haiku*)
8420 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8421 link_all_deplibs=yes
8422 ;;
8423
8424 interix[3-9]*)
8425 hardcode_direct=no
8426 hardcode_shlibpath_var=no
8427 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8428 export_dynamic_flag_spec='${wl}-E'
8429 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8430 # Instead, shared libraries are loaded at an image base (0x10000000 by
8431 # default) and relocated if they conflict, which is a slow very memory
8432 # consuming and fragmenting process. To avoid this, we pick a random,
8433 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8434 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8435 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8436 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'
8437 ;;
8438
8439 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8440 tmp_diet=no
8441 if test "$host_os" = linux-dietlibc; then
8442 case $cc_basename in
8443 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8444 esac
8445 fi
8446 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8447 && test "$tmp_diet" = no
8448 then
ae7d0cac 8449 tmp_addflag=' $pic_flag'
6bb11ab3
L
8450 tmp_sharedflag='-shared'
8451 case $cc_basename,$host_cpu in
8452 pgcc*) # Portland Group C compiler
8453 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'
8454 tmp_addflag=' $pic_flag'
8455 ;;
8456 pgf77* | pgf90* | pgf95* | pgfortran*)
8457 # Portland Group f77 and f90 compilers
8458 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'
8459 tmp_addflag=' $pic_flag -Mnomain' ;;
8460 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8461 tmp_addflag=' -i_dynamic' ;;
8462 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8463 tmp_addflag=' -i_dynamic -nofor_main' ;;
8464 ifc* | ifort*) # Intel Fortran compiler
8465 tmp_addflag=' -nofor_main' ;;
8466 lf95*) # Lahey Fortran 8.1
8467 whole_archive_flag_spec=
8468 tmp_sharedflag='--shared' ;;
8469 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8470 tmp_sharedflag='-qmkshrobj'
8471 tmp_addflag= ;;
8472 nvcc*) # Cuda Compiler Driver 2.2
8473 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'
8474 compiler_needs_object=yes
8475 ;;
8476 esac
8477 case `$CC -V 2>&1 | sed 5q` in
8478 *Sun\ C*) # Sun C 5.9
8479 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'
8480 compiler_needs_object=yes
8481 tmp_sharedflag='-G' ;;
8482 *Sun\ F*) # Sun Fortran 8.3
8483 tmp_sharedflag='-G' ;;
8484 esac
8485 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8486
8487 if test "x$supports_anon_versioning" = xyes; then
8488 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8489 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8490 echo "local: *; };" >> $output_objdir/$libname.ver~
8491 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8492 fi
8493
8494 case $cc_basename in
8495 xlf* | bgf* | bgxlf* | mpixlf*)
8496 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8497 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8498 hardcode_libdir_flag_spec=
8499 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8500 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8501 if test "x$supports_anon_versioning" = xyes; then
8502 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8503 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8504 echo "local: *; };" >> $output_objdir/$libname.ver~
8505 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8506 fi
8507 ;;
8508 esac
8509 else
8510 ld_shlibs=no
8511 fi
8512 ;;
8513
8514 netbsd*)
8515 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8516 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8517 wlarc=
8518 else
8519 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8520 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8521 fi
8522 ;;
8523
8524 solaris*)
8525 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8526 ld_shlibs=no
8527 cat <<_LT_EOF 1>&2
8528
8529*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8530*** create shared libraries on Solaris systems. Therefore, libtool
8531*** is disabling shared libraries support. We urge you to upgrade GNU
8532*** binutils to release 2.9.1 or newer. Another option is to modify
8533*** your PATH or compiler configuration so that the native linker is
8534*** used, and then restart.
8535
8536_LT_EOF
8537 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8538 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8539 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8540 else
8541 ld_shlibs=no
8542 fi
8543 ;;
8544
8545 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8546 case `$LD -v 2>&1` in
8547 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8548 ld_shlibs=no
8549 cat <<_LT_EOF 1>&2
8550
8551*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8552*** reliably create shared libraries on SCO systems. Therefore, libtool
8553*** is disabling shared libraries support. We urge you to upgrade GNU
8554*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8555*** your PATH or compiler configuration so that the native linker is
8556*** used, and then restart.
8557
8558_LT_EOF
8559 ;;
8560 *)
8561 # For security reasons, it is highly recommended that you always
8562 # use absolute paths for naming shared libraries, and exclude the
8563 # DT_RUNPATH tag from executables and libraries. But doing so
8564 # requires that you compile everything twice, which is a pain.
8565 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8566 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8567 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8568 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8569 else
8570 ld_shlibs=no
8571 fi
8572 ;;
8573 esac
8574 ;;
8575
8576 sunos4*)
8577 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8578 wlarc=
8579 hardcode_direct=yes
8580 hardcode_shlibpath_var=no
8581 ;;
8582
8583 *)
8584 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8585 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8586 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8587 else
8588 ld_shlibs=no
8589 fi
8590 ;;
8591 esac
8592
8593 if test "$ld_shlibs" = no; then
8594 runpath_var=
8595 hardcode_libdir_flag_spec=
8596 export_dynamic_flag_spec=
8597 whole_archive_flag_spec=
8598 fi
8599 else
8600 # PORTME fill in a description of your system's linker (not GNU ld)
8601 case $host_os in
8602 aix3*)
8603 allow_undefined_flag=unsupported
8604 always_export_symbols=yes
8605 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'
8606 # Note: this linker hardcodes the directories in LIBPATH if there
8607 # are no directories specified by -L.
8608 hardcode_minus_L=yes
8609 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8610 # Neither direct hardcoding nor static linking is supported with a
8611 # broken collect2.
8612 hardcode_direct=unsupported
8613 fi
8614 ;;
8615
8616 aix[4-9]*)
8617 if test "$host_cpu" = ia64; then
8618 # On IA64, the linker does run time linking by default, so we don't
8619 # have to do anything special.
8620 aix_use_runtimelinking=no
8621 exp_sym_flag='-Bexport'
8622 no_entry_flag=""
8623 else
8624 # If we're using GNU nm, then we don't want the "-C" option.
8625 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8626 # Also, AIX nm treats weak defined symbols like other global
8627 # defined symbols, whereas GNU nm marks them as "W".
8628 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8629 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'
8630 else
5c887dd5 8631 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'
6bb11ab3
L
8632 fi
8633 aix_use_runtimelinking=no
8634
8635 # Test if we are trying to use run time linking or normal
8636 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8637 # need to do runtime linking.
8638 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8639 for ld_flag in $LDFLAGS; do
8640 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8641 aix_use_runtimelinking=yes
8642 break
8643 fi
8644 done
8645 ;;
8646 esac
8647
8648 exp_sym_flag='-bexport'
8649 no_entry_flag='-bnoentry'
8650 fi
8651
8652 # When large executables or shared objects are built, AIX ld can
8653 # have problems creating the table of contents. If linking a library
8654 # or program results in "error TOC overflow" add -mminimal-toc to
8655 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8656 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8657
8658 archive_cmds=''
8659 hardcode_direct=yes
8660 hardcode_direct_absolute=yes
8661 hardcode_libdir_separator=':'
8662 link_all_deplibs=yes
8663 file_list_spec='${wl}-f,'
8664
8665 if test "$GCC" = yes; then
8666 case $host_os in aix4.[012]|aix4.[012].*)
8667 # We only want to do this on AIX 4.2 and lower, the check
8668 # below for broken collect2 doesn't work under 4.3+
8669 collect2name=`${CC} -print-prog-name=collect2`
8670 if test -f "$collect2name" &&
8671 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8672 then
8673 # We have reworked collect2
8674 :
8675 else
8676 # We have old collect2
8677 hardcode_direct=unsupported
8678 # It fails to find uninstalled libraries when the uninstalled
8679 # path is not listed in the libpath. Setting hardcode_minus_L
8680 # to unsupported forces relinking
8681 hardcode_minus_L=yes
8682 hardcode_libdir_flag_spec='-L$libdir'
8683 hardcode_libdir_separator=
8684 fi
8685 ;;
8686 esac
8687 shared_flag='-shared'
8688 if test "$aix_use_runtimelinking" = yes; then
8689 shared_flag="$shared_flag "'${wl}-G'
8690 fi
8691 else
8692 # not using gcc
8693 if test "$host_cpu" = ia64; then
8694 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8695 # chokes on -Wl,-G. The following line is correct:
8696 shared_flag='-G'
8697 else
8698 if test "$aix_use_runtimelinking" = yes; then
8699 shared_flag='${wl}-G'
8700 else
8701 shared_flag='${wl}-bM:SRE'
8702 fi
8703 fi
8704 fi
8705
8706 export_dynamic_flag_spec='${wl}-bexpall'
8707 # It seems that -bexpall does not export symbols beginning with
8708 # underscore (_), so it is better to generate a list of symbols to export.
8709 always_export_symbols=yes
8710 if test "$aix_use_runtimelinking" = yes; then
8711 # Warning - without using the other runtime loading flags (-brtl),
8712 # -berok will link without error, but may produce a broken library.
8713 allow_undefined_flag='-berok'
8714 # Determine the default libpath from the value encoded in an
8715 # empty executable.
8716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8717/* end confdefs.h. */
8718
8719int
8720main ()
8721{
8722
8723 ;
8724 return 0;
8725}
8726_ACEOF
6bb11ab3 8727if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8728
6bb11ab3
L
8729lt_aix_libpath_sed='
8730 /Import File Strings/,/^$/ {
8731 /^0/ {
8732 s/^0 *\(.*\)$/\1/
8733 p
8734 }
8735 }'
8736aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8737# Check for a 64-bit object if we didn't find anything.
8738if test -z "$aix_libpath"; then
8739 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8740fi
8741fi
8742rm -f core conftest.err conftest.$ac_objext \
8743 conftest$ac_exeext conftest.$ac_ext
8744if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8745
8746 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8747 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"
8748 else
8749 if test "$host_cpu" = ia64; then
8750 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8751 allow_undefined_flag="-z nodefs"
8752 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"
8753 else
8754 # Determine the default libpath from the value encoded in an
8755 # empty executable.
81ecdfbb
RW
8756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8757/* end confdefs.h. */
8758
8759int
8760main ()
8761{
c28c63d8 8762
81ecdfbb
RW
8763 ;
8764 return 0;
8765}
8766_ACEOF
6bb11ab3
L
8767if ac_fn_c_try_link "$LINENO"; then :
8768
8769lt_aix_libpath_sed='
8770 /Import File Strings/,/^$/ {
8771 /^0/ {
8772 s/^0 *\(.*\)$/\1/
8773 p
8774 }
8775 }'
8776aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8777# Check for a 64-bit object if we didn't find anything.
8778if test -z "$aix_libpath"; then
8779 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
c28c63d8 8780fi
81ecdfbb 8781fi
6bb11ab3
L
8782rm -f core conftest.err conftest.$ac_objext \
8783 conftest$ac_exeext conftest.$ac_ext
8784if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8785
8786 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8787 # Warning - without using the other run time loading flags,
8788 # -berok will link without error, but may produce a broken library.
8789 no_undefined_flag=' ${wl}-bernotok'
8790 allow_undefined_flag=' ${wl}-berok'
8791 if test "$with_gnu_ld" = yes; then
8792 # We only use this code for GNU lds that support --whole-archive.
8793 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8794 else
8795 # Exported symbols can be pulled into shared objects from archives
8796 whole_archive_flag_spec='$convenience'
8797 fi
8798 archive_cmds_need_lc=yes
8799 # This is similar to how AIX traditionally builds its shared libraries.
8800 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'
8801 fi
8802 fi
8803 ;;
8804
8805 amigaos*)
8806 case $host_cpu in
8807 powerpc)
8808 # see comment about AmigaOS4 .so support
8809 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8810 archive_expsym_cmds=''
8811 ;;
8812 m68k)
8813 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)'
8814 hardcode_libdir_flag_spec='-L$libdir'
8815 hardcode_minus_L=yes
8816 ;;
8817 esac
8818 ;;
8819
8820 bsdi[45]*)
8821 export_dynamic_flag_spec=-rdynamic
8822 ;;
8823
8824 cygwin* | mingw* | pw32* | cegcc*)
8825 # When not using gcc, we currently assume that we are using
8826 # Microsoft Visual C++.
8827 # hardcode_libdir_flag_spec is actually meaningless, as there is
8828 # no search path for DLLs.
8829 hardcode_libdir_flag_spec=' '
8830 allow_undefined_flag=unsupported
8831 # Tell ltmain to make .lib files, not .a files.
8832 libext=lib
8833 # Tell ltmain to make .dll files, not .so files.
8834 shrext_cmds=".dll"
8835 # FIXME: Setting linknames here is a bad hack.
8836 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8837 # The linker will automatically build a .lib file if we build a DLL.
8838 old_archive_from_new_cmds='true'
8839 # FIXME: Should let the user specify the lib program.
8840 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8841 fix_srcfile_path='`cygpath -w "$srcfile"`'
8842 enable_shared_with_static_runtimes=yes
8843 ;;
8844
8845 darwin* | rhapsody*)
8846
8847
8848 archive_cmds_need_lc=no
8849 hardcode_direct=no
8850 hardcode_automatic=yes
8851 hardcode_shlibpath_var=unsupported
8852 if test "$lt_cv_ld_force_load" = "yes"; then
8853 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\"`'
c28c63d8 8854 else
6bb11ab3 8855 whole_archive_flag_spec=''
c28c63d8 8856 fi
6bb11ab3
L
8857 link_all_deplibs=yes
8858 allow_undefined_flag="$_lt_dar_allow_undefined"
8859 case $cc_basename in
8860 ifort*) _lt_dar_can_shared=yes ;;
8861 *) _lt_dar_can_shared=$GCC ;;
8862 esac
8863 if test "$_lt_dar_can_shared" = "yes"; then
8864 output_verbose_link_cmd=func_echo_all
8865 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8866 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8867 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}"
8868 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}"
8869
c28c63d8 8870 else
6bb11ab3 8871 ld_shlibs=no
c28c63d8 8872 fi
6bb11ab3
L
8873
8874 ;;
8875
8876 dgux*)
8877 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8878 hardcode_libdir_flag_spec='-L$libdir'
8879 hardcode_shlibpath_var=no
8880 ;;
8881
8882 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8883 # support. Future versions do this automatically, but an explicit c++rt0.o
8884 # does not break anything, and helps significantly (at the cost of a little
8885 # extra space).
8886 freebsd2.2*)
8887 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8888 hardcode_libdir_flag_spec='-R$libdir'
8889 hardcode_direct=yes
8890 hardcode_shlibpath_var=no
8891 ;;
8892
8893 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8894 freebsd2.*)
8895 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8896 hardcode_direct=yes
8897 hardcode_minus_L=yes
8898 hardcode_shlibpath_var=no
8899 ;;
8900
8901 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8902 freebsd* | dragonfly*)
8903 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8904 hardcode_libdir_flag_spec='-R$libdir'
8905 hardcode_direct=yes
8906 hardcode_shlibpath_var=no
8907 ;;
8908
8909 hpux9*)
8910 if test "$GCC" = yes; then
8911 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'
8912 else
8913 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'
8914 fi
8915 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8916 hardcode_libdir_separator=:
8917 hardcode_direct=yes
8918
8919 # hardcode_minus_L: Not really in the search PATH,
8920 # but as the default location of the library.
8921 hardcode_minus_L=yes
8922 export_dynamic_flag_spec='${wl}-E'
8923 ;;
8924
8925 hpux10*)
8926 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8927 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8928 else
8929 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8930 fi
8931 if test "$with_gnu_ld" = no; then
8932 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8933 hardcode_libdir_flag_spec_ld='+b $libdir'
8934 hardcode_libdir_separator=:
8935 hardcode_direct=yes
8936 hardcode_direct_absolute=yes
8937 export_dynamic_flag_spec='${wl}-E'
8938 # hardcode_minus_L: Not really in the search PATH,
8939 # but as the default location of the library.
8940 hardcode_minus_L=yes
8941 fi
8942 ;;
8943
8944 hpux11*)
8945 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8946 case $host_cpu in
8947 hppa*64*)
8948 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8949 ;;
8950 ia64*)
8951 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8952 ;;
8953 *)
8954 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8955 ;;
8956 esac
8957 else
8958 case $host_cpu in
8959 hppa*64*)
8960 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8961 ;;
8962 ia64*)
8963 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8964 ;;
8965 *)
8966
8967 # Older versions of the 11.00 compiler do not understand -b yet
8968 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8970$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 8971if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 8972 $as_echo_n "(cached) " >&6
c28c63d8 8973else
6bb11ab3
L
8974 lt_cv_prog_compiler__b=no
8975 save_LDFLAGS="$LDFLAGS"
8976 LDFLAGS="$LDFLAGS -b"
8977 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8978 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8979 # The linker can only warn and ignore the option if not recognized
8980 # So say no if there are warnings
8981 if test -s conftest.err; then
8982 # Append any errors to the config.log.
8983 cat conftest.err 1>&5
8984 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8985 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8986 if diff conftest.exp conftest.er2 >/dev/null; then
8987 lt_cv_prog_compiler__b=yes
8988 fi
8989 else
8990 lt_cv_prog_compiler__b=yes
8991 fi
8992 fi
8993 $RM -r conftest*
8994 LDFLAGS="$save_LDFLAGS"
c28c63d8 8995
6bb11ab3
L
8996fi
8997{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8998$as_echo "$lt_cv_prog_compiler__b" >&6; }
c28c63d8 8999
6bb11ab3
L
9000if test x"$lt_cv_prog_compiler__b" = xyes; then
9001 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9002else
9003 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9004fi
81ecdfbb 9005
6bb11ab3
L
9006 ;;
9007 esac
9008 fi
9009 if test "$with_gnu_ld" = no; then
9010 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9011 hardcode_libdir_separator=:
9012
9013 case $host_cpu in
9014 hppa*64*|ia64*)
9015 hardcode_direct=no
9016 hardcode_shlibpath_var=no
9017 ;;
9018 *)
9019 hardcode_direct=yes
9020 hardcode_direct_absolute=yes
9021 export_dynamic_flag_spec='${wl}-E'
9022
9023 # hardcode_minus_L: Not really in the search PATH,
9024 # but as the default location of the library.
9025 hardcode_minus_L=yes
9026 ;;
9027 esac
9028 fi
9029 ;;
9030
9031 irix5* | irix6* | nonstopux*)
9032 if test "$GCC" = yes; then
9033 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'
9034 # Try to use the -exported_symbol ld option, if it does not
9035 # work, assume that -exports_file does not work either and
9036 # implicitly export all symbols.
9037 save_LDFLAGS="$LDFLAGS"
9038 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9040/* end confdefs.h. */
9041int foo(void) {}
c28c63d8 9042_ACEOF
6bb11ab3
L
9043if ac_fn_c_try_link "$LINENO"; then :
9044 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'
c28c63d8
JB
9045
9046fi
6bb11ab3
L
9047rm -f core conftest.err conftest.$ac_objext \
9048 conftest$ac_exeext conftest.$ac_ext
9049 LDFLAGS="$save_LDFLAGS"
9050 else
9051 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'
9052 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'
9053 fi
9054 archive_cmds_need_lc='no'
9055 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9056 hardcode_libdir_separator=:
9057 inherit_rpath=yes
9058 link_all_deplibs=yes
9059 ;;
9060
9061 netbsd*)
9062 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9063 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9064 else
9065 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9066 fi
9067 hardcode_libdir_flag_spec='-R$libdir'
9068 hardcode_direct=yes
9069 hardcode_shlibpath_var=no
9070 ;;
9071
9072 newsos6)
9073 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9074 hardcode_direct=yes
9075 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9076 hardcode_libdir_separator=:
9077 hardcode_shlibpath_var=no
9078 ;;
9079
9080 *nto* | *qnx*)
9081 ;;
9082
9083 openbsd*)
9084 if test -f /usr/libexec/ld.so; then
9085 hardcode_direct=yes
9086 hardcode_shlibpath_var=no
9087 hardcode_direct_absolute=yes
9088 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9089 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9090 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9091 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9092 export_dynamic_flag_spec='${wl}-E'
9093 else
9094 case $host_os in
9095 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9096 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9097 hardcode_libdir_flag_spec='-R$libdir'
9098 ;;
9099 *)
9100 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9101 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9102 ;;
9103 esac
9104 fi
9105 else
9106 ld_shlibs=no
9107 fi
9108 ;;
9109
9110 os2*)
9111 hardcode_libdir_flag_spec='-L$libdir'
9112 hardcode_minus_L=yes
9113 allow_undefined_flag=unsupported
9114 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'
9115 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9116 ;;
9117
9118 osf3*)
9119 if test "$GCC" = yes; then
9120 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9121 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'
9122 else
9123 allow_undefined_flag=' -expect_unresolved \*'
9124 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'
9125 fi
9126 archive_cmds_need_lc='no'
9127 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9128 hardcode_libdir_separator=:
9129 ;;
9130
9131 osf4* | osf5*) # as osf3* with the addition of -msym flag
9132 if test "$GCC" = yes; then
9133 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9134 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'
9135 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9136 else
9137 allow_undefined_flag=' -expect_unresolved \*'
9138 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'
9139 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~
9140 $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'
9141
9142 # Both c and cxx compiler support -rpath directly
9143 hardcode_libdir_flag_spec='-rpath $libdir'
9144 fi
9145 archive_cmds_need_lc='no'
9146 hardcode_libdir_separator=:
9147 ;;
9148
9149 solaris*)
9150 no_undefined_flag=' -z defs'
9151 if test "$GCC" = yes; then
9152 wlarc='${wl}'
9153 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9154 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9155 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9156 else
9157 case `$CC -V 2>&1` in
9158 *"Compilers 5.0"*)
9159 wlarc=''
9160 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9161 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9162 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9163 ;;
9164 *)
9165 wlarc='${wl}'
9166 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9167 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9168 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9169 ;;
9170 esac
9171 fi
9172 hardcode_libdir_flag_spec='-R$libdir'
9173 hardcode_shlibpath_var=no
9174 case $host_os in
9175 solaris2.[0-5] | solaris2.[0-5].*) ;;
9176 *)
9177 # The compiler driver will combine and reorder linker options,
9178 # but understands `-z linker_flag'. GCC discards it without `$wl',
9179 # but is careful enough not to reorder.
9180 # Supported since Solaris 2.6 (maybe 2.5.1?)
9181 if test "$GCC" = yes; then
9182 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9183 else
9184 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9185 fi
9186 ;;
9187 esac
9188 link_all_deplibs=yes
9189 ;;
9190
9191 sunos4*)
9192 if test "x$host_vendor" = xsequent; then
9193 # Use $CC to link under sequent, because it throws in some extra .o
9194 # files that make .init and .fini sections work.
9195 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9196 else
9197 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9198 fi
9199 hardcode_libdir_flag_spec='-L$libdir'
9200 hardcode_direct=yes
9201 hardcode_minus_L=yes
9202 hardcode_shlibpath_var=no
9203 ;;
9204
9205 sysv4)
9206 case $host_vendor in
9207 sni)
9208 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9209 hardcode_direct=yes # is this really true???
9210 ;;
9211 siemens)
9212 ## LD is ld it makes a PLAMLIB
9213 ## CC just makes a GrossModule.
9214 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9215 reload_cmds='$CC -r -o $output$reload_objs'
9216 hardcode_direct=no
9217 ;;
9218 motorola)
9219 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9220 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9221 ;;
9222 esac
9223 runpath_var='LD_RUN_PATH'
9224 hardcode_shlibpath_var=no
9225 ;;
9226
9227 sysv4.3*)
9228 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9229 hardcode_shlibpath_var=no
9230 export_dynamic_flag_spec='-Bexport'
9231 ;;
9232
9233 sysv4*MP*)
9234 if test -d /usr/nec; then
9235 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9236 hardcode_shlibpath_var=no
9237 runpath_var=LD_RUN_PATH
9238 hardcode_runpath_var=yes
9239 ld_shlibs=yes
9240 fi
9241 ;;
9242
9243 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9244 no_undefined_flag='${wl}-z,text'
9245 archive_cmds_need_lc=no
9246 hardcode_shlibpath_var=no
9247 runpath_var='LD_RUN_PATH'
9248
9249 if test "$GCC" = yes; then
9250 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9251 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9252 else
9253 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9254 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9255 fi
9256 ;;
9257
9258 sysv5* | sco3.2v5* | sco5v6*)
9259 # Note: We can NOT use -z defs as we might desire, because we do not
9260 # link with -lc, and that would cause any symbols used from libc to
9261 # always be unresolved, which means just about no library would
9262 # ever link correctly. If we're not using GNU ld we use -z text
9263 # though, which does catch some bad symbols but isn't as heavy-handed
9264 # as -z defs.
9265 no_undefined_flag='${wl}-z,text'
9266 allow_undefined_flag='${wl}-z,nodefs'
9267 archive_cmds_need_lc=no
9268 hardcode_shlibpath_var=no
9269 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9270 hardcode_libdir_separator=':'
9271 link_all_deplibs=yes
9272 export_dynamic_flag_spec='${wl}-Bexport'
9273 runpath_var='LD_RUN_PATH'
9274
9275 if test "$GCC" = yes; then
9276 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9277 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9278 else
9279 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9280 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9281 fi
9282 ;;
9283
9284 uts4*)
9285 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9286 hardcode_libdir_flag_spec='-L$libdir'
9287 hardcode_shlibpath_var=no
9288 ;;
9289
9290 *)
9291 ld_shlibs=no
9292 ;;
9293 esac
9294
9295 if test x$host_vendor = xsni; then
9296 case $host in
9297 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9298 export_dynamic_flag_spec='${wl}-Blargedynsym'
9299 ;;
9300 esac
9301 fi
9302 fi
9303
9304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9305$as_echo "$ld_shlibs" >&6; }
9306test "$ld_shlibs" = no && can_build_shared=no
9307
9308with_gnu_ld=$with_gnu_ld
9309
9310
9311
9312
c28c63d8 9313
d6416cdc 9314
c28c63d8 9315
6ffe910a 9316
6ffe910a
MF
9317
9318
6ffe910a 9319
c28c63d8 9320
c28c63d8
JB
9321
9322
6bb11ab3
L
9323
9324#
9325# Do we need to explicitly link libc?
9326#
9327case "x$archive_cmds_need_lc" in
9328x|xyes)
9329 # Assume -lc should be added
9330 archive_cmds_need_lc=yes
9331
9332 if test "$enable_shared" = yes && test "$GCC" = yes; then
9333 case $archive_cmds in
9334 *'~'*)
9335 # FIXME: we may have to deal with multi-command sequences.
9336 ;;
9337 '$CC '*)
9338 # Test whether the compiler implicitly links with -lc since on some
9339 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9340 # to ld, don't add -lc before -lgcc.
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9342$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9343if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9344 $as_echo_n "(cached) " >&6
c28c63d8 9345else
6bb11ab3
L
9346 $RM conftest*
9347 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9348
9349 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9350 (eval $ac_compile) 2>&5
9351 ac_status=$?
9352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9353 test $ac_status = 0; } 2>conftest.err; then
9354 soname=conftest
9355 lib=conftest
9356 libobjs=conftest.$ac_objext
9357 deplibs=
9358 wl=$lt_prog_compiler_wl
9359 pic_flag=$lt_prog_compiler_pic
9360 compiler_flags=-v
9361 linker_flags=-v
9362 verstring=
9363 output_objdir=.
9364 libname=conftest
9365 lt_save_allow_undefined_flag=$allow_undefined_flag
9366 allow_undefined_flag=
9367 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9368 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9369 ac_status=$?
9370 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9371 test $ac_status = 0; }
9372 then
9373 lt_cv_archive_cmds_need_lc=no
9374 else
9375 lt_cv_archive_cmds_need_lc=yes
9376 fi
9377 allow_undefined_flag=$lt_save_allow_undefined_flag
9378 else
9379 cat conftest.err 1>&5
9380 fi
9381 $RM conftest*
c28c63d8 9382
6ffe910a 9383fi
6bb11ab3
L
9384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9385$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9386 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9387 ;;
9388 esac
9389 fi
9390 ;;
6ffe910a 9391esac
c28c63d8
JB
9392
9393
6ffe910a 9394
c28c63d8 9395
81ecdfbb 9396
c28c63d8 9397
c28c63d8 9398
c28c63d8 9399
c28c63d8 9400
c28c63d8 9401
c28c63d8 9402
c28c63d8 9403
c28c63d8 9404
c28c63d8 9405
81ecdfbb 9406
c28c63d8 9407
c28c63d8
JB
9408
9409
81ecdfbb 9410
81ecdfbb 9411
81ecdfbb
RW
9412
9413
81ecdfbb 9414
81ecdfbb 9415
c28c63d8
JB
9416
9417
c28c63d8 9418
c28c63d8 9419
c28c63d8 9420
c28c63d8 9421
81ecdfbb 9422
c28c63d8 9423
c28c63d8 9424
c28c63d8 9425
81ecdfbb 9426
c28c63d8 9427
c28c63d8 9428
c28c63d8 9429
c28c63d8 9430
81ecdfbb 9431
c28c63d8 9432
c28c63d8 9433
c28c63d8 9434
c28c63d8
JB
9435
9436
c28c63d8
JB
9437
9438
6ffe910a 9439
2232061b
MF
9440
9441
2232061b 9442
2232061b
MF
9443
9444
2232061b
MF
9445
9446
2232061b 9447
2232061b
MF
9448
9449
6bb11ab3
L
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9550$as_echo_n "checking dynamic linker characteristics... " >&6; }
9551
9552if test "$GCC" = yes; then
9553 case $host_os in
9554 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9555 *) lt_awk_arg="/^libraries:/" ;;
9556 esac
9557 case $host_os in
9558 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9559 *) lt_sed_strip_eq="s,=/,/,g" ;;
9560 esac
9561 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9562 case $lt_search_path_spec in
9563 *\;*)
9564 # if the path contains ";" then we assume it to be the separator
9565 # otherwise default to the standard path separator (i.e. ":") - it is
9566 # assumed that no part of a normal pathname contains ";" but that should
9567 # okay in the real world where ";" in dirpaths is itself problematic.
9568 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9569 ;;
9570 *)
9571 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9572 ;;
9573 esac
9574 # Ok, now we have the path, separated by spaces, we can step through it
9575 # and add multilib dir if necessary.
9576 lt_tmp_lt_search_path_spec=
9577 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9578 for lt_sys_path in $lt_search_path_spec; do
9579 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9580 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9581 else
9582 test -d "$lt_sys_path" && \
9583 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9584 fi
9585 done
9586 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9587BEGIN {RS=" "; FS="/|\n";} {
9588 lt_foo="";
9589 lt_count=0;
9590 for (lt_i = NF; lt_i > 0; lt_i--) {
9591 if ($lt_i != "" && $lt_i != ".") {
9592 if ($lt_i == "..") {
9593 lt_count++;
9594 } else {
9595 if (lt_count == 0) {
9596 lt_foo="/" $lt_i lt_foo;
9597 } else {
9598 lt_count--;
9599 }
9600 }
9601 }
9602 }
9603 if (lt_foo != "") { lt_freq[lt_foo]++; }
9604 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9605}'`
9606 # AWK program above erroneously prepends '/' to C:/dos/paths
9607 # for these hosts.
9608 case $host_os in
9609 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9610 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9611 esac
9612 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9613else
9614 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9615fi
9616library_names_spec=
9617libname_spec='lib$name'
9618soname_spec=
9619shrext_cmds=".so"
9620postinstall_cmds=
9621postuninstall_cmds=
9622finish_cmds=
9623finish_eval=
9624shlibpath_var=
9625shlibpath_overrides_runpath=unknown
9626version_type=none
9627dynamic_linker="$host_os ld.so"
9628sys_lib_dlsearch_path_spec="/lib /usr/lib"
9629need_lib_prefix=unknown
9630hardcode_into_libs=no
9631
9632# when you set need_version to no, make sure it does not cause -set_version
9633# flags to be left without arguments
9634need_version=unknown
9635
9636case $host_os in
9637aix3*)
9638 version_type=linux
9639 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9640 shlibpath_var=LIBPATH
9641
9642 # AIX 3 has no versioning support, so we append a major version to the name.
9643 soname_spec='${libname}${release}${shared_ext}$major'
9644 ;;
9645
9646aix[4-9]*)
9647 version_type=linux
9648 need_lib_prefix=no
9649 need_version=no
9650 hardcode_into_libs=yes
9651 if test "$host_cpu" = ia64; then
9652 # AIX 5 supports IA64
9653 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9654 shlibpath_var=LD_LIBRARY_PATH
9655 else
9656 # With GCC up to 2.95.x, collect2 would create an import file
9657 # for dependence libraries. The import file would start with
9658 # the line `#! .'. This would cause the generated library to
9659 # depend on `.', always an invalid library. This was fixed in
9660 # development snapshots of GCC prior to 3.0.
9661 case $host_os in
9662 aix4 | aix4.[01] | aix4.[01].*)
9663 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9664 echo ' yes '
9665 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9666 :
9667 else
9668 can_build_shared=no
9669 fi
9670 ;;
9671 esac
9672 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9673 # soname into executable. Probably we can add versioning support to
9674 # collect2, so additional links can be useful in future.
9675 if test "$aix_use_runtimelinking" = yes; then
9676 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9677 # instead of lib<name>.a to let people know that these are not
9678 # typical AIX shared libraries.
9679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9680 else
9681 # We preserve .a as extension for shared libraries through AIX4.2
9682 # and later when we are not doing run time linking.
9683 library_names_spec='${libname}${release}.a $libname.a'
9684 soname_spec='${libname}${release}${shared_ext}$major'
9685 fi
9686 shlibpath_var=LIBPATH
9687 fi
9688 ;;
9689
9690amigaos*)
9691 case $host_cpu in
9692 powerpc)
9693 # Since July 2007 AmigaOS4 officially supports .so libraries.
9694 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9696 ;;
9697 m68k)
9698 library_names_spec='$libname.ixlibrary $libname.a'
9699 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9700 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'
9701 ;;
9702 esac
9703 ;;
9704
9705beos*)
9706 library_names_spec='${libname}${shared_ext}'
9707 dynamic_linker="$host_os ld.so"
9708 shlibpath_var=LIBRARY_PATH
9709 ;;
9710
9711bsdi[45]*)
9712 version_type=linux
9713 need_version=no
9714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9715 soname_spec='${libname}${release}${shared_ext}$major'
9716 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9717 shlibpath_var=LD_LIBRARY_PATH
9718 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9719 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9720 # the default ld.so.conf also contains /usr/contrib/lib and
9721 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9722 # libtool to hard-code these into programs
9723 ;;
9724
9725cygwin* | mingw* | pw32* | cegcc*)
9726 version_type=windows
9727 shrext_cmds=".dll"
9728 need_version=no
9729 need_lib_prefix=no
9730
9731 case $GCC,$host_os in
9732 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9733 library_names_spec='$libname.dll.a'
9734 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9735 postinstall_cmds='base_file=`basename \${file}`~
9736 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9737 dldir=$destdir/`dirname \$dlpath`~
9738 test -d \$dldir || mkdir -p \$dldir~
9739 $install_prog $dir/$dlname \$dldir/$dlname~
9740 chmod a+x \$dldir/$dlname~
9741 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9742 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9743 fi'
9744 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9745 dlpath=$dir/\$dldll~
9746 $RM \$dlpath'
9747 shlibpath_overrides_runpath=yes
9748
9749 case $host_os in
9750 cygwin*)
9751 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9752 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9753
9754 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9755 ;;
9756 mingw* | cegcc*)
9757 # MinGW DLLs use traditional 'lib' prefix
9758 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9759 ;;
9760 pw32*)
9761 # pw32 DLLs use 'pw' prefix rather than 'lib'
9762 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9763 ;;
9764 esac
9765 ;;
9766
9767 *)
9768 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9769 ;;
9770 esac
9771 dynamic_linker='Win32 ld.exe'
9772 # FIXME: first we should search . and the directory the executable is in
9773 shlibpath_var=PATH
9774 ;;
9775
9776darwin* | rhapsody*)
9777 dynamic_linker="$host_os dyld"
9778 version_type=darwin
9779 need_lib_prefix=no
9780 need_version=no
9781 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9782 soname_spec='${libname}${release}${major}$shared_ext'
9783 shlibpath_overrides_runpath=yes
9784 shlibpath_var=DYLD_LIBRARY_PATH
9785 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9786
9787 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9788 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9789 ;;
9790
9791dgux*)
9792 version_type=linux
9793 need_lib_prefix=no
9794 need_version=no
9795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9796 soname_spec='${libname}${release}${shared_ext}$major'
9797 shlibpath_var=LD_LIBRARY_PATH
9798 ;;
9799
9800freebsd* | dragonfly*)
9801 # DragonFly does not have aout. When/if they implement a new
9802 # versioning mechanism, adjust this.
9803 if test -x /usr/bin/objformat; then
9804 objformat=`/usr/bin/objformat`
9805 else
9806 case $host_os in
9807 freebsd[23].*) objformat=aout ;;
9808 *) objformat=elf ;;
9809 esac
9810 fi
9811 version_type=freebsd-$objformat
9812 case $version_type in
9813 freebsd-elf*)
9814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9815 need_version=no
9816 need_lib_prefix=no
9817 ;;
9818 freebsd-*)
9819 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9820 need_version=yes
9821 ;;
9822 esac
9823 shlibpath_var=LD_LIBRARY_PATH
9824 case $host_os in
9825 freebsd2.*)
9826 shlibpath_overrides_runpath=yes
9827 ;;
9828 freebsd3.[01]* | freebsdelf3.[01]*)
9829 shlibpath_overrides_runpath=yes
9830 hardcode_into_libs=yes
9831 ;;
9832 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9833 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9834 shlibpath_overrides_runpath=no
9835 hardcode_into_libs=yes
9836 ;;
9837 *) # from 4.6 on, and DragonFly
9838 shlibpath_overrides_runpath=yes
9839 hardcode_into_libs=yes
9840 ;;
9841 esac
9842 ;;
9843
6bb11ab3
L
9844haiku*)
9845 version_type=linux
9846 need_lib_prefix=no
9847 need_version=no
9848 dynamic_linker="$host_os runtime_loader"
9849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9850 soname_spec='${libname}${release}${shared_ext}$major'
9851 shlibpath_var=LIBRARY_PATH
9852 shlibpath_overrides_runpath=yes
9853 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9854 hardcode_into_libs=yes
9855 ;;
9856
9857hpux9* | hpux10* | hpux11*)
9858 # Give a soname corresponding to the major version so that dld.sl refuses to
9859 # link against other versions.
9860 version_type=sunos
9861 need_lib_prefix=no
9862 need_version=no
9863 case $host_cpu in
9864 ia64*)
9865 shrext_cmds='.so'
9866 hardcode_into_libs=yes
9867 dynamic_linker="$host_os dld.so"
9868 shlibpath_var=LD_LIBRARY_PATH
9869 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9871 soname_spec='${libname}${release}${shared_ext}$major'
9872 if test "X$HPUX_IA64_MODE" = X32; then
9873 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9874 else
9875 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9876 fi
9877 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9878 ;;
9879 hppa*64*)
9880 shrext_cmds='.sl'
9881 hardcode_into_libs=yes
9882 dynamic_linker="$host_os dld.sl"
9883 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9884 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9885 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9886 soname_spec='${libname}${release}${shared_ext}$major'
9887 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9888 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9889 ;;
9890 *)
9891 shrext_cmds='.sl'
9892 dynamic_linker="$host_os dld.sl"
9893 shlibpath_var=SHLIB_PATH
9894 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9895 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9896 soname_spec='${libname}${release}${shared_ext}$major'
9897 ;;
9898 esac
9899 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9900 postinstall_cmds='chmod 555 $lib'
9901 # or fails outright, so override atomically:
9902 install_override_mode=555
9903 ;;
9904
9905interix[3-9]*)
9906 version_type=linux
9907 need_lib_prefix=no
9908 need_version=no
9909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9910 soname_spec='${libname}${release}${shared_ext}$major'
9911 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9912 shlibpath_var=LD_LIBRARY_PATH
9913 shlibpath_overrides_runpath=no
9914 hardcode_into_libs=yes
9915 ;;
9916
9917irix5* | irix6* | nonstopux*)
9918 case $host_os in
9919 nonstopux*) version_type=nonstopux ;;
9920 *)
9921 if test "$lt_cv_prog_gnu_ld" = yes; then
9922 version_type=linux
9923 else
9924 version_type=irix
9925 fi ;;
9926 esac
9927 need_lib_prefix=no
9928 need_version=no
9929 soname_spec='${libname}${release}${shared_ext}$major'
9930 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9931 case $host_os in
9932 irix5* | nonstopux*)
9933 libsuff= shlibsuff=
9934 ;;
9935 *)
9936 case $LD in # libtool.m4 will add one of these switches to LD
9937 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9938 libsuff= shlibsuff= libmagic=32-bit;;
9939 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9940 libsuff=32 shlibsuff=N32 libmagic=N32;;
9941 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9942 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9943 *) libsuff= shlibsuff= libmagic=never-match;;
9944 esac
9945 ;;
9946 esac
9947 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9948 shlibpath_overrides_runpath=no
9949 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9950 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9951 hardcode_into_libs=yes
9952 ;;
9953
9954# No shared lib support for Linux oldld, aout, or coff.
9955linux*oldld* | linux*aout* | linux*coff*)
9956 dynamic_linker=no
9957 ;;
9958
9959# This must be Linux ELF.
46f900c0 9960linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
9961 version_type=linux
9962 need_lib_prefix=no
9963 need_version=no
9964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9965 soname_spec='${libname}${release}${shared_ext}$major'
9966 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9967 shlibpath_var=LD_LIBRARY_PATH
9968 shlibpath_overrides_runpath=no
9969
9970 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 9971 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
9972 $as_echo_n "(cached) " >&6
9973else
6bb11ab3
L
9974 lt_cv_shlibpath_overrides_runpath=no
9975 save_LDFLAGS=$LDFLAGS
9976 save_libdir=$libdir
9977 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9978 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
9980/* end confdefs.h. */
9981
2232061b
MF
9982int
9983main ()
9984{
9985
9986 ;
9987 return 0;
9988}
9989_ACEOF
6bb11ab3
L
9990if ac_fn_c_try_link "$LINENO"; then :
9991 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9992 lt_cv_shlibpath_overrides_runpath=yes
2232061b 9993fi
2232061b 9994fi
6bb11ab3
L
9995rm -f core conftest.err conftest.$ac_objext \
9996 conftest$ac_exeext conftest.$ac_ext
9997 LDFLAGS=$save_LDFLAGS
9998 libdir=$save_libdir
2232061b 9999
6bb11ab3 10000fi
2232061b 10001
6bb11ab3 10002 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10003
6bb11ab3
L
10004 # This implies no fast_install, which is unacceptable.
10005 # Some rework will be needed to allow for fast_install
10006 # before this can be enabled.
10007 hardcode_into_libs=yes
2232061b 10008
6bb11ab3
L
10009 # Append ld.so.conf contents to the search path
10010 if test -f /etc/ld.so.conf; then
10011 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' ' '`
10012 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10013 fi
2232061b 10014
6bb11ab3
L
10015 # We used to test for /lib/ld.so.1 and disable shared libraries on
10016 # powerpc, because MkLinux only supported shared libraries with the
10017 # GNU dynamic linker. Since this was broken with cross compilers,
10018 # most powerpc-linux boxes support dynamic linking these days and
10019 # people can always --disable-shared, the test was removed, and we
10020 # assume the GNU/Linux dynamic linker is in use.
10021 dynamic_linker='GNU/Linux ld.so'
10022 ;;
10023
10024netbsd*)
10025 version_type=sunos
10026 need_lib_prefix=no
10027 need_version=no
10028 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10029 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10030 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10031 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10032 else
6bb11ab3
L
10033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10034 soname_spec='${libname}${release}${shared_ext}$major'
10035 dynamic_linker='NetBSD ld.elf_so'
10036 fi
10037 shlibpath_var=LD_LIBRARY_PATH
10038 shlibpath_overrides_runpath=yes
10039 hardcode_into_libs=yes
10040 ;;
10041
10042newsos6)
10043 version_type=linux
10044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045 shlibpath_var=LD_LIBRARY_PATH
10046 shlibpath_overrides_runpath=yes
10047 ;;
10048
10049*nto* | *qnx*)
10050 version_type=qnx
10051 need_lib_prefix=no
10052 need_version=no
10053 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10054 soname_spec='${libname}${release}${shared_ext}$major'
10055 shlibpath_var=LD_LIBRARY_PATH
10056 shlibpath_overrides_runpath=no
10057 hardcode_into_libs=yes
10058 dynamic_linker='ldqnx.so'
10059 ;;
10060
10061openbsd*)
10062 version_type=sunos
10063 sys_lib_dlsearch_path_spec="/usr/lib"
10064 need_lib_prefix=no
10065 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10066 case $host_os in
10067 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10068 *) need_version=no ;;
10069 esac
10070 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10071 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10072 shlibpath_var=LD_LIBRARY_PATH
10073 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10074 case $host_os in
10075 openbsd2.[89] | openbsd2.[89].*)
10076 shlibpath_overrides_runpath=no
10077 ;;
10078 *)
10079 shlibpath_overrides_runpath=yes
10080 ;;
10081 esac
10082 else
10083 shlibpath_overrides_runpath=yes
10084 fi
10085 ;;
10086
10087os2*)
10088 libname_spec='$name'
10089 shrext_cmds=".dll"
10090 need_lib_prefix=no
10091 library_names_spec='$libname${shared_ext} $libname.a'
10092 dynamic_linker='OS/2 ld.exe'
10093 shlibpath_var=LIBPATH
10094 ;;
10095
10096osf3* | osf4* | osf5*)
10097 version_type=osf
10098 need_lib_prefix=no
10099 need_version=no
10100 soname_spec='${libname}${release}${shared_ext}$major'
10101 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10102 shlibpath_var=LD_LIBRARY_PATH
10103 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10104 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10105 ;;
10106
10107rdos*)
10108 dynamic_linker=no
10109 ;;
10110
10111solaris*)
10112 version_type=linux
10113 need_lib_prefix=no
10114 need_version=no
10115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10116 soname_spec='${libname}${release}${shared_ext}$major'
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=yes
10119 hardcode_into_libs=yes
10120 # ldd complains unless libraries are executable
10121 postinstall_cmds='chmod +x $lib'
10122 ;;
10123
10124sunos4*)
10125 version_type=sunos
10126 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10127 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10128 shlibpath_var=LD_LIBRARY_PATH
10129 shlibpath_overrides_runpath=yes
10130 if test "$with_gnu_ld" = yes; then
10131 need_lib_prefix=no
10132 fi
10133 need_version=yes
10134 ;;
10135
10136sysv4 | sysv4.3*)
10137 version_type=linux
10138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10139 soname_spec='${libname}${release}${shared_ext}$major'
10140 shlibpath_var=LD_LIBRARY_PATH
10141 case $host_vendor in
10142 sni)
10143 shlibpath_overrides_runpath=no
10144 need_lib_prefix=no
10145 runpath_var=LD_RUN_PATH
10146 ;;
10147 siemens)
10148 need_lib_prefix=no
10149 ;;
10150 motorola)
10151 need_lib_prefix=no
10152 need_version=no
10153 shlibpath_overrides_runpath=no
10154 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10155 ;;
10156 esac
10157 ;;
10158
10159sysv4*MP*)
10160 if test -d /usr/nec ;then
10161 version_type=linux
10162 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10163 soname_spec='$libname${shared_ext}.$major'
10164 shlibpath_var=LD_LIBRARY_PATH
2232061b 10165 fi
6bb11ab3
L
10166 ;;
10167
10168sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10169 version_type=freebsd-elf
10170 need_lib_prefix=no
10171 need_version=no
10172 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10173 soname_spec='${libname}${release}${shared_ext}$major'
10174 shlibpath_var=LD_LIBRARY_PATH
10175 shlibpath_overrides_runpath=yes
10176 hardcode_into_libs=yes
10177 if test "$with_gnu_ld" = yes; then
10178 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10179 else
10180 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10181 case $host_os in
10182 sco3.2v5*)
10183 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10184 ;;
10185 esac
10186 fi
10187 sys_lib_dlsearch_path_spec='/usr/lib'
10188 ;;
10189
10190tpf*)
10191 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10192 version_type=linux
10193 need_lib_prefix=no
10194 need_version=no
10195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 shlibpath_overrides_runpath=no
10198 hardcode_into_libs=yes
10199 ;;
10200
10201uts4*)
10202 version_type=linux
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 shlibpath_var=LD_LIBRARY_PATH
10206 ;;
10207
10208*)
10209 dynamic_linker=no
10210 ;;
10211esac
10212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10213$as_echo "$dynamic_linker" >&6; }
10214test "$dynamic_linker" = no && can_build_shared=no
10215
10216variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10217if test "$GCC" = yes; then
10218 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10219fi
2232061b 10220
6bb11ab3
L
10221if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10222 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10223fi
10224if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10225 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10226fi
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
2232061b 10253
2232061b 10254
2232061b 10255
2232061b 10256
2232061b
MF
10257
10258
6ffe910a 10259
6ffe910a
MF
10260
10261
10262
10263
10264
2232061b 10265
6ffe910a
MF
10266
10267
10268
10269
6ffe910a 10270
6ffe910a 10271
6ffe910a
MF
10272
10273
6ffe910a 10274
6ffe910a 10275
6ffe910a
MF
10276
10277
5f3ef9d0 10278
5f3ef9d0
JB
10279
10280
10281
db2e4d67
MF
10282
10283
db2e4d67 10284
db2e4d67 10285
db2e4d67 10286
db2e4d67 10287
db2e4d67 10288
db2e4d67 10289
db2e4d67 10290
db2e4d67
MF
10291
10292
db2e4d67 10293
db2e4d67
MF
10294
10295
db2e4d67 10296
db2e4d67
MF
10297
10298
6ffe910a 10299
6ffe910a 10300
6ffe910a
MF
10301
10302
6ffe910a
MF
10303
10304
6ffe910a 10305
6ffe910a 10306
6ffe910a 10307
6ffe910a 10308
6ffe910a 10309
c28c63d8 10310
c28c63d8 10311
c28c63d8 10312
c28c63d8 10313
c28c63d8 10314
c28c63d8 10315
c28c63d8 10316
c28c63d8 10317
c28c63d8 10318
6bb11ab3
L
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10320$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10321hardcode_action=
10322if test -n "$hardcode_libdir_flag_spec" ||
10323 test -n "$runpath_var" ||
10324 test "X$hardcode_automatic" = "Xyes" ; then
c28c63d8 10325
6bb11ab3
L
10326 # We can hardcode non-existent directories.
10327 if test "$hardcode_direct" != no &&
10328 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10329 # have to relink, otherwise we might link with an installed library
10330 # when we should be linking with a yet-to-be-installed one
10331 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10332 test "$hardcode_minus_L" != no; then
10333 # Linking always hardcodes the temporary library directory.
10334 hardcode_action=relink
10335 else
10336 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10337 hardcode_action=immediate
10338 fi
10339else
10340 # We cannot hardcode anything, or else we can only hardcode existing
10341 # directories.
10342 hardcode_action=unsupported
c28c63d8 10343fi
6bb11ab3
L
10344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10345$as_echo "$hardcode_action" >&6; }
c28c63d8 10346
6bb11ab3
L
10347if test "$hardcode_action" = relink ||
10348 test "$inherit_rpath" = yes; then
10349 # Fast installation is not supported
10350 enable_fast_install=no
10351elif test "$shlibpath_overrides_runpath" = yes ||
10352 test "$enable_shared" = no; then
10353 # Fast installation is not necessary
10354 enable_fast_install=needless
10355fi
c28c63d8 10356
6bb11ab3
L
10357
10358
10359
10360
10361
10362 if test "x$enable_dlopen" != xyes; then
10363 enable_dlopen=unknown
10364 enable_dlopen_self=unknown
10365 enable_dlopen_self_static=unknown
10366else
10367 lt_cv_dlopen=no
10368 lt_cv_dlopen_libs=
10369
10370 case $host_os in
10371 beos*)
10372 lt_cv_dlopen="load_add_on"
10373 lt_cv_dlopen_libs=
10374 lt_cv_dlopen_self=yes
10375 ;;
10376
10377 mingw* | pw32* | cegcc*)
10378 lt_cv_dlopen="LoadLibrary"
10379 lt_cv_dlopen_libs=
10380 ;;
10381
10382 cygwin*)
10383 lt_cv_dlopen="dlopen"
10384 lt_cv_dlopen_libs=
10385 ;;
10386
10387 darwin*)
10388 # if libdl is installed we need to link against it
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10390$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10391if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10392 $as_echo_n "(cached) " >&6
10393else
10394 ac_check_lib_save_LIBS=$LIBS
10395LIBS="-ldl $LIBS"
10396cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10397/* end confdefs.h. */
10398
10399/* Override any GCC internal prototype to avoid an error.
10400 Use char because int might match the return type of a GCC
10401 builtin and then its argument prototype would still apply. */
10402#ifdef __cplusplus
10403extern "C"
10404#endif
10405char dlopen ();
10406int
10407main ()
10408{
10409return dlopen ();
10410 ;
10411 return 0;
10412}
c28c63d8 10413_ACEOF
6bb11ab3
L
10414if ac_fn_c_try_link "$LINENO"; then :
10415 ac_cv_lib_dl_dlopen=yes
10416else
10417 ac_cv_lib_dl_dlopen=no
10418fi
10419rm -f core conftest.err conftest.$ac_objext \
10420 conftest$ac_exeext conftest.$ac_ext
10421LIBS=$ac_check_lib_save_LIBS
10422fi
10423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10424$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10425if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10426 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10427else
10428
10429 lt_cv_dlopen="dyld"
10430 lt_cv_dlopen_libs=
10431 lt_cv_dlopen_self=yes
c28c63d8
JB
10432
10433fi
c28c63d8 10434
6bb11ab3 10435 ;;
c28c63d8 10436
6bb11ab3
L
10437 *)
10438 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10439if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10440 lt_cv_dlopen="shl_load"
10441else
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10443$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10444if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10445 $as_echo_n "(cached) " >&6
10446else
10447 ac_check_lib_save_LIBS=$LIBS
10448LIBS="-ldld $LIBS"
10449cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450/* end confdefs.h. */
10451
10452/* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455#ifdef __cplusplus
10456extern "C"
10457#endif
10458char shl_load ();
10459int
10460main ()
10461{
10462return shl_load ();
10463 ;
10464 return 0;
10465}
10466_ACEOF
10467if ac_fn_c_try_link "$LINENO"; then :
10468 ac_cv_lib_dld_shl_load=yes
10469else
10470 ac_cv_lib_dld_shl_load=no
10471fi
10472rm -f core conftest.err conftest.$ac_objext \
10473 conftest$ac_exeext conftest.$ac_ext
10474LIBS=$ac_check_lib_save_LIBS
10475fi
10476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10477$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10478if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10479 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10480else
10481 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10482if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10483 lt_cv_dlopen="dlopen"
10484else
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10486$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10487if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10488 $as_echo_n "(cached) " >&6
c28c63d8
JB
10489else
10490 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10491LIBS="-ldl $LIBS"
81ecdfbb 10492cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10493/* end confdefs.h. */
10494
81ecdfbb
RW
10495/* Override any GCC internal prototype to avoid an error.
10496 Use char because int might match the return type of a GCC
10497 builtin and then its argument prototype would still apply. */
c28c63d8
JB
10498#ifdef __cplusplus
10499extern "C"
10500#endif
6bb11ab3 10501char dlopen ();
c28c63d8
JB
10502int
10503main ()
10504{
6bb11ab3 10505return dlopen ();
c28c63d8
JB
10506 ;
10507 return 0;
10508}
10509_ACEOF
81ecdfbb 10510if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10511 ac_cv_lib_dl_dlopen=yes
c28c63d8 10512else
6bb11ab3 10513 ac_cv_lib_dl_dlopen=no
c28c63d8 10514fi
81ecdfbb
RW
10515rm -f core conftest.err conftest.$ac_objext \
10516 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
10517LIBS=$ac_check_lib_save_LIBS
10518fi
6bb11ab3
L
10519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10520$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10521if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10522 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10523else
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10525$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10526if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10527 $as_echo_n "(cached) " >&6
c28c63d8
JB
10528else
10529 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10530LIBS="-lsvld $LIBS"
81ecdfbb 10531cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10532/* end confdefs.h. */
10533
81ecdfbb
RW
10534/* Override any GCC internal prototype to avoid an error.
10535 Use char because int might match the return type of a GCC
10536 builtin and then its argument prototype would still apply. */
c28c63d8
JB
10537#ifdef __cplusplus
10538extern "C"
10539#endif
6bb11ab3 10540char dlopen ();
c28c63d8
JB
10541int
10542main ()
10543{
6bb11ab3 10544return dlopen ();
c28c63d8
JB
10545 ;
10546 return 0;
10547}
10548_ACEOF
81ecdfbb 10549if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10550 ac_cv_lib_svld_dlopen=yes
c28c63d8 10551else
6bb11ab3 10552 ac_cv_lib_svld_dlopen=no
c28c63d8 10553fi
81ecdfbb
RW
10554rm -f core conftest.err conftest.$ac_objext \
10555 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
10556LIBS=$ac_check_lib_save_LIBS
10557fi
6bb11ab3
L
10558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10559$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10560if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10561 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10562else
6bb11ab3
L
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10564$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10565if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10566 $as_echo_n "(cached) " >&6
c28c63d8 10567else
6bb11ab3
L
10568 ac_check_lib_save_LIBS=$LIBS
10569LIBS="-ldld $LIBS"
81ecdfbb 10570cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10571/* end confdefs.h. */
10572
81ecdfbb
RW
10573/* Override any GCC internal prototype to avoid an error.
10574 Use char because int might match the return type of a GCC
d6416cdc 10575 builtin and then its argument prototype would still apply. */
d6416cdc
RW
10576#ifdef __cplusplus
10577extern "C"
10578#endif
6bb11ab3 10579char dld_link ();
d6416cdc
RW
10580int
10581main ()
10582{
6bb11ab3 10583return dld_link ();
d6416cdc
RW
10584 ;
10585 return 0;
10586}
10587_ACEOF
6bb11ab3
L
10588if ac_fn_c_try_link "$LINENO"; then :
10589 ac_cv_lib_dld_dld_link=yes
10590else
10591 ac_cv_lib_dld_dld_link=no
10592fi
10593rm -f core conftest.err conftest.$ac_objext \
10594 conftest$ac_exeext conftest.$ac_ext
10595LIBS=$ac_check_lib_save_LIBS
10596fi
10597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10598$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10599if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10600 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10601fi
10602
10603
10604fi
10605
10606
10607fi
10608
10609
10610fi
10611
10612
10613fi
10614
10615
10616fi
10617
10618 ;;
10619 esac
10620
10621 if test "x$lt_cv_dlopen" != xno; then
10622 enable_dlopen=yes
d6416cdc 10623 else
6bb11ab3
L
10624 enable_dlopen=no
10625 fi
10626
10627 case $lt_cv_dlopen in
10628 dlopen)
10629 save_CPPFLAGS="$CPPFLAGS"
10630 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10631
10632 save_LDFLAGS="$LDFLAGS"
10633 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10634
10635 save_LIBS="$LIBS"
10636 LIBS="$lt_cv_dlopen_libs $LIBS"
10637
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10639$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10640if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10641 $as_echo_n "(cached) " >&6
10642else
10643 if test "$cross_compiling" = yes; then :
10644 lt_cv_dlopen_self=cross
10645else
10646 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10647 lt_status=$lt_dlunknown
10648 cat > conftest.$ac_ext <<_LT_EOF
07490bf8 10649#line 10649 "configure"
6bb11ab3
L
10650#include "confdefs.h"
10651
10652#if HAVE_DLFCN_H
10653#include <dlfcn.h>
10654#endif
10655
10656#include <stdio.h>
10657
10658#ifdef RTLD_GLOBAL
10659# define LT_DLGLOBAL RTLD_GLOBAL
10660#else
10661# ifdef DL_GLOBAL
10662# define LT_DLGLOBAL DL_GLOBAL
10663# else
10664# define LT_DLGLOBAL 0
10665# endif
10666#endif
10667
10668/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10669 find out it does not work in some platform. */
10670#ifndef LT_DLLAZY_OR_NOW
10671# ifdef RTLD_LAZY
10672# define LT_DLLAZY_OR_NOW RTLD_LAZY
10673# else
10674# ifdef DL_LAZY
10675# define LT_DLLAZY_OR_NOW DL_LAZY
10676# else
10677# ifdef RTLD_NOW
10678# define LT_DLLAZY_OR_NOW RTLD_NOW
10679# else
10680# ifdef DL_NOW
10681# define LT_DLLAZY_OR_NOW DL_NOW
10682# else
10683# define LT_DLLAZY_OR_NOW 0
10684# endif
10685# endif
10686# endif
10687# endif
10688#endif
10689
10690/* When -fvisbility=hidden is used, assume the code has been annotated
10691 correspondingly for the symbols needed. */
10692#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10693void fnord () __attribute__((visibility("default")));
10694#endif
10695
10696void fnord () { int i=42; }
10697int main ()
10698{
10699 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10700 int status = $lt_dlunknown;
10701
10702 if (self)
10703 {
10704 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10705 else
10706 {
10707 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10708 else puts (dlerror ());
10709 }
10710 /* dlclose (self); */
10711 }
10712 else
10713 puts (dlerror ());
10714
10715 return status;
10716}
10717_LT_EOF
10718 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10719 (eval $ac_link) 2>&5
10720 ac_status=$?
10721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10722 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10723 (./conftest; exit; ) >&5 2>/dev/null
10724 lt_status=$?
10725 case x$lt_status in
10726 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10727 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10728 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10729 esac
10730 else :
10731 # compilation failed
10732 lt_cv_dlopen_self=no
d6416cdc 10733 fi
d6416cdc 10734fi
6bb11ab3
L
10735rm -fr conftest*
10736
10737
c28c63d8 10738fi
6bb11ab3
L
10739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10740$as_echo "$lt_cv_dlopen_self" >&6; }
c28c63d8 10741
6bb11ab3
L
10742 if test "x$lt_cv_dlopen_self" = xyes; then
10743 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10745$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10746if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10747 $as_echo_n "(cached) " >&6
c28c63d8 10748else
6bb11ab3
L
10749 if test "$cross_compiling" = yes; then :
10750 lt_cv_dlopen_self_static=cross
10751else
10752 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10753 lt_status=$lt_dlunknown
10754 cat > conftest.$ac_ext <<_LT_EOF
07490bf8 10755#line 10755 "configure"
6bb11ab3
L
10756#include "confdefs.h"
10757
10758#if HAVE_DLFCN_H
10759#include <dlfcn.h>
10760#endif
10761
10762#include <stdio.h>
10763
10764#ifdef RTLD_GLOBAL
10765# define LT_DLGLOBAL RTLD_GLOBAL
10766#else
10767# ifdef DL_GLOBAL
10768# define LT_DLGLOBAL DL_GLOBAL
10769# else
10770# define LT_DLGLOBAL 0
10771# endif
10772#endif
10773
10774/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10775 find out it does not work in some platform. */
10776#ifndef LT_DLLAZY_OR_NOW
10777# ifdef RTLD_LAZY
10778# define LT_DLLAZY_OR_NOW RTLD_LAZY
10779# else
10780# ifdef DL_LAZY
10781# define LT_DLLAZY_OR_NOW DL_LAZY
10782# else
10783# ifdef RTLD_NOW
10784# define LT_DLLAZY_OR_NOW RTLD_NOW
10785# else
10786# ifdef DL_NOW
10787# define LT_DLLAZY_OR_NOW DL_NOW
10788# else
10789# define LT_DLLAZY_OR_NOW 0
10790# endif
10791# endif
10792# endif
10793# endif
10794#endif
10795
10796/* When -fvisbility=hidden is used, assume the code has been annotated
10797 correspondingly for the symbols needed. */
10798#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10799void fnord () __attribute__((visibility("default")));
10800#endif
10801
10802void fnord () { int i=42; }
10803int main ()
10804{
10805 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10806 int status = $lt_dlunknown;
10807
10808 if (self)
10809 {
10810 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10811 else
10812 {
10813 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10814 else puts (dlerror ());
10815 }
10816 /* dlclose (self); */
10817 }
10818 else
10819 puts (dlerror ());
10820
10821 return status;
10822}
10823_LT_EOF
10824 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10825 (eval $ac_link) 2>&5
10826 ac_status=$?
10827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10828 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10829 (./conftest; exit; ) >&5 2>/dev/null
10830 lt_status=$?
10831 case x$lt_status in
10832 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10833 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10834 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10835 esac
10836 else :
10837 # compilation failed
10838 lt_cv_dlopen_self_static=no
10839 fi
c28c63d8 10840fi
6bb11ab3
L
10841rm -fr conftest*
10842
10843
c28c63d8 10844fi
6bb11ab3
L
10845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10846$as_echo "$lt_cv_dlopen_self_static" >&6; }
10847 fi
10848
10849 CPPFLAGS="$save_CPPFLAGS"
10850 LDFLAGS="$save_LDFLAGS"
10851 LIBS="$save_LIBS"
10852 ;;
10853 esac
10854
10855 case $lt_cv_dlopen_self in
10856 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10857 *) enable_dlopen_self=unknown ;;
10858 esac
10859
10860 case $lt_cv_dlopen_self_static in
10861 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10862 *) enable_dlopen_self_static=unknown ;;
10863 esac
10864fi
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882striplib=
10883old_striplib=
10884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10885$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10886if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10887 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10888 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10890$as_echo "yes" >&6; }
10891else
10892# FIXME - insert some real tests, host_os isn't really good enough
10893 case $host_os in
10894 darwin*)
10895 if test -n "$STRIP" ; then
10896 striplib="$STRIP -x"
10897 old_striplib="$STRIP -S"
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10899$as_echo "yes" >&6; }
10900 else
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10902$as_echo "no" >&6; }
10903 fi
10904 ;;
10905 *)
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10907$as_echo "no" >&6; }
10908 ;;
10909 esac
10910fi
10911
10912
10913
10914
10915
10916
10917
10918
10919
10920
10921
10922
10923 # Report which library types will actually be built
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10925$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10927$as_echo "$can_build_shared" >&6; }
10928
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10930$as_echo_n "checking whether to build shared libraries... " >&6; }
10931 test "$can_build_shared" = "no" && enable_shared=no
10932
10933 # On AIX, shared libraries and static libraries use the same namespace, and
10934 # are all built from PIC.
10935 case $host_os in
10936 aix3*)
10937 test "$enable_shared" = yes && enable_static=no
10938 if test -n "$RANLIB"; then
10939 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10940 postinstall_cmds='$RANLIB $lib'
10941 fi
10942 ;;
10943
10944 aix[4-9]*)
10945 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10946 test "$enable_shared" = yes && enable_static=no
10947 fi
10948 ;;
10949 esac
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10951$as_echo "$enable_shared" >&6; }
10952
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10954$as_echo_n "checking whether to build static libraries... " >&6; }
10955 # Make sure either enable_shared or enable_static is yes.
10956 test "$enable_shared" = yes || enable_static=yes
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10958$as_echo "$enable_static" >&6; }
10959
10960
10961
10962
10963fi
10964ac_ext=c
10965ac_cpp='$CPP $CPPFLAGS'
10966ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10967ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10968ac_compiler_gnu=$ac_cv_c_compiler_gnu
10969
10970CC="$lt_save_CC"
10971
10972
10973
10974
10975
10976
10977
10978
10979
c28c63d8 10980
c28c63d8 10981
c28c63d8 10982
c28c63d8 10983
6bb11ab3
L
10984 ac_config_commands="$ac_config_commands libtool"
10985
10986
10987
10988
10989# Only expand once:
10990
10991
5912fadd 10992
c28c63d8 10993
c28c63d8 10994
31e6ad7d
MF
10995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
10996$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
10997 # Check whether --enable-maintainer-mode was given.
81ecdfbb 10998if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
10999 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11000else
11001 USE_MAINTAINER_MODE=no
c28c63d8 11002fi
31e6ad7d
MF
11003
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11005$as_echo "$USE_MAINTAINER_MODE" >&6; }
11006 if test $USE_MAINTAINER_MODE = yes; then
11007 MAINTAINER_MODE_TRUE=
11008 MAINTAINER_MODE_FALSE='#'
c28c63d8 11009else
31e6ad7d
MF
11010 MAINTAINER_MODE_TRUE='#'
11011 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11012fi
11013
31e6ad7d
MF
11014 MAINT=$MAINTAINER_MODE_TRUE
11015
11016
c28c63d8
JB
11017
11018
347fe5bb
MF
11019sim_inline="-DDEFAULT_INLINE=0"
11020# Check whether --enable-sim-inline was given.
11021if test "${enable_sim_inline+set}" = set; then :
11022 enableval=$enable_sim_inline; sim_inline=""
11023case "$enableval" in
11024 no) sim_inline="-DDEFAULT_INLINE=0";;
11025 0) sim_inline="-DDEFAULT_INLINE=0";;
11026 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11027 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11028 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11029 new_flag=""
11030 case "$x" in
11031 *_INLINE=*) new_flag="-D$x";;
11032 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11033 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11034 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11035 esac
11036 if test x"$sim_inline" = x""; then
11037 sim_inline="$new_flag"
11038 else
11039 sim_inline="$sim_inline $new_flag"
11040 fi
11041 done;;
11042esac
11043if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11044 echo "Setting inline flags = $sim_inline" 6>&1
11045fi
11046fi
11047
11048
11049
c28c63d8 11050
c28c63d8 11051default_sim_scache="16384"
81ecdfbb
RW
11052# Check whether --enable-sim-scache was given.
11053if test "${enable_sim_scache+set}" = set; then :
11054 enableval=$enable_sim_scache; case "${enableval}" in
c28c63d8
JB
11055 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11056 no) sim_scache="-DWITH_SCACHE=0" ;;
11057 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11058 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c28c63d8
JB
11059 sim_scache="";;
11060esac
11061if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11062 echo "Setting scache size = $sim_scache" 6>&1
11063fi
11064else
11065 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11066fi
11067
c28c63d8
JB
11068
11069
11070default_sim_default_model="lm32"
81ecdfbb
RW
11071# Check whether --enable-sim-default-model was given.
11072if test "${enable_sim_default_model+set}" = set; then :
11073 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11074 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c28c63d8
JB
11075 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11076esac
11077if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11078 echo "Setting default model = $sim_default_model" 6>&1
11079fi
11080else
11081 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb 11082fi
c28c63d8
JB
11083
11084
81ecdfbb 11085
c28c63d8
JB
11086cgen_maint=no
11087cgen=guile
11088cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11089# Check whether --enable-cgen-maint was given.
11090if test "${enable_cgen_maint+set}" = set; then :
11091 enableval=$enable_cgen_maint; case "${enableval}" in
c28c63d8
JB
11092 yes) cgen_maint=yes ;;
11093 no) cgen_maint=no ;;
11094 *)
7fb45a68
AB
11095 # Argument is a directory where cgen can be found. In some
11096 # future world cgen could be installable, but right now this
11097 # is not the case. Instead we assume the directory is a path
11098 # to the cgen source tree.
11099 cgen_maint=yes
11100 if test -r ${enableval}/iformat.scm; then
11101 # This looks like a cgen source tree.
11102 cgendir=${enableval}
11103 else
11104 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11105 fi
c28c63d8
JB
11106 ;;
11107esac
81ecdfbb
RW
11108fi
11109if test x${cgen_maint} != xno ; then
c28c63d8
JB
11110 CGEN_MAINT=''
11111else
11112 CGEN_MAINT='#'
11113fi
11114
11115
11116
11117
11118
9d903352 11119hardware="cfi core pal glue lm32cpu lm32timer lm32uart"
c28c63d8
JB
11120sim_hw_cflags="-DWITH_HW=1"
11121sim_hw="$hardware"
11122sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11123
81ecdfbb
RW
11124# Check whether --enable-sim-hardware was given.
11125if test "${enable_sim_hardware+set}" = set; then :
11126 enableval=$enable_sim_hardware;
30452bbe
MF
11127else
11128 enable_sim_hardware="yes"
1517bd27
MF
11129fi
11130
11131case ${enable_sim_hardware} in
64dd13df
MF
11132 yes|no) ;;
11133 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11134 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11135 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c28c63d8 11136esac
1517bd27 11137
64dd13df 11138if test "$enable_sim_hardware" = no; then
c28c63d8
JB
11139 sim_hw_objs=
11140 sim_hw_cflags="-DWITH_HW=0"
11141 sim_hw=
11142else
11143 sim_hw_cflags="-DWITH_HW=1"
11144 # remove duplicates
11145 sim_hw=""
11146 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11147 for i in $hardware ; do
11148 case " $sim_hw " in
11149 *" $i "*) ;;
11150 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11151 esac
11152 done
1517bd27 11153 # mingw does not support sockser
1517bd27
MF
11154 case ${host} in
11155 *mingw*) ;;
49cd1634
MF
11156 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11157 # that you instatiate. Instead, other code will call into it directly.
11158 # At some point, we should convert it over.
11159 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11160 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
1517bd27
MF
11161 ;;
11162 esac
1517bd27
MF
11163 if test x"$silent" != x"yes"; then
11164 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11165 fi
1517bd27 11166fi
4399a56b 11167
c28c63d8
JB
11168
11169
c28c63d8
JB
11170cgen_breaks=""
11171if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11172cgen_breaks="break cgen_rtx_error";
11173fi
11174
81ecdfbb 11175ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
c28c63d8 11176
81ecdfbb 11177ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
c28c63d8 11178
81ecdfbb 11179ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
c28c63d8 11180
81ecdfbb 11181ac_config_commands="$ac_config_commands Makefile"
c28c63d8 11182
81ecdfbb 11183ac_config_commands="$ac_config_commands stamp-h"
c28c63d8 11184
760b3e8b
MF
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
c28c63d8
JB
11195cat >confcache <<\_ACEOF
11196# This file is a shell script that caches the results of configure
11197# tests run on this system so they can be shared between configure
11198# scripts and configure runs, see configure's option --config-cache.
11199# It is not useful on other systems. If it contains results you don't
11200# want to keep, you may remove or edit it.
11201#
11202# config.status only pays attention to the cache file if you give it
11203# the --recheck option to rerun configure.
11204#
11205# `ac_cv_env_foo' variables (set or unset) will be overridden when
11206# loading this file, other *unset* `ac_cv_foo' will be assigned the
11207# following values.
11208
11209_ACEOF
11210
11211# The following way of writing the cache mishandles newlines in values,
11212# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11213# So, we kill variables containing newlines.
c28c63d8
JB
11214# Ultrix sh set writes to stderr and can't be redirected directly,
11215# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11216(
11217 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11218 eval ac_val=\$$ac_var
11219 case $ac_val in #(
11220 *${as_nl}*)
11221 case $ac_var in #(
11222 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11223$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11224 esac
11225 case $ac_var in #(
11226 _ | IFS | as_nl) ;; #(
11227 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11228 *) { eval $ac_var=; unset $ac_var;} ;;
11229 esac ;;
11230 esac
11231 done
11232
c28c63d8 11233 (set) 2>&1 |
81ecdfbb
RW
11234 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11235 *${as_nl}ac_space=\ *)
11236 # `set' does not quote correctly, so add quotes: double-quote
11237 # substitution turns \\\\ into \\, and sed turns \\ into \.
c28c63d8
JB
11238 sed -n \
11239 "s/'/'\\\\''/g;
11240 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11241 ;; #(
c28c63d8
JB
11242 *)
11243 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11244 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 11245 ;;
81ecdfbb
RW
11246 esac |
11247 sort
11248) |
c28c63d8 11249 sed '
81ecdfbb 11250 /^ac_cv_env_/b end
c28c63d8 11251 t clear
81ecdfbb 11252 :clear
c28c63d8
JB
11253 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11254 t end
81ecdfbb
RW
11255 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11256 :end' >>confcache
11257if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11258 if test -w "$cache_file"; then
d0ac1c44 11259 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11261$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11262 if test ! -f "$cache_file" || test -h "$cache_file"; then
11263 cat confcache >"$cache_file"
11264 else
11265 case $cache_file in #(
11266 */* | ?:*)
11267 mv -f confcache "$cache_file"$$ &&
11268 mv -f "$cache_file"$$ "$cache_file" ;; #(
11269 *)
11270 mv -f confcache "$cache_file" ;;
11271 esac
11272 fi
11273 fi
c28c63d8 11274 else
81ecdfbb
RW
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11276$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c28c63d8
JB
11277 fi
11278fi
11279rm -f confcache
11280
11281test "x$prefix" = xNONE && prefix=$ac_default_prefix
11282# Let make expand exec_prefix.
11283test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11284
52d37d2c
MF
11285# Transform confdefs.h into DEFS.
11286# Protect against shell expansion while executing Makefile rules.
11287# Protect against Makefile macro expansion.
11288#
11289# If the first sed substitution is executed (which looks for macros that
11290# take arguments), then branch to the quote section. Otherwise,
11291# look for a macro that doesn't take arguments.
11292ac_script='
11293:mline
11294/\\$/{
11295 N
11296 s,\\\n,,
11297 b mline
11298}
11299t clear
11300:clear
11301s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11302t quote
11303s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11304t quote
11305b any
11306:quote
11307s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11308s/\[/\\&/g
11309s/\]/\\&/g
11310s/\$/$$/g
11311H
11312:any
11313${
11314 g
11315 s/^\n//
11316 s/\n/ /g
11317 p
11318}
11319'
11320DEFS=`sed -n "$ac_script" confdefs.h`
11321
c28c63d8
JB
11322
11323ac_libobjs=
11324ac_ltlibobjs=
d0ac1c44 11325U=
c28c63d8
JB
11326for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11327 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11328 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11329 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11330 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11331 # will be set to the directory where LIBOBJS objects are built.
11332 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11333 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c28c63d8
JB
11334done
11335LIBOBJS=$ac_libobjs
11336
11337LTLIBOBJS=$ac_ltlibobjs
11338
11339
0cb8d851 11340
6bb11ab3 11341if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11342 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11343Usually this means the macro was only invoked conditionally." "$LINENO" 5
11344fi
31e6ad7d 11345if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11346 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11347Usually this means the macro was only invoked conditionally." "$LINENO" 5
11348fi
c28c63d8 11349
d0ac1c44 11350: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11351ac_write_fail=0
c28c63d8
JB
11352ac_clean_files_save=$ac_clean_files
11353ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11354{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11355$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11356as_write_fail=0
11357cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c28c63d8
JB
11358#! $SHELL
11359# Generated by $as_me.
11360# Run this file to recreate the current configuration.
11361# Compiler output produced by configure, useful for debugging
11362# configure, is in config.log if it exists.
11363
11364debug=false
11365ac_cs_recheck=false
11366ac_cs_silent=false
c28c63d8 11367
81ecdfbb
RW
11368SHELL=\${CONFIG_SHELL-$SHELL}
11369export SHELL
11370_ASEOF
11371cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11372## -------------------- ##
11373## M4sh Initialization. ##
11374## -------------------- ##
11375
11376# Be more Bourne compatible
11377DUALCASE=1; export DUALCASE # for MKS sh
11378if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c28c63d8
JB
11379 emulate sh
11380 NULLCMD=:
81ecdfbb 11381 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
11382 # is contrary to our usage. Disable this feature.
11383 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11384 setopt NO_GLOB_SUBST
11385else
11386 case `(set -o) 2>/dev/null` in #(
11387 *posix*) :
11388 set -o posix ;; #(
11389 *) :
11390 ;;
11391esac
c28c63d8
JB
11392fi
11393
81ecdfbb
RW
11394
11395as_nl='
11396'
11397export as_nl
11398# Printing a long string crashes Solaris 7 /usr/bin/printf.
11399as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11400as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11401as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11402# Prefer a ksh shell builtin over an external printf program on Solaris,
11403# but without wasting forks for bash or zsh.
11404if test -z "$BASH_VERSION$ZSH_VERSION" \
11405 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11406 as_echo='print -r --'
11407 as_echo_n='print -rn --'
11408elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11409 as_echo='printf %s\n'
11410 as_echo_n='printf %s'
11411else
11412 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11413 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11414 as_echo_n='/usr/ucb/echo -n'
11415 else
11416 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11417 as_echo_n_body='eval
11418 arg=$1;
11419 case $arg in #(
11420 *"$as_nl"*)
11421 expr "X$arg" : "X\\(.*\\)$as_nl";
11422 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11423 esac;
11424 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11425 '
11426 export as_echo_n_body
11427 as_echo_n='sh -c $as_echo_n_body as_echo'
11428 fi
11429 export as_echo_body
11430 as_echo='sh -c $as_echo_body as_echo'
11431fi
11432
11433# The user is always right.
11434if test "${PATH_SEPARATOR+set}" != set; then
11435 PATH_SEPARATOR=:
11436 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11437 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11438 PATH_SEPARATOR=';'
11439 }
d6416cdc 11440fi
c28c63d8
JB
11441
11442
81ecdfbb
RW
11443# IFS
11444# We need space, tab and new line, in precisely that order. Quoting is
11445# there to prevent editors from complaining about space-tab.
11446# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11447# splitting by setting IFS to empty value.)
11448IFS=" "" $as_nl"
11449
11450# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11451as_myself=
81ecdfbb
RW
11452case $0 in #((
11453 *[\\/]* ) as_myself=$0 ;;
11454 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11455for as_dir in $PATH
11456do
11457 IFS=$as_save_IFS
11458 test -z "$as_dir" && as_dir=.
11459 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11460 done
11461IFS=$as_save_IFS
11462
11463 ;;
11464esac
11465# We did not find ourselves, most probably we were run as `sh COMMAND'
11466# in which case we are not to be found in the path.
11467if test "x$as_myself" = x; then
11468 as_myself=$0
11469fi
11470if test ! -f "$as_myself"; then
11471 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11472 exit 1
11473fi
11474
11475# Unset variables that we do not need and which cause bugs (e.g. in
11476# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11477# suppresses any "Segmentation fault" message there. '((' could
11478# trigger a bug in pdksh 5.2.14.
11479for as_var in BASH_ENV ENV MAIL MAILPATH
11480do eval test x\${$as_var+set} = xset \
11481 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11482done
d6416cdc
RW
11483PS1='$ '
11484PS2='> '
11485PS4='+ '
c28c63d8 11486
d6416cdc 11487# NLS nuisances.
81ecdfbb
RW
11488LC_ALL=C
11489export LC_ALL
11490LANGUAGE=C
11491export LANGUAGE
11492
11493# CDPATH.
11494(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11495
11496
d0ac1c44
SM
11497# as_fn_error STATUS ERROR [LINENO LOG_FD]
11498# ----------------------------------------
81ecdfbb
RW
11499# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11500# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11501# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11502as_fn_error ()
11503{
d0ac1c44
SM
11504 as_status=$1; test $as_status -eq 0 && as_status=1
11505 if test "$4"; then
11506 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11507 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c28c63d8 11508 fi
d0ac1c44 11509 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11510 as_fn_exit $as_status
11511} # as_fn_error
11512
11513
11514# as_fn_set_status STATUS
11515# -----------------------
11516# Set $? to STATUS, without forking.
11517as_fn_set_status ()
11518{
11519 return $1
11520} # as_fn_set_status
11521
11522# as_fn_exit STATUS
11523# -----------------
11524# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11525as_fn_exit ()
11526{
11527 set +e
11528 as_fn_set_status $1
11529 exit $1
11530} # as_fn_exit
11531
11532# as_fn_unset VAR
11533# ---------------
11534# Portably unset VAR.
11535as_fn_unset ()
11536{
11537 { eval $1=; unset $1;}
11538}
11539as_unset=as_fn_unset
11540# as_fn_append VAR VALUE
11541# ----------------------
11542# Append the text in VALUE to the end of the definition contained in VAR. Take
11543# advantage of any shell optimizations that allow amortized linear growth over
11544# repeated appends, instead of the typical quadratic growth present in naive
11545# implementations.
11546if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11547 eval 'as_fn_append ()
11548 {
11549 eval $1+=\$2
11550 }'
11551else
11552 as_fn_append ()
11553 {
11554 eval $1=\$$1\$2
11555 }
11556fi # as_fn_append
11557
11558# as_fn_arith ARG...
11559# ------------------
11560# Perform arithmetic evaluation on the ARGs, and store the result in the
11561# global $as_val. Take advantage of shells that can avoid forks. The arguments
11562# must be portable across $(()) and expr.
11563if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11564 eval 'as_fn_arith ()
11565 {
11566 as_val=$(( $* ))
11567 }'
11568else
11569 as_fn_arith ()
11570 {
11571 as_val=`expr "$@" || test $? -eq 1`
11572 }
11573fi # as_fn_arith
c28c63d8 11574
81ecdfbb
RW
11575
11576if expr a : '\(a\)' >/dev/null 2>&1 &&
11577 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
11578 as_expr=expr
11579else
11580 as_expr=false
11581fi
11582
81ecdfbb 11583if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c28c63d8
JB
11584 as_basename=basename
11585else
11586 as_basename=false
11587fi
11588
81ecdfbb
RW
11589if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11590 as_dirname=dirname
11591else
11592 as_dirname=false
11593fi
c28c63d8 11594
81ecdfbb 11595as_me=`$as_basename -- "$0" ||
c28c63d8
JB
11596$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11597 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11598 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11599$as_echo X/"$0" |
11600 sed '/^.*\/\([^/][^/]*\)\/*$/{
11601 s//\1/
11602 q
11603 }
11604 /^X\/\(\/\/\)$/{
11605 s//\1/
11606 q
11607 }
11608 /^X\/\(\/\).*/{
11609 s//\1/
11610 q
11611 }
11612 s/.*/./; q'`
c28c63d8 11613
d6416cdc
RW
11614# Avoid depending upon Character Ranges.
11615as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11616as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11617as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11618as_cr_digits='0123456789'
11619as_cr_alnum=$as_cr_Letters$as_cr_digits
11620
81ecdfbb
RW
11621ECHO_C= ECHO_N= ECHO_T=
11622case `echo -n x` in #(((((
11623-n*)
11624 case `echo 'xy\c'` in
11625 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11626 xy) ECHO_C='\c';;
11627 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11628 ECHO_T=' ';;
11629 esac;;
11630*)
11631 ECHO_N='-n';;
c28c63d8 11632esac
d6416cdc 11633
81ecdfbb
RW
11634rm -f conf$$ conf$$.exe conf$$.file
11635if test -d conf$$.dir; then
11636 rm -f conf$$.dir/conf$$.file
c28c63d8 11637else
81ecdfbb
RW
11638 rm -f conf$$.dir
11639 mkdir conf$$.dir 2>/dev/null
c28c63d8 11640fi
81ecdfbb
RW
11641if (echo >conf$$.file) 2>/dev/null; then
11642 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 11643 as_ln_s='ln -s'
81ecdfbb
RW
11644 # ... but there are two gotchas:
11645 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11646 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11647 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11648 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11649 as_ln_s='cp -pR'
81ecdfbb
RW
11650 elif ln conf$$.file conf$$ 2>/dev/null; then
11651 as_ln_s=ln
11652 else
d0ac1c44 11653 as_ln_s='cp -pR'
c28c63d8
JB
11654 fi
11655else
d0ac1c44 11656 as_ln_s='cp -pR'
c28c63d8 11657fi
81ecdfbb
RW
11658rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11659rmdir conf$$.dir 2>/dev/null
11660
11661
11662# as_fn_mkdir_p
11663# -------------
11664# Create "$as_dir" as a directory, including parents if necessary.
11665as_fn_mkdir_p ()
11666{
11667
11668 case $as_dir in #(
11669 -*) as_dir=./$as_dir;;
11670 esac
11671 test -d "$as_dir" || eval $as_mkdir_p || {
11672 as_dirs=
11673 while :; do
11674 case $as_dir in #(
11675 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11676 *) as_qdir=$as_dir;;
11677 esac
11678 as_dirs="'$as_qdir' $as_dirs"
11679 as_dir=`$as_dirname -- "$as_dir" ||
11680$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11681 X"$as_dir" : 'X\(//\)[^/]' \| \
11682 X"$as_dir" : 'X\(//\)$' \| \
11683 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11684$as_echo X"$as_dir" |
11685 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11686 s//\1/
11687 q
11688 }
11689 /^X\(\/\/\)[^/].*/{
11690 s//\1/
11691 q
11692 }
11693 /^X\(\/\/\)$/{
11694 s//\1/
11695 q
11696 }
11697 /^X\(\/\).*/{
11698 s//\1/
11699 q
11700 }
11701 s/.*/./; q'`
11702 test -d "$as_dir" && break
11703 done
11704 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11705 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c28c63d8 11706
81ecdfbb
RW
11707
11708} # as_fn_mkdir_p
c28c63d8 11709if mkdir -p . 2>/dev/null; then
81ecdfbb 11710 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
11711else
11712 test -d ./-p && rmdir ./-p
11713 as_mkdir_p=false
11714fi
11715
d0ac1c44
SM
11716
11717# as_fn_executable_p FILE
11718# -----------------------
11719# Test if FILE is an executable regular file.
11720as_fn_executable_p ()
11721{
11722 test -f "$1" && test -x "$1"
11723} # as_fn_executable_p
11724as_test_x='test -x'
11725as_executable_p=as_fn_executable_p
c28c63d8
JB
11726
11727# Sed expression to map a string onto a valid CPP name.
11728as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11729
11730# Sed expression to map a string onto a valid variable name.
11731as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11732
11733
11734exec 6>&1
81ecdfbb
RW
11735## ----------------------------------- ##
11736## Main body of $CONFIG_STATUS script. ##
11737## ----------------------------------- ##
11738_ASEOF
11739test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11740
11741cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11742# Save the log message, to keep $0 and so on meaningful, and to
c28c63d8 11743# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11744# values after options handling.
11745ac_log="
c28c63d8 11746This file was extended by $as_me, which was
d0ac1c44 11747generated by GNU Autoconf 2.69. Invocation command line was
c28c63d8
JB
11748
11749 CONFIG_FILES = $CONFIG_FILES
11750 CONFIG_HEADERS = $CONFIG_HEADERS
11751 CONFIG_LINKS = $CONFIG_LINKS
11752 CONFIG_COMMANDS = $CONFIG_COMMANDS
11753 $ $0 $@
11754
81ecdfbb
RW
11755on `(hostname || uname -n) 2>/dev/null | sed 1q`
11756"
11757
c28c63d8
JB
11758_ACEOF
11759
81ecdfbb
RW
11760case $ac_config_files in *"
11761"*) set x $ac_config_files; shift; ac_config_files=$*;;
11762esac
c28c63d8 11763
c28c63d8
JB
11764
11765
81ecdfbb
RW
11766cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11767# Files that config.status was made for.
11768config_files="$ac_config_files"
81ecdfbb 11769config_commands="$ac_config_commands"
c28c63d8 11770
81ecdfbb 11771_ACEOF
c28c63d8 11772
81ecdfbb 11773cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 11774ac_cs_usage="\
81ecdfbb
RW
11775\`$as_me' instantiates files and other configuration actions
11776from templates according to the current configuration. Unless the files
11777and actions are specified as TAGs, all are instantiated by default.
c28c63d8 11778
81ecdfbb 11779Usage: $0 [OPTION]... [TAG]...
c28c63d8
JB
11780
11781 -h, --help print this help, then exit
81ecdfbb 11782 -V, --version print version number and configuration settings, then exit
d0ac1c44 11783 --config print configuration, then exit
81ecdfbb
RW
11784 -q, --quiet, --silent
11785 do not print progress messages
c28c63d8
JB
11786 -d, --debug don't remove temporary files
11787 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11788 --file=FILE[:TEMPLATE]
11789 instantiate the configuration file FILE
c28c63d8
JB
11790
11791Configuration files:
11792$config_files
11793
c28c63d8
JB
11794Configuration commands:
11795$config_commands
11796
81ecdfbb 11797Report bugs to the package provider."
d6416cdc 11798
81ecdfbb
RW
11799_ACEOF
11800cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 11801ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
c28c63d8
JB
11802ac_cs_version="\\
11803config.status
d0ac1c44
SM
11804configured by $0, generated by GNU Autoconf 2.69,
11805 with options \\"\$ac_cs_config\\"
c28c63d8 11806
d0ac1c44 11807Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
11808This config.status script is free software; the Free Software Foundation
11809gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
11810
11811ac_pwd='$ac_pwd'
11812srcdir='$srcdir'
11813INSTALL='$INSTALL'
6bb11ab3 11814AWK='$AWK'
81ecdfbb 11815test -n "\$AWK" || AWK=awk
c28c63d8
JB
11816_ACEOF
11817
81ecdfbb
RW
11818cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11819# The default lists apply if the user does not specify any file.
c28c63d8
JB
11820ac_need_defaults=:
11821while test $# != 0
11822do
11823 case $1 in
d0ac1c44 11824 --*=?*)
81ecdfbb
RW
11825 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11826 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c28c63d8
JB
11827 ac_shift=:
11828 ;;
d0ac1c44
SM
11829 --*=)
11830 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11831 ac_optarg=
11832 ac_shift=:
11833 ;;
81ecdfbb 11834 *)
c28c63d8
JB
11835 ac_option=$1
11836 ac_optarg=$2
11837 ac_shift=shift
11838 ;;
11839 esac
11840
11841 case $ac_option in
11842 # Handling of the options.
11843 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11844 ac_cs_recheck=: ;;
81ecdfbb
RW
11845 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11846 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
11847 --config | --confi | --conf | --con | --co | --c )
11848 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 11849 --debug | --debu | --deb | --de | --d | -d )
c28c63d8
JB
11850 debug=: ;;
11851 --file | --fil | --fi | --f )
11852 $ac_shift
81ecdfbb
RW
11853 case $ac_optarg in
11854 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 11855 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
11856 esac
11857 as_fn_append CONFIG_FILES " '$ac_optarg'"
c28c63d8 11858 ac_need_defaults=false;;
52d37d2c 11859 --he | --h | --help | --hel | -h )
81ecdfbb 11860 $as_echo "$ac_cs_usage"; exit ;;
c28c63d8
JB
11861 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11862 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11863 ac_cs_silent=: ;;
11864
11865 # This is an error.
d0ac1c44 11866 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 11867Try \`$0 --help' for more information." ;;
c28c63d8 11868
81ecdfbb
RW
11869 *) as_fn_append ac_config_targets " $1"
11870 ac_need_defaults=false ;;
c28c63d8
JB
11871
11872 esac
11873 shift
11874done
11875
11876ac_configure_extra_args=
11877
11878if $ac_cs_silent; then
11879 exec 6>/dev/null
11880 ac_configure_extra_args="$ac_configure_extra_args --silent"
11881fi
11882
11883_ACEOF
81ecdfbb 11884cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c28c63d8 11885if \$ac_cs_recheck; then
d0ac1c44 11886 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
11887 shift
11888 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11889 CONFIG_SHELL='$SHELL'
11890 export CONFIG_SHELL
11891 exec "\$@"
c28c63d8
JB
11892fi
11893
11894_ACEOF
81ecdfbb
RW
11895cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11896exec 5>>config.log
11897{
11898 echo
11899 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11900## Running $as_me. ##
11901_ASBOX
11902 $as_echo "$ac_log"
11903} >&5
c28c63d8 11904
81ecdfbb
RW
11905_ACEOF
11906cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
11907#
11908# INIT-COMMANDS
11909#
11910ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
11911
6bb11ab3
L
11912
11913# The HP-UX ksh and POSIX shell print the target directory to stdout
11914# if CDPATH is set.
11915(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11916
11917sed_quote_subst='$sed_quote_subst'
11918double_quote_subst='$double_quote_subst'
11919delay_variable_subst='$delay_variable_subst'
11920macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11921macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11922enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11923enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11924pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11925enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11926SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11927ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11928host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11929host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11930host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11931build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11932build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11933build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11934SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11935Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11936GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11937EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11938FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11939LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11940NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11941LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11942max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11943ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11944exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11945lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11946lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11947lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11948reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11949reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11950OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11951deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11952file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11953AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11954AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11955STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11956RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11957old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11958old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11959old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11960lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11961CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11962CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11963compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11964GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11965lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11966lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11967lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11968lt_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"`'
11969objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11970MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11971lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11972lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11973lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11974lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11975lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11976need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11977DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11978NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11979LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11980OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11981OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11982libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11983shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11984extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11985archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11986enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11987export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11988whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11989compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11990old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11991old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11992archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11993archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11994module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11995module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11996with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11997allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11998no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11999hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12000hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12001hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12002hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12003hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12004hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12005hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12006hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12007inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12008link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12009fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12010always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12011export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12012exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12013include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12014prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12015file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12016variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12017need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12018need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12019version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12020runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12021shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12022shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12023libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12024library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12025soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12026install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12027postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12028postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12029finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12030finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12031hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12032sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12033sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12034hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12035enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12036enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12037enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12038old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12039striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12040
12041LTCC='$LTCC'
12042LTCFLAGS='$LTCFLAGS'
12043compiler='$compiler_DEFAULT'
12044
12045# A function that is used when there is no print builtin or printf.
12046func_fallback_echo ()
12047{
12048 eval 'cat <<_LTECHO_EOF
12049\$1
12050_LTECHO_EOF'
12051}
12052
12053# Quote evaled strings.
12054for var in SHELL \
12055ECHO \
12056SED \
12057GREP \
12058EGREP \
12059FGREP \
12060LD \
12061NM \
12062LN_S \
12063lt_SP2NL \
12064lt_NL2SP \
12065reload_flag \
12066OBJDUMP \
12067deplibs_check_method \
12068file_magic_cmd \
12069AR \
12070AR_FLAGS \
12071STRIP \
12072RANLIB \
12073CC \
12074CFLAGS \
12075compiler \
12076lt_cv_sys_global_symbol_pipe \
12077lt_cv_sys_global_symbol_to_cdecl \
12078lt_cv_sys_global_symbol_to_c_name_address \
12079lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12080lt_prog_compiler_no_builtin_flag \
12081lt_prog_compiler_wl \
12082lt_prog_compiler_pic \
12083lt_prog_compiler_static \
12084lt_cv_prog_compiler_c_o \
12085need_locks \
12086DSYMUTIL \
12087NMEDIT \
12088LIPO \
12089OTOOL \
12090OTOOL64 \
12091shrext_cmds \
12092export_dynamic_flag_spec \
12093whole_archive_flag_spec \
12094compiler_needs_object \
12095with_gnu_ld \
12096allow_undefined_flag \
12097no_undefined_flag \
12098hardcode_libdir_flag_spec \
12099hardcode_libdir_flag_spec_ld \
12100hardcode_libdir_separator \
12101fix_srcfile_path \
12102exclude_expsyms \
12103include_expsyms \
12104file_list_spec \
12105variables_saved_for_relink \
12106libname_spec \
12107library_names_spec \
12108soname_spec \
12109install_override_mode \
12110finish_eval \
12111old_striplib \
12112striplib; do
12113 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12114 *[\\\\\\\`\\"\\\$]*)
12115 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12116 ;;
12117 *)
12118 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12119 ;;
12120 esac
12121done
12122
12123# Double-quote double-evaled strings.
12124for var in reload_cmds \
12125old_postinstall_cmds \
12126old_postuninstall_cmds \
12127old_archive_cmds \
12128extract_expsyms_cmds \
12129old_archive_from_new_cmds \
12130old_archive_from_expsyms_cmds \
12131archive_cmds \
12132archive_expsym_cmds \
12133module_cmds \
12134module_expsym_cmds \
12135export_symbols_cmds \
12136prelink_cmds \
12137postinstall_cmds \
12138postuninstall_cmds \
12139finish_cmds \
12140sys_lib_search_path_spec \
12141sys_lib_dlsearch_path_spec; do
12142 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12143 *[\\\\\\\`\\"\\\$]*)
12144 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12145 ;;
12146 *)
12147 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12148 ;;
12149 esac
12150done
12151
12152ac_aux_dir='$ac_aux_dir'
12153xsi_shell='$xsi_shell'
12154lt_shell_append='$lt_shell_append'
12155
12156# See if we are running on zsh, and set the options which allow our
12157# commands through without removal of \ escapes INIT.
12158if test -n "\${ZSH_VERSION+set}" ; then
12159 setopt NO_GLOB_SUBST
12160fi
12161
12162
12163 PACKAGE='$PACKAGE'
12164 VERSION='$VERSION'
12165 TIMESTAMP='$TIMESTAMP'
12166 RM='$RM'
12167 ofile='$ofile'
12168
12169
12170
12171
81ecdfbb 12172_ACEOF
c28c63d8 12173
81ecdfbb 12174cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 12175
81ecdfbb 12176# Handling of arguments.
c28c63d8
JB
12177for ac_config_target in $ac_config_targets
12178do
81ecdfbb 12179 case $ac_config_target in
db2e4d67 12180 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12181 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12182 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12183 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12184 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12185 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12186 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12187
d0ac1c44 12188 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c28c63d8
JB
12189 esac
12190done
12191
81ecdfbb 12192
c28c63d8
JB
12193# If the user did not use the arguments to specify the items to instantiate,
12194# then the envvar interface is used. Set only those that are not.
12195# We use the long form for the default assignment because of an extremely
12196# bizarre bug on SunOS 4.1.3.
12197if $ac_need_defaults; then
12198 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
c28c63d8
JB
12199 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12200fi
12201
12202# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12203# simply because there is no reason against having it here, and in addition,
c28c63d8 12204# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12205# Hook for its removal unless debugging.
12206# Note that there is a small window in which the directory will not be cleaned:
12207# after its creation but before its name has been assigned to `$tmp'.
c28c63d8
JB
12208$debug ||
12209{
d0ac1c44 12210 tmp= ac_tmp=
81ecdfbb 12211 trap 'exit_status=$?
d0ac1c44
SM
12212 : "${ac_tmp:=$tmp}"
12213 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12214' 0
12215 trap 'as_fn_exit 1' 1 2 13 15
c28c63d8
JB
12216}
12217# Create a (secure) tmp directory for tmp files.
12218
12219{
81ecdfbb 12220 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12221 test -d "$tmp"
c28c63d8
JB
12222} ||
12223{
81ecdfbb
RW
12224 tmp=./conf$$-$RANDOM
12225 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12226} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12227ac_tmp=$tmp
c28c63d8 12228
81ecdfbb
RW
12229# Set up the scripts for CONFIG_FILES section.
12230# No need to generate them if there are no CONFIG_FILES.
12231# This happens for instance with `./config.status config.h'.
12232if test -n "$CONFIG_FILES"; then
c28c63d8 12233
c28c63d8 12234
81ecdfbb
RW
12235ac_cr=`echo X | tr X '\015'`
12236# On cygwin, bash can eat \r inside `` if the user requested igncr.
12237# But we know of no other shell where ac_cr would be empty at this
12238# point, so we can use a bashism as a fallback.
12239if test "x$ac_cr" = x; then
12240 eval ac_cr=\$\'\\r\'
12241fi
12242ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12243if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12244 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12245else
12246 ac_cs_awk_cr=$ac_cr
12247fi
c28c63d8 12248
d0ac1c44 12249echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
d6416cdc 12250_ACEOF
c28c63d8 12251
81ecdfbb
RW
12252
12253{
12254 echo "cat >conf$$subs.awk <<_ACEOF" &&
12255 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12256 echo "_ACEOF"
12257} >conf$$subs.sh ||
d0ac1c44
SM
12258 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12259ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12260ac_delim='%!_!# '
12261for ac_last_try in false false false false false :; do
12262 . ./conf$$subs.sh ||
d0ac1c44 12263 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12264
12265 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12266 if test $ac_delim_n = $ac_delim_num; then
12267 break
12268 elif $ac_last_try; then
d0ac1c44 12269 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12270 else
12271 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c28c63d8 12272 fi
81ecdfbb
RW
12273done
12274rm -f conf$$subs.sh
c28c63d8 12275
81ecdfbb 12276cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12277cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
c28c63d8 12278_ACEOF
81ecdfbb
RW
12279sed -n '
12280h
12281s/^/S["/; s/!.*/"]=/
12282p
12283g
12284s/^[^!]*!//
12285:repl
12286t repl
12287s/'"$ac_delim"'$//
12288t delim
12289:nl
12290h
d0ac1c44 12291s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12292t more1
12293s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12294p
12295n
12296b repl
12297:more1
12298s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12299p
12300g
12301s/.\{148\}//
12302t nl
12303:delim
12304h
d0ac1c44 12305s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12306t more2
12307s/["\\]/\\&/g; s/^/"/; s/$/"/
12308p
12309b
12310:more2
12311s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12312p
12313g
12314s/.\{148\}//
12315t delim
12316' <conf$$subs.awk | sed '
12317/^[^""]/{
12318 N
12319 s/\n//
12320}
12321' >>$CONFIG_STATUS || ac_write_fail=1
12322rm -f conf$$subs.awk
12323cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12324_ACAWK
d0ac1c44 12325cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12326 for (key in S) S_is_set[key] = 1
12327 FS = "\a"
c28c63d8 12328
81ecdfbb
RW
12329}
12330{
12331 line = $ 0
12332 nfields = split(line, field, "@")
12333 substed = 0
12334 len = length(field[1])
12335 for (i = 2; i < nfields; i++) {
12336 key = field[i]
12337 keylen = length(key)
12338 if (S_is_set[key]) {
12339 value = S[key]
12340 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12341 len += length(value) + length(field[++i])
12342 substed = 1
12343 } else
12344 len += 1 + keylen
12345 }
12346
12347 print line
12348}
c28c63d8 12349
81ecdfbb
RW
12350_ACAWK
12351_ACEOF
12352cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12353if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12354 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d6416cdc 12355else
81ecdfbb 12356 cat
d0ac1c44
SM
12357fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12358 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12359_ACEOF
c28c63d8 12360
d0ac1c44
SM
12361# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12362# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12363# trailing colons and then remove the whole line if VPATH becomes empty
12364# (actually we leave an empty line to preserve line numbers).
12365if test "x$srcdir" = x.; then
d0ac1c44
SM
12366 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12367h
12368s///
12369s/^/:/
12370s/[ ]*$/:/
12371s/:\$(srcdir):/:/g
12372s/:\${srcdir}:/:/g
12373s/:@srcdir@:/:/g
12374s/^:*//
81ecdfbb 12375s/:*$//
d0ac1c44
SM
12376x
12377s/\(=[ ]*\).*/\1/
12378G
12379s/\n//
81ecdfbb
RW
12380s/^[^=]*=[ ]*$//
12381}'
12382fi
c28c63d8 12383
81ecdfbb
RW
12384cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12385fi # test -n "$CONFIG_FILES"
c28c63d8 12386
81ecdfbb 12387
52d37d2c 12388eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12389shift
12390for ac_tag
12391do
12392 case $ac_tag in
12393 :[FHLC]) ac_mode=$ac_tag; continue;;
12394 esac
12395 case $ac_mode$ac_tag in
12396 :[FHL]*:*);;
d0ac1c44 12397 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12398 :[FH]-) ac_tag=-:-;;
12399 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c28c63d8 12400 esac
81ecdfbb
RW
12401 ac_save_IFS=$IFS
12402 IFS=:
12403 set x $ac_tag
12404 IFS=$ac_save_IFS
12405 shift
12406 ac_file=$1
12407 shift
c28c63d8 12408
81ecdfbb
RW
12409 case $ac_mode in
12410 :L) ac_source=$1;;
12411 :[FH])
12412 ac_file_inputs=
12413 for ac_f
12414 do
12415 case $ac_f in
d0ac1c44 12416 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12417 *) # Look for the file first in the build tree, then in the source tree
12418 # (if the path is not absolute). The absolute path cannot be DOS-style,
12419 # because $ac_f cannot contain `:'.
12420 test -f "$ac_f" ||
12421 case $ac_f in
12422 [\\/$]*) false;;
12423 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12424 esac ||
d0ac1c44 12425 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
c28c63d8 12426 esac
81ecdfbb
RW
12427 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12428 as_fn_append ac_file_inputs " '$ac_f'"
12429 done
c28c63d8 12430
81ecdfbb
RW
12431 # Let's still pretend it is `configure' which instantiates (i.e., don't
12432 # use $as_me), people would be surprised to read:
12433 # /* config.h. Generated by config.status. */
12434 configure_input='Generated from '`
12435 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12436 `' by configure.'
12437 if test x"$ac_file" != x-; then
12438 configure_input="$ac_file. $configure_input"
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12440$as_echo "$as_me: creating $ac_file" >&6;}
12441 fi
12442 # Neutralize special characters interpreted by sed in replacement strings.
12443 case $configure_input in #(
12444 *\&* | *\|* | *\\* )
12445 ac_sed_conf_input=`$as_echo "$configure_input" |
12446 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12447 *) ac_sed_conf_input=$configure_input;;
12448 esac
c28c63d8 12449
81ecdfbb 12450 case $ac_tag in
d0ac1c44
SM
12451 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12452 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12453 esac
12454 ;;
12455 esac
c28c63d8 12456
81ecdfbb 12457 ac_dir=`$as_dirname -- "$ac_file" ||
c28c63d8
JB
12458$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12459 X"$ac_file" : 'X\(//\)[^/]' \| \
12460 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12461 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12462$as_echo X"$ac_file" |
12463 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12464 s//\1/
12465 q
12466 }
12467 /^X\(\/\/\)[^/].*/{
12468 s//\1/
12469 q
12470 }
12471 /^X\(\/\/\)$/{
12472 s//\1/
12473 q
12474 }
12475 /^X\(\/\).*/{
12476 s//\1/
12477 q
12478 }
12479 s/.*/./; q'`
12480 as_dir="$ac_dir"; as_fn_mkdir_p
c28c63d8
JB
12481 ac_builddir=.
12482
81ecdfbb
RW
12483case "$ac_dir" in
12484.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12485*)
12486 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12487 # A ".." for each directory in $ac_dir_suffix.
12488 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12489 case $ac_top_builddir_sub in
12490 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12491 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12492 esac ;;
12493esac
12494ac_abs_top_builddir=$ac_pwd
12495ac_abs_builddir=$ac_pwd$ac_dir_suffix
12496# for backward compatibility:
12497ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
12498
12499case $srcdir in
81ecdfbb 12500 .) # We are building in place.
c28c63d8 12501 ac_srcdir=.
81ecdfbb
RW
12502 ac_top_srcdir=$ac_top_builddir_sub
12503 ac_abs_top_srcdir=$ac_pwd ;;
12504 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 12505 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12506 ac_top_srcdir=$srcdir
12507 ac_abs_top_srcdir=$srcdir ;;
12508 *) # Relative name.
12509 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12510 ac_top_srcdir=$ac_top_build_prefix$srcdir
12511 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c28c63d8 12512esac
81ecdfbb 12513ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c28c63d8
JB
12514
12515
81ecdfbb
RW
12516 case $ac_mode in
12517 :F)
12518 #
12519 # CONFIG_FILE
12520 #
c28c63d8 12521
81ecdfbb
RW
12522 case $INSTALL in
12523 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12524 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c28c63d8 12525 esac
81ecdfbb 12526_ACEOF
c28c63d8 12527
81ecdfbb
RW
12528cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12529# If the template does not know about datarootdir, expand it.
12530# FIXME: This hack should be removed a few years after 2.60.
12531ac_datarootdir_hack=; ac_datarootdir_seen=
12532ac_sed_dataroot='
12533/datarootdir/ {
12534 p
12535 q
12536}
12537/@datadir@/p
12538/@docdir@/p
12539/@infodir@/p
12540/@localedir@/p
12541/@mandir@/p'
12542case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12543*datarootdir*) ac_datarootdir_seen=yes;;
12544*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12546$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12547_ACEOF
12548cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12549 ac_datarootdir_hack='
12550 s&@datadir@&$datadir&g
12551 s&@docdir@&$docdir&g
12552 s&@infodir@&$infodir&g
12553 s&@localedir@&$localedir&g
12554 s&@mandir@&$mandir&g
12555 s&\\\${datarootdir}&$datarootdir&g' ;;
12556esac
d6416cdc 12557_ACEOF
c28c63d8 12558
81ecdfbb
RW
12559# Neutralize VPATH when `$srcdir' = `.'.
12560# Shell code in configure.ac might set extrasub.
12561# FIXME: do we really want to maintain this feature?
12562cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12563ac_sed_extra="$ac_vpsub
12564$extrasub
12565_ACEOF
12566cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12567:t
12568/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12569s|@configure_input@|$ac_sed_conf_input|;t t
12570s&@top_builddir@&$ac_top_builddir_sub&;t t
12571s&@top_build_prefix@&$ac_top_build_prefix&;t t
12572s&@srcdir@&$ac_srcdir&;t t
12573s&@abs_srcdir@&$ac_abs_srcdir&;t t
12574s&@top_srcdir@&$ac_top_srcdir&;t t
12575s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12576s&@builddir@&$ac_builddir&;t t
12577s&@abs_builddir@&$ac_abs_builddir&;t t
12578s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12579s&@INSTALL@&$ac_INSTALL&;t t
12580$ac_datarootdir_hack
12581"
d0ac1c44
SM
12582eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12583 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12584
12585test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12586 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12587 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12588 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12590which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12591$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12592which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12593
d0ac1c44 12594 rm -f "$ac_tmp/stdin"
81ecdfbb 12595 case $ac_file in
d0ac1c44
SM
12596 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12597 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12598 esac \
d0ac1c44 12599 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12600 ;;
52d37d2c 12601
c28c63d8 12602
81ecdfbb
RW
12603 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12604$as_echo "$as_me: executing $ac_file commands" >&6;}
12605 ;;
12606 esac
c28c63d8
JB
12607
12608
81ecdfbb 12609 case $ac_file$ac_mode in
db2e4d67 12610 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12611 "libtool":C)
12612
12613 # See if we are running on zsh, and set the options which allow our
12614 # commands through without removal of \ escapes.
12615 if test -n "${ZSH_VERSION+set}" ; then
12616 setopt NO_GLOB_SUBST
12617 fi
12618
12619 cfgfile="${ofile}T"
12620 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12621 $RM "$cfgfile"
12622
12623 cat <<_LT_EOF >> "$cfgfile"
12624#! $SHELL
12625
12626# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12627# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12628# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12629# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12630#
12631# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12632# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12633# Written by Gordon Matzigkeit, 1996
12634#
12635# This file is part of GNU Libtool.
12636#
12637# GNU Libtool is free software; you can redistribute it and/or
12638# modify it under the terms of the GNU General Public License as
12639# published by the Free Software Foundation; either version 2 of
12640# the License, or (at your option) any later version.
12641#
12642# As a special exception to the GNU General Public License,
12643# if you distribute this file as part of a program or library that
12644# is built using GNU Libtool, you may include this file under the
12645# same distribution terms that you use for the rest of that program.
12646#
12647# GNU Libtool is distributed in the hope that it will be useful,
12648# but WITHOUT ANY WARRANTY; without even the implied warranty of
12649# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12650# GNU General Public License for more details.
12651#
12652# You should have received a copy of the GNU General Public License
12653# along with GNU Libtool; see the file COPYING. If not, a copy
12654# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12655# obtained by writing to the Free Software Foundation, Inc.,
12656# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12657
12658
12659# The names of the tagged configurations supported by this script.
12660available_tags=""
12661
12662# ### BEGIN LIBTOOL CONFIG
12663
12664# Which release of libtool.m4 was used?
12665macro_version=$macro_version
12666macro_revision=$macro_revision
12667
12668# Whether or not to build shared libraries.
12669build_libtool_libs=$enable_shared
12670
12671# Whether or not to build static libraries.
12672build_old_libs=$enable_static
12673
12674# What type of objects to build.
12675pic_mode=$pic_mode
12676
12677# Whether or not to optimize for fast installation.
12678fast_install=$enable_fast_install
12679
12680# Shell to use when invoking shell scripts.
12681SHELL=$lt_SHELL
12682
12683# An echo program that protects backslashes.
12684ECHO=$lt_ECHO
12685
12686# The host system.
12687host_alias=$host_alias
12688host=$host
12689host_os=$host_os
12690
12691# The build system.
12692build_alias=$build_alias
12693build=$build
12694build_os=$build_os
12695
12696# A sed program that does not truncate output.
12697SED=$lt_SED
12698
12699# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12700Xsed="\$SED -e 1s/^X//"
12701
12702# A grep program that handles long lines.
12703GREP=$lt_GREP
12704
12705# An ERE matcher.
12706EGREP=$lt_EGREP
12707
12708# A literal string matcher.
12709FGREP=$lt_FGREP
12710
12711# A BSD- or MS-compatible name lister.
12712NM=$lt_NM
12713
12714# Whether we need soft or hard links.
12715LN_S=$lt_LN_S
12716
12717# What is the maximum length of a command?
12718max_cmd_len=$max_cmd_len
12719
12720# Object file suffix (normally "o").
12721objext=$ac_objext
12722
12723# Executable file suffix (normally "").
12724exeext=$exeext
12725
12726# whether the shell understands "unset".
12727lt_unset=$lt_unset
12728
12729# turn spaces into newlines.
12730SP2NL=$lt_lt_SP2NL
12731
12732# turn newlines into spaces.
12733NL2SP=$lt_lt_NL2SP
12734
12735# An object symbol dumper.
12736OBJDUMP=$lt_OBJDUMP
12737
12738# Method to check whether dependent libraries are shared objects.
12739deplibs_check_method=$lt_deplibs_check_method
12740
12741# Command to use when deplibs_check_method == "file_magic".
12742file_magic_cmd=$lt_file_magic_cmd
12743
12744# The archiver.
12745AR=$lt_AR
12746AR_FLAGS=$lt_AR_FLAGS
12747
12748# A symbol stripping program.
12749STRIP=$lt_STRIP
12750
12751# Commands used to install an old-style archive.
12752RANLIB=$lt_RANLIB
12753old_postinstall_cmds=$lt_old_postinstall_cmds
12754old_postuninstall_cmds=$lt_old_postuninstall_cmds
12755
12756# Whether to use a lock for old archive extraction.
12757lock_old_archive_extraction=$lock_old_archive_extraction
12758
12759# A C compiler.
12760LTCC=$lt_CC
12761
12762# LTCC compiler flags.
12763LTCFLAGS=$lt_CFLAGS
12764
12765# Take the output of nm and produce a listing of raw symbols and C names.
12766global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12767
12768# Transform the output of nm in a proper C declaration.
12769global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12770
12771# Transform the output of nm in a C name address pair.
12772global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12773
12774# Transform the output of nm in a C name address pair when lib prefix is needed.
12775global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12776
12777# The name of the directory that contains temporary libtool files.
12778objdir=$objdir
12779
12780# Used to examine libraries when file_magic_cmd begins with "file".
12781MAGIC_CMD=$MAGIC_CMD
12782
12783# Must we lock files when doing compilation?
12784need_locks=$lt_need_locks
12785
12786# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12787DSYMUTIL=$lt_DSYMUTIL
12788
12789# Tool to change global to local symbols on Mac OS X.
12790NMEDIT=$lt_NMEDIT
12791
12792# Tool to manipulate fat objects and archives on Mac OS X.
12793LIPO=$lt_LIPO
12794
12795# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12796OTOOL=$lt_OTOOL
12797
12798# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12799OTOOL64=$lt_OTOOL64
12800
12801# Old archive suffix (normally "a").
12802libext=$libext
12803
12804# Shared library suffix (normally ".so").
12805shrext_cmds=$lt_shrext_cmds
12806
12807# The commands to extract the exported symbol list from a shared archive.
12808extract_expsyms_cmds=$lt_extract_expsyms_cmds
12809
12810# Variables whose values should be saved in libtool wrapper scripts and
12811# restored at link time.
12812variables_saved_for_relink=$lt_variables_saved_for_relink
12813
12814# Do we need the "lib" prefix for modules?
12815need_lib_prefix=$need_lib_prefix
12816
12817# Do we need a version for libraries?
12818need_version=$need_version
12819
12820# Library versioning type.
12821version_type=$version_type
12822
12823# Shared library runtime path variable.
12824runpath_var=$runpath_var
12825
12826# Shared library path variable.
12827shlibpath_var=$shlibpath_var
12828
12829# Is shlibpath searched before the hard-coded library search path?
12830shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12831
12832# Format of library name prefix.
12833libname_spec=$lt_libname_spec
12834
12835# List of archive names. First name is the real one, the rest are links.
12836# The last name is the one that the linker finds with -lNAME
12837library_names_spec=$lt_library_names_spec
12838
12839# The coded name of the library, if different from the real name.
12840soname_spec=$lt_soname_spec
12841
12842# Permission mode override for installation of shared libraries.
12843install_override_mode=$lt_install_override_mode
12844
12845# Command to use after installation of a shared archive.
12846postinstall_cmds=$lt_postinstall_cmds
12847
12848# Command to use after uninstallation of a shared archive.
12849postuninstall_cmds=$lt_postuninstall_cmds
12850
12851# Commands used to finish a libtool library installation in a directory.
12852finish_cmds=$lt_finish_cmds
12853
12854# As "finish_cmds", except a single script fragment to be evaled but
12855# not shown.
12856finish_eval=$lt_finish_eval
12857
12858# Whether we should hardcode library paths into libraries.
12859hardcode_into_libs=$hardcode_into_libs
12860
12861# Compile-time system search path for libraries.
12862sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12863
12864# Run-time system search path for libraries.
12865sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12866
12867# Whether dlopen is supported.
12868dlopen_support=$enable_dlopen
12869
12870# Whether dlopen of programs is supported.
12871dlopen_self=$enable_dlopen_self
12872
12873# Whether dlopen of statically linked programs is supported.
12874dlopen_self_static=$enable_dlopen_self_static
12875
12876# Commands to strip libraries.
12877old_striplib=$lt_old_striplib
12878striplib=$lt_striplib
12879
12880
12881# The linker used to build libraries.
12882LD=$lt_LD
12883
12884# How to create reloadable object files.
12885reload_flag=$lt_reload_flag
12886reload_cmds=$lt_reload_cmds
12887
12888# Commands used to build an old-style archive.
12889old_archive_cmds=$lt_old_archive_cmds
12890
12891# A language specific compiler.
12892CC=$lt_compiler
12893
12894# Is the compiler the GNU compiler?
12895with_gcc=$GCC
12896
12897# Compiler flag to turn off builtin functions.
12898no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12899
12900# How to pass a linker flag through the compiler.
12901wl=$lt_lt_prog_compiler_wl
12902
12903# Additional compiler flags for building library objects.
12904pic_flag=$lt_lt_prog_compiler_pic
12905
12906# Compiler flag to prevent dynamic linking.
12907link_static_flag=$lt_lt_prog_compiler_static
12908
12909# Does compiler simultaneously support -c and -o options?
12910compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12911
12912# Whether or not to add -lc for building shared libraries.
12913build_libtool_need_lc=$archive_cmds_need_lc
12914
12915# Whether or not to disallow shared libs when runtime libs are static.
12916allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12917
12918# Compiler flag to allow reflexive dlopens.
12919export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12920
12921# Compiler flag to generate shared objects directly from archives.
12922whole_archive_flag_spec=$lt_whole_archive_flag_spec
12923
12924# Whether the compiler copes with passing no objects directly.
12925compiler_needs_object=$lt_compiler_needs_object
12926
12927# Create an old-style archive from a shared archive.
12928old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12929
12930# Create a temporary old-style archive to link instead of a shared archive.
12931old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12932
12933# Commands used to build a shared archive.
12934archive_cmds=$lt_archive_cmds
12935archive_expsym_cmds=$lt_archive_expsym_cmds
12936
12937# Commands used to build a loadable module if different from building
12938# a shared archive.
12939module_cmds=$lt_module_cmds
12940module_expsym_cmds=$lt_module_expsym_cmds
12941
12942# Whether we are building with GNU ld or not.
12943with_gnu_ld=$lt_with_gnu_ld
12944
12945# Flag that allows shared libraries with undefined symbols to be built.
12946allow_undefined_flag=$lt_allow_undefined_flag
12947
12948# Flag that enforces no undefined symbols.
12949no_undefined_flag=$lt_no_undefined_flag
12950
12951# Flag to hardcode \$libdir into a binary during linking.
12952# This must work even if \$libdir does not exist
12953hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12954
12955# If ld is used when linking, flag to hardcode \$libdir into a binary
12956# during linking. This must work even if \$libdir does not exist.
12957hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12958
12959# Whether we need a single "-rpath" flag with a separated argument.
12960hardcode_libdir_separator=$lt_hardcode_libdir_separator
12961
12962# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12963# DIR into the resulting binary.
12964hardcode_direct=$hardcode_direct
12965
12966# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12967# DIR into the resulting binary and the resulting library dependency is
12968# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
12969# library is relocated.
12970hardcode_direct_absolute=$hardcode_direct_absolute
12971
12972# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
12973# into the resulting binary.
12974hardcode_minus_L=$hardcode_minus_L
12975
12976# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
12977# into the resulting binary.
12978hardcode_shlibpath_var=$hardcode_shlibpath_var
12979
12980# Set to "yes" if building a shared library automatically hardcodes DIR
12981# into the library and all subsequent libraries and executables linked
12982# against it.
12983hardcode_automatic=$hardcode_automatic
12984
12985# Set to yes if linker adds runtime paths of dependent libraries
12986# to runtime path list.
12987inherit_rpath=$inherit_rpath
12988
12989# Whether libtool must link a program against all its dependency libraries.
12990link_all_deplibs=$link_all_deplibs
12991
12992# Fix the shell variable \$srcfile for the compiler.
12993fix_srcfile_path=$lt_fix_srcfile_path
12994
12995# Set to "yes" if exported symbols are required.
12996always_export_symbols=$always_export_symbols
12997
12998# The commands to list exported symbols.
12999export_symbols_cmds=$lt_export_symbols_cmds
13000
13001# Symbols that should not be listed in the preloaded symbols.
13002exclude_expsyms=$lt_exclude_expsyms
13003
13004# Symbols that must always be exported.
13005include_expsyms=$lt_include_expsyms
13006
13007# Commands necessary for linking programs (against libraries) with templates.
13008prelink_cmds=$lt_prelink_cmds
13009
13010# Specify filename containing input files.
13011file_list_spec=$lt_file_list_spec
13012
13013# How to hardcode a shared library path into an executable.
13014hardcode_action=$hardcode_action
13015
13016# ### END LIBTOOL CONFIG
13017
13018_LT_EOF
13019
13020 case $host_os in
13021 aix3*)
13022 cat <<\_LT_EOF >> "$cfgfile"
13023# AIX sometimes has problems with the GCC collect2 program. For some
13024# reason, if we set the COLLECT_NAMES environment variable, the problems
13025# vanish in a puff of smoke.
13026if test "X${COLLECT_NAMES+set}" != Xset; then
13027 COLLECT_NAMES=
13028 export COLLECT_NAMES
13029fi
13030_LT_EOF
13031 ;;
13032 esac
13033
13034
13035ltmain="$ac_aux_dir/ltmain.sh"
13036
13037
13038 # We use sed instead of cat because bash on DJGPP gets confused if
13039 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13040 # text mode, it properly converts lines to CR/LF. This bash problem
13041 # is reportedly fixed, but why not run on old versions too?
13042 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13043 || (rm -f "$cfgfile"; exit 1)
13044
13045 case $xsi_shell in
13046 yes)
13047 cat << \_LT_EOF >> "$cfgfile"
13048
13049# func_dirname file append nondir_replacement
13050# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13051# otherwise set result to NONDIR_REPLACEMENT.
13052func_dirname ()
13053{
13054 case ${1} in
13055 */*) func_dirname_result="${1%/*}${2}" ;;
13056 * ) func_dirname_result="${3}" ;;
13057 esac
13058}
13059
13060# func_basename file
13061func_basename ()
13062{
13063 func_basename_result="${1##*/}"
13064}
13065
13066# func_dirname_and_basename file append nondir_replacement
13067# perform func_basename and func_dirname in a single function
13068# call:
13069# dirname: Compute the dirname of FILE. If nonempty,
13070# add APPEND to the result, otherwise set result
13071# to NONDIR_REPLACEMENT.
13072# value returned in "$func_dirname_result"
13073# basename: Compute filename of FILE.
13074# value retuned in "$func_basename_result"
13075# Implementation must be kept synchronized with func_dirname
13076# and func_basename. For efficiency, we do not delegate to
13077# those functions but instead duplicate the functionality here.
13078func_dirname_and_basename ()
13079{
13080 case ${1} in
13081 */*) func_dirname_result="${1%/*}${2}" ;;
13082 * ) func_dirname_result="${3}" ;;
13083 esac
13084 func_basename_result="${1##*/}"
13085}
13086
13087# func_stripname prefix suffix name
13088# strip PREFIX and SUFFIX off of NAME.
13089# PREFIX and SUFFIX must not contain globbing or regex special
13090# characters, hashes, percent signs, but SUFFIX may contain a leading
13091# dot (in which case that matches only a dot).
13092func_stripname ()
13093{
13094 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13095 # positional parameters, so assign one to ordinary parameter first.
13096 func_stripname_result=${3}
13097 func_stripname_result=${func_stripname_result#"${1}"}
13098 func_stripname_result=${func_stripname_result%"${2}"}
13099}
13100
13101# func_opt_split
13102func_opt_split ()
13103{
13104 func_opt_split_opt=${1%%=*}
13105 func_opt_split_arg=${1#*=}
13106}
13107
13108# func_lo2o object
13109func_lo2o ()
13110{
13111 case ${1} in
13112 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13113 *) func_lo2o_result=${1} ;;
13114 esac
13115}
13116
13117# func_xform libobj-or-source
13118func_xform ()
13119{
13120 func_xform_result=${1%.*}.lo
13121}
13122
13123# func_arith arithmetic-term...
13124func_arith ()
13125{
13126 func_arith_result=$(( $* ))
13127}
13128
13129# func_len string
13130# STRING may not start with a hyphen.
13131func_len ()
13132{
13133 func_len_result=${#1}
13134}
13135
13136_LT_EOF
13137 ;;
13138 *) # Bourne compatible functions.
13139 cat << \_LT_EOF >> "$cfgfile"
13140
13141# func_dirname file append nondir_replacement
13142# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13143# otherwise set result to NONDIR_REPLACEMENT.
13144func_dirname ()
13145{
13146 # Extract subdirectory from the argument.
13147 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13148 if test "X$func_dirname_result" = "X${1}"; then
13149 func_dirname_result="${3}"
13150 else
13151 func_dirname_result="$func_dirname_result${2}"
13152 fi
13153}
13154
13155# func_basename file
13156func_basename ()
13157{
13158 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13159}
13160
13161
13162# func_stripname prefix suffix name
13163# strip PREFIX and SUFFIX off of NAME.
13164# PREFIX and SUFFIX must not contain globbing or regex special
13165# characters, hashes, percent signs, but SUFFIX may contain a leading
13166# dot (in which case that matches only a dot).
13167# func_strip_suffix prefix name
13168func_stripname ()
13169{
13170 case ${2} in
13171 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13172 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13173 esac
13174}
13175
13176# sed scripts:
13177my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13178my_sed_long_arg='1s/^-[^=]*=//'
13179
13180# func_opt_split
13181func_opt_split ()
13182{
13183 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13184 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13185}
13186
13187# func_lo2o object
13188func_lo2o ()
13189{
13190 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13191}
13192
13193# func_xform libobj-or-source
13194func_xform ()
13195{
13196 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13197}
13198
13199# func_arith arithmetic-term...
13200func_arith ()
13201{
13202 func_arith_result=`expr "$@"`
13203}
13204
13205# func_len string
13206# STRING may not start with a hyphen.
13207func_len ()
13208{
13209 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13210}
13211
13212_LT_EOF
13213esac
13214
13215case $lt_shell_append in
13216 yes)
13217 cat << \_LT_EOF >> "$cfgfile"
13218
13219# func_append var value
13220# Append VALUE to the end of shell variable VAR.
13221func_append ()
13222{
13223 eval "$1+=\$2"
13224}
13225_LT_EOF
13226 ;;
13227 *)
13228 cat << \_LT_EOF >> "$cfgfile"
13229
13230# func_append var value
13231# Append VALUE to the end of shell variable VAR.
13232func_append ()
13233{
13234 eval "$1=\$$1\$2"
13235}
13236
13237_LT_EOF
13238 ;;
13239 esac
13240
13241
13242 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13243 || (rm -f "$cfgfile"; exit 1)
13244
13245 mv -f "$cfgfile" "$ofile" ||
13246 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13247 chmod +x "$ofile"
13248
13249 ;;
81ecdfbb 13250 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
c28c63d8
JB
13251 rm -f Makesim1.tmp Makesim2.tmp Makefile
13252 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13253 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13254 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13255 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13256 <Makefile.sim >Makefile
13257 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13258 ;;
81ecdfbb
RW
13259 "stamp-h":C) echo > stamp-h ;;
13260
c28c63d8 13261 esac
81ecdfbb 13262done # for ac_tag
c28c63d8
JB
13263
13264
81ecdfbb 13265as_fn_exit 0
c28c63d8 13266_ACEOF
c28c63d8
JB
13267ac_clean_files=$ac_clean_files_save
13268
81ecdfbb 13269test $ac_write_fail = 0 ||
d0ac1c44 13270 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13271
c28c63d8
JB
13272
13273# configure is writing to config.log, and then calls config.status.
13274# config.status does its own redirection, appending to config.log.
13275# Unfortunately, on DOS this fails, as config.log is still kept open
13276# by configure, so config.status won't be able to write to it; its
13277# output is simply discarded. So we exec the FD to /dev/null,
13278# effectively closing config.log, so it can be properly (re)opened and
13279# appended to by config.status. When coming back to configure, we
13280# need to make the FD available again.
13281if test "$no_create" != yes; then
13282 ac_cs_success=:
13283 ac_config_status_args=
13284 test "$silent" = yes &&
13285 ac_config_status_args="$ac_config_status_args --quiet"
13286 exec 5>/dev/null
13287 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13288 exec 5>>config.log
13289 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13290 # would make configure fail if this is the last instruction.
d0ac1c44 13291 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13292fi
13293if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13295$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c28c63d8 13296fi
c28c63d8
JB
13297
13298
This page took 1.457492 seconds and 4 git commands to generate.